:root {
  --blue: #1457e6;
  --blue-dark: #0f42b5;
  --blue-soft: #edf3ff;
  --coral: #f06a53;
  --navy: #061f48;
  --navy-deep: #031833;
  --gold: #c79a45;
  --ink: #10182a;
  --muted: #626775;
  --line: #dfe3eb;
  --line-dark: #c9cfda;
  --wash: #f6f8fb;
  --white: #ffffff;
  --green: #177a50;
  --green-soft: #eaf7f0;
  --amber: #8a5a00;
  --amber-soft: #fff5dc;
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: Iowan Old Style, Baskerville, Georgia, serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; min-height: 100%; background: var(--white); color: var(--ink); font-family: var(--font); }
html { scroll-padding-top: 80px; }
body { overflow: hidden; }
button, input, select { font: inherit; }

.frame { width: 1920px; height: 1080px; position: relative; overflow: hidden; background: white; transform-origin: 0 0; }
.app-shell { display: grid; grid-template-columns: 276px 1fr; height: 100%; }
.rail { border-right: 1px solid #0b2b5e; padding: 31px 22px; display: flex; flex-direction: column; align-items: stretch; gap: 22px; background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: white; }
.mark { width: 58px; height: 58px; display: grid; place-items: center; color: var(--navy); background: var(--gold); border-radius: 2px; font-family: var(--serif); font-weight: 800; font-size: 27px; letter-spacing: -0.09em; }
.university { display: grid; grid-template-columns: 58px 1fr; gap: 15px; align-items: center; padding-bottom: 26px; border-bottom: 1px solid rgba(199,154,69,.6); }
.university-name { font-family: var(--serif); font-size: 19px; line-height: 1.05; letter-spacing: .04em; text-transform: uppercase; }
.university-school { margin-top: 7px; color: var(--gold); font-size: 11px; line-height: 1.25; letter-spacing: .05em; }
.rail-icons { margin-top: 12px; display: grid; gap: 8px; width: 100%; }
.rail-item { width: 100%; height: 58px; padding: 0 16px; display: flex; align-items: center; gap: 15px; color: rgba(255,255,255,.78); border-radius: 4px; font-size: 17px; }
.rail-symbol { width: 25px; text-align: center; font-size: 21px; }
.rail-item.active { color: white; background: var(--blue); box-shadow: inset 4px 0 rgba(255,255,255,.72); }
.rail-bottom { margin-top: auto; display: grid; gap: 5px; }
.workspace { min-width: 0; display: flex; flex-direction: column; }
.topbar { height: 100px; padding: 22px 54px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.product-title { font-size: 23px; font-weight: 760; letter-spacing: -0.025em; }
.truth { margin-top: 5px; color: var(--muted); font-size: 17px; }
.top-actions { display: flex; gap: 14px; }
.nav { height: 66px; display: flex; gap: 8px; padding: 0 54px; border-bottom: 1px solid var(--line); }
.nav a { min-width: 126px; display: grid; place-items: center; position: relative; color: #4f5562; font-size: 17px; text-decoration: none; }
.nav a.active { color: var(--blue); font-weight: 700; }
.nav a.active::after { content: ""; position: absolute; left: 20px; right: 20px; bottom: 0; height: 4px; background: var(--blue); }
.page { flex: 1; padding: 36px 54px 34px; min-height: 0; }
.page.split { display: grid; grid-template-columns: minmax(0, 1fr) 430px; padding: 0; min-width: 0; width: 100%; overflow: hidden; }
.page-main { padding: 36px 42px 34px 54px; min-width: 0; }
.sidepanel { min-width: 0; padding: 38px 30px; border-left: 1px solid var(--line); background: white; overflow: hidden; }
h1 { margin: 0 0 10px; font-family: var(--serif); font-size: 43px; font-weight: 600; letter-spacing: -0.025em; line-height: 1.05; color: var(--navy); }
h2 { margin: 0; font-size: 25px; letter-spacing: -0.025em; }
h3 { margin: 0; font-size: 19px; }
p { color: var(--muted); font-size: 18px; line-height: 1.55; }
.lede { max-width: 920px; margin-top: 12px; font-size: 21px; }
.btn { border: 1px solid var(--line-dark); background: white; color: var(--ink); min-height: 48px; padding: 0 22px; border-radius: 6px; font-size: 16px; font-weight: 700; }
.btn.primary { background: var(--blue); border-color: var(--blue); color: white; }
.btn.ghost { background: var(--blue-soft); border-color: transparent; color: var(--blue-dark); }
.btn.small { min-height: 40px; padding: 0 16px; font-size: 14px; }
.field { display: grid; gap: 8px; }
.field label { color: var(--muted); font-size: 14px; font-weight: 650; }
.control { min-height: 48px; border: 1px solid var(--line-dark); border-radius: 6px; padding: 12px 14px; background: white; color: var(--ink); font-size: 16px; }
.panel { border: 1px solid var(--line); border-radius: 7px; background: white; }
.rule { border: 0; border-top: 1px solid var(--line); margin: 26px 0; }
.subtle { color: var(--muted); }
.eyebrow { color: var(--blue); text-transform: uppercase; letter-spacing: .13em; font-size: 13px; font-weight: 800; }
.badge { display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 4px; background: var(--blue-soft); color: var(--blue-dark); font-size: 13px; font-weight: 700; white-space: nowrap; }
.badge.green { background: var(--green-soft); color: var(--green); }
.badge.amber { background: var(--amber-soft); color: var(--amber); }
.badge.coral { background: #fff0ec; color: #aa3e2d; }

.title-scene { height: 100%; display: grid; grid-template-columns: 1.1fr .9fr; }
.title-copy { padding: 98px 80px 84px 112px; display: flex; flex-direction: column; justify-content: center; }
.title-copy h1 { max-width: 900px; margin-top: 18px; font-size: 72px; line-height: .98; }
.title-copy p { max-width: 760px; font-size: 25px; }
.title-meta { margin-top: 48px; padding-top: 26px; border-top: 1px solid var(--line); display: flex; gap: 36px; color: var(--muted); font-size: 16px; }
.title-art { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: white; padding: 90px 72px; display: flex; flex-direction: column; justify-content: center; }
.title-art h2 { font-size: 42px; line-height: 1.1; max-width: 560px; }
.flow-list { margin-top: 56px; display: grid; gap: 0; }
.flow-step { display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.28); }
.flow-num { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; font-weight: 700; }
.flow-step strong { font-size: 19px; }
.disclaimer { margin-top: auto; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.45; }

.posting-grid { margin-top: 28px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; }
.posting-copy { padding: 36px; }
.posting-copy h2 { font-size: 32px; max-width: 650px; }
.posting-copy .meta { display: flex; gap: 18px; margin: 18px 0 26px; color: var(--muted); }
.posting-copy ul { margin: 22px 0 0; padding-left: 22px; color: #3f4450; font-size: 17px; line-height: 1.7; }
.posting-aside { padding: 32px; background: var(--wash); border: 1px solid var(--line); border-radius: 7px; }
.posting-aside .field + .field { margin-top: 18px; }
.application-form { margin-top: 25px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 22px; }
.application-form .full { grid-column: 1 / -1; }
.upload { border: 1px dashed var(--line-dark); min-height: 88px; padding: 18px; display: flex; align-items: center; justify-content: space-between; border-radius: 6px; }

.stats { margin-top: 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.stat { border: 1px solid var(--line); padding: 20px 22px; border-radius: 7px; display: flex; gap: 18px; align-items: center; }
.stat strong { font-size: 30px; }
.stat span { display: block; color: var(--muted); font-size: 14px; }
.filters { margin-top: 22px; display: grid; grid-template-columns: repeat(3, minmax(170px, 1fr)) auto; gap: 16px; align-items: end; }
.table-tools { margin-top: 24px; padding: 14px 0; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.table { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: 15px; }
.table th { height: 48px; padding: 0 14px; text-align: left; color: var(--muted); font-size: 13px; border-bottom: 1px solid var(--line); }
.table td { height: 58px; padding: 0 14px; border-bottom: 1px solid var(--line); }
.table tr.selected { background: var(--blue-soft); box-shadow: inset 4px 0 var(--blue); }
.person { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.avatar { width: 34px; height: 34px; border-radius: 50%; background: #d7e3ff; color: var(--blue-dark); display: grid; place-items: center; font-weight: 800; font-size: 12px; }
.scorebar { display: grid; grid-template-columns: 130px 1fr 34px; gap: 12px; align-items: center; font-size: 14px; }
.bar { height: 7px; background: #e9ecf2; border-radius: 8px; overflow: hidden; }
.bar i { display: block; height: 100%; background: var(--blue); }
.review-list { margin-top: 20px; display: grid; gap: 12px; }
.reviewer { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.rounds { margin-top: 34px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }
.round-column { min-height: 570px; padding: 22px; background: var(--wash); }
.round-column + .round-column { border-left: 1px solid var(--line); }
.round-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.candidate-row { background: white; border: 1px solid var(--line); border-left: 4px solid var(--blue); padding: 16px; margin-bottom: 12px; border-radius: 5px; }
.candidate-row .rowtop { display: flex; align-items: center; justify-content: space-between; }
.candidate-row p { margin: 7px 0 0; font-size: 14px; }

.rubric { margin-top: 24px; display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 7px; overflow: hidden; }
.rubric-row { background: white; padding: 19px 22px; display: grid; grid-template-columns: 1fr 330px 46px; gap: 22px; align-items: center; }
.rubric-row strong { font-size: 17px; }
.rubric-row p { margin: 4px 0 0; font-size: 14px; }
.dots { display: flex; gap: 10px; }
.dot { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line-dark); border-radius: 5px; color: var(--muted); }
.dot.on { background: var(--blue); border-color: var(--blue); color: white; font-weight: 700; }
.notes { margin-top: 20px; min-height: 120px; width: 100%; border: 1px solid var(--line-dark); border-radius: 6px; padding: 18px; font-size: 16px; color: #373c47; }

.onsite-head { display: flex; align-items: center; gap: 18px; margin: 24px 0 28px; }
.timeline { border-top: 1px solid var(--line); }
.event { min-height: 92px; display: grid; grid-template-columns: 190px 54px 1fr 210px 200px; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.event .node { width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid var(--blue); color: var(--blue); border-radius: 50%; font-weight: 800; }
.event h3 { font-size: 18px; }
.event p { margin: 4px 0 0; font-size: 14px; }
.event-materials { display: grid; gap: 22px; margin-top: 22px; }
.slide-preview { aspect-ratio: 16/9; border: 1px solid var(--line-dark); display: grid; grid-template-columns: 1.3fr .7fr; overflow: hidden; }
.slide-copy { padding: 24px; display: flex; flex-direction: column; }
.slide-copy small { margin-bottom: 10px; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.slide-copy strong { font-size: 21px; line-height: 1.15; }
.slide-copy span { margin-top: auto; color: var(--blue); }
.slide-art { background: var(--blue); color: white; display: grid; place-items: center; font-size: 48px; }
.material-actions { display: grid; gap: 10px; margin-top: 22px; }
.material-actions .btn { width: 100%; }

.results-grid { margin-top: 28px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; }
.comparison { overflow: hidden; }
.comparison table { width: 100%; border-collapse: collapse; }
.comparison th, .comparison td { padding: 18px 20px; text-align: left; border-bottom: 1px solid var(--line); }
.comparison th { color: var(--muted); font-size: 13px; }
.comparison td strong { font-size: 17px; }
.score-stack { padding: 26px; }
.score-stack .scorebar { grid-template-columns: 150px 1fr 35px; margin-top: 20px; }
.link-list { margin-top: 26px; border-top: 1px solid var(--line); }
.link-row { min-height: 60px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); color: var(--blue); font-weight: 700; }

.end-scene { height: 100%; display: grid; grid-template-columns: .9fr 1.1fr; }
.end-blue { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: white; padding: 86px; display: flex; flex-direction: column; }
.end-blue h1 { margin-top: auto; color: white; font-size: 62px; line-height: 1; }
.end-blue p { color: rgba(255,255,255,.85); max-width: 620px; font-size: 22px; }
.end-copy { padding: 92px 100px; display: flex; flex-direction: column; justify-content: center; }
.end-copy h2 { font-size: 39px; max-width: 700px; line-height: 1.18; }
.end-copy p { max-width: 730px; font-size: 21px; }
.end-name { margin-top: 50px; padding-top: 25px; border-top: 1px solid var(--line); }
.end-name strong { display: block; font-size: 26px; }
.end-name span { display: block; margin-top: 8px; color: var(--muted); font-size: 16px; }

.caption-safe { position: absolute; left: 0; right: 0; bottom: 0; height: 128px; pointer-events: none; }

@media (max-width: 1100px) {
  body { overflow: auto; }
  .frame { transform: scale(.55); }
}

/* Department-led silent-video direction */
:root {
  --blue: #ff4d35;
  --blue-dark: #c92f1f;
  --blue-soft: #fff0ec;
  --navy: #281032;
  --navy-deep: #1b0926;
  --gold: #ff4d35;
  --coral: #ff4d35;
  --mint: #73dac8;
  --mint-soft: #e8f8f4;
  --lavender: #b979e8;
  --lavender-soft: #f2e8fa;
  --ink: #16111b;
  --muted: #625b67;
  --wash: #faf8f5;
  --serif: Iowan Old Style, Baskerville, Georgia, serif;
}

.app-shell { grid-template-columns: 224px 1fr; }
.workspace { position: relative; background: #fffdf9; }
.brand-rail { position: relative; display: block; padding: 30px 24px; overflow: hidden; background: var(--navy-deep); border-right: 0; }
.dept-kicker { color: var(--coral); text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 800; }
.dept-wordmark { margin-top: 8px; color: white; font-family: var(--serif); font-size: 27px; line-height: .98; letter-spacing: -.03em; }
.dept-wordmark em { color: var(--coral); font-style: normal; }
.rail-product { margin-top: 22px; color: var(--mint); font-size: 13px; font-weight: 750; letter-spacing: .025em; }
.affiliation { margin-top: 7px; color: rgba(255,255,255,.58); font-size: 11px; }
.brand-rule { margin-top: 16px; width: 54px; height: 2px; background: var(--coral); }
.network-motif { position: absolute; left: -28px; right: 0; top: 300px; bottom: 95px; opacity: .35; transform: scale(.76); transform-origin: top left; }
.network-motif .line { position: absolute; height: 2px; background: var(--coral); transform-origin: left center; }
.network-motif .l1 { left: -20px; top: 180px; width: 270px; transform: rotate(-18deg); }
.network-motif .l2 { left: 60px; top: 235px; width: 245px; transform: rotate(37deg); background: var(--mint); }
.network-motif .l3 { left: 24px; top: 358px; width: 305px; transform: rotate(-6deg); background: var(--lavender); }
.network-motif .node { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px rgba(255,77,53,.13); }
.network-motif .n1 { left: 63px; top: 148px; }
.network-motif .n2 { left: 146px; top: 210px; background: var(--mint); }
.network-motif .n3 { left: 230px; top: 278px; background: var(--lavender); }
.network-motif .n4 { left: 97px; top: 361px; background: var(--lavender); }
.network-motif .n5 { left: 275px; top: 405px; background: var(--mint); }
.network-motif .plane { position: absolute; width: 142px; height: 82px; left: 110px; border: 1px solid rgba(255,255,255,.48); transform: skewY(-18deg); }
.network-motif .p1 { top: 245px; background: rgba(185,121,232,.18); }
.network-motif .p2 { top: 290px; background: rgba(115,218,200,.14); }
.rail-truth { position: absolute; left: 24px; right: 18px; bottom: 28px; color: rgba(255,255,255,.62); font-size: 11px; line-height: 1.4; }
.science-motif { position: absolute; left: 0; right: 0; top: 285px; bottom: 82px; opacity: .42; background: url("assets/scientific-systems-visual-v3.webp") 34% center / auto 100% no-repeat; }

.topbar { height: 104px; padding: 0 42px; border-bottom: 1px solid #d9d2db; background: #fffdf9; }
.product-title { font-size: 24px; }
.progress-nav { display: grid; grid-template-columns: repeat(5, 116px); align-items: end; height: 74px; }
.progress-item { position: relative; text-align: center; color: #3c3540; font-size: 13px; font-weight: 700; }
.progress-item { text-decoration: none; }
.progress-item::after { content: ""; position: absolute; left: 50%; right: -50%; bottom: -22px; height: 1px; background: #baafb9; }
.progress-item:last-child::after { display: none; }
.progress-item i { position: absolute; left: 50%; bottom: -27px; width: 11px; height: 11px; margin-left: -5px; border: 1px solid var(--navy); border-radius: 50%; background: #fffdf9; z-index: 2; }
.progress-item.active { color: var(--coral); }
.progress-item.active i { width: 17px; height: 17px; margin-left: -8px; bottom: -30px; background: var(--coral); border-color: var(--coral); }

.page { padding: 35px 42px 120px; background: #fffdf9; }
.page-main { padding: 35px 34px 120px 42px; }
.sidepanel { padding: 35px 28px 120px; background: #fffdf9; }
h1 { color: var(--ink); font-family: var(--font); font-size: 40px; font-weight: 780; letter-spacing: -.035em; }
h2 { color: var(--ink); }
.lede { margin: 8px 0 0; max-width: 1050px; font-size: 19px; }
.btn.primary { background: var(--coral); border-color: var(--coral); }
.btn.ghost { color: var(--navy); background: var(--lavender-soft); }
.badge { color: #7332a3; background: var(--lavender-soft); }
.badge.green { color: #126c5f; background: var(--mint-soft); }
.stats { margin-top: 20px; gap: 12px; }
.stat { min-height: 92px; border-radius: 0; background: #fffdf9; }
.stat:nth-child(1) { border-left: 6px solid var(--coral); }
.stat:nth-child(2) { border-left: 6px solid var(--mint); }
.stat:nth-child(3) { border-left: 6px solid var(--lavender); }
.stat:nth-child(1) strong { color: var(--coral); }
.stat:nth-child(2) strong { color: #42b9a5; }
.stat:nth-child(3) strong { color: var(--lavender); }
.control { border-radius: 6px; }
.panel, .posting-aside, .rounds { border-radius: 10px; box-shadow: 0 8px 28px rgba(40,16,50,.045); }
.table thead { color: white; background: var(--navy-deep); }
.table th { color: white; }
.table tr.selected { background: var(--lavender-soft); box-shadow: inset 5px 0 var(--lavender); }
.avatar { color: var(--navy); background: var(--mint-soft); }
.bar i { background: var(--coral); }
.dot.on { background: var(--coral); border-color: var(--coral); }
.event .node { color: var(--coral); border-color: var(--coral); }
.slide-art { background: var(--navy-deep); color: var(--mint); }
.link-row { color: var(--coral); }
.round-column { background: #f7f3f8; }
.candidate-row { border-radius: 7px; border-left-color: var(--coral); }
.posting-copy .eyebrow { color: var(--coral); }

.external-frame { background: #fffdf9; }
.public-demo-header { height: 88px; display: flex; align-items: center; justify-content: space-between; padding: 0 58px; color: white; background: var(--navy-deep); }
.public-dept { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: baseline; }
.public-dept > span { grid-column: 1 / -1; color: var(--coral); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.public-dept strong { margin-top: 3px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.public-dept em { color: var(--coral); font-style: normal; }
.public-dept small { color: rgba(255,255,255,.54); font-size: 11px; }
.public-demo-header nav { display: flex; align-self: stretch; gap: 38px; }
.public-demo-header nav a { position: relative; display: flex; align-items: center; color: rgba(255,255,255,.68); font-size: 13px; font-weight: 700; }
.public-demo-header nav a.active { color: white; }
.public-demo-header nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--coral); }
.external-truth { position: absolute; right: 32px; bottom: 100px; z-index: 4; color: var(--muted); font-size: 10px; }

.public-posting { height: calc(100% - 88px); padding-bottom: 92px; }
.posting-hero-v2 { height: 575px; display: grid; grid-template-columns: 61% 39%; border-bottom: 1px solid var(--line); }
.posting-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 42px 76px; }
.posting-hero-copy h1 { max-width: 890px; margin-top: 15px; font-family: var(--serif); font-size: 58px; font-weight: 500; line-height: 1.02; }
.posting-hero-copy > p { max-width: 810px; margin: 18px 0 0; font-size: 19px; }
.posting-facts { display: flex; gap: 58px; margin-top: 28px; }
.posting-facts span { color: var(--ink); font-size: 16px; font-weight: 720; }
.posting-facts small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.posting-actions { display: flex; align-items: center; gap: 26px; margin-top: 30px; }
.posting-actions a { color: var(--coral); font-size: 14px; font-weight: 750; }
.posting-art { position: relative; overflow: hidden; background: var(--navy-deep) url("assets/scientific-systems-visual-v3.webp") 47% center / auto 100% no-repeat; }
.posting-art::before { display: none; }
.posting-art-label { position: absolute; z-index: 3; left: 42px; bottom: 35px; padding: 15px 18px; color: white; background: rgba(27,9,38,.88); border-left: 4px solid var(--mint); font-family: var(--serif); font-size: 28px; line-height: 1.06; }
.posting-art .orb { position: absolute; z-index: 2; border-radius: 50%; }
.posting-art .o1 { width: 185px; height: 185px; left: 150px; top: 145px; background: var(--coral); }
.posting-art .o2 { width: 118px; height: 118px; left: 315px; top: 95px; background: var(--navy-deep); }
.posting-art .o3 { width: 90px; height: 90px; left: 380px; top: 285px; background: var(--mint); border: 1px solid var(--navy); }
.posting-art .mesh { position: absolute; inset: 0; background-image: radial-gradient(rgba(40,16,50,.34) 1px, transparent 1px); background-size: 18px 18px; clip-path: polygon(35% 0,100% 0,100% 72%,45% 45%); }
.posting-lower { height: 325px; display: grid; grid-template-columns: 1.45fr .75fr; gap: 70px; padding: 38px 76px 25px; background: white; }
.posting-lower article h2 { max-width: 880px; margin-top: 10px; font-size: 28px; line-height: 1.2; }
.posting-lower article p { max-width: 860px; margin-top: 12px; font-size: 15px; }
.posting-lower aside { padding: 23px 28px; border-left: 4px solid var(--coral); background: #fff5f1; }
.posting-lower aside > strong { font-size: 18px; }
.posting-lower aside > div { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 18px; margin-top: 19px; }
.posting-lower aside span { position: relative; padding-left: 13px; font-size: 13px; }
.posting-lower aside span::before { content: ""; position: absolute; left: 0; top: .55em; width: 5px; height: 5px; border-radius: 50%; background: var(--coral); }

.application-public { height: calc(100% - 88px); padding: 34px 74px 116px; }
.application-heading { display: flex; justify-content: space-between; align-items: center; }
.application-heading h1 { margin-top: 6px; font-family: var(--serif); font-size: 45px; font-weight: 500; }
.application-heading p { margin: 6px 0 0; font-size: 15px; }
.application-stepper { position: relative; display: grid; grid-template-columns: repeat(5,1fr); margin: 26px 0 22px; padding: 0; list-style: none; }
.application-stepper::before { content: ""; position: absolute; left: 10%; right: 10%; top: 19px; height: 2px; background: #d4ccd5; }
.application-stepper li { position: relative; z-index: 1; display: grid; place-items: center; gap: 6px; color: var(--muted); font-size: 12px; }
.application-stepper i { width: 39px; height: 39px; display: grid; place-items: center; border: 2px solid #bbb2bd; border-radius: 50%; background: #fffdf9; font-style: normal; font-weight: 800; }
.application-stepper li.complete i { color: var(--navy); border-color: var(--mint); background: var(--mint); }
.application-stepper li.active { color: var(--coral); font-weight: 750; }
.application-stepper li.active i { color: white; border-color: var(--coral); background: var(--coral); }
.application-work { display: grid; grid-template-columns: 1.35fr .65fr; gap: 26px; }
.application-work > section { padding: 24px 30px; }
.application-work > section > p { margin: 6px 0 12px; font-size: 14px; }
.material-row { min-height: 80px; display: grid; grid-template-columns: 35px 1fr auto; align-items: center; gap: 15px; border-top: 1px solid var(--line); }
.material-check { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--mint); font-weight: 800; }
.material-row div { display: grid; gap: 4px; }
.material-row small { color: var(--muted); font-size: 12px; }
.application-summary-v2 { padding: 25px 28px; border: 1px solid var(--line); border-radius: 10px; background: #f8f5f9; }
.application-summary-v2 > div { min-height: 47px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #d9d1da; font-size: 13px; }
.application-summary-v2 b { color: #126c5f; }
.application-summary-v2 b.pending { color: var(--coral); }
.application-summary-v2 p { margin: 18px 0; font-size: 13px; }
.application-summary-v2 .btn { width: 100%; }

.problem-scene { display: grid; grid-template-columns: 58% 42%; background: #fffdf9; }
.problem-copy, .problem-flow { min-width: 0; }
.problem-copy { padding: 78px 76px; }
.problem-label { color: var(--coral); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.problem-copy h1 { max-width: 980px; margin-top: 28px; font-family: var(--serif); font-size: 55px; font-weight: 500; line-height: 1.12; }
.problem-copy p { max-width: 850px; margin-top: 32px; font-size: 21px; }
.problem-consequence { max-width: 850px; display: grid; gap: 8px; margin-top: 34px; padding: 20px 24px; border-left: 5px solid var(--coral); background: #fff0ec; }
.problem-consequence strong { color: var(--ink); font-size: 18px; }
.problem-consequence span { color: var(--muted); font-size: 14px; line-height: 1.45; }
.problem-flow { position: relative; padding: 76px 68px 64px; color: white; background: var(--navy-deep); }
.problem-flow > div { min-height: 112px; display: grid; grid-template-columns: 48px 1fr; gap: 22px; align-items: center; border-top: 1px solid rgba(255,255,255,.24); }
.problem-flow > div > span { color: var(--mint); font-size: 13px; font-weight: 800; }
.problem-flow > div > strong { min-width: 0; max-width: 100%; font-size: 18px; line-height: 1.28; }
.problem-flow > section { margin-top: 30px; padding: 24px 26px; border-left: 5px solid var(--coral); color: var(--navy-deep); background: var(--mint); }
.problem-flow > section small { display: block; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.problem-flow > section strong { display: block; margin-top: 9px; font-size: 18px; }
.problem-foot { position: absolute; left: 76px; bottom: 32px; color: var(--muted); font-size: 12px; }

.roles-scene { padding: 72px 76px; background: #fffaf4; }
.roles-heading { max-width: 1230px; }
.roles-heading > span { color: var(--coral); font-size: 13px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.roles-heading h1 { max-width: 1160px; margin-top: 18px; font-family: var(--serif); color: var(--navy); font-size: 62px; font-weight: 500; line-height: 1.02; }
.roles-heading p { max-width: 1080px; margin-top: 19px; color: var(--muted); font-size: 20px; }
.role-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 48px; }
.role-card { position: relative; min-height: 330px; padding: 30px 28px 26px; border: 1px solid var(--line); background: white; box-shadow: 0 10px 30px rgba(40,16,50,.05); }
.role-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 6px; background: var(--coral); }
.role-card.role-2::before { background: var(--mint); }
.role-card.role-3::before { background: var(--lavender); }
.role-card.role-4::before { background: var(--navy); }
.role-card > span { color: var(--coral); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.role-card h2 { min-height: 64px; margin-top: 18px; color: var(--navy); font-size: 26px; line-height: 1.12; }
.role-card p { min-height: 105px; margin-top: 18px; color: var(--muted); font-size: 17px; line-height: 1.45; }
.role-card strong { display: block; padding-top: 18px; border-top: 1px solid var(--line); color: var(--ink); font-size: 15px; }
.roles-flow { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 44px; padding: 20px 28px; color: white; background: var(--navy-deep); }
.roles-flow span { font-size: 15px; font-weight: 760; }
.roles-flow i { color: var(--mint); font-size: 20px; font-style: normal; }
.roles-foot { position: absolute; left: 76px; bottom: 30px; color: var(--muted); font-size: 12px; }

.assign-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.assignment-status { display: flex; gap: 10px; }
.assignment-status span { min-width: 150px; min-height: 58px; display: flex; align-items: center; gap: 9px; padding: 0 16px; border: 1px solid var(--line); background: white; color: var(--muted); font-size: 12px; }
.assignment-status b { color: var(--coral); font-size: 23px; }

.record-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.record-person { display: flex; align-items: center; gap: 20px; }
.record-person .finalist-photo { width: 104px; height: 104px; flex: 0 0 auto; }
.record-person h1 { margin-bottom: 3px; }
.record-person .lede { margin-top: 2px; font-size: 16px; }
.record-layout { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 18px; margin-top: 20px; }
.record-main { display: grid; gap: 15px; }
.record-summary { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.record-summary article { min-height: 108px; display: flex; flex-direction: column; padding: 15px 17px; border: 1px solid var(--line); border-top: 5px solid var(--coral); background: white; }
.record-summary article:nth-child(2) { border-top-color: var(--mint); }
.record-summary article:nth-child(3) { border-top-color: var(--lavender); }
.record-summary small { color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.record-summary strong { margin-top: 8px; font-size: 14px; line-height: 1.25; }
.record-summary span { margin-top: auto; color: var(--muted); font-size: 11px; }
.record-section-head { min-height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; border-bottom: 1px solid var(--line); }
.record-section-head h2 { font-size: 16px; }
.record-section-head > span { color: var(--muted); font-size: 10px; font-weight: 750; }
.record-materials { overflow: hidden; }
.record-materials > div:not(.record-section-head) { min-height: 47px; display: grid; grid-template-columns: 26px 180px 1fr auto; align-items: center; gap: 10px; padding: 0 16px; border-bottom: 1px solid var(--line); }
.record-materials > div:last-child { border-bottom: 0; }
.record-materials .material-check { width: 22px; height: 22px; font-size: 10px; }
.record-materials strong { font-size: 12px; }
.record-materials small { color: var(--muted); font-size: 10px; }
.record-materials a { color: var(--coral); font-size: 10px; font-weight: 850; }
.carried-forward { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.carried-forward .record-section-head { grid-column: 1 / -1; }
.carried-forward > div:not(.record-section-head) { min-height: 86px; padding: 13px 16px; }
.carried-forward > div + div { border-left: 1px solid var(--line); }
.carried-forward b { color: var(--coral); font-size: 10px; }
.carried-forward p { margin: 7px 0 0; color: var(--ink); font-size: 11px; line-height: 1.35; }
.record-history { overflow: hidden; }
.history-item { position: relative; min-height: 105px; display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; padding: 10px 16px; }
.history-item::after { content: ""; position: absolute; left: 33px; top: 70px; bottom: -35px; width: 1px; background: var(--line-dark); }
.history-item:nth-last-of-type(2)::after { display: none; }
.history-item i { position: relative; z-index: 1; width: 34px; height: 34px; display: grid; place-items: center; color: var(--navy); border: 1px solid var(--mint); border-radius: 50%; background: var(--mint-soft); font-style: normal; font-size: 11px; font-weight: 850; }
.history-item.current i { color: white; border-color: var(--coral); background: var(--coral); }
.history-item div { display: grid; gap: 3px; }
.history-item strong { font-size: 13px; }
.history-item span { color: var(--muted); font-size: 10px; }
.history-item small { color: #126c5f; font-size: 10px; font-weight: 750; }
.record-review-summary { margin: 10px 16px 16px; padding: 15px 16px; border-left: 4px solid var(--lavender); background: var(--lavender-soft); }
.record-review-summary small { display: block; color: #7332a3; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.record-review-summary strong { display: block; margin-top: 6px; font-size: 14px; }
.record-review-summary span { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; line-height: 1.35; }

.story-strip { position: absolute; z-index: 5; left: 0; right: 0; bottom: 0; height: 92px; display: grid; grid-template-columns: 82px 205px 1fr 1fr; align-items: center; gap: 18px; padding: 0 42px; color: white; background: var(--navy-deep); }
.story-strip .story-phase { color: var(--mint); text-transform: uppercase; letter-spacing: .1em; font-size: 12px; font-weight: 800; }
.story-role { min-height: 48px; display: flex; flex-direction: column; justify-content: center; padding: 6px 12px; border: 1px solid rgba(255,255,255,.24); border-radius: 5px; }
.story-role small { color: rgba(255,255,255,.55); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.story-role span { margin-top: 2px; color: white; font-size: 12px; font-weight: 800; line-height: 1.15; }
.story-strip strong { font-size: 20px; }
.story-strip p { margin: 0; color: rgba(255,255,255,.78); font-size: 16px; }
.story-strip.coral { border-top: 6px solid var(--coral); }
.story-strip.mint { border-top: 6px solid var(--mint); }
.story-strip.lavender { border-top: 6px solid var(--lavender); }

.title-v2 { display: grid; grid-template-columns: 58% 42%; background: #fffaf4; }
.title-v2-copy { position: relative; padding: 60px 70px 48px; }
.title-dept span { color: var(--coral); text-transform: uppercase; letter-spacing: .1em; font-size: 13px; font-weight: 800; }
.title-dept strong { display: block; margin-top: 6px; font-family: var(--serif); color: var(--navy); font-size: 62px; line-height: .88; font-weight: 500; letter-spacing: -.045em; }
.title-dept em { color: var(--coral); font-style: normal; }
.title-dept small { display: block; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--coral); color: var(--muted); font-size: 14px; }
.title-v2 h1 { margin-top: 52px; max-width: 900px; font-family: var(--serif); font-size: 59px; font-weight: 500; line-height: 1; }
.title-v2 p { max-width: 680px; margin-top: 22px; font-size: 20px; }
.title-stages { margin-top: 38px; display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.title-stages div { padding-top: 12px; border-top: 2px solid var(--navy); }
.title-stages span { display: block; color: var(--coral); font-size: 12px; font-weight: 800; }
.title-stages strong { display: block; margin-top: 11px; font-size: 18px; }
.title-truth { position: absolute; left: 70px; bottom: 31px; color: var(--muted); font-size: 13px; }
.title-v2-art { position: relative; overflow: hidden; background: var(--navy-deep); }
.title-v2-art.scientific-art { background-image: url("assets/scientific-systems-visual-v3.webp"); background-size: auto 100%; background-position: 48% center; background-repeat: no-repeat; }
.art-blob { position: absolute; border-radius: 48% 52% 56% 44%; filter: none; }
.art-blob.mint { width: 480px; height: 650px; left: -150px; top: -130px; background: rgba(115,218,200,.78); transform: rotate(-25deg); }
.art-blob.lavender { width: 430px; height: 600px; left: 140px; top: 200px; background: rgba(185,121,232,.6); transform: rotate(18deg); }
.art-wedge { position: absolute; width: 0; height: 0; left: -100px; bottom: -80px; border-left: 300px solid transparent; border-right: 300px solid transparent; border-bottom: 520px solid var(--coral); transform: rotate(15deg); }
.art-network { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.35) 1.5px, transparent 1.5px); background-size: 18px 18px; clip-path: circle(38% at 56% 44%); }
.art-network::before, .art-network::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; }
.art-network::before { width: 560px; height: 560px; left: 60px; top: 100px; }
.art-network::after { width: 390px; height: 390px; left: 145px; top: 185px; }
.art-node { position: absolute; width: 21px; height: 21px; border-radius: 50%; background: var(--coral); z-index: 2; }
.art-node::after { content: ""; position: absolute; left: 10px; top: 10px; width: 120px; height: 1px; background: rgba(255,255,255,.65); transform: rotate(28deg); transform-origin: left center; }
.art-node:nth-child(3n) { background: var(--mint); }
.art-node:nth-child(4n) { background: var(--lavender); }
.art-node.node-1 { left: 120px; top: 150px; }.art-node.node-2 { left: 305px; top: 125px; }.art-node.node-3 { left: 470px; top: 210px; }.art-node.node-4 { left: 220px; top: 310px; }.art-node.node-5 { left: 410px; top: 380px; }.art-node.node-6 { left: 120px; top: 500px; }.art-node.node-7 { left: 330px; top: 580px; }.art-node.node-8 { left: 515px; top: 520px; }.art-node.node-9 { left: 265px; top: 720px; }.art-node.node-10 { left: 480px; top: 760px; }.art-node.node-11 { left: 65px; top: 760px; }.art-node.node-12 { left: 575px; top: 105px; }.art-node.node-13 { left: 565px; top: 650px; }
.art-label { position: absolute; right: 42px; bottom: 36px; color: white; font-size: 15px; }

.chapter-scene { position: relative; padding: 70px 82px; overflow: hidden; color: var(--ink); background: #fffdf9; }
.chapter-scene::after { content: ""; position: absolute; z-index: 0; right: 0; top: 0; width: 48%; height: 100%; background: var(--navy-deep) url("assets/scientific-systems-visual-v3.webp") 54% center / auto 100% no-repeat; clip-path: polygon(18% 0,100% 0,100% 100%,0 100%); transform: none; }
.chapter-scene.mint::after, .chapter-scene.lavender::after, .chapter-scene.coral::after { background: var(--navy-deep) url("assets/scientific-systems-visual-v3.webp") 54% center / auto 100% no-repeat; }
.chapter-content { position: relative; z-index: 2; margin-top: 190px; max-width: 1040px; }
.chapter-label { color: var(--coral); font-size: 14px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.chapter-content h1 { margin-top: 15px; font-family: var(--serif); font-size: 112px; font-weight: 500; }
.chapter-content p { max-width: 900px; margin-top: 18px; color: var(--ink); font-size: 30px; }
.chapter-line { display: flex; gap: 18px; margin-top: 62px; }
.chapter-line i { width: 110px; height: 10px; background: var(--navy); }
.chapter-line i:nth-child(2) { background: var(--coral); }.chapter-line i:nth-child(3) { background: var(--mint); }.chapter-line i:nth-child(4) { background: var(--lavender); }
.chapter-foot { position: absolute; z-index: 2; left: 68px; bottom: 38px; color: var(--muted); font-size: 13px; }

.finalist-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.finalist-heading > span { margin-top: 14px; padding: 9px 12px; color: var(--muted); border: 1px solid var(--line); border-radius: 5px; font-size: 12px; font-weight: 700; }
.finalist-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 22px; }
.finalist-card { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 8px 26px rgba(40,16,50,.05); }
.finalist-card.selected { box-shadow: inset 0 5px var(--coral), 0 8px 26px rgba(40,16,50,.06); }
.finalist-top { min-height: 155px; display: grid; grid-template-columns: 150px 1fr; gap: 20px; padding: 20px; }
.finalist-photo { width: 150px; height: 135px; border-radius: 7px; background-image: url("assets/candidate-headshots-v3.webp"); background-size: 300% auto; background-repeat: no-repeat; }
.finalist-photo.maya { background-position: left center; }
.finalist-photo.priya { background-position: center center; }
.finalist-photo.jordan { background-position: right center; }
.finalist-top h2 { margin-top: 4px; font-size: 25px; }
.finalist-top p { min-height: 48px; margin: 8px 0 10px; font-size: 14px; line-height: 1.35; }
.finalist-top a { color: var(--coral); font-size: 13px; font-weight: 800; }
.finalist-scores { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); }
.finalist-scores > div { min-height: 78px; padding: 13px 11px; }
.finalist-scores > div + div { border-left: 1px solid var(--line); }
.finalist-scores span { display: block; min-height: 25px; color: var(--muted); font-size: 10px; font-weight: 700; line-height: 1.15; }
.finalist-scores strong { color: var(--navy); font-size: 23px; }
.finalist-scores small { color: var(--muted); font-size: 10px; }
.finalist-scores .overall { background: #fff1ed; }
.finalist-scores .overall strong { color: var(--coral); }
.comparison-v3 { margin-top: 20px; overflow: hidden; }
.comparison-head { height: 56px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); }
.comparison-head h2 { font-size: 19px; }
.comparison-head span { color: var(--muted); font-size: 12px; }
.comparison-v3 table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.comparison-v3 th { height: 37px; padding: 0 16px; text-align: left; color: var(--muted); background: #f7f4f8; font-size: 10px; text-transform: uppercase; letter-spacing: .04em; }
.comparison-v3 td { height: 56px; padding: 0 16px; border-top: 1px solid var(--line); }
.comparison-v3 td:first-child { width: 28%; }
.comparison-v3 td strong { display: block; font-size: 14px; }
.comparison-v3 td:first-child small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
.comparison-v3 td a { color: var(--coral); font-size: 11px; font-weight: 800; }
.mini-bar { display: block; width: 88px; height: 4px; margin-top: 4px; background: #ece8ed; }
.mini-bar i { display: block; height: 100%; background: var(--mint); }

.end-v2 { display: grid; grid-template-columns: 47% 53%; background: #fffaf4; }
.end-v2-brand { position: relative; overflow: hidden; padding: 70px; color: white; background: var(--navy-deep); }
.end-v2-brand > span { color: var(--coral); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.end-v2-brand > strong { display: block; margin-top: 18px; font-family: var(--serif); font-size: 65px; line-height: .95; font-weight: 500; }
.end-v2-brand em { color: var(--coral); font-style: normal; }
.end-v2-brand small { display: block; margin-top: 26px; color: var(--mint); font-size: 16px; }
.end-motif { position: absolute; left: -130px; right: -50px; bottom: -250px; height: 600px; border: 2px solid var(--mint); border-radius: 50%; box-shadow: 90px -60px 0 -88px var(--coral), 180px -120px 0 -176px var(--lavender); }
.end-v2-copy { padding: 82px 95px; }
.end-v2-copy h1 { font-family: var(--serif); font-size: 64px; font-weight: 500; }
.end-list { margin-top: 38px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--ink); }
.end-list span { padding: 17px 0; border-bottom: 1px solid #cfc5ce; font-size: 18px; font-weight: 700; }
.end-v2-copy > p { max-width: 760px; margin-top: 52px; font-size: 20px; }
.end-v2-copy > small { display: block; margin-top: 28px; color: var(--muted); }

/* V7: clear separation between the public posting, the internal workspace,
   and the video's explanatory captions. */
:root {
  --blue: #236ca8;
  --blue-dark: #164f80;
  --blue-soft: #eaf3f9;
  --coral: #df654f;
  --navy: #17324b;
  --navy-deep: #10263a;
  --mint: #55aa9b;
  --mint-soft: #e9f6f3;
  --lavender: #7d80ad;
  --lavender-soft: #f0f1f7;
  --ink: #182532;
  --muted: #617080;
  --line: #dbe3e9;
  --line-dark: #c7d1d9;
  --wash: #f5f8fa;
}

.app-shell { grid-template-columns: 176px 1fr; }
.workspace { background: #f6f8fa; }
.brand-rail {
  padding: 24px 16px;
  color: var(--ink);
  background: #fff;
  border-right: 1px solid var(--line);
}
.rail-identity { padding: 0 4px 19px; border-bottom: 1px solid var(--line); }
.rail-identity span { display: block; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rail-identity strong { display: block; margin-top: 7px; color: var(--navy); font-family: var(--serif); font-size: 18px; font-weight: 600; line-height: 1.04; }
.rail-product { margin: 17px 4px 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rail-nav { display: grid; gap: 4px; }
.rail-nav a { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 0 10px; color: #516172; border-left: 3px solid transparent; border-radius: 4px; text-decoration: none; font-size: 13px; font-weight: 700; }
.rail-nav a i { width: 20px; color: #7c8b98; font-style: normal; text-align: center; }
.rail-nav a.active { color: var(--blue-dark); border-left-color: var(--blue); background: var(--blue-soft); }
.rail-nav a.active i { color: var(--blue); }
.rail-truth { left: 20px; right: 14px; bottom: 22px; color: #83909b; font-size: 9px; }
.dept-kicker, .dept-wordmark, .affiliation, .brand-rule, .science-motif { display: none; }

.topbar { height: 84px; padding: 0 34px; background: #fff; border-bottom: 1px solid var(--line); }
.product-title { color: var(--navy); font-size: 18px; }
.progress-nav { grid-template-columns: repeat(5, 104px); height: 60px; }
.progress-item { color: #657484; font-size: 11px; }
.progress-item::after { bottom: -16px; background: #cbd5dc; }
.progress-item i { bottom: -21px; background: #fff; border-color: #8393a0; }
.progress-item.active { color: var(--blue); }
.progress-item.active i { bottom: -24px; background: var(--blue); border-color: var(--blue); }

.page { padding: 31px 36px 118px; background: #f6f8fa; }
.page-main { padding: 31px 28px 118px 36px; background: #f6f8fa; }
.sidepanel { padding: 31px 25px 118px; background: #fff; }
.page-kicker { display: block; margin-bottom: 7px; color: var(--blue-dark); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
h1 { color: var(--navy); font-size: 38px; }
.lede { color: var(--muted); font-size: 16px; }
.panel, .posting-aside, .rounds { border-radius: 7px; box-shadow: 0 4px 16px rgba(23,50,75,.035); }
.stats { margin-top: 17px; }
.stat { min-height: 78px; background: #fff; }
.stat:nth-child(1), .stat:nth-child(2), .stat:nth-child(3) { border-left: 4px solid var(--blue); }
.stat:nth-child(2) { border-left-color: var(--mint); }
.stat:nth-child(3) { border-left-color: #7d80ad; }
.stat:nth-child(1) strong, .stat:nth-child(2) strong, .stat:nth-child(3) strong { color: var(--navy); }
.table thead { color: var(--muted); background: #eef3f6; }
.table th { color: #5e6d7b; }
.table tr.selected { background: var(--blue-soft); box-shadow: inset 4px 0 var(--blue); }
.avatar { color: var(--blue-dark); background: #dfeef6; }
.btn.primary { background: var(--blue); border-color: var(--blue); }
.btn { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; }
.bar i, .mini-bar i { background: var(--blue); }
.dot.on { background: var(--blue); border-color: var(--blue); }
.event .node { color: var(--blue); border-color: var(--blue); }

.story-strip {
  left: 18px;
  right: 18px;
  bottom: 16px;
  height: 82px;
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 18px;
  padding: 13px 22px;
  color: white;
  border: 0;
  border-radius: 9px;
  background: rgba(16,38,58,.97);
  box-shadow: 0 12px 34px rgba(16,38,58,.2);
}
.story-strip.coral, .story-strip.mint, .story-strip.lavender { border: 0; }
.story-strip::before { content: "VIDEO GUIDE"; position: absolute; left: 22px; top: 9px; color: #9fb3c3; font-size: 8px; font-weight: 850; letter-spacing: .13em; }
.story-meta { align-self: end; display: grid; gap: 3px; }
.story-strip .story-phase { color: #8bd2c5; font-size: 11px; }
.story-role { min-height: 0; padding: 0; color: #dce6ed; border: 0; font-size: 11px; font-weight: 700; }
.story-copy { align-self: center; min-width: 0; display: grid; grid-template-columns: minmax(320px,.9fr) 1.1fr; gap: 18px; align-items: center; padding-left: 19px; border-left: 1px solid rgba(255,255,255,.2); }
.story-strip strong { font-size: 17px; line-height: 1.2; }
.story-strip p { color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.35; }

.title-v2 { grid-template-columns: 64% 36%; background: #f6f8fa; }
.title-v2-copy { padding: 106px 92px 72px; }
.demo-kicker { color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.title-v2 h1 { max-width: 980px; margin-top: 80px; color: var(--navy); font-family: var(--serif); font-size: 94px; font-weight: 500; line-height: .94; }
.title-v2 p { max-width: 780px; margin-top: 28px; color: #536677; font-size: 25px; }
.title-stages { margin-top: 66px; gap: 26px; }
.title-stages div { border-top-color: #a9bac7; }
.title-stages span { color: var(--blue); }
.title-dept.compact { position: absolute; left: 92px; bottom: 62px; display: grid; grid-template-columns: auto auto; column-gap: 12px; align-items: baseline; }
.title-dept.compact span { grid-column: 1 / -1; color: #7b8996; font-size: 9px; }
.title-dept.compact strong { margin: 5px 0 0; color: var(--navy); font-family: var(--font); font-size: 14px; font-weight: 800; letter-spacing: 0; line-height: 1.2; }
.title-dept.compact small { margin: 0; padding: 0; color: #7b8996; border: 0; font-size: 11px; }
.title-v2-art.scientific-art { background: #eaf3f7 url("assets/scientific-posting-hero-v7.webp") center / cover no-repeat; }
.title-v2-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.1), rgba(16,38,58,.08)); }
.title-art-card { position: absolute; z-index: 2; left: 42px; right: 42px; bottom: 46px; padding: 24px 26px; color: white; background: rgba(16,38,58,.92); border-left: 5px solid #69bbae; box-shadow: 0 15px 36px rgba(16,38,58,.18); }
.title-art-card span { display: block; color: #a8dcd3; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.title-art-card strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 27px; line-height: 1.15; }
.title-art-card small { display: block; margin-top: 12px; color: rgba(255,255,255,.74); font-size: 11px; }

.public-demo-header { height: 82px; padding: 0 58px; color: var(--navy); background: #fff; border-bottom: 1px solid var(--line); }
.public-dept > span { color: var(--blue); }
.public-dept strong { color: var(--navy); }
.public-dept em { color: var(--blue); }
.public-dept small { color: #7d8b98; }
.public-demo-header nav a { color: #71808d; }
.public-demo-header nav a.active { color: var(--blue-dark); }
.public-demo-header nav a.active::after { height: 3px; background: var(--blue); }
.public-posting, .application-public { height: calc(100% - 82px); }
.posting-hero-v2 { grid-template-columns: 58% 42%; }
.posting-hero-copy { padding-left: 76px; background: #fbfcfd; }
.posting-art { background: #eaf3f7 url("assets/scientific-posting-hero-v7.webp") center / cover no-repeat; }
.posting-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(16,38,58,.12)); }
.posting-art-label { left: 38px; bottom: 34px; color: white; background: rgba(16,38,58,.9); border-left-color: #69bbae; font-size: 24px; }
.posting-actions a, .eyebrow { color: var(--blue); }
.posting-lower aside { border-left-color: var(--blue); background: #edf5f9; }
.posting-lower aside span::before { background: var(--blue); }
.external-truth { bottom: 110px; }

.chapter-scene { background: #f6f8fa; }
.chapter-scene::after,
.chapter-scene.mint::after,
.chapter-scene.lavender::after,
.chapter-scene.coral::after {
  width: 40%;
  background: #eaf3f7 url("assets/scientific-posting-hero-v7.webp") center / cover no-repeat;
  clip-path: polygon(16% 0,100% 0,100% 100%,0 100%);
}
.chapter-scene::before { content: "VIDEO CHAPTER"; position: absolute; z-index: 2; left: 82px; top: 72px; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.chapter-content { margin-top: 205px; }
.chapter-content h1 { color: var(--navy); font-size: 104px; }
.chapter-content p { max-width: 870px; color: #566979; font-size: 27px; }
.chapter-label { color: var(--blue); }
.chapter-line i { background: var(--navy); }
.chapter-line i:nth-child(2) { background: var(--blue); }
.chapter-line i:nth-child(3) { background: var(--mint); }
.chapter-line i:nth-child(4) { background: #7d80ad; }

.end-v2 { grid-template-columns: 30% 70%; background: #f6f8fa; }
.end-v2-brand { padding: 72px 54px; color: var(--navy); background: #eaf3f7 url("assets/scientific-posting-hero-v7.webp") center / cover no-repeat; }
.end-v2-brand::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.68); }
.end-v2-brand > span, .end-v2-brand > strong, .end-v2-brand > small { position: relative; z-index: 2; }
.end-v2-brand > span { color: var(--blue); font-size: 11px; }
.end-v2-brand > strong { margin-top: 14px; color: var(--navy); font-size: 39px; line-height: 1.02; }
.end-v2-brand em { color: var(--blue); }
.end-v2-brand small { color: #536777; font-size: 13px; }
.end-motif { display: none; }
.end-v2-copy { padding: 82px 98px; }
.end-v2-copy h1 { color: var(--navy); font-size: 61px; }

/* V8 guided-demo hierarchy: one message and one visual focus per scene. */
.story-strip {
  height: 104px;
  grid-template-columns: 235px 1fr;
  padding: 18px 26px 15px;
}
.story-strip::before { content: "NOW SHOWING"; left: 26px; top: 12px; color: #9fb9ca; font-size: 10px; }
.story-meta { gap: 4px; }
.story-strip .story-phase { font-size: 13px; }
.story-role { font-size: 13px; }
.story-copy { grid-template-columns: 1fr 66px; gap: 22px; padding-left: 26px; }
.story-strip strong { font-size: 29px; line-height: 1.08; }
.story-strip p { display: none; }
.guide-arrow { width: 50px; height: 50px; display: grid; place-items: center; color: white; border: 2px solid #72c6b6; border-radius: 50%; font-size: 31px; font-weight: 400; }

.position-label { margin-bottom: 19px; color: var(--blue); font-size: 29px; font-weight: 850; letter-spacing: -.02em; }
.public-posting { padding-bottom: 0; }
.posting-hero-v2 { height: calc(100% - 82px); grid-template-columns: 59% 41%; border-bottom: 0; }
.posting-hero-copy { padding: 58px 76px 160px; }
.posting-hero-copy h1 { max-width: 930px; margin-top: 0; font-size: 70px; line-height: .98; }
.posting-hero-copy > p { max-width: 820px; margin-top: 28px; font-size: 22px; line-height: 1.45; }
.posting-facts { gap: 68px; margin-top: 42px; padding: 26px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.posting-facts span { font-size: 20px; }
.posting-facts small { font-size: 12px; }
.posting-actions { margin-top: 36px; }
.posting-actions .btn { min-height: 62px; padding: 0 30px; font-size: 19px; }
.posting-actions a { font-size: 17px; }
.posting-lower { display: none; }
.posting-art-label { bottom: 142px; font-size: 27px; }

body[data-scene="application"] .application-work > section {
  border: 3px solid var(--blue);
  box-shadow: 0 14px 36px rgba(35,108,168,.16);
}
body[data-scene="application"] .application-summary-v2 { opacity: .35; }

body[data-scene="record"] .record-heading,
body[data-scene="record"] .record-summary,
body[data-scene="record"] .record-history { position: relative; z-index: 1; }
body[data-scene="record"] .record-summary,
body[data-scene="record"] .record-history { box-shadow: 0 0 0 3px rgba(35,108,168,.78), 0 14px 32px rgba(35,108,168,.12); }
body[data-scene="record"] .record-materials,
body[data-scene="record"] .carried-forward { opacity: .3; }

body[data-scene="dashboard"] .stats,
body[data-scene="dashboard"] .filters { opacity: .28; }
body[data-scene="dashboard"] .page-main > .panel { box-shadow: 0 0 0 3px rgba(35,108,168,.76), 0 14px 34px rgba(35,108,168,.12); }
body[data-scene="dashboard"] .table tbody tr:not(.selected) { opacity: .28; }
body[data-scene="dashboard"] .table tr.selected { box-shadow: inset 7px 0 var(--blue); }

body[data-scene="filter"] .stats,
body[data-scene="filter"] .table-tools,
body[data-scene="filter"] .page-main > .panel,
body[data-scene="filter"] .sidepanel { opacity: .27; }
body[data-scene="filter"] .filters { padding: 15px; border: 3px solid var(--blue); border-radius: 7px; background: white; box-shadow: 0 14px 34px rgba(35,108,168,.13); }

body[data-scene="assign"] .page > div[style] > .panel:first-child { opacity: .3; }
body[data-scene="assign"] .page > div[style] > .panel:last-child { border: 3px solid var(--blue); box-shadow: 0 14px 34px rgba(35,108,168,.13); }

body[data-scene="rubric"] .rubric-row { opacity: .24; }
body[data-scene="rubric"] .rubric-row:nth-child(2) { opacity: 1; position: relative; z-index: 1; box-shadow: inset 7px 0 var(--blue), 0 0 0 3px var(--blue); }
body[data-scene="rubric"] .round-tabs { opacity: .34; }

body[data-scene="round_results"] .round-results-stats,
body[data-scene="round_results"] .results-round-switch { opacity: .3; }
body[data-scene="round_results"] .round-results-table tbody tr:not(.selected) { opacity: .22; }
body[data-scene="round_results"] .round-results-table tr.selected,
body[data-scene="round_results"] .result-detail { position: relative; z-index: 1; box-shadow: 0 0 0 3px rgba(35,108,168,.78), 0 14px 32px rgba(35,108,168,.12); }

body[data-scene="rounds"] .candidate-row { opacity: .22; }
body[data-scene="rounds"] .round-column:first-child .candidate-row:nth-child(2),
body[data-scene="rounds"] .round-column:last-child .candidate-row:nth-child(2) { opacity: 1; border: 3px solid var(--blue); border-left-width: 7px; box-shadow: 0 12px 28px rgba(35,108,168,.11); }

body[data-scene="onsite"] .timeline .event { opacity: .22; }
body[data-scene="onsite"] .timeline .event:nth-child(3),
body[data-scene="onsite"] .timeline .event:nth-child(5) { opacity: 1; box-shadow: inset 6px 0 var(--blue); padding-left: 18px; background: white; }
body[data-scene="onsite"] .sidepanel { box-shadow: inset 0 0 0 3px var(--blue); }

body[data-scene="results"] .comparison-v3 { opacity: .22; }
body[data-scene="results"] .finalist-card { box-shadow: 0 0 0 3px rgba(35,108,168,.62), 0 14px 30px rgba(35,108,168,.11); }

.roles-heading > p, .roles-flow, .role-card > strong { display: none; }
.role-card { min-height: 310px; }
.role-card h2 { min-height: 54px; font-size: 30px; }
.role-card p { min-height: 0; margin-top: 24px; color: #3f4d5b; font-size: 21px; line-height: 1.42; }
.problem-consequence span { display: none; }
.problem-consequence strong { font-size: 24px; }

.feature-intro { display: grid; grid-template-columns: 210px 1fr 420px; align-items: center; padding: 80px 92px; color: var(--navy); background: #f6f8fa; }
.feature-count { align-self: start; width: 112px; height: 112px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--blue); font-family: var(--serif); font-size: 52px; }
.feature-intro-copy { max-width: 1010px; }
.feature-intro-copy > span { color: var(--blue); font-size: 15px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.feature-intro-copy h1 { margin-top: 24px; color: var(--navy); font-family: var(--serif); font-size: 96px; font-weight: 500; line-height: .95; }
.feature-intro-copy > p { margin: 27px 0 0; color: #506576; font-size: 28px; font-weight: 700; }
.feature-focus { margin-top: 60px; padding: 26px 30px; border-left: 7px solid var(--mint); background: white; box-shadow: 0 14px 38px rgba(23,50,75,.08); }
.feature-focus small { display: block; color: #6c7b88; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.feature-focus strong { display: block; margin-top: 10px; color: var(--navy); font-size: 28px; line-height: 1.25; }
.feature-path { position: relative; width: 330px; height: 680px; justify-self: end; border-left: 2px solid #c4d1da; }
.feature-path::before { content: ""; position: absolute; left: -14px; top: 50%; width: 26px; height: 26px; margin-top: -13px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 12px rgba(35,108,168,.12); }
.feature-path::after { content: "→"; position: absolute; left: 62px; top: 50%; margin-top: -42px; color: var(--blue); font-size: 82px; }
.feature-path i { position: absolute; right: 0; width: 170px; height: 3px; background: #c4d1da; }
.feature-path i:nth-child(1) { top: 14%; }
.feature-path i:nth-child(2) { top: 38%; }
.feature-path i:nth-child(3) { top: 62%; }
.feature-path i:nth-child(4) { top: 86%; }
.feature-truth { position: absolute; left: 92px; bottom: 48px; color: #7a8995; font-size: 12px; }

@media (prefers-reduced-motion: no-preference) {
  .art-blob { animation: drift 7s ease-in-out infinite alternate; }
  .art-node { animation: pulse 2.8s ease-in-out infinite alternate; }
  .progress-item.active i { animation: pulse 1.6s ease-in-out infinite alternate; }
}
@keyframes drift { to { transform: translate3d(22px,-14px,0) rotate(-18deg); } }
@keyframes pulse { to { box-shadow: 0 0 0 9px rgba(255,77,53,.12); } }

/* V10 guide layout: one connected reading unit, followed by an uncluttered product crop. */
.story-strip { display: none !important; }

.feature-intro {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  padding: 74px;
  color: var(--navy);
  background: #f1f5f7;
}
.feature-card {
  width: 1480px;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  padding: 62px 88px 46px;
  border: 1px solid #d5dde3;
  border-radius: 16px;
  background: white;
  box-shadow: 0 20px 48px rgba(23,50,75,.13);
}
.feature-role {
  color: #258f8d;
  font-size: 27px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.feature-card h1 {
  max-width: 1250px;
  margin: 26px 0 0;
  color: var(--navy);
  font-family: var(--font);
  font-size: 92px;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.feature-card .feature-focus {
  margin-top: 42px;
  padding: 34px 0 0;
  border: 0;
  border-top: 3px solid #55aaa4;
  background: transparent;
  box-shadow: none;
}
.feature-card .feature-focus small {
  display: block;
  color: #258f8d;
  font-size: 23px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.feature-card .feature-focus strong {
  display: block;
  max-width: 1220px;
  margin-top: 16px;
  color: var(--navy);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.25;
}
.feature-card .feature-truth {
  position: static;
  margin-top: auto;
  color: #687985;
  font-size: 18px;
}

body[data-scene="posting"] .external-truth,
body[data-scene="application"] .external-truth,
body[data-scene="record"] .rail-truth,
body[data-scene="dashboard"] .rail-truth,
body[data-scene="filter"] .rail-truth,
body[data-scene="assign"] .rail-truth,
body[data-scene="rubric"] .rail-truth,
body[data-scene="round_results"] .rail-truth,
body[data-scene="rounds"] .rail-truth,
body[data-scene="onsite"] .rail-truth,
body[data-scene="results"] .rail-truth { display: none; }

body[data-scene="posting"] .posting-hero-v2 { height: 100%; }

/* V11 product-film system: one continuous workflow, action-to-result storytelling. */
.frame, .frame h1, .frame h2, .frame h3,
.public-dept strong, .rail-identity strong, .posting-hero-copy h1,
.end-v11 h1 { font-family: var(--font); }
.workspace { position: relative; }
.rail-identity strong { font-size: 16px; font-weight: 790; letter-spacing: -.025em; line-height: 1.12; }
.rail-product { color: var(--navy); font-size: 11px; }
.topbar { height: 92px; padding: 0 38px; }
.product-title { font-size: 21px; font-weight: 800; }
.progress-nav { width: 650px; grid-template-columns: repeat(5, 1fr); height: 64px; align-items: center; }
.progress-item { color: #5a6876; font-size: 15px; font-weight: 680; }
.progress-item::after { bottom: 4px; }
.progress-item i { bottom: -1px; width: 12px; height: 12px; }
.progress-item.active { color: var(--blue-dark); font-weight: 820; }
.progress-item.active i { bottom: -4px; width: 18px; height: 18px; }

.film-caption {
  position: absolute;
  z-index: 12;
  left: 212px;
  bottom: 28px;
  width: 980px;
  min-height: 92px;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  padding: 20px 28px;
  color: var(--navy);
  border: 1px solid #cbd7df;
  border-left: 7px solid var(--blue);
  border-radius: 8px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 44px rgba(23,50,75,.16);
}
.film-caption span { color: var(--blue-dark); font-size: 16px; font-weight: 820; }
.film-caption strong { padding-left: 24px; border-left: 1px solid var(--line); font-size: 25px; font-weight: 720; line-height: 1.24; }
.external-frame .film-caption { left: 54px; }
.page, .page-main, .sidepanel { padding-bottom: 142px; }

.external-filmbar, .opening-filmbar, .end-filmbar {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 56px;
  color: var(--navy);
  border-bottom: 1px solid var(--line);
  background: white;
}
.external-filmbar > strong, .opening-filmbar > strong, .end-filmbar > strong { font-size: 21px; }
.external-filmbar .progress-nav, .opening-filmbar .progress-nav, .end-filmbar .progress-nav { margin-right: 38px; }
.public-demo-header { height: 82px; padding: 0 56px; }
.public-dept strong { font-size: 20px; font-weight: 790; letter-spacing: -.02em; }
.public-posting, .application-public { height: calc(100% - 174px); }
body[data-scene="posting"] .posting-hero-v2 { height: 100%; }
.posting-hero-copy { padding: 50px 72px 142px; }
.posting-hero-copy h1 { max-width: 1000px; font-size: 66px; font-weight: 760; letter-spacing: -.045em; }
.posting-art-label { bottom: 132px; font-family: var(--font); font-size: 24px; font-weight: 720; }
.external-truth { display: none; }

/* Remove the V10 spotlight treatment. The product remains stable while the action state tells the story. */
body[data-scene] .stats,
body[data-scene] .filters,
body[data-scene] .page-main > .panel,
body[data-scene] .sidepanel,
body[data-scene] .table tbody tr,
body[data-scene] .round-tabs,
body[data-scene] .rubric-row,
body[data-scene] .round-results-stats,
body[data-scene] .results-round-switch,
body[data-scene] .round-results-table tbody tr,
body[data-scene] .candidate-row,
body[data-scene] .timeline .event,
body[data-scene] .comparison-v3,
body[data-scene] .application-summary-v2,
body[data-scene] .page > div[style] > .panel { opacity: 1 !important; }
body[data-scene] .page-main > .panel,
body[data-scene] .sidepanel,
body[data-scene] .result-detail,
body[data-scene] .finalist-card,
body[data-scene] .page > div[style] > .panel { box-shadow: 0 4px 18px rgba(23,50,75,.055); }
body[data-scene="posting"] .posting-actions .primary,
body[data-scene="assign"] .page > div[style] > .panel:last-child,
body[data-scene="filter"] .filters,
body[data-scene="onsite"] .sidepanel { box-shadow: 0 0 0 3px rgba(35,108,168,.48), 0 14px 34px rgba(35,108,168,.12); }
body[data-scene="dashboard"] .table tr.selected,
body[data-scene="round_results"] .round-results-table tr.selected,
body[data-scene="results"] .finalist-card.selected { box-shadow: inset 6px 0 var(--blue), 0 4px 18px rgba(23,50,75,.055); }

.opening-v11 { color: var(--navy); background: #f6f8fa; }
.opening-flow {
  height: 548px;
  display: grid;
  grid-template-columns: 310px 330px 150px 342px 1fr;
  gap: 22px;
  align-items: center;
  padding: 36px 48px 18px;
}
.opening-inbox, .opening-record, .opening-table, .opening-files > div {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 8px 24px rgba(23,50,75,.07);
}
.opening-inbox { height: 416px; padding: 22px; }
.opening-inbox h2, .opening-table h2 { font-size: 22px; }
.opening-search { margin: 18px 0 7px; padding: 13px 15px; color: #71808d; border-radius: 7px; background: #f2f5f7; font-size: 14px; }
.opening-email { min-height: 78px; display: grid; grid-template-columns: 10px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); }
.opening-email i { width: 8px; height: 8px; border-radius: 50%; background: #adb9c3; }
.opening-email.active i { background: var(--coral); }
.opening-email span { display: grid; gap: 5px; }
.opening-email strong { font-size: 15px; }
.opening-email small, .opening-email time { color: var(--muted); font-size: 12px; }
.opening-files { display: grid; gap: 16px; }
.opening-files > div { min-height: 82px; display: grid; grid-template-columns: 54px 1fr; align-items: center; padding: 14px 18px; }
.opening-files b { color: white; font-size: 11px; }
.opening-files > div:nth-child(1) b { color: #d34e3b; }
.opening-files > div:nth-child(2) b { color: var(--blue); }
.opening-files > div:nth-child(3) b { color: var(--green); }
.opening-files > div:nth-child(4) b { color: var(--navy); }
.opening-files span { display: grid; gap: 4px; }
.opening-files strong { font-size: 14px; }
.opening-files small { color: var(--muted); font-size: 11px; }
.opening-connector { position: relative; height: 340px; display: grid; place-items: center; }
.opening-connector::before, .opening-connector::after { content: ""; position: absolute; top: 50%; width: 54px; height: 2px; background: #94a6b4; }
.opening-connector::before { left: 0; }
.opening-connector::after { right: 0; }
.opening-connector i { width: 72px; height: 72px; border: 8px solid #d8f0eb; border-radius: 50%; background: var(--navy); box-shadow: inset 0 0 0 12px white; }
.opening-connector strong { position: absolute; top: 226px; width: 150px; color: var(--green); text-align: center; font-size: 15px; }
.opening-record { height: 430px; padding: 20px; }
.opening-record header { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.opening-avatar { width: 50px; height: 50px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--blue); font-weight: 800; }
.opening-record header small { color: var(--green); font-size: 12px; font-weight: 800; }
.opening-record header h2 { margin-top: 3px; font-size: 21px; }
.opening-record header > b { color: var(--green); font-size: 12px; }
.opening-record > div { min-height: 74px; display: grid; grid-template-columns: 100px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); }
.opening-record > div span { color: var(--muted); font-size: 12px; }
.opening-record > div strong { font-size: 13px; }
.opening-record > div i { color: var(--green); font-style: normal; }
.opening-table { height: 300px; overflow: hidden; }
.opening-table h2 { padding: 20px; }
.opening-table-head, .opening-table-row { display: grid; grid-template-columns: 1.4fr 1fr .6fr 1.25fr; gap: 10px; align-items: center; min-height: 64px; padding: 0 18px; border-top: 1px solid var(--line); }
.opening-table-head { color: var(--muted); background: #eef3f6; font-size: 11px; font-weight: 780; }
.opening-table-row { font-size: 13px; }
.opening-table-row:first-of-type { border-left: 5px solid var(--green); background: var(--green-soft); }
.opening-table-row b { color: var(--green); font-size: 11px; }
.opening-table-row.muted { opacity: .48; }
.opening-statement { padding: 24px 50px 0; border-top: 1px solid var(--line); }
.opening-statement h1 { max-width: 1320px; margin: 0; font-size: 58px; font-weight: 790; letter-spacing: -.045em; line-height: 1.03; }
.opening-statement p { margin: 18px 0 0; color: #566878; font-size: 24px; }
.problem-foot { position: absolute; right: 48px; bottom: 30px; color: #82909b; font-size: 12px; }

.connected-review-head { display: flex; justify-content: space-between; align-items: flex-start; }
.connected-review-head h1 { font-size: 36px; font-weight: 780; }
.connected-review-head p { margin: 5px 0 0; font-size: 15px; }
.connected-review { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 72px 465px; gap: 14px; margin-top: 18px; }
.connected-rubric, .connected-results { min-height: 704px; padding: 20px 22px; }
.connected-section-head { min-height: 60px; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); }
.connected-section-head h2 { font-size: 21px; }
.connected-section-head p { margin: 4px 0 0; font-size: 13px; }
.connected-section-head > span { color: var(--muted); font-size: 12px; }
.connected-criterion { min-height: 125px; display: grid; grid-template-columns: 1fr 265px; gap: 18px; align-items: center; padding: 13px 14px; border-bottom: 1px solid var(--line); }
.connected-criterion > div:first-child { display: grid; gap: 4px; }
.connected-criterion strong { font-size: 16px; }
.connected-criterion small { color: var(--muted); font-size: 12px; }
.connected-criterion p { margin: 5px 0 0; padding: 8px 10px; border-left: 3px solid #c8d2db; background: #f5f7f9; font-size: 12px; line-height: 1.25; }
.connected-criterion.active { margin: 0 -3px; border: 2px solid var(--blue); border-radius: 7px; background: #fbfdff; box-shadow: 0 8px 22px rgba(35,108,168,.10); }
.connected-criterion.active p { border-left-color: var(--blue); background: var(--blue-soft); }
.connected-dots { display: flex; gap: 8px; }
.connected-dots i { width: 40px; height: 40px; display: grid; place-items: center; color: #687784; border: 1px solid var(--line-dark); border-radius: 6px; font-style: normal; }
.connected-dots i.on { color: white; border-color: var(--blue); background: var(--blue); font-weight: 800; }
.connected-actions { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; font-size: 13px; font-weight: 750; }
.sync-bridge { position: relative; display: grid; place-items: center; color: var(--blue); text-align: center; font-size: 11px; font-weight: 800; }
.sync-bridge::before { content: ""; position: absolute; left: 0; right: 0; top: 48%; height: 2px; background: var(--blue); }
.sync-bridge i { z-index: 1; width: 20px; height: 20px; border: 5px solid white; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 8px rgba(35,108,168,.13); }
.sync-bridge span { position: absolute; top: 54%; width: 80px; padding-top: 8px; background: #f6f8fa; }
.connected-score { display: grid; grid-template-columns: 1fr auto auto; align-items: baseline; margin: 18px 0 12px; padding: 16px; color: white; border-radius: 7px; background: var(--navy); }
.connected-score strong { color: #8dd4c8; font-size: 35px; }
.connected-score small { margin-left: 10px; color: #8dd4c8; }
.connected-results-list > div { min-height: 54px; display: grid; grid-template-columns: 1fr auto 54px; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); font-size: 13px; }
.connected-results-list > div.active { margin: 0 -10px; padding: 0 10px; color: var(--blue-dark); background: var(--blue-soft); }
.connected-results-list strong { font-size: 18px; }
.connected-results-list small { color: var(--green); }
.connected-spread { margin-top: 18px; }
.connected-spread h3 { font-size: 15px; }
.connected-spread > div { height: 96px; display: flex; align-items: flex-end; gap: 26px; padding: 8px 12px 0; }
.connected-spread span { width: 42px; display: grid; justify-items: center; gap: 4px; }
.connected-spread i { width: 30px; display: block; background: var(--blue); }
.connected-spread small { color: var(--muted); }
.connected-comment { display: grid; grid-template-columns: 34px 1fr 26px; gap: 10px; align-items: start; margin-top: 14px; padding: 13px; border: 1px solid var(--line); border-radius: 7px; }
.connected-comment > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue-dark); border-radius: 50%; background: var(--blue-soft); font-size: 11px; font-weight: 800; }
.connected-comment strong { font-size: 12px; }
.connected-comment p { margin: 5px 0 0; font-size: 12px; line-height: 1.28; }
.connected-comment > b { color: white; border-radius: 4px; background: var(--blue); text-align: center; }

.end-v11 { color: var(--navy); background: #f6f8fa; }
.end-v11-main { height: 850px; display: flex; flex-direction: column; justify-content: center; padding: 70px 112px; }
.end-workflow { display: flex; align-items: center; gap: 14px; color: var(--blue-dark); font-size: 18px; font-weight: 780; }
.end-workflow i { width: 58px; height: 2px; background: #9eb1bf; }
.end-v11 h1 { max-width: 1250px; margin-top: 58px; font-size: 82px; font-weight: 790; letter-spacing: -.05em; }
.end-v11-main > p { max-width: 1080px; margin-top: 24px; color: #526675; font-size: 29px; }
.end-v11-name { margin-top: 68px; padding-top: 25px; border-top: 1px solid var(--line); }
.end-v11-name strong { display: block; font-size: 24px; }
.end-v11-name span { display: block; margin-top: 7px; color: var(--muted); font-size: 16px; }
.end-v11 > small { position: absolute; left: 112px; bottom: 30px; color: #7d8994; font-size: 12px; }

/* V5 round-specific review and committee results */
.review-candidate-head, .round-results-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 28px; }
.review-kicker { display: block; margin-bottom: 9px; color: var(--coral); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.round-tabs { display: grid; grid-template-columns: repeat(3, 1fr); width: 760px; margin-top: 18px; border: 1px solid var(--line); border-radius: 7px; overflow: hidden; background: white; }
.round-tabs a { min-height: 49px; display: flex; align-items: center; gap: 9px; padding: 0 17px; color: var(--muted); border-right: 1px solid var(--line); text-decoration: none; font-size: 14px; font-weight: 750; }
.round-tabs a:last-child { border-right: 0; }
.round-tabs a span { color: #9a909c; font-size: 10px; }
.round-tabs a.active { color: white; background: var(--navy-deep); }
.round-tabs a.active span { color: var(--mint); }
.rubric-v5 { margin-top: 16px; }
.rubric-v5 .rubric-row { min-height: 126px; grid-template-columns: 1fr 310px 44px; padding: 13px 19px; }
.rubric-v5 .rubric-row p { margin-top: 3px; line-height: 1.25; }
.criterion-comment { display: flex; gap: 10px; align-items: baseline; margin-top: 9px; padding: 7px 9px; color: #4d4650; border-left: 3px solid #dad2dd; background: #faf8fb; font-size: 12px; }
.criterion-comment.highlight { border-left-color: var(--lavender); background: var(--lavender-soft); }
.criterion-comment small { color: #857b88; font-size: 9px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.criterion-comment span { line-height: 1.3; }
.review-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; }
.review-actions > span { display: grid; gap: 3px; }
.review-actions > span b { font-size: 14px; }
.review-actions > span small { color: var(--muted); }
.review-actions > div { display: flex; gap: 9px; }
.btn.text-link { display: inline-flex; align-items: center; color: var(--coral); text-decoration: none; }

.round-results-heading .lede { max-width: 750px; }
.results-round-switch { min-width: 430px; display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 7px; overflow: hidden; background: white; }
.results-round-switch > * { min-height: 48px; display: grid; place-items: center; padding: 0 11px; color: var(--muted); border-right: 1px solid var(--line); text-align: center; font-size: 11px; }
.results-round-switch > *:last-child { border-right: 0; }
.results-round-switch strong { color: white; background: var(--navy-deep); }
.round-results-stats { display: grid; grid-template-columns: 150px 180px 150px 1fr; gap: 12px; margin-top: 18px; }
.round-results-stats > div { min-height: 78px; display: flex; flex-direction: column; justify-content: center; padding: 12px 17px; border: 1px solid var(--line); background: white; }
.round-results-stats strong { color: var(--coral); font-size: 27px; line-height: 1; }
.round-results-stats span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.round-results-stats .separation-note { border-left: 5px solid var(--mint); background: var(--mint-soft); }
.round-results-stats .separation-note b { color: var(--ink); font-size: 14px; }
.round-results-stats .separation-note span { max-width: 440px; line-height: 1.3; }
.round-results-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 16px; margin-top: 16px; }
.round-results-table { overflow: hidden; }
.round-results-table table { width: 100%; border-collapse: collapse; table-layout: fixed; }
.round-results-table th { height: 47px; padding: 0 12px; color: white; background: var(--navy-deep); text-align: left; font-size: 10px; line-height: 1.15; }
.round-results-table th:first-child { width: 175px; }
.round-results-table th:last-child { width: 135px; }
.round-results-table td { height: 72px; padding: 0 12px; border-bottom: 1px solid var(--line); font-size: 13px; }
.round-results-table tr.selected { background: var(--lavender-soft); box-shadow: inset 5px 0 var(--lavender); }
.round-results-table td > strong { font-size: 16px; }
.score-spread { position: relative; width: 112px; height: 28px; border-bottom: 3px solid #dfd9e0; }
.score-spread span { position: absolute; left: calc((var(--score) - 3.5) * 58px); bottom: -9px; width: 28px; height: 24px; display: grid; place-items: center; color: white; border: 2px solid white; border-radius: 12px; background: var(--coral); font-size: 8px; font-weight: 850; box-shadow: 0 2px 7px rgba(40,16,50,.18); }
.score-spread span:nth-child(2) { background: #52bbaa; }
.score-spread span:nth-child(3) { background: var(--lavender); }
.result-detail { padding: 19px; }
.result-detail-head { display: flex; align-items: center; justify-content: space-between; }
.result-detail-head > div { display: flex; align-items: center; gap: 10px; }
.result-detail-head h2 { font-size: 19px; }
.detail-score { display: grid; grid-template-columns: 1fr auto auto; align-items: baseline; margin: 17px 0; padding: 13px 15px; color: white; background: var(--navy-deep); }
.detail-score span { font-size: 11px; }
.detail-score strong { color: var(--mint); font-size: 30px; }
.detail-score small { color: rgba(255,255,255,.6); }
.result-detail h3 { font-size: 14px; }
.comment-card { margin-top: 9px; padding: 11px 12px; border: 1px solid var(--line); background: white; }
.comment-card > div { display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 8px; }
.comment-card > div span { width: 28px; height: 28px; display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: var(--mint-soft); font-size: 9px; font-weight: 850; }
.comment-card > div b, .comment-card > div strong { font-size: 11px; }
.comment-card p { margin: 7px 0 0; font-size: 11px; line-height: 1.4; }
.result-detail > a { display: inline-block; margin-top: 14px; color: var(--coral); font-size: 12px; font-weight: 850; }

/* Accessible navigation and assessment consistency fixes */
.title-stages { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.title-stages strong { font-size: 16px; }
.rail-nav a i {
  width: 30px;
  min-height: 24px;
  display: grid;
  place-items: center;
  color: #596b78;
  border: 1px solid #b9c6cf;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .04em;
}
.rail-nav a.active i { color: white; border-color: var(--blue); background: var(--blue); }
.public-demo-header nav a { padding: 0 4px; text-decoration: none; }
.slide-art span {
  max-width: 90px;
  color: white;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 18px;
  top: 18px;
  padding: 12px 16px;
  color: white;
  border-radius: 5px;
  background: #0b426b;
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
:where(a, button, [tabindex]):focus-visible {
  outline: 4px solid #ffb600;
  outline-offset: 4px;
  box-shadow: 0 0 0 2px #ffffff;
}
.progress-item:focus-visible,
.rail-nav a:focus-visible,
.public-demo-header nav a:focus-visible {
  position: relative;
  z-index: 10;
  border-radius: 4px;
}

/* Example-site frame and genuinely responsive presentation */
.example-frame {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 7px 24px;
  color: white;
  background: #10263a;
  font-size: 12px;
  font-weight: 750;
}
.example-frame nav { display: flex; align-items: center; gap: 24px; }
.example-frame a { color: inherit; text-decoration: none; }
.example-frame a:hover { text-decoration: underline; text-underline-offset: 3px; }
.mobile-workflow-note { display: none; }

@media (max-width: 900px) {
  html { scroll-padding-top: 112px; }
  html, body { width: 100%; min-height: 100%; }
  body { overflow-x: hidden; overflow-y: auto; background: #f6f8fa; }
  #app { width: 100%; min-height: calc(100vh - 58px); }
  .frame {
    width: 100%;
    height: auto;
    min-height: calc(100vh - 58px);
    overflow: visible;
    transform: none !important;
  }
  .example-frame {
    min-height: 58px;
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    align-items: start;
    padding: 9px 14px;
    font-size: 10px;
  }
  .example-frame nav { min-width: 0; display: grid; justify-items: end; gap: 5px; text-align: right; }
  .example-frame nav a { min-height: 40px; display: flex; align-items: center; white-space: normal; }
  .example-frame nav { flex-wrap: wrap; justify-content: flex-end; }

  /* Public applicant experience */
  .external-frame { min-height: calc(100vh - 58px); background: white; }
  .external-filmbar {
    height: 52px;
    padding: 0 16px;
  }
  .external-filmbar > strong { font-size: 15px; }
  .external-filmbar .progress-nav { display: none; }
  .public-demo-header {
    height: auto;
    min-height: 112px;
    display: grid;
    gap: 12px;
    padding: 16px;
  }
  .public-dept { grid-template-columns: 1fr; gap: 2px; }
  .public-dept > span { display: block; }
  .public-dept strong { font-size: 18px; }
  .public-dept small { grid-column: 1; font-size: 10px; }
  .public-demo-header nav {
    width: 100%;
    height: 44px;
    align-self: auto;
    gap: 10px;
    overflow-x: auto;
  }
  .public-demo-header nav a {
    flex: 1 0 auto;
    min-height: 44px;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid var(--line);
    border-radius: 5px;
    font-size: 12px;
  }
  .public-demo-header nav a.active { color: white; border-color: var(--blue); background: var(--blue); }
  .public-demo-header nav a.active::after { display: none; }
  .public-posting, .application-public { height: auto; min-height: 0; }
  body[data-scene="posting"] .posting-hero-v2,
  .posting-hero-v2 {
    height: auto;
    display: flex;
    flex-direction: column;
    border-bottom: 0;
  }
  .posting-hero-copy {
    order: 1;
    padding: 34px 20px 30px;
  }
  .posting-hero-copy h1 {
    max-width: none;
    margin-top: 0;
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.02;
  }
  .posting-hero-copy > p { margin-top: 18px; font-size: 17px; line-height: 1.5; }
  .posting-facts {
    display: grid;
    gap: 0;
    margin-top: 26px;
    padding: 0;
    border-bottom: 0;
  }
  .posting-facts span { padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; }
  .posting-actions { display: grid; gap: 15px; margin-top: 24px; }
  .posting-actions .btn { min-height: 54px; display: grid; place-items: center; padding: 0 20px; font-size: 16px; text-decoration: none; }
  .posting-actions > a:not(.btn) { min-height: 44px; display: flex; align-items: center; font-size: 15px; }
  .posting-art { order: 2; min-height: 290px; background-position: center 42%; }
  .posting-art-label { left: 18px; right: 18px; bottom: 20px; padding: 13px 15px; font-size: 20px; }
  .external-frame .film-caption,
  .film-caption {
    position: static;
    width: auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 18px 16px 24px;
    padding: 17px 18px;
  }
  .film-caption span { font-size: 12px; }
  .film-caption strong { padding: 0; border-left: 0; font-size: 17px; line-height: 1.35; }
  .application-public { padding: 26px 16px 32px; }
  .application-heading { align-items: flex-start; gap: 15px; }
  .application-heading h1 { font-size: 36px; }
  .application-heading p { font-size: 14px; }
  .application-stepper { margin: 24px 0 20px; }
  .application-stepper::before { left: 8%; right: 8%; top: 16px; }
  .application-stepper i { width: 34px; height: 34px; }
  .application-stepper li { gap: 5px; font-size: 9px; }
  .application-work { grid-template-columns: 1fr; gap: 16px; }
  .application-work > section { padding: 20px 16px; }
  .material-row { min-height: 92px; grid-template-columns: 30px minmax(0,1fr); gap: 12px; padding: 12px 0; }
  .material-row .btn { grid-column: 2; width: max-content; min-height: 42px; }
  .application-summary-v2 { padding: 22px 18px; }
  .btn.small, .material-row .btn { min-height: 44px; }

  /* Internal committee workspace */
  .app-shell { display: block; height: auto; min-height: calc(100vh - 58px); }
  .brand-rail {
    position: relative;
    display: block;
    padding: 16px 14px 12px;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    background: white;
  }
  .rail-identity { padding: 0 0 12px; }
  .rail-identity strong { font-size: 17px; }
  .rail-product { margin: 11px 0 8px; font-size: 10px; }
  .rail-nav {
    display: flex;
    gap: 6px;
    padding: 2px 0 5px;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .rail-nav a {
    flex: 0 0 auto;
    min-height: 44px;
    gap: 7px;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-left: 1px solid var(--line);
    font-size: 12px;
  }
  .rail-nav a.active { color: white; border-color: var(--blue); background: var(--blue); }
  .rail-nav a i { color: inherit; border-color: currentColor; }
  .rail-nav a.active i { border-color: rgba(255,255,255,.7); background: transparent; }
  .rail-truth { display: none; }
  .workspace { display: block; min-width: 0; background: #fff; }
  .topbar { height: 54px; min-height: 54px; padding: 0 16px; }
  .topbar .progress-nav { display: none; }
  .product-title { font-size: 17px; }
  .mobile-workflow-note {
    display: grid;
    gap: 3px;
    padding: 13px 16px;
    color: var(--navy);
    border-bottom: 1px solid #c9d8e2;
    background: #edf5f9;
  }
  .mobile-workflow-note span { color: var(--blue-dark); font-size: 9px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
  .mobile-workflow-note strong { font-size: 14px; }
  .mobile-workflow-note small { color: #546a79; font-size: 11px; }
  .page, .page-main, .sidepanel { min-height: 0; padding: 24px 16px 34px; }
  .page.split { display: block; width: 100%; overflow: visible; }
  .sidepanel { border-top: 1px solid var(--line); border-left: 0; background: #f8fafb; }
  h1 { font-size: 32px; line-height: 1.08; }
  h2 { font-size: 21px; }
  h3 { font-size: 16px; }
  p, .lede { font-size: 15px; line-height: 1.5; }
  .page-kicker, .review-kicker { line-height: 1.4; }
  .stats { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
  .stat { min-height: 86px; display: block; padding: 13px 10px; }
  .stat strong { display: block; font-size: 25px; }
  .stat span { margin-top: 5px; font-size: 10px; line-height: 1.25; }
  .filters { grid-template-columns: 1fr; gap: 12px; }
  .filters .btn { min-height: 48px; display: grid; place-items: center; text-decoration: none; }
  .table-tools { align-items: flex-start; gap: 12px; }
  .table-tools, .table-tools > div { display: grid; }
  .table-tools > div { width: 100%; grid-template-columns: 1fr 1fr; gap: 8px; }
  .table-tools .btn { min-height: 44px; display: grid; place-items: center; padding: 0 10px; text-align: center; text-decoration: none; font-size: 12px; }
  .page-main > .panel:has(table),
  .page > .panel:has(table),
  .round-results-table,
  .comparison-v3 { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .table { min-width: 760px; }
  .record-heading, .record-person, .assign-heading, .review-candidate-head, .round-results-heading, .connected-review-head, .finalist-heading { display: grid; gap: 14px; }
  .record-heading .btn { width: 100%; min-height: 48px; display: grid; place-items: center; text-decoration: none; }
  .record-layout { grid-template-columns: 1fr; }
  .record-summary { grid-template-columns: 1fr; }
  body[data-scene="record"] .record-materials,
  body[data-scene="record"] .carried-forward { opacity: 1 !important; }
  .record-materials > div:not(.record-section-head) { min-height: 78px; grid-template-columns: 26px minmax(0,1fr) auto; padding: 10px 12px; }
  .record-materials > div:not(.record-section-head) small { grid-column: 2 / -1; }
  .carried-forward { grid-template-columns: 1fr; }
  .carried-forward > div + div { border-top: 1px solid var(--line); border-left: 0; }
  body[data-scene="assign"] .page > div[style] { grid-template-columns: 1fr !important; }
  .assignment-status { display: grid; grid-template-columns: 1fr 1fr; }
  .assignment-status span { min-width: 0; }
  .reviewer { grid-template-columns: 34px minmax(0,1fr) auto; }
  .round-tabs { width: 100%; grid-template-columns: 1fr; }
  .round-tabs a { min-height: 48px; border-right: 0; border-bottom: 1px solid var(--line); }
  .rubric-row, .rubric-v5 .rubric-row { min-height: 0; grid-template-columns: 1fr; gap: 14px; padding: 18px 14px; }
  .dots, .connected-dots { flex-wrap: wrap; }
  .dot { width: 40px; height: 40px; }
  .review-actions, .review-actions > div { display: grid; gap: 10px; }
  .review-actions .btn, .review-actions .text-link { min-height: 46px; display: grid; place-items: center; text-decoration: none; }
  .results-round-switch { min-width: 0; width: 100%; }
  .round-results-stats { grid-template-columns: 1fr 1fr; }
  .round-results-stats .separation-note { grid-column: 1 / -1; }
  .round-results-layout { grid-template-columns: 1fr; }
  .round-results-table table { min-width: 980px; }
  .connected-review { grid-template-columns: 1fr; }
  .connected-rubric, .connected-results { min-height: 0; padding: 18px 14px; }
  .connected-section-head { min-height: 0; display: grid; gap: 8px; padding-bottom: 13px; }
  .connected-criterion { min-height: 0; grid-template-columns: 1fr; gap: 13px; padding: 16px 8px; }
  .sync-bridge { min-height: 54px; }
  .rounds { grid-template-columns: 1fr; overflow: visible; }
  .round-column { min-height: 0; }
  .round-column + .round-column { border-top: 1px solid var(--line); border-left: 0; }
  .onsite-head { align-items: flex-start; flex-wrap: wrap; }
  .event {
    min-height: 0;
    grid-template-columns: 44px minmax(0,1fr);
    gap: 8px 12px;
    padding: 18px 0;
  }
  .event > strong { grid-column: 1 / -1; font-size: 14px; }
  .event .node { width: 40px; height: 40px; }
  .event > div:nth-of-type(2), .event > div:nth-of-type(3) { grid-column: 2; font-size: 13px; }
  .event-materials { grid-template-columns: 1fr; }
  .slide-preview { width: 100%; }
  .finalist-cards { grid-template-columns: 1fr; }
  .finalist-heading > span { margin-top: 0; }
  .finalist-top { grid-template-columns: 108px minmax(0,1fr); padding: 16px; }
  .finalist-photo { width: 108px; height: 120px; }
  .finalist-scores > div { padding: 11px 7px; }
  .comparison-head { height: auto; display: grid; gap: 8px; padding: 15px; }
  .comparison-v3 table { min-width: 780px; }

  /* Opening and closing views remain readable when linked directly. */
  .title-v2 { display: flex; flex-direction: column; }
  .title-v2-copy { padding: 34px 20px; }
  .title-v2 h1 { margin-top: 34px; font-size: 47px; }
  .title-v2 p { font-size: 17px; }
  .title-stages { grid-template-columns: 1fr 1fr; }
  .title-v2-art { min-height: 360px; }
  .title-art-card { left: 18px; right: 18px; bottom: 20px; }
  .end-filmbar { height: 52px; padding: 0 16px; }
  .end-filmbar .progress-nav { display: none; }
  .end-v11-main { height: auto; min-height: calc(100vh - 110px); padding: 44px 20px 70px; }
  .end-workflow { flex-wrap: wrap; }
  .end-v11 h1 { margin-top: 38px; font-size: 48px; }
  .end-v11-main > p { font-size: 19px; }
  .end-v11-name { margin-top: 42px; }
  .end-v11 > small { left: 20px; bottom: 20px; }
}
