:root{--color-bg:#fafaf7;--color-background:#fafaf7;--color-surface:#fff;--color-surface-2:#f4f2ec;--color-surface-raised:#fff;--color-border:#e8e5dd;--color-border-strong:#c9c5ba;--color-gold:#0a0a0a;--color-gold-light:#2a2a2a;--color-gold-muted:#5a5a55;--color-text-primary:#0a0a0a;--color-text-secondary:#5a5a55;--color-text-muted:#8e8c84;--color-text-inverse:#fff;--color-success:#15803d;--color-success-light:#22c55e;--color-error:#b91c1c;--color-error-light:#dc2626;--color-warning:#b45309;--color-info:#2563eb;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000a, 0 1px 3px #0000000f;--shadow-md:0 4px 12px #0000000f, 0 2px 4px #0000000a;--shadow-lg:0 12px 32px #0000001a, 0 4px 8px #0000000d;--shadow-gold:0 0 0 2px var(--color-gold);--transition-fast:.12s ease;--transition-normal:.2s ease;--transition-slow:.35s ease;--sidebar-width:240px;--sidebar-collapsed:64px}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background-color:var(--color-bg);color:var(--color-text-primary);font-family:var(--font-sans);font-size:var(--text-base);line-height:1.6}a{color:var(--color-text-primary);text-decoration:none}a:hover{color:var(--color-text-secondary)}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}::selection{background:var(--color-text-primary);color:var(--color-bg)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}
