:root{--sidebar-bg: #1a1d21;--sidebar-width: 60px;--primary: #2563eb;--primary-hover: #1d4ed8;--bg-light: #f7f8fa;--bg-white: #ffffff;--border: #e5e7eb;--border-light: #f3f4f6;--text-primary: #111827;--text-secondary: #6b7280;--text-muted: #9ca3af;--status-active: #22c55e;--status-waiting: #eab308;--status-escalated: #ef4444;--status-closed: #9ca3af;--msg-visitor: #f3f4f6;--msg-agent: #2563eb;--msg-ai: #f0fdf4;--msg-ai-border: #bbf7d0;--conv-list-width: 320px;--radius: 8px;--radius-lg: 12px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 32px rgba(0,0,0,.12)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-light);color:var(--text-primary);-webkit-font-smoothing:antialiased}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.layout{display:flex;height:100vh;overflow:hidden}.icon-sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);display:flex;flex-direction:column;align-items:center;padding:12px 0;flex-shrink:0;z-index:100}.icon-sidebar-logo{width:36px;height:36px;background:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:18px;margin-bottom:24px;-webkit-user-select:none;user-select:none}.icon-sidebar-nav{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}.icon-sidebar-link{position:relative;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ffffff80;text-decoration:none;transition:all .15s;border:none;background:none;cursor:pointer}.icon-sidebar-link:hover{background:#ffffff1a;color:#ffffffe6;text-decoration:none}.icon-sidebar-link.active{background:#ffffff1f;color:#fff;box-shadow:inset 3px 0 0 var(--primary)}.icon-sidebar-link svg{width:22px;height:22px}.icon-sidebar-link:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);background:#111827;color:#fff;padding:5px 10px;border-radius:6px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s;z-index:200}.icon-sidebar-link:hover:after{opacity:1}.icon-sidebar-bottom{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1);width:100%}.icon-sidebar-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;-webkit-user-select:none;user-select:none;cursor:default}.icon-sidebar-logout{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff6;background:none;border:none;cursor:pointer;transition:all .15s}.icon-sidebar-logout:hover{background:#ffffff1a;color:#fffc}.icon-sidebar-logout svg{width:18px;height:18px}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.page-header{background:var(--bg-white);padding:16px 24px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.page-title{font-size:20px;font-weight:600}.page-body{padding:24px;flex:1;overflow-y:auto}.inbox-layout{display:flex;height:100%;overflow:hidden}.conv-list-panel{width:var(--conv-list-width);border-right:1px solid var(--border);background:var(--bg-white);display:flex;flex-direction:column;flex-shrink:0}.conv-list-header{padding:16px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.conv-list-header h2{font-size:16px;font-weight:700}.conv-list-filter{padding:5px 8px;border:1px solid var(--border);border-radius:6px;font-size:12px;color:var(--text-secondary);background:var(--bg-white);cursor:pointer;outline:none}.conv-list-filter:focus{border-color:var(--primary)}.conv-list-items{flex:1;overflow-y:auto}.conv-item{display:flex;gap:12px;padding:14px 16px;border-bottom:1px solid var(--border-light);cursor:pointer;transition:background .1s;text-decoration:none;color:inherit}.conv-item:hover{background:#f9fafb;text-decoration:none}.conv-item.active{background:#eef4ff}.conv-item-body{flex:1;min-width:0}.conv-item-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2px}.conv-item-name{font-size:14px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-item-time{font-size:11px;color:var(--text-muted);white-space:nowrap;flex-shrink:0;margin-left:8px}.conv-item-preview{font-size:13px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.avatar-status--active{background:var(--status-active)}.avatar-status--waiting{background:var(--status-waiting)}.avatar-status--escalated{background:var(--status-escalated)}.avatar-status--closed{background:var(--status-closed)}.chat-panel{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--bg-light)}.chat-panel-empty{flex:1;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:15px}.chat-header{padding:12px 20px;border-bottom:1px solid var(--border);background:var(--bg-white);display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:12px}.chat-header-info{display:flex;align-items:center;gap:12px;min-width:0}.chat-header-name{font-size:15px;font-weight:600}.chat-header-email{font-size:13px;color:var(--text-secondary)}.chat-header-actions{display:flex;gap:8px;flex-shrink:0}.chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:6px}.chat-message{max-width:65%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;position:relative}.chat-message.visitor{align-self:flex-start;background:var(--msg-visitor);border-bottom-left-radius:4px}.chat-message.agent{align-self:flex-end;background:var(--msg-agent);color:#fff;border-bottom-right-radius:4px}.chat-message.ai{align-self:flex-start;background:var(--msg-ai);border:1px solid var(--msg-ai-border);border-bottom-left-radius:4px}.chat-message.system{align-self:center;background:none;color:var(--text-muted);font-size:12px;font-style:italic;max-width:80%;text-align:center}.chat-message-label{display:inline-block;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:1px 6px;border-radius:4px;margin-bottom:4px}.chat-message-label.ai-label{background:#dcfce7;color:#166534}.chat-message-meta{font-size:11px;margin-top:4px;opacity:.6}.chat-message.agent .chat-message-meta{opacity:.75}.typing-indicator{display:flex;align-items:center;gap:4px;padding:12px 16px;align-self:flex-start;background:var(--msg-visitor);border-radius:16px 16px 16px 4px}.typing-indicator span{width:7px;height:7px;background:var(--text-muted);border-radius:50%;animation:typing-bounce 1.4s infinite ease-in-out}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.chat-input-area{padding:14px 20px;border-top:1px solid var(--border);background:var(--bg-white);display:flex;gap:10px;align-items:flex-end;flex-shrink:0}.chat-input{flex:1;padding:10px 14px;border:1px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;outline:none;resize:none;min-height:40px;max-height:120px;line-height:1.4;transition:border-color .15s}.chat-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2563eb14}.chat-send-btn{width:40px;height:40px;border-radius:var(--radius);background:var(--primary);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;flex-shrink:0}.chat-send-btn:hover{background:var(--primary-hover)}.chat-send-btn:disabled{background:var(--border);cursor:default}.chat-send-btn svg{width:18px;height:18px}.card{background:var(--bg-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border);overflow:hidden}.card-header{padding:16px 20px;border-bottom:1px solid var(--border);font-weight:600;font-size:15px}.card-body{padding:20px}table{width:100%;border-collapse:collapse}th,td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border-light)}th{background:var(--bg-light);font-weight:600;font-size:12px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}td{font-size:14px}tr:hover td{background:#fafbfc}.form-group{margin-bottom:16px}.form-label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:var(--text-primary)}.form-input,.form-select,.form-textarea{width:100%;padding:9px 12px;border:1px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:inherit;transition:border-color .15s;background:var(--bg-white);color:var(--text-primary)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb14}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:var(--radius);font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;border:1px solid transparent;transition:all .15s;white-space:nowrap}.btn:disabled{opacity:.5;cursor:default}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary{background:var(--bg-white);color:var(--text-primary);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:var(--bg-light)}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-sm{padding:5px 12px;font-size:13px}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:10px;font-size:12px;font-weight:500}.badge-active{background:#dcfce7;color:#166534}.badge-waiting{background:#fef9c3;color:#854d0e}.badge-escalated{background:#fee2e2;color:#991b1b}.badge-closed{background:#f3f4f6;color:#6b7280}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a,#1e293b,#334155)}.login-card{background:var(--bg-white);padding:40px;border-radius:var(--radius-lg);width:400px;box-shadow:var(--shadow-lg)}.login-logo{width:48px;height:48px;background:var(--primary);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:22px;margin-bottom:24px}.login-title{font-size:24px;font-weight:700;margin-bottom:6px;color:var(--text-primary)}.login-subtitle{color:var(--text-secondary);margin-bottom:28px;font-size:15px}.login-error{background:#fee2e2;color:#991b1b;padding:10px 14px;border-radius:var(--radius);font-size:14px;margin-bottom:16px}.login-btn{width:100%;padding:10px 16px;border-radius:var(--radius);background:var(--primary);color:#fff;font-size:15px;font-weight:600;font-family:inherit;border:none;cursor:pointer;transition:background .15s}.login-btn:hover:not(:disabled){background:var(--primary-hover)}.login-btn:disabled{opacity:.6;cursor:default}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:var(--bg-white);border-radius:var(--radius-lg);padding:24px;width:500px;max-width:90vw;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-title{font-size:18px;font-weight:600;margin-bottom:16px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted)}.empty-state h3{color:var(--text-secondary);margin-bottom:8px}.alert{padding:10px 14px;border-radius:var(--radius);font-size:14px;margin-bottom:16px}.alert-success{background:#dcfce7;color:#166534}.alert-error{background:#fee2e2;color:#991b1b}.label-pill{display:inline-flex;align-items:center;gap:4px;padding:1px 8px;border-radius:10px;font-size:11px;font-weight:500;border:1px solid;white-space:nowrap}.label-pill-remove{background:none;border:none;cursor:pointer;font-size:14px;padding:0;line-height:1;opacity:.6}.label-pill-remove:hover{opacity:1}.conv-item-labels{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.chat-header-labels{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.label-dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:10;min-width:160px;max-height:200px;overflow-y:auto}.label-dropdown-item{padding:8px 12px;cursor:pointer;font-size:13px;display:flex;align-items:center;gap:8px}.label-dropdown-item:hover{background:var(--bg-light)}.label-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.canned-dropdown{position:absolute;bottom:100%;left:0;right:60px;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:10;max-height:200px;overflow-y:auto;margin-bottom:4px}.canned-dropdown-item{padding:10px 14px;cursor:pointer;border-bottom:1px solid var(--border-light);display:flex;flex-direction:column;gap:2px}.canned-dropdown-item:last-child{border-bottom:none}.canned-dropdown-item:hover{background:var(--bg-light)}.canned-dropdown-shortcut{font-size:13px;font-weight:600;color:var(--primary)}.canned-dropdown-preview{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-sidebar{width:280px;border-left:1px solid var(--border);background:var(--bg-white);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden}.contact-sidebar-header{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:14px;flex-shrink:0}.contact-sidebar-close{background:none;border:none;cursor:pointer;font-size:18px;color:var(--text-muted);padding:2px 6px;border-radius:4px}.contact-sidebar-close:hover{background:var(--bg-light)}.contact-sidebar-profile{padding:20px 16px;text-align:center;border-bottom:1px solid var(--border);flex-shrink:0}.contact-sidebar-name{font-weight:600;font-size:15px;margin-top:8px}.contact-sidebar-email{font-size:13px;color:var(--text-secondary);margin-top:2px}.contact-sidebar-tabs{display:flex;border-bottom:1px solid var(--border);flex-shrink:0}.contact-sidebar-tab{flex:1;padding:8px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:13px;font-weight:500;color:var(--text-secondary);font-family:inherit}.contact-sidebar-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.contact-sidebar-body{flex:1;overflow-y:auto;padding:12px 0}.contact-sidebar-section{padding:8px 16px 16px}.contact-sidebar-section-title{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.contact-sidebar-detail{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:13px}.detail-label{color:var(--text-secondary)}.detail-value{color:var(--text-primary);font-weight:500}.contact-sidebar-conv{padding:8px 12px;border-radius:6px;margin-bottom:4px;cursor:pointer;transition:background .1s}.contact-sidebar-conv:hover{background:var(--bg-light)}.contact-sidebar-conv.current{background:#eef4ff;cursor:default}.contact-sidebar-conv-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.contact-sidebar-note-input{padding:12px 16px;border-bottom:1px solid var(--border)}.contact-sidebar-note-input textarea{width:100%;padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-size:13px;font-family:inherit;resize:none;outline:none;margin-bottom:8px}.contact-sidebar-note-input textarea:focus{border-color:var(--primary)}.contact-sidebar-notes{padding:8px 16px}.contact-sidebar-note{padding:8px 10px;background:#fef9c3;border-radius:6px;margin-bottom:8px;font-size:13px}.contact-sidebar-note-content{white-space:pre-wrap;line-height:1.4}.contact-sidebar-note-meta{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:11px;color:#92820c}.contact-sidebar-note-delete{background:none;border:none;cursor:pointer;color:#92820c;font-size:16px;padding:0 4px;opacity:.6}.contact-sidebar-note-delete:hover{opacity:1}.filter-bar{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px;border-bottom:1px solid var(--border);background:var(--bg-light);align-items:center}.filter-select{padding:5px 8px;border:1px solid var(--border);border-radius:6px;font-size:12px;color:var(--text-secondary);background:var(--bg-white);cursor:pointer;outline:none;font-family:inherit}.filter-select:focus{border-color:var(--primary)}.filter-input{padding:4px 8px;border:1px solid var(--border);border-radius:6px;font-size:12px;color:var(--text-secondary);background:var(--bg-white);outline:none;font-family:inherit;max-width:130px}.filter-input:focus{border-color:var(--primary)}.filter-separator{width:1px;height:20px;background:var(--border);margin:0 2px}.filter-sort-toggle{width:28px;height:28px;border:1px solid var(--border);border-radius:6px;background:var(--bg-white);cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-family:inherit}.filter-sort-toggle:hover{background:var(--bg-light);border-color:var(--primary)}.clear-filters-btn{background:none;border:none;cursor:pointer;font-size:12px;color:var(--primary);padding:4px 8px;font-family:inherit;white-space:nowrap}.clear-filters-btn:hover{text-decoration:underline}.priority-badge{display:inline-flex;align-items:center;padding:1px 6px;border-radius:8px;font-size:10px;font-weight:600;text-transform:capitalize;margin-left:6px;vertical-align:middle}.conv-item-meta-row{display:flex;align-items:center;gap:6px;margin-top:4px;flex-wrap:wrap}.conv-item-team{font-size:11px;color:var(--text-muted);background:var(--bg-light);padding:1px 6px;border-radius:6px;border:1px solid var(--border)}.contacts-page{display:flex;flex-direction:column;height:100%}.contacts-header{padding:16px 24px;background:var(--bg-white);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:12px;flex-shrink:0}.contacts-header h2{font-size:20px;font-weight:600;white-space:nowrap}.contacts-search{flex:1;max-width:400px}.contacts-table-wrap{flex:1;overflow-y:auto;padding:0}.contacts-pagination{padding:12px 24px;border-top:1px solid var(--border);background:var(--bg-white);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-secondary);flex-shrink:0}.contact-detail-page{display:flex;flex-direction:column;height:100%}.contact-detail-header{padding:20px 24px;background:var(--bg-white);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:16px;flex-shrink:0}.contact-detail-body{flex:1;overflow-y:auto;padding:24px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-content:start}@media (max-width: 768px){.contact-detail-body{grid-template-columns:1fr}}.macros-page{display:flex;flex-direction:column;height:100%}.macros-header{padding:16px 24px;background:var(--bg-white);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.macros-header h2{font-size:20px;font-weight:600}.macros-list{flex:1;overflow-y:auto;padding:24px}.macro-card{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:16px 20px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.macro-card-info h3{font-size:15px;font-weight:600;margin-bottom:4px}.macro-card-meta{font-size:13px;color:var(--text-secondary);display:flex;gap:12px;align-items:center}.macro-card-actions{display:flex;gap:8px}.macro-builder{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;margin-bottom:16px}.macro-builder-title{font-size:16px;font-weight:600;margin-bottom:16px}.macro-action-row{display:flex;gap:8px;align-items:flex-start;margin-bottom:8px;padding:8px;background:var(--bg-light);border-radius:var(--radius)}.macro-action-row select,.macro-action-row input,.macro-action-row textarea{font-size:13px;padding:6px 8px;border:1px solid var(--border);border-radius:6px;font-family:inherit;background:var(--bg-white)}.macro-action-row textarea{min-height:60px;resize:vertical}.macro-action-remove{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:18px;padding:4px;line-height:1;flex-shrink:0}.macro-action-remove:hover{color:#ef4444}.csv-import-result{padding:12px;background:#dcfce7;border-radius:var(--radius);margin-bottom:12px;font-size:14px;color:#166534}.csv-import-errors{padding:12px;background:#fee2e2;border-radius:var(--radius);font-size:13px;color:#991b1b;max-height:200px;overflow-y:auto}.csv-import-errors li{margin-bottom:4px}.attr-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;border-bottom:1px solid var(--border-light)}.attr-key{color:var(--text-secondary);font-weight:500}.attr-value{color:var(--text-primary);display:flex;align-items:center;gap:6px}.attr-actions{display:flex;gap:4px}.attr-action-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:14px;padding:2px 4px}.attr-action-btn:hover{color:var(--text-primary)}.macro-dropdown{position:absolute;top:100%;right:0;background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);z-index:10;min-width:200px;max-height:240px;overflow-y:auto}.macro-dropdown-item{padding:8px 14px;cursor:pointer;font-size:13px;border-bottom:1px solid var(--border-light)}.macro-dropdown-item:last-child{border-bottom:none}.macro-dropdown-item:hover{background:var(--bg-light)}.conv-list-items::-webkit-scrollbar,.chat-messages::-webkit-scrollbar{width:6px}.conv-list-items::-webkit-scrollbar-track,.chat-messages::-webkit-scrollbar-track{background:transparent}.conv-list-items::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.conv-list-items::-webkit-scrollbar-thumb:hover,.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}
