@charset "UTF-8";:root{--breakpoint-mobile: 767px;--breakpoint-tablet: 768px;--breakpoint-desktop: 1200px;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--min-touch-target: 44px;--sidebar-width: 350px;--sidebar-collapsed-width: 0;--z-drawer: 1000;--z-overlay: 999;--z-modal: 1001}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mobile-only{display:none}.desktop-only{display:block}@media(max-width:767px){.mobile-only{display:block}.desktop-only{display:none}}button,a,.clickable{min-height:var(--min-touch-target);min-width:var(--min-touch-target)}html,body{overflow-x:hidden;max-width:100vw}.lc-avatar{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:600;color:#fff;font-size:14px;letter-spacing:.2px;flex-shrink:0;position:relative}.lc-avatar--sm{width:28px;height:28px;font-size:12px}.lc-avatar--lg{width:56px;height:56px;font-size:20px}.lc-avatar .lc-online-dot{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border-radius:50%;background:#22c55e;border:2px solid #fff}.lc-c0{background:linear-gradient(135deg,#667eea,#764ba2)}.lc-c1{background:linear-gradient(135deg,#f093fb,#f5576c)}.lc-c2{background:linear-gradient(135deg,#4facfe,#00f2fe)}.lc-c3{background:linear-gradient(135deg,#43e97b,#38f9d7)}.lc-c4{background:linear-gradient(135deg,#fa709a,#fee140)}.lc-c5{background:linear-gradient(135deg,#30cfd0,#330867)}.lc-c6{background:linear-gradient(135deg,#a8edea,#fed6e3);color:#1a202c}.lc-c7{background:linear-gradient(135deg,#ff9a9e,#fad0c4);color:#1a202c}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.right-panel{width:300px;flex-shrink:0;border-left:1px solid #e2e8f0;background:#fafbfc;overflow-y:auto;display:flex;flex-direction:column}.right-panel:not(.open){display:none}.rp-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e2e8f0;font-weight:600;color:#475569;font-size:13px;text-transform:uppercase;letter-spacing:.4px}.rp-close{background:none;border:none;cursor:pointer;color:#94a3b8;font-size:16px;padding:4px 8px;min-width:30px;min-height:30px}.rp-close:hover{color:#1a202c}.rp-section{padding:14px 16px;border-bottom:1px solid #e2e8f0}.rp-visitor{text-align:center}.rp-visitor .lc-avatar{margin:0 auto 10px}.rp-visitor-name{font-size:16px;font-weight:600;color:#1a202c}.rp-visitor-meta{font-size:13px;color:#64748b;margin-top:4px}.rp-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px;margin-bottom:6px}.rp-value{font-size:14px;color:#1a202c;margin-bottom:8px}.rp-sub{font-size:12px;color:#94a3b8;margin-top:2px}.rp-link{color:#4f46e5;text-decoration:none;font-size:13px;word-break:break-all;display:block}.rp-link:hover{text-decoration:underline}.rp-tags{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.rp-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 4px 3px 8px;background:#eef2ff;color:#4338ca;border-radius:999px;font-size:12px}.rp-tag-x{background:#4338ca26;border:none;cursor:pointer;width:18px;height:18px;min-width:18px;min-height:18px;border-radius:50%;font-size:12px;line-height:1;color:#4338ca;display:inline-flex;align-items:center;justify-content:center}.rp-tag-x:hover{background:#4338ca4d}.rp-tag-input input{width:100%;border:1px solid #e2e8f0;border-radius:6px;padding:7px 10px;font-size:13px;min-height:34px}.rp-tag-input input:focus,.rp-note:focus{outline:none;border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f11f}.rp-note{width:100%;border:1px solid #e2e8f0;border-radius:6px;padding:8px 10px;font-size:13px;font-family:inherit;resize:vertical}.rp-actions{display:flex;flex-direction:column;gap:6px}.rp-btn{padding:9px 12px;border-radius:6px;border:1px solid #c7d2fe;background:#eef2ff;cursor:pointer;font-size:13px;color:#4338ca;min-height:38px;width:100%;text-align:left}.rp-btn:hover{background:#e0e7ff}.rp-btn-ghost{background:#fff;border-color:#e2e8f0;color:#475569}.rp-btn-ghost.active,.rp-btn-danger{background:#fee2e2;color:#991b1b;border-color:#fecaca}.rp-btn-danger:hover{background:#fecaca}.message-attachments{margin-top:8px;display:flex;flex-direction:column;gap:4px}.attachment-image{max-width:200px;max-height:150px;border-radius:6px;cursor:pointer;display:block;border:1px solid rgba(255,255,255,.2);transition:transform .2s}.message-visitor .attachment-image{border-color:#ffffff4d}.attachment-image:hover{transform:scale(1.03)}.attachment-image-wrap{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.attachment-download-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:12px;cursor:pointer;border:none;background:#0000001f;color:inherit;word-break:break-all;min-height:auto;min-width:auto}.attachment-download-btn:hover{background:#00000038}.attachment-link{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;font-size:13px;border:none;cursor:pointer;word-break:break-all}.message-visitor .attachment-link{color:#fff;background:#ffffff1a}.message-visitor .attachment-link:hover{background:#fff3}.message-visitor .attachment-download-btn{background:#ffffff26;color:#fff}.message-visitor .attachment-download-btn:hover{background:#ffffff40}.message-operator .attachment-link,.message-agent .attachment-link,.message-admin .attachment-link,.message-manager .attachment-link{color:#1a202c;background:#f1f5f9}.message-operator .attachment-link:hover{background:#e2e8f0}.attachment-icon{font-size:16px;flex-shrink:0}.attachment-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.attachment-size{font-size:11px;opacity:.7;flex-shrink:0}.image-preview-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer}.preview-close-btn{position:absolute;top:16px;right:16px;width:44px;height:44px;background:#fff3;border:none;border-radius:50%;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2001}.preview-image{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:8px;cursor:default}.shortcuts-overlay{position:fixed;inset:0;background:#0000008c;z-index:2500;display:flex;align-items:center;justify-content:center}.shortcuts-modal{background:#fff;border-radius:12px;padding:0;max-width:420px;width:90%;box-shadow:0 20px 50px #0000004d}.sh-head{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid #e2e8f0}.sh-head h3{margin:0;font-size:16px;color:#1a202c}.sh-grid{display:grid;grid-template-columns:auto 1fr;gap:10px 18px;padding:18px;align-items:center;font-size:13px;color:#475569}kbd{font-family:SFMono-Regular,Menlo,monospace;font-size:11px;background:#fff;border:1px solid #cbd5e1;border-bottom-width:2px;padding:2px 6px;border-radius:4px;color:#1a202c}.empty-chat{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:60px 24px;gap:16px;overflow-y:auto;color:#475569}.empty-illu{font-size:56px;width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,#eef2ff,#e0e7ff);display:flex;align-items:center;justify-content:center;animation:lc-floaty 4s ease-in-out infinite}@keyframes lc-floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.empty-title{font-size:22px;color:#1a202c;margin:0;font-weight:600}.empty-sub{margin:0;font-size:14px;max-width:360px;text-align:center}.empty-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%;max-width:480px;margin-top:8px}.stat{background:#f7fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 8px;text-align:center}.stat-value{font-size:22px;font-weight:700;color:#1a202c}.stat-label{font-size:11px;color:#64748b;margin-top:2px}.stat-unread .stat-value{color:#4f46e5}.stat-waiting .stat-value{color:#b45309}.empty-recent,.empty-shortcuts{width:100%;max-width:480px}.empty-section-title{font-size:11px;text-transform:uppercase;letter-spacing:.6px;color:#94a3b8;margin:16px 0 8px;font-weight:600}.recent-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;text-align:left;padding:8px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:6px;cursor:pointer;min-height:48px}.recent-item:hover{background:#f7fafc}.recent-name{font-weight:500;color:#1a202c;font-size:13px}.recent-preview{grid-column:1/-1;font-size:12px;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recent-time{font-size:11px;color:#94a3b8}.kbd-row{display:flex;gap:6px;align-items:center;padding:6px 0;font-size:13px;color:#475569}.typing-indicator-msg{margin-top:4px}.typing-bubble-admin{background:#f1f5f9!important;padding:10px 16px!important;border-radius:12px!important}.typing-dots{display:flex;gap:4px;padding:4px 0}.typing-dots span{width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:lc-dot-bounce 1s ease-in-out infinite}.typing-dots span:nth-child(2){animation-delay:.16s}.typing-dots span:nth-child(3){animation-delay:.32s}@keyframes lc-dot-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}.msg-status-sent{color:#a0aec0}.msg-status-delivered{color:#805ad5}.msg-status-read{color:#48bb78}
