.dashboard-layout{width:100vw;min-height:100vh;display:flex}.dashboard-layout .dashboard-right{flex-grow:1;margin-top:50px;min-height:calc(100vh - 50px);display:flex;flex-direction:column;margin-left:250px;max-width:calc(100% - 250px);transition-duration:.3s}@media only screen and (max-width:767px){.dashboard-layout .dashboard-right{margin-left:0;max-width:inherit;width:100%}}.dashboard-layout .dashboard-right.expand{margin-left:70px;max-width:calc(100% - 70px);transition-duration:.3s}@media only screen and (max-width:767px){.dashboard-layout .dashboard-right.expand{margin-left:0;max-width:inherit;width:100%}}.dashboard-layout .dashboard-right .dashboard-main{max-width:100%;flex-grow:1;background-color:rgba(145,202,255,.03);padding:2rem 1rem;margin-bottom:5rem}@media only screen and (max-width:767px){.dashboard-layout .dashboard-right .dashboard-main{padding:1rem}}.dashboard-layout .dashboard-right .mobile-button-show{display:none}.dashboard-layout .dashboard-right .mobile-button-hide{display:inline-block}@media only screen and (max-width:767px){.dashboard-layout .dashboard-right .mobile-button-show{display:inline-block}.dashboard-layout .dashboard-right .mobile-button-hide{display:none}}.main-layout{display:grid;grid-template-columns:auto minmax(0,1fr);box-sizing:border-box}@media only screen and (max-width:767px){.main-layout{height:inherit}}.main-layout>.nested-layout{display:flex;flex-direction:column;flex-wrap:nowrap;min-height:0;box-sizing:border-box}.main-layout>.nested-layout .dashboard-main-content,.main-layout>.nested-layout .dashboard-main-content .dashboard-main{height:100%}.main-layout>.nested-layout .mobile-button-show{display:none}.main-layout>.nested-layout .mobile-button-hide{display:inline-block}@media only screen and (max-width:767px){.main-layout>.nested-layout .mobile-button-show{display:inline-block}.main-layout>.nested-layout .mobile-button-hide{display:none}}.dash-root{font-family:DM Sans,sans-serif;background:transparent;color:#333;min-height:100vh;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-rows:1fr;width:100%}.sidebar{background:#fff!important;border-right:.5px solid rgba(0,0,0,.07);display:flex;flex-direction:column;align-items:center;padding:20px 0;gap:8px;position:sticky;top:0;height:100vh}.sidebar-logo{width:38px;height:38px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);font-weight:700;font-size:14px;color:#fff;margin-bottom:20px;letter-spacing:-.5px}.nav-item,.sidebar-logo{border-radius:10px;display:flex;align-items:center;justify-content:center}.nav-item{width:42px;height:42px;cursor:pointer;color:#5a6479;font-size:20px;transition:all .15s ease}.nav-item:hover{background:rgba(59,130,246,.12);color:#7baeff}.nav-item.active{background:rgba(59,130,246,.18);color:#3b82f6}.nav-spacer{flex:1}.main{flex-direction:column;overflow:hidden}.main,.topbar{display:flex;background:transparent}.topbar{align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:.5px solid rgba(0,0,0,.06)}.topbar-left h1{font-size:15px;font-weight:600;color:#333;letter-spacing:-.3px;margin:0}.topbar-left p{font-size:12px;color:#5a6479;margin:1px 0 0}.topbar-right{gap:10px}.badge-live,.topbar-right{display:flex;align-items:center}.badge-live{gap:5px;background:rgba(34,197,94,.1);color:#22c55e;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:500;border:.5px solid rgba(34,197,94,.25)}.badge-live span{width:6px;height:6px;background:#22c55e;border-radius:50%;display:inline-block;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff}.content{padding:20px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:18px;background:transparent;color:#333}.section-title{font-size:11px;font-weight:500;color:#5a6479;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.grid-4{grid-template-columns:1fr}}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:900px){.grid-3{grid-template-columns:1fr}}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(max-width:900px){.grid-2{grid-template-columns:1fr}}.grid-2-1{display:grid;grid-template-columns:1.6fr 1fr;gap:12px}@media(max-width:900px){.grid-2-1{grid-template-columns:1fr}}.modern-card{background:#fff!important;border:.5px solid rgba(0,0,0,.07)!important;border-radius:14px!important;padding:16px!important;color:#333!important}.modern-card .ant-alert-message,.modern-card .ant-card-head-title,.modern-card .ant-statistic-title,.modern-card h2{color:#5a6479!important}.modern-card .ant-alert-description,.modern-card .ant-statistic-content-value{color:#333!important}.stat-card{background:#fff;border:.5px solid rgba(0,0,0,.07);border-radius:14px;padding:16px;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;border-radius:14px 14px 0 0}.stat-card.blue:before{background:linear-gradient(90deg,#3b82f6,transparent)}.stat-card.green:before{background:linear-gradient(90deg,#22c55e,transparent)}.stat-card.amber:before{background:linear-gradient(90deg,#f59e0b,transparent)}.stat-card.red:before{background:linear-gradient(90deg,#ef4444,transparent)}.stat-card.purple:before{background:linear-gradient(90deg,#8b5cf6,transparent)}.stat-label{font-size:11px;color:#5a6479;font-weight:500;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between}.stat-value{font-size:26px;font-weight:600;letter-spacing:-1px;color:#333;font-family:DM Mono,monospace;line-height:1}.stat-sub{font-size:11px;color:#5a6479;margin-top:6px}.stat-chip{font-size:10px;font-weight:500;padding:2px 7px;border-radius:20px}.chip-green{background:rgba(34,197,94,.12);color:#22c55e}.chip-red{background:rgba(239,68,68,.12);color:#ef4444}.chip-amber{background:rgba(245,158,11,.12);color:#f59e0b}.chip-blue{background:rgba(59,130,246,.12);color:#7baeff}.icon-circle{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:18px}.ic-blue{background:rgba(59,130,246,.12);color:#7baeff}.ic-green{background:rgba(34,197,94,.12);color:#22c55e}.ic-amber{background:rgba(245,158,11,.12);color:#f59e0b}.ic-red{background:rgba(239,68,68,.12);color:#ef4444}.ic-purple{background:rgba(139,92,246,.12);color:#a78bfa}.gauge-wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.gauge-svg{display:block}.gauge-svg circle{transition:stroke-dashoffset .8s cubic-bezier(.22,1,.36,1)}.work-summary-ring{position:relative;display:flex;align-items:center;justify-content:center}.ring-center{position:absolute;text-align:center}.ring-pct{font-size:28px;font-weight:600;font-family:DM Mono,monospace;color:#333;letter-spacing:-1px;line-height:1}.ring-label{font-size:10px;color:#5a6479;margin-top:3px}.divider{height:.5px;background:rgba(0,0,0,.06);margin:12px 0}.row-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:.5px solid rgba(0,0,0,.04)}.row-item:last-child{border-bottom:none}.row-label{font-size:12px;color:#5a6479}.row-value{font-size:13px;font-weight:500;color:#333;font-family:DM Mono,monospace}.progress-bar-wrap{margin-top:6px;background:rgba(0,0,0,.06);border-radius:4px;height:4px}.progress-bar-fill{height:4px;border-radius:4px;transition:width .7s cubic-bezier(.22,1,.36,1),background .3s ease}.activity-item{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:.5px solid rgba(0,0,0,.04)}.activity-item:last-child{border-bottom:none}.activity-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.activity-text{font-size:12px;color:#5a6479;flex:1}.activity-time{font-size:11px;color:#5a6479}.carer-row{display:flex;align-items:center;gap:10px;padding:7px 0;border-bottom:.5px solid rgba(0,0,0,.04)}.carer-row:last-child{border-bottom:none}.carer-avatar-sm{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:#fff;flex-shrink:0}.carer-name{font-size:12px;color:#333;flex:1}.carer-calls{font-size:11px;color:#5a6479}.status-dot{width:7px;height:7px;border-radius:50%}.map-placeholder{background:#0e1421;border-radius:10px;height:140px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.map-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(59,130,246,.04) 1px,transparent 0),linear-gradient(90deg,rgba(59,130,246,.04) 1px,transparent 0);background-size:20px 20px}.map-label{font-size:11px;color:#3a4560;z-index:1}.map-pin{position:absolute;width:8px;height:8px;border-radius:50%;border:1.5px solid transparent}.chart-bars{gap:4px;height:60px;padding-top:4px}.chart-bar-column,.chart-bars{display:flex;align-items:stretch}.chart-bar-column{flex:1;flex-direction:column;min-width:0}.chart-bar-value{font-size:8px;color:#8899b4;font-family:DM Mono,monospace;text-align:center;line-height:1;margin-bottom:2px;flex-shrink:0}.chart-bar-value--zero{opacity:0}.chart-bar-value--today{color:#3b82f6;font-weight:600}.chart-bar-track{flex:1;position:relative;width:100%}.bar{border-radius:3px 3px 0 0;min-width:6px;transition:height .6s cubic-bezier(.22,1,.36,1),opacity .2s;position:absolute;bottom:0;left:0;right:0}.bar:hover{opacity:.75}.bar--zero{background:rgba(0,0,0,.08)!important}.bar--today{background:#3b82f6!important}.chart-xlabels{display:flex;gap:4px;margin-top:4px}.xlbl{flex:1;font-size:9px;color:#5a6479;text-align:center;min-width:0}.xlbl--current{color:#3b82f6;font-weight:600}.card-refresh-wrap{position:relative;height:100%}.card-refresh-content{transition:opacity .25s ease}.card-refresh-overlay{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;border-radius:12px;background:hsla(0,0%,100%,.35);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);animation:dpt-fade-in .2s ease both}.card-refresh-overlay .ant-spin{color:#3b82f6}@keyframes dpt-fade-in{0%{opacity:0}to{opacity:1}}.dashboard-period-toolbar{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:10px 14px;margin-bottom:4px;background:linear-gradient(180deg,#fff,#f7f9fc);border:1px solid rgba(59,130,246,.14);border-radius:14px;box-shadow:0 1px 3px rgba(16,24,40,.05);animation:dpt-toolbar-in .4s ease both}@keyframes dpt-toolbar-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dashboard-period-toolbar__label{display:flex;align-items:center;gap:8px;min-width:0}.dpt-period-name{font-size:13px;font-weight:600;color:#333;white-space:nowrap}.dpt-period-range{font-size:11px;color:#8899b4;font-family:DM Mono,monospace;white-space:nowrap}.dashboard-period-toolbar__controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;max-width:100%}.dashboard-period-toolbar__segment{max-width:100%;overflow-x:auto}.dashboard-period-toolbar .ant-segmented{padding:3px;background:#eef2f8;border:1px solid rgba(59,130,246,.1);border-radius:999px;box-shadow:inset 0 1px 2px rgba(16,24,40,.04)}.dashboard-period-toolbar .ant-segmented .ant-segmented-item{border-radius:999px;color:#5a6479;font-size:12px;font-weight:500;transition:color .2s ease,background .2s ease}.dashboard-period-toolbar .ant-segmented .ant-segmented-item-label{padding:3px 13px;min-height:26px;line-height:20px}.dashboard-period-toolbar .ant-segmented .ant-segmented-item:hover:not(.ant-segmented-item-selected){color:#3b82f6;background:rgba(59,130,246,.08)}.dashboard-period-toolbar .ant-segmented .ant-segmented-item-selected,.dashboard-period-toolbar .ant-segmented .ant-segmented-thumb{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:999px;box-shadow:0 3px 8px rgba(59,130,246,.32)}.dashboard-period-toolbar .ant-segmented .ant-segmented-item-selected,.dashboard-period-toolbar .ant-segmented .ant-segmented-item-selected:hover,.dashboard-period-toolbar .ant-segmented .ant-segmented-thumb+.ant-segmented-item-selected{color:#fff}.dashboard-period-toolbar .ant-segmented .ant-segmented-item-selected .ant-segmented-item-label{color:#fff;font-weight:600}.dashboard-period-toolbar .ant-btn{border-radius:999px}.dashboard-period-toolbar .ant-picker{border-radius:10px}@media(prefers-reduced-motion:reduce){.bar,.card-refresh-content,.card-refresh-overlay,.dashboard-period-toolbar,.gauge-svg circle,.progress-bar-fill{transition:none;animation:none}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}