@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Playfair+Display:wght@400;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f0e0c;--surface: #1a1916;--surface2: #222118;--border: #2e2c26;--border2: #3d3b32;--gold: #c8a84b;--gold2: #e6c96a;--gold-dim: rgba(200,168,75,.15);--gold-faint: rgba(200,168,75,.06);--text: #e8e4d8;--text-dim: #8a8270;--text-muted: #5a5748;--green: #5a9e6f;--red: #b85c5c;--blue: #5b7fa6;--mono: "DM Mono", monospace;--display: "Playfair Display", serif}body{background:var(--bg);color:var(--text);font-family:var(--mono);min-height:100vh}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}input,button,textarea,select{font-family:inherit}a{color:var(--gold);text-decoration:none}a:hover{text-decoration:underline}@media(max-width:640px){body{-webkit-text-size-adjust:100%}input,textarea,select{font-size:16px}::-webkit-scrollbar{width:4px;height:4px}}
