:root{--bg: #0d0d0f;--bg-panel: #141417;--bg-card: #17171b;--bg-hover: #1d1d22;--border: #2a2a30;--text: #ece6da;--text-mut: #9e9e98;--text-dim: #6f6f68;--accent: #c8b890;--accent-bright: #e0b060;--danger: #e07868;--safe: #68c880;--radius: 10px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--serif: Georgia, "Times New Roman", serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}
