/* v9.159.0 — public-scoped theme tokens */
:root {
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius: 16px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --radius-xl: 28px;
  --radius-pill: 999px;
  --card-padding: 20px;
  --section-gap: 24px;
  --button-height: 40px;
  --input-height: 40px;
  --nav-height: 64px;
  --display: 'Geist', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --body: 'Geist', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-family: 'Geist', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-display: 'Geist', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --font-mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --mono: 'Geist Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --font-size-base: 14px;
  --font-weight-normal: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.18);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.28);
  --shadow-lg: 0 12px 40px rgba(0,0,0,0.36);
  --ease: cubic-bezier(.2,.8,.2,1);
  --transition-fast: 120ms cubic-bezier(.2,.8,.2,1);
  --transition-normal: 180ms cubic-bezier(.2,.8,.2,1);
  --bg: #0a0a10;
  --bg-2: #0f0f17;
  --bg-elevated: #16161f;
  --surface: #16161f;
  --surface-2: #1d1d28;
  --surface-3: #25252f;
  --surface-alt: #1d1d28;
  --card: #16161f;
  --card-muted: #0f0f17;
  --border: rgba(255,255,255,0.08);
  --border-2: rgba(255,255,255,0.14);
  --border-strong: rgba(255,255,255,0.2);
  --text: #f5f5f0;
  --text-muted: rgba(245,245,240,0.62);
  --text-subtle: rgba(245,245,240,0.5);
  --text-dim: rgba(245,245,240,0.42);
  --primary: #ff6b35;
  --primary-hover: #ff8252;
  --primary-text: #0a0a10;
  --secondary: #25252f;
  --secondary-text: #f5f5f0;
  --accent: #ff6b35;
  --accent-2: #e83e8c;
  --accent-3: #6f42c1;
  --gradient: linear-gradient(135deg, #ff6b35 0%, #e83e8c 50%, #6f42c1 100%);
  --gradient-soft: linear-gradient(135deg, rgba(255,107,53,0.15) 0%, rgba(232,62,140,0.15) 50%, rgba(111,66,193,0.15) 100%);
  --success: #34d399;
  --success-bg: rgba(52,211,153,0.15);
  --success-text: #6ee7b7;
  --warning: #fbbf24;
  --warning-bg: rgba(251,191,36,0.15);
  --warning-text: #fcd34d;
  --danger: #f87171;
  --danger-bg: rgba(248,113,113,0.15);
  --danger-text: #fca5a5;
  --info: #60a5fa;
  --info-bg: rgba(96,165,250,0.15);
  --info-text: #93c5fd;
  --green: #34d399;
  --yellow: #fbbf24;
  --red: #f87171;
  --link: #ff6b35;
  --focus-ring: rgba(255,107,53,0.5);
}
:root {
  --__theme_app_style: "default";
  --__theme_color_palette: "default_colors";
}
