body { margin: 0; background: var(--bg); color: var(--text); }
.wrap { max-width: 760px; margin: 0 auto; padding: 2.2rem 1.5rem 1rem; }
.crumb { display: inline-block; font-family: var(--font-sans); font-size: 0.82rem; color: var(--text-muted); text-decoration: none; margin-bottom: 1.1rem; }
.crumb:hover { color: var(--accent); }
.id__name { font-family: var(--font-serif); font-style: italic; font-size: 2.9rem; line-height: 1.04; margin: 0; letter-spacing: 0.005em; color: var(--text); }
.id__meta { font-family: var(--font-sans); font-size: 0.92rem; color: var(--text-muted); margin-top: 0.55rem; line-height: 1.5; }
.id__meta a { color: var(--accent); text-decoration: none; }
.id__meta a:hover { text-decoration: underline; }
.id__meta .dot { color: var(--text-dim); margin: 0 0.15rem; }
.id__grades { font-family: var(--font-sans); font-size: 0.95rem; color: var(--text); margin-top: 0.4rem; }
.id__grades strong { font-weight: 600; }
.id__gnote { color: var(--text-muted); font-weight: 400; }
.id__updated { font-family: var(--font-sans); font-size: 0.76rem; color: var(--text-dim); margin-top: 0.5rem; }
.id__closed { font-family: var(--font-sans); font-size: 0.82rem; color: var(--text-muted); font-weight: 500; margin-top: 0.45rem; }

/* School first read. This used to be injected into selected generated pages. */
.firstread { margin: 1.7rem 0 0.2rem; }
.firstread__k { margin: 0 0 0.2rem; font-family: var(--font-sans); font-size: 0.84rem; line-height: 1.3; text-transform: uppercase; letter-spacing: 0.09em; color: var(--text-dim); }
.firstread h2 { margin: 0 0 0.6rem; font-family: var(--font-prose); font-size: 1.55rem; line-height: 1.16; font-weight: 600; letter-spacing: -0.008em; color: var(--text); }
.firstread__contract { max-width: 72ch; margin: 0 0 0.62rem; font-family: var(--font-sans); font-size: 1rem; line-height: 1.46; color: var(--text-muted); }
.firstread__rows { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.firstread__row { display: grid; grid-template-columns: minmax(6.8rem, 0.2fr) minmax(0, 1fr) minmax(10rem, 0.24fr); gap: 0.8rem; align-items: start; padding: 0.68rem 0; border-bottom: 1px solid var(--border); }
.firstread__meta { min-width: 0; font-family: var(--font-sans); font-size: 0.96rem; line-height: 1.38; color: var(--text-dim); }
.firstread__meta strong { display: block; margin-bottom: 0.12rem; font-size: 1.05rem; color: var(--text); font-weight: 650; }
.firstread__meta span { display: block; }
.firstread__answer { min-width: 0; margin: 0; font-family: var(--font-prose); font-size: 1.08rem; line-height: 1.42; color: var(--text); }
.firstread__question { display: block; margin-bottom: 0.16rem; font-family: var(--font-sans); font-size: 1rem; line-height: 1.36; font-weight: 650; }
.firstread__note, .firstread__source { color: var(--text-muted); }
.firstread__proof { justify-self: start; font-family: var(--font-sans); font-size: 1.05rem; line-height: 1.4; font-weight: 600; color: var(--accent); text-underline-offset: 2px; }
.firstread__actions { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 0.16rem 0.8rem; }
.firstread__limits { max-width: 72ch; margin: 0.58rem 0 0; font-family: var(--font-sans); font-size: 1rem; line-height: 1.48; color: var(--text-dim); }
.firstread__insufficient { margin: 0.55rem 0 0; padding: 0.72rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); font-family: var(--font-prose); font-size: 1.08rem; line-height: 1.44; color: var(--text); }
.firstread__insufficient a { color: var(--accent); font-family: var(--font-sans); font-size: 1.05rem; font-weight: 600; text-underline-offset: 2px; }

/* Exact assessment records. */
.assessmentrecord { margin: 0.55rem 8.056% 0.95rem 7.222%; }
.assessmentrecord__scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.assessmentrecord table { width: 100%; min-width: 610px; border-collapse: collapse; font-family: var(--font-sans); font-size: 0.82rem; line-height: 1.35; }
.assessmentrecord caption { text-align: left; padding: 0 0 0.42rem; font-family: var(--font-prose); font-size: 0.9rem; line-height: 1.45; color: var(--text-muted); }
.assessmentrecord th, .assessmentrecord td { border-top: 1px solid var(--border); padding: 0.42rem 0.5rem 0.42rem 0; text-align: right; vertical-align: top; font-variant-numeric: tabular-nums; }
.assessmentrecord th:first-child, .assessmentrecord td:first-child { text-align: left; }
.assessmentrecord thead th { color: var(--text-dim); font-size: 0.68rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; }
.assessmentrecord tbody th { color: var(--text); font-weight: 550; white-space: nowrap; }
.assessmentrecord__cap, .assessmentrecord__suppressed, .assessmentrecord__absent { color: var(--text-muted); }
.assessmentrecord__source { margin: 0.38rem 0 0; font-family: var(--font-sans); font-size: 0.76rem; line-height: 1.45; color: var(--text-dim); }
.assessmentrecord__source a { color: var(--accent); text-underline-offset: 2px; }

.mod { margin: 3.6rem 0; }
.jump { display: flex; flex-wrap: wrap; gap: 0.15rem 0.9rem; margin: 0.6rem 0 0; padding: 0.65rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); font-family: var(--font-sans); font-size: 0.82rem; }
.jump a { color: var(--text-muted); text-decoration: none; white-space: nowrap; }
.jump a:hover { color: var(--accent); }
.mod__k { font-family: var(--font-sans); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.11em; color: var(--text-dim); margin-bottom: 0.25rem; }
.mod h2 { font-family: var(--font-prose); font-weight: 600; font-size: 1.78rem; line-height: 1.12; margin: 0 0 0.6rem; color: var(--text); letter-spacing: -0.008em; }
.mod__lede { font-family: var(--font-prose); font-size: 1.1rem; line-height: 1.56; color: var(--text); margin: 0 0 0.7rem; }
.mod__lede strong { font-weight: 600; }
.mod__lede a, .cap a { color: var(--accent); text-underline-offset: 2px; }
.cap { font-family: var(--font-sans); font-size: 0.76rem; color: var(--text-dim); line-height: 1.5; margin: 0.55rem 0 0; max-width: 62ch; overflow-wrap: anywhere; }
.cap.chart-cap { margin-left: 7.222%; margin-right: 8.056%; max-width: none; }
.profile-footnote { margin-top: 2.5rem; }

.chart { width: 100%; height: auto; display: block; margin: 0.5rem 0 0.1rem; font-family: var(--font-mono); }
.chart .grid { stroke: var(--border); stroke-width: 1; }
.chart .ylab { fill: var(--text-dim); font-size: 11px; text-anchor: end; }
.chart .xlab { fill: var(--text-dim); font-size: 11px; text-anchor: middle; }
.chart .axtitle { fill: var(--text-dim); font-size: 10px; text-anchor: start; font-family: var(--font-sans); text-transform: uppercase; letter-spacing: 0.05em; }
.chart .area { fill: var(--accent); opacity: 0.1; }
.chart .line { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linejoin: round; }
.chart .end { fill: var(--accent); }
.chart .endlab { fill: var(--text); font-size: 12px; text-anchor: middle; font-family: var(--font-sans); font-weight: 600; }
.chart .band { stroke: var(--bg); stroke-width: 1.75; }
.chart .split { stroke: var(--text); stroke-dasharray: 5 3; stroke-width: 1.25; opacity: 0.8; }
.chart .splitlab { fill: var(--text-muted); font-size: 11px; font-weight: 600; font-family: var(--font-sans); }
.chart .gband { stroke: var(--bg); stroke-width: 1.5; }
.chart .gband--other { fill: var(--text-dim); opacity: 0.28; }
.chart .glab { fill: var(--text-muted); font-family: var(--font-sans); font-size: 10px; }
.chart .glab--other { fill: var(--text-dim); }
.chart .cmpline { fill: none; stroke: var(--text-muted); stroke-width: 1.5; stroke-linejoin: round; opacity: 0.8; }
.chart .cmpline--alt { stroke: var(--text-dim); stroke-dasharray: 4 3; }
.chart .cmplab { font-size: 11px; font-weight: 600; font-family: var(--font-sans); }
.chart .complab { fill: var(--text); font-family: var(--font-sans); font-size: 11px; font-weight: 600; }
.chart .gap { fill: var(--text-dim); opacity: 0.09; }
.chart .gaplab { fill: var(--text-dim); font-size: 10px; text-anchor: middle; font-family: var(--font-sans); }
.chart .frlline { fill: none; stroke: var(--accent); stroke-width: 2; stroke-linejoin: round; }
.chart .frldot { fill: var(--accent); }
.chart .cautiondot { fill: var(--bg); stroke: var(--accent); stroke-width: 2; }
.chart .cautionmark { fill: var(--text-muted); font-size: 11px; text-anchor: middle; font-family: var(--font-sans); font-weight: 700; }
.pubcaution { margin: 0.55rem 8.056% 0.2rem 7.222%; border-left: 2px solid var(--border); padding: 0.1rem 0 0.1rem 0.7rem; }
.pubcaution__head { font-family: var(--font-sans); font-size: 0.76rem; font-weight: 650; color: var(--text-muted); margin: 0 0 0.3rem; line-height: 1.3; }
.pubcaution__list { list-style: none; margin: 0; padding: 0; }
.pubcaution__list li { font-family: var(--font-sans); font-size: 0.76rem; color: var(--text-muted); line-height: 1.45; margin-bottom: 0.35rem; }
.pubcaution__gap { font-family: var(--font-sans); font-size: 0.76rem; color: var(--text-muted); line-height: 1.45; margin: 0.35rem 0 0; }
.pubcaution q { font-style: italic; }
.pubcaution a { color: inherit; }
.chart .peerdot { fill: var(--text-muted); opacity: 0.48; }
.chart .peerdot--self { fill: var(--accent); opacity: 1; stroke: var(--bg); stroke-width: 2; }
.chart .peeravg { stroke: var(--text-muted); stroke-width: 1.4; stroke-dasharray: 4 3; opacity: 0.85; }
.chart .spendbar { fill: var(--accent); opacity: 0.82; }
.chart .spendavg { stroke: var(--text-muted); stroke-width: 2; stroke-dasharray: 3 2; }
.chart .budgetseg { stroke: var(--bg); stroke-width: 1.5; }
.chart .budgetseg__lab { fill: var(--bg); font-family: var(--font-sans); font-size: 12px; font-weight: 700; text-anchor: middle; }

.budgetfacts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0.8rem; margin: 0.85rem 8.056% 0.7rem 7.222%; }
.budgetfact { border-top: 1px solid var(--border); padding-top: 0.45rem; min-width: 0; }
.budgetfact__k { font-family: var(--font-sans); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); line-height: 1.25; }
.budgetfact__v { font-family: var(--font-sans); font-size: 1.02rem; font-weight: 650; color: var(--text); line-height: 1.18; margin-top: 0.14rem; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.budgetfact__n { font-family: var(--font-sans); font-size: 0.74rem; color: var(--text-muted); line-height: 1.35; margin-top: 0.12rem; }
.budgetstorytop { margin: 0.8rem 8.056% 0.9rem 7.222%; }
.budgetstorytop .smlabel { margin-left: 0; margin-right: 0; }
.budgetstorytop__lead { font-family: var(--font-prose); font-size: 1rem; line-height: 1.52; color: var(--text); margin: 0.45rem 0 0.55rem; }
.budgetstorytop__lead strong { font-family: var(--font-sans); font-size: 0.82rem; color: var(--text); }
.budgetstorytop__list { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--border); }
.budgetstorytop__list li { display: grid; grid-template-columns: minmax(4.8rem, 0.25fr) minmax(0, 1fr); gap: 0.75rem; padding: 0.58rem 0; border-bottom: 1px solid var(--border); font-family: var(--font-prose); font-size: 0.94rem; line-height: 1.42; color: var(--text-muted); }
.budgetstorytop__list strong { display: block; font-family: var(--font-sans); font-size: 0.78rem; line-height: 1.3; color: var(--text); margin-bottom: 0.08rem; }
.budgetstorytop__stat { font-family: var(--font-sans); font-size: 0.9rem; line-height: 1.25; font-weight: 650; font-variant-numeric: tabular-nums; color: var(--accent); overflow-wrap: anywhere; }
.budgetstory { margin: 0.75rem 8.056% 0.85rem 7.222%; padding: 0.7rem 0 0 1.05rem; border-top: 1px solid var(--border); font-family: var(--font-prose); color: var(--text); line-height: 1.48; }
.budgetstory li + li { margin-top: 0.38rem; }
.budgetdetail { margin: 0.5rem 8.056% 0.35rem 7.222%; overflow-x: auto; }
.budgetdetail .smlabel { margin-left: 0; margin-right: 0; }
.budgettbl { width: 100%; min-width: 520px; border-collapse: collapse; font-family: var(--font-sans); font-size: 0.82rem; line-height: 1.35; }
.budgettbl th, .budgettbl td { border-top: 1px solid var(--border); padding: 0.42rem 0; vertical-align: top; }
.budgettbl thead th { color: var(--text-dim); font-size: 0.68rem; letter-spacing: 0.07em; text-transform: uppercase; font-weight: 600; }
.budgettbl tbody th { color: var(--text); font-weight: 500; text-align: left; }
.budgettbl .num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; padding-left: 0.7rem; }
.budgetnote { margin: 0.35rem 0 0; max-width: none; }
.budgetappendix { margin: 0.95rem 8.056% 0.55rem 7.222%; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.budgetappendix summary { cursor: pointer; list-style: none; font-family: var(--font-sans); font-size: 0.88rem; font-weight: 600; color: var(--text); padding: 0.68rem 0; }
.budgetappendix summary::-webkit-details-marker { display: none; }
.budgetappendix summary::after { content: "+"; float: right; color: var(--text-dim); font-weight: 500; }
.budgetappendix[open] summary::after { content: "−"; }
.budgetappendix .budgetdetail, .budgetappendix .budgetbrief, .budgetappendix .legend { margin-left: 0; margin-right: 0; }
.budgetappendix .budgetdetail:first-of-type { margin-top: 0.1rem; }

.chartwrap { position: relative; }
.cguide { stroke: var(--text-dim); stroke-width: 1; stroke-dasharray: 3 3; pointer-events: none; opacity: 0; }
.ctip { position: absolute; top: 2px; pointer-events: none; opacity: 0; transition: opacity .08s ease; background: var(--bg); border: 1px solid var(--border); border-radius: 7px; padding: 0.4rem 0.55rem; font-family: var(--font-sans); font-size: 0.76rem; line-height: 1.45; color: var(--text); box-shadow: 0 6px 22px -10px rgba(0,0,0,0.35); z-index: 6; min-width: 6.5rem; max-width: 13rem; }
.ctip__h { font-weight: 600; margin-bottom: 0.2rem; white-space: nowrap; }
.ctip__r { display: flex; justify-content: space-between; gap: 0.9rem; font-variant-numeric: tabular-nums; white-space: nowrap; }
.ctip__r i { display: inline-block; width: 0.6rem; height: 0.6rem; border-radius: 2px; margin-right: 0.32rem; vertical-align: -1px; }
.ctip__v { font-weight: 600; }
.legend { display: flex; flex-wrap: wrap; gap: 0.25rem 0.9rem; font-family: var(--font-sans); font-size: 0.75rem; color: var(--text-muted); margin: 0.55rem 8.056% 0 7.222%; }
.legend i { display: inline-block; width: 0.62rem; height: 0.62rem; border-radius: 2px; margin-right: 0.32rem; vertical-align: -1px; }
.legend i.ln { width: 1.1rem; height: 0; border-radius: 0; border-top: 2px solid; vertical-align: middle; }
.legend i.ln.dash { border-top-style: dashed; }
.lvlkey { display: flex; flex-wrap: wrap; gap: 0.2rem 0.85rem; font-family: var(--font-sans); font-size: 0.72rem; color: var(--text-muted); margin: 0.5rem 8.056% 0.1rem 7.222%; }
.lvlkey span { display: flex; align-items: center; gap: 0.32rem; }
.lvlkey i { width: 0.7rem; height: 0.7rem; border-radius: 2px; display: inline-block; }
.smgrid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.7rem 0.9rem; margin: 0.3rem 8.056% 0.3rem 7.222%; }
.asubj { margin-top: 1.9rem; }
.asubj:first-of-type { margin-top: 0.6rem; }
.smgrid figure { margin: 0; }
.smgrid figcaption { font-family: var(--font-sans); font-size: 0.78rem; font-weight: 600; color: var(--text-muted); margin: 0 0 0.05rem; }
.smlabel { font-family: var(--font-sans); font-size: 0.88rem; font-weight: 600; color: var(--text); margin: 1.2rem 8.056% 0.1rem 7.222%; padding-top: 0.7rem; border-top: 1px solid var(--border); }
.smsub { font-family: var(--font-prose); font-size: 0.9rem; color: var(--text-muted); line-height: 1.5; margin: 0 8.056% 0.45rem 7.222%; }
.ctoggle { display: inline-flex; margin: 0.1rem 0 0.2rem 7.222%; border: 1px solid var(--border); border-radius: 7px; overflow: hidden; }
.ctoggle button { font-family: var(--font-sans); font-size: 0.78rem; line-height: 1; padding: 0.32rem 0.7rem; background: var(--bg); color: var(--text-muted); border: 0; cursor: pointer; }
.ctoggle button + button { border-left: 1px solid var(--border); }
.ctoggle button[aria-pressed="true"] { background: var(--accent); color: #fff; }

.dsi { display: flex; gap: 1.3rem; align-items: flex-start; margin: 0.8rem 0 0.2rem; }
.dsi__fig { flex: 0 0 auto; }
.dsi__n { font-family: var(--font-sans); font-size: 3.3rem; font-weight: 600; line-height: 0.88; color: var(--accent); letter-spacing: -0.02em; }
.dsi__lbl { display: block; margin-top: 0.4rem; font-family: var(--font-sans); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.09em; color: var(--text-dim); text-decoration: none; white-space: nowrap; }
.dsi__lbl:hover { color: var(--accent); }
.dsi__c { font-family: var(--font-prose); font-size: 1rem; color: var(--text-muted); line-height: 1.5; }
.dsi__c a { color: var(--accent); }
.dsi__mv { margin-top: 0.5rem; display: flex; flex-wrap: wrap; align-items: baseline; gap: 0.3rem 0.6rem; font-family: var(--font-sans); font-size: 0.86rem; color: var(--text-muted); font-variant-numeric: tabular-nums; }
.mv b { color: var(--text); font-weight: 600; }
.mvsep { color: var(--text-dim); }
.schlist { display: grid; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; margin-top: 0.6rem; }
.schlist .schrow { display: block; background: var(--bg); padding: 0.7rem 0.9rem; text-decoration: none; }
.schlist .schrow:hover { background: var(--surface); }
.schlist .schrow__n { font-family: var(--font-sans); font-weight: 600; font-size: 0.96rem; color: var(--text); }
.schrow__go { color: var(--accent); font-weight: 400; }
.schlist .schrow__m { display: block; font-family: var(--font-sans); font-size: 0.78rem; color: var(--text-muted); margin-top: 0.12rem; font-variant-numeric: tabular-nums; }

@media (max-width: 640px) {
  .wrap { padding: 0.8rem 1.1rem 1rem; }
  .firstread { margin-top: 0.05rem; }
  .firstread h2 { font-size: 1.4rem; margin-bottom: 0.25rem; }
  .firstread__contract { margin-bottom: 0.1rem; }
  .firstread__row { grid-template-columns: 1fr; gap: 0.08rem; padding: 0.25rem 0 0.05rem; }
  .firstread__meta strong, .firstread__meta span { display: inline; }
  .firstread__meta strong::after { content: " · "; color: var(--text-dim); font-weight: 400; }
  .firstread__answer { font-size: 1.08rem; line-height: 1.42; }
  .firstread__row[data-assessment-participation="fitness"] .firstread__answer { font-size: 1rem; line-height: 1.34; }
  .firstread__proof { display: inline-flex; min-height: 44px; align-items: center; }
  .firstread__limits { margin-top: 0; }
  .firstread__insufficient a { display: inline-flex; min-height: 44px; align-items: center; }
  .assessmentrecord { margin-left: 0; margin-right: 0; }
  .assessmentrecord__scroll { overflow-x: visible; }
  .assessmentrecord table { min-width: 0; font-size: 0.8rem; }
  .assessmentrecord thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .assessmentrecord tbody, .assessmentrecord tbody tr { display: block; }
  .assessmentrecord tbody tr { border-top: 1px solid var(--border); padding: 0.5rem 0; }
  .assessmentrecord tbody th { display: block; border: 0; padding: 0 0 0.25rem; font-size: 0.86rem; }
  .assessmentrecord tbody td { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.75rem; border: 0; padding: 0.18rem 0; text-align: right; }
  .assessmentrecord tbody td::before { content: attr(data-label); color: var(--text-dim); font-weight: 500; text-align: left; }
  .smgrid { grid-template-columns: 1fr; }
  .budgetfacts { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-left: 0; margin-right: 0; }
  .budgetstorytop { margin-left: 0; margin-right: 0; }
  .budgetstorytop__list li { grid-template-columns: 1fr; gap: 0.15rem; }
  .budgetdetail, .budgetappendix, .budgetstory { margin-left: 0; margin-right: 0; }
  .id__name { font-size: 2.2rem; }
  .dsi { gap: 0.8rem; }
  .dsi__n { font-size: 2.7rem; }
  .chart .ylab, .chart .xlab { font-size: 14px; }
  .chart .axtitle, .chart .splitlab, .chart .gaplab { font-size: 14px; }
  .chart .cautionmark { font-size: 18px; }
  .chart .glab { font-size: 14px; }
  .chart .complab { font-size: 15px; }
  .chart .endlab, .chart .cmplab { font-size: 15px; }
  .chart.budgetpeer .xlab, .chart.budgetspend .xlab, .chart.budgetchart .xlab, .chart.budgettrend .xlab { font-size: 18px; }
  .chart.budgetpeer .axtitle, .chart.budgetspend .axtitle, .chart.budgetchart .axtitle, .chart.budgettrend .axtitle { font-size: 17px; }
  .chart.budgetpeer .endlab, .chart.budgetpeer .cmplab, .chart.budgetspend .endlab, .chart.budgetspend .cmplab, .chart.budgettrend .endlab, .chart.budgettrend .cmplab { font-size: 17px; }
  .chart.budgettrend .ylab { font-size: 18px; }
  .chart.budgetspend .ylab { font-size: 16px; }
  .chart.budgetchart .budgetseg__lab { font-size: 17px; }
  .budgetdetail { overflow-x: visible; }
  .budgettbl { min-width: 0; font-size: 0.78rem; }
  .budgettbl thead { display: none; }
  .budgettbl, .budgettbl tbody, .budgettbl tr, .budgettbl th, .budgettbl td { display: block; width: 100%; }
  .budgettbl tr { border-top: 1px solid var(--border); padding: 0.38rem 0; }
  .budgettbl th, .budgettbl td { border-top: 0; padding: 0.08rem 0; white-space: normal; }
  .budgettbl tbody th { font-weight: 650; }
  .budgettbl .num { text-align: left; padding-left: 0; white-space: normal; }
  .budgettbl td[data-label]::before { content: attr(data-label) ": "; display: inline; color: var(--text-dim); font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600; margin-right: 0.25rem; }
}
