/* Field Register. Direction from seed b96ac5dc: a registry card. Cool blue-white stock, indigo ink, condensed grotesk capitals,
   boxed sections with tab legends sitting on the border, verdicts stamped as double-ruled chips. Two-pixel rules, 2px radii, no shadows, no gradients. */
:root {
  --stock: #f3f5fa; --stock-2: #e8ecf5; --card: #ffffff; --ink: #171b3d; --ink-2: #454a6e; --ink-3: #7a7f9c;
  --rule: #171b3d; --rule-2: #c9cfe0; --rule-3: #e3e7f1;
  --indigo: #2b2f8f; --indigo-2: #1f2270; --indigo-wash: #e9eafb;
  --never: #b8321a; --never-wash: #fbe7e2; --basis: #9a6300; --basis-wash: #fbf0d6; --usable: #1f6b4f; --usable-wash: #ddf1e6; --na: #6b708a; --na-wash: #eceef4;
  --sans: "Source Sans 3", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --cond: "Archivo Narrow", "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  --mono: "JetBrains 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(--indigo); text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
a:hover { color: var(--indigo-2); }
h1, h2, h3 { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.01em; line-height: 1.02; margin: 0 0 12px; }
h1 { font-size: clamp(34px, 5.2vw, 58px); }
h2 { font-size: clamp(22px, 3vw, 30px); }
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 rule above and below, like the top of a form */
header.site { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 16px 12px; border-bottom: 2px solid var(--rule); }
header.site .brand { font-family: var(--cond); font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); text-decoration: none; }
header.site .brand em { font-style: normal; color: var(--indigo); }
header.site nav a { margin-left: 20px; text-decoration: none; color: var(--ink-2); font-size: 15px; font-weight: 600; }
header.site nav a:hover { color: var(--indigo); }
.hero { padding: 40px 0 18px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 36px; align-items: start; }
.hero .lede { font-size: 19px; color: var(--ink-2); max-width: 620px; margin-bottom: 20px; }
.eyebrow { font-family: var(--mono); font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; }
@media (max-width: 860px) { .hero { grid-template-columns: 1fr; gap: 20px; } .hero .specimen { display: none; } }
/* Specimen: a real register excerpt, the hero image */
.specimen { border: 2px solid var(--rule); background: var(--card); padding: 14px 16px 12px; position: relative; font-size: 13px; }
.specimen .legend { position: absolute; top: -11px; left: 12px; }
.specimen table { width: 100%; border-collapse: collapse; margin-top: 6px; }
.specimen th { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.04em; font-size: 12px; font-weight: 700; text-align: left; padding: 6px 8px 6px 0; border-bottom: 2px solid var(--rule); color: var(--ink-2); }
.specimen td { padding: 7px 8px 7px 0; border-bottom: 1px solid var(--rule-3); vertical-align: top; }
.specimen td.code { font-family: var(--mono); font-size: 12px; white-space: nowrap; }
.specimen .cap { font-family: var(--mono); font-size: 11px; color: var(--ink-3); margin-top: 8px; }
/* Boxed sections with a legend on the border */
.legend { display: inline-block; font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 12px; background: var(--ink); color: #fff; padding: 2px 8px; line-height: 1.5; }
.tool { border: 2px solid var(--rule); background: var(--card); position: relative; margin-top: 14px; }
.tool > .legend { position: absolute; top: -11px; left: 12px; }
.tool .bar { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; padding: 16px 16px 10px; }
.tool .bar .spacer { flex: 1; }
textarea.paste { width: 100%; min-height: 200px; border: 0; border-top: 1px solid var(--rule-3); border-bottom: 1px solid var(--rule-3); 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(--indigo); outline-offset: -2px; }
.btn { display: inline-block; border: 2px solid var(--ink); background: var(--ink); color: #fff; padding: 9px 16px; font: 700 14px var(--cond); text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; text-decoration: none; border-radius: 2px; }
.btn:hover { background: var(--indigo); border-color: var(--indigo); color: #fff; }
.btn.ghost { background: transparent; color: var(--ink); }
.btn.ghost:hover { background: var(--indigo-wash); color: var(--indigo); border-color: var(--ink); }
.btn.small { padding: 6px 11px; font-size: 12.5px; }
.hint { font-size: 13px; color: var(--ink-3); }
.hint.warn { color: var(--never); }
.warn { color: var(--never); }
/* Summary strip */
.summary { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; border: 2px solid var(--rule); background: var(--card); margin-bottom: 20px; }
.summary > div { padding: 12px 14px; border-right: 1px solid var(--rule-3); }
.summary > div:last-child { border-right: 0; }
.summary .n { font-family: var(--cond); font-weight: 700; font-size: 34px; line-height: 1; color: var(--ink); }
.summary .n small { font-size: 16px; color: var(--ink-3); margin-left: 3px; }
.summary .n.never { color: var(--never); } .summary .n.basis { color: var(--basis); } .summary .n.usable { color: var(--usable); }
.summary .l { font-size: 12.5px; color: var(--ink-2); margin-top: 4px; 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-3); } }
@media (max-width: 480px) { .summary { grid-template-columns: repeat(2, 1fr); } .summary > div:nth-child(3) { border-right: 1px solid var(--rule-3); } .summary > div:nth-child(2n) { border-right: 0; } .summary > div:nth-child(-n+4) { border-bottom: 1px solid var(--rule-3); } }
/* Stamps: the verdict chips */
.stamp { display: inline-block; font-family: var(--cond); font-weight: 700; font-size: 11.5px; letter-spacing: 0.07em; text-transform: uppercase; padding: 2px 7px; border: 1.5px solid currentColor; box-shadow: inset 0 0 0 2px var(--card), inset 0 0 0 3px currentColor; border-radius: 2px; white-space: nowrap; margin-right: 6px; }
.stamp.never { color: var(--never); background: var(--never-wash); } .stamp.basis { color: var(--basis); background: var(--basis-wash); } .stamp.usable { color: var(--usable); background: var(--usable-wash); } .stamp.na { color: var(--na); background: var(--na-wash); box-shadow: none; }
.p { font-family: var(--cond); font-weight: 700; font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.05em; }
.p.yes { color: var(--ink); } .p.no { color: var(--ink-3); } .p.doubtful { color: var(--basis); }
/* Object sections with an index-card tab */
section.obj { margin: 22px 0 0; }
.obj-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 16px; margin-bottom: 0; }
.obj-head h2 { margin: 0; font-size: 20px; }
.obj-head .tab { display: inline-block; background: var(--ink); color: #fff; padding: 4px 12px 2px; margin-right: 8px; border-radius: 2px 2px 0 0; font-size: 20px; }
.ai-line { padding-bottom: 4px; }
.sheet-wrap { overflow-x: auto; border: 2px solid var(--rule); background: var(--card); }
table.sheet { width: 100%; border-collapse: collapse; font-size: 14px; }
table.sheet th { font-family: var(--cond); text-transform: uppercase; letter-spacing: 0.05em; font-size: 12.5px; font-weight: 700; color: var(--ink-2); text-align: left; padding: 9px 12px; border-bottom: 2px 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.special td:first-child { box-shadow: inset 3px 0 0 var(--never); }
table.sheet td.code { font-family: var(--mono); font-size: 13px; white-space: nowrap; color: var(--ink); min-width: 140px; }
table.sheet td.small { font-size: 13px; color: var(--ink-2); max-width: 260px; }
table.sheet tr.why td { padding: 0 12px 10px; font-size: 13px; color: var(--ink-2); line-height: 1.45; }
table.sheet tr.why td > div { display: flex; gap: 8px; margin-top: 2px; } table.sheet tr.why td > div > .k { flex: 0 0 72px; }
table.sheet tr.why .k { font-family: var(--cond); font-weight: 700; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--indigo); margin: 0 6px 0 0; }
table.sheet td.small[title] { cursor: help; }
.gaps { border: 2px solid var(--rule); border-top: 0; background: var(--basis-wash); padding: 12px 16px 6px; }
.gaps .gl { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 12px; color: var(--basis); margin-bottom: 6px; }
.gaps ul { margin: 0; padding-left: 18px; } .gaps li { margin-bottom: 6px; font-size: 14px; }
details.ropa, section.ctrls details { border: 2px solid var(--rule); border-top: 0; background: var(--card); padding: 0 16px; }
details.ropa summary, section.ctrls summary { cursor: pointer; padding: 10px 0; font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 14px; }
section.ctrls summary .codes { text-transform: none; letter-spacing: 0; font-family: var(--mono); font-weight: 400; font-size: 12px; display: block; margin-top: 2px; }
.phone-only { display: none; }
.plan-tag { font-family: var(--mono); font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; border: 1px solid currentColor; padding: 0 4px; margin-left: 6px; vertical-align: 1px; opacity: 0.8; }
details.ropa dl { display: grid; grid-template-columns: 200px 1fr; gap: 6px 16px; margin: 0 0 14px; font-size: 14px; }
details.ropa dt { font-family: var(--cond); font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; font-size: 12.5px; color: var(--ink-2); }
details.ropa dd { margin: 0; }
@media (max-width: 640px) { details.ropa dl { grid-template-columns: 1fr; } }
section.ctrls { margin-top: 34px; }
section.ctrls details { border-top: 2px solid var(--rule); margin-bottom: -2px; }
section.ctrls .ctrl { padding: 6px 0 12px; border-top: 1px solid var(--rule-3); }
section.ctrls .ch { font-weight: 600; margin-bottom: 4px; } section.ctrls .ch code { color: var(--indigo); margin-right: 6px; }
section.ctrls .ctrl p { font-size: 14px; color: var(--ink-2); margin-bottom: 6px; }
/* Sections and explanation table */
section { padding: 34px 0; }
.form { border: 2px solid var(--rule); background: var(--card); }
.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(--cond); font-weight: 700; color: var(--indigo); font-size: 22px; line-height: 1; }
.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: 2px solid var(--rule); background: var(--card); padding: 12px 16px; margin: 14px 0; font-size: 14.5px; }
.pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 0; border: 2px solid var(--rule); background: var(--card); }
.pricing > div { padding: 22px 20px 24px; border-right: 1px solid var(--rule-2); display: flex; flex-direction: column; position: relative; }
.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(--cond); font-weight: 700; font-size: 46px; line-height: 1; margin: 8px 0 2px; }
.pricing .price small { font-size: 12px; letter-spacing: 0.08em; 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-3); }
.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: "\25AA  "; color: var(--indigo); }
.pricing .btn { margin-top: auto; align-self: flex-start; }
footer.site { border-top: 2px 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(23,27,61,0.5); display: none; align-items: center; justify-content: center; padding: 20px; z-index: 10; }
.modal.open { display: flex; }
.modal .box { background: var(--card); border: 2px solid var(--rule); padding: 26px; max-width: 440px; width: 100%; position: relative; }
.modal .box > .legend { position: absolute; top: -11px; left: 12px; }
input[type=email], input[type=text] { width: 100%; padding: 10px 12px; border: 2px solid var(--rule-2); font: 15px var(--sans); background: var(--card); color: var(--ink); border-radius: 2px; }
input:focus { outline: 2px solid var(--indigo); outline-offset: -1px; }
.row { display: flex; gap: 10px; align-items: center; }
.ok { color: var(--usable); } .err { color: var(--never); }
.list { border: 2px solid var(--rule); background: var(--card); }
.list a.item { display: flex; justify-content: space-between; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--rule-3); text-decoration: none; color: var(--ink); }
.list a.item:last-child { border-bottom: 0; }
.list a.item:hover { background: var(--indigo-wash); }
.list .meta { font-family: var(--mono); font-size: 12px; color: var(--ink-3); }
.fields-index { columns: 2; column-gap: 40px; font-size: 14px; }
.fields-index a { display: block; text-decoration: none; color: var(--ink); padding: 4px 0; border-bottom: 1px solid var(--rule-3); break-inside: avoid; }
.fields-index a .stamp { float: right; margin: 0; }
/* Phone: the register becomes stacked cards; the AI stamp moves up beside the field 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: 2px solid var(--rule-2); 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(--cond); font-weight: 700; font-size: 11px; letter-spacing: 0.07em; text-transform: uppercase; color: var(--ink-3); width: 96px; 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: 96px; } table.sheet tr.why td { padding: 6px 12px 12px; } table.sheet tr.f:not(.open) td[data-l]:not(.code), table.sheet tr.why:not(.open) { display: none; } table.sheet tr.f td.code::after { content: 'why \25B8'; font: 700 11px var(--cond); letter-spacing: 0.06em; text-transform: uppercase; color: var(--indigo); flex-basis: 100%; order: 4; } table.sheet tr.f.open td.code::after { content: 'close \25BE'; } .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; } .fields-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; } }
.summary.strip4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 700px) { .summary.strip4 { grid-template-columns: 1fr 1fr; } .summary.strip4 > div:nth-child(2) { border-right: 0; } .summary.strip4 > div:nth-child(-n+2) { border-bottom: 1px solid var(--rule-3); } }
@media (max-width: 480px) { h1 { font-size: 1.9rem; } .hero { padding-top: 18px; } .eyebrow { font-size: 11px; } .hero .lede { font-size: 1rem; } .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 { display: none !important; } html { background: #fff; } details { display: block; } details > * { display: block; } }
