:root{--accent:#6366f1;--accent-hover:#4f46e5;--accent-muted:#e0e7ff;--bg:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--text:#0f172a;--text-muted:#64748b;--text-inverse:#fff;--border:#e2e8f0;--border-strong:#cbd5e1;--card-bg:#fff;--card-border:#e2e8f0;--card-radius:.75rem;--input-bg:#fff;--input-border:#cbd5e1;--success:#22c55e;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--sidebar-width:220px;--header-height:52px;--font-size:14px;--font-family:"Inter", system-ui, -apple-system, sans-serif;--radius:.5rem}[data-theme=dark]{--bg:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--border:#334155;--border-strong:#475569;--card-bg:#1e293b;--card-border:#334155;--input-bg:#1e293b;--input-border:#475569;--accent-muted:#312e81}*{box-sizing:border-box}body{font-family:var(--font-family);font-size:var(--font-size);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0}@media (width<=768px){:root{--sidebar-width:0px}}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{font-family:var(--font-family);cursor:pointer}input,select,textarea{font-family:var(--font-family);font-size:var(--font-size);background:var(--input-bg);color:var(--text);border:1px solid var(--input-border);border-radius:var(--radius);outline:none;width:100%;padding:.5rem .75rem}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-muted)}::placeholder{color:var(--text-muted);opacity:.7}
