@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #0066FF;--primary-text: #ffffff;--secondary: #FFD700;--tertiary: #2A85DF;--bg-main: #ffffff;--bg-card: #ffffff;--bg-hover: #F1F5F9;--text-dark: #1e293b;--text-muted: #64748b;--text-accent: #334155;--border: #e2e8f0;--border-light: #f1f5f9;--shadow-soft: 0 1px 3px 0 rgba(0,0,0,.05), 0 1px 2px 0 rgba(0,0,0,.03);--shadow-card: 0 2px 8px 0 rgba(0,0,0,.06);font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--text-dark);background-color:var(--bg-main);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}*{box-sizing:border-box}#root{min-height:100vh}.dashboardLayout{height:133.33vh;width:133.33vw;display:flex;background:var(--bg-main);color:var(--text-dark);overflow:hidden;zoom:.75}.sidebar{width:68px;background:#fdfbf7;color:var(--text-dark);padding:12px 10px;display:flex;flex-direction:column;gap:8px;border-right:1px solid #E5E7EB;transition:width .3s ease;overflow:hidden;position:relative;z-index:100}.sidebar:hover{width:240px}.sidebar__logo{transition:width .3s ease}.sidebar:hover .sidebar__logo{width:100%}.sidebar__text{opacity:1;transition:opacity .2s ease;white-space:nowrap}.sidebar:not(:hover) .sidebar__text,.sidebar:not(:hover) .sidebar__brandName,.sidebar:not(:hover) .sidebar__brandSub{opacity:0;width:0;overflow:hidden}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:8px 0;border-radius:12px;background:transparent}.sidebar__logo{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:transparent;border:none;font-weight:800;color:#1a1a1a}.sidebar__brandText{display:flex;flex-direction:column;line-height:1.2}.sidebar__brandName{font-weight:800;letter-spacing:.2px;color:#1a1a1a;font-size:17px}.sidebar__brandSub{font-size:13px;color:#64748b;font-weight:500}.sidebar__nav{display:flex;flex-direction:column;gap:8px;margin-top:4px}.sidebar__item{width:100%;border:1px solid rgba(148,163,184,.12);background:transparent;color:#2563eb;text-align:left;padding:10px 12px;border-radius:12px;cursor:pointer;font-size:13px}.sidebar__item:hover{background:#ffffff0f}.sidebar__item--active{background:#6366f12e;border-color:#6366f14d;color:#fff}.sidebar__footer{margin-top:auto;font-size:13px;color:#e2e8f0a6;padding:8px}.dashboardLayout__main{flex:1;display:flex;flex-direction:column;min-width:0}.topbar{height:60px;background:var(--primary);border-bottom:1px solid var(--primary);display:flex;align-items:center;justify-content:space-between;padding:0 20px}.topbar__title{font-weight:700;font-size:18px;color:var(--primary-text);letter-spacing:-.2px}.topbar__subtitle{font-size:14px;color:#fffc;font-weight:500}.topbar__right{display:flex;align-items:center;gap:8px}.topbar__search{width:260px}.topbar__searchInput{width:100%;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:#fcfdfd;color:#006f75;padding:0 12px;outline:none;font-size:13px}.topbar__searchInput::placeholder{color:#006f75;opacity:.8}.topbar__searchInput:focus{border-color:#fff6;box-shadow:0 0 0 3px #ffffff1a}.topbar__avatar{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;font-weight:700;background:#fdee03;color:#006f75}.dashboardContent{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto}.dashboardContent__title{margin:0;font-size:28px;letter-spacing:-.2px}.dashboardError{background:#fff5f5;border:1px solid #fecaca;color:#991b1b;padding:10px 12px;border-radius:12px;font-size:13px}.dashboardSuccess{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:10px 12px;border-radius:12px;font-size:13px}.statsGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.pageState{background:#fff;border:1px solid var(--border-light);border-radius:14px;padding:14px;color:#64748b;font-size:13px}.workersPage{display:flex;flex-direction:column;gap:8px}.workersHeader{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.workersHeader__title{font-size:13px;font-weight:800;color:var(--text-dark)}.workersHeader__meta{font-size:13px;color:#64748b}.workersGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.estimatePage{display:flex;flex-direction:column;gap:8px}.estimateCards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.estimateCard{background:var(--bg-card);border:1px solid rgba(204,199,172,.4);border-radius:12px;padding:16px;text-align:left;cursor:pointer;box-shadow:var(--shadow-soft);transition:all .2s ease}.estimateCard:hover{border-color:var(--border);background:var(--bg-hover);box-shadow:var(--shadow-card)}.estimateCard__title{font-weight:900;color:var(--text-dark);font-size:13px}.estimateCard__subtitle{margin-top:6px;font-size:13px;color:#64748b}.estimateForm{display:flex;flex-direction:column;gap:10px}.estimateForm__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.complaintSplit{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}.complaintSplit__left{min-width:0}.complaintSplit__right{position:sticky;top:86px}.complaintWorkersPanel{background:#fff;border:1px solid var(--border-light);border-radius:14px;padding:8px}@media(max-width:980px){.complaintSplit{grid-template-columns:1fr}.complaintSplit__right{position:static}}@media(min-width:1100px){.complaintSplit__left .estimateForm__row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:900px){.complaintSplit__left .estimateForm__row{grid-template-columns:repeat(3,minmax(0,1fr))}}.estimateForm__field{display:flex;flex-direction:column;gap:6px}.estimateForm__label{font-size:13px;font-weight:800;color:var(--tertiary)}.estimateForm__hint{font-size:13px;color:#64748b}.radioCards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.radioCard{border:1px solid rgba(17,24,39,.15);background:#fff;border-radius:14px;padding:10px;display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15.5px;color:var(--tertiary)}.radioCard input{width:16px;height:16px}.radioCard--active{border-color:#6366f173;background:#6366f10f}.discountChips{display:flex;gap:10px;flex-wrap:wrap}.discountChip{border:1px solid rgba(17,24,39,.15);background:#fff;border-radius:999px;padding:4px 8px;font-weight:800;cursor:pointer}.discountChip--active{border-color:#6366f173;background:#6366f11f;color:var(--secondary)}.estimatePhoto{margin-top:10px;width:100%;max-width:460px;border-radius:14px;border:1px solid rgba(17,24,39,.12)}.estimateCalc{border-top:1px solid rgba(17,24,39,.08);padding-top:10px;display:flex;flex-direction:column;gap:6px}.estimateCalc__row{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:15.5px}.estimateCalc__label{color:#64748b;font-weight:700}.estimateCalc__value{color:var(--tertiary);font-weight:900}.estimateCalc__row--final .estimateCalc__label{color:var(--tertiary)}.estimateCalc__row--final .estimateCalc__value{color:#16a34a;font-size:13px}.estimateGenerate{margin-top:4px;width:100%;border:0;border-radius:14px;padding:12px 14px;background:#22c55e;color:#fff;font-weight:900;cursor:pointer}.estimateGenerate:disabled{opacity:.7;cursor:not-allowed}.multiSelect{position:relative}.multiSelect__trigger{width:100%;height:36px;padding:0 12px;border-radius:12px;border:1px solid rgba(17,24,39,.15);background:#fbfcff;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.multiSelect__value{color:var(--tertiary);font-weight:600;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multiSelect__chev{color:#6b7280;font-size:13px;margin-left:10px}.multiSelect__menu{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid rgba(17,24,39,.15);border-radius:14px;padding:8px;z-index:50;max-height:320px;overflow:auto;box-shadow:0 18px 40px #0f172a1f}.multiSelect__item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;cursor:pointer;font-size:13px;color:var(--tertiary)}.multiSelect__item:hover{background:#6366f114}.multiSelect__item input{width:16px;height:16px}.workersChecklist{border:1px solid rgba(17,24,39,.15);background:#fbfcff;border-radius:12px;padding:8px 10px}.workersChecklist__meta{font-size:13px;font-weight:800;color:var(--tertiary);margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workersChecklist__list{max-height:100px;overflow:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}.workersChecklist__item{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:var(--tertiary)}.workersChecklist__item input{width:16px;height:16px}.estimateHistory{display:flex;flex-direction:column;gap:8px}.estimateItem{border:1px solid rgba(17,24,39,.1);border-radius:12px;padding:7px 9px;background:#fff;cursor:pointer}.estimateItem:hover{border-color:#6366f140}.estimateItem__top{display:flex;align-items:center;gap:6px}.estimateItem__amount{font-size:18px;font-weight:900;color:#16a34a;letter-spacing:-.2px}.estimateItem__chip{font-size:13px;font-weight:900;color:#c2410c;background:#fb923c2e;border:1px solid rgba(251,146,60,.28);padding:2px 6px;border-radius:999px;text-transform:capitalize}.estimateItem__credits{margin-left:auto;font-size:13px;font-weight:900;color:var(--secondary)}.estimateItem__actions{display:flex;justify-content:flex-end;gap:6px;margin-top:4px}.estimateItem__btn{border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#94a3b81f;color:var(--text-dark);padding:4px 9px;font-weight:900;font-size:13px;cursor:pointer}.estimateItem__btn:hover{background:#6366f11f;border-color:#6366f140}.estimateItem__problem{margin-top:3px;font-weight:900;color:var(--text-dark);font-size:13px}.estimateItem__meta{margin-top:6px;display:flex;flex-direction:column;gap:3px;color:#64748b;font-size:13.5px;font-weight:700}.estimateItem__mini{margin-top:4px;display:flex;flex-wrap:wrap;gap:8px;font-size:13.5px;font-weight:800;color:#64748b}.estimateFilters{display:flex;flex-direction:column;gap:10px;margin-bottom:4px}.estimateFilters__row{display:flex;gap:10px;overflow-x:auto;padding-bottom:6px;-webkit-overflow-scrolling:touch}.estimateFilterChip{flex:0 0 auto;border:1px solid rgba(17,24,39,.14);background:#fff;border-radius:14px;padding:4px 8px;font-weight:900;font-size:13px;color:var(--tertiary);cursor:pointer;white-space:nowrap}.estimateFilterChip:hover{background:#6366f114;border-color:#6366f140}.estimateFilterChip--active{background:var(--primary);border-color:#ccc7ac99;color:var(--primary-text);font-weight:700}.estimateItem__edit{margin-top:12px;border-top:1px solid rgba(17,24,39,.08);padding-top:8px}.estimateItem__editGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.estimateItem__editActions{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.estimateItem__save{border:0;border-radius:14px;padding:10px 14px;background:#22c55e;color:#fff;font-weight:900;cursor:pointer}.estimateItem__invoice{border:0;border-radius:14px;padding:10px 14px;background:#6366f11f;border:1px solid rgba(99,102,241,.35);color:#312e81;font-weight:900;cursor:pointer}.estimateItem__invoice:disabled{opacity:.7;cursor:not-allowed}.estimateItem__save:disabled{opacity:.7;cursor:not-allowed}@media(max-width:720px){.estimateCards,.estimateItem__editGrid{grid-template-columns:1fr}}@media(max-width:980px){.workersGrid{grid-template-columns:1fr}}.workerCard{background:#fff;border:1px solid var(--border-light);border-radius:14px;padding:8px}.workerCard--clickable{text-align:left;cursor:pointer}.workerCard--clickable:hover{border-color:#6366f159;box-shadow:0 8px 30px #0f172a0f}.workerCard__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.workerCard__row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,.9fr);align-items:center;gap:8px}@media(max-width:520px){.workerCard__row{grid-template-columns:1fr;gap:8px}}.workerCard__nameRow{display:flex;align-items:center;justify-content:space-between;gap:10px}.workerCard__phone{font-size:13px;color:#64748b;margin-top:2px}.workerCard__statusRow{display:flex;flex-direction:column;gap:2px}.workerCard__status{font-weight:800;font-size:13px;line-height:16px}.workerCard__busy{font-size:13px;color:var(--tertiary)}.workerCard__right{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;justify-items:end}@media(max-width:520px){.workerCard__right{justify-items:start}}.workerCard__kpiLabel{font-size:13px;color:#64748b;font-weight:700}.workerCard__kpiValue{font-weight:900;color:var(--text-dark);font-size:13px;line-height:18px}.workerCard__name{font-weight:800;color:var(--text-dark)}.workerCard__tag{font-size:13px;color:var(--secondary);background:#6366f11f;border:1px solid rgba(99,102,241,.18);padding:4px 8px;border-radius:999px}.workerCard__meta{font-size:13px;color:#64748b;margin-bottom:10px}.workerCard__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboardSuccess{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:10px 12px;border-radius:12px;font-size:13px}.workerDetail{display:flex;flex-direction:column;gap:8px}.workerDetail__header{display:flex;align-items:center;gap:8px}.workerDetail__back{border-radius:12px;border:1px solid var(--border-light);background:#fff;padding:10px 12px;cursor:pointer}.workerDetail__name{font-weight:800;color:var(--text-dark)}.workerDetail__phone{font-size:13px;color:#64748b}.workerDetail__cards,.workerDetailTabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.workerDetailTab{background:#fff;border:1px solid var(--border-light);border-radius:14px;padding:14px;cursor:pointer;text-align:left}.workerDetailTab--active{border-color:#6366f159;box-shadow:0 8px 30px #0f172a0f}.workerDetailTab__label{font-size:13px;color:#64748b;margin-bottom:4px}.workerDetailTab__value{font-size:28px;font-weight:800;color:var(--text-dark)}.leadForm{margin-top:4px}.leadForm__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.leadForm__field{display:flex;flex-direction:column;gap:4px}.leadForm__field--full{grid-column:1 / -1}.leadForm__label{font-size:13px;color:#64748b}.leadForm__input{height:36px;border-radius:8px;border:1px solid var(--border-light);background:#fbfcff;padding:0 12px;font-size:16px}.leadForm__input:focus{border-color:#6366f199;box-shadow:0 0 0 3px #6366f126}.leadForm__actions{display:flex;justify-content:flex-end;margin-top:12px}.leadForm__button{border-radius:12px;border:1px solid rgba(99,102,241,.35);background:#6366f11f;color:#312e81;padding:10px 14px;cursor:pointer}.leadsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.leadCard{border:1px solid rgba(204,199,172,.4);border-radius:12px;padding:14px;background:var(--bg-card);box-shadow:var(--shadow-soft)}.hover-card{transition:transform .2s ease,box-shadow .2s ease!important}.hover-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.leadCard--clickable{width:100%;text-align:left;cursor:pointer}.leadCard--clickable:hover{border-color:var(--border);background:var(--bg-hover);box-shadow:var(--shadow-card)}.leadCard__top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:4px}.leadCard__title{font-weight:800;color:var(--text-dark);font-size:13px}.leadCard__status{font-size:13px;color:var(--text-dark);background:#64748b1f;border:1px solid rgba(100,116,139,.18);padding:4px 8px;border-radius:999px}.leadCard__status--done{color:#065f46;background:#10b9811f;border-color:#10b9812e}.leadCard__meta{font-size:13px;color:#64748b;margin-top:3px}.leadCard__actions{display:flex;justify-content:flex-end;margin-top:10px}.leadCard__button{border-radius:12px;border:1px solid var(--border-light);background:#fff;padding:10px 14px;cursor:pointer}.leadEdit{margin-top:12px;padding-top:8px;border-top:1px solid var(--border-light)}.invoiceActions{display:flex;justify-content:flex-end;gap:10px;margin-bottom:4px}.invoiceFrameWrap{border-radius:12px;border:1px solid rgba(17,24,39,.06);overflow:hidden;background:#fff}.invoiceFrame{width:100%;height:720px;border:0;display:block;background:#fff}.invoiceDetail{border:1px solid var(--border-light);border-radius:14px;padding:14px;background:#fbfcff}.invoiceDetail__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-bottom:12px;border-bottom:1px solid var(--border-light);margin-bottom:4px}.invoiceTpl__footer{text-align:center;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-bottom:12px;border-bottom:1px solid var(--border-light);margin-bottom:4px}.invoiceDetail__section{padding:10px 0;border-bottom:1px solid var(--border-light)}.invoiceDetail__label{font-size:13px;color:#64748b;margin-bottom:6px}.invoiceDetail__value{font-size:13px;color:var(--text-dark)}.invoiceDetail__muted{font-size:13px;color:#64748b}.invoiceDetail__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.invoiceDetail__kv{background:#fff;border:1px solid var(--border-light);border-radius:14px;padding:8px}.invoiceDetail__kv--total{border-color:#6366f14d;background:#6366f114}.invoiceTpl{background:#fff;border:1px solid var(--border-light);border-radius:14px;padding:18px}.invoiceTpl__brand{text-align:center;font-weight:900;font-size:32px;color:#2f5aa8;margin-bottom:10px}.invoiceTpl__line{height:4px;background:#2f5aa8;margin-bottom:4px}.invoiceTpl__titleBar{text-align:center;font-weight:900;background:var(--border-light);padding:8px;border-radius:10px;margin-bottom:14px}.invoiceTpl__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:14px}.invoiceTpl__blockTitle{color:#2f5aa8;font-weight:900;margin-bottom:6px}.invoiceTpl__blockLine{height:2px;background:#94a3b8;margin-bottom:10px}.invoiceTpl__kv{display:grid;grid-template-columns:1fr auto;row-gap:8px;column-gap:8px;font-size:13px}.invoiceTpl__kvValue{font-weight:800;color:var(--text-dark)}.invoiceTpl__tableWrap{border:1px solid var(--border-light);border-radius:12px;overflow:hidden}.invoiceTpl__table{width:100%;border-collapse:collapse}.invoiceTpl__table th{background:transparent;color:#64748b;border-bottom:2px solid var(--border-light);font-weight:900;font-size:13px;text-align:left;padding:10px;border-right:1px solid rgba(255,255,255,.2)}.invoiceTpl__table td{font-size:13px;padding:10px;border-top:1px solid var(--border-light);border-right:1px solid var(--border-light);vertical-align:top}.invoiceTpl__table th:last-child,.invoiceTpl__table td:last-child{border-right:none}.invoiceTpl__colNum{width:40px}.invoiceTpl__colCat{width:110px}.invoiceTpl__colQty,.invoiceTpl__colUnit{width:70px}.invoiceTpl__colUnitPrice{width:90px}.invoiceTpl__colTotal{width:110px;text-align:right}.invoiceTpl__money{text-align:right;white-space:nowrap}.invoiceTpl__totals{margin-top:10px}.invoiceTpl__subtotalRow{display:flex;justify-content:flex-end;gap:8px;font-weight:900;padding:10px 0}.invoiceTpl__finalBox{border:3px solid #2f5aa8;padding:8px;display:flex;justify-content:space-between;font-weight:900}.invoiceTpl__footer{text-align:center;color:#6b7280;margin-top:18px;font-size:13px}.statCard{background:var(--bg-card);border:1px solid rgba(204,199,172,.4);border-radius:14px;padding:16px;box-shadow:var(--shadow-soft)}.statCard__label{font-size:14px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.statCard__value{font-size:34px;font-weight:700;color:var(--text-dark);letter-spacing:-.5px;line-height:1.1}.panel{background:#fff;border:1px solid rgba(204,199,172,.4);border-radius:14px;padding:16px;box-shadow:var(--shadow-soft)}.panel__header{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:4px}.panel__title{margin:0;font-size:13px}.panel__meta{font-size:13px;color:#64748b}.chartPlaceholder{height:260px;border-radius:12px;border:1px dashed var(--border-light);background:linear-gradient(180deg,#fbfcff 0%,var(--bg-main) 100%);position:relative;overflow:hidden;display:grid;place-items:center}.chartPlaceholder__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(15,23,42,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.06) 1px,transparent 1px);background-size:36px 36px;opacity:.4}.chartPlaceholder__label{position:relative;font-size:13px;color:#64748b;background:#ffffffb3;padding:6px 10px;border-radius:999px;border:1px solid rgba(203,213,225,.7)}@media(max-width:980px){.statsGrid,.workersGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.leadForm__grid,.leadsGrid,.invoiceDetail__grid,.invoiceDetail__row,.invoiceTpl__details{grid-template-columns:1fr}.invoiceFrame{height:820px}.topbar__search{width:180px}}@media(max-width:640px){.sidebar{display:none}.statsGrid,.workersGrid{grid-template-columns:1fr}}.estimateTable{border-collapse:collapse;width:100%}.estimateTable th{background:#fdfcf8;color:var(--text-dark);font-weight:700;font-size:14px;padding:8px;border:1px solid rgba(204,199,172,.3);text-align:left}.estimateTable td{padding:6px 8px;font-size:14px;border:1px solid rgba(204,199,172,.3);color:var(--text-muted)}.estimateTable .leadForm__input,.estimateTable input,.estimateTable select{height:26px!important;font-size:14px!important;padding:0 6px!important;border-radius:6px!important}.estimateTable button{padding:2px 8px!important;height:26px!important;font-size:14px!important;border-radius:6px!important}.estimateTable .sr-col{width:40px!important}.dashboardWrapper{padding:4px 8px;background:var(--bg-main);min-height:100%}.dashboardHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.dashboardHeader__title{font-size:13px;font-weight:800;color:var(--tertiary);margin:0;letter-spacing:-.5px}.dashboardHeader__subtitle{color:#64748b;font-size:13px;margin:6px 0 0}.dashboardHeader__right{display:flex;gap:8px;align-items:center}.btn-date{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border-light);padding:8px 16px;border-radius:8px;font-size:13px;color:var(--text-dark);font-weight:600;cursor:pointer}.btn-icon{background:#fff;border:1px solid var(--border-light);width:38px;height:38px;border-radius:8px;display:grid;place-items:center;color:#64748b;cursor:pointer}.btn-icon--badge{position:relative}.btn-icon--badge:after{content:"3";position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:13px;font-weight:700;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;border:2px solid #ffffff}.btn-primary{display:flex;align-items:center;gap:6px;background:var(--secondary);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #8b5cf640;transition:all .2s}.btn-primary:hover{background:#7c3aed;box-shadow:0 4px 16px #8b5cf666}.statsRow{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:4px}.dashCard{background:#fff;border-radius:14px;box-shadow:var(--shadow-soft);border:1px solid rgba(204,199,172,.4);padding:14px}.statWidget{display:flex;align-items:center;gap:10px}.statWidget__iconWrapper{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.statCard--blue{background:#fdfcf8;color:#a67c00}.statCard--green{background:#fdfcf8;color:#5d6d45}.statCard--purple{background:#fdfcf8;color:#6d5b45}.statCard--orange{background:#fdfcf8;color:#856a42}.statCard--cyan{background:#fdfcf8;color:#596b6d}.statWidget__content{flex:1;min-width:0}.statWidget__label{font-size:13px;font-weight:700;color:var(--tertiary);margin-bottom:4px;white-space:nowrap}.statWidget__value{font-size:13px;font-weight:800;color:var(--tertiary);letter-spacing:-.5px;line-height:1;margin-bottom:4px}.statWidget__subtext{font-size:13px;color:#64748b;font-weight:600}.sidebar__brand{display:flex;align-items:center;gap:10px;padding:8px 0;border-radius:12px;background:transparent;margin-bottom:8px}.sidebar__logo{border-radius:12px;display:grid;place-items:center;background:var(--primary);border:1px solid rgba(244,230,30,.5);font-weight:800;color:var(--primary-text);font-size:19px}.sidebar__brandText{display:flex;flex-direction:column;line-height:1.25}.sidebar__brandName{font-weight:800;letter-spacing:-.2px;color:var(--text-dark);font-size:17px}.sidebar__brandSub{font-size:14px;color:var(--text-muted);font-weight:500}.sidebar__nav{display:flex;flex-direction:column;gap:3px;margin-top:4px}.sidebar__item{width:100%;border:1px solid transparent;background:transparent;color:var(--text-muted);text-align:left;padding:9px 14px;border-radius:10px;cursor:pointer;font-size:16px;font-weight:600;transition:all .15s ease;display:flex;align-items:center;gap:8px}.sidebar__item:hover{background:var(--bg-hover);color:var(--text-dark)}.sidebar__item--active{background:var(--primary);border-color:#ccc7ac66;color:var(--primary-text);font-weight:700;box-shadow:0 2px 6px #f4e61e40}.sidebar__footer{margin-top:auto;font-size:14px;color:var(--text-muted);padding:10px 14px;font-weight:500}.statWidget__progressContainer{display:flex;flex-direction:column;gap:6px}.progressBar{height:6px;background:var(--border-light);border-radius:4px;overflow:hidden}.progressBar__fill{height:100%;background:#22c55e;border-radius:4px}.dashboardGrid{display:grid;grid-template-columns:2fr 1fr;gap:8px}.dashboardGrid__left{display:flex;flex-direction:column;gap:8px}.overviewCard{padding:8px}.dashCard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.dashCard__title{font-size:13px;font-weight:800;color:var(--tertiary);margin:0}.dashCard__actions{display:flex;gap:8px;align-items:center}.timeToggles{display:flex;background:#f8fafc;padding:4px;border-radius:20px;border:1px solid var(--border-light)}.timeToggle{border:none;background:transparent;padding:4px 12px;border-radius:16px;font-size:13px;font-weight:600;color:#64748b;cursor:pointer}.timeToggle.active{background:#fff;color:var(--tertiary);box-shadow:0 1px 3px #0000001a}.revenueSelect{border:1px solid var(--border-light);padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600;background:#fff;color:var(--text-dark);outline:none}.overviewChart{height:100px;margin-bottom:4px}.overviewStats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-top:1px solid var(--border-light);padding-top:8px}.overviewStat__label{font-size:13px;font-weight:700;color:var(--tertiary);margin-bottom:4px}.overviewStat__value{font-size:13px;font-weight:800;color:var(--tertiary);display:flex;align-items:center;gap:8px}.trend{font-size:13px;font-weight:700}.trend.positive{color:#10b981}.bottomRowGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.monthlyRevenueInfo{margin-bottom:4px}.monthlyRevenueInfo__label{font-size:13px;font-weight:700;color:var(--tertiary);margin-bottom:4px}.monthlyRevenueInfo__value{font-size:13px;font-weight:800;color:var(--tertiary);margin-bottom:4px}.donutLayout{display:flex;align-items:center;gap:8px;height:80px;margin-top:4px}.donutChartWrapper{flex:1;height:100%}.donutLegend{flex:1;display:flex;flex-direction:column;gap:8px}.legendItem{font-size:13px;color:#475569;font-weight:600;display:flex;align-items:center}.legendItem .dot{width:8px;height:8px;border-radius:50%;margin-right:8px}.legendVal{margin-left:auto;color:#94a3b8;font-weight:500}.dashboardGrid__right{display:flex;flex-direction:column;gap:8px}.linkText{color:var(--secondary);font-size:13px;font-weight:600;text-decoration:none}.technicianList,.activityList{display:flex;flex-direction:column;gap:8px}.technicianItem{display:flex;align-items:center;gap:8px;padding:4px 0;border-bottom:1px solid var(--border-light)}.technicianItem:last-child{border-bottom:none}.avatar{width:28px;height:28px;border-radius:50%;background:var(--tertiary);color:#fff;display:grid;place-items:center;font-weight:700;font-size:13px}.technicianName{flex:1;font-size:13px;font-weight:700;color:var(--tertiary)}.technicianStatus{display:flex;align-items:center;gap:8px}.badge{font-size:13px;padding:4px 10px;border-radius:20px;font-weight:700}.badge.available{background:#dcfce7;color:#16a34a}.badge.busy{background:#ffedd5;color:#ea580c}.badge.away{background:var(--border-light);color:#64748b}.dot{width:8px;height:8px;border-radius:50%}.dot.available{background:#22c55e}.dot.busy{background:#f59e0b}.dot.away{background:#94a3b8}.activityItem{display:flex;gap:8px;padding:4px 0;border-bottom:1px solid var(--border-light)}.activityItem:last-child{border-bottom:none}.activityIcon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;flex-shrink:0}.activityIcon.green{background:#dcfce7;color:#16a34a}.activityIcon.blue{background:#e0f2fe;color:#0284c7}.activityIcon.purple{background:#f3e8ff;color:#9333ea}.activityContent{flex:1}.activityMessage{font-size:13px;font-weight:600;color:var(--tertiary);margin-bottom:4px}.activityTime{font-size:13px;color:#64748b}.emptyState{padding:8px;text-align:center;color:#94a3b8;font-size:13px;font-weight:500}table{width:100%;border-collapse:collapse;font-family:Plus Jakarta Sans,sans-serif}th{background:var(--bg-card);color:var(--text-muted);font-weight:600;text-transform:uppercase;font-size:14px;letter-spacing:.5px;padding:11px 16px;border-bottom:1px solid var(--border);text-align:left;white-space:nowrap}td{padding:10px 16px;border-bottom:1px solid rgba(204,199,172,.3);color:var(--text-accent);font-size:16px;vertical-align:middle;transition:background-color .15s ease}tr:last-child td{border-bottom:none}tr:hover td{background-color:var(--bg-hover)}.modern-table-wrapper{background:#fff;border-radius:12px;box-shadow:var(--shadow-soft);overflow:hidden;border:1px solid var(--border)}.icon-btn{width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .2s ease;padding:0}.icon-btn:hover{transform:translateY(-1px)}.icon-btn-edit{background:var(--bg-card);color:var(--text-dark);border:1px solid var(--border)}.icon-btn-edit:hover{background:var(--bg-hover)}.icon-btn-delete{background:#ffdad6;color:#93000a}.icon-btn-delete:hover{background:#ffc9c4}.icon-btn-view{background:#dff0fa;color:#0070a8}.icon-btn-view:hover{background:#bde6f7}.btn-primary{display:inline-flex;align-items:center;gap:6px;background:var(--primary);color:var(--primary-text);border:none;padding:8px 16px;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;box-shadow:var(--shadow-soft);transition:all .2s ease}.btn-primary:hover{filter:brightness(.95);transform:translateY(-1px)}.leadCard__button{background:#fff;color:var(--text-dark);border-radius:8px;font-weight:600;font-size:16px;padding:7px 14px;border:1px solid var(--border);cursor:pointer;transition:background .15s ease}.leadCard__button:hover{background:var(--bg-hover)}.leadForm__button{background:var(--primary);color:var(--primary-text);border-radius:8px;font-weight:700;font-size:16px;padding:8px 18px;border:none;cursor:pointer;transition:all .2s ease}.leadForm__button:hover{filter:brightness(.95)}.leadForm__button:disabled{opacity:.6;cursor:not-allowed}.document-report-container{background:var(--bg-card);padding:30px 40px;max-width:1100px;margin:0 auto;font-family:Arial,Helvetica,sans-serif;color:var(--text-dark);border:1px solid var(--border);box-shadow:0 4px 6px #0000001a}.document-header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:flex-start}.document-header h1{margin:0;background:var(--primary);color:var(--primary-text);font-size:28px;font-weight:700;text-transform:uppercase;padding:4px 12px;display:inline-block}.document-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px 40px;margin-bottom:30px;font-size:16px}.document-meta-item{display:flex;align-items:baseline;gap:10px}.document-meta-label{font-weight:700;min-width:100px}.document-meta-value{border-bottom:1px solid var(--border);flex:1;padding-bottom:2px}.document-table-wrapper{margin-bottom:25px;border:1px solid var(--border)}.document-table-header{background:var(--primary);color:var(--primary-text);padding:4px 8px;font-weight:700;font-size:15px;border-bottom:1px solid var(--border)}.document-table{width:100%;border-collapse:collapse;border:1px solid #3B82F6}.document-table th,.document-table td{border:1px solid #3B82F6;padding:6px 8px;font-size:14px;text-align:left;color:#1e3a8a;font-weight:600}.document-table th{background:#bfdbfe;border-bottom:2px solid #3B82F6;font-weight:700;text-align:center}.document-table tr:nth-child(2n) td{background-color:#dbeafe99}.clean-dashboard-wrapper{padding:24px 32px;background:#f8fafc;min-height:100vh;font-family:Inter,sans-serif}.clean-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.clean-dashboard-title{display:flex;align-items:center;gap:8px;font-size:21px;font-weight:700;color:#0f172a;margin:0}.clean-dashboard-title-icon{color:#64748b}.clean-dashboard-date{font-size:16px;color:#64748b;font-weight:500}.clean-stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.clean-stat-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;border-left-width:4px;display:flex;flex-direction:column;gap:10px}.clean-stat-label{font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.clean-stat-value{font-size:34px;font-weight:800;color:#0f172a}.clean-panels-row{display:grid;grid-template-columns:1fr 1.2fr;gap:20px}.clean-panel{background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column}.clean-panel-header{padding:16px 20px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.clean-panel-title{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700;color:#0f172a;margin:0}.clean-panel-viewall{background:transparent;border:1px solid #cbd5e1;border-radius:4px;padding:4px 10px;font-size:15px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.clean-panel-viewall:hover{background:#f8fafc;color:#0f172a}.clean-table-wrapper{overflow-x:auto;padding:10px 20px 20px}.clean-table{width:100%;border-collapse:separate;border-spacing:0 8px;font-size:16px;text-align:left}.clean-table th{font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;padding:6px 10px;background:#f1f5f9;border-bottom:1px solid #e2e8f0}.clean-table td{padding:6px 10px;background:#f8fafc;color:#334155;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;font-size:14.5px}.clean-table td:first-child{border-left:1px solid #f1f5f9;border-top-left-radius:6px;border-bottom-left-radius:6px}.clean-table td:last-child{border-right:1px solid #f1f5f9;border-top-right-radius:6px;border-bottom-right-radius:6px}.clean-table tr.clean-row-highlight td{background:#fef2f2;border-color:#fee2e2}.clean-badge-active{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#dcfce7;color:#166534;border-radius:12px;font-size:14px;font-weight:700}.clean-dot{width:6px;height:6px;background:#22c55e;border-radius:50%}.clean-date-stack{display:flex;flex-direction:column;line-height:1.2}.clean-dashboard-wrapper{padding:16px 20px;background:#f8fafc;min-height:100vh}.clean-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:8px}.clean-dashboard-title{font-size:20px;font-weight:800;color:#0f172a;margin:0;display:flex;align-items:center;gap:6px}.clean-dashboard-date{font-size:14px;font-weight:600;color:#475569;background:#fff;padding:4px 10px;border-radius:6px;border:1px solid #e2e8f0}.clean-actions-bar{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap;background:#fff;padding:6px 12px;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 4px #0f172a08}.clean-actions-label{font-size:13px;font-weight:800;color:#64748b;margin-right:2px;letter-spacing:.5px}.clean-action-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:6px;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:all .2s ease-in-out}.clean-action-btn.action-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 2px 6px #2563eb40}.clean-action-btn.action-blue:hover{transform:translateY(-1px);box-shadow:0 4px 10px #2563eb59}.clean-action-btn.action-teal{background:linear-gradient(135deg,#0d9488,#0f766e);color:#fff;box-shadow:0 2px 6px #0d948840}.clean-action-btn.action-teal:hover{transform:translateY(-1px);box-shadow:0 4px 10px #0d948859}.clean-action-btn.action-emerald{background:linear-gradient(135deg,#059669,#047857);color:#fff;box-shadow:0 2px 6px #05966940}.clean-action-btn.action-emerald:hover{transform:translateY(-1px);box-shadow:0 4px 10px #05966959}.clean-action-btn.action-amber{background:linear-gradient(135deg,#d97706,#b45309);color:#fff;box-shadow:0 2px 6px #d9770640}.clean-action-btn.action-amber:hover{transform:translateY(-1px);box-shadow:0 4px 10px #d9770659}.clean-action-btn.action-purple{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 2px 6px #7c3aed40}.clean-action-btn.action-purple:hover{transform:translateY(-1px);box-shadow:0 4px 10px #7c3aed59}.clean-top-dashboard-split{display:grid;grid-template-columns:46% 52%;gap:16px;margin-bottom:18px;align-items:stretch}@media(max-width:1250px){.clean-top-dashboard-split{grid-template-columns:1fr}}.clean-stats-grid-3x2{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.clean-graphs-side-by-side{display:grid;grid-template-columns:1fr 1fr;gap:12px}.clean-stat-card{border-radius:10px;padding:10px 12px;height:105px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s ease,box-shadow .2s ease}.clean-stat-card:hover{transform:translateY(-2px)}.clean-stat-label{font-size:12.5px;font-weight:800;letter-spacing:.2px;line-height:1.25}.clean-stat-value{font-size:28px;font-weight:900;color:#0f172a;line-height:1;margin:2px 0}.clean-stat-subtext{font-size:12.5px;color:#475569;font-weight:600;line-height:1.1}.clean-charts-row,.clean-panels-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px;margin-bottom:16px}.clean-panel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;box-shadow:0 2px 6px #0f172a08}.clean-panel-header{padding:10px 14px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center}.clean-chart-badge{font-size:13px;font-weight:700;color:#2563eb;background:#eff6ff;padding:2px 7px;border-radius:10px;border:1px solid #bfdbfe}.dhWrapper{display:flex;flex-direction:column;gap:10px;min-height:0}.dhHeader{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.dhHeader__title{margin:0;font-size:20px;font-weight:800;color:#1e293b;letter-spacing:-.3px}.dhHeader__subtitle{margin:2px 0 0;font-size:14px;color:#64748b;font-weight:500}.dhHeader__right{display:flex;align-items:center;gap:8px}.dhBtn{display:inline-flex;align-items:center;gap:5px;border-radius:10px;font-size:14px;font-weight:700;padding:6px 12px;cursor:pointer;transition:all .15s ease;border:none}.dhBtn--outline{background:#fff;border:1px solid #e2e8f0;color:#475569}.dhBtn--outline:hover{border-color:#94a3b8;background:#f8fafc}.dhBtn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 2px 8px #6366f14d}.dhBtn--primary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-1px);box-shadow:0 4px 12px #6366f166}.dhMainRow{display:flex;gap:10px;align-items:stretch;min-height:0}.dhStatsCol{flex:0 0 auto;width:340px}.dhStatsGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:7px;height:100%}.dhStatCard{background:#fff;border:1px solid #e8edf5;border-radius:12px;padding:10px 10px 9px;display:flex;align-items:flex-start;gap:8px;transition:box-shadow .15s ease,border-color .15s ease}.dhStatCard:hover{box-shadow:0 4px 16px #00000012;border-color:#d0daea}.dhStatCard__iconWrap{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.dhStatCard__body{flex:1;min-width:0}.dhStatCard__label{font-size:12.5px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dhStatCard__value{font-size:20px;font-weight:900;letter-spacing:-.5px;line-height:1.1;margin:2px 0}.dhStatCard__sub{font-size:12px;color:#94a3b8;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dhStatCard__bar{height:3px;background:#f1f5f9;border-radius:2px;margin-top:5px;overflow:hidden}.dhStatCard__barFill{height:100%;border-radius:2px;transition:width .6s ease}.dhChartsCol{flex:1;display:flex;gap:10px;min-width:0}.dhChartCard{flex:1;background:#fff;border:1px solid #e8edf5;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px;min-width:0}.dhChartCard__header{display:flex;align-items:center;justify-content:space-between;gap:6px}.dhChartCard__title{font-size:15px;font-weight:800;color:#1e293b;letter-spacing:-.2px}.dhChartCard__badge{font-size:13px;font-weight:700;color:#6366f1;background:#6366f11a;padding:2px 7px;border-radius:20px;border:1px solid rgba(99,102,241,.2)}.dhChartArea{flex:1;min-height:130px;display:flex;align-items:center;justify-content:center}.dhChartEmpty{font-size:14px;color:#94a3b8;font-weight:600}.dhChartFooter{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f8fafc;padding-top:6px}.dhChartStat{font-size:13px;color:#64748b;font-weight:600}.dhChartStat strong{color:#1e293b;font-weight:800}.dhTimeToggles{display:flex;gap:2px}.dhTimeBtn{border:1px solid #e2e8f0;background:transparent;border-radius:6px;font-size:12px;font-weight:700;color:#64748b;padding:3px 6px;cursor:pointer;transition:all .12s ease}.dhTimeBtn:hover{background:#f1f5f9}.dhTimeBtn--active{background:#6366f1;border-color:#6366f1;color:#fff}.dhDonutArea{flex:1;display:flex;align-items:center;gap:12px;min-height:130px}.dhDonutChart{width:120px;height:120px;flex-shrink:0}.dhDonutLegend{flex:1;display:flex;flex-direction:column;gap:7px}.dhLegendItem{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600}.dhLegendDot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dhLegendLabel{color:#475569;flex:1}.dhLegendVal{color:#1e293b;font-weight:700}.dhLegendTotal{font-size:13px;color:#64748b;padding-top:8px;border-top:1px solid #f1f5f9;margin-top:3px}.dhLegendTotal strong{color:#1e293b;font-weight:800}.dhBottomRow{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.dhListCard{background:#fff;border:1px solid #e8edf5;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.dhListCard__header{display:flex;align-items:center;justify-content:space-between}.dhListCard__title{font-size:15px;font-weight:800;color:#1e293b}.dhListCard__link{font-size:13px;font-weight:700;color:#6366f1;text-decoration:none}.dhListCard__link:hover{text-decoration:underline}.dhTechList,.dhActivityList{display:flex;flex-direction:column;gap:6px}.dhTechItem{display:flex;align-items:center;gap:8px;padding:5px 0;border-bottom:1px solid #f8fafc}.dhTechItem:last-child{border-bottom:none}.dhTechAvatar{width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:14px;font-weight:800;display:grid;place-items:center;flex-shrink:0}.dhTechName{flex:1;font-size:14px;font-weight:700;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dhBadge{font-size:12px;font-weight:800;padding:2px 7px;border-radius:20px;text-transform:uppercase;letter-spacing:.3px}.dhBadge--green{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.25)}.dhBadge--gray{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.dhActivityItem{display:flex;align-items:flex-start;gap:8px;padding:5px 0;border-bottom:1px solid #f8fafc}.dhActivityItem:last-child{border-bottom:none}.dhActivityIcon{width:24px;height:24px;border-radius:7px;display:grid;place-items:center;flex-shrink:0}.dhActivityIcon--green{background:#10b9811f;color:#059669}.dhActivityIcon--purple{background:#8b5cf61f;color:#7c3aed}.dhActivityIcon--blue{background:#3b82f61f;color:#2563eb}.dhActivityContent{flex:1;min-width:0}.dhActivityMsg{font-size:13.5px;font-weight:700;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dhActivityTime{font-size:12.5px;color:#94a3b8;font-weight:600;margin-top:1px}.dhEmptyState{font-size:14px;color:#94a3b8;font-weight:600;padding:10px 0;text-align:center}.dh2__wrapper{display:flex;flex-direction:column;gap:10px;padding:0;min-height:100%;background:transparent;box-sizing:border-box}.dh2__header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.dh2__header__left{display:flex;flex-direction:column;gap:2px}.dh2__greeting{margin:0;font-size:20px;font-weight:800;color:#0f172a;letter-spacing:-.4px;line-height:1.2}.dh2__wave{font-size:20px}.dh2__subtitle{margin:0;font-size:14px;color:#64748b;font-weight:500}.dh2__header__right{display:flex;align-items:center;gap:8px}.dh2__btn{display:flex;align-items:center;gap:5px;padding:7px 14px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .18s ease;border:none;outline:none;letter-spacing:.1px}.dh2__btn--outline{background:#fff;border:1px solid #e2e8f0;color:#475569}.dh2__btn--outline:hover{background:#f1f5f9;border-color:#cbd5e1}.dh2__btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px #6366f159}.dh2__btn--primary:hover{transform:translateY(-1px);box-shadow:0 6px 18px #6366f173}.dh2__error{display:flex;align-items:center;gap:8px;background:#fff5f5;border:1px solid #fecaca;color:#dc2626;padding:8px 12px;border-radius:10px;font-size:14px;font-weight:500}.dh2__mainRow{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex-shrink:0}.dh2__statsPanel{display:flex;flex-direction:column}.dh2__statsGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;height:100%}.dh2__statCard{position:relative;background:#fff;border-radius:14px;border:1px solid rgba(226,232,240,.8);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;cursor:default}.dh2__statCard:hover{box-shadow:0 8px 24px #00000017;transform:translateY(-2px)}.dh2__statCard__strip{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--card-gFrom),var(--card-gTo));border-radius:14px 14px 0 0}.dh2__statCard__inner{padding:8px 10px;display:flex;flex-direction:column;gap:2px}.dh2__statCard__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.dh2__statCard__iconRing{width:26px;height:26px;border-radius:8px;background:linear-gradient(135deg,var(--card-gFrom),var(--card-gTo));display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 3px 10px color-mix(in srgb,var(--card-accent) 40%,transparent)}.dh2__statCard__iconRing svg{width:14px;height:14px}.dh2__statCard__pill{font-size:11px;font-weight:700;background:linear-gradient(135deg,var(--card-gFrom),var(--card-gTo));color:#fff;padding:2px 6px;border-radius:99px;letter-spacing:.3px;text-transform:uppercase}.dh2__statCard__value{font-size:21px;font-weight:900;color:#0f172a;line-height:1.1;letter-spacing:-.4px;min-height:20px}.dh2__skVal{display:block;width:60px;height:22px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px}.dh2__statCard__label{font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.3px}.dh2__statCard__sub{font-size:11.5px;color:#94a3b8;font-weight:500}.dh2__statCard__bar{height:3px;background:#f1f5f9;border-radius:99px;overflow:hidden;margin-top:4px}.dh2__statCard__barFill{height:100%;background:linear-gradient(90deg,var(--card-gFrom),var(--card-gTo));border-radius:99px;transition:width .8s cubic-bezier(.34,1.56,.64,1)}.dh2__chartsPanel{display:grid;grid-template-columns:1fr 1fr;gap:8px}.dh2__chartCard{background:#fff;border-radius:14px;border:1px solid rgba(226,232,240,.8);display:flex;flex-direction:column;overflow:hidden;transition:box-shadow .2s ease}.dh2__chartCard:hover{box-shadow:0 6px 20px #00000012}.dh2__chartCard__head{display:flex;align-items:flex-start;justify-content:space-between;padding:8px 10px 0;flex-shrink:0}.dh2__chartCard__title{font-size:14px;font-weight:800;color:#0f172a;letter-spacing:-.2px}.dh2__chartCard__sub{font-size:12px;color:#94a3b8;font-weight:500;margin-top:1px}.dh2__toggles{display:flex;gap:3px}.dh2__toggleBtn{padding:3px 8px;font-size:12.5px;font-weight:600;border-radius:7px;border:1px solid #e2e8f0;background:transparent;color:#64748b;cursor:pointer;transition:all .15s}.dh2__toggleBtn:hover{background:#f8fafc}.dh2__toggleBtn--on{background:#6366f1;color:#fff;border-color:#6366f1}.dh2__chartArea{flex:1;min-height:90px;padding:4px 6px 2px;position:relative}.dh2__chartLoading{width:100%;height:100%;display:flex;align-items:flex-end;gap:4px;padding:10px;box-sizing:border-box}.dh2__chartLoadingBar{width:100%;height:60px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px}.dh2__emptyChart{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#94a3b8;font-size:14px}.dh2__chartCard__footer{display:flex;align-items:center;justify-content:space-between;padding:6px 13px 10px;flex-shrink:0;border-top:1px solid #f1f5f9}.dh2__footerChip{display:flex;align-items:center;gap:3px;font-size:13px;font-weight:600;padding:2px 8px;border-radius:99px}.dh2__footerChip--green{background:#10b9811a;color:#059669}.dh2__footerStat{font-size:13px;color:#64748b}.dh2__footerStat strong{color:#0f172a;font-weight:700}.dh2__totalChip{font-size:13px;font-weight:700;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:3px 10px;border-radius:99px}.dh2__donutArea{flex:1;display:flex;align-items:center;padding:6px 10px;gap:12px;min-height:90px}.dh2__donutChart{position:relative;width:130px;min-width:130px;height:130px;flex-shrink:0}.dh2__donutSkeleton{width:100%;height:100%;border-radius:50%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.dh2__donutCenter{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.dh2__donutCenterVal{font-size:28px;font-weight:900;color:#0f172a;line-height:1}.dh2__donutCenterLbl{font-size:14px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.dh2__donutLegend{flex:1;display:flex;flex-direction:column;gap:8px;justify-content:center}.dh2__legendRow{display:flex;flex-direction:column;gap:3px}.dh2__legendRowTop{display:flex;align-items:center;gap:6px}.dh2__legendDot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dh2__legendName{font-size:15px;font-weight:600;color:#475569;flex:1}.dh2__legendVal{font-size:17px;font-weight:800;color:#0f172a;min-width:18px;text-align:right}.dh2__legendBar{height:3px;background:#f1f5f9;border-radius:99px;overflow:hidden;margin-left:14px}.dh2__legendBarFill{height:100%;border-radius:99px;transition:width .8s ease}.dh2__bottomRow{display:grid;grid-template-columns:1fr 1fr;gap:10px;flex-shrink:0}.dh2__tableCard{background:#fff;border-radius:14px;border:1px solid rgba(226,232,240,.8);overflow:hidden;transition:box-shadow .2s ease}.dh2__tableCard:hover{box-shadow:0 4px 16px #00000012}.dh2__tableCard__head{display:flex;align-items:center;justify-content:space-between;padding:11px 14px 0}.dh2__tableCard__titleWrap{display:flex;align-items:center;gap:7px}.dh2__tableCard__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dh2__tableCard__dot--green{background:#3b82f6;box-shadow:0 0 0 3px #3b82f633;animation:pulse-dot 2s infinite}.dh2__tableCard__dot--purple{background:#3b82f6;box-shadow:0 0 0 3px #3b82f633}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 3px #3b82f633}50%{box-shadow:0 0 0 5px #3b82f614}}.dh2__tableCard__title{font-size:15px;font-weight:800;color:#0f172a;letter-spacing:-.2px}.dh2__viewAllBtn{font-size:13px;font-weight:600;color:#6366f1;background:#6366f114;border:none;padding:4px 10px;border-radius:8px;cursor:pointer;transition:all .15s}.dh2__viewAllBtn:hover{background:#6366f124}.dh2__table{width:100%;border-collapse:collapse;margin-top:8px;border:1px solid #3B82F6}.dh2__table thead tr{background:#bfdbfe;border-bottom:2px solid #3B82F6}.dh2__table thead th{padding:7px 12px;text-align:left;font-size:14px;font-weight:700;color:#1e3a8a;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.dh2__table tbody tr{transition:background .12s}.dh2__table tbody tr:nth-child(2n){background:#dbeafe99}.dh2__table tbody tr:hover{background:#bfdbfea6}.dh2__table tbody td{padding:8px 12px;font-size:15px;color:#1e3a8a;font-weight:600;vertical-align:middle}.dh2__avatarRow{display:flex;align-items:center;gap:8px}.dh2__avatar{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,hsl(calc(var(--av-hue)),70%,55%),hsl(calc(var(--av-hue) + 30),80%,65%));display:flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:800;flex-shrink:0}.dh2__techName{font-size:16px;font-weight:700;color:#1e293b;max-width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dh2__techSub{font-size:12.5px;color:#94a3b8;font-weight:500}.dh2__timeChip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-size:14px;font-weight:600;background:#cbd5e1;color:#0f172a;border:1px solid #94a3b8}.dh2__timeChip--in{background:#d1fae5;color:#065f46;border-color:#059669}.dh2__problemChip{display:inline-block;max-width:110px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13.5px;color:#334155}.dh2__dateChip{font-size:13px;font-weight:600;color:#64748b;white-space:nowrap}.dh2__amountChip{font-size:14px;font-weight:700;color:#94a3b8}.dh2__amountChip--paid{color:#059669}.dhBadge2{display:inline-flex;align-items:center;padding:2px 9px;border-radius:7px;font-size:12.5px;font-weight:700;letter-spacing:.2px;white-space:nowrap}.dhBadge--emerald{background:#10b9811a;color:#059669}.dhBadge--amber{background:#f59e0b1f;color:#d97706}.dhBadge--slate{background:#64748b1a;color:#64748b}.dh2__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:24px 0;color:#94a3b8;font-size:14px;font-weight:500}.dh2__skeleton{height:14px;border-radius:6px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;margin:6px 12px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.statCard--navy{background:linear-gradient(135deg,#0b3c5d,#005f8d);color:#fff;box-shadow:0 4px 6px #005f8d1a;border:none}.statCard--navy .statCard__label,.statCard--navy .dh2__statCard__label,.statCard--navy .statCard__subtext,.statCard--navy .dh2__statCard__sub{color:#ffffffd9}.statCard--navy .statCard__value,.statCard--navy .dh2__statCard__value{color:#fff}.statCard--navy .statCard__icon,.statCard--navy .dh2__statCard__iconRing{color:#ffffffd9}.statCard--sky{background:#e0f2fe;color:#0369a1;border:1px solid #bae6fd}.statCard--sky .statCard__label,.statCard--sky .dh2__statCard__label,.statCard--sky .statCard__subtext,.statCard--sky .dh2__statCard__sub{color:#0369a1}.statCard--sky .statCard__value,.statCard--sky .dh2__statCard__value{color:#0c4a6e}.statCard--sky .statCard__icon,.statCard--sky .dh2__statCard__iconRing{color:#0369a1}.statCard--peach{background:#ffedd5;color:#b45309;border:1px solid #fed7aa}.statCard--peach .statCard__label,.statCard--peach .dh2__statCard__label,.statCard--peach .statCard__subtext,.statCard--peach .dh2__statCard__sub{color:#b45309}.statCard--peach .statCard__value,.statCard--peach .dh2__statCard__value{color:#7c2d12}.statCard--peach .statCard__icon,.statCard--peach .dh2__statCard__iconRing{color:#b45309}.statCard--lime{background:#bef264;color:#1a202c;border:1px solid #a3e635}.statCard--lime .statCard__label,.statCard--lime .dh2__statCard__label,.statCard--lime .statCard__subtext,.statCard--lime .dh2__statCard__sub,.statCard--lime .statCard__value,.statCard--lime .dh2__statCard__value,.statCard--lime .statCard__icon,.statCard--lime .dh2__statCard__iconRing{color:#1a202c}.lead-style-select{padding:6px 28px 6px 10px;border-radius:6px;border:1px solid #93C5FD;background:transparent;color:#1e3a8a;font-weight:600;cursor:pointer;width:100%;min-width:130px;font-size:19px;outline:none;appearance:none;transition:all .2s ease}.lead-style-btn{background:#eff6ff;color:#1d4ed8;border:1px solid #BFDBFE;padding:6px 14px;font-size:18px;font-weight:600;border-radius:20px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:4px}.lead-style-btn:hover{background:#dbeafe;color:#1e3a8a}.lead-style-btn--danger{background:#fef2f2;color:#dc2626;border:1px solid #FECACA}.lead-style-btn--danger:hover{background:#fee2e2;color:#991b1b}.lead-style-pill{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;padding:4px 10px;border-radius:9999px;width:fit-content;min-width:95px;box-sizing:border-box;font-size:17px;font-weight:600}.lead-style-pill--completed{background:#d1fae5;color:#065f46;border:1px solid #059669}.lead-style-pill--completed .dot{background:#10b981}.lead-style-pill--at-work{background:#fef3c7;color:#92400e;border:1px solid #D97706}.lead-style-pill--at-work .dot{background:#f59e0b}.lead-style-pill--pending{background:#dbeafe;color:#1e3a8a;border:1px solid #2563EB}.lead-style-pill--pending .dot{background:#3b82f6}.lead-style-pill--available{background:#ecfdf5;color:#047857;border:1px solid #059669}.lead-style-pill--available .dot{background:#10b981}.lead-style-pill--deactivated{background:#f3f4f6;color:#374151;border:1px solid transparent}.lead-style-pill--deactivated .dot{background:#6b7280}.lead-style-pill .dot{width:6px;height:6px;border-radius:50%}.lead-style-problem{background:#dbeafe;color:#1e3a8a;border:1px solid #93C5FD;padding:4px 10px;border-radius:14px;font-size:14px;line-height:1.4;display:inline-block;font-weight:600}.workersPage{display:flex;flex-direction:column;gap:16px;animation:fadeIn .35s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.workersHeader__title{margin:0;font-size:22px;font-weight:700;color:var(--text-dark);letter-spacing:-.5px;tracking:tight}.workersHeader__meta{font-size:14px;color:var(--text-muted);font-weight:500;margin-top:2px}.btn-pill{padding:6px 14px;border-radius:999px;font-weight:600;font-size:12px;cursor:pointer;transition:all .2s ease;border:1px solid var(--border);background:#fff;color:var(--text-muted)}.btn-pill:hover{background:var(--bg-hover);color:var(--text-dark)}.btn-pill--active{background:var(--primary);color:var(--primary-text);border-color:var(--primary);font-weight:700}.btn-pill--active:hover{filter:brightness(.95)}.workers-panel{background:#fff;border-radius:12px;padding:12px 16px;box-shadow:var(--shadow-soft);border:1px solid var(--border-light)}.worker-input{width:100%;padding:7px 12px;border-radius:8px;border:1px solid var(--border);background:#fff;font-size:13px;font-weight:500;outline:none;color:var(--text-dark);transition:all .2s ease}.worker-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #f4e61e33}.worker-btn-primary{padding:7px 16px;border-radius:8px;background:var(--primary);color:var(--primary-text);font-weight:700;font-size:13px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-soft)}.worker-btn-primary:hover{filter:brightness(.95);transform:translateY(-1px)}.workers-table-container{overflow-x:auto;border-radius:12px;border:1px solid var(--border);background:#fff;box-shadow:var(--shadow-soft)}.workers-table{width:100%;border-collapse:collapse;font-family:Plus Jakarta Sans,system-ui,sans-serif;margin:0}.workers-table thead{background:var(--bg-card);border-bottom:1px solid var(--border)}.workers-table th{padding:11px 6px;text-align:left;font-size:14px;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;white-space:nowrap}.workers-table th.center{text-align:center}.workers-table th.right{text-align:right}.workers-table tbody tr{background:#fff;border-bottom:1px solid #e5e7eb;transition:all .2s ease}.workers-table tbody tr:nth-child(2n){background:#2563eb0a}.workers-table{border:1px solid #3B82F6!important}.workers-table thead tr,.workers-table thead th{background:#bfdbfe!important;color:#1e3a8a!important;border-bottom:2px solid #3B82F6}.workers-table tbody tr:nth-child(2n){background:#dbeafe99!important}.workers-table tbody tr:hover{background:#bfdbfea6!important}.workers-table td{color:#1e3a8a!important;font-weight:600}.workers-table tbody tr:last-child{border-bottom:none}.workers-table tbody tr:hover{background:#2563eb14}.workers-table tbody tr.deactivated{opacity:.55;background:#fafaf8}.workers-table tbody tr.payment-confirmed{background:#f9f8f3;color:var(--text-accent)}.workers-table td{padding:13px 6px;font-size:17px;font-weight:500;vertical-align:middle;color:#334155}.workers-table td.center{text-align:center}.workers-table td.right{text-align:right}.worker-name{font-size:17px;font-weight:600;color:var(--text-dark)}.worker-phone{font-size:12px;font-weight:500;color:var(--text-muted);margin-top:1px}.worker-credits{font-size:13px;font-weight:800;color:var(--tertiary)}.badge{display:inline-flex;align-items:center;justify-content:flex-start;width:95px;box-sizing:border-box;gap:5px;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:600;text-transform:capitalize;letter-spacing:.1px}.badge:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;flex-shrink:0}.badge--available,.badge--active{background:#fdee03;color:#006f75}.badge--available:before,.badge--active:before{background:#00696e}.badge--at-work,.badge--pending{background:var(--primary);color:#fff;border:transparent}.badge--at-work:before,.badge--pending:before{background:#fff}.badge--deactivated,.badge--inactive{background:#ffdad6;color:#93000a}.badge--deactivated:before,.badge--inactive:before{background:#ba1a1a}.worker-btn-danger{padding:5px 12px;border-radius:999px;background:transparent;color:#93000a;font-weight:600;font-size:11px;border:1px solid #ffdad6;cursor:pointer;transition:all .2s ease}.worker-btn-danger:hover{background:#ffdad6;color:#93000a}.worker-edit-input,.worker-edit-select{width:100%;padding:4px 8px;border:1px solid var(--primary);border-radius:6px;outline:none;background:#fff;font-size:12px;color:var(--text-dark)}:root{--an-primary-blue: #2563EB;--an-green: #16A34A;--an-orange: #F97316;--an-purple: #8B5CF6;--an-cyan: #06B6D4;--an-yellow: #FACC15;--an-red: #EF4444;--an-bg: #F7F9FC;--an-card: #FFFFFF;--an-border: #E7EDF5;--an-text-primary: #0F172A;--an-text-secondary: #64748B;--an-text-body: #475569;--an-caption: #94A3B8;--an-card-shadow: 0 10px 30px rgba(16, 24, 40, .08);--an-card-radius: 16px;--an-btn-radius: 12px;--an-input-radius: 12px;--an-icon-radius: 12px}.an-page{padding:24px;background-color:var(--an-bg);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;gap:24px;box-sizing:border-box}.an-hdr{height:72px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.an-hdr-left h1{font-size:32px;font-weight:700;color:var(--an-text-primary);margin:0;line-height:1.2}.an-hdr-left p{font-size:16px;font-weight:500;color:var(--an-text-secondary);margin:4px 0 0}.an-hdr-right{display:flex;align-items:center;gap:12px}.an-date-btn{height:40px;min-width:220px;border-radius:var(--an-btn-radius);border:1px solid var(--an-border);background:var(--an-card);display:flex;align-items:center;justify-content:space-between;padding:0 16px;cursor:pointer;font-size:15px;font-weight:500;color:var(--an-text-primary);font-family:inherit}.an-date-btn-left{display:flex;align-items:center;gap:8px}.an-search-wrap{height:40px;min-width:280px;border-radius:var(--an-input-radius);border:1px solid var(--an-border);background:var(--an-card);display:flex;align-items:center;padding:0 16px;gap:8px}.an-search-wrap input{border:none;outline:none;font-size:15px;font-weight:500;font-family:inherit;color:var(--an-text-primary);width:100%;background:transparent}.an-search-wrap input::placeholder{color:var(--an-caption)}.an-btn{height:40px;border-radius:var(--an-btn-radius);border:1px solid var(--an-border);background:var(--an-card);display:flex;align-items:center;justify-content:center;padding:0 16px;font-size:15px;font-weight:600;color:var(--an-text-primary);cursor:pointer;gap:8px;font-family:inherit}.an-btn-primary{background:var(--an-primary-blue);color:#fff;border:none}.an-btn-icon-only{width:40px;height:40px;padding:0}.an-user-avatar{width:40px;height:40px;border-radius:50%;background:var(--an-primary-blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.an-tabs-row{height:44px;display:flex;gap:32px;border-bottom:1px solid var(--an-border);box-sizing:border-box}.an-tab-btn{height:100%;border:none;background:none;font-size:15px;font-weight:600;color:var(--an-text-secondary);cursor:pointer;padding:0 4px;border-bottom:2px solid transparent;transition:all .2s ease;font-family:inherit}.an-tab-btn.active{color:var(--an-primary-blue);border-bottom-color:var(--an-primary-blue)}.an-insights-section{height:140px;background:linear-gradient(135deg,#0f172a,#1e3a8a);border-radius:var(--an-card-radius);border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 25px #0f172a33;display:flex;flex-direction:column;padding:14px 18px;box-sizing:border-box;color:#fff}.an-insights-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.an-insights-hdr-left{display:flex;align-items:center;gap:8px}.an-insights-hdr-left h2{font-size:16px;font-weight:700;margin:0;display:flex;align-items:center;gap:6px;color:#fff}.an-insights-hdr-left p{font-size:13px;color:#ffffffb3;margin:0}.an-insights-updated{font-size:12px;color:#fffc;display:flex;align-items:center;gap:6px}.an-insights-updated-dot{width:6px;height:6px;background:#10b981;border-radius:50%;box-shadow:0 0 0 2px #10b98133}.an-insights-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.an-insight-card{display:flex;gap:12px;align-items:center}.an-insight-icon-box{width:48px;height:48px;border-radius:var(--an-icon-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.an-insight-details{display:flex;flex-direction:column;min-width:0}.an-insight-title{font-size:12px;color:#ffffffb3;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.an-insight-value{font-size:16px;font-weight:700;color:#fff;margin:2px 0;white-space:nowrap}.an-insight-subtext{font-size:12px;color:#fff9;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.an-kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.an-kpi-card{height:120px;background:var(--an-card);border-radius:var(--an-card-radius);border:1px solid var(--an-border);box-shadow:var(--an-card-shadow);padding:14px 16px 10px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.an-kpi-card.kpi-blue,.an-kpi-card.kpi-green,.an-kpi-card.kpi-orange,.an-kpi-card.kpi-purple,.an-kpi-card.kpi-cyan,.an-kpi-card.kpi-yellow{border-color:var(--an-border)}.an-kpi-hdr{display:flex;align-items:center;gap:8px}.an-kpi-icon-box{width:44px;height:44px;border-radius:var(--an-icon-radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.an-kpi-hdr-right{display:flex;flex-direction:column;min-width:0}.an-kpi-title{font-size:13px;color:var(--an-text-secondary);font-weight:500;white-space:nowrap}.an-kpi-value{font-size:20px;font-weight:700;color:var(--an-text-primary);white-space:nowrap}.an-kpi-footer{display:flex;justify-content:space-between;align-items:center}.an-kpi-period{font-size:13px;color:var(--an-caption);font-weight:500}.an-kpi-trend{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600}.an-kpi-trend.up{color:var(--an-green)}.an-kpi-trend.down{color:var(--an-red)}.an-kpi-sparkline{height:28px;width:100%}.an-charts-grid{display:grid;grid-template-columns:1.45fr 1.45fr 1fr;gap:16px;height:280px}.an-chart-card{height:280px;background:var(--an-card);border-radius:var(--an-card-radius);border:1px solid var(--an-border);box-shadow:var(--an-card-shadow);padding:16px 20px;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box}.an-chart-card.chart-1,.an-chart-card.chart-2,.an-chart-card.chart-3{background:var(--an-card)}.an-chart-hdr{display:flex;justify-content:space-between;align-items:flex-start}.an-chart-hdr-left h2{font-size:17px;font-weight:600;color:var(--an-text-primary);margin:0}.an-chart-hdr-left p{font-size:14px;color:var(--an-caption);margin:2px 0 0}.an-chart-hdr-right{display:flex;align-items:center;gap:12px}.an-chart-summary-text{font-size:13px;font-weight:500;color:var(--an-text-secondary)}.an-chart-summary-text strong{color:var(--an-primary-blue)}.an-chart-legends{display:flex;gap:12px}.an-chart-legend-item{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--an-text-secondary);font-weight:500}.an-chart-legend-dot{width:8px;height:8px;border-radius:2px}.an-chart-dropdown{border:1px solid var(--an-border);border-radius:8px;padding:4px 8px;font-size:13px;font-weight:500;color:var(--an-text-primary);background:var(--an-card);display:flex;align-items:center;gap:4px;cursor:pointer}.an-chart-container{width:100%;height:190px}.an-chart-footer-stats{display:flex;gap:24px;padding-top:8px;border-top:1px solid var(--an-border)}.an-chart-footer-stat-item{display:flex;flex-direction:column}.an-chart-footer-stat-lbl{font-size:13px;color:var(--an-text-secondary)}.an-chart-footer-stat-val{font-size:16px;font-weight:700;color:var(--an-text-primary);margin-top:2px}.an-donut-layout{display:flex;align-items:center;gap:24px;flex:1}.an-donut-chart-wrap{position:relative;width:130px;height:130px}.an-donut-inner-lbl{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.an-donut-inner-lbl .val{font-size:22px;font-weight:800;color:var(--an-text-primary);line-height:1}.an-donut-inner-lbl .lbl{font-size:11px;color:var(--an-caption);font-weight:600;text-transform:uppercase;margin-top:2px}.an-donut-legends-list{display:flex;flex-direction:column;gap:8px;flex:1}.an-donut-legend-row{display:flex;justify-content:space-between;font-size:13px;font-weight:500}.an-donut-legend-lbl{display:flex;align-items:center;gap:8px;color:var(--an-text-secondary)}.an-donut-legend-dot{width:8px;height:8px;border-radius:2px}.an-donut-legend-val{font-weight:700;color:var(--an-text-primary)}.an-donut-legend-pct{color:var(--an-caption);font-weight:400;margin-left:4px}.an-donut-footer{height:34px;border-radius:8px;background:#f0fdf4;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:var(--an-green);width:100%}.an-tables-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px;height:auto;align-items:flex-start}.an-table-card{height:auto;background:var(--an-card);border-radius:var(--an-card-radius);border:1px solid var(--an-border);box-shadow:var(--an-card-shadow);padding:16px 20px;display:flex;flex-direction:column;box-sizing:border-box}.an-table-hdr{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.an-table-hdr h2{font-size:16px;font-weight:600;color:var(--an-text-primary);margin:0}.an-table-hdr a{font-size:13px;font-weight:600;color:var(--an-primary-blue);text-decoration:none;cursor:pointer}.an-table-scroll{overflow-y:visible;flex:1}.an-table{width:100%;border-collapse:collapse;border:1px solid #3B82F6}.an-table th{font-size:13px;font-weight:700;color:#1e3a8a;text-transform:uppercase;text-align:left;padding:11px 8px;border-bottom:2px solid #3B82F6;position:sticky;top:0;background:#bfdbfe;z-index:1}.an-table td{font-size:15px;padding:12px 8px;color:#1e3a8a;font-weight:600;vertical-align:middle}.an-table tr:nth-child(2n) td{background-color:#dbeafe99}.an-table-cell-icon{display:flex;align-items:center;gap:8px}.an-table-icon-circle{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;background-color:#0b3c5d!important;color:#fff!important}.an-table-val-bold{font-weight:600}.an-table-change{font-weight:600;display:flex;align-items:center;gap:2px}.an-table-change.up{color:var(--an-green)}.an-table-change.down{color:var(--an-red)}.an-loading{display:flex;align-items:center;justify-content:center;min-height:60vh;font-size:18px;font-weight:600;color:#64748b}
