/* ../ai-construct/styled-system/styles.css */
@layer reset, base, tokens, recipes, utilities;

@layer base {
  :root {
    --made-with-panda: "🐼";
  }

  *, :before, :after {
    --blur: ;
    --brightness: ;
    --contrast: ;
    --grayscale: ;
    --hue-rotate: ;
    --invert: ;
    --saturate: ;
    --sepia: ;
    --drop-shadow: ;
    --backdrop-blur: ;
    --backdrop-brightness: ;
    --backdrop-contrast: ;
    --backdrop-grayscale: ;
    --backdrop-hue-rotate: ;
    --backdrop-invert: ;
    --backdrop-opacity: ;
    --backdrop-saturate: ;
    --backdrop-sepia: ;
    --gradient-from-position: ;
    --gradient-to-position: ;
    --gradient-via-position: ;
    --scroll-snap-strictness: proximity;
    --border-spacing-x: 0;
    --border-spacing-y: 0;
    --translate-x: 0;
    --translate-y: 0;
    --rotate: 0;
    --rotate-x: 0;
    --rotate-y: 0;
    --skew-x: 0;
    --skew-y: 0;
    --scale-x: 1;
    --scale-y: 1;
  }

  ::backdrop {
    --blur: ;
    --brightness: ;
    --contrast: ;
    --grayscale: ;
    --hue-rotate: ;
    --invert: ;
    --saturate: ;
    --sepia: ;
    --drop-shadow: ;
    --backdrop-blur: ;
    --backdrop-brightness: ;
    --backdrop-contrast: ;
    --backdrop-grayscale: ;
    --backdrop-hue-rotate: ;
    --backdrop-invert: ;
    --backdrop-opacity: ;
    --backdrop-saturate: ;
    --backdrop-sepia: ;
    --gradient-from-position: ;
    --gradient-to-position: ;
    --gradient-via-position: ;
    --scroll-snap-strictness: proximity;
    --border-spacing-x: 0;
    --border-spacing-y: 0;
    --translate-x: 0;
    --translate-y: 0;
    --rotate: 0;
    --rotate-x: 0;
    --rotate-y: 0;
    --skew-x: 0;
    --skew-y: 0;
    --scale-x: 1;
    --scale-y: 1;
  }
}

@layer tokens {
  :where(:root, :host) {
    --aspect-ratios-square: 1 / 1;
    --aspect-ratios-landscape: 4 / 3;
    --aspect-ratios-portrait: 3 / 4;
    --aspect-ratios-wide: 16 / 9;
    --aspect-ratios-ultrawide: 18 / 5;
    --aspect-ratios-golden: 1.618 / 1;
    --borders-none: none;
    --easings-default: cubic-bezier(.4, 0, .2, 1);
    --easings-linear: linear;
    --easings-in: cubic-bezier(.4, 0, 1, 1);
    --easings-out: cubic-bezier(0, 0, .2, 1);
    --easings-in-out: cubic-bezier(.4, 0, .2, 1);
    --durations-fastest: 50ms;
    --durations-faster: .1s;
    --durations-fast: .15s;
    --durations-normal: .2s;
    --durations-slow: .3s;
    --durations-slower: .4s;
    --durations-slowest: .5s;
    --radii-xs: .125rem;
    --radii-sm: .25rem;
    --radii-md: .375rem;
    --radii-lg: .5rem;
    --radii-xl: .75rem;
    --radii-2xl: 1rem;
    --radii-3xl: 1.5rem;
    --radii-4xl: 2rem;
    --radii-full: 9999px;
    --font-weights-thin: 100;
    --font-weights-extralight: 200;
    --font-weights-light: 300;
    --font-weights-normal: 400;
    --font-weights-medium: 500;
    --font-weights-semibold: 600;
    --font-weights-bold: 700;
    --font-weights-extrabold: 800;
    --font-weights-black: 900;
    --line-heights-none: 1;
    --line-heights-tight: 1.25;
    --line-heights-snug: 1.375;
    --line-heights-normal: 1.5;
    --line-heights-relaxed: 1.625;
    --line-heights-loose: 2;
    --fonts-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --fonts-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --fonts-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --letter-spacings-tighter: -.05em;
    --letter-spacings-tight: -.025em;
    --letter-spacings-normal: 0em;
    --letter-spacings-wide: .025em;
    --letter-spacings-wider: .05em;
    --letter-spacings-widest: .1em;
    --font-sizes-2xs: .5rem;
    --font-sizes-xs: .75rem;
    --font-sizes-sm: .875rem;
    --font-sizes-md: 1rem;
    --font-sizes-lg: 1.125rem;
    --font-sizes-xl: 1.25rem;
    --font-sizes-2xl: 1.5rem;
    --font-sizes-3xl: 1.875rem;
    --font-sizes-4xl: 2.25rem;
    --font-sizes-5xl: 3rem;
    --font-sizes-6xl: 3.75rem;
    --font-sizes-7xl: 4.5rem;
    --font-sizes-8xl: 6rem;
    --font-sizes-9xl: 8rem;
    --shadows-2xs: 0 1px #0000000d;
    --shadows-xs: 0 1px 2px 0 #0000000d;
    --shadows-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --shadows-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --shadows-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    --shadows-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --shadows-2xl: 0 25px 50px -12px #00000040;
    --shadows-inset-2xs: inset 0 1px #0000000d;
    --shadows-inset-xs: inset 0 1px 1px #0000000d;
    --shadows-inset-sm: inset 0 2px 4px #0000000d;
    --blurs-xs: 4px;
    --blurs-sm: 8px;
    --blurs-md: 12px;
    --blurs-lg: 16px;
    --blurs-xl: 24px;
    --blurs-2xl: 40px;
    --blurs-3xl: 64px;
    --spacing-0: 0rem;
    --spacing-1: .25rem;
    --spacing-2: .5rem;
    --spacing-3: .75rem;
    --spacing-4: 1rem;
    --spacing-5: 1.25rem;
    --spacing-6: 1.5rem;
    --spacing-7: 1.75rem;
    --spacing-8: 2rem;
    --spacing-9: 2.25rem;
    --spacing-10: 2.5rem;
    --spacing-11: 2.75rem;
    --spacing-12: 3rem;
    --spacing-14: 3.5rem;
    --spacing-16: 4rem;
    --spacing-20: 5rem;
    --spacing-24: 6rem;
    --spacing-28: 7rem;
    --spacing-32: 8rem;
    --spacing-36: 9rem;
    --spacing-40: 10rem;
    --spacing-44: 11rem;
    --spacing-48: 12rem;
    --spacing-52: 13rem;
    --spacing-56: 14rem;
    --spacing-60: 15rem;
    --spacing-64: 16rem;
    --spacing-72: 18rem;
    --spacing-80: 20rem;
    --spacing-96: 24rem;
    --spacing-0\.5: .125rem;
    --spacing-1\.5: .375rem;
    --spacing-2\.5: .625rem;
    --spacing-3\.5: .875rem;
    --spacing-4\.5: 1.125rem;
    --spacing-5\.5: 1.375rem;
    --sizes-0: 0rem;
    --sizes-1: .25rem;
    --sizes-2: .5rem;
    --sizes-3: .75rem;
    --sizes-4: 1rem;
    --sizes-5: 1.25rem;
    --sizes-6: 1.5rem;
    --sizes-7: 1.75rem;
    --sizes-8: 2rem;
    --sizes-9: 2.25rem;
    --sizes-10: 2.5rem;
    --sizes-11: 2.75rem;
    --sizes-12: 3rem;
    --sizes-14: 3.5rem;
    --sizes-16: 4rem;
    --sizes-20: 5rem;
    --sizes-24: 6rem;
    --sizes-28: 7rem;
    --sizes-32: 8rem;
    --sizes-36: 9rem;
    --sizes-40: 10rem;
    --sizes-44: 11rem;
    --sizes-48: 12rem;
    --sizes-52: 13rem;
    --sizes-56: 14rem;
    --sizes-60: 15rem;
    --sizes-64: 16rem;
    --sizes-72: 18rem;
    --sizes-80: 20rem;
    --sizes-96: 24rem;
    --sizes-0\.5: .125rem;
    --sizes-1\.5: .375rem;
    --sizes-2\.5: .625rem;
    --sizes-3\.5: .875rem;
    --sizes-4\.5: 1.125rem;
    --sizes-5\.5: 1.375rem;
    --sizes-xs: 20rem;
    --sizes-sm: 24rem;
    --sizes-md: 28rem;
    --sizes-lg: 32rem;
    --sizes-xl: 36rem;
    --sizes-2xl: 42rem;
    --sizes-3xl: 48rem;
    --sizes-4xl: 56rem;
    --sizes-5xl: 64rem;
    --sizes-6xl: 72rem;
    --sizes-7xl: 80rem;
    --sizes-8xl: 90rem;
    --sizes-prose: 65ch;
    --sizes-full: 100%;
    --sizes-min: min-content;
    --sizes-max: max-content;
    --sizes-fit: fit-content;
    --sizes-breakpoint-sm: 640px;
    --sizes-breakpoint-md: 768px;
    --sizes-breakpoint-lg: 1024px;
    --sizes-breakpoint-xl: 1280px;
    --sizes-breakpoint-2xl: 1536px;
    --animations-spin: spin 1s linear infinite;
    --animations-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
    --animations-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --animations-bounce: bounce 1s infinite;
    --colors-current: currentColor;
    --colors-black: #000;
    --colors-white: #fff;
    --colors-transparent: #0000;
    --colors-rose-50: #fff1f2;
    --colors-rose-100: #ffe4e6;
    --colors-rose-200: #fecdd3;
    --colors-rose-300: #fda4af;
    --colors-rose-400: #fb7185;
    --colors-rose-500: #f43f5e;
    --colors-rose-600: #e11d48;
    --colors-rose-700: #be123c;
    --colors-rose-800: #9f1239;
    --colors-rose-900: #881337;
    --colors-rose-950: #4c0519;
    --colors-pink-50: #fdf2f8;
    --colors-pink-100: #fce7f3;
    --colors-pink-200: #fbcfe8;
    --colors-pink-300: #f9a8d4;
    --colors-pink-400: #f472b6;
    --colors-pink-500: #ec4899;
    --colors-pink-600: #db2777;
    --colors-pink-700: #be185d;
    --colors-pink-800: #9d174d;
    --colors-pink-900: #831843;
    --colors-pink-950: #500724;
    --colors-fuchsia-50: #fdf4ff;
    --colors-fuchsia-100: #fae8ff;
    --colors-fuchsia-200: #f5d0fe;
    --colors-fuchsia-300: #f0abfc;
    --colors-fuchsia-400: #e879f9;
    --colors-fuchsia-500: #d946ef;
    --colors-fuchsia-600: #c026d3;
    --colors-fuchsia-700: #a21caf;
    --colors-fuchsia-800: #86198f;
    --colors-fuchsia-900: #701a75;
    --colors-fuchsia-950: #4a044e;
    --colors-purple-50: #faf5ff;
    --colors-purple-100: #f3e8ff;
    --colors-purple-200: #e9d5ff;
    --colors-purple-300: #d8b4fe;
    --colors-purple-400: #c084fc;
    --colors-purple-500: #a855f7;
    --colors-purple-600: #9333ea;
    --colors-purple-700: #7e22ce;
    --colors-purple-800: #6b21a8;
    --colors-purple-900: #581c87;
    --colors-purple-950: #3b0764;
    --colors-violet-50: #f5f3ff;
    --colors-violet-100: #ede9fe;
    --colors-violet-200: #ddd6fe;
    --colors-violet-300: #c4b5fd;
    --colors-violet-400: #a78bfa;
    --colors-violet-500: #8b5cf6;
    --colors-violet-600: #7c3aed;
    --colors-violet-700: #6d28d9;
    --colors-violet-800: #5b21b6;
    --colors-violet-900: #4c1d95;
    --colors-violet-950: #2e1065;
    --colors-indigo-50: #eef2ff;
    --colors-indigo-100: #e0e7ff;
    --colors-indigo-200: #c7d2fe;
    --colors-indigo-300: #a5b4fc;
    --colors-indigo-400: #818cf8;
    --colors-indigo-500: #6366f1;
    --colors-indigo-600: #4f46e5;
    --colors-indigo-700: #4338ca;
    --colors-indigo-800: #3730a3;
    --colors-indigo-900: #312e81;
    --colors-indigo-950: #1e1b4b;
    --colors-blue-50: #eff6ff;
    --colors-blue-100: #dbeafe;
    --colors-blue-200: #bfdbfe;
    --colors-blue-300: #93c5fd;
    --colors-blue-400: #60a5fa;
    --colors-blue-500: #3b82f6;
    --colors-blue-600: #2563eb;
    --colors-blue-700: #1d4ed8;
    --colors-blue-800: #1e40af;
    --colors-blue-900: #1e3a8a;
    --colors-blue-950: #172554;
    --colors-sky-50: #f0f9ff;
    --colors-sky-100: #e0f2fe;
    --colors-sky-200: #bae6fd;
    --colors-sky-300: #7dd3fc;
    --colors-sky-400: #38bdf8;
    --colors-sky-500: #0ea5e9;
    --colors-sky-600: #0284c7;
    --colors-sky-700: #0369a1;
    --colors-sky-800: #075985;
    --colors-sky-900: #0c4a6e;
    --colors-sky-950: #082f49;
    --colors-cyan-50: #ecfeff;
    --colors-cyan-100: #cffafe;
    --colors-cyan-200: #a5f3fc;
    --colors-cyan-300: #67e8f9;
    --colors-cyan-400: #22d3ee;
    --colors-cyan-500: #06b6d4;
    --colors-cyan-600: #0891b2;
    --colors-cyan-700: #0e7490;
    --colors-cyan-800: #155e75;
    --colors-cyan-900: #164e63;
    --colors-cyan-950: #083344;
    --colors-teal-50: #f0fdfa;
    --colors-teal-100: #ccfbf1;
    --colors-teal-200: #99f6e4;
    --colors-teal-300: #5eead4;
    --colors-teal-400: #2dd4bf;
    --colors-teal-500: #14b8a6;
    --colors-teal-600: #0d9488;
    --colors-teal-700: #0f766e;
    --colors-teal-800: #115e59;
    --colors-teal-900: #134e4a;
    --colors-teal-950: #042f2e;
    --colors-emerald-50: #ecfdf5;
    --colors-emerald-100: #d1fae5;
    --colors-emerald-200: #a7f3d0;
    --colors-emerald-300: #6ee7b7;
    --colors-emerald-400: #34d399;
    --colors-emerald-500: #10b981;
    --colors-emerald-600: #059669;
    --colors-emerald-700: #047857;
    --colors-emerald-800: #065f46;
    --colors-emerald-900: #064e3b;
    --colors-emerald-950: #022c22;
    --colors-green-50: #f0fdf4;
    --colors-green-100: #dcfce7;
    --colors-green-200: #bbf7d0;
    --colors-green-300: #86efac;
    --colors-green-400: #4ade80;
    --colors-green-500: #22c55e;
    --colors-green-600: #16a34a;
    --colors-green-700: #15803d;
    --colors-green-800: #166534;
    --colors-green-900: #14532d;
    --colors-green-950: #052e16;
    --colors-lime-50: #f7fee7;
    --colors-lime-100: #ecfccb;
    --colors-lime-200: #d9f99d;
    --colors-lime-300: #bef264;
    --colors-lime-400: #a3e635;
    --colors-lime-500: #84cc16;
    --colors-lime-600: #65a30d;
    --colors-lime-700: #4d7c0f;
    --colors-lime-800: #3f6212;
    --colors-lime-900: #365314;
    --colors-lime-950: #1a2e05;
    --colors-yellow-50: #fefce8;
    --colors-yellow-100: #fef9c3;
    --colors-yellow-200: #fef08a;
    --colors-yellow-300: #fde047;
    --colors-yellow-400: #facc15;
    --colors-yellow-500: #eab308;
    --colors-yellow-600: #ca8a04;
    --colors-yellow-700: #a16207;
    --colors-yellow-800: #854d0e;
    --colors-yellow-900: #713f12;
    --colors-yellow-950: #422006;
    --colors-amber-50: #fffbeb;
    --colors-amber-100: #fef3c7;
    --colors-amber-200: #fde68a;
    --colors-amber-300: #fcd34d;
    --colors-amber-400: #fbbf24;
    --colors-amber-500: #f59e0b;
    --colors-amber-600: #d97706;
    --colors-amber-700: #b45309;
    --colors-amber-800: #92400e;
    --colors-amber-900: #78350f;
    --colors-amber-950: #451a03;
    --colors-orange-50: #fff7ed;
    --colors-orange-100: #ffedd5;
    --colors-orange-200: #fed7aa;
    --colors-orange-300: #fdba74;
    --colors-orange-400: #fb923c;
    --colors-orange-500: #f97316;
    --colors-orange-600: #ea580c;
    --colors-orange-700: #c2410c;
    --colors-orange-800: #9a3412;
    --colors-orange-900: #7c2d12;
    --colors-orange-950: #431407;
    --colors-red-50: #fef2f2;
    --colors-red-100: #fee2e2;
    --colors-red-200: #fecaca;
    --colors-red-300: #fca5a5;
    --colors-red-400: #f87171;
    --colors-red-500: #ef4444;
    --colors-red-600: #dc2626;
    --colors-red-700: #b91c1c;
    --colors-red-800: #991b1b;
    --colors-red-900: #7f1d1d;
    --colors-red-950: #450a0a;
    --colors-neutral-50: #fafafa;
    --colors-neutral-100: #f5f5f5;
    --colors-neutral-200: #e5e5e5;
    --colors-neutral-300: #d4d4d4;
    --colors-neutral-400: #a3a3a3;
    --colors-neutral-500: #737373;
    --colors-neutral-600: #525252;
    --colors-neutral-700: #404040;
    --colors-neutral-800: #262626;
    --colors-neutral-900: #171717;
    --colors-neutral-950: #0a0a0a;
    --colors-stone-50: #fafaf9;
    --colors-stone-100: #f5f5f4;
    --colors-stone-200: #e7e5e4;
    --colors-stone-300: #d6d3d1;
    --colors-stone-400: #a8a29e;
    --colors-stone-500: #78716c;
    --colors-stone-600: #57534e;
    --colors-stone-700: #44403c;
    --colors-stone-800: #292524;
    --colors-stone-900: #1c1917;
    --colors-stone-950: #0c0a09;
    --colors-zinc-50: #fafafa;
    --colors-zinc-100: #f4f4f5;
    --colors-zinc-200: #e4e4e7;
    --colors-zinc-300: #d4d4d8;
    --colors-zinc-400: #a1a1aa;
    --colors-zinc-500: #71717a;
    --colors-zinc-600: #52525b;
    --colors-zinc-700: #3f3f46;
    --colors-zinc-800: #27272a;
    --colors-zinc-900: #18181b;
    --colors-zinc-950: #09090b;
    --colors-gray-50: #f9fafb;
    --colors-gray-100: #f3f4f6;
    --colors-gray-200: #e5e7eb;
    --colors-gray-300: #d1d5db;
    --colors-gray-400: #9ca3af;
    --colors-gray-500: #6b7280;
    --colors-gray-600: #4b5563;
    --colors-gray-700: #374151;
    --colors-gray-800: #1f2937;
    --colors-gray-900: #111827;
    --colors-gray-950: #030712;
    --colors-slate-50: #f8fafc;
    --colors-slate-100: #f1f5f9;
    --colors-slate-200: #e2e8f0;
    --colors-slate-300: #cbd5e1;
    --colors-slate-400: #94a3b8;
    --colors-slate-500: #64748b;
    --colors-slate-600: #475569;
    --colors-slate-700: #334155;
    --colors-slate-800: #1e293b;
    --colors-slate-900: #0f172a;
    --colors-slate-950: #020617;
    --colors-aic-panel: var(--ink-aic-panel, #111827);
    --colors-aic-border: var(--ink-aic-border, #94a3b838);
    --colors-aic-border-strong: var(--ink-aic-border-strong, #94a3b86b);
    --colors-aic-text: var(--ink-aic-text, #e5eefb);
    --colors-aic-text-muted: var(--ink-aic-text-muted, #a7b6cc);
    --colors-aic-text-subtle: var(--ink-aic-text-subtle, #7f8aa3);
    --colors-aic-accent: var(--ink-aic-accent, #7dd3fc);
    --colors-aic-accent-soft: var(--ink-aic-accent-soft, #7dd3fc1f);
    --colors-aic-accent-strong: var(--ink-aic-accent-strong, #7dd3fc47);
    --colors-aic-success: var(--ink-aic-success, #4ade80);
    --colors-aic-warning: var(--ink-aic-warning, #f59e0b);
    --colors-aic-warning-soft: var(--ink-aic-warning-soft, #f59e0b1f);
    --colors-aic-error: var(--ink-aic-error, #f87171);
    --colors-aic-canvas: var(--ink-aic-canvas, transparent);
    --breakpoints-sm: 640px;
    --breakpoints-md: 768px;
    --breakpoints-lg: 1024px;
    --breakpoints-xl: 1280px;
    --breakpoints-2xl: 1536px;
  }

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

  @keyframes ping {
    75%, 100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  @keyframes pulse {
    50% {
      opacity: .5;
    }
  }

  @keyframes bounce {
    0%, 100% {
      transform: translateY(-25%);
      animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    }

    50% {
      transform: none;
      animation-timing-function: cubic-bezier(0, 0, .2, 1);
    }
  }
}

@layer utilities {
  .bg_aic\.accentSoft {
    background: var(--colors-aic-accent-soft);
  }

  .bg_transparent {
    background: var(--colors-transparent);
  }

  .p_4px_6px {
    padding: 4px 6px;
  }

  .bd_none {
    border: var(--borders-none);
  }

  .bg_aic\.panel {
    background: var(--colors-aic-panel);
  }

  .bd_1px_solid_token\(colors\.aic\.border\) {
    border: 1px solid var(--colors-aic-border);
  }

  .p_4px {
    padding: 4px;
  }

  .p_5px_8px {
    padding: 5px 8px;
  }

  .p_4px_8px_4px_18px {
    padding: 4px 8px 4px 18px;
  }

  .p_2px_5px {
    padding: 2px 5px;
  }

  .bg_rgba\(255\,255\,255\,0\.05\) {
    background: #ffffff0d;
  }

  .p_2px {
    padding: 2px;
  }

  .p_10px {
    padding: 10px;
  }

  .m_20px_0 {
    margin: 20px 0;
  }

  .p_6px_12px {
    padding: 6px 12px;
  }

  .p_8px_12px {
    padding: 8px 12px;
  }

  .p_8px {
    padding: 8px;
  }

  .m_0 {
    margin: var(--spacing-0);
  }

  .bg_rgba\(255\,255\,255\,0\.06\) {
    background: #ffffff0f;
  }

  .p_4px_12px {
    padding: 4px 12px;
  }

  .p_6px_8px {
    padding: 6px 8px;
  }

  .bd_1px_solid_token\(colors\.aic\.accent\) {
    border: 1px solid var(--colors-aic-accent);
  }

  .bd_1px_solid_token\(colors\.aic\.warning\) {
    border: 1px solid var(--colors-aic-warning);
  }

  .bg_aic\.warningSoft {
    background: var(--colors-aic-warning-soft);
  }

  .bg_rgba\(255\,180\,0\,0\.1\) {
    background: #ffb4001a;
  }

  .p_5px_10px {
    padding: 5px 10px;
  }

  .p_0 {
    padding: var(--spacing-0);
  }

  .bg_aic\.border {
    background: var(--colors-aic-border);
  }

  .p_10px_0 {
    padding: 10px 0;
  }

  .bg_aic\.canvas {
    background: var(--colors-aic-canvas);
  }

  .bg_rgba\(245\,158\,11\,0\.04\) {
    background: #f59e0b0a;
  }

  .bg_aic\.warning {
    background: var(--colors-aic-warning);
  }

  .bd_1px_solid_token\(colors\.aic\.accentStrong\) {
    border: 1px solid var(--colors-aic-accent-strong);
  }

  .p_2px_4px_2px_2px {
    padding: 2px 4px 2px 2px;
  }

  .p_24px {
    padding: 24px;
  }

  .p_4px_16px {
    padding: 4px 16px;
  }

  .p_12px_16px {
    padding: 12px 16px;
  }

  .bg_rgba\(255\,255\,255\,0\.02\) {
    background: #ffffff05;
  }

  .p_10px_16px {
    padding: 10px 16px;
  }

  .bg_rgba\(127\,29\,29\,0\.18\) {
    background: #7f1d1d2e;
  }

  .p_8px_0 {
    padding: 8px 0;
  }

  .p_24px_16px {
    padding: 24px 16px;
  }

  .p_6px_16px {
    padding: 6px 16px;
  }

  .p_2px_8px {
    padding: 2px 8px;
  }

  .bg_rgba\(255\,255\,255\,0\.03\) {
    background: #ffffff08;
  }

  .p_5px_14px {
    padding: 5px 14px;
  }

  .p_7px_14px {
    padding: 7px 14px;
  }

  .p_2px_6px {
    padding: 2px 6px;
  }

  .bg_rgba\(245\,158\,11\,0\.08\) {
    background: #f59e0b14;
  }

  .p_6px_14px {
    padding: 6px 14px;
  }

  .p_2px_10px {
    padding: 2px 10px;
  }

  .p_12px_14px {
    padding: 12px 14px;
  }

  .p_8px_14px {
    padding: 8px 14px;
  }

  .bg_rgba\(255\,255\,255\,0\.08\) {
    background: #ffffff14;
  }

  .p_0_5px {
    padding: 0 5px;
  }

  .p_16px_10px {
    padding: 16px 10px;
  }

  .bg_rgba\(255\,255\,255\,0\.3\) {
    background: #ffffff4d;
  }

  .bg_aic\.success {
    background: var(--colors-aic-success);
  }

  .p_14px {
    padding: 14px;
  }

  .p_10px_12px_4px {
    padding: 10px 12px 4px;
  }

  .p_10px_12px_0 {
    padding: 10px 12px 0;
  }

  .p_0_12px_8px {
    padding: 0 12px 8px;
  }

  .bd_1px_solid_rgba\(255\,255\,255\,0\.08\) {
    border: 1px solid #ffffff14;
  }

  .p_7px_8px {
    padding: 7px 8px;
  }

  .bd_1\.5px_solid_rgba\(125\,211\,252\,0\.22\) {
    border: 1.5px solid #7dd3fc38;
  }

  .bd_1px_solid_rgba\(125\,211\,252\,0\.08\) {
    border: 1px solid #7dd3fc14;
  }

  .bg_rgba\(125\,211\,252\,0\.06\) {
    background: #7dd3fc0f;
  }

  .bd_1px_solid_rgba\(125\,211\,252\,0\.16\) {
    border: 1px solid #7dd3fc29;
  }

  .p_0_12px_10px {
    padding: 0 12px 10px;
  }

  .m_0_0_3px {
    margin: 0 0 3px;
  }

  .m_4px_0_3px {
    margin: 4px 0 3px;
  }

  .p_10px_14px {
    padding: 10px 14px;
  }

  .bd_1px_solid_rgba\(245\,158\,11\,0\.35\) {
    border: 1px solid #f59e0b59;
  }

  .bd_1px_solid_rgba\(125\,211\,252\,0\.28\) {
    border: 1px solid #7dd3fc47;
  }

  .bg_rgba\(125\,211\,252\,0\.05\) {
    background: #7dd3fc0d;
  }

  .p_7px_12px {
    padding: 7px 12px;
  }

  .p_0_10px {
    padding: 0 10px;
  }

  .bg_rgba\(255\,255\,255\,0\.04\) {
    background: #ffffff0a;
  }

  .bg_aic\.accent {
    background: var(--colors-aic-accent);
  }

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

  .bg_rgba\(0\,0\,0\,0\.85\) {
    background: #000000d9;
  }

  .p_20px {
    padding: 20px;
  }

  .p_14px_18px {
    padding: 14px 18px;
  }

  .m_4px_0_0 {
    margin: 4px 0 0;
  }

  .m_6px_0_0 {
    margin: 6px 0 0;
  }

  .p_12px_18px {
    padding: 12px 18px;
  }

  .p_4px_0 {
    padding: 4px 0;
  }

  .p_0_7px {
    padding: 0 7px;
  }

  .p_16px {
    padding: 16px;
  }

  .p_10px_12px {
    padding: 10px 12px;
  }

  .p_12px {
    padding: 12px;
  }

  .bd_1px_solid_rgba\(245\,158\,11\,0\.22\) {
    border: 1px solid #f59e0b38;
  }

  .bg_rgba\(59\,130\,246\,0\.10\) {
    background: #3b82f61a;
  }

  .bd_1px_solid_rgba\(59\,130\,246\,0\.18\) {
    border: 1px solid #3b82f62e;
  }

  .bg_rgba\(125\,211\,252\,0\.07\) {
    background: #7dd3fc12;
  }

  .bg_rgba\(239\,68\,68\,0\.12\) {
    background: #ef44441f;
  }

  .bg_rgba\(245\,158\,11\,0\.12\) {
    background: #f59e0b1f;
  }

  .p_8px_10px {
    padding: 8px 10px;
  }

  .bd_1px_solid {
    border: 1px solid;
  }

  .p_1px_5px {
    padding: 1px 5px;
  }

  .bg_rgba\(100\,_200\,_255\,_0\.15\) {
    background: #64c8ff26;
  }

  .p_32px {
    padding: 32px;
  }

  .m_0_0_4px_0 {
    margin: 0 0 4px;
  }

  .m_0_0_24px_0 {
    margin: 0 0 24px;
  }

  .p_9px_12px {
    padding: 9px 12px;
  }

  .p_9px_18px {
    padding: 9px 18px;
  }

  .bg_rgba\(248\,113\,113\,0\.12\) {
    background: #f871711f;
  }

  .bd_1px_solid_rgba\(248\,113\,113\,0\.3\) {
    border: 1px solid #f871714d;
  }

  .p_5px_12px {
    padding: 5px 12px;
  }

  .bd_1px_solid_rgba\(248\,113\,113\,0\.25\) {
    border: 1px solid #f8717140;
  }

  .bdr_6px {
    border-radius: 6px;
  }

  .gap_3px {
    gap: 3px;
  }

  .bdr_4px {
    border-radius: 4px;
  }

  .bd-c_aic\.accent {
    border-color: var(--colors-aic-accent);
  }

  .bd-c_aic\.border {
    border-color: var(--colors-aic-border);
  }

  .gap_2px {
    gap: 2px;
  }

  .bdr_8px {
    border-radius: 8px;
  }

  .bd-t_1px_solid_token\(colors\.aic\.border\) {
    border-top: 1px solid var(--colors-aic-border);
  }

  .gap_12px {
    gap: 12px;
  }

  .gap_4px {
    gap: 4px;
  }

  .bdr_2px {
    border-radius: 2px;
  }

  .ov_hidden {
    overflow: hidden;
  }

  .trs_width_300ms_ease {
    transition: width .3s;
  }

  .gap_6px {
    gap: 6px;
  }

  .flex_1 {
    flex: 1;
  }

  .bdr_7px {
    border-radius: 7px;
  }

  .bdr_3px {
    border-radius: 3px;
  }

  .bdr_1px {
    border-radius: 1px;
  }

  .trs_background_120ms {
    transition: background .12s;
  }

  .bd-t_2px_solid_token\(colors\.aic\.accent\) {
    border-top: 2px solid var(--colors-aic-accent);
  }

  .bd-t_2px_solid_transparent {
    border-top: 2px solid #0000;
  }

  .ov_auto {
    overflow: auto;
  }

  .gap_0 {
    gap: var(--spacing-0);
  }

  .bdr_14px {
    border-radius: 14px;
  }

  .gap_1px {
    gap: 1px;
  }

  .bd-b_1px_solid_token\(colors\.aic\.border\) {
    border-bottom: 1px solid var(--colors-aic-border);
  }

  .gap_8px {
    gap: 8px;
  }

  .bd-c_\#b45309 {
    border-color: #b45309;
  }

  .ring_none {
    outline: var(--borders-none);
  }

  .bd-c_aic\.accentStrong {
    border-color: var(--colors-aic-accent-strong);
  }

  .bd-c_rgba\(251\,191\,36\,0\.5\) {
    border-color: #fbbf2480;
  }

  .trs_transform_120ms_ease {
    transition: transform .12s;
  }

  .trs_background_80ms_ease {
    transition: background 80ms;
  }

  .bdr_999px {
    border-radius: 999px;
  }

  .bd-c_aic\.warning {
    border-color: var(--colors-aic-warning);
  }

  .bdr_10px {
    border-radius: 10px;
  }

  .bdr_50\% {
    border-radius: 50%;
  }

  .gap_10px {
    gap: 10px;
  }

  .bdr_12px {
    border-radius: 12px;
  }

  .bdr_16px {
    border-radius: 16px;
  }

  .bd-c_rgba\(245\,158\,11\,0\.45\) {
    border-color: #f59e0b73;
  }

  .bd-c_rgba\(245\,158\,11\,0\.35\) {
    border-color: #f59e0b59;
  }

  .bd-c_rgba\(239\,68\,68\,0\.5\) {
    border-color: #ef444480;
  }

  .trs_opacity_150ms_ease {
    transition: opacity .15s;
  }

  .td_none {
    text-decoration: none;
  }

  .c_aic\.accent {
    color: var(--colors-aic-accent);
  }

  .c_aic\.textMuted {
    color: var(--colors-aic-text-muted);
  }

  .fs_9px {
    font-size: 9px;
  }

  .fw_600 {
    font-weight: 600;
  }

  .cursor_pointer {
    cursor: pointer;
  }

  .pos_relative {
    position: relative;
  }

  .d_flex {
    display: flex;
  }

  .ai_center {
    align-items:  center;
  }

  .pos_fixed {
    position: fixed;
  }

  .z_9999 {
    z-index: 9999;
  }

  .bx-sh_0_4px_12px_rgba\(0\,0\,0\,0\.4\) {
    box-shadow: 0 4px 12px #0006;
  }

  .d_block {
    display: block;
  }

  .fs_10px {
    font-size: 10px;
  }

  .ta_left {
    text-align: left;
  }

  .fw_500 {
    font-weight: 500;
  }

  .fs_11px {
    font-size: 11px;
  }

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

  .c_aic\.textSubtle {
    color: var(--colors-aic-text-subtle);
  }

  .ta_center {
    text-align: center;
  }

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

  .c_aic\.warning {
    color: var(--colors-aic-warning);
  }

  .cursor_wait {
    cursor: wait;
  }

  .op_0\.5 {
    opacity: .5;
  }

  .op_1 {
    opacity: 1;
  }

  .fs_12px {
    font-size: 12px;
  }

  .white-space_nowrap {
    white-space: nowrap;
  }

  .jc_center {
    justify-content: center;
  }

  .lh_1 {
    line-height: 1;
  }

  .cursor_col-resize {
    cursor: col-resize;
  }

  .z_1 {
    z-index: 1;
  }

  .z_10 {
    z-index: 10;
  }

  .d_grid {
    display: grid;
  }

  .grid-tr_minmax\(0\,_3fr\)_minmax\(0\,_1fr\)_auto {
    grid-template-rows: minmax(0, 3fr) minmax(0, 1fr) auto;
  }

  .ai_stretch {
    align-items: stretch;
  }

  .grid-tr_1fr {
    grid-template-rows: 1fr;
  }

  .c_aic\.text {
    color: var(--colors-aic-text);
  }

  .flex-wrap_nowrap {
    flex-wrap: nowrap;
  }

  .fs_13px {
    font-size: 13px;
  }

  .font-style_italic {
    font-style: italic;
  }

  .tt_uppercase {
    text-transform: uppercase;
  }

  .ls_0\.05em {
    letter-spacing: .05em;
  }

  .fs_14px {
    font-size: 14px;
  }

  .lh_1\.5 {
    line-height: 1.5;
  }

  .white-space_pre-wrap {
    white-space: pre-wrap;
  }

  .wb_break-word {
    word-break: break-word;
  }

  .ff_\'SF_Mono\'\,_\'Fira_Code\'\,_\'Cascadia_Code\'\,_monospace {
    font-family: SF Mono, Fira Code, Cascadia Code, monospace;
  }

  .c_red\.300 {
    color: var(--colors-red-300);
  }

  .bd-cl_collapse {
    border-collapse: collapse;
  }

  .ta_right {
    text-align: right;
  }

  .fw_400 {
    font-weight: 400;
  }

  .ls_0\.06em {
    letter-spacing: .06em;
  }

  .flex-wrap_wrap {
    flex-wrap: wrap;
  }

  .ff_monospace {
    font-family: monospace;
  }

  .tov_ellipsis {
    text-overflow: ellipsis;
  }

  .c_\#f59e0b {
    color: #f59e0b;
  }

  .cursor_default {
    cursor: default;
  }

  .ls_0\.04em {
    letter-spacing: .04em;
  }

  .lh_1\.65 {
    line-height: 1.65;
  }

  .resize_none {
    resize: none;
  }

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

  .us_text {
    -webkit-user-select: text;
    user-select: text;
  }

  .cursor_text {
    cursor: text;
  }

  .d_inline-block {
    display: inline-block;
  }

  .pos_absolute {
    position: absolute;
  }

  .trf_rotate\(90deg\) {
    transform: rotate(90deg);
  }

  .trf_rotate\(0deg\) {
    transform: rotate(0);
  }

  .ff_\'SF_Mono\'\,_\'Fira_Code\'\,_\'Cascadia_Code\'\,_\'Consolas\'\,_monospace {
    font-family: SF Mono, Fira Code, Cascadia Code, Consolas, monospace;
  }

  .c_inherit {
    color: inherit;
  }

  .fs_8px {
    font-size: 8px;
  }

  .fw_700 {
    font-weight: 700;
  }

  .d_inline-flex {
    display: inline-flex;
  }

  .ff_inherit {
    font-family: inherit;
  }

  .lh_1\.6 {
    line-height: 1.6;
  }

  .grid-tr_auto_minmax\(0\,_1fr\)_minmax\(0\,_1fr\)_auto {
    grid-template-rows: auto minmax(0, 1fr) minmax(0, 1fr) auto;
  }

  .lh_1\.45 {
    line-height: 1.45;
  }

  .lh_1\.4 {
    line-height: 1.4;
  }

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

  .bx-sh_0_-4px_20px_rgba\(0\,0\,0\,0\.5\) {
    box-shadow: 0 -4px 20px #00000080;
  }

  .z_50 {
    z-index: 50;
  }

  .ls_0\.08em {
    letter-spacing: .08em;
  }

  .z_60 {
    z-index: 60;
  }

  .op_0\.4 {
    opacity: .4;
  }

  .c_black {
    color: var(--colors-black);
  }

  .z_100 {
    z-index: 100;
  }

  .bkdp_blur\(4px\) {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  .bx-sh_0_0_40px_rgba\(245\,158\,11\,0\.12\) {
    box-shadow: 0 0 40px #f59e0b1f;
  }

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

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

  .lh_1\.55 {
    line-height: 1.55;
  }

  .ov-wrap_anywhere {
    overflow-wrap: anywhere;
  }

  .as_flex-start {
    align-self:  flex-start;
  }

  .as_flex-end {
    align-self:  flex-end;
  }

  .as_center {
    align-self:  center;
  }

  .c_rgba\(255\,255\,255\,0\.4\) {
    color: #fff6;
  }

  .c_rgba\(255\,255\,255\,0\.45\) {
    color: #ffffff73;
  }

  .c_aic\.success {
    color: var(--colors-aic-success);
  }

  .c_aic\.error {
    color: var(--colors-aic-error);
  }

  .c_rgba\(100\,_200\,_255\,_0\.8\) {
    color: #64c8ffcc;
  }

  .ls_0\.5px {
    letter-spacing: .5px;
  }

  .ff_\'Inter\'\,_-apple-system\,_BlinkMacSystemFont\,_\'Segoe_UI\'\,_sans-serif {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  }

  .fs_22px {
    font-size: 22px;
  }

  .ls_-0\.02em {
    letter-spacing: -.02em;
  }

  .op_0\.6 {
    opacity: .6;
  }

  .c_\#0a0a0a {
    color: #0a0a0a;
  }

  .min-w_140px {
    min-width: 140px;
  }

  .max-h_300px {
    max-height: 300px;
  }

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

  .w_100\% {
    width: 100%;
  }

  .min-h_0 {
    min-height: var(--sizes-0);
  }

  .ml_6px {
    margin-left: 6px;
  }

  .h_4px {
    height: 4px;
  }

  .h_100\% {
    height: 100%;
  }

  .w_16px {
    width: 16px;
  }

  .h_16px {
    height: 16px;
  }

  .w_6px {
    width: 6px;
  }

  .w_2px {
    width: 2px;
  }

  .h_32px {
    height: 32px;
  }

  .bottom_44px {
    bottom: 44px;
  }

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

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

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

  .h_44px {
    height: 44px;
  }

  .ov-x_auto {
    overflow-x: auto;
  }

  .min-w_120px {
    min-width: 120px;
  }

  .ml_auto {
    margin-left: auto;
  }

  .mt_2px {
    margin-top: 2px;
  }

  .mt_4px {
    margin-top: 4px;
  }

  .mb_8px {
    margin-bottom: 8px;
  }

  .max-h_200px {
    max-height: 200px;
  }

  .w_80px {
    width: 80px;
  }

  .w_120px {
    width: 120px;
  }

  .mr_8px {
    margin-right: 8px;
  }

  .min-w_0 {
    min-width: var(--sizes-0);
  }

  .ov-x_hidden {
    overflow-x: hidden;
  }

  .mb_4px {
    margin-bottom: 4px;
  }

  .h_120px {
    height: 120px;
  }

  .w_20px {
    width: 20px;
  }

  .h_20px {
    height: 20px;
  }

  .left_8px {
    left: 8px;
  }

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

  .w_1px {
    width: 1px;
  }

  .h_50\% {
    height: 50%;
  }

  .top_50\% {
    top: 50%;
  }

  .w_8px {
    width: 8px;
  }

  .h_1px {
    height: 1px;
  }

  .w_14px {
    width: 14px;
  }

  .h_14px {
    height: 14px;
  }

  .ml_4px {
    margin-left: 4px;
  }

  .w_10px {
    width: 10px;
  }

  .h_10px {
    height: 10px;
  }

  .bd-t-c_aic\.accent {
    border-top-color: var(--colors-aic-accent);
  }

  .bottom_100\% {
    bottom: 100%;
  }

  .h_28px {
    height: 28px;
  }

  .min-w_160px {
    min-width: 160px;
  }

  .min-h_34px {
    min-height: 34px;
  }

  .max-h_160px {
    max-height: 160px;
  }

  .min-w_32px {
    min-width: 32px;
  }

  .max-w_720px {
    max-width: 720px;
  }

  .max-h_80vh {
    max-height: 80vh;
  }

  .mt_6px {
    margin-top: 6px;
  }

  .h_160px {
    height: 160px;
  }

  .h_6px {
    height: 6px;
  }

  .min-h_28px {
    min-height: 28px;
  }

  .min-w_92px {
    min-width: 92px;
  }

  .max-w_100\% {
    max-width: 100%;
  }

  .max-w_88\% {
    max-width: 88%;
  }

  .max-w_94\% {
    max-width: 94%;
  }

  .ml_2px {
    margin-left: 2px;
  }

  .mb_2px {
    margin-bottom: 2px;
  }

  .min-h_100vh {
    min-height: 100vh;
  }

  .max-w_520px {
    max-width: 520px;
  }

  .mb_20px {
    margin-bottom: 20px;
  }

  .mb_16px {
    margin-bottom: 16px;
  }

  .w_7px {
    width: 7px;
  }

  .h_7px {
    height: 7px;
  }
}
