/* ezSSC — OMR hall ticket.
   Indelible violet + carbon-copy ground. Not cream/saffron, not night-mint, not navy dashboard. */

:root {
  --bg: #e8e0f0;
  --paper: #fbf7ff;
  --ink: #1b1326;
  --muted: #5c5270;
  --faint: #817894;
  --line: #d5cce0;
  --line-strong: #c3b6d4;
  --accent: #5a21a8;
  --accent-ink: #fbf7ff;
  --omr: #d0126b;
  --ok: #146b52;
  --focus: #5a21a8;
  --display: "Syne", "Segoe UI", sans-serif;
  --font: "Atkinson Hyperlegible", "Noto Sans Devanagari", "Segoe UI", system-ui, sans-serif;
  --mono: "Red Hat Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --tap: 44px;
  --wrap: 68rem;
  --mast-h: 3.35rem;
  --radius: 12px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html, body { margin: 0; padding: 0; }

html {
  color-scheme: light;
  scroll-padding-top: calc(var(--mast-h) + 0.75rem);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-x: clip;
  overflow-y: auto;
}

body {
  font-family: var(--font);
  color: var(--ink);
  background:
    radial-gradient(1200px 420px at 8% -10%, rgba(208, 18, 107, 0.08), transparent 55%),
    var(--bg);
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
body > * {
  min-width: 0;
  max-width: 100%;
}

img, svg { display: block; }
button, input, select { font: inherit; color: inherit; }
table { border-collapse: collapse; }

a { color: var(--accent); }
a:hover { color: var(--ink); }
a:focus-visible,
button:focus-visible,
select:focus-visible,
summary:focus-visible,
.live-hero:focus-visible,
.exam-card:focus-visible,
.rrb-board a:focus-visible,
.btn:focus-visible,
th.sortable:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 0.75rem;
  top: -3rem;
  background: var(--accent);
  color: var(--accent-ink);
  padding: 0.5rem 0.75rem;
  z-index: 80;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
}
.skip:focus { top: 0.75rem; }

.wrap {
  width: 100%;
  max-width: var(--wrap);
  min-width: 0;
  margin-inline: auto;
  padding-left: max(1rem, env(safe-area-inset-left, 0px));
  padding-right: max(1rem, env(safe-area-inset-right, 0px));
}

.mast {
  position: sticky;
  top: 0;
  z-index: 40;
  width: 100%;
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.mast-inner {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
  min-height: var(--mast-h);
  min-width: 0;
  max-width: 100%;
}
.mark {
  font-family: var(--display);
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.04em;
  color: var(--ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: var(--tap);
}
.mark:hover { color: var(--accent); }
.mark-tick {
  width: 0.7rem;
  height: 0.7rem;
  background:
    linear-gradient(var(--omr) 0 0) 0 0 / 40% 40% no-repeat,
    linear-gradient(var(--omr) 0 0) 100% 0 / 40% 40% no-repeat,
    linear-gradient(var(--omr) 0 0) 0 100% / 40% 40% no-repeat,
    linear-gradient(var(--accent) 0 0) 100% 100% / 40% 40% no-repeat;
}
.mast nav {
  display: flex;
  gap: 0.1rem;
  margin-left: auto;
}
.mast nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.95rem;
  min-height: var(--tap);
  min-width: var(--tap);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.65rem;
}
.mast nav a[aria-current="page"],
.mast nav a:hover { color: var(--ink); }
.stamp {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
  display: none;
}
@media (min-width: 760px) {
  .stamp { display: block; }
}

.hero, main, .site-foot, .live-hero, .index, .callouts, .status, .chapter, .exam-block {
  min-width: 0;
  max-width: 100%;
}
.hero { padding: 1.5rem 0 1.15rem; }
.lede, .lead, .hint, .map-note, .chapter .note, .chapter .lists, .chapter .published {
  overflow-wrap: anywhere;
}
.crumb {
  margin: 0 0 0.65rem;
  font-size: 0.85rem;
  color: var(--faint);
}
.crumb a { color: var(--muted); text-decoration: none; }
.crumb a:hover { color: var(--accent); }
.kicker {
  margin: 0 0 0.4rem;
  font-family: "Noto Sans Devanagari", var(--font);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--accent);
}
.kicker.latin {
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.hero h1 {
  font-family: var(--display);
  font-size: clamp(1.7rem, 6vw, 2.55rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 0.5rem;
}
.lede {
  margin: 0;
  color: var(--muted);
  max-width: 38rem;
  font-size: 1.05rem;
}
.meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.75rem;
  margin: 0.7rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.meta .sep { color: var(--faint); }

.jump {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 0.55rem 0 0;
  margin: 0;
}
.jump a {
  flex: 0 0 auto;
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
  padding-right: 1.05rem;
  color: var(--muted);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
.jump a:hover { color: var(--accent); border-bottom-color: var(--omr); }

/* Hub exam cards */
.exam-block { padding: 0.35rem 0 1.4rem; }
.exam-block h2 {
  font-family: var(--display);
  font-size: 1.35rem;
  margin: 0 0 0.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.exam-block .hi,
.index .hi {
  margin: 0 0 0.75rem;
  color: var(--muted);
}
.exam-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  min-width: 0;
}
@media (min-width: 640px) {
  .exam-grid.ssc { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 980px) {
  .exam-grid.ssc { grid-template-columns: 1fr 1fr 1fr; }
}
.exam-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  max-width: 100%;
  text-decoration: none;
  color: inherit;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.05rem 1.05rem;
  min-height: 8.5rem;
}
.exam-card h3 {
  font-family: var(--display);
  font-size: 1.25rem;
  margin: 0.2rem 0 0.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.exam-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.exam-k {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ok);
}
.exam-k.wait { color: var(--faint); }
.exam-cta {
  margin-top: auto;
  padding-top: 0.7rem;
  font-weight: 700;
  color: var(--accent);
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
}
.exam-card.live {
  position: relative;
  padding-left: 1.55rem;
  border-color: color-mix(in srgb, var(--omr) 35%, var(--line));
  box-shadow: 0 10px 28px rgba(90, 33, 168, 0.08);
}
.exam-card.live h3 { font-size: clamp(1.35rem, 4vw, 1.8rem); }
.exam-card.live:hover h3,
.exam-card.live:hover .exam-cta,
.exam-card.soon:hover h3 { color: var(--accent); }
.omr {
  position: absolute;
  left: 0.45rem;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 0.42rem;
  background-image: repeating-linear-gradient(
    to bottom,
    var(--omr) 0 0.28rem,
    transparent 0.28rem 0.5rem
  );
  border-radius: 2px;
}

.live-hero {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1.15rem 1rem 1.25rem;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
}
.live-hero:hover .live-cta,
.live-hero:hover h2 { color: var(--accent); }
.live-k {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 1.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ok);
}
.live-k::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  background: var(--omr);
  border-radius: 2px;
}
.live-hero h2 {
  font-family: var(--display);
  font-size: clamp(1.35rem, 4.4vw, 1.85rem);
  margin: 0.3rem 0 0.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.live-hero p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}
.live-cta {
  display: inline-flex;
  align-items: center;
  min-height: var(--tap);
  margin-top: 0.35rem;
  font-weight: 700;
  color: var(--accent);
}

.index { padding: 1.35rem 0 0.35rem; }
.index h2 {
  font-family: var(--display);
  font-size: 1.25rem;
  margin: 0 0 0.2rem;
  font-weight: 800;
}
.soon-index {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.1rem;
}
.soon-index a {
  display: inline-flex;
  align-items: center;
  min-height: var(--tap);
  padding: 0 0.65rem 0 0;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
}
.soon-index a:hover { color: var(--accent); }
.soon-index a::after {
  content: "·";
  margin-left: 0.65rem;
  color: var(--faint);
  font-weight: 400;
}
.soon-index li:last-child a::after { content: ""; }

.soon-copy {
  padding: 0.4rem 0 2rem;
  max-width: 38rem;
  color: var(--muted);
}
.soon-copy h2 {
  font-family: var(--display);
  color: var(--ink);
  margin: 0 0 0.4rem;
  font-size: 1.3rem;
  font-weight: 800;
}

.status {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.15rem;
  padding: 1.15rem 1rem;
  margin: 0 0 0.4rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
@media (min-width: 840px) {
  .status { grid-template-columns: repeat(4, 1fr); }
}
.stat .n {
  font-family: var(--display);
  font-size: 1.6rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  line-height: 1.15;
  letter-spacing: -0.04em;
}
.stat .n .of {
  font-size: 1rem;
  color: var(--muted);
  font-weight: 700;
}
.stat .n.date {
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}
.stat .l {
  margin-top: 0.22rem;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--muted);
}
.stat.in .n { color: var(--ok); }
.stat[hidden] { display: none !important; }

.section {
  padding: 1.45rem 0 0.25rem;
  min-width: 0;
  max-width: 100%;
}
.section h2, .chapters-head {
  font-family: var(--display);
  font-size: 1.3rem;
  margin: 0 0 0.3rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.lead, .hint {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 46rem;
}
.cov-count {
  font-variant-numeric: tabular-nums;
  color: var(--ok);
}

.rrb-board {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}
@media (min-width: 640px) {
  .rrb-board { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 980px) {
  .rrb-board { grid-template-columns: 1fr 1fr 1fr; }
}
.rrb-board li { border-bottom: 1px solid var(--line); }
.rrb-board a,
.rrb-board span.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: var(--tap);
  padding: 0.45rem 0.85rem;
  color: inherit;
  text-decoration: none;
}
.rrb-board a:hover .name { color: var(--accent); }
.rrb-board .name { font-weight: 700; min-width: 0; overflow-wrap: anywhere; }
.rrb-board .st {
  font-size: 0.85rem;
  color: var(--faint);
  font-weight: 500;
  white-space: nowrap;
}
.rrb-board .in .st { color: var(--ok); }
.rrb-board .result .st { color: var(--ink); }

.callouts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding: 0.4rem 0 0.2rem;
}
@media (min-width: 700px) {
  .callouts { grid-template-columns: 1fr 1fr; }
}
.call {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.05rem;
}
.call .lbl {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.call .val {
  font-family: var(--mono);
  font-size: clamp(1.55rem, 5vw, 2rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  margin: 0.2rem 0 0.25rem;
  line-height: 1.15;
  color: var(--ink);
}
.call.high .val { color: var(--ok); }
.call .where, .call .ties {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.filters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 0 0 0.95rem;
}
@media (min-width: 860px) {
  .filters { grid-template-columns: repeat(4, 1fr); }
}
.fld {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
}
.fld select {
  min-height: var(--tap);
  background: var(--paper);
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  padding: 0 0.7rem;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
}
.fld select:hover { border-color: var(--accent); }

.table-scroll {
  display: none;
  width: 0;
  min-width: 100%;
  max-width: 100%;
  contain: inline-size;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--line);
  background: var(--paper);
  border-radius: var(--radius);
  scrollbar-width: thin;
  overscroll-behavior-x: contain;
}
.table-scroll:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
@media (min-width: 720px) {
  .table-scroll { display: block; }
  table.cmp { min-width: 54rem; }
  table.side { min-width: 42rem; }
  table.vac { min-width: 30rem; }
}
table.cmp, table.side, table.vac {
  width: 100%;
  font-size: 0.92rem;
}
@media (max-width: 719px) {
  table.cmp, table.side, table.vac { display: none !important; }
}

thead th {
  background: var(--paper);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-align: right;
  padding: 0.7rem 0.65rem;
  border-bottom: 1px solid var(--line-strong);
  white-space: nowrap;
}
thead th.text, tbody td.text, tbody td.comm, thead th.comm { text-align: left; }
thead th.sortable {
  cursor: pointer;
  min-height: var(--tap);
}
thead th.sortable:hover,
thead th.sorted { color: var(--accent); }
thead th .arrow { font-size: 0.7rem; opacity: 0.7; }
tbody td {
  padding: 0.65rem;
  text-align: right;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
tbody td.num {
  font-family: var(--mono);
  font-size: 0.88rem;
  font-weight: 650;
}
tbody td.text { font-weight: 700; }
tbody td.sticky-l, thead th.sticky-l,
table.side td.comm, table.side th.comm {
  position: sticky;
  left: 0;
  z-index: 1;
  background: var(--paper);
}
thead th.sticky-l { z-index: 2; }
tbody tr:hover td { background: #f3edfa; }
tbody tr:hover td.sticky-l { background: #eee6f7; }
td.null { color: var(--faint); font-weight: 500; }
td.post .mapped {
  display: inline-block;
  margin-left: 0.35rem;
  font-size: 0.75rem;
  color: var(--muted);
  font-weight: 500;
}
.empty { margin: 0.8rem 0 0; color: var(--muted); }
.scroll-hint { display: none; }
@media (min-width: 720px) {
  .scroll-hint { display: block; margin: 0.55rem 0 0; font-size: 0.82rem; color: var(--faint); }
}

.cmp-stack { display: grid; gap: 0; }
@media (min-width: 720px) {
  .cmp-stack { display: none; }
}
.stack-row {
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--line);
}
.stack-row h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.08rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.stack-row .meta-line {
  margin: 0.15rem 0 0.65rem;
  color: var(--muted);
  font-size: 0.88rem;
}
.stack-row dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem 0.85rem;
  margin: 0;
}
@media (min-width: 420px) {
  .stack-row dl { grid-template-columns: repeat(3, 1fr); }
}
.stack-row dt {
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
}
.stack-row dd {
  margin: 0.12rem 0 0;
  font-family: var(--mono);
  font-variant-numeric: tabular-nums;
  font-size: 1.05rem;
  font-weight: 700;
}
.stack-row dd.null {
  font-family: var(--font);
  color: var(--faint);
  font-weight: 500;
}

.groups { display: grid; gap: 1.15rem; min-width: 0; max-width: 100%; }
.groups > * { min-width: 0; max-width: 100%; }
.gcard {
  min-width: 0;
  max-width: 100%;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem 1.05rem 1.1rem;
}
.gcard header h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.18rem;
  font-weight: 800;
  overflow-wrap: anywhere;
}
.gcard header p {
  margin: 0.25rem 0 0.85rem;
  color: var(--muted);
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}
.gcard .only-one { color: var(--muted); font-size: 0.9rem; margin: 0.7rem 0 0; }
.gcard .cat { color: var(--muted); }
.gcard td { position: relative; }
.gcard .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--accent);
  opacity: 0.45;
}
.gcard .n { position: relative; font-family: var(--mono); font-size: 0.88rem; }

.strip-lbl {
  margin: 0 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.zone-strip {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  border-top: 1px solid var(--line);
}
.zone-strip li,
.mark-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: var(--tap);
  padding: 0.15rem 0;
  border-bottom: 1px solid var(--line);
}
.zone-strip .z,
.mark-list .comm {
  min-width: 0;
  font-weight: 700;
  overflow-wrap: anywhere;
}
.mark-list {
  list-style: none;
  margin: 0.35rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.mark-list .comm {
  font-size: 0.92rem;
  letter-spacing: 0.02em;
}
.zone-strip .n,
.mark-list .n {
  font-family: var(--mono);
  font-size: 1.05rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  flex: 0 0 auto;
}
.zone-strip .n.null,
.mark-list .n.null {
  font-family: var(--font);
  color: var(--faint);
  font-weight: 500;
}
.gcard .fld { margin-top: 0.15rem; }

.vac-stack {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}
.vac-stack li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--tap);
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
}
.vac-stack strong { font-weight: 700; }
.vac-stack span {
  color: var(--muted);
  font-size: 0.92rem;
  margin-top: 0.15rem;
}
.vac-stack .total {
  font-weight: 800;
  color: var(--ok);
  font-variant-numeric: tabular-nums;
}
@media (min-width: 720px) {
  .vac-stack { display: none; }
}

.map-note {
  font-size: 0.95rem;
  color: var(--muted);
}
.map-note strong { color: var(--ink); }
.map-note ul { margin: 0.4rem 0 0; padding-left: 1.15rem; }
.map-note li { margin: 0.3rem 0; }

.facts details, .faq details { border-top: 1px solid var(--line); }
.facts summary, .faq summary {
  min-height: var(--tap);
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}
.facts summary::-webkit-details-marker,
.faq summary::-webkit-details-marker { display: none; }
.facts summary::before,
.faq summary::before {
  content: "+";
  color: var(--accent);
  width: 1.15rem;
  font-weight: 800;
}
.facts details[open] summary::before,
.faq details[open] summary::before { content: "–"; }
.facts .note, .facts p, .faq p { color: var(--muted); }
table.vac tfoot td { font-weight: 800; color: var(--ok); font-variant-numeric: tabular-nums; }

.chapters-head { padding-top: 1.4rem; }
.chapters-lead { margin: 0 0 0.2rem; color: var(--muted); }
.chapter {
  padding: 1.1rem 0;
  border-top: 1px solid var(--line);
}
.chapter .status-line {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ok);
}
.chapter .status-line.result { color: var(--muted); }
.chapter h2 {
  font-family: var(--display);
  font-size: 1.3rem;
  margin: 0.2rem 0 0.25rem;
  font-weight: 800;
}
.chapter .lists, .chapter .note, .chapter .published {
  margin: 0.2rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}
.chapter .published a { font-weight: 700; text-decoration: none; }
.pdfs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.75rem 0 0;
}
.btn {
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
  padding: 0 0.95rem;
  border: 1px solid var(--accent);
  color: var(--accent);
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  background: var(--paper);
  border-radius: 10px;
}
.btn:hover {
  background: var(--accent);
  color: var(--accent-ink);
}

.site-foot {
  margin-top: auto;
  border-top: 1px solid var(--line);
  padding: 1.5rem 0 2.4rem;
  color: var(--muted);
  font-size: 0.9rem;
  background: color-mix(in srgb, var(--paper) 70%, transparent);
}
.foot-grid { display: grid; gap: 1.2rem; }
@media (min-width: 720px) {
  .foot-grid { grid-template-columns: 1.2fr 1fr; gap: 2rem; }
}
.site-foot .mark { min-height: auto; margin-bottom: 0.35rem; }
.site-foot p { margin: 0 0 0.45rem; max-width: 36rem; }
.foot-label {
  margin: 0.55rem 0 0.1rem;
  font-weight: 800;
  color: var(--ink);
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.foot-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem 0.9rem;
}
.foot-links a {
  min-height: var(--tap);
  display: inline-flex;
  align-items: center;
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
}
.foot-links a:hover { color: var(--accent); }
.legal { margin-top: 0.8rem; font-size: 0.85rem; color: var(--faint); }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  a, .live-hero, .live-hero h2, .live-cta, .btn, .mast nav a, .mark,
  .rrb-board a, th.sortable, .jump a, .fld select, .exam-card, .exam-card h3, .exam-cta {
    transition: color 0.12s ease, background-color 0.12s ease, border-color 0.12s ease;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
