:root{--color-blue-50:#eff6ff;--color-blue-100:#dbeafe;--color-blue-500:#3b82f6;--color-blue-600:#2563eb;--color-blue-700:#1d4ed8;--color-blue-900:#1e3a8a;--color-slate-50:#f8fafc;--color-slate-100:#f1f5f9;--color-slate-200:#e2e8f0;--color-slate-400:#94a3b8;--color-slate-600:#475569;--color-slate-800:#1e293b;--color-slate-900:#0f172a;--color-green-500:#22c55e;--color-green-100:#dcfce7;--color-amber-500:#f59e0b;--color-amber-100:#fef3c7;--color-red-500:#ef4444;--color-red-100:#fee2e2;--color-purple-500:#a855f7;--color-purple-100:#f3e8ff;--color-brand-primary:var(--color-blue-600);--color-brand-primary-hover:var(--color-blue-700);--color-text-primary:var(--color-slate-900);--color-text-secondary:var(--color-slate-600);--color-text-disabled:var(--color-slate-400);--color-bg-page:var(--color-slate-50);--color-bg-surface:white;--color-bg-muted:var(--color-slate-100);--color-border-default:var(--color-slate-200);--color-border-focus:var(--color-blue-500);--color-status-pending:var(--color-slate-400);--color-status-processing:var(--color-purple-500);--color-status-done:var(--color-green-500);--color-status-failed:var(--color-red-500);--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", ui-monospace, monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--max-width:1280px;--sidebar-width:240px;--duration-micro:.1s;--duration-default:.2s;--duration-page:.3s;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-standard:cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-sans);font-size:var(--text-base);color:var(--color-text-primary);background:var(--color-bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--color-text-primary);margin:0;font-weight:600;line-height:1.3}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}p{margin:0 0 var(--space-4)}a{color:var(--color-brand-primary);transition:color var(--duration-default) var(--ease-standard);text-decoration:none}a:hover{color:var(--color-brand-primary-hover)}button{cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit}input,textarea,select{font-family:inherit;font-size:var(--text-sm);line-height:1.5}code{font-family:var(--font-mono);font-size:var(--text-sm);padding:var(--space-1) var(--space-2);background:var(--color-bg-muted);border-radius:4px}#root{flex-direction:column;min-height:100vh;display:flex}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
