*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:13px;line-height:1.5}#root{width:100%;min-height:100vh;display:flex}button{cursor:pointer;font-family:inherit}input,select{font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cards-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px;padding:20px;display:grid}.cards-grid__cell{display:flex}.cards-grid__cell>*{width:100%}:root{--bg:#0a0c10;--bg-deep:#080b10;--surface:#141820;--surface-raised:#1a1f2e;--surface-hover:#1e2a3d;--border:#1e2330;--border-muted:#2d3548;--border-strong:#3a4155;--text:#c9d1e0;--text-bright:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--text-dim:#475569;--text-faint:#334155;--accent:#4f6ef7;--accent-light:#818cf8;--accent-bg:#1e2a3d;--accent-hover:#4f6ef714;--error-bg:#1a0e0e;--error-bg-deep:#150a0a;--error-border:#2a1010;--sidebar-bg:#0d1017;--sidebar-border:#141820;--input-bg:#141820;--scrollbar:#2a2f3d}[data-theme=light]{--bg:#f0f2f7;--bg-deep:#e8ebf2;--surface:#fff;--surface-raised:#f8fafc;--surface-hover:#eef2ff;--border:#e2e6ef;--border-muted:#cbd5e1;--border-strong:#94a3b8;--text:#1e293b;--text-bright:#0f172a;--text-secondary:#1f2937;--text-muted:#374151;--text-dim:#4b5563;--text-faint:#64748b;--accent:#4f6ef7;--accent-light:#6366f1;--accent-bg:#eef2ff;--accent-hover:#4f6ef70f;--error-bg:#fef2f2;--error-bg-deep:#fee2e2;--error-border:#fecaca;--sidebar-bg:#fff;--sidebar-border:#e2e6ef;--input-bg:#f8fafc;--scrollbar:#cbd5e1}
