:root{--dash-bg:#071019;--dash-panel:#101c28;--dash-panel-2:#142432;--dash-line:#294153;--dash-cyan:#19c8ee;--dash-green:#35d184;--dash-magenta:#ef63e9;--dash-amber:#eab24b;--dash-red:#ee665f;--dash-text:#eef8ff;--dash-muted:#8fa7b8}

.startup-dashboard-card{position:relative;width:100%;aspect-ratio:2172/594;margin:0 0 16px;overflow:hidden;background:#fff;border:0;border-radius:18px;box-shadow:0 8px 22px rgba(3,17,31,.18);isolation:isolate}

.startup-dashboard-artwork{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:fill;pointer-events:none;user-select:none}

.dashboard-card-main{position:absolute;inset:0;z-index:1;border:0;border-radius:18px;background:transparent;cursor:pointer}

.dashboard-card-zones{position:absolute;inset:0;z-index:2;pointer-events:none}

.dashboard-card-zone{position:absolute;top:12.12%;height:74.07%;min-width:0;min-height:0;box-sizing:border-box;margin:0;padding:0;overflow:hidden;border:0;border-radius:clamp(8px,1.1vw,18px);appearance:none;background:transparent;cursor:pointer;pointer-events:auto;transition:background .15s ease,box-shadow .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}

.dashboard-card-operation{left:50.92%;width:14.87%}
.dashboard-card-aircraft{left:66.48%;width:14.78%}
.dashboard-card-crew{left:82.00%;width:14.73%}

.dashboard-card-main:hover{box-shadow:inset 0 0 0 3px rgba(25,200,238,.7)}

.dashboard-card-zone:hover,.dashboard-card-zone:focus-visible{background:rgba(25,200,238,.045);box-shadow:inset 0 0 0 3px #19c8ee;outline:0}

.dashboard-card-main:focus-visible{outline:3px solid #fff;outline-offset:-5px}

.dashboard-page{display:none;min-height:100vh;background:var(--dash-bg);color:var(--dash-text);padding:18px;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif}

.dashboard-shell{width:min(1600px,100%);margin:0 auto}

.dashboard-topbar{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap;padding:16px 18px;border:1px solid var(--dash-line);background:#0b1722;overflow:visible}

.dashboard-brand{flex:1 1 240px}

.dashboard-brand h1{margin:0;font-size:clamp(24px,3vw,42px);letter-spacing:.04em}

.dashboard-control{flex:0 1 190px}
.dashboard-control label{display:block;margin-bottom:5px;color:var(--dash-muted);font-size:12px;font-weight:800;text-transform:uppercase}
.dashboard-control select,.dashboard-control input{width:100%;min-height:42px;border:1px solid var(--dash-line);border-radius:4px;background:#142432;color:#fff;padding:0 11px;font:inherit;font-weight:800;box-sizing:border-box}
.dashboard-control select{padding-right:36px}
.dashboard-period-range{position:relative;flex:0 0 330px;min-width:330px}
.dashboard-period-range>label{display:block;margin-bottom:5px;color:var(--dash-muted);font-size:12px;font-weight:800;text-transform:uppercase}
.dashboard-period-range .date-range-control{display:grid;width:100%;grid-template-columns:minmax(0,1fr) 42px 42px;gap:4px;align-items:center}
.dashboard-period-range .date-range-display{width:100%;min-width:0;min-height:42px;box-sizing:border-box;border:1px solid var(--dash-line);border-radius:4px;background:#142432!important;color:#fff!important;-webkit-text-fill-color:#fff;opacity:1;font:inherit;font-size:12px;font-weight:800;white-space:nowrap}
.dashboard-period-range .date-range-display::placeholder{color:#c6d5df;opacity:1}
.dashboard-period-range .date-range-control button{height:42px;min-height:42px;border-color:var(--dash-line);border-radius:4px;background:#142432;color:var(--dash-cyan)}
.dashboard-period-range .date-range-popover{z-index:10020;background:#fff;color:#0b2545}
.dashboard-period-range .date-range-footer button{color:#0b2545}

.dashboard-nav{display:flex;gap:6px;flex-wrap:wrap;margin:10px 0 0}
.dashboard-nav button{min-height:36px;padding:6px 12px;border:1px solid var(--dash-line);border-radius:4px;background:#101c28;color:#bcd1df;font-weight:800;cursor:pointer}
.dashboard-nav button[aria-pressed="true"]{display:none}
.dashboard-nav button:focus-visible,.dashboard-control select:focus-visible,.dashboard-panel button:focus-visible{outline:3px solid #fff;outline-offset:2px}

.dashboard-content{min-height:620px}
.dashboard-content.is-filtering{opacity:.72;transition:opacity .12s ease}
.dashboard-state{display:grid;place-items:center;min-height:360px;border:1px solid var(--dash-line);background:var(--dash-panel);color:var(--dash-muted);text-align:center;padding:24px}
.dashboard-state.error{color:#ffd3d0;border-color:var(--dash-red)}

.dashboard-grid{display:grid;gap:12px}
.dashboard-panel{min-width:0;border:1px solid var(--dash-line);border-radius:5px;background:var(--dash-panel);padding:14px;box-sizing:border-box;overflow:hidden}
.dashboard-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.dashboard-panel h2,.dashboard-panel h3{margin:0 0 10px;letter-spacing:.02em}
.dashboard-panel h2{font-size:20px}
.dashboard-panel h3{font-size:15px;color:#d8ebf5}
.dashboard-subtle{color:var(--dash-muted);font-size:12px}
.dashboard-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.dashboard-panel-heading h2{margin:0}
.dashboard-panel-heading-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}
.dashboard-panel-heading button,.dashboard-filter-reset{min-height:38px;padding:7px 12px;border:1px solid var(--dash-cyan);border-radius:4px;background:#123e57;color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.dashboard-panel-heading button:hover,.dashboard-panel-heading button[aria-expanded="true"],.dashboard-filter-reset:hover{border-color:var(--dash-green);background:#17643f}
.dashboard-filter-reset{align-self:flex-end;flex:0 0 auto;margin-bottom:0}
.dashboard-expandable-panel:focus{outline:0}
.dashboard-expandable-panel:focus-visible{outline:3px solid #fff;outline-offset:-3px}
.dashboard-panel-expanded-open{overflow:hidden}
.dashboard-expandable-panel.is-expanded{position:fixed;inset:12px;z-index:12000;display:flex;flex-direction:column;width:auto;height:auto;max-width:none;max-height:none;overflow:auto;border-color:var(--dash-cyan);background:var(--dash-panel);box-shadow:0 18px 60px rgba(0,0,0,.72)}
.dashboard-expandable-panel.is-expanded .dashboard-panel-body{flex:1;min-width:0;min-height:0;overflow:auto}
.dashboard-expandable-panel.is-expanded .dashboard-map{min-height:calc(100vh - 92px)}
.dashboard-expandable-panel.is-expanded .dashboard-map svg{height:calc(100vh - 92px)}
.dashboard-expandable-panel.is-expanded .dashboard-table{font-size:14px}
.dashboard-expandable-panel.is-expanded .dashboard-calendar{max-width:min(1100px,100%);margin:0 auto}

.dashboard-operational{grid-template-columns:minmax(180px,.7fr) minmax(420px,1.7fr) minmax(340px,1.2fr);grid-template-rows:1fr 1fr}
.dashboard-operational>[data-dashboard-expandable="annual-plan"]{grid-column:2;grid-row:1}
.dashboard-kpis{grid-row:1/3;display:grid;grid-template-rows:repeat(5,1fr);gap:10px}
.dashboard-kpi{display:grid;align-content:center;border-left:4px solid var(--dash-cyan);background:var(--dash-panel-2);padding:14px}
.dashboard-kpi-stack{position:relative;display:grid;min-width:0;gap:8px;align-self:stretch;overflow:visible}
.dashboard-kpi-stack>.dashboard-kpi{min-height:96px}
.dashboard-kpi-stack.expanded{align-self:start}
.dashboard-kpi strong{font-size:clamp(25px,3vw,42px);font-variant-numeric:tabular-nums}
.dashboard-kpi span{color:var(--dash-muted);font-size:13px}
.dashboard-kpi small{margin-top:4px;color:#bcd1df}
.dashboard-kpi-hours{gap:4px}

.dashboard-kpi-action{position:relative;width:100%;min-height:96px;border-top:0;border-right:0;border-bottom:0;color:var(--dash-text);font:inherit;text-align:left;cursor:pointer}
.dashboard-kpi-action:hover,.dashboard-kpi-action[aria-expanded="true"]{background:#173145;border-left-color:var(--dash-green)}
.dashboard-kpi-action>i{position:absolute;right:12px;top:10px;color:var(--dash-cyan);font-size:20px;font-style:normal}
.dashboard-kpi-detail{position:absolute;top:0;left:calc(100% + 10px);z-index:80;width:min(390px,calc(100vw - 48px));max-height:min(440px,calc(100vh - 48px));overflow:auto;box-sizing:border-box;border:1px solid var(--dash-line);border-left:4px solid var(--dash-green);background:#0c1823;padding:12px;box-shadow:0 16px 40px rgba(0,0,0,.62);overscroll-behavior:contain}
.dashboard-kpi-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:9px}
.dashboard-kpi-detail-head h3{margin:0;font-size:14px}
.dashboard-kpi-detail-head button{flex:0 0 32px;width:32px;height:32px;border:1px solid var(--dash-line);border-radius:4px;background:#142432;color:#fff;font:inherit;font-size:20px;font-weight:900;line-height:1;cursor:pointer}
.dashboard-kpi-detail-head button:hover,.dashboard-kpi-detail-head button:focus-visible{border-color:var(--dash-green);background:#17643f;outline:2px solid #fff;outline-offset:1px}
.dashboard-kpi-ranking{display:grid;gap:7px;margin:0;padding:0;list-style:none;counter-reset:rank}
.dashboard-kpi-ranking li{display:grid;gap:2px;padding:7px;background:var(--dash-panel-2);counter-increment:rank}
.dashboard-kpi-ranking li strong:before{content:counter(rank) '. ';color:var(--dash-cyan)}
.dashboard-kpi-ranking li strong{font-size:12px}
.dashboard-kpi-ranking li span{color:var(--dash-muted);font-size:11px}
.dashboard-kpi-detail-total{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:9px;padding:8px;background:var(--dash-panel-2)}
.dashboard-kpi-detail-total strong{color:var(--dash-cyan);font-size:20px}

.dashboard-destination-ranking li strong,.dashboard-destination-ranking li span{overflow-wrap:anywhere}
.dashboard-destination-ranking li span b{color:var(--dash-cyan);letter-spacing:.04em}

.dashboard-chart{width:100%;height:210px}
.dashboard-chart .grid{stroke:#294153;stroke-width:1}
.dashboard-chart .actual{fill:none;stroke:var(--dash-cyan);stroke-width:4}
.dashboard-chart .planned{fill:none;stroke:var(--dash-amber);stroke-width:3;stroke-dasharray:8 7}
.dashboard-chart text{fill:#8fa7b8;font-size:10px}

.dashboard-donut-wrap{display:grid;grid-template-columns:1fr;gap:18px;align-items:center}
.dashboard-donut{display:block;width:100%;height:100%;overflow:visible}
.dashboard-donut-track{stroke:var(--dash-line)}
.dashboard-donut-total{position:absolute;inset:25%;display:grid;place-content:center;text-align:center;pointer-events:none}
.dashboard-donut-total strong{font-size:22px;font-variant-numeric:tabular-nums}
.dashboard-donut-total span{color:var(--dash-muted);font-size:10px;text-transform:uppercase}
.dashboard-ranking{display:grid;gap:8px}
.dashboard-bar{height:8px;background:#263745}
.dashboard-bar i{display:block;height:100%;background:var(--dash-cyan)}

.dashboard-sponsor-panel{grid-column:1/-1;grid-row:3}
.dashboard-sponsor-bars{display:grid;gap:10px;width:100%;max-width:none;margin-inline:auto}
.dashboard-sponsor-bar-row{display:grid;grid-template-columns:minmax(150px,26%) minmax(110px,1fr) minmax(112px,auto);gap:10px;align-items:center;width:100%;min-height:42px;border:1px solid transparent;border-radius:4px;background:transparent;color:var(--dash-text);padding:5px 7px;text-align:left;cursor:pointer}
.dashboard-sponsor-bar-row:hover,.dashboard-sponsor-bar-row:focus-visible{border-color:var(--dash-cyan);background:var(--dash-panel-2);outline:2px solid #fff;outline-offset:1px}
.dashboard-sponsor-bar-label{min-width:0;font-weight:750;line-height:1.25;overflow-wrap:anywhere}
.dashboard-sponsor-bar-track{display:block;height:28px;min-width:0;overflow:hidden;border-radius:3px;background:#263745}
.dashboard-sponsor-bar-fill{display:flex;align-items:center;justify-content:flex-end;width:var(--sponsor-width);min-width:2px;height:100%;border-radius:3px;background:var(--sponsor-color);padding-inline:8px;box-sizing:border-box;transition:width .2s ease}
.dashboard-sponsor-bar-fill strong{color:#071019;font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap}
.dashboard-sponsor-bar-value{display:none;white-space:nowrap;font-variant-numeric:tabular-nums}
.dashboard-sponsor-bar-row.is-compact-value .dashboard-sponsor-bar-fill strong{display:none}
.dashboard-sponsor-bar-row.is-compact-value .dashboard-sponsor-bar-value{display:block}
.dashboard-flight-types-panel{grid-column:2;grid-row:2;min-height:300px}
.dashboard-flight-types{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr);gap:18px;align-items:center}
.dashboard-flight-types-chart{position:relative;width:min(100%,220px);aspect-ratio:1;margin:auto}
.dashboard-flight-types-legend{display:grid;gap:9px;margin:0;padding:0;list-style:none}
.dashboard-flight-types-legend li{display:grid;grid-template-columns:11px minmax(0,1fr) auto;gap:8px;align-items:center}
.dashboard-flight-types-legend i{width:10px;height:10px;border-radius:50%;background:var(--flight-type-color)}
.dashboard-flight-types-legend span{font-weight:750}
.dashboard-flight-types-legend strong{font-size:12px;font-variant-numeric:tabular-nums;white-space:nowrap}

.dashboard-sponsor-panel.is-expanded{inset:0;border-radius:0;padding:clamp(16px,3vw,34px);z-index:12500}
.dashboard-sponsor-panel.is-expanded .dashboard-panel-heading{max-width:1440px;width:100%;margin:0 auto 18px}
.dashboard-sponsor-panel.is-expanded .dashboard-panel-body{display:grid;align-content:stretch;gap:18px;width:min(100%,1600px);height:100%;margin:0 auto;padding-bottom:28px}
.dashboard-sponsor-panel.is-expanded .dashboard-sponsor-bars{grid-auto-rows:minmax(46px,1fr);align-content:stretch;width:100%;max-width:none;min-height:min(calc(var(--dashboard-expanded-height,70vh) - 28px),var(--sponsor-expanded-natural-height,70vh))}
.dashboard-sponsor-panel.is-expanded .dashboard-sponsor-bar-row{grid-template-columns:minmax(190px,24%) minmax(180px,1fr) minmax(128px,auto);min-height:46px}
.dashboard-flight-types-panel.is-expanded .dashboard-panel-body{display:grid;place-items:center;width:100%;height:100%;overflow:hidden}
.dashboard-flight-types-panel.is-expanded .dashboard-flight-types{grid-template-columns:minmax(280px,min(58vh,680px)) minmax(260px,440px);justify-content:center;gap:clamp(28px,5vw,80px);width:100%;height:100%}
.dashboard-flight-types-panel.is-expanded .dashboard-flight-types-chart{width:min(58vh,55vw,680px);max-width:100%}
.dashboard-flight-types-panel.is-expanded .dashboard-flight-types-legend{gap:clamp(14px,2vh,26px)}
.dashboard-flight-types-panel.is-expanded .dashboard-flight-types-legend span{font-size:clamp(16px,1.6vw,24px)}
.dashboard-flight-types-panel.is-expanded .dashboard-flight-types-legend strong{font-size:clamp(14px,1.25vw,19px)}
.dashboard-flight-types-panel.is-expanded .dashboard-donut-total strong{font-size:clamp(24px,3vw,44px)}
@media(max-width:720px){
 .dashboard-sponsor-panel.is-expanded{padding:12px}
 .dashboard-sponsor-panel.is-expanded .dashboard-panel-heading{align-items:flex-start}
 .dashboard-sponsor-bar-row{grid-template-columns:minmax(92px,34%) minmax(52px,1fr) auto;gap:7px;min-height:40px;padding-inline:3px}
 .dashboard-sponsor-bar-label{font-size:12px}
 .dashboard-sponsor-bar-fill{justify-content:center;padding-inline:4px}
 .dashboard-sponsor-bar-fill strong{display:none}
 .dashboard-sponsor-bar-value{display:block;font-size:11px}
 .dashboard-flight-types{grid-template-columns:120px minmax(0,1fr);gap:10px}
 .dashboard-flight-types-legend li{grid-template-columns:10px minmax(0,1fr)}
 .dashboard-flight-types-legend strong{grid-column:2;font-size:11px;white-space:normal}
}

.dashboard-sponsor-modal-open{overflow:hidden}
.dashboard-sponsor-modal{position:fixed;inset:0;z-index:13000;display:grid;place-items:center;padding:20px;background:rgba(2,8,14,.78)}
.dashboard-sponsor-dialog{display:flex;flex-direction:column;width:min(1420px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:hidden;border:1px solid var(--dash-line);border-radius:6px;background:var(--dash-panel);color:var(--dash-text);box-shadow:0 24px 70px rgba(0,0,0,.75)}
.dashboard-sponsor-dialog>header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:16px;border-bottom:1px solid var(--dash-line)}
.dashboard-sponsor-dialog>header h2{margin:0;font-size:20px}
.dashboard-sponsor-dialog>header p{margin:4px 0 0;color:var(--dash-muted);font-size:12px}
.dashboard-sponsor-dialog>header button{flex:0 0 38px;width:38px;height:38px;border:1px solid var(--dash-line);border-radius:4px;background:var(--dash-panel-2);color:var(--dash-text);font-size:24px;line-height:1;cursor:pointer}
.dashboard-sponsor-dialog>header button:hover,.dashboard-sponsor-dialog>header button:focus-visible{border-color:var(--dash-cyan);outline:2px solid #fff;outline-offset:1px}
.dashboard-sponsor-tools{display:flex;gap:12px;align-items:end;padding:12px 16px;border-bottom:1px solid var(--dash-line)}
.dashboard-sponsor-tools label{display:grid;gap:5px;min-width:0;color:var(--dash-muted);font-size:11px;font-weight:800;text-transform:uppercase}
.dashboard-sponsor-tools label:first-child{flex:1 1 420px}
.dashboard-sponsor-tools label:last-child{flex:0 1 240px}
.dashboard-sponsor-tools input,.dashboard-sponsor-tools select{width:100%;min-height:42px;border:1px solid var(--dash-line);border-radius:4px;background:var(--dash-panel-2);color:var(--dash-text);padding:8px 10px;font:inherit;box-sizing:border-box}
.dashboard-sponsor-tools input:focus-visible,.dashboard-sponsor-tools select:focus-visible{outline:3px solid #fff;outline-offset:2px}
.dashboard-sponsor-table-wrap{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain}
.dashboard-sponsor-table{min-width:1220px}
.dashboard-sponsor-table thead th{position:sticky;top:0;z-index:2;background:#102536}
.dashboard-sponsor-table td:nth-child(2),.dashboard-sponsor-table td:nth-child(6){max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dashboard-sponsor-table td:nth-child(n+7):nth-child(-n+9){text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}
.dashboard-sponsor-table button{min-height:34px;border:1px solid var(--dash-cyan);border-radius:3px;background:#123e57;color:#fff;padding:5px 9px;font:inherit;font-weight:800;cursor:pointer}
.dashboard-sponsor-table button:disabled{opacity:.55;cursor:not-allowed}
.dashboard-sponsor-dialog>footer{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;border-top:1px solid var(--dash-line)}
.dashboard-sponsor-dialog>footer>strong{color:var(--dash-cyan);font-size:16px}
.dashboard-sponsor-pagination{display:flex;align-items:center;gap:9px}
.dashboard-sponsor-pagination button{min-height:34px;border:1px solid var(--dash-line);border-radius:3px;background:var(--dash-panel-2);color:var(--dash-text);padding:5px 9px;cursor:pointer}
.dashboard-sponsor-pagination button:disabled{opacity:.5;cursor:not-allowed}
.dashboard-sponsor-pagination span{color:var(--dash-muted);font-size:12px}

.dashboard-budget{grid-column:3;grid-row:1}
.dashboard-budget-bars{display:grid;gap:16px;margin-top:24px}
.dashboard-budget-row{display:grid;grid-template-columns:110px 1fr;gap:10px;align-items:center}
.dashboard-budget-row .dashboard-bar{height:18px}
.dashboard-budget-row:nth-child(2) i{background:var(--dash-amber)}
.dashboard-budget-row:nth-child(3) i{background:var(--dash-green)}

.dashboard-results{grid-column:3;grid-row:2}
.dashboard-result-list{display:grid;gap:7px}
.dashboard-result{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;border-bottom:1px solid var(--dash-line);padding:8px 0}
.dashboard-result strong{font-variant-numeric:tabular-nums;color:var(--dash-cyan)}
.dashboard-drilldown{min-width:0;border-bottom:1px solid var(--dash-line)}
.dashboard-drilldown>.dashboard-result{border-bottom:0;cursor:pointer;list-style:none}
.dashboard-drilldown>.dashboard-result::-webkit-details-marker{display:none}
.dashboard-drilldown>.dashboard-result span:after{content:' ▸';color:var(--dash-cyan)}
.dashboard-drilldown[open]>.dashboard-result span:after{content:' ▾'}
.dashboard-drilldown-table{width:100%;table-layout:fixed;margin:4px 0 10px}
.dashboard-drilldown-table th,.dashboard-drilldown-table td{min-width:0;vertical-align:top;white-space:normal;overflow-wrap:anywhere}
.dashboard-drilldown-table td:last-child,.dashboard-drilldown-table th:last-child{text-align:right;white-space:nowrap}
.dashboard-cargo-scroll{width:100%;margin:4px 0 10px;padding-bottom:5px;overflow-x:scroll;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-gutter:stable;scrollbar-color:var(--dash-cyan) #132432;scrollbar-width:auto;touch-action:pan-x}
.dashboard-cargo-scroll:focus-visible{outline:3px solid #fff;outline-offset:2px}
.dashboard-cargo-scroll::-webkit-scrollbar{height:12px}
.dashboard-cargo-scroll::-webkit-scrollbar-track{background:#132432}
.dashboard-cargo-scroll::-webkit-scrollbar-thumb{border:2px solid #132432;border-radius:6px;background:var(--dash-cyan)}
.dashboard-cargo-table{min-width:720px;margin:0}
.dashboard-cargo-table th:nth-child(1){width:24%}
.dashboard-cargo-table th:nth-child(2){width:25%}
.dashboard-cargo-table th:nth-child(3){width:31%}
.dashboard-cargo-table th:nth-child(4){width:20%}

.dashboard-fleet{grid-template-columns:minmax(210px,.62fr) minmax(420px,1.55fr) minmax(260px,.78fr);align-items:start}
.dashboard-fleet-map{grid-column:2;grid-row:1}
.dashboard-aircraft-strip{grid-column:1;grid-row:1;display:grid;grid-template-columns:1fr;gap:12px;align-content:start}
.dashboard-fleet-missions{grid-column:1/-1;grid-row:2}
.dashboard-fleet-executed{grid-column:1/-1;grid-row:3}
.dashboard-empty-legs-panel{grid-column:1/-1;grid-row:4}
.dashboard-fleet-calendar{grid-column:3;grid-row:1}
.dashboard-aircraft-card{background:var(--dash-panel-2);border-top:3px solid var(--dash-cyan);padding:10px 12px}
.dashboard-aircraft-card-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.dashboard-aircraft-card h3{margin:0;font-size:22px}
.dashboard-aircraft-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.dashboard-aircraft-metrics strong{display:block;font-size:18px}
.dashboard-aircraft-metrics span{color:var(--dash-muted);font-size:11px}
.dashboard-status{display:inline-flex;margin-top:9px;padding:4px 8px;border:1px solid currentColor;border-radius:3px;color:var(--dash-green);font-size:12px;font-weight:800}
.dashboard-status.warn{color:var(--dash-amber)}
.dashboard-status.critical{color:var(--dash-red)}
.dashboard-aircraft-card-heading .dashboard-status{flex:0 0 auto;margin:0}

.dashboard-table{width:100%;border-collapse:collapse;font-size:12px}
.dashboard-table th,.dashboard-table td{padding:8px;border-bottom:1px solid var(--dash-line);text-align:left}
.dashboard-table th{color:#8fa7b8;text-transform:uppercase;font-size:10px}
.dashboard-executed-row{background:rgba(19,54,75,.34)}
.dashboard-executed-warning{display:block;margin-top:4px;color:var(--dash-amber);font-weight:800}
.dashboard-empty{padding:28px;color:var(--dash-muted);text-align:center}
.dashboard-opportunity-table-wrap{margin-top:10px;overflow:auto}
.dashboard-opportunity-row{cursor:pointer;transition:background .15s ease}
.dashboard-opportunity-row:hover,.dashboard-opportunity-row:focus-visible{background:#173145;outline:2px solid var(--dash-cyan);outline-offset:-2px}
.dashboard-opportunity-row strong{color:#dff7ff}
.dashboard-missions-table-wrap{width:100%;max-height:460px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable both-edges;scrollbar-color:var(--dash-cyan) #132432;scrollbar-width:auto;touch-action:pan-x pan-y}
.dashboard-missions-table-wrap:focus-visible{outline:3px solid #fff;outline-offset:2px}
.dashboard-missions-table-wrap::-webkit-scrollbar{width:12px;height:12px}
.dashboard-missions-table-wrap::-webkit-scrollbar-track{background:#132432}
.dashboard-missions-table-wrap::-webkit-scrollbar-thumb{border:2px solid #132432;border-radius:6px;background:var(--dash-cyan)}
.dashboard-three-row-scroll{max-height:154px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-color:var(--dash-cyan) #132432;scrollbar-width:auto;touch-action:pan-x pan-y}
.dashboard-three-row-scroll::-webkit-scrollbar{width:12px;height:12px}
.dashboard-three-row-scroll::-webkit-scrollbar-track{background:#132432}
.dashboard-three-row-scroll::-webkit-scrollbar-thumb{border:2px solid #132432;border-radius:6px;background:var(--dash-cyan)}
.dashboard-three-row-scroll table{margin:0}
.dashboard-three-row-scroll tbody tr{height:40px}
.dashboard-expandable-panel.is-expanded .dashboard-three-row-scroll{max-height:none}
.dashboard-missions-table{min-width:980px}
.dashboard-missions-table thead th,.dashboard-opportunity-table thead th{position:sticky;top:0;z-index:2;background:#102536;box-shadow:0 1px 0 var(--dash-line)}
.dashboard-mission-today{background:rgba(22,163,74,.16)}
.dashboard-mission-today td:first-child{box-shadow:inset 4px 0 var(--dash-green)}
.dashboard-mission-future td:first-child{box-shadow:inset 4px 0 var(--dash-amber)}
.dashboard-mission-past{opacity:.84}
.dashboard-mission-detail-trigger{min-width:42px;border:1px solid var(--dash-cyan);border-radius:3px;background:#14354a;color:#fff;padding:5px 7px;font:inherit;font-weight:800;cursor:pointer}
.dashboard-mission-detail-trigger:not(:disabled):hover,.dashboard-mission-detail-trigger:not(:disabled):focus-visible{background:var(--dash-cyan);color:#071019;outline:2px solid #fff;outline-offset:2px}
.dashboard-mission-detail-trigger:disabled{border-color:#526674;background:#1b2b36;color:#91a0aa;cursor:not-allowed;opacity:.72}
.dashboard-mission-detail-row td{padding:12px;background:#0b1b27}
.dashboard-detail-header{display:flex;align-items:center;justify-content:space-between;gap:12px}
.dashboard-detail-header h3{margin:0;font-size:14px}
.dashboard-detail-header button{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--dash-line);border-radius:3px;background:#132432;color:#fff;font-size:20px;cursor:pointer}
.dashboard-mission-detail-list,.dashboard-mission-cargo-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:8px;margin:10px 0 0;padding:0;list-style-position:inside}
.dashboard-mission-detail-list li,.dashboard-mission-cargo-list>div{padding:9px;background:var(--dash-panel-2)}
.dashboard-mission-detail-list strong,.dashboard-mission-detail-list span,.dashboard-mission-cargo-list strong,.dashboard-mission-cargo-list span{display:block}
.dashboard-mission-detail-list span,.dashboard-mission-cargo-list span{margin-top:3px;color:var(--dash-muted);font-size:11px}

.dashboard-map{position:relative;min-height:430px;background:radial-gradient(circle at 50% 44%,#153249,#09151f 68%)}
.dashboard-map svg{display:block;width:100%;height:430px}
.dashboard-map .state{fill:#0e2534;fill-rule:evenodd;stroke:#3a6075;stroke-width:.75;vector-effect:non-scaling-stroke;cursor:pointer;transition:fill .15s ease,stroke .15s ease}
.dashboard-map .state:hover,.dashboard-map .state:focus-visible{fill:#17445f;stroke:#7de7ff;outline:none}
.dashboard-map[data-level="national"] .state:hover,.dashboard-map[data-level="national"] .state:focus-visible{fill:#0e2534;stroke:#3a6075}
.dashboard-map[data-level="national"] .state.is-region-hover{fill:#17445f;stroke:#7de7ff}
.dashboard-map[data-level="state"] .state{cursor:default}
.dashboard-map .state.is-selected{fill:#123249;stroke:#7de7ff;stroke-width:1.4}
.dashboard-map .route-actual,.dashboard-map .route-planned{fill:none;stroke-width:2;vector-effect:non-scaling-stroke;transition:opacity .16s ease,filter .16s ease}
.dashboard-map .route-actual{stroke:var(--dash-green)}
.dashboard-map .route-planned{stroke:var(--dash-magenta);stroke-dasharray:8 6}
.dashboard-map[data-destination-focus] .route-actual,.dashboard-map[data-destination-focus] .route-planned{opacity:.26}
.dashboard-map .route-actual.is-destination-focused,.dashboard-map .route-planned.is-destination-focused{opacity:1;filter:drop-shadow(0 0 2px currentColor)}
.dashboard-map-airport{cursor:pointer;outline:none}
.dashboard-map .airport{fill:#fff;stroke:var(--dash-green);stroke-width:2;vector-effect:non-scaling-stroke;transition:stroke .15s ease,stroke-width .15s ease,filter .15s ease}
.dashboard-map-airport:hover .airport,.dashboard-map-airport:focus .airport,.dashboard-map-airport.is-destination-focused .airport{stroke:var(--dash-green);stroke-width:2.8;filter:drop-shadow(0 0 2px var(--dash-green))}
.dashboard-map text{fill:#dff7ff;font-size:10px;paint-order:stroke;stroke:#071019;stroke-width:2px;stroke-linejoin:round}
.dashboard-map .airport-label{font-size:10px;pointer-events:visiblePainted;transition:fill .15s ease}
.dashboard-map-airport:hover .airport-label,.dashboard-map-airport:focus .airport-label,.dashboard-map-airport.is-destination-focused .airport-label{fill:#fff}
.dashboard-map-note{position:absolute;z-index:3;top:12px;left:12px;display:grid;gap:7px;color:#dff7ff;font-size:12px;background:rgba(7,16,25,.88);padding:8px 10px}
.dashboard-map-note span{display:flex;align-items:center;gap:6px}
.dashboard-map-note i{display:block;width:24px;height:0;border-top:2px solid var(--dash-green)}
.dashboard-map-note i.planned{border-top-color:var(--dash-magenta);border-top-style:dashed}
.dashboard-map-empty{position:absolute;z-index:2;top:76px;left:50%;width:min(360px,calc(100% - 24px));transform:translateX(-50%);padding:10px;background:rgba(7,16,25,.92);color:#dff7ff;text-align:center;box-shadow:0 0 0 1px var(--dash-line)}
.dashboard-map-planned-empty{position:absolute;z-index:2;top:76px;left:12px;max-width:min(300px,calc(100% - 24px));padding:6px 8px;background:rgba(7,16,25,.9);color:#dff7ff;font-size:12px;box-shadow:0 0 0 1px var(--dash-line)}
.dashboard-map-destination-detail{position:absolute;z-index:5;top:12px;right:12px;width:min(340px,calc(100% - 152px));max-height:calc(100% - 24px);overflow:auto;border:1px solid var(--dash-line);background:rgba(11,24,35,.97);box-shadow:0 16px 38px rgba(0,0,0,.58);overscroll-behavior:contain}
.dashboard-map-destination-detail>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px;border-bottom:1px solid var(--dash-line)}
.dashboard-map-destination-detail h3{margin:0;font-size:14px}
.dashboard-map-destination-detail header button{flex:0 0 32px;width:32px;height:32px;border:1px solid var(--dash-line);border-radius:3px;background:var(--dash-panel-2);color:#fff;font-size:20px;line-height:1;cursor:pointer}
.dashboard-map-destination-detail header button:hover,.dashboard-map-destination-detail header button:focus-visible{border-color:var(--dash-green);outline:2px solid #fff;outline-offset:1px}
.dashboard-map-destination-table-wrap{max-height:310px;overflow:auto;overscroll-behavior:contain}
.dashboard-map-destination-table{width:100%;margin:0}
.dashboard-map-destination-table th{position:sticky;top:0;z-index:1;background:#132432}
.dashboard-map-destination-detail .dashboard-empty{margin:10px;min-height:88px}

.dashboard-fleet-calendar .dashboard-panel-body{min-height:460px}
.dashboard-calendar-wrap{min-width:0;min-height:460px}
.dashboard-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}
.dashboard-calendar-head{color:#8fa7b8;font-size:10px;text-align:center}
.dashboard-day{min-height:74px;border:1px solid var(--dash-line);padding:5px;background:transparent;color:inherit;font:inherit;font-size:10px;text-align:left;overflow:hidden;cursor:pointer}
.dashboard-day:hover,.dashboard-day:focus-visible{border-color:var(--dash-cyan);background:#173145;outline:2px solid var(--dash-cyan);outline-offset:-2px}
.dashboard-day.is-today{border-color:var(--dash-green);box-shadow:inset 0 0 0 2px var(--dash-green);background:rgba(22,163,74,.13)}
.dashboard-day.is-selected{border-color:#fff;background:#174d64}
.dashboard-day strong{display:block}
.dashboard-day i{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--dash-cyan);margin:4px 3px 0 0;vertical-align:top}
.dashboard-day i.future{background:var(--dash-amber)}
.dashboard-day i.executed{background:var(--dash-green)}
.dashboard-calendar-counts{display:flex;gap:4px;align-items:center;margin-top:4px;font-size:9px;font-weight:900;font-variant-numeric:tabular-nums}
.dashboard-calendar-counts span{display:none}
.dashboard-calendar-counts .planned:not(:empty),.dashboard-calendar-counts .executed:not(:empty){display:inline-flex;align-items:center;min-height:14px;padding:0 3px;border-radius:2px}
.dashboard-calendar-counts .planned{color:#1d1200;background:var(--dash-amber)}
.dashboard-calendar-counts .executed{color:#032414;background:var(--dash-green)}
.dashboard-calendar-detail{height:460px;box-sizing:border-box;padding:12px;border:1px solid var(--dash-line);background:#0b1b27;overflow:auto;overscroll-behavior:contain}
.dashboard-calendar-detail>section+section{margin-top:16px}
.dashboard-calendar-detail h4{margin:0 0 7px;font-size:12px;color:var(--dash-muted);text-transform:uppercase}
.dashboard-calendar-detail-summary{margin:3px 0 0;color:var(--dash-muted);font-size:12px}
.dashboard-calendar-detail-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:8px;margin-top:10px}
.dashboard-calendar-detail-list article{display:grid;gap:4px;padding:10px;background:var(--dash-panel-2)}
.dashboard-calendar-detail-list .dashboard-calendar-flight{border-left:3px solid var(--dash-amber)}
.dashboard-calendar-detail-list .dashboard-calendar-flight-executed{border-left-color:var(--dash-green)}
.dashboard-calendar-flight>b{font-size:10px;letter-spacing:.04em;text-transform:uppercase;color:var(--dash-muted)}
.dashboard-calendar-detail-list span,.dashboard-calendar-detail-list small{color:var(--dash-muted)}
.dashboard-calendar-detail .dashboard-detail-header button{width:auto;min-width:68px;padding:6px 10px;font-size:12px}
.dashboard-calendar-panel-heading{gap:10px}
.dashboard-calendar-month-nav{display:flex;align-items:center;gap:6px}
.dashboard-calendar-month-nav h2{min-width:68px;margin:0;text-align:center;font-variant-numeric:tabular-nums}
.dashboard-calendar-month-nav button{display:grid;place-items:center;width:34px;height:34px;min-height:34px;padding:0;border:1px solid var(--dash-line);border-radius:3px;background:#132432;color:#fff;font-size:22px;line-height:1;cursor:pointer}
.dashboard-calendar-month-nav button:hover,.dashboard-calendar-month-nav button:focus-visible{border-color:var(--dash-cyan);background:#174d64;outline:2px solid #fff;outline-offset:1px}

.dashboard-crew{grid-template-columns:1fr;align-items:start}
.dashboard-crew-kpis,.dashboard-crew-timeline{grid-column:1/-1}
.dashboard-crew-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.dashboard-crew-lower{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start;min-width:0}
.dashboard-crew-roster-panel{width:100%;min-width:0}
.dashboard-crew-side{display:grid;gap:12px;min-width:0}
.dashboard-timeline{overflow-x:auto;overflow-y:hidden;max-width:100%;scroll-behavior:smooth;overscroll-behavior-x:contain;cursor:grab;touch-action:pan-x pan-y;scrollbar-color:var(--dash-cyan) #132432;scrollbar-width:thin}
.dashboard-timeline:focus-visible{outline:3px solid #fff;outline-offset:2px}
.dashboard-timeline.is-dragging{cursor:grabbing;scroll-behavior:auto;user-select:none}
.dashboard-timeline.is-restoring{scroll-behavior:auto}
.dashboard-timeline-grid{display:grid;grid-template-columns:120px repeat(var(--timeline-days,56),52px);width:max-content;min-width:100%}
.dashboard-timeline-grid>div{min-height:35px;border-right:1px solid #23394a;border-bottom:1px solid #23394a;padding:5px;box-sizing:border-box;font-size:10px}
.dashboard-timeline-grid .sticky{position:sticky;left:0;z-index:3;background:#132432;font-weight:800}
.dashboard-timeline-date{display:grid;place-items:center;gap:1px;color:var(--dash-muted);font-variant-numeric:tabular-nums}
.dashboard-timeline-date span{color:var(--dash-green);font-size:8px;font-weight:900;text-transform:uppercase}
.dashboard-timeline-date.is-today,.dashboard-timeline-cell.is-today{box-shadow:inset 2px 0 var(--dash-green),inset -2px 0 var(--dash-green);background:#17382f}
.dashboard-timeline-event{background:#174d64!important;color:#fff}
.dashboard-timeline-event.reserve{background:#725322!important}
.dashboard-timeline-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:8px}
.dashboard-timeline-nav .dashboard-nav{margin:0}
.dashboard-list{display:grid;gap:7px}
.dashboard-list-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px;background:var(--dash-panel-2);font-size:12px}
.dashboard-alert{border-left:3px solid var(--dash-amber)}

.dashboard-crew-summary{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.dashboard-crew-summary span{padding:6px 9px;background:var(--dash-panel-2);color:var(--dash-muted);font-size:11px}
.dashboard-crew-summary strong{color:var(--dash-text);font-variant-numeric:tabular-nums}

.dashboard-qualification-wrap{width:100%;min-width:0;max-width:100%;max-height:430px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable both-edges;scrollbar-color:var(--dash-cyan) #132432;scrollbar-width:auto;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}
.dashboard-qualification-wrap:focus-visible{outline:3px solid #fff;outline-offset:2px}
.dashboard-qualification-wrap::-webkit-scrollbar{width:12px;height:12px}
.dashboard-qualification-wrap::-webkit-scrollbar-track{background:#132432}
.dashboard-qualification-wrap::-webkit-scrollbar-thumb{border:2px solid #132432;border-radius:6px;background:var(--dash-cyan)}
.dashboard-qualification-table{width:100%;min-width:620px;table-layout:fixed}
.dashboard-qualification-table th,.dashboard-qualification-table td{box-sizing:border-box;min-width:0;white-space:normal;overflow-wrap:anywhere}
.dashboard-qualification-table thead th{position:sticky;top:0;z-index:2;background:#132432}
.dashboard-qualification-table th:first-child{width:34%}
.dashboard-qualification-table th:not(:first-child){width:33%}
.dashboard-qualification-table th:not(:first-child),.dashboard-qualification-table td{text-align:center}
.dashboard-roster-count{width:42px;min-height:34px;border:1px solid #3489ad;border-radius:4px;background:#123e57;color:#fff;font-weight:900;cursor:pointer}
.dashboard-roster-count:hover,.dashboard-roster-count[aria-expanded="true"]{border-color:var(--dash-green);background:#17643f}
.dashboard-roster-count:disabled{border-color:#334a59;background:#192a36;color:#617585;cursor:not-allowed}
.dashboard-roster-modal-open{overflow:hidden}
.dashboard-roster-modal{position:fixed;inset:0;z-index:13000;display:grid;place-items:center;padding:20px;background:rgba(2,8,14,.78)}
.dashboard-roster-dialog{display:flex;flex-direction:column;width:min(1360px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:hidden;border:1px solid var(--dash-line);border-radius:6px;background:var(--dash-panel);color:var(--dash-text);box-shadow:0 24px 70px rgba(0,0,0,.75)}
.dashboard-roster-dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px;border-bottom:1px solid var(--dash-line)}
.dashboard-roster-dialog>header h2{margin:0;font-size:20px}
.dashboard-roster-dialog>header p{margin:4px 0 0;color:var(--dash-muted);font-size:12px}
.dashboard-roster-dialog>header button{flex:0 0 38px;width:38px;height:38px;border:1px solid var(--dash-line);border-radius:4px;background:var(--dash-panel-2);color:var(--dash-text);font-size:24px;line-height:1;cursor:pointer}
.dashboard-roster-dialog>header button:hover,.dashboard-roster-dialog>header button:focus-visible{border-color:var(--dash-cyan);outline:2px solid var(--dash-text);outline-offset:1px}
.dashboard-roster-table-wrap{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain}
.dashboard-roster-table{min-width:1160px;table-layout:fixed}
.dashboard-roster-table thead th{position:sticky;top:0;z-index:2;background:var(--dash-panel-2)}
.dashboard-roster-table td{vertical-align:top}
.dashboard-roster-table th:nth-child(1){width:20%}
.dashboard-roster-table th:nth-child(2){width:12%}
.dashboard-roster-table th:nth-child(3){width:14%}
.dashboard-roster-table th:nth-child(4){width:19%}
.dashboard-roster-table th:nth-child(5){width:21%}
.dashboard-roster-table th:nth-child(6){width:14%}
.dashboard-roster-table td{overflow-wrap:anywhere}
.dashboard-roster-lines{display:grid;gap:6px}
.dashboard-roster-lines span{display:block;min-width:0;overflow-wrap:anywhere}
.dashboard-roster-lines b{color:var(--dash-muted);font-weight:800}
.dashboard-roster-progression strong,.dashboard-roster-progression small{display:block}
.dashboard-roster-progression small,.dashboard-roster-pending{color:var(--dash-muted);font-size:11px}
.dashboard-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:9px}
.dashboard-detail-header h3{margin:0}
.dashboard-detail-header button{flex:0 0 32px;width:32px;height:32px;border:1px solid var(--dash-line);border-radius:4px;background:#142432;color:#fff;font-size:20px;font-weight:900;cursor:pointer}
.dashboard-crew-detail-list{display:grid;gap:7px}
.dashboard-crew-detail-person{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) minmax(0,.9fr);gap:8px;padding:8px;background:var(--dash-panel-2);border-left:3px solid var(--dash-cyan)}
.dashboard-crew-detail-person div{min-width:0}
.dashboard-crew-detail-person span,.dashboard-crew-detail-person strong,.dashboard-crew-detail-person small{display:block;overflow-wrap:anywhere}
.dashboard-crew-detail-person span{margin-bottom:3px;color:var(--dash-muted);font-size:9px;font-weight:900;text-transform:uppercase}
.dashboard-crew-detail-person strong{color:var(--dash-text);font-size:11px}
.dashboard-crew-detail-person small{margin-top:2px;color:var(--dash-cyan);font-size:10px}
.dashboard-crew-availability-detail{grid-template-columns:minmax(0,1.15fr) minmax(110px,.72fr) minmax(0,1fr) minmax(150px,1.1fr);border-left-color:var(--crew-status-color,var(--dash-cyan))}
.dashboard-crew-status-badge{display:inline-flex!important;align-items:center;width:max-content;max-width:100%;padding:4px 7px;border:1px solid var(--crew-status-color,var(--dash-cyan));border-radius:3px;background:var(--crew-status-bg,var(--dash-panel-2));color:var(--crew-status-text,var(--dash-text))!important}
.dashboard-crew-allocation-detail{display:grid;gap:8px;padding:9px;border-left:3px solid #4F46E5;background:var(--dash-panel-2)}
.dashboard-crew-allocation-detail>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.dashboard-crew-allocation-detail span,.dashboard-crew-allocation-detail strong,.dashboard-crew-allocation-detail small{display:block;overflow-wrap:anywhere}
.dashboard-crew-allocation-detail span{margin-bottom:3px;color:var(--dash-muted);font-size:9px;font-weight:900;text-transform:uppercase}
.dashboard-crew-allocation-detail>header small{margin-top:2px;color:var(--dash-cyan);font-size:10px}
.dashboard-crew-allocation-list{display:grid;gap:6px}
.dashboard-crew-allocation-list section{display:grid;grid-template-columns:minmax(130px,.9fr) minmax(150px,1fr) minmax(170px,1.2fr) minmax(170px,1.1fr);gap:8px;padding:8px;border:1px solid var(--dash-line);background:#0f202d}
.dashboard-crew-person-detail{width:min(760px,calc(100vw - 48px));min-width:0}
.dashboard-crew-kpis{align-items:start}
.dashboard-crew-kpis .dashboard-kpi-stack{min-width:0;align-self:start}
.dashboard-crew-kpis .dashboard-kpi-detail{top:calc(100% + 8px)}
.dashboard-crew-kpis .dashboard-kpi-stack:nth-child(2) .dashboard-kpi-detail{left:50%;transform:translateX(-50%)}
.dashboard-crew-kpis .dashboard-kpi-stack:nth-child(3) .dashboard-kpi-detail{right:0;left:auto}

.dashboard-compliance-alerts{display:grid;gap:7px;max-height:310px;overflow:auto}
.dashboard-compliance-alert{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:8px;border-left:3px solid var(--dash-amber);background:var(--dash-panel-2);font-size:11px}
.dashboard-compliance-alert.expired{border-left-color:var(--dash-red)}
.dashboard-compliance-alert>div:last-child{text-align:right}
.dashboard-compliance-alert strong,.dashboard-compliance-alert span,.dashboard-compliance-alert time{display:block}
.dashboard-compliance-alert span,.dashboard-compliance-alert time{margin-top:3px;color:var(--dash-muted)}
.dashboard-compliance-alert.expired>div:last-child strong{color:var(--dash-red)}
.dashboard-compliance-alert.upcoming>div:last-child strong{color:var(--dash-amber)}

@media(max-width:1250px){.dashboard-crew{grid-template-columns:1fr 1fr}
}

@media(max-width:1180px){.dashboard-fleet{grid-template-columns:1fr;grid-template-rows:auto}
.dashboard-fleet-map,.dashboard-aircraft-strip,.dashboard-fleet-missions,.dashboard-fleet-executed,.dashboard-empty-legs-panel,.dashboard-fleet-calendar{grid-column:1;grid-row:auto}
.dashboard-aircraft-strip{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
}

@media(max-width:1050px){.dashboard-operational{grid-template-columns:1fr 1fr;grid-template-rows:auto}
.dashboard-operational>[data-dashboard-expandable="annual-plan"],.dashboard-flight-types-panel{grid-column:auto;grid-row:auto}
.dashboard-sponsor-panel{grid-column:1/-1;grid-row:auto}
.dashboard-kpis{grid-row:auto;grid-column:1/3;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto;align-self:start}
.dashboard-kpi-detail{top:calc(100% + 8px);left:0}
.dashboard-kpi-stack:nth-child(3n) .dashboard-kpi-detail{right:0;left:auto}
.dashboard-budget,.dashboard-results{grid-column:auto;grid-row:auto}
.dashboard-crew-lower{grid-template-columns:1fr}
}

@media(max-width:720px){.startup-dashboard-card{border-radius:10px}
.dashboard-card-main{border-radius:10px}
.dashboard-card-zone{border-radius:6px}
.dashboard-page{padding:8px}
.dashboard-topbar{align-items:stretch}
.dashboard-brand,.dashboard-control,.dashboard-period-range{flex:1 1 100%;width:100%;min-width:0}
.dashboard-filter-reset{width:100%}
.dashboard-period-range .date-range-control{width:100%}
.dashboard-period-range .date-range-display{grid-column:1/-1}
.dashboard-period-range .date-range-open{grid-column:2}
.dashboard-period-range .date-range-clear{grid-column:3}
.dashboard-control select,.dashboard-control input{width:100%}
.dashboard-operational,.dashboard-fleet,.dashboard-crew{grid-template-columns:1fr}
.dashboard-kpis,.dashboard-crew-kpis{grid-column:auto;grid-template-columns:1fr 1fr}
.dashboard-crew-kpis{grid-template-columns:1fr}
.dashboard-kpi-stack.expanded{grid-column:auto}
.dashboard-kpi-detail{position:fixed;top:50%;right:auto;left:50%;width:calc(100vw - 24px);max-height:calc(100vh - 32px);transform:translate(-50%,-50%)}
.dashboard-kpi-stack:nth-child(3n) .dashboard-kpi-detail{right:auto;left:50%}
.dashboard-crew-kpis .dashboard-kpi-stack:nth-child(2) .dashboard-kpi-detail,.dashboard-crew-kpis .dashboard-kpi-stack:nth-child(3) .dashboard-kpi-detail{right:auto;left:50%;transform:translate(-50%,-50%)}
.dashboard-crew-timeline,.dashboard-crew-alerts-panel{grid-column:auto}
.dashboard-budget,.dashboard-results,.dashboard-map,.dashboard-fleet-map,.dashboard-fleet-missions,.dashboard-fleet-executed,.dashboard-fleet-calendar,.dashboard-aircraft-strip,.dashboard-empty-legs-panel{grid-column:auto;grid-row:auto}
.dashboard-sponsor-panel{grid-column:1;grid-row:auto}
.dashboard-sponsor-bar-row{grid-template-columns:minmax(92px,34%) minmax(52px,1fr) minmax(92px,auto)}
.dashboard-flight-types-panel.is-expanded .dashboard-panel-body{overflow:auto}
.dashboard-flight-types-panel.is-expanded .dashboard-flight-types{grid-template-columns:minmax(180px,min(56vh,520px));grid-template-rows:auto auto;align-content:center;height:auto;min-height:100%;gap:18px}
.dashboard-flight-types-panel.is-expanded .dashboard-flight-types-chart{width:min(56vh,78vw,520px)}
.dashboard-aircraft-strip{grid-template-columns:1fr}
.dashboard-day{min-height:52px}
.dashboard-map-empty{top:116px}
.dashboard-map-planned-empty{top:86px;left:8px;max-width:calc(100% - 16px);font-size:11px}
.dashboard-map-note{top:8px;left:8px;font-size:11px;padding:6px 8px}
.dashboard-map-destination-detail{top:auto;right:8px;bottom:8px;width:calc(100% - 16px);max-height:min(300px,58%)}
.dashboard-qualification-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.dashboard-qualification-table,.dashboard-qualification-table tbody{display:block;width:100%}
.dashboard-qualification-table{min-width:0}
.dashboard-qualification-table tbody{display:grid;gap:8px}
.dashboard-qualification-table tbody tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border:1px solid var(--dash-line);background:var(--dash-panel-2)}
.dashboard-qualification-table tbody th{grid-column:1/-1;width:auto;padding:9px;color:var(--dash-text);font-size:12px;text-align:left}
.dashboard-qualification-table tbody td{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;text-align:left}
.dashboard-qualification-table tbody td:before{content:attr(data-model-label);color:var(--dash-muted);font-size:10px;font-weight:800;text-transform:uppercase}
.dashboard-crew-detail-person{grid-template-columns:1fr}
.dashboard-crew-allocation-list section{grid-template-columns:1fr}
.dashboard-expandable-panel.is-expanded{inset:4px;padding:10px}
.dashboard-expandable-panel.is-expanded .dashboard-map{min-height:calc(100vh - 76px)}
.dashboard-expandable-panel.is-expanded .dashboard-map svg{height:calc(100vh - 76px)}
.dashboard-sponsor-modal{padding:6px}
.dashboard-sponsor-dialog{width:calc(100vw - 12px);max-height:calc(100vh - 12px)}
.dashboard-sponsor-dialog>header{padding:12px}
.dashboard-sponsor-dialog>header h2{font-size:16px;overflow-wrap:anywhere}
.dashboard-sponsor-tools{display:grid;grid-template-columns:1fr;padding:10px 12px}
.dashboard-sponsor-tools label:first-child,.dashboard-sponsor-tools label:last-child{width:100%;flex:none}
.dashboard-sponsor-table{display:block;min-width:0;padding:8px}
.dashboard-sponsor-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.dashboard-sponsor-table tbody{display:grid;gap:10px}
.dashboard-sponsor-table tbody tr{display:grid;border:1px solid var(--dash-line);background:var(--dash-panel-2);padding:8px}
.dashboard-sponsor-table tbody td{display:grid;grid-template-columns:minmax(105px,.8fr) minmax(0,1.2fr);gap:8px;max-width:none!important;padding:6px;white-space:normal!important;text-align:left!important}
.dashboard-sponsor-table tbody td:before{content:attr(data-label);color:var(--dash-muted);font-size:10px;font-weight:800;text-transform:uppercase}
.dashboard-sponsor-dialog>footer{align-items:flex-start;flex-direction:column;padding:10px 12px}
.dashboard-sponsor-pagination{width:100%;justify-content:space-between}
.dashboard-roster-modal{padding:6px}
.dashboard-roster-dialog{width:calc(100vw - 12px);max-height:calc(100vh - 12px)}
.dashboard-roster-dialog>header{padding:12px}
.dashboard-roster-dialog>header h2{font-size:16px;overflow-wrap:anywhere}
.dashboard-roster-table{display:block;min-width:0;padding:8px}
.dashboard-roster-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.dashboard-roster-table tbody{display:grid;gap:10px}
.dashboard-roster-table tbody tr{display:grid;border:1px solid var(--dash-line);background:var(--dash-panel-2);padding:8px}
.dashboard-roster-table tbody td{display:grid;grid-template-columns:minmax(105px,.8fr) minmax(0,1.2fr);gap:8px;max-width:none!important;padding:6px;white-space:normal!important;text-align:left!important}
.dashboard-roster-table tbody td:before{content:attr(data-label);color:var(--dash-muted);font-size:10px;font-weight:800;text-transform:uppercase}
}

@media(prefers-reduced-motion:reduce){.dashboard-card-zone{transition:none}
}

@media(max-width:720px){
 .dashboard-sponsor-panel.is-expanded{inset:0;padding:12px}
}
