@import "https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700&display=swap";:root{--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--white:#fff;--black:#000;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--red-50:#fef2f2;--red-100:#fee2e2;--red-200:#fecaca;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--red-800:#991b1b;--green-50:#f0fdf4;--green-100:#dcfce7;--green-600:#16a34a;--green-700:#15803d;--orange-100:#ffedd5;--orange-800:#9a3412;--purple-100:#f3e8ff;--purple-800:#6b21a8;--yellow-100:#fef9c3;--yellow-800:#854d0e;--surface-page:var(--gray-50);--surface-card:var(--white);--surface-sunken:var(--gray-100);--surface-overlay:#0006;--surface-alert:var(--red-50);--text-primary:var(--gray-900);--text-secondary:var(--gray-500);--text-muted:var(--gray-400);--text-body:var(--gray-800);--text-label:var(--gray-700);--text-inverse:var(--white);--text-link:var(--blue-600);--text-alert:var(--red-700);--border-default:var(--gray-200);--border-input:var(--gray-300);--border-subtle:var(--gray-100);--border-alert:var(--red-200);--action-primary:var(--gray-900);--action-primary-hover:var(--gray-800);--action-accent:var(--blue-600);--action-accent-hover:var(--blue-700);--action-secondary:var(--gray-100);--action-secondary-hover:var(--gray-200);--action-danger:var(--red-100);--action-danger-hover:var(--red-200);--action-danger-text:var(--red-700);--focus-ring:var(--gray-900);--status-success:var(--green-600);--status-failed:var(--red-500);--status-pending:var(--gray-400);--status-working:var(--blue-500);--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--tracking-wide:.025em;--space-0-5:.125rem;--space-1:.25rem;--space-1-5:.375rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--container-max:80rem;--container-prose:56rem;--radius-sm:.25rem;--radius-md:.375rem;--radius-lg:.5rem;--radius-full:9999px;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--surface-page);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}.clamp2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}textarea:focus,input:focus,select:focus{box-shadow:0 0 0 2px var(--focus-ring);border-color:#0000;outline:none}
