:root{--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.0625rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.75rem;--font-size-4xl: 2rem;--font-size-5xl: 2.5rem;--font-size-hero: clamp(1.75rem, 4vw, 2.5rem);--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.6;--letter-spacing-tight: -.02em;--letter-spacing-normal: 0;--letter-spacing-wide: .025em;--color-brand: #fc8022;--color-brand-hover: #e67015;--color-brand-soft: #ffa855;--color-brand-soft-bg: #fff5eb;--color-bg: #0b0f14;--color-page-bg: #0f1419;--color-surface: #121826;--color-surface-muted: #1e293b;--color-text: #e8eaee;--color-text-secondary: #cbd5e1;--color-text-muted: #94a3b8;--color-border: rgba(255, 255, 255, .08);--color-border-muted: rgba(255, 255, 255, .12);--color-input-border: rgba(255, 255, 255, .2);--color-danger: #ef4444;--color-danger-bg: rgba(239, 68, 68, .1);--color-success: #10b981;--color-info: #3b82f6;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .15);--shadow-md: 0 4px 12px rgba(0, 0, 0, .2);--shadow-lg: 0 8px 24px rgba(252, 128, 34, .12);--focus-ring: 0 0 0 3px rgba(252, 128, 34, .35)}html:not(.theme-dark){--color-danger-bg: #fef2f2;--color-bg: #f8fafc;--color-page-bg: #f1f5f9;--color-surface: #ffffff;--color-surface-muted: #f1f5f9;--color-text: #0f172a;--color-text-secondary: #475569;--color-text-muted: #64748b;--color-border: rgba(0, 0, 0, .08);--color-border-muted: #e2e8f0;--color-input-border: #cbd5e1;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 8px 24px rgba(252, 128, 34, .12)}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{font-family:var(--font-primary);font-size:var(--font-size-base);background:var(--color-bg);color:var(--color-text);line-height:var(--line-height-relaxed)}pre,code,.font-mono{font-family:var(--font-mono)}h1{font-weight:var(--font-weight-bold)}h2,h3{font-weight:var(--font-weight-semibold)}
