:root{--bg: #f0f3f9;--surface: #ffffff;--surface-2: #e4eaf5;--border: #c8d0e4;--text: #002E6D;--text-muted: #818EB4;--accent: #002E6D;--accent-hover: #003d8f;--confidence-high: #15803d;--confidence-medium: #b45309;--confidence-low: #818EB4;--confidence-not-found: #dc2626;--collection-text: #1d4ed8;--collection-structured: #6d28d9;--collection-issues: #c2410c;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.6;min-height:100vh}button{cursor:pointer;font-family:inherit;font-size:inherit}textarea{font-family:inherit;font-size:inherit;resize:none}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes dots{0%{content:"·"}33%{content:"· ·"}66%{content:"· · ·"}to{content:"·"}}.loading-dots:after{content:"·";animation:dots 1.2s steps(1) infinite;font-size:20px;letter-spacing:4px;color:var(--text-muted)}
