@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#111d39;background:#f7f9fd;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.blank-canvas{min-height:100vh;background:#fff;transition:background .25s ease}.blank-canvas.dark{background:#080d18}.chatbot-root{position:fixed;z-index:100;right:28px;bottom:25px;--brand: #1473f5}.floating-button{width:68px;height:68px;border:0;padding:0;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#2688ff,#0861e7);box-shadow:0 13px 32px #0c62de59;transition:transform .2s,box-shadow .2s;position:relative}.floating-button:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 18px 38px #0c62de66}.assistant-avatar{width:36px;height:36px;flex:0 0 auto;border-radius:50%;color:#0f2a54;background:#fff;border:6px solid #63a8ff;display:grid;place-items:center;box-shadow:0 2px 7px #164a912e}.assistant-avatar.large{width:47px;height:47px;border-width:7px}.online-dot{position:absolute;width:14px;height:14px;background:#16b86b;border:3px solid white;border-radius:50%;right:1px;top:1px}.chat-hint{position:absolute;right:79px;bottom:7px;width:170px;background:#fff;border-radius:15px;padding:13px 17px;box-shadow:0 12px 35px #1b335b29;animation:floatIn .35s ease both}.chat-hint:after{content:"";position:absolute;right:-7px;bottom:18px;width:15px;height:15px;background:#fff;transform:rotate(45deg)}.chat-hint strong,.chat-hint span{display:block;font-size:13px}.chat-hint span{color:#6c7993;margin-top:3px;font-size:11px}.chat-hint button{position:absolute;right:5px;top:4px;border:0;background:transparent;color:#8490a5;padding:3px}.chat-hint button svg{width:12px}.chat-window{width:min(390px,calc(100vw - 32px));height:min(625px,calc(100vh - 45px));background:#fff;border:1px solid #e7ebf2;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 70px #172a4b33;transform-origin:bottom right;animation:windowIn .25s ease both;transition:width .25s,height .25s}.chat-window.expanded{width:min(640px,calc(100vw - 32px));height:min(780px,calc(100vh - 45px))}.chat-header{min-height:79px;padding:14px 15px;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid #e9edf3}.chat-identity{flex:1;min-width:0}.chat-identity strong{display:block;font:700 15px Manrope}.chat-identity span{display:flex;align-items:center;gap:5px;font-size:11px;margin:2px 0}.chat-identity span i{width:8px;height:8px;border-radius:50%;background:#13bb6a}.chat-identity small{color:#6b7893;display:block;font-size:11px}.chat-status-line{display:flex;align-items:center;gap:8px}.theme-switch{display:inline-flex;align-items:center;gap:3px;height:20px;padding:2px 7px;border:0;border-radius:99px;color:#64748b;background:#f0f4f9;font-size:9px}.theme-switch svg{width:11px;height:11px}.mode-switch.ai{color:var(--brand);background:color-mix(in srgb,var(--brand) 12%,transparent)}.window-actions{display:flex;gap:1px}.window-actions button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;background:transparent;color:#31517d;border-radius:8px}.window-actions button:hover{background:#f0f4fa}.window-actions svg{width:15px}.message-list{flex:1;overflow-y:auto;padding:15px 15px 7px;scrollbar-width:thin;scrollbar-color:#d5deeb transparent}.date-chip{margin:0 auto 15px;width:max-content;font-size:10px;color:#8995a9;background:#f5f7fa;border-radius:99px;padding:4px 10px}.message-row{display:flex;gap:9px;margin-bottom:15px;align-items:flex-start}.message-row.user{justify-content:flex-end}.message-stack{max-width:78%}.message-row.user .message-stack{display:flex;flex-direction:column;align-items:flex-end}.message-row:has(.chat-chart) .message-stack{max-width:94%;width:100%}.message-bubble{white-space:pre-line;font-size:13px;line-height:1.45;color:#172038;background:#f0f2f6;padding:11px 14px;border-radius:7px 16px 16px}.user .message-bubble{color:#fff;background:linear-gradient(145deg,#1880ff,#0868eb);border-radius:16px 7px 16px 16px}.message-bubble.audio-message{width:245px;padding:10px 12px}.audio-label{display:flex;align-items:center;gap:6px;margin-bottom:7px;font-size:11px;font-weight:600}.audio-message audio{display:block;width:100%;height:32px;accent-color:var(--brand)}.audio-transcript{display:block;margin-top:9px;padding-top:8px;border-top:1px solid rgba(255,255,255,.24);font-size:12px;line-height:1.45}.message-meta{color:#8995ab;font-size:9px;display:flex;align-items:center;gap:3px;margin-top:4px}.user .message-meta svg{color:var(--brand)}.message-tools{display:flex;gap:5px;margin-top:7px}.message-tools button{display:flex;align-items:center;gap:4px;min-height:28px;padding:5px 9px;border:0;border-radius:9px;background:#f3f5f8;color:#52617c;font-size:10px}.message-tools button.copied{color:#087f4f;background:#e8f8f0}.message-tools svg{width:13px;height:13px}.chat-chart{width:100%;margin-top:8px;padding:13px 9px 5px;border:1px solid #e6ebf3;border-radius:14px;background:#fff;box-shadow:0 5px 18px #1d365a0f}.chat-chart>strong{display:block;padding:0 5px;font-size:12px;color:#1c2942}.chart-legend{display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;padding:5px;color:#718099;font-size:9px}.chart-legend span{display:inline-flex;align-items:center;gap:5px}.chart-legend i{width:7px;height:7px;border-radius:50%}.chat-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:100%;margin-top:8px}.chat-stat{position:relative;min-width:0;padding:11px;border:1px solid #e6ebf3;border-radius:12px;background:#fff;box-shadow:0 5px 18px #1d365a0d}.chat-stat span{display:block;overflow:hidden;color:#718099;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.chat-stat strong{display:block;margin-top:4px;color:#1c2942;font-size:16px}.chat-stat small{position:absolute;right:9px;bottom:11px;font-size:9px;font-weight:700}.chat-stat small.up{color:#0d9a60}.chat-stat small.down{color:#dc4b4b}.thinking-row{animation:thinkingIn .25s ease both}.thinking-bubble{display:flex;align-items:center;gap:9px;padding:11px 13px;border-radius:7px 16px 16px;background:#f0f2f6;color:#68758d;font-size:11px}.thinking-dots{display:flex;align-items:center;gap:3px}.thinking-dots i{width:5px;height:5px;border-radius:50%;background:var(--brand);animation:thinkingDot 1s ease-in-out infinite}.thinking-dots i:nth-child(2){animation-delay:.15s}.thinking-dots i:nth-child(3){animation-delay:.3s}.composer{min-height:68px;margin:0;padding:10px 11px 11px;border-top:1px solid #e7ebf2;display:flex;align-items:center;gap:4px;background:#fff}.composer textarea{flex:1;resize:none;border:0;outline:0;max-height:70px;color:#1f2c44;font-size:12px;padding:11px 4px}.composer textarea::placeholder{color:#8995aa}.composer-icon{width:31px;height:36px;border:0;background:transparent;color:#5e6e88;display:grid;place-items:center;padding:0;border-radius:9px}.composer-icon:hover{background:#f1f5fa}.composer-icon svg{width:18px}.send-button{border:0;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;color:#fff;background:var(--brand);box-shadow:0 6px 15px color-mix(in srgb,var(--brand) 32%,transparent)}.send-button:disabled{background:#a9c8ec;cursor:default;box-shadow:none}.send-button svg{width:19px;transform:translate(-1px,1px)}.voice-view{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:25px 28px 20px;text-align:center}.voice-pulse{width:145px;height:145px;border-radius:50%;background:#eff5fd;display:grid;place-items:center;box-shadow:inset 0 0 0 17px #e0edfd,inset 0 0 0 34px #c8dffd;margin-bottom:19px}.voice-pulse span{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;color:#fff;background:linear-gradient(145deg,#197fff,#0964e8);box-shadow:0 9px 25px #0c68eb4d;animation:pulse 1.5s ease-in-out infinite}.voice-pulse svg{width:32px;height:32px}.voice-view>strong{font-size:15px}.waveform{height:50px;width:230px;display:flex;align-items:center;justify-content:center;gap:3px;margin:17px 0 10px}.waveform i{width:3px;border-radius:5px;background:var(--brand);animation:wave .85s ease-in-out infinite alternate}.waveform i:nth-child(3n){animation-delay:-.35s;opacity:.38}.waveform i:nth-child(4n){animation-delay:-.6s;opacity:.65}.voice-view blockquote{max-width:260px;margin:4px 0 6px;font-size:14px;line-height:1.45}.voice-view time{color:#52617e;font-size:12px}.voice-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;margin-top:auto}.voice-actions button{height:44px;border:0;border-radius:9px;background:#f0f2f6;color:#344563}.voice-actions .send-voice{background:var(--brand);color:#fff;box-shadow:0 8px 18px #1473f538}.voice-actions .send-voice:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}@keyframes windowIn{0%{opacity:0;transform:translateY(12px) scale(.96)}}@keyframes floatIn{0%{opacity:0;transform:translate(8px)}}@keyframes pulse{50%{transform:scale(1.06)}}@keyframes wave{to{transform:scaleY(.45)}}@keyframes thinkingDot{0%,60%,to{transform:translateY(0);opacity:.35}30%{transform:translateY(-4px);opacity:1}}@keyframes thinkingIn{0%{opacity:0;transform:translateY(5px)}}@media(max-width:820px){.chatbot-root{right:16px;bottom:16px}}@media(max-width:500px){.chat-window{height:calc(100dvh - 32px);border-radius:17px}.chat-window.expanded{height:calc(100dvh - 32px)}.chat-hint{display:none}}@media(min-width:600px){.chat-window{width:430px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.chatbot-root.dark .chat-window{color:#e7edf8;background:#111827;border-color:#273248;box-shadow:0 24px 70px #00000080}.chatbot-root.dark .chat-header,.chatbot-root.dark .composer{background:#111827;border-color:#273248}.chatbot-root.dark .chat-identity small,.chatbot-root.dark .message-meta{color:#8290a8}.chatbot-root.dark .theme-switch{color:#f2c96d;background:#263147}.chatbot-root.dark .mode-switch.demo{color:#cbd5e1}.chatbot-root.dark .mode-switch.ai{color:#8cbcff;background:#1c2f4d}.chatbot-root.dark .window-actions button{color:#9fb0cb}.chatbot-root.dark .window-actions button:hover,.chatbot-root.dark .composer-icon:hover{background:#1d293d}.chatbot-root.dark .date-chip{color:#94a3b8;background:#1d2939}.chatbot-root.dark .message-bubble,.chatbot-root.dark .thinking-bubble{color:#e6edf7;background:#202b3d}.chatbot-root.dark .message-tools button{color:#aebbd0;background:#1d2939}.chatbot-root.dark .message-tools button.copied{color:#61d7a3;background:#15382e}.chatbot-root.dark .composer textarea{color:#e7edf8;background:transparent}.chatbot-root.dark .composer textarea::placeholder{color:#728198}.chatbot-root.dark .chat-chart{color:#e7edf8;background:#172033;border-color:#2a3750;box-shadow:none}.chatbot-root.dark .chat-chart>strong{color:#e7edf8}.chatbot-root.dark .chat-stat{background:#172033;border-color:#2a3750;box-shadow:none}.chatbot-root.dark .chat-stat strong{color:#e7edf8}.chatbot-root.dark .chat-stat span,.chatbot-root.dark .chart-legend{color:#9aa9c0}.chatbot-root.dark .voice-view{background:#111827}.chatbot-root.dark .voice-pulse{background:#18243a;box-shadow:inset 0 0 0 17px #1c2f4d,inset 0 0 0 34px #20416d}.chatbot-root.dark .voice-actions button{color:#cbd5e1;background:#202b3d}.chatbot-root.dark .voice-actions .send-voice{color:#fff;background:var(--brand)}.chatbot-root.dark .chat-hint{color:#e7edf8;background:#172033}.chatbot-root.dark .chat-hint:after{background:#172033}
