*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f172a;color:#e2e8f0;height:100vh}#app{display:flex;height:100vh}.sidebar{width:260px;background:#1e293b;border-right:1px solid #334155;display:flex;flex-direction:column;flex-shrink:0}.sidebar-header{padding:14px;border-bottom:1px solid #334155}.sidebar-header h2{font-size:15px;color:#f1f5f9;margin-bottom:10px}.config-row{display:flex;gap:6px;margin-bottom:6px;align-items:center}.config-row select,.config-row input{flex:1;padding:6px 8px;background:#0f172a;border:1px solid #334155;border-radius:6px;color:#e2e8f0;font-size:12px;outline:none;min-width:0}.config-row select:focus,.config-row input:focus{border-color:#3b82f6}.status{display:flex;align-items:center;gap:5px;font-size:11px;color:#94a3b8;white-space:nowrap}.status-dot{width:7px;height:7px;border-radius:50%;background:#ef4444;flex-shrink:0}.status-dot.online{background:#22c55e}.rooms-section{flex:1;overflow-y:auto;border-bottom:1px solid #334155}.rooms-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px 6px}.rooms-header h3{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.btn-icon{width:24px;height:24px;border-radius:6px;border:1px solid #334155;background:transparent;color:#94a3b8;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.btn-icon:hover{background:#334155;color:#e2e8f0}.room-item{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;cursor:pointer;transition:background .15s;border-left:3px solid transparent}.room-item:hover{background:#273549}.room-item.active{background:#1a3a5c;border-left-color:#3b82f6}.room-info{overflow:hidden}.room-name{font-size:13px;font-weight:500}.room-preview{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.empty-rooms{padding:20px 14px;color:#475569;font-size:12px;text-align:center}.badge{background:#3b82f6;color:#fff;font-size:10px;font-weight:600;padding:1px 6px;border-radius:10px;min-width:18px;text-align:center}.users-section{padding:10px 14px;max-height:140px;overflow-y:auto}.users-section h3{font-size:11px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.user-item{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:12px;color:#94a3b8}.user-avatar{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;color:#fff}.user-avatar.customer{background:#3b82f6}.user-avatar.agent{background:#8b5cf6}.chat-area{flex:1;display:flex;flex-direction:column;min-width:0;background:#0f172a}.chat-header{padding:12px 20px;background:#1e293b;border-bottom:1px solid #334155;display:flex;align-items:center;justify-content:space-between}.chat-header h3{font-size:14px;font-weight:600}.messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:6px}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;color:#475569;font-size:14px}.message{max-width:65%;padding:8px 12px;border-radius:12px;font-size:13px;line-height:1.5;animation:fadeIn .15s}@keyframes fadeIn{0%{opacity:0;transform:translateY(3px)}to{opacity:1}}.message.self{align-self:flex-end;background:#3b82f6;color:#fff;border-bottom-right-radius:4px}.message.other{align-self:flex-start;background:#1e293b;border-bottom-left-radius:4px}.message .sender{font-size:10px;font-weight:600;margin-bottom:1px;color:#60a5fa}.message .time{font-size:9px;opacity:.5;margin-top:2px;text-align:right}.message.system{align-self:center;background:transparent;color:#475569;font-size:11px;padding:2px}.typing-indicator{padding:2px 20px;font-size:11px;color:#64748b;min-height:20px}.input-area{padding:12px 20px;background:#1e293b;border-top:1px solid #334155;display:flex;gap:8px}.input-area input{flex:1;padding:8px 12px;background:#0f172a;border:1px solid #334155;border-radius:8px;color:#e2e8f0;font-size:13px;outline:none}.input-area input:focus{border-color:#3b82f6}.input-area input:disabled{opacity:.4}.btn{border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;transition:all .15s}.btn-send{background:#3b82f6;color:#fff;padding:8px 16px;width:auto}.btn-send:hover{background:#2563eb}.btn-send:disabled{opacity:.4;cursor:not-allowed}.log-panel{width:300px;background:#1e293b;border-left:1px solid #334155;display:flex;flex-direction:column;flex-shrink:0}.log-header{padding:10px 14px;border-bottom:1px solid #334155;display:flex;justify-content:space-between;align-items:center}.log-header h3{font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.log-header button{background:none;border:none;color:#475569;cursor:pointer;font-size:11px}.log-header button:hover{color:#94a3b8}.log-entries{flex:1;overflow-y:auto;padding:6px;font-family:SF Mono,Fira Code,monospace;font-size:10px;line-height:1.6}.log-entry{padding:2px 6px;border-radius:3px;margin-bottom:1px;word-break:break-all}.log-entry.sent{color:#4ade80}.log-entry.received{color:#60a5fa}.log-entry.error{color:#f87171}.log-entry.info{color:#64748b}
