.chatbot-button{cursor:pointer;z-index:9999;background:#0f172b;border:2px solid #22c55e4d;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;padding:0;transition:all .25s;animation:3s ease-in-out infinite chatbot-pulse;display:flex;position:fixed;bottom:28px;right:28px;overflow:hidden;box-shadow:0 4px 24px #0f172b59,0 0 #22c55e33}.chatbot-button:hover{border-color:#22c55e99;transform:scale(1.08);box-shadow:0 6px 32px #0f172b73,0 0 20px #22c55e26}.chatbot-button:hover .chatbot-logo{transform:scale(1.05)}.chatbot-logo-bg{background:#0f172b;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:62px;height:62px;display:flex;overflow:hidden}.chatbot-logo{object-fit:contain;width:48px;height:48px;transition:transform .3s}@keyframes chatbot-pulse{0%,to{box-shadow:0 4px 24px #0f172b59,0 0 #22c55e33}50%{box-shadow:0 4px 24px #0f172b59,0 0 0 8px #22c55e00}}.chatbot-window{z-index:9998;background:#fff;border-radius:20px;flex-direction:column;width:520px;height:calc(100vh - 80px);max-height:800px;transition:width .5s cubic-bezier(.16,1,.3,1),height .5s cubic-bezier(.16,1,.3,1),bottom .5s cubic-bezier(.16,1,.3,1),right .5s cubic-bezier(.16,1,.3,1),border-radius .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1);animation:.35s cubic-bezier(.16,1,.3,1) forwards chatbot-slideIn;display:flex;position:fixed;bottom:28px;right:28px;overflow:hidden;box-shadow:0 20px 60px #0f172b38,0 0 0 1px #0f172b0f,0 0 20px #0f172b0d}.chatbot-window.closing{animation:.2s forwards chatbot-slideOut}.chatbot-window.fullscreen{z-index:10000;border-radius:24px;width:min(1040px,100vw - 64px);max-width:none;height:min(1000px,100dvh - 64px);max-height:none;transition:none;animation:.18s ease-out chatbot-fullscreen-in;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 40px 120px #080d1c73,0 0 0 1px #0f172b14,0 0 80px #1f8a4c1f}.chatbot-window.fullscreen.ai-activating{animation:.18s ease-out chatbot-fullscreen-in}@media (max-width:768px){.chatbot-window.fullscreen{border-radius:18px;width:calc(100vw - 24px);height:calc(100dvh - 24px)}}@keyframes chatbot-fullscreen-in{0%{opacity:0;transform:translate(-50%,calc(4px - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}.chatbot-backdrop{z-index:9999;-webkit-backdrop-filter:blur(12px)saturate(115%);backdrop-filter:blur(12px)saturate(115%);cursor:zoom-out;background:radial-gradient(120% 120% at 50% 40%,#0e152a73,#060a169e);animation:.4s forwards chatbot-backdrop-in;position:fixed;inset:0}@keyframes chatbot-backdrop-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.chatbot-window.fullscreen,.chatbot-window.fullscreen.ai-activating,.chatbot-backdrop{animation-duration:.01ms;animation-iteration-count:1}}@keyframes chatbot-slideIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes chatbot-slideOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(16px)scale(.96)}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.chatbot-header{color:#fff;background:#0f172b;border-bottom:1px solid #22c55e26;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.chatbot-header-left{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.chatbot-header-logo{object-fit:contain;background:0 0;border-radius:8px;flex-shrink:0;width:34px;height:34px;padding:0}.chatbot-header-text{min-width:0}.chatbot-header-title{letter-spacing:-.01em;font-size:1.05rem;font-weight:700;line-height:1.3}.chatbot-header-subtitle{color:#ffffff8c;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:400;overflow:hidden}.chatbot-header-right{flex-shrink:0;align-items:center;gap:6px;display:flex}.chatbot-lang-selector{color:#fff;cursor:pointer;appearance:none;text-align:center;background:#ffffff14;border:1px solid #fff3;border-radius:8px;outline:none;min-width:52px;padding:5px 8px;font-family:inherit;font-size:.78rem;transition:all .15s}.chatbot-lang-selector:hover{background:#ffffff26;border-color:#ffffff59}.chatbot-lang-selector:focus{border-color:#16a34a}.chatbot-lang-selector option{color:#fff;background:#0f172b;font-size:.85rem}.chatbot-header-btn{color:#fff9;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .15s;display:flex}.chatbot-header-btn:hover{color:#fff;background:#ffffff26}.chatbot-header-btn svg{width:16px;height:16px}.chatbot-messages{scroll-behavior:smooth;background:#fafbfc;flex-direction:column;flex:1;gap:14px;padding:20px;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{display:none}.chatbot-message{gap:10px;max-width:85%;animation:.3s forwards chatbot-messageFade;display:flex}@keyframes chatbot-messageFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chatbot-message.user{flex-direction:row-reverse;align-self:flex-end}.chatbot-message.assistant{align-self:flex-start;width:100%;max-width:100%}.chatbot-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:600;display:flex}.chatbot-message.user .chatbot-avatar{color:#1e3a8a;background:#e0e7ff;font-size:.8rem}.chatbot-message.assistant .chatbot-avatar{color:#16a34a;background:#ecfdf5}.chatbot-bubble{word-break:break-word;border-radius:16px;padding:12px 16px;font-size:.95rem;line-height:1.6}.chatbot-message.user .chatbot-bubble{color:#fff;background:#0f172b;border-bottom-right-radius:4px}.chatbot-message.assistant .chatbot-bubble{color:#1e293b;background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;box-shadow:0 1px 3px #0000000a}.chatbot-message.assistant .chatbot-bubble.assistant-rich{width:min(100%,680px);box-shadow:none;background:0 0;border:none;border-radius:0;padding:2px 0}.chatbot-message.assistant .chatbot-bubble.assistant-rich.latest,.chatbot-message.assistant .chatbot-bubble.assistant-rich.compact{box-shadow:none;background:0 0;border:none}.chatbot-bubble.assistant-rich.compact{opacity:.92;width:min(100%,640px)}.chatbot-response-meta{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.chatbot-mode-badge{letter-spacing:.04em;color:#0f172a;background:#e2e8f0;border-radius:999px;align-items:center;gap:6px;padding:5px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.chatbot-mode-badge.analysis{color:#1d4ed8;background:#dbeafe}.chatbot-mode-badge.support{color:#b91c1c;background:#fee2e2}.chatbot-mode-badge.guide{color:#15803d;background:#dcfce7}.chatbot-mode-badge.research{color:#0f766e;background:#ecfeff}.chatbot-mode-badge.latest{color:#1d4ed8;background:#eff6ff}.chatbot-structured-card{gap:14px;margin-bottom:12px;display:grid}.chatbot-structured-title{color:#0f172a;font-size:1.05rem;font-weight:800;line-height:1.25}.chatbot-structured-summary{color:#475569;margin-top:6px;font-size:.9rem;line-height:1.55}.chatbot-response-section-title{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:.76rem;font-weight:800}.chatbot-highlight-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.chatbot-insight-block{gap:10px;display:grid}.chatbot-insight-strip{gap:8px;display:grid}.chatbot-insight-item{color:#334155;border-left:2px solid #d5dee8;padding:2px 0 2px 12px;font-size:.86rem;line-height:1.55}.chatbot-highlight-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:14px;padding:12px}.chatbot-highlight-card.warning{background:linear-gradient(#fffdf4 0%,#fffbeb 100%);border-color:#fde68a}.chatbot-highlight-card.risk{background:linear-gradient(#fff7f7 0%,#fef2f2 100%);border-color:#fecaca}.chatbot-highlight-card.positive{background:linear-gradient(#f7fff9 0%,#f0fdf4 100%);border-color:#bbf7d0}.chatbot-highlight-label{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:.72rem;font-weight:700}.chatbot-highlight-value{color:#0f172a;margin-top:6px;font-size:1rem;font-weight:800;line-height:1.25}.chatbot-highlight-detail{color:#475569;margin-top:6px;font-size:.82rem;line-height:1.45}.chatbot-plan-block{background:linear-gradient(#f8fbff 0%,#fff 100%);border:1px solid #dbeafe;border-radius:16px;padding:14px}.chatbot-plan-heading,.chatbot-assumptions-title{letter-spacing:.06em;text-transform:uppercase;color:#2563eb;margin-bottom:10px;font-size:.84rem;font-weight:800}.chatbot-plan-list{gap:12px;display:grid}.chatbot-plan-step{grid-template-columns:28px minmax(0,1fr);align-items:start;gap:10px;display:grid}.chatbot-plan-index{color:#0f172a;background:#dbeafe;border-radius:999px;place-items:center;width:28px;height:28px;font-size:.82rem;font-weight:800;display:grid}.chatbot-plan-copy{gap:6px;display:grid}.chatbot-plan-title-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chatbot-plan-title{color:#0f172a;font-size:.93rem;font-weight:700}.chatbot-plan-badge{text-transform:uppercase;letter-spacing:.06em;color:#475569;background:#e2e8f0;border-radius:999px;padding:4px 8px;font-size:.7rem;font-weight:700}.chatbot-plan-badge.now{color:#15803d;background:#dcfce7}.chatbot-plan-badge.next{color:#b45309;background:#fef3c7}.chatbot-plan-badge.later{color:#0369a1;background:#e0f2fe}.chatbot-plan-detail{color:#475569;font-size:.86rem;line-height:1.55}.chatbot-plan-meta{flex-wrap:wrap;gap:6px;display:flex}.chatbot-plan-meta-chip{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;min-height:24px;padding:0 9px;font-size:.72rem;font-weight:700;line-height:1;display:inline-flex}.chatbot-plan-meta-chip.impact{color:#15803d;background:#f0fdf4}.chatbot-flow-shell{gap:18px;display:grid}.chatbot-now-card{border-left:3px solid #1c7a43;gap:6px;padding:2px 0 2px 14px;display:grid}.chatbot-now-title{color:#0f172a;font-size:1rem;font-weight:800;line-height:1.3}.chatbot-now-detail{color:#475569;font-size:.88rem;line-height:1.55}.chatbot-flow-grid{grid-template-columns:1fr;gap:16px;display:grid}.chatbot-flow-card{background:0 0;border:none;gap:8px;padding:0;display:grid}.chatbot-flow-list,.chatbot-next-list{gap:8px;display:grid}.chatbot-flow-item{color:#334155;font-size:.85rem;line-height:1.5}.chatbot-next-item{grid-template-columns:26px minmax(0,1fr);align-items:start;gap:8px;display:grid}.chatbot-next-index{color:#0f172a;background:#e2e8f0;border-radius:999px;place-items:center;width:26px;height:26px;font-size:.78rem;font-weight:800;display:grid}.chatbot-next-copy{gap:4px;display:grid}.chatbot-next-title{color:#0f172a;font-size:.85rem;font-weight:700;line-height:1.35}.chatbot-next-detail{color:#64748b;font-size:.8rem;line-height:1.45}.chatbot-response-tabs{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.chatbot-response-tab{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #dbe3ef;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:.8rem;font-weight:700;transition:transform .15s,border-color .15s,box-shadow .15s,color .15s,background .15s;display:inline-flex}.chatbot-response-tab:hover{color:#0f172a;border-color:#93c5fd;transform:translateY(-1px)}.chatbot-response-tab.active{color:#fff;background:#0f172b;border-color:#0f172b;box-shadow:0 8px 18px #0f172b1f}.chatbot-plan-action,.chatbot-detail-toggle,.chatbot-source-toggle{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 12px;font-size:.8rem;font-weight:700;transition:transform .15s,box-shadow .15s,border-color .15s;display:inline-flex}.chatbot-plan-action:hover,.chatbot-detail-toggle:hover,.chatbot-source-toggle:hover{border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 8px 18px #2563eb1a}.chatbot-assumptions{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px}.chatbot-assumptions ul{margin:0;padding-left:18px}.chatbot-assumptions li{color:#475569;margin:4px 0;font-size:.84rem;line-height:1.5}.chatbot-detail-toggle-row,.chatbot-source-shell{margin-top:10px}.chatbot-detail-shell,.chatbot-detail-section{gap:10px;display:grid}.chatbot-detail-markdown{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px}.chatbot-source-note{color:#64748b;margin-top:-2px;font-size:.8rem;line-height:1.45}.chatbot-source-panel{border-top:1px solid #e2e8f0;gap:10px;margin-top:12px;padding-top:12px;display:grid}.chatbot-draft-list{gap:10px;width:100%;max-width:calc(100% - 34px);margin:10px 0 2px 34px;display:grid}.chatbot-draft-card{background:#fff;border:1px solid #dbe3ef;border-radius:14px;padding:12px;box-shadow:0 12px 28px #0f172b14}.chatbot-draft-card.needs_clarification{background:#fffaf5;border-color:#fed7aa}.chatbot-draft-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.chatbot-draft-kicker{color:#2563eb;letter-spacing:.04em;text-transform:uppercase;font-size:.72rem;font-weight:800}.chatbot-draft-title{color:#0f172a;font-size:.95rem;font-weight:800;line-height:1.3}.chatbot-draft-status{color:#166534;background:#dcfce7;border-radius:999px;flex-shrink:0;padding:5px 8px;font-size:.72rem;font-weight:800}.chatbot-draft-status.needs_clarification{color:#9a3412;background:#ffedd5}.chatbot-draft-summary{color:#475569;font-size:.84rem;line-height:1.45}.chatbot-draft-section{gap:7px;margin-top:10px;display:grid}.chatbot-draft-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:800}.chatbot-draft-pills{flex-wrap:wrap;gap:6px;display:flex}.chatbot-draft-pills span{color:#991b1b;background:#fee2e2;border-radius:999px;padding:5px 8px;font-size:.76rem;font-weight:700}.chatbot-draft-question{color:#7c2d12;text-align:left;cursor:pointer;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;width:100%;padding:8px 10px;font-size:.82rem;font-weight:700}.chatbot-draft-question:hover{border-color:#fb923c}.chatbot-draft-assumptions{color:#64748b;gap:4px;margin-top:10px;font-size:.78rem;line-height:1.35;display:grid}.chatbot-draft-footer{justify-content:flex-end;margin-top:12px;display:flex}.chatbot-draft-apply{color:#fff;cursor:pointer;background:#0f172b;border:0;border-radius:999px;min-height:36px;padding:0 14px;font-size:.82rem;font-weight:800;box-shadow:0 10px 20px #0f172b24}.chatbot-draft-apply:hover{transform:translateY(-1px)}.chatbot-bubble h1,.chatbot-bubble h2,.chatbot-bubble h3{color:#0f172a;margin:10px 0 6px;font-size:1rem;font-weight:700}.chatbot-bubble p{color:inherit;margin:5px 0;font-size:.95rem}.chatbot-bubble ul,.chatbot-bubble ol{margin:5px 0;padding-left:20px;font-size:.95rem}.chatbot-bubble li{margin:3px 0}.chatbot-bubble strong{font-weight:600}.chatbot-bubble code{font-size:.88rem;font-family:var(--font-mono,monospace);background:#0f172b0f;border-radius:5px;padding:2px 6px}.chatbot-bubble pre{color:#e2e8f0;background:#0f172b;border-radius:10px;margin:8px 0;padding:12px;font-size:.85rem;overflow-x:auto}.chatbot-bubble pre code{color:inherit;background:0 0;padding:0}.chatbot-message.user .chatbot-bubble h1,.chatbot-message.user .chatbot-bubble h2,.chatbot-message.user .chatbot-bubble h3,.chatbot-message.user .chatbot-bubble p,.chatbot-message.user .chatbot-bubble strong{color:#fff}.chatbot-message.user .chatbot-bubble code{color:#fff;background:#ffffff1f}.chatbot-typing{align-self:flex-start;gap:10px;max-width:85%;display:flex}.chatbot-typing-dots{background:#fff;border:1px solid #e5e7eb;border-radius:16px 16px 16px 4px;align-items:center;gap:6px;padding:14px 20px;display:flex;box-shadow:0 1px 3px #0000000a}.chatbot-typing-dot{background:#94a3b8;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite chatbot-typingBounce}.chatbot-typing-dot:nth-child(2){animation-delay:.2s}.chatbot-typing-dot:nth-child(3){animation-delay:.4s}@keyframes chatbot-typingBounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}.chatbot-quick-questions{flex-wrap:wrap;justify-content:center;gap:8px;padding:20px 0 0;display:flex}.chatbot-quick-btn{color:#374151;cursor:pointer;white-space:normal;text-align:left;word-break:break-word;background:#fff;border:1px solid #e2e8f0;border-radius:20px;max-width:100%;padding:8px 14px;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .15s}.chatbot-followup-btn{color:#16a34a;cursor:pointer;white-space:normal;text-align:left;word-break:break-word;overflow-wrap:break-word;box-sizing:border-box;opacity:0;background:#f0fdf4;border:1px solid #dcfce7;border-radius:12px;align-items:flex-start;gap:8px;max-width:100%;padding:10px 14px;font-family:inherit;font-size:.85rem;font-weight:500;line-height:1.4;transition:all .2s;animation:.4s forwards chatbot-fadeInUp;display:inline-flex;box-shadow:0 1px 2px #00000005}.chatbot-followup-btn:hover{color:#15803d;background:#dcfce7;border-color:#bbf7d0;transform:translateY(-1px);box-shadow:0 4px 6px #0000000d}.chatbot-input-area{background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;align-items:flex-end;gap:10px;padding:14px 18px;display:flex}.chatbot-input{resize:none;color:#1e293b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;outline:none;flex:1;min-height:44px;max-height:100px;padding:12px 16px;font-family:inherit;font-size:.95rem;line-height:1.45;transition:all .15s}.chatbot-input:focus{background:#fff;border-color:#0f172b;box-shadow:0 0 0 3px #0f172b0f}.chatbot-input::placeholder{color:#9ca3af}.chatbot-send-btn{color:#fff;cursor:pointer;background:#0f172b;border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.chatbot-send-btn:hover:not(:disabled){background:#1e3a8a;transform:scale(1.04)}.chatbot-send-btn:disabled{cursor:not-allowed;background:#d1d5db}.chatbot-send-btn svg{width:20px;height:20px}.chatbot-welcome{text-align:center;padding:32px 20px 16px}.chatbot-welcome-icon{background:#fff;border:1px solid #f1f5f9;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex;box-shadow:0 4px 16px #0f172b14}.chatbot-welcome-logo{object-fit:contain;width:44px;height:44px}.chatbot-welcome h3{color:#0f172b;margin-bottom:6px;font-size:1.15rem;font-weight:700}.chatbot-welcome p{color:#6b7280;max-width:300px;margin:0 auto;font-size:.92rem;line-height:1.55}.chatbot-error{color:#991b1b;text-align:center;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;margin:8px 0;padding:12px 16px;font-size:.9rem}@media (max-width:480px){.chatbot-window{border-radius:16px;width:calc(100vw - 16px);height:calc(100dvh - 100px);max-height:none;bottom:8px;right:8px}.chatbot-button{width:56px;height:56px;bottom:16px;right:16px}.chatbot-logo{width:38px;height:38px}.chatbot-header-subtitle{display:none}.chatbot-messages{padding:16px}}.chatbot-window{width:min(400px,100vw - 32px);height:calc(100dvh - 120px);max-height:560px}.chatbot-messages.empty{scrollbar-width:none;flex-direction:column;justify-content:flex-start;align-items:center;height:100%;display:flex;padding:0!important;overflow-y:auto!important}.chatbot-messages.empty::-webkit-scrollbar{display:none}.chatbot-welcome{width:100%;margin:auto 0;padding:40px 20px}.chatbot-welcome h3{margin-bottom:4px}.chatbot-welcome-icon{margin-top:0;margin-bottom:8px}.chatbot-quick-questions{padding-bottom:20px}.chatbot-window{animation:.18s ease-out forwards chatbot-slideIn}@keyframes chatbot-fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-welcome h3{opacity:0;animation:.6s ease-out .1s forwards chatbot-fadeInUp}.chatbot-welcome p{opacity:0;animation:.6s ease-out .2s forwards chatbot-fadeInUp}.chatbot-quick-btn{opacity:0;animation:.5s ease-out forwards chatbot-fadeInUp}.chatbot-quick-btn:first-child{animation-delay:.3s}.chatbot-quick-btn:nth-child(2){animation-delay:.35s}.chatbot-quick-btn:nth-child(3){animation-delay:.4s}.chatbot-quick-btn:nth-child(4){animation-delay:.45s}.chatbot-quick-btn:nth-child(5){animation-delay:.5s}@keyframes chatbot-popIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chatbot-message{animation:.18s ease-out forwards chatbot-popIn}.chatbot-quick-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0f172b1a}.chatbot-context-card{text-align:left;background:linear-gradient(135deg,#eff6ff 0%,#f8fafc 100%);border:1px solid #dbeafe;border-radius:16px;max-width:320px;margin:20px auto 0;padding:14px 16px}.chatbot-context-kicker{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:6px;font-size:.72rem;font-weight:700}.chatbot-context-title{color:#0f172a;font-size:.98rem;font-weight:700}.chatbot-context-body{color:#475569;margin-top:4px;font-size:.88rem;line-height:1.5}.chatbot-action-grid{grid-template-columns:1fr;gap:10px;width:calc(100% - 38px);margin:12px 0 0 38px;display:grid}.chatbot-action-card{text-align:left;cursor:pointer;color:#0f172a;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #dbeafe;border-radius:16px;padding:14px 16px;transition:transform .18s,box-shadow .18s,border-color .18s;box-shadow:0 8px 24px #0f172a0a}.chatbot-action-card:hover{border-color:#93c5fd;transform:translateY(-2px);box-shadow:0 12px 28px #2563eb1f}.chatbot-action-card.primary{background:linear-gradient(135deg,#f0fdf4 0%,#f8fafc 100%);border-color:#86efac}.chatbot-action-kicker{text-transform:uppercase;letter-spacing:.08em;color:#2563eb;margin-bottom:6px;font-size:.72rem;font-weight:700}.chatbot-action-title{color:#0f172a;font-size:.98rem;font-weight:700}.chatbot-action-description{color:#475569;margin-top:6px;font-size:.88rem;line-height:1.55}.chatbot-action-hint{color:#1d4ed8;margin-top:8px;font-size:.82rem}.chatbot-action-cta{color:#fff;background:#0f172b;border-radius:999px;justify-content:center;align-items:center;min-width:72px;margin-top:10px;padding:8px 12px;font-size:.82rem;font-weight:600;display:inline-flex}.chatbot-followups{flex-direction:column;gap:8px;width:calc(100% - 38px);margin-top:12px;margin-left:38px;display:flex}.chatbot-followups-title{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:.76rem;font-weight:800}.chatbot-source-list{grid-template-columns:1fr;gap:8px;width:calc(100% - 38px);margin:10px 0 0 38px;display:grid}.chatbot-source-panel .chatbot-source-list{width:100%;margin:0}.chatbot-source-card{color:inherit;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%);border:1px solid #dbeafe;border-radius:14px;gap:5px;padding:10px 12px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.chatbot-source-card:hover{border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 10px 24px #2563eb1f}.chatbot-source-domain{letter-spacing:.08em;text-transform:uppercase;color:#2563eb;font-size:.72rem;font-weight:700}.chatbot-source-title{color:#0f172a;font-size:.92rem;font-weight:700;line-height:1.4}.chatbot-source-snippet{color:#475569;font-size:.84rem;line-height:1.5}@media (max-width:640px){.chatbot-highlight-grid{grid-template-columns:1fr}.chatbot-bubble.assistant-rich.latest,.chatbot-bubble.assistant-rich.compact{width:100%}}.mitra-inline-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:10px;margin-top:12px;padding:14px;display:flex}.mitra-inline-form.saved{background:#f0fdf4;border-color:#bbf7d0}.mitra-inline-saved-badge{color:#15803d;font-size:.78rem;font-weight:800}.mitra-inline-saved-summary{color:#166534;font-size:.84rem;line-height:1.5}.mitra-inline-row{flex-wrap:wrap;gap:8px;display:flex}.mitra-inline-field{flex-direction:column;flex:110px;gap:4px;min-width:0;display:flex}.mitra-inline-field.grow{flex:2 180px}.mitra-inline-field span{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:.68rem;font-weight:700}.mitra-inline-field input,.mitra-inline-field select{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:7px 9px;font-size:.86rem}.mitra-inline-field input:focus,.mitra-inline-field select:focus{outline-offset:0;border-color:#4ade80;outline:2px solid #4ade80}.mitra-inline-checkbox{color:#334155;cursor:pointer;align-items:center;gap:8px;font-size:.82rem;display:flex}.mitra-inline-hint{color:#64748b;font-size:.78rem}.mitra-inline-errors{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:9px 12px;font-size:.8rem;line-height:1.5}.mitra-inline-questions{flex-direction:column;gap:6px;display:flex}.mitra-inline-questions button{text-align:left;color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:7px 10px;font-size:.8rem}.mitra-inline-actions{align-items:center;gap:8px;display:flex}.mitra-inline-save{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:9px;padding:9px 16px;font-size:.84rem;font-weight:700}.mitra-inline-save:hover{background:#15803d}.mitra-inline-fullform{color:#475569;cursor:pointer;background:0 0;border:1px solid #cbd5e1;border-radius:9px;padding:9px 14px;font-size:.82rem;font-weight:600}.mitra-progress{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:5px;min-width:220px;padding:10px 14px;display:flex}.mitra-progress-step{color:#64748b;align-items:center;gap:7px;font-size:.8rem;line-height:1.4;display:flex}.mitra-progress-step.done{color:#16a34a;opacity:.75}.mitra-progress-step.active{color:#0f172a;font-weight:600}.mitra-progress-spinner{border:2px solid #cbd5e1;border-top-color:#16a34a;border-radius:50%;flex-shrink:0;width:11px;height:11px;animation:.8s linear infinite mitra-spin}@keyframes mitra-spin{to{transform:rotate(360deg)}}.mitra-thinking{align-items:center;gap:9px;padding:7px 2px;display:inline-flex}.mitra-thinking-text{letter-spacing:-.005em;background:linear-gradient(90deg,#9aa6b8 0% 38%,#1c7a43 50%,#9aa6b8 62% 100%) 0 0/220% 100%;-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;font-size:.9rem;font-weight:600;animation:1.8s ease-in-out infinite mitra-shimmer,.32s both mitra-think-fade}@keyframes mitra-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@keyframes mitra-think-fade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.mitra-thinking-dots{flex-shrink:0;gap:3px;display:inline-flex}.mitra-thinking-dots i{background:#1c7a43;border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite mitra-think-dot}.mitra-thinking-dots i:nth-child(2){animation-delay:.18s}.mitra-thinking-dots i:nth-child(3){animation-delay:.36s}@keyframes mitra-think-dot{0%,to{opacity:.25;transform:translateY(0)}50%{opacity:1;transform:translateY(-2px)}}.mitra-thinking-avatar{animation:1.9s ease-in-out infinite mitra-avatar-breathe}@keyframes mitra-avatar-breathe{0%,to{box-shadow:0 0 #1c7a4300}50%{box-shadow:0 0 0 4px #1c7a4321}}@media (prefers-reduced-motion:reduce){.mitra-thinking-text{-webkit-text-fill-color:#64748b;color:#64748b;animation:none}.mitra-thinking-dots i,.mitra-thinking-avatar{animation-duration:.01ms}}.mitra-step-timeline{flex-direction:column;gap:4px;padding:6px 2px;display:flex}.mitra-step-row{color:#94a3b8;align-items:center;gap:8px;font-size:.86rem;animation:.28s both mitra-step-in;display:flex}.mitra-step-row.active .mitra-step-label{color:#334155;font-weight:600}.mitra-step-row.done .mitra-step-label{color:#94a3b8}.mitra-step-marker{flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.mitra-step-check{color:#1c7a43;font-size:.82rem;line-height:1}.mitra-step-spinner{border:2px solid #cbd5e1;border-top-color:#1c7a43;border-radius:50%;width:11px;height:11px;animation:.7s linear infinite mitra-spin}@keyframes mitra-step-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.mitra-do-action-list{flex-direction:column;gap:8px;width:calc(100% - 38px);margin:10px 0 0 38px;display:flex}.mitra-do-action{background:linear-gradient(135deg,#fff 0%,#f6faff 100%);border:1px solid #d5e6ff;border-radius:14px;align-items:flex-start;gap:11px;padding:12px 13px;transition:border-color .18s,box-shadow .18s,background .2s;display:flex}.mitra-do-action.done{background:linear-gradient(135deg,#f2fdf6 0%,#fbfefc 100%);border-color:#bbf7d0}.mitra-do-action.error{background:linear-gradient(135deg,#fef4f4 0%,snow 100%);border-color:#fecaca}.mitra-do-action.dismissed{opacity:.6;background:#fafafa;border-color:#e2e8f0}.mitra-do-action-icon{color:#2563eb;background:#eaf3ff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.mitra-do-action.done .mitra-do-action-icon{color:#1c7a43;background:#dcfce7}.mitra-do-action.error .mitra-do-action-icon{color:#dc2626;background:#fee2e2}.mitra-do-action-icon svg{width:16px;height:16px}.mitra-do-action-body{flex:1;min-width:0}.mitra-do-action-label{color:#0f172a;font-size:.92rem;font-weight:700}.mitra-do-action-reason{color:#64748b;margin-top:3px;font-size:.82rem;line-height:1.45}.mitra-do-action-result{flex-direction:column;gap:4px;margin-top:7px;font-size:.82rem;line-height:1.45;display:flex}.mitra-do-action-result.done{color:#15803d}.mitra-do-action-result.error{color:#dc2626}.mitra-do-action-result.dismissed{color:#94a3b8}.mitra-do-action-link{color:#1d4ed8;word-break:break-all;background:#eff6ff;border-radius:6px;padding:3px 6px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.74rem}.mitra-do-action-buttons{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.mitra-do-action-run{color:#fff;cursor:pointer;white-space:nowrap;background:#1c7a43;border:none;border-radius:9px;padding:7px 14px;font-size:.82rem;font-weight:700;transition:background .16s,transform .16s}.mitra-do-action-run:hover:not(:disabled){background:#166534;transform:translateY(-1px)}.mitra-do-action-run:disabled{opacity:.65;cursor:default}.mitra-do-action-dismiss{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:9px;padding:6px 12px;font-size:.8rem;font-weight:600;transition:border-color .16s,color .16s}.mitra-do-action-dismiss:hover:not(:disabled){color:#475569;border-color:#cbd5e1}.mitra-do-action-dismiss:disabled{opacity:.6;cursor:default}@media (prefers-reduced-motion:reduce){.mitra-step-spinner{animation-duration:.01ms}.mitra-step-row{animation:none}.mitra-do-action,.mitra-do-action-run{transition:none}.mitra-do-action-run:hover:not(:disabled){transform:none}}.chatbot-attach-btn{cursor:pointer;color:#64748b;background:0 0;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.chatbot-attach-btn svg{width:17px;height:17px}.chatbot-attach-btn:hover:not(:disabled){color:#16a34a;border-color:#4ade80}.chatbot-attach-btn:disabled{opacity:.5;cursor:not-allowed}.chatbot-agent-answer{color:#283445;-webkit-font-smoothing:antialiased;word-break:break-word;overflow-wrap:anywhere;font-size:.94rem;line-height:1.72}.chatbot-agent-answer h1{color:#0c1a2e;letter-spacing:-.02em;margin:22px 0 10px;font-size:1.32rem;font-weight:800;line-height:1.25}.chatbot-agent-answer h2{color:#0c1a2e;letter-spacing:-.015em;margin:22px 0 9px;font-size:1.13rem;font-weight:800;line-height:1.3}.chatbot-agent-answer h3{color:#13314a;letter-spacing:-.01em;margin:18px 0 6px;font-size:1rem;font-weight:750;line-height:1.35}.chatbot-agent-answer h4{color:#1c7a43;text-transform:uppercase;letter-spacing:.04em;margin:16px 0 4px;font-size:.9rem;font-weight:700}.chatbot-agent-answer h1:first-child,.chatbot-agent-answer h2:first-child,.chatbot-agent-answer h3:first-child,.chatbot-agent-answer h4:first-child,.chatbot-agent-answer p:first-child{margin-top:0}.chatbot-agent-answer p{margin:10px 0}.chatbot-agent-answer ul,.chatbot-agent-answer ol{gap:7px;margin:10px 0;padding-left:20px;display:grid}.chatbot-agent-answer li{padding-left:3px}.chatbot-agent-answer li>ul,.chatbot-agent-answer li>ol{margin:7px 0 0}.chatbot-agent-answer li::marker{color:#1c7a43;font-weight:700}.chatbot-agent-answer strong{color:#0c1a2e;font-weight:700}.chatbot-agent-answer a{color:#1c7a43;text-underline-offset:2px;font-weight:600;text-decoration:underline;text-decoration-thickness:1px}.chatbot-agent-answer a:hover{color:#15803d}.chatbot-table-wrap{-webkit-overflow-scrolling:touch;border:1px solid #0f172a1a;border-radius:12px;margin:14px 0;overflow-x:auto;box-shadow:0 1px 2px #0f172a08}.chatbot-agent-answer .chatbot-table-wrap table{border:none;border-radius:0;margin:0}.chatbot-agent-answer table{border-collapse:collapse;width:100%;font-size:.86rem;line-height:1.5}.chatbot-agent-answer th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#51606f;white-space:nowrap;background:#f4f7f9;border-bottom:1px solid #0f172a1a;padding:10px 14px;font-size:.7rem;font-weight:700}.chatbot-agent-answer td{font-variant-numeric:tabular-nums;vertical-align:top;border-bottom:1px solid #0f172a0f;padding:9px 14px}.chatbot-agent-answer tbody tr:nth-child(2n) td{background:#0f172a05}.chatbot-agent-answer tr:last-child td{border-bottom:none}.chatbot-agent-answer blockquote{color:#334155;background:#1c7a430d;border-left:3px solid #1c7a43;border-radius:0 10px 10px 0;margin:14px 0;padding:10px 16px}.chatbot-agent-answer blockquote p{margin:4px 0}.chatbot-agent-answer code{font-size:.85em;font-family:var(--font-mono,ui-monospace, "SF Mono", Menlo, monospace);color:#b91c5c;background:#0f172a0e;border-radius:5px;padding:1.5px 6px}.chatbot-agent-answer pre{background:#0c1a2e;border-radius:12px;margin:14px 0;padding:14px 16px;line-height:1.6;overflow-x:auto}.chatbot-agent-answer pre code{color:#e2e8f0;background:0 0;padding:0;font-size:.84rem}.chatbot-agent-answer hr{border:none;border-top:1px solid #0f172a17;margin:20px 0}.mitra-visual{background:linear-gradient(#fbfcfd 0%,#f6f8fa 100%);border:1px solid #0f172a12;border-radius:12px;margin:4px 0 12px;padding:14px 16px}.mitra-visual-title{text-transform:uppercase;letter-spacing:.07em;color:#5b6776;margin-bottom:10px;font-size:.72rem;font-weight:800}.mitra-visual-metrics{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;display:grid}.mitra-visual-metric{background:#fff;border:1px solid #0f172a12;border-radius:11px;padding:11px 13px;box-shadow:0 1px 2px #0f172a08}.mitra-visual-metric-label{text-transform:uppercase;letter-spacing:.05em;color:#748096;margin-bottom:4px;font-size:.66rem;font-weight:700}.mitra-visual-metric-value{font-variant-numeric:tabular-nums;letter-spacing:-.01em;font-size:1.18rem;font-weight:800;line-height:1.15}.mitra-visual-metric-detail{color:#64748b;margin-top:3px;font-size:.72rem;line-height:1.4}.mitra-visual-bars{gap:10px;display:grid}.mitra-visual-bar-head{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:4px;display:flex}.mitra-visual-bar-label{color:#334155;min-width:0;font-size:.8rem;font-weight:600}.mitra-visual-bar-label em{color:#94a3b8;font-size:.72rem;font-style:normal;font-weight:500}.mitra-visual-bar-value{font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.8rem;font-weight:750}.mitra-visual-bar-track{background:#0f172a0f;border-radius:6px;height:9px;overflow:hidden}.mitra-visual-bar-fill{border-radius:6px;width:0;height:100%;animation:.8s cubic-bezier(.22,1,.36,1) forwards mitraBarGrow}@keyframes mitraBarGrow{to{width:var(--w,100%)}}.chatbot-window{border-radius:22px;box-shadow:0 32px 90px #0206174d,0 0 0 1px #0f172b0d}.chatbot-header{background:linear-gradient(165deg,#0f172b 0%,#13203c 100%);border-bottom:none;padding:14px 16px;position:relative}.chatbot-header:after{content:"";background:linear-gradient(90deg,#1c7a43,#2f9e5f 40%,#0000 90%);height:2px;position:absolute;bottom:0;left:0;right:0}.chatbot-message.user .chatbot-bubble{color:#fff;background:linear-gradient(#1f8a4c 0%,#1c7a43 100%);border-radius:16px 16px 4px;box-shadow:0 6px 16px -6px #11492b66}.chatbot-input-area{background:#fbfcfd;border-top:1px solid #0f172a0f;gap:8px;padding:12px 14px 14px}.chatbot-input{background:#fff;border:1px solid #0f172a1f;border-radius:14px;transition:border-color .18s,box-shadow .18s;box-shadow:inset 0 1px 2px #0f172a08}.chatbot-input:focus{border-color:#1c7a43;outline:none;box-shadow:0 0 0 4px #1c7a431f}.chatbot-send-btn{background:linear-gradient(#1f8a4c 0%,#1c7a43 100%);border-radius:12px;box-shadow:inset 0 1px #ffffff2e,0 6px 14px -6px #11492b80}.chatbot-send-btn:disabled{box-shadow:none;background:#cbd5e1}.chatbot-followup-btn{color:#334155;background:#fff;border:1px solid #0f172a1a;border-radius:11px;transition:border-color .15s,background .15s,color .15s}.chatbot-followup-btn:hover{color:#14532d;background:#1c7a430d;border-color:#1c7a43}.mitra-welcome-status{text-align:left;background:linear-gradient(165deg,#0f172b 0%,#14253f 70%,#14532d 220%);border-radius:16px;align-items:center;gap:16px;margin-bottom:18px;padding:18px;display:flex;box-shadow:0 16px 40px -12px #02061766}.mitra-welcome-ring{background:radial-gradient(closest-side, #0f172b 78%, transparent 79% 100%), conic-gradient(#2f9e5f calc(var(--p,0) * 1%), #ffffff1f 0);border-radius:50%;flex-shrink:0;place-items:center;width:64px;height:64px;display:grid}.mitra-welcome-ring span{color:#fff;font-variant-numeric:tabular-nums;font-size:.86rem;font-weight:800}.mitra-welcome-org{color:#fff;letter-spacing:-.01em;font-size:.95rem;font-weight:750}.mitra-welcome-stage{color:#ecfdf5bf;margin-top:2px;font-size:.78rem}.mitra-welcome-missing{color:#fcd34d;margin-top:5px;font-size:.74rem}.mitra-welcome-divider{align-items:center;gap:10px;margin:0 0 10px;display:flex}.mitra-welcome-divider:before,.mitra-welcome-divider:after{content:"";background:#0f172a14;flex:1;height:1px}.mitra-welcome-divider span{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-size:.68rem;font-weight:800}.chatbot-quick-questions{gap:7px;display:grid}.chatbot-quick-btn{border-radius:11px;align-items:center;gap:9px;padding:10px 13px;display:flex}.chatbot-quick-arrow{color:#1c7a43;flex-shrink:0;font-weight:800}.chatbot-quick-btn:hover{color:#14532d;background:#1c7a430f;border-color:#1c7a43}.chatbot-quick-btn:hover .chatbot-quick-arrow{color:#14532d}.mitra-welcome-upload{color:#64748b;cursor:pointer;background:0 0;border:1px dashed #0f172a2e;border-radius:11px;width:100%;margin-top:12px;padding:10px;font-size:.8rem;font-weight:600;transition:border-color .15s,color .15s}.mitra-welcome-upload:hover{color:#14532d;border-color:#1c7a43}@media (pointer:coarse),(max-width:768px){.chatbot-followup-btn,.chatbot-quick-btn,.chatbot-header-btn,.chatbot-detail-toggle,.mitra-inline-save,.mitra-inline-fullform,.chatbot-attach-btn,.chatbot-send-btn{min-width:44px;min-height:44px}.chatbot-input{font-size:16px}}@media (max-width:480px){.chatbot-header-title{white-space:nowrap;font-size:.92rem}.chatbot-header-subtitle{display:none}.chatbot-lang-selector{max-width:86px}.chatbot-header-left{flex-shrink:1;min-width:0}}.chatbot-window.fullscreen .chatbot-messages{padding:28px clamp(20px,5vw,56px)}.chatbot-window.fullscreen .chatbot-bubble.assistant-rich.latest{width:100%;max-width:100%}.chatbot-window.fullscreen .chatbot-agent-answer{font-size:.98rem;line-height:1.75}.chatbot-window.fullscreen .chatbot-agent-answer h1{font-size:1.5rem}.chatbot-window.fullscreen .chatbot-agent-answer h2{font-size:1.25rem}.chatbot-window.fullscreen .chatbot-agent-answer h3{font-size:1.08rem}.chatbot-window.fullscreen .chatbot-agent-answer{max-width:760px}.chatbot-window.fullscreen .mitra-visual-metrics{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.chatbot-window.fullscreen .mitra-visual-metric-value{font-size:1.45rem}.chatbot-window.fullscreen .chatbot-input-area{padding:14px clamp(20px,5vw,56px) 18px}.chatbot-window.fullscreen .chatbot-header{padding:16px clamp(20px,5vw,56px)}.chatbot-mic-btn.listening{color:#dc2626;background:#fef2f2;border-color:#fca5a5;animation:1.4s ease-in-out infinite mitra-mic-pulse}@keyframes mitra-mic-pulse{0%,to{box-shadow:0 0 #dc262647}50%{box-shadow:0 0 0 6px #dc262600}}.chatbot-stop-btn{color:#fff;background:#0f172b!important}.chatbot-stop-btn:hover{background:#dc2626!important}.mitra-answer-actions{opacity:.55;align-items:center;gap:4px;width:calc(100% - 44px);max-width:720px;margin:2px 0 10px 44px;transition:opacity .15s;display:flex}.mitra-answer-actions:hover{opacity:1}.mitra-answer-action{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:7px;align-items:center;gap:5px;padding:4px 8px;font-size:.72rem;font-weight:600;transition:background .12s,color .12s;display:inline-flex}.mitra-answer-action:hover:not(:disabled){color:#0f172b;background:#f1f5f9}.mitra-answer-action svg{width:13px;height:13px}.mitra-answer-spacer{flex:1}.mitra-answer-action.mitra-feedback{padding:4px 6px}.mitra-answer-action.mitra-feedback:disabled{cursor:default}.mitra-answer-action.active-up{color:#1c7a43;background:#f0fdf4}.mitra-answer-action.active-down{color:#dc2626;background:#fef2f2}.chatbot-window.fullscreen .mitra-answer-actions{margin-left:44px}@media (max-width:768px){.chatbot-window:not(.fullscreen){border-radius:0;width:100vw;max-width:none;height:100dvh;max-height:none;inset:0}.chatbot-button{bottom:calc(16px + env(safe-area-inset-bottom,0px));right:16px}.chatbot-input-area,.chatbot-window.fullscreen .chatbot-input-area{padding-bottom:calc(14px + env(safe-area-inset-bottom,0px))}}.chatbot-header-btn.active{color:#fff;background:#1f8a4c38}.mitra-history-panel{z-index:20;background:#fff;flex-direction:column;animation:.18s ease-out mitra-history-in;display:flex;position:absolute;inset:0}@keyframes mitra-history-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.mitra-history-head{border-bottom:1px solid #0f172a12;flex-shrink:0;align-items:center;gap:10px;padding:14px 16px;display:flex}.mitra-history-back{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.mitra-history-back:hover{color:#0f172b;background:#f1f5f9}.mitra-history-back svg{width:17px;height:17px}.mitra-history-title{color:#0f172a;flex:1;font-size:.95rem;font-weight:750}.mitra-history-new{color:#14532d;cursor:pointer;background:#1c7a430f;border:1px solid #1c7a434d;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:7px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.mitra-history-new:hover{background:#1c7a431f;border-color:#1c7a43}.mitra-history-new svg{width:13px;height:13px}.mitra-history-list{flex-direction:column;flex:1;gap:2px;padding:8px;display:flex;overflow-y:auto}.mitra-history-empty{text-align:center;color:#94a3b8;padding:40px 20px;font-size:.88rem}.mitra-history-row{border-radius:10px;align-items:center;gap:6px;padding:4px 6px 4px 10px;transition:background .12s;display:flex}.mitra-history-row:hover{background:#f6f8fa}.mitra-history-row.current{background:#1c7a4312}.mitra-history-open{text-align:left;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;gap:2px;min-width:0;padding:8px 4px;display:flex}.mitra-history-row-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.mitra-history-row-meta{color:#94a3b8;font-variant-numeric:tabular-nums;font-size:.72rem}.mitra-history-rename{color:#0f172a;border:1px solid #1c7a43;border-radius:8px;outline:none;flex:1;min-width:0;padding:8px 10px;font-family:inherit;font-size:.88rem;box-shadow:0 0 0 3px #1c7a431f}.mitra-history-row-actions{opacity:0;flex-shrink:0;gap:2px;transition:opacity .12s;display:flex}.mitra-history-row:hover .mitra-history-row-actions,.mitra-history-row.current .mitra-history-row-actions{opacity:1}.mitra-history-row-actions button{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.mitra-history-row-actions button:hover{color:#0f172b;background:#e2e8f0}.mitra-history-row-actions button:last-child:hover{color:#dc2626;background:#fee2e2}.mitra-history-row-actions svg{width:14px;height:14px}.mitra-history-confirm{color:#64748b;flex-shrink:0;align-items:center;gap:8px;padding-right:4px;font-size:.76rem;display:inline-flex}.mitra-history-confirm button{cursor:pointer;border:none;border-radius:7px;padding:5px 12px;font-size:.76rem;font-weight:700}.mitra-history-confirm button.yes{color:#fff;background:#dc2626}.mitra-history-confirm button.no{color:#334155;background:#e2e8f0}@media (pointer:coarse),(max-width:768px){.mitra-history-row-actions{opacity:1}.mitra-history-row-actions button{width:40px;height:40px}}
