.chat-widget-container{position:fixed;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.chat-widget-container.bottom-right{bottom:20px;right:20px}.chat-widget-container.bottom-left{bottom:20px;left:20px}.chat-widget-button{width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center}.chat-widget-button:hover{transform:scale(1.05);box-shadow:0 6px 16px rgba(0,0,0,.2)}.chat-widget-button.open{transform:rotate(90deg)}.widget-icon-wrapper{position:relative}.unread-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:white;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px}.chat-window{width:380px;max-width:calc(100vw - 40px);height:600px;max-height:calc(100vh - 100px);background:white;box-shadow:0 8px 32px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{padding:16px 20px;justify-content:space-between}.chat-header,.chat-header-info{display:flex;align-items:center}.chat-header-info{gap:12px}.chat-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.chat-header-text{color:white}.chat-header-title{font-size:16px;font-weight:600;margin:0}.chat-header-status{font-size:12px;opacity:.9;margin:2px 0 0;display:flex;align-items:center;gap:6px}.status-dot.online{background:#22c55e}.status-dot.offline{background:#ef4444}.chat-close-btn{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s}.chat-close-btn:hover{background:rgba(255,255,255,.1)}.chat-messages{flex:1;overflow-y:auto;padding:16px;background:#f8fafc}.date-divider,.message-date-group{margin-bottom:16px}.message-bubble{display:flex;gap:8px;margin-bottom:12px}.message-bubble.own{flex-direction:row-reverse}.message-avatar{flex-shrink:0}.avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:white}.avatar.admin{background:#6366f1}.avatar.visitor{background:#64748b}.message-content{max-width:70%;display:flex;flex-direction:column;gap:4px}.sender-name{font-size:12px;font-weight:600;color:#475569}.message-text{background:white;padding:10px 14px;border-radius:16px;border-top-left-radius:4px;font-size:14px;line-height:1.5;color:#1e293b;box-shadow:0 1px 2px rgba(0,0,0,.05)}.message-bubble.own .message-text{background:#6366f1;color:white;border-top-left-radius:16px;border-top-right-radius:4px}.message-meta{display:flex;align-items:center;gap:4px;font-size:11px;color:#94a3b8}.message-bubble.own .message-meta{justify-content:flex-end}.message-status svg.read{color:#22c55e}.typing-text{font-size:12px;color:#64748b}.quick-replies{padding:12px 16px;background:white;border-top:1px solid #e2e8f0}.quick-replies-container{display:flex;flex-wrap:wrap;gap:8px}.quick-reply-btn{background:transparent;border:1px solid;padding:8px 12px;border-radius:16px;font-size:13px;cursor:pointer;transition:all .2s}.quick-reply-btn:hover{background:#f1f5f9}.chat-input-area{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;background:white;border-top:1px solid #e2e8f0}.input-actions{display:flex;gap:4px}.input-action-btn{background:transparent;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s}.input-action-btn:hover{background:#f1f5f9}.chat-input{flex:1;border:1px solid #e2e8f0;border-radius:20px;padding:10px 14px;font-size:14px;resize:none;outline:none;max-height:100px;line-height:1.4}.chat-input:focus{border-color:#6366f1}.send-btn{width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.send-btn:hover:not(:disabled){transform:scale(1.05)}.send-btn:disabled{opacity:.5;cursor:not-allowed}.message-image{border-radius:12px;overflow:hidden;background:#f1f5f9}.message-image img{max-width:100%;display:block}.image-loading{padding:40px;display:flex;align-items:center;justify-content:center}.spinner{width:32px;height:32px}.image-error{padding:40px;flex-direction:column;gap:8px;color:#94a3b8}.image-error,.message-file{display:flex;align-items:center}.message-file{gap:12px;padding:12px;background:white;border:1px solid #e2e8f0;border-radius:12px;text-decoration:none;color:inherit}.file-info{display:flex;flex-direction:column}.file-name{font-weight:500;color:#1e293b}.file-download{font-size:12px;color:#6366f1}.proactive-trigger-popup{position:absolute;bottom:80px;right:0;max-width:320px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.proactive-trigger-content{background:white;padding:16px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15)}.proactive-trigger-content p{margin:0 0 12px;font-size:14px;color:#1e293b;line-height:1.5}.proactive-trigger-actions{display:flex;gap:8px}.proactive-accept-btn{flex:1;padding:10px 16px;border:none;border-radius:8px;color:white;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.proactive-accept-btn:hover{opacity:.9}.proactive-dismiss-btn{width:36px;height:36px;border:1px solid #e2e8f0;border-radius:8px;background:transparent;cursor:pointer;font-size:16px;color:#64748b}.proactive-dismiss-btn:hover{background:#f1f5f9}@media (max-width:480px){.chat-window{width:calc(100vw - 30px);height:calc(100vh - 30px);max-height:500px}.chat-widget-container.bottom-left,.chat-widget-container.bottom-right{bottom:16px;right:16px;left:16px;align-items:center}}.admin-chat-panel{display:flex;height:100vh;background:#f1f5f9}.chat-sidebar{width:360px;min-width:360px;background:white;border-right:1px solid #e2e8f0;display:flex;flex-direction:column}.sidebar-header{padding:20px;border-bottom:1px solid #e2e8f0}.sidebar-header h2{font-size:20px;font-weight:600;color:#1e293b;margin:0 0 12px}.stats{display:flex;gap:8px}.stat-badge{padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.stat-badge.waiting{background:#fef3c7;color:#d97706}.stat-badge.active{background:#dcfce7;color:#16a34a}.sidebar-filters{padding:16px 20px;border-bottom:1px solid #e2e8f0}.search-box{margin-bottom:12px}.search-box input{width:100%;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.search-box input:focus{border-color:#6366f1}.filter-tabs{display:flex;gap:4px}.filter-tab{flex:1;padding:8px;border:none;background:transparent;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s}.filter-tab:hover{background:#f1f5f9}.filter-tab.active{background:#6366f1;color:white}.session-list{flex:1;overflow-y:auto}.empty-state,.loading{padding:40px 20px;text-align:center;color:#64748b}.session-item{display:flex;align-items:center;gap:12px;padding:16px 20px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .2s}.session-item:hover{background:#f8fafc}.session-item.selected{background:#eff6ff;border-left:3px solid #6366f1}.session-item.waiting{background:#fffbeb}.session-avatar{width:44px;height:44px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:#64748b;flex-shrink:0}.session-info{flex:1;min-width:0}.session-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.visitor-name{font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.session-time{font-size:12px;color:#94a3b8;flex-shrink:0}.session-preview{display:flex;gap:8px;align-items:center}.status-badge{padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500}.status-badge.waiting{background:#fef3c7;color:#d97706}.status-badge.active{background:#dcfce7;color:#16a34a}.category-badge,.status-badge.closed{background:#f1f5f9;color:#64748b}.category-badge{padding:2px 8px;border-radius:10px;font-size:11px}.assign-btn{padding:6px 12px;background:#6366f1;color:white;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background .2s}.assign-btn:hover{background:#4f46e5}.admin-chat-window{flex:1;display:flex;flex-direction:column;background:#f8fafc}.admin-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:white;border-bottom:1px solid #e2e8f0}.header-left{display:flex;align-items:center;gap:12px}.back-btn{display:none;padding:8px;border:none;background:transparent;cursor:pointer;border-radius:8px}.back-btn:hover{background:#f1f5f9}@media (max-width:768px){.back-btn{display:block}}.visitor-info{gap:12px}.visitor-avatar,.visitor-info{display:flex;align-items:center}.visitor-avatar{width:40px;height:40px;border-radius:50%;background:#6366f1;justify-content:center;color:white;font-weight:600}.visitor-details h3{font-size:16px;font-weight:600;color:#1e293b;margin:0}.visitor-email{font-size:13px;color:#64748b}.header-right{gap:4px}.header-btn{width:36px;height:36px;border:none;background:transparent;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .2s}.header-btn:hover{background:#f1f5f9;color:#1e293b}.visitor-meta{display:flex;gap:24px;padding:12px 20px;background:white;border-bottom:1px solid #e2e8f0}.meta-item{display:flex;align-items:center;gap:8px}.meta-label{font-size:12px;color:#64748b}.meta-value{font-size:13px;font-weight:500;color:#1e293b}.admin-chat-messages{flex:1;overflow-y:auto;padding:20px}.no-selection{flex:1;display:flex;align-items:center;justify-content:center;background:#f8fafc}.no-selection-content{text-align:center;color:#64748b}.no-selection-content h3{font-size:18px;color:#1e293b;margin:0 0 8px}.admin-chat-input{display:flex;align-items:flex-end;gap:8px;padding:16px 20px;background:white;border-top:1px solid #e2e8f0}.attach-btn,.canned-response-btn{width:40px;height:40px;border:none;background:transparent;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px;transition:background .2s}.attach-btn:hover,.canned-response-btn:hover{background:#f1f5f9}.admin-chat-input textarea{flex:1;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-size:14px;resize:none;outline:none;max-height:100px;line-height:1.4}.admin-chat-input textarea:focus{border-color:#6366f1}.admin-chat-input .send-btn{width:44px;height:44px;border-radius:50%;background:#6366f1;color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.admin-chat-input .send-btn:hover:not(:disabled){background:#4f46e5}.admin-chat-input .send-btn:disabled{background:#cbd5e1;cursor:not-allowed}.canned-responses-panel{width:320px;background:white;border-left:1px solid #e2e8f0;display:flex;flex-direction:column}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e2e8f0}.panel-header h3{font-size:16px;font-weight:600;margin:0}.close-btn{padding:6px;border:none;background:transparent;cursor:pointer;border-radius:6px}.close-btn:hover{background:#f1f5f9}.panel-search{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #e2e8f0;color:#94a3b8}.panel-search input{flex:1;border:none;outline:none;font-size:14px}.category-tabs{display:flex;gap:4px;padding:12px 16px;border-bottom:1px solid #e2e8f0;overflow-x:auto}.category-tab{padding:6px 12px;border:none;background:#f1f5f9;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;border-radius:16px;white-space:nowrap;transition:all .2s}.category-tab:hover{background:#e2e8f0}.category-tab.active{background:#6366f1;color:white}.responses-list{flex:1;overflow-y:auto;padding:12px}.response-item{padding:12px;border-radius:8px;cursor:pointer;transition:background .2s}.response-item:hover{background:#f1f5f9}.response-title{font-weight:500;color:#1e293b;margin-bottom:4px}.response-preview{font-size:13px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.typing-indicator{display:flex;align-items:center;gap:8px;padding:8px 0;color:#64748b;font-size:13px}.typing-dots{display:flex;gap:4px}.typing-dots span{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.typing-dots span:first-child{animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.date-divider{text-align:center;margin:16px 0}.date-divider span{background:#e2e8f0;color:#64748b;font-size:12px;padding:4px 12px;border-radius:12px}@media (max-width:768px){.chat-sidebar{width:100%;min-width:100%;position:absolute;z-index:10;height:100%}.admin-chat-window{width:100%}.canned-responses-panel{width:100%;position:absolute;right:0;top:0;height:100%;z-index:20}}.chat-analytics-dashboard{padding:24px;background:#f8fafc;min-height:100vh}.analytics-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.header-left h2{font-size:24px;font-weight:600;color:#1e293b;margin:0 0 4px}.header-left p{font-size:14px;color:#64748b;margin:0}.header-right{display:flex;gap:12px}.date-range-select{border:1px solid #e2e8f0;border-radius:8px;background:white;outline:none}.date-range-select,.export-btn{padding:10px 16px;font-size:14px;cursor:pointer}.export-btn{display:flex;align-items:center;gap:8px;background:#6366f1;color:white;border:none;border-radius:8px;font-weight:500;transition:background .2s}.export-btn:hover{background:#4f46e5}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}@media (max-width:1200px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.metrics-grid{grid-template-columns:1fr}}.metric-card{background:white;padding:20px;gap:16px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.metric-card,.metric-icon{border-radius:12px;display:flex}.metric-icon{width:48px;height:48px;align-items:center;justify-content:center;flex-shrink:0}.metric-content{display:flex;flex-direction:column}.metric-value{font-size:28px;font-weight:700;color:#1e293b;line-height:1.2}.metric-label{font-size:13px;color:#64748b;margin-top:4px}.metric-trend{display:flex;align-items:center;gap:4px;font-size:12px;margin-top:8px}.metric-trend.up{color:#16a34a}.metric-trend.down{color:#ef4444}.metric-status{display:flex;align-items:center;gap:6px;font-size:13px;margin-top:8px}.metric-status.online{color:#16a34a}.status-dot{width:8px;height:8px;border-radius:50%;background:#16a34a;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.charts-section{display:grid;grid-template-columns:1.5fr 1fr;gap:20px;margin-bottom:24px}@media (max-width:1024px){.charts-section{grid-template-columns:1fr}}.chart-card{background:white;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.chart-header{margin-bottom:16px}.chart-header h3{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px}.chart-legend{display:flex;flex-wrap:wrap;gap:16px}.legend-item{display:flex;align-items:center;gap:6px;font-size:13px}.legend-color{width:12px;height:12px;border-radius:3px}.legend-label{color:#64748b}.legend-value{font-weight:600;color:#1e293b}.bar-chart{flex-direction:column}.bar-chart,.bar-item{display:flex;gap:12px}.bar-item{align-items:center}.bar-label{width:80px;font-size:13px;color:#64748b;text-align:right}.bar-container{flex:1;height:24px;background:#f1f5f9;border-radius:4px;position:relative;overflow:hidden}.bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.bar-value{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:12px;font-weight:600;color:#1e293b}.chart-body{display:flex;align-items:center;gap:24px}.donut-chart{position:relative;width:160px;height:160px}.donut-chart svg{width:100%;height:100%}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.donut-total{display:block;font-size:28px;font-weight:700;color:#1e293b}.donut-label{font-size:12px;color:#64748b}.status-legend{flex:1}.status-item{display:flex;align-items:center;gap:8px;padding:8px 0}.status-color{width:12px;height:12px;border-radius:3px}.status-label{flex:1;font-size:14px;color:#64748b}.status-count{font-size:14px;font-weight:600;color:#1e293b}.heatmap-card{background:white;border-radius:12px;padding:20px;margin-bottom:24px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.heatmap-card .chart-header p{font-size:13px;color:#64748b;margin:0}.heatmap-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:4px;margin-top:16px}.heatmap-cell{aspect-ratio:1;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:11px}.cell-hour{color:rgba(0,0,0,.5);font-size:10px}.cell-count{font-weight:600;color:rgba(0,0,0,.7)}.heatmap-legend{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:12px;font-size:12px;color:#64748b}.legend-gradient{width:100px;height:8px;background:linear-gradient(90deg,rgba(99,102,241,.1),rgba(99,102,241,1));border-radius:4px}.satisfaction-card{background:white;border-radius:12px;padding:20px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.satisfaction-body{display:flex;gap:32px;align-items:center}.score-circle{width:140px;height:140px}.score-circle,.score-inner{border-radius:50%;display:flex;align-items:center;justify-content:center}.score-inner{width:110px;height:110px;background:white;flex-direction:column}.score-value{font-size:32px;font-weight:700;color:#1e293b}.score-label{font-size:12px;color:#64748b}.satisfaction-breakdown{flex:1}.breakdown-item{display:flex;align-items:center;gap:12px;margin-bottom:12px}.breakdown-label{width:80px;font-size:14px;color:#64748b}.breakdown-bar{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.breakdown-fill{height:100%;border-radius:4px}.breakdown-value{width:40px;text-align:right;font-size:14px;font-weight:600;color:#1e293b}.analytics-error,.analytics-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px;color:#64748b}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(1turn)}}.analytics-error{color:#ef4444}@media (max-width:768px){.chat-analytics-dashboard{padding:16px}.analytics-header{flex-direction:column;gap:16px}.header-right{width:100%}.date-range-select,.export-btn{flex:1;justify-content:center}.chart-body,.satisfaction-body{flex-direction:column}}