
/* 全局基础样式 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC',
    'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 平滑滚动 */
html {
  scroll-behavior: smooth;
}

/* 图片过渡 */
img {
  transition: opacity 0.3s ease;
}

.dish-title[data-v-a8c58454] {
  color: #1e3a8a;
}
@keyframes twinkleMini-a8c58454 {
0%, 100% { opacity: 0.3;
}
50% { opacity: 1;
}
}
.twinkle-mini[data-v-a8c58454] {
  animation: twinkleMini-a8c58454 2s infinite;
}

/* 深空背景 */
.space-bg[data-v-ea083a4c] {
  background: linear-gradient(to right, #2563eb, #4f46e5, #7e22ce);
}

/* 主标题：青色霓虹光晕 */
.hero-title[data-v-ea083a4c] {
  color: #cffafe;
  text-shadow: 
    0 0 8px rgba(34, 211, 238, 0.8),
    0 0 16px rgba(34, 211, 238, 0.5),
    0 0 24px rgba(59, 130, 246, 0.3),
    2px 2px 4px rgba(0, 0, 0, 0.4);
  font-family: 'Comic Sans MS', 'Marker Felt', cursive, sans-serif;
  letter-spacing: 0.05em;
}

/* 顶部 sticky 迷你标题 */
.mini-title[data-v-ea083a4c] {
  color: #1e3a8a;
  font-family: 'Comic Sans MS', 'Marker Felt', cursive, sans-serif;
}

/* 行星光晕呼吸 */
@keyframes planetGlow-ea083a4c {
0%, 100% { box-shadow: 0 0 20px rgba(34, 211, 238, 0.4), 0 0 40px rgba(59, 130, 246, 0.3);
}
50% { box-shadow: 0 0 30px rgba(34, 211, 238, 0.7), 0 0 60px rgba(59, 130, 246, 0.5);
}
}
.planet-glow[data-v-ea083a4c] {
  animation: planetGlow-ea083a4c 3s ease-in-out infinite;
}

/* 漂浮 */
@keyframes floatBounce-ea083a4c {
0%, 100% { transform: translateY(0px);
}
50% { transform: translateY(-6px);
}
}
.float-bounce[data-v-ea083a4c] {
  animation: floatBounce-ea083a4c 3s ease-in-out infinite;
}

/* 星星闪烁 */
@keyframes twinkle-ea083a4c {
0%, 100% { opacity: 0.3; transform: scale(0.8);
}
50% { opacity: 1; transform: scale(1.3);
}
}
.twinkle-star[data-v-ea083a4c] {
  animation: twinkle-ea083a4c 1.8s infinite;
}

/* 隐藏滚动条 */
.scrollbar-hide[data-v-ea083a4c]::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide[data-v-ea083a4c] {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* 顶部小标题 */
.hero-mini-title[data-v-62832702] {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  font-family: 'Comic Sans MS', 'Marker Felt', cursive, sans-serif;
}

/* 菜品大标题 */
.dish-hero-title[data-v-62832702] {
  color: #1e3a8a;
  letter-spacing: 0.02em;
}

/* 星星闪烁 */
@keyframes twinkleMini-62832702 {
0%, 100% { opacity: 0.3;
}
50% { opacity: 1;
}
}
.twinkle-mini[data-v-62832702] {
  animation: twinkleMini-62832702 2s infinite;
}
.fullscreen-enter-active[data-v-62832702],
.fullscreen-leave-active[data-v-62832702] {
  transition: opacity 0.3s ease;
}
.fullscreen-enter-from[data-v-62832702],
.fullscreen-leave-to[data-v-62832702] {
  opacity: 0;
}
.fullscreen-enter-active img[data-v-62832702] {
  transition: transform 0.3s ease;
}
.fullscreen-leave-active img[data-v-62832702] {
  transition: transform 0.3s ease;
}
.fullscreen-enter-from img[data-v-62832702] {
  transform: scale(0.9);
}
.fullscreen-leave-to img[data-v-62832702] {
  transform: scale(0.9);
}
.guide-enter-active[data-v-62832702],
.guide-leave-active[data-v-62832702] {
  transition: opacity 0.3s ease;
}
.guide-enter-from[data-v-62832702],
.guide-leave-to[data-v-62832702] {
  opacity: 0;
}
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

@layer theme {
  :root, {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-yellow-300: oklch(90.5% .182 98.111);
    --color-emerald-500: oklch(69.6% .17 162.48);
    --color-emerald-600: oklch(59.6% .145 163.225);
    --color-cyan-50: oklch(98.4% .019 200.873);
    --color-cyan-100: oklch(95.6% .045 203.388);
    --color-cyan-200: oklch(91.7% .08 205.041);
    --color-cyan-300: oklch(86.5% .127 207.078);
    --color-cyan-400: oklch(78.9% .154 211.53);
    --color-cyan-500: oklch(71.5% .143 215.221);
    --color-blue-50: oklch(97% .014 254.604);
    --color-blue-100: oklch(93.2% .032 255.585);
    --color-blue-200: oklch(88.2% .059 254.128);
    --color-blue-300: oklch(80.9% .105 251.813);
    --color-blue-400: oklch(70.7% .165 254.624);
    --color-blue-500: oklch(62.3% .214 259.815);
    --color-blue-600: oklch(54.6% .245 262.881);
    --color-blue-700: oklch(48.8% .243 264.376);
    --color-blue-800: oklch(42.4% .199 265.638);
    --color-blue-900: oklch(37.9% .146 265.522);
    --color-indigo-50: oklch(96.2% .018 272.314);
    --color-indigo-100: oklch(93% .034 272.788);
    --color-indigo-600: oklch(51.1% .262 276.966);
    --color-purple-400: oklch(71.4% .203 305.504);
    --color-purple-500: oklch(62.7% .265 303.9);
    --color-pink-200: oklch(89.9% .061 343.231);
    --color-pink-300: oklch(82.3% .12 346.018);
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --drop-shadow-lg: 0 4px 4px #00000026;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-3xl: 64px;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --default-mono-font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(.25rem * 0);
  }

  .-top-1 {
    top: calc(.25rem * -1);
  }

  .-top-10 {
    top: calc(.25rem * -10);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-2 {
    top: calc(.25rem * 2);
  }

  .top-3 {
    top: calc(.25rem * 3);
  }

  .top-4 {
    top: calc(.25rem * 4);
  }

  .top-6 {
    top: calc(.25rem * 6);
  }

  .top-8 {
    top: calc(.25rem * 8);
  }

  .top-10 {
    top: calc(.25rem * 10);
  }

  .-right-1 {
    right: calc(.25rem * -1);
  }

  .right-0 {
    right: calc(.25rem * 0);
  }

  .right-1 {
    right: calc(.25rem * 1);
  }

  .right-1\/3 {
    right: 33.3333%;
  }

  .right-1\/4 {
    right: 25%;
  }

  .right-2 {
    right: calc(.25rem * 2);
  }

  .right-3 {
    right: calc(.25rem * 3);
  }

  .right-4 {
    right: calc(.25rem * 4);
  }

  .right-6 {
    right: calc(.25rem * 6);
  }

  .right-8 {
    right: calc(.25rem * 8);
  }

  .right-12 {
    right: calc(.25rem * 12);
  }

  .-bottom-1 {
    bottom: calc(.25rem * -1);
  }

  .-bottom-10 {
    bottom: calc(.25rem * -10);
  }

  .bottom-0 {
    bottom: calc(.25rem * 0);
  }

  .bottom-1 {
    bottom: calc(.25rem * 1);
  }

  .bottom-2 {
    bottom: calc(.25rem * 2);
  }

  .bottom-3 {
    bottom: calc(.25rem * 3);
  }

  .bottom-4 {
    bottom: calc(.25rem * 4);
  }

  .bottom-6 {
    bottom: calc(.25rem * 6);
  }

  .bottom-20 {
    bottom: calc(.25rem * 20);
  }

  .-left-1 {
    left: calc(.25rem * -1);
  }

  .left-0 {
    left: calc(.25rem * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-1\/3 {
    left: 33.3333%;
  }

  .left-1\/4 {
    left: 25%;
  }

  .left-2 {
    left: calc(.25rem * 2);
  }

  .left-8 {
    left: calc(.25rem * 8);
  }

  .z-10 {
    z-index: 10;
  }

  .z-30 {
    z-index: 30;
  }

  .z-50 {
    z-index: 50;
  }

  .mx-3 {
    margin-inline: calc(.25rem * 3);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-0\.5 {
    margin-top: calc(.25rem * .5);
  }

  .mt-1\.5 {
    margin-top: calc(.25rem * 1.5);
  }

  .mt-2 {
    margin-top: calc(.25rem * 2);
  }

  .mt-3 {
    margin-top: calc(.25rem * 3);
  }

  .mt-6 {
    margin-top: calc(.25rem * 6);
  }

  .mt-20 {
    margin-top: calc(.25rem * 20);
  }

  .mr-2 {
    margin-right: calc(.25rem * 2);
  }

  .mr-4 {
    margin-right: calc(.25rem * 4);
  }

  .mb-1\.5 {
    margin-bottom: calc(.25rem * 1.5);
  }

  .mb-2 {
    margin-bottom: calc(.25rem * 2);
  }

  .mb-3 {
    margin-bottom: calc(.25rem * 3);
  }

  .mb-4 {
    margin-bottom: calc(.25rem * 4);
  }

  .mb-5 {
    margin-bottom: calc(.25rem * 5);
  }

  .mb-6 {
    margin-bottom: calc(.25rem * 6);
  }

  .ml-1 {
    margin-left: calc(.25rem * 1);
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-1 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline-block {
    display: inline-block;
  }

  .aspect-\[4\/3\] {
    aspect-ratio: 4 / 3;
  }

  .aspect-\[16\/9\] {
    aspect-ratio: 16 / 9;
  }

  .h-0\.5 {
    height: calc(.25rem * .5);
  }

  .h-1 {
    height: calc(.25rem * 1);
  }

  .h-1\.5 {
    height: calc(.25rem * 1.5);
  }

  .h-4 {
    height: calc(.25rem * 4);
  }

  .h-6 {
    height: calc(.25rem * 6);
  }

  .h-7 {
    height: calc(.25rem * 7);
  }

  .h-8 {
    height: calc(.25rem * 8);
  }

  .h-10 {
    height: calc(.25rem * 10);
  }

  .h-12 {
    height: calc(.25rem * 12);
  }

  .h-14 {
    height: calc(.25rem * 14);
  }

  .h-16 {
    height: calc(.25rem * 16);
  }

  .h-32 {
    height: calc(.25rem * 32);
  }

  .h-40 {
    height: calc(.25rem * 40);
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .max-h-full {
    max-height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-0\.5 {
    width: calc(.25rem * .5);
  }

  .w-1 {
    width: calc(.25rem * 1);
  }

  .w-1\.5 {
    width: calc(.25rem * 1.5);
  }

  .w-4 {
    width: calc(.25rem * 4);
  }

  .w-6 {
    width: calc(.25rem * 6);
  }

  .w-7 {
    width: calc(.25rem * 7);
  }

  .w-8 {
    width: calc(.25rem * 8);
  }

  .w-10 {
    width: calc(.25rem * 10);
  }

  .w-12 {
    width: calc(.25rem * 12);
  }

  .w-16 {
    width: calc(.25rem * 16);
  }

  .w-32 {
    width: calc(.25rem * 32);
  }

  .w-40 {
    width: calc(.25rem * 40);
  }

  .w-\[85\%\] {
    width: 85%;
  }

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: 42rem;
  }

  .max-w-4xl {
    max-width: 56rem;
  }

  .max-w-full {
    max-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink-0 {
    flex-shrink: 0;
  }

  .scale-105 {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: inherit inherit;
  }

  .transform {
    transform:     ;
  }

  .animate-bounce {
    animation: bounce 1s infinite;
  }

  .animate-pulse {
    animation: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-1 {
    gap: calc(.25rem * 1);
  }

  .gap-2 {
    gap: calc(.25rem * 2);
  }

  .gap-3 {
    gap: calc(.25rem * 3);
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(.25rem * 3) * inherit);
    margin-block-end: calc(calc(.25rem * 3) * calc(1 - inherit));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .rounded-2xl {
    border-radius: 1rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: .5rem;
  }

  .rounded-md {
    border-radius: .375rem;
  }

  .rounded-xl {
    border-radius: .75rem;
  }

  .border {
    border-style: inherit;
    border-width: 1px;
  }

  .border-2 {
    border-style: inherit;
    border-width: 2px;
  }

  .border-t-2 {
    border-top-style: inherit;
    border-top-width: 2px;
  }

  .border-b {
    border-bottom-style: inherit;
    border-bottom-width: 1px;
  }

  .border-blue-300 {
    border-color: oklch(80.9% .105 251.813);
  }

  .border-cyan-100 {
    border-color: oklch(95.6% .045 203.388);
  }

  .border-cyan-200 {
    border-color: oklch(91.7% .08 205.041);
  }

  .border-cyan-300 {
    border-color: oklch(86.5% .127 207.078);
  }

  .border-white {
    border-color: #fff;
  }

  .border-white\/50 {
    border-color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-white\/50 {
      border-color: color-mix(in oklab, #fff 50%, transparent);
    }
  }

  .bg-black {
    background-color: #000;
  }

  .bg-blue-100 {
    background-color: oklch(93.2% .032 255.585);
  }

  .bg-blue-400 {
    background-color: oklch(70.7% .165 254.624);
  }

  .bg-blue-600 {
    background-color: oklch(54.6% .245 262.881);
  }

  .bg-cyan-100 {
    background-color: oklch(95.6% .045 203.388);
  }

  .bg-cyan-200 {
    background-color: oklch(91.7% .08 205.041);
  }

  .bg-cyan-300 {
    background-color: oklch(86.5% .127 207.078);
  }

  .bg-cyan-400 {
    background-color: oklch(78.9% .154 211.53);
  }

  .bg-emerald-500 {
    background-color: oklch(69.6% .17 162.48);
  }

  .bg-pink-200 {
    background-color: oklch(89.9% .061 343.231);
  }

  .bg-purple-400 {
    background-color: oklch(71.4% .203 305.504);
  }

  .bg-purple-500 {
    background-color: oklch(62.7% .265 303.9);
  }

  .bg-white {
    background-color: #fff;
  }

  .bg-white\/70 {
    background-color: #ffffffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/70 {
      background-color: color-mix(in oklab, #fff 70%, transparent);
    }
  }

  .bg-white\/90 {
    background-color: #ffffffe6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/90 {
      background-color: color-mix(in oklab, #fff 90%, transparent);
    }
  }

  .bg-white\/95 {
    background-color: #fffffff2;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/95 {
      background-color: color-mix(in oklab, #fff 95%, transparent);
    }
  }

  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(inherit);
  }

  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(inherit);
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(inherit);
  }

  .from-blue-50 {
    --tw-gradient-from: oklch(97% .014 254.604);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .from-blue-300 {
    --tw-gradient-from: oklch(80.9% .105 251.813);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .from-blue-400 {
    --tw-gradient-from: oklch(70.7% .165 254.624);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .from-cyan-50 {
    --tw-gradient-from: oklch(98.4% .019 200.873);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .from-cyan-300 {
    --tw-gradient-from: oklch(86.5% .127 207.078);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .from-cyan-400 {
    --tw-gradient-from: oklch(78.9% .154 211.53);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .from-cyan-500 {
    --tw-gradient-from: oklch(71.5% .143 215.221);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .via-blue-50 {
    --tw-gradient-via: oklch(97% .014 254.604);
    --tw-gradient-via-stops: inherit, inherit inherit, inherit inherit, inherit inherit;
    --tw-gradient-stops: inherit;
  }

  .via-blue-400 {
    --tw-gradient-via: oklch(70.7% .165 254.624);
    --tw-gradient-via-stops: inherit, inherit inherit, inherit inherit, inherit inherit;
    --tw-gradient-stops: inherit;
  }

  .via-blue-500 {
    --tw-gradient-via: oklch(62.3% .214 259.815);
    --tw-gradient-via-stops: inherit, inherit inherit, inherit inherit, inherit inherit;
    --tw-gradient-stops: inherit;
  }

  .to-blue-50 {
    --tw-gradient-to: oklch(97% .014 254.604);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .to-blue-500 {
    --tw-gradient-to: oklch(62.3% .214 259.815);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .to-blue-600 {
    --tw-gradient-to: oklch(54.6% .245 262.881);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .to-indigo-50 {
    --tw-gradient-to: oklch(96.2% .018 272.314);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .to-indigo-100 {
    --tw-gradient-to: oklch(93% .034 272.788);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .to-indigo-600 {
    --tw-gradient-to: oklch(51.1% .262 276.966);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .to-purple-500 {
    --tw-gradient-to: oklch(62.7% .265 303.9);
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: inherit inherit, inherit inherit;
  }

  .object-contain {
    object-fit: contain;
  }

  .p-3 {
    padding: calc(.25rem * 3);
  }

  .p-4 {
    padding: calc(.25rem * 4);
  }

  .px-1\.5 {
    padding-inline: calc(.25rem * 1.5);
  }

  .px-2 {
    padding-inline: calc(.25rem * 2);
  }

  .px-3 {
    padding-inline: calc(.25rem * 3);
  }

  .px-4 {
    padding-inline: calc(.25rem * 4);
  }

  .px-6 {
    padding-inline: calc(.25rem * 6);
  }

  .py-0\.5 {
    padding-block: calc(.25rem * .5);
  }

  .py-1 {
    padding-block: calc(.25rem * 1);
  }

  .py-1\.5 {
    padding-block: calc(.25rem * 1.5);
  }

  .py-2 {
    padding-block: calc(.25rem * 2);
  }

  .py-3 {
    padding-block: calc(.25rem * 3);
  }

  .py-3\.5 {
    padding-block: calc(.25rem * 3.5);
  }

  .py-4 {
    padding-block: calc(.25rem * 4);
  }

  .py-5 {
    padding-block: calc(.25rem * 5);
  }

  .py-6 {
    padding-block: calc(.25rem * 6);
  }

  .py-20 {
    padding-block: calc(.25rem * 20);
  }

  .pt-1 {
    padding-top: calc(.25rem * 1);
  }

  .pt-4 {
    padding-top: calc(.25rem * 4);
  }

  .pt-8 {
    padding-top: calc(.25rem * 8);
  }

  .pb-2 {
    padding-bottom: calc(.25rem * 2);
  }

  .pb-4 {
    padding-bottom: calc(.25rem * 4);
  }

  .pb-24 {
    padding-bottom: calc(.25rem * 24);
  }

  .text-center {
    text-align: center;
  }

  .text-right {
    text-align: right;
  }

  .text-2xl {
    font-size: 1.5rem;
    line-height: calc(2 / 1.5);
  }

  .text-3xl {
    font-size: 1.875rem;
    line-height: calc(2.25 / 1.875);
  }

  .text-4xl {
    font-size: 2.25rem;
    line-height: calc(2.5 / 2.25);
  }

  .text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .text-base {
    font-size: 1rem;
    line-height: calc(1.5 / 1);
  }

  .text-lg {
    font-size: 1.125rem;
    line-height: calc(1.75 / 1.125);
  }

  .text-sm {
    font-size: .875rem;
    line-height: calc(1.25 / .875);
  }

  .text-xs {
    font-size: .75rem;
    line-height: calc(1 / .75);
  }

  .text-\[9px\] {
    font-size: 9px;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: 1.625;
    line-height: 1.625;
  }

  .leading-tight {
    --tw-leading: 1.25;
    line-height: 1.25;
  }

  .font-black {
    --tw-font-weight: 900;
    font-weight: 900;
  }

  .font-bold {
    --tw-font-weight: 700;
    font-weight: 700;
  }

  .font-medium {
    --tw-font-weight: 500;
    font-weight: 500;
  }

  .tracking-wide {
    --tw-tracking: .025em;
    letter-spacing: .025em;
  }

  .tracking-wider {
    --tw-tracking: .05em;
    letter-spacing: .05em;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-blue-400 {
    color: oklch(70.7% .165 254.624);
  }

  .text-blue-400\/70 {
    color: #54a2ffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-blue-400\/70 {
      color: color-mix(in oklab, oklch(70.7% .165 254.624) 70%, transparent);
    }
  }

  .text-blue-600 {
    color: oklch(54.6% .245 262.881);
  }

  .text-blue-700 {
    color: oklch(48.8% .243 264.376);
  }

  .text-blue-800 {
    color: oklch(42.4% .199 265.638);
  }

  .text-blue-900 {
    color: oklch(37.9% .146 265.522);
  }

  .text-cyan-200 {
    color: oklch(91.7% .08 205.041);
  }

  .text-cyan-300 {
    color: oklch(86.5% .127 207.078);
  }

  .text-cyan-400 {
    color: oklch(78.9% .154 211.53);
  }

  .text-gray-200 {
    color: #e5e7eb;
  }

  .text-gray-300 {
    color: #d1d5dc;
  }

  .text-pink-300 {
    color: oklch(82.3% .12 346.018);
  }

  .text-white {
    color: #fff;
  }

  .text-yellow-300 {
    color: oklch(90.5% .182 98.111);
  }

  .opacity-20 {
    opacity: .2;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    box-shadow: inherit, inherit, inherit, inherit, inherit;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px #00000040;
    box-shadow: inherit, inherit, inherit, inherit, inherit;
  }

  .shadow-\[0_-2px_15px_rgba\(34\,211\,238\,0\.15\)\] {
    --tw-shadow: 0 -2px 15px #22d3ee26;
    box-shadow: inherit, inherit, inherit, inherit, inherit;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    box-shadow: inherit, inherit, inherit, inherit, inherit;
  }

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    box-shadow: inherit, inherit, inherit, inherit, inherit;
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    box-shadow: inherit, inherit, inherit, inherit, inherit;
  }

  .shadow-blue-200 {
    --tw-shadow-color: oklch(88.2% .059 254.128);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-blue-200 {
      --tw-shadow-color: color-mix(in oklab, oklch(88.2% .059 254.128) inherit, transparent);
    }
  }

  .shadow-cyan-200 {
    --tw-shadow-color: oklch(91.7% .08 205.041);
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-cyan-200 {
      --tw-shadow-color: color-mix(in oklab, oklch(91.7% .08 205.041) inherit, transparent);
    }
  }

  .shadow-cyan-200\/40 {
    --tw-shadow-color: #a2f4fd66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-cyan-200\/40 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, oklch(91.7% .08 205.041) 40%, transparent) inherit, transparent);
    }
  }

  .shadow-cyan-200\/50 {
    --tw-shadow-color: #a2f4fd80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .shadow-cyan-200\/50 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, oklch(91.7% .08 205.041) 50%, transparent) inherit, transparent);
    }
  }

  .blur-3xl {
    --tw-blur: blur(64px);
    filter:         ;
  }

  .blur-md {
    --tw-blur: blur(12px);
    filter:         ;
  }

  .blur-sm {
    --tw-blur: blur(8px);
    filter:         ;
  }

  .drop-shadow {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
    filter:         ;
  }

  .drop-shadow-lg {
    --tw-drop-shadow-size: drop-shadow(0 4px 4px #00000026);
    --tw-drop-shadow: drop-shadow(0 4px 4px #00000026);
    filter:         ;
  }

  .filter {
    filter:         ;
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -webkit-backdrop-filter:         ;
    backdrop-filter:         ;
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter:         ;
    backdrop-filter:         ;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-in-out {
    --tw-ease: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  }

  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(.25rem * -.5);
      translate: inherit inherit;
    }

    .hover\:-translate-y-1:hover {
      --tw-translate-y: calc(.25rem * -1);
      translate: inherit inherit;
    }

    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: inherit inherit;
    }

    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: inherit inherit;
    }

    .hover\:scale-\[1\.02\]:hover {
      scale: 1.02;
    }

    .hover\:border-cyan-300:hover {
      border-color: oklch(86.5% .127 207.078);
    }

    .hover\:border-cyan-400:hover {
      border-color: oklch(78.9% .154 211.53);
    }

    .hover\:bg-blue-700:hover {
      background-color: oklch(48.8% .243 264.376);
    }

    .hover\:bg-cyan-50:hover {
      background-color: oklch(98.4% .019 200.873);
    }

    .hover\:bg-emerald-600:hover {
      background-color: oklch(59.6% .145 163.225);
    }

    .hover\:bg-white\/30:hover {
      background-color: #ffffff4d;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/30:hover {
        background-color: color-mix(in oklab, #fff 30%, transparent);
      }
    }

    .hover\:shadow-2xl:hover {
      --tw-shadow: 0 25px 50px -12px #00000040;
      box-shadow: inherit, inherit, inherit, inherit, inherit;
    }

    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
      box-shadow: inherit, inherit, inherit, inherit, inherit;
    }

    .hover\:shadow-cyan-400\/40:hover {
      --tw-shadow-color: #00d2ef66;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:shadow-cyan-400\/40:hover {
        --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, oklch(78.9% .154 211.53) 40%, transparent) inherit, transparent);
      }
    }
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: inherit inherit;
  }

  .active\:scale-\[0\.97\]:active {
    scale: .97;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}
