@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap");:root{--bg-root:#f1f5f9;--bg-surface:#fff;--bg-surface-raised:#f8fafc;--bg-surface-hover:#f1f5f9;--bg-overlay:rgba(15,23,42,.4);--border-subtle:#e2e8f0;--border-default:#cbd5e1;--border-strong:#94a3b8;--border-focus:#3b82f6;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--text-inverse:#fff;--accent:#3b82f6;--accent-hover:#2563eb;--accent-subtle:rgba(59,130,246,.08);--accent-text:#2563eb;--color-blue:#3b82f6;--color-blue-subtle:rgba(59,130,246,.1);--color-green:#10b981;--color-green-subtle:rgba(16,185,129,.1);--color-orange:#f59e0b;--color-orange-subtle:rgba(245,158,11,.1);--color-red:#ef4444;--color-red-subtle:rgba(239,68,68,.1);--color-pink:#ec4899;--color-pink-subtle:rgba(236,72,153,.1);--color-purple:#8b5cf6;--color-purple-subtle:rgba(139,92,246,.1);--color-sky:#0ea5e9;--color-sky-subtle:rgba(14,165,233,.1);--status-success:#10b981;--status-success-subtle:rgba(16,185,129,.1);--status-warning:#f59e0b;--status-warning-subtle:rgba(245,158,11,.1);--status-error:#ef4444;--status-error-subtle:rgba(239,68,68,.08);--status-info:#0ea5e9;--status-info-subtle:rgba(14,165,233,.1);--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:"JetBrains Mono","Fira Code","Consolas",monospace;--text-xs:0.75rem;--text-sm:0.8125rem;--text-base:0.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--weight-light:300;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.07),0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -4px rgba(0,0,0,.04);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.04);--shadow-glow:0 0 0 3px rgba(59,130,246,.15);--shadow-card:0 1px 3px rgba(0,0,0,.06),0 1px 2px rgba(0,0,0,.04);--transition-fast:120ms ease;--transition-base:200ms ease;--transition-slow:350ms cubic-bezier(0.4,0,0.2,1);--header-height:3.75rem;--sidebar-width:15rem;--content-max-width:72rem;--z-base:0;--z-header:100;--z-sidebar:200;--z-modal-backdrop:300;--z-modal:400;--z-command-palette:500;--z-toast:600}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;color-scheme:light}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-primary);background-color:var(--bg-root);max-width:100vw;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--accent-text);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--accent)}:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}::selection{background-color:var(--accent-subtle);color:var(--text-primary)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:var(--border-default);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background-color:var(--border-strong)}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background:none;border:none}button{cursor:pointer}