@-webkit-keyframes chatbot-blink{0%,80%,to{opacity:.2}40%{opacity:1}}@keyframes chatbot-blink{0%,80%,to{opacity:.2}40%{opacity:1}}.chatbot-page{background:#fff}.chatbot-page .chatbot-header{border-bottom:1px solid #eef0f3}.chatbot-page .chatbot-title{margin-bottom:0}.chatbot-page .role-select{background:#fff;color:#152548;font-size:13px;border:1px solid #e6e8ec;border-radius:9999px;padding:6px 12px;cursor:pointer;outline:none}.chatbot-page .new-conversation-btn{background:#327d86;color:#fff;border:none;border-radius:9999px;padding:6px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .15s}.chatbot-page .new-conversation-btn:hover{background:#2a6a72}.chatbot-page .cap-avatar{width:30px;height:30px;border-radius:9999px;flex-shrink:0;background:#152548;border:1px solid #152548;display:flex;align-items:center;justify-content:center}.chatbot-page .cap-bean{width:16px;height:16px;-o-object-fit:contain;object-fit:contain;display:block;flex-shrink:0}.chatbot-page .hero-title{font-size:4.8rem;font-weight:700;line-height:1.15;color:#152548}.chatbot-page .input-pill{background:#fff;border:1px solid #e6e8ec;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border-radius:9999px;padding:10px 12px;display:flex;align-items:center;gap:8px}.chatbot-page .send-btn{padding:8px;border:none;background:transparent;border-radius:9999px;color:#9ca3af;cursor:pointer;display:inline-flex;transition:background-color .15s,color .15s}.chatbot-page .send-btn:hover{background:#e8eff7;color:#2b6570}.chatbot-page .suggestion-chip{background:#fff;border:1px solid #e6e8ec;border-radius:9999px;padding:8px 16px;font-size:12px;color:#4b5563;cursor:pointer;transition:background-color .15s}.chatbot-page .suggestion-chip:hover{background:#f3f4f6}.chatbot-page .user-bubble{background:#e8eff7;border:1px solid #cfe0ec;color:#1f2937;border-radius:16px;border-top-right-radius:6px;padding:12px 16px;max-width:576px}.chatbot-page .assistant-bubble{color:#1f2937;border-radius:16px;border-top-left-radius:6px;padding:12px 16px;max-width:672px;font-size:14px}.chatbot-page .markdown h1,.chatbot-page .markdown h2,.chatbot-page .markdown h3{font-weight:600;margin:.6em 0 .3em;color:#152548;line-height:1.3}.chatbot-page .markdown h1{font-size:18px}.chatbot-page .markdown h2{font-size:17px}.chatbot-page .markdown h3{font-size:15px}.chatbot-page .markdown p{margin:.4em 0;font-size:inherit}.chatbot-page .markdown ul{list-style:disc;margin-left:1.4em}.chatbot-page .markdown ol{list-style:decimal;margin-left:1.4em}.chatbot-page .markdown li{margin:.1em 0}.chatbot-page .markdown code{background:#f1f1f4;padding:.1em .35em;border-radius:.25em;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:.9em}.chatbot-page .markdown pre{background:#f1f1f4;padding:.9em;border-radius:.5em;overflow-x:auto}.chatbot-page .markdown pre code{background:transparent;padding:0}.chatbot-page .markdown a{color:#327d86;text-decoration:underline}.chatbot-page .markdown blockquote{border-left:3px solid #327d86;padding-left:.8em;color:#4b5563}.chatbot-page .markdown table{border-collapse:collapse;font-size:13px;margin:.5em 0}.chatbot-page .markdown td,.chatbot-page .markdown th{border:1px solid #e6e8ec;padding:.3em .6em}.chatbot-page .markdown th{background:#f6f7f9}.chatbot-page .chart-pill{display:inline-flex;align-items:center;gap:6px;background:#e8eff7;border:1px solid #cfe0ec;color:#2b6570;border-radius:9999px;padding:3px 12px;font-size:12px;cursor:pointer;transition:background-color .15s;margin:3px 0}.chatbot-page .chart-pill:hover{background:#d9e6f2}.chatbot-page .pill-arrow{opacity:.6;font-size:.9em}.chatbot-page .typing-dot{-webkit-animation:chatbot-blink 1.4s infinite both;animation:chatbot-blink 1.4s infinite both}.chatbot-page .typing-dot:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.chatbot-page .typing-dot:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}.chatbot-page .focus-badge{position:sticky;top:8px;z-index:20;display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px}.chatbot-page .focus-label{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.chatbot-page .focus-pill{display:inline-flex;align-items:center;gap:5px;background:#e8eff7;border:1px solid #cfe0ec;color:#2b6570;border-radius:9999px;padding:2px 11px;font-size:12px}.chatbot-page .focus-pill b{color:#152548;font-weight:600}.chatbot-page .focus-pos{margin-left:2px;padding-left:6px;border-left:1px solid #cfe0ec;font-size:11px;color:#2b6570}.chatbot-page .focus-pos-missing{color:#b3554f;font-style:italic}.chatbot-page .chat-input-bar{background:linear-gradient(0deg,#fff 65%,hsla(0,0%,100%,0))}.chatbot-page .chat-input-bar .input-pill{display:flex}.chatbot-page .chat-col::-webkit-scrollbar{width:6px}.chatbot-page .chat-col::-webkit-scrollbar-track{background:transparent}.chatbot-page .chat-col::-webkit-scrollbar-thumb{background:#d7dae0;border-radius:3px}.chatbot-page .src-panel{width:42%;min-width:320px;max-width:560px;flex-shrink:0;border-left:1px solid #e6e8ec;background:#f6f7f9;display:flex;flex-direction:column;overflow:hidden}.chatbot-page .src-panel-hdr{background:#f6f7f9;border-bottom:1px solid #e6e8ec;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;color:#6b7280}.chatbot-page .src-panel-title{font-size:13px;font-weight:600;color:#152548}.chatbot-page .src-count{background:#e8eff7;color:#2b6570;font-size:10px;padding:2px 8px;border-radius:9999px}.chatbot-page .src-close{color:#6b7280;font-size:16px;line-height:1;background:none;border:none;cursor:pointer;padding:4px 6px;border-radius:4px}.chatbot-page .src-close:hover{color:#152548;background:#eef0f3}.chatbot-page .src-panel-body{flex:1;overflow:hidden;padding:16px;display:flex;flex-direction:column;gap:16px;min-height:0}.chatbot-page .player-row{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;gap:16px;overflow-y:auto;padding-right:2px}.chatbot-page .player-row::-webkit-scrollbar{width:6px}.chatbot-page .player-row::-webkit-scrollbar-thumb{background:#d7dae0;border-radius:3px}.chatbot-page .player-block{flex-shrink:0;display:flex;gap:16px;min-height:0}.chatbot-page .radar-slot{flex:1 1 0;min-width:0;display:flex;flex-direction:column;justify-content:center;background:#fff;border:1px solid #e6e8ec;border-radius:14px;padding:12px}.chatbot-page .radar-title{text-align:center;font-size:13px;font-weight:600;color:#152548;margin-bottom:4px}.chatbot-page .radar-canvas-wrap{position:relative;width:100%;max-width:400px;margin:0 auto}.chatbot-page .player-reports{flex:1 1 0;min-width:0;min-height:0;display:flex;flex-direction:column;gap:12px}.chatbot-page .report-card{flex-shrink:0;background:#fff;border:1px solid #e6e8ec;border-radius:14px;overflow:hidden}.chatbot-page .report-hdr{font-size:12px;font-weight:600;color:#152548;padding:7px 11px;border-bottom:1px solid #e6e8ec;background:#fbfbfc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatbot-page .report-frame{width:100%;height:300px;border:none;display:block;background:#fff}.chatbot-page .pdf-wrap{position:relative}.chatbot-page .pdf-click{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer;background:transparent;display:flex;align-items:flex-start;justify-content:flex-end}.chatbot-page .pdf-click:hover{background:rgba(21,37,72,.04)}.chatbot-page .pdf-click:hover .pdf-expand{opacity:1}.chatbot-page .pdf-expand{margin:6px;pointer-events:none;background:hsla(0,0%,100%,.92);border:1px solid #e6e8ec;color:#152548;border-radius:7px;padding:3px 7px;font-size:11px;line-height:1;box-shadow:0 1px 3px rgba(0,0,0,.08);opacity:0;transition:opacity .15s}.chatbot-page .doc-viewer{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;justify-content:center}.chatbot-page .doc-viewer-compact{flex:0 0 auto;height:280px;justify-content:flex-start}.chatbot-page .doc-card{flex:1;min-height:0;display:flex;flex-direction:column;background:#fff;border:1px solid #e6e8ec;border-radius:14px;overflow:hidden}.chatbot-page .doc-hdr{display:flex;align-items:baseline;justify-content:space-between;gap:8px;padding:9px 14px;border-bottom:1px solid #e6e8ec;background:#fbfbfc;flex-shrink:0}.chatbot-page .doc-title{font-size:12px;font-weight:600;color:#152548;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.chatbot-page .doc-loc{font-size:11px;color:#6b7280;flex-shrink:0}.chatbot-page .doc-stage{flex:1;min-height:0;background:#fff}.chatbot-page .pdf-frame{width:100%;height:100%;border:none;display:block;background:#fff}.chatbot-page .doc-fallback{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:24px}.chatbot-page .doc-icon{font-size:44px}.chatbot-page .doc-name{font-size:13px;color:#6b7280;word-break:break-word}.chatbot-page .dl-btn{background:#e8eff7;border:1px solid #cfe0ec;color:#2b6570;border-radius:6px;padding:6px 16px;font-size:12px;text-decoration:none;transition:background-color .15s}.chatbot-page .dl-btn:hover{background:#d9e6f2}.chatbot-page .doc-dots{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 0 4px;flex-shrink:0}.chatbot-page .doc-dot{width:26px;height:26px;cursor:pointer;padding:0;border:1px solid #d7dae0;border-radius:9999px;background:#fff;color:#6b7280;font-size:12px;font-weight:600;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:background-color .15s,border-color .15s,color .15s,transform .15s}.chatbot-page .doc-dot:hover{background:#eef0f3;border-color:#b6bcc6;color:#152548}.chatbot-page .doc-dot.active{background:#327d86;border-color:#327d86;color:#fff;transform:scale(1.08)}.chatbot-page .cite-badge{min-width:17px;height:17px;padding:0 4px;margin-right:6px;background:#327d86;color:#fff;border-radius:9999px;font-size:10px;font-weight:700;vertical-align:1px}.chatbot-page .cite-badge,.chatbot-page .doc-arrow{display:inline-flex;align-items:center;justify-content:center;line-height:1}.chatbot-page .doc-arrow{background:#fff;border:1px solid #e6e8ec;cursor:pointer;color:#152548;font-size:20px;padding:0;width:34px;height:34px;border-radius:9999px;transition:background-color .15s,border-color .15s,color .15s;box-shadow:0 1px 2px rgba(0,0,0,.04)}.chatbot-page .doc-arrow:hover:not(:disabled){background:#e8eff7;border-color:#cfe0ec;color:#2b6570}.chatbot-page .doc-arrow:disabled{opacity:.3;cursor:default}.chatbot-page .src-reopen{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:50;display:flex;flex-direction:column;align-items:center;gap:5px;background:#e8eff7;border:1px solid #cfe0ec;border-right:none;color:#2b6570;cursor:pointer;border-radius:11px 0 0 11px;padding:14px 6px;box-shadow:-2px 0 10px rgba(0,0,0,.07);font-size:11px;font-weight:600;letter-spacing:.02em;transition:background-color .15s,padding-right .15s}.chatbot-page .src-reopen:hover{background:#d9e6f2;padding-right:10px}.chatbot-page .src-reopen span{-ms-writing-mode:tb-rl;writing-mode:vertical-rl}@media(max-width:1023px){.chatbot-page .src-panel,.chatbot-page .src-reopen{display:none}}