/* Cell Register. Direction from the design seed (sha256 in design-brief.md): a zone drawing sheet. White drawing stock,
   a graphite line ink, one engineering lettering hand (Barlow) for headline and body with Inconsolata for every figure,
   code and drawing number, every section framed as a numbered sheet with its title block, zone classes as hatched legend
   swatches, and every flag a filled safety-yellow hazard stamp with graphite lettering, the one colour on the sheet.
   Hairlines, square corners, no band, no shadows, no gradients other than the legend hatches. */
:root {
  --stock: #f3f5f1; --card: #fbfcfa; --wash: #e9ece6;
  --ink: #181d19; --ink-2: #454b46; --ink-3: #6d736d;
  --rule: #c9cdc6; --rule-2: #e2e5df; --frame: #181d19;
  --hazard: #f2c200; --hazard-wash: #fff4c2;
  --display: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --sans: "Barlow", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "Inconsolata", "SFMono-Regular", Menlo, Consolas, monospace;
  --max: 1160px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { background: var(--stock); color: var(--ink); font: 16px/1.5 var(--sans); -webkit-font-smoothing: antialiased; text-rendering: geometricPrecision; }
body { margin: 0; }
a.cref { font-family: var(--mono); font-size: 12px; text-decoration: none; border-bottom: 1px solid var(--rule); white-space: nowrap; } .crefs .c { white-space: nowrap; }
a { color: var(--ink); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; text-decoration-color: var(--ink-3); }
a:hover { text-decoration-color: var(--ink); }
h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.1; margin: 0 0 12px; letter-spacing: -0.005em; }
h1 { font-size: clamp(32px, 4.2vw, 50px); font-weight: 700; letter-spacing: -0.015em; }
h2 { font-size: clamp(22px, 2.4vw, 27px); }
h3 { font-size: 18px; }
p { margin: 0 0 14px; }
code, .mono { font-family: var(--mono); font-size: 0.95em; }
.num, .tab { font-variant-numeric: tabular-nums; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
/* Header: the sheet's title block strip, white with a 1.5px graphite rule under it */
.band { background: var(--card); border-bottom: 1.5px solid var(--frame); }
header.site { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 12px; }
header.site .brand { font-family: var(--display); font-weight: 700; font-size: 22px; color: var(--ink); text-decoration: none; letter-spacing: -0.01em; }
header.site .brand em { font-style: normal; font-weight: 400; }
header.site nav a { margin-left: 20px; text-decoration: none; color: var(--ink-2); font-size: 15px; font-weight: 500; white-space: nowrap; }
header.site nav a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
/* Sheets: every results section is a framed, numbered drawing sheet with a title block */
section.sheet { border: 1.5px solid var(--frame); background: var(--card); padding: 0 18px 18px; margin-top: 24px; }
.sec-head { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 16px; border-bottom: 1.5px solid var(--frame); padding: 10px 0; margin: 0 -18px 14px; padding-left: 18px; padding-right: 18px; }
.sec-head .sheetno { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-2); border-right: 1px solid var(--rule); padding-right: 14px; align-self: stretch; display: flex; align-items: center; }
.sec-head h2 { margin: 0; }
.sec-head .folio { font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); margin-left: auto; } .sec-head .rev { font-family: var(--mono); font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); border-left: 1px solid var(--rule); padding-left: 14px; align-self: stretch; display: flex; align-items: center; }
main > .sec-head, .plain .sec-head { border-top: 1.5px solid var(--frame); border-bottom: 0; margin: 26px 0 10px; padding: 10px 0 0; }
/* Hazard stamps: filled safety yellow, graphite lettering, mono caps, square */
.stamp, .flag { display: inline-block; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); background: var(--hazard); padding: 2px 6px 1px; line-height: 1.4; margin: 2px 6px 0 0; white-space: nowrap; font-weight: 600; }
.flags { margin-top: 3px; }
.mark { background: var(--hazard); color: var(--ink); font-weight: 600; padding: 0 3px; }
.standing { display: none; } .standing.unreg { display: inline-block; font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); background: var(--hazard); padding: 2px 6px 1px; margin-left: 8px; vertical-align: 1px; font-weight: 600; }
/* Zone legend swatches: hatched, the way a zone drawing hatches its areas; graphite only */
.zone { display: inline-flex; align-items: center; gap: 6px; font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink); white-space: nowrap; }
.zone i { display: inline-block; width: 14px; height: 14px; border: 1px solid var(--ink); background-color: var(--card); }
.zone.z-cell i { background-image: repeating-linear-gradient(45deg, var(--ink) 0 1px, transparent 1px 4px); }
.zone.z-line i { background-image: repeating-linear-gradient(0deg, var(--ink) 0 1px, transparent 1px 4px); }
.zone.z-supervisory i { background-image: repeating-linear-gradient(45deg, var(--ink) 0 1px, transparent 1px 4px), repeating-linear-gradient(-45deg, var(--ink) 0 1px, transparent 1px 4px); }
.zone.z-business i { background-image: radial-gradient(var(--ink) 0.8px, transparent 1px); background-size: 4px 4px; }
.zone.z-safety i { background-image: repeating-linear-gradient(-45deg, var(--ink) 0 2px, transparent 2px 5px); }
.slt { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; margin-left: 8px; color: var(--ink); vertical-align: baseline; }
.beh { font-family: var(--mono); font-size: 12px; letter-spacing: 0.04em; text-transform: uppercase; font-weight: 600; } .beh.fixed { color: var(--ink-3); font-weight: 400; }
/* Hero */
.hero { padding: 40px 0 16px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 44px; align-items: start; }
.hero .lede { font-size: 18px; color: var(--ink-2); max-width: 600px; margin-bottom: 18px; }
.hero .cta { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.hero .cta .hint { flex-basis: 100%; }
.hero.compact { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; padding-bottom: 8px; }
.specimen.wide { margin-top: 18px; } .specimen.wide table { table-layout: auto; } .specimen.wide td, .specimen.wide th { padding-right: 16px; } .specimen.wide .cap { max-width: 900px; }
.eyebrow { font-family: var(--mono); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; } .eyebrow a { color: var(--ink-3); }
@media (max-width: 860px) { .hero, .hero.compact { grid-template-columns: 1fr; gap: 20px; } }
figure.person { margin: 0; } figure.person img { display: block; width: 100%; height: auto; background: var(--wash); }
figure.person figcaption { font-size: 14px; color: var(--ink-2); margin-top: 10px; line-height: 1.45; }
/* Specimen sheet under the photograph */
.specimen { border: 1.5px solid var(--frame); margin-top: 16px; padding: 0 12px 10px; font-size: 13px; background: var(--card); }
.specimen .legend { font-family: var(--mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-2); display: flex; justify-content: space-between; gap: 10px; border-bottom: 1.5px solid var(--frame); margin: 0 -12px 8px; padding: 7px 12px; }
.specimen table { width: 100%; border-collapse: collapse; margin-top: 4px; table-layout: fixed; }
.specimen th { font-family: var(--sans); font-size: 12px; font-weight: 600; text-align: left; padding: 6px 8px 5px 0; border-bottom: 1px solid var(--rule); color: var(--ink-2); }
.specimen th.num, .specimen td.num { text-align: right; font-family: var(--mono); font-size: 12px; } .specimen td.num .beh { font-size: 11px; }
.specimen td { padding: 6px 8px 6px 0; border-bottom: 1px solid var(--rule-2); vertical-align: top; }
.specimen tr.total td { border-top: 1.5px solid var(--frame); border-bottom: 0; font-weight: 600; }
.specimen .stamp, .specimen .flag { font-size: 9.5px; padding: 1px 4px 0; margin: 0 4px 0 0; }
.specimen .zone { font-size: 11px; } .specimen .zone i { width: 11px; height: 11px; }
.specimen .cap { font-size: 12px; color: var(--ink-3); margin-top: 8px; } .specimen td .na { white-space: nowrap; font-size: 11.5px; }
section { padding: 30px 0; }
/* The zone and conduit drawing: framed boxes and labelled conduits, graphite only */
.drawing { margin: 0 0 18px; } .drow { display: flex; align-items: stretch; gap: 0; flex-wrap: nowrap; } .drow.safety { margin-top: 10px; } .zbox { border: 1.5px solid var(--frame); padding: 10px 12px; min-width: 150px; display: flex; flex-direction: column; gap: 4px; background: var(--card); } .zbox.empty { border-style: dashed; color: var(--ink-3); } .zbox .zn { font-size: 13px; } .zbox .zs { font-family: var(--mono); font-size: 11.5px; color: var(--ink-2); letter-spacing: 0.04em; } .cond { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 90px; padding: 0 6px; } .cond i { display: block; width: 100%; height: 0; border-top: 1px solid var(--ink); position: relative; } .cond i::after { content: ''; position: absolute; right: -1px; top: -4px; width: 7px; height: 7px; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); transform: rotate(45deg); } .cond span { font-family: var(--mono); font-size: 10.5px; color: var(--ink-2); text-align: center; margin-top: 4px; line-height: 1.3; } .cond.out { flex: 0 0 220px; } .cond.both i::before { content: ''; position: absolute; left: -1px; top: -4px; width: 7px; height: 7px; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); transform: rotate(-45deg); } .drow.safety { justify-content: flex-start; margin-left: 0; padding-left: calc(50% - 60px); } .drawing .hint { margin-top: 12px; max-width: 900px; }
@media (max-width: 860px) { .drow { flex-direction: column; } .drow.safety { margin-left: 0; padding-left: 0; } .cond { min-height: 44px; flex-direction: row; justify-content: flex-start; gap: 14px; padding: 6px 0 6px 12px; } .cond i { width: 28px; flex: 0 0 28px; transform: rotate(90deg); transform-origin: center; } .cond span { text-align: left; margin: 0; } .cond.out, .cond.both { flex: 0 0 auto; } .zbox { min-width: 0; } }
/* The tool */
.tool { border: 1.5px solid var(--frame); background: var(--card); margin-top: 22px; }
.tool .bar { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; padding: 14px 16px 10px; }
.tool .bar .spacer { flex: 1; }
.tool .bar label { font: 14px var(--sans); color: var(--ink-2); white-space: nowrap; }
.tool .bar label input { margin-right: 5px; vertical-align: -1px; accent-color: var(--ink); }
.tool .bar .ticks { display: flex; flex-wrap: wrap; gap: 6px 16px; }
textarea.paste { width: 100%; min-height: 230px; border: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 14px 16px; font: 13px/1.5 var(--mono); color: var(--ink); resize: vertical; background: var(--card); display: block; }
textarea.paste:focus { outline: 2px solid var(--ink); outline-offset: -2px; }
.btn { display: inline-block; border: 1.5px solid var(--ink); background: var(--ink); color: #fff; padding: 10px 18px; font: 600 14.5px var(--sans); cursor: pointer; text-decoration: none; }
.btn:hover { background: #000; border-color: #000; color: #fff; }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--wash); color: var(--ink); }
.btn.small { padding: 7px 12px; font-size: 13px; }
.hint { font-size: 13px; color: var(--ink-3); }
.na { color: var(--ink-3); font-size: 12.5px; }
.sub { display: block; font-family: var(--sans); font-size: 11.5px; color: var(--ink-3); margin-top: 2px; } .sub.mark { display: inline-block; color: var(--ink); }
.regime-line { margin: -22px 0 4px; }
/* Summary strip: six cells, big display figures; a flagged cell carries a hazard rule under its figure */
.summary { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0 18px; border-top: 1.5px solid var(--frame); border-bottom: 1.5px solid var(--frame); margin-bottom: 34px; padding: 4px 0; background: var(--card); }
.summary > div { padding: 12px 16px 10px; } .summary > div + div { border-left: 1px solid var(--rule-2); }
.summary .n { font-family: var(--display); font-weight: 700; font-size: clamp(22px, 1.9vw, 28px); line-height: 1.05; color: var(--ink); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; overflow-wrap: anywhere; display: inline-block; }
.summary .l { font-size: 12.5px; color: var(--ink-2); margin-top: 6px; line-height: 1.3; }
.summary .l .sub { color: var(--ink-3); margin-top: 3px; }
@media (max-width: 860px) { .summary { grid-template-columns: repeat(3, 1fr); gap: 0 12px; } .summary > div + div { border-left: 0; padding-left: 0; } }
@media (max-width: 480px) { .summary { grid-template-columns: repeat(2, 1fr); } }
/* Where the assets sit */
section.conc { padding-bottom: 12px; }
.conc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.conc-grid h3 { font-size: 15px; margin: 6px 0 8px; }
.crow { display: grid; grid-template-columns: minmax(0, 1.3fr) 34px 52px minmax(0, 1fr); gap: 8px; align-items: center; font-size: 13px; min-height: 32px; padding: 3px 0; border-bottom: 1px solid var(--rule-2); }
.crow .cl, .crow .cn { overflow-wrap: anywhere; line-height: 1.2; } .crow .cv, .crow .cp { font-family: var(--mono); font-size: 12.5px; text-align: right; font-variant-numeric: tabular-nums; } .crow .cn { font-family: var(--mono); font-size: 11.5px; color: var(--ink-3); letter-spacing: 0.02em; } .crow.rest { color: var(--ink-3); }
@media (max-width: 860px) { .conc-grid { grid-template-columns: 1fr; } }
/* Family sheets and the register table */
section.fam { padding-bottom: 0; } section.fam .sec-head { margin-bottom: 0; } section.sheet.fam { padding-bottom: 0; }
.sheet-wrap { overflow-x: auto; margin: 0 -18px 0; border-top: 0; }
table.sheet { width: 100%; border-collapse: collapse; font-size: 14px; table-layout: fixed; } table.sheet td { overflow-wrap: anywhere; }
table.sheet col.c1 { width: 19%; } table.sheet col.c2 { width: 19%; } table.sheet col.c3 { width: 14%; } table.sheet col.c4 { width: 11%; } table.sheet col.c5 { width: 11%; } table.sheet col.c6 { width: 11%; } table.sheet col.c7 { width: 10%; } table.sheet col.c8 { width: 5%; }
table.sheet th { font-family: var(--sans); font-size: 12px; font-weight: 600; color: var(--ink-2); text-align: left; padding: 9px 10px 9px 18px; border-bottom: 1px solid var(--rule); border-top: 0; } table.sheet th.more { text-align: right; }
table.sheet th + th { padding-left: 10px; }
table.sheet td { padding: 10px 10px 8px; vertical-align: top; border-bottom: 0; }
table.sheet td:first-child { padding-left: 18px; }
table.sheet tr.f td { border-top: 1px solid var(--rule-2); }
table.sheet tr.f.unreg td:first-child { box-shadow: inset 4px 0 0 var(--hazard); }
table.sheet td.code { font-weight: 600; color: var(--ink); }
table.sheet td.code a.cat, table.sheet td.small a.cat { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--rule); font-weight: 500; }
table.sheet td.small a.cat:hover { border-color: var(--ink); }
table.sheet td.small { font-size: 13px; color: var(--ink-2); }
table.sheet td.small .sub { font-size: 11.5px; }
table.sheet tfoot tr.total td { border-top: 1px solid var(--rule); font-weight: 600; padding: 9px 10px 10px; font-size: 13px; }
table.sheet tfoot tr.total td:first-child { padding-left: 18px; }
table.sheet tr.why:not(.open) { display: none; }
table.sheet tr.why td { padding: 4px 18px 14px; font-size: 13px; color: var(--ink-2); line-height: 1.45; border-top: 1px solid var(--rule-2); }
table.sheet td.more { text-align: right; white-space: nowrap; } table.sheet tr.f { cursor: pointer; } table.sheet tr.f .toggle { font: 600 11px var(--mono); color: var(--ink); border: 1px solid var(--ink); padding: 2px 7px 1px; letter-spacing: 0.06em; text-transform: uppercase; } table.sheet tr.f .toggle::after { content: 'open'; } table.sheet tr.f.open .toggle::after { content: 'close'; }
table.sheet tr.why td > div { display: flex; gap: 8px; margin-top: 6px; } table.sheet tr.why td > div > .k { flex: 0 0 126px; } table.sheet tr.why td > div > span:not(.k) { flex: 1; min-width: 0; }
table.sheet tr.why .k { font-family: var(--mono); font-size: 10.5px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); padding-top: 3px; }
table.sheet tr.why a.cref { font-family: var(--mono); font-size: 12px; text-decoration: none; border-bottom: 1px solid var(--rule); white-space: nowrap; } .crefs { display: inline; } .crefs .tag { font-family: var(--mono); font-size: 11px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-right: 4px; } .crefs + .crefs { margin-left: 10px; }
table.sheet tr.why .og { display: block; margin: 2px 0 6px; } table.sheet tr.why .og b { display: block; font-weight: 600; color: var(--ink); margin-bottom: 2px; }
table.sheet tr.why ol.cl { margin: 3px 0 2px; padding-left: 18px; max-width: 760px; } table.sheet tr.why ol.cl li { margin-bottom: 2px; font-size: 12.5px; }
.plan-tag { font-family: var(--mono); font-size: 10px; border: 1px solid currentColor; padding: 0 4px; margin-left: 6px; vertical-align: 1px; opacity: 0.8; }
/* Findings */
section.ctrls details, .ctrls-inline details { border-top: 1px solid var(--rule); padding: 0; }
section.ctrls details:not([open]) .codes { display: none; }
section.ctrls summary, .ctrls-inline summary { cursor: pointer; padding: 11px 0; font-family: var(--sans); font-weight: 600; font-size: 15.5px; }
section.ctrls summary .who { display: block; font-family: var(--sans); font-size: 13px; color: var(--ink-2); margin-top: 2px; font-weight: 400; }
section.ctrls summary .codes { font-family: var(--mono); font-weight: 400; font-size: 12px; display: block; margin-top: 2px; color: var(--ink-3); }
section.ctrls .ctrl, .ctrls-inline .ctrl { padding: 6px 0 12px; border-top: 1px solid var(--rule-2); }
section.ctrls .ch, .ctrls-inline .ch { font-weight: 600; margin-bottom: 4px; } section.ctrls .ch code, .ctrls-inline .ch code { color: var(--ink); margin-right: 6px; font-weight: 700; }
section.ctrls .ctrl p, .ctrls-inline .ctrl p { font-size: 14px; color: var(--ink-2); margin-bottom: 6px; }
ul.items { margin: 0 0 12px; padding-left: 18px; font-size: 14px; } ul.items li { margin-bottom: 5px; }
.locked { color: var(--ink-3); font-style: italic; }
body.has-result section.explain { display: none; }
/* Explanation rows and notices */
.form { border-top: 1.5px solid var(--frame); }
.form > div { display: grid; grid-template-columns: 56px 240px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--rule-2); align-items: baseline; }
.form .k { font-family: var(--mono); color: var(--ink); font-size: 13px; letter-spacing: 0.08em; }
.form h3 { margin: 0; }
.form p { margin: 0; color: var(--ink-2); }
@media (max-width: 760px) { .form > div { grid-template-columns: 40px 1fr; } .form p { grid-column: 2; } }
.notice { border: 1px solid var(--rule); background: var(--card); padding: 12px 16px; margin: 14px 0; font-size: 14.5px; }
.notice.gate { background: var(--hazard-wash); border-color: var(--hazard); }
p.plain-note { font-size: 14.5px; color: var(--ink-2); max-width: 720px; }
/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0; border: 1.5px solid var(--frame); background: var(--card); }
.pricing > div { padding: 22px 20px 24px; border-right: 1px solid var(--rule); display: flex; flex-direction: column; }
.pricing > div:last-child { border-right: 0; }
@media (max-width: 860px) { .pricing > div { border-right: 0; border-bottom: 1px solid var(--rule); } .pricing > div:last-child { border-bottom: 0; } }
.pricing .price { font-family: var(--display); font-weight: 700; font-size: 44px; line-height: 1; margin: 8px 0 2px; display: flex; align-items: baseline; gap: 8px; letter-spacing: -0.02em; }
.pricing .price small { font-size: 13px; color: var(--ink-3); font-family: var(--mono); font-weight: 400; letter-spacing: 0; }
.pricing .per { color: var(--ink-3); font-size: 13px; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--rule-2); }
.pricing ul { list-style: none; padding: 0; margin: 0 0 18px; font-size: 14.5px; }
.pricing li { margin-bottom: 7px; padding-left: 1.1em; text-indent: -1.1em; }
.pricing li::before { content: "+  "; color: var(--ink); font-family: var(--mono); }
.pricing .btn { margin-top: auto; align-self: flex-start; }
footer.site { border-top: 1.5px solid var(--frame); margin-top: 30px; padding-block: 22px 40px; font-size: 13.5px; color: var(--ink-3); display: flex; flex-wrap: wrap; gap: 8px 22px; }
footer.site a { color: var(--ink-3); }
/* Forms and modal */
.modal { position: fixed; inset: 0; background: rgba(24,29,25,0.55); display: none; align-items: center; justify-content: center; padding: 20px; z-index: 10; }
.modal.open { display: flex; }
.modal .box { background: var(--card); border: 1.5px solid var(--frame); padding: 26px; max-width: 440px; width: 100%; }
.modal .box .legend { font-family: var(--display); font-weight: 600; font-size: 22px; margin-bottom: 6px; }
input[type=email], input[type=text] { width: 100%; padding: 10px 12px; border: 1px solid var(--ink-3); font: 15px var(--sans); background: var(--card); color: var(--ink); }
input:focus { outline: 2px solid var(--ink); outline-offset: -1px; }
.row { display: flex; gap: 10px; align-items: center; }
.ok { color: var(--ink); } .err { color: var(--ink); background: var(--hazard); padding: 0 4px; }
.list { border: 1.5px solid var(--frame); background: var(--card); }
.list a.item { display: flex; justify-content: space-between; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--rule-2); text-decoration: none; color: var(--ink); }
.list a.item:last-child { border-bottom: 0; }
.list a.item:hover { background: var(--wash); }
.list .meta { font-family: var(--mono); font-size: 12px; color: var(--ink-3); }
.index { columns: 2; column-gap: 40px; font-size: 14px; }
.index a { display: block; text-decoration: none; color: var(--ink); padding: 6px 0; border-bottom: 1px solid var(--rule-2); break-inside: avoid; }
.index a .chips { display: block; font-size: 12px; color: var(--ink-3); margin-top: 1px; }
/* Machine, family, regime and standards pages */
table.mtable { width: 100%; border-collapse: collapse; font-size: 14px; }
table.mtable th { text-align: left; font-family: var(--mono); font-weight: 500; font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink); padding: 9px 16px 8px 0; border-bottom: 1px solid var(--rule-2); vertical-align: top; width: 230px; line-height: 1.35; }
table.mtable td { padding: 8px 0; border-bottom: 1px solid var(--rule-2); vertical-align: top; }
ul.refs { margin: 0 0 4px; padding-left: 0; list-style: none; } ul.refs li { margin-bottom: 2px; font-size: 12.5px; } ul.refs code { margin-right: 4px; }
ul.doclist { padding-left: 18px; max-width: 760px; } ul.doclist li { margin-bottom: 8px; font-size: 14.5px; }
ol.clauses { padding-left: 20px; max-width: 760px; } ol.clauses li { margin-bottom: 6px; font-size: 14.5px; }
/* Phone: the sheet becomes stacked cards */
@media (max-width: 700px) { table.sheet, table.sheet tbody, table.sheet tfoot, table.sheet tr, table.sheet td { display: block; } table.sheet thead { display: none; } table.sheet tr.f { border-top: 1px solid var(--rule); padding: 10px 12px 4px; } table.sheet tr.f td { border: 0; padding: 3px 0; white-space: normal; min-width: 0; max-width: none; text-align: left; } table.sheet td:first-child { padding-left: 0; } table.sheet tr.f td.code { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 2px 8px; font-size: 15px; } table.sheet tr.f td.code .flags { display: block; order: 3; flex-basis: 100%; } table.sheet tr.f td.code .sub { display: inline; margin: 0; } table.sheet tr.f td[data-l]:not(.code) { position: relative; padding-left: 96px; font-size: 13px; } table.mtable th, table.mtable td { display: block; width: auto; padding: 6px 0 0; border: 0; } table.mtable td { padding-bottom: 8px; border-bottom: 1px solid var(--rule-2); } table.sheet tr.f td[data-l]:not(.code)::before { content: attr(data-l); position: absolute; left: 0; top: 4px; font-family: var(--sans); font-size: 12px; color: var(--ink-3); } table.sheet tr.f td .sub { display: inline; margin-left: 6px; } table.sheet tr.f td[data-l="Class"] .sub { display: block; margin-left: 0; } table.sheet tr.why td { padding: 6px 12px 12px; } table.sheet tr.f td.more { display: block; text-align: right; padding: 4px 0 2px; } section.ctrls summary .who { display: block; margin: 2px 0 0; } .index { columns: 1; } .index a { display: block; } .index a .chips { display: block; text-align: left; } table.sheet tr.f.unreg { box-shadow: inset 4px 0 0 var(--hazard); } table.sheet tr.f td:first-child { box-shadow: none !important; } table.sheet tfoot tr.total { display: flex; flex-wrap: wrap; gap: 4px 14px; padding: 8px 12px; border-top: 1px solid var(--rule); } table.sheet tfoot tr.total td { border: 0; padding: 0; display: inline; } table.sheet tfoot tr.total td:empty { display: none; } table.sheet tr.why td > div { display: block; margin-top: 8px; } table.sheet tr.why td > div > .k { display: block; margin-bottom: 2px; } .sheet-wrap { overflow: visible; margin: 0 -12px -12px; } section.sheet { padding: 0 12px 12px; } .sec-head { margin: 0 -12px 12px; padding-left: 12px; padding-right: 12px; } .summary .n { font-size: 24px; } .summary > div { padding: 8px 0; } .pricing .price { font-size: 36px; } section.ctrls summary .codes { white-space: normal; } header.site { gap: 10px; } header.site nav { white-space: nowrap; } header.site nav a { margin-left: 10px; font-size: 13.5px; } table.sheet { font-size: 13px; } .hero { padding-top: 24px; } .sec-head .folio { margin-left: 0; flex-basis: 100%; white-space: normal; } .sec-head .sheetno { border-right: 0; padding-right: 0; } .regime-line { margin-top: -26px; } .crow { grid-template-columns: minmax(0, 1.1fr) 30px 48px minmax(0, 0.9fr); } }
@media (max-width: 480px) { h1 { font-size: 2rem; } .hero .cta .btn { width: 100%; text-align: center; } .eyebrow { font-size: 10px; letter-spacing: 0.08em; } .sec-head .rev { border-left: 0; padding-left: 0; } .wrap { padding: 0 16px; } header.site { flex-wrap: wrap; gap: 4px 10px; padding-block: 10px; } header.site .brand { white-space: nowrap; font-size: 19px; } header.site nav { flex-basis: 100%; white-space: normal; } header.site nav a { margin: 0 12px 0 0; font-size: 12.5px; } .hero { padding-top: 18px; } .hero .lede { font-size: 1rem; line-height: 1.45; } .tool .bar .btn { width: 100%; text-align: center; } .tool .bar .spacer { display: none; } .crow { grid-template-columns: minmax(0, 1fr) 28px 46px minmax(0, 0.7fr); } .crow .cn { font-size: 10.5px; } }
@media print { header.site nav, .tool, .btn, footer.site, .no-print, .specimen, figure.person { display: none !important; } html { background: #fff; } details { display: block; } details > * { display: block; } table.sheet tr.why { display: table-row; } }
