/* Cyber Resilience Act Gap Finder: a component datasheet. White datasheet stock, near-black ink, a claret header bar
   carrying the wordmark and the document line reversed out, Golos Text throughout, Sono for every part number, clause code
   and date. The product list is an ordering-information table; each finding is a numbered note, referenced from the row
   by a note flag (a square; dashed when the note is a question); the Act's dates are a timing diagram against a claret
   as-at cursor. Claret is the document's own header and its date cursor, nothing else. No shadows, no gradients, no icons. */
:root { --stock: #fcfcfa; --paper: #ffffff; --ink: #1c1c1f; --mute: #56565b; --rule: #d6d4cf; --rule2: #e7e5e0; --head: #efeeea; --claret: #5e2433;
  --sans: 'Golos Text', system-ui, -apple-system, 'Segoe UI', sans-serif; --mono: 'Sono', ui-monospace, Menlo, monospace; }
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--stock); color: var(--ink); font: 400 16px/1.55 var(--sans); text-rendering: geometricPrecision; }
a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 2px; }
a:hover { text-decoration-thickness: 2px; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
code, .n, .d, .part, .pt, .plan-tag, .ln, .t-art, .rq { font-family: var(--mono); font-feature-settings: 'tnum' 1; }
.d { white-space: nowrap; }
code { font-size: .88em; }
h1, h2, h3 { font-weight: 700; letter-spacing: -.01em; }
.sc { text-transform: uppercase; font-size: .76em; letter-spacing: .07em; font-weight: 600; }

/* the header bar: the datasheet's claret band, wordmark on the left, the document line on the right */
.band { background: var(--claret); color: #fff; }
header.site { display: flex; align-items: center; justify-content: space-between; gap: 10px 24px; padding: 14px 0; flex-wrap: wrap; }
.band a { color: #fff; }
.brand { font: 700 18px/1.2 var(--sans); text-decoration: none; letter-spacing: -.01em; }
.brand em { font-style: normal; font-weight: 400; }
.docline { font: 400 12.5px/1.3 var(--mono); color: #f2e6e9; }
header.site nav { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14.5px; }
header.site nav a { text-decoration: none; }
header.site nav a:hover { text-decoration: underline; }
#nav-auth { display: inline-flex; gap: 18px; }

/* hero */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; padding: 36px 0 22px; align-items: start; }
.eyebrow { font: 500 15px/1.4 var(--sans); color: var(--mute); margin-bottom: 10px; }
h1 { font-size: 38px; line-height: 1.12; margin: 0 0 18px; font-weight: 700; }
.lede { font-size: 17px; line-height: 1.6; margin: 0 0 18px; max-width: 640px; }
.reads { border-top: 2px solid var(--ink); padding: 4px 0 0; margin: 0 0 18px; max-width: 640px; counter-reset: rd; }
.reads p { margin: 0; padding: 9px 0 9px 30px; font-size: 15px; border-bottom: 1px solid var(--rule); position: relative; }
.reads p::before { counter-increment: rd; content: counter(rd); position: absolute; left: 0; top: 10px; font: 500 12px/1 var(--mono); border: 1px solid var(--ink); width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; }
.cta { display: flex; flex-wrap: wrap; gap: 10px 12px; align-items: center; margin: 0 0 20px; }
.cta .hint { flex-basis: 100%; }
.hint { color: var(--mute); font-size: 14px; }
.btn { display: inline-flex; align-items: center; gap: 8px; font: 600 15px/1 var(--sans); background: var(--ink); color: #fff; border: 1px solid var(--ink); border-radius: 2px; padding: 12px 18px; cursor: pointer; text-decoration: none; }
.btn:hover { background: #35353a; }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--paper); }
.btn.small { padding: 9px 13px; font-size: 14px; }
.plan-tag { font-size: 11px; line-height: 1; border: 1px solid currentColor; border-radius: 2px; padding: 3px 5px; }
.wide { max-width: 780px; }
.hero .hint { color: var(--ink); font-size: 14.5px; }
.crumb a { color: var(--mute); }
dl.regime-line + .fnote { font-size: 13px; color: var(--mute); margin: 4px 0 0; max-width: 1000px; }
header.site nav a[aria-current] { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 5px; }

/* the specimen excerpt beside the headline: a datasheet table */
.side { display: grid; gap: 18px; }
.specimen { background: var(--paper); border: 1px solid var(--ink); padding: 14px 16px 12px; }
.specimen .legend { display: flex; justify-content: space-between; gap: 12px; font: 600 12px/1.3 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--mute); margin-bottom: 8px; flex-wrap: wrap; }
.specimen table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.specimen th { background: var(--head); text-align: left; font: 600 11.5px/1.2 var(--sans); letter-spacing: .04em; text-transform: uppercase; color: var(--mute); padding: 6px 8px; border-bottom: 1px solid var(--ink); }
.specimen td { padding: 6px 8px; border-bottom: 1px solid var(--rule2); vertical-align: top; }
.specimen td .nf { margin-right: 3px; }
.specimen td:last-child { white-space: nowrap; }
.specimen .cap { font: 600 19px/1.3 var(--sans); margin: 12px 0 4px; }
.specimen .capsub { font-size: 13.5px; color: var(--mute); margin: 0; }
figure.person { margin: 0; }
figure.person img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
figure.person figcaption { font-size: 14.5px; line-height: 1.5; margin-top: 10px; }

/* explain */
.explain { padding: 18px 0 8px; }
.explain h2 { font-size: 24px; margin: 0 0 10px; }
.form { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.form > div { padding: 14px 18px 12px 0; }
.form > div + div { padding-left: 18px; border-left: 1px solid var(--rule); }
.form .k { font: 400 13px/1 var(--mono); color: var(--mute); }
.form h3 { font-size: 18px; margin: 6px 0 6px; }
.form p { margin: 0; font-size: 15px; }
.notice { background: var(--paper); border: 1px solid var(--rule); border-left: 3px solid var(--ink); padding: 12px 16px; margin: 14px 0; font-size: 15px; }

/* the tool */
.tool { background: var(--paper); border: 1px solid var(--ink); padding: 16px 18px; margin: 24px 0 8px; scroll-margin-top: 12px; }
.tool .bar { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 10px; }
.tool .bar .hint { font-size: 14.5px; color: var(--mute); flex: 1 1 420px; min-width: 0; }
.tool .bar .hint code { white-space: normal; overflow-wrap: anywhere; }
.spacer { flex: 1; }
textarea.paste { width: 100%; min-height: 220px; font: 400 13.5px/1.5 var(--mono); color: var(--ink); background: var(--stock); border: 1px solid var(--ink); border-radius: 2px; padding: 12px; resize: vertical; }
fieldset.ticks { border: 0; border-top: 1px solid var(--rule); padding: 10px 0 2px; margin: 8px 0 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14.5px; }
fieldset.ticks legend { font: 600 12.5px/1 var(--sans); letter-spacing: .06em; text-transform: uppercase; color: var(--mute); padding: 0 0 8px; }
fieldset.ticks label { display: inline-flex; align-items: center; gap: 7px; max-width: 100%; min-width: 0; flex-wrap: wrap; }
fieldset.ticks select { font: 400 14px var(--sans); border: 1px solid var(--rule); border-radius: 2px; padding: 5px 6px; background: var(--paper); color: var(--ink); max-width: 100%; }
#actions { display: flex; gap: 10px; flex-wrap: wrap; margin: 14px 0; }
.row { display: flex; gap: 10px; align-items: center; }

/* the result */
#result { scroll-margin-top: 12px; }
.leadline { font: 500 26px/1.3 var(--sans); margin: 24px 0 14px; letter-spacing: -.01em; max-width: 1000px; }
.leadline .n { font-size: 25px; font-weight: 500; }
.summary { display: grid; grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr)); border-top: 2px solid var(--ink); border-bottom: 1px solid var(--ink); }
.summary > div { padding: 12px 16px 12px 0; }
.summary > div + div { padding-left: 16px; border-left: 1px solid var(--rule); }
.summary .n { font-family: var(--mono); font-size: 32px; line-height: 1.1; }
.summary .l { font-size: 14px; margin-top: 4px; font-weight: 600; }
.summary .sub { display: block; color: var(--mute); font-size: 13px; font-weight: 400; }
dl.regime-line { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin: 12px 0 8px; font-size: 14px; }
dl.regime-line > div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 10px; padding: 6px 0; border-bottom: 1px solid var(--rule2); }
dl.regime-line dt { color: var(--mute); }
dl.regime-line dd { margin: 0; }
.sec-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; flex-wrap: wrap; border-top: 2px solid var(--ink); margin: 30px 0 10px; padding-top: 8px; }
.sec-head h2 { font-size: 21px; margin: 0; }
.folio { font-size: 12.5px; color: var(--mute); }
.keyrow { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; color: var(--mute); }
.kk { display: inline-flex; align-items: center; gap: 6px; }

/* note flags: the finding's number in a square, dashed when the note is a question */
.nf { display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; flex: none; justify-self: start; align-self: center; box-sizing: border-box; border: 1px solid var(--ink); font: 500 12px/1 var(--mono); padding: 0; margin: 0 4px 4px 0; background: var(--paper); vertical-align: middle; }
.nf.ask { border-style: dashed; }
.nf i { display: none; font-style: normal; }

/* the timing diagram: each duty a line that goes high on its date, the as-at cursor in claret */
.timing { background: var(--paper); border: 1px solid var(--rule); padding: 12px 16px 10px; }
.t-axis { position: relative; height: 18px; margin-left: 300px; margin-right: 150px; font: 400 11.5px/1 var(--mono); color: var(--mute); border-bottom: 1px solid var(--rule); }
.t-axis span { position: absolute; top: 0; transform: translateX(-50%); white-space: nowrap; }
.t-axis span:first-child { transform: none; }
.t-row { display: grid; grid-template-columns: 300px minmax(0, 1fr) 150px; align-items: center; min-height: 52px; border-bottom: 1px solid var(--rule2); }
.t-lab { font-size: 14px; padding-right: 14px; }
.t-lab b { display: block; font-weight: 600; }
.t-lab .d { font-size: 13px; margin-right: 8px; }
.t-art { font-size: 12px; color: var(--mute); }
.t-sig { position: relative; height: 28px; }
.t-sig i { position: absolute; display: block; }
.t-sig .lo { left: 0; bottom: 3px; border-bottom: 1.5px solid var(--mute); }
.t-sig .edge { top: 3px; bottom: 3px; border-left: 1.5px solid var(--ink); }
.t-sig .hi { top: 3px; border-top: 2.5px solid var(--ink); height: 0; }
.t-sig .cursor { top: -6px; bottom: -6px; border-left: 2px solid var(--claret); }
.t-n { padding-left: 14px; font-size: 14px; white-space: nowrap; }
.t-n .n { font-size: 18px; margin-right: 4px; }
.t-when { display: block; font-size: 12.5px; color: var(--mute); white-space: normal; }
.t-foot { font-size: 12.5px; color: var(--mute); padding-top: 8px; }
.t-foot .cursor-key { margin-right: 6px; vertical-align: -2px; }
.cursor-key { display: inline-block; width: 0; height: 14px; border-left: 2px solid var(--claret); }

/* the ordering-information table */
.reg-head, ol.reg li.rec { display: grid; grid-template-columns: 130px minmax(0, 2.2fr) minmax(0, .9fr) minmax(0, 1.1fr) 70px minmax(0, 1.2fr); gap: 12px; }
.reg-head { background: var(--head); border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 7px 28px 7px 8px; font: 600 11.5px/1.3 var(--sans); letter-spacing: .04em; text-transform: uppercase; color: var(--mute); }
h3.gname { font-size: 12.5px; font-weight: 700; margin: 16px 0 0; padding: 8px 8px 6px; border-bottom: 1px solid var(--ink); display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; text-transform: uppercase; letter-spacing: .08em; }
h3.gname .folio { text-transform: none; letter-spacing: 0; font-weight: 400; font-size: 12.5px; }
ol.reg { list-style: none; margin: 0; padding: 0; }
ol.reg li.rec { position: relative; padding: 9px 28px 9px 8px; border-bottom: 1px solid var(--rule); font-size: 14.5px; cursor: pointer; align-items: start; }
ol.reg li.rec:hover:not(.open) { background: var(--paper); }
.pn .part { display: block; font-size: 14px; font-weight: 500; overflow-wrap: anywhere; }
.pn .ln { font-size: 12.5px; color: var(--mute); }
.fn .fd { display: block; }
.fn .cls { font-size: 13px; color: var(--ink); }
.fn .cls .sc { color: var(--ink); }
.pt { font-size: 12.5px; }
.basis { font-size: 12px; border: 1px dashed var(--ink); padding: 0 5px; color: var(--ink); }
.basis.b-unmatched { border-style: solid; border-color: var(--rule); color: var(--mute); }
.rt .pl { display: block; }
.rt .rq { font-size: 12px; color: var(--mute); }
.sp .gap, .gap { color: var(--mute); font-style: italic; }
.toggle { position: absolute; right: 8px; top: 15px; width: 9px; height: 9px; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: rotate(45deg); }
li.rec.open .toggle { transform: rotate(225deg); top: 19px; }
.why { display: none; grid-column: 1 / 7; margin-right: -20px; font-size: 14px; margin-top: 8px; border-top: 1px solid var(--rule2); padding-top: 8px; cursor: auto; }
li.rec.open .why { display: block; }
.why > div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 12px; padding: 4px 0; }
.why > div.blocks { display: block; }
.why .k { color: var(--mute); }
.why .sub { color: var(--mute); }
.why .refs { display: flex; flex-direction: column; gap: 3px; }
.why .refs > span { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 10px; }
.why .refs .cref { font-family: var(--mono); font-size: 12.5px; border-bottom: 0; }
.why .refs .cref:hover { text-decoration: underline; }
.why .pasted { font-family: var(--mono); font-size: 12.5px; overflow-wrap: anywhere; }
.notice.gate { border-left-color: var(--claret); }

/* notes */
section.finds details { border-bottom: 1px solid var(--rule); padding: 10px 0; }
section.finds summary { list-style: none; cursor: pointer; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; gap: 10px; align-items: baseline; position: relative; padding-right: 22px; }
section.finds summary .nf { margin: 0; }
section.finds summary::after { content: ''; position: absolute; right: 4px; top: 5px; width: 8px; height: 8px; border-right: 1.5px solid var(--ink); border-bottom: 1.5px solid var(--ink); transform: rotate(45deg); }
section.finds details[open] summary::after { transform: rotate(225deg); top: 10px; }
section.finds summary::-webkit-details-marker { display: none; }
.fname { font-weight: 600; }
.who { font-size: 13px; color: var(--mute); white-space: nowrap; }
.fbody { padding: 6px 0 4px 40px; font-size: 14.5px; max-width: 1000px; }
.fbody ul.items { padding-left: 18px; }
.fbody ul.items li { margin-bottom: 6px; }
.fbody .part { font-weight: 500; }
.bygrp { color: var(--mute); font-size: 13.5px; }
.fl-note { font-size: 13.5px; color: var(--mute); }
.ask b { font-weight: 600; }
.locked { color: var(--mute); font-style: italic; }
.ctrl { border-left: 2px solid var(--ink); padding: 2px 0 2px 14px; margin: 12px 0; font-size: 14px; max-width: 900px; }
.ctrl .ch { font-weight: 600; margin-bottom: 4px; }
.ctrl .ch code { font-weight: 400; font-size: .92em; color: var(--mute); margin-right: .7em; }
.ctrl .ev > div { margin: 4px 0; }
.ctrl .src, .cref { text-decoration: none; border-bottom: 1px solid var(--rule); }
.ctrl .src:hover, .cref:hover { border-bottom-color: var(--ink); }
.ctrl p.q { margin: 0 0 6px; }
.ctrl .ev { font-size: 13.5px; }

/* shares */
.twin { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.share-grid { font-size: 14px; }
.share-grid .srow { display: grid; grid-template-columns: minmax(0, 1fr) 80px 70px; gap: 8px; padding: 6px 0; border-bottom: 1px solid var(--rule2); }
.share-grid .srow.head { color: var(--mute); font-size: 12.5px; border-bottom: 1px solid var(--ink); background: var(--head); padding: 6px 4px; }
.share-grid .srow .c { text-align: right; font-family: var(--mono); }
.share-grid .srow.rem { color: var(--mute); }
.share-grid .srow.tot { border-top: 1px solid var(--ink); border-bottom: 0; font-weight: 600; }
.share-grid a { text-decoration: none; }
.share-grid a:hover { text-decoration: underline; }

/* generated pages */
table.plain { border-collapse: collapse; width: 100%; font-size: 14.5px; margin: 6px 0 14px; }
table.plain th, table.plain td { text-align: left; vertical-align: top; padding: 7px 10px 7px 6px; border-bottom: 1px solid var(--rule); }
table.plain td a { text-decoration: none; border-bottom: 1px solid var(--rule); }
table.plain thead th { font-size: 12px; color: var(--mute); border-bottom: 1px solid var(--ink); background: var(--head); text-transform: uppercase; letter-spacing: .04em; }
.tablewrap { overflow-x: auto; max-width: 100%; }
ul.idx { list-style: none; padding: 0; margin: 0 0 12px; columns: 2; column-gap: 32px; }
ul.idx li { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 6px 0; border-bottom: 1px solid var(--rule2); break-inside: avoid; }
ul.idx li span { color: var(--mute); font: 400 12px/1.3 var(--mono); text-align: right; }
ul.idx li a { text-decoration: none; }
ul.idx li a:hover { text-decoration: underline; }
h3.idxg { font-size: 16px; margin: 22px 0 4px; }
.annex { margin: 6px 0 10px; padding: 4px 0 4px 16px; border-left: 2px solid var(--ink); font-size: 16px; max-width: 900px; }
.qtext { font-family: var(--mono); font-size: 14px; background: var(--paper); border: 1px solid var(--rule); padding: 8px 10px; overflow-wrap: anywhere; }
.btnrow { display: flex; gap: 10px; flex-wrap: wrap; }
.prose { max-width: 760px; padding-bottom: 30px; }
.pricing { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border: 1px solid var(--ink); background: var(--paper); }
.pricing > div { padding: 18px 20px; display: flex; flex-direction: column; }
.pricing > div > .btn { margin-top: auto; align-self: flex-start; }
.pricing > div + div { border-left: 1px solid var(--rule); }
.pricing > div:nth-child(2) { box-shadow: inset 0 3px 0 var(--ink); }
.pricing h3 { margin: 0 0 6px; font-size: 20px; }
.price { font: 500 34px/1.1 var(--sans); }
.price small { font-size: 13px; color: var(--mute); margin-right: 4px; font-weight: 400; }
.per { color: var(--mute); font-size: 14px; }
.pricing ul { padding-left: 18px; font-size: 14.5px; }
.list .item { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--rule); text-decoration: none; flex-wrap: wrap; }
.list .item .meta { color: var(--mute); font-size: 13.5px; font-family: var(--mono); }
.ph { font-size: 34px; }

/* modal */
.modal { display: none; position: fixed; inset: 0; background: rgba(28, 28, 31, .45); z-index: 20; align-items: center; justify-content: center; padding: 16px; }
.modal.open { display: flex; }
.modal .box { background: var(--paper); border: 1px solid var(--ink); padding: 20px; max-width: 460px; width: 100%; }
.modal .legend { font: 700 18px var(--sans); margin-bottom: 6px; }
.modal input[type=email] { width: 100%; font: 400 15px var(--sans); padding: 10px; border: 1px solid var(--ink); border-radius: 2px; }
.ok { color: var(--ink); } .err { color: var(--claret); }

/* footer */
footer.site { display: flex; flex-wrap: wrap; gap: 8px 18px; font-size: 13.5px; color: var(--mute); padding-bottom: 40px; margin-top: 40px; }
footer.site::before { content: ''; flex-basis: 100%; border-top: 2px solid var(--ink); margin-bottom: 8px; }
footer.site a { color: var(--ink); }
footer.site span:nth-of-type(2), footer.site span:nth-of-type(3) { flex-basis: 100%; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; gap: 28px; }
  .reg-head { display: none; }
  ol.reg li.rec { grid-template-columns: 110px minmax(0, 1fr); gap: 4px 12px; }
  ol.reg li.rec .mk, ol.reg li.rec .rt, ol.reg li.rec .sp, ol.reg li.rec .nfs { grid-column: 2; font-size: 13.5px; }
  ol.reg li.rec .mk::before, ol.reg li.rec .rt::before, ol.reg li.rec .sp::before { content: attr(data-label) ': '; color: var(--mute); }
  ol.reg li.rec .rt .pl { display: inline; }
  ol.reg li.rec .rt .rq { margin-left: 6px; }
  .why { grid-column: 1 / 3; }
  .t-axis { margin-left: 220px; margin-right: 110px; }
  .t-row { grid-template-columns: 220px minmax(0, 1fr) 110px; }
}
@media (max-width: 720px) {
  .wrap { padding: 0 16px; }
  header.site { padding: 12px 0; }
  .docline { display: none; }
  header.site { padding: 10px 0; gap: 6px; }
  .brand { font-size: 16px; }
  header.site nav { gap: 4px 12px; font-size: 13.5px; }
  header.site nav { flex-wrap: nowrap; overflow-x: auto; max-width: 100%; padding-bottom: 2px; }
  header.site nav a, #nav-auth { white-space: nowrap; }
  .why .refs > span { grid-template-columns: 1fr; gap: 0; }
  table.plain thead { display: none; }
  table.plain, table.plain tbody, table.plain tr, table.plain td, table.plain th { display: block; width: 100%; }
  table.plain tr { border-bottom: 1px solid var(--rule); padding: 8px 0; }
  table.plain td, table.plain th { border: 0; padding: 2px 0; }
  table.plain td:first-child { font-weight: 600; }
  .tablewrap { overflow-x: visible; }
  h1 { font-size: 29px; }
  .ph { font-size: 28px; }
  .lede { font-size: 16px; }
  .form { grid-template-columns: 1fr; }
  .form > div + div { padding-left: 0; border-left: 0; border-top: 1px solid var(--rule); }
  .summary { grid-template-columns: 1fr 1fr; }
  .summary > div { padding: 10px 10px 10px 0; }
  .summary > div + div { padding-left: 0; border-left: 0; }
  .summary > div:nth-child(2n) { padding-left: 12px; border-left: 1px solid var(--rule); }
  .summary > div:nth-child(n+3) { border-top: 1px solid var(--rule); }
  .summary .n { font-size: 28px; }
  .leadline { font-size: 21px; } .leadline .n { font-size: 20px; }
  dl.regime-line { grid-template-columns: 1fr; }
  dl.regime-line > div { grid-template-columns: 1fr; gap: 2px; }
  ol.reg li.rec { grid-template-columns: minmax(0, 1fr); padding-right: 26px; }
  ol.reg li.rec .fn, ol.reg li.rec .mk, ol.reg li.rec .rt, ol.reg li.rec .sp, ol.reg li.rec .nfs { grid-column: 1; }
  .pn { display: flex; gap: 10px; align-items: baseline; flex-wrap: wrap; }
  .why { grid-column: 1; margin-right: -26px; }
  .why > div { grid-template-columns: 1fr; gap: 2px; }
  .t-axis { margin: 0 0 4px; font-size: 10.5px; }
  .t-row { grid-template-columns: minmax(0, 1fr) 110px; grid-template-areas: 'lab n' 'sig sig'; padding: 8px 0; }
  .t-lab { grid-area: lab; } .t-n { grid-area: n; padding-left: 8px; } .t-sig { grid-area: sig; margin-top: 6px; }
  .twin { grid-template-columns: 1fr; }
  ul.idx { columns: 1; }
  .pricing { grid-template-columns: 1fr; }
  .pricing > div + div { border-left: 0; border-top: 1px solid var(--rule); }
  .fbody { padding-left: 0; }
  section.finds summary { grid-template-columns: 30px minmax(0, 1fr); align-items: start; }
  section.finds summary .nf { margin-top: 1px; }
  section.finds summary .who { grid-column: 2; }
  .specimen table th:nth-child(3), .specimen table td:nth-child(3) { display: none; }
}
@media print {
  .band, .tool, #actions, footer.site, .hero, .explain, .no-print, .autospec-note { display: none !important; }
  .why { display: block; }
}
