:root{--bg:#0a0a0b;--surface:#111113;--surface-hover:#18181b;--border:#27272a;--border-inner:#1e1e21;--text:#fafafa;--text-secondary:#a1a1aa;--text-tertiary:#71717a;--accent:#3b82f6;--accent-hover:#60a5fa;--accent-bg:rgba(59,130,246,0.08);--green:#22c55e;--green-bg:rgba(34,197,94,0.08);--green-border:rgba(34,197,94,0.2);--yellow:#eab308;--yellow-bg:rgba(234,179,8,0.08);--yellow-border:rgba(234,179,8,0.2);--red:#ef4444;--red-bg:rgba(239,68,68,0.08);--red-border:rgba(239,68,68,0.2)}*{box-sizing:border-box}body,html{background:var(--bg)}body{margin:0;min-height:100vh;color:var(--text);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}::selection{background:rgba(59,130,246,.3)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:999px}