*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--surface: #1a1d27;--surface2: #22263a;--border: #2e3350;--orange: #f97316;--orange-dim: rgba(249,115,22,.12);--red: #ef4444;--red-dim: rgba(239,68,68,.12);--yellow: #eab308;--yellow-dim: rgba(234,179,8,.12);--green: #22c55e;--green-dim: rgba(34,197,94,.12);--blue: #3b82f6;--blue-dim: rgba(59,130,246,.12);--gray-dim: rgba(136,146,176,.1);--text: #f1f5f9;--muted: #8892b0;--radius: 8px}html,body,#root{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;min-height:100vh}a{color:inherit;text-decoration:none}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);border-radius:3px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite;display:inline-block}
