/* Per-page config parity — restores this page's original Tailwind theme
   values that differ from the global build (no visual change vs. CDN). */
.text-sm{font-size:0.875rem;line-height:1.25rem;}
.text-xs{font-size:0.75rem;line-height:1rem;letter-spacing:normal;}

/* Page-specific styles (moved out of inline <style>, feedback 6.1). */
:root {--nav-h:64px;--hud-mono:'JetBrains Mono','Courier New',monospace;}
body {-webkit-font-smoothing:antialiased;overflow-x:hidden;background:#FFFFFF;color:#09090B;font-family:Inter,system-ui,sans-serif;}
.hud-corner {position:absolute;font-family:var(--hud-mono);font-size:10px;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;color:rgba(9,9,11,0.35);pointer-events:none;user-select:none;}
.nav-pill.active {background:#09090B;color:#FFFFFF;}
.slider-shell {background:#FFFFFF;border:1.5px solid rgba(9,9,11,0.08);border-radius:18px;padding:24px;margin-top:24px;}
.slider-track {position:relative;height:6px;background:#F4F4F5;border-radius:100px;margin:32px 0;}
.slider-fill {position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#0EA5E9 0%,#10B981 100%);border-radius:100px;transition:width .25s ease;}
.slider-input {position:absolute;left:0;right:0;top:-12px;width:100%;height:30px;opacity:0;cursor:pointer;}
.slider-thumb {position:absolute;top:50%;transform:translate(-50%,-50%);width:24px;height:24px;background:#09090B;border:3px solid #FFFFFF;border-radius:50%;box-shadow:0 2px 10px rgba(9,9,11,0.18);pointer-events:none;transition:left .25s ease;}
.slider-pct {font-family:'Instrument Serif',Georgia,serif;font-size:64px;color:#09090B;line-height:1;margin-bottom:6px;}
.slider-label {font-family:var(--hud-mono);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#71717A;}
.dept-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px;}
.dept-tile {padding:24px 20px;border-radius:14px;border:1.5px solid rgba(9,9,11,0.08);background:#FFFFFF;cursor:pointer;transition:all .15s;position:relative;overflow:hidden;}
.dept-tile:hover {border-color:#0EA5E9;box-shadow:0 4px 20px rgba(9,9,11,0.06);}
.dept-tile.active {background:#09090B;color:#FFFFFF;border-color:#09090B;}
.dept-tile.active .dept-name {color:#FFFFFF;}
.dept-tile.active .dept-pct-num {color:#38BDF8;}
.dept-tile.active .dept-pct-lbl {color:rgba(255,255,255,0.5);}
.dept-name {font-family:'Instrument Serif',Georgia,serif;font-size:22px;color:#09090B;line-height:1.15;margin-bottom:14px;}
.dept-pct-num {font-family:'Instrument Serif',Georgia,serif;font-size:34px;color:#0EA5E9;line-height:1;}
.dept-pct-lbl {font-family:var(--hud-mono);font-size:9.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#71717A;margin-top:6px;}
.dept-detail {margin-top:24px;padding:32px;background:#09090B;border-radius:18px;color:#FFFFFF;}
.dept-detail-tag {font-family:var(--hud-mono);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#38BDF8;margin-bottom:16px;}
.dept-detail-title {font-family:'Instrument Serif',Georgia,serif;font-size:32px;line-height:1.1;margin-bottom:18px;}
.dept-row {padding:14px 0;border-top:1px solid rgba(255,255,255,0.08);display:grid;grid-template-columns:160px 1fr 1fr;gap:18px;align-items:flex-start;}
.dept-row:first-of-type {border-top:none;}
.dept-row-task {font-family:var(--hud-mono);font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,0.5);}
.dept-row-before {color:rgba(255,255,255,0.5);font-size:13.5px;line-height:1.55;}
.dept-row-after {color:rgba(255,255,255,0.95);font-size:13.5px;line-height:1.55;font-weight:500;}
.pillar-card {background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:18px;padding:32px;}
.pillar-num {font-family:var(--hud-mono);font-size:11px;font-weight:600;letter-spacing:.14em;color:#0EA5E9;margin-bottom:14px;}
.pillar-title {font-family:'Instrument Serif',Georgia,serif;font-size:30px;line-height:1.1;color:#FFFFFF;margin-bottom:14px;}
.pillar-text {font-size:14px;line-height:1.65;color:rgba(255,255,255,0.7);}
.stages {display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:32px;border-radius:18px;overflow:hidden;border:1.5px solid rgba(9,9,11,0.08);}
.stage-cell {padding:32px 28px;border-right:1px solid rgba(9,9,11,0.06);background:#FAFAFA;}
.stage-cell:last-child {border-right:none;background:#0EA5E9;color:#FFFFFF;}
.stage-cell:nth-child(2) {background:#FFFFFF;}
.stage-num {font-family:var(--hud-mono);font-size:11px;font-weight:600;letter-spacing:.14em;color:#71717A;margin-bottom:14px;}
.stage-cell:last-child .stage-num {color:rgba(255,255,255,0.7);}
.stage-title {font-family:'Instrument Serif',Georgia,serif;font-size:32px;line-height:1.1;margin-bottom:14px;color:#09090B;}
.stage-cell:last-child .stage-title {color:#FFFFFF;}
.stage-text {font-size:14px;line-height:1.65;color:#3F3F46;}
.stage-cell:last-child .stage-text {color:rgba(255,255,255,0.85);}
@media(max-width:1024px) {.lg-hide{display:none!important;}.dept-grid{grid-template-columns:repeat(2,1fr);}.dept-row{grid-template-columns:1fr;gap:8px;}.stages{grid-template-columns:1fr;}.stage-cell{border-right:none;border-bottom:1px solid rgba(9,9,11,0.06);}}
