.clients-dashboard{display:grid;gap:12px;margin-top:-4px}
.dashboard-card{min-width:0;border:1px solid #e2e8f0;border-radius:11px;background:#fff;box-shadow:0 3px 12px rgba(19,46,82,.05);padding:20px}
.dashboard-card>header h2{margin:0;font-size:13px;line-height:1.35}.dashboard-card>header p{margin:3px 0 0;color:#607493;font-size:9px}
.dashboard-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.kpi-card{min-height:130px}
.kpi-card header{display:flex;align-items:center;gap:8px}.kpi-card header>a{margin-left:auto;padding:7px 10px;border-radius:5px;background:#1262ef;color:#fff;font-size:9px;font-weight:700}
.dashboard-card-icon{width:27px;height:27px;border-radius:5px;display:grid;place-items:center}.dashboard-card-icon .icon{width:16px;height:16px}
.dashboard-card-icon.neutral{background:#edf1f5;color:#748198}.dashboard-card-icon.green{background:#dff5ea;color:#0ea568}.dashboard-card-icon.blue{background:#dceeff;color:#0878b6}
.kpi-card>strong{display:block;margin-top:22px;font-size:20px}.kpi-card>p{margin:4px 0 0;color:#607493;font-size:9px}
.dashboard-expiration-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.expiration-card{min-height:240px}
.expiration-list{max-height:170px;overflow:auto;margin-top:16px;display:grid;gap:6px}.expiration-list a{padding:9px 11px;border-radius:6px;background:#f6f8fb;color:#213653;display:flex;justify-content:space-between;font-size:9px}.expiration-list strong{color:#ed2549}
.dashboard-empty-state{min-height:165px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.dashboard-empty-state>span{width:44px;height:44px;border:1px solid #11a769;border-radius:6px;background:#e2f6ed;color:#0b9a5e;display:grid;place-items:center}.dashboard-empty-state .icon{width:21px;height:21px}.dashboard-empty-state strong{margin-top:10px;font-size:11px}.dashboard-empty-state p{max-width:250px;margin:4px 0 0;color:#637590;font-size:9px}
.dashboard-geography-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.dashboard-geography-grid>.dashboard-card{min-height:380px}
.brazil-map{height:310px;position:relative;display:grid;place-items:center}.brazil-map>svg{width:88%;height:94%;overflow:visible}.brazil-map .map-state{fill:#eaf0f6;stroke:#fff;stroke-width:1.1;vector-effect:non-scaling-stroke;transition:fill .18s,filter .18s;cursor:default}.brazil-map .map-state:hover{filter:brightness(.94);stroke:#1262ef;stroke-width:1.6}.brazil-map .map-state.has-clients{fill:#8fbaf8}.brazil-map .map-state.medium{fill:#4f8ff0}.brazil-map .map-state.high{fill:#1262ef}.map-loading{position:absolute;color:#7b8ba2;font-size:9px}.map-loading.error{max-width:220px;text-align:center;color:#c3465c}
.dashboard-donut{width:166px;height:166px;margin:24px auto 14px;border-radius:50%;background:#e8edf3;display:grid;place-items:center;position:relative}.dashboard-donut:after{content:"";width:98px;height:98px;border-radius:50%;background:#fff}.dashboard-donut>span{position:absolute;z-index:1;display:grid;text-align:center;color:#657590;font-size:8px}.dashboard-donut b{font-size:11px;color:#112a50;margin-top:4px}
.chart-legend{display:grid}.chart-legend>div{min-height:31px;border-top:1px solid #e3e9f0;display:grid;grid-template-columns:9px 1fr auto;align-items:center;gap:7px;font-size:8px}.chart-legend i{width:7px;height:7px;border-radius:50%;background:#16a9c4}.chart-legend>div:nth-child(2) i{background:#1ca36a}.chart-legend>div:nth-child(3) i{background:#6266e8}.chart-legend>div:nth-child(4) i{background:#efbd28}.chart-legend>div:nth-child(5) i{background:#f6751e}
.state-ranking>div{height:305px;margin-top:15px;overflow-y:auto;padding-right:5px}.state-ranking p{min-height:27px;margin:0;border-top:1px solid #e5eaf0;display:flex;align-items:center;justify-content:space-between;font-size:8px}.state-ranking small{color:#72819a}.state-ranking strong{font-size:9px}
.dashboard-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.dashboard-profile-grid>.dashboard-card{min-height:260px}
.bar-chart{height:190px;margin-top:18px;padding:15px 8px 0;border-bottom:1px solid #dfe6ee;display:flex;align-items:flex-end;justify-content:space-around;gap:12px;background:repeating-linear-gradient(to bottom,transparent 0,transparent 37px,#e5ebf2 38px)}
.bar-chart>div{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;position:relative}.bar-chart span{width:min(38px,65%);height:calc(var(--normalized,0) * 1%);min-height:2px;border-radius:3px 3px 0 0;background:#1262ef}.bar-chart b{position:absolute;bottom:-17px;font-size:8px;font-weight:500}.bar-chart small{position:absolute;bottom:calc(var(--normalized,0) * 1% + 3px);font-size:8px;color:#536987}
.regime-content{display:grid;grid-template-columns:1fr 1fr;align-items:center}.regime-content .dashboard-donut{margin-top:18px}.regime-content .chart-legend{margin-top:14px}
.growth-card{min-height:270px}.growth-chart{margin-top:18px}.growth-chart svg{width:100%;height:175px;overflow:visible}.growth-chart .grid line{stroke:#dde5ee;stroke-width:1;stroke-dasharray:3 3}.growth-chart polyline{fill:none;stroke:#1262ef;stroke-width:3;vector-effect:non-scaling-stroke}.growth-chart .points circle{fill:#1262ef;stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke}.growth-labels{display:grid;grid-template-columns:repeat(12,1fr);gap:3px;font-size:7px;color:#60738f;text-align:center}
@media(max-width:1250px){.dashboard-geography-grid{grid-template-columns:1fr 1fr}.state-ranking{grid-column:1/-1}.dashboard-profile-grid{grid-template-columns:1fr}}
@media(max-width:850px){.dashboard-kpis,.dashboard-expiration-grid,.dashboard-geography-grid{grid-template-columns:1fr}.state-ranking{grid-column:auto}.regime-content{grid-template-columns:1fr}.clients-dashboard{margin-top:0}}
