/* src/styles/theme.css
   Semantic design tokens for shared Vivid Fables UI surfaces.
   Keep feature components dependent on meaning (dialog, input, Sophia, tools), not raw colour names.
   MAINTENANCE 2026-09-06 — Initial token layer mirrors the current production palette; no visual change intended.
   MAINTENANCE 2026-09-06 — Story prompt primitives consume these tokens so Image/Video prompts share one palette source.
   MAINTENANCE 2026-09-06 — Centralize floating/dialog Sophia glow without changing StoryAngel animation or drag logic.
   MAINTENANCE 2026-09-06 — Centralize Sophia panel/notice palette while keeping existing presentation and behavior.
   MAINTENANCE 2026-09-07 — Warm only the shared Story/Sophia prompt shell with restrained gold; preserve Generate tool controls outside the prompt. */

:root {
  /* Story / Sophia dialog family — warm purple shell with restrained gold accents. */
  --vf-dialog-backdrop: rgba(14, 8, 30, 0.72);
  --vf-dialog-surface-start: #27204c;
  --vf-dialog-surface-mid: #35145f;
  --vf-dialog-surface-end: #110a24;
  --vf-dialog-border: rgba(235, 210, 163, 0.46);
  --vf-dialog-shadow: rgba(15, 23, 42, 0.62);
  --vf-dialog-gold-glow: rgba(224, 177, 78, 0.10);
  --vf-dialog-gold-wash: rgba(247, 202, 105, 0.18);
  --vf-dialog-gold-wash-soft: rgba(219, 166, 73, 0.08);
  --vf-dialog-title-surface-start: rgba(255, 238, 196, 0.11);
  --vf-dialog-title-surface-end: rgba(255, 255, 255, 0.075);
  --vf-dialog-title-border: rgba(238, 213, 168, 0.26);
  --vf-dialog-title-text: #fff8e9;
  --vf-dialog-subtitle-text: rgba(245, 232, 210, 0.86);
  --vf-dialog-help-text: rgba(228, 214, 196, 0.78);
  --vf-dialog-close-surface: rgba(255, 255, 255, 0.10);
  --vf-dialog-close-surface-hover: rgba(255, 255, 255, 0.20);
  --vf-dialog-clear-surface: rgba(255, 255, 255, 0.05);
  --vf-dialog-clear-surface-hover: rgba(255, 255, 255, 0.10);
  --vf-dialog-clear-text: #e2e8f0;
  --vf-dialog-secondary-surface: #1e293b;
  --vf-dialog-secondary-surface-hover: #334155;
  --vf-dialog-secondary-text: #ffffff;
  --vf-dialog-primary-border: rgba(207, 250, 254, 0.50);
  --vf-dialog-primary-start: #67e8f9;
  --vf-dialog-primary-mid: #0891b2;
  --vf-dialog-primary-end: #0c4a6e;
  --vf-dialog-primary-text: #ffffff;

  /* Shared warm text-entry surface used by existing Generate tool controls. */
  --vf-input-warm-bg: #fff8dc;
  --vf-input-warm-bg-focus: #fffacd;
  --vf-input-warm-border: #e8c98a;
  --vf-input-warm-border-ui: rgba(232, 201, 138, 0.92);
  --vf-input-warm-border-strong: #d9aa48;
  --vf-input-warm-text: #1a0e0a;
  --vf-input-warm-placeholder: #a07a4d;
  --vf-input-warm-focus: #e4b95b;

  /* Story prompt textarea — deliberately warmer/yellower with dark brown copy. */
  --vf-story-prompt-input-start: #fff6cf;
  --vf-story-prompt-input-end: #ffefb5;
  --vf-story-prompt-input-focus-start: #fff3c1;
  --vf-story-prompt-input-focus-end: #ffedac;
  --vf-story-prompt-input-border: rgba(215, 170, 82, 0.88);
  --vf-story-prompt-input-border-focus: #e7b85c;
  --vf-story-prompt-input-text: #59391f;
  --vf-story-prompt-input-placeholder: #8d663a;

  /* Existing warm Generate Image / Video tool surfaces. */
  --vf-tools-warm-bg: #fff4d6;
  --vf-tools-warm-bg-strong: #fdecc0;
  --vf-tools-warm-text: #5c3b1e;
  --vf-tools-warm-text-soft: #7a5731;

  /* Sophia treatments. */
  --vf-sophia-glow-warm: rgba(255, 226, 145, 0.22);
  --vf-sophia-glow-purple: rgba(143, 108, 255, 0.18);
  --vf-sophia-portrait-shadow: rgba(76, 29, 149, 0.28);

  /* Sophia base panel. */
  --vf-sophia-panel-border: rgba(255, 255, 255, 0.70);
  --vf-sophia-panel-bg: rgba(255, 255, 255, 0.93);
  --vf-sophia-panel-text: #2a1d52;
  --vf-sophia-panel-shadow: rgba(26, 12, 58, 0.35);
  --vf-sophia-head-border: rgba(83, 55, 137, 0.12);
  --vf-sophia-head-text: #4e2b91;
  --vf-sophia-message-border: #eadfff;
  --vf-sophia-message-bg: #faf7ff;
  --vf-sophia-idea-border: #cbb4ff;
  --vf-sophia-idea-bg: #f0e8ff;
  --vf-sophia-choice-border: #bca5e8;
  --vf-sophia-choice-bg: #ffffff;
  --vf-sophia-choice-text: #3b2866;
  --vf-sophia-choice-active-bg: #eee5ff;
  --vf-sophia-status-border: #a6d8b3;
  --vf-sophia-status-bg: #eaf9ee;
  --vf-sophia-status-text: #246a37;

  /* Sophia glass close button. */
  --vf-sophia-glass-border: rgba(255, 255, 255, 0.58);
  --vf-sophia-glass-bg-start: rgba(255, 255, 255, 0.24);
  --vf-sophia-glass-bg-end: rgba(255, 255, 255, 0.07);
  --vf-sophia-glass-text: #ffffff;
  --vf-sophia-glass-shadow-dark: rgba(0, 0, 0, 0.26);
  --vf-sophia-glass-active-bg: rgba(255, 255, 255, 0.16);

  /* Sophia notice panel. */
  --vf-sophia-notice-border: rgba(255, 255, 255, 0.82);
  --vf-sophia-notice-bg: rgba(255, 255, 255, 0.94);
  --vf-sophia-notice-text: #35235e;
  --vf-sophia-notice-shadow: rgba(45, 25, 91, 0.34);
  --vf-sophia-notice-head-text: #4b2f82;
  --vf-sophia-notice-message-text: #3b2866;
  --vf-sophia-notice-close-border: rgba(255, 255, 255, 0.76);
  --vf-sophia-notice-close-bg: rgba(92, 65, 145, 0.78);
  --vf-sophia-notice-close-shadow: rgba(38, 22, 73, 0.25);

  /* Centered fallback when floating Sophia is unavailable/hidden. */
  --vf-sophia-fallback-border: rgba(185, 170, 255, 0.62);
  --vf-sophia-fallback-start: rgba(38, 35, 91, 0.97);
  --vf-sophia-fallback-end: rgba(57, 39, 113, 0.97);
  --vf-sophia-fallback-text: #f7f3ff;
  --vf-sophia-fallback-head-text: #eee7ff;
  --vf-sophia-fallback-shadow: rgba(10, 8, 38, 0.52);
  --vf-sophia-fallback-action-border: rgba(194, 180, 255, 0.52);
  --vf-sophia-fallback-action-bg: rgba(255, 255, 255, 0.10);
  --vf-sophia-fallback-action-active-bg: rgba(255, 255, 255, 0.18);
}

/* Shared Image / Video scene-prompt palette. Layout remains in the React primitive. */
.vf-story-prompt-overlay {
  background: var(--vf-dialog-backdrop);
}

.vf-story-prompt-dialog {
  background:
    radial-gradient(circle at 18% 8%, var(--vf-dialog-gold-wash), transparent 30%),
    radial-gradient(circle at 88% 92%, var(--vf-dialog-gold-wash-soft), transparent 28%),
    linear-gradient(
      135deg,
      var(--vf-dialog-surface-start) 0%,
      var(--vf-dialog-surface-mid) 52%,
      var(--vf-dialog-surface-end) 100%
    );
  border-color: var(--vf-dialog-border);
  box-shadow: 0 24px 80px var(--vf-dialog-shadow), 0 0 42px var(--vf-dialog-gold-glow);
}

.vf-story-prompt-title-card {
  background: linear-gradient(
    180deg,
    var(--vf-dialog-title-surface-start),
    var(--vf-dialog-title-surface-end)
  );
  border-color: var(--vf-dialog-title-border);
}

.vf-story-prompt-title {
  color: var(--vf-dialog-title-text);
}

.vf-story-prompt-subtitle {
  color: var(--vf-dialog-subtitle-text);
}

.vf-story-prompt-help {
  color: var(--vf-dialog-help-text);
}

.vf-story-prompt-close {
  background: var(--vf-dialog-close-surface);
  border-color: rgba(255, 255, 255, 0.20);
  color: #ffffff;
}

.vf-story-prompt-close:hover {
  background: var(--vf-dialog-close-surface-hover);
}

.vf-story-prompt-input {
  background: linear-gradient(180deg, var(--vf-story-prompt-input-start) 0%, var(--vf-story-prompt-input-end) 100%);
  border-color: var(--vf-story-prompt-input-border);
  color: var(--vf-story-prompt-input-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 6px 18px rgba(126, 82, 26, 0.08);
}

.vf-story-prompt-input::-moz-placeholder {
  color: var(--vf-story-prompt-input-placeholder);
}

.vf-story-prompt-input::placeholder {
  color: var(--vf-story-prompt-input-placeholder);
}

.vf-story-prompt-input:focus {
  background: linear-gradient(180deg, var(--vf-story-prompt-input-focus-start) 0%, var(--vf-story-prompt-input-focus-end) 100%);
  border-color: var(--vf-story-prompt-input-border-focus);
  color: var(--vf-story-prompt-input-text);
  box-shadow: 0 0 0 2px rgba(231, 184, 92, 0.22), 0 6px 18px rgba(126, 82, 26, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.vf-story-prompt-clear {
  background: var(--vf-dialog-clear-surface);
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--vf-dialog-clear-text);
}

.vf-story-prompt-clear:hover {
  background: var(--vf-dialog-clear-surface-hover);
}

.vf-story-prompt-secondary {
  background: var(--vf-dialog-secondary-surface);
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--vf-dialog-secondary-text);
}

.vf-story-prompt-secondary:hover {
  background: var(--vf-dialog-secondary-surface-hover);
}

.vf-story-prompt-primary {
  background: linear-gradient(
    to bottom,
    var(--vf-dialog-primary-start),
    var(--vf-dialog-primary-mid),
    var(--vf-dialog-primary-end)
  );
  border-color: var(--vf-dialog-primary-border);
  color: var(--vf-dialog-primary-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 5px 14px rgba(6, 182, 212, 0.20);
}

/* Compatibility bridge: StoryAngel still injects legacy literal glow locally.
   Theme wins here so future glow changes stay centralized without touching drag/animation code. */
.vf-sophia-rig,
.vf-sophia-portrait {
  filter: drop-shadow(0 0 5px var(--vf-sophia-glow-warm)) drop-shadow(0 0 10px var(--vf-sophia-glow-purple)) !important;
}

.vf-sophia-portrait-body {
  filter: drop-shadow(0 7px 16px var(--vf-sophia-portrait-shadow));
}

/* Compatibility bridge for the legacy StoryAngel-injected panel CSS.
   Exclude notice panels because they intentionally have a distinct notice surface. */
.vf-sophia-panel:not(.vf-sophia-notice-panel) {
  border-color: var(--vf-sophia-panel-border) !important;
  background: var(--vf-sophia-panel-bg) !important;
  color: var(--vf-sophia-panel-text) !important;
  box-shadow: 0 18px 50px var(--vf-sophia-panel-shadow) !important;
}

.vf-sophia-panel:not(.vf-sophia-notice-panel) .vf-sophia-panel-head {
  border-bottom-color: var(--vf-sophia-head-border) !important;
  color: var(--vf-sophia-head-text) !important;
}

.vf-sophia-panel:not(.vf-sophia-notice-panel) .vf-sophia-message {
  border-color: var(--vf-sophia-message-border) !important;
  background: var(--vf-sophia-message-bg) !important;
}

.vf-sophia-panel:not(.vf-sophia-notice-panel) .vf-sophia-idea {
  border-color: var(--vf-sophia-idea-border) !important;
  background: var(--vf-sophia-idea-bg) !important;
  color: var(--vf-sophia-panel-text) !important;
}

.vf-sophia-panel:not(.vf-sophia-notice-panel) .vf-sophia-choice {
  border-color: var(--vf-sophia-choice-border) !important;
  background: var(--vf-sophia-choice-bg) !important;
  color: var(--vf-sophia-choice-text) !important;
}

.vf-sophia-panel:not(.vf-sophia-notice-panel) .vf-sophia-choice:active {
  background: var(--vf-sophia-choice-active-bg) !important;
}

.vf-sophia-panel:not(.vf-sophia-notice-panel) .vf-sophia-status {
  border-color: var(--vf-sophia-status-border) !important;
  background: var(--vf-sophia-status-bg) !important;
  color: var(--vf-sophia-status-text) !important;
}

.vf-sophia-glass-x {
  border-color: var(--vf-sophia-glass-border) !important;
  background: linear-gradient(145deg, var(--vf-sophia-glass-bg-start), var(--vf-sophia-glass-bg-end)) !important;
  color: var(--vf-sophia-glass-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -1px 0 rgba(0, 0, 0, 0.16), 0 4px 12px var(--vf-sophia-glass-shadow-dark) !important;
}

.vf-sophia-glass-x:active {
  background: var(--vf-sophia-glass-active-bg) !important;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.22), 0 2px 6px rgba(0, 0, 0, 0.22) !important;
}
/* Environmental glass surfaces for the daylight landing.
   Landing cards inherit the sky/scenery beneath them rather than read as painted panels.
   The story textarea remains the intentionally stable warm-cream input surface. */

/* Dim only the daylight scenery layer so Sophia/text/glass stay at source brightness. */
body .vf-landing-daylight {
  filter: brightness(.90);
}

/* Shared landing glass language: nearly clear, mostly blur. */
body .vf-landing-daylight ~ .landing-container .vf-account-button,
body .vf-landing-daylight ~ .landing-container .vf-login-button {
  background: rgba(255, 255, 255, .09) !important;
  border-color: rgba(255, 255, 255, .34) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .30),
    0 8px 20px rgba(53, 72, 91, .10) !important;
  backdrop-filter: blur(14px) saturate(1.04) !important;
}

body .vf-landing-daylight ~ .landing-container .vf-story-starter {
  border-color: rgba(255, 255, 255, .36) !important;
  background: rgba(255, 255, 255, .07) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .32),
    0 20px 46px rgba(54, 73, 91, .10) !important;
  backdrop-filter: blur(18px) saturate(1.04) !important;
}

/* Keep the actual story textarea as the approved warm cream/yellow control. */
body .vf-landing-daylight ~ .landing-container .vf-story-starter-input,
body .vf-landing-daylight ~ .landing-container .vf-story-starter-input:focus {
  background: #fff9e6 !important;
  color: #4e342e !important;
}

body .vf-landing-daylight ~ .landing-container .vf-action-dock {
  border-color: rgba(255, 255, 255, .34) !important;
  background: rgba(255, 255, 255, .065) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .30),
    0 14px 34px rgba(51, 70, 89, .09) !important;
  backdrop-filter: blur(17px) saturate(1.04) !important;
}

body .vf-landing-daylight ~ .landing-container .vf-action-dock .vf-btn.vf-ghost {
  background: rgba(255, 255, 255, .11) !important;
  border-color: rgba(255, 255, 255, .32) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .26),
    0 7px 16px rgba(49, 67, 86, .08) !important;
  backdrop-filter: blur(12px) saturate(1.03) !important;
}

body .vf-landing-daylight ~ .landing-container .vf-showcase-panel,
body .vf-landing-daylight ~ .landing-container .vf-seo-section,
body .vf-landing-daylight ~ .landing-container .vf-audience-item,
body .vf-landing-daylight ~ .landing-container .vf-trust-row,
body .vf-landing-daylight ~ .landing-container .landing-footer {
  border-color: rgba(255, 255, 255, .31) !important;
  background: rgba(255, 255, 255, .065) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .26),
    0 20px 44px rgba(49, 68, 88, .085) !important;
  backdrop-filter: blur(19px) saturate(1.04) !important;
}

/* Keep Sophia at source brightness. Separation comes from a restrained cool/mauve shadow,
   not from dimming or whitening her asset. */
body .vf-landing-daylight ~ .vf-sophia-widget .vf-sophia-rig {
  filter:
    drop-shadow(0 0 4px rgba(215, 190, 145, .14))
    drop-shadow(0 8px 16px rgba(91, 78, 101, .19)) !important;
}

/* -------------------------------------------------------------------------
   COOKIE CONSENT: scenery-responsive glass, not a fixed navy/purple slab.
   It intentionally works over any route/scenery: sky colours remain visible through blur.
   ------------------------------------------------------------------------- */
section[aria-label="Cookie choices"] > div {
  background: rgba(255, 252, 244, .10) !important;
  border-color: rgba(255, 255, 255, .38) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .28),
    0 22px 64px rgba(38, 53, 72, .16) !important;
  backdrop-filter: blur(20px) saturate(1.03) !important;
}

/* Remove the old fixed blue/purple decorative light pools so the environment supplies the colour. */
section[aria-label="Cookie choices"] > div > .pointer-events-none.absolute {
  display: none !important;
}

section[aria-label="Cookie choices"] h2,
section[aria-label="Cookie choices"] p,
section[aria-label="Cookie choices"] a,
section[aria-label="Cookie choices"] button {
  color: #493f3b !important;
  text-shadow: 0 1px 0 rgba(255,255,255,.18) !important;
}

section[aria-label="Cookie choices"] a,
section[aria-label="Cookie choices"] button[class*="underline"] {
  text-decoration-color: rgba(87, 72, 66, .34) !important;
}

section[aria-label="Cookie choices"] .h-12.w-12 {
  background: rgba(255, 255, 255, .10) !important;
  border-color: rgba(255, 255, 255, .34) !important;
  color: #665a69 !important;
}

section[aria-label="Cookie choices"] .grid.gap-2 button {
  background: rgba(255, 255, 255, .105) !important;
  border-color: rgba(255, 255, 255, .34) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.22) !important;
  backdrop-filter: blur(12px) saturate(1.02) !important;
}

section[aria-label="Cookie choices"] .grid.gap-2 button:hover {
  background: rgba(255, 255, 255, .16) !important;
}

/* Cookie settings modal gets the same adaptive glass language. */
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] {
  background: rgba(255, 252, 244, .11) !important;
  border-color: rgba(255, 255, 255, .38) !important;
  box-shadow: 0 24px 72px rgba(35, 49, 68, .18) !important;
  backdrop-filter: blur(22px) saturate(1.03) !important;
}

section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] > .sticky {
  background: rgba(255, 252, 244, .10) !important;
  border-color: rgba(255, 255, 255, .28) !important;
  backdrop-filter: blur(18px) saturate(1.03) !important;
}

section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] h2,
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] h3,
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] p,
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] a,
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] button,
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] span {
  color: #493f3b !important;
}

section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] .space-y-3 > .rounded-2xl,
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] .space-y-3 > .flex,
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] .grid.gap-2 button,
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] button[aria-label="Close cookie settings"] {
  background: rgba(255, 255, 255, .09) !important;
  border-color: rgba(255, 255, 255, .30) !important;
  backdrop-filter: blur(12px) saturate(1.02) !important;
}

/* Preserve state colour on switches; only neutral/off chrome becomes glass. */
section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] button[role="switch"][aria-checked="false"] {
  background: rgba(70, 75, 92, .20) !important;
  border-color: rgba(255,255,255,.28) !important;
}

section[role="dialog"][aria-labelledby="vf-cookie-settings-title"] button[role="switch"][aria-checked="true"] {
  background: rgba(82, 126, 176, .72) !important;
}
*, ::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:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-bottom-24 {
  bottom: -6rem;
}
.-left-10 {
  left: -2.5rem;
}
.-left-16 {
  left: -4rem;
}
.-left-20 {
  left: -5rem;
}
.-left-24 {
  left: -6rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-10 {
  right: -2.5rem;
}
.-right-20 {
  right: -5rem;
}
.-right-24 {
  right: -6rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-10 {
  top: -2.5rem;
}
.-top-20 {
  top: -5rem;
}
.-top-24 {
  top: -6rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/4 {
  left: 25%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-\[1\%\] {
  left: 1%;
}
.left-\[2px\] {
  left: 2px;
}
.left-\[6px\] {
  left: 6px;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-1\/4 {
  right: 25%;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[2\%\] {
  right: 2%;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[18px\] {
  top: 18px;
}
.top-\[28\%\] {
  top: 28%;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[32\%\] {
  top: 32%;
}
.top-\[8px\] {
  top: 8px;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[10080\] {
  z-index: 10080;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[1200\] {
  z-index: 1200;
}
.z-\[120\] {
  z-index: 120;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[220\] {
  z-index: 220;
}
.z-\[230\] {
  z-index: 230;
}
.z-\[240\] {
  z-index: 240;
}
.z-\[300\] {
  z-index: 300;
}
.z-\[310\] {
  z-index: 310;
}
.z-\[500\] {
  z-index: 500;
}
.z-\[510\] {
  z-index: 510;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.\!mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-\[36px\] {
  height: 36px !important;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[12rem\] {
  height: 12rem;
}
.h-\[144px\] {
  height: 144px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[52\%\] {
  height: 52%;
}
.h-\[6\.8rem\] {
  height: 6.8rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[620px\] {
  max-height: 620px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[92vh\] {
  max-height: 92vh;
}
.max-h-\[95vh\] {
  max-height: 95vh;
}
.max-h-\[calc\(100dvh-1\.5rem\)\] {
  max-height: calc(100dvh - 1.5rem);
}
.max-h-\[calc\(100dvh-2rem\)\] {
  max-height: calc(100dvh - 2rem);
}
.max-h-\[calc\(100vh-2rem\)\] {
  max-height: calc(100vh - 2rem);
}
.\!min-h-0 {
  min-height: 0px !important;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[58px\] {
  min-height: 58px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-full {
  width: 100% !important;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[52\%\] {
  width: 52%;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[min\(76vw\2c 244px\)\] {
  width: min(76vw, 244px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[72px\] {
  min-width: 72px;
}
.min-w-\[74px\] {
  min-width: 74px;
}
.min-w-\[76px\] {
  min-width: 76px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[112px\] {
  max-width: 112px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[336px\] {
  max-width: 336px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[728px\] {
  max-width: 728px;
}
.max-w-\[760px\] {
  max-width: 760px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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));
}
.translate-x-5 {
  --tw-translate-x: 1.25rem;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.transform {
  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));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes fadeInUp {

  0% {
    opacity: 0;
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 0.5s ease-out;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  text-wrap: wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.\!rounded-\[12px\] {
  border-radius: 12px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-amber-100\/80 {
  border-color: rgb(254 243 199 / 0.8);
}
.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-amber-200\/20 {
  border-color: rgb(253 230 138 / 0.2);
}
.border-amber-200\/25 {
  border-color: rgb(253 230 138 / 0.25);
}
.border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.border-amber-200\/50 {
  border-color: rgb(253 230 138 / 0.5);
}
.border-amber-200\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.border-amber-200\/80 {
  border-color: rgb(253 230 138 / 0.8);
}
.border-amber-300\/20 {
  border-color: rgb(252 211 77 / 0.2);
}
.border-amber-300\/30 {
  border-color: rgb(252 211 77 / 0.3);
}
.border-amber-400\/20 {
  border-color: rgb(251 191 36 / 0.2);
}
.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-200\/30 {
  border-color: rgb(191 219 254 / 0.3);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-blue-300\/15 {
  border-color: rgb(147 197 253 / 0.15);
}
.border-blue-300\/20 {
  border-color: rgb(147 197 253 / 0.2);
}
.border-blue-300\/25 {
  border-color: rgb(147 197 253 / 0.25);
}
.border-blue-300\/30 {
  border-color: rgb(147 197 253 / 0.3);
}
.border-blue-300\/60 {
  border-color: rgb(147 197 253 / 0.6);
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-blue-400\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-blue-400\/50 {
  border-color: rgb(96 165 250 / 0.5);
}
.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/25 {
  border-color: rgb(59 130 246 / 0.25);
}
.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}
.border-blue-800\/50 {
  border-color: rgb(30 64 175 / 0.5);
}
.border-blue-900\/50 {
  border-color: rgb(30 58 138 / 0.5);
}
.border-cyan-100\/75 {
  border-color: rgb(207 250 254 / 0.75);
}
.border-cyan-200\/60 {
  border-color: rgb(165 243 252 / 0.6);
}
.border-cyan-300\/20 {
  border-color: rgb(103 232 249 / 0.2);
}
.border-emerald-200\/30 {
  border-color: rgb(167 243 208 / 0.3);
}
.border-emerald-300\/20 {
  border-color: rgb(110 231 183 / 0.2);
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-gray-500\/20 {
  border-color: rgb(107 114 128 / 0.2);
}
.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}
.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-indigo-300\/25 {
  border-color: rgb(165 180 252 / 0.25);
}
.border-indigo-400\/25 {
  border-color: rgb(129 140 248 / 0.25);
}
.border-indigo-400\/30 {
  border-color: rgb(129 140 248 / 0.3);
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}
.border-pink-200\/30 {
  border-color: rgb(251 207 232 / 0.3);
}
.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}
.border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.border-purple-300\/20 {
  border-color: rgb(216 180 254 / 0.2);
}
.border-purple-300\/25 {
  border-color: rgb(216 180 254 / 0.25);
}
.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-300\/20 {
  border-color: rgb(252 165 165 / 0.2);
}
.border-red-300\/30 {
  border-color: rgb(252 165 165 / 0.3);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3);
}
.border-sky-200\/30 {
  border-color: rgb(186 230 253 / 0.3);
}
.border-slate-100\/25 {
  border-color: rgb(241 245 249 / 0.25);
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-teal-500\/30 {
  border-color: rgb(20 184 166 / 0.3);
}
.border-teal-700\/30 {
  border-color: rgb(15 118 110 / 0.3);
}
.border-violet-100\/75 {
  border-color: rgb(237 233 254 / 0.75);
}
.border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}
.border-violet-200\/30 {
  border-color: rgb(221 214 254 / 0.3);
}
.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}
.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}
.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#02091f\]\/80 {
  background-color: rgb(2 9 31 / 0.8);
}
.bg-\[\#021c27\]\/80 {
  background-color: rgb(2 28 39 / 0.8);
}
.bg-\[\#0c0f24\]\/85 {
  background-color: rgb(12 15 36 / 0.85);
}
.bg-\[\#111633\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 22 51 / var(--tw-bg-opacity, 1));
}
.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-amber-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-amber-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-amber-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-blue-400\/\[0\.07\] {
  background-color: rgb(96 165 250 / 0.07);
}
.bg-blue-400\/\[0\.08\] {
  background-color: rgb(96 165 250 / 0.08);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-blue-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.bg-blue-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.bg-blue-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.bg-blue-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.bg-blue-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.bg-blue-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-blue-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.bg-blue-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.bg-blue-950\/35 {
  background-color: rgb(23 37 84 / 0.35);
}
.bg-blue-950\/60 {
  background-color: rgb(23 37 84 / 0.6);
}
.bg-cyan-300\/10 {
  background-color: rgb(103 232 249 / 0.1);
}
.bg-cyan-300\/90 {
  background-color: rgb(103 232 249 / 0.9);
}
.bg-emerald-400\/\[0\.08\] {
  background-color: rgb(52 211 153 / 0.08);
}
.bg-emerald-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-emerald-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.bg-indigo-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}
.bg-indigo-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.bg-indigo-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}
.bg-indigo-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.bg-indigo-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}
.bg-indigo-950\/35 {
  background-color: rgb(30 27 75 / 0.35);
}
.bg-indigo-950\/60 {
  background-color: rgb(30 27 75 / 0.6);
}
.bg-indigo-950\/70 {
  background-color: rgb(30 27 75 / 0.7);
}
.bg-indigo-950\/75 {
  background-color: rgb(30 27 75 / 0.75);
}
.bg-indigo-950\/80 {
  background-color: rgb(30 27 75 / 0.8);
}
.bg-indigo-950\/90 {
  background-color: rgb(30 27 75 / 0.9);
}
.bg-indigo-950\/95 {
  background-color: rgb(30 27 75 / 0.95);
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}
.bg-purple-400\/10 {
  background-color: rgb(192 132 252 / 0.1);
}
.bg-purple-400\/\[0\.08\] {
  background-color: rgb(192 132 252 / 0.08);
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-purple-800\/30 {
  background-color: rgb(107 33 168 / 0.3);
}
.bg-purple-900\/80 {
  background-color: rgb(88 28 135 / 0.8);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-100\/10 {
  background-color: rgb(241 245 249 / 0.1);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}
.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}
.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}
.bg-slate-950\/80 {
  background-color: rgb(2 6 23 / 0.8);
}
.bg-teal-900\/30 {
  background-color: rgb(19 78 74 / 0.3);
}
.bg-teal-900\/40 {
  background-color: rgb(19 78 74 / 0.4);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}
.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.bg-violet-900\/40 {
  background-color: rgb(76 29 149 / 0.4);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-white\/\[0\.055\] {
  background-color: rgb(255 255 255 / 0.055);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-900\/30 {
  background-color: rgb(113 63 18 / 0.3);
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-\[url\(\'\/images\/noise\.png\'\)\] {
  background-image: url('/images/noise.png');
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-400\/20 {
  --tw-gradient-from: rgb(251 191 36 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-700 {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-300 {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/20 {
  --tw-gradient-from: rgb(59 130 246 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500\/80 {
  --tw-gradient-from: rgb(59 130 246 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-700 {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/40 {
  --tw-gradient-from: rgb(30 58 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-900\/50 {
  --tw-gradient-from: rgb(30 58 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-300 {
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-700 {
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-400\/80 {
  --tw-gradient-from: rgb(52 211 153 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-fuchsia-400 {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600 {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-900\/40 {
  --tw-gradient-from: rgb(20 83 45 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-800\/80 {
  --tw-gradient-from: rgb(55 48 163 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900 {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/90 {
  --tw-gradient-from: rgb(49 46 129 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-900\/95 {
  --tw-gradient-from: rgb(49 46 129 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-950 {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-950\/90 {
  --tw-gradient-from: rgb(30 27 75 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-950\/95 {
  --tw-gradient-from: rgb(30 27 75 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-400\/80 {
  --tw-gradient-from: rgb(244 114 182 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-700 {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100 {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-200 {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-900\/40 {
  --tw-gradient-from: rgb(88 28 135 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-600 {
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-400\/80 {
  --tw-gradient-from: rgb(56 189 248 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-100\/20 {
  --tw-gradient-from: rgb(241 245 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-700 {
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-400\/80 {
  --tw-gradient-from: rgb(167 139 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-700\/95 {
  --tw-gradient-from: rgb(109 40 217 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-900\/40 {
  --tw-gradient-from: rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#10275f\] {
  --tw-gradient-to: rgb(16 39 95 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #10275f var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#10275f\]\/95 {
  --tw-gradient-to: rgb(16 39 95 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 39 95 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-amber-400 {
  --tw-gradient-to: rgb(251 191 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-amber-50 {
  --tw-gradient-to: rgb(255 251 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-amber-600 {
  --tw-gradient-to: rgb(217 119 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-500\/80 {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(59 130 246 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-cyan-600 {
  --tw-gradient-to: rgb(8 145 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-fuchsia-500\/80 {
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(217 70 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-400 {
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-500\/80 {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(99 102 241 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-orange-500 {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-pink-50 {
  --tw-gradient-to: rgb(253 242 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-500\/20 {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(168 85 247 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-500\/80 {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(168 85 247 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-900 {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-950 {
  --tw-gradient-to: rgb(59 7 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b0764 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-sky-100\/10 {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(224 242 254 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-teal-500\/80 {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(20 184 166 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-violet-600 {
  --tw-gradient-to: rgb(124 58 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-yellow-300\/10 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(253 224 71 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#1a1c3a\] {
  --tw-gradient-to: #1a1c3a var(--tw-gradient-to-position);
}
.to-amber-500 {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}
.to-amber-800 {
  --tw-gradient-to: #92400e var(--tw-gradient-to-position);
}
.to-amber-950 {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
}
.to-blue-100 {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}
.to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}
.to-blue-300\/20 {
  --tw-gradient-to: rgb(147 197 253 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-800\/20 {
  --tw-gradient-to: rgb(30 64 175 / 0.2) var(--tw-gradient-to-position);
}
.to-cyan-500\/80 {
  --tw-gradient-to: rgb(6 182 212 / 0.8) var(--tw-gradient-to-position);
}
.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}
.to-emerald-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.to-green-800\/20 {
  --tw-gradient-to: rgb(22 101 52 / 0.2) var(--tw-gradient-to-position);
}
.to-indigo-500\/80 {
  --tw-gradient-to: rgb(99 102 241 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.to-indigo-600\/80 {
  --tw-gradient-to: rgb(79 70 229 / 0.8) var(--tw-gradient-to-position);
}
.to-indigo-900 {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}
.to-indigo-900\/40 {
  --tw-gradient-to: rgb(49 46 129 / 0.4) var(--tw-gradient-to-position);
}
.to-indigo-950 {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}
.to-indigo-950\/95 {
  --tw-gradient-to: rgb(30 27 75 / 0.95) var(--tw-gradient-to-position);
}
.to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}
.to-orange-400\/20 {
  --tw-gradient-to: rgb(251 146 60 / 0.2) var(--tw-gradient-to-position);
}
.to-orange-50 {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}
.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}
.to-orange-500\/20 {
  --tw-gradient-to: rgb(249 115 22 / 0.2) var(--tw-gradient-to-position);
}
.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}
.to-pink-100 {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}
.to-pink-200 {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}
.to-pink-50 {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}
.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-pink-500\/20 {
  --tw-gradient-to: rgb(236 72 153 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}
.to-purple-300 {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}
.to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}
.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-purple-500\/80 {
  --tw-gradient-to: rgb(168 85 247 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.to-purple-600\/80 {
  --tw-gradient-to: rgb(147 51 234 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-800\/20 {
  --tw-gradient-to: rgb(107 33 168 / 0.2) var(--tw-gradient-to-position);
}
.to-purple-800\/80 {
  --tw-gradient-to: rgb(107 33 168 / 0.8) var(--tw-gradient-to-position);
}
.to-purple-900 {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}
.to-purple-900\/50 {
  --tw-gradient-to: rgb(88 28 135 / 0.5) var(--tw-gradient-to-position);
}
.to-purple-900\/90 {
  --tw-gradient-to: rgb(88 28 135 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-900\/95 {
  --tw-gradient-to: rgb(88 28 135 / 0.95) var(--tw-gradient-to-position);
}
.to-purple-950 {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}
.to-purple-950\/90 {
  --tw-gradient-to: rgb(59 7 100 / 0.9) var(--tw-gradient-to-position);
}
.to-purple-950\/95 {
  --tw-gradient-to: rgb(59 7 100 / 0.95) var(--tw-gradient-to-position);
}
.to-red-500 {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}
.to-rose-600 {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}
.to-sky-900 {
  --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position);
}
.to-sky-950 {
  --tw-gradient-to: #082f49 var(--tw-gradient-to-position);
}
.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}
.to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}
.to-violet-400 {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}
.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-yellow-500 {
  fill: #eab308;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20 {
  padding: 5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[5px\] {
  padding: 5px;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-20 {
  padding-left: 5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-11 {
  padding-right: 2.75rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[0\.85rem\] {
  font-size: 0.85rem;
}
.text-\[1\.08rem\] {
  font-size: 1.08rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[5px\] {
  font-size: 5px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9\.5px\] {
  font-size: 9.5px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.015em\] {
  letter-spacing: 0.015em;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#fffdf8\] {
  --tw-text-opacity: 1;
  color: rgb(255 253 248 / var(--tw-text-opacity, 1));
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-100\/75 {
  color: rgb(254 243 199 / 0.75);
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/60 {
  color: rgb(253 230 138 / 0.6);
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-amber-200\/75 {
  color: rgb(253 230 138 / 0.75);
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}
.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}
.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}
.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}
.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}
.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}
.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}
.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}
.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}
.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}
.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-400\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-blue-400\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-blue-400\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}
.text-blue-500\/50 {
  color: rgb(59 130 246 / 0.5);
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-indigo-200\/65 {
  color: rgb(199 210 254 / 0.65);
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}
.text-purple-100\/35 {
  color: rgb(243 232 255 / 0.35);
}
.text-purple-100\/45 {
  color: rgb(243 232 255 / 0.45);
}
.text-purple-100\/50 {
  color: rgb(243 232 255 / 0.5);
}
.text-purple-100\/55 {
  color: rgb(243 232 255 / 0.55);
}
.text-purple-100\/60 {
  color: rgb(243 232 255 / 0.6);
}
.text-purple-100\/65 {
  color: rgb(243 232 255 / 0.65);
}
.text-purple-100\/70 {
  color: rgb(243 232 255 / 0.7);
}
.text-purple-100\/75 {
  color: rgb(243 232 255 / 0.75);
}
.text-purple-100\/80 {
  color: rgb(243 232 255 / 0.8);
}
.text-purple-100\/85 {
  color: rgb(243 232 255 / 0.85);
}
.text-purple-100\/90 {
  color: rgb(243 232 255 / 0.9);
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-200\/50 {
  color: rgb(233 213 255 / 0.5);
}
.text-purple-200\/55 {
  color: rgb(233 213 255 / 0.55);
}
.text-purple-200\/60 {
  color: rgb(233 213 255 / 0.6);
}
.text-purple-200\/65 {
  color: rgb(233 213 255 / 0.65);
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-purple-50\/80 {
  color: rgb(250 245 255 / 0.8);
}
.text-purple-50\/85 {
  color: rgb(250 245 255 / 0.85);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-500\/50 {
  color: rgb(168 85 247 / 0.5);
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-teal-200\/80 {
  color: rgb(153 246 228 / 0.8);
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}
.text-teal-300\/70 {
  color: rgb(94 234 212 / 0.7);
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}
.underline {
  text-decoration-line: underline;
}
.decoration-blue-300\/40 {
  text-decoration-color: rgb(147 197 253 / 0.4);
}
.decoration-purple-500\/30 {
  text-decoration-color: rgb(168 85 247 / 0.3);
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}
.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}
.accent-blue-400 {
  accent-color: #60a5fa;
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(168\2c 85\2c 247\2c 0\.3\)\] {
  --tw-shadow: 0 0 10px rgba(168,85,247,0.3);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_18px_rgba\(34\2c 211\2c 238\2c 0\.08\)\] {
  --tw-shadow: 0 0 18px rgba(34,211,238,0.08);
  --tw-shadow-colored: 0 0 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_80px_rgba\(2\2c 8\2c 35\2c 0\.5\)\] {
  --tw-shadow: 0 24px 80px rgba(2,8,35,0.5);
  --tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_80px_rgba\(2\2c 8\2c 35\2c 0\.55\)\] {
  --tw-shadow: 0 24px 80px rgba(2,8,35,0.55);
  --tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_70px_rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  --tw-shadow: 0 30px 70px rgba(0,0,0,0.7);
  --tw-shadow-colored: 0 30px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_10px_rgba\(5\2c 9\2c 30\2c 0\.42\)\2c 0_0_9px_rgba\(251\2c 191\2c 36\2c 0\.32\)\2c 0_0_15px_rgba\(245\2c 158\2c 11\2c 0\.14\)\] {
  --tw-shadow: 0 4px 10px rgba(5,9,30,0.42),0 0 9px rgba(251,191,36,0.32),0 0 15px rgba(245,158,11,0.14);
  --tw-shadow-colored: 0 4px 10px var(--tw-shadow-color), 0 0 9px var(--tw-shadow-color), 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.58\)\2c inset_0_-3px_0_rgba\(12\2c 74\2c 110\2c 0\.4\)\2c 0_4px_9px_rgba\(6\2c 182\2c 212\2c 0\.22\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.58),inset 0 -3px 0 rgba(12,74,110,0.4),0 4px 9px rgba(6,182,212,0.22);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), inset 0 -3px 0 var(--tw-shadow-color), 0 4px 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.58\)\2c inset_0_-3px_0_rgba\(49\2c 46\2c 129\2c 0\.38\)\2c 0_4px_9px_rgba\(139\2c 92\2c 246\2c 0\.25\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.58),inset 0 -3px 0 rgba(49,46,129,0.38),0 4px 9px rgba(139,92,246,0.25);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), inset 0 -3px 0 var(--tw-shadow-color), 0 4px 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.62\)\2c inset_0_-3px_0_rgba\(120\2c 53\2c 15\2c 0\.34\)\2c 0_4px_9px_rgba\(245\2c 158\2c 11\2c 0\.24\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.62),inset 0 -3px 0 rgba(120,53,15,0.34),0 4px 9px rgba(245,158,11,0.24);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), inset 0 -3px 0 var(--tw-shadow-color), 0 4px 9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-blue-950\/30 {
  --tw-shadow-color: rgb(23 37 84 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-green-900\/20 {
  --tw-shadow-color: rgb(20 83 45 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-purple-500\/30 {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-white\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.blur-2xl {
  --tw-blur: blur(40px);
  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);
}
.blur-3xl {
  --tw-blur: blur(64px);
  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);
}
.blur-\[120px\] {
  --tw-blur: blur(120px);
  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);
}
.blur-\[40px\] {
  --tw-blur: blur(40px);
  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);
}
.blur-xl {
  --tw-blur: blur(24px);
  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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-\[0_0_18px_rgba\(125\2c 211\2c 252\2c 0\.65\)\] {
  --tw-drop-shadow: drop-shadow(0 0 18px rgba(125,211,252,0.65));
  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);
}
.drop-shadow-\[0_0_4px_rgba\(251\2c 191\2c 36\2c 0\.95\)\] {
  --tw-drop-shadow: drop-shadow(0 0 4px rgba(251,191,36,0.95));
  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);
}
.drop-shadow-\[0_0_8px_rgba\(255\2c 255\2c 255\2c 0\.28\)\] {
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(255,255,255,0.28));
  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);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c box-shadow\] {
  transition-property: transform,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[a-zA-Z0-9\:_-\] {
  a-z-a--z0-9: -;
}
.\[animation-delay\:350ms\] {
  animation-delay: 350ms;
}
.\[animation-delay\:700ms\] {
  animation-delay: 700ms;
}

/* App Container - Fix Background Cutoff */
.app-container {
  background: transparent;  /* Trong suốt để sao hiển thị */
  min-height: calc(100vh - 100px);  /* Giảm chiều cao để footer hiển thị */
  width: 100%;
  position: relative;
  z-index: 1;  /* Đảm bảo ở trên background nhưng dưới footer */
}

/* XÓA hoặc Comment lại đoạn này nếu nó đang set màu tối */
/* body {
  background: #1A2238; 
  color: white;
} 
*/

/* Thay vào đó, set default an toàn */
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  /* Mặc định là trắng, để các trang Landing/StoryReader tự override bằng class Tailwind */
  background-color: #1A2238;
}

/* Mute Control Styles */
.mute-control {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.mute-btn {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  backdrop-filter: blur(10px);
}

/* Credit Display Styles */
.credit-display {
  position: static;
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  z-index: 10;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.credit-display:hover {
  background: rgba(0, 0, 0, 0.9);
  border-color: rgba(255, 255, 255, 0.3);
}

.credit-icon {
  font-size: 20px;
  line-height: 1;
}

.credit-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 60px;
}

.credit-number {
  font-size: 18px;
  font-weight: bold;
  color: #FFD700;
  line-height: 1;
}

.credit-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}

.credit-add-btn {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.credit-add-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px rgba(102, 126, 234, 0.4);
}

.credit-display.loading {
  opacity: 0.7;
}

.credit-display.loading .credit-text {
  color: rgba(255, 255, 255, 0.7);
}

.mute-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.05);
}

.mute-btn.muted {
  background: rgba(255, 0, 0, 0.1);
  border-color: rgba(255, 0, 0, 0.3);
  color: #ff6b6b;
}

.mute-btn.muted:hover {
  background: rgba(255, 0, 0, 0.2);
}

/* Title Glow Effect */
.title-glow {
  background: linear-gradient(to right, #FEF3C7, #FDE68A);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 10px rgba(250, 204, 21, 0.8));
}

/* Mute Text Styling - Standardized */
.mute-text {
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Generate Text White */
.generate-text-white {
  color: #FFFFFF;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

/* Loading Button Styles */
.btn-primary.loading {
  opacity: 0.8;
  cursor: not-allowed;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.btn-primary.loading:hover {
  transform: none;
}

.btn-primary.loading:active {
  transform: none;
}

/* Audio Disclaimer Styles */
.audio-disclaimer {
  margin-top: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.audio-disclaimer p {
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* Button Icon Spacing */
.btn-primary {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-primary svg {
  flex-shrink: 0;
}

/* Generate Text Styling */
.generate-text {
  color: #FFD700;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
}

/* Landing Page Styles - DEEP MARINE THEME */
.landing-container {
  background: transparent;  /* Trong suốt để sao hiển thị */
  color: #ECECEC;      /* Cloud White */
  overflow-x: hidden;
}

.hero-section {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr; /* Dành nhiều đất hơn cho chữ */
  gap: 40px;
  align-items: center; /* Căn giữa theo chiều dọc */
  padding: 2px 5%; /* Giảm padding top từ 20px xuống 2px */
  min-height: 90vh; /* Chiếm 90% màn hình, chừa 10% cho footer/scroll */
  max-width: 1400px;
  margin: 0 auto;
}

.hero-content {
  animation: fadeInLeft 1s ease-out;
  background: rgba(26, 34, 56, 0.3);  /* Glass morphism */
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;  /* Giảm từ 40px xuống 30px */
}

/* 2. Xử lý cột bên phải (Chứa Nút + Ảnh) */
.hero-illustration {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

/* Story Input Component - Deep Marine Theme */
.input-container {
  min-height: 80vh;
  background: transparent;  /* Trong suốt */
  color: #ECECEC;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.input-form {
  background: rgba(26, 34, 56, 0.3);  /* Trong suốt nhẹ */
  border: 3px solid #FFE082;  /* Light yellow border - vàng nhạt */
  border-radius: 20px;
  padding: 25px 30px;  /* Giảm từ 40px xuống 25px 30px */
  max-width: 600px;  /* Giới hạn chiều rộng */
  width: 100%;
  backdrop-filter: blur(10px);  /* Add blur for glass effect */
  box-shadow: 0 0 30px rgba(74, 144, 226, 0.3);
  margin: 0 auto;  /* Căn giữa */
}

.input-form h1 {
  font-size: 2rem;  /* Giảm từ 2.5rem xuống 2rem */
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}

.input-form h1 .create {
  color: #FF6B35;  /* Carrot orange */
  text-shadow: 0 0 20px rgba(255, 107, 53, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.input-form h1 .your {
  color: #27AE60;  /* Green */
  text-shadow: 0 0 20px rgba(39, 174, 96, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.input-form h1 .story {
  color: #3498DB;  /* Blue */
  text-shadow: 0 0 20px rgba(52, 152, 219, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.input-form p {
  color: #ECECEC;
  opacity: 0.9;
  margin-bottom: 30px;
  text-align: center;
  text-shadow: 0 0 10px rgba(236, 236, 236, 0.3);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #ECECEC;
  margin-bottom: 8px;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(236, 236, 236, 0.3);
}

.form-group textarea,
.form-group input,
.profile-input,
.profile-select {
  width: 100%;
  padding: 15px;
  border: 2px solid rgba(236, 236, 236, 0.3);
  border-radius: 10px;
  background: #FFF8DC;  /* Cream color - vàng kem */
  color: #1A0E0A;  /* Dark chocolate brown - nâu socola đen */
  font-size: 16px;
  font-weight: 600;  /* Semi-bold - đậm rõ ràng */
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.2);
}

.form-group textarea:focus,
.form-group input:focus,
.profile-input:focus,
.profile-select:focus {
  outline: none;
  border-color: #4A90E2;
  background: #FFFACD;  /* Lighter cream - vàng kem nhạt hơn */
  color: #1A0E0A;  /* Dark chocolate brown - nâu socola đen */
  font-weight: 700;  /* Bold - đậm hơn khi focus */
  box-shadow: 0 0 25px rgba(74, 144, 226, 0.5);
  transform: translateY(-2px);
}

.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.checkbox-group label {
  color: #ECECEC;
}

/* Buttons - Multi-colored with Glowing Effects */
.btn-primary {
  background: linear-gradient(135deg, #27AE60, #229954);  /* Green gradient */
  color: #FFF8DC;  /* Cream white - vàng kem */
  border: none;
  padding: 25px 45px;  /* Larger padding - to hơn */
  border-radius: 35px;  /* More rounded - bo tròn hơn */
  font-size: 22px;  /* Larger font - chữ to hơn */
  font-weight: 900;  /* Extra bold - đậm hơn */
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 35px rgba(255, 248, 220, 0.8);
  box-shadow: 0 0 40px rgba(39, 174, 96, 0.6), 0 5px 20px rgba(0, 0, 0, 0.3);
  animation: pulse-glow 2s ease-in-out infinite;
  letter-spacing: 1px;
}

.btn-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #2ECC71, #27AE60);  /* Lighter green gradient */
  transform: translateY(-4px) scale(1.08);  /* More transform - to hơn */
  box-shadow: 0 15px 50px rgba(46, 204, 113, 0.7), 0 8px 30px rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 25px rgba(0, 0, 0, 1), 0 0 40px rgba(255, 248, 220, 0.9);
}

.btn-primary:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  animation: none;
}

.btn-secondary {
  background: linear-gradient(135deg, #9B59B6, #8E44AD);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 5px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 25px rgba(155, 89, 182, 0.4);
}

.btn-secondary:hover {
  background: linear-gradient(135deg, #E74C3C, #C0392B);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 30px rgba(231, 76, 60, 0.5);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}


/* Story Reader Component - Deep Marine Theme */
.reader-container {
  min-height: 100vh;
  background: #1A2238;
  color: #ECECEC;
  padding: 20px;
}

/* Mobile responsive for StoryReader */
@media (max-width: 768px) {
  .reader-container {
    min-height: 100vh;
    padding: 10px;
  }
  
  /* Mobile text area adjustments */
  .reader-container .text-2xl {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
  }
  
  .reader-container .max-w-3xl {
    max-width: 100% !important;
    padding: 0 1rem !important;
  }
  
  /* Mobile image area adjustments */
  .reader-container .aspect-video {
    max-height: 40vh !important;
  }
  
  .reader-container .p-8 {
    padding: 1rem !important;
  }
}

.book-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.narrator-box {
  background: rgba(236, 236, 236, 0.1);
  border: 2px solid rgba(236, 236, 236, 0.2);
  border-radius: 15px;
  padding: 20px;
}

.image-container {
  margin-bottom: 20px;
}

.image-skeleton {
  width: 100%;
  height: 200px;
  background: rgba(236, 236, 236, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ECECEC;
  opacity: 0.6;
}

.btn-generate-image {
  background: linear-gradient(135deg, #F39C12, #E67E22);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 15px 25px;
  border-radius: 25px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 20px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 25px rgba(243, 156, 18, 0.4);
}

.btn-generate-image:hover {
  background: linear-gradient(135deg, #27AE60, #229954);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 30px rgba(39, 174, 96, 0.5);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

.voice-controls,
.music-controls {
  margin-bottom: 15px;
}

.voice-controls label,
.music-controls label {
  display: block;
  color: #ECECEC;
  margin-bottom: 5px;
  font-weight: bold;
}

.voice-select,
.music-select {
  width: 100%;
  padding: 10px;
  border: 2px solid rgba(236, 236, 236, 0.3);
  border-radius: 8px;
  background: rgba(236, 236, 236, 0.1);
  color: #ECECEC;
}

.text-page {
  background: rgba(236, 236, 236, 0.05);
  border: 2px solid rgba(236, 236, 236, 0.1);
  border-radius: 15px;
  padding: 30px;
}

.story-title h2 {
  color: #ECECEC;
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
}

.btn-prev,
.btn-save,
.btn-next,
.btn-back,
.btn-home {
  background: linear-gradient(135deg, #3498DB, #2980B9);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 12px 20px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 5px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 20px rgba(52, 152, 219, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-prev:hover,
.btn-save:hover,
.btn-next:hover,
.btn-back:hover,
.btn-home:hover {
  background: linear-gradient(135deg, #E74C3C, #C0392B);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

/* Story Library Component - Deep Marine Theme */
.library-container {
  min-height: 100vh;
  background: transparent;
  color: #ECECEC;
  padding: 20px;
}

.library-header {
  text-align: center;
  margin-bottom: 40px;
}

.library-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;  /* Extra bold */
  letter-spacing: 2px;
}

.library-header h1 .my {
  color: #FF6B35;  /* Carrot orange */
  text-shadow: 0 0 4px rgba(0,0,0,1.0), 0 0 12px rgba(0,0,0,0.9), 0 0 25px rgba(0,0,0,0.7), 0 0 40px rgba(255, 107, 53, 0.5);
  animation: glow 2s ease-in-out infinite alternate;
}

.library-header h1 .story {
  color: #27AE60;  /* Green */
  text-shadow: 0 0 4px rgba(0,0,0,1.0), 0 0 12px rgba(0,0,0,0.9), 0 0 25px rgba(0,0,0,0.7), 0 0 40px rgba(39, 174, 96, 0.5);
  animation: glow 2s ease-in-out infinite alternate;
}

.library-header h1 .library {
  color: #3498DB;  /* Blue */
  text-shadow: 0 0 4px rgba(0,0,0,1.0), 0 0 12px rgba(0,0,0,0.9), 0 0 25px rgba(0,0,0,0.7), 0 0 40px rgba(52, 152, 219, 0.5);
  animation: glow 2s ease-in-out infinite alternate;
}

.library-header p {
  color: #ECECEC;
  opacity: 0.9;
  text-shadow: 0 0 3px rgba(0,0,0,1.0), 0 0 8px rgba(0,0,0,0.9), 0 0 15px rgba(0,0,0,0.7);
}

.story-list-container {
  max-width: 800px;
  margin: 0 auto;
}

.empty-library {
  text-align: center;
  padding: 60px 20px;
  background: rgba(236, 236, 236, 0.05);
  border-radius: 15px;
  color: #ECECEC;
  opacity: 0.7;
  box-shadow: 0 0 30px rgba(74, 144, 226, 0.2);
}

.story-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.story-card {
  background: rgba(26, 34, 56, 0.95);  /* More solid background */
  border: 2px solid rgba(236, 236, 236, 0.2);
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px rgba(74, 144, 226, 0.2);
}

.story-card:hover {
  background: rgba(236, 236, 236, 0.15);
  border-color: #4A90E2;
  transform: translateY(-2px);
}

.story-info h3 {
  color: #ECECEC;
  margin-bottom: 5px;
}

.story-date {
  color: #ECECEC;
  opacity: 0.7;
  font-size: 14px;
  margin-bottom: 10px;
}

.story-preview {
  color: #ECECEC;
  opacity: 0.8;
  font-size: 16px;
}

.story-actions {
  display: flex;
  gap: 10px;
}

.btn-read,
.btn-continue,
.btn-delete {
  background: linear-gradient(135deg, #16A085, #138D75);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 10px 18px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 20px rgba(22, 160, 133, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-read:hover,
.btn-continue:hover {
  background: linear-gradient(135deg, #F39C12, #E67E22);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(243, 156, 18, 0.4);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

.btn-delete:hover {
  background: linear-gradient(135deg, #E74C3C, #C0392B);
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 8px 25px rgba(231, 76, 60, 0.4);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

/* User Profile Component - Deep Marine Theme */
.user-profile-container {
  min-height: 100vh;
  background: #1A2238;
  color: #ECECEC;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.profile-header {
  text-align: center;
  margin-bottom: 40px;
}

.profile-header h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 900;  /* Extra bold */
  letter-spacing: 2px;
}

.profile-header h1 .create {
  color: #FF6B35;  /* Carrot orange */
  text-shadow: 0 0 20px rgba(255, 107, 53, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.profile-header h1 .your {
  color: #27AE60;  /* Green */
  text-shadow: 0 0 20px rgba(39, 174, 96, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.profile-header h1 .profile {
  color: #3498DB;  /* Blue */
  text-shadow: 0 0 20px rgba(52, 152, 219, 0.5), 0 0 40px rgba(74, 144, 226, 0.3);
  animation: glow 2s ease-in-out infinite alternate;
}

.profile-header p {
  color: #ECECEC;
  opacity: 0.9;
  text-shadow: 0 0 10px rgba(236, 236, 236, 0.3);
}

.profile-content {
  max-width: 600px;
  width: 100%;
  background: rgba(26, 34, 56, 0.95);  /* More solid background */
  border: 3px solid #FFE082;  /* Light yellow border - vàng nhạt */
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: none;  /* Remove blur to clear the haze */
  box-shadow: 0 0 30px rgba(74, 144, 226, 0.3);
}

.profile-input,
.profile-select {
  width: 100%;
  padding: 15px;
  border: 2px solid rgba(236, 236, 236, 0.3);
  border-radius: 10px;
  background: #FFF8DC;  /* Cream color - vàng kem */
  color: #1A0E0A;  /* Dark chocolate brown - nâu socola đen */
  font-size: 16px;
  font-weight: 600;  /* Semi-bold - đậm rõ ràng */
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(74, 144, 226, 0.2);
}

.interests-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.interest-btn {
  background: rgba(236, 236, 236, 0.1);
  color: #ECECEC;
  border: 2px solid rgba(236, 236, 236, 0.3);
  padding: 12px 16px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.interest-btn:hover {
  background: rgba(236, 236, 236, 0.2);
  border-color: #4A90E2;
  transform: translateY(-1px);
}

.interest-btn.selected {
  background: linear-gradient(135deg, #4A90E2, #357ABD);
  border-color: #4A90E2;
  transform: translateY(-1px);
}

.profile-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 20px;
}

/* Google Sign In Section */
.google-signin-section {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(236, 236, 236, 0.2);
}

.divider {
  display: flex;
  align-items: center;
  margin: 20px 0;
  color: #ECECEC;
  opacity: 0.7;
}

.divider::before,
.divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(236, 236, 236, 0.2);
}

.divider span {
  padding: 0 15px;
  font-size: 0.9rem;
}

.btn-google-signin {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px 20px;
  background: white;
  color: #3C4043;
  border: 1px solid #DADCE0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 12px;
}

.btn-google-signin:hover {
  background: #F8F9FA;
  border-color: #D2E3FC;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}

.btn-google-signin:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.google-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.signin-note {
  text-align: center;
  color: #ECECEC;
  opacity: 0.7;
  font-size: 0.85rem;
  margin: 0;
}

.btn-skip {
  background: linear-gradient(135deg, #95A5A6, #7F8C8D);
  color: #FFF8DC;  /* Cream white - trắng ngà */
  border: none;
  padding: 18px 35px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.8), 0 0 25px rgba(255, 248, 220, 0.6);
  box-shadow: 0 0 25px rgba(149, 165, 166, 0.3);
}

.btn-skip:hover {
  background: linear-gradient(135deg, #E67E22, #D35400);
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 30px rgba(230, 126, 34, 0.4);
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(255, 248, 220, 0.8);
}

/* Landing Page Specific Styles */
.cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 30px;
}

.cta-btn {
  background: linear-gradient(135deg, #4A90E2, #357ABD);
  color: #ECECEC;
  border: none;
  padding: 20px 30px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: block;
}

.cta-btn .coming-soon {
  display: block;
  font-size: 12px;
  color: #FFA500;
  font-weight: bold;
  margin-top: 5px;
  opacity: 0.8;
}

.feature-card h3 .coming-soon {
  display: block;
  font-size: 11px;
  color: #FFA500;
  font-weight: bold;
  margin-top: 3px;
  opacity: 0.8;
}

.cta-btn:hover {
  background: linear-gradient(135deg, #357ABD, #2968AA);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(74, 144, 226, 0.3);
}

.hero-image {
  animation: fadeInRight 1s ease-out;
}

.slideshow-container {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.slideshow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slideshow-image.active {
  opacity: 1;
}

.slideshow-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(26, 34, 56, 0.8));
  padding: 20px;
  text-align: center;
}

.overlay-content {
  color: #ECECEC;
}

.overlay-emoji {
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}

.overlay-text {
  font-size: 1.2rem;
  font-weight: bold;
}

.slideshow-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ECECEC;
}

.loading-spinner {
  font-size: 3rem;
  margin-bottom: 10px;
  animation: pulse 2s infinite;
}

/* Features Section */
.features-section {
  padding: 40px 40px;  /* Giảm từ 60px xuống 40px */
  max-width: 1200px;
  margin: 0 auto;
}

.features-title {
  text-align: center;
  font-size: 2.5rem;
  color: #ECECEC;
  margin-bottom: 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.feature-card {
  background: rgba(26, 34, 56, 0.95);  /* More solid background */
  border: 2px solid rgba(236, 236, 236, 0.2);
  border-radius: 15px;
  padding: 20px;
  transition: all 0.3s ease;
  backdrop-filter: none;  /* Remove blur to clear the haze */
  box-shadow: 0 0 20px rgba(74, 144, 226, 0.2);
}

.feature-card:hover {
  background: rgba(236, 236, 236, 0.15);
  border-color: #4A90E2;
  transform: translateY(-5px);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 15px;
}

.feature-title {
  color: #ECECEC;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.feature-description {
  color: #ECECEC;
  opacity: 0.8;
  line-height: 1.6;
}

/* Side Images Decoration */
.side-images-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;  /* Increased to 10 to be above most content */
  overflow: hidden;
}

@media (orientation: portrait) {
  .side-images-container {
    display: none !important;
  }
}

.side-image {
  position: absolute;
  border: 4px solid #FFFFFF;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  pointer-events: auto;
  cursor: pointer;
  opacity: 0.9;  /* Increased opacity */
  -o-object-fit: cover;
     object-fit: cover;  /* Ensure images cover properly */
}

.side-image:hover {
  transform: translateY(-5px) rotate(2deg) scale(1.05);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  opacity: 1;
  z-index: 100;  /* Even higher on hover */
}

/* Random positioning for playful layout */
.side-image:nth-child(1) {
  top: 35%;  /* Moved down from 15% to 35% - near Story Prompt */
  left: 2%;
  width: 120px;
  height: 120px;
  transform: rotate(-12deg);
}

.side-image:nth-child(2) {
  top: 25%;
  right: 3%;
  width: 100px;
  height: 100px;
  transform: rotate(12deg);
}

.side-image:nth-child(3) {
  top: 60%;
  left: 1%;
  width: 110px;
  height: 110px;
  transform: rotate(-8deg);
}

.side-image:nth-child(4) {
  top: 45%;
  right: 2%;
  width: 130px;
  height: 130px;
  transform: rotate(18deg);
}

.side-image:nth-child(5) {
  top: 80%;
  left: 3%;
  width: 90px;
  height: 90px;
  transform: rotate(-12deg);
}

.side-image:nth-child(6) {
  top: 75%;
  right: 1%;
  width: 115px;
  height: 115px;
  transform: rotate(8deg);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .side-image {
    width: 65px !important;
    height: 65px !important;
  }
  
  .side-image:nth-child(1) { top: 30%; left: 0.5%; }  /* Adjusted from 8% to 30% */
  .side-image:nth-child(2) { top: 20%; right: 0.5%; }
  .side-image:nth-child(3) { top: 50%; left: 0.5%; }
  .side-image:nth-child(4) { top: 40%; right: 0.5%; }
  .side-image:nth-child(5) { top: 70%; left: 1%; }
  .side-image:nth-child(6) { top: 65%; right: 1%; }
  
  /* Reduce input container height on mobile */
  .input-container {
    min-height: 70vh;
    padding: 10px;
  }
  
  /* Reduce input form padding on mobile */
  .input-form {
    padding: 20px;
    max-width: 95%;
  }
  
  /* Reduce title font size on mobile */
  .input-form h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 600px) {
  /* Hide side images on small mobile screens to prevent overlay issues */
  .side-images-container {
    display: none !important;
  }
}

/* Fullscreen mode adjustments */
@media (min-width: 1920px) {
  .side-image {
    transition: all 0.5s ease;
  }
  
  .side-image:nth-child(1) {
    width: 280px;
    height: 280px;
    top: 30%;
    left: 2%;
    transform: rotate(-12deg);
    animation: gentle-float-1 8s ease-in-out infinite;
  }
  
  .side-image:nth-child(2) {
    width: 260px;
    height: 260px;
    top: 20%;
    right: 3%;
    transform: rotate(12deg);
    animation: gentle-float-2 10s ease-in-out infinite;
  }
  
  .side-image:nth-child(3) {
    width: 270px;
    height: 270px;
    top: 55%;
    left: 2%;
    transform: rotate(-8deg);
    animation: gentle-float-3 9s ease-in-out infinite;
  }
  
  .side-image:nth-child(4) {
    width: 300px;
    height: 300px;
    top: 40%;
    right: 2%;
    transform: rotate(18deg);
    animation: gentle-float-4 11s ease-in-out infinite;
  }
  
  .side-image:nth-child(5) {
    width: 240px;
    height: 240px;
    top: 75%;
    left: 3%;
    transform: rotate(-12deg);
    animation: gentle-float-5 7s ease-in-out infinite;
  }
  
  .side-image:nth-child(6) {
    width: 280px;
    height: 280px;
    top: 70%;
    right: 2%;
    transform: rotate(8deg);
    animation: gentle-float-6 12s ease-in-out infinite;
  }
  
  .side-image:hover {
    transform: translateY(-15px) rotate(8deg) scale(1.15) !important;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.6);
  }
}

/* Ultra-wide screens (4K and above) */
@media (min-width: 2560px) {
  .side-image:nth-child(1) {
    width: 350px;
    height: 350px;
  }
  
  .side-image:nth-child(2) {
    width: 330px;
    height: 330px;
  }
  
  .side-image:nth-child(3) {
    width: 340px;
    height: 340px;
  }
  
  .side-image:nth-child(4) {
    width: 380px;
    height: 380px;
  }
  
  .side-image:nth-child(5) {
    width: 300px;
    height: 300px;
  }
  
  .side-image:nth-child(6) {
    width: 350px;
    height: 350px;
  }
  
  .side-image:hover {
    transform: translateY(-20px) rotate(10deg) scale(1.2) !important;
    box-shadow: 0 30px 100px rgba(0, 0, 0, 0.7);
  }
}

/* Large screens between tablet and desktop */
@media (min-width: 1200px) and (max-width: 1919px) {
  .side-image:nth-child(1) { width: 200px; height: 200px; }
  .side-image:nth-child(2) { width: 180px; height: 180px; }
  .side-image:nth-child(3) { width: 190px; height: 190px; }
  .side-image:nth-child(4) { width: 210px; height: 210px; }
  .side-image:nth-child(5) { width: 170px; height: 170px; }
  .side-image:nth-child(6) { width: 195px; height: 195px; }
  
  .side-image:hover {
    transform: translateY(-10px) rotate(6deg) scale(1.12) !important;
  }
}

/* Gentle floating animations for fullscreen */
@keyframes gentle-float-1 {
  0%, 100% { transform: rotate(-12deg) translateY(0px); }
  50% { transform: rotate(-10deg) translateY(-15px); }
}

@keyframes gentle-float-2 {
  0%, 100% { transform: rotate(12deg) translateY(0px); }
  50% { transform: rotate(14deg) translateY(-20px); }
}

@keyframes gentle-float-3 {
  0%, 100% { transform: rotate(-8deg) translateY(0px); }
  50% { transform: rotate(-6deg) translateY(-18px); }
}

@keyframes gentle-float-4 {
  0%, 100% { transform: rotate(18deg) translateY(0px); }
  50% { transform: rotate(20deg) translateY(-25px); }
}

@keyframes gentle-float-5 {
  0%, 100% { transform: rotate(-12deg) translateY(0px); }
  50% { transform: rotate(-10deg) translateY(-12px); }
}

@keyframes gentle-float-6 {
  0%, 100% { transform: rotate(8deg) translateY(0px); }
  50% { transform: rotate(10deg) translateY(-22px); }
}

/* ─────────────────────────────────────────────
   LandingPage Button System (vf-btn) - Global
   Extracted from LandingPage GLASS_STYLES
   ───────────────────────────────────────────── */

@keyframes vf-breathe {
  0%,100% { filter: brightness(1.0) drop-shadow(0 0 8px rgba(255,180,40,0.20)); }
  50%      { filter: brightness(1.05) drop-shadow(0 0 16px rgba(255,200,60,0.40)); }
}

.vf-btn {
  position: relative;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 20px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 74px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  background-color: transparent;
  box-shadow:
    inset  0   6px  8px  -2px rgba(255,255,255,0.90),
    inset  0  -24px 25px -12px rgba(0,0,0,0.85),
    inset  6px 0    12px -4px rgba(255,255,255,0.30),
    inset -6px 0    12px -4px rgba(0,0,0,0.30),
    0 12px 24px -5px rgba(0,0,0,0.65),
    0 4px  8px  -2px rgba(0,0,0,0.45);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-bottom: 2.5px solid rgba(0,0,0,0.60);
  border-right: 1px solid rgba(0,0,0,0.25);
  transition:
    transform   0.15s cubic-bezier(.34,1.56,.64,1),
    box-shadow  0.22s ease,
    filter      0.22s ease;
}

.vf-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 35%, rgba(255,255,255,0.15) 0%, transparent 50%),
              radial-gradient(circle at 75% 65%, rgba(255,255,255,0.08) 0%, transparent 40%);
  z-index: 6;
  pointer-events: none;
}

.vf-btn:hover {
  transform: translateY(-4px) scale(1.015);
  filter: brightness(1.1) saturate(1.1);
  box-shadow:
    inset  0   6px  8px  -2px rgba(255,255,255,1.0),
    inset  0  -24px 25px -12px rgba(0,0,0,0.75),
    inset  6px 0    12px -4px rgba(255,255,255,0.40),
    inset -6px 0    12px -4px rgba(0,0,0,0.20),
    0 0  25px  6px rgba(255,210,70,0.25),
    0 16px 30px -4px rgba(0,0,0,0.70);
}

.vf-btn:active {
  transform: translateY(4px) scale(0.96);
  filter: brightness(0.90) saturate(1.05);
  transition-duration: 0.05s;
  box-shadow:
    inset 0  4px 8px 0 rgba(255,255,255,0.40),
    inset 0 -6px 12px 0 rgba(0,0,0,0.50),
    0 2px 4px -1px rgba(0,0,0,0.50);
}

.vf-btn.vf-hero {
  height: 92px;
  padding: 0 28px;
  border-radius: 24px;
  animation: vf-breathe 2.8s ease-in-out infinite;
}
.vf-btn.vf-hero:hover { animation: none; }

.vf-btn.vf-half {
  height: 74px;
  padding: 0 8px;
  justify-content: center;
}
.vf-btn.vf-half .vf-content {
  flex-direction: column;
  align-items: center;
  gap: 1px;
  text-align: center;
}

.vf-sheen-top {
  position: absolute;
  top: 2px; left: 4%; right: 4%;
  height: 50%;
  pointer-events: none;
  z-index: 5;
  background: radial-gradient(
    ellipse 95% 85% at 50% 0%,
    rgba(255,255,255,0.75) 0%,
    rgba(255,255,255,0.15) 55%,
    transparent 90%
  );
  border-radius: 18px 18px 100px 100px;
  transition: opacity 0.2s ease;
}
.vf-btn:hover .vf-sheen-top { opacity: 1.1; }
.vf-btn:active .vf-sheen-top { opacity: 0.4; }

/* Inner glow — dịu hơn, dùng screen thay color-dodge */
.vf-inner-glow {
  position: absolute;
  inset: 12%;
  pointer-events: none;
  z-index: 3;
  border-radius: 50px;
  filter: blur(15px);
  opacity: 0.28;
  mix-blend-mode: screen;
  transition: opacity 0.22s ease;
}
.vf-btn:hover .vf-inner-glow { opacity: 0.42; }

.vf-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0%, rgba(255,255,255,0.3) 60%, transparent 100%);
  box-shadow: 0 0 10px 2px rgba(255,255,255,0.8);
  pointer-events: none;
  z-index: 4;
}

.vf-content {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
}

.vf-icon {
  flex-shrink: 0;
  display: inline-block;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.60));
  transition: transform 0.22s cubic-bezier(.34,1.56,.64,1);
  line-height: 1;
}
.vf-btn:hover .vf-icon  { transform: rotate(-9deg) scale(1.24); }
.vf-btn:active .vf-icon { transform: scale(0.88); }

.vf-label {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1.1;
  color: #fff;
  text-shadow:
    0 1px 0  rgba(0,0,0,0.40),
    0 3px 8px rgba(0,0,0,0.70);
}

.vf-sub {
  display: block;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 1px 4px rgba(0,0,0,0.70);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-3px);
  transition: max-height .22s ease, opacity .18s ease, transform .18s ease;
}
.vf-btn:hover .vf-sub {
  max-height: 1.8rem;
  opacity: 1;
  transform: translateY(0);
}

/* ─────────────────────────────────────────────
   Shared Scenery Selector
   ───────────────────────────────────────────── */

.vf-scenery-selector {
  position: relative;
  display: inline-flex;
  z-index: 60;
}

.vf-scenery-trigger {
  min-width: 230px;
}

.vf-scenery-caret {
  margin-left: 4px;
  font-size: 12px;
  opacity: 0.9;
}

.vf-scenery-panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: min(320px, calc(100vw - 32px));
  padding: 10px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.76));
  border: 1px solid rgba(255,255,255,0.64);
  box-shadow:
    0 20px 44px rgba(50, 24, 100, 0.24),
    inset 0 1px 0 rgba(255,255,255,0.85);
  backdrop-filter: blur(18px);
}

.vf-scenery-option {
  width: 100%;
  min-height: 44px;
  display: grid;
  grid-template-columns: 30px 1fr 24px;
  align-items: center;
  gap: 8px;
  border: 0;
  outline: 0;
  cursor: pointer;
  border-radius: 16px;
  padding: 9px 12px;
  color: #4b2b74;
  background: transparent;
  font-weight: 850;
  text-align: left;
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.vf-scenery-option:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.72);
  box-shadow: 0 8px 16px rgba(80, 40, 130, 0.12);
}

.vf-scenery-option.is-selected {
  background: linear-gradient(135deg, rgba(236,72,153,0.18), rgba(139,92,246,0.18));
  box-shadow:
    inset 0 0 0 1px rgba(139,92,246,0.20),
    0 8px 16px rgba(80, 40, 130, 0.10);
}

.vf-scenery-option-icon {
  font-size: 20px;
  text-align: center;
}

.vf-scenery-option-label {
  font-size: 14px;
}

.vf-scenery-option-check {
  justify-self: end;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: white;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  font-size: 13px;
  box-shadow: 0 4px 8px rgba(139,92,246,0.26);
}

.story-library-page {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  overflow-x: hidden;
  padding-top: 1px;
}

.story-library-topbar {
  position: sticky;
  top: 14px;
  z-index: 80;
  display: flex;
  justify-content: center;
  padding: 14px 16px 0;
  pointer-events: auto;
}

.library-container,
.family-notice {
  position: relative;
  z-index: 10;
}

.vf-library-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 34px auto 24px;
}

.story-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.story-actions .vf-btn {
  min-width: 96px;
}

@media (max-width: 700px) {
  .story-library-topbar {
    top: 8px;
    padding: 10px 10px 0;
  }

  .vf-scenery-trigger {
    min-width: min(230px, calc(100vw - 32px));
  }

  .vf-library-actions {
    gap: 12px;
    margin-top: 24px;
  }

  .vf-library-actions .vf-btn {
    width: min(280px, 92vw);
  }

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

.vf-global-scenery-overlay {
  z-index: 0 !important;
}

.vf-global-scenery-overlay .ai-overlay-container {
  z-index: 0 !important;
}

/* Magical Stars Background */
.stars-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}

.star {
  position: absolute;
  background: #FFD700;
  border-radius: 50%;
  animation: twinkle var(--duration) ease-in-out infinite;
  box-shadow: 0 0 10px #FFD700, 0 0 20px #FFA500, 0 0 30px #FF8C00;
}

.star.small {
  width: 2px;
  height: 2px;
  --duration: 2s;
}

.star.medium {
  width: 4px;
  height: 4px;
  --duration: 3s;
}

.star.large {
  width: 6px;
  height: 6px;
  --duration: 4s;
}

@keyframes twinkle {
  0%, 100% { 
    opacity: 0.3;
    transform: scale(0.8);
    box-shadow: 0 0 5px #FFD700, 0 0 10px #FFA500;
  }
  50% { 
    opacity: 1;
    transform: scale(1.2);
    box-shadow: 0 0 15px #FFD700, 0 0 30px #FFA500, 0 0 45px #FF8C00;
  }
}

@keyframes float-star {
  0%, 100% { 
    transform: translateY(0px) rotate(0deg);
  }
  33% { 
    transform: translateY(-10px) rotate(120deg);
  }
  66% { 
    transform: translateY(5px) rotate(240deg);
  }
}

/* Shooting stars */
.shooting-star {
  position: absolute;
  width: 3px;
  height: 3px;
  background: linear-gradient(45deg, #FFD700, #FFA500, transparent);
  border-radius: 50%;
  animation: shoot var(--shoot-duration) linear infinite;
  animation-delay: var(--delay);
}

.shooting-star::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #FFD700, transparent);
  transform: translateX(-100px);
  opacity: 0.8;
}

@keyframes shoot {
  0% {
    transform: translateX(-50px) translateY(-50px) rotate(45deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(calc(50vw + 50px)) translateY(calc(50vh + 50px)) rotate(45deg);
    opacity: 0;
  }
}

/* Family Sharing Notice */
.family-notice {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(26, 34, 56, 0.95);
  border: 1px solid rgba(236, 236, 236, 0.2);
  border-radius: 8px;
  padding: 8px 16px;
  z-index: 100;
  backdrop-filter: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  text-align: center;
}

.family-notice p {
  color: #ECECEC;
  font-size: 0.75rem;
  opacity: 0.8;
  margin: 0;
  line-height: 1.3;
}

/* Responsive family notice */
@media (max-width: 768px) {
  .family-notice {
    bottom: 10px;
    padding: 6px 12px;
    max-width: 95%;
  }
  
  .family-notice p {
    font-size: 0.7rem;
  }
}

@media (min-width: 1920px) {
  .family-notice {
    bottom: 30px;
    padding: 10px 20px;
    max-width: 80%;
  }
  
  .family-notice p {
    font-size: 0.85rem;
  }
}

/* Responsive stars for different screen sizes */
@media (max-width: 768px) {
  .star.small { width: 1px; height: 1px; }
  .star.medium { width: 2px; height: 2px; }
  .star.large { width: 3px; height: 3px; }
}

@media (min-width: 1920px) {
  .star.small { width: 3px; height: 3px; }
  .star.medium { width: 5px; height: 5px; }
  .star.large { width: 8px; height: 8px;
    animation: twinkle 4s ease-in-out infinite, float-star 15s ease-in-out infinite; }
}

/* AdSense Banner Styles */
.ad-banner-top {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 10px 0;
  background: rgba(26, 34, 56, 0.1);
  border-radius: 8px;
}

.ad-banner-middle {
  width: 100%;
  text-align: center;
  margin: 30px 0;
  padding: 15px 0;
  background: rgba(26, 34, 56, 0.05);
  border-radius: 8px;
}

.ad-banner-bottom {
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 10px 0;
  background: rgba(26, 34, 56, 0.1);
  border-radius: 8px;
}

.adsbygoogle {
  display: block !important;
}

/* Responsive AdSense */
@media (max-width: 768px) {
  .ad-banner-top,
  .ad-banner-middle,
  .ad-banner-bottom {
    margin: 10px 0;
    padding: 5px 0;
  }
}

@media (min-width: 1920px) {
  .ad-banner-top,
  .ad-banner-middle,
  .ad-banner-bottom {
    margin: 30px 0;
    padding: 20px 0;
  }
}
@keyframes glow {
  from {
    text-shadow: 0 0 10px rgba(236, 236, 236, 0.3);
  }
  to {
    text-shadow: 0 0 20px rgba(236, 236, 236, 0.8), 0 0 30px rgba(74, 144, 226, 0.6);
  }
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 107, 107, 0.4);
  }
  50% {
    box-shadow: 0 0 40px rgba(255, 107, 107, 0.8), 0 0 60px rgba(74, 144, 226, 0.4);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    grid-template-columns: 1fr; /* 1 cột */
    text-align: center;
    padding-top: 80px;
    height: auto; /* Mobile cho phép cuộn */
  }

  .cta-buttons-right {
    flex-direction: column; /* Mobile xếp dọc cho dễ bấm */
  }
  
  .btn-content span {
    display: block; /* Mobile hiện full text */
  }

  .book-layout {
    grid-template-columns: 1fr;
  }

  .story-card {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

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

  .profile-navigation {
    flex-direction: column;
    gap: 15px;
  }

  .btn-google-signin {
    padding: 12px 16px;
    font-size: 14px;
  }

  .google-icon {
    width: 16px;
    height: 16px;
  }

  .signin-note {
    font-size: 0.8rem;
  }

  .cta-buttons {
    gap: 15px;
  }

  .cta-btn {
    padding: 15px 25px;
    font-size: 16px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }
}

.cta-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 30px 0;
}

.cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px; /* Giảm padding */
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  text-align: left;
  /* Kích thước cố định để đều nhau */
  min-width: 200px; 
  flex: 1; 
}

/* Hiệu ứng Hover lung linh giữ nguyên */
.cta-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3); /* Vàng gold */
}

.cta-btn.primary { background: linear-gradient(45deg, #4CAF50, #45a049); } /* Xanh lá */
.cta-btn.secondary { background: linear-gradient(45deg, #2196F3, #1976D2); } /* Xanh dương */
.cta-btn.tertiary { background: linear-gradient(45deg, #9C27B0, #7B1FA2); } /* Tím */

/* 5. Ẩn bớt mô tả trong nút để tiết kiệm diện tích */
.btn-content span, 
.btn-content small {
  display: none; /* Ẩn dòng phụ, chỉ hiện tiêu đề chính */
}

/* Chỉ hiện lại khi hover vào (Tuỳ chọn - nếu muốn gọn tuyệt đối thì bỏ qua) */
.cta-btn:hover .btn-content span {
  display: block;
  font-size: 0.8em;
  opacity: 0.9;
}

.btn-icon {
  font-size: 2rem;
  flex-shrink: 0;
}

.btn-content {
  flex: 1;
}

.btn-content strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.btn-content span {
  font-size: 0.9rem;
  opacity: 0.8;
}

.hero-title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.5),
               0 0 40px rgba(255, 255, 255, 0.3),
               0 0 60px rgba(255, 255, 255, 0.1);
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5),
                 0 0 40px rgba(255, 255, 255, 0.3),
                 0 0 60px rgba(255, 255, 255, 0.1);
  }
  to {
    text-shadow: 0 0 30px rgba(255, 255, 255, 0.8),
                 0 0 50px rgba(255, 255, 255, 0.5),
                 0 0 70px rgba(255, 255, 255, 0.3);
  }
}

.vivid {
  background: linear-gradient(45deg, #fbbf24, #f59e0b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.fables {
  background: linear-gradient(45deg, #34d399, #10b981);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
  opacity: 0.9;
}

.hero-description {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.8;
  max-width: 500px;
}

.hero-illustration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fadeInRight 1s ease-out;
}

.cta-buttons-right {
  display: flex;
  flex-direction: row; /* Xếp ngang */
  gap: 15px;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap; /* Tự xuống dòng nếu màn hình quá bé */
}

.features-section {
  padding: 80px 40px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.features-section h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #ECECEC;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.feature-card {
  background: rgba(26, 34, 56, 0.3);  /* Glass morphism */
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #ECECEC;
}

.feature-card p {
  opacity: 0.9;
  line-height: 1.5;
  color: #ECECEC;
}

.landing-footer {
  padding: 40px 20px;
  text-align: center;
  border-top: 1px solid rgba(236, 236, 236, 0.1);
  margin-bottom: env(safe-area-inset-bottom, 20px);
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.footer-links span {
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #ECECEC;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Image Slideshow Styles */
.slideshow-container {
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(236, 236, 236, 0.2);
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}

.slideshow-container:hover {
  transform: rotate(0deg) scale(1.05);
}

.slideshow-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.slideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.slideshow-image.active {
  opacity: 1;
}

.slideshow-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(26, 34, 56, 0.8);  /* Deep Marine */
  color: #ECECEC;                        /* Cloud White */
}

.loading-spinner {
  font-size: 3rem;
  margin-bottom: 15px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.slideshow-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(26, 34, 56, 0.9));  /* Deep Marine */
  padding: 30px 20px 20px;
  text-align: center;
}

.overlay-content {
  position: relative;
}

.overlay-emoji {
  font-size: 2rem;
  display: block;
  margin-bottom: 10px;
}

.overlay-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ECECEC;  /* Cloud White */
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
  }
  
  .cta-buttons {
    grid-template-columns: 1fr;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-links {
    flex-direction: column;
    gap: 10px;
  }
}

/* About Button Styling */
.about-btn {
  background: linear-gradient(135deg, #9C27B0, #7B1FA2);
  color: #ECECEC;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(156, 39, 176, 0.3);
}

.about-btn:hover {
  background: linear-gradient(135deg, #7B1FA2, #6A1B9A);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(156, 39, 176, 0.4);
}

/* Saved Images Section Styling */
.saved-images-container {
  margin-top: 40px;
  padding: 20px;
  background: rgba(26, 34, 56, 0.8);
  border-radius: 20px;
  border: 1px solid rgba(236, 236, 236, 0.2);
  backdrop-filter: blur(10px);
}

.saved-images-header {
  text-align: center;
  margin-bottom: 30px;
}

.saved-images-header h2 {
  color: #ECECEC;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(236, 236, 236, 0.3);
}

.saved-images-header p {
  color: #B0B0B0;
  font-size: 16px;
}

.empty-images {
  text-align: center;
  padding: 40px;
  color: #888;
  font-style: italic;
}

.saved-images-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.saved-image-card {
  background: rgba(236, 236, 236, 0.1);
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(236, 236, 236, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.saved-image-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(236, 236, 236, 0.2);
}

.saved-image-wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.saved-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.saved-image-card:hover .saved-image {
  transform: scale(1.05);
}

.saved-image-info {
  padding: 15px;
}

.saved-image-info h4 {
  color: #ECECEC;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

.image-segment {
  color: #9CA3AF;
  font-size: 12px;
  margin-bottom: 5px;
}

.image-preview {
  color: #B0B0B0;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.image-date {
  color: #6B7280;
  font-size: 11px;
  margin-top: 8px;
}

/* Responsive for Saved Images */
@media (max-width: 768px) {
  .saved-images-grid {
    grid-template-columns: 1fr;
  }
  
  .saved-image-wrapper {
    height: 150px;
  }
  
  .saved-images-container {
    margin-top: 20px;
    padding: 15px;
  }
}

.about-btn:hover {
  background: linear-gradient(135deg, #7B1FA2, #6A1B9A);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(156, 39, 176, 0.4);
}

/* ===========================================
   CÁC SỬA LỖI QUAN TRỌNG - ĐƯỢC ĐẶT CUỐI FILE
   =========================================== */

/* --- SỬA LỖI ẢNH ĐỀ LÊN NÚT BẤM --- */
.side-images-container {
  z-index: 0 !important;      /* Layer 0: Ảnh trang trí xuống dưới cùng */
  pointer-events: none;       /* Quan trọng: Để chuột có thể "xuyên qua" ảnh */
}

.side-image {
  pointer-events: none;       /* Không cho phép tương tác với ảnh trang trí */
  z-index: 0;
}

/* --- SỬA LỖI NÚT "MY STORY" QUÁ DÀI --- */
/* Khống chế độ rộng của container chứa nút điều hướng */
.library-container .nav-buttons {
  max-width: 600px;           /* Giới hạn độ rộng tối đa */
  margin: 40px auto !important; /* Căn giữa */
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 50;                /* Layer 50: Nút điều hướng luôn nằm trên cùng */
  position: relative;
}

/* Biến nút từ dạng "giãn hết cỡ" thành "vừa vặn" */
.library-container .btn-primary,
.library-container .btn-secondary,
.btn-home, .btn-back {
  width: auto !important;     /* Bỏ width 100% */
  min-width: 200px;           /* Độ rộng tối thiểu để nhìn cân đối */
  max-width: 280px;           /* Độ rộng tối đa */
  padding: 12px 25px !important;
  white-space: nowrap;        /* Không cho chữ bị xuống dòng */
  flex: 0 1 auto;             /* Không cho phép nút tự co giãn quá mức */
}

/* Đảm bảo nội dung Library nằm trên ảnh */
.story-list-container {
  position: relative;
  z-index: 10;                /* Layer 10: Nội dung Library */
}

/* Mobile: Trả về 100% để dễ bấm bằng tay */
@media (max-width: 768px) {
  .library-container .nav-buttons {
    flex-direction: column;
    width: 100%;
  }
  .library-container .btn-primary {
    max-width: 100%;
    width: 100% !important;
  }
}
/* --- FIX LỖI TRÔI TRANG & CANH GIỮA --- */

/* 1. Ép thẻ root (Vite mặc định hay bị lỗi này) phải bắt đầu từ đỉnh */
#root {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  min-height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  text-align: left !important; /* Hủy bỏ center của Vite */
}

/* 2. Sửa các container chính của bạn */
.app-container, .landing-container, .input-container, .reader-container, .library-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  min-height: 100vh !important;
}

/* 3. Sửa Hero Section để không bị đẩy quá sâu xuống dưới */
.hero-section {
  padding-top: 20px !important; /* Chỉnh lại tùy ý bé muốn cao bao nhiêu */
  align-items: flex-start !important; /* Căn nội dung lên trên thay vì giữa */
  margin-top: 0 !important;
}

/* 4. Đảm bảo nền sao không chiếm diện tích thực */
.stars-container {
  position: fixed !important;
  z-index: -1;
}

/* ─────────────────────────────────────────────
   StoryReader jelly button/layout polish
   Requires the original .vf-btn CSS from LandingPage
   ───────────────────────────────────────────── */

.vf-btn.vf-compact {
  height: 50px;
  min-height: 50px;
  padding: 0 16px;
  border-radius: 17px;
}

.vf-btn.vf-compact .vf-content {
  gap: 8px;
}

.vf-btn.vf-compact .vf-sub {
  display: none;
}

.vf-btn.vf-icon-only {
  width: 54px;
  height: 54px;
  min-width: 54px;
  padding: 0;
  border-radius: 21px;
  justify-content: center;
}

.vf-btn.vf-icon-only .vf-content {
  justify-content: center;
  align-items: center;
  gap: 0;
}

.vf-btn.vf-icon-only .vf-icon {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vf-btn.vf-icon-only-content {
  justify-content: center;
  align-items: center;
  gap: 0;
}


.vf-reader-small-link {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(219,234,254,0.92);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 12px;
  font-weight: 850;
  text-shadow: 0 2px 4px rgba(0,0,0,0.35);
  transition: transform .16s ease, background .16s ease;
}

.vf-reader-small-link:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,0.14);
}

.vf-reader-controls-simple {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 18px 24px;
}

.vf-reader-top-row {
  display: grid;
  grid-template-columns: minmax(74px, 1fr) auto minmax(74px, 1fr);
  align-items: center;
  gap: 14px;
}

.vf-reader-page-pill {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  color: #dbeafe;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 1px 3px rgba(0,0,0,0.32);
}

.vf-kid-player {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 15px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.16), transparent 60%),
    rgba(18, 15, 55, 0.28);
  border: 1px solid rgba(255,255,255,0.16);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    0 10px 22px rgba(0,0,0,0.22);
}

.vf-kid-player-btn {
  position: relative;
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    transform 150ms cubic-bezier(.34,1.56,.64,1),
    filter 150ms ease,
    box-shadow 150ms ease;
}

.vf-kid-player-btn::before {
  content: "";
  position: absolute;
  top: 6%;
  left: 12%;
  right: 12%;
  height: 42%;
  border-radius: 999px 999px 60% 60%;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(255,255,255,0.92) 0%,
    rgba(255,255,255,0.36) 58%,
    transparent 100%
  );
  pointer-events: none;
}

.vf-kid-player-btn svg {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.32));
}

.vf-kid-player-side {
  width: 52px;
  height: 52px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 32% 22%, rgba(255,255,255,0.55), transparent 28%),
    linear-gradient(160deg, #dbeafe 0%, #93a4b8 45%, #526173 100%);
  box-shadow:
    inset 0 5px 8px rgba(255,255,255,0.55),
    inset 0 -12px 14px rgba(0,0,0,0.42),
    0 7px 12px rgba(0,0,0,0.28);
  border: 1px solid rgba(255,255,255,0.38);
}

.vf-kid-player-main {
  width: 68px;
  height: 68px;
  border-radius: 26px;
  color: #140725;
  background:
    radial-gradient(circle at 36% 25%, rgba(255,255,255,0.68), transparent 28%),
    linear-gradient(160deg, #e9d5ff 0%, #a855f7 48%, #6d28d9 100%);
  box-shadow:
    inset 0 7px 9px rgba(255,255,255,0.64),
    inset 0 -18px 18px rgba(44,15,86,0.48),
    0 10px 18px rgba(28,12,58,0.34),
    0 0 18px rgba(216,180,254,0.24);
  border: 1px solid rgba(255,255,255,0.46);
}

.vf-kid-player-btn:hover:not(:disabled) {
  transform: translateY(-2px) scale(1.04);
  filter: brightness(1.06);
}

.vf-kid-player-btn:active:not(:disabled) {
  transform: translateY(2px) scale(0.95);
  filter: brightness(0.94);
}

.vf-kid-player-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  filter: grayscale(0.25);
}

.vf-reader-back-flat {
  justify-self: end;
  height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.10);
  color: rgba(239,246,255,0.88);
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: background 140ms ease, transform 140ms ease;
}

.vf-reader-back-flat:hover {
  background: rgba(255,255,255,0.16);
  transform: translateY(-1px);
}

.vf-parent-actions-flat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.vf-parent-final-action {
  display: flex;
  justify-content: center;
}

.vf-parent-action-btn {
  height: 40px;
  min-width: 112px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.22);
  background: rgba(255,255,255,0.11);
  color: rgba(245,248,255,0.90);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.24);
  transition:
    background 140ms ease,
    border-color 140ms ease,
    transform 140ms ease;
}

.vf-parent-action-btn:hover {
  background: rgba(255,255,255,0.17);
  border-color: rgba(255,255,255,0.30);
  transform: translateY(-1px);
}

.vf-parent-action-btn:active {
  transform: translateY(1px);
}

.vf-parent-action-warning {
  color: #fff7ed;
  background: rgba(251,146,60,0.18);
  border-color: rgba(253,186,116,0.28);
}

.vf-parent-action-warning:hover {
  background: rgba(251,146,60,0.26);
}

@media (max-width: 760px) {
  .vf-reader-top-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vf-reader-page-pill,
  .vf-reader-back-flat,
  .vf-kid-player {
    justify-self: center;
  }

  .vf-kid-player-main {
    width: 66px;
    height: 66px;
  }

  .vf-kid-player-side {
    width: 50px;
    height: 50px;
  }

  .vf-parent-action-btn {
    min-width: 104px;
  }
}

.vf-reader-save-art {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 40;
}

.vf-reader-text-link {
  width: 100%;
  text-align: center;
  color: rgba(191,219,254,0.72);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  margin-top: 14px;
  transition: color .16s ease;
}

.vf-reader-text-link:hover {
  color: rgba(219,234,254,0.95);
}

/* ─────────────────────────────────────────────
   StoryReader Button Softness Override
   ───────────────────────────────────────────── */

.story-reader-page .vf-btn {
  box-shadow:
    inset 0 5px 7px -2px rgba(255,255,255,0.78),
    inset 0 -18px 20px -14px rgba(0,0,0,0.58),
    inset 5px 0 10px -5px rgba(255,255,255,0.22),
    inset -5px 0 10px -5px rgba(0,0,0,0.20),
    0 9px 18px -6px rgba(0,0,0,0.48),
    0 3px 6px -3px rgba(0,0,0,0.36);
}

.story-reader-page .vf-btn:hover {
  box-shadow:
    inset 0 5px 7px -2px rgba(255,255,255,0.86),
    inset 0 -18px 20px -14px rgba(0,0,0,0.48),
    inset 5px 0 10px -5px rgba(255,255,255,0.30),
    inset -5px 0 10px -5px rgba(0,0,0,0.16),
    0 0 18px 4px rgba(255,220,120,0.14),
    0 12px 22px -7px rgba(0,0,0,0.52);
}

.story-reader-page .vf-label {
  text-shadow:
    0 1px 0 rgba(0,0,0,0.32),
    0 2px 5px rgba(0,0,0,0.52);
}

.story-reader-page .vf-sub {
  text-shadow: 0 1px 3px rgba(0,0,0,0.48);
}

/* ─────────────────────────────────────────────
   StoryLibrary Layout Refactor (Landscape/Mobile)
   ───────────────────────────────────────────── */

.story-library-page {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 20px 12px 76px;
}

.library-container {
  position: relative;
  z-index: 10;
  width: min(1040px, 100%);
  margin: 0 auto;
}

/* Header readable trên nền sáng */
.library-header,
.library-header-v2,
.library-header-v3 {
  position: relative;
  z-index: 20;
  width: min(960px, 100%);
  margin: 0 auto 16px;
  text-align: center;
}

.library-header h1,
.library-header-v2 h1,
.library-header-v3 h1 {
  margin: 0;
  line-height: 1.05;
  font-size: clamp(1.9rem, 5vw, 3rem);
  text-shadow:
    0 0 4px rgba(0,0,0,1.0),
    0 0 12px rgba(0,0,0,0.9),
    0 0 25px rgba(0,0,0,0.7);
}

.library-header p,
.library-header-v2 p,
.library-header-v3 p {
  margin: 7px 0 0;
  color: rgba(255,255,255,0.95);
  font-weight: 750;
  text-shadow:
    0 0 3px rgba(0,0,0,1.0),
    0 0 8px rgba(0,0,0,0.9),
    0 0 15px rgba(0,0,0,0.7);
}

.library-scenery-row,
.library-scenery-dock,
.story-library-topbar {
  width: min(220px, 84vw);
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 40;
}

.story-library-page .vf-scenery-selector {
  width: 100%;
  max-width: 220px;
}

.story-library-page .vf-scenery-trigger,
.story-library-page .vf-scenery-selector .vf-btn,
.story-library-page .vf-scenery-selector button:first-child {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 220px !important;
  height: 40px !important;
  min-height: 40px !important;
  padding: 0 12px !important;
  border-radius: 15px !important;
  font-size: 0.76rem !important;
}

/* Story list scan layout */
.story-list-container {
  width: min(980px, 100%);
  margin: 0 auto;
}

.story-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.story-card {
  width: 100%;
  padding: 15px;
  border-radius: 18px;
  background: rgba(13, 25, 48, 0.68);
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 10px 20px rgba(0,0,0,0.15);
  text-align: left;
  backdrop-filter: blur(8px);
}

.story-info h3 {
  margin: 0 0 5px;
  font-size: 0.98rem;
  line-height: 1.22;
  color: rgba(255,255,255,0.96);
  text-shadow:
    0 0 3px rgba(0,0,0,1.0),
    0 0 8px rgba(0,0,0,0.9),
    0 0 15px rgba(0,0,0,0.7);
}

.story-date {
  margin: 0 0 8px;
  color: rgba(230,244,255,0.82);
  font-size: 0.8rem;
  font-weight: 650;
  text-shadow: 0 0 3px rgba(0,0,0,1.0), 0 0 8px rgba(0,0,0,0.9);
}

.story-preview {
  margin: 0;
  color: rgba(248,250,252,0.92);
  font-size: 0.92rem;
  line-height: 1.4;
  text-shadow:
    0 0 3px rgba(0,0,0,1.0),
    0 0 8px rgba(0,0,0,0.9),
    0 0 15px rgba(0,0,0,0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

/* Balanced Read/Like chips */
.story-actions-balanced {
  width: min(228px, 100%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 13px auto 0;
}

/* Disable old native chip pseudo-elements */
.library-card-chip::before,
.library-card-chip::after,
.library-dock-btn::before,
.library-dock-btn::after {
  content: none !important;
  display: none !important;
}

/* Old Read/Like styles removed - using toy-jelly system instead */

.library-card-chip:hover {
  transform: translateY(-1px);
  filter: brightness(1.04) saturate(1.02);
}

.library-card-chip:active {
  transform: translateY(1px) scale(0.98);
}

.library-card-chip-icon {
  flex: 0 0 auto;
  font-size: 1rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.22));
}

.library-like-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  max-width: 28px;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  font-size: 0.8rem;
  font-weight: 950;
}

/* Footer mini jelly dock, always horizontal */
.library-mobile-dock {
  width: min(312px, 92vw);
  margin: 28px auto 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  position: relative;
  z-index: 35;
}

.library-dock-btn {
  position: relative;
  height: 42px;
  min-width: 0;
  border: none;
  outline: none;
  border-radius: 15px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: white;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.01em;
  line-height: 1;
  cursor: pointer;
  text-shadow:
    0 1px 0 rgba(0,0,0,0.34),
    0 2px 5px rgba(0,0,0,0.36);
  box-shadow:
    inset  0   6px  8px  -2px rgba(255,255,255,0.72),
    inset  0  -24px 25px -12px rgba(0,0,0,0.68),
    inset  6px 0    12px -4px rgba(255,255,255,0.24),
    inset -6px 0    12px -4px rgba(0,0,0,0.24),
    0 12px 24px -5px rgba(0,0,0,0.52),
    0 4px  8px  -2px rgba(0,0,0,0.36);
  border: 1.5px solid rgba(255,255,255,0.25);
  border-bottom: 2.5px solid rgba(0,0,0,0.60);
  border-right: 1px solid rgba(0,0,0,0.25);
  transition:
    transform   0.15s cubic-bezier(.34,1.56,.64,1),
    box-shadow  0.22s ease,
    filter      0.22s ease;
}

.library-dock-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 35%, rgba(255,255,255,0.15) 0%, transparent 50%),
              radial-gradient(circle at 75% 65%, rgba(255,255,255,0.08) 0%, transparent 40%);
  z-index: 6;
  pointer-events: none;
}

.library-dock-btn::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 9%;
  right: 9%;
  height: 42%;
  border-radius: 999px 999px 70% 70%;
  background: radial-gradient(
    ellipse at 50% 0%,
    rgba(255,255,255,0.74) 0%,
    rgba(255,255,255,0.24) 58%,
    transparent 100%
  );
  pointer-events: none;
}

.library-dock-btn:hover {
  transform: translateY(-1px) scale(1.02);
  filter: brightness(1.05);
}

.library-dock-btn:active {
  transform: translateY(1px) scale(0.96);
}

.library-dock-create {
  background: linear-gradient(160deg, #ffd6e7 0%, #f9a8d4 48%, #ec70aa 100%);
}

.library-dock-home {
  background: linear-gradient(160deg, #d7fbc0 0%, #86efac 48%, #22c55e 100%);
}

.library-dock-stories {
  background: linear-gradient(160deg, #dbeafe 0%, #93c5fd 48%, #38bdf8 100%);
}

.library-dock-icon {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,0.24));
}

.library-dock-btn span:not(.library-dock-icon) {
  position: relative;
  z-index: 2;
}

/* Gallery text safety */
.saved-images-header h2,
.saved-images-header p,
.empty-images,
.empty-library,
.family-notice p {
  color: rgba(255,255,255,0.94);
  text-shadow:
    0 0 3px rgba(0,0,0,1.0),
    0 0 8px rgba(0,0,0,0.9),
    0 0 15px rgba(0,0,0,0.7);
}

/* Landscape: 2 columns earlier */
@media (orientation: landscape) and (min-width: 560px) {
  .story-list {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 13px;
  }

  .story-card {
    padding: 14px;
  }

  .story-preview {
    -webkit-line-clamp: 2;
  }

  .story-actions-balanced {
    width: 214px;
  }

  .library-card-chip {
    height: 34px;
  }
}

/* Tablet/desktop */
@media (min-width: 860px) {
  .story-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-actions-balanced {
    width: 228px;
  }
}

/* Mobile portrait */
@media (max-width: 760px) {
  .story-library-page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .story-list {
    gap: 13px;
  }

  .story-card {
    padding: 14px;
  }

  .story-actions-balanced {
    width: 214px;
    max-width: 100%;
  }

  .library-card-chip {
    height: 35px;
    font-size: 0.78rem;
  }

  .library-mobile-dock {
    width: min(300px, 92vw);
    gap: 7px;
  }

  .library-dock-btn {
    height: 40px;
    border-radius: 14px;
  }
}

/* Very narrow mobile */
@media (max-width: 360px) {
  .story-actions-balanced {
    width: 196px;
    gap: 7px;
  }

  .library-mobile-dock {
    width: min(282px, 94vw);
    gap: 6px;
  }

  .library-dock-btn {
    font-size: 0.68rem;
  }

  .library-dock-icon {
    font-size: 0.92rem;
  }
}

/* Hide any JellyButton in balanced actions and dock to prevent conflicts */
.story-actions-balanced .vf-btn,
.story-actions-balanced .vf-jelly-btn,
.library-mobile-dock .vf-btn,
.library-mobile-dock .vf-jelly-btn {
  display: none !important;
}

/* ─────────────────────────────────────────────
   StoryLibrary Final Toy-Jelly Button Depth
   Goal: pastel buttons with purple-button depth
   Layout stays unchanged.
   ───────────────────────────────────────────── */

.story-library-page {
  /* neutral contact shadow, only for grounding */
  --toy-contact: rgba(18, 28, 48, 0.20);
  --toy-contact-soft: rgba(18, 28, 48, 0.12);

  /* Read, lime green */
  --read-top: #d5f3a3;
  --read-mid: #8fd76a;
  --read-bot: #3fb85b;
  --read-depth: rgba(32, 111, 58, 0.68);
  --read-cast: rgba(47, 144, 75, 0.42);
  --read-rim: rgba(223, 255, 190, 0.66);

  /* Like, powder pink */
  --like-top: #ffd7e7;
  --like-mid: #e993ba;
  --like-bot: #c85a91;
  --like-depth: rgba(128, 45, 88, 0.66);
  --like-cast: rgba(184, 70, 128, 0.40);
  --like-rim: rgba(255, 225, 238, 0.68);

  /* Create, pink plum */
  --create-top: #ffd7e8;
  --create-mid: #e596bb;
  --create-bot: #bd5389;
  --create-depth: rgba(119, 43, 84, 0.68);
  --create-cast: rgba(174, 68, 124, 0.40);
  --create-rim: rgba(255, 224, 238, 0.66);

  /* Home, soft green */
  --home-top: #d8f6b8;
  --home-mid: #7ed577;
  --home-bot: #31ac64;
  --home-depth: rgba(32, 107, 68, 0.66);
  --home-cast: rgba(55, 145, 88, 0.38);
  --home-rim: rgba(221, 255, 200, 0.66);

  /* Stories, soft sky blue */
  --stories-top: #d6ecff;
  --stories-mid: #8bc4e8;
  --stories-bot: #4698cc;
  --stories-depth: rgba(42, 91, 137, 0.66);
  --stories-cast: rgba(62, 135, 188, 0.38);
  --stories-rim: rgba(222, 242, 255, 0.66);
}

/* Base render stack for Read / Like */
.library-card-chip {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  border-radius: 13px !important;

  border: 1px solid var(--toy-rim, rgba(255,255,255,0.5)) !important;
  border-bottom: 2px solid rgba(24, 38, 64, 0.18) !important;

  color: #fff !important;
  text-shadow:
    0 1px 0 rgba(24, 36, 60, 0.45),
    0 2px 3px rgba(24, 36, 60, 0.22) !important;

  background:
    radial-gradient(
      ellipse 75% 48% at 50% 8%,
      rgba(255,255,255,0.42) 0%,
      rgba(255,255,255,0.18) 36%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      var(--toy-top) 0%,
      var(--toy-mid) 52%,
      var(--toy-bot) 100%
    ) !important;

  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.56),
    inset 0 7px 9px -8px rgba(255,255,255,0.72),
    inset 0 -15px 18px -8px var(--toy-depth),
    inset 2px 0 5px -3px rgba(255,255,255,0.24),
    inset -2px 0 5px -3px rgba(36,45,70,0.15),
    0 2px 3px var(--toy-contact),
    0 8px 14px -2px var(--toy-cast),
    0 13px 18px -10px var(--toy-contact-soft) !important;

  transform: translateZ(0);
}

/* Top highlight disabled - causing excess part on small buttons */
.library-card-chip::before,
.library-dock-btn::before {
  display: none !important;
  content: none !important;
}

/* Bottom lip, the missing 3D piece - smaller to avoid layer visibility */
.library-card-chip::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 7%;
  right: 7%;
  bottom: 3px;
  height: 28%;
  border-radius: 0 0 11px 11px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.02) 22%,
      var(--toy-depth) 100%
    );
  opacity: 0.72;
  pointer-events: none;
}

/* Keep text and icons above pseudo layers */
.library-card-chip > * {
  position: relative;
  z-index: 3;
}

.library-card-read {
  --toy-top: var(--read-top);
  --toy-mid: var(--read-mid);
  --toy-bot: var(--read-bot);
  --toy-depth: var(--read-depth);
  --toy-cast: var(--read-cast);
  --toy-rim: var(--read-rim);
}

.library-card-like {
  --toy-top: var(--like-top);
  --toy-mid: var(--like-mid);
  --toy-bot: var(--like-bot);
  --toy-depth: var(--like-depth);
  --toy-cast: var(--like-cast);
  --toy-rim: var(--like-rim);
}

.library-card-chip:hover {
  transform: translateY(-1px) scale(1.015) !important;
  filter: brightness(1.025) saturate(1.035) !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.64),
    inset 0 8px 10px -7px rgba(255,255,255,0.78),
    inset 0 -17px 20px -8px var(--toy-depth),
    inset 2px 0 5px -3px rgba(255,255,255,0.30),
    inset -2px 0 5px -3px rgba(36, 45, 70, 0.14),
    0 2px 3px var(--toy-contact),
    0 10px 16px -2px var(--toy-cast),
    0 15px 20px -10px var(--toy-contact-soft) !important;
}

.library-card-chip:active {
  transform: translateY(1px) scale(0.975) !important;
  filter: brightness(0.98) saturate(1.01) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    inset 0 5px 8px -6px rgba(255,255,255,0.42),
    inset 0 -12px 16px -8px var(--toy-depth),
    0 1px 2px var(--toy-contact),
    0 5px 9px -4px var(--toy-cast) !important;
}

/* Base render stack for footer Create / Home / Stories */
.library-dock-btn {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;

  border-top: 1px solid var(--toy-rim, rgba(255,255,255,0.55)) !important;
  border-left: 1px solid rgba(255,255,255,0.38) !important;
  border-right: 1px solid rgba(255,255,255,0.20) !important;
  border-bottom: 2px solid rgba(24,38,64,0.20) !important;

  color: #fff !important;
  text-shadow:
    0 1px 0 rgba(24,36,60,0.46),
    0 2px 4px rgba(24,36,60,0.22) !important;

  background:
    radial-gradient(
      ellipse 76% 46% at 50% 8%,
      rgba(255,255,255,0.40) 0%,
      rgba(255,255,255,0.16) 36%,
      transparent 70%
    ),
    linear-gradient(
      180deg,
      var(--toy-top) 0%,
      var(--toy-mid) 52%,
      var(--toy-bot) 100%
    ) !important;

  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.56),
    inset 0 8px 10px -8px rgba(255,255,255,0.72),
    inset 0 -16px 20px -9px var(--toy-depth),
    inset 2px 0 6px -3px rgba(255,255,255,0.24),
    inset -2px 0 6px -3px rgba(36,45,70,0.15),
    0 2px 3px var(--toy-contact),
    0 8px 14px -2px var(--toy-cast),
    0 14px 19px -10px var(--toy-contact-soft) !important;

  transform: translateZ(0);
}

/* Bottom lip on dock - smaller to avoid layer visibility */
.library-dock-btn::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 7%;
  right: 7%;
  bottom: 3px;
  height: 30%;
  border-radius: 0 0 12px 12px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.02) 22%,
      var(--toy-depth) 100%
    );
  opacity: 0.76;
  pointer-events: none;
}

.library-dock-btn > * {
  position: relative;
  z-index: 3;
}

.library-dock-create {
  --toy-top: var(--create-top);
  --toy-mid: var(--create-mid);
  --toy-bot: var(--create-bot);
  --toy-depth: var(--create-depth);
  --toy-cast: var(--create-cast);
  --toy-rim: var(--create-rim);
}

.library-dock-home {
  --toy-top: var(--home-top);
  --toy-mid: var(--home-mid);
  --toy-bot: var(--home-bot);
  --toy-depth: var(--home-depth);
  --toy-cast: var(--home-cast);
  --toy-rim: var(--home-rim);
}

.library-dock-stories {
  --toy-top: var(--stories-top);
  --toy-mid: var(--stories-mid);
  --toy-bot: var(--stories-bot);
  --toy-depth: var(--stories-depth);
  --toy-cast: var(--stories-cast);
  --toy-rim: var(--stories-rim);
}

.library-dock-btn:hover {
  transform: translateY(-2px) scale(1.025) !important;
  filter: brightness(1.025) saturate(1.035) !important;
  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.64),
    inset 0 9px 12px -8px rgba(255,255,255,0.80),
    inset 0 -18px 22px -9px var(--toy-depth),
    inset 2px 0 6px -3px rgba(255,255,255,0.30),
    inset -2px 0 6px -3px rgba(36, 45, 70, 0.14),
    0 3px 4px var(--toy-contact),
    0 10px 17px -2px var(--toy-cast),
    0 16px 22px -10px var(--toy-contact-soft) !important;
}

.library-dock-btn:active {
  transform: translateY(1px) scale(0.965) !important;
  filter: brightness(0.98) saturate(1.01) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.42),
    inset 0 5px 8px -6px rgba(255,255,255,0.42),
    inset 0 -12px 16px -8px var(--toy-depth),
    0 1px 2px var(--toy-contact),
    0 5px 9px -4px var(--toy-cast) !important;
}

/* Icon/text cleanliness */
.library-card-chip-icon,
.library-dock-icon {
  filter:
    drop-shadow(0 1px 1px rgba(24, 36, 60, 0.28))
    drop-shadow(0 0 2px rgba(255,255,255,0.18)) !important;
}

.library-like-count {
  color: #ffffff !important;
  text-shadow:
    0 1px 0 rgba(105, 36, 78, 0.44),
    0 2px 4px rgba(105, 36, 78, 0.24) !important;
}

/* Remove ::before pseudo-elements causing excess part on small buttons */
.library-card-chip::before,
.library-dock-btn::before {
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  background: none !important;
}

/* Mini JellyButton for Library footer */
.library-mini-jelly-dock {
  width: min(316px, 92vw);
  margin: 28px auto 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  position: relative;
  z-index: 35;
}

.library-mini-jelly-dock > div {
  width: auto !important;
  min-width: 0 !important;
  flex: none !important;
}

.library-mini-jelly-btn.vf-btn {
  width: 100% !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 8px !important;
  border-radius: 15px !important;

  box-shadow:
    inset 0 2px 0 rgba(255,255,255,0.58),
    inset 0 8px 10px -7px rgba(255,255,255,0.76),
    inset 0 -16px 20px -9px var(--vf-depth),
    inset 2px 0 6px -3px rgba(255,255,255,0.24),
    inset -2px 0 6px -3px rgba(36,45,70,0.15),
    0 2px 3px rgba(18,28,48,0.20),
    0 8px 14px -2px var(--vf-cast),
    0 14px 19px -10px rgba(18,28,48,0.12) !important;

  border-top: 1px solid rgba(255,255,255,0.62) !important;
  border-bottom: 2px solid rgba(24,38,64,0.20) !important;
}

.library-mini-jelly-btn.vf-btn::before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  bottom: 3px;
  height: 30%;
  border-radius: 0 0 12px 12px;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.02) 22%,
      var(--vf-depth) 100%
    );
  opacity: 0.76;
  z-index: 2;
  pointer-events: none;
}

.library-mini-jelly-btn .vf-sheen-top {
  top: 3px !important;
  left: 10% !important;
  right: 10% !important;
  height: 32% !important;
  opacity: 0.72 !important;
}

.library-mini-jelly-btn .vf-inner-glow {
  opacity: 0.20 !important;
  filter: blur(9px) !important;
}

.library-mini-jelly-btn .vf-bubble {
  transform: scale(0.68);
  opacity: 0.55 !important;
}

.library-mini-jelly-btn .vf-content {
  justify-content: center !important;
  gap: 5px !important;
}

.library-mini-jelly-btn .vf-icon {
  font-size: 0.95rem !important;
  filter: drop-shadow(0 1px 2px rgba(24,36,60,0.28)) !important;
}

.library-mini-jelly-btn .vf-label {
  font-size: 0.68rem !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-shadow:
    0 1px 0 rgba(24,36,60,0.44),
    0 2px 4px rgba(24,36,60,0.22) !important;
}

.library-mini-jelly-btn .vf-sub {
  display: none !important;
}
/* Freeze every default star layer while a StoryReader blocking popup is open. */
html:has(.vf-reader-scene-frozen) .stars-container,
html:has(.vf-reader-scene-frozen) .stars-container *,
html:has(.vf-reader-scene-frozen) .stars-container::before,
html:has(.vf-reader-scene-frozen) .stars-container::after,
html:has(.vf-reader-scene-frozen) .stars-container *::before,
html:has(.vf-reader-scene-frozen) .stars-container *::after {
  animation-play-state: paused !important;
  transition: none !important;
  will-change: auto !important;
}
/* Freeze user-selected scenery while a StoryReader popup is open. */
html:has(.vf-reader-scene-frozen) .vf-global-scenery-overlay,
html:has(.vf-reader-scene-frozen) .vf-global-scenery-overlay *,
html:has(.vf-reader-scene-frozen) .vf-global-scenery-overlay::before,
html:has(.vf-reader-scene-frozen) .vf-global-scenery-overlay::after,
html:has(.vf-reader-scene-frozen) .vf-global-scenery-overlay *::before,
html:has(.vf-reader-scene-frozen) .vf-global-scenery-overlay *::after,
html:has(.vf-reader-scene-frozen) .ai-overlay-container,
html:has(.vf-reader-scene-frozen) .ai-overlay-container *,
html:has(.vf-reader-scene-frozen) .ai-overlay-container::before,
html:has(.vf-reader-scene-frozen) .ai-overlay-container::after,
html:has(.vf-reader-scene-frozen) .ai-overlay-container *::before,
html:has(.vf-reader-scene-frozen) .ai-overlay-container *::after {
  animation-play-state: paused !important;
  transition: none !important;
  will-change: auto !important;
}
.marker\:hidden *::marker {
  display: none;
}
.marker\:text-amber-200 *::marker {
  color: rgb(253 230 138 );
}
.marker\:hidden::marker {
  display: none;
}
.marker\:text-amber-200::marker {
  color: rgb(253 230 138 );
}
.placeholder\:text-blue-300\/50::-moz-placeholder {
  color: rgb(147 197 253 / 0.5);
}
.placeholder\:text-blue-300\/50::placeholder {
  color: rgb(147 197 253 / 0.5);
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.open\:bg-white\/10[open] {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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));
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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));
}
.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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));
}
.hover\:border-amber-100\/50:hover {
  border-color: rgb(254 243 199 / 0.5);
}
.hover\:border-amber-200\/25:hover {
  border-color: rgb(253 230 138 / 0.25);
}
.hover\:border-blue-400\/50:hover {
  border-color: rgb(96 165 250 / 0.5);
}
.hover\:border-blue-400\/60:hover {
  border-color: rgb(96 165 250 / 0.6);
}
.hover\:border-blue-500\/50:hover {
  border-color: rgb(59 130 246 / 0.5);
}
.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-50\/50:hover {
  border-color: rgb(248 250 252 / 0.5);
}
.hover\:border-slate-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.hover\:bg-amber-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-amber-500\/25:hover {
  background-color: rgb(245 158 11 / 0.25);
}
.hover\:bg-blue-400\/15:hover {
  background-color: rgb(96 165 250 / 0.15);
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-500\/25:hover {
  background-color: rgb(59 130 246 / 0.25);
}
.hover\:bg-blue-500\/30:hover {
  background-color: rgb(59 130 246 / 0.3);
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700\/50:hover {
  background-color: rgb(29 78 216 / 0.5);
}
.hover\:bg-blue-700\/60:hover {
  background-color: rgb(29 78 216 / 0.6);
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-800\/60:hover {
  background-color: rgb(30 64 175 / 0.6);
}
.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-500\/30:hover {
  background-color: rgb(34 197 94 / 0.3);
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-900\/80:hover {
  background-color: rgb(49 46 129 / 0.8);
}
.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-500\/30:hover {
  background-color: rgb(168 85 247 / 0.3);
}
.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600\/30:hover {
  background-color: rgb(220 38 38 / 0.3);
}
.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/\[0\.02\]:hover {
  background-color: rgb(255 255 255 / 0.02);
}
.hover\:bg-white\/\[0\.07\]:hover {
  background-color: rgb(255 255 255 / 0.07);
}
.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-green-600:hover {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-green-700:hover {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-emerald-600:hover {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}
.hover\:to-emerald-700:hover {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}
.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}
.hover\:to-purple-500:hover {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.hover\:to-purple-600:hover {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}
.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}
.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}
.hover\:text-amber-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  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);
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:fixed:focus {
  position: fixed;
}
.focus\:left-4:focus {
  left: 1rem;
}
.focus\:top-4:focus {
  top: 1rem;
}
.focus\:border-amber-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-300\/70:focus {
  border-color: rgb(147 197 253 / 0.7);
}
.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}
.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-amber-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-400\/20:focus {
  --tw-ring-color: rgb(96 165 250 / 0.2);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-indigo-950:focus {
  --tw-ring-offset-color: #1e1b4b;
}
.active\:translate-y-px:active {
  --tw-translate-y: 1px;
  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));
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}
.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.active\:shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.4\)\2c inset_0_-1px_0_rgba\(12\2c 74\2c 110\2c 0\.3\)\2c 0_2px_5px_rgba\(6\2c 182\2c 212\2c 0\.16\)\]:active {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.4),inset 0 -1px 0 rgba(12,74,110,0.3),0 2px 5px rgba(6,182,212,0.16);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), inset 0 -1px 0 var(--tw-shadow-color), 0 2px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.4\)\2c inset_0_-1px_0_rgba\(49\2c 46\2c 129\2c 0\.3\)\2c 0_2px_5px_rgba\(139\2c 92\2c 246\2c 0\.18\)\]:active {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.4),inset 0 -1px 0 rgba(49,46,129,0.3),0 2px 5px rgba(139,92,246,0.18);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), inset 0 -1px 0 var(--tw-shadow-color), 0 2px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.active\:shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.42\)\2c inset_0_-1px_0_rgba\(120\2c 53\2c 15\2c 0\.28\)\2c 0_2px_5px_rgba\(245\2c 158\2c 11\2c 0\.18\)\]:active {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.42),inset 0 -1px 0 rgba(120,53,15,0.28),0 2px 5px rgba(245,158,11,0.18);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color), inset 0 -1px 0 var(--tw-shadow-color), 0 2px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:cursor-wait:disabled {
  cursor: wait;
}
.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-slate-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-40:disabled {
  opacity: 0.4;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-55:disabled {
  opacity: 0.55;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:active\:translate-y-0:active:disabled {
  --tw-translate-y: 0px;
  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));
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:animate-none {
    animation: none;
  }
}
@media (min-width: 640px) {

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:top-\[19\.5px\] {
    top: 19.5px;
  }

  .sm\:\!mb-7 {
    margin-bottom: 1.75rem !important;
  }

  .sm\:\!mt-4 {
    margin-top: 1rem !important;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:\!h-\[39px\] {
    height: 39px !important;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-\[128px\] {
    height: 128px;
  }

  .sm\:h-\[29px\] {
    height: 29px;
  }

  .sm\:max-h-\[calc\(100dvh-3rem\)\] {
    max-height: calc(100dvh - 3rem);
  }

  .sm\:w-\[104px\] {
    width: 104px;
  }

  .sm\:w-\[112px\] {
    width: 112px;
  }

  .sm\:w-\[140px\] {
    width: 140px;
  }

  .sm\:w-\[205px\] {
    width: 205px;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-\[88px\] {
    min-width: 88px;
  }

  .sm\:max-w-\[205px\] {
    max-width: 205px;
  }

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

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

  .sm\:grid-cols-\[118px_1fr\] {
    grid-template-columns: 118px 1fr;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

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

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-indigo-100 {
    --tw-border-opacity: 1;
    border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:p-2\.5 {
    padding: 0.625rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-\[0\.9rem\] {
    font-size: 0.9rem;
  }

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

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

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

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .sm\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 768px) {

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:inline {
    display: inline;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

  .md\:grid-cols-\[1\.1fr_0\.8fr_1\.8fr_0\.9fr_0\.8fr\] {
    grid-template-columns: 1.1fr 0.8fr 1.8fr 0.9fr 0.8fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .lg\:w-\[214px\] {
    width: 214px;
  }

  .lg\:w-\[310px\] {
    width: 310px;
  }

  .lg\:max-w-\[214px\] {
    max-width: 214px;
  }

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

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

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

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

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

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

  .lg\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .lg\:items-center {
    align-items: center;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .xl\:grid-cols-\[minmax\(150px\2c 1fr\)_minmax\(150px\2c 1fr\)_minmax\(240px\2c 1\.1fr\)_minmax\(128px\2c auto\)\] {
    grid-template-columns: minmax(150px,1fr) minmax(150px,1fr) minmax(240px,1.1fr) minmax(128px,auto);
  }
}
.\[\&\>div\>div\]\:\!w-full>div>div {
  width: 100% !important;
}
.\[\&\>div\>div\]\:\!max-w-\[320px\]>div>div {
  max-width: 320px !important;
}
.\[\&\>div\>div\]\:hover\:\!scale-100:hover>div>div {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !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;
}
@media (min-width: 640px) {

  .sm\:\[\&\>div\>div\]\:\!w-auto>div>div {
    width: auto !important;
  }

  .sm\:\[\&\>div\>div\]\:\!max-w-none>div>div {
    max-width: none !important;
  }

  .sm\:\[\&\>div\>div\]\:hover\:\!scale-105:hover>div>div {
    --tw-scale-x: 1.05 !important;
    --tw-scale-y: 1.05 !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;
  }
}
.\[\&_\.vf-content\>div\]\:\!text-center .vf-content>div {
  text-align: center !important;
}
.\[\&_\.vf-content\]\:\!justify-center .vf-content {
  justify-content: center !important;
}
.\[\&_a\>div\:first-child\>div\>div\:first-child\]\:hidden a>div:first-child>div>div:first-child {
  display: none;
}
@media (min-width: 640px) {

  .sm\:\[\&_a\>div\:first-child\>div\>div\:first-child\]\:block a>div:first-child>div>div:first-child {
    display: block;
  }
}
.\[\&_a\>div\:first-child\>div\>div\:last-child\]\:hidden a>div:first-child>div>div:last-child {
  display: none;
}
@media (min-width: 640px) {

  .sm\:\[\&_a\>div\:first-child\>div\>div\:last-child\]\:block a>div:first-child>div>div:last-child {
    display: block;
  }
}
.\[\&_a\>div\:first-child\>div\>div\:nth-child\(2\)\]\:max-w-\[165px\] a>div:first-child>div>div:nth-child(2) {
  max-width: 165px;
}
.\[\&_a\>div\:first-child\>div\>div\:nth-child\(2\)\]\:truncate a>div:first-child>div>div:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 640px) {

  .sm\:\[\&_a\>div\:first-child\>div\>div\:nth-child\(2\)\]\:max-w-none a>div:first-child>div>div:nth-child(2) {
    max-width: none;
  }
}
.\[\&_a\>div\:last-child\>div\:last-child\]\:hidden a>div:last-child>div:last-child {
  display: none;
}
@media (min-width: 640px) {

  .sm\:\[\&_a\>div\:last-child\>div\:last-child\]\:block a>div:last-child>div:last-child {
    display: block;
  }
}
.\[\&_a\]\:\!min-h-\[64px\] a {
  min-height: 64px !important;
}
.\[\&_a\]\:\!py-2 a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\[\&_a\]\:\!pl-14 a {
  padding-left: 3.5rem !important;
}
.\[\&_a\]\:\!pr-3 a {
  padding-right: 0.75rem !important;
}
@media (min-width: 640px) {

  .sm\:\[\&_a\]\:\!min-h-0 a {
    min-height: 0px !important;
  }

  .sm\:\[\&_a\]\:\!py-3 a {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:\[\&_a\]\:\!pl-20 a {
    padding-left: 5rem !important;
  }

  .sm\:\[\&_a\]\:\!pr-6 a {
    padding-right: 1.5rem !important;
  }
}
/* BUILD_MARKER: storybook-css-glitter-v11-safari-known-good-2026-08-16 */
.vf-glitter-gel-button {
  /* Storybook sign palette: moonlit teal, lavender and a quiet coral edge.
     Gold is a thin matte picture-book trim, never a reward-machine rim. */
  --vf-gel-highlight: radial-gradient(105% 120% at 15% 2%, rgba(255, 255, 255, 0.3), transparent 31%);
  --vf-gel-mint: radial-gradient(70% 110% at 13% 78%, rgba(89, 190, 177, 0.34), transparent 56%);
  --vf-gel-coral: radial-gradient(75% 115% at 88% 88%, rgba(205, 124, 132, 0.42), transparent 58%);
  --vf-gel-colours: linear-gradient(135deg, #2f89ad 0%, #4da5b7 31%, #756fa9 64%, #bd7882 100%);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: #ffffff;
  background:
    var(--vf-gel-highlight),
    var(--vf-gel-mint),
    var(--vf-gel-coral),
    var(--vf-gel-colours);
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  transition:
    transform 120ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.vf-glitter-gel-button:hover:not(:disabled) {
  filter: brightness(1.025) saturate(1.01);
}

.vf-glitter-gel-button:active:not(:disabled) {
  transform: scale(0.965);
}

.vf-glitter-gel-button:focus-visible {
  outline: 2px solid rgba(222, 247, 255, 0.96);
  outline-offset: 4px;
}

.vf-glitter-gel-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.vf-glitter-gel-button--hero {
  z-index: 2;
  display: flex;
  width: 100%;
  min-height: 74px;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border: 2px solid transparent;
  border-radius: 70px;
  background:
    radial-gradient(
      ellipse 40% 10% at 72% 98%,
      rgba(255, 255, 230, 0.92) 0%,
      rgba(255, 185, 115, 0.64) 36%,
      rgba(255, 165, 95, 0.34) 60%,
      transparent 82%
    ) padding-box,
    radial-gradient(
      ellipse 62% 34% at 74% 102%,
      rgba(255, 255, 235, 0.96) 0%,
      rgba(255, 212, 118, 0.78) 18%,
      rgba(248, 138, 62, 0.52) 42%,
      rgba(215, 78, 88, 0.22) 66%,
      transparent 84%
    ) padding-box,
    radial-gradient(
      ellipse 90% 27% at 66% 106%,
      rgba(255, 160, 85, 0.38) 0%,
      rgba(220, 85, 110, 0.16) 52%,
      transparent 82%
    ) padding-box,
    radial-gradient(
      ellipse 115% 43% at 78% 108%,
      rgba(255, 225, 135, 0.28) 0%,
      rgba(255, 172, 78, 0.16) 36%,
      rgba(241, 115, 54, 0.06) 60%,
      transparent 80%
    ) padding-box,
    var(--vf-gel-highlight) padding-box,
    var(--vf-gel-mint) padding-box,
    var(--vf-gel-coral) padding-box,
    var(--vf-gel-colours) padding-box,
    linear-gradient(135deg, #a98450 0%, #dbc78e 48%, #ad8650 100%) border-box;
  font-family: Georgia, 'Times New Roman', serif;
  text-align: center;
  box-shadow:
    0 0 2px 1px rgba(255, 255, 235, 0.48),
    0 0 7px 2px rgba(255, 205, 110, 0.32),
    0 0 12px 3px rgba(248, 135, 52, 0.16),
    0 7px 17px rgba(3, 22, 42, 0.30),
    0 0 14px rgba(114, 201, 214, 0.14),
    inset 0 1px 0 rgba(255, 248, 215, 0.72),
    inset 0 7px 12px rgba(255, 255, 255, 0.28),
    inset 0 -9px 15px rgba(45, 37, 91, 0.24);
}

/* Reader controls use the same sign language at a quieter emphasis. */
button.vf-glitter-gel-button.vf-glitter-gel-button--circle,
button.vf-glitter-gel-button.vf-glitter-gel-button--compact {
  border: 1.5px solid transparent;
  background:
    var(--vf-gel-highlight) padding-box,
    var(--vf-gel-mint) padding-box,
    var(--vf-gel-coral) padding-box,
    var(--vf-gel-colours) padding-box,
    linear-gradient(135deg, #a98450 0%, #d8c48b 48%, #ad8650 100%) border-box;
  box-shadow:
    0 5px 12px rgba(4, 20, 42, 0.29),
    0 0 7px rgba(110, 200, 214, 0.09),
    inset 0 1px 0 rgba(255, 248, 215, 0.5),
    inset 0 4px 7px rgba(255, 255, 255, 0.19),
    inset 0 -6px 10px rgba(45, 37, 91, 0.18);
}

button.vf-glitter-gel-button.vf-glitter-gel-button--compact:hover:not(:disabled) {
  box-shadow:
    0 6px 14px rgba(4, 20, 42, 0.32),
    0 0 9px rgba(110, 200, 214, 0.12),
    inset 0 1px 0 rgba(255, 248, 215, 0.56),
    inset 0 4px 7px rgba(255, 255, 255, 0.22),
    inset 0 -6px 10px rgba(45, 37, 91, 0.17);
}

button.vf-glitter-gel-button.vf-glitter-gel-button--circle {
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background:
    radial-gradient(
      ellipse 48% 10% at 70% 98%,
      rgba(255, 255, 230, 0.92) 0%,
      rgba(255, 185, 115, 0.64) 36%,
      rgba(255, 165, 95, 0.34) 60%,
      transparent 82%
    ) padding-box,
    radial-gradient(
      ellipse 78% 34% at 72% 102%,
      rgba(255, 255, 235, 0.96) 0%,
      rgba(255, 210, 115, 0.76) 19%,
      rgba(246, 135, 60, 0.5) 44%,
      rgba(212, 75, 88, 0.2) 68%,
      transparent 85%
    ) padding-box,
    radial-gradient(
      ellipse 105% 27% at 65% 106%,
      rgba(255, 158, 82, 0.35) 0%,
      rgba(218, 82, 108, 0.15) 54%,
      transparent 82%
    ) padding-box,
    radial-gradient(
      ellipse 130% 44% at 76% 108%,
      rgba(255, 222, 132, 0.26) 0%,
      rgba(255, 170, 75, 0.15) 38%,
      rgba(241, 115, 54, 0.05) 60%,
      transparent 80%
    ) padding-box,
    var(--vf-gel-highlight) padding-box,
    var(--vf-gel-mint) padding-box,
    var(--vf-gel-coral) padding-box,
    var(--vf-gel-colours) padding-box,
    linear-gradient(135deg, #a98450 0%, #d8c48b 48%, #ad8650 100%) border-box;
  box-shadow:
    0 0 4px 1px rgba(255, 255, 235, 0.6),
    0 0 10px 3px rgba(255, 205, 110, 0.48),
    0 0 18px 6px rgba(248, 135, 52, 0.28),
    0 0 28px 10px rgba(220, 85, 40, 0.09),
    0 6px 14px rgba(4, 20, 42, 0.32),
    0 0 10px rgba(110, 200, 214, 0.12),
    inset 0 1px 0 rgba(255, 248, 215, 0.64),
    inset 0 5px 8px rgba(255, 255, 255, 0.24),
    inset 0 -7px 11px rgba(45, 37, 91, 0.22);
}

button.vf-glitter-gel-button.vf-glitter-gel-button--compact:active:not(:disabled) {
  transform: translateY(1px) scale(0.975);
  box-shadow:
    0 2px 7px rgba(4, 20, 42, 0.27),
    inset 0 1px 0 rgba(255, 248, 215, 0.48),
    inset 0 3px 5px rgba(255, 255, 255, 0.16),
    inset 0 -4px 8px rgba(45, 37, 91, 0.2);
}

.vf-glitter-gel-button__liquid,
.vf-glitter-gel-button__shine,
.vf-glitter-gel-button__rim {
  position: absolute;
  pointer-events: none;
}

.vf-glitter-gel-button__liquid {
  inset: 5px 7px 7px;
  z-index: 1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 22% 31%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 68% 68%, rgba(170, 255, 239, 0.12), transparent 25%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 38%, rgba(255, 255, 255, 0.055) 69%, transparent);
  mix-blend-mode: screen;
}

.vf-glitter-gel-button--hero .vf-glitter-gel-button__liquid {
  border-radius: 90px;
}

.vf-glitter-gel-button--circle .vf-glitter-gel-button__liquid,
.vf-glitter-gel-button--compact .vf-glitter-gel-button__liquid {
  inset: 4px;
}

.vf-glitter-gel-button__shine {
  top: 3px;
  left: 6%;
  width: 88%;
  height: 36%;
  z-index: 2;
  border-radius: 100px 100px 52px 52px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.32),
    rgba(255, 255, 255, 0.07) 52%,
    transparent
  );
}

.vf-glitter-gel-button--hero .vf-glitter-gel-button__shine {
  top: 3px;
  left: 6%;
  width: 88%;
  height: 36%;
  border-radius: 100px 100px 52px 52px;
}

.vf-glitter-gel-button__shine::before,
.vf-glitter-gel-button--hero .vf-glitter-gel-button__shine::after {
  content: none;
}

.vf-glitter-gel-button--circle .vf-glitter-gel-button__shine {
  top: 5%;
  left: 17%;
  width: 66%;
  height: 36%;
  border-radius: 50%;
}

.vf-glitter-gel-button__rim {
  inset: 0;
  z-index: 8;
  border-radius: inherit;
  box-shadow:
    inset 0 0 0 1px rgba(255, 247, 207, 0.56),
    inset 0 2px 3px rgba(255, 255, 255, 0.16);
}

.vf-glitter-gel-button--circle .vf-glitter-gel-button__rim,
.vf-glitter-gel-button--compact .vf-glitter-gel-button__rim {
  inset: 0;
  box-shadow:
    inset 0 0 0 0.75px rgba(255, 247, 207, 0.54),
    inset 0 2px 3px rgba(255, 255, 255, 0.16),
    inset 0 -2px 4px rgba(52, 52, 99, 0.14);
}

.vf-glitter-gel-button__content {
  position: relative;
  z-index: 6;
  pointer-events: none;
}

.vf-glitter-gel-button--hero .vf-glitter-gel-button__content {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  font-size: clamp(20px, 2.7vw, 27px);
  font-weight: 700;
  line-height: 1.04;
  white-space: nowrap;
  text-align: center;
  text-shadow:
    0 1px 2px rgba(12, 38, 65, 0.72),
    0 0 6px rgba(255, 255, 255, 0.24);
}

.vf-glitter-gel-button--circle .vf-glitter-gel-button__content {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

.vf-glitter-gel-button--compact .vf-glitter-gel-button__content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: inherit;
}


/* CSS-ONLY GLITTER v11.1 â mirror the working scenery particle architecture.
   JS resolves concrete positions/sizes/durations once. CSS only consumes vars
   and runs native keyframes, like ai-galaxy-dot / ai-galaxy-meteor.
   particle = motion, foil = tone/reflection, flash = specular pulse. */
.vf-glitter-gel-button__particle {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--particle-box);
  height: var(--particle-box);
  margin-left: var(--particle-offset);
  margin-top: var(--particle-offset);
  z-index: 4;
  display: block;
  visibility: visible;
  opacity: 1;
  overflow: visible;
  pointer-events: none;
  transform-origin: center;
  -webkit-transform-origin: center;
  animation-name: vf-glitter-css-drift-v11;
  animation-duration: var(--drift-duration);
  animation-timing-function: linear;
  animation-delay: var(--drift-delay);
  animation-iteration-count: infinite;
  will-change: transform;
}

.vf-glitter-gel-button__foil {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  visibility: visible;
  opacity: 0.88;
  border-radius: 24%;
  background-color: var(--foil-color);
  transform: rotate(var(--face-angle));
  -webkit-transform: rotate(var(--face-angle));
  transform-origin: center;
  -webkit-transform-origin: center;
  backface-visibility: hidden;
  animation-name: vf-glitter-css-tone-v11;
  animation-duration: var(--glint-duration);
  animation-timing-function: linear;
  animation-delay: var(--glint-delay);
  animation-iteration-count: infinite;
}

.vf-glitter-gel-button__particle[data-shape='round']
  .vf-glitter-gel-button__foil {
  border-radius: 50%;
  clip-path: circle(50% at 50% 50%);
}

.vf-glitter-gel-button__particle[data-shape='diamond']
  .vf-glitter-gel-button__foil {
  border-radius: 18%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.vf-glitter-gel-button__particle[data-shape='square']
  .vf-glitter-gel-button__foil {
  border-radius: 20%;
  clip-path: inset(8% round 20%);
}

.vf-glitter-gel-button__flash {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: block;
  width: 30%;
  aspect-ratio: 1;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  background: rgba(255, 255, 250, 0.8);
  box-shadow:
    0 0 2px 1px rgba(255, 255, 255, 0.72),
    0 0 7px 2px rgba(225, 252, 255, 0.43),
    0 0 11px 3px var(--foil-glow);
  animation-name: vf-glitter-css-flash-v11;
  animation-duration: var(--glint-duration);
  animation-timing-function: linear;
  animation-delay: var(--glint-delay);
  animation-iteration-count: infinite;
  will-change: opacity, transform;
}

.vf-glitter-gel-button__flash::before,
.vf-glitter-gel-button__flash::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 240%;
  height: 1px;
  border-radius: 50%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.8) 43%,
    rgba(255, 255, 255, 0.8) 57%,
    transparent
  );
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.75);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.vf-glitter-gel-button__flash::after {
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
}

/* Explicit pause is reserved for actual runtime pressure (Kokoro/overlay).
   Pause preserves animation timeline so it resumes where it stopped. */
.vf-glitter-gel-button[data-paused='true'] .vf-glitter-gel-button__particle,
.vf-glitter-gel-button[data-paused='true'] .vf-glitter-gel-button__foil,
.vf-glitter-gel-button[data-paused='true'] .vf-glitter-gel-button__flash,
.vf-glitter-gel-button[data-paused='true'] .vf-glitter-gel-button__liquid {
  animation-play-state: paused !important;
}

@keyframes vf-glitter-css-drift-v11 {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  27% {
    transform: translate3d(var(--x1), var(--y1), 0) rotate(var(--r1));
  }
  55% {
    transform: translate3d(var(--x2), var(--y2), 0) rotate(var(--r2));
  }
  79% {
    transform: translate3d(var(--x3), var(--y3), 0) rotate(var(--r3));
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--r-end));
  }
}

@keyframes vf-glitter-css-tone-v11 {
  0%, 17%, 36%, 54%, 73%, 86%, 100% {
    background-color: var(--foil-color);
    opacity: 0.88;
    filter: brightness(1) saturate(1);
    box-shadow:
      0 0 2px rgba(255, 255, 255, 0.35),
      0 0 4px var(--foil-glow);
  }
  8%, 27%, 45%, 60%, 82%, 94% {
    background-color: var(--foil-dark);
    opacity: 0.72;
    filter: brightness(0.48) saturate(0.96);
    box-shadow: 0 0 1px var(--foil-glow);
  }
  70%, 72.5% {
    background-color: var(--foil-bright);
    opacity: 1;
    filter: brightness(1.22) saturate(0.7);
    box-shadow:
      0 0 2px 1px rgba(255, 255, 255, 0.62),
      0 0 6px 2px rgba(225, 252, 255, 0.34),
      0 0 9px 2px var(--foil-glow);
  }
}

@keyframes vf-glitter-css-flash-v11 {
  0%, 69.9%, 72.6%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.18) rotate(12deg);
  }
  70%, 72.5% {
    opacity: 0.768;
    transform: translate(-50%, -50%) scale(0.92) rotate(45deg);
  }
}

/* Known-good behaviour: Reduce Motion slows decorative glitter; it does not
   turn the particles into a permanently static Safari state. */
@media (prefers-reduced-motion: reduce) {
  .vf-glitter-gel-button {
    transition: none;
  }

  .vf-glitter-gel-button__particle {
    animation-duration: var(--drift-duration-reduced);
    will-change: auto;
  }

  .vf-glitter-gel-button__foil,
  .vf-glitter-gel-button__flash {
    animation-duration: var(--glint-duration-reduced);
    will-change: auto;
  }
}

@media (max-width: 760px) {
  .vf-glitter-gel-button--hero {
    min-height: 72px;
    padding: 9px 22px;
  }

  .vf-glitter-gel-button--hero .vf-glitter-gel-button__content {
    font-size: clamp(20px, 5.8vw, 24px);
  }
}

@media (max-width: 390px) {
  .vf-glitter-gel-button--hero {
    min-height: 68px;
    padding: 8px 18px;
  }

  .vf-glitter-gel-button--hero .vf-glitter-gel-button__content {
    font-size: 20px;
  }
}
/* src/styles/warmGenerateUi.css
   MAINTENANCE 2026-09-04 16:00 +07 — Shared warm parchment palette for Generate Image and Generate Video controls. Keep this visual-only: no generation, pricing, billing, storage, character refs, login, TTS or mobile compact-flow logic changes.
   MAINTENANCE 2026-09-06 — Keep scene-prompt modal shells in their original purple Reader palette; warm parchment applies to text-entry surfaces and the existing white Generate Image/Video tool panels only.
   MAINTENANCE 2026-09-06 — Source warm palette values from semantic theme tokens; aliases preserve existing selectors during incremental migration. */

:root {
  --vf-warm-panel: var(--vf-tools-warm-bg);
  --vf-warm-panel-2: var(--vf-tools-warm-bg-strong);
  --vf-warm-input: var(--vf-input-warm-bg);
  --vf-warm-input-focus: var(--vf-input-warm-bg-focus);
  --vf-warm-border: var(--vf-input-warm-border);
  --vf-warm-border-strong: var(--vf-input-warm-border-strong);
  --vf-warm-text: var(--vf-tools-warm-text);
  --vf-warm-text-dark: var(--vf-input-warm-text);
  --vf-warm-text-soft: var(--vf-tools-warm-text-soft);
  --vf-warm-placeholder: var(--vf-input-warm-placeholder);
  --vf-warm-focus: var(--vf-input-warm-focus);
}

.vf-warm-generate-dialog {
  background: linear-gradient(135deg, #1e1b4b 0%, #2e1065 52%, #020617 100%);
  border-color: rgba(221, 214, 254, 0.40);
  color: #f8fafc;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.62);
}

.vf-warm-generate-title-card {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(221, 214, 254, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.vf-warm-generate-title {
  color: #f5f3ff;
}

.vf-warm-generate-subtitle {
  color: rgba(237, 233, 254, 0.82);
}

.vf-warm-generate-help {
  color: rgba(203, 213, 225, 0.78);
}

.vf-warm-generate-input {
  background: var(--vf-warm-input);
  color: var(--vf-warm-text-dark);
  border-color: rgba(232, 201, 138, 0.92);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74), 0 0 0 1px rgba(228, 185, 91, 0.08);
}

.vf-warm-generate-input::-moz-placeholder {
  color: var(--vf-warm-placeholder);
}

.vf-warm-generate-input::placeholder {
  color: var(--vf-warm-placeholder);
}

.vf-warm-generate-input:focus {
  background: var(--vf-warm-input-focus);
  border-color: var(--vf-warm-focus);
  color: var(--vf-warm-text-dark);
  box-shadow: 0 0 0 3px rgba(228, 185, 91, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.vf-warm-generate-secondary {
  background: rgba(15, 23, 42, 0.72);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
}

.vf-warm-generate-secondary:hover {
  background: rgba(30, 41, 59, 0.92);
}

.vf-warm-generate-close {
  background: rgba(255, 255, 255, 0.10);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.20);
  text-shadow: none;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.vf-warm-generate-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* Generate Image panel in StoryReader: desktop and the compact mobile-expanded panel. */
div[class*="sm:w-[205px]"][class*="sm:bg-white"],
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"],
div[class*="p-[5px]"][class*="bg-white"][class*="shadow-xl"] {
  background: var(--vf-warm-panel) !important;
  border-color: var(--vf-warm-border) !important;
  color: var(--vf-warm-text) !important;
}

/* Text inside Image/Video tool panels. */
div[class*="sm:w-[205px]"][class*="sm:bg-white"] [class*="text-indigo-950"],
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] [class*="text-indigo-950"],
div[class*="p-[5px]"][class*="bg-white"][class*="shadow-xl"] [class*="text-indigo-950"],
div[class*="sm:w-[205px]"][class*="sm:bg-white"] [class*="text-violet-700"],
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] [class*="text-violet-700"],
div[class*="p-[5px]"][class*="bg-white"][class*="shadow-xl"] [class*="text-violet-700"],
div[class*="sm:w-[205px]"][class*="sm:bg-white"] [class*="text-slate-500"],
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] [class*="text-slate-500"],
div[class*="p-[5px]"][class*="bg-white"][class*="shadow-xl"] [class*="text-slate-500"] {
  color: var(--vf-warm-text) !important;
}

/* Select inputs in Generate Image controls. */
div[class*="sm:w-[205px]"][class*="sm:bg-white"] select,
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] select {
  background: var(--vf-warm-input) !important;
  color: var(--vf-warm-text-dark) !important;
  border-color: var(--vf-warm-border) !important;
  font-weight: 700;
}

div[class*="sm:w-[205px]"][class*="sm:bg-white"] select:focus,
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] select:focus {
  background: var(--vf-warm-input-focus) !important;
  border-color: var(--vf-warm-focus) !important;
  box-shadow: 0 0 0 3px rgba(228, 185, 91, 0.22) !important;
}

/* Optional scene idea + duration buttons. Preserve primary gradient buttons, Download and Delete. */
div[class*="sm:w-[205px]"][class*="sm:bg-white"] button[class*="bg-violet-50"],
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] button[class*="bg-violet-50"],
div[class*="p-[5px]"][class*="bg-white"][class*="shadow-xl"] button[class*="bg-violet-50"],
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] button[class*="bg-indigo-50"],
div[class*="p-[5px]"][class*="bg-white"][class*="shadow-xl"] button[class*="bg-indigo-50"] {
  background: var(--vf-warm-panel-2) !important;
  border-color: var(--vf-warm-border) !important;
  color: var(--vf-warm-text) !important;
}

div[class*="sm:w-[205px]"][class*="sm:bg-white"] button[class*="bg-violet-50"] span,
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] button[class*="bg-violet-50"] span,
div[class*="p-[5px]"][class*="bg-white"][class*="shadow-xl"] button[class*="bg-violet-50"] span,
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] button[class*="bg-indigo-50"] span,
div[class*="p-[5px]"][class*="bg-white"][class*="shadow-xl"] button[class*="bg-indigo-50"] span {
  color: var(--vf-warm-text) !important;
}

/* Mobile panel close button. */
div[class*="w-[min(76vw,244px)]"][class*="bg-white"][class*="shadow-2xl"] button[class*="bg-slate-100"] {
  background: var(--vf-warm-input) !important;
  border-color: var(--vf-warm-border) !important;
  color: var(--vf-warm-text) !important;
}
/* src/styles/sophiaCornerController.css
   Session-scoped collapsed Sophia launcher. Visual-only; reuses shared theme tokens. */

html[data-vf-sophia-collapsed="true"] .vf-sophia-widget,
html[data-vf-sophia-collapsed="true"] .vf-sophia-panel,
html[data-vf-sophia-collapsed="true"] .vf-reader-sophia-panel {
  display: none !important;
}

.vf-sophia-corner-launcher {
  position: fixed;
  right: 24px;
  bottom: 86px;
  z-index: 10045;
  width: 56px;
  height: 56px;
  padding: 0;
  overflow: visible;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--vf-dialog-surface-mid), var(--vf-dialog-surface-start));
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.12),
    0 5px 16px rgba(46, 16, 101, 0.34),
    0 0 13px var(--vf-sophia-glow-purple),
    0 0 7px var(--vf-sophia-glow-warm);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 120ms ease, box-shadow 120ms ease;
}

.vf-sophia-corner-launcher:active {
  transform: scale(0.95);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.10),
    0 3px 10px rgba(46, 16, 101, 0.28),
    0 0 10px var(--vf-sophia-glow-purple);
}

.vf-sophia-corner-launcher-crop {
  position: absolute;
  inset: 3px;
  overflow: hidden;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 247, 214, 0.34), transparent 52%),
    linear-gradient(145deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
}

.vf-sophia-corner-launcher-portrait {
  position: absolute;
  left: -93%;
  top: -8%;
  width: 220%;
  height: 220%;
  max-width: none;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

/* Image/video prompt dialogs already contain their own Sophia portrait. */
html[data-vf-reader-sophia-prompt-open="true"] .vf-sophia-corner-launcher {
  display: none !important;
}

@media (max-width: 600px) {
  .vf-sophia-corner-launcher {
    right: 20px;
    bottom: 82px;
    width: 52px;
    height: 52px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vf-sophia-corner-launcher {
    transition: none;
  }
}
