@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-bg: #ffffff;--color-surface: #f8f9fb;--color-surface-hover: #f1f5f9;--color-surface-raised: #ffffff;--color-text: #0f172a;--color-text-secondary: #475569;--color-text-muted: #64748b;--color-border: #e5e7eb;--color-border-strong: #d1d5db;--color-border-focus: #6366f1;--color-accent: #6366f1;--color-accent-hover: #4f46e5;--color-accent-subtle: #eef2ff;--color-accent-text: #4338ca;--color-primary: #0f172a;--color-primary-hover: #1e293b;--color-primary-text: #ffffff;--color-critical: #ef4444;--color-critical-bg: #fef2f2;--color-critical-text: #dc2626;--color-high: #f59e0b;--color-high-bg: #fffbeb;--color-high-text: #92400e;--color-medium: #94a3b8;--color-medium-bg: #f8fafc;--color-medium-text: #64748b;--color-success: #059669;--color-success-bg: #f0fdf4;--color-success-text: #15803d;--color-warning: #d97706;--color-warning-bg: #fffbeb;--color-error: #dc2626;--color-error-bg: #fef2f2;--color-expected-bg: #f0fdf4;--color-expected-text: #15803d;--color-actual-bg: #fef2f2;--color-actual-text: #dc2626;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", "Cascadia Code", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-pill: 20px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .03);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .02);--shadow-card: 0 1px 3px rgba(0, 0, 0, .04), 0 6px 24px rgba(0, 0, 0, .06);--shadow-card-hover: 0 2px 6px rgba(0, 0, 0, .06), 0 12px 32px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 8px rgba(0, 0, 0, .06), 0 16px 40px rgba(0, 0, 0, .1);--shadow-focus: 0 0 0 3px rgba(99, 102, 241, .2);--transition-fast: 80ms ease;--transition-normal: .15s ease-out;--transition-slow: .2s ease-in-out}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);font-size:14px;line-height:1.6;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}input,textarea,select{font-family:var(--font-body);font-size:14px}a{color:inherit;text-decoration:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:none;box-shadow:var(--shadow-focus)}.text-mono{font-family:var(--font-mono);font-size:13px}.text-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted)}.text-heading{font-weight:700;letter-spacing:-.02em}
