@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300;1,9..40,400&family=DM+Mono:wght@400;500&display=swap");:root{--rally-purple:#C2714F;--rally-purple-light:#CF8161;--rally-purple-dim:rgba(194,113,79,0.45);--rally-purple-ghost:rgba(194,113,79,0.10);--sage:#8C9A82;--sage-ghost:rgba(140,154,130,0.12);--surface-page:#23211C;--surface-sidebar:#1A1812;--surface-card:#322E27;--surface-raised:#3A362E;--surface-border:#423D34;--surface-hover:rgba(236,229,217,0.05);--text-primary:#ECE5D9;--text-secondary:rgba(236,229,217,0.65);--text-muted:rgba(236,229,217,0.38);--text-accent:#CF8161;--status-success:#22C55E;--status-warning:#F59E0B;--status-error:#EF4444;--status-info:#38BDF8;--sidebar-width:240px}@media (prefers-color-scheme:light){:root{--rally-purple:#C2714F;--rally-purple-light:#A55C3C;--rally-purple-dim:rgba(194,113,79,0.35);--rally-purple-ghost:rgba(194,113,79,0.10);--sage:#6B7E62;--sage-ghost:rgba(107,126,98,0.12);--surface-page:#EFE9E0;--surface-sidebar:#E8E1D5;--surface-card:#F6F2EA;--surface-raised:#E8E1D5;--surface-border:#DCD3C6;--surface-hover:rgba(46,42,36,0.05);--text-primary:#2E2A24;--text-secondary:rgba(46,42,36,0.65);--text-muted:rgba(46,42,36,0.40);--text-accent:#C2714F}}*{box-sizing:border-box}html{font-family:DM Sans,sans-serif;background:var(--surface-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}h1,h2,h3{font-family:Fraunces,Georgia,serif;font-weight:500;letter-spacing:-.02em;color:var(--text-primary)}h1{font-size:1.5rem;line-height:1.25}h1,h2{margin:0 0 .25em}h2{font-size:1.15rem;line-height:1.3}h3{font-size:.95rem;line-height:1.4;margin:0 0 .2em}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--surface-raised);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--surface-border)}:focus-visible{outline:2px solid var(--rally-purple-light);outline-offset:2px}::selection{background:var(--rally-purple-ghost);color:var(--text-primary)}.font-mono{font-family:DM Mono,monospace}.font-serif{font-family:Fraunces,Georgia,serif}