:root{--bg:#0b0b0f;--surface:#15151c;--surface-2:#1d1d27;--border:#2a2a36;--text:#f5f5f7;--text-dim:#8c8c98;--accent:#ffd84d;--accent-text:#15151c;--success:#4ade80;--danger:#f87171;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Inter,system-ui,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}button{cursor:pointer}button,input,textarea{font-family:inherit}a{color:var(--accent);text-decoration:none}