.dashboard-heading{align-items:center}.dashboard-refresh-group{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.dashboard-refresh-group button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 13px;font-weight:700;color:var(--blue);cursor:pointer}.dashboard-filter-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px 20px;margin-bottom:20px;box-shadow:0 8px 24px rgba(24,33,43,.04)}.dashboard-filter-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.dashboard-filter-title span{color:var(--muted);font-size:13px}.dashboard-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr)) auto;gap:12px;align-items:end}.dashboard-filter-grid label{display:grid;gap:5px}.dashboard-filter-grid label>span{font-size:12px;color:var(--muted);font-weight:700}.dashboard-filter-grid input,.dashboard-filter-grid select{min-width:0;width:100%;border:1px solid #d8dee8;border-radius:9px;background:#fff;padding:9px 10px;color:var(--ink)}.dashboard-filter-actions{display:flex;gap:8px}.dashboard-filter-actions .button,.dashboard-filter-actions button{white-space:nowrap;padding:9px 13px;border-radius:9px;text-decoration:none}.dashboard-kpis{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.dashboard-kpis .stat{position:relative;overflow:hidden;box-shadow:0 8px 24px rgba(24,33,43,.04)}.dashboard-kpis .stat:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--blue)}.dashboard-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.chart-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;min-width:0;box-shadow:0 8px 24px rgba(24,33,43,.04)}.chart-heading h2{font-size:17px;margin:0}.chart-heading p{margin:3px 0 18px;color:var(--muted);font-size:13px}.donut-layout{display:flex;align-items:center;gap:24px;min-height:190px}.donut-chart{width:156px;height:156px;border-radius:50%;display:grid;place-items:center;position:relative;flex:none}.donut-chart:after{content:"";position:absolute;inset:27px;background:#fff;border-radius:50%}.donut-chart span{z-index:1;text-align:center}.donut-chart strong,.donut-chart small{display:block}.donut-chart strong{font-size:25px}.donut-chart small{color:var(--muted)}.chart-legend{display:grid;gap:10px;flex:1}.chart-legend div{display:grid;grid-template-columns:10px 1fr auto;align-items:center;gap:8px}.chart-legend i{width:10px;height:10px;border-radius:50%}.chart-legend span{color:var(--muted)}.comparison-chart{display:grid;gap:20px;padding:20px 0}.comparison-chart>div{display:grid;grid-template-columns:75px 1fr 52px;gap:12px;align-items:center}.comparison-chart>div>div{height:15px;background:#edf1f6;border-radius:999px;overflow:hidden}.comparison-chart i{display:block;height:100%;border-radius:999px}.comparison-chart i.estimated{background:#9bbff2}.comparison-chart i.actual{background:linear-gradient(90deg,var(--blue),#4b91f1)}.comparison-chart strong{text-align:right}.column-chart{height:220px;display:flex;align-items:end;gap:12px;padding-top:20px;overflow-x:auto}.column-chart>div{height:100%;min-width:58px;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:end;gap:6px}.column-chart i{display:block;width:min(36px,70%);background:linear-gradient(180deg,#4b91f1,var(--blue));border-radius:8px 8px 3px 3px;min-height:10px}.column-chart span{font-size:11px;color:var(--muted);white-space:nowrap}.attention-list{display:grid;gap:10px}.attention-list div{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:10px;background:#f7f9fc}.attention-list strong{display:grid;place-items:center;min-width:30px;height:30px;border-radius:9px;background:#fff;color:var(--blue)}.chart-empty{display:grid;place-items:center;min-height:160px;color:var(--muted);text-align:center}.dispatch-timeline{display:grid;gap:16px}.dispatch-event{display:grid;grid-template-columns:42px 1fr;gap:14px}.dispatch-event-marker{width:42px;height:42px;border-radius:13px;background:#eaf2ff;color:var(--blue);display:grid;place-items:center;font-weight:800}.dispatch-event-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px 20px}.dispatch-event-head{display:flex;justify-content:space-between;gap:16px;align-items:start}.dispatch-event-head h2{margin:2px 0;font-size:18px}.dispatch-event-head p{margin:0;color:var(--muted)}.dispatch-change-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:stretch;margin:16px 0}.dispatch-snapshot{background:#f7f9fc;border-radius:12px;padding:13px}.dispatch-snapshot small,.dispatch-snapshot strong{display:block}.dispatch-snapshot small{color:var(--muted);margin-bottom:5px}.dispatch-arrow{display:grid;place-items:center;color:var(--blue);font-size:22px}.dispatch-justification{margin:10px 0;padding:12px 14px;border-left:3px solid var(--orange);background:#fff9ee;border-radius:0 10px 10px 0}.acknowledgement-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.acknowledgement-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;background:#fff4e5;color:#9a5700;font-size:12px;font-weight:700}.acknowledgement-chip.read{background:#eaf7ef;color:var(--green)}@media(max-width:1040px){.dashboard-filter-grid{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media(max-width:760px){.dashboard-refresh-group{justify-content:flex-start;margin-top:14px}.dashboard-filter-title{display:block}.dashboard-filter-title span{display:block;margin-top:3px}.dashboard-filter-grid{grid-template-columns:1fr}.dashboard-filter-actions .button,.dashboard-filter-actions button{flex:1;text-align:center}.dashboard-chart-grid{grid-template-columns:1fr}.donut-layout{align-items:flex-start;flex-direction:column}.dispatch-event{grid-template-columns:1fr}.dispatch-event-marker{width:36px;height:36px}.dispatch-event-head{display:block}.dispatch-change-grid{grid-template-columns:1fr}.dispatch-arrow{transform:rotate(90deg)}}
