@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@layer base{:root{--font-inter:"Inter",sans-serif;--background:220 20% 97%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:221 83% 53%;--primary-foreground:0 0% 100%;--secondary:220 14% 96%;--secondary-foreground:222 47% 11%;--muted:220 14% 96%;--muted-foreground:220 9% 46%;--accent:262 83% 58%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--destructive-foreground:0 0% 98%;--border:220 13% 91%;--input:220 13% 91%;--ring:221 83% 53%;--chart-1:221 83% 53%;--chart-2:160 84% 39%;--chart-3:262 83% 58%;--chart-4:38 92% 50%;--chart-5:0 84% 60%;--radius:0.75rem;--sidebar-background:222 47% 11%;--sidebar-foreground:220 14% 96%;--sidebar-primary:221 83% 53%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:222 30% 18%;--sidebar-accent-foreground:220 14% 96%;--sidebar-border:222 30% 18%;--sidebar-ring:221 83% 53%}.dark{--background:222 47% 6%;--foreground:220 14% 96%;--card:222 47% 9%;--card-foreground:220 14% 96%;--popover:222 47% 9%;--popover-foreground:220 14% 96%;--primary:221 83% 53%;--primary-foreground:0 0% 100%;--secondary:222 30% 14%;--secondary-foreground:220 14% 96%;--muted:222 30% 14%;--muted-foreground:220 9% 56%;--accent:262 83% 58%;--accent-foreground:0 0% 100%;--destructive:0 62% 30%;--destructive-foreground:0 0% 98%;--border:222 30% 18%;--input:222 30% 18%;--ring:221 83% 53%;--chart-1:221 83% 53%;--chart-2:160 84% 39%;--chart-3:262 83% 58%;--chart-4:38 92% 50%;--chart-5:0 84% 60%;--sidebar-background:222 47% 6%;--sidebar-foreground:220 14% 96%;--sidebar-primary:221 83% 53%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:222 30% 14%;--sidebar-accent-foreground:220 14% 96%;--sidebar-border:222 30% 14%;--sidebar-ring:221 83% 53%}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#f4f6fb;color:#1a1a2e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.crm-shell{overflow:hidden}.crm-shell,.crm-sidebar{display:flex;height:100vh}.crm-sidebar{background:#0f172a;color:#e2e8f0;flex-direction:column;flex-shrink:0;width:240px}.crm-sidebar-logo{border-bottom:1px solid #1e293b;color:#fff;font-weight:700;gap:10px;padding:20px 18px}.crm-sidebar-logo,.crm-sidebar-logo-icon{align-items:center;display:flex;font-size:16px}.crm-sidebar-logo-icon{background:#2563eb;border-radius:8px;height:32px;justify-content:center;width:32px}.crm-nav{flex:1 1;overflow-y:auto;padding:12px 10px}.crm-nav a{align-items:center;border-radius:8px;color:#94a3b8;display:flex;font-size:13.5px;font-weight:500;gap:10px;margin-bottom:2px;padding:9px 12px;text-decoration:none;transition:background .15s,color .15s}.crm-nav a:hover{background:#1e293b;color:#fff}.crm-nav a.active{background:#2563eb;color:#fff}.crm-nav-icon{flex-shrink:0;height:16px;width:16px}.crm-sidebar-user{border-top:1px solid #1e293b;gap:10px;padding:14px}.crm-avatar,.crm-sidebar-user{align-items:center;display:flex}.crm-avatar{background:#2563eb;border-radius:50%;color:#fff;flex-shrink:0;font-size:13px;font-weight:600;height:32px;justify-content:center;width:32px}.crm-sidebar-user-info{flex:1 1;min-width:0}.crm-sidebar-user-info strong{color:#fff;display:block;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm-sidebar-user-info span{color:#64748b;font-size:11px}.crm-logout-btn{background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;padding:4px}.crm-logout-btn:hover{color:#fff}.crm-main{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.crm-topbar{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;display:none;font-weight:600;gap:10px;padding:10px 16px}.crm-content{flex:1 1;overflow-y:auto}.page{padding:28px}.page-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:24px}.page-title{color:#0f172a;font-size:22px;font-weight:700}.page-subtitle{color:#64748b;font-size:13px;margin-top:2px}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:13.5px;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:background .15s,opacity .15s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn-danger{background:#fee2e2;color:#dc2626}.btn-danger:hover:not(:disabled){background:#fecaca}.btn-icon{border-radius:6px;padding:7px}.btn-ghost{background:none;color:#64748b}.btn-ghost:hover{background:#f1f5f9;color:#0f172a}.btn-sm{font-size:12px;padding:5px 10px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px}.card-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:16px 20px}.card-title{color:#0f172a;font-size:14px;font-weight:600}.card-body{padding:20px}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:14px;padding:18px 20px}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{border-radius:10px;flex-shrink:0;font-size:20px;height:42px;justify-content:center;width:42px}.stat-icon.blue{background:#eff6ff}.stat-icon.purple{background:#f5f3ff}.stat-icon.green{background:#f0fdf4}.stat-icon.orange{background:#fff7ed}.stat-label{color:#64748b;font-size:12px}.stat-value{color:#0f172a;font-size:22px;font-weight:700;margin-top:2px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%}thead{background:#f8fafc}th{color:#64748b;font-size:12px;font-weight:600;padding:10px 16px;text-align:left;white-space:nowrap}td{border-top:1px solid #f1f5f9;color:#1e293b;font-size:13.5px;padding:11px 16px}tbody tr{cursor:pointer;transition:background .1s}tbody tr:hover{background:#f8fafc}.td-name strong{display:block;font-weight:500}.td-contact,.td-name span{color:#64748b;font-size:12px}.td-contact{line-height:1.8}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:11.5px;font-weight:500;padding:2px 9px;white-space:nowrap}.badge-new{background:#f1f5f9;color:#475569}.badge-contacted{background:#eff6ff;color:#2563eb}.badge-qualified{background:#f5f3ff;color:#7c3aed}.badge-proposal{background:#fefce8;color:#ca8a04}.badge-negotiation{background:#fff7ed;color:#ea580c}.badge-won{background:#f0fdf4;color:#16a34a}.badge-lost{background:#fef2f2;color:#dc2626}.badge-admin{background:#eff6ff;color:#2563eb}.badge-manager{background:#f5f3ff;color:#7c3aed}.badge-sales_rep{background:#f0fdf4;color:#16a34a}.badge-outline{background:#0000;border:1px solid #e2e8f0;color:#64748b}.badge-blue{background:#eff6ff;color:#2563eb}.badge-green{background:#f0fdf4;color:#16a34a}.form-group{margin-bottom:16px}.form-label{color:#374151;display:block;font-size:13px;font-weight:500;margin-bottom:5px}.form-input,.form-select,.form-textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:inherit;font-size:13.5px;padding:8px 12px;transition:border-color .15s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-input:disabled,.form-select:disabled,.form-textarea:disabled{background:#f8fafc;color:#94a3b8}.form-textarea{min-height:80px;resize:vertical}.form-row{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr 1fr}.search-bar{position:relative}.search-bar input{padding-left:36px}.search-icon{color:#94a3b8;height:16px;left:10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:16px}.filters-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.filters-row .search-bar{flex:1 1;min-width:200px}.drawer-overlay{background:#0006;inset:0;position:fixed;z-index:100}.drawer{background:#fff;bottom:0;box-shadow:-4px 0 24px #0000001f;display:flex;flex-direction:column;max-width:100vw;position:fixed;right:0;top:0;width:420px;z-index:101}.drawer-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:18px 20px}.drawer-title{font-size:16px;font-weight:600}.drawer-body{flex:1 1;overflow-y:auto;padding:20px}.drawer-footer{border-top:1px solid #e2e8f0;display:flex;gap:10px;padding:16px 20px}.pipeline-board{display:flex;gap:16px;overflow-x:auto;padding-bottom:16px}.pipeline-col{flex-shrink:0;width:240px}.pipeline-col-header{align-items:center;display:flex;gap:8px;margin-bottom:10px}.pipeline-col-dot{border-radius:50%;height:10px;width:10px}.pipeline-col-label{color:#0f172a;font-size:13px;font-weight:600}.pipeline-col-count{background:#f1f5f9;border-radius:20px;color:#64748b;font-size:11px;font-weight:600;margin-left:auto;padding:1px 8px}.pipeline-total{color:#64748b;font-size:12px;margin-bottom:8px}.pipeline-empty{border:2px dashed #e2e8f0;border-radius:10px;color:#94a3b8;font-size:12px;padding:20px;text-align:center}.pipeline-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;margin-bottom:8px;padding:12px;transition:box-shadow .15s}.pipeline-card:hover{box-shadow:0 2px 12px #00000014}.pipeline-card-name{font-size:13.5px;font-weight:500}.pipeline-card-sub{color:#64748b;font-size:12px;margin-top:2px}.pipeline-card-value{color:#16a34a;font-size:12px;font-weight:600;margin-top:4px}.pipeline-card-move{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.pipeline-move-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-size:11px;padding:0}.pipeline-move-btn:hover{text-decoration:underline}.placeholder-box{align-items:center;border:2px dashed #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:40px 20px;text-align:center}.placeholder-icon{align-items:center;border-radius:50%;display:flex;font-size:26px;height:56px;justify-content:center;width:56px}.placeholder-icon.blue{background:#eff6ff}.placeholder-icon.green{background:#f0fdf4}.placeholder-title{color:#0f172a;font-size:15px;font-weight:600}.placeholder-desc{color:#64748b;font-size:13px;max-width:340px}.integration-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.list-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:12px 0}.list-item:last-child{border-bottom:none}.list-item-info strong{display:block;font-size:13.5px;font-weight:500}.list-item-info span{color:#64748b;font-size:12px}.activity-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;padding:10px 0}.activity-item:last-child{border-bottom:none}.activity-desc{color:#475569;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.agent-banner{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;display:flex;gap:12px;margin-bottom:24px;padding:14px 18px}.agent-banner-text strong{color:#1e40af;display:block;font-size:14px}.agent-banner-text span{color:#3b82f6;font-size:12px}.agent-rules{display:flex;flex-direction:column;gap:14px}.agent-rule{align-items:center;display:flex;justify-content:space-between}.agent-rule label{color:#374151;font-size:13.5px}.toggle{background:#e2e8f0;border:none;border-radius:20px;cursor:pointer;flex-shrink:0;height:22px;position:relative;transition:background .2s;width:38px}.toggle.on{background:#2563eb}.toggle:after{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;content:"";height:16px;left:3px;position:absolute;top:3px;transition:left .2s;width:16px}.toggle.on:after{left:19px}.channels-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.channel-card{border:1px solid #e2e8f0;border-radius:10px;padding:18px;text-align:center}.channel-emoji{display:block;font-size:28px;margin-bottom:6px}.channel-name{color:#0f172a;font-size:13px;font-weight:600}.channel-status{color:#94a3b8;font-size:11px;margin-top:4px}.team-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.team-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:8px;padding:20px;text-align:center}.team-avatar,.team-card{align-items:center;display:flex}.team-avatar{background:#2563eb;border-radius:50%;color:#fff;font-size:18px;font-weight:700;height:52px;justify-content:center;width:52px}.team-name{color:#0f172a;font-size:14px;font-weight:600}.team-email{color:#64748b;font-size:12px}.team-actions{display:flex;gap:8px;margin-top:6px}.call-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:14px;padding:12px 0}.call-item:last-child{border-bottom:none}.call-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.call-icon.green{background:#f0fdf4}.call-icon.red{background:#fef2f2}.call-info{flex:1 1}.call-info strong{display:block;font-size:13.5px;font-weight:500}.call-info span{color:#64748b;font-size:12px}.call-duration{color:#64748b;font-size:13px}@media (max-width:768px){.crm-sidebar{bottom:0;left:-240px;position:fixed;top:0;transition:left .25s;z-index:200}.crm-sidebar.open{left:0}.crm-mobile-overlay{background:#0006;display:none;inset:0;position:fixed;z-index:199}.crm-mobile-overlay.visible{display:block}.crm-topbar{display:flex}.page{padding:16px}.form-row{grid-template-columns:1fr}.pipeline-board{padding-bottom:20px}.team-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}
/*# sourceMappingURL=main.ccac379c.css.map*/