:root{--primary:#6366f1;--primary-dark:#4f46e5;--primary-light:#ede9fe;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--bg:#f9fafb;--surface:#fff;--border:#e5e7eb;--text:#1f2937;--text-muted:#6b7280;--sidebar-w:240px}[data-theme=dark]{--bg:#0f172a;--surface:#1e293b;--border:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--primary-light:#312e81}*{box-sizing:border-box;margin:0;padding:0}body{background:#f9fafb;background:var(--bg);color:#1f2937;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}a{color:#6366f1;color:var(--primary);text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}.layout{display:flex;min-height:100vh}.sidebar{background:#fff;background:var(--surface);border-right:1px solid #e5e7eb;border-right:1px solid var(--border);display:flex;flex-direction:column;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;width:240px;width:var(--sidebar-w);z-index:100}.main{display:flex;flex:1 1;flex-direction:column;margin-left:240px;margin-left:var(--sidebar-w);min-height:100vh}.topbar{align-items:center;background:#fff;background:var(--surface);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);display:flex;height:60px;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:50}.page{flex:1 1;padding:24px}.card{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;padding:20px}.card-title{color:#1f2937;color:var(--text);font-size:16px;font-weight:600;margin-bottom:16px}.btn{align-items:center;border:none;border-radius:8px;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .15s}.btn-primary{background:#6366f1;background:var(--primary);color:#fff}.btn-primary:hover{background:#4f46e5;background:var(--primary-dark)}.btn-secondary{background:#f9fafb;background:var(--bg);border:1px solid #e5e7eb;border:1px solid var(--border);color:#1f2937;color:var(--text)}.btn-secondary:hover{background:#e5e7eb;background:var(--border)}.btn-danger{background:#ef4444;background:var(--danger);color:#fff}.btn-sm{font-size:12px;padding:5px 10px}.btn-icon{background:none;border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:6px;color:#6b7280;color:var(--text-muted);padding:6px}.btn-icon:hover{background:#f9fafb;background:var(--bg)}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:11px;font-weight:600;padding:2px 8px}.badge-green{background:#d1fae5;color:#065f46}.badge-yellow{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.badge-blue{background:#dbeafe;color:#1e40af}.badge-gray{background:#f3f4f6;color:#374151}.badge-purple{background:#ede9fe;color:#5b21b6}.input{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;color:#1f2937;color:var(--text);font-size:14px;outline:none;padding:8px 12px;width:100%}.input:focus{border-color:#6366f1;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.input-group{display:flex;flex-direction:column;gap:4px}.input-label{color:#6b7280;color:var(--text-muted);font-size:13px;font-weight:500}.table{border-collapse:collapse;width:100%}.table th{color:#6b7280;color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.05em;padding:10px 12px;text-align:left;text-transform:uppercase}.table td,.table th{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border)}.table td{color:#1f2937;color:var(--text);padding:12px}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:#f9fafb;background:var(--bg)}.modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.modal{background:#fff;background:var(--surface);border-radius:16px;max-height:90vh;max-width:520px;overflow-y:auto;padding:24px;width:100%}.modal-title{font-size:18px;font-weight:700;margin-bottom:20px}.modal-footer{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.stat-card{background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:12px;padding:20px}.stat-value{color:#1f2937;color:var(--text);font-size:28px;font-weight:700}.stat-label{color:#6b7280;color:var(--text-muted);font-size:13px;margin-top:4px}.stat-change{font-size:12px;margin-top:8px}.stat-change.up{color:#10b981;color:var(--success)}.stat-change.down{color:#ef4444;color:var(--danger)}.grid-2{grid-gap:16px;grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{display:grid;gap:16px}.grid-3{grid-gap:16px;grid-template-columns:repeat(3,1fr)}.grid-4{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-1{flex:1 1}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-4{margin-top:16px}.text-muted{color:#6b7280;color:var(--text-muted)}.text-sm{font-size:12px}.font-semibold{font-weight:600}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-section{font-size:11px;font-weight:600;letter-spacing:.08em;margin-top:8px;padding:8px 12px;text-transform:uppercase}.nav-item,.nav-section{color:#6b7280;color:var(--text-muted)}.nav-item{align-items:center;border-radius:8px;display:flex;font-size:14px;gap:10px;margin:1px 8px;padding:9px 16px;transition:all .15s}.nav-item:hover{background:#f9fafb;background:var(--bg);color:#1f2937;color:var(--text)}.nav-item.active{background:#ede9fe;background:var(--primary-light);color:#6366f1;color:var(--primary);font-weight:600}.nav-item .icon{text-align:center;width:18px}.chat-layout{display:flex;height:calc(100vh - 60px);overflow:hidden}.chat-list{background:#fff;background:var(--surface);border-right:1px solid #e5e7eb;border-right:1px solid var(--border);overflow-y:auto;width:320px}.chat-item{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);cursor:pointer;padding:14px 16px;transition:background .1s}.chat-item.active,.chat-item:hover{background:#ede9fe;background:var(--primary-light)}.chat-item .visitor-name{font-size:14px;font-weight:600}.chat-item .last-msg{color:#6b7280;color:var(--text-muted);font-size:12px;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-messages,.chat-window{display:flex;flex:1 1;flex-direction:column}.chat-messages{background:#f9fafb;background:var(--bg);gap:12px;overflow-y:auto;padding:20px}.chat-msg{border-radius:12px;font-size:14px;line-height:1.5;max-width:70%;padding:10px 14px}.chat-msg.visitor{align-self:flex-start;background:#fff;background:var(--surface);border:1px solid #e5e7eb;border:1px solid var(--border);border-bottom-left-radius:4px}.chat-msg.agent{align-self:flex-end;background:#6366f1;background:var(--primary);border-bottom-right-radius:4px;color:#fff}.chat-msg.bot{align-self:flex-start;background:#fef3c7;border:1px solid #fde68a;border-bottom-left-radius:4px}.chat-input-area{background:#fff;background:var(--surface);border-top:1px solid #e5e7eb;border-top:1px solid var(--border);display:flex;gap:8px;padding:16px}@media (max-width:768px){.sidebar{transform:translateX(-100%);transition:transform .3s}.sidebar.open{transform:translateX(0)}.main{margin-left:0}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3{grid-template-columns:1fr}.chat-list{width:100%}}
/*# sourceMappingURL=main.d88623fa.css.map*/