*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#080c10;--bg-card:#0f1419;--border:#1e2a36;--text:#e2e8f0;--text-dim:#64748b;--accent:#3b82f6;--green:#22c55e;--red:#dc2626;--amber:#f59e0b}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}