:root{--bg-paper:#f7f4ee;--bg-white:#fff;--border-light:#e6e2d8;--border-medium:#d4cfc4;--text-primary:#111827;--text-secondary:#374151;--text-muted:#6b7280;--text-faint:#9ca3af;--accent-teal:#0f766e;--accent-teal-light:#14b8a6;--accent-orange:#e35e25;--accent-orange-hover:#c9511f;--positive:#059669;--negative:#dc2626;--neutral:#6b7280;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 8px #0000000f;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--font-serif:"Playfair Display",Georgia,serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"SF Mono","Monaco","Consolas",monospace;--radius-sm:4px;--radius-md:6px;--radius-lg:8px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-sans);background-color:var(--bg-paper);color:var(--text-primary);min-height:100vh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--text-primary);font-weight:600;line-height:1.3}h1{font-size:2.25rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1rem}p{color:var(--text-secondary);line-height:1.75}a{color:var(--accent-teal);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-teal-light);text-decoration:underline}.muted{color:var(--text-muted)}.faint{color:var(--text-faint)}.mono{font-family:var(--font-mono);font-size:.875em}.tnum{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.serif{font-family:var(--font-serif)}.sans{font-family:var(--font-sans)}.text-positive{color:var(--positive)}.text-negative{color:var(--negative)}.text-center{text-align:center}.text-right{text-align:right}.uppercase{text-transform:uppercase;letter-spacing:.05em}.small{font-size:.75rem}.label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.6875rem;font-weight:600}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:focus-visible{outline:2px solid var(--accent-teal);outline-offset:2px}button{font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none}input{font-family:inherit;font-size:inherit}table{border-collapse:collapse;width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-paper)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
