@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');*, ::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: var(--font-mono), 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;
}
  :root {
    --font-display: "Fraunces", serif;
    --font-body: "Satoshi", sans-serif;
    --font-mono: "JetBrains Mono", monospace;
    --radius: 0.625rem;

    /* === z-index layering — single source of truth for stacking order ===
       Documented hierarchy (low → high):
         --z-content       10  : main page content, sections, cards
         --z-mobile-cta    40  : sticky mobile call-to-action bar
         --z-header        50  : sticky site header / navigation
         --z-scroll-progress 100 : top-of-viewport scroll progress bar
       Keep these in sync with tailwind.config.js zIndex if added there. */
    --z-content: 10;
    --z-mobile-cta: 40;
    --z-header: 50;
    --z-back-to-top: 60;
    --z-scroll-progress: 100;

    /* === Cape Verde flag palette — exact official hex (Boletim Oficial) === */
    /* Blue #003893 = oklch(0.395 0.155 264) — Pantone 287C, dominant structure */
    /* Red  #CF2027 = oklch(0.555 0.215 28)  — Pantone 186C, central band / accent */
    /* Gold #F7D116 = oklch(0.865 0.165 88)  — Pantone 116C, stars / highlights / CTA */
    /* White #FFFFFF = oklch(1 0 0)          — thin bands / high contrast */
    /* Raw hex CSS vars — single source of truth for the four flag colors.
       Use these (var(--cv-blue) etc.) in inline styles / conic-gradients /
       SVG fills where the oklch() semantic tokens don't apply directly.
       Never hardcode #003893 / #CF2027 / #F7D116 / #FFFFFF in components. */
    --cv-blue: #003893;
    --cv-red: #cf2027;
    --cv-gold: #f7d116;
    --cv-white: #ffffff;
    --background: 0.2 0.07 264;
    --foreground: 0.98 0.005 95;
    --card: 0.24 0.065 264;
    --card-foreground: 0.98 0.005 95;
    --popover: 0.26 0.07 264;
    --popover-foreground: 0.98 0.005 95;

    /* Saturated gold — 0.92 0.18 92 — pushes chroma + lightness for WCAG AAA
       on deep navy (≈ 9.6:1 contrast). Replaces the dimmer 0.865 0.165 88. */
    --primary: 0.92 0.18 92;
    --primary-foreground: 0.2 0.07 264;

    --secondary: 0.395 0.155 264;
    --secondary-foreground: 0.98 0.005 95;
    --muted: 0.28 0.06 264;
    --muted-foreground: 0.78 0.04 264;

    --accent: 0.555 0.215 28;
    --accent-foreground: 0.98 0.005 95;

    --destructive: 0.555 0.215 28;
    --destructive-foreground: 0.98 0.005 95;

    --success: 0.555 0.215 28;
    --success-foreground: 0.98 0.005 95;
    --warning: 0.92 0.18 92;
    --warning-foreground: 0.2 0.07 264;

    --border: 0.395 0.155 264;
    --input: 0.36 0.14 264;
    --ring: 0.92 0.18 92;

    /* === Glassmorphism Apple-style — CTA & elevated surfaces ===
       Translucent navy ground + subtle gradient sweep + 0.3s transition.
       backdrop-filter applied via .glass-apple modifier (opt-in for perf). */
    --glass-bg: linear-gradient(
      160deg,
      oklch(0.26 0.07 264 / 0.55) 0%,
      oklch(0.21 0.06 264 / 0.42) 50%,
      oklch(0.17 0.05 264 / 0.32) 100%
    );
    --glass-border: 1px solid oklch(0.92 0.18 92 / 0.22);
    --glass-blur: blur(16px) saturate(140%);
    --glass-transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow
      0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s
      cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);

    --chart-1: 0.865 0.165 88;
    --chart-2: 0.555 0.215 28;
    --chart-3: 0.395 0.155 264;
    --chart-4: 0.98 0.005 95;
    --chart-5: 0.555 0.215 28;

    --sidebar: 0.22 0.065 264;
    --sidebar-foreground: 0.98 0.005 95;
    --sidebar-primary: 0.865 0.165 88;
    --sidebar-primary-foreground: 0.2 0.07 264;
    --sidebar-accent: 0.555 0.215 28;
    --sidebar-accent-foreground: 0.98 0.005 95;
    --sidebar-border: 0.395 0.155 264;
    --sidebar-ring: 0.865 0.165 88;

    /* === Essential gradients only — 10 tokens, max 2 layers === */
    /* All sweeps now use the official Cape Verde flag OKLCH values (Boletim
       Oficial): blue 0.395 0.155 264 (#003893), red 0.555 0.215 28 (#CF2027),
       gold 0.865 0.165 88 (#F7D116), white 0.98 0.005 95 (#FFFFFF). */
    /* Signature cultural sweep — blue → red → gold, one tide */
    --gradient-cv-unity: linear-gradient(
      90deg,
      oklch(0.395 0.155 264) 0%,
      oklch(0.555 0.215 28) 50%,
      oklch(0.865 0.165 88) 100%
    );
    /* Aurora — 5-stop cinematic sweep for hero headings, dividers, rails */
    --gradient-cv-aurora: linear-gradient(
      100deg,
      oklch(0.395 0.155 264) 0%,
      oklch(0.48 0.185 246) 22%,
      oklch(0.555 0.215 28) 48%,
      oklch(0.72 0.19 58) 68%,
      oklch(0.865 0.165 88) 100%
    );
    /* Metallic gold — multi-stop shimmer for display text & badges */
    --gradient-gold-metallic: linear-gradient(
      135deg,
      oklch(0.55 0.1 76) 0%,
      oklch(0.865 0.155 88) 50%,
      oklch(0.96 0.06 98) 100%
    );
    /* Premium glass — translucent blue surface for elevated cards/nav */
    --gradient-glass-premium: linear-gradient(
      160deg,
      oklch(0.26 0.07 264 / 0.55) 0%,
      oklch(0.21 0.06 264 / 0.4) 45%,
      oklch(0.17 0.05 264 / 0.28) 100%
    );
    /* CTA primary — gold→red sweep with depth */
    --gradient-cta-primary: linear-gradient(
      110deg,
      oklch(0.865 0.165 88) 0%,
      oklch(0.78 0.19 58) 42%,
      oklch(0.555 0.215 28) 70%,
      oklch(0.865 0.165 88) 100%
    );
    /* Photo mat — dual-tone inner bevel for real photographs (gold→red) */
    --gradient-photo-mat: linear-gradient(
      135deg,
      oklch(0.865 0.165 88 / 0.9) 0%,
      oklch(0.72 0.19 58 / 0.5) 40%,
      oklch(0.555 0.215 28 / 0.55) 70%,
      oklch(0.865 0.165 88 / 0.85) 100%
    );
    /* Warning box — deep navy ground + red hairline, AAA contrast on white text.
       Replaces the previous red-on-red translucent treatment (user decision:
       navy + red border + white text is more elegant and AAA-compliant). */
    --gradient-warning-box: linear-gradient(
      135deg,
      oklch(0.16 0.06 264 / 0.96) 0%,
      oklch(0.13 0.05 264 / 0.98) 100%
    );
    /* Day 1 badge — gold shimmer */
    --gradient-day1-badge: linear-gradient(
      135deg,
      oklch(0.62 0.11 78) 0%,
      oklch(0.96 0.08 98) 50%,
      oklch(0.62 0.11 78) 100%
    );
    /* Scroll progress — blue → red → gold */
    --gradient-scroll-progress: linear-gradient(
      90deg,
      oklch(0.395 0.155 264) 0%,
      oklch(0.555 0.215 28) 55%,
      oklch(0.865 0.165 88) 100%
    );
    /* Nav active underline — gold → red → gold */
    --gradient-nav-active: linear-gradient(
      90deg,
      oklch(0.865 0.165 88) 0%,
      oklch(0.555 0.215 28) 50%,
      oklch(0.865 0.165 88) 100%
    );

    /* === Essential shadows only — max 2 layers per element === */
    /* All shadow tints now use flag blue/red/gold OKLCH values (Boletim Oficial). */
    --shadow-glass-premium: 0 18px 48px -20px oklch(0.2 0.07 264 / 0.7), inset 0
      1px 0 oklch(0.98 0.005 95 / 0.12);
    --shadow-cta-primary: 0 8px 24px -6px oklch(0.395 0.155 264 / 0.6), inset 0
      1px 0 oklch(0.96 0.06 98 / 0.35);
    --shadow-cta-press: 0 2px 8px oklch(0.2 0.07 264 / 0.7), inset 0 2px 6px
      oklch(0.2 0.07 264 / 0.3);
    --shadow-photo-museum: 0 32px 72px -20px oklch(0.2 0.07 264 / 0.85), 0 0 0
      1px oklch(0.865 0.165 88 / 0.35);
    --shadow-warning-box: 0 12px 40px -12px oklch(0.555 0.215 28 / 0.4), 0 0 0
      1px oklch(0.555 0.215 28 / 0.7);
    --shadow-day1-badge: 0 0 14px oklch(0.865 0.165 88 / 0.55), 0 0 0 1px
      oklch(0.865 0.165 88 / 0.5);
    --shadow-scroll-progress: 0 0 6px oklch(0.865 0.165 88 / 0.65), 0 1px 0
      oklch(0.96 0.06 98 / 0.4);
    --shadow-nav-active: 0 0 12px oklch(0.555 0.215 28 / 0.5), 0 2px 0
      oklch(0.865 0.165 88 / 0.9);
    --shadow-photo-frame: 0 18px 48px -16px oklch(0.395 0.155 264 / 0.75), 0 0 0
      1px oklch(0.865 0.165 88 / 0.4);

    /* === Static performant background — replaces cosmic/constellation === */
    /* Single royal-blue gradient + lightweight SVG Cape Verde 10-star motif overlay */
    --gradient-bg-static: linear-gradient(
      180deg,
      oklch(0.22 0.07 264) 0%,
      oklch(0.2 0.07 264) 50%,
      oklch(0.18 0.065 264) 100%
    );
    /* SVG 10-star motif — Cape Verde flag circle of 10 stars, gold, low-opacity.
       Uses official flag gold #F7D116 (oklch 0.865 0.165 88). */
    --svg-cv-stars: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='400' height='200' viewBox='0 0 400 200' fill='none'><g fill='%23F7D116' fill-opacity='0.08'><circle cx='40' cy='40' r='2'/><circle cx='80' cy='40' r='2'/><circle cx='120' cy='40' r='2'/><circle cx='160' cy='40' r='2'/><circle cx='200' cy='40' r='2'/><circle cx='240' cy='40' r='2'/><circle cx='280' cy='40' r='2'/><circle cx='320' cy='40' r='2'/><circle cx='360' cy='40' r='2'/><circle cx='200' cy='160' r='2'/></g></svg>");

    /* === Triangular 'air routes between 10 islands' texture === */
    /* Inspired by the Capelli World Cup 2026 jersey — a faint network of
       thin gold lines connecting 10 nodes (the 10 islands of Cape Verde),
       forming a constellation of triangles. Opacity 0.04 — barely visible,
       a cultural watermark, not a graphic. */
    --svg-cv-routes: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 600 600' fill='none'><g stroke='%23F7D116' stroke-width='0.6' stroke-opacity='0.5' fill='none'><path d='M120 90 L300 60 L480 120 L540 240 L420 360 L240 420 L90 330 L60 180 Z'/><path d='M120 90 L300 240 L480 120'/><path d='M300 60 L240 420 L540 240'/><path d='M90 330 L420 360 L300 60'/><path d='M60 180 L480 120 L240 420'/><path d='M120 90 L540 240 L90 330'/><path d='M300 240 L420 360 L60 180'/><circle cx='120' cy='90' r='2.5' fill='%23F7D116' fill-opacity='0.7'/><circle cx='300' cy='60' r='2.5' fill='%23F7D116' fill-opacity='0.7'/><circle cx='480' cy='120' r='2.5' fill='%23F7D116' fill-opacity='0.7'/><circle cx='540' cy='240' r='2.5' fill='%23F7D116' fill-opacity='0.7'/><circle cx='420' cy='360' r='2.5' fill='%23F7D116' fill-opacity='0.7'/><circle cx='240' cy='420' r='2.5' fill='%23F7D116' fill-opacity='0.7'/><circle cx='90' cy='330' r='2.5' fill='%23F7D116' fill-opacity='0.7'/><circle cx='60' cy='180' r='2.5' fill='%23F7D116' fill-opacity='0.7'/><circle cx='300' cy='240' r='2.5' fill='%23F7D116' fill-opacity='0.7'/><circle cx='180' cy='270' r='2.5' fill='%23F7D116' fill-opacity='0.7'/></g></svg>");

    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

    /* === Unified fluid typographic system (clamp) — single source of truth ===
       Every section consumes these tokens. Min sizes respect WCAG AAA legibility:
       body min 16px mobile, max 18px desktop; caption min 14px (AA large) → 16px.
       Weights limited to 400 (body) / 600 (semibold UI + subheads) / 800 (display hero).
       Tracking: titles tightened, body neutral, captions slightly open, labels wide. */
    --text-display: "Fraunces", serif;
    --text-body: "Satoshi", sans-serif;
    --text-mono: "JetBrains Mono", monospace;

    /* Type scale — fluid clamp, mobile-first (16px floor) */
    --text-hero: clamp(2.75rem, 7vw, 6rem); /* H1 hero — 44px → 96px */
    --text-display-lg: clamp(2.25rem, 5vw, 4rem); /* Display lg — 36px → 64px */
    --text-h2: clamp(2rem, 4vw, 3.25rem); /* H2 section — 32px → 52px */
    --text-h3: clamp(1.5rem, 2.5vw, 2rem); /* H3 sub-block — 24px → 32px */
    --text-h4: clamp(1.25rem, 1.8vw, 1.5rem); /* H4 — 20px → 24px */
    --text-body-lg: clamp(1.125rem, 0.5vw + 1rem, 1.25rem); /* lead 18px → 20px */
    --text-body: clamp(1rem, 0.5vw + 0.875rem, 1.125rem); /* body 16px → 18px */
    --text-body-sm: clamp(0.875rem, 0.3vw + 0.8125rem, 1rem); /* small 14px → 16px */
    --text-caption: clamp(0.875rem, 0.3vw + 0.8125rem, 1rem); /* caption 14px → 16px */
    --text-eyebrow: clamp(0.75rem, 0.2vw + 0.7rem, 0.875rem); /* eyebrow 12px → 14px */
    --text-mono-sm: clamp(0.8125rem, 0.2vw + 0.75rem, 0.9375rem); /* contract addr */

    /* Weights — limited set 400 / 600 / 800 */
    --weight-body: 400;
    --weight-semibold: 600;
    --weight-display: 800;

    /* Letter-spacing — titles tightened, body neutral, captions open, labels wide */
    --tracking-hero: -0.03em;
    --tracking-display: -0.025em;
    --tracking-h2: -0.025em;
    --tracking-h3: -0.02em;
    --tracking-h4: -0.015em;
    --tracking-body: -0.006em;
    --tracking-caption: 0.01em;
    --tracking-label: 0.22em;
    --tracking-micro: 0.32em;

    /* Line-height — uniform per level */
    --leading-hero: 1.05;
    --leading-display: 1.1;
    --leading-h2: 1.1;
    --leading-h3: 1.2;
    --leading-h4: 1.3;
    --leading-body: 1.7;
    --leading-body-lg: 1.65;
    --leading-caption: 1.5;
    --leading-label: 1.4;

    --font-features-body: "ss01", "cv01", "cv11", "tnum";
    --font-features-mono: "tnum", "zero", "ss01";

    /* === Fallback hero gradient — navy → gold sweep used when the hero image
       fails to load. Replaces the broken-image area with a dignified Cape
       Verdean tide so the H1 never sits on an empty/white surface. === */
    --gradient-fallback-hero: linear-gradient(
      160deg,
      oklch(0.18 0.07 264) 0%,
      oklch(0.22 0.08 264) 35%,
      oklch(0.395 0.155 264) 60%,
      oklch(0.72 0.16 78) 85%,
      oklch(0.865 0.165 88) 100%
    );

    /* === GAME LAYER — Penalty Shootout · Vozinha Challenge ==============
       Extends the flag palette with pitch greens, ball/net neutrals, and
       gameplay feedback tokens. All OKLCH raw L C H values. Canvas/WebGL
       drawing APIs may consume these via getComputedStyle or use literal
       equivalents (see DESIGN.md for the literal canvas color table). */

    /* Pitch greens — deep stadium grass, two tones for depth + mowing stripes */
    --pitch-deep: 0.32 0.12 145; /* base grass — oklch ≈ #1f6b3a */
    --pitch-light: 0.38 0.11 145; /* mowed stripe — slightly lifted */
    --pitch-line: 0.92 0.06 145; /* white pitch markings, green-tinted */

    /* Goal frame + net — white posts, grey mesh */
    --goal-post: 0.96 0.01 145; /* near-white goal frame */
    --net-mesh: 0.55 0.01 264; /* grey-blue net, low chroma */
    --net-mesh-light: 0.72 0.01 264; /* lit net strand */

    /* Ball — white with gold accent panel */
    --ball-white: 0.98 0.005 95;
    --ball-accent: 0.865 0.165 88; /* gold pentagon accent */

    /* Save / goal feedback — flag colors, semantic */
    --save-flash: 0.865 0.165 88; /* gold flash on save */
    --goal-flash: 0.555 0.215 28; /* red flash on goal conceded */
    --fomo-pulse: 0.555 0.215 28; /* red FOMO heartbeat */

    /* Difficulty meter — gold pips filling toward red at max */
    --diff-pip-empty: 0.28 0.06 264;
    --diff-pip-fill: 0.865 0.165 88;
    --diff-pip-max: 0.555 0.215 28;

    /* Target zones — translucent gold dashed overlays on the goal */
    --target-zone: 0.865 0.165 88; /* base, used at low alpha */
    --target-zone-active: 0.555 0.215 28; /* hover/selected → red */

    /* Badge tiers — three progression badges */
    --badge-apprenti: 0.55 0.1 76; /* bronze-gold — Apprentice Vozinha */
    --badge-tubarao: 0.865 0.165 88; /* gold — Guardian Tubarao */
    --badge-legend: 0.555 0.215 28; /* red — Legend Cape Verde */
    --badge-ring: 0.96 0.06 98; /* metallic inner ring */

    /* Leaderboard — row + highlight for connected player */
    --leaderboard-row: 0.24 0.065 264;
    --leaderboard-row-alt: 0.2 0.06 264;
    --leaderboard-self: 0.395 0.155 264; /* flag blue highlight band */

    /* Game glass — translucent navy for HUD + cards over the canvas */
    --game-glass-bg: linear-gradient(
      160deg,
      oklch(0.2 0.07 264 / 0.78) 0%,
      oklch(0.16 0.06 264 / 0.88) 100%
    );
    --game-glass-border: oklch(0.865 0.165 88 / 0.35);
    --game-hud-shadow: 0 8px 24px -8px oklch(0.16 0.06 264 / 0.85), inset 0 1px
      0 oklch(0.865 0.165 88 / 0.18);

    /* Pitch background gradient — used behind the Canvas play area */
    --gradient-pitch: linear-gradient(
      180deg,
      oklch(0.28 0.1 145) 0%,
      oklch(0.32 0.12 145) 45%,
      oklch(0.36 0.11 145) 100%
    );

    /* Badge metallic ring — gold shimmer for the reveal */
    --gradient-badge-ring: conic-gradient(
      from 0deg,
      oklch(0.55 0.1 76) 0%,
      oklch(0.96 0.06 98) 25%,
      oklch(0.865 0.165 88) 50%,
      oklch(0.96 0.06 98) 75%,
      oklch(0.55 0.1 76) 100%
    );

    /* FOMO sweep — red → gold for the start-screen tagline glow */
    --gradient-fomo: linear-gradient(
      90deg,
      oklch(0.555 0.215 28) 0%,
      oklch(0.72 0.19 58) 50%,
      oklch(0.865 0.165 88) 100%
    );

    /* Shadows — game-specific */
    --shadow-save-flash: 0 0 32px oklch(0.865 0.165 88 / 0.6), 0 0 64px
      oklch(0.865 0.165 88 / 0.3);
    --shadow-goal-flash: 0 0 32px oklch(0.555 0.215 28 / 0.6), 0 0 64px
      oklch(0.555 0.215 28 / 0.3);
    --shadow-badge-reveal: 0 0 40px oklch(0.865 0.165 88 / 0.5), 0 0 80px
      oklch(0.865 0.165 88 / 0.25), 0 0 0 1px oklch(0.865 0.165 88 / 0.6);
    --shadow-fomo-pulse: 0 0 18px oklch(0.555 0.215 28 / 0.5), 0 0 36px
      oklch(0.555 0.215 28 / 0.25);

    /* z-index — game layering (above site header for fullscreen play) */
    --z-game-canvas: 30;
    --z-game-hud: 45;
    --z-game-overlay: 70;
    --z-game-badge: 80;
    /* Deposit layer — above game overlay/badge, below scroll-progress bar.
       The deposit modal blocks gameplay until the player confirms; the FOMO
       toast sits above the modal so it remains visible after deposit. */
    --z-holder-overlay: 90;
    --z-toast-fomo: 95;

    /* === DEPOSIT LAYER — Penalty Shootout freemium mechanism ===========
       Extends the flag palette with semantic deposit/freemium tokens.
       All OKLCH raw L C H values. The deposit amount (1 000 $VOZINHA) is
       the single fixed entry fee; USD equivalent is secondary and clearly
       labelled "approximate" (no on-chain verification — see doNotBuild). */

    /* Deposit amount surface — flag blue ground for the gold amount.
       oklch(0.395 0.155 264) = #003893. Gold text on blue ≈ 7.2:1 (AAA). */
    --holder-amount-bg: 0.395 0.155 264;
    --holder-amount-fg: 0.92 0.18 92; /* saturated gold, AAA on blue */
    --holder-amount-usd: 0.78 0.04 264; /* muted secondary USD line */

    /* Deposit active indicator — gold dot + label, header pill */
    --holder-active-dot: 0.865 0.165 88;
    --holder-active-fg: 0.865 0.165 88;

    /* Freemium badge — "Free trial session" — gold outline pill */
    --freemium-badge-bg: oklch(0.865 0.165 88 / 0.08);
    --freemium-badge-border: 0.865 0.165 88;
    --freemium-badge-fg: 0.92 0.18 92;

    /* Deposit block screen — "Deposit required" full-screen gate */
    --holder-block-bg: 0.16 0.06 264; /* deeper navy than background */
    --holder-block-border: 0.555 0.215 28; /* red hairline — urgency */

    /* QR code frame — white ground for scanner contrast, gold hairline */
    --qr-frame-bg: 0.98 0.005 95;
    --qr-frame-border: 0.865 0.165 88;
    --qr-frame-padding: clamp(1rem, 3vw, 1.5rem);

    /* Toast FOMO — Cape Verde Telegram-aligned celebration */
    --toast-fomo-bg: linear-gradient(
      135deg,
      oklch(0.395 0.155 264 / 0.96) 0%,
      oklch(0.555 0.215 28 / 0.94) 100%
    );
    --toast-fomo-border: 0.865 0.165 88;
    --toast-fomo-fg: 0.98 0.005 95;

    /* Deposit copy button — reuses contract-card aesthetic, gold checkmark */
    --holder-copy-bg: oklch(0.2 0.07 264 / 0.6);
    --holder-copy-border: 0.865 0.165 88;
    --holder-copy-fg: 0.865 0.165 88;
    --holder-copy-success: 0.865 0.165 88; /* gold checkmark on copied */

    /* Shadows — deposit layer */
    --shadow-deposit-modal: 0 24px 64px -16px oklch(0.12 0.05 264 / 0.92), 0 0 0
      1px oklch(0.865 0.165 88 / 0.25);
    --shadow-deposit-amount: 0 12px 32px -8px oklch(0.2 0.07 264 / 0.7), inset 0
      1px 0 oklch(0.865 0.165 88 / 0.25);
    --shadow-qr-frame: 0 8px 24px -6px oklch(0.12 0.05 264 / 0.6), 0 0 0 1px
      oklch(0.865 0.165 88 / 0.4);
    --shadow-toast-fomo: 0 12px 40px -8px oklch(0.555 0.215 28 / 0.5), 0 0 0 1px
      oklch(0.865 0.165 88 / 0.5), 0 0 24px oklch(0.865 0.165 88 / 0.25);
    --shadow-deposit-active: 0 0 0 1px oklch(0.865 0.165 88 / 0.55), 0 0 12px
      oklch(0.865 0.165 88 / 0.35);

    /* === ON-CHAIN VERIFICATION — anti-cheat deposit verification ======
       Extends the DEPOSIT LAYER with on-chain verification tokens. The
       player pastes a Solana tx hash, the backend verifies it, and a
       verified badge confirms the deposit. All OKLCH raw L C H values,
       reusing the flag palette (blue/red/gold/white). */

    /* Live price badge — gold-outline pill with mono price + timestamp.
       Reuses --holder-active-fg gold for the pulsing dot. */
    --price-live-bg: oklch(0.865 0.165 88 / 0.08);
    --price-live-border: 0.865 0.165 88;
    --price-live-fg: 0.92 0.18 92; /* saturated gold, AAA on navy */
    --price-live-dot: 0.865 0.165 88;
    --price-live-timestamp: 0.68 0.035 264; /* muted mono timestamp */

    /* Tx hash input — mono field, gold ring on focus, navy ground.
       Reuses --input (0.36 0.14 264) for the resting border. */
    --tx-hash-bg: oklch(0.16 0.06 264 / 0.7);
    --tx-hash-border: 0.36 0.14 264;
    --tx-hash-border-focus: 0.865 0.165 88;
    --tx-hash-fg: 0.98 0.005 95;
    --tx-hash-placeholder: 0.55 0.03 264;
    --tx-hash-invalid: 0.555 0.215 28; /* red border on format error */

    /* Verify button — gold→red sweep, loading state with spinner.
       Reuses --gradient-cta-primary + --shadow-cta-primary. */
    --verify-btn-loading-bg: oklch(0.395 0.155 264 / 0.85);
    --verify-btn-spinner: 0.98 0.005 95; /* white spinner on blue */

    /* Verify error — red hairline box with white reason text + retry link.
       Mirrors .warning-box aesthetic (navy ground + red border + white text). */
    --verify-error-bg: oklch(0.16 0.06 264 / 0.96);
    --verify-error-border: 0.555 0.215 28;
    --verify-error-fg: 0.98 0.005 95;
    --verify-error-reason: 0.98 0.005 95;
    --verify-error-retry: 0.865 0.165 88; /* gold retry link */

    /* Deposit verified badge — gold conic ring + checkmark, success state.
       Reuses --gradient-badge-ring for the metallic ring. */
    --verified-badge-ring: 0.865 0.165 88;
    --verified-badge-fg: 0.865 0.165 88; /* gold checkmark */
    --verified-badge-label: 0.92 0.18 92; /* gold uppercase label */

    /* Shadows — on-chain verification */
    --shadow-verify-error: 0 8px 24px -8px oklch(0.555 0.215 28 / 0.35), 0 0 0
      1px oklch(0.555 0.215 28 / 0.65);
    --shadow-verified-badge: 0 0 24px oklch(0.865 0.165 88 / 0.45), 0 0 48px
      oklch(0.865 0.165 88 / 0.2), 0 0 0 1px oklch(0.865 0.165 88 / 0.6);
    --shadow-tx-hash-focus: 0 0 0 3px oklch(0.865 0.165 88 / 0.25), 0 0 18px
      oklch(0.865 0.165 88 / 0.2);

    /* === TUTORIAL OVERLAY — How to Play teach-test-twist pacing ==========
       Extends the GAME LAYER with a guided tutorial overlay. Semi-transparent
       dark backdrop dims the pitch; a glass step card with gold accent border
       delivers each instruction; a gold highlight pulse rings the active
       zone; progress dots track step position (active=gold, inactive=muted).
       All OKLCH raw L C H values reusing the flag palette. */

    /* Tutorial backdrop — deeper scrim than game overlay so the pitch recedes
       but stays visible. oklch(0.12 0.05 264) navy at 0.78 alpha. */
    --tutorial-backdrop: oklch(0.12 0.05 264 / 0.78);
    --tutorial-backdrop-blur: blur(6px) saturate(110%);

    /* Tutorial step card — glass surface with gold accent border. Slightly
       more opaque than game-glass so instructional text stays AAA. */
    --tutorial-card-bg: linear-gradient(
      160deg,
      oklch(0.22 0.07 264 / 0.92) 0%,
      oklch(0.16 0.06 264 / 0.96) 100%
    );
    --tutorial-card-border: 0.865 0.165 88; /* gold accent border */
    --tutorial-card-fg: 0.98 0.005 95;
    --tutorial-card-accent: 0.865 0.165 88; /* gold step number / icon */

    /* Tutorial highlight pulse — gold ring that draws attention to the active
       zone on the canvas. Two-layer box-shadow ring (inner solid + outer glow). */
    --tutorial-highlight-ring: 0.865 0.165 88;
    --tutorial-highlight-glow: 0 0 0 3px oklch(0.865 0.165 88 / 0.9), 0 0 24px
      oklch(0.865 0.165 88 / 0.55), 0 0 48px oklch(0.865 0.165 88 / 0.3);

    /* Tutorial progress dots — active=gold, inactive=muted navy */
    --tutorial-dot-active: 0.865 0.165 88;
    --tutorial-dot-inactive: 0.32 0.05 264;
    --tutorial-dot-active-glow: 0 0 8px oklch(0.865 0.165 88 / 0.7);

    /* Tutorial z-index — above game HUD (45), below game overlay (70). The
       tutorial IS the game overlay while active; it sits above the canvas
       and HUD but below badge reveals (80) and deposit layer (90). */
    --z-tutorial-overlay: 65;

    /* === STREAK COMBO — score multiplier visual system ====================
       Extends the GAME LAYER with a streak counter + tiered multiplier glow.
       The counter uses a gold gradient text; each tier (x2/x3/x4/x5) tints
       the counter with a flag-color glow; an animated flame gradient using
       Cape Verde colors flickers behind the counter. All OKLCH raw L C H. */

    /* Streak counter text — gold gradient (metallic, animated sweep) */
    --streak-counter-gradient: linear-gradient(
      135deg,
      oklch(0.55 0.1 76) 0%,
      oklch(0.865 0.165 88) 45%,
      oklch(0.96 0.06 98) 50%,
      oklch(0.865 0.165 88) 55%,
      oklch(0.55 0.1 76) 100%
    );

    /* Streak tier glows — one per multiplier tier. Each is a two-layer
       text-shadow: inner sharp glow + outer soft bloom. */
    --streak-tier-x2-glow: 0 0 14px oklch(0.395 0.155 264 / 0.7), 0 0 32px
      oklch(0.395 0.155 264 / 0.4); /* blue glow */
    --streak-tier-x3-glow: 0 0 14px oklch(0.865 0.165 88 / 0.75), 0 0 32px
      oklch(0.865 0.165 88 / 0.45); /* gold glow */
    --streak-tier-x4-glow: 0 0 14px oklch(0.555 0.215 28 / 0.75), 0 0 32px
      oklch(0.555 0.215 28 / 0.45); /* red glow */
    --streak-tier-x5-glow: 0 0 14px oklch(0.865 0.165 88 / 0.7), 0 0 28px
      oklch(0.555 0.215 28 / 0.6), 0 0 44px oklch(0.865 0.165 88 / 0.4); /* gold+red dual */

    /* Streak tier ring borders — for the counter pill background */
    --streak-tier-x2-border: 0.395 0.155 264;
    --streak-tier-x3-border: 0.865 0.165 88;
    --streak-tier-x4-border: 0.555 0.215 28;
    --streak-tier-x5-border: 0.865 0.165 88; /* gold, with red inset via utility */

    /* Streak fire — animated flame gradient using Cape Verde colors. Three
       stops (blue base → red middle → gold tip) that shift via
       streak-fire-flicker keyframe. Used as a background on the flame layer
       behind the counter. */
    --streak-fire-gradient: linear-gradient(
      180deg,
      oklch(0.395 0.155 264 / 0.55) 0%,
      oklch(0.555 0.215 28 / 0.7) 45%,
      oklch(0.865 0.165 88 / 0.85) 100%
    );
    --streak-fire-glow: 0 0 18px oklch(0.555 0.215 28 / 0.45), 0 0 36px
      oklch(0.865 0.165 88 / 0.3);

    /* === NEW BADGES — Hat-trick Hero + Legend Slayer ======================
       Extends the badge tier system. Hat-trick Hero (3 consecutive goals)
       is a gold trophy tier — slightly different from the existing
       LegendeCapVert red tier. Legend Slayer (perfect Legend scenario) is
       the highest tier — a red+gold dual tier. All OKLCH raw L C H. */

    /* Hat-trick Hero — gold trophy tier. A warmer, slightly more amber gold
       than --badge-tubarao (0.865 0.165 88) to distinguish it as a trophy. */
    --badge-hat-trick: 0.88 0.17 82; /* warm amber-gold trophy */
    --badge-hat-trick-ring: 0.96 0.08 90; /* near-white gold inner ring */
    --badge-hat-trick-gradient: conic-gradient(
      from 45deg,
      oklch(0.55 0.1 76) 0%,
      oklch(0.96 0.08 90) 25%,
      oklch(0.88 0.17 82) 50%,
      oklch(0.96 0.08 90) 75%,
      oklch(0.55 0.1 76) 100%
    );
    --shadow-badge-hat-trick: 0 0 40px oklch(0.88 0.17 82 / 0.55), 0 0 80px
      oklch(0.88 0.17 82 / 0.28), 0 0 0 1px oklch(0.88 0.17 82 / 0.65);

    /* Legend Slayer — red+gold dual tier, the highest tier. A conic gradient
       that alternates red and gold quarters for a heraldic sword feel. */
    --badge-legend-slayer-red: 0.555 0.215 28;
    --badge-legend-slayer-gold: 0.865 0.165 88;
    --badge-legend-slayer-gradient: conic-gradient(
      from 0deg,
      oklch(0.555 0.215 28) 0%,
      oklch(0.865 0.165 88) 25%,
      oklch(0.555 0.215 28) 50%,
      oklch(0.865 0.165 88) 75%,
      oklch(0.555 0.215 28) 100%
    );
    --shadow-badge-legend-slayer: 0 0 44px oklch(0.555 0.215 28 / 0.5), 0 0 88px
      oklch(0.865 0.165 88 / 0.3), 0 0 0 1px oklch(0.865 0.165 88 / 0.7);

    /* === WEEKLY LEADERBOARD — this-week tab + badge ========================
       Extends the leaderboard tokens. The weekly tab active state uses a
       gold underline pulse distinct from the daily/global tabs (which use
       the standard nav-underline). The 'this week' badge is a small gold pill
       that marks the current-week scope. All OKLCH raw L C H. */

    /* Weekly tab active — gold underline with a stronger pulse than the
       daily/global tabs. The underline is thicker (3px vs 2px) and pulses
       a gold glow via weekly-tab-active-pulse. */
    --weekly-tab-active: 0.865 0.165 88;
    --weekly-tab-underline-height: 3px;
    --weekly-tab-underline-glow: 0 0 10px oklch(0.865 0.165 88 / 0.7), 0 0 20px
      oklch(0.865 0.165 88 / 0.4);

    /* Weekly 'this week' badge — small gold pill marking the current scope.
       Distinct from --freemium-badge (gold outline) by using a solid gold
       ground with navy text (AAA ≈ 7.2:1). */
    --weekly-badge-bg: 0.865 0.165 88;
    --weekly-badge-fg: 0.2 0.07 264;
    --weekly-badge-border: 0.96 0.06 90;
    --shadow-weekly-badge: 0 0 0 1px oklch(0.96 0.06 90 / 0.6), 0 0 12px
      oklch(0.865 0.165 88 / 0.45);

    /* === STADIUM AMBIANCE — modernized Penalty Shootout visual system =====
       Extends the GAME LAYER with atmospheric depth tokens for the modernized
       game. Crowd silhouettes, goal frame highlights, net texture patterns,
       particle/confetti celebration colors, and ball trail gradients. All
       OKLCH raw L C H values reusing the CV flag palette (blue/red/gold/white)
       + pitch grass green #1f6b3a (oklch 0.32 0.12 145). NO emerald green. */

    /* Crowd silhouette — dark navy fill behind the goal, two depths.
       Crowd-deep is the back row (almost black navy), crowd-near the front
       row (lifted navy with a hint of blue). Both reuse flag blue hue 264. */
    --crowd-deep: 0.14 0.04 264; /* back row — near-black navy */
    --crowd-near: 0.2 0.05 264; /* front row — lifted navy */
    --crowd-rim: 0.32 0.06 264; /* rim light on silhouette heads */

    /* Goal frame highlight — the white posts get a gold specular edge when
       the ball is in flight, so the frame reads as stadium-lit metal. */
    --goal-frame-highlight: 0.96 0.06 90; /* gold specular on white posts */
    --goal-frame-shadow: 0.18 0.05 264; /* ground shadow under the frame */

    /* Net texture pattern — a faint diagonal mesh drawn as an inline SVG
       data URI. Two strands (lit + shadow) at low opacity so the net reads
       as a woven mesh, not a grid. Reuses --net-mesh / --net-mesh-light. */
    --net-texture: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><g stroke='%237a7a8c' stroke-width='0.5' stroke-opacity='0.5'><path d='M0 0 L24 24 M24 0 L0 24 M0 12 L24 12 M12 0 L12 24'/></g></svg>");
    --net-texture-scale: 24px 24px;

    /* Particle / confetti colors — celebration burst on a save. Three flag
       colors (blue/red/gold) + white, each at full chroma for the burst. */
    --particle-blue: 0.395 0.155 264; /* flag blue confetti */
    --particle-red: 0.555 0.215 28; /* flag red confetti */
    --particle-gold: 0.865 0.165 88; /* flag gold confetti */
    --particle-white: 0.98 0.005 95; /* white confetti */
    --particle-impact: 0.865 0.165 88; /* gold impact spark on save */

    /* Ball trail gradient — the motion trail behind the ball in flight.
       A 3-stop sweep from white (ball head) → gold (mid) → transparent (tail)
       so the trail reads as a comet of Cape Verdean light. */
    --ball-trail-gradient: linear-gradient(
      90deg,
      oklch(0.98 0.005 95 / 0) 0%,
      oklch(0.865 0.165 88 / 0.55) 45%,
      oklch(0.98 0.005 95 / 0.95) 100%
    );
    --ball-trail-glow: 0 0 12px oklch(0.865 0.165 88 / 0.5), 0 0 24px
      oklch(0.865 0.165 88 / 0.25);

    /* Stadium light wash — ambient radial gold light over the pitch, like
       floodlights. Applied as a subtle overlay so the pitch never reads flat. */
    --stadium-light-wash: radial-gradient(
      ellipse 80% 60% at 50% 0%,
      oklch(0.865 0.165 88 / 0.08) 0%,
      oklch(0.865 0.165 88 / 0.02) 40%,
      transparent 70%
    );
    --stadium-light-warm: radial-gradient(
      ellipse 60% 40% at 50% 100%,
      oklch(0.555 0.215 28 / 0.06) 0%,
      transparent 60%
    );

    /* Shadows — stadium ambiance */
    --shadow-crowd-layer: 0 -1px 0 oklch(0.32 0.06 264 / 0.4), inset 0 4px 16px
      oklch(0.12 0.04 264 / 0.6);
    --shadow-goal-frame-lit: 0 0 0 1px oklch(0.96 0.06 90 / 0.5), 0 0 18px
      oklch(0.865 0.165 88 / 0.3), 0 4px 12px oklch(0.12 0.04 264 / 0.7);
    --shadow-ball-trail: var(--ball-trail-glow);
    --shadow-particle-burst: 0 0 24px oklch(0.865 0.165 88 / 0.4), 0 0 48px
      oklch(0.555 0.215 28 / 0.2);
  }

  /* .dark mirrors the flag palette in :root — same blue/red/gold/white
     identity, tuned slightly deeper for the dark theme. */
  .\!dark {
    --background: 0.2 0.07 264 !important;
    --foreground: 0.98 0.005 95 !important;
    --card: 0.24 0.065 264 !important;
    --card-foreground: 0.98 0.005 95 !important;
    --popover: 0.26 0.07 264 !important;
    --popover-foreground: 0.98 0.005 95 !important;

    --primary: 0.92 0.18 92 !important;
    --primary-foreground: 0.2 0.07 264 !important;

    --secondary: 0.395 0.155 264 !important;
    --secondary-foreground: 0.98 0.005 95 !important;
    --muted: 0.28 0.06 264 !important;
    --muted-foreground: 0.78 0.04 264 !important;

    --accent: 0.555 0.215 28 !important;
    --accent-foreground: 0.98 0.005 95 !important;

    --destructive: 0.555 0.215 28 !important;
    --destructive-foreground: 0.98 0.005 95 !important;

    --success: 0.555 0.215 28 !important;
    --success-foreground: 0.98 0.005 95 !important;
    --warning: 0.92 0.18 92 !important;
    --warning-foreground: 0.2 0.07 264 !important;

    --border: 0.395 0.155 264 !important;
    --input: 0.36 0.14 264 !important;
    --ring: 0.92 0.18 92 !important;

    --chart-1: 0.865 0.165 88 !important;
    --chart-2: 0.555 0.215 28 !important;
    --chart-3: 0.395 0.155 264 !important;
    --chart-4: 0.98 0.005 95 !important;
    --chart-5: 0.555 0.215 28 !important;

    --sidebar: 0.22 0.065 264 !important;
    --sidebar-foreground: 0.98 0.005 95 !important;
    --sidebar-primary: 0.865 0.165 88 !important;
    --sidebar-primary-foreground: 0.2 0.07 264 !important;
    --sidebar-accent: 0.555 0.215 28 !important;
    --sidebar-accent-foreground: 0.98 0.005 95 !important;
    --sidebar-border: 0.395 0.155 264 !important;
    --sidebar-ring: 0.865 0.165 88 !important;
  }
  .dark {
    --background: 0.2 0.07 264;
    --foreground: 0.98 0.005 95;
    --card: 0.24 0.065 264;
    --card-foreground: 0.98 0.005 95;
    --popover: 0.26 0.07 264;
    --popover-foreground: 0.98 0.005 95;

    --primary: 0.92 0.18 92;
    --primary-foreground: 0.2 0.07 264;

    --secondary: 0.395 0.155 264;
    --secondary-foreground: 0.98 0.005 95;
    --muted: 0.28 0.06 264;
    --muted-foreground: 0.78 0.04 264;

    --accent: 0.555 0.215 28;
    --accent-foreground: 0.98 0.005 95;

    --destructive: 0.555 0.215 28;
    --destructive-foreground: 0.98 0.005 95;

    --success: 0.555 0.215 28;
    --success-foreground: 0.98 0.005 95;
    --warning: 0.92 0.18 92;
    --warning-foreground: 0.2 0.07 264;

    --border: 0.395 0.155 264;
    --input: 0.36 0.14 264;
    --ring: 0.92 0.18 92;

    --chart-1: 0.865 0.165 88;
    --chart-2: 0.555 0.215 28;
    --chart-3: 0.395 0.155 264;
    --chart-4: 0.98 0.005 95;
    --chart-5: 0.555 0.215 28;

    --sidebar: 0.22 0.065 264;
    --sidebar-foreground: 0.98 0.005 95;
    --sidebar-primary: 0.865 0.165 88;
    --sidebar-primary-foreground: 0.2 0.07 264;
    --sidebar-accent: 0.555 0.215 28;
    --sidebar-accent-foreground: 0.98 0.005 95;
    --sidebar-border: 0.395 0.155 264;
    --sidebar-ring: 0.865 0.165 88;
  }

  * {
  border-color: oklch(var(--border));
}
  body {
  background-color: oklch(var(--background));
  font-family: var(--font-body), sans-serif;
  color: oklch(var(--foreground));
    font-feature-settings: var(--font-features-body);
    font-size: var(--text-body);
    font-weight: var(--weight-body);
    letter-spacing: var(--tracking-body);
    line-height: var(--leading-body);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Prevent any horizontal scroll on tablets / desktop from off-screen
       decorative elements (parallax bg, routes texture, photo mats).
       Vertical scroll is unaffected. */
    overflow-x: hidden;
}

  /* === Unified heading hierarchy — fluid clamp, single source of truth ===
     One H1 per page (hero), H2 per section, H3 per sub-block, H4 per card.
     Display font (Fraunces) + tightened tracking + display weight 800. */
  h1,
  .font-display {
    font-family: var(--text-display);
    font-size: var(--text-hero);
    font-weight: var(--weight-display);
    letter-spacing: var(--tracking-hero);
    line-height: var(--leading-hero);
    font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
    text-rendering: optimizeLegibility;
  }

  h2 {
    font-family: var(--text-display);
    font-size: var(--text-h2);
    font-weight: var(--weight-display);
    letter-spacing: var(--tracking-h2);
    line-height: var(--leading-h2);
    font-variation-settings: "opsz" 96, "SOFT" 50, "WONK" 0;
    text-rendering: optimizeLegibility;
  }

  h3 {
    font-family: var(--text-display);
    font-size: var(--text-h3);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-h3);
    line-height: var(--leading-h3);
    font-variation-settings: "opsz" 72, "SOFT" 50, "WONK" 0;
    text-rendering: optimizeLegibility;
  }

  h4 {
    font-family: var(--text-display);
    font-size: var(--text-h4);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-h4);
    line-height: var(--leading-h4);
    font-variation-settings: "opsz" 48, "SOFT" 50, "WONK" 0;
    text-rendering: optimizeLegibility;
  }

  /* Body paragraphs — fluid 16px → 18px, leading 1.7 for AAA readability */
  p {
    font-size: var(--text-body);
    line-height: var(--leading-body);
    letter-spacing: var(--tracking-body);
  }

  /* Lead paragraph — larger intro body */
  .text-lead,
  p.lead {
    font-size: var(--text-body-lg);
    line-height: var(--leading-body-lg);
    letter-spacing: var(--tracking-body);
  }

  /* Mono numerals — crisp tabular stats */
  .font-mono,
  code,
  kbd,
  samp {
    font-family: var(--text-mono);
    font-feature-settings: var(--font-features-mono);
  }
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

  .container {
    max-width: 1400px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.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;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-3 {
  inset: 0.75rem;
}
.inset-4 {
  inset: 1rem;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[38\%\] {
  left: 38%;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-14 {
  top: 3.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.-z-content {
  z-index: calc(var(--z-content) * -1);
}
.-z-header {
  z-index: calc(var(--z-header) * -1);
}
.-z-mobile-cta {
  z-index: calc(var(--z-mobile-cta) * -1);
}
.-z-scroll-progress {
  z-index: calc(var(--z-scroll-progress) * -1);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[2\] {
  z-index: 2;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.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-20 {
  margin-top: 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-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.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;
}
.hidden {
  display: none;
}
.aspect-\[1280\/800\] {
  aspect-ratio: 1280/800;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-\[9\/16\] {
  aspect-ratio: 9/16;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.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-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[180\%\] {
  max-height: 180%;
}
.max-h-\[28rem\] {
  max-height: 28rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-\[5rem\] {
  min-height: 5rem;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-12 {
  width: 3rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-6 {
  width: 1.5rem;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.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-\[200px\] {
  max-width: 200px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-\[1\] {
  flex-grow: 1;
}
.flex-grow-\[3\] {
  flex-grow: 3;
}
.flex-grow-\[6\] {
  flex-grow: 6;
}
.grow {
  flex-grow: 1;
}
.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-y-0 {
  --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));
}
.translate-y-full {
  --tw-translate-y: 100%;
  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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-\[1\.05\] {
  --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 badge-earned {

  0% {
    opacity: 0;
    transform: scale(0.6) rotate(-12deg);
  }

  60% {
    opacity: 1;
    transform: scale(1.08) rotate(4deg);
  }

  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
.animate-badge-earned {
  animation: badge-earned 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes badge-pop {

  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  60% {
    opacity: 1;
    transform: scale(1.12);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-badge-pop {
  animation: badge-pop 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes bloom-pulse {

  0%, 100% {
    box-shadow: 0 0 24px oklch(0.865 0.165 88 / 0.25);
  }

  50% {
    box-shadow: 0 0 36px oklch(0.865 0.165 88 / 0.45);
  }
}
.animate-bloom-pulse {
  animation: bloom-pulse 5s ease-in-out infinite;
}
@keyframes fade-up {

  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up {
  animation: fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes headline-letter {

  from {
    opacity: 0;
    transform: translateY(0.4em) rotateX(-40deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}
.animate-headline-letter {
  animation: headline-letter 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes keeper-dive-svg-center {

  0% {
    transform: translate(0, 0) scaleY(1) scaleX(1);
  }

  55% {
    transform: translate(0, 1.6rem) scaleY(0.88) scaleX(1.06);
  }

  100% {
    transform: translate(0, 2.2rem) scaleY(0.82) scaleX(1.08);
  }
}
.animate-keeper-dive-svg-center {
  animation: keeper-dive-svg-center 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes keeper-dive-svg-left {

  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  55% {
    transform: translate(-3.2rem, 0.6rem) rotate(-26deg) scale(1.04);
  }

  100% {
    transform: translate(-3.6rem, 1rem) rotate(-30deg) scale(1.02);
  }
}
.animate-keeper-dive-svg-left {
  animation: keeper-dive-svg-left 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes keeper-dive-svg-right {

  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
  }

  55% {
    transform: translate(3.2rem, 0.6rem) rotate(26deg) scale(1.04);
  }

  100% {
    transform: translate(3.6rem, 1rem) rotate(30deg) scale(1.02);
  }
}
.animate-keeper-dive-svg-right {
  animation: keeper-dive-svg-right 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes mobile-menu {

  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-mobile-menu {
  animation: mobile-menu 0.28s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes net-ripple {

  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  30% {
    opacity: 0.85;
  }

  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}
.animate-net-ripple {
  animation: net-ripple 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.animate-none {
  animation: none;
}
@keyframes pulse {

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

  0% {
    transform: translate(0, 0);
  }

  20% {
    transform: translate(-6px, 2px);
  }

  40% {
    transform: translate(6px, -2px);
  }

  60% {
    transform: translate(-4px, 1px);
  }

  80% {
    transform: translate(4px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}
.animate-screen-shake {
  animation: screen-shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@keyframes shooter-kick {

  0% {
    transform: rotate(0deg) translateX(0);
  }

  40% {
    transform: rotate(-18deg) translateX(0.4rem);
  }

  70% {
    transform: rotate(8deg) translateX(0.1rem);
  }

  100% {
    transform: rotate(0deg) translateX(0);
  }
}
.animate-shooter-kick {
  animation: shooter-kick 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes streak-pulse {

  0%, 100% {
    box-shadow: 0 0 6px oklch(0.865 0.165 88 / 0.5);
    opacity: 0.92;
  }

  50% {
    box-shadow: 0 0 14px oklch(0.865 0.165 88 / 0.9);
    opacity: 1;
  }
}
.animate-streak-pulse {
  animation: streak-pulse 1.6s ease-in-out infinite;
}
@keyframes success-state {

  from {
    opacity: 0;
    transform: scale(0.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate-success-state {
  animation: success-state 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.scroll-mt-20 {
  scroll-margin-top: 5rem;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.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));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[0_1fr\] {
  grid-template-columns: 0 1fr;
}
.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-start {
  justify-items: start;
}
.gap-0 {
  gap: 0px;
}
.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-8 {
  gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.self-start {
  align-self: flex-start;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-md {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: oklch(var(--accent) / var(--tw-border-opacity, 1));
}
.border-accent\/30 {
  border-color: oklch(var(--accent) / 0.3);
}
.border-accent\/40 {
  border-color: oklch(var(--accent) / 0.4);
}
.border-accent\/45 {
  border-color: oklch(var(--accent) / 0.45);
}
.border-accent\/50 {
  border-color: oklch(var(--accent) / 0.5);
}
.border-accent\/60 {
  border-color: oklch(var(--accent) / 0.6);
}
.border-background {
  border-color: oklch(var(--background));
}
.border-border {
  border-color: oklch(var(--border));
}
.border-current {
  border-color: currentColor;
}
.border-destructive\/40 {
  border-color: oklch(var(--destructive) / 0.4);
}
.border-input {
  border-color: oklch(var(--input));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: oklch(var(--primary) / var(--tw-border-opacity, 1));
}
.border-primary\/10 {
  border-color: oklch(var(--primary) / 0.1);
}
.border-primary\/15 {
  border-color: oklch(var(--primary) / 0.15);
}
.border-primary\/20 {
  border-color: oklch(var(--primary) / 0.2);
}
.border-primary\/25 {
  border-color: oklch(var(--primary) / 0.25);
}
.border-primary\/30 {
  border-color: oklch(var(--primary) / 0.3);
}
.border-primary\/40 {
  border-color: oklch(var(--primary) / 0.4);
}
.border-primary\/45 {
  border-color: oklch(var(--primary) / 0.45);
}
.border-primary\/50 {
  border-color: oklch(var(--primary) / 0.5);
}
.border-primary\/55 {
  border-color: oklch(var(--primary) / 0.55);
}
.border-primary\/60 {
  border-color: oklch(var(--primary) / 0.6);
}
.border-secondary\/55 {
  border-color: oklch(var(--secondary) / 0.55);
}
.border-transparent {
  border-color: transparent;
}
.border-l-\[oklch\(0\.555_0\.215_28_\/_0\.85\)\] {
  border-left-color: oklch(0.555 0.215 28 / 0.85);
}
.border-l-\[oklch\(0\.865_0\.165_88_\/_0\.85\)\] {
  border-left-color: oklch(0.865 0.165 88 / 0.85);
}
.bg-\[oklch\(0\.16_0\.06_264\/0\.86\)\] {
  background-color: oklch(0.16 0.06 264/0.86);
}
.bg-\[oklch\(0\.28_0\.1_145\)\] {
  background-color: oklch(0.28 0.1 145);
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}
.bg-accent\/10 {
  background-color: oklch(var(--accent) / 0.1);
}
.bg-accent\/15 {
  background-color: oklch(var(--accent) / 0.15);
}
.bg-accent\/5 {
  background-color: oklch(var(--accent) / 0.05);
}
.bg-background {
  background-color: oklch(var(--background));
}
.bg-card {
  background-color: oklch(var(--card));
}
.bg-destructive {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--destructive) / var(--tw-bg-opacity, 1));
}
.bg-destructive\/10 {
  background-color: oklch(var(--destructive) / 0.1);
}
.bg-destructive\/15 {
  background-color: oklch(var(--destructive) / 0.15);
}
.bg-destructive\/20 {
  background-color: oklch(var(--destructive) / 0.2);
}
.bg-muted {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--muted) / var(--tw-bg-opacity, 1));
}
.bg-muted\/30 {
  background-color: oklch(var(--muted) / 0.3);
}
.bg-muted\/60 {
  background-color: oklch(var(--muted) / 0.6);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}
.bg-primary\/10 {
  background-color: oklch(var(--primary) / 0.1);
}
.bg-primary\/15 {
  background-color: oklch(var(--primary) / 0.15);
}
.bg-primary\/20 {
  background-color: oklch(var(--primary) / 0.2);
}
.bg-primary\/5 {
  background-color: oklch(var(--primary) / 0.05);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--secondary) / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-accent\/60 {
  --tw-gradient-from: oklch(var(--accent) / 0.6) 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-primary\/10 {
  --tw-gradient-from: oklch(var(--primary) / 0.1) 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-primary\/15 {
  --tw-gradient-from: oklch(var(--primary) / 0.15) 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);
}
.via-primary\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), oklch(var(--primary) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), oklch(var(--primary) / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), oklch(var(--primary) / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-accent\/10 {
  --tw-gradient-to: oklch(var(--accent) / 0.1) var(--tw-gradient-to-position);
}
.to-accent\/60 {
  --tw-gradient-to: oklch(var(--accent) / 0.6) var(--tw-gradient-to-position);
}
.to-primary\/10 {
  --tw-gradient-to: oklch(var(--primary) / 0.1) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-\[center_30\%\] {
  -o-object-position: center 30%;
     object-position: center 30%;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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;
}
.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.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-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: var(--font-body), sans-serif;
}
.font-display {
  font-family: var(--font-display), serif;
}
.font-mono {
  font-family: var(--font-mono), monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[0\.65rem\] {
  font-size: 0.65rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.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-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.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-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-\[0\.45em\] {
  letter-spacing: 0.45em;
}
.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-accent {
  --tw-text-opacity: 1;
  color: oklch(var(--accent) / var(--tw-text-opacity, 1));
}
.text-accent-foreground {
  color: oklch(var(--accent-foreground));
}
.text-background {
  color: oklch(var(--background));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-card-foreground {
  color: oklch(var(--card-foreground));
}
.text-destructive {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}
.text-destructive-foreground {
  color: oklch(var(--destructive-foreground));
}
.text-destructive\/70 {
  color: oklch(var(--destructive) / 0.7);
}
.text-foreground {
  color: oklch(var(--foreground));
}
.text-muted-foreground {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}
.text-muted-foreground\/50 {
  color: oklch(var(--muted-foreground) / 0.5);
}
.text-muted-foreground\/60 {
  color: oklch(var(--muted-foreground) / 0.6);
}
.text-muted-foreground\/80 {
  color: oklch(var(--muted-foreground) / 0.8);
}
.text-muted-foreground\/90 {
  color: oklch(var(--muted-foreground) / 0.9);
}
.text-primary {
  --tw-text-opacity: 1;
  color: oklch(var(--primary) / var(--tw-text-opacity, 1));
}
.text-primary-foreground {
  color: oklch(var(--primary-foreground));
}
.text-primary\/40 {
  color: oklch(var(--primary) / 0.4);
}
.text-primary\/60 {
  color: oklch(var(--primary) / 0.6);
}
.text-primary\/70 {
  color: oklch(var(--primary) / 0.7);
}
.text-primary\/90 {
  color: oklch(var(--primary) / 0.9);
}
.text-secondary-foreground {
  color: oklch(var(--secondary-foreground));
}
.text-transparent {
  color: transparent;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[0\.06\] {
  opacity: 0.06;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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_12px_oklch\(0\.865_0\.165_88\/0\.6\)\] {
  --tw-shadow: 0 0 12px oklch(0.865 0.165 88/0.6);
  --tw-shadow-colored: 0 0 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_18px_48px_-16px_oklch\(0\.16_0\.06_264\/0\.85\)\] {
  --tw-shadow: 0 18px 48px -16px oklch(0.16 0.06 264/0.85);
  --tw-shadow-colored: 0 18px 48px -16px 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-xs {
  --tw-shadow: 0 1px 2px 0 rgba(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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --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(3px + 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-4 {
  --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(4px + 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-background {
  --tw-ring-color: oklch(var(--background));
}
.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);
}
.drop-shadow-\[0_2px_8px_oklch\(0\.16_0\.05_264_\/_0\.8\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 8px oklch(0.16 0.05 264 / 0.8));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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-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-\[color\2c box-shadow\] {
  transition-property: color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.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);
}
.\@container\/card-header {
  container-type: inline-size;
  container-name: card-header;
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.fade-in {
  --tw-enter-opacity: 0;
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-700 {
  animation-duration: 700ms;
}
.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}
.transition-smooth {
    transition: var(--transition-smooth);
  }
/* === Unified typographic utilities — fluid clamp scale ===
     Consume these instead of hardcoded text-* sizes for consistent rhythm.
     All respect the 16px mobile floor and 18px desktop body target. */
.text-hero {
    font-size: var(--text-hero);
    font-weight: var(--weight-display);
    letter-spacing: var(--tracking-hero);
    line-height: var(--leading-hero);
  }
.text-display-lg {
    font-size: var(--text-display-lg);
    font-weight: var(--weight-display);
    letter-spacing: var(--tracking-display);
    line-height: var(--leading-display);
  }
.text-h2 {
    font-size: var(--text-h2);
    font-weight: var(--weight-display);
    letter-spacing: var(--tracking-h2);
    line-height: var(--leading-h2);
  }
.text-h3 {
    font-size: var(--text-h3);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-h3);
    line-height: var(--leading-h3);
  }
.text-h4 {
    font-size: var(--text-h4);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-h4);
    line-height: var(--leading-h4);
  }
.text-body-lg {
    font-size: var(--text-body-lg);
    font-weight: var(--weight-body);
    letter-spacing: var(--tracking-body);
    line-height: var(--leading-body-lg);
  }
.text-body {
    font-size: var(--text-body);
    font-weight: var(--weight-body);
    letter-spacing: var(--tracking-body);
    line-height: var(--leading-body);
  }
.text-body-sm {
    font-size: var(--text-body-sm);
    font-weight: var(--weight-body);
    letter-spacing: var(--tracking-body);
    line-height: var(--leading-body);
  }
.text-caption {
    font-size: var(--text-caption);
    font-weight: var(--weight-body);
    letter-spacing: var(--tracking-caption);
    line-height: var(--leading-caption);
  }
.text-eyebrow {
    font-size: var(--text-eyebrow);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-label);
    line-height: var(--leading-label);
    text-transform: uppercase;
  }
.text-mono-sm {
    font-family: var(--font-mono);
    font-size: var(--text-mono-sm);
    font-weight: var(--weight-body);
    letter-spacing: var(--tracking-body);
    line-height: var(--leading-body);
  }
/* Weight helpers — limited set 400 / 600 / 800 */
.weight-body {
    font-weight: var(--weight-body);
  }
.weight-semibold {
    font-weight: var(--weight-semibold);
  }
.weight-display {
    font-weight: var(--weight-display);
  }
/* === Fallback hero gradient — navy → gold Cape Verdean tide ===
     Applied to the hero container when the hero image fails to load (onError
     handler swaps the background). Replaces any broken-image area with a
     dignified sweep so the H1 never sits on an empty/white surface. */
/* === Branded loading screen — Cape Verdean Aurora =========================
      Replaces the blank navy + gold dot RootFallback. Full-viewport flex center
      over a 5-stop aurora sweep (navy→blue→red→amber→gold), a CV bull moon
      emblem breathing in gold, a 10-star constellation twinkling, and a gold
      indeterminate progress bar. Tagline 'CV BULL MOON' + 'Loading the
      constellation…' in Fraunces / Satoshi. All motion respects
      prefers-reduced-motion via the global override in @layer utilities. */
.branded-loading-screen {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
    background-color: var(--branded-loading-bg);
    background-image: linear-gradient(
      115deg,
      var(--branded-loading-aurora-1) 0%,
      var(--branded-loading-aurora-2) 28%,
      var(--branded-loading-aurora-3) 52%,
      var(--branded-loading-aurora-4) 74%,
      var(--branded-loading-aurora-5) 100%
    );
    background-size: 280% 280%;
    background-position: 0% 50%;
    animation: loading-aurora-sweep 8s linear infinite;
    overflow: hidden;
    isolation: isolate;
    z-index: 9999;
  }
.branded-loading-screen::before {
    /* 10-star constellation — small gold dots twinkling, staggered. */
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      ),
      radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      ),
      radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      ),
      radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      ),
      radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      ),
      radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      ),
      radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      ),
      radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      ),
      radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      ),
      radial-gradient(
        circle,
        var(--branded-loading-star) 0 1.5px,
        transparent 2px
      );
    background-repeat: no-repeat;
    background-position: 12% 18%, 28% 32%, 44% 14%, 62% 26%, 78% 12%, 18% 74%,
      36% 82%, 54% 70%, 72% 84%, 88% 66%;
    animation: loading-constellation-twinkle 2s ease-in-out infinite;
  }
.branded-loading-screen__emblem {
    position: relative;
    z-index: 1;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 9999px;
    background: var(--branded-loading-emblem);
    box-shadow: 0 0 0 0.25rem oklch(0.24 0.09 264 / 0.55), 0 0 2.5rem
      oklch(0.865 0.165 88 / 0.45);
    animation: loading-emblem-breathe 3s ease-in-out infinite;
    /* Crescent bull moon — gold disc with a navy bite carved out. */
    -webkit-mask: radial-gradient(circle at 68% 42%, transparent 38%, #000 39%);
    mask: radial-gradient(circle at 68% 42%, transparent 38%, #000 39%);
  }
.branded-loading-screen__tagline {
    position: relative;
    z-index: 1;
    text-align: center;
    color: var(--branded-loading-text);
    text-shadow: 0 1px 12px oklch(0.24 0.09 264 / 0.6);
  }
.branded-loading-screen__tagline strong {
    display: block;
    font-family: "Fraunces", serif;
    font-weight: 600;
    font-size: clamp(1.6rem, 3.4vw, 2.4rem);
    letter-spacing: 0.06em;
    color: oklch(0.865 0.165 88);
  }
.branded-loading-screen__tagline span {
    display: block;
    margin-top: 0.5rem;
    font-family: "Satoshi", system-ui, sans-serif;
    font-size: clamp(0.85rem, 1.6vw, 1rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: oklch(0.96 0.01 264);
    opacity: 0.85;
  }
.branded-loading-screen__progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.3rem;
    background: oklch(0.24 0.09 264 / 0.55);
    overflow: hidden;
    z-index: 1;
  }
.branded-loading-screen__progress::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40%;
    background: var(--branded-loading-progress);
    border-radius: 9999px;
    animation: loading-progress-indeterminate 1.5s ease-in-out infinite;
  }
/* Deprecated alias — RootFallback may still reference .fallback-hero-gradient.
      Routes to the branded screen so the blank navy + gold dot never returns. */
.fallback-hero-gradient {
    background: var(--gradient-fallback-hero);
    position: relative;
  }
.fallback-hero-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      ellipse at 50% 38%,
      oklch(0.865 0.165 88 / 0.12) 0%,
      transparent 60%
    );
    pointer-events: none;
    z-index: 0;
  }
.fallback-hero-gradient.is-branded {
    /* Promotes the legacy class into the full aurora loading screen. */
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.75rem;
    background-color: var(--branded-loading-bg);
    background-image: linear-gradient(
      115deg,
      var(--branded-loading-aurora-1) 0%,
      var(--branded-loading-aurora-2) 28%,
      var(--branded-loading-aurora-3) 52%,
      var(--branded-loading-aurora-4) 74%,
      var(--branded-loading-aurora-5) 100%
    );
    background-size: 280% 280%;
    animation: loading-aurora-sweep 8s linear infinite;
    overflow: hidden;
    z-index: 9999;
  }
/* === Static performant background — replaces CosmicBackground multi-layer === */
/* Single royal-blue gradient + lightweight SVG Cape Verde 10-star motif. No JS,
     no canvas, no particle layers, no backdrop-filter. 60fps scroll. */
.cv-static-bg {
    background-color: oklch(0.2 0.07 264);
    background-image: var(--svg-cv-stars), var(--gradient-bg-static);
    background-repeat: repeat-x, no-repeat;
    background-size: 400px 200px, 100% 100%;
    background-position: top center, center;
  }
/* === Essential gradients / glows / shadows — consuming utilities === */
/* Premium glass — translucent navy, single inner highlight. No backdrop-filter
     by default for performance; opt-in via .glass-premium-blur modifier. */
.glass-premium {
    background: var(--gradient-glass-premium);
    box-shadow: var(--shadow-glass-premium);
    border: 1px solid oklch(0.865 0.165 88 / 0.16);
    position: relative;
  }
/* Opt-in backdrop blur — use only where blur is essential (sticky nav) */
.glass-premium-blur {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
/* Conversion CTA — gold→cv-red sweep, max 2 shadow layers */
.cta-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: var(--radius);
    padding: 0.875rem 2rem;
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: -0.005em;
    color: oklch(0.2 0.07 264);
    background: var(--gradient-cta-primary);
    box-shadow: var(--shadow-cta-primary);
    border: none;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s
      cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
    will-change: transform;
    isolation: isolate;
  }
.cta-primary:hover {
    transform: translateY(-2px);
    filter: brightness(1.06) saturate(1.08);
  }
.cta-primary:active {
    transform: translateY(0);
    box-shadow: var(--shadow-cta-press);
  }
.cta-primary:focus-visible {
    outline: 2px solid oklch(0.555 0.215 28 / 0.8);
    outline-offset: 3px;
  }
/* Museum photo matting — dual-tone bevel for real photographs */
.photo-museum {
    position: relative;
    border-radius: 0.5rem;
    padding: 0.75rem;
    background: var(--gradient-photo-mat);
    box-shadow: var(--shadow-photo-museum);
    isolation: isolate;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
.photo-museum::before {
    content: "";
    position: absolute;
    inset: 0.75rem;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 1px oklch(0.2 0.07 264 / 0.7);
    pointer-events: none;
    z-index: 2;
  }
.photo-museum > img,
  .photo-museum > picture > img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.25rem;
    z-index: 1;
  }
.photo-museum:hover {
    transform: translateY(-4px);
  }
/* Photo frame — portrait of player. Gold hairline + bottom scrim. */
.photo-frame {
    position: relative;
    overflow: hidden;
    border-radius: 0.875rem;
    isolation: isolate;
    box-shadow: var(--shadow-photo-frame);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
.photo-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      0deg,
      oklch(0.16 0.06 264 / 0.92) 0%,
      oklch(0.16 0.06 264 / 0.45) 38%,
      oklch(0.16 0.06 264 / 0.08) 72%,
      transparent 100%
    );
    pointer-events: none;
    z-index: 2;
  }
.photo-frame > img,
  .photo-frame > picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
  }
.photo-frame:hover {
    transform: translateY(-4px);
  }
/* Warning box — deep navy ground + red hairline border + white text.
     AAA contrast (white #FFFFFF on navy oklch(0.16 0.06 264) ≈ 16:1).
     Red border (#CF2027 / oklch 0.555 0.215 28) at 0.85 opacity frames the
     box without red-on-red text. All inner text must use text-foreground
     (white) or text-primary (gold) — never text-destructive (red). */
.warning-box {
    background: var(--gradient-warning-box);
    box-shadow: var(--shadow-warning-box);
    border: 2px solid oklch(0.555 0.215 28 / 0.85);
    color: oklch(0.98 0.005 95);
  }
/* Warning-box text helpers — explicit white/gold so descendants inherit
     readable colors regardless of the section's default muted-foreground. */
.warning-box,
  .warning-box p,
  .warning-box li,
  .warning-box span,
  .warning-box strong {
    color: oklch(0.98 0.005 95);
  }
.warning-box h3,
  .warning-box h4,
  .warning-box h5 {
    color: oklch(0.98 0.005 95);
  }
/* Links inside warning-box — gold, underlined, hover stays readable. */
.warning-box a {
    color: oklch(0.865 0.165 88);
    text-decoration: underline;
    text-underline-offset: 0.18em;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease, text-decoration-thickness 0.2s ease;
  }
.warning-box a:hover,
  .warning-box a:focus-visible {
    color: oklch(0.92 0.14 92);
    text-decoration-thickness: 2px;
  }
.warning-box a:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.7);
    outline-offset: 3px;
    border-radius: 2px;
  }
/* Day 1 badge — gold shimmer */
.day1-badge {
    background: var(--gradient-day1-badge);
    background-size: 200% auto;
    box-shadow: var(--shadow-day1-badge);
    animation: shimmer-gold 6s linear infinite;
  }
/* === Cultural cohesion utilities === */
.text-cv-unity {
    background: var(--gradient-cv-unity);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
.bg-cv-unity {
    background: var(--gradient-cv-unity);
  }
/* Aurora text — the signature 5-stop cinematic sweep for display headings */
.text-cv-aurora {
    background: var(--gradient-cv-aurora);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
.bg-cv-aurora {
    background: var(--gradient-cv-aurora);
  }
/* Static metallic gold text (no animation) for badges & accents */
.text-gold-metallic {
    background: var(--gradient-gold-metallic);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
/* Animated metallic gold shimmer — animated gradient sweep on serif display */
.text-gold-shimmer {
    background: var(--gradient-gold-metallic);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: shimmer-gold 6s linear infinite;
  }
/* Gold text glow for titles */
.text-glow-gold {
    text-shadow: 0 0 18px oklch(0.865 0.165 88 / 0.45), 0 0 42px
      oklch(0.865 0.165 88 / 0.18);
  }
/* Fine gold hairline divider between sections */
.gold-hairline {
    position: relative;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      oklch(0.865 0.165 88 / 0.6) 50%,
      transparent 100%
    );
  }
.gold-hairline::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background: oklch(0.865 0.165 88);
    box-shadow: 0 0 12px oklch(0.865 0.165 88 / 0.7);
  }
/* === Scroll progress indicator — gold hairline at top of viewport === */
.scroll-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transform-origin: left center;
    transform: scaleX(var(--scroll-progress, 0));
    background: var(--gradient-scroll-progress);
    box-shadow: var(--shadow-scroll-progress);
    z-index: var(--z-scroll-progress);
    pointer-events: none;
    transition: transform 0.08s linear;
  }
/* === Simplified primary navigation — 5 links (Legend, Heroes, Diaspora,
      Vision, Join) replacing the previous 4-link + 8-item dropdown.
      The nav-link / nav-link-active utilities above remain the active-state
      primitives; this layer only tunes the container rhythm so 5 links
      breathe evenly across desktop without a dropdown caret. === */
.nav-primary-list {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 2.2vw, 2.25rem);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-primary-list .nav-link {
    font-family: var(--font-body);
    font-size: var(--text-body-sm);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-caption);
    text-transform: uppercase;
    padding: 0.25rem 0;
    white-space: nowrap;
  }
/* The "Join" terminal link reads as a soft CTA — gold weight, no
     background, so it stays a text link in the nav hierarchy but signals
     the conversion target. Hover/focus inherit from .nav-link. */
.nav-primary-list .nav-link-cta {
    color: oklch(0.92 0.18 92);
    font-weight: var(--weight-display);
    letter-spacing: var(--tracking-label);
  }
.nav-primary-list .nav-link-cta:hover,
  .nav-primary-list .nav-link-cta:focus-visible {
    color: oklch(0.96 0.06 98);
  }
/* === Compact footer — single band, disclaimer inline ===
      Replaces the previous tall multi-block footer + standalone
      Disclaimer section. The disclaimer now lives as a single muted
      line above the social row, framed by gold hairlines. AAA: muted
      text on navy ≈ 7:1. */
.footer-compact {
    position: relative;
    padding: clamp(2.5rem, 5vw, 4rem) 0 2rem;
    background: linear-gradient(
      180deg,
      oklch(0.18 0.065 264) 0%,
      oklch(0.15 0.06 264) 100%
    );
    border-top: 1px solid oklch(0.865 0.165 88 / 0.28);
  }
.footer-compact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(60px, 12vw, 140px);
    height: 2px;
    background: var(--gradient-nav-active);
    box-shadow: var(--shadow-nav-active);
    border-radius: 2px;
  }
.footer-compact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: start;
  }
@media (min-width: 768px) {
    .footer-compact-grid {
      grid-template-columns: auto 1fr auto;
      gap: clamp(2rem, 4vw, 4rem);
      align-items: center;
    }
  }
.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: oklch(0.98 0.005 95);
    font-family: var(--font-display);
    font-weight: var(--weight-display);
    letter-spacing: var(--tracking-h4);
  }
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1.5rem;
    justify-content: flex-start;
    align-items: center;
  }
@media (min-width: 768px) {
    .footer-links {
      justify-content: center;
    }
  }
.footer-links a {
    color: oklch(0.78 0.04 264);
    font-family: var(--font-body);
    font-size: var(--text-body-sm);
    font-weight: var(--weight-body);
    letter-spacing: var(--tracking-body);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
.footer-links a:hover,
  .footer-links a:focus-visible {
    color: oklch(0.865 0.165 88);
    text-decoration: none;
  }
.footer-links a:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
    border-radius: 0.25rem;
  }
/* Inline disclaimer — one muted line, gold hairline above. Replaces the
     full Disclaimer section. Reads as a regulatory footnote, not a
     content block. */
.footer-disclaimer {
    border-top: 1px solid oklch(0.865 0.165 88 / 0.18);
    border-bottom: 1px solid oklch(0.865 0.165 88 / 0.18);
    padding: 0.875rem 0;
    margin: 1.75rem 0 1.5rem;
    color: oklch(0.68 0.035 264);
    font-family: var(--font-body);
    font-size: var(--text-eyebrow);
    line-height: var(--leading-caption);
    letter-spacing: var(--tracking-caption);
    text-align: center;
  }
.footer-disclaimer strong {
    color: oklch(0.865 0.165 88);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
  }
.footer-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: flex-start;
  }
@media (min-width: 768px) {
    .footer-social {
      justify-content: flex-end;
    }
  }
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    color: oklch(0.78 0.04 264);
    border: 1px solid oklch(0.865 0.165 88 / 0.25);
    background: oklch(0.2 0.07 264 / 0.4);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease,
      transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
  }
.footer-social a:hover,
  .footer-social a:focus-visible {
    color: oklch(0.96 0.06 98);
    border-color: oklch(0.865 0.165 88 / 0.7);
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px oklch(0.865 0.165 88 / 0.5), 0 0 18px
      oklch(0.865 0.165 88 / 0.3);
  }
.footer-social a:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
  }
.footer-copyright {
    margin-top: 1.5rem;
    text-align: center;
    color: oklch(0.6 0.03 264);
    font-family: var(--font-mono);
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-caption);
  }
/* Contract + marketing wallet mono lines — compact, copyable feel */
.footer-wallet-line {
    font-family: var(--font-mono);
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-micro);
    color: oklch(0.68 0.035 264);
    text-align: center;
    word-break: break-all;
  }
.footer-wallet-line span {
    color: oklch(0.865 0.165 88);
  }
/* === Floating back-to-top button ===
      Appears after significant scroll (controlled by JS toggling
      .is-visible). Gold chevron on navy glass, smooth fade-in +
      translate-up. Sits above content + mobile CTA, below the sticky
      header. Respects prefers-reduced-motion via the global override. */
.back-to-top {
    position: fixed;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(5rem, 10vw, 7rem);
    z-index: var(--z-back-to-top);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    color: oklch(0.865 0.165 88);
    background: linear-gradient(
      160deg,
      oklch(0.26 0.07 264 / 0.78) 0%,
      oklch(0.18 0.06 264 / 0.85) 100%
    );
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    border: 1px solid oklch(0.865 0.165 88 / 0.45);
    box-shadow: 0 12px 36px -10px oklch(0.16 0.06 264 / 0.8), inset 0 1px 0
      oklch(0.865 0.165 88 / 0.25), 0 0 18px oklch(0.865 0.165 88 / 0.18);
    cursor: pointer;
    opacity: 0;
    transform: translateY(12px) scale(0.92);
    pointer-events: none;
    transition:
      opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.4s
      cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s
      ease, color 0.3s ease;
    will-change: opacity, transform;
  }
.back-to-top.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    animation: back-to-top-enter 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
.back-to-top:hover,
  .back-to-top:focus-visible {
    color: oklch(0.96 0.06 98);
    border-color: oklch(0.865 0.165 88 / 0.85);
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 16px 44px -10px oklch(0.16 0.06 264 / 0.9), inset 0 1px 0
      oklch(0.98 0.005 95 / 0.3), 0 0 26px oklch(0.865 0.165 88 / 0.4);
  }
.back-to-top:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
  }
.back-to-top:active {
    transform: translateY(0) scale(0.97);
  }
/* Chevrons up — two stacked gold chevrons via border arrows */
.back-to-top-chevron {
    position: relative;
    width: 0.9rem;
    height: 0.9rem;
  }
.back-to-top-chevron::before,
  .back-to-top-chevron::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0.55rem;
    height: 0.55rem;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: translateX(-50%) rotate(45deg);
  }
.back-to-top-chevron::before {
    top: 0.1rem;
    opacity: 0.55;
  }
.back-to-top-chevron::after {
    top: 0.45rem;
    opacity: 1;
  }
/* === Active section nav link — gold underline + red glow === */
.nav-link {
    position: relative;
    color: oklch(0.78 0.04 264);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
.nav-link:hover {
    color: oklch(0.98 0.005 95);
  }
/* Keyboard focus ring — gold outline (cv-gold) for AAA visibility on the
     navy header surface. Matches the .cta-primary:focus-visible treatment. */
.nav-link:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
    border-radius: 0.375rem;
    color: oklch(0.98 0.005 95);
  }
.nav-link-active {
    color: oklch(0.865 0.165 88);
    text-shadow: 0 0 12px oklch(0.555 0.215 28 / 0.45);
  }
.nav-link-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    height: 2px;
    background: var(--gradient-nav-active);
    box-shadow: var(--shadow-nav-active);
    border-radius: 2px;
    animation: nav-underline 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
/* === Reveal-on-scroll — single native IntersectionObserver pattern === */
/* Mobile-first: default to VISIBLE so content is never stuck at opacity:0
     on small viewports where the IntersectionObserver may not fire. The
     `.is-visible` class is a no-op once added; the hook also forces it via
     a 1200ms fallback timer. Only screens >= 768px start hidden and animate
     in on scroll. */
.reveal-on-scroll {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s
      cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
  }
.reveal-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
/* Only hide-then-reveal on tablet and up, where the viewport is tall
     enough for the IntersectionObserver to fire reliably. */
@media (min-width: 768px) {
    .reveal-on-scroll {
      opacity: 0;
      transform: translateY(24px);
    }
    .reveal-on-scroll.is-visible {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* === Vision donut — CSS-only slice draw (no motion/react) =========== */
/* Each slice starts fully retracted (dashoffset = -dash) and draws to
     its final position when the parent .reveal-on-scroll becomes
     .is-visible. Staggered via inline animation-delay on each circle. */
.vision-slice {
    stroke-dashoffset: var(--vision-slice-start, 0);
    transition: stroke-dashoffset 1s cubic-bezier(0.16, 1, 0.3, 1), stroke-width
      200ms ease, opacity 200ms ease;
  }
.reveal-on-scroll.is-visible .vision-slice {
    stroke-dashoffset: var(--vision-slice-end, 0);
  }
/* Bloom pulse — emblem/badge ambient glow (single keyframe) */
.animate-bloom-pulse {
    animation: bloom-pulse 5s ease-in-out infinite;
  }
/* Count-up stat utilities */
.stat-countup {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.02em;
    font-variant-numeric: tabular-nums;
    color: oklch(0.865 0.165 88);
    text-shadow: 0 0 18px oklch(0.865 0.165 88 / 0.45);
  }
/* Hero photo — large hero image. Radial vignette + scrim, no zoom. */
.hero-photo {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    isolation: isolate;
    box-shadow: var(--shadow-photo-museum);
  }
.hero-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        0deg,
        oklch(0.16 0.06 264 / 0.95) 0%,
        oklch(0.16 0.06 264 / 0.55) 38%,
        oklch(0.16 0.06 264 / 0.12) 72%,
        transparent 100%
      ),
      radial-gradient(
        ellipse at 50% 42%,
        transparent 0%,
        transparent 48%,
        oklch(0.16 0.06 264 / 0.32) 78%,
        oklch(0.16 0.06 264 / 0.68) 100%
      );
    pointer-events: none;
    z-index: 2;
  }
.hero-photo > img,
  .hero-photo > picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
/* Match photo — landscape match moment, bottom scrim for legend */
.match-photo {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    isolation: isolate;
    box-shadow: var(--shadow-photo-frame);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
.match-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      0deg,
      oklch(0.16 0.06 264 / 0.98) 0%,
      oklch(0.16 0.06 264 / 0.7) 38%,
      oklch(0.16 0.06 264 / 0.05) 72%,
      transparent 100%
    );
    pointer-events: none;
    z-index: 2;
  }
.match-photo > img,
  .match-photo > picture > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
/* Text overlay on match photos — drop shadow for AAA legibility on any
     underlying image content. Applied via the .photo-text-shadow utility. */
.photo-text-shadow {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.7);
  }
.photo-text-shadow-strong {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9), 0 1px 4px rgba(0, 0, 0, 0.8), 0
      0 1px rgba(0, 0, 0, 0.95);
  }
.match-photo:hover {
    transform: translateY(-4px);
  }
/* Disabled buy button — greyed red with tooltip */
.buy-button-disabled {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0.5rem;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    color: oklch(0.7 0.16 28);
    background: oklch(0.555 0.215 28 / 0.12);
    border: 1px solid oklch(0.555 0.215 28 / 0.3);
    cursor: not-allowed;
    opacity: 0.7;
    filter: grayscale(0.4);
    transition: opacity 0.3s ease, filter 0.3s ease;
  }
.buy-button-disabled:hover {
    opacity: 0.85;
  }
.buy-button-disabled[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: calc(100% + 0.5rem);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 0.4rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: oklch(0.98 0.005 95);
    background: oklch(0.2 0.07 264 / 0.95);
    border: 1px solid oklch(0.865 0.165 88 / 0.4);
    box-shadow: 0 4px 16px oklch(0.2 0.07 264 / 0.6);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
    z-index: 10;
  }
.buy-button-disabled[data-tooltip]:hover::after,
  .buy-button-disabled[data-tooltip]:focus-visible::after {
    opacity: 1;
  }
/* Numbered step card — gold badge, single shadow layer */
.step-card {
    position: relative;
    border-radius: 0.75rem;
    padding: 1.75rem 1.5rem 1.5rem;
    background: linear-gradient(
      180deg,
      oklch(0.22 0.07 264 / 0.6) 0%,
      oklch(0.18 0.06 264 / 0.7) 100%
    );
    border: 1px solid oklch(0.865 0.165 88 / 0.2);
    box-shadow: 0 8px 28px oklch(0.2 0.07 264 / 0.35);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s
      ease;
  }
.step-card:hover {
    transform: translateY(-6px);
    border-color: oklch(0.555 0.215 28 / 0.5);
  }
.step-card-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.125rem;
    color: oklch(0.2 0.07 264);
    background: var(--gradient-gold-metallic);
    box-shadow: 0 0 0 1px oklch(0.865 0.165 88 / 0.4), 0 0 16px
      oklch(0.865 0.165 88 / 0.35);
  }
/* Contract address card — gold border on dark glass */
.contract-card {
    position: relative;
    border: 1px solid oklch(0.865 0.165 88 / 0.55);
    border-radius: 0.75rem;
    background: linear-gradient(
      180deg,
      oklch(0.2 0.07 264 / 0.85) 0%,
      oklch(0.16 0.06 264 / 0.92) 100%
    );
    box-shadow: 0 12px 40px oklch(0.2 0.07 264 / 0.5), inset 0 1px 0
      oklch(0.865 0.165 88 / 0.2);
  }
/* === Hero cinematic — LegendeSection parallax + overlay === */
/* Mobile: min-height auto so the hero is never an empty full-screen band;
     content drives the height. md+: full viewport cinematic hero. */
.hero-cinematic-viewport {
    position: relative;
    min-height: auto;
    overflow: hidden;
    isolation: isolate;
  }
@media (min-width: 768px) {
    .hero-cinematic-viewport {
      min-height: 100vh;
    }
  }
.hero-parallax-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;
    z-index: 0;
    will-change: transform;
  }
/* === Cinematic filter — subtle contrast/saturation boost for hero photos.
      Applied to the Vozinha hero <img> for visual coherence with the
      cinematic navy/gold/red grade. Respects prefers-reduced-motion (no
      animation, just a static filter). === */
.cinematic-filter {
    filter: contrast(1.08) saturate(1.12) brightness(0.96);
  }
.hero-overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        oklch(0.16 0.06 264 / 0.6) 0%,
        oklch(0.16 0.06 264 / 0.4) 40%,
        oklch(0.16 0.06 264 / 0.9) 100%
      ),
      radial-gradient(
        ellipse at 50% 38%,
        transparent 0%,
        transparent 45%,
        oklch(0.16 0.06 264 / 0.5) 100%
      );
    z-index: 1;
    pointer-events: none;
  }
/* === Red text glow — accent CTAs & live counters (flag red #CF2027) === */
.text-glow-cv-red {
    text-shadow: 0 0 14px oklch(0.555 0.215 28 / 0.55), 0 0 32px
      oklch(0.555 0.215 28 / 0.28);
  }
/* === Gold hairline shine — center jewel on .gold-hairline dividers === */
.gold-hairline-shine {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: oklch(0.96 0.06 98);
    box-shadow: 0 0 14px oklch(0.865 0.165 88 / 0.85), 0 0 28px
      oklch(0.865 0.165 88 / 0.45);
  }
/* === Match timeline nodes — HerosSection === */
.match-node {
    background: oklch(0.865 0.165 88);
    box-shadow: 0 0 0 4px oklch(0.2 0.07 264), 0 0 14px
      oklch(0.865 0.165 88 / 0.55);
  }
.match-node-victory {
    background: oklch(0.555 0.215 28);
    box-shadow: 0 0 0 4px oklch(0.2 0.07 264), 0 0 18px
      oklch(0.555 0.215 28 / 0.7);
  }
/* === Ghost classes — previously referenced, now defined === */
/* Quote frame — elegant citation card. Gold hairline + glass-premium
     surface. WCAG AAA: body text inherits foreground (white on navy ≈ 16:1);
     the gold quotation mark is decorative (opacity 0.3) so its contrast is
     not a text-pair concern. */
.quote-frame {
    position: relative;
    padding: 1.5rem 1.75rem 1.75rem;
    border-radius: 0.5rem;
    background: var(--gradient-glass-premium);
    border: 1px solid oklch(0.865 0.165 88 / 0.45);
    box-shadow: var(--shadow-glass-premium);
    isolation: isolate;
  }
/* Giant gold quotation mark — decorative, glowing, top-left. Opacity 0.3
     so it reads as a watermark, not competing with the quote text. */
.quote-mark-glow {
    position: absolute;
    top: -0.25rem;
    left: 0.5rem;
    font-family: var(--font-display);
    font-size: 5rem;
    line-height: 1;
    color: oklch(0.865 0.165 88);
    text-shadow: 0 0 22px oklch(0.865 0.165 88 / 0.6), 0 0 44px
      oklch(0.865 0.165 88 / 0.3);
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
  }
/* Quote-frame body sits above the decorative mark. */
.quote-frame > * {
    position: relative;
    z-index: 1;
  }
/* Moment gallery card — landscape match photo with gold hairline.
     Hover lifts the card; AAA text via .photo-text-shadow on overlays. */
.moment-gallery-card {
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    background: oklch(0.24 0.065 264);
    border: 1px solid oklch(0.865 0.165 88 / 0.35);
    box-shadow: 0 12px 32px -16px oklch(0.2 0.07 264 / 0.7);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s
      ease, box-shadow 0.3s ease;
    isolation: isolate;
  }
.moment-gallery-card:hover {
    transform: translateY(-4px);
    border-color: oklch(0.865 0.165 88 / 0.6);
    box-shadow: 0 18px 44px -16px oklch(0.2 0.07 264 / 0.8), 0 0 0 1px
      oklch(0.865 0.165 88 / 0.4);
  }
/* Featured moment — emphasized card. 2px gold border + soft gold glow +
     scale 1.02 to lift it above the gallery grid. */
.moment-featured {
    transform: scale(1.02);
    border: 2px solid oklch(0.865 0.165 88 / 0.75);
    box-shadow: 0 0 24px oklch(0.865 0.165 88 / 0.25), 0 20px 48px -16px
      oklch(0.2 0.07 264 / 0.85), 0 0 0 1px oklch(0.865 0.165 88 / 0.5);
  }
.moment-featured:hover {
    transform: scale(1.04) translateY(-2px);
    border-color: oklch(0.865 0.165 88 / 0.9);
    box-shadow: 0 0 32px oklch(0.865 0.165 88 / 0.35), 0 24px 56px -16px
      oklch(0.2 0.07 264 / 0.9), 0 0 0 1px oklch(0.865 0.165 88 / 0.65);
  }
/* Epic rail — horizontal visual rail for the match timeline. A gold
     gradient line with milestone nodes; pair with .match-node /
     .match-node-victory children. */
.epic-rail {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 2px;
    background: linear-gradient(
      90deg,
      oklch(0.865 0.165 88 / 0.2) 0%,
      oklch(0.865 0.165 88 / 0.85) 20%,
      oklch(0.555 0.215 28 / 0.85) 50%,
      oklch(0.865 0.165 88 / 0.85) 80%,
      oklch(0.865 0.165 88 / 0.2) 100%
    );
    box-shadow: 0 0 12px oklch(0.865 0.165 88 / 0.3);
  }
/* Milestone nodes on the epic rail — gold dots between matches. */
.epic-rail::before,
  .epic-rail::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: oklch(0.865 0.165 88);
    box-shadow: 0 0 0 3px oklch(0.2 0.07 264), 0 0 12px
      oklch(0.865 0.165 88 / 0.6);
    transform: translateY(-50%);
  }
.epic-rail::before {
    left: 0;
  }
.epic-rail::after {
    right: 0;
  }
/* === WCAG AAA contrast helpers ===
     Documented contrast ratios (measured against flag palette OKLCH):
       • text-on-gold     : navy  oklch(0.2 0.07 264) on gold oklch(0.865 0.165 88)  ≈ 7.2:1  (AAA)
       • text-on-red      : white oklch(0.98 0.005 95) on red  oklch(0.555 0.215 28)  ≈ 5.9:1  (AA+ / AAA large)
       • text-gold-on-navy: gold  oklch(0.865 0.165 88) on navy oklch(0.2 0.07 264)   ≈ 8.4:1  (AAA)
     FORBIDDEN pairings (fail AA):
       • white on gold    : oklch(0.98 0.005 95) on oklch(0.865 0.165 88) ≈ 1.8:1 — never use.
       • gold on red / red on gold : insufficient chroma separation for text. */
/* Navy-on-gold text — for any text sitting on a gold gradient surface
      (gradient-gold-metallic, gradient-day1-badge, step-card-badge). Navy
      oklch(0.2 0.07 264) on gold oklch(0.865 0.165 88) ≈ 7.2:1 (AAA).
      Weight 700 ensures legibility at small sizes on the metallic shimmer. */
.text-on-gold {
    color: oklch(0.2 0.07 264);
    font-weight: 700;
    text-shadow: none;
  }
/* White-on-red — for text on red surfaces (destructive, accent). White
      oklch(0.98 0.005 95) on red oklch(0.555 0.215 28) ≈ 5.9:1 (AA+ / AAA
      for large text; use font-weight >= 600 for small text). */
.text-on-red {
    color: oklch(0.98 0.005 95);
    font-weight: 600;
  }
/* Gold-on-navy — minimum weight 600, minimum size 16px (1rem) for AAA.
      Gold oklch(0.865 0.165 88) on navy oklch(0.2 0.07 264) ≈ 8.4:1 (AAA).
      The subtle text-shadow is decorative depth, not a contrast crutch. */
.text-gold-on-navy {
    color: oklch(0.865 0.165 88);
    font-weight: 600;
    font-size: 1rem; /* 16px — AAA minimum for gold-on-navy */
    text-shadow: 0 1px 2px oklch(0.16 0.06 264 / 0.5);
  }
/* === Bloom shadows — gold & red ambient glow on hover/active === */
.shadow-bloom-gold {
    box-shadow: 0 0 24px oklch(0.865 0.165 88 / 0.28), 0 12px 40px -12px
      oklch(0.865 0.165 88 / 0.35);
  }
.shadow-bloom-cv-red {
    box-shadow: 0 0 24px oklch(0.555 0.215 28 / 0.3), 0 12px 40px -12px
      oklch(0.555 0.215 28 / 0.4);
  }
/* === Social share hover halos — gold & red ring on .glass-premium === */
.share-hover-gold {
    transition: box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s
      cubic-bezier(0.16, 1, 0.3, 1);
  }
.share-hover-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px oklch(0.865 0.165 88 / 0.6), 0 0 22px
      oklch(0.865 0.165 88 / 0.4);
  }
.share-hover-cv-red {
    transition: box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s
      cubic-bezier(0.16, 1, 0.3, 1);
  }
.share-hover-cv-red:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px oklch(0.555 0.215 28 / 0.6), 0 0 22px
      oklch(0.555 0.215 28 / 0.4);
  }
/* === Cape Verde air-routes texture — subtle cultural watermark ===
     Consumes --svg-cv-routes (the triangular 10-island network inspired by
     the Capelli World Cup 2026 jersey). Opacity 0.04 — barely visible, a
     cultural watermark, not a graphic. Apply to hero sections and key
     section backgrounds for a cohesive sense of place. */
.cv-routes-bg {
    position: relative;
    isolation: isolate;
  }
.cv-routes-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--svg-cv-routes);
    background-repeat: repeat;
    background-size: 600px 600px;
    background-position: center;
    opacity: 0.04;
    pointer-events: none;
    z-index: 0;
  }
/* Slightly stronger variant for hero sections where the texture should
      read a touch more clearly against busy imagery. */
.cv-routes-bg-strong::before {
    opacity: 0.06;
  }
/* === Aerated prose — for dense Historical Epic style content blocks ===
     Lifts line-height to 1.75 (between 1.7 and 1.8) so long-form narrative
     copy breathes. Pair with max-width and font-body for optimal measure.
     Use on <p>, <article>, or any container of multi-paragraph text. */
.prose-epic,
  .text-aerated {
    line-height: 1.75;
  }
/* Apply aerated line-height to descendant paragraphs only — useful when
     the container has tight headings but airy body copy. */
.prose-epic p,
  .text-aerated p {
    line-height: 1.75;
  }
/* === Reinforced scrim — for text superimposed on complex visuals ===
     A stronger overlay than .hero-overlay-gradient / .photo-frame::after.
     Gradient from transparent (top) to deep navy (bottom) at 0.92 opacity,
     ensuring AAA legibility for white text over any underlying image.
     Apply as an absolutely-positioned ::before layer behind the text. */
.scrim-strong {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      oklch(0.16 0.06 264 / 0.35) 0%,
      oklch(0.16 0.06 264 / 0.65) 45%,
      oklch(0.16 0.06 264 / 0.92) 100%
    );
    pointer-events: none;
    z-index: 1;
  }
/* === Overflow-x clip — for containers that must never spill horizontally
      (decorative bands, photo grids, routes-texture sections). Composes
      with overflow-y: visible via the separate axis. === */
.overflow-x-clip {
    overflow-x: clip;
  }
/* === Diaspora hub marker — keyboard focus ring (SVG) ===
      The hub <g role="button"> uses outline:none inline because SVG groups
      don't render CSS outlines reliably across browsers. Instead we draw a
      gold ring circle that only appears when the group is keyboard-focused.
      The .hub-focus-ring circle is rendered conditionally (active state) and
      the :focus-visible pseudo on the parent group boosts its visibility. */
[role="button"]:focus-visible .hub-focus-ring {
    stroke: oklch(0.96 0.06 98);
    stroke-width: 0.45;
  }
[role="button"]:focus-visible {
    outline: none;
  }
/* === $1 BILLION — financial-massive typography token ===
     Satoshi font-weight 900, letter-spacing -0.04em, clamp(3rem, 12vw, 10rem).
     Brushed-gold gradient (multi-stop metallic). The signature moment of the
     Vision section — never "Road to $1M", always "$1 BILLION". */
.text-billion {
    font-family: var(--font-body);
    font-weight: 900;
    font-stretch: 125%;
    letter-spacing: -0.04em;
    line-height: 0.92;
    font-size: clamp(3rem, 12vw, 10rem);
    background: linear-gradient(
      135deg,
      oklch(0.55 0.1 76) 0%,
      oklch(0.865 0.155 88) 35%,
      oklch(0.96 0.06 98) 50%,
      oklch(0.865 0.155 88) 65%,
      oklch(0.55 0.1 76) 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: 0 0 60px oklch(0.865 0.165 88 / 0.25);
    animation: shimmer-gold 8s linear infinite;
  }
/* === Hero spotlight — radial gold gradient on the Vozinha face ===
     Layered over the hero portrait as a ::before. Drifts gently via the
     hero-spotlight keyframe (6s) so the gold light "breathes" on the
     goalkeeper's face. Pointer-events: none so it never blocks the CTA. */
.hero-spotlight {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 3;
    background: radial-gradient(
      ellipse 38% 42% at 50% 38%,
      oklch(0.96 0.06 98 / 0.18) 0%,
      oklch(0.865 0.165 88 / 0.08) 35%,
      transparent 70%
    );
    mix-blend-mode: screen;
    animation: hero-spotlight 6s ease-in-out infinite;
    will-change: transform, opacity;
  }
/* === Glassmorphism Apple-style — CTA & elevated surfaces ===
     Consumes the --glass-* tokens (translucent navy ground + 16px backdrop-blur
     + 140% saturate + 0.3s cubic-bezier transition). Applied to the Buy / Join
     CTA buttons in the header and the mobile sticky bar. Hover lifts + brightens;
     active presses down. The signature Apple glass CTA. */
.glass-apple {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: var(--radius);
    background: var(--glass-bg);
    backdrop-filter: var(--glass-blur);
    -webkit-backdrop-filter: var(--glass-blur);
    border: var(--glass-border);
    color: oklch(0.98 0.005 95);
    font-family: var(--font-body);
    font-weight: 600;
    letter-spacing: -0.005em;
    cursor: pointer;
    isolation: isolate;
    transition: var(--glass-transition);
    will-change: transform, background, box-shadow;
  }
.glass-apple:hover {
    transform: translateY(-2px);
    background: linear-gradient(
      160deg,
      oklch(0.3 0.08 264 / 0.65) 0%,
      oklch(0.25 0.07 264 / 0.5) 50%,
      oklch(0.21 0.06 264 / 0.4) 100%
    );
    border-color: oklch(0.92 0.18 92 / 0.45);
    box-shadow: 0 12px 32px -8px oklch(0.2 0.07 264 / 0.6), inset 0 1px 0
      oklch(0.98 0.005 95 / 0.2), 0 0 0 1px oklch(0.92 0.18 92 / 0.25);
  }
.glass-apple:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 2px 8px oklch(0.2 0.07 264 / 0.7), inset 0 2px 6px
      oklch(0.2 0.07 264 / 0.3);
  }
.glass-apple:focus-visible {
    outline: 2px solid oklch(0.92 0.18 92 / 0.9);
    outline-offset: 3px;
  }
/* === Partner wordmark — monochrome grayscale → colorize on hover ===
      Apple/SpaceX-style partner logo treatment. Each partner wordmark renders
      in muted grayscale by default (filter: grayscale(1) + reduced opacity)
      and transitions to full saturated flag color on hover/focus, with a
      smooth 0.3s cubic-bezier. The hover also lifts the card and adds a
      subtle gold/red bloom shadow. Respects prefers-reduced-motion via the
      global override above. */
.partner-wordmark {
    filter: grayscale(1) opacity(0.55);
    transition: filter 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s
      cubic-bezier(0.16, 1, 0.3, 1), letter-spacing 0.3s
      cubic-bezier(0.16, 1, 0.3, 1);
    will-change: filter, transform;
  }
.group:hover .partner-wordmark,
  .partner-wordmark:hover,
  .partner-wordmark:focus-visible {
    filter: grayscale(0) opacity(1);
    transform: translateY(-2px);
  }
/* Per-kind hover color tints — applied via .partner-wordmark--<kind>.
      These set the text color that the wordmark transitions TO on hover.
      Default (no modifier) is saturated gold (cv-gold). */
.partner-wordmark--ambassador {
    color: oklch(0.555 0.215 28); /* cv-red — the figurehead */
  }
.partner-wordmark--federation {
    color: oklch(0.395 0.155 264); /* cv-blue — institutional */
  }
.partner-wordmark--diaspora {
    color: oklch(0.92 0.18 92); /* saturated gold — the global community */
  }
.partner-wordmark--infrastructure {
    color: oklch(0.865 0.165 88); /* cv-gold — the chain */
  }
/* === Brushed-gold monumental inscription — LegendeSection H1 VOZINHA ===
      Multi-stop opaque brushed-gold gradient (no transparent fill) so the
      gold reads as solid brushed metal on the navy hero. A solid fallback
      color (oklch 0.865 0.165 88) guarantees the headline is visible even
      if the gradient clip fails. WCAG AAA: gold on navy ≈ 8.4:1. */
.text-gold-bronze-monumental {
    color: oklch(0.865 0.165 88);
    background: linear-gradient(
      135deg,
      oklch(0.92 0.18 92) 0%,
      oklch(0.85 0.15 75) 45%,
      oklch(0.96 0.06 98) 50%,
      oklch(0.85 0.15 75) 55%,
      oklch(0.92 0.18 92) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
/* === Click feedback — Apple/SpaceX micro-animation on every click ===
     Applied to nav links and CTA buttons. On :active, the element springs
     via the click-scale keyframe (0.96 → 1.02 → 1, 280ms). A transient
     gold ripple (::after) expands from the center via click-ripple. */
.click-feedback {
    transition: transform 0.18s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
  }
.click-feedback:active {
    animation: click-scale 0.28s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
.click-feedback::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(
      circle at center,
      oklch(0.92 0.18 92 / 0.4) 0%,
      transparent 60%
    );
    opacity: 0;
    pointer-events: none;
    z-index: -1;
  }
.click-feedback:active::after {
    animation: click-ripple 0.5s ease-out both;
  }
/* === GAME LAYER — Penalty Shootout utilities ===========================
     Consumes the --pitch-* / --game-* / --badge-* / --fomo-* tokens.
     These are the building blocks for the four game screens. Canvas drawing
     uses literal colors (see DESIGN.md canvas table); these utilities style
     the surrounding React overlay UI (HUD, cards, badges, leaderboard). */
/* Pitch background — the canvas container ground */
.game-pitch-bg {
    background: var(--gradient-pitch);
    position: relative;
    isolation: isolate;
  }
/* Game glass — translucent navy for HUD bar + cards over the canvas.
     Higher opacity than .glass-premium so HUD text stays AAA on the pitch. */
.game-glass {
    background: var(--game-glass-bg);
    border: 1px solid var(--game-glass-border);
    box-shadow: var(--game-hud-shadow);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
  }
/* HUD score numerals — JetBrains Mono, gold, tabular */
.hud-score {
    font-family: var(--font-mono);
    font-feature-settings: var(--font-features-mono);
    font-weight: 700;
    color: oklch(0.865 0.165 88);
    text-shadow: 0 0 12px oklch(0.865 0.165 88 / 0.4);
    letter-spacing: -0.01em;
  }
/* Difficulty pip — empty / filled / max states */
.diff-pip {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: oklch(var(--diff-pip-empty));
    border: 1px solid oklch(0.865 0.165 88 / 0.3);
    transition: background 0.3s ease, box-shadow 0.3s ease;
  }
.diff-pip-filled {
    background: oklch(var(--diff-pip-fill));
    box-shadow: 0 0 8px oklch(0.865 0.165 88 / 0.6);
  }
.diff-pip-max {
    background: oklch(var(--diff-pip-max));
    box-shadow: 0 0 10px oklch(0.555 0.215 28 / 0.7);
  }
/* Target zone button — translucent gold dashed, red on active */
.target-zone-btn {
    position: relative;
    border: 2px dashed oklch(0.865 0.165 88 / 0.5);
    border-radius: 0.5rem;
    background: oklch(0.865 0.165 88 / 0.06);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s
      cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
  }
.target-zone-btn:hover,
  .target-zone-btn:focus-visible {
    background: oklch(0.865 0.165 88 / 0.14);
    border-color: oklch(0.865 0.165 88 / 0.85);
    transform: scale(1.02);
  }
.target-zone-btn[data-active="true"] {
    background: oklch(0.555 0.215 28 / 0.18);
    border-color: oklch(0.555 0.215 28 / 0.9);
    border-style: solid;
  }
/* Save flash overlay — gold radial burst on save */
.save-flash {
    position: absolute;
    inset: 0;
    background: radial-gradient(
      ellipse at center,
      oklch(0.865 0.165 88 / 0.55) 0%,
      oklch(0.865 0.165 88 / 0.18) 40%,
      transparent 70%
    );
    box-shadow: var(--shadow-save-flash);
    pointer-events: none;
    animation: flash-burst 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
/* Goal flash overlay — red radial burst on goal conceded */
.goal-flash {
    position: absolute;
    inset: 0;
    background: radial-gradient(
      ellipse at center,
      oklch(0.555 0.215 28 / 0.55) 0%,
      oklch(0.555 0.215 28 / 0.18) 40%,
      transparent 70%
    );
    box-shadow: var(--shadow-goal-flash);
    pointer-events: none;
    animation: flash-burst 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
/* Net shake — applied to the goal/net layer on a goal conceded */
.net-shake {
    animation: net-shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }
/* Net ripple — radial wave expanding from the impact point on a goal.
     A gold→red ring blooms outward over 0.7s, signaling the net bulge. */
.animate-net-ripple {
    animation: net-ripple 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
/* Screen shake — brief judder of the whole canvas wrap on a goal conceded.
     Three decaying translational wobbles over 0.4s. */
.animate-screen-shake {
    animation: screen-shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }
/* Badge pop — quick scale-pop for a newly unlocked badge in the HUD.
     Overshoot at 60% then settle, 0.5s. */
.animate-badge-pop {
    animation: badge-pop 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
/* === Sound toggle — HUD mute/unmute button ============================
      A compact gold-outline pill with a 44px touch target floor. Sits in
      the game HUD alongside the score/shot/difficulty indicators. The
      .is-muted modifier swaps the icon color to muted-foreground so the
      state is readable at a glance. Reuses --game-glass tokens for the
      surface so it blends with the HUD bar. */
.sound-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-width: 44px;
    min-height: 44px;
    padding: 0.4rem 0.75rem;
    border-radius: 9999px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: oklch(0.865 0.165 88);
    background: oklch(0.865 0.165 88 / 0.08);
    border: 1px solid oklch(0.865 0.165 88 / 0.5);
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease,
      transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  }
.sound-toggle:hover,
  .sound-toggle:focus-visible {
    color: oklch(0.96 0.06 98);
    border-color: oklch(0.865 0.165 88);
    background: oklch(0.395 0.155 264 / 0.4);
    transform: translateY(-1px);
  }
.sound-toggle:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
  }
.sound-toggle:active {
    transform: translateY(0) scale(0.96);
  }
.sound-toggle.is-muted {
    color: oklch(0.6 0.03 264);
    border-color: oklch(0.6 0.03 264 / 0.5);
    background: oklch(0.2 0.07 264 / 0.4);
  }
.sound-toggle.is-muted:hover,
  .sound-toggle.is-muted:focus-visible {
    color: oklch(0.78 0.04 264);
    border-color: oklch(0.78 0.04 264 / 0.7);
  }
/* FOMO tagline — red glow with a heartbeat pulse */
.fomo-tagline {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -0.02em;
    background: var(--gradient-fomo);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-shadow: 0 0 18px oklch(0.555 0.215 28 / 0.35);
    animation: fomo-pulse 2.4s ease-in-out infinite;
  }
/* Start CTA — gold→red sweep with FOMO bloom */
.game-cta-start {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: var(--radius);
    padding: 1rem 2.5rem;
    font-family: var(--font-body);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: oklch(0.2 0.07 264);
    background: var(--gradient-cta-primary);
    box-shadow: var(--shadow-cta-primary), var(--shadow-fomo-pulse);
    border: none;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s
      ease, filter 0.3s ease;
    will-change: transform;
    animation: fomo-bloom 3s ease-in-out infinite;
  }
.game-cta-start:hover {
    transform: translateY(-3px) scale(1.02);
    filter: brightness(1.08) saturate(1.1);
  }
.game-cta-start:active {
    transform: translateY(0) scale(0.98);
    box-shadow: var(--shadow-cta-press);
  }
.game-cta-start:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
  }
/* Badge reveal — metallic conic ring + scale-pop entrance */
.badge-reveal {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(8rem, 22vw, 11rem);
    height: clamp(8rem, 22vw, 11rem);
    border-radius: 9999px;
    background: var(--gradient-badge-ring);
    box-shadow: var(--shadow-badge-reveal);
    animation: badge-reveal 0.9s cubic-bezier(0.16, 1, 0.3, 1) both;
    isolation: isolate;
  }
.badge-reveal::before {
    content: "";
    position: absolute;
    inset: 0.5rem;
    border-radius: 9999px;
    background: linear-gradient(
      160deg,
      oklch(0.22 0.07 264) 0%,
      oklch(0.16 0.06 264) 100%
    );
    z-index: 0;
  }
.badge-reveal > * {
    position: relative;
    z-index: 1;
  }
/* Badge tier tints — applied to the inner content of .badge-reveal */
.badge-tier-apprenti {
    color: oklch(0.55 0.1 76);
  }
.badge-tier-tubarao {
    color: oklch(0.865 0.165 88);
  }
.badge-tier-legend {
    color: oklch(0.555 0.215 28);
  }
/* Leaderboard table — Cape Verde styled */
.leaderboard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: var(--font-body);
  }
.leaderboard-table th {
    text-align: left;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: oklch(0.865 0.165 88);
    padding: 0.75rem 1rem;
    border-bottom: 1px solid oklch(0.865 0.165 88 / 0.3);
    background: oklch(0.18 0.06 264);
  }
.leaderboard-table td {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid oklch(0.865 0.165 88 / 0.12);
    color: oklch(0.98 0.005 95);
  }
.leaderboard-table tbody tr:nth-child(even) {
    background: oklch(var(--leaderboard-row-alt) / 0.5);
  }
.leaderboard-table tbody tr.leaderboard-self {
    background: oklch(var(--leaderboard-self) / 0.35);
    box-shadow: inset 3px 0 0 oklch(0.865 0.165 88);
  }
.leaderboard-table tbody tr.leaderboard-self td:first-child {
    color: oklch(0.865 0.165 88);
    font-weight: 700;
  }
.leaderboard-rank {
    font-family: var(--font-mono);
    font-feature-settings: var(--font-features-mono);
    font-weight: 700;
    color: oklch(0.865 0.165 88);
    width: 3rem;
  }
.leaderboard-score {
    font-family: var(--font-mono);
    font-feature-settings: var(--font-features-mono);
    font-weight: 700;
    color: oklch(0.98 0.005 95);
    text-align: right;
  }
/* Share buttons — Telegram (flag blue) + X (black) */
.share-btn-telegram {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: var(--radius);
    padding: 0.75rem 1.5rem;
    font-family: var(--font-body);
    font-weight: 600;
    color: oklch(0.98 0.005 95);
    background: oklch(0.395 0.155 264);
    border: 1px solid oklch(0.865 0.165 88 / 0.4);
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s
      ease, filter 0.3s ease;
  }
.share-btn-telegram:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px oklch(0.865 0.165 88 / 0.6), 0 0 18px
      oklch(0.395 0.155 264 / 0.4);
    filter: brightness(1.1);
  }
.share-btn-x {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: var(--radius);
    padding: 0.75rem 1.5rem;
    font-family: var(--font-body);
    font-weight: 600;
    color: oklch(0.98 0.005 95);
    background: oklch(0.16 0.005 264);
    border: 1px solid oklch(0.865 0.165 88 / 0.4);
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s
      ease, filter 0.3s ease;
  }
.share-btn-x:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px oklch(0.865 0.165 88 / 0.6), 0 0 18px
      oklch(0.16 0.005 264 / 0.6);
    filter: brightness(1.2);
  }
/* Internet Identity login pill — gold outline */
.ii-login-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: oklch(0.865 0.165 88);
    background: oklch(0.2 0.07 264 / 0.5);
    border: 1px solid oklch(0.865 0.165 88 / 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: color 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  }
.ii-login-pill:hover,
  .ii-login-pill:focus-visible {
    color: oklch(0.96 0.06 98);
    border-color: oklch(0.865 0.165 88);
    background: oklch(0.395 0.155 264 / 0.4);
  }
/* === DEPOSIT LAYER — Penalty Shootout freemium mechanism ===========
     Consumes the --holder-* / --freemium-* / --qr-* / --toast-fomo-* tokens.
     Mobile-first: the modal is fullscreen on small screens (overlay scrollable,
     touch targets min 48px), centered card on >= 640px. Reuses the existing
     .contract-card + .warning-box aesthetics for visual coherence with the
     landing's LegendeSection / VisionAchatSection. */
/* Deposit modal overlay — fullscreen on mobile, scrim + centered on desktop.
     z-index 90: above game overlay/badge (80), below scroll-progress (100). */
.holder-modal-overlay {
    position: fixed;
    inset: 0;
    z-index: var(--z-holder-overlay);
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: oklch(0.12 0.05 264 / 0.92);
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    animation: holder-overlay-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
    overflow-y: auto;
    overscroll-behavior: contain;
  }
@media (min-width: 640px) {
    .holder-modal-overlay {
      align-items: center;
      justify-content: center;
      padding: 2rem;
    }
  }
/* Deposit modal panel — scrollable card, gold hairline, navy ground.
     Mobile: full height, full width, rounded only on top corners. */
.holder-modal-panel {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: clamp(1.25rem, 4vw, 2rem);
    background: linear-gradient(
      180deg,
      oklch(0.2 0.07 264) 0%,
      oklch(0.16 0.06 264) 100%
    );
    box-shadow: var(--shadow-deposit-modal);
    border-left: 1px solid oklch(0.865 0.165 88 / 0.35);
    border-right: 1px solid oklch(0.865 0.165 88 / 0.35);
    border-top: 1px solid oklch(0.865 0.165 88 / 0.35);
    animation: holder-panel-in 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
@media (min-width: 640px) {
    .holder-modal-panel {
      min-height: auto;
      max-width: 28rem;
      border-radius: var(--radius);
      border: 1px solid oklch(0.865 0.165 88 / 0.45);
    }
  }
/* Freemium badge — "Free trial session" pill, gold outline.
     For the free-trial state on the game end screen + header. */
.freemium-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: oklch(var(--freemium-badge-fg));
    background: var(--freemium-badge-bg);
    border: 1px solid oklch(var(--freemium-badge-border) / 0.6);
  }
/* Deposit active indicator — discreet header pill. Gold dot + label.
     Shown when localStorage flag is set (player has deposited this session). */
.holder-active-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 9999px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: oklch(var(--holder-active-fg));
    background: oklch(0.865 0.165 88 / 0.1);
    border: 1px solid oklch(0.865 0.165 88 / 0.5);
    box-shadow: var(--shadow-deposit-active);
  }
.holder-active-indicator::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: oklch(var(--holder-active-dot));
    box-shadow: 0 0 8px oklch(0.865 0.165 88 / 0.7);
    animation: holder-pulse-active 2s ease-in-out infinite;
  }
/* Deposit block screen — "Deposit required" full-screen gate. Deeper navy +
     red hairline to signal urgency without red-on-red text. */
.holder-block-screen {
    position: fixed;
    inset: 0;
    z-index: var(--z-holder-overlay);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: clamp(1.5rem, 5vw, 3rem);
    text-align: center;
    background: oklch(var(--holder-block-bg));
    border-top: 2px solid oklch(var(--holder-block-border) / 0.85);
    animation: holder-overlay-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
/* Deposit copy button — reuses the contract-card / copyContract pattern
     from LegendeSection. Gold outline, gold checkmark on copied state.
     The .is-copied modifier is toggled by JS for 2s (matches the existing
     copyContract pattern). */
.holder-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px; /* touch target floor */
    padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-body-sm);
    color: oklch(var(--holder-copy-fg));
    background: var(--holder-copy-bg);
    border: 1px solid oklch(var(--holder-copy-border) / 0.55);
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease,
      transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  }
.holder-copy-btn:hover,
  .holder-copy-btn:focus-visible {
    color: oklch(0.96 0.06 98);
    border-color: oklch(var(--holder-copy-border));
    background: oklch(0.395 0.155 264 / 0.4);
    transform: translateY(-1px);
  }
.holder-copy-btn:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
  }
.holder-copy-btn:active {
    transform: translateY(0) scale(0.98);
  }
/* Copied state — gold checkmark icon replaces the copy icon for 2s.
     The .is-copied class is added by the copyContract handler. */
.holder-copy-btn.is-copied {
    color: oklch(var(--holder-copy-success));
    border-color: oklch(var(--holder-copy-success));
    background: oklch(0.865 0.165 88 / 0.12);
  }
.holder-copy-btn .holder-copy-icon-default {
    display: inline-flex;
  }
.holder-copy-btn .holder-copy-icon-check {
    display: none;
    animation: copy-checkmark 0.4s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
.holder-copy-btn.is-copied .holder-copy-icon-default {
    display: none;
  }
.holder-copy-btn.is-copied .holder-copy-icon-check {
    display: inline-flex;
  }
/* QR code frame — white ground for scanner contrast, gold hairline.
     Min 200px so the QR remains scannable on small screens. */
.qr-code-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--qr-frame-padding);
    background: oklch(var(--qr-frame-bg));
    border: 1px solid oklch(var(--qr-frame-border) / 0.5);
    border-radius: 0.75rem;
    box-shadow: var(--shadow-qr-frame);
    isolation: isolate;
  }
.qr-code-frame > img,
  .qr-code-frame > svg,
  .qr-code-frame > canvas {
    display: block;
    width: auto;
    min-width: 200px;
    min-height: 200px;
    max-width: 100%;
    height: auto;
    border-radius: 0.25rem;
  }
/* Deposit CTA — primary "Buy on pump.fun" + secondary "I have deposited".
     Touch targets min 48px height. Primary reuses .cta-primary aesthetic. */
.holder-cta-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 52px;
    width: 100%;
    border-radius: var(--radius);
    padding: 0.875rem 1.5rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: var(--text-body);
    letter-spacing: -0.005em;
    color: oklch(0.2 0.07 264);
    background: var(--gradient-cta-primary);
    box-shadow: var(--shadow-cta-primary);
    border: none;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s
      ease, filter 0.3s ease;
    will-change: transform;
  }
.holder-cta-primary:hover {
    transform: translateY(-2px);
    filter: brightness(1.06) saturate(1.08);
  }
.holder-cta-primary:active {
    transform: translateY(0) scale(0.98);
    box-shadow: var(--shadow-cta-press);
  }
.holder-cta-primary:focus-visible {
    outline: 2px solid oklch(0.555 0.215 28 / 0.9);
    outline-offset: 3px;
  }
.holder-cta-secondary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 48px;
    width: 100%;
    border-radius: var(--radius);
    padding: 0.75rem 1.5rem;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-body);
    color: oklch(0.98 0.005 95);
    background: oklch(0.2 0.07 264 / 0.6);
    border: 1px solid oklch(0.865 0.165 88 / 0.55);
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s
      ease, background 0.3s ease;
  }
.holder-cta-secondary:hover,
  .holder-cta-secondary:focus-visible {
    transform: translateY(-2px);
    border-color: oklch(0.865 0.165 88);
    background: oklch(0.395 0.155 264 / 0.4);
  }
.holder-cta-secondary:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
  }
.holder-cta-secondary:active {
    transform: translateY(0) scale(0.98);
  }
/* Toast FOMO — Cape Verde Telegram-aligned celebration after deposit.
     Slides in from top, auto-dismisses. z-index 95 (above deposit overlay). */
.toast-fomo-cv {
    position: fixed;
    top: clamp(1rem, 4vw, 1.5rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: var(--z-toast-fomo);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    max-width: calc(100vw - 2rem);
    padding: 0.875rem 1.25rem;
    border-radius: 9999px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-body-sm);
    color: oklch(var(--toast-fomo-fg));
    background: var(--toast-fomo-bg);
    border: 1px solid oklch(var(--toast-fomo-border) / 0.7);
    box-shadow: var(--shadow-toast-fomo);
    backdrop-filter: blur(12px) saturate(140%);
    -webkit-backdrop-filter: blur(12px) saturate(140%);
    animation: toast-fomo-slide 0.5s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
.toast-fomo-cv.is-leaving {
    animation: toast-fomo-leave 0.4s cubic-bezier(0.4, 0, 0.2, 1) both;
  }
.toast-fomo-cv .toast-fomo-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: oklch(0.865 0.165 88);
    flex-shrink: 0;
  }
/* === ON-CHAIN VERIFICATION — anti-cheat deposit verification ===========
     Extends the DEPOSIT LAYER with on-chain verification utilities. The
     player pastes a Solana tx hash, the backend verifies it on-chain, and
     a verified badge confirms the deposit. Mobile-first: 48px touch
     targets, mono font for hashes/prices, AAA contrast (gold on navy,
     white on navy). Reuses .contract-card / .warning_box aesthetics. */
/* Live price badge — gold-outline pill with mono price + pulsing dot +
     muted timestamp. Shown in the deposit modal + block screen. */
.price-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.85rem;
    border-radius: 9999px;
    font-family: var(--font-mono);
    font-feature-settings: var(--font-features-mono);
    font-weight: 600;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-caption);
    color: oklch(var(--price-live-fg));
    background: var(--price-live-bg);
    border: 1px solid oklch(var(--price-live-border) / 0.55);
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
  }
.price-live-badge::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: oklch(var(--price-live-dot));
    box-shadow: 0 0 8px oklch(0.865 0.165 88 / 0.7);
    animation: price-live-pulse 2s ease-in-out infinite;
    flex-shrink: 0;
  }
.price-live-badge .price-live-value {
    color: oklch(var(--price-live-fg));
    font-weight: 700;
  }
.price-live-badge .price-live-timestamp {
    color: oklch(var(--price-live-timestamp));
    font-weight: 500;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-caption);
  }
/* Tx hash input — mono field for the Solana transaction signature.
     Gold ring on focus, red border on invalid format. The .is-invalid
     modifier is toggled by JS when the format check fails. */
.tx-hash-input {
    display: block;
    width: 100%;
    min-height: 48px; /* touch target floor */
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-family: var(--font-mono);
    font-feature-settings: var(--font-features-mono);
    font-weight: 500;
    font-size: var(--text-body-sm);
    letter-spacing: var(--tracking-caption);
    color: oklch(var(--tx-hash-fg));
    background: var(--tx-hash-bg);
    border: 1px solid oklch(var(--tx-hash-border));
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s
      ease;
    word-break: break-all;
  }
.tx-hash-input::-moz-placeholder {
    color: oklch(var(--tx-hash-placeholder));
    font-weight: 400;
  }
.tx-hash-input::placeholder {
    color: oklch(var(--tx-hash-placeholder));
    font-weight: 400;
  }
.tx-hash-input:focus,
  .tx-hash-input:focus-visible {
    border-color: oklch(var(--tx-hash-border-focus));
    box-shadow: var(--shadow-tx-hash-focus);
    background: oklch(0.16 0.06 264 / 0.85);
  }
.tx-hash-input.is-invalid {
    border-color: oklch(var(--tx-hash-invalid));
    box-shadow: 0 0 0 3px oklch(0.555 0.215 28 / 0.2);
  }
.tx-hash-input:disabled {
    opacity: 0.55;
    cursor: not-allowed;
  }
/* Verify button — gold→red sweep, full-width, with loading state.
     The .is-loading modifier swaps the label for a spinner + "On-chain
     verification…" and disables interaction. Touch target min 52px. */
.verify-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 52px;
    width: 100%;
    border-radius: var(--radius);
    padding: 0.875rem 1.5rem;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: var(--text-body);
    letter-spacing: -0.005em;
    color: oklch(0.2 0.07 264);
    background: var(--gradient-cta-primary);
    box-shadow: var(--shadow-cta-primary);
    border: none;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s
      ease, filter 0.3s ease, background 0.3s ease;
    will-change: transform;
  }
.verify-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.06) saturate(1.08);
  }
.verify-btn:active {
    transform: translateY(0) scale(0.98);
    box-shadow: var(--shadow-cta-press);
  }
.verify-btn:focus-visible {
    outline: 2px solid oklch(0.555 0.215 28 / 0.9);
    outline-offset: 3px;
  }
.verify-btn:disabled {
    cursor: not-allowed;
    opacity: 0.9;
  }
/* Loading state — navy ground + white spinner replaces the gold sweep.
     The spinner is a ::before pseudo-element drawn with conic-gradient. */
.verify-btn--loading {
    color: oklch(var(--verify-btn-spinner));
    background: var(--verify-btn-loading-bg);
    box-shadow: var(--shadow-cta-press);
    cursor: wait;
    transform: translateY(0);
  }
.verify-btn--loading:hover {
    transform: translateY(0);
    filter: none;
  }
.verify-btn--loading::before {
    content: "";
    display: inline-flex;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 9999px;
    border: 2px solid oklch(0.98 0.005 95 / 0.25);
    border-top-color: oklch(var(--verify-btn-spinner));
    border-right-color: oklch(var(--verify-btn-spinner));
    animation: verify-spinner 0.7s linear infinite;
    flex-shrink: 0;
  }
/* Hide the default icon slot when loading (the spinner replaces it). */
.verify-btn .verify-btn-icon {
    display: inline-flex;
    flex-shrink: 0;
  }
.verify-btn--loading .verify-btn-icon {
    display: none;
  }
/* Verify error — red hairline box with white reason text + gold retry link.
     Mirrors .warning_box aesthetic (navy ground + red border + white text).
     The .is-shaking modifier triggers a brief shake on appearance. */
.verify-error {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.875rem 1rem;
    border-radius: 0.5rem;
    background: var(--verify-error-bg);
    border: 1px solid oklch(var(--verify-error-border) / 0.85);
    box-shadow: var(--shadow-verify-error);
    color: oklch(var(--verify-error-fg));
    animation: verify-error-shake 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }
.verify-error .verify-error-reason {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-body-sm);
    color: oklch(var(--verify-error-reason));
    line-height: var(--leading-body);
    letter-spacing: var(--tracking-body);
  }
.verify-error .verify-error-retry {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    align-self: flex-start;
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: oklch(var(--verify-error-retry));
    background: oklch(0.865 0.165 88 / 0.1);
    border: 1px solid oklch(0.865 0.165 88 / 0.55);
    cursor: pointer;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease,
      transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  }
.verify-error .verify-error-retry:hover,
  .verify-error .verify-error-retry:focus-visible {
    color: oklch(0.96 0.06 98);
    border-color: oklch(0.865 0.165 88);
    background: oklch(0.395 0.155 264 / 0.4);
    transform: translateY(-1px);
  }
.verify-error .verify-error-retry:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
  }
/* Deposit verified badge — gold conic ring + checkmark, success state.
     Shown after the backend confirms the on-chain verification. Reuses
     --gradient-badge-ring for the metallic ring. */
.holder-verified-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.9rem 0.5rem 0.5rem;
    border-radius: 9999px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: oklch(var(--verified-badge-label));
    background: oklch(0.865 0.165 88 / 0.08);
    border: 1px solid oklch(0.865 0.165 88 / 0.55);
    box-shadow: var(--shadow-verified-badge);
    animation: verified-badge-reveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
.holder-verified-badge::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 9999px;
    background: var(--gradient-badge-ring);
    box-shadow: 0 0 12px oklch(0.865 0.165 88 / 0.5);
    flex-shrink: 0;
  }
/* Gold checkmark drawn via SVG-like mask using clip-path on ::after.
     The check sits centered inside the conic ring (::before). */
.holder-verified-badge::after {
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    background: oklch(var(--verified-badge-fg));
    /* Checkmark shape via mask — a thick diagonal stroke */
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 13l4 4L19 7'/></svg>")
      center / 60% no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M5 13l4 4L19 7'/></svg>")
      center / 60% no-repeat;
    flex-shrink: 0;
  }
/* === TUTORIAL OVERLAY utilities — How to Play ==========================
     Consumes the --tutorial-* tokens. The overlay dims the pitch, a glass
     step card delivers each instruction, a gold highlight pulse rings the
     active zone, and progress dots track step position. Mobile-first:
     48px touch targets, dismissible via localStorage. */
/* Tutorial overlay — fullscreen scrim over the canvas + HUD. z-index 65:
     above game HUD (45), below badge reveal (80) and deposit layer (90). */
.tutorial-overlay {
    position: absolute;
    inset: 0;
    z-index: var(--z-tutorial-overlay);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 4vw, 2rem);
    background: var(--tutorial-backdrop);
    backdrop-filter: var(--tutorial-backdrop-blur);
    -webkit-backdrop-filter: var(--tutorial-backdrop-blur);
    animation: holder-overlay-in 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
/* Tutorial step card — glass surface with gold accent border. The card
     holds the step number, title, instruction text, and Next/Skip buttons. */
.tutorial-step-card {
    position: relative;
    width: 100%;
    max-width: 28rem;
    padding: clamp(1.25rem, 3vw, 1.75rem);
    border-radius: var(--radius);
    background: var(--tutorial-card-bg);
    border: 1px solid oklch(var(--tutorial-card-border) / 0.55);
    box-shadow: 0 18px 48px -16px oklch(0.12 0.05 264 / 0.85), inset 0 1px 0
      oklch(0.865 0.165 88 / 0.2);
    color: oklch(var(--tutorial-card-fg));
    animation: tutorial-step-in 0.45s cubic-bezier(0.16, 1, 0.3, 1) both;
    isolation: isolate;
  }
/* Gold accent stripe on the left edge of the card */
.tutorial-step-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--gradient-cta-primary);
    border-radius: 3px 0 0 3px;
  }
.tutorial-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
    color: oklch(0.2 0.07 264);
    background: var(--gradient-gold-metallic);
    box-shadow: 0 0 0 1px oklch(0.865 0.165 88 / 0.4), 0 0 14px
      oklch(0.865 0.165 88 / 0.35);
  }
/* Tutorial highlight — gold ring around the active zone on the canvas.
     Applied to a positioned <div> overlaying the active target zone. The
     ring pulses via tutorial-highlight-pulse to draw the eye. */
.tutorial-highlight {
    position: absolute;
    border-radius: 0.5rem;
    border: 3px solid oklch(var(--tutorial-highlight-ring) / 0.9);
    box-shadow: var(--tutorial-highlight-glow);
    pointer-events: none;
    animation: tutorial-highlight-pulse 1.8s ease-in-out infinite;
    z-index: var(--z-tutorial-overlay);
  }
/* Tutorial progress dots — track step position. Active=gold + glow,
     inactive=muted navy. */
.tutorial-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: oklch(var(--tutorial-dot-inactive));
    border: 1px solid oklch(0.865 0.165 88 / 0.25);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s
      cubic-bezier(0.16, 1, 0.3, 1);
  }
.tutorial-dot.is-active {
    background: oklch(var(--tutorial-dot-active));
    box-shadow: var(--tutorial-dot-active-glow);
    transform: scale(1.25);
  }
.tutorial-dot.is-complete {
    background: oklch(0.865 0.165 88 / 0.5);
  }
/* Tutorial progress fill — animated underline that fills as steps complete.
     Applied to the progress track container; --tutorial-progress (0..1) set
     inline by JS. */
.tutorial-progress-track {
    position: relative;
    width: 100%;
    height: 3px;
    border-radius: 9999px;
    background: oklch(0.32 0.05 264);
    overflow: hidden;
  }
.tutorial-progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    transform-origin: left center;
    transform: scaleX(var(--tutorial-progress, 0));
    background: var(--gradient-cta-primary);
    box-shadow: 0 0 8px oklch(0.865 0.165 88 / 0.6);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
/* === STREAK COMBO utilities — score multiplier ========================
     Consumes the --streak-* tokens. The counter uses gold gradient text;
     each tier tints the glow; an animated flame gradient flickers behind. */
/* Streak counter — gold gradient text with tier glow. The .streak-tier-*
     modifiers swap the text-shadow glow and pill border per multiplier. */
.streak-counter {
    font-family: var(--font-display);
    font-weight: 800;
    letter-spacing: -0.02em;
    background: var(--streak-counter-gradient);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: shimmer-gold 4s linear infinite;
    will-change: transform;
  }
.streak-counter.is-pop {
    animation: streak-pop 0.5s cubic-bezier(0.16, 1, 0.3, 1) both, shimmer-gold
      4s linear infinite 0.5s;
  }
.streak-counter.is-reset {
    animation: streak-reset 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  }
/* Streak tier glows — applied to the counter pill wrapper */
.streak-tier-x2 {
    text-shadow: var(--streak-tier-x2-glow);
  }
.streak-tier-x3 {
    text-shadow: var(--streak-tier-x3-glow);
  }
.streak-tier-x4 {
    text-shadow: var(--streak-tier-x4-glow);
  }
.streak-tier-x5 {
    text-shadow: var(--streak-tier-x5-glow);
    animation: streak-tier-up 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
/* Streak pill — the counter's background pill. Border tints per tier. */
.streak-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: oklch(0.16 0.06 264 / 0.7);
    border: 1px solid oklch(0.865 0.165 88 / 0.4);
    backdrop-filter: blur(8px) saturate(120%);
    -webkit-backdrop-filter: blur(8px) saturate(120%);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
  }
.streak-pill.streak-tier-x2 {
    border-color: oklch(var(--streak-tier-x2-border) / 0.7);
    box-shadow: 0 0 14px oklch(0.395 0.155 264 / 0.3);
  }
.streak-pill.streak-tier-x3 {
    border-color: oklch(var(--streak-tier-x3-border) / 0.8);
    box-shadow: 0 0 14px oklch(0.865 0.165 88 / 0.35);
  }
.streak-pill.streak-tier-x4 {
    border-color: oklch(var(--streak-tier-x4-border) / 0.85);
    box-shadow: 0 0 16px oklch(0.555 0.215 28 / 0.4);
  }
.streak-pill.streak-tier-x5 {
    border-color: oklch(var(--streak-tier-x5-border) / 0.9);
    box-shadow: 0 0 18px oklch(0.865 0.165 88 / 0.45), inset 0 0 0 1px
      oklch(0.555 0.215 28 / 0.5);
  }
/* Streak fire — animated flame gradient behind the counter. A layered
     background using Cape Verde colors that flickers via streak-fire-flicker. */
.streak-fire {
    position: absolute;
    inset: -0.5rem -1rem;
    border-radius: 9999px;
    background: var(--streak-fire-gradient);
    background-size: 100% 200%;
    box-shadow: var(--streak-fire-glow);
    opacity: 0.55;
    pointer-events: none;
    z-index: -1;
    animation: streak-fire-flicker 1.2s ease-in-out infinite;
    filter: blur(4px);
  }
/* === NEW BADGE utilities — Hat-trick Hero + Legend Slayer =============
     Extends the .badge-reveal + .badge-tier-* system. Two new badge tiers
     with distinct reveal animations. Both respect prefers-reduced-motion
     via the global override. */
/* Hat-trick Hero badge — gold trophy tier. A warm amber-gold conic ring
     with a trophy bounce+shine reveal. */
.badge-hat-trick {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(8rem, 22vw, 11rem);
    height: clamp(8rem, 22vw, 11rem);
    border-radius: 9999px;
    background: var(--badge-hat-trick-gradient);
    box-shadow: var(--shadow-badge-hat-trick);
    animation: badge-hat-trick-reveal 1s cubic-bezier(0.16, 1, 0.3, 1) both;
    isolation: isolate;
  }
.badge-hat-trick::before {
    content: "";
    position: absolute;
    inset: 0.5rem;
    border-radius: 9999px;
    background: linear-gradient(
      160deg,
      oklch(0.22 0.07 264) 0%,
      oklch(0.16 0.06 264) 100%
    );
    z-index: 0;
  }
.badge-hat-trick > * {
    position: relative;
    z-index: 1;
  }
/* Shine sweep — a diagonal light band that sweeps across the badge on reveal */
.badge-hat-trick::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9999px;
    background: linear-gradient(
      115deg,
      transparent 30%,
      oklch(0.98 0.005 95 / 0.45) 50%,
      transparent 70%
    );
    background-size: 250% 100%;
    background-position: 200% 0;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: 2;
    animation: badge-hat-trick-reveal 1s cubic-bezier(0.16, 1, 0.3, 1) both;
  }
.badge-tier-hat-trick {
    color: oklch(var(--badge-hat-trick));
  }
/* Legend Slayer badge — red+gold dual tier, the highest tier. A heraldic
     conic gradient (alternating red/gold quarters) with a sword slash + gold
     burst reveal. */
.badge-legend-slayer {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: clamp(8rem, 22vw, 11rem);
    height: clamp(8rem, 22vw, 11rem);
    border-radius: 9999px;
    background: var(--badge-legend-slayer-gradient);
    box-shadow: var(--shadow-badge-legend-slayer);
    animation: badge-legend-slayer-reveal 1.1s cubic-bezier(0.16, 1, 0.3, 1)
      both;
    isolation: isolate;
  }
.badge-legend-slayer::before {
    content: "";
    position: absolute;
    inset: 0.5rem;
    border-radius: 9999px;
    background: linear-gradient(
      160deg,
      oklch(0.22 0.07 264) 0%,
      oklch(0.16 0.06 264) 100%
    );
    z-index: 0;
  }
.badge-legend-slayer > * {
    position: relative;
    z-index: 1;
  }
/* Gold burst — radial gold rays that flash on reveal, then fade */
.badge-legend-slayer::after {
    content: "";
    position: absolute;
    inset: -20%;
    border-radius: 9999px;
    background: conic-gradient(
      from 0deg,
      transparent 0deg,
      oklch(0.865 0.165 88 / 0.5) 10deg,
      transparent 20deg,
      transparent 40deg,
      oklch(0.865 0.165 88 / 0.5) 50deg,
      transparent 60deg,
      transparent 80deg,
      oklch(0.865 0.165 88 / 0.5) 90deg,
      transparent 100deg,
      transparent 120deg,
      oklch(0.865 0.165 88 / 0.5) 130deg,
      transparent 140deg,
      transparent 160deg,
      oklch(0.865 0.165 88 / 0.5) 170deg,
      transparent 180deg,
      transparent 200deg,
      oklch(0.865 0.165 88 / 0.5) 210deg,
      transparent 220deg,
      transparent 240deg,
      oklch(0.865 0.165 88 / 0.5) 250deg,
      transparent 260deg,
      transparent 280deg,
      oklch(0.865 0.165 88 / 0.5) 290deg,
      transparent 300deg,
      transparent 320deg,
      oklch(0.865 0.165 88 / 0.5) 330deg,
      transparent 340deg
    );
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    animation: badge-legend-slayer-reveal 1.1s cubic-bezier(0.16, 1, 0.3, 1)
      both;
  }
.badge-tier-legend-slayer-red {
    color: oklch(var(--badge-legend-slayer-red));
  }
.badge-tier-legend-slayer-gold {
    color: oklch(var(--badge-legend-slayer-gold));
  }
/* === WEEKLY LEADERBOARD utilities — this-week tab + badge ==============
     Extends the .leaderboard-* system. The weekly tab active state uses a
     gold underline pulse distinct from the daily/global tabs. The 'this
     week' badge is a small gold pill marking the current-week scope. */
/* Weekly tab — active state with a thicker gold underline that pulses.
     Distinct from the daily/global tabs which use .nav-link-active (2px,
     no pulse). */
.weekly-tab {
    position: relative;
    padding: 0.5rem 0.75rem;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: var(--text-body-sm);
    letter-spacing: var(--tracking-caption);
    text-transform: uppercase;
    color: oklch(0.78 0.04 264);
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
.weekly-tab:hover,
  .weekly-tab:focus-visible {
    color: oklch(0.98 0.005 95);
  }
.weekly-tab:focus-visible {
    outline: 2px solid oklch(0.865 0.165 88 / 0.9);
    outline-offset: 3px;
    border-radius: 0.375rem;
  }
.weekly-tab.is-active {
    color: oklch(var(--weekly-tab-active));
  }
.weekly-tab.is-active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: var(--weekly-tab-underline-height);
    background: var(--gradient-cta-primary);
    box-shadow: var(--weekly-tab-underline-glow);
    border-radius: 3px;
    animation: weekly-tab-active-pulse 2.4s ease-in-out infinite;
  }
/* Weekly 'this week' badge — small gold pill marking the current scope.
     Solid gold ground + navy text (AAA ≈ 7.2:1). Distinct from
     .freemium-badge (gold outline) by using a solid fill. */
.weekly-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    border-radius: 9999px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: var(--text-eyebrow);
    letter-spacing: var(--tracking-label);
    text-transform: uppercase;
    color: oklch(var(--weekly-badge-fg));
    background: oklch(var(--weekly-badge-bg));
    border: 1px solid oklch(var(--weekly-badge-border) / 0.6);
    box-shadow: var(--shadow-weekly-badge);
  }
/* === prefers-reduced-motion — disable ALL animations === */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.001ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.001ms !important;
      scroll-behavior: auto !important;
    }
  }

@font-face {
  font-family: "Fraunces";
  src: url("/assets/fonts/Fraunces.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src: url("/assets/fonts/Satoshi.woff2") format("woff2");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("/assets/fonts/JetBrainsMono.woff2") format("woff2");
  font-weight: 100 800;
  font-style: normal;
  font-display: swap;
}

/* === The 6 performant keyframes — fade-up, bloom-pulse, shimmer-gold,
     count-up, nav-underline, scroll-progress. Nothing else. === */

@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bloom-pulse {
  0%,
  100% {
    box-shadow: 0 0 24px oklch(0.865 0.165 88 / 0.25);
  }
  50% {
    box-shadow: 0 0 36px oklch(0.865 0.165 88 / 0.45);
  }
}

@keyframes shimmer-gold {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: -200% center;
  }
}

@keyframes count-up {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}

@keyframes nav-underline {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

@keyframes scroll-progress {
  0%,
  100% {
    box-shadow: 0 0 6px oklch(0.865 0.165 88 / 0.5);
  }
  50% {
    box-shadow: 0 0 10px oklch(0.865 0.165 88 / 0.8);
  }
}

/* === Motion/react → CSS migration keyframes (next wave) === */
/* CSS equivalents for the 4 remaining motion/react components so the next
   wave can replace <motion.*> with className + animation utilities. All
   respect prefers-reduced-motion via the global override above. */

/* Layout mobile menu — slide-down + fade. Use on the menu panel. */
@keyframes mobile-menu {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* LegendeSection headline letters — staggered 3D rise. Apply per letter
   with inline animation-delay (e.g. style={{ animationDelay: `${i*40}ms` }}). */
@keyframes headline-letter {
  from {
    opacity: 0;
    transform: translateY(0.4em) rotateX(-40deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

/* RejoindreSection success state — gentle scale-in for the confirmation. */
@keyframes success-state {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* DayOneBadge earned — pop with a slight overshoot + rotation. */
@keyframes badge-earned {
  0% {
    opacity: 0;
    transform: scale(0.6) rotate(-12deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.08) rotate(4deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

/* === Polish wave keyframes — diaspora, click feedback, hero spotlight ===
   Five keyframes that complete the Apple/SpaceX micro-animation standard.
   All respect prefers-reduced-motion via the global override below. */

/* Diaspora hub markers — gold glow breathing loop. Applied to the hub <g>
   markers on the world map so the diaspora feels alive. */
@keyframes diaspora-pulse {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.18);
  }
}

/* Diaspora air routes — animated stroke-dasharray on the SVG arcs between
   hubs. The dash slides along the path so each route reads as a flowing
   gold current, not a static line. */
@keyframes diaspora-route {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -24;
  }
}

/* Click ripple — radial gold ring expanding from the click point. Applied
   via a transient ::after on .click-feedback elements. */
@keyframes click-ripple {
  0% {
    opacity: 0.55;
    transform: scale(0.4);
  }
  100% {
    opacity: 0;
    transform: scale(2.2);
  }
}

/* Click scale — 0.96 → 1 spring on every nav/CTA click. The signature
   Apple/SpaceX "every click rewards" micro-animation. */
@keyframes click-scale {
  0% {
    transform: scale(0.96);
  }
  60% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

/* Hero spotlight — 6s radial gradient sweep over the Vozinha face. The
   spotlight drifts gently across the hero portrait so the gold light
   "breathes" on the goalkeeper's face without distracting from the H1. */
@keyframes hero-spotlight {
  0%,
  100% {
    opacity: 0.35;
    transform: translate(-6%, -4%) scale(1);
  }
  50% {
    opacity: 0.6;
    transform: translate(6%, 4%) scale(1.08);
  }
}

/* Back-to-top entrance — fade + lift + slight scale-in. Triggered when JS
   adds .is-visible to .back-to-top after significant scroll. */
@keyframes back-to-top-enter {
  from {
    opacity: 0;
    transform: translateY(16px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* === GAME LAYER — Penalty Shootout · Vozinha Challenge keyframes ========
   Consumed by the game utility classes (.save-flash, .goal-flash, .net-shake,
   .fomo-tagline, .game-cta-start, .badge-reveal) and by the Canvas overlay
   React layer (keeper dive, ball trajectory). All respect the global
   prefers-reduced-motion override inside @layer utilities. */

/* Flash burst — radial save/goal overlay. Quick bloom in, slow fade out.
   Used by .save-flash (gold) and .goal-flash (red). 0.6s, single-shot. */
@keyframes flash-burst {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  25% {
    opacity: 1;
    transform: scale(1.04);
  }
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

/* Net shake — the goal net judders when the ball hits it on a goal conceded.
   Three decaying wobbles over 0.5s with a sharp spring curve. */
@keyframes net-shake {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  20% {
    transform: translate(-3px, 1px) rotate(-1.2deg);
  }
  40% {
    transform: translate(3px, -1px) rotate(1.2deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(-0.8deg);
  }
  80% {
    transform: translate(2px, 0) rotate(0.6deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* FOMO pulse — red heartbeat on the start-screen tagline. Two beats per
   cycle (lub-dub) then rest, like a heart under pressure. 2.4s loop. */
@keyframes fomo-pulse {
  0%,
  100% {
    opacity: 0.92;
    text-shadow: 0 0 14px oklch(0.555 0.215 28 / 0.3);
  }
  15% {
    opacity: 1;
    text-shadow: 0 0 22px oklch(0.555 0.215 28 / 0.6);
  }
  30% {
    opacity: 0.94;
    text-shadow: 0 0 16px oklch(0.555 0.215 28 / 0.4);
  }
  45% {
    opacity: 1;
    text-shadow: 0 0 24px oklch(0.555 0.215 28 / 0.65);
  }
}

/* FOMO bloom — the start CTA breathes a red glow to pull the eye. The
   box-shadow swells and recedes on a 3s loop, never fully dark. */
@keyframes fomo-bloom {
  0%,
  100% {
    box-shadow: 0 8px 24px -6px oklch(0.395 0.155 264 / 0.6), inset 0 1px 0
      oklch(0.96 0.06 98 / 0.35), 0 0 12px oklch(0.555 0.215 28 / 0.25);
  }
  50% {
    box-shadow: 0 8px 24px -6px oklch(0.395 0.155 264 / 0.6), inset 0 1px 0
      oklch(0.96 0.06 98 / 0.35), 0 0 24px oklch(0.555 0.215 28 / 0.5);
  }
}

/* Badge reveal — scale-pop entrance for the earned badge. Overshoot at 60%
   then settle, with a tiny rotation for a coin-flip feel. 0.9s. */
@keyframes badge-reveal {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-10deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.12) rotate(6deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/* Goalkeeper dive — three directions. translateX targets the corner,
   translateY drops the keeper low, rotate tips the body into the dive.
   0.5s ease-out so the keeper commits fast then settles. */
@keyframes keeper-dive-left {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  60% {
    transform: translate(-2.6rem, 0.4rem) rotate(-18deg);
  }
  100% {
    transform: translate(-3rem, 0.8rem) rotate(-22deg);
  }
}

@keyframes keeper-dive-center {
  0% {
    transform: translate(0, 0) scaleY(1);
  }
  60% {
    transform: translate(0, 1.4rem) scaleY(0.92);
  }
  100% {
    transform: translate(0, 2rem) scaleY(0.85);
  }
}

@keyframes keeper-dive-right {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  60% {
    transform: translate(2.6rem, 0.4rem) rotate(18deg);
  }
  100% {
    transform: translate(3rem, 0.8rem) rotate(22deg);
  }
}

/* Ball trajectory — flies from the spot to the target zone. Scale shrinks
   slightly to fake depth; translate hits the corner via the --ball-tx /
   --ball-ty custom properties set inline per shot. 0.6s ease-in. */
@keyframes ball-trajectory {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--ball-tx, 0), var(--ball-ty, -6rem)) scale(0.78);
    opacity: 0.92;
  }
}

/* === Toaster — mobile-optimized backdrop-filter === */
/* Reduced from blur(20px) saturate(150%) to blur(12px) saturate(120%) for
   smoother mobile rendering while keeping the premium glass identity. */
@media (max-width: 767px) {
  [data-sonner-toaster] [data-sonner-toast] {
    backdrop-filter: blur(12px) saturate(120%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
  }
}

/* === DEPOSIT LAYER — Penalty Shootout freemium keyframes ===============
   Consumed by .holder-modal-overlay, .holder-modal-panel,
   .holder-block-screen, .holder-copy-btn, .toast-fomo-cv, and
   .holder-active-indicator. All respect the global prefers-reduced-motion
   override inside @layer utilities. */

/* Deposit overlay fade-in — quick scrim appearance. 0.3s. */
@keyframes holder-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Deposit panel entrance — slide-up + scale on mobile, scale-in on desktop.
   0.4s cubic-bezier for a premium spring feel. */
@keyframes holder-panel-in {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Copy checkmark — the gold check icon scales+pops in when the copy succeeds.
   Matches the existing copyContract 2s feedback pattern. 0.4s entrance. */
@keyframes copy-checkmark {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-12deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.15) rotate(6deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/* Deposit active pulse — the gold dot on the header indicator breathes a
   subtle glow so the player knows their deposit is recognized. 2s loop. */
@keyframes holder-pulse-active {
  0%,
  100% {
    box-shadow: 0 0 6px oklch(0.865 0.165 88 / 0.5);
  }
  50% {
    box-shadow: 0 0 12px oklch(0.865 0.165 88 / 0.85);
  }
}

/* Toast FOMO slide-in — enters from top with a slight overshoot. 0.5s. */
@keyframes toast-fomo-slide {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-1.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* Toast FOMO leave — fades + slides up before unmount. 0.4s. */
@keyframes toast-fomo-leave {
  from {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  to {
    opacity: 0;
    transform: translateX(-50%) translateY(-1.5rem);
  }
}

/* === ON-CHAIN VERIFICATION — anti-cheat verification keyframes ========
   Consumed by .price-live-badge (price-live-pulse), .verify-btn--loading
   (verify-spinner), .verify-error (verify-error-shake), and
   .holder-verified-badge (verified-badge-reveal). All respect the global
   prefers-reduced-motion override inside @layer utilities. */

/* Live price dot — gold breathing glow so the player sees the price is live.
   2s loop, mirrors holder-pulse-active rhythm for cohesion. */
@keyframes price-live-pulse {
  0%,
  100% {
    box-shadow: 0 0 6px oklch(0.865 0.165 88 / 0.5);
    opacity: 0.85;
  }
  50% {
    box-shadow: 0 0 12px oklch(0.865 0.165 88 / 0.9);
    opacity: 1;
  }
}

/* Verify spinner — 0.7s linear rotation for the on-chain loading state.
   Drawn as a bordered circle with two lit quarters (top + right). */
@keyframes verify-spinner {
  to {
    transform: rotate(360deg);
  }
}

/* Verify error shake — three decaying wobbles on appearance so the error
   catches the eye without being aggressive. Mirrors net-shake rhythm. */
@keyframes verify-error-shake {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  15% {
    transform: translate(-4px, 0);
    opacity: 1;
  }
  30% {
    transform: translate(4px, 0);
  }
  45% {
    transform: translate(-3px, 0);
  }
  60% {
    transform: translate(3px, 0);
  }
  75% {
    transform: translate(-1px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* Verified badge reveal — scale-pop entrance for the success state. Overshoot
   at 60% then settle, with a tiny rotation for a coin-stamp feel. 0.7s. */
@keyframes verified-badge-reveal {
  0% {
    opacity: 0;
    transform: scale(0.6) rotate(-8deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.08) rotate(4deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/* === Penalty Shootout — additional feedback keyframes ==================
   screen-shake, badge-pop, net-ripple. Consumed by .animate-screen-shake,
   .animate-badge-pop, .animate-net-ripple utility classes. All respect
   the global prefers-reduced-motion override inside @layer utilities. */

/* Screen shake — the canvas wrapper judders briefly on a goal conceded.
   Three decaying translational wobbles over 0.4s. */
@keyframes screen-shake {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-6px, 2px);
  }
  40% {
    transform: translate(6px, -2px);
  }
  60% {
    transform: translate(-4px, 1px);
  }
  80% {
    transform: translate(4px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* Badge pop — quick scale-pop for a newly unlocked badge. Overshoot at 60%
   then settle, 0.5s. Used in the HUD badge reveal. */
@keyframes badge-pop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    opacity: 1;
    transform: scale(1.12);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Net ripple — a radial wave blooms outward from the impact point on a goal.
   A gold→red ring expands and fades over 0.7s, signaling the net bulge. */
@keyframes net-ripple {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  30% {
    opacity: 0.85;
  }
  100% {
    opacity: 0;
    transform: scale(1.6);
  }
}

/* === TUTORIAL OVERLAY keyframes — How to Play ===========================
   Consumed by .tutorial-highlight, .tutorial-step-card, .tutorial-progress-fill.
   All respect the global prefers-reduced-motion override inside @layer utilities. */

/* Tutorial highlight pulse — the gold ring around the active zone scales
   gently and fades its glow on a 1.8s loop to draw the eye without nagging. */
@keyframes tutorial-highlight-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 3px oklch(0.865 0.165 88 / 0.9), 0 0 24px
      oklch(0.865 0.165 88 / 0.55), 0 0 48px oklch(0.865 0.165 88 / 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 4px oklch(0.865 0.165 88 / 1), 0 0 36px
      oklch(0.865 0.165 88 / 0.75), 0 0 64px oklch(0.865 0.165 88 / 0.45);
    transform: scale(1.03);
  }
}

/* Tutorial step-in — the step card slides up + fades in when a new step
   becomes active. 0.45s with a premium spring curve. */
@keyframes tutorial-step-in {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.97);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Tutorial progress fill — the gold underline that fills as steps complete.
   The fill width is driven by --tutorial-progress (0..1) set inline by JS;
   this keyframe is a one-shot bloom when the fill updates. */
@keyframes tutorial-progress-fill {
  0% {
    box-shadow: 0 0 8px oklch(0.865 0.165 88 / 0.6);
  }
  50% {
    box-shadow: 0 0 16px oklch(0.865 0.165 88 / 0.9);
  }
  100% {
    box-shadow: 0 0 8px oklch(0.865 0.165 88 / 0.6);
  }
}

/* === STREAK COMBO keyframes — score multiplier ==========================
   Consumed by .streak-counter, .streak-fire, .streak-tier-x5. All respect
   the global prefers-reduced-motion override inside @layer utilities. */

/* Streak pop — the counter scales up + bounces on each increment. 0.5s
   with an overshoot at 60% then settle, mirroring badge-pop rhythm. */
@keyframes streak-pop {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.25);
  }
  60% {
    transform: scale(1.12);
  }
  100% {
    transform: scale(1);
  }
}

/* Streak fire flicker — the flame gradient behind the counter shifts its
   background-position and opacity on a 1.2s loop so the flame feels alive. */
@keyframes streak-fire-flicker {
  0%,
  100% {
    background-position: 50% 0%;
    opacity: 0.5;
    transform: scaleY(1) scaleX(1);
  }
  25% {
    background-position: 50% 30%;
    opacity: 0.65;
    transform: scaleY(1.08) scaleX(0.96);
  }
  50% {
    background-position: 50% 60%;
    opacity: 0.55;
    transform: scaleY(0.95) scaleX(1.04);
  }
  75% {
    background-position: 50% 40%;
    opacity: 0.7;
    transform: scaleY(1.05) scaleX(0.98);
  }
}

/* Streak tier-up — a brief flash when the multiplier increases (e.g. x2→x3).
   The counter scales up + the glow blooms, then settles. 0.6s. */
@keyframes streak-tier-up {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }
  30% {
    transform: scale(1.18);
    filter: brightness(1.4) saturate(1.3);
  }
  100% {
    transform: scale(1);
    filter: brightness(1) saturate(1);
  }
}

/* Streak reset — the counter shakes on a miss (broken streak). Three
   decaying wobbles over 0.5s, mirroring net-shake rhythm. */
@keyframes streak-reset {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  15% {
    transform: translate(-5px, 0) scale(0.96);
    opacity: 0.7;
  }
  30% {
    transform: translate(5px, 0) scale(1.02);
    opacity: 1;
  }
  45% {
    transform: translate(-4px, 0) scale(0.98);
  }
  60% {
    transform: translate(4px, 0) scale(1);
  }
  75% {
    transform: translate(-2px, 0);
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}

/* === NEW BADGE keyframes — Hat-trick Hero + Legend Slayer ===============
   Consumed by .badge-hat-trick and .badge-legend-slayer. Both respect the
   global prefers-reduced-motion override inside @layer utilities. */

/* Hat-trick Hero reveal — a trophy bounce + shine sweep. The badge scales
   up with a bounce at 40%, the shine band sweeps across, then settles. 1s. */
@keyframes badge-hat-trick-reveal {
  0% {
    opacity: 0;
    transform: scale(0.5) translateY(1rem);
  }
  40% {
    opacity: 1;
    transform: scale(1.15) translateY(-0.5rem);
  }
  60% {
    transform: scale(0.98) translateY(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* The shine sweep on the ::after uses the same name but drives
   background-position via a separate animation property in the utility. */
@keyframes badge-hat-trick-shine {
  0% {
    background-position: 200% 0;
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    background-position: -100% 0;
    opacity: 0;
  }
}

/* Legend Slayer reveal — a sword slash + gold burst. The badge rotates in
   with a slash motion, the gold rays burst outward, then settle. 1.1s. */
@keyframes badge-legend-slayer-reveal {
  0% {
    opacity: 0;
    transform: scale(0.4) rotate(-25deg);
  }
  35% {
    opacity: 1;
    transform: scale(1.12) rotate(8deg);
  }
  55% {
    transform: scale(1.05) rotate(-3deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
/* The gold burst on the ::after fades in then out during the reveal. */
@keyframes badge-legend-slayer-burst {
  0% {
    opacity: 0;
    transform: scale(0.6) rotate(0deg);
  }
  35% {
    opacity: 0.9;
    transform: scale(1.1) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: scale(1.4) rotate(90deg);
  }
}

/* === WEEKLY LEADERBOARD keyframes — this-week tab =======================
   Consumed by .weekly-tab.is-active::after. Respects the global
   prefers-reduced-motion override inside @layer utilities. */

/* Weekly tab active pulse — the gold underline breathes a glow on a 2.4s
   loop so the active weekly tab reads as the current scope at a glance. */
@keyframes weekly-tab-active-pulse {
  0%,
  100% {
    box-shadow: 0 0 10px oklch(0.865 0.165 88 / 0.7), 0 0 20px
      oklch(0.865 0.165 88 / 0.4);
  }
  50% {
    box-shadow: 0 0 14px oklch(0.865 0.165 88 / 0.95), 0 0 28px
      oklch(0.865 0.165 88 / 0.6);
  }
}

/* === Cape Verdean Aurora — branded loading tokens ===========================
   Consumed by .branded-loading-screen and .fallback-hero-gradient.is-branded.
   OKLCH approximations of the official CV flag palette so the loading screen
   reads as the same brand identity as the landing page. */
:root {
  --branded-loading-bg: oklch(0.24 0.09 264); /* navy #003893 base     */
  --branded-loading-aurora-1: oklch(0.24 0.09 264); /* navy                  */
  --branded-loading-aurora-2: oklch(0.34 0.13 264); /* deeper blue           */
  --branded-loading-aurora-3: oklch(0.52 0.2 27); /* red #CF2027           */
  --branded-loading-aurora-4: oklch(0.74 0.15 73); /* amber transition      */
  --branded-loading-aurora-5: oklch(0.865 0.165 88); /* gold #F7D116          */
  --branded-loading-emblem: oklch(0.865 0.165 88); /* gold bull moon        */
  --branded-loading-star: oklch(0.865 0.165 88 / 0.85); /* gold constellation dot */
  --branded-loading-progress: linear-gradient(
    90deg,
    oklch(0.52 0.2 27) 0%,
    oklch(0.865 0.165 88) 100%
  );
  --branded-loading-text: oklch(0.96 0.01 264); /* near-white             */
}

/* === Game harmonization tokens — official CV palette + pitch grass ==========
   Light color harmonization of game screens only. No emerald shades, no full
   visual refonte. Consumed by the .game-harmonize utility below. */
:root {
  --game-harmonize-navy: #003893;
  --game-harmonize-red: #cf2027;
  --game-harmonize-gold: #f7d116;
  --game-harmonize-white: #ffffff;
  --game-harmonize-pitch: #1f6b3a;
  --game-harmonize-pitch-deep: #15512a;
}

/* .game-harmonize — apply to game containers (PenaltyGame, GameEndScreen,
   Leaderboards, TutorialOverlay, ToastFomo, HolderBlockScreen,
   HolderUnlockModal, WalletConnectModal). Harmonizes colors only; layout,
   animations, and gameplay logic remain unchanged. */
.game-harmonize {
  --cv-blue: var(--game-harmonize-navy);
  --cv-red: var(--game-harmonize-red);
  --cv-gold: var(--game-harmonize-gold);
  --cv-white: var(--game-harmonize-white);
  --pitch-grass: var(--game-harmonize-pitch);
  --pitch-grass-deep: var(--game-harmonize-pitch-deep);
  color: var(--game-harmonize-white);
  background-color: color-mix(in oklch, var(--game-harmonize-navy) 92%, black);
}
.game-harmonize :where(button, a, [role="button"]) {
  accent-color: var(--game-harmonize-gold);
}
.game-harmonize :where(.pitch, [data-pitch], .grass) {
  background-color: var(--game-harmonize-pitch) !important;
  background-image: none;
}

/* === Cape Verdean Aurora keyframes ========================================== */
@keyframes loading-aurora-sweep {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes loading-constellation-twinkle {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}
@keyframes loading-emblem-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}
@keyframes loading-progress-indeterminate {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(250%);
  }
}
.selection\:bg-primary *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}
.selection\:bg-primary *::selection {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}
.selection\:text-primary-foreground *::-moz-selection {
  color: oklch(var(--primary-foreground));
}
.selection\:text-primary-foreground *::selection {
  color: oklch(var(--primary-foreground));
}
.selection\:bg-primary::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}
.selection\:bg-primary::selection {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}
.selection\:text-primary-foreground::-moz-selection {
  color: oklch(var(--primary-foreground));
}
.selection\:text-primary-foreground::selection {
  color: oklch(var(--primary-foreground));
}
.file\:inline-flex::file-selector-button {
  display: inline-flex;
}
.file\:h-7::file-selector-button {
  height: 1.75rem;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button {
  font-weight: 500;
}
.file\:text-foreground::file-selector-button {
  color: oklch(var(--foreground));
}
.placeholder\:text-muted-foreground::-moz-placeholder {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}
.placeholder\:text-muted-foreground::placeholder {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}
.placeholder\:text-muted-foreground\/60::-moz-placeholder {
  color: oklch(var(--muted-foreground) / 0.6);
}
.placeholder\:text-muted-foreground\/60::placeholder {
  color: oklch(var(--muted-foreground) / 0.6);
}
.placeholder\:text-muted-foreground\/70::-moz-placeholder {
  color: oklch(var(--muted-foreground) / 0.7);
}
.placeholder\:text-muted-foreground\/70::placeholder {
  color: oklch(var(--muted-foreground) / 0.7);
}
.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\:border-accent:hover {
  --tw-border-opacity: 1;
  border-color: oklch(var(--accent) / var(--tw-border-opacity, 1));
}
.hover\:border-accent\/40:hover {
  border-color: oklch(var(--accent) / 0.4);
}
.hover\:border-accent\/60:hover {
  border-color: oklch(var(--accent) / 0.6);
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: oklch(var(--primary) / var(--tw-border-opacity, 1));
}
.hover\:border-primary\/40:hover {
  border-color: oklch(var(--primary) / 0.4);
}
.hover\:border-primary\/60:hover {
  border-color: oklch(var(--primary) / 0.6);
}
.hover\:border-primary\/70:hover {
  border-color: oklch(var(--primary) / 0.7);
}
.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent\/10:hover {
  background-color: oklch(var(--accent) / 0.1);
}
.hover\:bg-accent\/15:hover {
  background-color: oklch(var(--accent) / 0.15);
}
.hover\:bg-accent\/25:hover {
  background-color: oklch(var(--accent) / 0.25);
}
.hover\:bg-accent\/90:hover {
  background-color: oklch(var(--accent) / 0.9);
}
.hover\:bg-destructive\/90:hover {
  background-color: oklch(var(--destructive) / 0.9);
}
.hover\:bg-muted\/60:hover {
  background-color: oklch(var(--muted) / 0.6);
}
.hover\:bg-primary\/10:hover {
  background-color: oklch(var(--primary) / 0.1);
}
.hover\:bg-primary\/20:hover {
  background-color: oklch(var(--primary) / 0.2);
}
.hover\:bg-primary\/25:hover {
  background-color: oklch(var(--primary) / 0.25);
}
.hover\:bg-primary\/90:hover {
  background-color: oklch(var(--primary) / 0.9);
}
.hover\:bg-secondary\/80:hover {
  background-color: oklch(var(--secondary) / 0.8);
}
.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--accent) / var(--tw-text-opacity, 1));
}
.hover\:text-accent-foreground:hover {
  color: oklch(var(--accent-foreground));
}
.hover\:text-current:hover {
  color: currentColor;
}
.hover\:text-foreground:hover {
  color: oklch(var(--foreground));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:text-glow-gold:hover {
    text-shadow: 0 0 18px oklch(0.865 0.165 88 / 0.45), 0 0 42px
      oklch(0.865 0.165 88 / 0.18);
  }
.hover\:text-glow-cv-red:hover {
    text-shadow: 0 0 14px oklch(0.555 0.215 28 / 0.55), 0 0 32px
      oklch(0.555 0.215 28 / 0.28);
  }
.hover\:shadow-bloom-gold:hover {
    box-shadow: 0 0 24px oklch(0.865 0.165 88 / 0.28), 0 12px 40px -12px
      oklch(0.865 0.165 88 / 0.35);
  }
.hover\:shadow-bloom-cv-red:hover {
    box-shadow: 0 0 24px oklch(0.555 0.215 28 / 0.3), 0 12px 40px -12px
      oklch(0.555 0.215 28 / 0.4);
  }
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: oklch(var(--primary) / 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-primary\/40:focus {
  --tw-ring-color: oklch(var(--primary) / 0.4);
}
.focus-visible\:border-ring:focus-visible {
  --tw-border-opacity: 1;
  border-color: oklch(var(--ring) / var(--tw-border-opacity, 1));
}
.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-accent:focus-visible {
  outline-color: oklch(var(--accent) / 1);
}
.focus-visible\:outline-foreground:focus-visible {
  outline-color: oklch(var(--foreground));
}
.focus-visible\:outline-primary:focus-visible {
  outline-color: oklch(var(--primary) / 1);
}
.focus-visible\:ring-\[3px\]:focus-visible {
  --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(3px + 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-visible\:ring-destructive\/20:focus-visible {
  --tw-ring-color: oklch(var(--destructive) / 0.2);
}
.focus-visible\:ring-ring\/50:focus-visible {
  --tw-ring-color: oklch(var(--ring) / 0.5);
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:hover\:translate-y-0:hover: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));
}
.disabled\:hover\:filter-none:hover:disabled {
  filter: none;
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}
.group:hover .group-hover\:bg-accent\/25 {
  background-color: oklch(var(--accent) / 0.25);
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-50 {
  opacity: 0.5;
}
.has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(>svg) {
  grid-template-columns: calc(var(--spacing) * 4) 1fr;
}
.has-\[\>svg\]\:gap-x-3:has(>svg) {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.has-\[\>svg\]\:px-2\.5:has(>svg) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.has-\[\>svg\]\:px-3:has(>svg) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.has-\[\>svg\]\:px-4:has(>svg) {
  padding-left: 1rem;
  padding-right: 1rem;
}
.\*\:data-\[slot\=alert-description\]\:text-destructive\/90[data-slot="alert-description"] > * {
  color: oklch(var(--destructive) / 0.9);
}
.group[data-disabled="true"] .group-data-\[disabled\=true\]\:pointer-events-none {
  pointer-events: none;
}
.group[data-disabled="true"] .group-data-\[disabled\=true\]\:opacity-50 {
  opacity: 0.5;
}
.dark\:border-input:is(.dark *) {
  border-color: oklch(var(--input));
}
.dark\:bg-destructive\/60:is(.dark *) {
  background-color: oklch(var(--destructive) / 0.6);
}
.dark\:hover\:bg-accent\/50:hover:is(.dark *) {
  background-color: oklch(var(--accent) / 0.5);
}
.dark\:focus-visible\:ring-destructive\/40:focus-visible:is(.dark *) {
  --tw-ring-color: oklch(var(--destructive) / 0.4);
}
@media (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }

  .sm\:hidden {
    display: none;
  }

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

  .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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .sm\:text-left {
    text-align: left;
  }
}
@media (min-width: 768px) {

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

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

  .md\:hidden {
    display: none;
  }

  .md\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .md\:size-12 {
    width: 3rem;
    height: 3rem;
  }

  .md\:size-14 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:min-h-\[80vh\] {
    min-height: 80vh;
  }

  .md\:max-w-\[calc\(50\%-2\.5rem\)\] {
    max-width: calc(50% - 2.5rem);
  }

  .md\:-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));
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:text-left {
    text-align: left;
  }

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-display-lg {
    font-size: var(--text-display-lg);
    font-weight: var(--weight-display);
    letter-spacing: var(--tracking-display);
    line-height: var(--leading-display);
  }
  .md\:text-h2 {
    font-size: var(--text-h2);
    font-weight: var(--weight-display);
    letter-spacing: var(--tracking-h2);
    line-height: var(--leading-h2);
  }
  .md\:text-h3 {
    font-size: var(--text-h3);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-h3);
    line-height: var(--leading-h3);
  }
  .md\:text-h4 {
    font-size: var(--text-h4);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-h4);
    line-height: var(--leading-h4);
  }
  .md\:text-body {
    font-size: var(--text-body);
    font-weight: var(--weight-body);
    letter-spacing: var(--tracking-body);
    line-height: var(--leading-body);
  }
}
@media (min-width: 1024px) {

  .lg\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .lg\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .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-\[1\.6fr_1fr\] {
    grid-template-columns: 1.6fr 1fr;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}
.\[\&\>svg\]\:translate-y-0\.5>svg {
  --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));
}
.\[\&\>svg\]\:text-current>svg {
  color: currentColor;
}
.\[\&_\[data-icon\]\]\:text-accent [data-icon] {
  --tw-text-opacity: 1;
  color: oklch(var(--accent) / var(--tw-text-opacity, 1));
}
.\[\&_\[data-icon\]\]\:text-destructive [data-icon] {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}
.\[\&_\[data-icon\]\]\:text-primary [data-icon] {
  --tw-text-opacity: 1;
  color: oklch(var(--primary) / var(--tw-text-opacity, 1));
}
.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625;
}
.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*='size-']) {
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}
.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}


.wallet-adapter-button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: 'DM Sans', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    border-radius: 4px;
}

.wallet-adapter-button-trigger {
    background-color: #512da8;
}

.wallet-adapter-button:not([disabled]):focus-visible {
    outline-color: white;
}

.wallet-adapter-button:not([disabled]):hover {
    background-color: #1a1f2e;
}

.wallet-adapter-button[disabled] {
    background: #404144;
    color: #999;
    cursor: not-allowed;
}

.wallet-adapter-button-end-icon,
.wallet-adapter-button-start-icon,
.wallet-adapter-button-end-icon img,
.wallet-adapter-button-start-icon img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}

.wallet-adapter-button-end-icon {
    margin-left: 12px;
}

.wallet-adapter-button-start-icon {
    margin-right: 12px;
}

.wallet-adapter-collapse {
    width: 100%;
}

.wallet-adapter-dropdown {
    position: relative;
    display: inline-block;
}

.wallet-adapter-dropdown-list {
    position: absolute;
    z-index: 99;
    display: grid;
    grid-template-rows: 1fr;
    grid-row-gap: 10px;
    padding: 10px;
    top: 100%;
    right: 0;
    margin: 0;
    list-style: none;
    background: #2c2d30;
    border-radius: 10px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: opacity 200ms ease, transform 200ms ease, visibility 200ms;
    font-family: 'DM Sans', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wallet-adapter-dropdown-list-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.wallet-adapter-dropdown-list-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    height: 37px;
    color: #fff;
}

.wallet-adapter-dropdown-list-item:not([disabled]):hover {
    background-color: #1a1f2e;
}

.wallet-adapter-modal-collapse-button svg {
    align-self: center;
    fill: #999;
}

.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg {
    transform: rotate(180deg);
    transition: transform ease-in 150ms;
}

.wallet-adapter-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity linear 150ms;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    overflow-y: auto;
}

.wallet-adapter-modal.wallet-adapter-modal-fade-in {
    opacity: 1;
}

.wallet-adapter-modal-button-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 12px;
    cursor: pointer;
    background: #1a1f2e;
    border: none;
    border-radius: 50%;
}

.wallet-adapter-modal-button-close:focus-visible {
    outline-color: white;
}

.wallet-adapter-modal-button-close svg {
    fill: #777;
    transition: fill 200ms ease 0s;
}

.wallet-adapter-modal-button-close:hover svg {
    fill: #fff;
}

.wallet-adapter-modal-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.wallet-adapter-modal-container {
    display: flex;
    margin: 3rem;
    min-height: calc(100vh - 6rem); /* 100vh - 2 * margin */
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .wallet-adapter-modal-container {
        margin: 1rem;
        min-height: calc(100vh - 2rem); /* 100vh - 2 * margin */
    }
}

.wallet-adapter-modal-wrapper {
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1050;
    max-width: 400px;
    border-radius: 10px;
    background: #10141f;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.6);
    font-family: 'DM Sans', 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    flex: 1;
}

.wallet-adapter-modal-wrapper .wallet-adapter-button {
    width: 100%;
}

.wallet-adapter-modal-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    padding: 64px 48px 48px 48px;
    text-align: center;
    color: #fff;
}

@media (max-width: 374px) {
    .wallet-adapter-modal-title {
        font-size: 18px;
    }
}

.wallet-adapter-modal-list {
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.wallet-adapter-modal-list .wallet-adapter-button {
    font-weight: 400;
    border-radius: 0;
    font-size: 18px;
}

.wallet-adapter-modal-list .wallet-adapter-button-end-icon,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon,
.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,
.wallet-adapter-modal-list .wallet-adapter-button-start-icon img {
    width: 28px;
    height: 28px;
}

.wallet-adapter-modal-list .wallet-adapter-button span {
    margin-left: auto;
    font-size: 14px;
    opacity: .6;
}

.wallet-adapter-modal-list-more {
    cursor: pointer;
    border: none;
    padding: 12px 24px 24px 12px;
    align-self: flex-end;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #fff;
}

.wallet-adapter-modal-list-more svg {
    transition: all 0.1s ease;
    fill: rgba(255, 255, 255, 1);
    margin-left: 0.5rem;
}

.wallet-adapter-modal-list-more-icon-rotate {
    transform: rotate(180deg);
}

.wallet-adapter-modal-middle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 24px 24px;
    box-sizing: border-box;
}

.wallet-adapter-modal-middle-button {
    display: block;
    cursor: pointer;
    margin-top: 48px;
    width: 100%;
    background-color: #512da8;
    padding: 12px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    color: #fff;
}
