.ai-chat-widget{position:fixed;bottom:24px;right:24px;z-index:40;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.chat-fab{display:flex;align-items:center;gap:12px;padding:12px 20px 12px 12px;background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff;border:none;border-radius:50px;cursor:pointer;box-shadow:0 4px 20px #e91e6366;transition:all .3s ease;position:relative}.chat-fab:hover{transform:translateY(-2px);box-shadow:0 6px 28px #e91e6380}.chat-fab.has-notification{animation:pulse 2s infinite}@keyframes pulse{0%,to{box-shadow:0 4px 20px #e91e6366}50%{box-shadow:0 4px 30px #e91e6399}}.chat-fab-avatar{width:36px;height:36px;border-radius:50%;border:2px solid rgba(255,255,255,.3)}.chat-fab-text{font-weight:500;font-size:14px}.chat-fab-badge{position:absolute;top:-6px;right:-6px;background:#ff5722;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.chat-modal{position:fixed;bottom:24px;right:24px;width:380px;height:550px;max-height:calc(100vh - 48px);background:#fff;border-radius:20px;box-shadow:0 10px 50px #00000026;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.chat-modal-expanded{width:600px;height:80vh;max-height:800px}@media(max-width:640px){.chat-modal{width:calc(100vw - 32px);height:calc(100vh - 100px);right:16px;bottom:80px;border-radius:16px}.chat-modal-expanded{width:calc(100vw - 32px)}}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff}.chat-header-info{display:flex;align-items:center;gap:12px}.chat-avatar{position:relative;width:44px;height:44px}.chat-avatar img{width:100%;height:100%;border-radius:50%;border:2px solid rgba(255,255,255,.3)}.chat-avatar.avatar-thinking img{animation:thinking 1s ease-in-out infinite}@keyframes thinking{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.avatar-status{position:absolute;bottom:2px;right:2px;width:10px;height:10px;border-radius:50%;border:2px solid white}.avatar-status.status-online{background:#4caf50}.avatar-status.status-thinking{background:#ff9800;animation:blink 1s infinite}.avatar-status.status-searching{background:#2196f3;animation:blink .5s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.chat-title{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:600;margin:0}.ai-badge{width:14px;height:14px;color:gold}.chat-subtitle{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.9;margin:2px 0 0}.remote-presence-badge{margin:6px 0 0;font-size:11px;font-weight:600;background:#fff3;border:1px solid rgba(255,255,255,.35);padding:2px 8px;border-radius:9999px;display:inline-flex;width:fit-content}.status-dot{width:6px;height:6px;border-radius:50%}.status-dot.status-online{background:#4caf50}.status-dot.status-thinking{background:#ff9800}.status-dot.status-searching{background:#2196f3}.status-dot.status-typing{background:#4caf50}.chat-header-actions{display:flex;align-items:center;gap:8px}.chat-action-btn,.chat-close{background:#ffffff26;border:none;border-radius:8px;padding:8px;cursor:pointer;color:#fff;transition:all .2s}.chat-action-btn:hover,.chat-close:hover{background:#ffffff40}.chat-action-btn svg{width:18px;height:18px}.chat-close svg{width:20px;height:20px}.chat-connection-banner{padding:7px 12px;font-size:12px;font-weight:500;border-bottom:1px solid transparent}.chat-connection-banner.banner-reconnecting{background:#fff7ed;color:#9a3412;border-bottom-color:#fdba74}.chat-connection-banner.banner-offline{background:#fef2f2;color:#b91c1c;border-bottom-color:#fca5a5}.chat-connection-banner.banner-degraded{background:#eff6ff;color:#1d4ed8;border-bottom-color:#93c5fd}.empty-state{flex:1;display:flex;flex-direction:column;padding:16px;overflow-y:auto}.empty-state-content{text-align:center;padding:8px 0}.empty-avatar{width:56px;height:56px;margin:0 auto 10px}.empty-avatar img{width:100%;height:100%;border-radius:50%;border:3px solid #e91e63}.empty-state h4{margin:0 0 4px;font-size:16px;color:#333}.empty-state p{margin:0;font-size:13px;color:#666}.quick-suggestions{margin-top:12px}.suggestions-title{font-size:13px;font-weight:500;color:#666;margin:0 0 12px}.suggestions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.suggestion-btn{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:10px;cursor:pointer;text-align:left;transition:all .2s;font-size:12px;color:#495057}.suggestion-btn:hover{background:#fff;border-color:#e91e63;color:#e91e63;transform:translateY(-1px);box-shadow:0 4px 12px #e91e631a}.suggestion-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0}.suggestion-icon svg{width:16px;height:16px;fill:currentColor}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px;position:relative;scroll-behavior:smooth}.message-wrapper{display:flex;gap:10px;animation:messageIn .3s ease}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user{justify-content:flex-end}.message-ai{justify-content:flex-start}.message-avatar{width:32px;height:32px;border-radius:50%;flex-shrink:0}.message-content{max-width:85%}.message-bubble{padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.5;word-wrap:break-word}.message-user .message-bubble{background:linear-gradient(135deg,#e91e63,#c2185b);color:#fff;border-bottom-right-radius:4px}.message-ai .message-bubble{background:#f1f3f4;color:#333;border-bottom-left-radius:4px}.message-bubble.message-typing{background:linear-gradient(90deg,#f1f3f4 25%,#e8eaed,#f1f3f4 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.message-bubble code,.message-bubble .msg-code{background:#00000014;padding:2px 6px;border-radius:4px;font-family:Fira Code,monospace;font-size:13px}.message-bubble strong{font-weight:600;color:#1a1a1a}.message-bubble .msg-h3{font-size:15px;font-weight:600;margin:12px 0 8px;color:#e91e63}.message-bubble .msg-h4{font-size:14px;font-weight:600;margin:10px 0 6px;color:#333}.message-bubble .msg-li{display:block;padding-left:16px;position:relative;margin:4px 0}.message-bubble .msg-li:before{content:"•";position:absolute;left:4px;color:#e91e63;font-weight:700}.message-bubble .msg-li-num{display:block;padding-left:20px;position:relative;margin:4px 0;counter-increment:msg-counter}.message-bubble .msg-li-num:before{content:counter(msg-counter) ".";position:absolute;left:0;color:#e91e63;font-weight:600}.message-bubble .msg-highlight{background:linear-gradient(120deg,#ffeaa7,#fdcb6e);padding:1px 4px;border-radius:3px;color:#2d3436}.message-footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px;padding:0 4px}.message-time{font-size:11px;color:#999}.message-tools{display:flex;align-items:center;gap:4px;opacity:0;transition:opacity .2s}.message-content:hover .message-tools{opacity:1}.tool-btn{background:none;border:none;padding:4px;cursor:pointer;color:#999;border-radius:4px;transition:all .2s}.tool-btn:hover{background:#f0f0f0;color:#333}.feedback-buttons{display:flex;gap:4px}.feedback-btn-like,.feedback-btn-dislike{padding:4px 6px;border-radius:4px;transition:all .2s}.feedback-btn-like:hover{background:#4caf501a;color:#4caf50}.feedback-btn-dislike:hover{background:#f443361a;color:#f44336}.feedback-btn-like svg,.feedback-btn-dislike svg{width:14px;height:14px}.feedback-thanks{display:flex;align-items:center;gap:4px;font-size:11px;color:#4caf50}.scroll-to-bottom{position:sticky;bottom:8px;left:50%;transform:translate(-50%);background:#fff;border:1px solid #e0e0e0;border-radius:20px;padding:6px 12px;display:flex;align-items:center;gap:6px;font-size:12px;color:#666;cursor:pointer;box-shadow:0 2px 8px #0000001a;z-index:10}.scroll-to-bottom:hover{background:#f5f5f5}.message-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.08)}.message-actions:empty{display:none}.action-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease}.action-btn:disabled{opacity:.5;cursor:not-allowed}.action-btn-primary{background:linear-gradient(135deg,#e91e63,#d81b60);color:#fff;box-shadow:0 2px 8px #e91e634d}.action-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #e91e6366}.action-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.action-btn-secondary:hover:not(:disabled){background:#e5e7eb}.action-btn-outline{background:transparent;color:#e91e63;border:1px solid #e91e63}.action-btn-outline:hover:not(:disabled){background:#e91e630d}.action-result{margin-top:8px;padding:8px 12px;background:#e8f5e9;border-radius:8px;font-size:13px;color:#2e7d32}.typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 16px;background:#f1f3f4;border-radius:18px 18px 18px 4px}.typing-indicator span{width:8px;height:8px;background:#999;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(.6)}40%{transform:scale(1)}}.history-loading{flex:1;display:flex;align-items:center;justify-content:center}.history-loading-content{text-align:center;color:#666}.history-rosy-avatar img{width:60px;height:60px;border-radius:50%;animation:thinking 1s ease-in-out infinite}.history-loading p{margin-top:12px;font-size:14px}.chat-input{display:flex;gap:8px;padding:12px 16px;border-top:1px solid #e9ecef;background:#fafafa}.input-wrapper{flex:1;position:relative}.chat-input textarea{width:100%;padding:12px 16px;border:1px solid #e0e0e0;border-radius:24px;font-size:14px;resize:none;outline:none;background:#fff;transition:all .2s;min-height:44px;max-height:120px;font-family:inherit}.chat-input textarea:focus{border-color:#e91e63;box-shadow:0 0 0 3px #e91e631a}.chat-input textarea:disabled{background:#f5f5f5}.input-hint{position:absolute;bottom:-16px;right:12px;font-size:10px;color:#999}.keyboard-shortcut{background:#f0f0f0;padding:1px 4px;border-radius:3px;font-family:monospace}.send-btn{width:44px;height:44px;flex-shrink:0;background:linear-gradient(135deg,#e91e63,#c2185b);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #e91e6366}.send-btn:disabled{opacity:.5;cursor:not-allowed}.send-btn svg{width:20px;height:20px}.chat-footer{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;border-top:1px solid #f0f0f0;font-size:11px;color:#999}.footer-btn{display:flex;align-items:center;gap:4px;background:none;border:none;color:#999;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s;font-size:11px}.footer-btn:hover{background:#f5f5f5;color:#666}.footer-info{display:flex;align-items:center;gap:4px}.tokens-error{background:#fff3cd;border:1px solid #ffc107;border-radius:12px;padding:20px;text-align:center}.tokens-error.daily-limit{background:#e3f2fd;border-color:#2196f3}.tokens-error.daily-limit h4,.tokens-error.daily-limit p{color:#1565c0}.tokens-error.no-membership{background:#fce4ec;border-color:#e91e63}.tokens-error.no-membership h4,.tokens-error.no-membership p{color:#c2185b}.tokens-error h4{margin:0 0 8px;color:#856404;font-size:16px}.tokens-error p{margin:0 0 16px;font-size:13px;color:#856404}.tokens-error p.text-sm{font-size:12px;margin-bottom:0}.tokens-error-btn{display:inline-block;padding:10px 20px;background:#e91e63;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .2s}.tokens-error-btn:hover{background:#c2185b;transform:translateY(-1px)}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-green-500{color:#22c55e}.chat-preview-backdrop{position:fixed;inset:0;z-index:80;background:#1118278c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:16px}.chat-preview-modal{width:min(680px,100%);max-height:min(80vh,760px);background:#fff;border-radius:14px;box-shadow:0 18px 40px #00000040;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.chat-preview-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f3f4}.chat-preview-header h4{margin:0;font-size:15px;font-weight:700;color:#1f2937}.chat-preview-close{width:30px;height:30px;border-radius:9999px;border:none;background:#f3f4f6;color:#374151;cursor:pointer;font-size:18px;line-height:1}.chat-preview-close:hover{background:#e5e7eb}.chat-preview-body{padding:12px 16px;overflow:auto;background:#fafafa}.chat-preview-body pre{margin:0;white-space:pre-wrap;word-break:break-word;font-size:12px;line-height:1.5;color:#111827;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.chat-preview-footer{display:flex;justify-content:flex-end;gap:8px;padding:10px 16px;border-top:1px solid #f1f3f4;background:#fff}@media(max-width:640px){.ai-chat-widget{right:12px;bottom:max(12px,env(safe-area-inset-bottom))}.chat-fab{width:60px;height:60px;padding:0;gap:0;border-radius:9999px;justify-content:center;box-shadow:0 8px 24px #e91e6361}.chat-fab-text,.chat-fab-badge{display:none}.chat-fab-avatar{width:44px;height:44px}}
