*,:after,:before{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden;max-width:100vw}:root{--bg:#0f1117;--card-bg:#1a1d27;--border:#2a2d3a;--text:#e8e4de;--text-muted:#6b7280;--accent:#f97316}body{font-family:DM Sans,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden;max-width:100vw;-webkit-tap-highlight-color:transparent}@media (max-width:700px){.desktopOnly{display:none}}*{scrollbar-width:thin;scrollbar-color:#2a2d3a transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a2d3a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3d4a}