.emp-dash{background:linear-gradient(#f0fdf4 0%,#f8fafc 240px);flex-direction:column;gap:1.5rem;min-height:100vh;padding:1.5rem 2rem 2.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.emp-hero{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 1px 3px #0f172a0a}.emp-hero-greet{align-items:center;gap:1rem;display:flex}.emp-hero-avatar{color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:18px;font-weight:700;display:flex}.emp-hero-title{color:#0f172a;letter-spacing:-.02em;align-items:center;gap:8px;margin:0 0 4px;font-size:24px;font-weight:700;display:inline-flex}.emp-hero-sub{color:#64748b;margin:0;font-size:14px}.emp-hero-actions{align-items:center;gap:8px;display:inline-flex}.emp-icon-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,color .15s,border-color .15s;display:inline-flex;position:relative}.emp-icon-btn:hover{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.emp-icon-dot{background:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:9px;box-shadow:0 0 0 2px #fff}.emp-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:10px;align-items:center;gap:6px;padding:.625rem 1rem;font-size:14px;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 12px -4px #10b98166}.emp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px -4px #10b98180}.emp-kpi-grid{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}.emp-kpi{color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:4px;padding:14px 16px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;position:relative;box-shadow:0 1px 3px #0f172a0a}.emp-kpi-action{cursor:pointer}.emp-kpi-action:hover{border-color:#6ee7b7;transform:translateY(-2px);box-shadow:0 8px 20px -10px #10b98140}.emp-kpi-warn{background:#fffbeb;border-color:#fed7aa}.emp-kpi-head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.emp-kpi-icon{border-radius:9px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.emp-kpi-icon-blue{color:#1d4ed8;background:#dbeafe}.emp-kpi-icon-rose{color:#be123c;background:#ffe4e6}.emp-kpi-icon-emerald{color:#047857;background:#d1fae5}.emp-kpi-icon-violet{color:#6d28d9;background:#ede9fe}.emp-kpi-icon-amber{color:#b45309;background:#fef3c7}.emp-kpi-arrow{color:#94a3b8;width:16px;height:16px;transition:transform .15s,color .15s}.emp-kpi-action:hover .emp-kpi-arrow{color:#047857;transform:translate(2px,-2px)}.emp-kpi-label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:11px;font-weight:700}.emp-kpi-value{color:#0f172a;letter-spacing:-.02em;font-size:24px;font-weight:700;line-height:1.1}.emp-kpi-sub{color:#94a3b8;font-size:12px}.emp-kpi-progress{background:#f1f5f9;border-radius:999px;height:4px;margin-top:6px;overflow:hidden}.emp-kpi-progress-fill{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:999px;height:100%;transition:width .4s}@media (max-width:1280px){.emp-kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.emp-kpi-grid{grid-template-columns:repeat(2,1fr)}}.emp-grid-3{grid-template-columns:1.4fr 1fr 1fr;gap:1.25rem;display:grid}@media (max-width:1280px){.emp-grid-3{grid-template-columns:1fr 1fr}.emp-grid-3>.emp-panel-tasks{grid-column:1/-1}}@media (max-width:720px){.emp-grid-3{grid-template-columns:1fr}}.emp-panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:14px;padding:18px 20px;display:flex;box-shadow:0 1px 3px #0f172a0a}.emp-panel-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.emp-panel-title{color:#0f172a;align-items:center;gap:6px;margin:0;font-size:15px;font-weight:700;display:inline-flex}.emp-panel-sub{color:#94a3b8;font-size:12px}.emp-panel-link{color:#047857;align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex}.emp-panel-link:hover{text-decoration:underline}.emp-tasks{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.emp-task-row{border-bottom:1px solid #f1f5f9;grid-template-columns:8px 1fr auto;align-items:center;gap:10px;padding:10px 0;display:grid}.emp-task-row:last-child{border-bottom:none}.emp-task-dot{border-radius:50%;width:8px;height:8px}.emp-task-dot.tier-overdue{background:#ef4444;box-shadow:0 0 0 3px #fee2e2}.emp-task-dot.tier-today{background:#f59e0b;box-shadow:0 0 0 3px #fef3c7}.emp-task-info{min-width:0;color:inherit;flex-direction:column;gap:2px;text-decoration:none;display:flex}.emp-task-name{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}.emp-task-info:hover .emp-task-name{color:#047857}.emp-task-meta{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.emp-task-actions{align-items:center;gap:4px;display:inline-flex}.emp-task-actions button{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:inline-flex}.emp-task-actions button:hover{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.emp-empty{text-align:center;color:#64748b;background:#f8fafc;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:36px 16px;font-size:13px;display:flex}.emp-empty-text{color:#94a3b8;margin:0;font-size:13px}.emp-funnel{flex-direction:column;gap:12px;display:flex}.emp-funnel-row{flex-direction:column;gap:4px;display:flex}.emp-funnel-meta{color:#475569;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}.emp-funnel-conv{color:#94a3b8;background:#f1f5f9;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:700}.emp-funnel-track{background:#f1f5f9;border-radius:6px;width:100%;height:24px;overflow:hidden}.emp-funnel-bar{border-radius:6px;justify-content:flex-end;align-items:center;height:100%;padding:0 8px;transition:width .4s;display:flex}.emp-funnel-bar>span{color:#fff;font-size:11px;font-weight:700}.emp-sources{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.emp-sources-row{grid-template-columns:minmax(100px,auto) 1fr 28px;align-items:center;gap:10px;display:grid}.emp-sources-name{color:#334155;align-items:center;gap:8px;font-size:12px;font-weight:500;display:inline-flex}.emp-sources-dot{border-radius:999px;width:8px;height:8px}.emp-sources-bar-wrap{background:#f1f5f9;border-radius:999px;height:6px;overflow:hidden}.emp-sources-bar{border-radius:999px;height:100%;transition:width .4s;display:block}.emp-sources-num{color:#0f172a;text-align:right;font-size:13px;font-weight:700}.emp-recent{flex-direction:column;gap:12px;display:flex}.emp-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.emp-section-title{color:#0f172a;margin:0;font-size:18px;font-weight:700}.emp-section-sub{color:#94a3b8;margin:4px 0 0;font-size:13px}.emp-section-link{color:#047857;align-items:center;gap:4px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.emp-section-link:hover{text-decoration:underline}.emp-search-wrap{max-width:400px;position:relative}.emp-search-icon{color:#94a3b8;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.emp-search-input{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 16px 10px 42px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.emp-search-input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b98126}.emp-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.emp-table{border-collapse:collapse;width:100%}.emp-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 18px;font-size:11px;font-weight:700}.emp-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:14px 18px;font-size:13px}.emp-table tbody tr:hover{background:#f8fafc}.emp-table tbody tr:last-child td{border-bottom:none}.emp-empty-row{color:#94a3b8;text-align:center!important;padding:32px!important}.emp-lead-cell{color:inherit;align-items:center;gap:12px;text-decoration:none;display:inline-flex}.emp-lead-avatar{color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:inline-flex}.emp-lead-info{flex-direction:column;gap:2px;display:flex}.emp-lead-name{color:#0f172a;font-size:13px;font-weight:600}.emp-lead-cell:hover .emp-lead-name{color:#047857}.emp-lead-email{color:#64748b;font-size:12px}.emp-pill{color:#475569;background:#f1f5f9;border-radius:8px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.emp-stage{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;padding:3px 9px;font-size:11px;font-weight:700;display:inline-flex}.emp-stage-none{color:#64748b;background:#f1f5f9}.emp-score{border-radius:6px;justify-content:center;align-items:center;min-width:32px;padding:2px 8px;font-size:13px;font-weight:700;display:inline-flex}.emp-score.high{color:#047857;background:#d1fae5}.emp-score.mid{color:#b45309;background:#fef3c7}.emp-score.low{color:#64748b;background:#f1f5f9}.emp-activity{color:#334155;align-items:center;gap:4px;font-size:13px;font-weight:500;display:inline-flex}.emp-activity-late{color:#dc2626;font-weight:600}.emp-actions{align-items:center;gap:6px;display:inline-flex}.emp-action-btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,transform .15s;display:inline-flex}.emp-action-call{color:#2563eb;background:#eff6ff}.emp-action-call:hover{background:#dbeafe;transform:scale(1.05)}.emp-action-chat{color:#047857;background:#ecfdf5}.emp-action-chat:hover{background:#d1fae5;transform:scale(1.05)}.emp-action-mail{color:#6d28d9;background:#ede9fe}.emp-action-mail:hover{background:#ddd6fe;transform:scale(1.05)}@media (max-width:720px){.emp-dash{padding:1rem}.emp-table-wrap{overflow-x:auto}.emp-table{min-width:720px}}
