:root{--bg: #FAF5EC;--surface: #FFFBF2;--surface-alt: #F2EADB;--border: #EADFC8;--text: #2B2419;--text-muted: #766A57;--text-soft: #B0A68F;--accent: #B85A3E;--accent-soft: #F6E0D4;--accent-ink: #FFFBF2}body{background-color:var(--bg);color:var(--text);font-family:Inter,-apple-system,system-ui,sans-serif}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--text-soft)}button,a{-webkit-tap-highlight-color:transparent}button{transition:opacity .15s ease}button:active{opacity:.75}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,-apple-system,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;flex-direction:column;height:100vh}
