*, ::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-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);

    /* === Typography tokens — unchanged === */
    --text-display: "Fraunces", serif;
    --text-body: "Satoshi", sans-serif;
    --text-mono: "JetBrains Mono", monospace;
    --tracking-display: -0.025em;
    --tracking-body: -0.006em;
    --tracking-label: 0.22em;
    --tracking-micro: 0.32em;
    --leading-display: 1.02;
    --leading-display-tight: 0.95;
    --leading-body: 1.7;
    --leading-label: 1.4;
    --text-hero: clamp(3.5rem, 8vw, 7rem);
    --text-display-lg: clamp(2.75rem, 5.5vw, 4.75rem);
    --text-h2: clamp(1.875rem, 3.2vw, 2.75rem);
    --text-h3: clamp(1.5rem, 2.4vw, 2rem);
    --text-eyebrow: 0.75rem;
    --font-features-body: "ss01", "cv01", "cv11", "tnum";
    --font-features-mono: "tnum", "zero", "ss01";
  }

  /* .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);
    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;
}

  /* Display headings — Fraunces with presence */
  h1,
  h2,
  h3,
  .font-display {
    font-family: var(--text-display);
    letter-spacing: var(--tracking-display);
    line-height: var(--leading-display);
    font-variation-settings: "opsz" 144, "SOFT" 50, "WONK" 0;
    text-rendering: optimizeLegibility;
  }

  /* 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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-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-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-full {
  top: 100%;
}
.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-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;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.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;
}
.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\/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-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-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-1 {
  height: 0.25rem;
}
.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-full {
  height: 100%;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-\[5rem\] {
  min-height: 5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-6 {
  width: 1.5rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.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%;
}
.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;
}
.origin-top {
  transform-origin: top;
}
.-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 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 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 spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear 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-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-0\.5 {
  gap: 0.125rem;
}
.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-hidden {
  overflow: hidden;
}
.overflow-x-clip {
  overflow-x: clip;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.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;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.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-accent\/80 {
  border-color: oklch(var(--accent) / 0.8);
}
.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\/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-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-muted\/30 {
  background-color: oklch(var(--muted) / 0.3);
}
.bg-muted\/40 {
  background-color: oklch(var(--muted) / 0.4);
}
.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-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.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);
}
.via-primary\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), oklch(var(--primary) / 0.05) 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%;
}
.p-1\.5 {
  padding: 0.375rem;
}
.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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.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;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.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-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[0\.65rem\] {
  font-size: 0.65rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-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-\[0\.95\] {
  line-height: 0.95;
}
.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\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.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-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-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\/70 {
  color: oklch(var(--primary) / 0.7);
}
.text-primary\/80 {
  color: oklch(var(--primary) / 0.8);
}
.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-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-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-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.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));
  }
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.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);
  }
/* === 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;
  }
/* === 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 repère 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);
  }
/* Repère 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;
  }
/* === 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);
  }
}

/* === 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%);
  }
}
.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\/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-destructive\/40:hover {
  border-color: oklch(var(--destructive) / 0.4);
}
.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\/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-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\: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-between {
    justify-content: space-between;
  }
}
@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\:h-20 {
    height: 5rem;
  }

  .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-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.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\:pb-0 {
    padding-bottom: 0px;
  }

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

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

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

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

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

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

  .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-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .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;
}
