/* Tailwind utilities: loaded via https://cdn.tailwindcss.com in index.html (browser cannot resolve @import 'tailwindcss'). */

@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Geist+Mono:wght@300;400;500;600;700&display=swap');

/* Design Tokens - Must be before @layer blocks */
/* @theme is a Tailwind CSS v4 directive - CSS validator warning can be ignored */
@theme {
  /* Test color - should generate bg-test utility */
  --color-test: #ff0000;

  /* Try without dashes */
  --color-redtest: #ff0000;

  /* Primitive Colors - Gray */
  --color-gray-0: #ffffff;
  --color-gray-25: #fbfbfb;
  --color-gray-50: #f7f7f7;
  --color-gray-100: #f5f5f5;
  --color-gray-200: #ebebeb;
  --color-gray-300: #d1d1d1;
  --color-gray-400: #a3a3a3;
  --color-gray-500: #7b7b7b;
  --color-gray-600: #5c5c5c;
  --color-gray-700: #333333;
  --color-gray-800: #262626;
  --color-gray-850: #212121;
  --color-gray-900: #1c1c1c;
  --color-gray-950: #171717;

  /* Primitive Colors - Stone */
  --color-stone-0: #ffffff;
  --color-stone-25: #fffdf9;
  --color-stone-50: #faf7f4;
  --color-stone-100: #f5f2ee;
  --color-stone-200: #efeae6;
  --color-stone-300: #d6d0cb;
  --color-stone-400: #aaa29d;
  --color-stone-500: #857c76;
  --color-stone-600: #59514c;
  --color-stone-700: #3c3530;
  --color-stone-800: #302a26;
  --color-stone-850: #2a2420;
  --color-stone-900: #241f1b;
  --color-stone-950: #1e1a16;

  /* Primitive Colors - Blue */
  --color-blue-25: #ebf3ff;
  --color-blue-50: #e2f3ff;
  --color-blue-100: #d3efff;
  --color-blue-200: #ade0ff;
  --color-blue-300: #72caff;
  --color-blue-400: #22b3ff;
  --color-blue-500: #009bff;
  --color-blue-600: #0087df;
  --color-blue-700: #006fbc;
  --color-blue-800: #005691;
  --color-blue-900: #003e6b;
  --color-blue-950: #002b47;

  /* Primitive Colors - Purple */
  --color-purple-25: #f6f2fc;
  --color-purple-50: #f4ecff;
  --color-purple-100: #e9ddff;
  --color-purple-200: #d3bfff;
  --color-purple-300: #b592ff;
  --color-purple-400: #965cff;
  --color-purple-500: #770bff;
  --color-purple-600: #6908d6;
  --color-purple-700: #5c04ab;
  --color-purple-800: #48037a;
  --color-purple-900: #33024f;
  --color-purple-950: #26013a;

  /* Primitive Colors - Red */
  --color-red-25: #fff7f7;
  --color-red-50: #fef0f0;
  --color-red-100: #fcdcdc;
  --color-red-200: #f9c4c4;
  --color-red-300: #f89a9a;
  --color-red-400: #f87272;
  --color-red-500: #f04842;
  --color-red-600: #cc2b2b;
  --color-red-700: #a32222;
  --color-red-800: #781818;
  --color-red-900: #5a1212;
  --color-red-950: #4b0d0d;

  /* Primitive Colors - Green */
  --color-green-25: #f4fcf8;
  --color-green-50: #e6f9f0;
  --color-green-100: #c8f1de;
  --color-green-200: #9debc8;
  --color-green-300: #6fdbac;
  --color-green-400: #3fc88e;
  --color-green-500: #1ac773;
  --color-green-600: #18a965;
  --color-green-700: #178355;
  --color-green-800: #126b48;
  --color-green-900: #0e5339;
  --color-green-950: #083f2c;

  /* Primitive Colors - Orange */
  --color-orange-25: #fdf7f1;
  --color-orange-50: #fff3e8;
  --color-orange-100: #ffedd5;
  --color-orange-200: #fed7aa;
  --color-orange-300: #fcae66;
  --color-orange-400: #fb923c;
  --color-orange-500: #f97316;
  --color-orange-600: #ea580c;
  --color-orange-700: #c2410c;
  --color-orange-800: #9a3412;
  --color-orange-900: #7c2d12;
  --color-orange-950: #431407;

  /* Primitive Colors - Yellow */
  --color-yellow-25: #fffcf2;
  --color-yellow-50: #fff9db;
  --color-yellow-100: #fef3c7;
  --color-yellow-200: #fde68a;
  --color-yellow-300: #fcd34d;
  --color-yellow-400: #fbbf24;
  --color-yellow-500: #facc15;
  --color-yellow-600: #eab308;
  --color-yellow-700: #ca8a04;
  --color-yellow-800: #a16207;
  --color-yellow-900: #854d0e;
  --color-yellow-950: #713f12;

  /* Alpha Colors - Black */
  --color-black-alpha-0: rgba(28, 28, 28, 0.0001);
  --color-black-alpha-4: rgba(28, 28, 28, 0.04);
  --color-black-alpha-8: rgba(28, 28, 28, 0.08);
  --color-black-alpha-16: rgba(28, 28, 28, 0.16);
  --color-black-alpha-24: rgba(28, 28, 28, 0.24);
  --color-black-alpha-36: rgba(28, 28, 28, 0.36);
  --color-black-alpha-48: rgba(28, 28, 28, 0.48);
  --color-black-alpha-56: rgba(28, 28, 28, 0.56);
  --color-black-alpha-64: rgba(28, 28, 28, 0.64);
  --color-black-alpha-72: rgba(28, 28, 28, 0.72);
  --color-black-alpha-80: rgba(28, 28, 28, 0.8);
  --color-black-alpha-88: rgba(28, 28, 28, 0.88);
  --color-black-alpha-96: rgba(28, 28, 28, 0.96);

  /* Alpha Colors - White */
  --color-white-alpha-0: rgba(255, 255, 255, 0.0001);
  --color-white-alpha-4: rgba(255, 255, 255, 0.04);
  --color-white-alpha-8: rgba(255, 255, 255, 0.08);
  --color-white-alpha-16: rgba(255, 255, 255, 0.16);
  --color-white-alpha-24: rgba(255, 255, 255, 0.24);
  --color-white-alpha-36: rgba(255, 255, 255, 0.36);
  --color-white-alpha-48: rgba(255, 255, 255, 0.48);
  --color-white-alpha-56: rgba(255, 255, 255, 0.56);
  --color-white-alpha-64: rgba(255, 255, 255, 0.64);
  --color-white-alpha-72: rgba(255, 255, 255, 0.72);
  --color-white-alpha-80: rgba(255, 255, 255, 0.8);
  --color-white-alpha-88: rgba(255, 255, 255, 0.88);
  --color-white-alpha-96: rgba(255, 255, 255, 0.96);

  /* Alpha Colors - Blue */
  --color-blue-alpha-0: rgba(0, 155, 255, 0);
  --color-blue-alpha-10: rgba(0, 155, 255, 0.1);
  --color-blue-alpha-16: rgba(0, 155, 255, 0.16);
  --color-blue-alpha-24: rgba(0, 155, 255, 0.24);
  --color-blue-alpha-36: rgba(0, 155, 255, 0.36);
  --color-blue-alpha-48: rgba(0, 155, 255, 0.48);

  /* Alpha Colors - Gray */
  --color-gray-alpha-0: rgba(123, 123, 123, 0);
  --color-gray-alpha-10: rgba(123, 123, 123, 0.1);
  --color-gray-alpha-16: rgba(123, 123, 123, 0.16);
  --color-gray-alpha-24: rgba(123, 123, 123, 0.24);
  --color-gray-alpha-36: rgba(123, 123, 123, 0.36);
  --color-gray-alpha-48: rgba(123, 123, 123, 0.48);

  /* Alpha Colors - Purple */
  --color-purple-alpha-0: rgba(119, 11, 255, 0);
  --color-purple-alpha-10: rgba(119, 11, 255, 0.1);
  --color-purple-alpha-16: rgba(119, 11, 255, 0.16);
  --color-purple-alpha-24: rgba(119, 11, 255, 0.24);
  --color-purple-alpha-36: rgba(119, 11, 255, 0.36);
  --color-purple-alpha-48: rgba(119, 11, 255, 0.48);

  /* Alpha Colors - Red */
  --color-red-alpha-0: rgba(240, 72, 66, 0);
  --color-red-alpha-10: rgba(240, 72, 66, 0.1);
  --color-red-alpha-16: rgba(240, 72, 66, 0.16);
  --color-red-alpha-24: rgba(240, 72, 66, 0.24);
  --color-red-alpha-36: rgba(240, 72, 66, 0.36);
  --color-red-alpha-48: rgba(240, 72, 66, 0.48);

  /* Alpha Colors - Green */
  --color-green-alpha-0: rgba(26, 199, 115, 0);
  --color-green-alpha-10: rgba(26, 199, 115, 0.1);
  --color-green-alpha-16: rgba(26, 199, 115, 0.16);
  --color-green-alpha-24: rgba(26, 199, 115, 0.24);
  --color-green-alpha-36: rgba(26, 199, 115, 0.36);
  --color-green-alpha-48: rgba(26, 199, 115, 0.48);

  /* Alpha Colors - Orange */
  --color-orange-alpha-0: rgba(249, 115, 22, 0);
  --color-orange-alpha-10: rgba(249, 115, 22, 0.1);
  --color-orange-alpha-16: rgba(249, 115, 22, 0.16);
  --color-orange-alpha-24: rgba(249, 115, 22, 0.24);
  --color-orange-alpha-36: rgba(249, 115, 22, 0.36);
  --color-orange-alpha-48: rgba(249, 115, 22, 0.48);

  /* Alpha Colors - Yellow */
  --color-yellow-alpha-0: rgba(250, 204, 21, 0);
  --color-yellow-alpha-10: rgba(250, 204, 21, 0.1);
  --color-yellow-alpha-16: rgba(250, 204, 21, 0.16);
  --color-yellow-alpha-24: rgba(250, 204, 21, 0.24);
  --color-yellow-alpha-36: rgba(250, 204, 21, 0.36);
  --color-yellow-alpha-48: rgba(250, 204, 21, 0.48);

  /* Semantic Colors - Base */
  --color-base-strong: var(--color-gray-950);
  --color-base-surface: var(--color-gray-850);
  --color-base-sub: var(--color-gray-300);
  --color-base-soft: var(--color-gray-200);
  --color-base-weak: var(--color-gray-50);
  --color-base-inverse: var(--color-gray-0);

  /* Semantic Colors - Border */
  --color-border-strong: var(--color-gray-950);
  --color-border-sub: var(--color-gray-300);
  --color-border-soft: var(--color-gray-200);
  --color-border-inverse: var(--color-gray-0);

  /* Semantic Colors - Text */
  --color-text-strong: var(--color-gray-950);
  --color-text-sub: var(--color-gray-600);
  --color-text-soft: var(--color-gray-400);
  --color-text-disabled: var(--color-gray-300);
  --color-text-inverse: var(--color-gray-0);

  /* Semantic Colors - Icon */
  --color-icon-strong: var(--color-gray-950);
  --color-icon-sub: var(--color-gray-600);
  --color-icon-soft: var(--color-gray-400);
  --color-icon-disabled: var(--color-gray-300);
  --color-icon-inverse: var(--color-gray-0);

  /* Semantic Colors - State Primary */
  --color-state-primary-darker: var(--color-blue-900);
  --color-state-primary-dark: var(--color-blue-700);
  --color-state-primary-base: var(--color-blue-500);
  --color-state-primary-light: var(--color-blue-200);
  --color-state-primary-lighter: var(--color-blue-50);

  /* Semantic Colors - State Secondary */
  --color-state-secondary-darker: var(--color-purple-900);
  --color-state-secondary-dark: var(--color-purple-700);
  --color-state-secondary-base: var(--color-purple-500);
  --color-state-secondary-light: var(--color-purple-200);
  --color-state-secondary-lighter: var(--color-purple-50);

  /* Semantic Colors - State Negative */
  --color-state-negative-darker: var(--color-red-900);
  --color-state-negative-dark: var(--color-red-700);
  --color-state-negative-base: var(--color-red-500);
  --color-state-negative-light: var(--color-red-200);
  --color-state-negative-lighter: var(--color-red-50);

  /* Semantic Colors - State Positive */
  --color-state-positive-darker: var(--color-green-900);
  --color-state-positive-dark: var(--color-green-700);
  --color-state-positive-base: var(--color-green-500);
  --color-state-positive-light: var(--color-green-200);
  --color-state-positive-lighter: var(--color-green-50);

  /* Semantic Colors - State Caution */
  --color-state-caution-darker: var(--color-orange-900);
  --color-state-caution-dark: var(--color-orange-700);
  --color-state-caution-base: var(--color-orange-500);
  --color-state-caution-light: var(--color-orange-200);
  --color-state-caution-lighter: var(--color-orange-50);

  /* Semantic Colors - State Notice */
  --color-state-notice-darker: var(--color-yellow-900);
  --color-state-notice-dark: var(--color-yellow-700);
  --color-state-notice-base: var(--color-yellow-500);
  --color-state-notice-light: var(--color-yellow-200);
  --color-state-notice-lighter: var(--color-yellow-50);

  /* Semantic Colors - State Neutral */
  --color-state-neutral-darker: var(--color-gray-900);
  --color-state-neutral-dark: var(--color-gray-700);
  --color-state-neutral-base: var(--color-gray-500);
  --color-state-neutral-light: var(--color-gray-200);
  --color-state-neutral-lighter: var(--color-gray-50);

  /* Semantic Colors - Depth White */
  --color-depth-white-0: var(--color-white-alpha-0);
  --color-depth-white-4: var(--color-white-alpha-4);
  --color-depth-white-8: var(--color-white-alpha-8);
  --color-depth-white-16: var(--color-white-alpha-16);
  --color-depth-white-24: var(--color-white-alpha-24);
  --color-depth-white-36: var(--color-white-alpha-36);
  --color-depth-white-48: var(--color-white-alpha-48);
  --color-depth-white-56: var(--color-white-alpha-56);
  --color-depth-white-64: var(--color-white-alpha-64);
  --color-depth-white-72: var(--color-white-alpha-72);
  --color-depth-white-80: var(--color-white-alpha-80);
  --color-depth-white-88: var(--color-white-alpha-88);
  --color-depth-white-96: var(--color-white-alpha-96);

  /* Semantic Colors - Depth Black */
  --color-depth-black-0: var(--color-black-alpha-0);
  --color-depth-black-4: var(--color-black-alpha-4);
  --color-depth-black-8: var(--color-black-alpha-8);
  --color-depth-black-16: var(--color-black-alpha-16);
  --color-depth-black-24: var(--color-black-alpha-24);
  --color-depth-black-36: var(--color-black-alpha-36);
  --color-depth-black-48: var(--color-black-alpha-48);
  --color-depth-black-56: var(--color-black-alpha-56);
  --color-depth-black-64: var(--color-black-alpha-64);
  --color-depth-black-72: var(--color-black-alpha-72);
  --color-depth-black-80: var(--color-black-alpha-80);
  --color-depth-black-88: var(--color-black-alpha-88);
  --color-depth-black-96: var(--color-black-alpha-96);

  /* Semantic Colors - Depth Primary */
  --color-depth-primary-0: var(--color-blue-alpha-0);
  --color-depth-primary-10: var(--color-blue-alpha-10);
  --color-depth-primary-16: var(--color-blue-alpha-16);
  --color-depth-primary-24: var(--color-blue-alpha-24);
  --color-depth-primary-36: var(--color-blue-alpha-36);
  --color-depth-primary-48: var(--color-blue-alpha-48);

  /* Semantic Colors - Overlay */
  --color-overlay-stone: var(--color-gray-alpha-36);
  --color-overlay-gray: var(--color-gray-alpha-36);

  /* Semantic Colors - Static */
  --color-static-black: var(--color-gray-950);
  --color-static-white: var(--color-gray-0);
}

@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or
    ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *,
    :before,
    :after,
    ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
      'Segoe UI Symbol', 'Noto Color Emoji';
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
      monospace;
    --color-neutral-400: oklch(0.708 0 0);
    --color-neutral-700: oklch(0.371 0 0);
    --color-neutral-800: oklch(0.269 0 0);
    --color-neutral-900: oklch(0.205 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-md: 12px;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

/* Semantic Tokens - Light Mode */
:root {
  /* Primitive Colors - ensure they're available as CSS variables */
  --color-gray-0: #ffffff;
  --color-gray-50: #f7f7f7;
  --color-gray-200: #ebebeb;
  --color-gray-300: #d1d1d1;
  --color-gray-400: #a3a3a3;
  --color-gray-600: #5c5c5c;
  --color-gray-850: #212121;
  --color-gray-950: #171717;

  /* Base Colors */
  --color-base-strong: var(--color-gray-950);
  --color-base-surface: var(--color-gray-850);
  --color-base-sub: var(--color-gray-300);
  --color-base-soft: var(--color-gray-200);
  --color-base-weak: var(--color-gray-50);
  --color-base-inverse: var(--color-gray-0);

  /* Border Colors */
  --color-border-strong: var(--color-gray-950);
  --color-border-sub: var(--color-gray-300);
  --color-border-soft: var(--color-gray-200);
  --color-border-inverse: var(--color-gray-0);

  /* Text Colors */
  --color-text-strong: var(--color-gray-950);
  --color-text-sub: var(--color-gray-600);
  --color-text-soft: var(--color-gray-400);
  --color-text-disabled: var(--color-gray-300);
  --color-text-inverse: var(--color-gray-0);

  /* Icon Colors */
  --color-icon-strong: var(--color-gray-950);
  --color-icon-sub: var(--color-gray-600);
  --color-icon-soft: var(--color-gray-400);
  --color-icon-disabled: var(--color-gray-300);
  --color-icon-inverse: var(--color-gray-0);

  /* State - Primary */
  --color-state-primary-darker: var(--color-blue-900);
  --color-state-primary-dark: var(--color-blue-700);
  --color-state-primary-base: var(--color-blue-500);
  --color-state-primary-light: var(--color-blue-200);
  --color-state-primary-lighter: var(--color-blue-50);

  /* State - Secondary */
  --color-state-secondary-darker: var(--color-purple-900);
  --color-state-secondary-dark: var(--color-purple-700);
  --color-state-secondary-base: var(--color-purple-500);
  --color-state-secondary-light: var(--color-purple-200);
  --color-state-secondary-lighter: var(--color-purple-50);

  /* State - Negative */
  --color-state-negative-darker: var(--color-red-900);
  --color-state-negative-dark: var(--color-red-700);
  --color-state-negative-base: var(--color-red-500);
  --color-state-negative-light: var(--color-red-200);
  --color-state-negative-lighter: var(--color-red-50);

  /* State - Positive */
  --color-state-positive-darker: var(--color-green-900);
  --color-state-positive-dark: var(--color-green-700);
  --color-state-positive-base: var(--color-green-500);
  --color-state-positive-light: var(--color-green-200);
  --color-state-positive-lighter: var(--color-green-50);

  /* State - Caution */
  --color-state-caution-darker: var(--color-orange-900);
  --color-state-caution-dark: var(--color-orange-700);
  --color-state-caution-base: var(--color-orange-500);
  --color-state-caution-light: var(--color-orange-200);
  --color-state-caution-lighter: var(--color-orange-50);

  /* State - Notice */
  --color-state-notice-darker: var(--color-yellow-900);
  --color-state-notice-dark: var(--color-yellow-700);
  --color-state-notice-base: var(--color-yellow-500);
  --color-state-notice-light: var(--color-yellow-200);
  --color-state-notice-lighter: var(--color-yellow-50);

  /* State - Neutral */
  --color-state-neutral-darker: var(--color-gray-900);
  --color-state-neutral-dark: var(--color-gray-700);
  --color-state-neutral-base: var(--color-gray-500);
  --color-state-neutral-light: var(--color-gray-200);
  --color-state-neutral-lighter: var(--color-gray-50);

  /* Depth - White */
  --color-depth-white-0: var(--color-white-alpha-0);
  --color-depth-white-4: var(--color-white-alpha-4);
  --color-depth-white-8: var(--color-white-alpha-8);
  --color-depth-white-16: var(--color-white-alpha-16);
  --color-depth-white-24: var(--color-white-alpha-24);
  --color-depth-white-36: var(--color-white-alpha-36);
  --color-depth-white-48: var(--color-white-alpha-48);
  --color-depth-white-56: var(--color-white-alpha-56);
  --color-depth-white-64: var(--color-white-alpha-64);
  --color-depth-white-72: var(--color-white-alpha-72);
  --color-depth-white-80: var(--color-white-alpha-80);
  --color-depth-white-88: var(--color-white-alpha-88);
  --color-depth-white-96: var(--color-white-alpha-96);

  /* Depth - Black */
  --color-depth-black-0: var(--color-black-alpha-0);
  --color-depth-black-4: var(--color-black-alpha-4);
  --color-depth-black-8: var(--color-black-alpha-8);
  --color-depth-black-16: var(--color-black-alpha-16);
  --color-depth-black-24: var(--color-black-alpha-24);
  --color-depth-black-36: var(--color-black-alpha-36);
  --color-depth-black-48: var(--color-black-alpha-48);
  --color-depth-black-56: var(--color-black-alpha-56);
  --color-depth-black-64: var(--color-black-alpha-64);
  --color-depth-black-72: var(--color-black-alpha-72);
  --color-depth-black-80: var(--color-black-alpha-80);
  --color-depth-black-88: var(--color-black-alpha-88);
  --color-depth-black-96: var(--color-black-alpha-96);

  /* Depth - Primary */
  --color-depth-primary-0: var(--color-blue-alpha-0);
  --color-depth-primary-10: var(--color-blue-alpha-10);
  --color-depth-primary-16: var(--color-blue-alpha-16);
  --color-depth-primary-24: var(--color-blue-alpha-24);
  --color-depth-primary-36: var(--color-blue-alpha-36);
  --color-depth-primary-48: var(--color-blue-alpha-48);

  /* Overlay */
  --color-overlay-stone: var(--color-gray-alpha-36);
  --color-overlay-gray: var(--color-gray-alpha-36);

  /* Static */
  --color-static-black: var(--color-gray-950);
  --color-static-white: var(--color-gray-0);

  /* Font Families */
  --font-family-sans: 'Geist', ui-sans-serif, system-ui, sans-serif;
  --font-family-mono: 'Geist Mono', ui-monospace, monospace;
  --font-family-brand: 'Wix Madefor Display', ui-sans-serif, system-ui, sans-serif;
}

/* Semantic Tokens - Dark Mode */
.dark {
  /* Base Colors */
  --color-base-strong: var(--color-gray-0);
  --color-base-surface: var(--color-gray-200);
  --color-base-sub: var(--color-gray-600);
  --color-base-soft: var(--color-gray-700);
  --color-base-weak: var(--color-gray-850);
  --color-base-inverse: var(--color-gray-950);

  /* Border Colors */
  --color-border-strong: var(--color-gray-0);
  --color-border-sub: var(--color-gray-600);
  --color-border-soft: var(--color-gray-850);
  --color-border-inverse: var(--color-gray-950);

  /* Text Colors */
  --color-text-strong: var(--color-gray-0);
  --color-text-sub: var(--color-gray-300);
  --color-text-soft: var(--color-gray-500);
  --color-text-disabled: var(--color-gray-600);
  --color-text-inverse: var(--color-gray-950);

  /* Icon Colors */
  --color-icon-strong: var(--color-gray-0);
  --color-icon-sub: var(--color-gray-300);
  --color-icon-soft: var(--color-gray-500);
  --color-icon-disabled: var(--color-gray-600);
  --color-icon-inverse: var(--color-gray-950);

  /* State - Primary */
  --color-state-primary-darker: var(--color-blue-200);
  --color-state-primary-dark: var(--color-blue-300);
  --color-state-primary-base: var(--color-blue-500);
  --color-state-primary-light: var(--color-blue-alpha-24);
  --color-state-primary-lighter: var(--color-blue-alpha-16);

  /* State - Secondary */
  --color-state-secondary-darker: var(--color-purple-200);
  --color-state-secondary-dark: var(--color-purple-300);
  --color-state-secondary-base: var(--color-purple-400);
  --color-state-secondary-light: var(--color-purple-alpha-24);
  --color-state-secondary-lighter: var(--color-purple-alpha-16);

  /* State - Negative */
  --color-state-negative-darker: var(--color-red-200);
  --color-state-negative-dark: var(--color-red-300);
  --color-state-negative-base: var(--color-red-400);
  --color-state-negative-light: var(--color-red-alpha-24);
  --color-state-negative-lighter: var(--color-red-alpha-16);

  /* State - Positive */
  --color-state-positive-darker: var(--color-green-200);
  --color-state-positive-dark: var(--color-green-300);
  --color-state-positive-base: var(--color-green-400);
  --color-state-positive-light: var(--color-green-alpha-24);
  --color-state-positive-lighter: var(--color-green-alpha-16);

  /* State - Caution */
  --color-state-caution-darker: var(--color-orange-200);
  --color-state-caution-dark: var(--color-orange-300);
  --color-state-caution-base: var(--color-orange-400);
  --color-state-caution-light: var(--color-orange-alpha-24);
  --color-state-caution-lighter: var(--color-orange-alpha-16);

  /* State - Notice */
  --color-state-notice-darker: var(--color-yellow-200);
  --color-state-notice-dark: var(--color-yellow-300);
  --color-state-notice-base: var(--color-yellow-400);
  --color-state-notice-light: var(--color-yellow-alpha-24);
  --color-state-notice-lighter: var(--color-yellow-alpha-16);

  /* State - Neutral */
  --color-state-neutral-darker: var(--color-gray-200);
  --color-state-neutral-dark: var(--color-gray-300);
  --color-state-neutral-base: var(--color-gray-400);
  --color-state-neutral-light: var(--color-gray-alpha-24);
  --color-state-neutral-lighter: var(--color-gray-alpha-16);

  /* Depth - White (inverted in dark mode) */
  --color-depth-white-0: var(--color-black-alpha-0);
  --color-depth-white-4: var(--color-black-alpha-4);
  --color-depth-white-8: var(--color-black-alpha-8);
  --color-depth-white-16: var(--color-black-alpha-16);
  --color-depth-white-24: var(--color-black-alpha-24);
  --color-depth-white-36: var(--color-black-alpha-48);
  --color-depth-white-48: var(--color-black-alpha-56);
  --color-depth-white-56: var(--color-black-alpha-64);
  --color-depth-white-64: var(--color-black-alpha-72);
  --color-depth-white-72: var(--color-black-alpha-72);
  --color-depth-white-80: var(--color-black-alpha-80);
  --color-depth-white-88: var(--color-black-alpha-88);
  --color-depth-white-96: var(--color-black-alpha-96);

  /* Depth - Black (inverted in dark mode) */
  --color-depth-black-0: var(--color-white-alpha-0);
  --color-depth-black-4: var(--color-white-alpha-4);
  --color-depth-black-8: var(--color-white-alpha-8);
  --color-depth-black-16: var(--color-white-alpha-16);
  --color-depth-black-24: var(--color-white-alpha-24);
  --color-depth-black-36: var(--color-white-alpha-36);
  --color-depth-black-48: var(--color-white-alpha-48);
  --color-depth-black-56: var(--color-white-alpha-56);
  --color-depth-black-64: var(--color-white-alpha-64);
  --color-depth-black-72: var(--color-white-alpha-72);
  --color-depth-black-80: var(--color-white-alpha-80);
  --color-depth-black-88: var(--color-white-alpha-88);
  --color-depth-black-96: var(--color-white-alpha-96);

  /* Depth - Primary */
  --color-depth-primary-0: var(--color-blue-alpha-0);
  --color-depth-primary-10: var(--color-blue-alpha-10);
  --color-depth-primary-16: var(--color-blue-alpha-16);
  --color-depth-primary-24: var(--color-blue-alpha-24);
  --color-depth-primary-36: var(--color-blue-alpha-36);
  --color-depth-primary-48: var(--color-blue-alpha-48);

  /* Overlay */
  --color-overlay-stone: var(--color-black-alpha-64);
  --color-overlay-gray: var(--color-black-alpha-64);

  /* Static */
  --color-static-black: var(--color-gray-950);
  --color-static-white: var(--color-gray-0);
}

/* Semantic Color Utilities */
@layer utilities {
  /* Base Colors */
  .bg-base-strong {
    background-color: var(--color-base-strong);
  }
  .bg-base-surface {
    background-color: var(--color-base-surface);
  }
  .bg-base-sub {
    background-color: var(--color-base-sub);
  }
  .bg-base-soft {
    background-color: var(--color-base-soft);
  }
  .bg-base-weak {
    background-color: var(--color-base-weak);
  }
  .bg-base-inverse {
    background-color: var(--color-base-inverse);
  }

  .text-base-strong {
    color: var(--color-base-strong);
  }
  .text-base-surface {
    color: var(--color-base-surface);
  }
  .text-base-sub {
    color: var(--color-base-sub);
  }
  .text-base-soft {
    color: var(--color-base-soft);
  }
  .text-base-weak {
    color: var(--color-base-weak);
  }
  .text-base-inverse {
    color: var(--color-base-inverse);
  }

  .border-base-strong {
    border-color: var(--color-base-strong);
  }
  .border-base-surface {
    border-color: var(--color-base-surface);
  }
  .border-base-sub {
    border-color: var(--color-base-sub);
  }
  .border-base-soft {
    border-color: var(--color-base-soft);
  }
  .border-base-weak {
    border-color: var(--color-base-weak);
  }
  .border-base-inverse {
    border-color: var(--color-base-inverse);
  }

  /* Border Colors */
  .border-strong {
    border-color: var(--color-border-strong);
  }
  .border-sub {
    border-color: var(--color-border-sub);
  }
  .border-soft {
    border-color: var(--color-border-soft);
  }
  .border-inverse {
    border-color: var(--color-border-inverse);
  }

  /* Text Colors */
  .text-strong {
    color: var(--color-text-strong);
  }
  .text-sub {
    color: var(--color-text-sub);
  }
  .text-soft {
    color: var(--color-text-soft);
  }
  .text-disabled {
    color: var(--color-text-disabled);
  }
  .text-inverse {
    color: var(--color-text-inverse);
  }

  /* Icon Colors */
  .text-icon-strong {
    color: var(--color-icon-strong);
  }
  .text-icon-sub {
    color: var(--color-icon-sub);
  }
  .text-icon-soft {
    color: var(--color-icon-soft);
  }
  .text-icon-disabled {
    color: var(--color-icon-disabled);
  }
  .text-icon-inverse {
    color: var(--color-icon-inverse);
  }

  /* State Primary */
  .bg-state-primary-darker {
    background-color: var(--color-state-primary-darker);
  }
  .bg-state-primary-dark {
    background-color: var(--color-state-primary-dark);
  }
  .bg-state-primary-base {
    background-color: var(--color-state-primary-base);
  }
  .bg-state-primary-light {
    background-color: var(--color-state-primary-light);
  }
  .bg-state-primary-lighter {
    background-color: var(--color-state-primary-lighter);
  }

  .text-state-primary-darker {
    color: var(--color-state-primary-darker);
  }
  .text-state-primary-dark {
    color: var(--color-state-primary-dark);
  }
  .text-state-primary-base {
    color: var(--color-state-primary-base);
  }
  .text-state-primary-light {
    color: var(--color-state-primary-light);
  }
  .text-state-primary-lighter {
    color: var(--color-state-primary-lighter);
  }

  .border-state-primary-darker {
    border-color: var(--color-state-primary-darker);
  }
  .border-state-primary-dark {
    border-color: var(--color-state-primary-dark);
  }
  .border-state-primary-base {
    border-color: var(--color-state-primary-base);
  }
  .border-state-primary-light {
    border-color: var(--color-state-primary-light);
  }
  .border-state-primary-lighter {
    border-color: var(--color-state-primary-lighter);
  }

  /* State Secondary */
  .bg-state-secondary-darker {
    background-color: var(--color-state-secondary-darker);
  }
  .bg-state-secondary-dark {
    background-color: var(--color-state-secondary-dark);
  }
  .bg-state-secondary-base {
    background-color: var(--color-state-secondary-base);
  }
  .bg-state-secondary-light {
    background-color: var(--color-state-secondary-light);
  }
  .bg-state-secondary-lighter {
    background-color: var(--color-state-secondary-lighter);
  }

  .text-state-secondary-darker {
    color: var(--color-state-secondary-darker);
  }
  .text-state-secondary-dark {
    color: var(--color-state-secondary-dark);
  }
  .text-state-secondary-base {
    color: var(--color-state-secondary-base);
  }
  .text-state-secondary-light {
    color: var(--color-state-secondary-light);
  }
  .text-state-secondary-lighter {
    color: var(--color-state-secondary-lighter);
  }

  .border-state-secondary-darker {
    border-color: var(--color-state-secondary-darker);
  }
  .border-state-secondary-dark {
    border-color: var(--color-state-secondary-dark);
  }
  .border-state-secondary-base {
    border-color: var(--color-state-secondary-base);
  }
  .border-state-secondary-light {
    border-color: var(--color-state-secondary-light);
  }
  .border-state-secondary-lighter {
    border-color: var(--color-state-secondary-lighter);
  }

  /* State Negative */
  .bg-state-negative-darker {
    background-color: var(--color-state-negative-darker);
  }
  .bg-state-negative-dark {
    background-color: var(--color-state-negative-dark);
  }
  .bg-state-negative-base {
    background-color: var(--color-state-negative-base);
  }
  .bg-state-negative-light {
    background-color: var(--color-state-negative-light);
  }
  .bg-state-negative-lighter {
    background-color: var(--color-state-negative-lighter);
  }

  .text-state-negative-darker {
    color: var(--color-state-negative-darker);
  }
  .text-state-negative-dark {
    color: var(--color-state-negative-dark);
  }
  .text-state-negative-base {
    color: var(--color-state-negative-base);
  }
  .text-state-negative-light {
    color: var(--color-state-negative-light);
  }
  .text-state-negative-lighter {
    color: var(--color-state-negative-lighter);
  }

  .border-state-negative-darker {
    border-color: var(--color-state-negative-darker);
  }
  .border-state-negative-dark {
    border-color: var(--color-state-negative-dark);
  }
  .border-state-negative-base {
    border-color: var(--color-state-negative-base);
  }
  .border-state-negative-light {
    border-color: var(--color-state-negative-light);
  }
  .border-state-negative-lighter {
    border-color: var(--color-state-negative-lighter);
  }

  /* State Positive */
  .bg-state-positive-darker {
    background-color: var(--color-state-positive-darker);
  }
  .bg-state-positive-dark {
    background-color: var(--color-state-positive-dark);
  }
  .bg-state-positive-base {
    background-color: var(--color-state-positive-base);
  }
  .bg-state-positive-light {
    background-color: var(--color-state-positive-light);
  }
  .bg-state-positive-lighter {
    background-color: var(--color-state-positive-lighter);
  }

  .text-state-positive-darker {
    color: var(--color-state-positive-darker);
  }
  .text-state-positive-dark {
    color: var(--color-state-positive-dark);
  }
  .text-state-positive-base {
    color: var(--color-state-positive-base);
  }
  .text-state-positive-light {
    color: var(--color-state-positive-light);
  }
  .text-state-positive-lighter {
    color: var(--color-state-positive-lighter);
  }

  .border-state-positive-darker {
    border-color: var(--color-state-positive-darker);
  }
  .border-state-positive-dark {
    border-color: var(--color-state-positive-dark);
  }
  .border-state-positive-base {
    border-color: var(--color-state-positive-base);
  }
  .border-state-positive-light {
    border-color: var(--color-state-positive-light);
  }
  .border-state-positive-lighter {
    border-color: var(--color-state-positive-lighter);
  }

  /* State Caution */
  .bg-state-caution-darker {
    background-color: var(--color-state-caution-darker);
  }
  .bg-state-caution-dark {
    background-color: var(--color-state-caution-dark);
  }
  .bg-state-caution-base {
    background-color: var(--color-state-caution-base);
  }
  .bg-state-caution-light {
    background-color: var(--color-state-caution-light);
  }
  .bg-state-caution-lighter {
    background-color: var(--color-state-caution-lighter);
  }

  .text-state-caution-darker {
    color: var(--color-state-caution-darker);
  }
  .text-state-caution-dark {
    color: var(--color-state-caution-dark);
  }
  .text-state-caution-base {
    color: var(--color-state-caution-base);
  }
  .text-state-caution-light {
    color: var(--color-state-caution-light);
  }
  .text-state-caution-lighter {
    color: var(--color-state-caution-lighter);
  }

  .border-state-caution-darker {
    border-color: var(--color-state-caution-darker);
  }
  .border-state-caution-dark {
    border-color: var(--color-state-caution-dark);
  }
  .border-state-caution-base {
    border-color: var(--color-state-caution-base);
  }
  .border-state-caution-light {
    border-color: var(--color-state-caution-light);
  }
  .border-state-caution-lighter {
    border-color: var(--color-state-caution-lighter);
  }

  /* State Notice */
  .bg-state-notice-darker {
    background-color: var(--color-state-notice-darker);
  }
  .bg-state-notice-dark {
    background-color: var(--color-state-notice-dark);
  }
  .bg-state-notice-base {
    background-color: var(--color-state-notice-base);
  }
  .bg-state-notice-light {
    background-color: var(--color-state-notice-light);
  }
  .bg-state-notice-lighter {
    background-color: var(--color-state-notice-lighter);
  }

  .text-state-notice-darker {
    color: var(--color-state-notice-darker);
  }
  .text-state-notice-dark {
    color: var(--color-state-notice-dark);
  }
  .text-state-notice-base {
    color: var(--color-state-notice-base);
  }
  .text-state-notice-light {
    color: var(--color-state-notice-light);
  }
  .text-state-notice-lighter {
    color: var(--color-state-notice-lighter);
  }

  .border-state-notice-darker {
    border-color: var(--color-state-notice-darker);
  }
  .border-state-notice-dark {
    border-color: var(--color-state-notice-dark);
  }
  .border-state-notice-base {
    border-color: var(--color-state-notice-base);
  }
  .border-state-notice-light {
    border-color: var(--color-state-notice-light);
  }
  .border-state-notice-lighter {
    border-color: var(--color-state-notice-lighter);
  }

  /* State Neutral */
  .bg-state-neutral-darker {
    background-color: var(--color-state-neutral-darker);
  }
  .bg-state-neutral-dark {
    background-color: var(--color-state-neutral-dark);
  }
  .bg-state-neutral-base {
    background-color: var(--color-state-neutral-base);
  }
  .bg-state-neutral-light {
    background-color: var(--color-state-neutral-light);
  }
  .bg-state-neutral-lighter {
    background-color: var(--color-state-neutral-lighter);
  }

  .text-state-neutral-darker {
    color: var(--color-state-neutral-darker);
  }
  .text-state-neutral-dark {
    color: var(--color-state-neutral-dark);
  }
  .text-state-neutral-base {
    color: var(--color-state-neutral-base);
  }
  .text-state-neutral-light {
    color: var(--color-state-neutral-light);
  }
  .text-state-neutral-lighter {
    color: var(--color-state-neutral-lighter);
  }

  .border-state-neutral-darker {
    border-color: var(--color-state-neutral-darker);
  }
  .border-state-neutral-dark {
    border-color: var(--color-state-neutral-dark);
  }
  .border-state-neutral-base {
    border-color: var(--color-state-neutral-base);
  }
  .border-state-neutral-light {
    border-color: var(--color-state-neutral-light);
  }
  .border-state-neutral-lighter {
    border-color: var(--color-state-neutral-lighter);
  }

  /* Static Colors */
  .bg-static-black {
    background-color: var(--color-static-black);
  }
  .bg-static-white {
    background-color: var(--color-static-white);
  }
  .text-static-black {
    color: var(--color-static-black);
  }
  .text-static-white {
    color: var(--color-static-white);
  }
  .border-static-black {
    border-color: var(--color-static-black);
  }
  .border-static-white {
    border-color: var(--color-static-white);
  }

  /* Overlay Colors */
  .bg-overlay-stone {
    background-color: var(--color-overlay-stone);
  }
  .bg-overlay-gray {
    background-color: var(--color-overlay-gray);
  }

  /* Depth Colors - Black */
  .bg-depth-black-0 {
    background-color: var(--color-depth-black-0);
  }
  .bg-depth-black-4 {
    background-color: var(--color-depth-black-4);
  }
  .bg-depth-black-8 {
    background-color: var(--color-depth-black-8);
  }
  .bg-depth-black-16 {
    background-color: var(--color-depth-black-16);
  }
  .bg-depth-black-24 {
    background-color: var(--color-depth-black-24);
  }
  .bg-depth-black-36 {
    background-color: var(--color-depth-black-36);
  }
  .bg-depth-black-48 {
    background-color: var(--color-depth-black-48);
  }
  .bg-depth-black-56 {
    background-color: var(--color-depth-black-56);
  }
  .bg-depth-black-64 {
    background-color: var(--color-depth-black-64);
  }
  .bg-depth-black-72 {
    background-color: var(--color-depth-black-72);
  }
  .bg-depth-black-80 {
    background-color: var(--color-depth-black-80);
  }
  .bg-depth-black-88 {
    background-color: var(--color-depth-black-88);
  }
  .bg-depth-black-96 {
    background-color: var(--color-depth-black-96);
  }

  .text-depth-black-0 {
    color: var(--color-depth-black-0);
  }
  .text-depth-black-4 {
    color: var(--color-depth-black-4);
  }
  .text-depth-black-8 {
    color: var(--color-depth-black-8);
  }
  .text-depth-black-16 {
    color: var(--color-depth-black-16);
  }
  .text-depth-black-24 {
    color: var(--color-depth-black-24);
  }
  .text-depth-black-36 {
    color: var(--color-depth-black-36);
  }
  .text-depth-black-48 {
    color: var(--color-depth-black-48);
  }
  .text-depth-black-56 {
    color: var(--color-depth-black-56);
  }
  .text-depth-black-64 {
    color: var(--color-depth-black-64);
  }
  .text-depth-black-72 {
    color: var(--color-depth-black-72);
  }
  .text-depth-black-80 {
    color: var(--color-depth-black-80);
  }
  .text-depth-black-88 {
    color: var(--color-depth-black-88);
  }
  .text-depth-black-96 {
    color: var(--color-depth-black-96);
  }

  /* Depth Colors - White */
  .bg-depth-white-0 {
    background-color: var(--color-depth-white-0);
  }
  .bg-depth-white-4 {
    background-color: var(--color-depth-white-4);
  }
  .bg-depth-white-8 {
    background-color: var(--color-depth-white-8);
  }
  .bg-depth-white-16 {
    background-color: var(--color-depth-white-16);
  }
  .bg-depth-white-24 {
    background-color: var(--color-depth-white-24);
  }
  .bg-depth-white-36 {
    background-color: var(--color-depth-white-36);
  }
  .bg-depth-white-48 {
    background-color: var(--color-depth-white-48);
  }
  .bg-depth-white-56 {
    background-color: var(--color-depth-white-56);
  }
  .bg-depth-white-64 {
    background-color: var(--color-depth-white-64);
  }
  .bg-depth-white-72 {
    background-color: var(--color-depth-white-72);
  }
  .bg-depth-white-80 {
    background-color: var(--color-depth-white-80);
  }
  .bg-depth-white-88 {
    background-color: var(--color-depth-white-88);
  }
  .bg-depth-white-96 {
    background-color: var(--color-depth-white-96);
  }

  .text-depth-white-0 {
    color: var(--color-depth-white-0);
  }
  .text-depth-white-4 {
    color: var(--color-depth-white-4);
  }
  .text-depth-white-8 {
    color: var(--color-depth-white-8);
  }
  .text-depth-white-16 {
    color: var(--color-depth-white-16);
  }
  .text-depth-white-24 {
    color: var(--color-depth-white-24);
  }
  .text-depth-white-36 {
    color: var(--color-depth-white-36);
  }
  .text-depth-white-48 {
    color: var(--color-depth-white-48);
  }
  .text-depth-white-56 {
    color: var(--color-depth-white-56);
  }
  .text-depth-white-64 {
    color: var(--color-depth-white-64);
  }
  .text-depth-white-72 {
    color: var(--color-depth-white-72);
  }
  .text-depth-white-80 {
    color: var(--color-depth-white-80);
  }
  .text-depth-white-88 {
    color: var(--color-depth-white-88);
  }
  .text-depth-white-96 {
    color: var(--color-depth-white-96);
  }

  /* Text Style Utilities - Label */
  .text-label-large {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.5px;
    text-transform: none;
  }
  .text-label-medium-loose {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-label-medium {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-label-medium-alt {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-label-medium-tight {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-label-small {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-label-tiny {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: none;
  }

  /* Text Style Utilities - Body */
  .text-body-extra-large {
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-body-large {
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-body-medium {
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-body-medium-alt {
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-body-medium-compact {
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-body-small {
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-body-small-alt {
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-body-tiny {
    font-family: var(--font-family-sans);
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: none;
  }

  /* Text Style Utilities - Mono */
  .text-mono-medium {
    font-family: var(--font-family-mono);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  .text-mono-medium-bold {
    font-family: var(--font-family-mono);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }
  .text-mono-small-loose {
    font-family: var(--font-family-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-mono-small {
    font-family: var(--font-family-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    text-transform: none;
  }
  .text-mono-small-bold {
    font-family: var(--font-family-mono);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    text-transform: none;
  }
  .text-mono-small-alt {
    font-family: var(--font-family-mono);
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
  .text-mono-small-alt-bold {
    font-family: var(--font-family-mono);
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    text-transform: uppercase;
  }
  .text-mono-tiny {
    font-family: var(--font-family-mono);
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .text-mono-tiny-alt {
    font-family: var(--font-family-mono);
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }

  /* Crisp text rendering for GPU-accelerated layers */
  .text-crisp {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }

  /* Text Style Utilities - Heading */
  .text-heading-large {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.5px;
    text-transform: none;
  }
  .text-heading-medium {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-heading-small {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-heading-tiny {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }

  /* Text Style Utilities - Title */
  .text-title-large {
    font-family: var(--font-family-brand);
    font-weight: 500;
    font-size: 72px;
    letter-spacing: -1px;
    text-transform: none;
  }
  .text-title-medium {
    font-family: var(--font-family-brand);
    font-weight: 500;
    font-size: 60px;
    letter-spacing: -0.5px;
    text-transform: none;
  }
  .text-title-small {
    font-family: var(--font-family-brand);
    font-weight: 500;
    font-size: 48px;
    letter-spacing: -1px;
    text-transform: none;
  }
  .text-title-tiny {
    font-family: var(--font-family-brand);
    font-weight: 500;
    font-size: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }

  /* Text Style Utilities - Metric */
  .text-metric-large {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-metric-medium {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    text-transform: none;
  }
  .text-metric-small {
    font-family: var(--font-family-sans);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
  }
}

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

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

  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      'Apple Color Emoji',
      'Segoe UI Emoji',
      'Segoe UI Symbol',
      'Noto Color Emoji'
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  body {
    line-height: inherit;
  }

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

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

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

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

  b,
  strong {
    font-weight: bolder;
  }

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

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

  ::placeholder {
    opacity: 1;
    color: currentColor;
  }

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

  textarea {
    resize: vertical;
  }

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

  ::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: var(--font-family-sans);
    transition:
      color 0.3s ease-out,
      background-color 0.3s ease-out;
  }

  html {
    transition:
      color 0.3s ease-out,
      background-color 0.3s ease-out;
  }

  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) h1 {
    font-family: var(--font-family-brand);
    font-size: var(--font-size-48);
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
  }

  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) h2 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-24);
    font-weight: var(--font-weight-medium);
    line-height: 1.3;
  }

  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) h3 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-18);
    font-weight: var(--font-weight-normal);
    line-height: 1.4;
  }

  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) h4 {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) p {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) label {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-12);
    font-weight: var(--font-weight-normal);
    letter-spacing: var(--letter-spacing-close);
    line-height: 1.5;
  }

  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) button {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) input {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) th {
    font-family: var(--font-family-sans);
    font-size: var(--font-size-13);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

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

  .collapse {
    visibility: collapse;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[-0\.68px_-10\.91\%\] {
    inset: -0.68px -10.91%;
  }

  .inset-\[-0\.75px_-6\.67\%\] {
    inset: -0.75px -6.67%;
  }

  .inset-\[-1px\] {
    inset: -1px;
  }

  .inset-\[-4\.69\%_-4\.7\%_-4\.69\%_-4\.69\%\] {
    inset: -4.69% -4.7% -4.69% -4.69%;
  }

  .inset-\[-5\.17\%_-7\.14\%\] {
    inset: -5.17% -7.14%;
  }

  .inset-\[-5\.172\%\] {
    inset: -5.172%;
  }

  .inset-\[-6\.21\%\] {
    inset: -6.21%;
  }

  .inset-\[-6\.21\%_-8\.57\%\] {
    inset: -6.21% -8.57%;
  }

  .inset-\[-6\.207\%\] {
    inset: -6.207%;
  }

  .inset-\[-7\.76\%\] {
    inset: -7.76%;
  }

  .inset-\[-7\.76\%_-8\.33\%\] {
    inset: -7.76% -8.33%;
  }

  .inset-\[-7\.83\%\] {
    inset: -7.83%;
  }

  .inset-\[-8\.57\%_-6\.21\%\] {
    inset: -8.57% -6.21%;
  }

  .inset-\[-9\.47\%_-13\.85\%\] {
    inset: -9.47% -13.85%;
  }

  .inset-\[-10\%_-5\.17\%\] {
    inset: -10% -5.17%;
  }

  .inset-\[-10\.71\%_-5\.17\%_-10\.72\%_-5\.17\%\] {
    inset: -10.71% -5.17% -10.72%;
  }

  .inset-\[-12\.414\%\] {
    inset: -12.414%;
  }

  .inset-\[-13\.85\%_-25\.71\%\] {
    inset: -13.85% -25.71%;
  }

  .inset-\[-13\.846\%\] {
    inset: -13.846%;
  }

  .inset-\[-16\.36\%_-0\.75px\] {
    inset: -16.36% -0.75px;
  }

  .inset-\[-19\.51\%_-0\.05\%_-13\.21\%_-0\.05\%\] {
    inset: -19.51% -0.05% -13.21%;
  }

  .inset-\[-20\%\] {
    inset: -20%;
  }

  .inset-\[-20\%_-7\.2\%\] {
    inset: -20% -7.2%;
  }

  .inset-\[-21\.18\%_-13\.85\%\] {
    inset: -21.18% -13.85%;
  }

  .inset-\[-25\.71\%_-13\.85\%\] {
    inset: -25.71% -13.85%;
  }

  .inset-\[-27\.69\%_-0\.75px\] {
    inset: -27.69% -0.75px;
  }

  .inset-\[-30\%\] {
    inset: -30%;
  }

  .inset-\[-30\%_-16\.36\%\] {
    inset: -30% -16.36%;
  }

  .inset-\[-36\%\] {
    inset: -36%;
  }

  .inset-\[-60\%_-0\.75px\] {
    inset: -60% -0.75px;
  }

  .inset-\[5\.56\%_5\.55\%_5\.56\%_5\.56\%\] {
    inset: 5.56% 5.55% 5.56% 5.56%;
  }

  .inset-\[16\.67\%_5\.56\%\] {
    inset: 16.67% 5.56%;
  }

  .inset-\[16\.667\%\] {
    inset: 16.667%;
  }

  .inset-\[19\.79\%\] {
    inset: 19.79%;
  }

  .inset-\[19\.79\%_19\.79\%_51\.04\%_19\.79\%\] {
    inset: 19.79% 19.79% 51.04%;
  }

  .inset-\[19\.79\%_19\.79\%_61\.46\%_61\.46\%\] {
    inset: 19.79% 19.79% 61.46% 61.46%;
  }

  .inset-\[19\.79\%_23\.96\%_19\.79\%_19\.79\%\] {
    inset: 19.79% 23.96% 19.79% 19.79%;
  }

  .inset-\[19\.79\%_28\.13\%\] {
    inset: 19.79% 28.13%;
  }

  .inset-\[19\.79\%_36\.46\%_19\.79\%_19\.79\%\] {
    inset: 19.79% 36.46% 19.79% 19.79%;
  }

  .inset-\[19\.79\%_36\.46\%_40\.63\%_36\.46\%\] {
    inset: 19.79% 36.46% 40.63%;
  }

  .inset-\[19\.79\%_40\.63\%_67\.71\%_36\.46\%\] {
    inset: 19.79% 40.63% 67.71% 36.46%;
  }

  .inset-\[19\.82\%_19\.82\%_19\.79\%_19\.79\%\] {
    inset: 19.82% 19.82% 19.79% 19.79%;
  }

  .inset-\[19\.792\%\] {
    inset: 19.792%;
  }

  .inset-\[20\.83\%_20\.83\%_48\.96\%_48\.96\%\] {
    inset: 20.83% 20.83% 48.96% 48.96%;
  }

  .inset-\[20\.83\%_63\.54\%_65\.63\%_36\.46\%\] {
    inset: 20.83% 63.54% 65.63% 36.46%;
  }

  .inset-\[28\.13\%_19\.79\%\] {
    inset: 28.13% 19.79%;
  }

  .inset-\[29\.17\%_29\.17\%_60\.42\%_60\.42\%\] {
    inset: 29.17% 29.17% 60.42% 60.42%;
  }

  .inset-\[29\.17\%_31\.25\%_20\.83\%_31\.25\%\] {
    inset: 29.17% 31.25% 20.83%;
  }

  .inset-\[29\.17\%_60\.42\%_60\.42\%_29\.17\%\] {
    inset: 29.17% 60.42% 60.42% 29.17%;
  }

  .inset-\[29\.33\%_29\.07\%_58\.17\%_58\.43\%\] {
    inset: 29.33% 29.07% 58.17% 58.43%;
  }

  .inset-\[32\.29\%_23\.96\%_67\.71\%_19\.79\%\] {
    inset: 32.29% 23.96% 67.71% 19.79%;
  }

  .inset-\[32\.29\%_28\.13\%_19\.79\%_23\.96\%\] {
    inset: 32.29% 28.13% 19.79% 23.96%;
  }

  .inset-\[36\.46\%_19\.79\%_36\.46\%_65\.63\%\] {
    inset: 36.46% 19.79% 36.46% 65.63%;
  }

  .inset-\[36\.46\%_40\.63\%_36\.46\%_44\.79\%\] {
    inset: 36.46% 40.63% 36.46% 44.79%;
  }

  .inset-\[36\.458\%\] {
    inset: 36.458%;
  }

  .inset-\[43\.75\%_20\.83\%\] {
    inset: 43.75% 20.83%;
  }

  .inset-\[44\.79\%_36\.46\%_40\.63\%_36\.46\%\] {
    inset: 44.79% 36.46% 40.63%;
  }

  .inset-\[44\.79\%_44\.79\%_32\.29\%_55\.21\%\] {
    inset: 44.79% 44.79% 32.29% 55.21%;
  }

  .inset-\[44\.79\%_59\.38\%_32\.29\%_40\.63\%\] {
    inset: 44.79% 59.38% 32.29% 40.63%;
  }

  .inset-\[48\.96\%_19\.79\%_19\.79\%_19\.79\%\] {
    inset: 48.96% 19.79% 19.79%;
  }

  .inset-\[53\.13\%_23\.96\%_28\.13\%_23\.96\%\] {
    inset: 53.13% 23.96% 28.13%;
  }

  .inset-\[60\.42\%_29\.17\%_29\.17\%_60\.42\%\] {
    inset: 60.42% 29.17% 29.17% 60.42%;
  }

  .inset-\[60\.42\%_60\.42\%_29\.17\%_29\.17\%\] {
    inset: 60.42% 60.42% 29.17% 29.17%;
  }

  .inset-\[61\.46\%_36\.46\%_20\.83\%_36\.46\%\] {
    inset: 61.46% 36.46% 20.83%;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

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

  .top-\[-0\.9px\] {
    top: -0.9px;
  }

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

  .top-\[-20\] {
    top: -20px;
  }

  .top-\[2px\] {
    top: 2px;
  }

  .top-\[7px\] {
    top: 7px;
  }

  .top-\[16px\] {
    top: 16px;
  }

  .top-\[24px\] {
    top: 24px;
  }

  .top-\[28px\] {
    top: 28px;
  }

  .top-\[39px\] {
    top: 39px;
  }

  .top-\[41px\] {
    top: 41px;
  }

  .top-\[44px\] {
    top: 44px;
  }

  .top-\[46px\] {
    top: 46px;
  }

  .top-\[56px\] {
    top: 56px;
  }

  .top-\[58\.49px\] {
    top: 58.49px;
  }

  .top-\[62px\] {
    top: 62px;
  }

  .top-\[65px\] {
    top: 65px;
  }

  .top-\[73\.96\%\] {
    top: 73.96%;
  }

  .top-\[103\.5px\] {
    top: 103.5px;
  }

  .top-\[267px\] {
    top: 267px;
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

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

  .right-\[-2\.44\%\] {
    right: -2.44%;
  }

  .right-\[-8px\] {
    right: -8px;
  }

  .right-\[-11px\] {
    right: -11px;
  }

  .right-\[8px\] {
    right: 8px;
  }

  .right-\[20\.83\%\] {
    right: 20.83%;
  }

  .right-\[412px\] {
    right: 412px;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

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

  .bottom-\[-0\.31\%\] {
    bottom: -0.31%;
  }

  .bottom-\[-24px\] {
    bottom: -24px;
  }

  .bottom-\[2px\] {
    bottom: 2px;
  }

  .bottom-\[19\.79\%\] {
    bottom: 19.79%;
  }

  .bottom-\[32px\] {
    bottom: 32px;
  }

  .bottom-\[180px\] {
    bottom: 180px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

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

  .left-\[-1\.63\%\] {
    left: -1.63%;
  }

  .left-\[-11px\] {
    left: -11px;
  }

  .left-\[4px\] {
    left: 4px;
  }

  .left-\[8px\] {
    left: 8px;
  }

  .left-\[20\.88px\] {
    left: 20.88px;
  }

  .left-\[39px\] {
    left: 39px;
  }

  .left-\[44\.79\%\] {
    left: 44.79%;
  }

  .left-\[57px\] {
    left: 57px;
  }

  .left-\[62px\] {
    left: 62px;
  }

  .left-\[107px\] {
    left: 107px;
  }

  .left-\[151px\] {
    left: 151px;
  }

  .left-\[179px\] {
    left: 179px;
  }

  .left-\[188px\] {
    left: 188px;
  }

  .left-\[244px\] {
    left: 244px;
  }

  .left-\[342px\] {
    left: 342px;
  }

  .left-\[377px\] {
    left: 377px;
  }

  .left-\[412px\] {
    left: 412px;
  }

  .left-\[485px\] {
    left: 485px;
  }

  .left-\[568px\] {
    left: 568px;
  }

  .left-px {
    left: 1px;
  }

  .isolate {
    isolation: isolate;
  }

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

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

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

  .z-\[1\] {
    z-index: 1;
  }

  .z-\[2\] {
    z-index: 2;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mb-\[8px\] {
    margin-bottom: 8px;
  }

  .mb-\[24px\] {
    margin-bottom: 24px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .size-\[16px\] {
    width: 16px;
    height: 16px;
  }

  .size-\[18px\] {
    width: 18px;
    height: 18px;
  }

  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }

  .size-\[36px\] {
    width: 36px;
    height: 36px;
  }

  .size-\[40px\] {
    width: 40px;
    height: 40px;
  }

  .size-\[77\.083px\] {
    width: 77.083px;
    height: 77.083px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

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

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

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

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

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

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

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

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

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

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

  .h-\[246\.5px\] {
    height: 246.5px;
  }

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

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

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

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.9423152208328247\)\+\(var\(--transform-inner-height\)\*0\.33472681045532227\)\)\)\] {
    height: calc(
      1px * ((var(--transform-inner-width) * 0.942315) + (var(--transform-inner-height) * 0.334727))
    );
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.9659258127212524\)\+\(var\(--transform-inner-height\)\*0\.258819043636322\)\)\)\] {
    height: calc(
      1px * ((var(--transform-inner-width) * 0.965926) + (var(--transform-inner-height) * 0.258819))
    );
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.9879142045974731\)\+\(var\(--transform-inner-height\)\*0\.15500174462795258\)\)\)\] {
    height: calc(
      1px * ((var(--transform-inner-width) * 0.987914) + (var(--transform-inner-height) * 0.155002))
    );
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.9922841787338257\)\+\(var\(--transform-inner-height\)\*0\.12398479133844376\)\)\)\] {
    height: calc(
      1px * ((var(--transform-inner-width) * 0.992284) + (var(--transform-inner-height) * 0.123985))
    );
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.9965798854827881\)\+\(var\(--transform-inner-height\)\*0\.08263523131608963\)\)\)\] {
    height: calc(
      1px * ((var(--transform-inner-width) * 0.99658) + (var(--transform-inner-height) * 0.0826352))
    );
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*1\)\+\(var\(--transform-inner-height\)\*0\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * 1) + (var(--transform-inner-height) * 0)));
  }

  .h-\[calc\(100\%-16px\)\] {
    height: calc(100% - 16px);
  }

  .h-full {
    height: 100%;
  }

  .max-h-\[138px\] {
    max-height: 138px;
  }

  .min-h-\[36px\] {
    min-height: 36px;
  }

  .min-h-\[40px\] {
    min-height: 40px;
  }

  .min-h-px {
    min-height: 1px;
  }

  .w-\[1\.5px\] {
    width: 1.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[550\.001px\] {
    width: 550.001px;
  }

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

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

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

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

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

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.9423152208328247\)\+\(var\(--transform-inner-width\)\*0\.33472681045532227\)\)\)\] {
    width: calc(
      1px * ((var(--transform-inner-height) * 0.942315) + (var(--transform-inner-width) * 0.334727))
    );
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.9659258127212524\)\+\(var\(--transform-inner-width\)\*0\.258819043636322\)\)\)\] {
    width: calc(
      1px * ((var(--transform-inner-height) * 0.965926) + (var(--transform-inner-width) * 0.258819))
    );
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.9879142045974731\)\+\(var\(--transform-inner-width\)\*0\.15500174462795258\)\)\)\] {
    width: calc(
      1px * ((var(--transform-inner-height) * 0.987914) + (var(--transform-inner-width) * 0.155002))
    );
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.9922841787338257\)\+\(var\(--transform-inner-width\)\*0\.12398479133844376\)\)\)\] {
    width: calc(
      1px * ((var(--transform-inner-height) * 0.992284) + (var(--transform-inner-width) * 0.123985))
    );
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.9965798854827881\)\+\(var\(--transform-inner-width\)\*0\.08263523131608963\)\)\)\] {
    width: calc(
      1px * ((var(--transform-inner-height) * 0.99658) + (var(--transform-inner-width) * 0.0826352))
    );
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*1\)\+\(var\(--transform-inner-width\)\*0\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * 1) + (var(--transform-inner-width) * 0)));
  }

  .w-\[calc\(100\%-16px\)\] {
    width: calc(100% - 16px);
  }

  .w-\[min-content\] {
    width: min-content;
  }

  .w-full {
    width: 100%;
  }

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

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

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

  .max-w-none {
    max-width: none;
  }

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

  .min-w-px {
    min-width: 1px;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .rotate-\[255deg\] {
    rotate: 255deg;
  }

  .rotate-\[262\.878deg\] {
    rotate: 262.878deg;
  }

  .rotate-\[274\.74deg\] {
    rotate: 274.74deg;
  }

  .rotate-\[278\.917deg\] {
    rotate: 278.917deg;
  }

  .rotate-\[289\.556deg\] {
    rotate: 289.556deg;
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-grab {
    cursor: grab;
  }

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

  .cursor-pointer {
    cursor: pointer;
  }

  .resize-none {
    resize: none;
  }

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

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

  .content-stretch {
    align-content: stretch;
  }

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

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

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

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

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

  .justify-end {
    justify-content: flex-end;
  }

  .gap-\[1\.8px\] {
    gap: 1.8px;
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  .gap-\[3\.6px\] {
    gap: 3.6px;
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[6px\] {
    gap: 6px;
  }

  .gap-\[7\.2px\] {
    gap: 7.2px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .self-stretch {
    align-self: stretch;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

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

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

  .rounded-\[1px\] {
    border-radius: 1px;
  }

  .rounded-\[6px\] {
    border-radius: 6px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[20px\] {
    border-radius: 20px;
  }

  .rounded-\[21px\] {
    border-radius: 21px;
  }

  .rounded-\[24px\] {
    border-radius: 24px;
  }

  .rounded-\[25px\] {
    border-radius: 25px;
  }

  .rounded-\[999px\] {
    border-radius: 999px;
  }

  .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .rounded-tl-\[24px\] {
    border-top-left-radius: 24px;
  }

  .rounded-tr-\[24px\] {
    border-top-right-radius: 24px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0;
  }

  .border-\[0\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 0.5px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#ebebeb\] {
    border-color: #ebebeb;
  }

  .border-\[rgba\(28\,28\,28\,0\.04\)\] {
    border-color: #1c1c1c0a;
  }

  .border-\[rgba\(28\,28\,28\,0\.12\)\] {
    border-color: #1c1c1c1f;
  }

  .bg-\[\#5c5c5c\] {
    background-color: #5c5c5c;
  }

  .bg-\[\#009bff\] {
    background-color: #009bff;
  }

  .bg-\[\#F04842\] {
    background-color: #f04842;
  }

  .bg-\[\#ade0ff\] {
    background-color: #ade0ff;
  }

  .bg-\[\#ebebeb\] {
    background-color: #ebebeb;
  }

  .bg-\[\#f7f7f7\] {
    background-color: #f7f7f7;
  }

  .bg-\[rgba\(28\,28\,28\,0\.04\)\] {
    background-color: #1c1c1c0a;
  }

  .bg-\[rgba\(28\,28\,28\,0\.16\)\] {
    background-color: #1c1c1c29;
  }

  .bg-\[rgba\(123\,123\,123\,0\.36\)\] {
    background-color: #7b7b7b5c;
  }

  .bg-\[rgba\(255\,255\,255\,0\)\] {
    background-color: #fff0;
  }

  .bg-neutral-900 {
    background-color: var(--color-neutral-900);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .stroke-neutral-400 {
    stroke: var(--color-neutral-400);
  }

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

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-\[2px\] {
    padding: 2px;
  }

  .p-\[3\.6px\] {
    padding: 3.6px;
  }

  .p-\[4px\] {
    padding: 4px;
  }

  .p-\[6px\] {
    padding: 6px;
  }

  .p-\[7\.2px\] {
    padding: 7.2px;
  }

  .p-\[8px\] {
    padding: 8px;
  }

  .p-\[10px\] {
    padding: 10px;
  }

  .p-\[12px\] {
    padding: 12px;
  }

  .p-\[16px\] {
    padding: 16px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-\[2px\] {
    padding-inline: 2px;
  }

  .px-\[3\.6px\] {
    padding-inline: 3.6px;
  }

  .px-\[4px\] {
    padding-inline: 4px;
  }

  .px-\[6px\] {
    padding-inline: 6px;
  }

  .px-\[8px\] {
    padding-inline: 8px;
  }

  .px-\[9px\] {
    padding-inline: 9px;
  }

  .px-\[10px\] {
    padding-inline: 10px;
  }

  .px-\[12px\] {
    padding-inline: 12px;
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-\[2px\] {
    padding-block: 2px;
  }

  .py-\[4px\] {
    padding-block: 4px;
  }

  .py-\[7\.2px\] {
    padding-block: 7.2px;
  }

  .py-\[8px\] {
    padding-block: 8px;
  }

  .py-\[10px\] {
    padding-block: 10px;
  }

  .py-\[16px\] {
    padding-block: 16px;
  }

  .py-\[32px\] {
    padding-block: 32px;
  }

  .py-\[72px\] {
    padding-block: 72px;
  }

  .pt-\[12px\] {
    padding-top: 12px;
  }

  .pt-\[64px\] {
    padding-top: 64px;
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-\[16px\] {
    padding-bottom: 16px;
  }

  .pb-\[24px\] {
    padding-bottom: 24px;
  }

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

  .font-\[\'Geist\:Medium\'\,\'Noto_Sans\:Medium\'\,sans-serif\] {
    font-family:
      Geist\:Medium,
      Noto Sans\:Medium,
      sans-serif;
  }

  .font-\[\'Geist\:Medium\'\,\'Noto_Sans_Symbols2\:Regular\'\,sans-serif\] {
    font-family:
      Geist\:Medium,
      Noto Sans Symbols2\:Regular,
      sans-serif;
  }

  .font-\[\'Geist\:Medium\'\,sans-serif\] {
    font-family:
      Geist\:Medium,
      sans-serif;
  }

  .font-\[\'Geist\:Regular\'\,sans-serif\] {
    font-family:
      Geist\:Regular,
      sans-serif;
  }

  .font-\[\'Geist_Mono\'\,monospace\] {
    font-family:
      Geist Mono,
      monospace;
  }

  .font-\[\'Geist_Mono\:Regular\'\,sans-serif\] {
    font-family:
      Geist Mono\:Regular,
      sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,sans-serif\] {
    font-family:
      Inter\:Medium,
      sans-serif;
  }

  .font-\[\'Wix_Madefor_Display\:Medium\'\,sans-serif\] {
    font-family:
      Wix Madefor Display\:Medium,
      sans-serif;
  }

  .text-\[11\.7px\] {
    font-size: 11.7px;
  }

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

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

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

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

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

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[14\.4px\] {
    --tw-leading: 14.4px;
    line-height: 14.4px;
  }

  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .overflow-ellipsis {
    text-overflow: ellipsis;
  }

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

  .text-\[\#5c5c5c\] {
    color: #5c5c5c;
  }

  .text-\[\#d1d1d1\] {
    color: #d1d1d1;
  }

  .text-\[rgba\(28\,28\,28\,0\.88\)\] {
    color: #1c1c1ce0;
  }

  .text-neutral-400 {
    color: var(--color-neutral-400);
  }

  .text-neutral-900 {
    color: var(--color-neutral-900);
  }

  .text-white {
    color: var(--color-white);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .not-italic {
    font-style: normal;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-25 {
    opacity: 0.25;
  }

  .opacity-40 {
    opacity: 0.4;
  }

  .opacity-60 {
    opacity: 0.6;
  }

  .opacity-70 {
    opacity: 0.7;
  }

  .opacity-75 {
    opacity: 0.75;
  }

  .opacity-80 {
    opacity: 0.8;
  }

  .shadow-\[0px_0px_1px_0px_rgba\(123\,123\,123\,0\.24\)\,0px_3px_8px_-1px_rgba\(123\,123\,123\,0\.1\)\] {
    --tw-shadow:
      0px 0px 1px 0px var(--tw-shadow-color, #7b7b7b3d),
      0px 3px 8px -1px var(--tw-shadow-color, #7b7b7b1a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_1px_2px_0px_rgba\(16\,12\,12\,0\.1\)\,0px_0px_2px_0px_rgba\(16\,12\,12\,0\.1\)\,0px_8px_12px_-4px_rgba\(16\,12\,12\,0\.08\)\] {
    --tw-shadow:
      0px 1px 2px 0px var(--tw-shadow-color, #100c0c1a),
      0px 0px 2px 0px var(--tw-shadow-color, #100c0c1a),
      0px 8px 12px -4px var(--tw-shadow-color, #100c0c14);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_1px_2px_0px_rgba\(28\,28\,28\,0\.04\)\] {
    --tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, #1c1c1c0a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[inset_0px_0px_0px_1px_rgba\(28\,28\,28\,0\.04\)\] {
    --tw-shadow: inset 0px 0px 0px 1px var(--tw-shadow-color, #1c1c1c0a);
    box-shadow:
      var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .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-\[6px\] {
    --tw-backdrop-blur: blur(6px);
    -webkit-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: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,)
      var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,)
      var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,)
      var(--tw-backdrop-sepia,);
  }

  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-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: 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 {
    -webkit-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: 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,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property:
      color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
      --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-150 {
    --tw-duration: 0.15s;
    transition-duration: 0.15s;
  }

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

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

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

  .\[-ms-overflow-style\:none\] {
    -ms-overflow-style: none;
  }

  .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }

  .\[white-space-collapse\:collapse\] {
    white-space-collapse: collapse;
  }

  @media (hover: hover) {
    .group-hover\:stroke-\[\#5C5C5C\]:is(:where(.group):hover *) {
      stroke: #5c5c5c;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#5c5c5c\]:is(:where(.group):hover *) {
      color: #5c5c5c;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-70:is(:where(.group):hover *) {
      opacity: 0.7;
    }
  }

  .placeholder\:text-\[\#5c5c5c\]::placeholder {
    color: #5c5c5c;
  }

  .placeholder\:text-neutral-400::placeholder {
    color: var(--color-neutral-400);
  }

  .placeholder\:transition-colors::placeholder {
    transition-property:
      color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
      --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .placeholder\:duration-200::placeholder {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }

  .placeholder\:ease-in-out::placeholder {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  @media (hover: hover) {
    .hover\:bg-\[\#E03832\]:hover {
      background-color: #e03832;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(28\,28\,28\,0\.02\)\]:hover {
      background-color: #1c1c1c05;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(28\,28\,28\,0\.08\)\]:hover {
      background-color: #1c1c1c14;
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-800:hover {
      background-color: var(--color-neutral-800);
    }
  }

  @media (hover: hover) {
    .hover\:placeholder\:text-\[\#5c5c5c\]:hover::placeholder {
      color: #5c5c5c;
    }
  }

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

  .active\:bg-\[\#D02822\]:active {
    background-color: #d02822;
  }

  .active\:bg-\[rgba\(28\,28\,28\,0\.04\)\]:active {
    background-color: #1c1c1c0a;
  }

  .active\:bg-\[rgba\(28\,28\,28\,0\.12\)\]:active {
    background-color: #1c1c1c1f;
  }

  .active\:bg-neutral-700:active {
    background-color: var(--color-neutral-700);
  }

  .disabled\:bg-\[rgba\(28\,28\,28\,0\.04\)\]:disabled {
    background-color: #1c1c1c0a;
  }

  .disabled\:text-\[\#9C9C9C\]:disabled {
    color: #9c9c9c;
  }

  .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none;
  }

  .\[\&\:\:placeholder\]\:transition-colors::placeholder {
    transition-property:
      color, background-color, border-color, outline-color, text-decoration-color, fill, stroke,
      --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .\[\&\:\:placeholder\]\:duration-300::placeholder {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .\[\&\:\:placeholder\]\:ease-in-out::placeholder {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
}

:root {
  --font-size: 16px;
  --text-3xl: 48px;
  --text-2xl: 24px;
  --text-xl: 18px;
  --text-lg: 14px;
  --text-base: 14px;
  --text-sm: 13px;
  --text-xs: 12px;
  --background: #f7f7f7;
  --foreground: #5c5c5c;
  --card: #f7f7f7;
  --card-foreground: #1c1c1ce0;
  --popover: #f7f7f7;
  --popover-foreground: #5c5c5c;
  --primary: #009bff;
  --primary-foreground: #fff;
  --secondary: #1c1c1c0a;
  --secondary-foreground: #5c5c5c;
  --muted: #1c1c1c0a;
  --muted-foreground: #a3a3a3;
  --accent: #009bff;
  --accent-foreground: #fff;
  --destructive: #dc2626;
  --destructive-foreground: #fff;
  --border: #1c1c1c0a;
  --input: #0000;
  --input-background: #f7f7f7;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: #009bff;
  --elevation-sm: 0px 1px 2px 0px #1c1c1c0a;
  --chart-1: #009bff;
  --chart-2: #007ccc;
  --chart-3: #33abff;
  --chart-4: #99d5ff;
  --chart-5: #cceaff;
  --radius: 12px;
  --radius-card: 20px;
  --radius-button: 12px;
  --radius-tag: 10px;
  --radius-inset: 6px;
  --sidebar: #f7f7f7;
  --sidebar-foreground: #5c5c5c;
  --sidebar-primary: #009bff;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #009bff;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #1c1c1c0a;
  --sidebar-ring: #009bff;
}

.dark {
  --background: #0f172a;
  --foreground: #f8fafc;
  --card: #1e293b;
  --card-foreground: #f8fafc;
  --popover: #1e293b;
  --popover-foreground: #f8fafc;
  --primary: #009bff;
  --primary-foreground: #fff;
  --secondary: #ffffff14;
  --secondary-foreground: #ebebeb;
  --muted: #ffffff14;
  --muted-foreground: #94a3b8;
  --accent: #009bff;
  --accent-foreground: #fff;
  --destructive: #ef4444;
  --destructive-foreground: #fff;
  --border: #ffffff14;
  --input: #0000;
  --input-background: #1e293b;
  --ring: #009bff;
  --elevation-sm: 0px 1px 2px 0px #00000026;
  --chart-1: #009bff;
  --chart-2: #007ccc;
  --chart-3: #33abff;
  --chart-4: #99d5ff;
  --chart-5: #cceaff;
  --sidebar: #0f172a;
  --sidebar-foreground: #f8fafc;
  --sidebar-primary: #009bff;
  --sidebar-primary-foreground: #fff;
  --sidebar-accent: #009bff;
  --sidebar-accent-foreground: #fff;
  --sidebar-border: #ffffff14;
  --sidebar-ring: #009bff;
}

html.dark[data-dark-shell="black"] {
  --background: #000000;
  --foreground: #f4f4f5;
  --card: #0a0a0a;
  --card-foreground: #f4f4f5;
  --popover: #0a0a0a;
  --popover-foreground: #f4f4f5;
  --input-background: #0a0a0a;
  --sidebar: #000000;
  --sidebar-foreground: #f4f4f5;
}

html {
  font-size: var(--font-size);
}

@property --tw-translate-x {
  syntax: '*';
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: '*';
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: '*';
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: '*';
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: '*';
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: '*';
  inherits: false;
  initial-value: 1;
}

@property --tw-border-style {
  syntax: '*';
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: '*';
  inherits: false;
}

@property --tw-font-weight {
  syntax: '*';
  inherits: false;
}

@property --tw-tracking {
  syntax: '*';
  inherits: false;
}

@property --tw-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: '*';
  inherits: false;
}

@property --tw-shadow-alpha {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: '*';
  inherits: false;
}

@property --tw-inset-shadow-alpha {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: '*';
  inherits: false;
}

@property --tw-ring-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: '*';
  inherits: false;
}

@property --tw-inset-ring-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: '*';
  inherits: false;
}

@property --tw-ring-offset-width {
  syntax: '<length>';
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: '*';
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: '*';
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: '*';
  inherits: false;
}

@property --tw-brightness {
  syntax: '*';
  inherits: false;
}

@property --tw-contrast {
  syntax: '*';
  inherits: false;
}

@property --tw-grayscale {
  syntax: '*';
  inherits: false;
}

@property --tw-hue-rotate {
  syntax: '*';
  inherits: false;
}

@property --tw-invert {
  syntax: '*';
  inherits: false;
}

@property --tw-opacity {
  syntax: '*';
  inherits: false;
}

@property --tw-saturate {
  syntax: '*';
  inherits: false;
}

@property --tw-sepia {
  syntax: '*';
  inherits: false;
}

@property --tw-drop-shadow {
  syntax: '*';
  inherits: false;
}

@property --tw-drop-shadow-color {
  syntax: '*';
  inherits: false;
}

@property --tw-drop-shadow-alpha {
  syntax: '<percentage>';
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: '*';
  inherits: false;
}

@property --tw-backdrop-blur {
  syntax: '*';
  inherits: false;
}

@property --tw-backdrop-brightness {
  syntax: '*';
  inherits: false;
}

@property --tw-backdrop-contrast {
  syntax: '*';
  inherits: false;
}

@property --tw-backdrop-grayscale {
  syntax: '*';
  inherits: false;
}

@property --tw-backdrop-hue-rotate {
  syntax: '*';
  inherits: false;
}

@property --tw-backdrop-invert {
  syntax: '*';
  inherits: false;
}

@property --tw-backdrop-opacity {
  syntax: '*';
  inherits: false;
}

@property --tw-backdrop-saturate {
  syntax: '*';
  inherits: false;
}

@property --tw-backdrop-sepia {
  syntax: '*';
  inherits: false;
}

@property --tw-duration {
  syntax: '*';
  inherits: false;
}

@property --tw-ease {
  syntax: '*';
  inherits: false;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Tooltip & Popover Animation Keyframes */
@keyframes tooltip-in-from-top {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(0.5rem);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes tooltip-in-from-bottom {
  from {
    opacity: 0;
    transform: scale(0.95) translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes tooltip-in-from-left {
  from {
    opacity: 0;
    transform: scale(0.95) translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

@keyframes tooltip-in-from-right {
  from {
    opacity: 0;
    transform: scale(0.95) translateX(-0.5rem);
  }
  to {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
}

@keyframes tooltip-out-to-top {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(0.95) translateY(0.5rem);
  }
}

@keyframes tooltip-out-to-bottom {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(0.95) translateY(-0.5rem);
  }
}

@keyframes tooltip-out-to-left {
  from {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  to {
    opacity: 0;
    transform: scale(0.95) translateX(0.5rem);
  }
}

@keyframes tooltip-out-to-right {
  from {
    opacity: 1;
    transform: scale(1) translateX(0);
  }
  to {
    opacity: 0;
    transform: scale(0.95) translateX(-0.5rem);
  }
}

/* Inner Border Utilities - Using box-shadow for better rounded corner support */
@layer utilities {
  .border-inner-depth-black-4 {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-4);
  }
  .focus\:border-inner-depth-black-4:focus {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-4);
  }
  .border-inner-depth-black-8 {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-8);
  }
  .focus\:border-inner-depth-black-8:focus {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-8);
  }
  .border-inner-depth-black-16 {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-16);
  }
  .focus\:border-inner-depth-black-16:focus {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-16);
  }
  .border-inner-depth-black-24 {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-24);
  }
  .focus\:border-inner-depth-black-24:focus {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-24);
  }
  .border-inner-depth-black-48 {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-48);
  }
  .focus\:border-inner-depth-black-48:focus {
    box-shadow: inset 0 0 0 1px var(--color-depth-black-48);
  }

  /* Dashed divider pattern - 8px dash, 4px gap */
  .dashed-divider {
    background-image: repeating-linear-gradient(
      to right,
      var(--color-depth-black-4) 0px,
      var(--color-depth-black-4) 8px,
      transparent 8px,
      transparent 12px
    );
  }

  /* Dashed divider as bottom border using pseudo-element */
  .dashed-divider-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-image: repeating-linear-gradient(
      to right,
      var(--color-depth-black-4) 0px,
      var(--color-depth-black-4) 8px,
      transparent 8px,
      transparent 12px
    );
  }
  .border-inner-depth-white-4 {
    box-shadow: inset 0 0 0 1px var(--color-depth-white-4);
  }
  .focus\:border-inner-depth-white-4:focus {
    box-shadow: inset 0 0 0 1px var(--color-depth-white-4);
  }
  .border-inner-depth-white-8 {
    box-shadow: inset 0 0 0 1px var(--color-depth-white-8);
  }
  .focus\:border-inner-depth-white-8:focus {
    box-shadow: inset 0 0 0 1px var(--color-depth-white-8);
  }
  .border-inner-depth-white-16 {
    box-shadow: inset 0 0 0 1px var(--color-depth-white-16);
  }
  .focus\:border-inner-depth-white-16:focus {
    box-shadow: inset 0 0 0 1px var(--color-depth-white-16);
  }

  /* Animation utilities for tooltips and popovers */
  .animate-in {
    animation-duration: 200ms;
    animation-fill-mode: both;
  }

  .animate-out {
    animation-duration: 150ms;
    animation-fill-mode: both;
  }

  .fade-in-0 {
    animation-name: fade-in;
  }

  .fade-out-0 {
    animation-name: fade-out;
  }

  .zoom-in-95 {
    animation-name: zoom-in-95;
  }

  .zoom-out-95 {
    animation-name: zoom-out-95;
  }

  .slide-in-from-top-2 {
    animation-name: slide-in-from-top;
  }

  .slide-in-from-bottom-2 {
    animation-name: slide-in-from-bottom;
  }

  .slide-in-from-left-2 {
    animation-name: slide-in-from-left;
  }

  .slide-in-from-right-2 {
    animation-name: slide-in-from-right;
  }

  /* Data attribute state animations for Radix UI tooltips */
  /* Enter animations - slide from opposite direction */
  [data-slot='tooltip-content'][data-state='open'][data-side='top'] {
    animation: tooltip-in-from-top 200ms ease-out both;
  }

  [data-slot='tooltip-content'][data-state='open'][data-side='bottom'] {
    animation: tooltip-in-from-bottom 200ms ease-out both;
  }

  [data-slot='tooltip-content'][data-state='open'][data-side='left'] {
    animation: tooltip-in-from-left 200ms ease-out both;
  }

  [data-slot='tooltip-content'][data-state='open'][data-side='right'] {
    animation: tooltip-in-from-right 200ms ease-out both;
  }

  /* Exit animations - slide back to where it came from */
  [data-slot='tooltip-content'][data-state='closed'][data-side='top'] {
    animation: tooltip-out-to-top 150ms ease-in both;
  }

  [data-slot='tooltip-content'][data-state='closed'][data-side='bottom'] {
    animation: tooltip-out-to-bottom 150ms ease-in both;
  }

  [data-slot='tooltip-content'][data-state='closed'][data-side='left'] {
    animation: tooltip-out-to-left 150ms ease-in both;
  }

  [data-slot='tooltip-content'][data-state='closed'][data-side='right'] {
    animation: tooltip-out-to-right 150ms ease-in both;
  }
}

/* Collapsible error/warning sections */
details.collapsible-issues > summary {
  list-style: none;
  cursor: pointer;
  user-select: none;
}
details.collapsible-issues > summary::-webkit-details-marker,
details.collapsible-issues > summary::marker {
  display: none;
}
details.collapsible-issues > summary .chevron-icon {
  transition: transform 0.2s ease;
}
details.collapsible-issues[open] > summary .chevron-icon {
  transform: rotate(180deg);
}
details.collapsible-issues > .collapsible-content {
  animation: collapsible-slide-in 0.2s ease-out;
}
@keyframes collapsible-slide-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}

