/* src/styles.css */
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-red-50: oklch(97.1% 0.013 17.38);
    --color-red-300: oklch(80.8% 0.114 19.571);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-yellow-50: oklch(98.7% 0.026 102.212);
    --color-yellow-300: oklch(90.5% 0.182 98.111);
    --color-yellow-500: oklch(79.5% 0.184 86.047);
    --color-yellow-700: oklch(55.4% 0.135 66.442);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-700: oklch(52.7% 0.154 150.069);
    --color-cyan-50: oklch(98.4% 0.019 200.873);
    --color-cyan-300: oklch(86.5% 0.127 207.078);
    --color-cyan-500: oklch(71.5% 0.143 215.221);
    --color-cyan-700: oklch(52% 0.105 223.128);
    --color-blue-50: oklch(97% 0.014 254.604);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-300: oklch(80.9% 0.105 251.813);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-900: oklch(37.9% 0.146 265.522);
    --color-violet-50: oklch(96.9% 0.016 293.756);
    --color-violet-300: oklch(81.1% 0.111 293.571);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-violet-700: oklch(49.1% 0.27 292.581);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-gray-950: oklch(13% 0.028 261.692);
    --color-neutral-50: var(--theme-color-neutral-50, var(--color-gray-50));
    --color-neutral-100: var(--theme-color-neutral-100, var(--color-gray-100));
    --color-neutral-200: var(--theme-color-neutral-200, var(--color-gray-200));
    --color-neutral-300: var(--theme-color-neutral-300, var(--color-gray-300));
    --color-neutral-400: var(--theme-color-neutral-400, var(--color-gray-400));
    --color-neutral-500: var(--theme-color-neutral-500, var(--color-gray-500));
    --color-neutral-600: var(--theme-color-neutral-600, var(--color-gray-600));
    --color-neutral-700: var(--theme-color-neutral-700, var(--color-gray-700));
    --color-neutral-800: var(--theme-color-neutral-800, var(--color-gray-800));
    --color-neutral-900: var(--theme-color-neutral-900, var(--color-gray-900));
    --color-neutral-950: var(--theme-color-neutral-950, var(--color-gray-950));
    --color-black: #000000;
    --color-white: #FFFFFF;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --radius-4xl: 2rem;
    --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;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-inter: Inter, sans-serif;
    --color-primary-50: #FFF4E6;
    --color-primary-100: #FFE4C2;
    --color-primary-200: #FFCB85;
    --color-primary-300: #FFB154;
    --color-primary-500: #F16900;
    --color-primary-600: #CC5900;
    --color-primary-700: #A34900;
    --color-primary-900: #522500;
    --color-success-50: #F1FCF2;
    --color-success-100: #DFF9E4;
    --color-success-200: #C1F1CB;
    --color-success-500: #32B550;
    --color-success-600: #28A745;
    --color-success-700: #1F7634;
    --color-info-50: #EFF8FF;
    --color-info-300: #75CDFF;
    --color-info-500: #009FFF;
    --color-error-50: #FEF2F2;
    --color-error-200: #FCCFCF;
    --color-error-300: #F9A8A8;
    --color-error-500: #EC474F;
    --color-error-600: #DC3545;
    --color-error-700: #B7192C;
    --shadow-1: 0px 0px 12px rgba(0,0,0,0.05);
    --shadow-2: 0px 0px 12px rgba(0,0,0,0.10);
    --shadow-3: 0px 0px 12px rgba(0,0,0,0.15);
    --shadow-4: 0px 0px 12px rgba(0,0,0,0.20);
    --text-h1: 6rem;
    --text-h1--line-height: 7rem;
    --text-h1--letter-spacing: -0.094rem;
    --text-h1--font-weight: 300;
    --text-h2: 3.75rem;
    --text-h2--line-height: 4.5rem;
    --text-h2--letter-spacing: -0.031rem;
    --text-h2--font-weight: 300;
    --text-h3: 3rem;
    --text-h3--line-height: 3.5rem;
    --text-h3--letter-spacing: 0rem;
    --text-h3--font-weight: 400;
    --text-h4: 2.125rem;
    --text-h4--line-height: 2.25rem;
    --text-h4--letter-spacing: 0rem;
    --text-h4--font-weight: 400;
    --text-h5: 1.5rem;
    --text-h5--line-height: 1.5rem;
    --text-h5--letter-spacing: 0.011rem;
    --text-h5--font-weight: 400;
    --text-h6: 1.25rem;
    --text-h6--line-height: 1.5rem;
    --text-h6--letter-spacing: 0.009rem;
    --text-h6--font-weight: 500;
    --text-subtitle1: 1rem;
    --text-subtitle1--line-height: 1.5rem;
    --text-subtitle1--letter-spacing: 0.009rem;
    --text-subtitle1--font-weight: 400;
    --text-subtitle2: 0.875rem;
    --text-subtitle2--line-height: 1.5rem;
    --text-subtitle2--letter-spacing: 0.006rem;
    --text-subtitle2--font-weight: 500;
    --text-body1: 1rem;
    --text-body1--line-height: 1.5rem;
    --text-body1--letter-spacing: 0.031rem;
    --text-body1--font-weight: 400;
    --text-body2: 0.875rem;
    --text-body2--line-height: 1.25rem;
    --text-body2--letter-spacing: 0.016rem;
    --text-body2--font-weight: 400;
    --text-button: 0.875rem;
    --text-button--line-height: 1rem;
    --text-button--letter-spacing: 0.078rem;
    --text-button--font-weight: 500;
    --text-caption: 0.75rem;
    --text-caption--line-height: 1rem;
    --text-caption--letter-spacing: 0.025rem;
    --text-caption--font-weight: 400;
    --text-overline: 0.625rem;
    --text-overline--line-height: 1rem;
    --text-overline--letter-spacing: 0.094rem;
    --text-overline--font-weight: 500;
    --primary-100: #FFE4C2;
    --primary-200: #FFCB85;
    --primary-300: #FFB154;
    --primary-500: #F16900;
    --primary-600: #CC5900;
    --primary-700: #A34900;
    --primary-800: #7A3700;
    --primary-900: #522500;
    --secondary-100: #D1FAE5;
    --secondary-200: #A7F3D0;
    --secondary-300: #6EE7B7;
    --secondary-500: #10B981;
    --secondary-600: #059669;
    --secondary-700: #047857;
    --secondary-800: #065F46;
    --secondary-900: #064E3B;
    --success-100: #DFF9E4;
    --success-200: #C1F1CB;
    --success-300: #90E5A3;
    --success-500: #32B550;
    --success-600: #28A745;
    --success-700: #1F7634;
    --success-800: #1E5D2D;
    --success-900: #1A4D27;
    --info-100: #DEF0FF;
    --info-200: #B6E2FF;
    --info-300: #75CDFF;
    --info-500: #009FFF;
    --info-600: #007AD4;
    --info-700: #0061AB;
    --info-800: #00528D;
    --info-900: #064574;
    --warn-100: #FFFBC5;
    --warn-200: #FFF885;
    --warn-300: #FFEE46;
    --warn-500: #FFC107;
    --warn-600: #E29400;
    --warn-700: #BB6902;
    --warn-800: #985108;
    --warn-900: #7C420B;
    --error-100: #FEE6E5;
    --error-200: #FCCFCF;
    --error-300: #F9A8A8;
    --error-500: #EC474F;
    --error-600: #DC3545;
    --error-700: #B7192C;
    --error-800: #99182C;
    --error-900: #83182C;
    --semantic-page-bg: var(--theme-page-bg);
    --semantic-page-bg-secondary: var(--theme-page-bg-secondary);
    --semantic-surface-bg: var(--theme-page-bg);
    --semantic-surface-bg-raised: var(--theme-page-bg-secondary);
    --semantic-border-default: var(--theme-border-default, var(--color-neutral-100));
    --semantic-border-container: var(--theme-border-container, var(--color-neutral-100));
    --semantic-border-on-color: var(--theme-border-on-color, var(--color-white));
    --semantic-border-disabled: var(--theme-border-disabled, var(--color-neutral-200));
    --semantic-border-on-color-disabled: var(--theme-border-on-color-disabled, var(--color-neutral-900));
    --semantic-border-primary: var(--theme-border-primary, var(--primary-500));
    --semantic-border-primary-hover: var(--theme-border-primary-hover, var(--primary-600));
    --semantic-border-primary-active: var(--theme-border-primary-active, var(--primary-700));
    --semantic-border-primary-subtle: var(--theme-border-primary-subtle, var(--primary-100));
    --semantic-border-primary-subtle-hover: var(--theme-border-primary-subtle-hover, var(--primary-200));
    --semantic-border-primary-subtle-active: var(--theme-border-primary-subtle-active, var(--primary-300));
    --semantic-border-primary-focus: var(--theme-border-primary-focus, var(--primary-500));
    --semantic-border-secondary: var(--theme-border-secondary, var(--secondary-500));
    --semantic-border-secondary-hover: var(--theme-border-secondary-hover, var(--secondary-600));
    --semantic-border-secondary-active: var(--theme-border-secondary-active, var(--secondary-700));
    --semantic-border-secondary-subtle: var(--theme-border-secondary-subtle, var(--secondary-100));
    --semantic-border-secondary-subtle-hover: var(--theme-border-secondary-subtle-hover, var(--secondary-200));
    --semantic-border-secondary-subtle-active: var(--theme-border-secondary-subtle-active, var(--secondary-300));
    --semantic-border-secondary-focus: var(--theme-border-secondary-focus, var(--secondary-500));
    --semantic-border-success: var(--theme-border-success, var(--success-500));
    --semantic-border-success-hover: var(--theme-border-success-hover, var(--success-600));
    --semantic-border-success-active: var(--theme-border-success-active, var(--success-700));
    --semantic-border-success-subtle: var(--theme-border-success-subtle, var(--success-100));
    --semantic-border-success-subtle-hover: var(--theme-border-success-subtle-hover, var(--success-200));
    --semantic-border-success-subtle-active: var(--theme-border-success-subtle-active, var(--success-300));
    --semantic-border-success-focus: var(--theme-border-success-focus, var(--success-500));
    --semantic-border-info: var(--theme-border-info, var(--info-500));
    --semantic-border-info-hover: var(--theme-border-info-hover, var(--info-600));
    --semantic-border-info-active: var(--theme-border-info-active, var(--info-700));
    --semantic-border-info-subtle: var(--theme-border-info-subtle, var(--info-100));
    --semantic-border-info-subtle-hover: var(--theme-border-info-subtle-hover, var(--info-200));
    --semantic-border-info-subtle-active: var(--theme-border-info-subtle-active, var(--info-300));
    --semantic-border-info-focus: var(--theme-border-info-focus, var(--info-500));
    --semantic-border-error: var(--theme-border-error, var(--error-500));
    --semantic-border-error-hover: var(--theme-border-error-hover, var(--error-600));
    --semantic-border-error-active: var(--theme-border-error-active, var(--error-700));
    --semantic-border-error-subtle: var(--theme-border-error-subtle, var(--error-100));
    --semantic-border-error-subtle-hover: var(--theme-border-error-subtle-hover, var(--error-200));
    --semantic-border-error-subtle-active: var(--theme-border-error-subtle-active, var(--error-300));
    --semantic-border-error-focus: var(--theme-border-error-focus, var(--error-500));
    --semantic-border-warn: var(--theme-border-warn, var(--warn-500));
    --semantic-border-warn-hover: var(--theme-border-warn-hover, var(--warn-600));
    --semantic-border-warn-active: var(--theme-border-warn-active, var(--warn-700));
    --semantic-border-warn-subtle: var(--theme-border-warn-subtle, var(--warn-100));
    --semantic-border-warn-subtle-hover: var(--theme-border-warn-subtle-hover, var(--warn-200));
    --semantic-border-warn-subtle-active: var(--theme-border-warn-subtle-active, var(--warn-300));
    --semantic-border-warn-focus: var(--theme-border-warn-focus, var(--warn-500));
    --semantic-focus-ring-width: var(--theme-focus-ring-width, 2px);
    --semantic-focus-ring-offset: var(--theme-focus-ring-offset, 2px);
    --semantic-surface-primary: var(--theme-surface-primary, var(--primary-500));
    --semantic-surface-primary-hover: var(--theme-surface-primary-hover, var(--primary-600));
    --semantic-surface-primary-active: var(--theme-surface-primary-active, var(--primary-700));
    --semantic-surface-primary-subtle: var(--theme-surface-primary-subtle, var(--primary-100));
    --semantic-surface-primary-subtle-hover: var(--theme-surface-primary-subtle-hover, var(--primary-200));
    --semantic-surface-primary-subtle-active: var(--theme-surface-primary-subtle-active, var(--primary-300));
    --semantic-surface-primary-subtle-hover-alt: var(--theme-surface-primary-subtle-hover-alt, var(--primary-200));
    --semantic-surface-secondary: var(--theme-surface-secondary, var(--secondary-500));
    --semantic-surface-secondary-hover: var(--theme-surface-secondary-hover, var(--secondary-600));
    --semantic-surface-secondary-active: var(--theme-surface-secondary-active, var(--secondary-700));
    --semantic-surface-secondary-subtle: var(--theme-surface-secondary-subtle, var(--secondary-100));
    --semantic-surface-secondary-subtle-hover: var(--theme-surface-secondary-subtle-hover, var(--secondary-200));
    --semantic-surface-secondary-subtle-active: var(--theme-surface-secondary-subtle-active, var(--secondary-300));
    --semantic-surface-secondary-subtle-hover-alt: var(--theme-surface-secondary-subtle-hover-alt, var(--secondary-200));
    --semantic-surface-success: var(--theme-surface-success, var(--success-500));
    --semantic-surface-success-hover: var(--theme-surface-success-hover, var(--success-600));
    --semantic-surface-success-active: var(--theme-surface-success-active, var(--success-700));
    --semantic-surface-success-subtle: var(--theme-surface-success-subtle, var(--success-100));
    --semantic-surface-success-subtle-hover: var(--theme-surface-success-subtle-hover, var(--success-200));
    --semantic-surface-success-subtle-active: var(--theme-surface-success-subtle-active, var(--success-300));
    --semantic-surface-success-subtle-hover-alt: var(--theme-surface-success-subtle-hover-alt, var(--success-200));
    --semantic-surface-info: var(--theme-surface-info, var(--info-500));
    --semantic-surface-info-hover: var(--theme-surface-info-hover, var(--info-600));
    --semantic-surface-info-active: var(--theme-surface-info-active, var(--info-700));
    --semantic-surface-info-subtle: var(--theme-surface-info-subtle, var(--info-100));
    --semantic-surface-info-subtle-hover: var(--theme-surface-info-subtle-hover, var(--info-200));
    --semantic-surface-info-subtle-active: var(--theme-surface-info-subtle-active, var(--info-300));
    --semantic-surface-info-subtle-hover-alt: var(--theme-surface-info-subtle-hover-alt, var(--info-200));
    --semantic-surface-error: var(--theme-surface-error, var(--error-500));
    --semantic-surface-error-hover: var(--theme-surface-error-hover, var(--error-600));
    --semantic-surface-error-active: var(--theme-surface-error-active, var(--error-700));
    --semantic-surface-error-subtle: var(--theme-surface-error-subtle, var(--error-100));
    --semantic-surface-error-subtle-hover: var(--theme-surface-error-subtle-hover, var(--error-200));
    --semantic-surface-error-subtle-active: var(--theme-surface-error-subtle-active, var(--error-300));
    --semantic-surface-error-subtle-hover-alt: var(--theme-surface-error-subtle-hover-alt, var(--error-200));
    --semantic-surface-warn: var(--theme-surface-warn, var(--warn-500));
    --semantic-surface-warn-hover: var(--theme-surface-warn-hover, var(--warn-600));
    --semantic-surface-warn-active: var(--theme-surface-warn-active, var(--warn-700));
    --semantic-surface-warn-subtle: var(--theme-surface-warn-subtle, var(--warn-100));
    --semantic-surface-warn-subtle-hover: var(--theme-surface-warn-subtle-hover, var(--warn-200));
    --semantic-surface-warn-subtle-active: var(--theme-surface-warn-subtle-active, var(--warn-300));
    --semantic-surface-warn-subtle-hover-alt: var(--theme-surface-warn-subtle-hover-alt, var(--warn-200));
    --semantic-surface-disabled: var(--theme-surface-disabled);
    --semantic-text-hero: var(--theme-text-hero, var(--color-neutral-950));
    --semantic-text-heading: var(--theme-text-heading, var(--color-neutral-950));
    --semantic-text-body: var(--theme-text-body, var(--color-neutral-900));
    --semantic-text-caption: var(--theme-text-caption, var(--color-neutral-800));
    --semantic-text-placeholder: var(--theme-text-placeholder, var(--color-neutral-600));
    --semantic-text-disabled: var(--theme-text-disabled, var(--color-neutral-400));
    --semantic-text-on-color-hero: var(--theme-text-on-color-hero, #FFFFFF);
    --semantic-text-on-color-heading: var(--theme-text-on-color-heading, #FFFFFF);
    --semantic-text-on-color-body: var(--theme-text-on-color-body, #FFFFFF);
    --semantic-text-on-color-caption: var(--theme-text-on-color-caption, var(--color-neutral-100));
    --semantic-text-on-color-placeholder: var(--theme-text-on-color-placeholder, var(--color-neutral-100));
    --semantic-text-on-color-disabled: var(--theme-text-on-color-disabled, var(--color-neutral-400));
    --semantic-text-primary: var(--theme-text-primary, var(--primary-500));
    --semantic-text-primary-hover: var(--theme-text-primary-hover, var(--primary-600));
    --semantic-text-primary-on-color: var(--theme-text-primary-on-color, var(--color-neutral-100));
    --semantic-text-primary-on-color-hover: var(--theme-text-primary-on-color-hover, var(--color-neutral-200));
    --semantic-text-primary-on-color-subtle: var(--theme-text-primary-on-color-subtle, var(--primary-800));
    --semantic-text-primary-on-color-subtle-hover: var(--theme-text-primary-on-color-subtle-hover, var(--primary-900));
    --semantic-text-secondary: var(--theme-text-secondary, var(--secondary-500));
    --semantic-text-secondary-hover: var(--theme-text-secondary-hover, var(--secondary-600));
    --semantic-text-secondary-on-color: var(--theme-text-secondary-on-color, var(--color-neutral-100));
    --semantic-text-secondary-on-color-hover: var(--theme-text-secondary-on-color-hover, var(--color-neutral-200));
    --semantic-text-secondary-on-color-subtle: var(--theme-text-secondary-on-color-subtle, var(--secondary-800));
    --semantic-text-secondary-on-color-subtle-hover: var(--theme-text-secondary-on-color-subtle-hover, var(--secondary-900));
    --semantic-text-success: var(--theme-text-success, var(--success-500));
    --semantic-text-success-hover: var(--theme-text-success-hover, var(--success-600));
    --semantic-text-success-on-color: var(--theme-text-success-on-color, var(--color-neutral-100));
    --semantic-text-success-on-color-hover: var(--theme-text-success-on-color-hover, var(--color-neutral-200));
    --semantic-text-success-on-color-subtle: var(--theme-text-success-on-color-subtle, var(--success-800));
    --semantic-text-success-on-color-subtle-hover: var(--theme-text-success-on-color-subtle-hover, var(--success-900));
    --semantic-text-info: var(--theme-text-info, var(--info-500));
    --semantic-text-info-hover: var(--theme-text-info-hover, var(--info-600));
    --semantic-text-info-on-color: var(--theme-text-info-on-color, var(--color-neutral-100));
    --semantic-text-info-on-color-hover: var(--theme-text-info-on-color-hover, var(--color-neutral-200));
    --semantic-text-info-on-color-subtle: var(--theme-text-info-on-color-subtle, var(--info-800));
    --semantic-text-info-on-color-subtle-hover: var(--theme-text-info-on-color-subtle-hover, var(--info-900));
    --semantic-text-error: var(--theme-text-error, var(--error-500));
    --semantic-text-error-hover: var(--theme-text-error-hover, var(--error-600));
    --semantic-text-error-on-color: var(--theme-text-error-on-color, var(--color-neutral-100));
    --semantic-text-error-on-color-hover: var(--theme-text-error-on-color-hover, var(--color-neutral-200));
    --semantic-text-error-on-color-subtle: var(--theme-text-error-on-color-subtle, var(--error-800));
    --semantic-text-error-on-color-subtle-hover: var(--theme-text-error-on-color-subtle-hover, var(--error-900));
    --semantic-text-warn: var(--theme-text-warn, var(--warn-500));
    --semantic-text-warn-hover: var(--theme-text-warn-hover, var(--warn-600));
    --semantic-text-warn-on-color: var(--theme-text-warn-on-color, var(--color-neutral-100));
    --semantic-text-warn-on-color-hover: var(--theme-text-warn-on-color-hover, var(--color-neutral-200));
    --semantic-text-warn-on-color-subtle: var(--theme-text-warn-on-color-subtle, var(--warn-800));
    --semantic-text-warn-on-color-subtle-hover: var(--theme-text-warn-on-color-subtle-hover, var(--warn-900));
    --font-weight-regular: 400;
    --type-hero-size-mobile: 3.5rem;
    --type-hero-line-height-mobile: 4.5rem;
    --type-hero-letter-spacing-mobile: -0.02em;
    --type-hero-font-weight-mobile: var(--font-weight-bold);
    --type-hero-size-tablet: 3.75rem;
    --type-hero-line-height-tablet: 4.5rem;
    --type-hero-letter-spacing-tablet: -0.02em;
    --type-hero-font-weight-tablet: var(--font-weight-bold);
    --type-hero-size-desktop: 6rem;
    --type-hero-line-height-desktop: 7rem;
    --type-hero-letter-spacing-desktop: -0.03em;
    --type-hero-font-weight-desktop: var(--font-weight-bold);
    --type-h1-size-mobile: 3rem;
    --type-h1-line-height-mobile: 3.5rem;
    --type-h1-letter-spacing-mobile: -0.02em;
    --type-h1-font-weight-mobile: var(--font-weight-bold);
    --type-h1-size-tablet: 3rem;
    --type-h1-line-height-tablet: 3.5rem;
    --type-h1-letter-spacing-tablet: -0.02em;
    --type-h1-font-weight-tablet: var(--font-weight-bold);
    --type-h1-size-desktop: 3.75rem;
    --type-h1-line-height-desktop: 4.5rem;
    --type-h1-letter-spacing-desktop: -0.02em;
    --type-h1-font-weight-desktop: var(--font-weight-bold);
    --type-h2-size-mobile: 2.5rem;
    --type-h2-line-height-mobile: 3rem;
    --type-h2-letter-spacing-mobile: -0.01em;
    --type-h2-font-weight-mobile: var(--font-weight-bold);
    --type-h2-size-tablet: 2.5rem;
    --type-h2-line-height-tablet: 3rem;
    --type-h2-letter-spacing-tablet: -0.01em;
    --type-h2-font-weight-tablet: var(--font-weight-bold);
    --type-h2-size-desktop: 3rem;
    --type-h2-line-height-desktop: 3.5rem;
    --type-h2-letter-spacing-desktop: -0.015em;
    --type-h2-font-weight-desktop: var(--font-weight-bold);
    --type-h3-size-mobile: 2rem;
    --type-h3-line-height-mobile: 2.5rem;
    --type-h3-letter-spacing-mobile: -0.005em;
    --type-h3-font-weight-mobile: var(--font-weight-semibold);
    --type-h3-size-tablet: 2rem;
    --type-h3-line-height-tablet: 2.5rem;
    --type-h3-letter-spacing-tablet: -0.005em;
    --type-h3-font-weight-tablet: var(--font-weight-semibold);
    --type-h3-size-desktop: 2.5rem;
    --type-h3-line-height-desktop: 3rem;
    --type-h3-letter-spacing-desktop: -0.01em;
    --type-h3-font-weight-desktop: var(--font-weight-semibold);
    --type-h4-size-mobile: 1.75rem;
    --type-h4-line-height-mobile: 2rem;
    --type-h4-letter-spacing-mobile: 0;
    --type-h4-font-weight-mobile: var(--font-weight-semibold);
    --type-h4-size-tablet: 1.75rem;
    --type-h4-line-height-tablet: 2rem;
    --type-h4-letter-spacing-tablet: 0;
    --type-h4-font-weight-tablet: var(--font-weight-semibold);
    --type-h4-size-desktop: 2rem;
    --type-h4-line-height-desktop: 2.5rem;
    --type-h4-letter-spacing-desktop: 0;
    --type-h4-font-weight-desktop: var(--font-weight-semibold);
    --type-h5-size-mobile: 1.5rem;
    --type-h5-line-height-mobile: 1.75rem;
    --type-h5-letter-spacing-mobile: 0.01em;
    --type-h5-font-weight-mobile: var(--font-weight-semibold);
    --type-h5-size-tablet: 1.5rem;
    --type-h5-line-height-tablet: 1.75rem;
    --type-h5-letter-spacing-tablet: 0.01em;
    --type-h5-font-weight-tablet: var(--font-weight-semibold);
    --type-h5-size-desktop: 1.5rem;
    --type-h5-line-height-desktop: 1.75rem;
    --type-h5-letter-spacing-desktop: 0.01em;
    --type-h5-font-weight-desktop: var(--font-weight-semibold);
    --type-h6-size-mobile: 1.25rem;
    --type-h6-line-height-mobile: 1.5rem;
    --type-h6-letter-spacing-mobile: 0.01em;
    --type-h6-font-weight-mobile: var(--font-weight-medium);
    --type-h6-size-tablet: 1.25rem;
    --type-h6-line-height-tablet: 1.5rem;
    --type-h6-letter-spacing-tablet: 0.01em;
    --type-h6-font-weight-tablet: var(--font-weight-medium);
    --type-h6-size-desktop: 1.25rem;
    --type-h6-line-height-desktop: 1.5rem;
    --type-h6-letter-spacing-desktop: 0.01em;
    --type-h6-font-weight-desktop: var(--font-weight-medium);
    --type-body1-size-mobile: 1rem;
    --type-body1-line-height-mobile: 1.25rem;
    --type-body1-letter-spacing-mobile: 0.02em;
    --type-body1-font-weight-mobile: var(--font-weight-regular);
    --type-body1-size-tablet: 1rem;
    --type-body1-line-height-tablet: 1.25rem;
    --type-body1-letter-spacing-tablet: 0.02em;
    --type-body1-font-weight-tablet: var(--font-weight-regular);
    --type-body1-size-desktop: 1rem;
    --type-body1-line-height-desktop: 1.25rem;
    --type-body1-letter-spacing-desktop: 0.02em;
    --type-body1-font-weight-desktop: var(--font-weight-regular);
    --type-body2-size-mobile: 0.875rem;
    --type-body2-line-height-mobile: 1rem;
    --type-body2-letter-spacing-mobile: 0.02em;
    --type-body2-font-weight-mobile: var(--font-weight-regular);
    --type-body2-size-tablet: 0.875rem;
    --type-body2-line-height-tablet: 1rem;
    --type-body2-letter-spacing-tablet: 0.02em;
    --type-body2-font-weight-tablet: var(--font-weight-regular);
    --type-body2-size-desktop: 0.875rem;
    --type-body2-line-height-desktop: 1rem;
    --type-body2-letter-spacing-desktop: 0.02em;
    --type-body2-font-weight-desktop: var(--font-weight-regular);
    --type-body3-size-mobile: 0.75rem;
    --type-body3-line-height-mobile: 1rem;
    --type-body3-letter-spacing-mobile: 0.02em;
    --type-body3-font-weight-mobile: var(--font-weight-regular);
    --type-body3-size-tablet: 0.75rem;
    --type-body3-line-height-tablet: 1rem;
    --type-body3-letter-spacing-tablet: 0.02em;
    --type-body3-font-weight-tablet: var(--font-weight-regular);
    --type-body3-size-desktop: 0.75rem;
    --type-body3-line-height-desktop: 1rem;
    --type-body3-letter-spacing-desktop: 0.02em;
    --type-body3-font-weight-desktop: var(--font-weight-regular);
    --type-caption-size-mobile: 0.75rem;
    --type-caption-line-height-mobile: 1rem;
    --type-caption-letter-spacing-mobile: 0.03em;
    --type-caption-font-weight-mobile: var(--font-weight-regular);
    --type-caption-size-tablet: 0.75rem;
    --type-caption-line-height-tablet: 1rem;
    --type-caption-letter-spacing-tablet: 0.03em;
    --type-caption-font-weight-tablet: var(--font-weight-regular);
    --type-caption-size-desktop: 0.75rem;
    --type-caption-line-height-desktop: 1rem;
    --type-caption-letter-spacing-desktop: 0.03em;
    --type-caption-font-weight-desktop: var(--font-weight-regular);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
  }
  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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  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 {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      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-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,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .inset-y-0 {
    inset-block: calc(var(--spacing) * 0);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .-top-\[8px\] {
    top: calc(8px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-2\/4 {
    top: calc(2/4 * 100%);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-14 {
    top: calc(var(--spacing) * 14);
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .-right-\[8px\] {
    right: calc(8px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-\[calc\(50\%\+1\.5rem\)\] {
    bottom: calc(50% + 1.5rem);
  }
  .bottom-\[calc\(50\%\+1\.25rem\)\] {
    bottom: calc(50% + 1.25rem);
  }
  .bottom-\[calc\(50\%\+1rem\)\] {
    bottom: calc(50% + 1rem);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-2\/4 {
    left: calc(2/4 * 100%);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .left-10 {
    left: calc(var(--spacing) * 10);
  }
  .left-full {
    left: 100%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .page-container {
    width: 100%;
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 8);
  }
  @media (width >= 40rem) {
    .page-container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .page-container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .page-container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .page-container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .page-container {
      max-width: 96rem;
    }
  }
  @media (width >= 40rem) {
    .page-container {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .page-container {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 64rem) {
    .page-container {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .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;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .mx-0\.5 {
    margin-inline: calc(var(--spacing) * 0.5);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-5 {
    margin-inline: calc(var(--spacing) * 5);
  }
  .mx-8 {
    margin-inline: calc(var(--spacing) * 8);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2\.5 {
    margin-block: calc(var(--spacing) * 2.5);
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-auto {
    margin-block: auto;
  }
  .-mt-10 {
    margin-top: calc(var(--spacing) * -10);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-1 {
    margin-right: calc(var(--spacing) * -1);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-auto {
    margin-left: auto;
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-4\/5 {
    height: calc(4/5 * 100%);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[70\%\] {
    height: 70%;
  }
  .h-\[80\%\] {
    height: 80%;
  }
  .h-\[90\%\] {
    height: 90%;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-min {
    height: min-content;
  }
  .h-px {
    height: 1px;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-60 {
    max-height: calc(var(--spacing) * 60);
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[260px\] {
    max-height: 260px;
  }
  .max-h-\[400px\] {
    max-height: 400px;
  }
  .min-h-0 {
    min-height: calc(var(--spacing) * 0);
  }
  .min-h-96 {
    min-height: calc(var(--spacing) * 96);
  }
  .min-h-\[2\.5rem\] {
    min-height: 2.5rem;
  }
  .min-h-\[350px\] {
    min-height: 350px;
  }
  .min-h-\[450px\] {
    min-height: 450px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .w-2\/5 {
    width: calc(2/5 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[6px\] {
    width: 6px;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[90vw\] {
    width: 90vw;
  }
  .w-\[92\%\] {
    width: 92%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-auto {
    width: auto;
  }
  .w-dvw {
    width: 100dvw;
  }
  .w-full {
    width: 100%;
  }
  .w-min {
    width: min-content;
  }
  .w-screen {
    width: 100vw;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-80 {
    max-width: calc(var(--spacing) * 80);
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-5 {
    min-width: calc(var(--spacing) * 5);
  }
  .min-w-28 {
    min-width: calc(var(--spacing) * 28);
  }
  .min-w-52 {
    min-width: calc(var(--spacing) * 52);
  }
  .min-w-72 {
    min-width: calc(var(--spacing) * 72);
  }
  .min-w-\[2\.5rem\] {
    min-width: 2.5rem;
  }
  .min-w-\[4\.5rem\] {
    min-width: 4.5rem;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .min-w-max {
    min-width: max-content;
  }
  .min-w-xs {
    min-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .origin-\[0\] {
    transform-origin: 0;
  }
  .origin-top-left {
    transform-origin: 0 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/3 {
    --tw-translate-x: calc(calc(1/3 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/4 {
    --tw-translate-x: calc(calc(1/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-2\/4 {
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-4 {
    --tw-translate-x: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-5 {
    --tw-translate-x: calc(var(--spacing) * 5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-6 {
    --tw-translate-x: calc(var(--spacing) * 6);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-7 {
    --tw-translate-x: calc(var(--spacing) * 7);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2\/4 {
    --tw-translate-y: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0\.5 {
    --tw-translate-y: calc(var(--spacing) * 0.5);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1\/4 {
    --tw-translate-y: calc(1/4 * 100%);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-90 {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-col-resize {
    cursor: col-resize;
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-move {
    cursor: move;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-text {
    cursor: text;
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .resize-x {
    resize: horizontal;
  }
  .resize-y {
    resize: vertical;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-rows-\[0fr\] {
    grid-template-rows: 0fr;
  }
  .grid-rows-\[1fr\] {
    grid-template-rows: 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-12 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
  :where(.space-x-4 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .self-start {
    align-self: flex-start;
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-3xl {
    border-top-left-radius: var(--radius-3xl);
    border-top-right-radius: var(--radius-3xl);
  }
  .rounded-l-full {
    border-top-left-radius: calc(infinity * 1px);
    border-bottom-left-radius: calc(infinity * 1px);
  }
  .rounded-l-xl {
    border-top-left-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .rounded-tl-lg {
    border-top-left-radius: var(--radius-lg);
  }
  .rounded-r-full {
    border-top-right-radius: calc(infinity * 1px);
    border-bottom-right-radius: calc(infinity * 1px);
  }
  .rounded-r-xl {
    border-top-right-radius: var(--radius-xl);
    border-bottom-right-radius: var(--radius-xl);
  }
  .\!rounded-tr-lg {
    border-top-right-radius: var(--radius-lg) !important;
  }
  .rounded-tr-lg {
    border-top-right-radius: var(--radius-lg);
  }
  .\!rounded-br-lg {
    border-bottom-right-radius: var(--radius-lg) !important;
  }
  .rounded-br-lg {
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-bl-lg {
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .\!border-t {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 1px !important;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .\!border-b {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .\!border-dashed {
    --tw-border-style: dashed !important;
    border-style: dashed !important;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\!border-gray-500 {
    border-color: var(--color-gray-500) !important;
  }
  .border-blue-300 {
    border-color: var(--color-blue-300);
  }
  .border-container {
    border-color: var(--semantic-border-container);
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-cyan-300 {
    border-color: var(--color-cyan-300);
  }
  .border-default {
    border-color: var(--semantic-border-default);
  }
  .border-disabled {
    border-color: var(--semantic-border-disabled);
  }
  .border-error {
    border-color: var(--semantic-border-error);
  }
  .border-error-200 {
    border-color: var(--color-error-200);
  }
  .border-error-300 {
    border-color: var(--color-error-300);
  }
  .border-error-600 {
    border-color: var(--color-error-600);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .border-green-300 {
    border-color: var(--color-green-300);
  }
  .border-green-500 {
    border-color: var(--color-green-500);
  }
  .border-info-300 {
    border-color: var(--color-info-300);
  }
  .border-neutral-50 {
    border-color: var(--color-neutral-50);
  }
  .border-neutral-100 {
    border-color: var(--color-neutral-100);
  }
  .border-neutral-200 {
    border-color: var(--color-neutral-200);
  }
  .border-neutral-300 {
    border-color: var(--color-neutral-300);
  }
  .border-neutral-500 {
    border-color: var(--color-neutral-500);
  }
  .border-neutral-600 {
    border-color: var(--color-neutral-600);
  }
  .border-primary {
    border-color: var(--semantic-border-primary);
  }
  .border-primary-100 {
    border-color: var(--color-primary-100);
  }
  .border-primary-200 {
    border-color: var(--color-primary-200);
  }
  .border-primary-300 {
    border-color: var(--color-primary-300);
  }
  .border-primary-500 {
    border-color: var(--color-primary-500);
  }
  .border-primary-600 {
    border-color: var(--color-primary-600);
  }
  .border-red-300 {
    border-color: var(--color-red-300);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-success-50 {
    border-color: var(--color-success-50);
  }
  .border-success-200 {
    border-color: var(--color-success-200);
  }
  .border-success-600 {
    border-color: var(--color-success-600);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-violet-300 {
    border-color: var(--color-violet-300);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-yellow-300 {
    border-color: var(--color-yellow-300);
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .border-r-transparent {
    border-right-color: transparent;
  }
  .\!bg-primary-500 {
    background-color: var(--color-primary-500) !important;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/5 {
    background-color: color-mix(in srgb, #000000 5%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/5 {
      background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000000 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/20 {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000000 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/45 {
    background-color: color-mix(in srgb, #000000 45%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/45 {
      background-color: color-mix(in oklab, var(--color-black) 45%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000000 50%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }
  .bg-blue-500 {
    background-color: var(--color-blue-500);
  }
  .bg-blue-900 {
    background-color: var(--color-blue-900);
  }
  .bg-cyan-50 {
    background-color: var(--color-cyan-50);
  }
  .bg-cyan-500 {
    background-color: var(--color-cyan-500);
  }
  .bg-error-50 {
    background-color: var(--color-error-50);
  }
  .bg-error-500 {
    background-color: var(--color-error-500);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-info-50 {
    background-color: var(--color-info-50);
  }
  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-200 {
    background-color: var(--color-neutral-200);
  }
  .bg-neutral-200\/60 {
    background-color: var(--color-neutral-200);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-neutral-200\/60 {
      background-color: color-mix(in oklab, var(--color-neutral-200) 60%, transparent);
    }
  }
  .bg-neutral-400\/10 {
    background-color: var(--color-neutral-400);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-neutral-400\/10 {
      background-color: color-mix(in oklab, var(--color-neutral-400) 10%, transparent);
    }
  }
  .bg-neutral-400\/15 {
    background-color: var(--color-neutral-400);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-neutral-400\/15 {
      background-color: color-mix(in oklab, var(--color-neutral-400) 15%, transparent);
    }
  }
  .bg-neutral-500 {
    background-color: var(--color-neutral-500);
  }
  .bg-neutral-600 {
    background-color: var(--color-neutral-600);
  }
  .bg-neutral-900 {
    background-color: var(--color-neutral-900);
  }
  .bg-page {
    background-color: var(--semantic-page-bg);
  }
  .bg-page-secondary {
    background-color: var(--semantic-page-bg-secondary);
  }
  .bg-primary-50 {
    background-color: var(--color-primary-50);
  }
  .bg-primary-100 {
    background-color: var(--color-primary-100);
  }
  .bg-primary-500 {
    background-color: var(--color-primary-500);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-success-50 {
    background-color: var(--color-success-50);
  }
  .bg-success-100 {
    background-color: var(--color-success-100);
  }
  .bg-success-500 {
    background-color: var(--color-success-500);
  }
  .bg-surface {
    background-color: var(--semantic-surface-bg);
  }
  .bg-surface-disabled {
    background-color: var(--semantic-surface-disabled);
  }
  .bg-surface-error-subtle {
    background-color: var(--semantic-surface-error-subtle);
  }
  .bg-surface-primary {
    background-color: var(--semantic-surface-primary);
  }
  .bg-surface-primary-subtle {
    background-color: var(--semantic-surface-primary-subtle);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-violet-50 {
    background-color: var(--color-violet-50);
  }
  .bg-violet-500 {
    background-color: var(--color-violet-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/1 {
    background-color: color-mix(in srgb, #FFFFFF 1%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/1 {
      background-color: color-mix(in oklab, var(--color-white) 1%, transparent);
    }
  }
  .bg-white\/15 {
    background-color: color-mix(in srgb, #FFFFFF 15%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/15 {
      background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-yellow-50 {
    background-color: var(--color-yellow-50);
  }
  .bg-yellow-500 {
    background-color: var(--color-yellow-500);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .\!p-0 {
    padding: calc(var(--spacing) * 0) !important;
  }
  .p-0\.5 {
    padding: calc(var(--spacing) * 0.5);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[2px\] {
    padding: 2px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-32 {
    padding-inline: calc(var(--spacing) * 32);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-14 {
    padding-right: calc(var(--spacing) * 14);
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pr-20 {
    padding-right: calc(var(--spacing) * 20);
  }
  .pb-1\.5 {
    padding-bottom: calc(var(--spacing) * 1.5);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-\[-0\.125em\] {
    vertical-align: -0.125em;
  }
  .align-baseline {
    vertical-align: baseline;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-sub {
    vertical-align: sub;
  }
  .text-body1 {
    font-size: var(--type-body1-size-mobile);
    line-height: var(--type-body1-line-height-mobile);
    letter-spacing: var(--type-body1-letter-spacing-mobile);
    font-weight: var(--type-body1-font-weight-mobile);
    color: var(--semantic-text-body);
  }
  @media (width >= 64rem) {
    .text-body1 {
      font-size: var(--type-body1-size-tablet);
      line-height: var(--type-body1-line-height-tablet);
      letter-spacing: var(--type-body1-letter-spacing-tablet);
      font-weight: var(--type-body1-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .text-body1 {
      font-size: var(--type-body1-size-desktop);
      line-height: var(--type-body1-line-height-desktop);
      letter-spacing: var(--type-body1-letter-spacing-desktop);
      font-weight: var(--type-body1-font-weight-desktop);
    }
  }
  .text-body2 {
    font-size: var(--type-body2-size-mobile);
    line-height: var(--type-body2-line-height-mobile);
    letter-spacing: var(--type-body2-letter-spacing-mobile);
    font-weight: var(--type-body2-font-weight-mobile);
    color: var(--semantic-text-body);
  }
  @media (width >= 64rem) {
    .text-body2 {
      font-size: var(--type-body2-size-tablet);
      line-height: var(--type-body2-line-height-tablet);
      letter-spacing: var(--type-body2-letter-spacing-tablet);
      font-weight: var(--type-body2-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .text-body2 {
      font-size: var(--type-body2-size-desktop);
      line-height: var(--type-body2-line-height-desktop);
      letter-spacing: var(--type-body2-letter-spacing-desktop);
      font-weight: var(--type-body2-font-weight-desktop);
    }
  }
  .text-body3 {
    font-size: var(--type-body3-size-mobile);
    line-height: var(--type-body3-line-height-mobile);
    letter-spacing: var(--type-body3-letter-spacing-mobile);
    font-weight: var(--type-body3-font-weight-mobile);
    color: var(--semantic-text-body);
  }
  @media (width >= 64rem) {
    .text-body3 {
      font-size: var(--type-body3-size-tablet);
      line-height: var(--type-body3-line-height-tablet);
      letter-spacing: var(--type-body3-letter-spacing-tablet);
      font-weight: var(--type-body3-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .text-body3 {
      font-size: var(--type-body3-size-desktop);
      line-height: var(--type-body3-line-height-desktop);
      letter-spacing: var(--type-body3-letter-spacing-desktop);
      font-weight: var(--type-body3-font-weight-desktop);
    }
  }
  .text-caption {
    font-size: var(--type-caption-size-mobile);
    line-height: var(--type-caption-line-height-mobile);
    letter-spacing: var(--type-caption-letter-spacing-mobile);
    font-weight: var(--type-caption-font-weight-mobile);
    color: var(--semantic-text-caption);
  }
  @media (width >= 64rem) {
    .text-caption {
      font-size: var(--type-caption-size-tablet);
      line-height: var(--type-caption-line-height-tablet);
      letter-spacing: var(--type-caption-letter-spacing-tablet);
      font-weight: var(--type-caption-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .text-caption {
      font-size: var(--type-caption-size-desktop);
      line-height: var(--type-caption-line-height-desktop);
      letter-spacing: var(--type-caption-letter-spacing-desktop);
      font-weight: var(--type-caption-font-weight-desktop);
    }
  }
  .text-h3 {
    font-size: var(--type-h3-size-mobile);
    line-height: var(--type-h3-line-height-mobile);
    letter-spacing: var(--type-h3-letter-spacing-mobile);
    font-weight: var(--type-h3-font-weight-mobile);
    color: var(--semantic-text-heading);
  }
  @media (width >= 64rem) {
    .text-h3 {
      font-size: var(--type-h3-size-tablet);
      line-height: var(--type-h3-line-height-tablet);
      letter-spacing: var(--type-h3-letter-spacing-tablet);
      font-weight: var(--type-h3-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .text-h3 {
      font-size: var(--type-h3-size-desktop);
      line-height: var(--type-h3-line-height-desktop);
      letter-spacing: var(--type-h3-letter-spacing-desktop);
      font-weight: var(--type-h3-font-weight-desktop);
    }
  }
  .text-h4 {
    font-size: var(--type-h4-size-mobile);
    line-height: var(--type-h4-line-height-mobile);
    letter-spacing: var(--type-h4-letter-spacing-mobile);
    font-weight: var(--type-h4-font-weight-mobile);
    color: var(--semantic-text-heading);
  }
  @media (width >= 64rem) {
    .text-h4 {
      font-size: var(--type-h4-size-tablet);
      line-height: var(--type-h4-line-height-tablet);
      letter-spacing: var(--type-h4-letter-spacing-tablet);
      font-weight: var(--type-h4-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .text-h4 {
      font-size: var(--type-h4-size-desktop);
      line-height: var(--type-h4-line-height-desktop);
      letter-spacing: var(--type-h4-letter-spacing-desktop);
      font-weight: var(--type-h4-font-weight-desktop);
    }
  }
  .text-h5 {
    font-size: var(--type-h5-size-mobile);
    line-height: var(--type-h5-line-height-mobile);
    letter-spacing: var(--type-h5-letter-spacing-mobile);
    font-weight: var(--type-h5-font-weight-mobile);
    color: var(--semantic-text-heading);
  }
  @media (width >= 64rem) {
    .text-h5 {
      font-size: var(--type-h5-size-tablet);
      line-height: var(--type-h5-line-height-tablet);
      letter-spacing: var(--type-h5-letter-spacing-tablet);
      font-weight: var(--type-h5-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .text-h5 {
      font-size: var(--type-h5-size-desktop);
      line-height: var(--type-h5-line-height-desktop);
      letter-spacing: var(--type-h5-letter-spacing-desktop);
      font-weight: var(--type-h5-font-weight-desktop);
    }
  }
  .text-h6 {
    font-size: var(--type-h6-size-mobile);
    line-height: var(--type-h6-line-height-mobile);
    letter-spacing: var(--type-h6-letter-spacing-mobile);
    font-weight: var(--type-h6-font-weight-mobile);
    color: var(--semantic-text-heading);
  }
  @media (width >= 64rem) {
    .text-h6 {
      font-size: var(--type-h6-size-tablet);
      line-height: var(--type-h6-line-height-tablet);
      letter-spacing: var(--type-h6-letter-spacing-tablet);
      font-weight: var(--type-h6-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .text-h6 {
      font-size: var(--type-h6-size-desktop);
      line-height: var(--type-h6-line-height-desktop);
      letter-spacing: var(--type-h6-letter-spacing-desktop);
      font-weight: var(--type-h6-font-weight-desktop);
    }
  }
  .text-overline {
    font-size: var(--text-overline);
    line-height: var(--text-overline--line-height);
    letter-spacing: var(--text-overline--letter-spacing);
    font-weight: var(--text-overline--font-weight);
    text-transform: uppercase;
  }
  .text-body1 {
    font-size: var(--text-body1);
    line-height: var(--text-body1--line-height);
    letter-spacing: var(--text-body1--letter-spacing);
    font-weight: var(--text-body1--font-weight);
  }
  .text-body1 {
    font-size: var(--text-body1);
    line-height: var(--tw-leading, var(--text-body1--line-height));
    letter-spacing: var(--tw-tracking, var(--text-body1--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-body1--font-weight));
  }
  .text-body2 {
    font-size: var(--text-body2);
    line-height: var(--text-body2--line-height);
    letter-spacing: var(--text-body2--letter-spacing);
    font-weight: var(--text-body2--font-weight);
  }
  .text-body2 {
    font-size: var(--text-body2);
    line-height: var(--tw-leading, var(--text-body2--line-height));
    letter-spacing: var(--tw-tracking, var(--text-body2--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-body2--font-weight));
  }
  .text-button {
    font-size: var(--text-button);
    line-height: var(--text-button--line-height);
    letter-spacing: var(--text-button--letter-spacing);
    font-weight: var(--text-button--font-weight);
  }
  .text-button {
    font-size: var(--text-button);
    line-height: var(--tw-leading, var(--text-button--line-height));
    letter-spacing: var(--tw-tracking, var(--text-button--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-button--font-weight));
  }
  .text-caption {
    font-size: var(--text-caption);
    line-height: var(--text-caption--line-height);
    letter-spacing: var(--text-caption--letter-spacing);
    font-weight: var(--text-caption--font-weight);
  }
  .text-caption {
    font-size: var(--text-caption);
    line-height: var(--tw-leading, var(--text-caption--line-height));
    letter-spacing: var(--tw-tracking, var(--text-caption--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-caption--font-weight));
  }
  .text-h3 {
    font-size: var(--text-h3);
    line-height: var(--text-h3--line-height);
    letter-spacing: var(--text-h3--letter-spacing);
    font-weight: var(--text-h3--font-weight);
  }
  .text-h3 {
    font-size: var(--text-h3);
    line-height: var(--tw-leading, var(--text-h3--line-height));
    letter-spacing: var(--tw-tracking, var(--text-h3--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-h3--font-weight));
  }
  .text-h4 {
    font-size: var(--text-h4);
    line-height: var(--text-h4--line-height);
    letter-spacing: var(--text-h4--letter-spacing);
    font-weight: var(--text-h4--font-weight);
  }
  .text-h4 {
    font-size: var(--text-h4);
    line-height: var(--tw-leading, var(--text-h4--line-height));
    letter-spacing: var(--tw-tracking, var(--text-h4--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-h4--font-weight));
  }
  .text-h5 {
    font-size: var(--text-h5);
    line-height: var(--text-h5--line-height);
    letter-spacing: var(--text-h5--letter-spacing);
    font-weight: var(--text-h5--font-weight);
  }
  .text-h5 {
    font-size: var(--text-h5);
    line-height: var(--tw-leading, var(--text-h5--line-height));
    letter-spacing: var(--tw-tracking, var(--text-h5--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-h5--font-weight));
  }
  .text-h6 {
    font-size: var(--text-h6);
    line-height: var(--text-h6--line-height);
    letter-spacing: var(--text-h6--letter-spacing);
    font-weight: var(--text-h6--font-weight);
  }
  .text-h6 {
    font-size: var(--text-h6);
    line-height: var(--tw-leading, var(--text-h6--line-height));
    letter-spacing: var(--tw-tracking, var(--text-h6--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-h6--font-weight));
  }
  .text-overline {
    font-size: var(--text-overline);
    line-height: var(--tw-leading, var(--text-overline--line-height));
    letter-spacing: var(--tw-tracking, var(--text-overline--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-overline--font-weight));
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-11 {
    --tw-leading: calc(var(--spacing) * 11);
    line-height: calc(var(--spacing) * 11);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.25em\] {
    --tw-tracking: 0.25em;
    letter-spacing: 0.25em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-nowrap {
    text-wrap: nowrap;
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .overflow-ellipsis {
    text-overflow: ellipsis;
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-primary-900 {
    color: var(--color-primary-900) !important;
  }
  .\!text-primary-on-color {
    color: var(--semantic-text-primary-on-color) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-amber-500 {
    color: var(--color-amber-500);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-100 {
    color: var(--color-blue-100);
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-blue-700 {
    color: var(--color-blue-700);
  }
  .text-blue-900 {
    color: var(--color-blue-900);
  }
  .text-cyan-700 {
    color: var(--color-cyan-700);
  }
  .text-error {
    color: var(--semantic-text-error);
  }
  .text-error-500 {
    color: var(--color-error-500);
  }
  .text-error-600 {
    color: var(--color-error-600);
  }
  .text-error-700 {
    color: var(--color-error-700);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-gray-950 {
    color: var(--color-gray-950);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-green-700 {
    color: var(--color-green-700);
  }
  .text-info-500 {
    color: var(--color-info-500);
  }
  .text-neutral-100 {
    color: var(--color-neutral-100);
  }
  .text-neutral-200 {
    color: var(--color-neutral-200);
  }
  .text-neutral-300 {
    color: var(--color-neutral-300);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-neutral-500 {
    color: var(--color-neutral-500);
  }
  .text-neutral-600 {
    color: var(--color-neutral-600);
  }
  .text-neutral-700 {
    color: var(--color-neutral-700);
  }
  .text-neutral-800 {
    color: var(--color-neutral-800);
  }
  .text-neutral-900 {
    color: var(--color-neutral-900);
  }
  .text-neutral-950 {
    color: var(--color-neutral-950);
  }
  .text-primary {
    color: var(--semantic-text-primary);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-primary-600 {
    color: var(--color-primary-600);
  }
  .text-primary-700 {
    color: var(--color-primary-700);
  }
  .text-primary-900 {
    color: var(--color-primary-900);
  }
  .text-primary-on-color {
    color: var(--semantic-text-primary-on-color);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-role-body {
    color: var(--semantic-text-body);
  }
  .text-role-caption {
    color: var(--semantic-text-caption);
  }
  .text-role-disabled {
    color: var(--semantic-text-disabled);
  }
  .text-role-on-color-body {
    color: var(--semantic-text-on-color-body);
  }
  .text-role-on-color-heading {
    color: var(--semantic-text-on-color-heading);
  }
  .text-role-placeholder {
    color: var(--semantic-text-placeholder);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-success-500 {
    color: var(--color-success-500);
  }
  .text-success-600 {
    color: var(--color-success-600);
  }
  .text-success-700 {
    color: var(--color-success-700);
  }
  .text-transparent {
    color: transparent;
  }
  .text-violet-700 {
    color: var(--color-violet-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-yellow-700 {
    color: var(--color-yellow-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-neutral-400::placeholder {
    color: var(--color-neutral-400);
  }
  .placeholder-transparent::placeholder {
    color: transparent;
  }
  .caret-transparent {
    caret-color: transparent;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-1 {
    --tw-shadow: 0px 0px 12px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-2 {
    --tw-shadow: 0px 0px 12px var(--tw-shadow-color, rgba(0,0,0,0.10));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-inner {
    --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring-1 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .ring-4 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .shadow-1 {
    box-shadow: var(--shadow-1);
  }
  .shadow-2 {
    box-shadow: var(--shadow-2);
  }
  .shadow-black\/20 {
    --tw-shadow-color: color-mix(in srgb, #000000 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .shadow-black\/20 {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .ring-black {
    --tw-ring-color: var(--color-black);
  }
  .ring-error-subtle {
    --tw-ring-color: var(--semantic-border-error-subtle);
  }
  .ring-neutral-300 {
    --tw-ring-color: var(--color-neutral-300);
  }
  .ring-primary-subtle {
    --tw-ring-color: var(--semantic-border-primary-subtle);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur-sm {
    --tw-blur: blur(var(--blur-sm));
    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-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[grid-template-rows\,margin-top\] {
    transition-property: grid-template-rows, margin-top;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[left\] {
    transition-property: left;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[opacity\,transform\] {
    transition-property: opacity, transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-\[width\] {
    transition-property: width;
    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));
  }
  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property:
      transform,
      translate,
      scale,
      rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-none {
    transition-property: none;
  }
  .duration-75 {
    --tw-duration: 75ms;
    transition-duration: 75ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-\[cubic-bezier\(0\,0\,0\.2\,1\)\] {
    --tw-ease: cubic-bezier(0,0,0.2,1);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  .ease-\[cubic-bezier\(0\.22\,1\,0\.36\,1\)\] {
    --tw-ease: cubic-bezier(0.22,1,0.36,1);
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  .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;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .group-hover\:border-primary-hover:is(:where(.group):hover *) {
      border-color: var(--semantic-border-primary-hover);
    }
  }
  @media (hover: hover) {
    .group-hover\:text-primary-hover:is(:where(.group):hover *) {
      color: var(--semantic-text-primary-hover);
    }
  }
  @media (hover: hover) {
    .group-hover\:shadow-sm:is(:where(.group):hover *) {
      --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .peer-checked\:left-8:is(:where(.peer):checked ~ *) {
    left: calc(var(--spacing) * 8);
  }
  .peer-checked\:bg-primary-50:is(:where(.peer):checked ~ *) {
    background-color: var(--color-primary-50);
  }
  .peer-checked\:bg-primary-500:is(:where(.peer):checked ~ *) {
    background-color: var(--color-primary-500);
  }
  .peer-checked\:opacity-100:is(:where(.peer):checked ~ *) {
    opacity: 100%;
  }
  .peer-placeholder-shown\:top-1\/2:is(:where(.peer):placeholder-shown ~ *) {
    top: calc(1/2 * 100%);
  }
  .peer-placeholder-shown\:translate-x-0:is(:where(.peer):placeholder-shown ~ *) {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-placeholder-shown\:-translate-y-1\/2:is(:where(.peer):placeholder-shown ~ *) {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-placeholder-shown\:scale-100:is(:where(.peer):placeholder-shown ~ *) {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .peer-placeholder-shown\:bg-transparent:is(:where(.peer):placeholder-shown ~ *) {
    background-color: transparent;
  }
  .peer-placeholder-shown\:px-0:is(:where(.peer):placeholder-shown ~ *) {
    padding-inline: calc(var(--spacing) * 0);
  }
  .peer-focus\:top-0:is(:where(.peer):focus ~ *) {
    top: calc(var(--spacing) * 0);
  }
  .peer-focus\:top-1\.5:is(:where(.peer):focus ~ *) {
    top: calc(var(--spacing) * 1.5);
  }
  .peer-focus\:top-2:is(:where(.peer):focus ~ *) {
    top: calc(var(--spacing) * 2);
  }
  .peer-focus\:translate-x-0:is(:where(.peer):focus ~ *) {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-focus\:-translate-y-1\/2:is(:where(.peer):focus ~ *) {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-focus\:translate-y-0:is(:where(.peer):focus ~ *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-focus\:scale-90:is(:where(.peer):focus ~ *) {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .peer-focus\:bg-page:is(:where(.peer):focus ~ *) {
    background-color: var(--semantic-page-bg);
  }
  .peer-focus\:px-1:is(:where(.peer):focus ~ *) {
    padding-inline: calc(var(--spacing) * 1);
  }
  .peer-focus\:text-caption:is(:where(.peer):focus ~ *) {
    font-size: var(--type-caption-size-mobile);
    line-height: var(--type-caption-line-height-mobile);
    letter-spacing: var(--type-caption-letter-spacing-mobile);
    font-weight: var(--type-caption-font-weight-mobile);
    color: var(--semantic-text-caption);
  }
  @media (width >= 64rem) {
    .peer-focus\:text-caption:is(:where(.peer):focus ~ *) {
      font-size: var(--type-caption-size-tablet);
      line-height: var(--type-caption-line-height-tablet);
      letter-spacing: var(--type-caption-letter-spacing-tablet);
      font-weight: var(--type-caption-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .peer-focus\:text-caption:is(:where(.peer):focus ~ *) {
      font-size: var(--type-caption-size-desktop);
      line-height: var(--type-caption-line-height-desktop);
      letter-spacing: var(--type-caption-letter-spacing-desktop);
      font-weight: var(--type-caption-font-weight-desktop);
    }
  }
  .peer-focus\:text-caption:is(:where(.peer):focus ~ *) {
    font-size: var(--text-caption);
    line-height: var(--text-caption--line-height);
    letter-spacing: var(--text-caption--letter-spacing);
    font-weight: var(--text-caption--font-weight);
  }
  .peer-focus\:text-caption:is(:where(.peer):focus ~ *) {
    font-size: var(--text-caption);
    line-height: var(--tw-leading, var(--text-caption--line-height));
    letter-spacing: var(--tw-tracking, var(--text-caption--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-caption--font-weight));
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:top-0:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    top: calc(var(--spacing) * 0);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:top-1\.5:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    top: calc(var(--spacing) * 1.5);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:top-2:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    top: calc(var(--spacing) * 2);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:translate-x-0:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:-translate-y-1\/2:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:translate-y-0:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:scale-90:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:bg-page:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    background-color: var(--semantic-page-bg);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:px-1:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    padding-inline: calc(var(--spacing) * 1);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:text-caption:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    font-size: var(--type-caption-size-mobile);
    line-height: var(--type-caption-line-height-mobile);
    letter-spacing: var(--type-caption-letter-spacing-mobile);
    font-weight: var(--type-caption-font-weight-mobile);
    color: var(--semantic-text-caption);
  }
  @media (width >= 64rem) {
    .peer-\[\:not\(\:placeholder-shown\)\]\:text-caption:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
      font-size: var(--type-caption-size-tablet);
      line-height: var(--type-caption-line-height-tablet);
      letter-spacing: var(--type-caption-letter-spacing-tablet);
      font-weight: var(--type-caption-font-weight-tablet);
    }
  }
  @media (width >= 80rem) {
    .peer-\[\:not\(\:placeholder-shown\)\]\:text-caption:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
      font-size: var(--type-caption-size-desktop);
      line-height: var(--type-caption-line-height-desktop);
      letter-spacing: var(--type-caption-letter-spacing-desktop);
      font-weight: var(--type-caption-font-weight-desktop);
    }
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:text-caption:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    font-size: var(--text-caption);
    line-height: var(--text-caption--line-height);
    letter-spacing: var(--text-caption--letter-spacing);
    font-weight: var(--text-caption--font-weight);
  }
  .peer-\[\:not\(\:placeholder-shown\)\]\:text-caption:is(:where(.peer):is(:not(:placeholder-shown)) ~ *) {
    font-size: var(--text-caption);
    line-height: var(--tw-leading, var(--text-caption--line-height));
    letter-spacing: var(--tw-tracking, var(--text-caption--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-caption--font-weight));
  }
  .selection\:bg-transparent *::selection {
    background-color: transparent;
  }
  .selection\:bg-transparent::selection {
    background-color: transparent;
  }
  .placeholder\:text-role-placeholder::placeholder {
    color: var(--semantic-text-placeholder);
  }
  .before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .before\:top-2\/4::before {
    content: var(--tw-content);
    top: calc(2/4 * 100%);
  }
  .before\:left-2\/4::before {
    content: var(--tw-content);
    left: calc(2/4 * 100%);
  }
  .before\:block::before {
    content: var(--tw-content);
    display: block;
  }
  .before\:h-12::before {
    content: var(--tw-content);
    height: calc(var(--spacing) * 12);
  }
  .before\:w-12::before {
    content: var(--tw-content);
    width: calc(var(--spacing) * 12);
  }
  .before\:-translate-x-2\/4::before {
    content: var(--tw-content);
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .before\:-translate-y-2\/4::before {
    content: var(--tw-content);
    --tw-translate-y: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: calc(infinity * 1px);
  }
  .before\:bg-primary-200::before {
    content: var(--tw-content);
    background-color: var(--color-primary-200);
  }
  .before\:opacity-0::before {
    content: var(--tw-content);
    opacity: 0%;
  }
  .before\:transition-opacity::before {
    content: var(--tw-content);
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .checked\:border-primary-500:checked {
    border-color: var(--color-primary-500);
  }
  .checked\:bg-primary-500:checked {
    background-color: var(--color-primary-500);
  }
  .checked\:before\:bg-neutral-900:checked::before {
    content: var(--tw-content);
    background-color: var(--color-neutral-900);
  }
  .checked\:before\:bg-primary-500:checked::before {
    content: var(--tw-content);
    background-color: var(--color-primary-500);
  }
  .focus-within\:text-neutral-600:focus-within {
    color: var(--color-neutral-600);
  }
  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -0.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  @media (hover: hover) {
    .hover\:cursor-pointer:hover {
      cursor: pointer;
    }
  }
  @media (hover: hover) {
    .hover\:border-2:hover {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  @media (hover: hover) {
    .hover\:border-primary-200:hover {
      border-color: var(--color-primary-200);
    }
  }
  @media (hover: hover) {
    .hover\:border-primary-300:hover {
      border-color: var(--color-primary-300);
    }
  }
  @media (hover: hover) {
    .hover\:border-primary-500:hover {
      border-color: var(--color-primary-500);
    }
  }
  @media (hover: hover) {
    .hover\:border-primary-hover:hover {
      border-color: var(--semantic-border-primary-hover);
    }
  }
  @media (hover: hover) {
    .hover\:bg-error-50:hover {
      background-color: var(--color-error-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-info-50:hover {
      background-color: var(--color-info-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-neutral-50:hover {
      background-color: var(--color-neutral-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-neutral-100:hover {
      background-color: var(--color-neutral-100);
    }
  }
  @media (hover: hover) {
    .hover\:bg-neutral-100\/80:hover {
      background-color: var(--color-neutral-100);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-neutral-100\/80:hover {
        background-color: color-mix(in oklab, var(--color-neutral-100) 80%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:bg-neutral-200:hover {
      background-color: var(--color-neutral-200);
    }
  }
  @media (hover: hover) {
    .hover\:bg-neutral-200\/80:hover {
      background-color: var(--color-neutral-200);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-neutral-200\/80:hover {
        background-color: color-mix(in oklab, var(--color-neutral-200) 80%, transparent);
      }
    }
  }
  @media (hover: hover) {
    .hover\:bg-page-secondary:hover {
      background-color: var(--semantic-page-bg-secondary);
    }
  }
  @media (hover: hover) {
    .hover\:bg-primary-50:hover {
      background-color: var(--color-primary-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-primary-500:hover {
      background-color: var(--color-primary-500);
    }
  }
  @media (hover: hover) {
    .hover\:bg-primary-600:hover {
      background-color: var(--color-primary-600);
    }
  }
  @media (hover: hover) {
    .hover\:bg-red-50:hover {
      background-color: var(--color-red-50);
    }
  }
  @media (hover: hover) {
    .hover\:bg-surface-primary-hover:hover {
      background-color: var(--semantic-surface-primary-hover);
    }
  }
  @media (hover: hover) {
    .hover\:text-primary-500:hover {
      color: var(--color-primary-500);
    }
  }
  @media (hover: hover) {
    .hover\:text-primary-hover:hover {
      color: var(--semantic-text-primary-hover);
    }
  }
  @media (hover: hover) {
    .hover\:text-red-500:hover {
      color: var(--color-red-500);
    }
  }
  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  @media (hover: hover) {
    .hover\:before\:opacity-10:hover::before {
      content: var(--tw-content);
      opacity: 10%;
    }
  }
  .focus\:border-none:focus {
    --tw-border-style: none;
    border-style: none;
  }
  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus\:ring-primary-500:focus {
    --tw-ring-color: var(--color-primary-500);
  }
  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  .focus-visible\:ring-4:focus-visible {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .focus-visible\:ring-primary-subtle:focus-visible {
    --tw-ring-color: var(--semantic-border-primary-subtle);
  }
  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }
  .active\:bg-surface-primary-active:active {
    background-color: var(--semantic-surface-primary-active);
  }
  .active\:bg-surface-primary-subtle:active {
    background-color: var(--semantic-surface-primary-subtle);
  }
  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:text-neutral-500:disabled {
    color: var(--color-neutral-500);
  }
  .disabled\:opacity-40:disabled {
    opacity: 40%;
  }
  @media (prefers-reduced-motion: reduce) {
    .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
      animation: spin 1.5s linear infinite;
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 40rem) {
    .sm\:mx-10 {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:mx-16 {
      margin-inline: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 40rem) {
    .sm\:mt-8 {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .sm\:line-clamp-2 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
    }
  }
  @media (width >= 40rem) {
    .sm\:line-clamp-3 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
    }
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex {
      display: flex;
    }
  }
  @media (width >= 40rem) {
    .sm\:hidden {
      display: none;
    }
  }
  @media (width >= 40rem) {
    .sm\:inline-flex {
      display: inline-flex;
    }
  }
  @media (width >= 40rem) {
    .sm\:aspect-video {
      aspect-ratio: var(--aspect-video);
    }
  }
  @media (width >= 40rem) {
    .sm\:h-16 {
      height: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 40rem) {
    .sm\:h-20 {
      height: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 40rem) {
    .sm\:h-auto {
      height: auto;
    }
  }
  @media (width >= 40rem) {
    .sm\:h-full {
      height: 100%;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-4\/5 {
      width: calc(4/5 * 100%);
    }
  }
  @media (width >= 40rem) {
    .sm\:w-16 {
      width: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 40rem) {
    .sm\:w-20 {
      width: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 40rem) {
    .sm\:w-36 {
      width: calc(var(--spacing) * 36);
    }
  }
  @media (width >= 40rem) {
    .sm\:w-auto {
      width: auto;
    }
  }
  @media (width >= 40rem) {
    .sm\:w-full {
      width: 100%;
    }
  }
  @media (width >= 40rem) {
    .sm\:max-w-md {
      max-width: var(--container-md);
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-col {
      flex-direction: column;
    }
  }
  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }
  @media (width >= 40rem) {
    .sm\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 40rem) {
    .sm\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 40rem) {
    .sm\:justify-end {
      justify-content: flex-end;
    }
  }
  @media (width >= 40rem) {
    .sm\:justify-start {
      justify-content: flex-start;
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-1 {
      gap: calc(var(--spacing) * 1);
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-2 {
      gap: calc(var(--spacing) * 2);
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .sm\:self-auto {
      align-self: auto;
    }
  }
  @media (width >= 40rem) {
    .sm\:rounded-2xl {
      border-radius: var(--radius-2xl);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-4 {
      padding: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-5 {
      padding: calc(var(--spacing) * 5);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-6 {
      padding: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:p-7 {
      padding: calc(var(--spacing) * 7);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .sm\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-6 {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 40rem) {
    .sm\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  @media (width >= 40rem) {
    .sm\:pt-12 {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 40rem) {
    .sm\:pb-24 {
      padding-bottom: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-body1 {
      font-size: var(--type-body1-size-mobile);
      line-height: var(--type-body1-line-height-mobile);
      letter-spacing: var(--type-body1-letter-spacing-mobile);
      font-weight: var(--type-body1-font-weight-mobile);
      color: var(--semantic-text-body);
    }
    @media (width >= 64rem) {
      .sm\:text-body1 {
        font-size: var(--type-body1-size-tablet);
        line-height: var(--type-body1-line-height-tablet);
        letter-spacing: var(--type-body1-letter-spacing-tablet);
        font-weight: var(--type-body1-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .sm\:text-body1 {
        font-size: var(--type-body1-size-desktop);
        line-height: var(--type-body1-line-height-desktop);
        letter-spacing: var(--type-body1-letter-spacing-desktop);
        font-weight: var(--type-body1-font-weight-desktop);
      }
    }
  }
  @media (width >= 40rem) {
    .sm\:text-body2 {
      font-size: var(--type-body2-size-mobile);
      line-height: var(--type-body2-line-height-mobile);
      letter-spacing: var(--type-body2-letter-spacing-mobile);
      font-weight: var(--type-body2-font-weight-mobile);
      color: var(--semantic-text-body);
    }
    @media (width >= 64rem) {
      .sm\:text-body2 {
        font-size: var(--type-body2-size-tablet);
        line-height: var(--type-body2-line-height-tablet);
        letter-spacing: var(--type-body2-letter-spacing-tablet);
        font-weight: var(--type-body2-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .sm\:text-body2 {
        font-size: var(--type-body2-size-desktop);
        line-height: var(--type-body2-line-height-desktop);
        letter-spacing: var(--type-body2-letter-spacing-desktop);
        font-weight: var(--type-body2-font-weight-desktop);
      }
    }
  }
  @media (width >= 40rem) {
    .sm\:text-caption {
      font-size: var(--type-caption-size-mobile);
      line-height: var(--type-caption-line-height-mobile);
      letter-spacing: var(--type-caption-letter-spacing-mobile);
      font-weight: var(--type-caption-font-weight-mobile);
      color: var(--semantic-text-caption);
    }
    @media (width >= 64rem) {
      .sm\:text-caption {
        font-size: var(--type-caption-size-tablet);
        line-height: var(--type-caption-line-height-tablet);
        letter-spacing: var(--type-caption-letter-spacing-tablet);
        font-weight: var(--type-caption-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .sm\:text-caption {
        font-size: var(--type-caption-size-desktop);
        line-height: var(--type-caption-line-height-desktop);
        letter-spacing: var(--type-caption-letter-spacing-desktop);
        font-weight: var(--type-caption-font-weight-desktop);
      }
    }
  }
  @media (width >= 40rem) {
    .sm\:text-h4 {
      font-size: var(--type-h4-size-mobile);
      line-height: var(--type-h4-line-height-mobile);
      letter-spacing: var(--type-h4-letter-spacing-mobile);
      font-weight: var(--type-h4-font-weight-mobile);
      color: var(--semantic-text-heading);
    }
    @media (width >= 64rem) {
      .sm\:text-h4 {
        font-size: var(--type-h4-size-tablet);
        line-height: var(--type-h4-line-height-tablet);
        letter-spacing: var(--type-h4-letter-spacing-tablet);
        font-weight: var(--type-h4-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .sm\:text-h4 {
        font-size: var(--type-h4-size-desktop);
        line-height: var(--type-h4-line-height-desktop);
        letter-spacing: var(--type-h4-letter-spacing-desktop);
        font-weight: var(--type-h4-font-weight-desktop);
      }
    }
  }
  @media (width >= 40rem) {
    .sm\:text-h5 {
      font-size: var(--type-h5-size-mobile);
      line-height: var(--type-h5-line-height-mobile);
      letter-spacing: var(--type-h5-letter-spacing-mobile);
      font-weight: var(--type-h5-font-weight-mobile);
      color: var(--semantic-text-heading);
    }
    @media (width >= 64rem) {
      .sm\:text-h5 {
        font-size: var(--type-h5-size-tablet);
        line-height: var(--type-h5-line-height-tablet);
        letter-spacing: var(--type-h5-letter-spacing-tablet);
        font-weight: var(--type-h5-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .sm\:text-h5 {
        font-size: var(--type-h5-size-desktop);
        line-height: var(--type-h5-line-height-desktop);
        letter-spacing: var(--type-h5-letter-spacing-desktop);
        font-weight: var(--type-h5-font-weight-desktop);
      }
    }
  }
  @media (width >= 40rem) {
    .sm\:text-h6 {
      font-size: var(--type-h6-size-mobile);
      line-height: var(--type-h6-line-height-mobile);
      letter-spacing: var(--type-h6-letter-spacing-mobile);
      font-weight: var(--type-h6-font-weight-mobile);
      color: var(--semantic-text-heading);
    }
    @media (width >= 64rem) {
      .sm\:text-h6 {
        font-size: var(--type-h6-size-tablet);
        line-height: var(--type-h6-line-height-tablet);
        letter-spacing: var(--type-h6-letter-spacing-tablet);
        font-weight: var(--type-h6-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .sm\:text-h6 {
        font-size: var(--type-h6-size-desktop);
        line-height: var(--type-h6-line-height-desktop);
        letter-spacing: var(--type-h6-letter-spacing-desktop);
        font-weight: var(--type-h6-font-weight-desktop);
      }
    }
  }
  @media (width >= 40rem) {
    .sm\:text-body1 {
      font-size: var(--text-body1);
      line-height: var(--text-body1--line-height);
      letter-spacing: var(--text-body1--letter-spacing);
      font-weight: var(--text-body1--font-weight);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-body1 {
      font-size: var(--text-body1);
      line-height: var(--tw-leading, var(--text-body1--line-height));
      letter-spacing: var(--tw-tracking, var(--text-body1--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-body1--font-weight));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-body2 {
      font-size: var(--text-body2);
      line-height: var(--text-body2--line-height);
      letter-spacing: var(--text-body2--letter-spacing);
      font-weight: var(--text-body2--font-weight);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-body2 {
      font-size: var(--text-body2);
      line-height: var(--tw-leading, var(--text-body2--line-height));
      letter-spacing: var(--tw-tracking, var(--text-body2--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-body2--font-weight));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-caption {
      font-size: var(--text-caption);
      line-height: var(--text-caption--line-height);
      letter-spacing: var(--text-caption--letter-spacing);
      font-weight: var(--text-caption--font-weight);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-caption {
      font-size: var(--text-caption);
      line-height: var(--tw-leading, var(--text-caption--line-height));
      letter-spacing: var(--tw-tracking, var(--text-caption--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-caption--font-weight));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-h4 {
      font-size: var(--text-h4);
      line-height: var(--text-h4--line-height);
      letter-spacing: var(--text-h4--letter-spacing);
      font-weight: var(--text-h4--font-weight);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-h4 {
      font-size: var(--text-h4);
      line-height: var(--tw-leading, var(--text-h4--line-height));
      letter-spacing: var(--tw-tracking, var(--text-h4--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-h4--font-weight));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-h5 {
      font-size: var(--text-h5);
      line-height: var(--text-h5--line-height);
      letter-spacing: var(--text-h5--letter-spacing);
      font-weight: var(--text-h5--font-weight);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-h5 {
      font-size: var(--text-h5);
      line-height: var(--tw-leading, var(--text-h5--line-height));
      letter-spacing: var(--tw-tracking, var(--text-h5--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-h5--font-weight));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-h6 {
      font-size: var(--text-h6);
      line-height: var(--text-h6--line-height);
      letter-spacing: var(--text-h6--letter-spacing);
      font-weight: var(--text-h6--font-weight);
    }
  }
  @media (width >= 40rem) {
    .sm\:text-h6 {
      font-size: var(--text-h6);
      line-height: var(--tw-leading, var(--text-h6--line-height));
      letter-spacing: var(--tw-tracking, var(--text-h6--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-h6--font-weight));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 40rem) {
    .sm\:leading-8 {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }
  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }
  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }
  @media (width >= 48rem) {
    .md\:inline {
      display: inline;
    }
  }
  @media (width >= 48rem) {
    .md\:w-3\/5 {
      width: calc(3/5 * 100%);
    }
  }
  @media (width >= 48rem) {
    .md\:w-auto {
      width: auto;
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:items-end {
      align-items: flex-end;
    }
  }
  @media (width >= 48rem) {
    .md\:justify-end {
      justify-content: flex-end;
    }
  }
  @media (width >= 48rem) {
    .md\:self-end {
      align-self: flex-end;
    }
  }
  @media (width >= 48rem) {
    .md\:rounded-4xl {
      border-radius: var(--radius-4xl);
    }
  }
  @media (width >= 48rem) {
    .md\:rounded-xl {
      border-radius: var(--radius-xl);
    }
  }
  @media (width >= 48rem) {
    .md\:p-7 {
      padding: calc(var(--spacing) * 7);
    }
  }
  @media (width >= 48rem) {
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 48rem) {
    .md\:py-8 {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 48rem) {
    .md\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  @media (width >= 48rem) {
    .md\:pt-16 {
      padding-top: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 48rem) {
    .md\:pb-40 {
      padding-bottom: calc(var(--spacing) * 40);
    }
  }
  @media (width >= 48rem) {
    .md\:text-body1 {
      font-size: var(--type-body1-size-mobile);
      line-height: var(--type-body1-line-height-mobile);
      letter-spacing: var(--type-body1-letter-spacing-mobile);
      font-weight: var(--type-body1-font-weight-mobile);
      color: var(--semantic-text-body);
    }
    @media (width >= 64rem) {
      .md\:text-body1 {
        font-size: var(--type-body1-size-tablet);
        line-height: var(--type-body1-line-height-tablet);
        letter-spacing: var(--type-body1-letter-spacing-tablet);
        font-weight: var(--type-body1-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .md\:text-body1 {
        font-size: var(--type-body1-size-desktop);
        line-height: var(--type-body1-line-height-desktop);
        letter-spacing: var(--type-body1-letter-spacing-desktop);
        font-weight: var(--type-body1-font-weight-desktop);
      }
    }
  }
  @media (width >= 48rem) {
    .md\:text-h3 {
      font-size: var(--type-h3-size-mobile);
      line-height: var(--type-h3-line-height-mobile);
      letter-spacing: var(--type-h3-letter-spacing-mobile);
      font-weight: var(--type-h3-font-weight-mobile);
      color: var(--semantic-text-heading);
    }
    @media (width >= 64rem) {
      .md\:text-h3 {
        font-size: var(--type-h3-size-tablet);
        line-height: var(--type-h3-line-height-tablet);
        letter-spacing: var(--type-h3-letter-spacing-tablet);
        font-weight: var(--type-h3-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .md\:text-h3 {
        font-size: var(--type-h3-size-desktop);
        line-height: var(--type-h3-line-height-desktop);
        letter-spacing: var(--type-h3-letter-spacing-desktop);
        font-weight: var(--type-h3-font-weight-desktop);
      }
    }
  }
  @media (width >= 48rem) {
    .md\:text-body1 {
      font-size: var(--text-body1);
      line-height: var(--text-body1--line-height);
      letter-spacing: var(--text-body1--letter-spacing);
      font-weight: var(--text-body1--font-weight);
    }
  }
  @media (width >= 48rem) {
    .md\:text-body1 {
      font-size: var(--text-body1);
      line-height: var(--tw-leading, var(--text-body1--line-height));
      letter-spacing: var(--tw-tracking, var(--text-body1--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-body1--font-weight));
    }
  }
  @media (width >= 48rem) {
    .md\:text-h3 {
      font-size: var(--text-h3);
      line-height: var(--text-h3--line-height);
      letter-spacing: var(--text-h3--letter-spacing);
      font-weight: var(--text-h3--font-weight);
    }
  }
  @media (width >= 48rem) {
    .md\:text-h3 {
      font-size: var(--text-h3);
      line-height: var(--tw-leading, var(--text-h3--line-height));
      letter-spacing: var(--tw-tracking, var(--text-h3--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-h3--font-weight));
    }
  }
  @media (width >= 48rem) {
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:sticky {
      position: sticky;
    }
  }
  @media (width >= 64rem) {
    .lg\:top-6 {
      top: calc(var(--spacing) * 6);
    }
  }
  @media (width >= 64rem) {
    .lg\:order-1 {
      order: 1;
    }
  }
  @media (width >= 64rem) {
    .lg\:order-2 {
      order: 2;
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
  }
  @media (width >= 64rem) {
    .lg\:flex {
      display: flex;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid {
      display: grid;
    }
  }
  @media (width >= 64rem) {
    .lg\:hidden {
      display: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:h-dvh {
      height: 100dvh;
    }
  }
  @media (width >= 64rem) {
    .lg\:w-2\/5 {
      width: calc(2/5 * 100%);
    }
  }
  @media (width >= 64rem) {
    .lg\:w-auto {
      width: auto;
    }
  }
  @media (width >= 64rem) {
    .lg\:min-w-md {
      min-width: var(--container-md);
    }
  }
  @media (width >= 64rem) {
    .lg\:min-w-xs {
      min-width: var(--container-xs);
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-none {
      flex: none;
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-center {
      align-items: center;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-end {
      align-items: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-between {
      justify-content: space-between;
    }
  }
  @media (width >= 64rem) {
    .lg\:justify-end {
      justify-content: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:gap-24 {
      gap: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 64rem) {
    .lg\:self-auto {
      align-self: auto;
    }
  }
  @media (width >= 64rem) {
    .lg\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  @media (width >= 64rem) {
    .lg\:px-16 {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-10 {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 64rem) {
    .lg\:py-24 {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-h3 {
      font-size: var(--type-h3-size-mobile);
      line-height: var(--type-h3-line-height-mobile);
      letter-spacing: var(--type-h3-letter-spacing-mobile);
      font-weight: var(--type-h3-font-weight-mobile);
      color: var(--semantic-text-heading);
    }
    @media (width >= 64rem) {
      .lg\:text-h3 {
        font-size: var(--type-h3-size-tablet);
        line-height: var(--type-h3-line-height-tablet);
        letter-spacing: var(--type-h3-letter-spacing-tablet);
        font-weight: var(--type-h3-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .lg\:text-h3 {
        font-size: var(--type-h3-size-desktop);
        line-height: var(--type-h3-line-height-desktop);
        letter-spacing: var(--type-h3-letter-spacing-desktop);
        font-weight: var(--type-h3-font-weight-desktop);
      }
    }
  }
  @media (width >= 64rem) {
    .lg\:text-h6 {
      font-size: var(--type-h6-size-mobile);
      line-height: var(--type-h6-line-height-mobile);
      letter-spacing: var(--type-h6-letter-spacing-mobile);
      font-weight: var(--type-h6-font-weight-mobile);
      color: var(--semantic-text-heading);
    }
    @media (width >= 64rem) {
      .lg\:text-h6 {
        font-size: var(--type-h6-size-tablet);
        line-height: var(--type-h6-line-height-tablet);
        letter-spacing: var(--type-h6-letter-spacing-tablet);
        font-weight: var(--type-h6-font-weight-tablet);
      }
    }
    @media (width >= 80rem) {
      .lg\:text-h6 {
        font-size: var(--type-h6-size-desktop);
        line-height: var(--type-h6-line-height-desktop);
        letter-spacing: var(--type-h6-letter-spacing-desktop);
        font-weight: var(--type-h6-font-weight-desktop);
      }
    }
  }
  @media (width >= 64rem) {
    .lg\:text-h3 {
      font-size: var(--text-h3);
      line-height: var(--text-h3--line-height);
      letter-spacing: var(--text-h3--letter-spacing);
      font-weight: var(--text-h3--font-weight);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-h3 {
      font-size: var(--text-h3);
      line-height: var(--tw-leading, var(--text-h3--line-height));
      letter-spacing: var(--tw-tracking, var(--text-h3--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-h3--font-weight));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-h6 {
      font-size: var(--text-h6);
      line-height: var(--text-h6--line-height);
      letter-spacing: var(--text-h6--letter-spacing);
      font-weight: var(--text-h6--font-weight);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-h6 {
      font-size: var(--text-h6);
      line-height: var(--tw-leading, var(--text-h6--line-height));
      letter-spacing: var(--tw-tracking, var(--text-h6--letter-spacing));
      font-weight: var(--tw-font-weight, var(--text-h6--font-weight));
    }
  }
  @media (width >= 64rem) {
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:leading-9 {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-role-on-color-body {
      color: var(--semantic-text-on-color-body);
    }
  }
  @media (width >= 64rem) {
    .lg\:text-role-on-color-heading {
      color: var(--semantic-text-on-color-heading);
    }
  }
  @media (width >= 80rem) {
    .xl\:block {
      display: block;
    }
  }
  @media (width >= 80rem) {
    .xl\:hidden {
      display: none;
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  @media (width >= 96rem) {
    .\32xl\:block {
      display: block;
    }
  }
  @media (width >= 96rem) {
    .\32xl\:hidden {
      display: none;
    }
  }
}
@layer base {
  body {
    font-family: var(--font-inter);
  }
}
:root {
  color-scheme: light;
  --theme-page-bg: var(--color-white);
  --theme-page-bg-secondary: var(--theme-color-neutral-100);
  --theme-surface-bg: var(--color-white);
  --theme-surface-bg-raised: var(--theme-color-neutral-100);
  --theme-border-default: var(--theme-color-neutral-300);
  --theme-border-container: var(--theme-color-neutral-100);
  --theme-border-on-color: var(--color-white);
  --theme-border-disabled: var(--theme-color-neutral-200);
  --theme-border-on-color-disabled: var(--theme-color-neutral-900);
  --theme-border-primary: var(--primary-500);
  --theme-border-primary-hover: var(--primary-600);
  --theme-border-primary-active: var(--primary-700);
  --theme-border-primary-subtle: var(--primary-100);
  --theme-border-primary-subtle-hover: var(--primary-200);
  --theme-border-primary-subtle-active: var(--primary-300);
  --theme-border-primary-focus: var(--primary-500);
  --theme-border-secondary: var(--secondary-500);
  --theme-border-secondary-hover: var(--secondary-600);
  --theme-border-secondary-active: var(--secondary-700);
  --theme-border-secondary-subtle: var(--secondary-100);
  --theme-border-secondary-subtle-hover: var(--secondary-200);
  --theme-border-secondary-subtle-active: var(--secondary-300);
  --theme-border-secondary-focus: var(--secondary-500);
  --theme-border-success: var(--success-500);
  --theme-border-success-hover: var(--success-600);
  --theme-border-success-active: var(--success-700);
  --theme-border-success-subtle: var(--success-100);
  --theme-border-success-subtle-hover: var(--success-200);
  --theme-border-success-subtle-active: var(--success-300);
  --theme-border-success-focus: var(--success-500);
  --theme-border-info: var(--info-500);
  --theme-border-info-hover: var(--info-600);
  --theme-border-info-active: var(--info-700);
  --theme-border-info-subtle: var(--info-100);
  --theme-border-info-subtle-hover: var(--info-200);
  --theme-border-info-subtle-active: var(--info-300);
  --theme-border-info-focus: var(--info-500);
  --theme-border-error: var(--error-500);
  --theme-border-error-hover: var(--error-600);
  --theme-border-error-active: var(--error-700);
  --theme-border-error-subtle: var(--error-100);
  --theme-border-error-subtle-hover: var(--error-200);
  --theme-border-error-subtle-active: var(--error-300);
  --theme-border-error-focus: var(--error-500);
  --theme-border-warn: var(--warn-500);
  --theme-border-warn-hover: var(--warn-600);
  --theme-border-warn-active: var(--warn-700);
  --theme-border-warn-subtle: var(--warn-100);
  --theme-border-warn-subtle-hover: var(--warn-200);
  --theme-border-warn-subtle-active: var(--warn-300);
  --theme-border-warn-focus: var(--warn-500);
  --theme-focus-ring-width: 2px;
  --theme-focus-ring-offset: 2px;
  --theme-color-neutral-50: #F9FAFB;
  --theme-color-neutral-100: #F3F4F6;
  --theme-color-neutral-200: #E5E7EB;
  --theme-color-neutral-300: #D1D5DB;
  --theme-color-neutral-400: #9CA3AF;
  --theme-color-neutral-500: #6B7280;
  --theme-color-neutral-600: #4B5563;
  --theme-color-neutral-700: #374151;
  --theme-color-neutral-800: #1F2937;
  --theme-color-neutral-900: #111827;
  --theme-color-neutral-950: #030712;
  --theme-surface-primary: var(--primary-500);
  --theme-surface-primary-hover: var(--primary-600);
  --theme-surface-primary-active: var(--primary-700);
  --theme-surface-primary-subtle: var(--primary-100);
  --theme-surface-primary-subtle-hover: var(--primary-200);
  --theme-surface-primary-subtle-active: var(--primary-300);
  --theme-surface-primary-subtle-hover-alt: var(--primary-200);
  --theme-surface-secondary: var(--secondary-500);
  --theme-surface-secondary-hover: var(--secondary-600);
  --theme-surface-secondary-active: var(--secondary-700);
  --theme-surface-secondary-subtle: var(--secondary-100);
  --theme-surface-secondary-subtle-hover: var(--secondary-200);
  --theme-surface-secondary-subtle-active: var(--secondary-300);
  --theme-surface-secondary-subtle-hover-alt: var(--secondary-200);
  --theme-surface-success: var(--success-500);
  --theme-surface-success-hover: var(--success-600);
  --theme-surface-success-active: var(--success-700);
  --theme-surface-success-subtle: var(--success-100);
  --theme-surface-success-subtle-hover: var(--success-200);
  --theme-surface-success-subtle-active: var(--success-300);
  --theme-surface-success-subtle-hover-alt: var(--success-200);
  --theme-surface-info: var(--info-500);
  --theme-surface-info-hover: var(--info-600);
  --theme-surface-info-active: var(--info-700);
  --theme-surface-info-subtle: var(--info-100);
  --theme-surface-info-subtle-hover: var(--info-200);
  --theme-surface-info-subtle-active: var(--info-300);
  --theme-surface-info-subtle-hover-alt: var(--info-200);
  --theme-surface-error: var(--error-500);
  --theme-surface-error-hover: var(--error-600);
  --theme-surface-error-active: var(--error-700);
  --theme-surface-error-subtle: var(--error-100);
  --theme-surface-error-subtle-hover: var(--error-200);
  --theme-surface-error-subtle-active: var(--error-300);
  --theme-surface-error-subtle-hover-alt: var(--error-200);
  --theme-surface-warn: var(--warn-500);
  --theme-surface-warn-hover: var(--warn-600);
  --theme-surface-warn-active: var(--warn-700);
  --theme-surface-warn-subtle: var(--warn-100);
  --theme-surface-warn-subtle-hover: var(--warn-200);
  --theme-surface-warn-subtle-active: var(--warn-300);
  --theme-surface-warn-subtle-hover-alt: var(--warn-200);
  --theme-surface-disabled: var(--color-neutral-100);
  --theme-text-hero: var(--theme-color-neutral-950);
  --theme-text-heading: var(--theme-color-neutral-950);
  --theme-text-body: var(--theme-color-neutral-900);
  --theme-text-caption: var(--theme-color-neutral-800);
  --theme-text-placeholder: var(--theme-color-neutral-400);
  --theme-text-disabled: var(--theme-color-neutral-400);
  --theme-text-on-color-hero: var(--color-white);
  --theme-text-on-color-heading: var(--color-white);
  --theme-text-on-color-body: var(--color-white);
  --theme-text-on-color-caption: var(--theme-color-neutral-100);
  --theme-text-on-color-placeholder: var(--theme-color-neutral-100);
  --theme-text-on-color-disabled: var(--theme-color-neutral-400);
  --theme-text-primary: var(--primary-500);
  --theme-text-primary-hover: var(--primary-600);
  --theme-text-primary-on-color: var(--theme-color-neutral-100);
  --theme-text-primary-on-color-hover: var(--theme-color-neutral-200);
  --theme-text-primary-on-color-subtle: var(--primary-800);
  --theme-text-primary-on-color-subtle-hover: var(--primary-900);
  --theme-text-secondary: var(--secondary-500);
  --theme-text-secondary-hover: var(--secondary-600);
  --theme-text-secondary-on-color: var(--theme-color-neutral-100);
  --theme-text-secondary-on-color-hover: var(--theme-color-neutral-200);
  --theme-text-secondary-on-color-subtle: var(--secondary-800);
  --theme-text-secondary-on-color-subtle-hover: var(--secondary-900);
  --theme-text-success: var(--success-500);
  --theme-text-success-hover: var(--success-600);
  --theme-text-success-on-color: var(--theme-color-neutral-100);
  --theme-text-success-on-color-hover: var(--theme-color-neutral-200);
  --theme-text-success-on-color-subtle: var(--success-800);
  --theme-text-success-on-color-subtle-hover: var(--success-900);
  --theme-text-info: var(--info-500);
  --theme-text-info-hover: var(--info-600);
  --theme-text-info-on-color: var(--theme-color-neutral-100);
  --theme-text-info-on-color-hover: var(--theme-color-neutral-200);
  --theme-text-info-on-color-subtle: var(--info-800);
  --theme-text-info-on-color-subtle-hover: var(--info-900);
  --theme-text-error: var(--error-500);
  --theme-text-error-hover: var(--error-600);
  --theme-text-error-on-color: var(--theme-color-neutral-100);
  --theme-text-error-on-color-hover: var(--theme-color-neutral-200);
  --theme-text-error-on-color-subtle: var(--error-800);
  --theme-text-error-on-color-subtle-hover: var(--error-900);
  --theme-text-warn: var(--warn-500);
  --theme-text-warn-hover: var(--warn-600);
  --theme-text-warn-on-color: var(--theme-color-neutral-100);
  --theme-text-warn-on-color-hover: var(--theme-color-neutral-200);
  --theme-text-warn-on-color-subtle: var(--warn-800);
  --theme-text-warn-on-color-subtle-hover: var(--warn-900);
}
.dark {
  color-scheme: dark;
  --theme-page-bg: var(--color-slate-950);
  --theme-page-bg-secondary: var(--color-slate-900);
  --theme-surface-bg: var(--color-slate-950);
  --theme-surface-bg-raised: var(--color-slate-900);
  --theme-border-default: var(--theme-color-neutral-700);
  --theme-border-container: var(--color-slate-900);
  --theme-border-on-color: var(--color-white);
  --theme-border-disabled: var(--theme-color-neutral-800);
  --theme-border-on-color-disabled: var(--theme-color-neutral-200);
  --theme-border-primary: var(--primary-600);
  --theme-border-primary-hover: var(--primary-500);
  --theme-border-primary-active: var(--primary-300);
  --theme-border-primary-subtle: var(--primary-900);
  --theme-border-primary-subtle-hover: var(--primary-800);
  --theme-border-primary-subtle-active: var(--primary-700);
  --theme-border-primary-focus: var(--primary-600);
  --theme-border-secondary: var(--secondary-600);
  --theme-border-secondary-hover: var(--secondary-500);
  --theme-border-secondary-active: var(--secondary-300);
  --theme-border-secondary-subtle: var(--secondary-900);
  --theme-border-secondary-subtle-hover: var(--secondary-800);
  --theme-border-secondary-subtle-active: var(--secondary-700);
  --theme-border-secondary-focus: var(--secondary-600);
  --theme-border-success: var(--success-600);
  --theme-border-success-hover: var(--success-500);
  --theme-border-success-active: var(--success-300);
  --theme-border-success-subtle: var(--success-900);
  --theme-border-success-subtle-hover: var(--success-800);
  --theme-border-success-subtle-active: var(--success-700);
  --theme-border-success-focus: var(--success-600);
  --theme-border-info: var(--info-600);
  --theme-border-info-hover: var(--info-500);
  --theme-border-info-active: var(--info-300);
  --theme-border-info-subtle: var(--info-900);
  --theme-border-info-subtle-hover: var(--info-800);
  --theme-border-info-subtle-active: var(--info-700);
  --theme-border-info-focus: var(--info-600);
  --theme-border-error: var(--error-600);
  --theme-border-error-hover: var(--error-500);
  --theme-border-error-active: var(--error-300);
  --theme-border-error-subtle: var(--error-900);
  --theme-border-error-subtle-hover: var(--error-800);
  --theme-border-error-subtle-active: var(--error-700);
  --theme-border-error-focus: var(--error-600);
  --theme-border-warn: var(--warn-600);
  --theme-border-warn-hover: var(--warn-500);
  --theme-border-warn-active: var(--warn-300);
  --theme-border-warn-subtle: var(--warn-900);
  --theme-border-warn-subtle-hover: var(--warn-800);
  --theme-border-warn-subtle-active: var(--warn-700);
  --theme-border-warn-focus: var(--warn-600);
  --theme-focus-ring-width: 2px;
  --theme-focus-ring-offset: 2px;
  --theme-color-neutral-50: #F8FAFC;
  --theme-color-neutral-100: #F1F5F9;
  --theme-color-neutral-200: #E2E8F0;
  --theme-color-neutral-300: #CBD5E1;
  --theme-color-neutral-400: #94A3B8;
  --theme-color-neutral-500: #64748B;
  --theme-color-neutral-600: #475569;
  --theme-color-neutral-700: #334155;
  --theme-color-neutral-800: #1E293B;
  --theme-color-neutral-900: #0F172A;
  --theme-color-neutral-950: #020617;
  --theme-surface-primary: var(--primary-600);
  --theme-surface-primary-hover: var(--primary-500);
  --theme-surface-primary-active: var(--primary-300);
  --theme-surface-primary-subtle: var(--primary-900);
  --theme-surface-primary-subtle-hover: var(--primary-800);
  --theme-surface-primary-subtle-active: var(--primary-700);
  --theme-surface-primary-subtle-hover-alt: var(--primary-900);
  --theme-surface-secondary: var(--secondary-600);
  --theme-surface-secondary-hover: var(--secondary-500);
  --theme-surface-secondary-active: var(--secondary-300);
  --theme-surface-secondary-subtle: var(--secondary-900);
  --theme-surface-secondary-subtle-hover: var(--secondary-800);
  --theme-surface-secondary-subtle-active: var(--secondary-700);
  --theme-surface-secondary-subtle-hover-alt: var(--secondary-900);
  --theme-surface-success: var(--success-600);
  --theme-surface-success-hover: var(--success-500);
  --theme-surface-success-active: var(--success-300);
  --theme-surface-success-subtle: var(--success-900);
  --theme-surface-success-subtle-hover: var(--success-800);
  --theme-surface-success-subtle-active: var(--success-700);
  --theme-surface-success-subtle-hover-alt: var(--success-900);
  --theme-surface-info: var(--info-600);
  --theme-surface-info-hover: var(--info-500);
  --theme-surface-info-active: var(--info-300);
  --theme-surface-info-subtle: var(--info-900);
  --theme-surface-info-subtle-hover: var(--info-800);
  --theme-surface-info-subtle-active: var(--info-700);
  --theme-surface-info-subtle-hover-alt: var(--info-900);
  --theme-surface-error: var(--error-600);
  --theme-surface-error-hover: var(--error-500);
  --theme-surface-error-active: var(--error-300);
  --theme-surface-error-subtle: var(--error-900);
  --theme-surface-error-subtle-hover: var(--error-800);
  --theme-surface-error-subtle-active: var(--error-700);
  --theme-surface-error-subtle-hover-alt: var(--error-900);
  --theme-surface-warn: var(--warn-600);
  --theme-surface-warn-hover: var(--warn-500);
  --theme-surface-warn-active: var(--warn-300);
  --theme-surface-warn-subtle: var(--warn-900);
  --theme-surface-warn-subtle-hover: var(--warn-800);
  --theme-surface-warn-subtle-active: var(--warn-700);
  --theme-surface-warn-subtle-hover-alt: var(--warn-900);
  --theme-surface-disabled: var(--color-neutral-900);
  --theme-text-hero: var(--theme-color-neutral-50);
  --theme-text-heading: var(--theme-color-neutral-50);
  --theme-text-body: var(--theme-color-neutral-100);
  --theme-text-caption: var(--theme-color-neutral-200);
  --theme-text-placeholder: var(--theme-color-neutral-500);
  --theme-text-disabled: var(--theme-color-neutral-600);
  --theme-text-on-color-hero: var(--color-white);
  --theme-text-on-color-heading: var(--color-white);
  --theme-text-on-color-body: var(--color-white);
  --theme-text-on-color-caption: var(--theme-color-neutral-500);
  --theme-text-on-color-placeholder: var(--theme-color-neutral-400);
  --theme-text-on-color-disabled: var(--theme-color-neutral-700);
  --theme-text-primary: var(--primary-600);
  --theme-text-primary-hover: var(--primary-500);
  --theme-text-primary-on-color: var(--theme-color-neutral-800);
  --theme-text-primary-on-color-hover: var(--theme-color-neutral-900);
  --theme-text-primary-on-color-subtle: var(--primary-200);
  --theme-text-primary-on-color-subtle-hover: var(--primary-300);
  --theme-text-secondary: var(--secondary-600);
  --theme-text-secondary-hover: var(--secondary-500);
  --theme-text-secondary-on-color: var(--theme-color-neutral-800);
  --theme-text-secondary-on-color-hover: var(--theme-color-neutral-900);
  --theme-text-secondary-on-color-subtle: var(--secondary-200);
  --theme-text-secondary-on-color-subtle-hover: var(--secondary-300);
  --theme-text-success: var(--success-600);
  --theme-text-success-hover: var(--success-500);
  --theme-text-success-on-color: var(--theme-color-neutral-800);
  --theme-text-success-on-color-hover: var(--theme-color-neutral-900);
  --theme-text-success-on-color-subtle: var(--success-200);
  --theme-text-success-on-color-subtle-hover: var(--success-300);
  --theme-text-info: var(--info-600);
  --theme-text-info-hover: var(--info-500);
  --theme-text-info-on-color: var(--theme-color-neutral-800);
  --theme-text-info-on-color-hover: var(--theme-color-neutral-900);
  --theme-text-info-on-color-subtle: var(--info-200);
  --theme-text-info-on-color-subtle-hover: var(--info-300);
  --theme-text-error: var(--error-600);
  --theme-text-error-hover: var(--error-500);
  --theme-text-error-on-color: var(--theme-color-neutral-800);
  --theme-text-error-on-color-hover: var(--theme-color-neutral-900);
  --theme-text-error-on-color-subtle: var(--error-200);
  --theme-text-error-on-color-subtle-hover: var(--error-300);
  --theme-text-warn: var(--warn-600);
  --theme-text-warn-hover: var(--warn-500);
  --theme-text-warn-on-color: var(--theme-color-neutral-800);
  --theme-text-warn-on-color-hover: var(--theme-color-neutral-900);
  --theme-text-warn-on-color-subtle: var(--warn-200);
  --theme-text-warn-on-color-subtle-hover: var(--warn-300);
}
/*!* Ring / Default *!*/
/*!* Ring / Primary *!*/
/*!* Outline / Default *!*/
/*!* Ring / Secondary *!*/
/*!* Outline / Secondary *!*/
/*!* Ring / Success *!*/
/*!* Outline / Success *!*/
/*!* Ring / Info *!*/
/*!* Outline / Info *!*/
/*!* Ring / Error *!*/
/*!* Outline / Error *!*/
/*!* Ring / Warn *!*/
/*!* Outline / Warn *!*/
@layer base {
  body {
    font-family: var(--font-inter), sans-serif;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
@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-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-space-x-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@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-ordinal { syntax: "*"; inherits: false; }
@property --tw-slashed-zero { syntax: "*"; inherits: false; }
@property --tw-numeric-figure { syntax: "*"; inherits: false; }
@property --tw-numeric-spacing { syntax: "*"; inherits: false; }
@property --tw-numeric-fraction { 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: 0px; }
@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-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@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; }
@property --tw-content { syntax: "*"; initial-value: ""; inherits: false; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-outline-style: solid;
      --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;
      --tw-content: "";
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
