:root{--paper:#f6f7f5;--paper-raised:#fff;--ink:#1b2e24;--ink-soft:#42544a;--line:#dcdfd9;--line-soft:#eaede8;--green-900:#1b2e24;--green-700:#2d4a3b;--green-600:#3b5e4c;--green-100:#e4ebe7;--berry-700:#be5a31;--berry-600:#d4683a;--berry-100:#fceee8;--gold-600:#d99a2b;--gold-100:#fbf1d9;--gray-400:#989a93;--gray-500:#787a73;--danger:#b33939;--danger-100:#fbe5e5;--font-display:"Fraunces", "Iowan Old Style", serif;--font-body:"Work Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--r-sm:6px;--r-md:12px;--r-lg:20px;--r-pill:999px;--shadow-sm:0 1px 2px #1b2e240f;--shadow-md:0 6px 20px #1b2e2414;--shadow-lg:0 16px 40px #1b2e2424;--header-h:64px;--container-w:1180px}.dashboard-theme{--paper:#f8f8f6}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--paper);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;min-height:100vh;font-size:15px;line-height:1.5}#app{min-height:100vh}h1,h2,h3,h4{font-family:var(--font-display);color:var(--green-900);margin:0;font-weight:600;line-height:1.15}p{margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}img{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:2px solid var(--green-600);outline-offset:2px}.container{max-width:var(--container-w);margin:0 auto;padding:0 20px}.mono{font-family:var(--font-mono)}.visually-hidden{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}.scroll-x{scrollbar-width:thin;overflow-x:auto}.scroll-x::-webkit-scrollbar{height:6px}.scroll-x::-webkit-scrollbar-thumb{background:var(--line);border-radius:var(--r-pill)}
