/* Agent Register. Direction from seed hash eaf75ec1: a security dossier. Moss-black header band on sage stock, slab
   headings in sentence case, mono tool names, verdicts as filled pills. Hairline rules, 4px radii, no shadows, no gradients. */
:root {
  --stock: #f4f6f1; --stock-2: #e9ede4; --card: #fbfcf9; --band: #1c2419;
  --ink: #1c2419; --ink-2: #414b3d; --ink-3: #6e786a; --on-band: #e8ede3; --on-band-2: #a9b3a3;
  --rule: #c9d1c3; --rule-2: #dfe5d9;
  --act: #1d6f86; --act-2: #155a6d; --act-wash: #e0eef2;
  --clear: #2a6b45; --clear-wash: #dcefe3; --control: #9a5b00; --control-wash: #fbeed4; --unreg: #4d5566; --unreg-wash: #e4e7ed; --auto: #a83a22; --auto-wash: #f8e3dd;
  --slab: "Zilla Slab", "Rockwell", "Roboto Slab", Georgia, serif;
  --sans: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --mono: "Fira Mono", "SFMono-Regular", Menlo, Consolas, monospace;
  --max: 1120px;
}
* { 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; }
body { margin: 0; }
a { color: var(--act); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--act-2); }
h1, h2, h3 { font-family: var(--slab); font-weight: 600; line-height: 1.1; margin: 0 0 12px; letter-spacing: -0.005em; }
h1 { font-size: clamp(32px, 4.6vw, 50px); font-weight: 700; }
h2 { font-size: clamp(22px, 2.8vw, 28px); }
h3 { font-size: 19px; }
p { margin: 0 0 14px; }
code, .mono { font-family: var(--mono); font-size: 0.9em; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
/* Header: a dark band */
.band { background: var(--band); color: var(--on-band); }
header.site { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 14px; }
header.site .brand { font-family: var(--slab); font-weight: 700; font-size: 22px; color: #fff; text-decoration: none; letter-spacing: -0.01em; }
header.site .brand em { font-style: normal; color: var(--on-band-2); font-weight: 400; }
header.site nav a { margin-left: 20px; text-decoration: none; color: var(--on-band); font-size: 15px; font-weight: 500; }
header.site nav a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
/* Hero */
.hero { padding: 44px 0 18px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 40px; align-items: start; }
.hero .lede { font-size: 18.5px; 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%; }
.eyebrow { font-family: var(--mono); font-size: 12.5px; color: var(--ink-3); margin-bottom: 12px; }
@media (max-width: 860px) { .hero { grid-template-columns: 1fr; gap: 20px; } .hero .specimen { display: none; } }
figure.person { margin: 0 0 12px; } figure.person img { display: block; width: 100%; height: auto; border-radius: 4px; background: var(--stock-2); }
/* Specimen: the product's own output, under the photograph */
.specimen { border: 1px solid var(--rule); background: var(--card); border-radius: 4px; padding: 12px 14px 10px; font-size: 13px; }
.specimen .legend { font-family: var(--mono); font-size: 12px; color: var(--ink-3); }
.specimen table { width: 100%; border-collapse: collapse; margin-top: 6px; }
.specimen th { font-family: var(--sans); font-size: 12px; font-weight: 600; text-align: left; padding: 6px 8px 6px 0; border-bottom: 1px solid var(--rule); color: var(--ink-2); }
.specimen td { padding: 7px 8px 7px 0; border-bottom: 1px solid var(--rule-2); vertical-align: top; }
.specimen tr:last-child td { border-bottom: 0; }
.specimen td.code { font-family: var(--mono); font-size: 12px; white-space: nowrap; }
.specimen .cap { font-family: var(--mono); font-size: 11.5px; color: var(--ink-3); margin-top: 8px; }
section { padding: 30px 0; }
/* The tool */
.tool { border: 1px solid var(--rule); background: var(--card); border-radius: 4px; margin-top: 18px; }
.tool .bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 14px 16px 10px; }
.tool .bar .spacer { flex: 1; }
textarea.paste { width: 100%; min-height: 220px; border: 0; border-top: 1px solid var(--rule-2); border-bottom: 1px solid var(--rule-2); padding: 14px 16px; font: 13.5px/1.5 var(--mono); color: var(--ink); resize: vertical; background: var(--card); display: block; }
textarea.paste:focus { outline: 2px solid var(--act); outline-offset: -2px; }
.btn { display: inline-block; border: 1px solid var(--act); background: var(--act); color: #fff; padding: 10px 18px; font: 600 14.5px var(--sans); cursor: pointer; text-decoration: none; border-radius: 4px; }
.btn:hover { background: var(--act-2); border-color: var(--act-2); color: #fff; }
.btn.ghost { background: transparent; color: var(--act); }
.btn.ghost:hover { background: var(--act-wash); color: var(--act-2); }
.btn.small { padding: 7px 12px; font-size: 13px; }
.hint { font-size: 13px; color: var(--ink-3); }
.hint.warn { color: var(--auto); }
.warn { color: var(--auto); }
/* Summary strip */
.summary { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border: 1px solid var(--rule); background: var(--card); border-radius: 4px; margin-bottom: 20px; overflow: hidden; }
.summary > div { padding: 12px 14px; border-right: 1px solid var(--rule-2); }
.summary > div:last-child { border-right: 0; }
.summary .n { font-family: var(--slab); font-weight: 700; font-size: 34px; line-height: 1; color: var(--ink); }
.summary .n.auto { color: var(--auto); } .summary .n.control { color: var(--control); } .summary .n.unreg { color: var(--unreg); } .summary .n.clear { color: var(--clear); }
.summary .l { font-size: 12.5px; color: var(--ink-2); margin-top: 5px; line-height: 1.3; }
@media (max-width: 860px) { .summary { grid-template-columns: repeat(3, 1fr); } .summary > div:nth-child(3) { border-right: 0; } .summary > div:nth-child(-n+3) { border-bottom: 1px solid var(--rule-2); } }
@media (max-width: 480px) { .summary { grid-template-columns: repeat(2, 1fr); } .summary > div:nth-child(3) { border-right: 1px solid var(--rule-2); } .summary > div:nth-child(2n) { border-right: 0; } .summary > div:nth-child(-n+4) { border-bottom: 1px solid var(--rule-2); } }
/* Pills: the verdict vocabulary */
.pill { display: inline-block; font-family: var(--sans); font-weight: 600; font-size: 12px; padding: 2px 9px 2px 8px; border-radius: 4px; white-space: nowrap; margin-right: 6px; line-height: 1.5; }
.pill::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: currentColor; margin-right: 6px; vertical-align: 1px; }
.pill.clear { color: var(--clear); background: var(--clear-wash); } .pill.control { color: var(--control); background: var(--control-wash); } .pill.unreg { color: var(--unreg); background: var(--unreg-wash); } .pill.auto { color: var(--auto); background: var(--auto-wash); }
.pill.plain { color: var(--ink-2); background: var(--stock-2); }
.pill.plain::before { display: none; }
.v { font-weight: 600; font-size: 13.5px; }
.v.bad { color: var(--auto); } .v.neutral { color: var(--ink); } .v.mid { color: var(--control); } .v.unknown { color: var(--control); font-style: italic; } .v.good { color: var(--clear); }
/* Department sections */
section.dept { padding: 22px 0 0; }
.dept-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 16px; margin-bottom: 8px; }
.dept-head h2 { margin: 0; font-size: 21px; }
.dept-head .counts { font-size: 13px; color: var(--ink-3); }
.sheet-wrap { overflow-x: auto; border: 1px solid var(--rule); background: var(--card); border-radius: 4px; }
table.sheet { width: 100%; border-collapse: collapse; font-size: 14px; }
table.sheet col.c1 { width: 17%; } table.sheet col.c2 { width: 15%; } table.sheet col.c3 { width: 12%; } table.sheet col.c4 { width: 22%; } table.sheet col.c5 { width: 8%; } table.sheet col.c6 { width: 8%; } table.sheet col.c7 { width: 9%; } table.sheet col.c8 { width: 9%; }
table.sheet th { font-family: var(--sans); font-size: 12.5px; font-weight: 600; color: var(--ink-2); text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--rule); background: var(--stock-2); }
table.sheet td { padding: 10px 12px 6px; vertical-align: top; border-bottom: 0; }
table.sheet tr.f td { border-top: 1px solid var(--rule-2); }
table.sheet tr.f.auto td:first-child { box-shadow: inset 3px 0 0 var(--auto); }
table.sheet tr.f.unreg td:first-child { box-shadow: inset 3px 0 0 var(--unreg); }
table.sheet td.code { font-family: var(--mono); font-size: 13px; color: var(--ink); min-width: 150px; max-width: 240px; }
table.sheet td.small { font-size: 13px; color: var(--ink-2); max-width: 250px; }
table.sheet tr.why:not(.open) { display: none; }
table.sheet tr.why td { padding: 0 12px 10px; font-size: 13px; color: var(--ink-2); line-height: 1.45; }
table.sheet tr.f td.code .toggle { display: block; font: 600 11.5px var(--sans); color: var(--act); margin-top: 3px; cursor: pointer; }
table.sheet tr.f td.code .toggle::after { content: 'why \25B8'; } table.sheet tr.f.open td.code .toggle::after { content: 'close \25BE'; }
.dept-head .open-all { font-size: 13px; margin-left: 6px; }
table.sheet tr.why td > div { display: flex; gap: 8px; margin-top: 3px; } table.sheet tr.why td > div > .k { flex: 0 0 82px; }
table.sheet tr.why .k { font-family: var(--mono); font-size: 11.5px; color: var(--act); padding-top: 2px; }
.phone-only { display: none; }
.plan-tag { font-family: var(--mono); font-size: 10px; border: 1px solid currentColor; border-radius: 3px; padding: 0 4px; margin-left: 6px; vertical-align: 1px; opacity: 0.8; }
.gaps { border: 1px solid var(--rule); border-top: 0; background: var(--control-wash); padding: 12px 16px 6px; border-radius: 0 0 4px 4px; }
.gaps .gl { font-family: var(--mono); font-size: 12px; color: var(--control); margin-bottom: 6px; }
.gaps ul { margin: 0; padding-left: 18px; } .gaps li { margin-bottom: 6px; font-size: 14px; }
/* Controls */
section.ctrls { margin-top: 30px; padding-top: 0; }
section.ctrls details { border: 1px solid var(--rule); background: var(--card); padding: 0 16px; margin-bottom: -1px; }
section.ctrls details:first-of-type { border-radius: 4px 4px 0 0; } section.ctrls details:last-of-type { border-radius: 0 0 4px 4px; }
section.ctrls summary { cursor: pointer; padding: 11px 0; font-family: var(--slab); font-weight: 600; font-size: 16px; }
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 { padding: 6px 0 12px; border-top: 1px solid var(--rule-2); }
section.ctrls .ch { font-weight: 600; margin-bottom: 4px; } section.ctrls .ch code { color: var(--act); margin-right: 6px; }
section.ctrls .ctrl p { font-size: 14px; color: var(--ink-2); margin-bottom: 6px; }
.ctrls-inline details { border: 1px solid var(--rule); background: var(--card); padding: 0 16px; margin-bottom: -1px; }
.ctrls-inline summary { cursor: pointer; padding: 11px 0; font-family: var(--slab); font-weight: 600; font-size: 16px; }
.ctrls-inline .ctrl { padding: 6px 0 12px; border-top: 1px solid var(--rule-2); }
.ctrls-inline .ch { font-weight: 600; margin-bottom: 4px; } .ctrls-inline .ch code { color: var(--act); margin-right: 6px; }
.ctrls-inline .ctrl p { font-size: 14px; color: var(--ink-2); margin-bottom: 6px; }
/* Explanation rows and notices */
.form { border: 1px solid var(--rule); background: var(--card); border-radius: 4px; }
.form > div { display: grid; grid-template-columns: 56px 220px 1fr; gap: 20px; padding: 16px; border-bottom: 1px solid var(--rule-2); align-items: baseline; }
.form > div:last-child { border-bottom: 0; }
.form .k { font-family: var(--mono); color: var(--act); font-size: 14px; }
.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); border-radius: 4px; padding: 12px 16px; margin: 14px 0; font-size: 14.5px; }
.notice.gate { background: var(--control-wash); border-color: var(--control-wash); }
/* Pricing */
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0; border: 1px solid var(--rule); background: var(--card); border-radius: 4px; overflow: hidden; }
.pricing > div { padding: 22px 20px 24px; border-right: 1px solid var(--rule-2); 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-2); } .pricing > div:last-child { border-bottom: 0; } }
.pricing .price { font-family: var(--slab); font-weight: 700; font-size: 44px; line-height: 1; margin: 8px 0 2px; }
.pricing .price small { font-size: 12px; color: var(--ink-3); margin-right: 6px; vertical-align: 16px; font-family: var(--mono); font-weight: 400; }
.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: "\2013  "; color: var(--act); }
.pricing .btn { margin-top: auto; align-self: flex-start; }
footer.site { border-top: 1px solid var(--rule); 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(28,36,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: 1px solid var(--rule); border-radius: 4px; padding: 26px; max-width: 440px; width: 100%; }
.modal .box .legend { font-family: var(--slab); font-weight: 600; font-size: 18px; margin-bottom: 6px; }
input[type=email], input[type=text] { width: 100%; padding: 10px 12px; border: 1px solid var(--rule); font: 15px var(--sans); background: var(--card); color: var(--ink); border-radius: 4px; }
input:focus { outline: 2px solid var(--act); outline-offset: -1px; }
.row { display: flex; gap: 10px; align-items: center; }
.ok { color: var(--clear); } .err { color: var(--auto); }
.list { border: 1px solid var(--rule); background: var(--card); border-radius: 4px; }
.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(--act-wash); }
.list .meta { font-family: var(--mono); font-size: 12px; color: var(--ink-3); }
.agents-index { columns: 2; column-gap: 40px; font-size: 14px; }
.agents-index a { display: block; text-decoration: none; color: var(--ink); padding: 5px 0; border-bottom: 1px solid var(--rule-2); break-inside: avoid; }
.agents-index a .pill { float: right; margin: 0; }
.strip4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 700px) { .strip4 { grid-template-columns: 1fr 1fr; } .strip4 > div:nth-child(2) { border-right: 0; } .strip4 > div:nth-child(-n+2) { border-bottom: 1px solid var(--rule-2); } }
/* Phone: the register becomes stacked cards; the standing pill moves up beside the name */
@media (max-width: 700px) { table.sheet, table.sheet tbody, 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 2px; } table.sheet tr.f td { border: 0; padding: 4px 0; white-space: normal; min-width: 0; max-width: none; } 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 .hint { display: block; order: 3; flex-basis: 100%; } table.sheet tr.f td.code .phone-only { display: inline-block; margin: 0 0 0 auto; } table.sheet td.desk-only { display: none; } table.sheet tr.f td[data-l]:not(.code)::before { content: attr(data-l); display: inline-block; font-family: var(--mono); font-size: 11px; color: var(--ink-3); width: 88px; vertical-align: top; } table.sheet tr.f td[data-l]:not(.code) > * { display: inline; } table.sheet tr.f td[data-l]:not(.code) .hint { display: block; margin-left: 88px; } table.sheet tr.why td { padding: 6px 12px 12px; } table.sheet tr.f:not(.open) td[data-l]:not(.code):not([data-l="Acts on"]) { display: none; } table.sheet tr.f td.code .toggle { display: none; } table.sheet tr.f td[data-l="Acts on"]::after { content: 'why \25B8'; font: 600 11.5px var(--sans); color: var(--act); margin-left: 10px; } table.sheet tr.f.open td[data-l="Acts on"]::after { content: 'close \25BE'; } table.sheet tr.f { cursor: pointer; } table.sheet tr.f.auto { box-shadow: inset 3px 0 0 var(--auto); } table.sheet tr.f.unreg { box-shadow: inset 3px 0 0 var(--unreg); } table.sheet tr.f td:first-child { box-shadow: none !important; } table.sheet tr.f:not(.open) td[data-l="Acts on"] { display: block; } .sheet-wrap { overflow: visible; } .summary .n { font-size: 24px; } .summary > div { padding: 8px 10px; } .pricing .price { font-size: 34px; } section.ctrls summary .codes { white-space: normal; } .agents-index { columns: 1; } header.site { gap: 10px; } header.site nav { white-space: nowrap; } header.site nav a { margin-left: 12px; font-size: 14px; } table.sheet { font-size: 13px; } .hero { padding-top: 24px; } }
@media (max-width: 480px) { h1 { font-size: 1.9rem; } .hero { padding-top: 18px; } .hero .lede { font-size: 1.05rem; line-height: 1.45; } .tool .bar .btn { width: 100%; text-align: center; } .tool .bar .spacer { display: none; } header.site .brand { font-size: 18px; } }
@media print { header.site nav, .tool .bar, .btn, footer.site, .no-print, .specimen, figure.person { display: none !important; } html { background: #fff; } .band { background: #fff; color: #000; } details { display: block; } details > * { display: block; } }
