@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";.page{--bg:#f8fafc;--panel:#fff;--text:#1e293b;--muted:#64748b;--border:#e2e8f0;--soft:#f1f5f9;--primary:#3b82f6;--primaryText:#fff;--link:#2563eb;--fs-title:18px;--fs-body:14px;--fs-small:12px;--lh:1.55;--btn-h:44px;--chip-h:44px;--radius:16px;background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg);min-height:100vh;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex}input,button,select,textarea{font-family:inherit}.page.senior{--fs-title:22px;--fs-body:18px;--fs-small:14px;--lh:1.7;--btn-h:52px;--chip-h:52px}.page.contrast{--bg:#fff;--panel:#fff;--text:#0b1220;--muted:#0b1220;--border:#94a3b8;--soft:#f1f5f9;--primary:#000;--primaryText:#fff;--link:#0b4bff}.topbar{z-index:10;background:var(--panel);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 18px;display:flex;position:sticky;top:0}.brand .title{font-size:var(--fs-title);font-weight:800;line-height:1.2}.brand .subtitle{font-size:var(--fs-small);color:var(--muted);margin-top:2px}.actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.main{flex:1;justify-content:center;padding:18px;display:flex}.chat{border:1px solid var(--border);background:var(--panel);border-radius:20px;flex-direction:column;width:100%;max-width:980px;display:flex;overflow:hidden;box-shadow:0 12px 32px -8px #00000014}.page.contrast .chat{box-shadow:none}.chatBody{background:#f8fafc;flex:1;padding:18px;overflow:auto}.page.contrast .chatBody{background:#fff}.chatFooter{border-top:1px solid var(--border);background:var(--panel);padding:12px 12px 14px}.btn{height:var(--btn-h);border:2px solid var(--primary);background:var(--primary);color:var(--primaryText);cursor:pointer;font-weight:800;font-size:var(--fs-body);border-radius:14px;padding:0 14px}.btn.ghost{background:var(--panel);color:var(--text);border:1px solid var(--border)}.btn:hover{opacity:.94}.select{height:var(--btn-h);border:2px solid var(--border);background:var(--panel);font-size:var(--fs-body);color:var(--text);border-radius:14px;padding:0 10px}.composer{align-items:center;gap:10px;margin-top:10px;display:flex}.input{height:var(--btn-h);border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:var(--fs-body);border-radius:14px;outline:none;flex:1;padding:0 12px}.input:focus{border-color:color-mix(in srgb, var(--link) 45%, var(--border) 55%)}.btn:focus-visible,.chip:focus-visible,.input:focus-visible,.select:focus-visible,a:focus-visible{outline:3px solid var(--link);outline-offset:2px}.bubbleRow{margin:10px 0;display:flex}.bubbleRow.left{justify-content:flex-start}.bubbleRow.right{justify-content:flex-end}.bubble{border:2px solid var(--border);background:var(--panel);border-radius:16px;max-width:78%;padding:12px 12px 10px}.bubble.user{background:var(--primary);color:var(--primaryText);border-color:var(--primary)}.bubbleText{white-space:pre-wrap;line-height:var(--lh);font-size:var(--fs-body)}.bubbleMeta{font-size:var(--fs-small);opacity:.75;margin-top:6px}.quickReplies{flex-wrap:wrap;gap:10px;display:flex}.chip{border:1px solid var(--border);background:var(--soft);color:var(--text);height:var(--chip-h);cursor:pointer;font-weight:800;font-size:var(--fs-body);border-radius:999px;padding:0 16px}.chip:hover{background:color-mix(in srgb, var(--soft) 60%, #fff 40%)}.cardList{grid-template-columns:1fr;gap:12px;margin:8px 0 4px;display:grid}.card{border:2px solid var(--border);background:var(--panel);border-radius:var(--radius);padding:12px 12px 10px}.cardTitle{font-weight:900;font-size:calc(var(--fs-body) + 2px);margin-bottom:6px}.cardSummary{color:var(--text);font-size:var(--fs-body);line-height:var(--lh);margin-bottom:10px}.cardBlock{margin-top:10px}.cardBlockTitle{font-size:var(--fs-small);color:var(--muted);margin-bottom:6px;font-weight:900}.card ul,.card ol{color:var(--text);font-size:var(--fs-body);line-height:var(--lh);margin:0;padding-left:18px}.links{margin-top:10px}.linksLabel{font-size:var(--fs-small);color:var(--muted);margin-bottom:6px;font-weight:900}.links a{color:var(--link);text-underline-offset:2px;text-decoration:underline}.kv .k{color:var(--text);font-weight:900}.kv .v{color:var(--text)}@media (width<=720px){.main{padding:10px}.bubble{max-width:92%}.actions{gap:8px}}.humanEntry{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff40;border-radius:10px;padding:8px 12px}.humanPanel,.humanPanel *{box-sizing:border-box}.humanPanel{z-index:999;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;width:360px;max-width:calc(100vw - 32px);height:calc(100vh - 96px);display:flex;position:fixed;top:72px;right:16px;overflow:hidden;box-shadow:0 20px 40px -10px #00000026,0 0 20px #0000000d}.humanPanelHeader{background:#f0fdf4;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;padding:16px 16px 14px;display:flex}@keyframes gentlePulse{0%{transform:scale(1)}50%{transform:scale(1.15)rotate(-3deg)}to{transform:scale(1)}}.agentIcon{margin-right:6px;font-size:22px;animation:2.5s ease-in-out infinite gentlePulse;display:inline-block}.humanTitle{color:#0f172a;align-items:center;font-size:20px;font-weight:800;line-height:1.2;display:flex}.humanSub{color:#64748b;margin-top:4px;padding-left:32px;font-size:13px}.humanClose{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.humanClose:hover{color:#0f172a;background:#f8fafc}.humanBody{background:#fff;padding:16px;overflow:hidden auto}.humanLabel{color:#334155;margin:12px 0 8px;font-size:14px;font-weight:800}.humanTextarea{resize:vertical;color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:14px;outline:none;width:100%;min-height:100px;padding:12px;font-size:14px;line-height:1.5;transition:border .2s}.humanTextarea::placeholder{color:#94a3b8}.humanTextarea:focus-visible{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.humanQuickFill{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:14px;padding:14px}.humanHint{color:#64748b;margin-bottom:10px;font-size:12px}.humanChipRow{flex-wrap:wrap;gap:8px;display:flex}.humanPanel .chip{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;transition:all .2s}.humanPanel .chip:hover{color:#0f172a;background:#f1f5f9}.humanPanel .chip.active,.humanPanel .chip[aria-pressed=true],.humanBtn.active,.humanBtn[aria-pressed=true]{color:#1d4ed8;background:#eff6ff;border-color:#3b82f6;box-shadow:inset 0 0 0 1px #3b82f6}.humanActions{flex-wrap:wrap;gap:10px;display:flex}.humanBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;flex:140px;padding:10px;font-size:14px;font-weight:800;transition:all .2s}.humanBtn:hover{background:#f1f5f9}.humanBtnPrimary{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:12px;flex:160px;padding:12px;font-size:15px;font-weight:800;transition:background .2s}.humanBtnPrimary:hover:not(:disabled){background:#2563eb}.humanBtnPrimary:disabled{color:#f8fafc;cursor:not-allowed;background:#cbd5e1}.humanError{color:#ef4444;background:#fef2f2;border-radius:8px;margin-top:10px;padding:8px 12px;font-size:13px}.humanNote{color:#64748b;margin-top:14px;font-size:12px;line-height:1.5}.humanChat{background:#fff;flex-direction:column;height:100%;display:flex;overflow:hidden}.humanChatList{flex:1;padding:16px;overflow:hidden auto}.humanMsg{margin:8px 0;display:flex}.humanMsg.user{justify-content:flex-end}.humanMsg.system,.humanMsg.agent{justify-content:flex-start}.humanBubble{border-radius:16px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.5}.humanMsg.system .humanBubble,.humanMsg.agent .humanBubble{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.humanMsg.user .humanBubble{color:#fff;background:#3b82f6;border-bottom-right-radius:4px}.humanChatInput{background:#fff;border-top:1px solid #e2e8f0;gap:10px;padding:14px;display:flex}.humanInput{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;flex:1;padding:10px 14px;font-size:14px}.humanInput:focus-visible{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html,body{height:100%}body{color:#142037;background:#f6f8fc;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}
