.AgentChat-module__OuFCFG__overlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:AgentChat-module__OuFCFG__overlayIn .25s var(--ease-out) both;background:#060605c7;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;inset:0}@keyframes AgentChat-module__OuFCFG__overlayIn{0%{opacity:0}to{opacity:1}}.AgentChat-module__OuFCFG__modal{background:var(--surface);width:100%;max-width:100%;height:100%;max-height:100%;animation:AgentChat-module__OuFCFG__modalIn .35s var(--ease-out) both;border:none;border-radius:0;flex-direction:column;display:flex;overflow:hidden}@keyframes AgentChat-module__OuFCFG__modalIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.AgentChat-module__OuFCFG__overlay,.AgentChat-module__OuFCFG__modal{animation:none}}@media (min-width:720px){.AgentChat-module__OuFCFG__overlay{padding:24px}.AgentChat-module__OuFCFG__modal{border:1px solid var(--border-strong);border-radius:var(--radius);width:540px;height:min(740px,90vh);max-height:90vh;box-shadow:0 40px 80px -32px #000000b3}}.AgentChat-module__OuFCFG__pageOuter{background:var(--bg);justify-content:center;min-height:100dvh;padding:88px 0 0;display:flex;position:relative}.AgentChat-module__OuFCFG__pageModal{background:var(--surface);width:100%;max-width:820px;height:calc(100dvh - 88px);max-height:calc(100dvh - 88px);animation:AgentChat-module__OuFCFG__modalIn .35s var(--ease-out) both;border:none;border-radius:0;flex-direction:column;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.AgentChat-module__OuFCFG__pageModal{animation:none}}@media (min-width:720px){.AgentChat-module__OuFCFG__pageModal{border-left:1px solid var(--border-subtle);border-right:1px solid var(--border-subtle)}}.AgentChat-module__OuFCFG__header{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;gap:12px;padding:16px 18px;display:flex}.AgentChat-module__OuFCFG__headerDot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.AgentChat-module__OuFCFG__headerInfo{flex:1;min-width:0}.AgentChat-module__OuFCFG__headerName{font-family:var(--font-display), sans-serif;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.AgentChat-module__OuFCFG__headerSub{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px}.AgentChat-module__OuFCFG__headerActions{flex-shrink:0;gap:6px;display:flex}.AgentChat-module__OuFCFG__iconBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:inline-flex}.AgentChat-module__OuFCFG__iconBtn:hover{color:var(--text);border-color:var(--accent)}.AgentChat-module__OuFCFG__disclaimer{color:var(--text-muted);background:var(--surface-2);border-bottom:1px solid var(--border);flex-shrink:0;padding:10px 18px;font-size:12px}.AgentChat-module__OuFCFG__messages{flex-direction:column;flex:1;gap:14px;padding:16px 18px;display:flex;overflow-y:auto}.AgentChat-module__OuFCFG__bubbleRow{display:flex}.AgentChat-module__OuFCFG__bubbleRowUser{justify-content:flex-end}.AgentChat-module__OuFCFG__bubbleRowAssistant{justify-content:flex-start}.AgentChat-module__OuFCFG__bubble{white-space:pre-wrap;border-radius:14px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.5}.AgentChat-module__OuFCFG__bubbleUser{background:var(--accent);color:#fff;border-radius:14px 14px 4px}.AgentChat-module__OuFCFG__bubbleAssistant{background:var(--surface-2);border:1px solid var(--border);border-radius:14px 14px 14px 4px}.AgentChat-module__OuFCFG__bubbleError{border:1px solid var(--danger);color:var(--danger);background:#ef44441f;border-radius:14px;padding:10px 14px;font-size:13px}.AgentChat-module__OuFCFG__typingDots{gap:4px;padding:4px 0;display:inline-flex}.AgentChat-module__OuFCFG__typingDots span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite AgentChat-module__OuFCFG__typingBounce}.AgentChat-module__OuFCFG__typingDots span:nth-child(2){animation-delay:.15s}.AgentChat-module__OuFCFG__typingDots span:nth-child(3){animation-delay:.3s}@keyframes AgentChat-module__OuFCFG__typingBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.AgentChat-module__OuFCFG__payWrap{flex:1;padding:18px;overflow-y:auto}.AgentChat-module__OuFCFG__documentPanel{border-top:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:10px;max-height:45%;padding:14px 18px;display:flex;overflow-y:auto}.AgentChat-module__OuFCFG__documentHeader{justify-content:space-between;align-items:center;gap:10px;display:flex}.AgentChat-module__OuFCFG__documentTitle{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.AgentChat-module__OuFCFG__docFrame{border:1px solid var(--border);background:#fff;border-radius:12px;width:100%;height:220px}.AgentChat-module__OuFCFG__documentActions{flex-wrap:wrap;gap:10px;display:flex}.AgentChat-module__OuFCFG__documentActions .AgentChat-module__OuFCFG__btn{flex:1}.AgentChat-module__OuFCFG__inputRow{border-top:1px solid var(--border);flex-shrink:0;align-items:flex-end;gap:10px;padding:14px 18px;display:flex}.AgentChat-module__OuFCFG__textarea{resize:none;background:var(--surface-2);border:1px solid var(--border);max-height:120px;color:var(--text);font-family:var(--font-sans), sans-serif;border-radius:12px;outline:none;flex:1;padding:10px 12px;font-size:14px}.AgentChat-module__OuFCFG__textarea:focus{border-color:var(--accent)}.AgentChat-module__OuFCFG__uploadBtn{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:color .15s,border-color .15s;display:inline-flex}.AgentChat-module__OuFCFG__uploadBtn:hover:not(:disabled){color:var(--text);border-color:var(--gold)}.AgentChat-module__OuFCFG__uploadBtn:disabled{opacity:.4;cursor:not-allowed}.AgentChat-module__OuFCFG__attachmentBubble{color:var(--gold);background:#d6bb801f;border:1px solid #d6bb804d;border-radius:14px 14px 4px;align-items:center;gap:7px;max-width:85%;padding:8px 13px;font-size:13px;display:flex}.AgentChat-module__OuFCFG__optionsRow{flex-wrap:wrap;justify-content:flex-start;gap:8px;padding:8px 0 4px;display:flex}.AgentChat-module__OuFCFG__optionBtn{border:1px solid var(--border-strong);color:var(--text-1);cursor:pointer;font-size:13px;font-family:var(--font-sans);text-align:left;background:0 0;border-radius:20px;padding:8px 16px;line-height:1.4;transition:background .15s,border-color .15s,color .15s}.AgentChat-module__OuFCFG__optionBtn:hover{border-color:var(--accent);color:var(--accent);background:#d6bb8014}.AgentChat-module__OuFCFG__extractingRow{justify-content:flex-start;display:flex}.AgentChat-module__OuFCFG__extractingBubble{background:var(--surface-2);border:1px solid var(--border);color:var(--text-muted);border-radius:14px 14px 14px 4px;align-items:center;gap:8px;padding:10px 14px;font-size:13px;display:flex}
.AuthModal-module__DLnrsa__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;background:#060605d1;justify-content:center;align-items:center;padding:24px;animation:.18s both AuthModal-module__DLnrsa__overlayIn;display:flex;position:fixed;inset:0}@keyframes AuthModal-module__DLnrsa__overlayIn{0%{opacity:0}to{opacity:1}}.AuthModal-module__DLnrsa__modal{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);width:100%;max-width:420px;animation:AuthModal-module__DLnrsa__modalIn .28s var(--ease-out) both;overflow:hidden;box-shadow:0 40px 80px -20px #000c}@keyframes AuthModal-module__DLnrsa__modalIn{0%{opacity:0;transform:scale(.96)translateY(12px)}to{opacity:1;transform:none}}.AuthModal-module__DLnrsa__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:12px;padding:28px 28px 20px;display:flex}.AuthModal-module__DLnrsa__title{font-family:var(--font-display), sans-serif;letter-spacing:-.01em;font-size:18px;font-weight:600}.AuthModal-module__DLnrsa__sub{color:var(--text-muted);margin-top:4px;font-size:13px}.AuthModal-module__DLnrsa__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px;font-size:16px;line-height:1;transition:color .15s}.AuthModal-module__DLnrsa__closeBtn:hover{color:var(--text)}.AuthModal-module__DLnrsa__body{padding:24px 28px 28px}.AuthModal-module__DLnrsa__sentBox{text-align:center;padding:16px 0 8px}.AuthModal-module__DLnrsa__sentIcon{margin-bottom:12px;font-size:40px;line-height:1}.AuthModal-module__DLnrsa__footNote{color:var(--text-muted);text-align:center;margin:14px 0 0;font-size:12px}
