/* A bounded desktop canvas. Every override requires this version's marker. */
#root .app-shell .main-content:has(.institutional-cockpit-screen){background:var(--institutional-canvas,#e7eaed)}
#root .app-shell .executive-cockpit.institutional-cockpit-screen{--erc-blue:var(--brand-700,#0c7180);--erc-teal:var(--institutional-gold,#b48a48);--erc-gold:var(--institutional-navy-soft,#173d4c);--erc-ink:var(--institutional-ink,#243647);--erc-muted:var(--institutional-muted,#586a79);--erc-line:var(--institutional-line,#d0d7de);--erc-paper:var(--institutional-paper,#f8f9fa);display:flex;flex-direction:column;gap:12px;height:var(--rc-screen-height,calc(100dvh - 112px));min-height:0;max-width:none;min-width:0;margin:0;padding:16px;background:var(--institutional-canvas,#e7eaed);border:1px solid var(--institutional-line,#d0d7de);border-radius:12px;color:var(--institutional-ink,#243647);font-size:14px;line-height:1.45;box-sizing:border-box;overflow:visible}
#root .app-shell .institutional-cockpit-screen :is(h1,h2,h3,p,dl,dd,dt){margin:0}
#root .app-shell .institutional-cockpit-screen :is(button,select,input){font:inherit;font-size:14px;line-height:1.3;min-height:40px;box-sizing:border-box;border:1px solid var(--institutional-line,#d0d7de);border-radius:6px;background:var(--institutional-paper,#f8f9fa);color:var(--institutional-ink,#243647);box-shadow:none}
#root .app-shell .institutional-cockpit-screen button{cursor:pointer;padding:6px 10px;white-space:normal}
#root .app-shell .institutional-cockpit-screen button:hover:not(:disabled){background:var(--brand-100,#dceff0);color:var(--brand-700,#0c7180);border-color:var(--brand-600,#148c9b)}
#root .app-shell .institutional-cockpit-screen :is(button,select,summary):focus-visible{outline:3px solid var(--brand-600,#148c9b);outline-offset:2px}
#root .app-shell .institutional-cockpit-screen button:disabled{cursor:default;opacity:.6}
#root .app-shell .institutional-cockpit-screen :is(button svg,summary svg){width:16px;height:16px;flex:none;fill:none;stroke:currentColor;stroke-width:1.5}
#root .app-shell .institutional-cockpit-screen .erc-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex:none;min-width:0;background:none;border:0;border-bottom:2px solid var(--institutional-gold,#b48a48);border-radius:0;padding:0 0 10px;box-shadow:none;color:var(--institutional-navy,#0b2534)}
#root .app-shell .institutional-cockpit-screen .erc-heading{min-width:0}
#root .app-shell .institutional-cockpit-screen .erc-heading h1{font-size:clamp(21px,1.7vw,28px);font-weight:750;line-height:1.15;letter-spacing:.015em;color:var(--institutional-navy,#0b2534)}
#root .app-shell .institutional-cockpit-screen .erc-heading p{font-size:13px;line-height:1.35;margin-top:4px;color:var(--institutional-muted,#586a79)}
#root .app-shell .institutional-cockpit-screen .erc-heading p span{margin:0 8px}
#root .app-shell .institutional-cockpit-screen .erc-actions{display:flex;align-items:center;gap:7px;flex:none;flex-wrap:nowrap;position:relative}
#root .app-shell .institutional-cockpit-screen .erc-actions>button{display:inline-flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap}
#root .app-shell .institutional-cockpit-screen .erc-actions .erc-primary{color:#fff;background:var(--brand-700,#0c7180);border-color:var(--brand-700,#0c7180)}
#root .app-shell .institutional-cockpit-screen .erc-actions .erc-primary:hover{background:var(--institutional-navy-soft,#173d4c);color:#fff}
#root .app-shell .institutional-cockpit-screen .erc-filterbar{display:grid;grid-template-columns:minmax(100px,.7fr) minmax(190px,1.6fr) minmax(140px,1fr) minmax(140px,1fr);gap:14px;flex:none;padding:0;border:0;background:transparent;border-radius:0;margin:0;overflow:visible}
#root .app-shell .institutional-cockpit-screen .erc-filterbar label{display:flex;align-items:center;gap:9px;min-width:0;margin:0}
#root .app-shell .institutional-cockpit-screen .erc-filterbar label>span{flex:none;color:var(--institutional-muted,#586a79);font-size:14px;line-height:1.4}
#root .app-shell .institutional-cockpit-screen .erc-filterbar select{min-width:0;width:100%;padding:7px 26px 7px 10px;height:40px;text-overflow:ellipsis}
#root .app-shell .institutional-cockpit-screen .erc-filterbar.erc-filters-collapsed{display:none}
#root .app-shell .institutional-cockpit-screen .erc-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;flex:none;border:1px solid var(--institutional-line,#d0d7de);border-radius:8px;overflow:hidden;background:var(--institutional-paper,#f8f9fa);margin:0;padding:0;min-height:88px}
#root .app-shell .institutional-cockpit-screen .erc-kpis>button{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;padding:10px 14px;min-width:0;border:0;border-right:1px solid var(--institutional-line,#d0d7de);border-radius:0;background:transparent;text-align:left;height:auto;min-height:0;box-shadow:none}
#root .app-shell .institutional-cockpit-screen .erc-kpis>button:last-child{border-right:0}
#root .app-shell .institutional-cockpit-screen .erc-kpis>button>span{font-size:14px;color:var(--institutional-muted,#586a79)}
#root .app-shell .institutional-cockpit-screen .erc-kpis>button>strong{font-size:clamp(23px,2.2vw,36px);line-height:1;font-weight:750;color:var(--institutional-navy,#0b2534);font-variant-numeric:tabular-nums}
#root .app-shell .institutional-cockpit-screen .erc-kpis>button>strong em{font-size:13px;margin-left:5px;color:var(--institutional-muted,#586a79);font-weight:500}
#root .app-shell .institutional-cockpit-screen .erc-kpis>button>small{font-size:12px;line-height:1.25;color:var(--institutional-muted,#586a79);white-space:normal}
#root .app-shell .institutional-cockpit-screen .rc-screen-grid{flex:1;min-height:0;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:minmax(0,1.02fr) minmax(0,.98fr);gap:12px}
#root .app-shell .institutional-cockpit-screen .rc-screen-panel{display:flex;flex-direction:column;min-width:0;min-height:0;margin:0;padding:14px 16px 12px;border:1px solid var(--institutional-line,#d0d7de);border-radius:8px;background:var(--institutional-paper,#f8f9fa);overflow:visible;box-shadow:none}
#root .app-shell .institutional-cockpit-screen .rc-screen-trend{grid-column:span 6}
#root .app-shell .institutional-cockpit-screen .rc-screen-subjects{grid-column:span 3}
#root .app-shell .institutional-cockpit-screen .rc-screen-quality{grid-column:span 3}
#root .app-shell .institutional-cockpit-screen .rc-screen-schools{grid-column:span 6}
#root .app-shell .institutional-cockpit-screen .rc-screen-topics{grid-column:span 3}
#root .app-shell .institutional-cockpit-screen .rc-screen-progress{grid-column:span 3}
#root .app-shell .institutional-cockpit-screen .rc-screen-panel>header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;flex:none;margin:0 0 10px;padding:0;min-width:0;border:0;background:transparent}
#root .app-shell .institutional-cockpit-screen .rc-screen-panel>header>div{min-width:0}
#root .app-shell .institutional-cockpit-screen .rc-screen-panel h2{font-size:16px;line-height:1.2;font-weight:700;color:var(--institutional-navy,#0b2534);letter-spacing:0}
#root .app-shell .institutional-cockpit-screen .rc-screen-panel>header p{font-size:12px;line-height:1.3;color:var(--institutional-muted,#586a79);margin-top:4px}
#root .app-shell .institutional-cockpit-screen .rc-screen-panel>header>button{min-width:50px;min-height:32px;display:flex;align-items:center;gap:2px;border:0;background:transparent;color:var(--brand-700,#0c7180);font-size:14px;padding:0;white-space:nowrap;flex:none}
#root .app-shell .institutional-cockpit-screen .rc-screen-plot{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;justify-content:space-between}
#root .app-shell .institutional-cockpit-screen .erc-year-chart{height:100%;display:grid;grid-template-columns:30px minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;gap:8px;min-height:0;margin:0;padding:0}
#root .app-shell .institutional-cockpit-screen .erc-year-axis{display:flex;flex-direction:column;justify-content:space-between;font-size:12px;color:var(--institutional-muted,#586a79);padding-bottom:24px;min-height:0}
#root .app-shell .institutional-cockpit-screen .erc-year-bars{display:flex;align-items:stretch;justify-content:space-around;min-height:0;height:100%;padding:0;border-bottom:1px solid var(--institutional-line,#d0d7de);background:repeating-linear-gradient(to top,transparent 0,transparent calc(25% - 1px),var(--institutional-line,#d0d7de) 25%)}
#root .app-shell .institutional-cockpit-screen .erc-year-group{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px;min-height:0;flex:1;max-width:84px;padding:0 6px}
#root .app-shell .institutional-cockpit-screen .erc-year-group>div{display:flex;align-items:flex-end;justify-content:center;flex:1;width:100%;height:auto;min-height:0;gap:4px}
#root .app-shell .institutional-cockpit-screen .erc-year-group i{display:block;width:18%;max-width:20px;min-width:7px;min-height:2px;border-radius:3px 3px 0 0;position:relative}
#root .app-shell .institutional-cockpit-screen .erc-year-group>span{font-size:12px;line-height:1.2;color:var(--institutional-muted,#586a79);padding-bottom:2px}
#root .app-shell .institutional-cockpit-screen .erc-legend{display:flex;flex-wrap:wrap;gap:12px;grid-column:1/-1;margin:0;padding:0;line-height:1.2;font-size:12px;color:var(--institutional-muted,#586a79)}
#root .app-shell .institutional-cockpit-screen .erc-legend>span{display:inline-flex;align-items:center;gap:5px;font-size:12px;line-height:1.2}
#root .app-shell .institutional-cockpit-screen .erc-legend i{width:8px;height:8px;border-radius:2px;flex:none}
#root .app-shell .institutional-cockpit-screen .erc-bars{display:flex;flex-direction:column;justify-content:space-around;gap:5px;flex:1;min-height:0}
#root .app-shell .institutional-cockpit-screen .erc-bar-row{display:grid;grid-template-columns:minmax(48px,.75fr) minmax(30px,1fr) auto;column-gap:6px;row-gap:2px;align-items:center;width:100%;padding:3px 0;min-height:27px;border:0;border-radius:3px;background:transparent;text-align:left;min-width:0;opacity:1}
#root .app-shell .institutional-cockpit-screen .erc-bar-name{font-size:14px;line-height:1.2;color:var(--institutional-ink,#243647);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;min-width:0}
#root .app-shell .institutional-cockpit-screen .erc-bar-track{display:block;height:7px;background:var(--brand-100,#dceff0);border-radius:2px;position:relative;min-width:0}
#root .app-shell .institutional-cockpit-screen .erc-bar-track i{display:block;position:absolute;inset:0 auto 0 0;max-width:100%;border-radius:2px}
#root .app-shell .institutional-cockpit-screen .erc-bar-row>strong{font-size:14px;font-weight:650;color:var(--institutional-ink,#243647);text-align:right;white-space:nowrap}
#root .app-shell .institutional-cockpit-screen .erc-bar-row>strong small{font-size:11px;font-weight:400;margin-left:2px}
#root .app-shell .institutional-cockpit-screen .erc-bar-note{font-size:11px;line-height:1.2;color:var(--institutional-muted,#586a79);grid-column:2/-1;text-align:right}
#root .app-shell .institutional-cockpit-screen .rc-quality-lead{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
#root .app-shell .institutional-cockpit-screen .rc-quality-lead strong{font-size:clamp(27px,2.6vw,42px);line-height:1.1;font-weight:750;color:var(--brand-700,#0c7180);font-variant-numeric:tabular-nums}
#root .app-shell .institutional-cockpit-screen .rc-quality-lead span{font-size:12px;color:var(--institutional-muted,#586a79)}
#root .app-shell .institutional-cockpit-screen .rc-quality-track{height:7px;border-radius:2px;background:var(--brand-100,#dceff0);margin:9px 0}
#root .app-shell .institutional-cockpit-screen .rc-quality-track i{display:block;height:100%;background:var(--brand-700,#0c7180);border-radius:2px}
#root .app-shell .institutional-cockpit-screen .rc-quality-facts{display:grid;grid-template-columns:1fr 1fr;gap:8px}
#root .app-shell .institutional-cockpit-screen .rc-quality-facts dt{font-size:12px;color:var(--institutional-muted,#586a79)}
#root .app-shell .institutional-cockpit-screen .rc-quality-facts dd{font-size:20px;font-weight:650;color:var(--institutional-ink,#243647)}
#root .app-shell .institutional-cockpit-screen .rc-quality-facts small{font-size:12px;font-weight:400}
#root .app-shell .institutional-cockpit-screen .rc-quality-check{display:flex;align-items:center;justify-content:space-between;gap:4px;padding:4px 0;margin-top:8px;border:0;border-top:1px solid var(--institutional-line,#d0d7de);border-radius:0;background:none;min-height:32px;font-size:14px}
#root .app-shell .institutional-cockpit-screen .rc-quality-check strong{font-size:14px;color:var(--institutional-navy,#0b2534)}
#root .app-shell .institutional-cockpit-screen .rc-school-table{display:flex;flex-direction:column;min-height:0;height:100%;gap:6px}
#root .app-shell .institutional-cockpit-screen .rc-school-table table{width:100%;min-width:0;border-collapse:collapse;table-layout:fixed;font-size:13px;flex:1;margin:0}
#root .app-shell .institutional-cockpit-screen .rc-school-table :is(th,td){height:auto;padding:3px 8px;border:0;border-bottom:1px solid var(--institutional-line,#d0d7de);text-align:right;line-height:1.2;background:none;font-size:13px;color:var(--institutional-ink,#243647)}
#root .app-shell .institutional-cockpit-screen .rc-school-table th{font-size:12px;font-weight:600;color:var(--institutional-muted,#586a79);background:var(--institutional-canvas,#e7eaed)}
#root .app-shell .institutional-cockpit-screen .rc-school-table :is(th,td):first-child{width:41%;text-align:left}
#root .app-shell .institutional-cockpit-screen .rc-school-table td button{display:block;width:100%;text-align:left;padding:0;min-height:24px;line-height:1.25;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border:0;background:none;border-radius:0;color:var(--brand-700,#0c7180);font-size:14px}
#root .app-shell .institutional-cockpit-screen .rc-panel-note{font-size:11px;line-height:1.3;color:var(--institutional-muted,#586a79);margin-top:6px;flex:none}
#root .app-shell .institutional-cockpit-screen .rc-secondary-link{display:flex;align-items:center;justify-content:space-between;border:0;border-top:1px solid var(--institutional-line,#d0d7de);border-radius:0;background:none;color:var(--brand-700,#0c7180);font-size:14px;padding:6px 0;margin-top:8px;min-height:32px}
#root .app-shell .institutional-cockpit-screen .rc-outcome-links{display:flex;flex-direction:column;justify-content:space-around;flex:1;min-height:0}
#root .app-shell .institutional-cockpit-screen .rc-outcome-links button{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0;min-height:36px;background:none;border:0;border-bottom:1px solid var(--institutional-line,#d0d7de);border-radius:0;color:var(--institutional-ink,#243647);font-size:14px}
#root .app-shell .institutional-cockpit-screen .rc-outcome-links strong{font-size:21px;margin-left:auto;white-space:nowrap}
#root .app-shell .institutional-cockpit-screen .rc-outcome-links small{font-size:11px;font-weight:400}
#root .app-shell .institutional-cockpit-screen .erc-footer{display:flex;align-items:center;gap:12px;justify-content:space-between;flex:none;min-height:24px;margin:0;padding:0;color:var(--institutional-muted,#586a79);font-size:12px;border:0;background:none}
#root .app-shell .institutional-cockpit-screen .erc-footer>span:first-child{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}
#root .app-shell .institutional-cockpit-screen .erc-footer>span:nth-child(2){white-space:nowrap}
#root .app-shell .institutional-cockpit-screen .erc-footer button{border:0;background:none;color:var(--brand-700,#0c7180);padding:0;min-height:24px;font-size:14px;white-space:nowrap}
#root .app-shell .institutional-cockpit-screen .rc-analysis-menu{position:relative;z-index:5;font-size:14px}
#root .app-shell .institutional-cockpit-screen .rc-analysis-menu summary{display:flex;align-items:center;gap:5px;min-height:40px;box-sizing:border-box;padding:6px 10px;border:1px solid var(--institutional-line,#d0d7de);border-radius:6px;cursor:pointer;background:var(--institutional-paper,#f8f9fa);list-style:none;white-space:nowrap}
#root .app-shell .institutional-cockpit-screen .rc-analysis-menu summary::-webkit-details-marker{display:none}
#root .app-shell .institutional-cockpit-screen .rc-analysis-options{position:absolute;top:calc(100% + 6px);right:0;display:grid;grid-template-columns:1fr 1fr;gap:4px;width:380px;max-height:70dvh;overflow:auto;padding:10px;border:1px solid var(--institutional-line,#d0d7de);border-radius:8px;background:var(--institutional-paper,#f8f9fa);box-shadow:0 10px 28px #0b253422}
#root .app-shell .institutional-cockpit-screen .rc-analysis-options button{text-align:left;border:0;min-height:40px;font-size:14px}
#root .app-shell .institutional-cockpit-screen .erc-empty{display:flex;align-items:center;justify-content:center;flex:1;min-height:0;padding:12px;color:var(--institutional-muted,#586a79);font-size:14px;background:none}
#root .app-shell .institutional-cockpit-screen .erc-notice{position:absolute;right:26px;top:80px;z-index:8;max-width:480px;display:flex;align-items:center;gap:14px;padding:12px 16px;background:var(--brand-100,#dceff0);color:var(--institutional-navy,#0b2534);border:1px solid var(--brand-600,#148c9b);font-size:14px;border-radius:8px}
#root .app-shell .institutional-cockpit-screen .erc-inline-error{font-size:14px;flex:none;padding:8px 12px;background:#fff8ed;border:1px solid var(--institutional-gold,#b48a48);color:var(--institutional-ink,#243647);border-radius:6px}
#root .app-shell .institutional-cockpit-screen .erc-dialog{width:min(980px,90vw);max-height:88dvh;padding:20px;border:1px solid var(--institutional-line,#d0d7de);border-radius:10px;background:var(--institutional-paper,#f8f9fa);color:var(--institutional-ink,#243647);font-size:14px;overflow:auto}
#root .app-shell .institutional-cockpit-screen .erc-dialog:not([open]){display:none}
#root .app-shell .institutional-cockpit-screen .erc-dialog[open]{display:block}
#root .app-shell .institutional-cockpit-screen .erc-dialog::backdrop{background:#0b253466}
#root .app-shell .institutional-cockpit-screen .erc-dialog>header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:14px;border-bottom:1px solid var(--institutional-line,#d0d7de)}
#root .app-shell .institutional-cockpit-screen .erc-dialog h2{font-size:22px;color:var(--institutional-navy,#0b2534)}
#root .app-shell .institutional-cockpit-screen .erc-dialog :is(p,td,th,dt,dd){font-size:14px;line-height:1.5}
#root .app-shell .institutional-cockpit-screen .erc-dialog .erc-table-wrap{overflow:auto;margin-top:14px}
#root .app-shell .institutional-cockpit-screen .erc-dialog table{width:100%;border-collapse:collapse;font-size:14px}
#root .app-shell .institutional-cockpit-screen .erc-dialog :is(td,th){padding:10px;border-bottom:1px solid var(--institutional-line,#d0d7de);text-align:left}
#root .app-shell .institutional-cockpit-screen .erc-dialog .erc-definitions>div{padding:12px 0;border-bottom:1px solid var(--institutional-line,#d0d7de)}
#root .app-shell .institutional-cockpit-screen.erc-fullscreen{height:100dvh!important;width:100%;margin:0;border-radius:0;padding:22px;overflow:visible}
@media(min-width:1600px){#root .app-shell .institutional-cockpit-screen .rc-screen-panel{padding:18px 22px}#root .app-shell .institutional-cockpit-screen .rc-screen-panel h2{font-size:19px}#root .app-shell .institutional-cockpit-screen .rc-screen-panel>header p{font-size:14px}#root .app-shell .institutional-cockpit-screen .erc-bar-row{min-height:38px}#root .app-shell .institutional-cockpit-screen .erc-bar-name{font-size:14px}#root .app-shell .institutional-cockpit-screen .rc-school-table :is(th,td){font-size:14px;padding:5px 10px}#root .app-shell .institutional-cockpit-screen .rc-panel-note{font-size:13px}}
@media(max-width:1199px),(max-height:719px){#root .app-shell .executive-cockpit.institutional-cockpit-screen{height:auto;min-height:0;overflow:visible}#root .app-shell .institutional-cockpit-screen .rc-screen-grid{flex:none;grid-template-rows:repeat(3,minmax(245px,auto))}#root .app-shell .institutional-cockpit-screen .rc-screen-panel{grid-column:span 6}#root .app-shell .institutional-cockpit-screen .erc-header{flex-wrap:wrap}#root .app-shell .institutional-cockpit-screen .erc-year-chart{height:205px}#root .app-shell .institutional-cockpit-screen .erc-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}#root .app-shell .institutional-cockpit-screen .erc-kpis>button{border-bottom:1px solid var(--institutional-line,#d0d7de)}#root .app-shell .institutional-cockpit-screen.erc-fullscreen{overflow:auto}}
@media(max-width:680px){#root .app-shell .executive-cockpit.institutional-cockpit-screen{padding:12px;gap:10px}#root .app-shell .institutional-cockpit-screen .erc-actions{flex-wrap:wrap;gap:5px}#root .app-shell .institutional-cockpit-screen .erc-filterbar{grid-template-columns:1fr 1fr;gap:8px}#root .app-shell .institutional-cockpit-screen .erc-filterbar label{display:block}#root .app-shell .institutional-cockpit-screen .erc-filterbar label>span{display:block;margin-bottom:4px}#root .app-shell .institutional-cockpit-screen .rc-screen-grid{display:flex;flex-direction:column}#root .app-shell .institutional-cockpit-screen .rc-screen-panel{min-height:235px}#root .app-shell .institutional-cockpit-screen .erc-kpis>button{padding:10px}#root .app-shell .institutional-cockpit-screen .erc-kpis>button>strong{font-size:24px}#root .app-shell .institutional-cockpit-screen .rc-analysis-options{left:0;right:auto;width:min(340px,80vw)}#root .app-shell .institutional-cockpit-screen .erc-footer{flex-wrap:wrap}}

#root .app-shell .institutional-cockpit-screen .erc-kpis>button>svg{display:none}

/* Current DOM uses erc-years/erc-year-plot; keep the three series side by side. */
#root .app-shell .institutional-cockpit-screen .erc-filterbar{height:40px;min-height:40px;align-items:center}
#root .app-shell .institutional-cockpit-screen .erc-filterbar label{grid-column:auto;min-height:0;height:40px}
#root .app-shell .institutional-cockpit-screen .erc-filterbar select{max-width:none}
#root .app-shell .institutional-cockpit-screen .erc-kpis>button{gap:3px;padding:8px 14px}
#root .app-shell .institutional-cockpit-screen .erc-kpis>button>span{line-height:1.2}
#root .app-shell .institutional-cockpit-screen .erc-kpis>button>strong{font-size:clamp(23px,2vw,32px)}
#root .app-shell .institutional-cockpit-screen .erc-years{display:flex;flex-direction:column;min-height:0;height:100%;gap:8px}
#root .app-shell .institutional-cockpit-screen .erc-year-plot{flex:1;position:relative;min-height:0;height:auto;width:100%;margin:0 0 22px;padding:0}
#root .app-shell .institutional-cockpit-screen .erc-year-axis{position:absolute;left:0;top:0;bottom:0;width:30px;padding:0;display:block}
#root .app-shell .institutional-cockpit-screen .erc-year-axis>span{position:absolute;right:0;transform:translateY(50%);font-size:12px;line-height:1}
#root .app-shell .institutional-cockpit-screen .erc-year-grid{position:absolute;left:36px;right:0;top:0;bottom:0}
#root .app-shell .institutional-cockpit-screen .erc-year-grid>i{position:absolute;left:0;right:0;border-top:1px solid var(--institutional-line,#d0d7de);height:0}
#root .app-shell .institutional-cockpit-screen .erc-year-groups{position:absolute;left:42px;right:6px;top:0;bottom:0;display:flex;align-items:stretch;justify-content:space-around;height:auto;padding:0;margin:0;border:0}
#root .app-shell .institutional-cockpit-screen .erc-year-group{position:relative;display:flex;flex-direction:row;align-items:flex-end;justify-content:center;gap:5px;padding:0;flex:1;height:100%;max-width:78px}
#root .app-shell .institutional-cockpit-screen .erc-year-group i{flex:none;width:15px;max-width:15px;min-width:5px;min-height:0;position:static;border-radius:3px 3px 0 0}
#root .app-shell .institutional-cockpit-screen .erc-year-group>span{position:absolute;left:0;right:0;bottom:-22px;line-height:16px;text-align:center;padding:0}
#root .app-shell .institutional-cockpit-screen .erc-legend{flex:none;justify-content:flex-start;line-height:14px;min-height:14px;margin:0}
@media(max-width:1199px),(max-height:719px){#root .app-shell .institutional-cockpit-screen .erc-years{height:190px;min-height:190px}}
@media(max-width:680px){#root .app-shell .institutional-cockpit-screen .erc-filterbar{height:auto;min-height:0}#root .app-shell .institutional-cockpit-screen .erc-filterbar label{height:auto}}
#root .app-shell .institutional-cockpit-screen :is(.erc-heading h1,.rc-screen-panel h2){font-family:var(--font-formal-document,"Songti SC",STSong,SimSun,serif)}
#root .app-shell .institutional-cockpit-screen .rc-review-facts{display:grid;grid-template-columns:1fr 1fr;gap:12px 8px;align-content:space-around;flex:1}
#root .app-shell .institutional-cockpit-screen .rc-review-facts dt{font-size:12px;line-height:1.3;color:var(--institutional-muted,#586a79)}
#root .app-shell .institutional-cockpit-screen .rc-review-facts dd{font-size:24px;font-weight:650;line-height:1.3;color:var(--institutional-ink,#243647)}
#root .app-shell .institutional-cockpit-screen .rc-review-facts small{font-size:12px;font-weight:400}
#root .app-shell .institutional-cockpit-screen .rc-analysis-options button small{display:block;font-size:12px;color:var(--institutional-muted,#586a79)}
@media(min-width:1200px) and (max-height:850px){#root .app-shell .executive-cockpit.institutional-cockpit-screen{gap:8px;padding:12px}#root .app-shell .institutional-cockpit-screen .erc-header{padding-bottom:6px}#root .app-shell .institutional-cockpit-screen .erc-heading h1{font-size:21px}#root .app-shell .institutional-cockpit-screen .erc-filterbar{height:36px;min-height:36px}#root .app-shell .institutional-cockpit-screen .erc-filterbar label{height:36px}#root .app-shell .institutional-cockpit-screen .erc-filterbar select{height:36px;min-height:36px}#root .app-shell .institutional-cockpit-screen .erc-kpis{min-height:76px}#root .app-shell .institutional-cockpit-screen .erc-kpis>button{padding:6px 12px;gap:2px}#root .app-shell .institutional-cockpit-screen .erc-kpis>button>strong{font-size:26px}#root .app-shell .institutional-cockpit-screen .rc-screen-grid{gap:8px}#root .app-shell .institutional-cockpit-screen .rc-screen-panel{padding:10px 12px}#root .app-shell .institutional-cockpit-screen .rc-screen-panel>header{margin-bottom:7px}}

/* Projection readability: current viewport and native fullscreen use the same labels. */
@media(min-width:1600px){#root .app-shell .institutional-cockpit-screen :is(.erc-bar-note,.rc-quality-facts dt,.rc-quality-facts small,.rc-review-facts dt,.rc-review-facts small){font-size:14px}}
#root .app-shell .institutional-cockpit-screen.erc-fullscreen :is(.erc-bar-note,.rc-quality-facts dt,.rc-quality-facts small,.rc-review-facts dt,.rc-review-facts small){font-size:14px}

/* Wide, shorter desktop windows retain five real rows without reducing type. */
@media(min-width:1600px) and (max-height:1000px){
#root .app-shell .institutional-cockpit-screen .rc-screen-panel{padding:10px 12px}
#root .app-shell .institutional-cockpit-screen .rc-screen-subjects .erc-bar-row{min-height:24px;padding:0}
#root .app-shell .institutional-cockpit-screen .rc-screen-subjects .erc-bars{gap:4px}
#root .app-shell .institutional-cockpit-screen .rc-screen-schools>header>div{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}
#root .app-shell .institutional-cockpit-screen .rc-screen-schools>header p{margin:0}
#root .app-shell .institutional-cockpit-screen .rc-screen-schools>header{margin-bottom:4px}
#root .app-shell .institutional-cockpit-screen .rc-school-table{gap:2px}
#root .app-shell .institutional-cockpit-screen .rc-school-table :is(th,td){padding:0 10px}
#root .app-shell .institutional-cockpit-screen .rc-school-table td button{min-height:20px}
#root .app-shell .institutional-cockpit-screen .rc-school-table .rc-panel-note{margin:0}
}

/* The cockpit heading replaces the duplicate breadcrumb within this page only. */
#root .app-shell .main-content:has(.institutional-cockpit-screen){padding-top:8px;padding-bottom:24px}
#root .app-shell .main-content:has(.institutional-cockpit-screen)>.breadcrumb{display:none}
