*, ::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: "Space Grotesk", sans-serif;
    --font-body: "DM Sans", sans-serif;
    --font-mono: "Geist Mono", monospace;
    --radius: 0.625rem;

    --background: 0.13 0.025 255;
    --foreground: 0.95 0.01 255;
    --card: 0.17 0.022 255;
    --card-foreground: 0.95 0.01 255;
    --popover: 0.17 0.022 255;
    --popover-foreground: 0.95 0.01 255;

    --primary: 0.82 0.16 195;
    --primary-foreground: 0.13 0.025 255;

    --secondary: 0.22 0.03 255;
    --secondary-foreground: 0.9 0.02 255;
    --muted: 0.2 0.025 255;
    --muted-foreground: 0.7 0.02 255;

    --accent: 0.82 0.16 195;
    --accent-foreground: 0.13 0.025 255;

    --destructive: 0.62 0.22 25;
    --destructive-foreground: 0.98 0.01 255;

    --border: 0.27 0.025 255;
    --input: 0.27 0.025 255;
    --ring: 0.82 0.16 195;

    --chart-1: 0.82 0.16 195;
    --chart-2: 0.7 0.14 220;
    --chart-3: 0.6 0.1 240;
    --chart-4: 0.75 0.13 180;
    --chart-5: 0.5 0.08 255;

    --sidebar: 0.15 0.025 255;
    --sidebar-foreground: 0.95 0.01 255;
    --sidebar-primary: 0.82 0.16 195;
    --sidebar-primary-foreground: 0.13 0.025 255;
    --sidebar-accent: 0.22 0.03 255;
    --sidebar-accent-foreground: 0.9 0.02 255;
    --sidebar-border: 0.27 0.025 255;
    --sidebar-ring: 0.82 0.16 195;

    /* Wizard step indicator states */
    --step-done: 0.82 0.16 195;
    --step-done-foreground: 0.13 0.025 255;
    --step-active: 0.95 0.05 195;
    --step-active-foreground: 0.13 0.025 255;
    --step-upcoming: 0.25 0.025 255;
    --step-upcoming-foreground: 0.6 0.02 255;
    --progress-track: 0.22 0.025 255;
    --progress-fill: 0.82 0.16 195;
    --progress-glow: 0.95 0.05 195;

    /* Template thumbnail + section library */
    --thumb-surface: 0.19 0.022 255;
    --thumb-surface-hover: 0.22 0.028 255;
    --thumb-border: 0.3 0.025 255;
    --thumb-border-selected: 0.82 0.16 195;
    --chip-surface: 0.2 0.025 255;
    --chip-surface-hover: 0.24 0.03 255;
    --chip-surface-active: 0.82 0.16 195;
    --chip-foreground: 0.85 0.015 255;
    --chip-foreground-active: 0.13 0.025 255;
    --chip-border: 0.3 0.025 255;

    /* Upsell + summary panels */
    --upsell-surface: 0.18 0.022 255;
    --upsell-border: 0.3 0.025 255;
    --upsell-price: 0.95 0.05 195;
    --summary-surface: 0.16 0.022 255;
    --summary-border: 0.28 0.025 255;
    --summary-row-stripe: 0.19 0.022 255;

    /* 5 template style accents */
    --tpl-minimal: 0.85 0.02 255;
    --tpl-minimal-ink: 0.2 0.01 255;
    --tpl-artistic: 0.78 0.22 320;
    --tpl-artistic-ink: 0.16 0.04 320;
    --tpl-corporate: 0.78 0.13 75;
    --tpl-corporate-ink: 0.2 0.025 255;
    --tpl-warm: 0.7 0.15 55;
    --tpl-warm-ink: 0.18 0.03 45;
    --tpl-impact: 0.85 0.28 145;
    --tpl-impact-ink: 0.12 0.02 255;

    /* === Guided Tutorial (Step 4) — friendly, kid-simple === */
    --tut-surface: 0.2 0.028 255;
    --tut-surface-soft: 0.22 0.03 255;
    --tut-border: 0.32 0.03 255;
    --tut-border-active: 0.82 0.16 195;
    --tut-ink: 0.95 0.012 255;
    --tut-ink-muted: 0.72 0.02 255;

    --tut-dot-done: 0.78 0.16 145;
    --tut-dot-done-ink: 0.13 0.03 145;
    --tut-dot-current: 0.95 0.05 195;
    --tut-dot-current-ink: 0.13 0.025 255;
    --tut-dot-future: 0.3 0.02 255;
    --tut-dot-future-ink: 0.6 0.02 255;
    --tut-dot-track: 0.25 0.025 255;

    --tut-mascot-surface: 0.24 0.04 195;
    --tut-mascot-ink: 0.95 0.02 195;
    --tut-bubble-surface: 0.24 0.025 255;
    --tut-bubble-border: 0.36 0.03 255;
    --tut-bubble-ink: 0.95 0.012 255;

    --tut-btn-primary: 0.82 0.16 195;
    --tut-btn-primary-ink: 0.13 0.025 255;
    --tut-btn-primary-hover: 0.88 0.14 195;
    --tut-btn-secondary: 0.26 0.03 255;
    --tut-btn-secondary-ink: 0.92 0.015 255;
    --tut-btn-secondary-hover: 0.32 0.035 255;
    --tut-btn-ghost-ink: 0.7 0.02 255;

    --tut-num-badge: 0.82 0.16 195;
    --tut-num-badge-ink: 0.13 0.025 255;

    --tut-hint-amber: 0.85 0.13 75;
    --tut-hint-amber-ink: 0.16 0.04 75;
    --tut-hint-cyan: 0.82 0.16 195;
    --tut-hint-cyan-ink: 0.13 0.025 255;

    --tut-skip-ink: 0.62 0.02 255;

    --tut-celebrate: 0.78 0.16 145;
    --tut-celebrate-ink: 0.13 0.03 145;

    /* === Showcase page — interactive demo gallery === */
    --showcase-neon-cyan: 0.95 0.18 195;
    --showcase-neon-cyan-soft: 0.82 0.16 195;
    --showcase-neon-magenta: 0.72 0.24 320;
    --showcase-neon-green: 0.85 0.22 145;
    --showcase-neon-amber: 0.85 0.15 75;
    --showcase-card-surface: 0.16 0.022 255;
    --showcase-card-surface-hover: 0.19 0.028 255;
    --showcase-card-border: 0.32 0.04 255;
    --showcase-card-border-active: 0.82 0.16 195;
    --showcase-grid-line: 0.27 0.025 255;
    --showcase-scanline: 0.95 0.18 195;
    --showcase-terminal-bg: 0.08 0.02 145;
    --showcase-terminal-ink: 0.85 0.22 145;
    --showcase-terminal-cyan: 0.82 0.16 195;
    --showcase-quiz-correct: 0.78 0.16 145;
    --showcase-quiz-wrong: 0.62 0.22 25;
    --showcase-3d-perspective: 1200px;

    /* === Super CTA (Landing) — neon gradient hero CTA === */
    --super-cta-bg: 0.11 0.025 255;
    --super-cta-surface: 0.15 0.03 255;
    --super-cta-border: 0.35 0.05 255;
    --super-cta-cyan: 0.95 0.18 195;
    --super-cta-cyan-soft: 0.82 0.16 195;
    --super-cta-magenta: 0.72 0.24 320;
    --super-cta-magenta-soft: 0.68 0.2 320;
    --super-cta-ink: 0.97 0.01 255;
    --super-cta-ink-muted: 0.78 0.02 255;
    --super-cta-glow: 0.82 0.16 195;
    --super-cta-perspective: 1000px;

    /* === 3D Use-Cases Gallery (Showcase) === */
    --gallery-3d-perspective: 1200px;
    --gallery-3d-radius: 220px;
    --gallery-3d-panel-width: 280px;
    --gallery-3d-panel-height: 360px;
    --gallery-3d-surface: 0.16 0.022 255;
    --gallery-3d-surface-active: 0.19 0.03 255;
    --gallery-3d-border: 0.32 0.04 255;
    --gallery-3d-border-active: 0.95 0.18 195;
    --gallery-3d-border-active-soft: 0.82 0.16 195;
    --gallery-3d-ink: 0.95 0.01 255;
    --gallery-3d-ink-muted: 0.72 0.02 255;
    --gallery-3d-ink-dim: 0.5 0.02 255;
    --gallery-3d-accent: 0.82 0.16 195;
    --gallery-3d-glow: 0.95 0.18 195;
    --gallery-3d-dot: 0.3 0.025 255;
    --gallery-3d-dot-active: 0.95 0.18 195;

    /* === Alien Tech Showcase Redesign — 'Otro Mundo' (additive) === */
    /* Alien HUD surfaces — translucent panels, neon edges, scanline overlays */
    --alien-hud-surface: 0.16 0.035 195;
    --alien-hud-surface-strong: 0.2 0.045 195;
    --alien-hud-border: 0.4 0.12 195;
    --alien-hud-border-active: 0.95 0.18 195;
    --alien-hud-ink: 0.95 0.05 195;
    --alien-hud-ink-muted: 0.72 0.04 195;
    --alien-hud-grid: 0.3 0.06 195;
    --alien-hud-scan: 0.95 0.18 195;
    --alien-hud-bracket: 0.82 0.16 195;
    --alien-hud-badge: 0.85 0.22 145;
    --alien-hud-badge-ink: 0.13 0.03 145;

    /* Stellar Hero field — cyan/magenta nebula, gradient constellation lines */
    --stellar-hero-void: 0.1 0.03 255;
    --stellar-hero-nebula-cyan: 0.82 0.16 195;
    --stellar-hero-nebula-magenta: 0.72 0.24 320;
    --stellar-hero-star-bright: 0.97 0.05 195;
    --stellar-hero-star-soft: 0.82 0.16 195;
    --stellar-hero-line: 0.82 0.16 195;
    --stellar-hero-line-magenta: 0.72 0.24 320;
    --stellar-hero-veil: 0.1 0.03 255;

    /* Stellar Cases field — calmer green/amber scatter, no lines, subtler */
    --stellar-cases-void: 0.11 0.025 255;
    --stellar-cases-star-green: 0.85 0.22 145;
    --stellar-cases-star-amber: 0.85 0.15 75;
    --stellar-cases-star-soft: 0.7 0.1 145;
    --stellar-cases-veil: 0.11 0.025 255;
  }

  .dark {
    --background: 0.13 0.025 255;
    --foreground: 0.95 0.01 255;
    --card: 0.17 0.022 255;
    --card-foreground: 0.95 0.01 255;
    --popover: 0.17 0.022 255;
    --popover-foreground: 0.95 0.01 255;

    --primary: 0.82 0.16 195;
    --primary-foreground: 0.13 0.025 255;

    --secondary: 0.22 0.03 255;
    --secondary-foreground: 0.9 0.02 255;
    --muted: 0.2 0.025 255;
    --muted-foreground: 0.7 0.02 255;

    --accent: 0.82 0.16 195;
    --accent-foreground: 0.13 0.025 255;

    --destructive: 0.62 0.22 25;
    --destructive-foreground: 0.98 0.01 255;

    --border: 0.27 0.025 255;
    --input: 0.27 0.025 255;
    --ring: 0.82 0.16 195;

    --chart-1: 0.82 0.16 195;
    --chart-2: 0.7 0.14 220;
    --chart-3: 0.6 0.1 240;
    --chart-4: 0.75 0.13 180;
    --chart-5: 0.5 0.08 255;

    --sidebar: 0.15 0.025 255;
    --sidebar-foreground: 0.95 0.01 255;
    --sidebar-primary: 0.82 0.16 195;
    --sidebar-primary-foreground: 0.13 0.025 255;
    --sidebar-accent: 0.22 0.03 255;
    --sidebar-accent-foreground: 0.9 0.02 255;
    --sidebar-border: 0.27 0.025 255;
    --sidebar-ring: 0.82 0.16 195;

    /* Wizard step indicator states (dark) */
    --step-done: 0.82 0.16 195;
    --step-done-foreground: 0.13 0.025 255;
    --step-active: 0.95 0.05 195;
    --step-active-foreground: 0.13 0.025 255;
    --step-upcoming: 0.25 0.025 255;
    --step-upcoming-foreground: 0.6 0.02 255;
    --progress-track: 0.22 0.025 255;
    --progress-fill: 0.82 0.16 195;
    --progress-glow: 0.95 0.05 195;

    /* Template thumbnail + section library (dark) */
    --thumb-surface: 0.19 0.022 255;
    --thumb-surface-hover: 0.22 0.028 255;
    --thumb-border: 0.3 0.025 255;
    --thumb-border-selected: 0.82 0.16 195;
    --chip-surface: 0.2 0.025 255;
    --chip-surface-hover: 0.24 0.03 255;
    --chip-surface-active: 0.82 0.16 195;
    --chip-foreground: 0.85 0.015 255;
    --chip-foreground-active: 0.13 0.025 255;
    --chip-border: 0.3 0.025 255;

    /* Upsell + summary panels (dark) */
    --upsell-surface: 0.18 0.022 255;
    --upsell-border: 0.3 0.025 255;
    --upsell-price: 0.95 0.05 195;
    --summary-surface: 0.16 0.022 255;
    --summary-border: 0.28 0.025 255;
    --summary-row-stripe: 0.19 0.022 255;

    /* 5 template style accents (dark) */
    --tpl-minimal: 0.85 0.02 255;
    --tpl-minimal-ink: 0.2 0.01 255;
    --tpl-artistic: 0.78 0.22 320;
    --tpl-artistic-ink: 0.16 0.04 320;
    --tpl-corporate: 0.78 0.13 75;
    --tpl-corporate-ink: 0.2 0.025 255;
    --tpl-warm: 0.7 0.15 55;
    --tpl-warm-ink: 0.18 0.03 45;
    --tpl-impact: 0.85 0.28 145;
    --tpl-impact-ink: 0.12 0.02 255;

    /* === Guided Tutorial (Step 4) — friendly, kid-simple (dark) === */
    --tut-surface: 0.2 0.028 255;
    --tut-surface-soft: 0.22 0.03 255;
    --tut-border: 0.32 0.03 255;
    --tut-border-active: 0.82 0.16 195;
    --tut-ink: 0.95 0.012 255;
    --tut-ink-muted: 0.72 0.02 255;

    --tut-dot-done: 0.78 0.16 145;
    --tut-dot-done-ink: 0.13 0.03 145;
    --tut-dot-current: 0.95 0.05 195;
    --tut-dot-current-ink: 0.13 0.025 255;
    --tut-dot-future: 0.3 0.02 255;
    --tut-dot-future-ink: 0.6 0.02 255;
    --tut-dot-track: 0.25 0.025 255;

    --tut-mascot-surface: 0.24 0.04 195;
    --tut-mascot-ink: 0.95 0.02 195;
    --tut-bubble-surface: 0.24 0.025 255;
    --tut-bubble-border: 0.36 0.03 255;
    --tut-bubble-ink: 0.95 0.012 255;

    --tut-btn-primary: 0.82 0.16 195;
    --tut-btn-primary-ink: 0.13 0.025 255;
    --tut-btn-primary-hover: 0.88 0.14 195;
    --tut-btn-secondary: 0.26 0.03 255;
    --tut-btn-secondary-ink: 0.92 0.015 255;
    --tut-btn-secondary-hover: 0.32 0.035 255;
    --tut-btn-ghost-ink: 0.7 0.02 255;

    --tut-num-badge: 0.82 0.16 195;
    --tut-num-badge-ink: 0.13 0.025 255;

    --tut-hint-amber: 0.85 0.13 75;
    --tut-hint-amber-ink: 0.16 0.04 75;
    --tut-hint-cyan: 0.82 0.16 195;
    --tut-hint-cyan-ink: 0.13 0.025 255;

    --tut-skip-ink: 0.62 0.02 255;

    --tut-celebrate: 0.78 0.16 145;
    --tut-celebrate-ink: 0.13 0.03 145;

    /* === Showcase page — interactive demo gallery (dark) === */
    --showcase-neon-cyan: 0.95 0.18 195;
    --showcase-neon-cyan-soft: 0.82 0.16 195;
    --showcase-neon-magenta: 0.72 0.24 320;
    --showcase-neon-green: 0.85 0.22 145;
    --showcase-neon-amber: 0.85 0.15 75;
    --showcase-card-surface: 0.16 0.022 255;
    --showcase-card-surface-hover: 0.19 0.028 255;
    --showcase-card-border: 0.32 0.04 255;
    --showcase-card-border-active: 0.82 0.16 195;
    --showcase-grid-line: 0.27 0.025 255;
    --showcase-scanline: 0.95 0.18 195;
    --showcase-terminal-bg: 0.08 0.02 145;
    --showcase-terminal-ink: 0.85 0.22 145;
    --showcase-terminal-cyan: 0.82 0.16 195;
    --showcase-quiz-correct: 0.78 0.16 145;
    --showcase-quiz-wrong: 0.62 0.22 25;
    --showcase-3d-perspective: 1200px;

    /* === Super CTA (Landing) — neon gradient hero CTA (dark) === */
    --super-cta-bg: 0.11 0.025 255;
    --super-cta-surface: 0.15 0.03 255;
    --super-cta-border: 0.35 0.05 255;
    --super-cta-cyan: 0.95 0.18 195;
    --super-cta-cyan-soft: 0.82 0.16 195;
    --super-cta-magenta: 0.72 0.24 320;
    --super-cta-magenta-soft: 0.68 0.2 320;
    --super-cta-ink: 0.97 0.01 255;
    --super-cta-ink-muted: 0.78 0.02 255;
    --super-cta-glow: 0.82 0.16 195;
    --super-cta-perspective: 1000px;

    /* === 3D Use-Cases Gallery (Showcase) (dark) === */
    --gallery-3d-perspective: 1200px;
    --gallery-3d-radius: 220px;
    --gallery-3d-panel-width: 280px;
    --gallery-3d-panel-height: 360px;
    --gallery-3d-surface: 0.16 0.022 255;
    --gallery-3d-surface-active: 0.19 0.03 255;
    --gallery-3d-border: 0.32 0.04 255;
    --gallery-3d-border-active: 0.95 0.18 195;
    --gallery-3d-border-active-soft: 0.82 0.16 195;
    --gallery-3d-ink: 0.95 0.01 255;
    --gallery-3d-ink-muted: 0.72 0.02 255;
    --gallery-3d-ink-dim: 0.5 0.02 255;
    --gallery-3d-accent: 0.82 0.16 195;
    --gallery-3d-glow: 0.95 0.18 195;
    --gallery-3d-dot: 0.3 0.025 255;
    --gallery-3d-dot-active: 0.95 0.18 195;

    /* === Alien Tech Showcase Redesign — 'Otro Mundo' (dark, additive) === */
    --alien-hud-surface: 0.16 0.035 195;
    --alien-hud-surface-strong: 0.2 0.045 195;
    --alien-hud-border: 0.4 0.12 195;
    --alien-hud-border-active: 0.95 0.18 195;
    --alien-hud-ink: 0.95 0.05 195;
    --alien-hud-ink-muted: 0.72 0.04 195;
    --alien-hud-grid: 0.3 0.06 195;
    --alien-hud-scan: 0.95 0.18 195;
    --alien-hud-bracket: 0.82 0.16 195;
    --alien-hud-badge: 0.85 0.22 145;
    --alien-hud-badge-ink: 0.13 0.03 145;

    --stellar-hero-void: 0.1 0.03 255;
    --stellar-hero-nebula-cyan: 0.82 0.16 195;
    --stellar-hero-nebula-magenta: 0.72 0.24 320;
    --stellar-hero-star-bright: 0.97 0.05 195;
    --stellar-hero-star-soft: 0.82 0.16 195;
    --stellar-hero-line: 0.82 0.16 195;
    --stellar-hero-line-magenta: 0.72 0.24 320;
    --stellar-hero-veil: 0.1 0.03 255;

    --stellar-cases-void: 0.11 0.025 255;
    --stellar-cases-star-green: 0.85 0.22 145;
    --stellar-cases-star-amber: 0.85 0.15 75;
    --stellar-cases-star-soft: 0.7 0.1 145;
    --stellar-cases-veil: 0.11 0.025 255;
  }

  * {
  border-color: oklch(var(--border));
}
  body {
  background-color: oklch(var(--background));
  font-family: var(--font-body), sans-serif;
  color: oklch(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-right: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-left: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  padding-left: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-invert {
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-kbd: var(--tw-prose-invert-kbd);
  --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-12 {
  bottom: -3rem;
}
.-left-12 {
  left: -3rem;
}
.-right-12 {
  right: -3rem;
}
.-right-3 {
  right: -0.75rem;
}
.-top-12 {
  top: -3rem;
}
.-top-24 {
  top: -6rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-\[14\%\] {
  bottom: 14%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-\[12\%\] {
  left: 12%;
}
.left-\[44\%\] {
  left: 44%;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-\[14\%\] {
  right: 14%;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-\[18\%\] {
  top: 18%;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[28\%\] {
  top: 28%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[60\%\] {
  top: 60%;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[70\] {
  z-index: 70;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.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 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.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-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}
.size-12 {
  width: 3rem;
  height: 3rem;
}
.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}
.size-16 {
  width: 4rem;
  height: 4rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}
.size-20 {
  width: 5rem;
  height: 5rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}
.size-32 {
  width: 8rem;
  height: 8rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-40 {
  width: 10rem;
  height: 10rem;
}
.size-48 {
  width: 12rem;
  height: 12rem;
}
.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-64 {
  width: 16rem;
  height: 16rem;
}
.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.size-72 {
  width: 18rem;
  height: 18rem;
}
.size-8 {
  width: 2rem;
  height: 2rem;
}
.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}
.size-auto {
  width: auto;
  height: auto;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.15rem\] {
  height: 1.15rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[calc\(100\%-1px\)\] {
  height: calc(100% - 1px);
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
  height: var(--radix-navigation-menu-viewport-height);
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-svh {
  height: 100svh;
}
.max-h-\[28rem\] {
  max-height: 28rem;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[88vh\] {
  max-height: 88vh;
}
.max-h-\[92vh\] {
  max-height: 92vh;
}
.max-h-\[calc\(92vh-64px\)\] {
  max-height: calc(92vh - 64px);
}
.min-h-0 {
  min-height: 0px;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-\[88vh\] {
  min-height: 88vh;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-svh {
  min-height: 100svh;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-5 {
  min-width: 1.25rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-9 {
  min-width: 2.25rem;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[calc\(100\%-2rem\)\] {
  max-width: calc(100% - 2rem);
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-full {
  flex-basis: 100%;
}
.caption-bottom {
  caption-side: bottom;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-px {
  --tw-translate-x: -1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --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-x-px {
  --tw-translate-x: 1px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0\.5 {
  --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));
}
.translate-y-\[-50\%\] {
  --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-\[calc\(-50\%_-_2px\)\] {
  --tw-translate-y: calc(-50% - 2px);
  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-45 {
  --tw-rotate: 45deg;
  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-90 {
  --tw-rotate: 90deg;
  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 fade-up {

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

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up {
  animation: fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes float {

  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}
.animate-float {
  animation: float 6s ease-in-out infinite;
}
@keyframes pulse {

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

  0%, 100% {
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.3), 0 0 18px oklch(0.82 0.16 195 / 0.18);
  }

  50% {
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.55), 0 0 36px oklch(0.82 0.16 195 / 0.32);
  }
}
.animate-pulse-glow {
  animation: pulse-glow 4s ease-in-out infinite;
}
@keyframes showcase-float {

  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}
.animate-showcase-float {
  animation: showcase-float 7s ease-in-out infinite;
}
@keyframes showcase-pulse {

  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.04);
  }
}
.animate-showcase-pulse {
  animation: showcase-pulse 3.5s ease-in-out infinite;
}
@keyframes spin {

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

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

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

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate-tutorial-pop {
  animation: tutorial-pop 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.scroll-my-1 {
  scroll-margin-top: 0.25rem;
  scroll-margin-bottom: 0.25rem;
}
.scroll-mt-20 {
  scroll-margin-top: 5rem;
}
.scroll-mt-44 {
  scroll-margin-top: 11rem;
}
.scroll-py-1 {
  scroll-padding-top: 0.25rem;
  scroll-padding-bottom: 0.25rem;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 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-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.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-end {
  justify-content: flex-end;
}
.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-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.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;
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-balance {
  text-wrap: balance;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-md {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-r-md {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.rounded-tl-sm {
  border-top-left-radius: calc(var(--radius) - 4px);
}
.border {
  border-width: 1px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-\[oklch\(0\.3_0\.08_145\/0\.4\)\] {
  border-color: oklch(0.3 0.08 145/0.4);
}
.border-border {
  border-color: oklch(var(--border));
}
.border-destructive {
  --tw-border-opacity: 1;
  border-color: oklch(var(--destructive) / var(--tw-border-opacity, 1));
}
.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\/30 {
  border-color: oklch(var(--primary) / 0.3);
}
.border-primary\/40 {
  border-color: oklch(var(--primary) / 0.4);
}
.border-primary\/50 {
  border-color: oklch(var(--primary) / 0.5);
}
.border-primary\/60 {
  border-color: oklch(var(--primary) / 0.6);
}
.border-sidebar-border {
  border-color: oklch(var(--sidebar-border));
}
.border-transparent {
  border-color: transparent;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[oklch\(0\.62_0\.22_25\)\] {
  background-color: oklch(0.62 0.22 25);
}
.bg-\[oklch\(0\.72_0\.24_320\/0\.15\)\] {
  background-color: oklch(0.72 0.24 320/0.15);
}
.bg-\[oklch\(0\.72_0\.24_320\/0\.18\)\] {
  background-color: oklch(0.72 0.24 320/0.18);
}
.bg-\[oklch\(0\.78_0\.16_145\)\] {
  background-color: oklch(0.78 0.16 145);
}
.bg-\[oklch\(0\.85_0\.15_75\)\] {
  background-color: oklch(0.85 0.15 75);
}
.bg-\[oklch\(0\.85_0\.15_75\/0\.15\)\] {
  background-color: oklch(0.85 0.15 75/0.15);
}
.bg-\[oklch\(0\.85_0\.22_145\/0\.15\)\] {
  background-color: oklch(0.85 0.22 145/0.15);
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-background {
  background-color: oklch(var(--background));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-border {
  background-color: oklch(var(--border));
}
.bg-card {
  background-color: oklch(var(--card));
}
.bg-destructive {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--destructive) / var(--tw-bg-opacity, 1));
}
.bg-destructive\/10 {
  background-color: oklch(var(--destructive) / 0.1);
}
.bg-destructive\/15 {
  background-color: oklch(var(--destructive) / 0.15);
}
.bg-destructive\/70 {
  background-color: oklch(var(--destructive) / 0.7);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-foreground {
  background-color: oklch(var(--foreground));
}
.bg-muted {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--muted) / var(--tw-bg-opacity, 1));
}
.bg-muted-foreground\/40 {
  background-color: oklch(var(--muted-foreground) / 0.4);
}
.bg-muted\/20 {
  background-color: oklch(var(--muted) / 0.2);
}
.bg-muted\/30 {
  background-color: oklch(var(--muted) / 0.3);
}
.bg-muted\/40 {
  background-color: oklch(var(--muted) / 0.4);
}
.bg-muted\/50 {
  background-color: oklch(var(--muted) / 0.5);
}
.bg-muted\/60 {
  background-color: oklch(var(--muted) / 0.6);
}
.bg-popover {
  background-color: oklch(var(--popover));
}
.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\/40 {
  background-color: oklch(var(--primary) / 0.4);
}
.bg-primary\/5 {
  background-color: oklch(var(--primary) / 0.05);
}
.bg-primary\/60 {
  background-color: oklch(var(--primary) / 0.6);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--secondary) / var(--tw-bg-opacity, 1));
}
.bg-secondary\/40 {
  background-color: oklch(var(--secondary) / 0.4);
}
.bg-sidebar {
  background-color: oklch(var(--sidebar));
}
.bg-sidebar-border {
  background-color: oklch(var(--sidebar-border));
}
.bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.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-primary\/50 {
  --tw-gradient-from: oklch(var(--primary) / 0.5) 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-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.fill-current {
  fill: currentColor;
}
.fill-primary {
  fill: oklch(var(--primary) / 1);
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[3px\] {
  padding: 3px;
}
.p-px {
  padding: 1px;
}
.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-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.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-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.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-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-\[0\.95rem\] {
  font-size: 0.95rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.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-\[1\.05\] {
  line-height: 1.05;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[oklch\(0\.72_0\.24_320\)\] {
  color: oklch(0.72 0.24 320);
}
.text-\[oklch\(0\.78_0\.16_145\)\] {
  color: oklch(0.78 0.16 145);
}
.text-\[oklch\(0\.82_0\.16_195\)\] {
  color: oklch(0.82 0.16 195);
}
.text-\[oklch\(0\.85_0\.15_75\)\] {
  color: oklch(0.85 0.15 75);
}
.text-\[oklch\(0\.85_0\.22_145\)\] {
  color: oklch(0.85 0.22 145);
}
.text-\[oklch\(0\.85_0\.22_145\/0\.8\)\] {
  color: oklch(0.85 0.22 145/0.8);
}
.text-\[oklch\(0\.95_0\.18_195\)\] {
  color: oklch(0.95 0.18 195);
}
.text-accent-foreground {
  color: oklch(var(--accent-foreground));
}
.text-card-foreground {
  color: oklch(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.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\/40 {
  color: oklch(var(--muted-foreground) / 0.4);
}
.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\/70 {
  color: oklch(var(--muted-foreground) / 0.7);
}
.text-popover-foreground {
  color: oklch(var(--popover-foreground));
}
.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\/60 {
  color: oklch(var(--primary) / 0.6);
}
.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-sidebar-foreground {
  color: oklch(var(--sidebar-foreground));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.accent-primary {
  accent-color: oklch(var(--primary) / 1);
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\] {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-border));
  --tw-shadow-colored: 0 0 0 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-elevated {
  --tw-shadow: 0 10px 30px -10px oklch(0.05 0.02 255 / 0.7), 0 4px 12px -4px oklch(0.05 0.02 255 / 0.5);
  --tw-shadow-colored: 0 10px 30px -10px var(--tw-shadow-color), 0 4px 12px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow {
  --tw-shadow: 0 0 24px oklch(0.82 0.16 195 / 0.35), 0 0 48px oklch(0.82 0.16 195 / 0.15);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color), 0 0 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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-thumb {
  --tw-shadow: 0 8px 24px -10px oklch(0.05 0.02 255 / 0.6), 0 2px 8px -4px oklch(0.05 0.02 255 / 0.4);
  --tw-shadow-colored: 0 8px 24px -10px var(--tw-shadow-color), 0 2px 8px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-0 {
  --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(0px + 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-1 {
  --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(1px + 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-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[oklch\(0\.72_0\.24_320\/0\.4\)\] {
  --tw-ring-color: oklch(0.72 0.24 320/0.4);
}
.ring-\[oklch\(0\.85_0\.15_75\/0\.4\)\] {
  --tw-ring-color: oklch(0.85 0.15 75/0.4);
}
.ring-\[oklch\(0\.85_0\.22_145\/0\.4\)\] {
  --tw-ring-color: oklch(0.85 0.22 145/0.4);
}
.ring-black\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}
.ring-border {
  --tw-ring-color: oklch(var(--border));
}
.ring-destructive\/40 {
  --tw-ring-color: oklch(var(--destructive) / 0.4);
}
.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: oklch(var(--primary) / var(--tw-ring-opacity, 1));
}
.ring-primary\/30 {
  --tw-ring-color: oklch(var(--primary) / 0.3);
}
.ring-primary\/40 {
  --tw-ring-color: oklch(var(--primary) / 0.4);
}
.ring-ring\/50 {
  --tw-ring-color: oklch(var(--ring) / 0.5);
}
.ring-sidebar-ring {
  --tw-ring-color: oklch(var(--sidebar-ring));
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-background {
  --tw-ring-offset-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);
}
.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-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-\[left\2c right\2c width\] {
  transition-property: left,right,width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\2c opacity\] {
  transition-property: margin,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c height\2c padding\] {
  transition-property: width,height,padding;
  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-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none {
  transition-property: none;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.\@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));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  animation-timing-function: linear;
}
.\!running {
  animation-play-state: running !important;
}
.running {
  animation-play-state: running;
}
.transition-smooth {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
.glass-card {
    background: oklch(0.17 0.022 255 / 0.55);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid oklch(0.27 0.025 255 / 0.6);
  }
.glass-card-strong {
    background: oklch(0.2 0.03 255 / 0.72);
    backdrop-filter: blur(24px) saturate(160%);
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    border: 1px solid oklch(0.32 0.04 255 / 0.7);
  }
.text-gradient-cyan {
    background: linear-gradient(
      135deg,
      oklch(0.95 0.04 195) 0%,
      oklch(0.82 0.16 195) 50%,
      oklch(0.7 0.14 220) 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
.bg-radial-navy {
    background: radial-gradient(
        ellipse at 50% 0%,
        oklch(0.2 0.04 255 / 0.6) 0%,
        transparent 55%
      ), oklch(0.13 0.025 255);
  }
.bg-grid-navy {
    background-image: linear-gradient(
        oklch(0.27 0.025 255 / 0.18) 1px,
        transparent 1px
      ),
      linear-gradient(90deg, oklch(0.27 0.025 255 / 0.18) 1px, transparent 1px);
    background-size: 64px 64px;
  }
.glow-cyan {
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.4), 0 0 24px
      oklch(0.82 0.16 195 / 0.25), 0 0 48px oklch(0.82 0.16 195 / 0.12);
  }
/* Wizard progress bar with cyan fill + soft glow */
.wizard-progress-track {
    background: oklch(0.22 0.025 255);
    border-radius: 999px;
    overflow: hidden;
  }
.wizard-progress-fill {
    background: linear-gradient(
      90deg,
      oklch(0.7 0.14 220) 0%,
      oklch(0.82 0.16 195) 60%,
      oklch(0.95 0.05 195) 100%
    );
    box-shadow: 0 0 12px oklch(0.82 0.16 195 / 0.5), 0 0 24px
      oklch(0.82 0.16 195 / 0.2);
    border-radius: 999px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
/* Step indicator node states */
.step-node-done {
    background: oklch(0.82 0.16 195);
    color: oklch(0.13 0.025 255);
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.5), 0 0 16px
      oklch(0.82 0.16 195 / 0.25);
  }
.step-node-active {
    background: oklch(0.95 0.05 195);
    color: oklch(0.13 0.025 255);
    box-shadow: 0 0 0 2px oklch(0.95 0.05 195 / 0.6), 0 0 28px
      oklch(0.82 0.16 195 / 0.4);
  }
.step-node-upcoming {
    background: oklch(0.25 0.025 255);
    color: oklch(0.6 0.02 255);
    border: 1px solid oklch(0.32 0.025 255);
  }
.step-connector-done {
    background: linear-gradient(
      90deg,
      oklch(0.82 0.16 195),
      oklch(0.82 0.16 195 / 0.4)
    );
  }
.step-connector-upcoming {
    background: oklch(0.27 0.025 255);
  }
/* Template thumbnail card */
.thumb-card {
    background: oklch(0.19 0.022 255);
    border: 1px solid oklch(0.3 0.025 255);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.35s,
      box-shadow 0.35s;
  }
.thumb-card:hover {
    background: oklch(0.22 0.028 255);
    border-color: oklch(0.4 0.04 255);
    transform: translateY(-6px);
    box-shadow: 0 18px 40px -16px oklch(0.05 0.02 255 / 0.8);
  }
.thumb-card-selected {
    border-color: oklch(0.82 0.16 195);
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.6), 0 0 28px
      oklch(0.82 0.16 195 / 0.25);
  }
/* Section library chip */
.lib-chip {
    background: oklch(0.2 0.025 255);
    border: 1px solid oklch(0.3 0.025 255);
    color: oklch(0.85 0.015 255);
    border-radius: 999px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
.lib-chip:hover {
    background: oklch(0.24 0.03 255);
    border-color: oklch(0.82 0.16 195 / 0.5);
  }
.lib-chip-active {
    background: oklch(0.82 0.16 195);
    border-color: oklch(0.82 0.16 195);
    color: oklch(0.13 0.025 255);
  }
/* Upsell card */
.upsell-card {
    background: oklch(0.18 0.022 255);
    border: 1px solid oklch(0.3 0.025 255);
    border-radius: 0.75rem;
    transition: border-color 0.3s, background 0.3s;
  }
.upsell-card:hover {
    border-color: oklch(0.82 0.16 195 / 0.5);
    background: oklch(0.2 0.025 255);
  }
.upsell-card-selected {
    border-color: oklch(0.82 0.16 195);
    background: oklch(0.82 0.16 195 / 0.08);
  }
.upsell-price {
    color: oklch(0.95 0.05 195);
    font-family: var(--font-mono);
    font-feature-settings: "tnum";
  }
/* Summary panel */
.summary-panel {
    background: oklch(0.16 0.022 255);
    border: 1px solid oklch(0.28 0.025 255);
    border-radius: 0.875rem;
  }
.summary-row:nth-child(even) {
    background: oklch(0.19 0.022 255 / 0.5);
  }
/* Template style accent strips (used in thumbnails + preview swatches) */
.tpl-accent-minimal {
    background: linear-gradient(
      135deg,
      oklch(0.95 0.005 255),
      oklch(0.7 0.01 255)
    );
  }
.tpl-accent-artistic {
    background: linear-gradient(
      135deg,
      oklch(0.78 0.22 320),
      oklch(0.7 0.2 200),
      oklch(0.78 0.22 60)
    );
  }
.tpl-accent-corporate {
    background: linear-gradient(
      135deg,
      oklch(0.78 0.13 75),
      oklch(0.45 0.03 255)
    );
  }
.tpl-accent-warm {
    background: linear-gradient(135deg, oklch(0.7 0.15 55), oklch(0.6 0.14 30));
  }
.tpl-accent-impact {
    background: linear-gradient(
      135deg,
      oklch(0.85 0.28 145),
      oklch(0.12 0.02 255)
    );
  }
/* === Guided Tutorial (Step 4) — friendly, kid-simple === */
.tutorial-progress-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0.5rem 0;
  }
.tutorial-progress-dot {
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 999px;
    background: oklch(var(--tut-dot-future));
    color: oklch(var(--tut-dot-future-ink));
    border: 1px solid oklch(var(--tut-border));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
.tutorial-progress-dot--done {
    background: oklch(var(--tut-dot-done));
    color: oklch(var(--tut-dot-done-ink));
    border-color: oklch(var(--tut-dot-done));
  }
.tutorial-progress-dot--current {
    width: 1.5rem;
    height: 1.5rem;
    background: oklch(var(--tut-dot-current));
    color: oklch(var(--tut-dot-current-ink));
    border-color: oklch(var(--tut-dot-current));
    box-shadow: 0 0 0 3px oklch(var(--tut-dot-current) / 0.25), 0 0 18px
      oklch(var(--tut-dot-current) / 0.4);
    animation: tutorial-pulse 2.2s ease-in-out infinite;
  }
.tutorial-progress-dot--future {
    background: oklch(var(--tut-dot-future));
    color: oklch(var(--tut-dot-future-ink));
  }
.mascot-bubble {
    position: relative;
    background: oklch(var(--tut-bubble-surface));
    border: 1px solid oklch(var(--tut-bubble-border));
    color: oklch(var(--tut-bubble-ink));
    border-radius: 1.25rem;
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5;
    min-height: 1.125rem;
    box-shadow: 0 8px 24px -10px oklch(0.05 0.02 255 / 0.6);
  }
.mascot-bubble::before {
    content: "";
    position: absolute;
    left: -0.625rem;
    top: 1.25rem;
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-right: 0.625rem solid oklch(var(--tut-bubble-surface));
    filter: drop-shadow(-1px 0 0 oklch(var(--tut-bubble-border)));
  }
.mascot-avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 999px;
    background: oklch(var(--tut-mascot-surface));
    color: oklch(var(--tut-mascot-ink));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 0 0 2px oklch(var(--tut-mascot-surface) / 0.6), 0 0 24px
      oklch(var(--tut-mascot-surface) / 0.35);
    flex-shrink: 0;
  }
.btn-tutorial-primary {
    min-height: 3.75rem;
    padding: 0 1.75rem;
    border-radius: 1rem;
    background: oklch(var(--tut-btn-primary));
    color: oklch(var(--tut-btn-primary-ink));
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.125rem;
    border: none;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    box-shadow: 0 8px 20px -8px oklch(var(--tut-btn-primary) / 0.6);
  }
.btn-tutorial-primary:hover {
    background: oklch(var(--tut-btn-primary-hover));
    transform: translateY(-2px);
  }
.btn-tutorial-primary:active {
    transform: translateY(0);
  }
.btn-tutorial-secondary {
    min-height: 3.75rem;
    padding: 0 1.5rem;
    border-radius: 1rem;
    background: oklch(var(--tut-btn-secondary));
    color: oklch(var(--tut-btn-secondary-ink));
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.0625rem;
    border: 1px solid oklch(var(--tut-border));
    cursor: pointer;
    transition: background 0.25s, transform 0.2s;
  }
.btn-tutorial-secondary:hover {
    background: oklch(var(--tut-btn-secondary-hover));
    transform: translateY(-2px);
  }
.btn-tutorial-ghost {
    min-height: 3.75rem;
    padding: 0 1.25rem;
    border-radius: 1rem;
    background: transparent;
    color: oklch(var(--tut-btn-ghost-ink));
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 1.0625rem;
    border: none;
    cursor: pointer;
    transition: color 0.25s, background 0.25s;
  }
.btn-tutorial-ghost:hover {
    color: oklch(var(--tut-ink));
    background: oklch(var(--tut-surface-soft) / 0.5);
  }
.tutorial-section-card {
    background: oklch(var(--tut-surface));
    border: 1px solid oklch(var(--tut-border));
    border-radius: 1.25rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  }
.tutorial-section-card:hover {
    border-color: oklch(var(--tut-border-active) / 0.5);
  }
.tutorial-section-number {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: oklch(var(--tut-num-badge));
    color: oklch(var(--tut-num-badge-ink));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
  }
.tutorial-section-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
  }
.tutorial-section-actions > * {
    min-width: 5rem;
    min-height: 5rem;
    border-radius: 0.875rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s, border-color 0.2s;
  }
.tutorial-section-actions > *:hover {
    transform: translateY(-2px);
  }
.tutorial-library-card {
    background: oklch(var(--tut-surface));
    border: 1px solid oklch(var(--tut-border));
    border-radius: 1.25rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  }
.tutorial-library-card:hover {
    border-color: oklch(var(--tut-border-active) / 0.5);
    transform: translateY(-3px);
    box-shadow: 0 14px 32px -16px oklch(0.05 0.02 255 / 0.7);
  }
.tutorial-library-add-btn {
    min-height: 3.25rem;
    min-width: 7rem;
    padding: 0 1.5rem;
    border-radius: 1rem;
    background: oklch(var(--tut-btn-primary));
    color: oklch(var(--tut-btn-primary-ink));
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.0625rem;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-shrink: 0;
    transition: background 0.25s, transform 0.2s;
  }
.tutorial-library-add-btn:hover {
    background: oklch(var(--tut-btn-primary-hover));
    transform: translateY(-2px);
  }
.tutorial-page-card {
    background: oklch(var(--tut-surface));
    border: 1px solid oklch(var(--tut-border));
    border-radius: 1.25rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    cursor: pointer;
    min-height: 5rem;
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
  }
.tutorial-page-card:hover {
    border-color: oklch(var(--tut-border-active) / 0.5);
    transform: translateY(-3px);
    box-shadow: 0 14px 32px -16px oklch(0.05 0.02 255 / 0.7);
  }
.tutorial-page-card--active {
    border-color: oklch(var(--tut-border-active));
    box-shadow: 0 0 0 1px oklch(var(--tut-border-active) / 0.6), 0 0 28px
      oklch(var(--tut-border-active) / 0.25);
  }
.tutorial-celebration {
    background: oklch(var(--tut-surface-soft));
    border: 1px solid oklch(var(--tut-border));
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
  }
.tutorial-celebration::before {
    content: "✓";
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 999px;
    background: oklch(var(--tut-celebrate));
    color: oklch(var(--tut-celebrate-ink));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    box-shadow: 0 0 0 4px oklch(var(--tut-celebrate) / 0.2), 0 0 32px
      oklch(var(--tut-celebrate) / 0.35);
  }
.tutorial-skip-link {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    color: oklch(var(--tut-skip-ink));
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 0.2em;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    transition: color 0.2s, background 0.2s;
  }
.tutorial-skip-link:hover {
    color: oklch(var(--tut-ink));
    background: oklch(var(--tut-surface-soft) / 0.5);
  }
.tutorial-skip-link:focus-visible {
    outline: 2px solid oklch(var(--tut-border-active));
    outline-offset: 2px;
  }
.tutorial-hint-soft {
    background: oklch(var(--tut-hint-amber) / 0.14);
    border: 1px solid oklch(var(--tut-hint-amber) / 0.35);
    color: oklch(var(--tut-hint-amber-ink));
    border-radius: 1rem;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
  }
.tutorial-hint-soft--cyan {
    background: oklch(var(--tut-hint-cyan) / 0.12);
    border-color: oklch(var(--tut-hint-cyan) / 0.35);
    color: oklch(var(--tut-hint-cyan-ink));
  }
/* === Step 4 redesign — page tabs + section editor + library modal === */
.step4-info-banner {
    background: oklch(var(--tut-surface-soft));
    border: 1px solid oklch(var(--tut-border));
    border-radius: 1.25rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
.step4-info-banner-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: oklch(var(--tut-mascot-surface));
    color: oklch(var(--tut-mascot-ink));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
  }
.step4-tabs-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
.step4-tab {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.875rem;
    min-height: 4.5rem;
    min-width: 9rem;
    padding: 0.875rem 1.25rem;
    border-radius: 1.125rem;
    background: oklch(var(--tut-surface));
    border: 1.5px solid oklch(var(--tut-border));
    color: oklch(var(--tut-ink));
    font-family: var(--font-display);
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.25s, transform 0.2s, box-shadow 0.25s, background
      0.25s;
    text-align: left;
  }
.step4-tab:hover {
    border-color: oklch(var(--tut-border-active) / 0.55);
    transform: translateY(-2px);
    background: oklch(var(--tut-surface-soft));
  }
.step4-tab:focus-visible {
    outline: 2px solid oklch(var(--tut-border-active));
    outline-offset: 2px;
  }
.step4-tab--active {
    border-color: oklch(var(--tut-border-active));
    background: oklch(var(--tut-surface-soft));
    box-shadow: 0 0 0 1px oklch(var(--tut-border-active) / 0.6), 0 0 24px
      oklch(var(--tut-border-active) / 0.22);
    transform: translateY(-2px);
  }
.step4-tab-number {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: oklch(var(--tut-num-badge));
    color: oklch(var(--tut-num-badge-ink));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-weight: 700;
    font-size: 1.25rem;
    flex-shrink: 0;
  }
.step4-tab--done .step4-tab-number {
    background: oklch(var(--tut-dot-done));
    color: oklch(var(--tut-dot-done-ink));
  }
.step4-tab--active .step4-tab-number {
    background: oklch(var(--tut-dot-current));
    color: oklch(var(--tut-dot-current-ink));
    box-shadow: 0 0 0 3px oklch(var(--tut-dot-current) / 0.25);
  }
.step4-tab-body {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
    flex: 1;
  }
.step4-tab-name {
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.step4-tab-meta {
    font-size: 0.8125rem;
    font-weight: 500;
    color: oklch(var(--tut-ink-muted));
    font-family: var(--font-body);
  }
.step4-tab-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.125rem 0.5rem;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 700;
    font-family: var(--font-mono);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    flex-shrink: 0;
  }
.step4-tab-badge--done {
    background: oklch(var(--tut-dot-done) / 0.18);
    color: oklch(var(--tut-dot-done));
    border: 1px solid oklch(var(--tut-dot-done) / 0.4);
  }
.step4-tab-badge--current {
    background: oklch(var(--tut-dot-current) / 0.18);
    color: oklch(var(--tut-dot-current));
    border: 1px solid oklch(var(--tut-dot-current) / 0.45);
  }
.step4-tab-badge--pending {
    background: oklch(var(--tut-dot-future) / 0.4);
    color: oklch(var(--tut-ink-muted));
    border: 1px solid oklch(var(--tut-border));
  }
.step4-progress-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: oklch(var(--tut-surface-soft));
    border: 1px solid oklch(var(--tut-border));
    font-family: var(--font-mono);
    font-size: 0.875rem;
    font-weight: 600;
    color: oklch(var(--tut-ink));
  }
.step4-section-card {
    background: oklch(var(--tut-surface));
    border: 1px solid oklch(var(--tut-border));
    border-radius: 1.125rem;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: border-color 0.25s, box-shadow 0.25s;
  }
.step4-section-card:hover {
    border-color: oklch(var(--tut-border-active) / 0.45);
  }
.step4-section-card--fifth {
    border-color: oklch(var(--tut-hint-cyan) / 0.5);
    background: oklch(var(--tut-hint-cyan) / 0.06);
  }
.step4-section-card--fifth:hover {
    border-color: oklch(var(--tut-hint-cyan) / 0.7);
  }
.step4-section-head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
.step4-section-icon {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.875rem;
    background: oklch(var(--tut-surface-soft));
    border: 1px solid oklch(var(--tut-border));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    flex-shrink: 0;
  }
.step4-section-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25;
    color: oklch(var(--tut-ink));
  }
.step4-section-desc {
    font-size: 0.9375rem;
    line-height: 1.45;
    color: oklch(var(--tut-ink-muted));
  }
.step4-section-cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    background: oklch(var(--tut-surface-soft));
    border: 1px solid oklch(var(--tut-border));
    font-size: 0.75rem;
    font-weight: 600;
    color: oklch(var(--tut-ink-muted));
  }
.step4-fifth-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    background: oklch(var(--tut-hint-cyan) / 0.18);
    color: oklch(var(--tut-hint-cyan-ink));
    border: 1px solid oklch(var(--tut-hint-cyan) / 0.45);
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    font-weight: 700;
  }
.step4-controls {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
  }
.step4-control-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-width: 4.5rem;
    min-height: 4.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.875rem;
    background: oklch(var(--tut-surface-soft));
    border: 1.5px solid oklch(var(--tut-border));
    color: oklch(var(--tut-ink));
    font-family: var(--font-body);
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.18s, background 0.18s, border-color 0.18s, color
      0.18s;
    line-height: 1.1;
    text-align: center;
  }
.step4-control-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    border-color: oklch(var(--tut-border-active) / 0.6);
    background: oklch(var(--tut-surface));
  }
.step4-control-btn:focus-visible {
    outline: 2px solid oklch(var(--tut-border-active));
    outline-offset: 2px;
  }
.step4-control-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
.step4-control-btn--danger:hover:not(:disabled) {
    border-color: oklch(var(--destructive) / 0.6);
    color: oklch(var(--destructive));
  }
.step4-control-btn--primary {
    background: oklch(var(--tut-btn-primary) / 0.12);
    border-color: oklch(var(--tut-btn-primary) / 0.45);
    color: oklch(var(--tut-btn-primary));
  }
.step4-control-btn--primary:hover:not(:disabled) {
    background: oklch(var(--tut-btn-primary) / 0.2);
    border-color: oklch(var(--tut-btn-primary));
  }
.step4-control-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
.step4-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
    min-height: 3.75rem;
    padding: 0 1.5rem;
    border-radius: 1rem;
    background: oklch(var(--tut-hint-cyan) / 0.12);
    border: 1.5px dashed oklch(var(--tut-hint-cyan) / 0.55);
    color: oklch(var(--tut-hint-cyan-ink));
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.0625rem;
    cursor: pointer;
    transition: transform 0.2s, background 0.2s, border-color 0.2s;
  }
.step4-add-btn:hover {
    transform: translateY(-2px);
    background: oklch(var(--tut-hint-cyan) / 0.2);
    border-style: solid;
    border-color: oklch(var(--tut-hint-cyan));
  }
.step4-add-btn:focus-visible {
    outline: 2px solid oklch(var(--tut-hint-cyan));
    outline-offset: 2px;
  }
.step4-add-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
.step4-add-price {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.5rem;
    border-radius: 999px;
    background: oklch(var(--tut-hint-cyan));
    color: oklch(var(--tut-hint-cyan-ink));
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    font-weight: 700;
  }
.step4-total-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.125rem;
    border-radius: 999px;
    background: oklch(var(--tut-surface-soft));
    border: 1px solid oklch(var(--tut-border-active) / 0.4);
    font-family: var(--font-mono);
    font-size: 0.9375rem;
    font-weight: 600;
    color: oklch(var(--tut-ink));
  }
.step4-total-chip-value {
    color: oklch(var(--tut-btn-primary));
    font-weight: 700;
  }
.step4-confirm-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 3.75rem;
    padding: 0 1.75rem;
    border-radius: 1rem;
    background: oklch(var(--tut-btn-primary));
    color: oklch(var(--tut-btn-primary-ink));
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.125rem;
    border: none;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s, box-shadow 0.25s;
    box-shadow: 0 8px 20px -8px oklch(var(--tut-btn-primary) / 0.6);
  }
.step4-confirm-btn:hover {
    background: oklch(var(--tut-btn-primary-hover));
    transform: translateY(-2px);
  }
.step4-confirm-btn:focus-visible {
    outline: 2px solid oklch(var(--tut-btn-primary));
    outline-offset: 2px;
  }
.step4-helper-text {
    font-size: 0.8125rem;
    color: oklch(var(--tut-ink-muted));
    line-height: 1.4;
  }
.step4-library-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
@media (min-width: 640px) {
    .step4-library-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
.step4-library-card {
    background: oklch(var(--tut-surface));
    border: 1px solid oklch(var(--tut-border));
    border-radius: 1rem;
    padding: 1rem 1.125rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.875rem;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
    text-align: left;
    width: 100%;
    cursor: pointer;
  }
.step4-library-card:hover {
    border-color: oklch(var(--tut-border-active) / 0.55);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px -12px oklch(0.05 0.02 255 / 0.6);
  }
.step4-library-card:focus-visible {
    outline: 2px solid oklch(var(--tut-border-active));
    outline-offset: 2px;
  }
.step4-library-card--added {
    opacity: 0.55;
    cursor: default;
  }
.step4-library-card--added:hover {
    transform: none;
    border-color: oklch(var(--tut-border));
    box-shadow: none;
  }
.step4-library-card-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.75rem;
    background: oklch(var(--tut-surface-soft));
    border: 1px solid oklch(var(--tut-border));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    flex-shrink: 0;
  }
.step4-celebration-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: oklch(0.05 0.02 255 / 0.78);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
.step4-celebration-card {
    position: relative;
    max-width: 36rem;
    width: 100%;
    background: oklch(var(--tut-surface-soft));
    border: 1px solid oklch(var(--tut-border-active) / 0.5);
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    text-align: center;
    box-shadow: 0 0 0 1px oklch(var(--tut-border-active) / 0.4), 0 24px 64px
      -16px oklch(0.05 0.02 255 / 0.8), 0 0 48px
      oklch(var(--tut-border-active) / 0.2);
    animation: tutorial-pop 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
.step4-celebration-emoji {
    font-size: 4rem;
    line-height: 1;
    animation: float 3s ease-in-out infinite;
  }
.step4-celebration-title {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.875rem;
    line-height: 1.15;
    color: oklch(var(--tut-ink));
  }
.step4-celebration-summary-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    background: oklch(var(--tut-surface));
    border: 1px solid oklch(var(--tut-border));
  }
/* Confetti pieces — pure CSS, no JS */
.step4-confetti {
    position: absolute;
    top: -0.5rem;
    width: 0.5rem;
    height: 0.875rem;
    border-radius: 0.1rem;
    pointer-events: none;
    animation: step4-confetti-fall 2.6s ease-in forwards;
  }
@keyframes step4-confetti-fall {
    0% {
      transform: translateY(-1rem) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: translateY(28rem) rotate(720deg);
      opacity: 0;
    }
  }
/* === Showcase page — interactive demo gallery utilities === */
/* Hero ambient — radial cyan glow orbs over navy grid */
.showcase-hero-bg {
    background: radial-gradient(
        ellipse at 20% 10%,
        oklch(0.82 0.16 195 / 0.12) 0%,
        transparent 45%
      ),
      radial-gradient(
        ellipse at 80% 20%,
        oklch(0.72 0.24 320 / 0.08) 0%,
        transparent 40%
      ),
      radial-gradient(
        ellipse at 50% 100%,
        oklch(0.82 0.16 195 / 0.1) 0%,
        transparent 55%
      ), oklch(0.13 0.025 255);
  }
/* Demo card — glass surface with animated gradient border */
.showcase-card {
    position: relative;
    background: oklch(0.16 0.022 255 / 0.6);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid oklch(0.32 0.04 255 / 0.5);
    border-radius: 1.25rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.4s,
      box-shadow 0.4s, background 0.4s;
  }
.showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: linear-gradient(
      135deg,
      oklch(0.82 0.16 195 / 0.6) 0%,
      oklch(0.32 0.04 255 / 0.1) 40%,
      oklch(0.72 0.24 320 / 0.3) 70%,
      oklch(0.82 0.16 195 / 0.5) 100%
    );
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.5;
    transition: opacity 0.4s;
    animation: showcase-border-drift 8s ease infinite;
    pointer-events: none;
  }
.showcase-card:hover {
    background: oklch(0.19 0.028 255 / 0.72);
    border-color: oklch(0.82 0.16 195 / 0.5);
    transform: translateY(-8px);
    box-shadow: 0 24px 56px -20px oklch(0.05 0.02 255 / 0.85), 0 0 32px
      oklch(0.82 0.16 195 / 0.15);
  }
.showcase-card:hover::before {
    opacity: 1;
  }
/* Neon glow variants per demo type */
.showcase-glow-cyan {
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.5), 0 0 20px
      oklch(0.95 0.18 195 / 0.35), 0 0 40px oklch(0.82 0.16 195 / 0.15);
  }
.showcase-glow-magenta {
    box-shadow: 0 0 0 1px oklch(0.72 0.24 320 / 0.5), 0 0 20px
      oklch(0.72 0.24 320 / 0.3), 0 0 40px oklch(0.72 0.24 320 / 0.12);
  }
.showcase-glow-green {
    box-shadow: 0 0 0 1px oklch(0.85 0.22 145 / 0.5), 0 0 20px
      oklch(0.85 0.22 145 / 0.3), 0 0 40px oklch(0.85 0.22 145 / 0.12);
  }
.showcase-glow-amber {
    box-shadow: 0 0 0 1px oklch(0.85 0.15 75 / 0.5), 0 0 20px
      oklch(0.85 0.15 75 / 0.3), 0 0 40px oklch(0.85 0.15 75 / 0.12);
  }
/* Neon text glow — for game score, terminal cursor */
.showcase-text-neon-cyan {
    color: oklch(0.95 0.18 195);
    text-shadow: 0 0 8px oklch(0.82 0.16 195 / 0.6), 0 0 16px
      oklch(0.82 0.16 195 / 0.3);
  }
.showcase-text-neon-green {
    color: oklch(0.85 0.22 145);
    text-shadow: 0 0 8px oklch(0.85 0.22 145 / 0.6), 0 0 16px
      oklch(0.85 0.22 145 / 0.3);
  }
/* 3D gallery perspective container */
.showcase-3d-stage {
    perspective: var(--showcase-3d-perspective);
    perspective-origin: 50% 40%;
  }
.showcase-3d-object {
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
/* Terminal CRT — scanlines + slight curvature + flicker */
.showcase-terminal {
    position: relative;
    background: oklch(0.08 0.02 145);
    border: 1px solid oklch(0.3 0.08 145 / 0.6);
    border-radius: 0.5rem;
    overflow: hidden;
    font-family: var(--font-mono);
  }
.showcase-terminal::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
      0deg,
      oklch(0.95 0.18 195 / 0.04) 0px,
      oklch(0.95 0.18 195 / 0.04) 1px,
      transparent 1px,
      transparent 3px
    );
    pointer-events: none;
    z-index: 2;
    animation: showcase-scan 6s linear infinite;
  }
.showcase-terminal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
      ellipse at center,
      transparent 60%,
      oklch(0.05 0.02 145 / 0.4) 100%
    );
    pointer-events: none;
    z-index: 3;
  }
/* Dashboard grid background — denser than bg-grid-navy */
.showcase-dashboard-grid {
    background-image: linear-gradient(
        oklch(0.27 0.025 255 / 0.12) 1px,
        transparent 1px
      ),
      linear-gradient(90deg, oklch(0.27 0.025 255 / 0.12) 1px, transparent 1px);
    background-size: 32px 32px;
  }
/* Quiz option card */
.showcase-quiz-option {
    background: oklch(0.18 0.025 255 / 0.6);
    border: 1.5px solid oklch(0.32 0.04 255 / 0.5);
    border-radius: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
  }
.showcase-quiz-option:hover {
    border-color: oklch(0.82 0.16 195 / 0.6);
    background: oklch(0.2 0.03 255 / 0.7);
    transform: translateY(-3px);
  }
.showcase-quiz-option--selected {
    border-color: oklch(0.82 0.16 195);
    background: oklch(0.82 0.16 195 / 0.1);
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.5), 0 0 24px
      oklch(0.82 0.16 195 / 0.2);
  }
.showcase-quiz-option--correct {
    border-color: oklch(0.78 0.16 145);
    background: oklch(0.78 0.16 145 / 0.12);
    box-shadow: 0 0 24px oklch(0.78 0.16 145 / 0.25);
  }
.showcase-quiz-option--wrong {
    border-color: oklch(0.62 0.22 25);
    background: oklch(0.62 0.22 25 / 0.1);
  }
/* CTA section gradient button */
.showcase-cta-btn {
    background: linear-gradient(
      135deg,
      oklch(0.7 0.14 220) 0%,
      oklch(0.82 0.16 195) 50%,
      oklch(0.95 0.05 195) 100%
    );
    color: oklch(0.13 0.025 255);
    font-family: var(--font-display);
    font-weight: 700;
    border: none;
    box-shadow: 0 8px 32px -8px oklch(0.82 0.16 195 / 0.6), 0 0 24px
      oklch(0.82 0.16 195 / 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
  }
.showcase-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px -8px oklch(0.82 0.16 195 / 0.7), 0 0 36px
      oklch(0.82 0.16 195 / 0.3);
  }
/* Demo badge — small mono label per card */
.showcase-demo-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    background: oklch(0.82 0.16 195 / 0.12);
    border: 1px solid oklch(0.82 0.16 195 / 0.35);
    color: oklch(0.95 0.05 195);
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }
/* Showcase-specific keyframes (defined here for utility classes) */
@keyframes showcase-border-drift {
    0%,
    100% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
  }
@keyframes showcase-scan {
    0% {
      background-position-y: 0;
    }
    100% {
      background-position-y: 100%;
    }
  }
/* === Constellation Hero — canvas background effect (additive) === */
/* Full-bleed canvas layer, sits behind hero content. Canvas draws
     navy base + cyan/white particles (opacity 0.3-0.6) + distance-based
     constellation lines. Component toggles this layer vs. the static
     fallback below based on viewport + prefers-reduced-motion. */
.hero-constellation-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    display: block;
  }
/* Static navy gradient fallback — mobile / reduced-motion / no-JS.
     Matches the canvas navy base so the swap is visually seamless. */
.hero-constellation-fallback {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background: radial-gradient(
        ellipse at 50% 0%,
        oklch(0.2 0.04 255 / 0.55) 0%,
        transparent 55%
      ),
      radial-gradient(
        ellipse at 80% 30%,
        oklch(0.82 0.16 195 / 0.08) 0%,
        transparent 45%
      ), oklch(0.13 0.025 255);
  }
/* Subtle dark veil over the canvas so foreground text keeps AA contrast
     even where constellation lines cluster. Canvas is behind, veil above
     canvas but below hero content (z-index 1 vs content z-index 2+). */
.hero-constellation-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      oklch(0.13 0.025 255 / 0.35) 0%,
      oklch(0.13 0.025 255 / 0.1) 40%,
      oklch(0.13 0.025 255 / 0.45) 100%
    );
  }
/* === FAQ Section — modern accordion (additive) === */
/* Section container: centered, generous vertical rhythm, sits on the
     ambient navy backdrop. No new tokens — reuses background + border. */
.faq-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 48rem;
    margin-inline: auto;
  }
/* Header block: display title + muted subtitle, left-aligned. */
.faq-section-header {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
  }
/* Single accordion item — glass-card variant with cyan accent on open.
     Uses existing glass-card surface treatment for visual coherence. */
.faq-item {
    background: oklch(0.17 0.022 255 / 0.55);
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    border: 1px solid oklch(0.27 0.025 255 / 0.6);
    border-radius: 0.875rem;
    overflow: hidden;
    transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s
      cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
.faq-item:hover {
    border-color: oklch(0.82 0.16 195 / 0.4);
  }
/* Open state — cyan accent border + soft glow, lifted surface. */
.faq-item--open {
    border-color: oklch(0.82 0.16 195 / 0.55);
    background: oklch(0.19 0.025 255 / 0.7);
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.25), 0 0 24px
      oklch(0.82 0.16 195 / 0.12);
  }
/* Trigger button — full width, display font, comfortable touch target. */
.faq-trigger {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 3.75rem;
    padding: 1.125rem 1.25rem;
    background: transparent;
    border: none;
    color: oklch(0.95 0.01 255);
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.0625rem;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s;
  }
.faq-trigger:hover {
    color: oklch(0.95 0.05 195);
  }
.faq-trigger:focus-visible {
    outline: 2px solid oklch(0.82 0.16 195);
    outline-offset: -2px;
    border-radius: 0.875rem;
  }
/* Cheveron icon — rotates 180deg on open via faq-chevron animation. */
.faq-icon {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: oklch(0.82 0.16 195);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
.faq-item--open .faq-icon {
    transform: rotate(180deg);
  }
/* Expandable content — grid-rows trick for smooth height transition
     without JS measurement. Falls back gracefully if grid unsupported. */
.faq-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
.faq-item--open .faq-content {
    grid-template-rows: 1fr;
  }
.faq-content-inner {
    overflow: hidden;
    min-height: 0;
  }
.faq-content-body {
    padding: 0 1.25rem 1.25rem;
    color: oklch(0.78 0.015 255);
    font-family: var(--font-body);
    font-size: 0.9375rem;
    line-height: 1.6;
  }
/* Reduced motion — disable smooth height + icon rotation transitions;
     content still toggles via grid rows instantly. */
@media (prefers-reduced-motion: reduce) {
    .faq-content,
    .faq-icon,
    .faq-item {
      transition: none;
    }
  }
/* === Super CTA (Landing) — neon gradient hero CTA === */
/* Full-bleed section: animated neon gradient over navy void + subtle grid.
     The gradient shifts slowly (super-cta-gradient-shift) to feel alive
     without distracting. Decorative orbs float above it. */
.super-cta-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        120deg,
        oklch(0.82 0.16 195 / 0.16) 0%,
        oklch(0.72 0.24 320 / 0.14) 45%,
        oklch(0.82 0.16 195 / 0.18) 100%
      ),
      radial-gradient(
        ellipse at 50% 120%,
        oklch(0.82 0.16 195 / 0.18) 0%,
        transparent 55%
      ), oklch(var(--super-cta-bg));
    background-size: 300% 300%, 100% 100%, 100% 100%;
    animation: super-cta-gradient-shift 14s ease-in-out infinite;
  }
/* Subtle grid overlay layered above the gradient, below content. */
.super-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        oklch(0.95 0.18 195 / 0.05) 1px,
        transparent 1px
      ),
      linear-gradient(90deg, oklch(0.95 0.18 195 / 0.05) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask: radial-gradient(
      ellipse at 50% 50%,
      oklch(1 0 0) 0%,
      transparent 70%
    );
    mask: radial-gradient(ellipse at 50% 50%, oklch(1 0 0) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
  }
/* Top + bottom edge fade so the section blends into adjacent sections. */
.super-cta-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      oklch(var(--super-cta-bg) / 0.6) 0%,
      transparent 18%,
      transparent 82%,
      oklch(var(--super-cta-bg) / 0.6) 100%
    );
    pointer-events: none;
    z-index: 1;
  }
/* Floating decorative neon orbs — pure CSS, blurred radial gradients. */
.super-cta-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
    pointer-events: none;
    z-index: 1;
    opacity: 0.55;
  }
.super-cta-orb--cyan {
    width: 26rem;
    height: 26rem;
    background: radial-gradient(
      circle,
      oklch(0.95 0.18 195 / 0.5) 0%,
      transparent 65%
    );
    animation: super-cta-orb-float-a 18s ease-in-out infinite;
  }
.super-cta-orb--magenta {
    width: 22rem;
    height: 22rem;
    background: radial-gradient(
      circle,
      oklch(0.72 0.24 320 / 0.45) 0%,
      transparent 65%
    );
    animation: super-cta-orb-float-b 22s ease-in-out infinite;
  }
/* Headline — large display with cyan→magenta→cyan gradient text. */
.super-cta-headline {
    font-family: var(--font-display);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.02em;
    background: linear-gradient(
      110deg,
      oklch(0.97 0.05 195) 0%,
      oklch(0.82 0.16 195) 35%,
      oklch(0.72 0.24 320) 65%,
      oklch(0.95 0.18 195) 100%
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: super-cta-text-shift 12s ease-in-out infinite;
  }
/* Subhead — muted ink, relaxed leading. */
.super-cta-subhead {
    color: oklch(var(--super-cta-ink-muted));
    font-family: var(--font-body);
    line-height: 1.6;
  }
/* Primary CTA button — neon gradient fill, pulsing glow, hover lift+scale. */
.super-cta-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    min-height: 4rem;
    padding: 0 2.5rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(
      120deg,
      oklch(0.7 0.14 220) 0%,
      oklch(0.82 0.16 195) 50%,
      oklch(0.95 0.18 195) 100%
    );
    color: oklch(0.12 0.025 255);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.1875rem;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 0 1px oklch(0.95 0.18 195 / 0.4), 0 12px 36px -8px
      oklch(0.82 0.16 195 / 0.6), 0 0 28px oklch(0.82 0.16 195 / 0.3);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s
      cubic-bezier(0.22, 1, 0.36, 1);
    animation: super-cta-glow-pulse 4s ease-in-out infinite;
  }
.super-cta-btn:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 0 0 1px oklch(0.95 0.18 195 / 0.7), 0 18px 48px -8px
      oklch(0.82 0.16 195 / 0.75), 0 0 48px oklch(0.82 0.16 195 / 0.5), 0 0 80px
      oklch(0.72 0.24 320 / 0.25);
  }
.super-cta-btn:active {
    transform: translateY(-1px) scale(1.01);
  }
.super-cta-btn:focus-visible {
    outline: 2px solid oklch(0.95 0.18 195);
    outline-offset: 4px;
  }
/* Sheen sweep across the button on hover. */
.super-cta-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
      120deg,
      transparent 30%,
      oklch(1 0 0 / 0.35) 50%,
      transparent 70%
    );
    background-size: 250% 100%;
    background-position: -100% 0;
    opacity: 0;
    transition: opacity 0.3s, background-position 0.7s
      cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
  }
.super-cta-btn:hover::after {
    opacity: 1;
    background-position: 200% 0;
  }
/* Secondary ghost link — subtle, for an alternate action. */
.super-cta-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: oklch(var(--super-cta-ink-muted));
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 1.0625rem;
    text-decoration: none;
    border-bottom: 1px solid oklch(var(--super-cta-border));
    padding-bottom: 0.25rem;
    transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s
      cubic-bezier(0.22, 1, 0.36, 1);
  }
.super-cta-link:hover {
    color: oklch(0.95 0.18 195);
    border-color: oklch(0.82 0.16 195);
  }
/* Eyebrow label — mono, uppercase, cyan, above the headline. */
.super-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.875rem;
    border-radius: 999px;
    background: oklch(0.82 0.16 195 / 0.1);
    border: 1px solid oklch(0.82 0.16 195 / 0.35);
    color: oklch(0.95 0.18 195);
    font-family: var(--font-mono);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }
/* Super CTA keyframes */
@keyframes super-cta-gradient-shift {
    0%,
    100% {
      background-position: 0% 50%, 50% 100%, 100% 100%;
    }
    50% {
      background-position: 100% 50%, 50% 0%, 100% 100%;
    }
  }
@keyframes super-cta-text-shift {
    0%,
    100% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
  }
@keyframes super-cta-orb-float-a {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }
    33% {
      transform: translate3d(40px, -30px, 0);
    }
    66% {
      transform: translate3d(-20px, 20px, 0);
    }
  }
@keyframes super-cta-orb-float-b {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }
    33% {
      transform: translate3d(-30px, 25px, 0);
    }
    66% {
      transform: translate3d(25px, -20px, 0);
    }
  }
@keyframes super-cta-glow-pulse {
    0%,
    100% {
      box-shadow: 0 0 0 1px oklch(0.95 0.18 195 / 0.4), 0 12px 36px -8px
        oklch(0.82 0.16 195 / 0.6), 0 0 28px oklch(0.82 0.16 195 / 0.3);
    }
    50% {
      box-shadow: 0 0 0 1px oklch(0.95 0.18 195 / 0.6), 0 14px 40px -8px
        oklch(0.82 0.16 195 / 0.7), 0 0 44px oklch(0.82 0.16 195 / 0.45);
    }
  }
@media (prefers-reduced-motion: reduce) {
    .super-cta-section,
    .super-cta-headline,
    .super-cta-orb,
    .super-cta-btn {
      animation: none;
    }
  }
/* === 3D Use-Cases Gallery (Showcase) === */
/* Modeled on Gallery3DPreview: pure CSS 3D cylinder, drag-to-rotate,
     prev/next + dots, neon active panel, cubic-bezier(0.22,1,0.36,1) 0.7s.
     No autoplay, no category filtering. */
/* Perspective stage — holds the rotating cylinder. */
.gallery-3d-stage {
    position: relative;
    width: 100%;
    perspective: var(--gallery-3d-perspective);
    perspective-origin: 50% 42%;
    cursor: grab;
    touch-action: pan-y;
  }
.gallery-3d-stage:active {
    cursor: grabbing;
  }
/* The cylinder — preserves 3D, rotates via inline transform (rotateY).
     Transition is the signature 0.7s cubic-bezier(0.22,1,0.36,1). */
.gallery-3d-cylinder {
    position: relative;
    width: var(--gallery-3d-panel-width);
    height: var(--gallery-3d-panel-height);
    margin: 0 auto;
    transform-style: preserve-3d;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  }
/* Each panel — absolutely positioned, placed via inline
     transform: rotateY(angle) translateZ(radius). */
.gallery-3d-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 1.25rem;
    background: oklch(var(--gallery-3d-surface) / 0.72);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    border: 1px solid oklch(var(--gallery-3d-border) / 0.6);
    border-radius: 1.25rem;
    color: oklch(var(--gallery-3d-ink));
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    opacity: 0.32;
    filter: saturate(0.7);
    transition:
      opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      filter 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      border-color 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      box-shadow 0.7s cubic-bezier(0.22, 1, 0.36, 1),
      background 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    pointer-events: none;
  }
/* Active (front-facing) panel — neon border + glow, full opacity. */
.gallery-3d-panel--active {
    opacity: 1;
    filter: saturate(1);
    background: oklch(var(--gallery-3d-surface-active) / 0.85);
    border-color: oklch(var(--gallery-3d-border-active) / 0.8);
    box-shadow: 0 0 0 1px oklch(var(--gallery-3d-border-active-soft) / 0.6), 0 0
      24px oklch(var(--gallery-3d-glow) / 0.35), 0 0 56px
      oklch(var(--gallery-3d-accent) / 0.18), 0 18px 48px -16px
      oklch(0.05 0.02 255 / 0.8);
    pointer-events: auto;
    animation: gallery-3d-glow-pulse 4s ease-in-out infinite;
  }
/* Panel eyebrow — mono index + category label. */
.gallery-3d-panel-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    background: oklch(var(--gallery-3d-accent) / 0.12);
    border: 1px solid oklch(var(--gallery-3d-accent) / 0.35);
    color: oklch(0.95 0.18 195);
    font-family: var(--font-mono);
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    align-self: flex-start;
  }
/* Panel title — display font, bold. */
.gallery-3d-panel-title {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: oklch(var(--gallery-3d-ink));
  }
/* Panel summary — muted body text. */
.gallery-3d-panel-summary {
    color: oklch(var(--gallery-3d-ink-muted));
    font-family: var(--font-body);
    font-size: 0.9375rem;
    line-height: 1.55;
  }
/* Panel footer — "Ver detalle" hint, cyan, mono. */
.gallery-3d-panel-hint {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: oklch(0.95 0.18 195);
    font-family: var(--font-mono);
    font-size: 0.8125rem;
    font-weight: 600;
  }
/* Controls row — prev/next buttons + dots, below the stage. */
.gallery-3d-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
  }
.gallery-3d-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: oklch(0.18 0.025 255 / 0.6);
    border: 1px solid oklch(0.32 0.04 255 / 0.6);
    color: oklch(0.95 0.18 195);
    cursor: pointer;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s
      cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s
      cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s
      cubic-bezier(0.22, 1, 0.36, 1);
  }
.gallery-3d-arrow:hover:not(:disabled) {
    transform: scale(1.1);
    background: oklch(0.82 0.16 195 / 0.18);
    border-color: oklch(0.82 0.16 195 / 0.7);
    box-shadow: 0 0 20px oklch(0.82 0.16 195 / 0.35);
  }
.gallery-3d-arrow:focus-visible {
    outline: 2px solid oklch(0.95 0.18 195);
    outline-offset: 2px;
  }
.gallery-3d-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
  }
/* Dot indicators — active one cyan-glowing. */
.gallery-3d-dots {
    display: inline-flex;
    align-items: center;
    gap: 0.625rem;
  }
.gallery-3d-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 999px;
    background: oklch(var(--gallery-3d-dot));
    border: none;
    cursor: pointer;
    padding: 0;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1), background 0.4s
      cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s
      cubic-bezier(0.22, 1, 0.36, 1);
  }
.gallery-3d-dot--active {
    width: 1.75rem;
    background: oklch(var(--gallery-3d-dot-active));
    box-shadow: 0 0 12px oklch(0.82 0.16 195 / 0.6), 0 0 24px
      oklch(0.82 0.16 195 / 0.3);
  }
.gallery-3d-dot:focus-visible {
    outline: 2px solid oklch(0.95 0.18 195);
    outline-offset: 2px;
  }
/* Gallery glow-pulse keyframe */
@keyframes gallery-3d-glow-pulse {
    0%,
    100% {
      box-shadow: 0 0 0 1px oklch(var(--gallery-3d-border-active-soft) / 0.6), 0
        0 24px oklch(var(--gallery-3d-glow) / 0.35), 0 0 56px
        oklch(var(--gallery-3d-accent) / 0.18), 0 18px 48px -16px
        oklch(0.05 0.02 255 / 0.8);
    }
    50% {
      box-shadow: 0 0 0 1px oklch(var(--gallery-3d-border-active) / 0.8), 0 0
        36px oklch(var(--gallery-3d-glow) / 0.5), 0 0 72px
        oklch(var(--gallery-3d-accent) / 0.28), 0 18px 48px -16px
        oklch(0.05 0.02 255 / 0.8);
    }
  }
@media (prefers-reduced-motion: reduce) {
    .gallery-3d-panel--active,
    .gallery-3d-cylinder,
    .gallery-3d-panel {
      animation: none;
      transition: none;
    }
  }
/* ============================================================ */
/* === Alien Tech Showcase Redesign — 'Otro Mundo' (additive) === */
/* ============================================================ */
/* Two DISTINCT stellar fields: Hero = cyan/magenta nebula with
     gradient constellation lines + directional drift; UseCases =
     calmer green/amber scatter drift, no lines, subtler to defer to
     the 3D cylinder. HUD panels frame the gallery in alien-tech
     chrome. Outline CTA variant for the secondary 'Casos Reales'. */
/* --- Stellar Hero field: layered nebula + drifting star field --- */
.stellar-hero-field {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: radial-gradient(
        ellipse 80% 60% at 22% 18%,
        oklch(var(--stellar-hero-nebula-cyan) / 0.22) 0%,
        transparent 55%
      ),
      radial-gradient(
        ellipse 70% 55% at 78% 28%,
        oklch(var(--stellar-hero-nebula-magenta) / 0.18) 0%,
        transparent 50%
      ),
      radial-gradient(
        ellipse 90% 70% at 50% 100%,
        oklch(var(--stellar-hero-nebula-cyan) / 0.14) 0%,
        transparent 60%
      ), oklch(var(--stellar-hero-void));
  }
/* Star layer — small dots via layered radial gradients, drifts slowly.
     Distinct from cases: brighter cyan/magenta stars + directional drift. */
.stellar-hero-field::before {
    content: "";
    position: absolute;
    inset: -10%;
    background-image: radial-gradient(
        1.5px 1.5px at 12% 22%,
        oklch(var(--stellar-hero-star-bright) / 0.9),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 28% 64%,
        oklch(var(--stellar-hero-star-soft) / 0.7),
        transparent 60%
      ),
      radial-gradient(
        2px 2px at 44% 14%,
        oklch(var(--stellar-hero-star-bright) / 0.85),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 62% 78%,
        oklch(var(--stellar-hero-nebula-magenta) / 0.6),
        transparent 60%
      ),
      radial-gradient(
        1.5px 1.5px at 78% 38%,
        oklch(var(--stellar-hero-star-bright) / 0.8),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 88% 70%,
        oklch(var(--stellar-hero-star-soft) / 0.65),
        transparent 60%
      ),
      radial-gradient(
        2px 2px at 18% 88%,
        oklch(var(--stellar-hero-nebula-cyan) / 0.75),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 54% 48%,
        oklch(var(--stellar-hero-star-bright) / 0.7),
        transparent 60%
      ),
      radial-gradient(
        1.5px 1.5px at 36% 36%,
        oklch(var(--stellar-hero-nebula-magenta) / 0.55),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 70% 12%,
        oklch(var(--stellar-hero-star-soft) / 0.6),
        transparent 60%
      );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: stellar-hero-drift 26s ease-in-out infinite;
  }
/* Constellation line layer — gradient cyan→magenta lines, twinkle. */
.stellar-hero-field::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        105deg,
        transparent 38%,
        oklch(var(--stellar-hero-line) / 0.18) 42%,
        oklch(var(--stellar-hero-line-magenta) / 0.14) 48%,
        transparent 52%
      ),
      linear-gradient(
        75deg,
        transparent 58%,
        oklch(var(--stellar-hero-line) / 0.14) 62%,
        transparent 66%
      ),
      linear-gradient(
        135deg,
        transparent 20%,
        oklch(var(--stellar-hero-line-magenta) / 0.12) 24%,
        transparent 28%
      );
    background-size: 140% 140%, 120% 120%, 160% 160%;
    background-repeat: no-repeat;
    animation: stellar-hero-twinkle 9s ease-in-out infinite;
    mix-blend-mode: screen;
  }
/* Dark veil above field, below content — keeps text AA contrast. */
.stellar-hero-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      oklch(var(--stellar-hero-veil) / 0.4) 0%,
      oklch(var(--stellar-hero-veil) / 0.12) 42%,
      oklch(var(--stellar-hero-veil) / 0.5) 100%
    );
  }
/* --- Stellar Cases field: calmer green/amber scatter, no lines --- */
.stellar-cases-field {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: radial-gradient(
        ellipse 70% 50% at 30% 30%,
        oklch(var(--stellar-cases-star-green) / 0.1) 0%,
        transparent 55%
      ),
      radial-gradient(
        ellipse 65% 50% at 72% 70%,
        oklch(var(--stellar-cases-star-amber) / 0.08) 0%,
        transparent 55%
      ), oklch(var(--stellar-cases-void));
  }
/* Scatter star layer — green/amber dots, subtle drift, NO lines.
     Calmer than hero: smaller dots, lower opacity, slower drift. */
.stellar-cases-field::before {
    content: "";
    position: absolute;
    inset: -8%;
    background-image: radial-gradient(
        1px 1px at 14% 26%,
        oklch(var(--stellar-cases-star-green) / 0.55),
        transparent 60%
      ),
      radial-gradient(
        1.5px 1.5px at 32% 72%,
        oklch(var(--stellar-cases-star-amber) / 0.45),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 48% 18%,
        oklch(var(--stellar-cases-star-soft) / 0.5),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 64% 56%,
        oklch(var(--stellar-cases-star-green) / 0.5),
        transparent 60%
      ),
      radial-gradient(
        1.5px 1.5px at 82% 34%,
        oklch(var(--stellar-cases-star-amber) / 0.4),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 24% 84%,
        oklch(var(--stellar-cases-star-soft) / 0.45),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 72% 88%,
        oklch(var(--stellar-cases-star-green) / 0.4),
        transparent 60%
      ),
      radial-gradient(
        1px 1px at 92% 62%,
        oklch(var(--stellar-cases-star-soft) / 0.42),
        transparent 60%
      );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: stellar-cases-drift 34s ease-in-out infinite;
  }
/* Gentle twinkle on the scatter — subtler than hero's. */
.stellar-cases-field::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(
        2px 2px at 38% 44%,
        oklch(var(--stellar-cases-star-green) / 0.3),
        transparent 60%
      ),
      radial-gradient(
        2px 2px at 66% 28%,
        oklch(var(--stellar-cases-star-amber) / 0.25),
        transparent 60%
      );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    animation: stellar-cases-twinkle 12s ease-in-out infinite;
    mix-blend-mode: screen;
  }
/* Veil — keeps the 3D cylinder readable above the star field. */
.stellar-cases-veil {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: radial-gradient(
      ellipse 60% 50% at 50% 50%,
      oklch(var(--stellar-cases-veil) / 0.55) 0%,
      oklch(var(--stellar-cases-veil) / 0.2) 60%,
      oklch(var(--stellar-cases-veil) / 0.45) 100%
    );
  }
/* --- Alien HUD panel — translucent chrome framing the gallery --- */
.alien-hud-panel {
    position: relative;
    background: oklch(var(--alien-hud-surface) / 0.5);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid oklch(var(--alien-hud-border) / 0.5);
    border-radius: 1.5rem;
    overflow: hidden;
  }
/* Faint HUD grid overlay layered above the panel surface. */
.alien-hud-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        oklch(var(--alien-hud-grid) / 0.12) 1px,
        transparent 1px
      ),
      linear-gradient(
        90deg,
        oklch(var(--alien-hud-grid) / 0.12) 1px,
        transparent 1px
      );
    background-size: 48px 48px;
    pointer-events: none;
    z-index: 0;
  }
/* Moving scanline sweeping the panel — alien-tech CRT vibe. */
.alien-hud-panel::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      180deg,
      transparent 0%,
      oklch(var(--alien-hud-scan) / 0.06) 48%,
      oklch(var(--alien-hud-scan) / 0.1) 50%,
      oklch(var(--alien-hud-scan) / 0.06) 52%,
      transparent 100%
    );
    background-size: 100% 300%;
    background-position: 0% 0%;
    pointer-events: none;
    z-index: 0;
    animation: alien-hud-scan 7s linear infinite;
  }
/* Corner bracket — neon L-shaped frame accents at panel corners. */
.alien-hud-bracket {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid oklch(var(--alien-hud-bracket) / 0.7);
    pointer-events: none;
    z-index: 2;
    animation: alien-hud-bracket-pulse 5s ease-in-out infinite;
  }
.alien-hud-bracket--tl {
    top: 0.75rem;
    left: 0.75rem;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 0.5rem;
  }
.alien-hud-bracket--tr {
    top: 0.75rem;
    right: 0.75rem;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 0.5rem;
  }
.alien-hud-bracket--bl {
    bottom: 0.75rem;
    left: 0.75rem;
    border-right: none;
    border-top: none;
    border-bottom-left-radius: 0.5rem;
  }
.alien-hud-bracket--br {
    bottom: 0.75rem;
    right: 0.75rem;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 0.5rem;
  }
/* Standalone scanline utility — for use outside the panel ::after. */
.alien-hud-scanline {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: repeating-linear-gradient(
      0deg,
      oklch(var(--alien-hud-scan) / 0.04) 0px,
      oklch(var(--alien-hud-scan) / 0.04) 1px,
      transparent 1px,
      transparent 4px
    );
    z-index: 1;
  }
/* --- Outline CTA variant — secondary 'Casos Reales' button --- */
/* Distinct from the filled .showcase-cta-btn: transparent surface,
     cyan border, ghost hover fill. Same sizing for visual parity. */
.showcase-cta-btn--outline {
    background: transparent;
    color: oklch(0.95 0.05 195);
    font-family: var(--font-display);
    font-weight: 700;
    border: 1.5px solid oklch(0.82 0.16 195 / 0.7);
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.15), inset 0 0 18px
      oklch(0.82 0.16 195 / 0.08);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s
      cubic-bezier(0.22, 1, 0.36, 1), background 0.3s, border-color 0.3s;
  }
.showcase-cta-btn--outline:hover {
    transform: translateY(-3px);
    background: oklch(0.82 0.16 195 / 0.1);
    border-color: oklch(0.95 0.18 195);
    box-shadow: 0 0 0 1px oklch(0.82 0.16 195 / 0.4), 0 0 28px
      oklch(0.82 0.16 195 / 0.25), inset 0 0 22px oklch(0.82 0.16 195 / 0.14);
  }
.showcase-cta-btn--outline:focus-visible {
    outline: 2px solid oklch(0.95 0.18 195);
    outline-offset: 3px;
  }
/* --- Alien Tech keyframes --- */
/* Hero drift — directional translate, distinct from cases drift. */
@keyframes stellar-hero-drift {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(-18px, 14px, 0);
    }
  }
/* Hero twinkle — gradient line opacity + position shimmer. */
@keyframes stellar-hero-twinkle {
    0%,
    100% {
      opacity: 0.6;
      background-position: 0% 0%, 0% 0%, 0% 0%;
    }
    50% {
      opacity: 1;
      background-position: 30% 20%, 20% 30%, 40% 10%;
    }
  }
/* Cases drift — slower, smaller amplitude, calmer than hero. */
@keyframes stellar-cases-drift {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }
    50% {
      transform: translate3d(10px, -8px, 0);
    }
  }
/* Cases twinkle — subtler opacity pulse, no position shift. */
@keyframes stellar-cases-twinkle {
    0%,
    100% {
      opacity: 0.5;
    }
    50% {
      opacity: 0.85;
    }
  }
/* HUD scanline sweep — moves the bright band down the panel. */
@keyframes alien-hud-scan {
    0% {
      background-position: 0% 0%;
    }
    100% {
      background-position: 0% 300%;
    }
  }
/* Bracket pulse — soft cyan glow breathing at the corners. */
@keyframes alien-hud-bracket-pulse {
    0%,
    100% {
      border-color: oklch(var(--alien-hud-bracket) / 0.5);
      box-shadow: 0 0 8px oklch(var(--alien-hud-bracket) / 0.15);
    }
    50% {
      border-color: oklch(var(--alien-hud-bracket) / 0.9);
      box-shadow: 0 0 16px oklch(var(--alien-hud-bracket) / 0.35);
    }
  }
/* Badge glow — for alien-tech status badges (active panel etc). */
@keyframes alien-badge-glow {
    0%,
    100% {
      box-shadow: 0 0 0 1px oklch(var(--alien-hud-badge) / 0.4), 0 0 12px
        oklch(var(--alien-hud-badge) / 0.25);
    }
    50% {
      box-shadow: 0 0 0 1px oklch(var(--alien-hud-badge) / 0.7), 0 0 22px
        oklch(var(--alien-hud-badge) / 0.45);
    }
  }
/* Class form so the @media (prefers-reduced-motion: reduce) block can
     disable the glow — inline style={{ animation }} would bypass it. */
.alien-badge-glow {
    animation: alien-badge-glow 3.2s ease-in-out infinite;
  }
/* --- Reduced motion: disable all new animations, static fallbacks --- */
@media (prefers-reduced-motion: reduce) {
    .stellar-hero-field::before,
    .stellar-hero-field::after,
    .stellar-cases-field::before,
    .stellar-cases-field::after,
    .alien-hud-panel::after,
    .alien-hud-bracket,
    .showcase-cta-btn--outline,
    .alien-badge-glow {
      animation: none;
    }
    /* Static fallback: hero field shows nebula without drift/twinkle. */
    .stellar-hero-field::before {
      transform: none;
      opacity: 0.85;
    }
    .stellar-hero-field::after {
      opacity: 0.5;
    }
    /* Static fallback: cases field shows scatter without drift/twinkle. */
    .stellar-cases-field::before {
      transform: none;
      opacity: 0.7;
    }
    .stellar-cases-field::after {
      opacity: 0.5;
    }
    /* Static fallback: HUD scanline parks mid-panel, brackets steady. */
    .alien-hud-panel::after {
      background-position: 0% 50%;
    }
    .alien-hud-bracket {
      border-color: oklch(var(--alien-hud-bracket) / 0.7);
      box-shadow: none;
    }
    /* Static fallback: badge holds a steady soft glow instead of pulsing. */
    .alien-badge-glow {
      box-shadow: 0 0 0 1px oklch(var(--alien-hud-badge) / 0.5), 0 0 14px
        oklch(var(--alien-hud-badge) / 0.3);
    }
  }
.\[--cell-size\:--spacing\(8\)\] {
  --cell-size: var(--spacing(8));
}

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

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

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

@media (min-width: 1024px) {

  .lg\:prose-base {
    font-size: 1rem;
    line-height: 1.75;
  }

  .lg\:prose-base :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose-base :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }

  .lg\:prose-base :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
  }

  .lg\:prose-base :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }

  .lg\:prose-base :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333;
  }

  .lg\:prose-base :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }

  .lg\:prose-base :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
  }

  .lg\:prose-base :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-base :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-base :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-base :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-base :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    border-radius: 0.3125rem;
    padding-top: 0.1875em;
    padding-right: 0.375em;
    padding-bottom: 0.1875em;
    padding-left: 0.375em;
  }

  .lg\:prose-base :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .lg\:prose-base :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
  }

  .lg\:prose-base :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.9em;
  }

  .lg\:prose-base :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    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;
  }

  .lg\:prose-base :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .lg\:prose-base :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em;
  }

  .lg\:prose-base :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .lg\:prose-base :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .lg\:prose-base :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .lg\:prose-base :where(.lg\:prose-base > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
  }

  .lg\:prose-base :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;
  }

  .lg\:prose-base :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
  }

  .lg\:prose-base :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
  }

  .lg\:prose-base :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
  }

  .lg\:prose-base :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .lg\:prose-base :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.7142857;
  }

  .lg\:prose-base :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
  }

  .lg\:prose-base :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose-base :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose-base :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;
  }

  .lg\:prose-base :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
  }

  .lg\:prose-base :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
  }

  .lg\:prose-base :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .lg\:prose-base :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:prose-base :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
  }

  .lg\:prose-base :where(.lg\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
  }

  .lg\:prose-base :where(.lg\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
  }
}

.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-\[oklch\(0\.85_0\.22_145\/0\.4\)\]::-moz-placeholder {
  color: oklch(0.85 0.22 145/0.4);
}

.placeholder\:text-\[oklch\(0\.85_0\.22_145\/0\.4\)\]::placeholder {
  color: oklch(0.85 0.22 145/0.4);
}

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

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-2::after {
  content: var(--tw-content);
  inset: -0.5rem;
}

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}

.after\:w-\[2px\]::after {
  content: var(--tw-content);
  width: 2px;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:rounded-l-md:first-child {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.first\:border-l:first-child {
  border-left-width: 1px;
}

.last\:rounded-r-md:last-child {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.focus-within\:border-primary\/40:focus-within {
  border-color: oklch(var(--primary) / 0.4);
}

.hover\:scale-110:hover {
  --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));
}

.hover\:border-primary\/40:hover {
  border-color: oklch(var(--primary) / 0.4);
}

.hover\:border-primary\/50:hover {
  border-color: oklch(var(--primary) / 0.5);
}

.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\/20:hover {
  background-color: oklch(var(--accent) / 0.2);
}

.hover\:bg-accent\/5:hover {
  background-color: oklch(var(--accent) / 0.05);
}

.hover\:bg-destructive\/90:hover {
  background-color: oklch(var(--destructive) / 0.9);
}

.hover\:bg-muted:hover {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--muted) / var(--tw-bg-opacity, 1));
}

.hover\:bg-muted\/50:hover {
  background-color: oklch(var(--muted) / 0.5);
}

.hover\:bg-primary\/10:hover {
  background-color: oklch(var(--primary) / 0.1);
}

.hover\:bg-primary\/15:hover {
  background-color: oklch(var(--primary) / 0.15);
}

.hover\:bg-primary\/5:hover {
  background-color: oklch(var(--primary) / 0.05);
}

.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\:bg-sidebar-accent:hover {
  background-color: oklch(var(--sidebar-accent));
}

.hover\:text-accent-foreground:hover {
  color: oklch(var(--accent-foreground));
}

.hover\:text-destructive:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}

.hover\:text-foreground:hover {
  color: oklch(var(--foreground));
}

.hover\:text-muted-foreground:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: oklch(var(--primary) / var(--tw-text-opacity, 1));
}

.hover\:text-sidebar-accent-foreground:hover {
  color: oklch(var(--sidebar-accent-foreground));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover {
  --tw-shadow: 0 0 0 1px hsl(var(--sidebar-accent));
  --tw-shadow-colored: 0 0 0 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);
}

.hover\:shadow-\[0_0_16px_oklch\(0\.82_0\.16_195\/0\.25\)\]:hover {
  --tw-shadow: 0 0 16px oklch(0.82 0.16 195/0.25);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-glow:hover {
  --tw-shadow: 0 0 24px oklch(0.82 0.16 195 / 0.35), 0 0 48px oklch(0.82 0.16 195 / 0.15);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color), 0 0 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ring-4:hover {
  --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);
}

.hover\:ring-primary\/50:hover {
  --tw-ring-color: oklch(var(--primary) / 0.5);
}

.hover\:after\:bg-sidebar-border:hover::after {
  content: var(--tw-content);
  background-color: oklch(var(--sidebar-border));
}

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

.focus\:bg-accent:focus {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.focus\:text-accent-foreground:focus {
  color: oklch(var(--accent-foreground));
}

.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-ring:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: oklch(var(--ring) / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:z-10:focus-visible {
  z-index: 10;
}

.focus-visible\:border-primary:focus-visible {
  --tw-border-opacity: 1;
  border-color: oklch(var(--primary) / var(--tw-border-opacity, 1));
}

.focus-visible\:border-ring:focus-visible {
  --tw-border-opacity: 1;
  border-color: oklch(var(--ring) / var(--tw-border-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:outline-1:focus-visible {
  outline-width: 1px;
}

.focus-visible\:outline-ring:focus-visible {
  outline-color: oklch(var(--ring) / 1);
}

.focus-visible\:ring-1: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(1px + 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-2: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(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-visible\:ring-4: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(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);
}

.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:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: oklch(var(--ring) / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-ring\/50:focus-visible {
  --tw-ring-color: oklch(var(--ring) / 0.5);
}

.focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: oklch(var(--background));
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.active\:bg-sidebar-accent:active {
  background-color: oklch(var(--sidebar-accent));
}

.active\:text-sidebar-accent-foreground:active {
  color: oklch(var(--sidebar-accent-foreground));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group\/menu-item:focus-within .group-focus-within\/menu-item\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 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));
}

.group:hover .group-hover\:translate-y-0\.5 {
  --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));
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 45deg;
  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\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\: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\:scale-\[1\.04\] {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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\:gap-2\.5 {
  gap: 0.625rem;
}

.group:hover .group-hover\:bg-primary\/25 {
  background-color: oklch(var(--primary) / 0.25);
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: oklch(var(--primary) / var(--tw-text-opacity, 1));
}

.group\/menu-item:hover .group-hover\/menu-item\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer\/menu-button:hover ~ .peer-hover\/menu-button\:text-sidebar-accent-foreground {
  color: oklch(var(--sidebar-accent-foreground));
}

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

.aria-disabled\:pointer-events-none[aria-disabled="true"] {
  pointer-events: none;
}

.aria-disabled\:opacity-50[aria-disabled="true"] {
  opacity: 0.5;
}

.aria-selected\:text-muted-foreground[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction="bottom"] {
  left: 0px;
  right: 0px;
}

.data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction="left"] {
  top: 0px;
  bottom: 0px;
}

.data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction="right"] {
  top: 0px;
  bottom: 0px;
}

.data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction="top"] {
  left: 0px;
  right: 0px;
}

.data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction="bottom"] {
  bottom: 0px;
}

.data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction="left"] {
  left: 0px;
}

.data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction="right"] {
  right: 0px;
}

.data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction="top"] {
  top: 0px;
}

.data-\[active\=true\]\:z-10[data-active="true"] {
  z-index: 10;
}

.data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction="bottom"] {
  margin-top: 6rem;
}

.data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction="top"] {
  margin-bottom: 6rem;
}

.data-\[orientation\=horizontal\]\:h-1\.5[data-orientation="horizontal"] {
  height: 0.375rem;
}

.data-\[orientation\=horizontal\]\:h-full[data-orientation="horizontal"] {
  height: 100%;
}

.data-\[orientation\=horizontal\]\:h-px[data-orientation="horizontal"] {
  height: 1px;
}

.data-\[orientation\=vertical\]\:h-full[data-orientation="vertical"] {
  height: 100%;
}

.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"] {
  height: 1px;
}

.data-\[size\=default\]\:h-9[data-size="default"] {
  height: 2.25rem;
}

.data-\[size\=sm\]\:h-8[data-size="sm"] {
  height: 2rem;
}

.data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction="bottom"] {
  max-height: 80vh;
}

.data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction="top"] {
  max-height: 80vh;
}

.data-\[orientation\=vertical\]\:min-h-44[data-orientation="vertical"] {
  min-height: 11rem;
}

.data-\[orientation\=horizontal\]\:w-full[data-orientation="horizontal"] {
  width: 100%;
}

.data-\[orientation\=vertical\]\:w-1\.5[data-orientation="vertical"] {
  width: 0.375rem;
}

.data-\[orientation\=vertical\]\:w-auto[data-orientation="vertical"] {
  width: auto;
}

.data-\[orientation\=vertical\]\:w-full[data-orientation="vertical"] {
  width: 100%;
}

.data-\[orientation\=vertical\]\:w-px[data-orientation="vertical"] {
  width: 1px;
}

.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"] {
  width: 100%;
}

.data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction="left"] {
  width: 75%;
}

.data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction="right"] {
  width: 75%;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --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));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -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));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 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));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --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));
}

.data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state="checked"] {
  --tw-translate-x: calc(100% - 2px);
  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));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --tw-translate-x: 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));
}

@keyframes accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s ease-out;
}

.data-\[orientation\=vertical\]\:flex-col[data-orientation="vertical"] {
  flex-direction: column;
}

.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"] {
  flex-direction: column;
}

.data-\[range-end\=true\]\:rounded-md[data-range-end="true"] {
  border-radius: calc(var(--radius) - 2px);
}

.data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"] {
  border-radius: 0px;
}

.data-\[range-start\=true\]\:rounded-md[data-range-start="true"] {
  border-radius: calc(var(--radius) - 2px);
}

.data-\[selected\=true\]\:rounded-none[data-selected="true"] {
  border-radius: 0px;
}

.data-\[range-end\=true\]\:rounded-r-md[data-range-end="true"] {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.data-\[range-start\=true\]\:rounded-l-md[data-range-start="true"] {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction="bottom"] {
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}

.data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction="top"] {
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}

.data-\[variant\=outline\]\:border-l-0[data-variant="outline"] {
  border-left-width: 0px;
}

.data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction="bottom"] {
  border-top-width: 1px;
}

.data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction="left"] {
  border-right-width: 1px;
}

.data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction="right"] {
  border-left-width: 1px;
}

.data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction="top"] {
  border-bottom-width: 1px;
}

.data-\[active\=true\]\:border-ring[data-active="true"] {
  --tw-border-opacity: 1;
  border-color: oklch(var(--ring) / var(--tw-border-opacity, 1));
}

.data-\[state\=checked\]\:border-primary[data-state="checked"] {
  --tw-border-opacity: 1;
  border-color: oklch(var(--primary) / var(--tw-border-opacity, 1));
}

.data-\[active\=true\]\:bg-accent\/50[data-active="true"] {
  background-color: oklch(var(--accent) / 0.5);
}

.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
  background-color: oklch(var(--sidebar-accent));
}

.data-\[range-end\=true\]\:bg-primary[data-range-end="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.data-\[range-middle\=true\]\:bg-accent[data-range-middle="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[range-start\=true\]\:bg-primary[data-range-start="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.data-\[selected-single\=true\]\:bg-primary[data-selected-single="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.data-\[selected\=true\]\:bg-accent[data-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=active\]\:bg-background[data-state="active"] {
  background-color: oklch(var(--background));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.data-\[state\=on\]\:bg-accent[data-state="on"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:bg-accent[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
  background-color: oklch(var(--accent) / 0.5);
}

.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--secondary) / var(--tw-bg-opacity, 1));
}

.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--muted) / var(--tw-bg-opacity, 1));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: oklch(var(--input));
}

.data-\[inset\]\:pl-8[data-inset] {
  padding-left: 2rem;
}

.data-\[active\=true\]\:font-medium[data-active="true"] {
  font-weight: 500;
}

.data-\[active\=true\]\:text-accent-foreground[data-active="true"] {
  color: oklch(var(--accent-foreground));
}

.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
  color: oklch(var(--sidebar-accent-foreground));
}

.data-\[error\=true\]\:text-destructive[data-error="true"] {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}

.data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.data-\[range-end\=true\]\:text-primary-foreground[data-range-end="true"] {
  color: oklch(var(--primary-foreground));
}

.data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle="true"] {
  color: oklch(var(--accent-foreground));
}

.data-\[range-start\=true\]\:text-primary-foreground[data-range-start="true"] {
  color: oklch(var(--primary-foreground));
}

.data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single="true"] {
  color: oklch(var(--primary-foreground));
}

.data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
  color: oklch(var(--accent-foreground));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: oklch(var(--primary-foreground));
}

.data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
  color: oklch(var(--accent-foreground));
}

.data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
  color: oklch(var(--accent-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.data-\[variant\=destructive\]\:text-destructive[data-variant="destructive"] {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}

.data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
  opacity: 0.5;
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=open\]\:opacity-100[data-state="open"] {
  opacity: 1;
}

.data-\[state\=active\]\:shadow-sm[data-state="active"] {
  --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);
}

.data-\[variant\=outline\]\:shadow-xs[data-variant="outline"] {
  --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);
}

.data-\[active\=true\]\:ring-\[3px\][data-active="true"] {
  --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);
}

.data-\[active\=true\]\:ring-ring\/50[data-active="true"] {
  --tw-ring-color: oklch(var(--ring) / 0.5);
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}

.data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=visible\]\:animate-in[data-state="visible"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
  --tw-enter-opacity: 0;
}

.data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=visible\]\:fade-in[data-state="visible"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-90[data-state="open"] {
  --tw-enter-scale: .9;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
  --tw-enter-translate-x: 13rem;
}

.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
  --tw-enter-translate-x: -13rem;
}

.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
  --tw-exit-translate-x: 13rem;
}

.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
  --tw-exit-translate-x: -13rem;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}

.\*\:data-\[slot\=select-value\]\:line-clamp-1[data-slot="select-value"] > * {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\*\:data-\[slot\=select-value\]\:flex[data-slot="select-value"] > * {
  display: flex;
}

.\*\:data-\[slot\=select-value\]\:items-center[data-slot="select-value"] > * {
  align-items: center;
}

.\*\:data-\[slot\=select-value\]\:gap-2[data-slot="select-value"] > * {
  gap: 0.5rem;
}

.\*\:data-\[slot\=alert-description\]\:text-destructive\/90[data-slot="alert-description"] > * {
  color: oklch(var(--destructive) / 0.9);
}

.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  left: 0px;
}

.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  width: 100%;
}

.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --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));
}

.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --tw-translate-x: 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));
}

.data-\[variant\=outline\]\:first\:border-l:first-child[data-variant="outline"] {
  border-left-width: 1px;
}

.data-\[active\=true\]\:hover\:bg-accent:hover[data-active="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:hover\:bg-accent:hover[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:hover\:bg-sidebar-accent:hover[data-state="open"] {
  background-color: oklch(var(--sidebar-accent));
}

.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground:hover[data-state="open"] {
  color: oklch(var(--sidebar-accent-foreground));
}

.data-\[active\=true\]\:focus\:bg-accent:focus[data-active="true"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[state\=open\]\:focus\:bg-accent:focus[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

.data-\[variant\=destructive\]\:focus\:bg-destructive\/10:focus[data-variant="destructive"] {
  background-color: oklch(var(--destructive) / 0.1);
}

.data-\[variant\=destructive\]\:focus\:text-destructive:focus[data-variant="destructive"] {
  --tw-text-opacity: 1;
  color: oklch(var(--destructive) / var(--tw-text-opacity, 1));
}

.group[data-disabled="true"] .group-data-\[disabled\=true\]\:pointer-events-none {
  pointer-events: none;
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:relative {
  position: relative;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  left: calc(var(--sidebar-width) * -1);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\] {
  right: calc(var(--sidebar-width) * -1);
}

.group[data-side="left"] .group-data-\[side\=left\]\:-right-4 {
  right: -1rem;
}

.group[data-side="right"] .group-data-\[side\=right\]\:left-0 {
  left: 0px;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:top-full {
  top: 100%;
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:z-10 {
  z-index: 10;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:-mt-8 {
  margin-top: -2rem;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:mt-1\.5 {
  margin-top: 0.375rem;
}

.group\/drawer-content[data-vaul-drawer-direction="bottom"] .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block {
  display: block;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:hidden {
  display: none;
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\] {
  width: calc(var(--sidebar-width-icon) + (--spacing(4)));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\] {
  width: calc(var(--sidebar-width-icon) + (--spacing(4)) + 2px);
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:w-0 {
  width: 0px;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[data-side="right"] .group-data-\[side\=right\]\: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));
}

.group[data-state="open"] .group-data-\[state\=open\]\: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));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:overflow-hidden {
  overflow: hidden;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:overflow-hidden {
  overflow: hidden;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:rounded-lg {
  border-radius: var(--radius);
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:rounded-md {
  border-radius: calc(var(--radius) - 2px);
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border {
  border-width: 1px;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:border {
  border-width: 1px;
}

.group[data-side="left"] .group-data-\[side\=left\]\:border-r {
  border-right-width: 1px;
}

.group[data-side="right"] .group-data-\[side\=right\]\:border-l {
  border-left-width: 1px;
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:border-ring {
  --tw-border-opacity: 1;
  border-color: oklch(var(--ring) / var(--tw-border-opacity, 1));
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\:border-sidebar-border {
  border-color: oklch(var(--sidebar-border));
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:bg-popover {
  background-color: oklch(var(--popover));
}

.group\/drawer-content[data-vaul-drawer-direction="bottom"] .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:text-center {
  text-align: center;
}

.group\/drawer-content[data-vaul-drawer-direction="top"] .group-data-\[vaul-drawer-direction\=top\]\/drawer-content\:text-center {
  text-align: center;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:text-popover-foreground {
  color: oklch(var(--popover-foreground));
}

.group[data-collapsible="icon"] .group-data-\[collapsible\=icon\]\:opacity-0 {
  opacity: 0;
}

.group[data-disabled="true"] .group-data-\[disabled\=true\]\:opacity-50 {
  opacity: 0.5;
}

.group[data-variant="floating"] .group-data-\[variant\=floating\]\: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);
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\: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);
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:ring-\[3px\] {
  --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);
}

.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:ring-ring\/50 {
  --tw-ring-color: oklch(var(--ring) / 0.5);
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:duration-200 {
  transition-duration: 200ms;
  animation-duration: 200ms;
}

.group[data-collapsible="offcanvas"] .group-data-\[collapsible\=offcanvas\]\:after\:left-full::after {
  content: var(--tw-content);
  left: 100%;
}

.group[data-collapsible="offcanvas"] .hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover {
  background-color: oklch(var(--sidebar));
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.group\/navigation-menu[data-viewport="false"] .group-data-\[viewport\=false\]\/navigation-menu\:data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.peer\/menu-button[data-size="default"] ~ .peer-data-\[size\=default\]\/menu-button\:top-1\.5 {
  top: 0.375rem;
}

.peer\/menu-button[data-size="lg"] ~ .peer-data-\[size\=lg\]\/menu-button\:top-2\.5 {
  top: 0.625rem;
}

.peer\/menu-button[data-size="sm"] ~ .peer-data-\[size\=sm\]\/menu-button\:top-1 {
  top: 0.25rem;
}

.peer\/menu-button[data-active="true"] ~ .peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground {
  color: oklch(var(--sidebar-accent-foreground));
}

.dark\:border-input:is(.dark *) {
  border-color: oklch(var(--input));
}

.dark\:bg-destructive\/60:is(.dark *) {
  background-color: oklch(var(--destructive) / 0.6);
}

.dark\:text-muted-foreground:is(.dark *) {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.dark\:hover\:bg-accent\/50:hover:is(.dark *) {
  background-color: oklch(var(--accent) / 0.5);
}

.dark\:hover\:text-accent-foreground:hover:is(.dark *) {
  color: oklch(var(--accent-foreground));
}

.dark\:focus-visible\:ring-destructive\/40:focus-visible:is(.dark *) {
  --tw-ring-color: oklch(var(--destructive) / 0.4);
}

.dark\:data-\[state\=active\]\:border-input[data-state="active"]:is(.dark *) {
  border-color: oklch(var(--input));
}

.dark\:data-\[state\=checked\]\:bg-primary[data-state="checked"]:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--primary) / var(--tw-bg-opacity, 1));
}

.dark\:data-\[state\=checked\]\:bg-primary-foreground[data-state="checked"]:is(.dark *) {
  background-color: oklch(var(--primary-foreground));
}

.dark\:data-\[state\=unchecked\]\:bg-foreground[data-state="unchecked"]:is(.dark *) {
  background-color: oklch(var(--foreground));
}

.dark\:data-\[state\=active\]\:text-foreground[data-state="active"]:is(.dark *) {
  color: oklch(var(--foreground));
}

.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:focus[data-variant="destructive"]:is(.dark *) {
  background-color: oklch(var(--destructive) / 0.2);
}

@media (min-width: 640px) {

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:w-72 {
    width: 18rem;
  }

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

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .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\:grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 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-end {
    justify-content: flex-end;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

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

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

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

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

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

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

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

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

  .data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction="left"] {
    max-width: 24rem;
  }

  .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction="right"] {
    max-width: 24rem;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:min-h-\[calc\(100vh-4rem\)\] {
    min-height: calc(100vh - 4rem);
  }

  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
    width: var(--radix-navigation-menu-viewport-width);
  }

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

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

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

  .md\:gap-1\.5 {
    gap: 0.375rem;
  }

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

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

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

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

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:m-2 {
    margin: 0.5rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:ml-0 {
    margin-left: 0px;
  }

  .peer[data-variant="inset"][data-state="collapsed"] ~ .md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2 {
    margin-left: 0.5rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\:rounded-xl {
    border-radius: 0.75rem;
  }

  .peer[data-variant="inset"] ~ .md\:peer-data-\[variant\=inset\]\: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);
  }
}

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:top-44 {
    top: 11rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:shrink {
    flex-shrink: 1;
  }

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

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

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

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

  .lg\:grid-cols-\[16rem_1fr\] {
    grid-template-columns: 16rem 1fr;
  }

  .lg\:grid-cols-\[1fr_320px\] {
    grid-template-columns: 1fr 320px;
  }

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

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

  .lg\:whitespace-normal {
    white-space: normal;
  }

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

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}

.\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected=true] button {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected=true] button {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
  --tw-translate-y: 2px;
  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));
}

.\[\&\>button\]\:hidden>button {
  display: none;
}

.\[\&\>span\:last-child\]\:truncate>span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.\[\&\>span\]\:text-xs>span {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\>span\]\:opacity-70>span {
  opacity: 0.7;
}

.\[\&\>svg\]\:pointer-events-none>svg {
  pointer-events: none;
}

.\[\&\>svg\]\:size-3>svg {
  width: 0.75rem;
  height: 0.75rem;
}

.\[\&\>svg\]\:size-3\.5>svg {
  width: 0.875rem;
  height: 0.875rem;
}

.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:h-2\.5>svg {
  height: 0.625rem;
}

.\[\&\>svg\]\:h-3>svg {
  height: 0.75rem;
}

.\[\&\>svg\]\:w-2\.5>svg {
  width: 0.625rem;
}

.\[\&\>svg\]\:w-3>svg {
  width: 0.75rem;
}

.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink: 0;
}

.\[\&\>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;
}

.\[\&\>svg\]\:text-muted-foreground>svg {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.\[\&\>svg\]\:text-sidebar-accent-foreground>svg {
  color: oklch(var(--sidebar-accent-foreground));
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}

.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div {
  --tw-rotate: 90deg;
  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));
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --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));
}

.\[\&_\.recharts-cartesian-axis-tick_text\]\:fill-muted-foreground .recharts-cartesian-axis-tick text {
  fill: oklch(var(--muted-foreground) / 1);
}

.\[\&_\.recharts-curve\.recharts-tooltip-cursor\]\:stroke-border .recharts-curve.recharts-tooltip-cursor {
  stroke: oklch(var(--border));
}

.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-dot[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\.recharts-polar-grid_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-polar-grid [stroke='#ccc'] {
  stroke: oklch(var(--border));
}

.\[\&_\.recharts-radial-bar-background-sector\]\:fill-muted .recharts-radial-bar-background-sector {
  fill: oklch(var(--muted) / 1);
}

.\[\&_\.recharts-rectangle\.recharts-tooltip-cursor\]\:fill-muted .recharts-rectangle.recharts-tooltip-cursor {
  fill: oklch(var(--muted) / 1);
}

.\[\&_\.recharts-reference-line_\[stroke\=\'\#ccc\'\]\]\:stroke-border .recharts-reference-line [stroke='#ccc'] {
  stroke: oklch(var(--border));
}

.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent .recharts-sector[stroke='#fff'] {
  stroke: transparent;
}

.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight: 500;
}

.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group] {
  padding-top: 0px;
}

.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}

.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height: 3rem;
}

.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width: 1.25rem;
}

.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625;
}

.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*='size-']) {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*='text-']) {
  --tw-text-opacity: 1;
  color: oklch(var(--muted-foreground) / var(--tw-text-opacity, 1));
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2 {
  right: -0.5rem;
}

[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize {
  cursor: e-resize;
}

[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2 {
  left: -0.5rem;
}

[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize {
  cursor: w-resize;
}

[data-slot=card-content] .\[\[data-slot\=card-content\]_\&\]\:bg-transparent {
  background-color: transparent;
}

[data-slot=popover-content] .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
  background-color: transparent;
}

a.\[a\&\]\:hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: oklch(var(--accent) / var(--tw-bg-opacity, 1));
}

a.\[a\&\]\:hover\:bg-destructive\/90:hover {
  background-color: oklch(var(--destructive) / 0.9);
}

a.\[a\&\]\:hover\:bg-primary\/90:hover {
  background-color: oklch(var(--primary) / 0.9);
}

a.\[a\&\]\:hover\:bg-secondary\/90:hover {
  background-color: oklch(var(--secondary) / 0.9);
}

a.\[a\&\]\:hover\:text-accent-foreground:hover {
  color: oklch(var(--accent-foreground));
}
