:root{--cream: #F6F1E6;--cream-2: #EFE8D7;--paper: #FBF8F0;--ink: #1C1A15;--ink-2: #3B3730;--muted: #807766;--rule: #D9D0BD;--rule-2: #E6DFCC;--green: #1F3B2B;--green-2: #2D5138;--mint: #9DC5A8;--tomato: #C84B2A;--butter: #E8C36B;--sky: #7DA3B8;--serif: "Fraunces", "Times New Roman", serif;--sans: "Inter", system-ui, -apple-system, sans-serif;--mono: "JetBrains Mono", ui-monospace, Menlo, monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;min-height:100vh}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:var(--sans);border:none;background:none}input,select,textarea{font-family:var(--sans);font-size:14px;outline:none}img{display:block;max-width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--cream-2)}::-webkit-scrollbar-thumb{background:var(--rule);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.page-root{min-height:100vh;display:flex;flex-direction:column}.content-area{flex:1;max-width:1280px;margin:0 auto;width:100%;padding:0 48px}@media(max-width:768px){.content-area{padding:0 20px}}
