:root{--color-primary: #667eea;--color-indigo: #764ba2;--color-success: #10b981;--color-info: #3b82f6;--color-warning: #f59e0b;--color-error: #ef4444;--bg: #f9fafb;--surface: #ffffff;--border: #e5e7eb;--text: #111827;--text-muted: #6b7280;--radius: 10px;--tap: 44px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text)}button{font:inherit;cursor:pointer}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.app{display:flex;flex-direction:column;height:100dvh;max-width:900px;margin:0 auto;background:var(--surface)}.app__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.brand{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px}.brand__mark{width:24px;height:24px;border-radius:6px;background:linear-gradient(135deg,var(--color-primary),var(--color-indigo))}.site-picker{min-height:var(--tap);padding:0 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:14px;max-width:55%}.centered{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;flex:1;padding:32px 24px;text-align:center}.centered h1{font-size:20px;margin:0}.centered p{margin:0;color:var(--text-muted);max-width:40ch;line-height:1.5}.thread{flex:1;overflow-y:auto;padding:16px;scroll-behavior:smooth}.thread__spacer{height:60vh}.turn{margin-bottom:20px}.turn__question{display:inline-block;max-width:85%;padding:10px 14px;border-radius:var(--radius);background:#eef2ff;color:#3730a3;font-size:15px}.turn__meta{display:block;margin-top:4px;font-size:12px;color:var(--text-muted)}.turn__answer{margin-top:12px}.summary{font-size:15px;font-weight:500;line-height:1.45;margin:0 0 8px}.notice{display:flex;gap:8px;font-size:13px;line-height:1.45;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius);padding:8px 10px;margin:0 0 10px}.banner{font-size:13px;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:var(--radius);padding:8px 10px;margin:0 0 10px}.refusal{font-size:14px;line-height:1.45;color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius);padding:10px 12px}.suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.chip{min-height:var(--tap);padding:0 14px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);font-size:14px}.chip:hover:not(:disabled){border-color:var(--color-primary)}.chip:disabled{opacity:.5;cursor:not-allowed}.table-wrap{position:relative;border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}caption{text-align:left;padding:8px 12px;font-size:13px;color:var(--text-muted);border-bottom:1px solid var(--border)}th,td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap}th{font-weight:600;font-size:13px;color:var(--text-muted);background:var(--bg);position:sticky;top:0}td.right,th.right{text-align:right;font-variant-numeric:tabular-nums}tbody tr:last-child td{border-bottom:0}.ref-button{padding:0;border:0;background:none;color:var(--color-primary);font:inherit;text-decoration:underline;text-underline-offset:3px;min-height:var(--tap)}.table-foot{position:sticky;bottom:0;display:flex;justify-content:space-between;gap:12px;padding:8px 12px;font-size:13px;color:var(--text-muted);background:var(--bg);border-top:1px solid var(--border)}.empty{padding:16px 12px;font-size:14px;color:var(--text-muted)}.composer{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--border);background:var(--surface)}.composer input{flex:1;min-height:var(--tap);padding:0 14px;border:1px solid var(--border);border-radius:var(--radius);font-size:16px;color:var(--text);background:var(--surface)}.composer button{min-width:var(--tap);min-height:var(--tap);padding:0 18px;border:0;border-radius:var(--radius);background:var(--color-primary);color:#fff;font-weight:600}.composer button:disabled{opacity:.45;cursor:not-allowed}.thinking{display:inline-flex;gap:6px;align-items:center;font-size:14px;color:var(--text-muted)}.dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);animation:pulse 1.2s infinite ease-in-out}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes pulse{0%,to{opacity:.25}50%{opacity:1}}@media(prefers-reduced-motion:reduce){.dot{animation:none}.thread{scroll-behavior:auto}}.site-list{display:flex;flex-direction:column;gap:8px;width:100%;max-width:420px}.site-list button{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-height:var(--tap);padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);text-align:left}.site-list button:hover{border-color:var(--color-primary)}.site-list small{color:var(--text-muted)}.retry{min-height:var(--tap);padding:0 18px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}
