:root{--bg: #0e0e10;--bg-card: #16161a;--bg-card-hover: #1c1c22;--border: #2a2a32;--text: #e8e8ea;--text-dim: #9a9aa3;--text-faint: #6a6a73;--accent: #e0b15a;--accent-dim: #8a6f38}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}::-webkit-scrollbar-track{background:transparent}.serif{font-family:Newsreader,Georgia,serif}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.7}}.skeleton{background:var(--bg-card);border-radius:8px;animation:pulse 1.4s ease-in-out infinite}
