:root{--bg:#080b10;--surface:#0d1117;--surface-raised:#111827;--border:#1c2430;--border-hover:#2d3748;--cyan:#00e5ff;--cyan-dim:rgba(0,229,255,.15);--red:#ff3b5c;--red-dim:rgba(255,59,92,.15);--green:#00d68f;--green-dim:rgba(0,214,143,.15);--text:#e8edf2;--text-muted:#8a9bb0;--text-dim:#4a5568;--radius:8px;--radius-lg:12px;--shadow:0 1px 3px rgba(0,0,0,.4);--shadow-lg:0 8px 32px rgba(0,0,0,.5)}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;font-size:14px;line-height:1.5;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--cyan);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}