/* tailwind css setting*/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
* {
  scrollbar-color: initial;
  scrollbar-width: initial;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-auto {
  pointer-events: auto !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.left-0 {
  left: 0px !important;
}
.left-1\/2 {
  left: 50% !important;
}
.left-\[30px\] {
  left: 30px !important;
}
.right-\[10\%\] {
  right: 10% !important;
}
.right-\[30px\] {
  right: 30px !important;
}
.top-0 {
  top: 0px !important;
}
.top-\[100px\] {
  top: 100px !important;
}
.top-\[150px\] {
  top: 150px !important;
}
.top-\[18\%\] {
  top: 18% !important;
}
.top-\[30px\] {
  top: 30px !important;
}
.top-\[50\%\] {
  top: 50% !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-\[9999\] {
  z-index: 9999 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.flex {
  display: flex !important;
}
.h-12 {
  height: 3rem !important;
}
.h-\[100px\] {
  height: 100px !important;
}
.h-\[150px\] {
  height: 150px !important;
}
.h-\[8rem\] {
  height: 8rem !important;
}
.h-\[90\%\] {
  height: 90% !important;
}
.h-full {
  height: 100% !important;
}
.h-screen {
  height: 100vh !important;
}
.max-h-\[14rem\] {
  max-height: 14rem !important;
}
.w-12 {
  width: 3rem !important;
}
.w-80 {
  width: 20rem !important;
}
.w-\[200px\] {
  width: 200px !important;
}
.w-\[300px\] {
  width: 300px !important;
}
.w-\[600px\] {
  width: 600px !important;
}
.w-\[99\%\] {
  width: 99% !important;
}
.w-full {
  width: 100% !important;
}
.w-screen {
  width: 100vw !important;
}
.max-w-2xl {
  max-width: 42rem !important;
}
.flex-1 {
  flex: 1 1 !important;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50% !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.flex-col {
  flex-direction: column !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end !important;
}
.items-center {
  align-items: center !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-center {
  justify-content: center !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-\[15px\] {
  gap: 15px !important;
}
.gap-\[20px\] {
  gap: 20px !important;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.bg-top {
  background-position: top !important;
}
.bg-no-repeat {
  background-repeat: no-repeat !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-6 {
  padding: 1.5rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pr-3 {
  padding-right: 0.75rem !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}
.text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.text-\[12px\] {
  font-size: 12px !important;
}
.text-\[50px\] {
  font-size: 50px !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.font-\[300\] {
  font-weight: 300 !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-thin {
  font-weight: 100 !important;
}
.text-\[\#2CB3CF\] {
  --tw-text-opacity: 1 !important;
  color: rgb(44 179 207 / var(--tw-text-opacity)) !important;
}
.text-\[\#52C6DE\] {
  --tw-text-opacity: 1 !important;
  color: rgb(82 198 222 / var(--tw-text-opacity)) !important;
}
.text-\[\#9DB6BC\] {
  --tw-text-opacity: 1 !important;
  color: rgb(157 182 188 / var(--tw-text-opacity)) !important;
}
.text-\[\#AEDEE8\] {
  --tw-text-opacity: 1 !important;
  color: rgb(174 222 232 / var(--tw-text-opacity)) !important;
}
.text-\[\#d4d4d4\] {
  --tw-text-opacity: 1 !important;
  color: rgb(212 212 212 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-500 {
  transition-duration: 500ms !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

@font-face {
  font-family: "DS-Digital";
  src: url(/static/media/DS-DIGI.0ef0e2249326c34137c8.TTF) format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.glass-effect {
  background-color: oklch(1 0 0 / 10%);
  -webkit-backdrop-filter: blur(0.1em) brightness(1.2) saturate(1.2);
          backdrop-filter: blur(0.1em) brightness(1.2) saturate(1.2);
  min-height: 4em;
  min-width: 4em;
  /* border-radius: 2em; */
  /* box-shadow:
    0 5px 15px -5px rgb(0 0 0 / 1),
    2px 10px 15px -10px rgb(255 255 255 / 0.5),
    15px 20px 20px -15px rgb(255 255 255 / 0.5),
    0 0 0 1px rgb(0 0 0 / 0.05),
    0 2px 3px 0 rgb(0 0 0 / 0.1),
    0 5px 5px -2px rgb(0 0 0 / 1),
    0 5px 20px -2px rgb(0 0 0 / 1); */
  transform: scale(1);
  transition:
    transform 0.1s ease-out,
    background-color 0.5s ease-out;
  /* &:hover {
    transform: scale(1.02);
    background-color: oklch(1 0 0 / 15%);
  } */
}

.left-card {
  position: relative;
  height: 80px;
  width: 300px;
  display: flex;
  padding-left: 10px;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid;
  border-image-source: linear-gradient(
    103.13deg,
    #6da8b4 7.18%,
    rgba(109, 168, 180, 0) 50%,
    #6da8b4 92.82%
  );
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -80px 5px rgba(255, 255, 255, 0.04),
    0 0 0 3px rgba(255, 255, 255, 0.1),
    0 0 15px rgba(180, 240, 255, 0.35),
    0 0 5px rgba(180, 240, 255, 0.55);
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.glow-text {
  font-size: 24px;
  color: #fff; /* 文字顏色 */
  text-shadow:
    0 0 10px #00f,
    0 0 20px #00f,
    0 0 30px #00f; /* 多層陰影增強發光 */
}
.right-card {
  position: relative;
  display: flex;
  padding: 20px;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid;
  border-image-source: linear-gradient(
    103.13deg,
    #6da8b4 7.18%,
    rgba(109, 168, 180, 0) 50%,
    #6da8b4 92.82%
  );
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  box-shadow:
    inset 0 1px 0 rgba(180, 240, 255, 0.55),
    inset 0 -80px 5px rgba(255, 255, 255, 0.04),
    0 0 0 3px rgba(255, 255, 255, 0.1),
    0 0 15px rgba(180, 240, 255, 0.35),
    0 0 5px rgba(180, 240, 255, 0.55);
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.left-card-title {
  font-weight: 400;
  font-size: 18px;
  color: #52c6de;

  /* 發光的關鍵：多層 text-shadow */
  text-shadow:
    0 0px 2px rgba(120, 220, 255, 0.85),
    0 0 1.5px rgba(190, 240, 255, 0.2);
  letter-spacing: 2px;
}
.card {
  position: relative;
  height: 80px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid;
  border-image-source: linear-gradient(
    103.13deg,
    #6da8b4 7.18%,
    rgba(109, 168, 180, 0) 50%,
    #6da8b4 92.82%
  );
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  /* 內陰影 + 外光暈（柔和邊緣） */
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 200px 120px rgba(255, 255, 255, 0.04),
    0 30px 80px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 48px rgba(180, 240, 255, 0.35);
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease;
}
.card:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.35),
    inset 0 -80px 120px rgba(255, 255, 255, 0.04),
    0 30px 80px rgba(0, 0, 0, 0.25),
    0 0 0 3px rgba(255, 255, 255, 0.1),
    0 0 48px rgba(180, 240, 255, 0.35),
    0 0 12px rgba(180, 240, 255, 0.55);
}
.title {
  font-weight: 300;
  font-size: 28px;
  color: #fff;

  /* 發光的關鍵：多層 text-shadow */
  text-shadow:
    0 0px 2px rgba(255, 255, 255, 0.85),
    0 0 2px rgba(190, 240, 255, 0.85),
    0 0 20px rgba(120, 220, 255, 0.65);
  letter-spacing: 2px;
}
.subtitle {
  margin: 0;
  font-weight: 100;
  font-size: 12px;
  color: rgba(220, 245, 245, 0.9);
  text-shadow:
    0 1px 0px rgba(200, 240, 255, 0.6),
    0 0 0px rgba(120, 220, 255, 0.5);
  letter-spacing: 0.5px;
}

.glass-effect1 {
  border: 2px solid;
  background: #f5fbfc33;
  box-shadow: 4px 4px 4px 0px #062d3533 inset;

  border-image-source: linear-gradient(
    103.13deg,
    #7a8e93 7.18%,
    rgba(96, 143, 153, 0) 50%,
    #608f99 92.82%
  );
}

@media (min-width: 1280px) {
  .xl\:right-\[50px\] {
    right: 50px !important;
  }
  .xl\:px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .xl\:py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-\[40\%\] {
    top: 40% !important;
  }
  .\32xl\:gap-\[30px\] {
    gap: 30px !important;
  }
}


/*# sourceMappingURL=main.dbe326d0.css.map*/