:root{--bg:#0f1115;--surface:#1a1d24;--on-surface:#f5f5f5;--muted:#a0a4ad;--accent:#ff6b35}*,:after,:before{box-sizing:border-box}body,html{background:var(--bg);height:100%;color:var(--on-surface);-webkit-font-smoothing:antialiased;overscroll-behavior-y:contain;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}button{font-family:inherit}a{color:var(--accent)}