:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.chat-monitoring-container{padding:24px;min-height:calc(100vh - 80px);background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.monitoring-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;margin-bottom:24px;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a}.monitoring-content{display:grid;grid-template-columns:300px 320px 1fr;gap:16px;height:calc(100vh - 220px);min-height:500px}@media (max-width: 1200px){.monitoring-content{grid-template-columns:260px 280px 1fr}}@media (max-width: 992px){.monitoring-content{grid-template-columns:1fr}.conversations-panel:not(.empty),.messages-panel:not(.empty){position:fixed;inset:0;z-index:100;border-radius:0}}.monitoring-panel{display:flex;flex-direction:column;background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.monitoring-panel.empty{display:flex;align-items:center;justify-content:center}.empty-state{text-align:center;color:#94a3b8}.empty-state svg{margin-bottom:16px}.panel-header{display:flex;align-items:center;padding:16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.panel-header .MuiTypography-root,.panel-header .MuiIconButton-root{color:#fff}.panel-header .MuiTypography-caption{opacity:.85}.panel-search{padding:12px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc}.panel-search .MuiTextField-root{background:#fff;border-radius:8px}.panel-content{flex:1;overflow-y:auto;overflow-x:hidden}.panel-footer{padding:12px 16px;border-top:1px solid #e2e8f0;background:#f8fafc}.panel-footer .MuiAlert-root{border-radius:8px}.user-list-item{padding:12px 16px;border-bottom:1px solid #f1f5f9;transition:all .2s ease}.user-list-item:hover{background:#f8fafc}.user-list-item.selected{background:#eef2ff;border-left:3px solid #6366f1}.user-name{font-weight:600;color:#1e293b;font-size:14px}.user-id{font-size:12px;color:#94a3b8;font-family:monospace}.status-dot{width:12px;height:12px;border-radius:50%;border:2px solid white;display:inline-block}.status-dot.online{background:#22c55e}.status-dot.offline{background:#94a3b8}.conversation-item{padding:12px 16px;border-bottom:1px solid #f1f5f9;transition:all .2s ease}.conversation-item:hover{background:#f8fafc}.conversation-item.selected{background:#eef2ff;border-left:3px solid #6366f1}.conv-name{font-weight:600;color:#1e293b;font-size:14px}.conv-time{font-size:11px;color:#94a3b8}.conv-preview{font-size:13px;color:#64748b;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}.messages-container{display:flex;flex-direction:column}.messages-list{display:flex;flex-direction:column;padding:16px;gap:12px}.message-bubble{max-width:75%;padding:10px 14px;border-radius:16px;position:relative}.message-bubble.sent{align-self:flex-end;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-bottom-right-radius:4px}.message-bubble.received{align-self:flex-start;background:#f1f5f9;color:#1e293b;border-bottom-left-radius:4px}.message-sender{font-size:11px;font-weight:600;margin-bottom:4px;opacity:.8}.message-bubble.sent .message-sender{color:#ffffffd9}.message-bubble.received .message-sender{color:#6366f1}.message-content p{margin:0;font-size:14px;line-height:1.5;word-wrap:break-word}.message-time{font-size:10px;margin-top:6px;opacity:.7;text-align:right}.message-image img{max-width:250px;max-height:200px;border-radius:8px;object-fit:cover}.message-file{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#0000001a;border-radius:8px}.message-bubble.received .message-file{background:#0000000d}.message-audio{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#0000001a;border-radius:8px}.message-bubble.received .message-audio{background:#0000000d}.panel-content::-webkit-scrollbar{width:6px}.panel-content::-webkit-scrollbar-track{background:transparent}.panel-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.panel-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.message-bubble{animation:slideIn .2s ease-out}#root{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box;overflow:hidden}*{box-sizing:border-box}html,body{width:100%;max-width:100vw;overflow-x:hidden;margin:0;padding:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--chat-primary: #6366f1;--chat-primary-dark: #4f46e5;--chat-primary-light: #818cf8;--chat-secondary: #10b981;--chat-accent: #f59e0b;--chat-danger: #ef4444;--chat-gradient: linear-gradient(135deg, #6366f1 0%, #4f46e5 50%, #7c3aed 100%);--chat-glass: rgba(255, 255, 255, .85);--chat-glass-dark: rgba(0, 0, 0, .05);--chat-shadow: 0 8px 32px rgba(99, 102, 241, .15);--chat-shadow-lg: 0 16px 48px rgba(99, 102, 241, .2);--chat-radius: 20px;--chat-radius-sm: 12px;--chat-radius-xs: 8px;--chat-transition: all .3s cubic-bezier(.4, 0, .2, 1);--chat-transition-fast: all .15s ease-out}.chat-drawer{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:var(--chat-glass)!important}.chat-container{display:flex;flex-direction:column;height:100%;background:linear-gradient(180deg,#f8fafc,#f1f5f9);position:relative;overflow:hidden}.chat-container:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(99,102,241,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(16,185,129,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--chat-gradient);color:#fff;position:relative;z-index:10;box-shadow:0 4px 20px #6366f14d}.chat-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.chat-header-avatar{width:44px;height:44px;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;border:2px solid rgba(255,255,255,.3);transition:var(--chat-transition)}.chat-header-avatar:hover{transform:scale(1.05);border-color:#ffffff80}.chat-header-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.chat-header-info{flex:1;margin-left:12px}.chat-header-name{font-weight:600;font-size:16px;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.1)}.chat-header-status{font-size:12px;opacity:.85;display:flex;align-items:center;gap:6px}.chat-header-status .online-dot{width:8px;height:8px;background:#10b981;border-radius:50%;animation:pulse-online 2s infinite}@keyframes pulse-online{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.chat-search{padding:16px;background:#fff;border-bottom:1px solid #e2e8f0;position:relative;z-index:5}.chat-search .MuiInputBase-root{border-radius:var(--chat-radius);background:#f1f5f9;transition:var(--chat-transition)}.chat-search .MuiInputBase-root:hover,.chat-search .MuiInputBase-root.Mui-focused{background:#e2e8f0;box-shadow:0 0 0 3px #6366f126}.chat-user-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px;position:relative;z-index:1}.chat-user-list::-webkit-scrollbar{width:6px}.chat-user-list::-webkit-scrollbar-track{background:transparent}.chat-user-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-user-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chat-user-item{display:flex;align-items:center;padding:14px 16px;margin:4px 0;border-radius:var(--chat-radius-sm);cursor:pointer;transition:var(--chat-transition);background:#fff;border:1px solid transparent;position:relative;overflow:hidden}.chat-user-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--chat-gradient);opacity:0;transition:var(--chat-transition)}.chat-user-item:hover{background:#f8fafc;border-color:#e2e8f0;transform:translate(4px);box-shadow:0 4px 12px #0000000d}.chat-user-item:hover:before{opacity:1}.chat-user-item.active{background:linear-gradient(135deg,#6366f114,#6366f10a);border-color:#6366f133}.chat-user-item.active:before{opacity:1}.chat-user-avatar{width:52px;height:52px;border-radius:50%;background:var(--chat-gradient);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:#fff;position:relative;flex-shrink:0;box-shadow:0 4px 12px #6366f140;transition:var(--chat-transition)}.chat-user-item:hover .chat-user-avatar{transform:scale(1.05)}.chat-user-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.chat-user-status{position:absolute;bottom:2px;right:2px;width:14px;height:14px;border-radius:50%;border:3px solid white;background:#94a3b8}.chat-user-status.online{background:#10b981;animation:pulse-online 2s infinite}.chat-user-info{flex:1;min-width:0;margin-left:14px}.chat-user-name{font-weight:600;font-size:15px;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.chat-user-preview{font-size:13px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-user-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.chat-user-time{font-size:11px;color:#94a3b8}.chat-user-unread{min-width:22px;height:22px;padding:0 7px;border-radius:11px;background:var(--chat-gradient);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #6366f14d;animation:badge-bounce .5s ease-out}@keyframes badge-bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.chat-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px 16px;display:flex;flex-direction:column;gap:6px;position:relative;z-index:1;scroll-behavior:smooth}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.chat-message{display:flex;margin-bottom:4px;animation:message-slide-in .35s cubic-bezier(.34,1.56,.64,1);animation-fill-mode:both}@keyframes message-slide-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-message.sent{justify-content:flex-end}.chat-message.received{justify-content:flex-start}.chat-message-content{max-width:75%;display:flex;flex-direction:column;gap:4px}.chat-message-bubble{padding:12px 16px;border-radius:20px;position:relative;word-wrap:break-word;line-height:1.5;box-shadow:0 2px 8px #0000000f;transition:var(--chat-transition-fast)}.chat-message-bubble:hover{transform:scale(1.01)}.chat-message.sent .chat-message-bubble{background:var(--chat-gradient);color:#fff;border-bottom-right-radius:6px;box-shadow:0 4px 16px #6366f140}.chat-message.received .chat-message-bubble{background:#fff;color:#1e293b;border-bottom-left-radius:6px;border:1px solid #e2e8f0}.chat-message-text{font-size:14px;line-height:1.5}.chat-message-time{font-size:11px;opacity:.65;display:flex;align-items:center;gap:4px;padding:0 4px}.chat-message.sent .chat-message-time{justify-content:flex-end;color:#fff}.chat-message.received .chat-message-time{color:#64748b}.chat-message-status{display:inline-flex;font-size:14px}.chat-message-voice{display:flex;align-items:center;gap:12px;padding:14px 18px;min-width:240px;max-width:100%;border-radius:20px;background:linear-gradient(135deg,#fff,#f8fafc);border:2px solid #e2e8f0;box-shadow:0 2px 8px #0000000f}.chat-message.sent .chat-message-voice{background:linear-gradient(135deg,#6366f1,#4f46e5);border:2px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #6366f14d}.voice-play-button{width:48px;height:48px;min-width:48px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #6366f159;flex-shrink:0}.chat-message.sent .voice-play-button{background:#fff;color:#6366f1;box-shadow:0 4px 12px #fff6}.voice-play-button:hover{transform:scale(1.08);box-shadow:0 6px 16px #6366f173}.voice-play-button.playing{animation:pulse-play 1.5s infinite}@keyframes pulse-play{0%,to{box-shadow:0 0 #6366f166}50%{box-shadow:0 0 0 12px #6366f100}}.voice-waveform{flex:1;height:36px;display:flex;align-items:center;gap:2px;min-width:100px}.voice-waveform-bar{width:4px;min-width:3px;background:#cbd5e1;border-radius:2px;transition:all .15s ease}.voice-waveform-bar.active{background:linear-gradient(to top,#6366f1,#8b5cf6)}.chat-message.sent .voice-waveform-bar{background:#ffffff80}.chat-message.sent .voice-waveform-bar.active{background:#fff}.voice-duration{font-size:13px;font-weight:600;color:#475569;min-width:42px;text-align:right;font-variant-numeric:tabular-nums}.chat-message.sent .voice-duration{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.chat-message-image{border-radius:16px;overflow:hidden;cursor:pointer;transition:var(--chat-transition);box-shadow:0 4px 16px #0000001a;max-width:280px}.chat-message-image:hover{transform:scale(1.02);box-shadow:0 8px 24px #00000026}.chat-message-image img{width:100%;height:auto;display:block;max-height:300px;object-fit:cover}.chat-message-file{display:flex;align-items:center;gap:14px;padding:16px 18px;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:18px;border:2px solid #e2e8f0;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);min-width:240px;max-width:320px;box-shadow:0 2px 8px #0000000f}.chat-message-file:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);box-shadow:0 6px 16px #0000001a;transform:translateY(-1px);border-color:#cbd5e1}.chat-message.sent .chat-message-file{background:linear-gradient(135deg,#6366f1,#4f46e5);border:2px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #6366f14d}.chat-message.sent .chat-message-file:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 6px 16px #6366f166;border-color:#ffffff4d}.chat-message-file-icon{width:50px;height:50px;min-width:50px;border-radius:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 12px #6366f14d}.chat-message.sent .chat-message-file-icon{background:#fff;color:#6366f1;box-shadow:0 4px 12px #ffffff4d}.chat-message-file-icon svg{font-size:26px}.chat-message-file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-message-file-name{font-weight:600;font-size:14px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.chat-message.sent .chat-message-file-name{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.3)}.chat-message-file-size{font-size:12px;font-weight:600;color:#475569;display:flex;align-items:center;gap:6px}.chat-message.sent .chat-message-file-size{color:#fffffff2!important;text-shadow:0 1px 2px rgba(0,0,0,.2)}.chat-date-separator{display:flex;align-items:center;justify-content:center;padding:16px 0}.chat-date-separator span{padding:6px 16px;font-size:12px;font-weight:500;color:#64748b;background:#fff;border-radius:20px;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a}.chat-typing-indicator{display:flex;align-items:center;gap:10px;padding:8px 16px;font-size:13px;color:#64748b;animation:fade-in .3s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.chat-typing-dots{display:flex;gap:4px}.chat-typing-dot{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:typing-bounce 1.4s infinite ease-in-out both}.chat-typing-dot:nth-child(1){animation-delay:-.32s}.chat-typing-dot:nth-child(2){animation-delay:-.16s}.chat-typing-dot:nth-child(3){animation-delay:0s}@keyframes typing-bounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.chat-input-container{padding:12px 16px 16px;background:#fff;border-top:1px solid #e2e8f0;position:relative;z-index:10}.chat-input-attachments{display:flex;gap:8px;padding:8px;margin-bottom:8px;background:#f8fafc;border-radius:var(--chat-radius-sm);overflow-x:auto}.chat-input-attachment-preview{width:64px;height:64px;border-radius:var(--chat-radius-xs);overflow:hidden;position:relative;flex-shrink:0;border:2px solid #e2e8f0}.chat-input-attachment-preview img{width:100%;height:100%;object-fit:cover}.chat-input-attachment-remove{position:absolute;top:-6px;right:-6px;width:22px;height:22px;border-radius:50%;background:#ef4444;color:#fff;border:2px solid white;cursor:pointer;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:var(--chat-transition);box-shadow:0 2px 8px #ef44444d}.chat-input-attachment-remove:hover{transform:scale(1.1);background:#dc2626}.chat-input-row{display:flex;align-items:flex-end;gap:10px}.chat-input-attach{width:44px;height:44px;border-radius:50%;background:#f1f5f9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:var(--chat-transition);flex-shrink:0}.chat-input-attach:hover{background:#e2e8f0;color:var(--chat-primary);transform:rotate(45deg)}.chat-input-attach.active{background:var(--chat-primary);color:#fff;transform:rotate(45deg)}.chat-attachment-menu{position:absolute;bottom:80px;left:16px;background:#fff;border-radius:var(--chat-radius);box-shadow:var(--chat-shadow-lg);padding:8px;z-index:100;animation:menu-pop .25s cubic-bezier(.34,1.56,.64,1);border:1px solid #e2e8f0}@keyframes menu-pop{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chat-attachment-menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:var(--chat-radius-sm);cursor:pointer;transition:var(--chat-transition);min-width:160px}.chat-attachment-menu-item:hover{background:#f8fafc}.chat-attachment-menu-item-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}.chat-attachment-menu-item.photo .chat-attachment-menu-item-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.chat-attachment-menu-item.file .chat-attachment-menu-item-icon{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.chat-attachment-menu-item.voice .chat-attachment-menu-item-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.chat-attachment-menu-item-text{font-weight:500;font-size:14px;color:#1e293b}.chat-input-field{flex:1;display:flex;align-items:flex-end;background:#f1f5f9;border-radius:24px;padding:8px 16px;transition:var(--chat-transition);border:2px solid transparent;min-height:48px}.chat-input-field:focus-within{background:#fff;border-color:var(--chat-primary);box-shadow:0 0 0 4px #6366f11a}.chat-input-field textarea{flex:1;border:none;background:none;resize:none;font-size:14px;line-height:1.5;color:#1e293b;max-height:120px;min-height:24px;padding:4px 0;font-family:inherit}.chat-input-field textarea::placeholder{color:#94a3b8}.chat-input-field textarea:focus{outline:none}.chat-input-send{width:48px;height:48px;border-radius:50%;background:var(--chat-gradient);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:var(--chat-transition);box-shadow:0 4px 16px #6366f14d;position:relative;overflow:hidden}.chat-input-send:hover:not(:disabled){transform:scale(1.08);box-shadow:0 6px 20px #6366f166}.chat-input-send:disabled{background:#e2e8f0;color:#94a3b8;box-shadow:none;cursor:not-allowed}.chat-input-send:active:not(:disabled){transform:scale(.95)}.chat-input-send.recording{background:linear-gradient(135deg,#ef4444,#dc2626);animation:pulse-record 1s infinite}@keyframes pulse-record{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 12px #ef444400}}.chat-recording-container{display:flex;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#ef44441a,#ef44440d);border-radius:var(--chat-radius);animation:recording-pulse 2s infinite}@keyframes recording-pulse{0%,to{background:linear-gradient(135deg,#ef44441a,#ef44440d)}50%{background:linear-gradient(135deg,#ef444426,#ef444414)}}.chat-recording-indicator{width:12px;height:12px;background:#ef4444;border-radius:50%;animation:blink 1s infinite;flex-shrink:0}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.chat-recording-time{font-size:16px;font-weight:600;color:#ef4444;min-width:50px}.chat-recording-waveform{flex:1;height:32px;display:flex;align-items:center;gap:2px}.chat-recording-waveform-bar{width:3px;background:#ef4444;border-radius:2px;animation:waveform-animate .5s ease-in-out infinite alternate}.chat-recording-waveform-bar:nth-child(1){animation-delay:0s;height:8px}.chat-recording-waveform-bar:nth-child(2){animation-delay:.1s;height:16px}.chat-recording-waveform-bar:nth-child(3){animation-delay:.2s;height:24px}.chat-recording-waveform-bar:nth-child(4){animation-delay:.3s;height:18px}.chat-recording-waveform-bar:nth-child(5){animation-delay:.4s;height:28px}.chat-recording-waveform-bar:nth-child(6){animation-delay:.35s;height:20px}.chat-recording-waveform-bar:nth-child(7){animation-delay:.25s;height:14px}.chat-recording-waveform-bar:nth-child(8){animation-delay:.15s;height:22px}.chat-recording-waveform-bar:nth-child(9){animation-delay:.05s;height:10px}@keyframes waveform-animate{0%{transform:scaleY(.5)}to{transform:scaleY(1)}}.chat-recording-cancel{font-size:13px;color:#64748b;display:flex;align-items:center;gap:4px}.chat-recording-cancel svg{animation:slide-hint 1.5s infinite}@keyframes slide-hint{0%,to{transform:translate(0)}50%{transform:translate(-5px)}}.chat-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;text-align:center}.chat-empty-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#6366f11a,#6366f10d);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.chat-empty-icon svg{width:48px;height:48px;color:var(--chat-primary)}.chat-empty-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:8px}.chat-empty-description{font-size:14px;color:#64748b;line-height:1.6;max-width:280px}.chat-lightbox{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out;animation:lightbox-fade-in .3s ease}@keyframes lightbox-fade-in{0%{opacity:0}to{opacity:1}}.chat-lightbox img{max-width:90%;max-height:90%;object-fit:contain;border-radius:8px;box-shadow:0 16px 64px #00000080;cursor:default;animation:lightbox-zoom-in .3s ease}@keyframes lightbox-zoom-in{0%{transform:scale(.9)}to{transform:scale(1)}}.chat-lightbox-close{position:absolute;top:20px;right:20px;width:48px;height:48px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--chat-transition)}.chat-lightbox-close:hover{background:#fff3;transform:rotate(90deg)}@media (max-width: 600px){.chat-header{padding:12px 16px}.chat-header-avatar{width:40px;height:40px;font-size:14px}.chat-user-item{padding:12px}.chat-user-avatar{width:46px;height:46px;font-size:16px}.chat-message-content{max-width:85%}.chat-message-bubble{padding:10px 14px}.chat-input-container{padding:10px 12px 14px}.chat-input-attach,.chat-input-send{width:42px;height:42px}.chat-input-field{padding:6px 14px;min-height:42px}.chat-attachment-menu{left:12px;right:12px;bottom:70px}}@media (prefers-color-scheme: dark){.chat-container{background:linear-gradient(180deg,#1e293b,#0f172a)}.chat-user-item{background:#1e293b}.chat-user-item:hover{background:#334155}.chat-user-name{color:#f1f5f9}.chat-message.received .chat-message-bubble{background:#334155;color:#f1f5f9;border-color:#475569}.chat-input-container{background:#1e293b;border-color:#334155}.chat-input-field{background:#0f172a}.chat-input-field:focus-within{background:#1e293b}.chat-input-field textarea{color:#f1f5f9}}
