:root{--bg:#0f172a;--bg-2:#1e293b;--surface:rgba(255,255,255,0.04);--surface-2:rgba(255,255,255,0.07);--border:rgba(255,255,255,0.10);--text:#f1f5f9;--text-soft:#cbd5e1;--text-muted:#94a3b8;--accent:#38bdf8;--accent-glow:rgba(56,189,248,0.18);--green:#16a34a;--amber:#d97706;--red:#dc2626;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body,html{background:linear-gradient(135deg,var(--bg) 0,var(--bg-2) 100%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}button{font:inherit;color:inherit;cursor:pointer}a{color:var(--accent);text-decoration:none}