:root {
  --white: #fff;
  --workspace: #f7f9fc;
  --ink: #101a35;
  --muted: #667085;
  --border: #d7dce6;
  --border-strong: #b9c2d2;
  --accent: #1749d7;
  --accent-soft: #eef3ff;
  --success: #0b9b45;
  --success-soft: #eefaf2;
  --danger: #e22d35;
  --danger-soft: #fff1f2;
  --warning: #d88a00;
  --radius: 8px;
  --topbar: 66px;
  --footer: 54px;
  font-family: Inter, "IBM Plex Sans", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html, body { min-height: 100%; }
body { margin: 0; font-size: 14px; line-height: 1.45; overflow: hidden; }
button, input, select, textarea { font: inherit; color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(23, 73, 215, .22);
  outline-offset: 2px;
}
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.topbar {
  height: var(--topbar); display: grid; grid-template-columns: 326px 1fr auto;
  align-items: center; border-bottom: 1px solid var(--border); background: var(--white); z-index: 10;
}
.brand { height: 100%; display: flex; align-items: center; gap: 18px; padding: 0 24px; color: var(--ink); text-decoration: none; font-size: 21px; font-weight: 720; border-right: 1px solid var(--border); }
.brand-mark { display: grid; gap: 4px; width: 24px; }
.brand-mark span { display: block; height: 2px; border-radius: 2px; background: var(--ink); }
.brand-mark span:nth-child(2) { width: 18px; }
.case-heading { justify-self: center; display: flex; align-items: center; gap: 20px; font-weight: 650; min-width: 0; overflow: hidden; white-space: nowrap; }
.sample-kind { color: var(--muted); font-weight: 500; }
.progress-block { display: flex; align-items: center; gap: 14px; padding-right: 24px; font-variant-numeric: tabular-nums; justify-self: end; white-space: nowrap; }
.progress-track { flex: 0 1 150px; height: 7px; background: #e7eaf0; border-radius: 9px; overflow: hidden; }
.progress-track span { display: block; height: 100%; background: var(--accent); border-radius: inherit; }

.workspace { height: calc(100vh - var(--topbar) - var(--footer)); display: grid; grid-template-columns: 326px minmax(540px, 1fr) 332px; background: var(--workspace); }
.place-rail, .decision-rail { background: var(--white); overflow-y: auto; }
.place-rail { border-right: 1px solid var(--border); padding: 24px 22px; }
.decision-rail { border-left: 1px solid var(--border); padding: 24px 26px; }
.rail-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; }
.rail-heading h2, .section-heading h2 { margin: 0; font-size: 18px; letter-spacing: -.015em; }
.place-rail h1 { margin: 0 0 26px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.place-facts, .frozen-details dl { margin: 0; }
.place-facts > div { display: grid; grid-template-columns: 24px 1fr; gap: 10px; margin: 0 0 18px; }
.place-facts dt svg { width: 18px; height: 18px; }
.place-facts dd { margin: 0; overflow-wrap: anywhere; }
.place-facts .nace-code { font-variant-numeric: tabular-nums; font-weight: 650; }
.place-links { display: grid; gap: 10px; padding: 22px 0; margin-top: 6px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.place-links a { min-height: 46px; padding: 0 14px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--accent); border-radius: var(--radius); color: var(--accent); font-weight: 650; text-decoration: none; }
.place-links a:hover { background: var(--accent-soft); }
.place-links svg { width: 17px; height: 17px; }
.frozen-details { margin-top: 24px; }
.frozen-details h3 { font-size: 14px; margin: 0 0 16px; }
.frozen-details h3 span { color: var(--muted); font-weight: 500; }
.frozen-details dl > div { display: grid; grid-template-columns: 82px 1fr; gap: 8px; margin-bottom: 11px; font-size: 12px; }
.frozen-details dt { color: var(--muted); }
.frozen-details dd { margin: 0; overflow-wrap: anywhere; }

.candidate-workspace { min-width: 0; overflow: auto; background: var(--white); }
.section-heading { height: 68px; padding: 0 28px; display: flex; justify-content: space-between; align-items: center; }
.section-heading span { color: var(--muted); }
.search-wrap { position: relative; margin: 0 28px 18px; }
.search-wrap > svg { position: absolute; left: 14px; top: 13px; color: var(--muted); }
.search-wrap input { width: min(480px, 100%); height: 46px; padding: 0 14px 0 44px; border: 1px solid var(--border-strong); border-radius: var(--radius); background: var(--white); }
.search-wrap input:focus { border-color: var(--accent); }
.search-results { position: absolute; z-index: 20; top: 50px; left: 0; width: min(620px, 100%); max-height: 340px; overflow: auto; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: 0 16px 40px rgba(16, 26, 53, .14); }
.search-result { width: 100%; display: grid; grid-template-columns: 1fr auto; gap: 16px; padding: 13px 15px; text-align: left; border: 0; border-bottom: 1px solid var(--border); background: var(--white); cursor: pointer; }
.search-result:hover { background: var(--accent-soft); }
.search-result strong, .search-result small { display: block; }
.search-result small { color: var(--muted); margin-top: 3px; }
.search-result span:last-child { color: var(--accent); font-weight: 650; align-self: center; }
.candidate-header { min-width: 720px; display: grid; grid-template-columns: 32% 18% 50%; padding: 10px 28px 10px 70px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); color: var(--muted); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .055em; }
.candidate-list { min-width: 720px; }
.candidate-row { position: relative; width: 100%; min-height: 170px; display: grid; grid-template-columns: 30px 32% 18% minmax(320px, 1fr); align-items: stretch; padding: 0 28px 0 18px; border: 0; border-bottom: 1px solid var(--border); background: var(--white); color: var(--ink); font: inherit; text-align: left; cursor: pointer; }
.candidate-row:hover { background: #fafbfe; }
.candidate-row.selected { z-index: 1; background: #fbfcff; box-shadow: inset 0 0 0 2px var(--accent); }
.candidate-row.labeled { border-left: 4px solid var(--border-strong); }
.candidate-row.label-positive { border-left-color: var(--success); }
.candidate-row.label-negative { border-left-color: var(--danger); }
.candidate-row.label-unresolved { border-left-color: var(--warning); }
.selection-dot { width: 19px; height: 19px; border: 1.5px solid var(--border-strong); border-radius: 50%; align-self: center; justify-self: center; }
.candidate-row.selected .selection-dot { border: 6px solid var(--accent); }
.entity-cell, .register-cell { padding: 25px 18px; border-right: 1px solid var(--border); }
.entity-cell strong, .register-cell strong { display: block; font-size: 14px; margin-bottom: 12px; }
.entity-cell small, .register-cell small { display: block; color: var(--muted); line-height: 1.55; }
.lane-badge {
  display: inline-block;
  margin-top: 2px;
  padding: 1px 6px;
  border-radius: var(--radius);
  font-size: 11px;
  font-weight: 600;
}
.lane-judged { background: var(--success-soft); color: var(--success); }
.lane-pruned { background: var(--accent-soft); color: var(--warning); }
.lane-unseen { background: var(--workspace); color: var(--muted); }
.register-cell a { display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; color: var(--accent); text-decoration: none; font-size: 12px; font-weight: 650; }
.register-cell a svg { width: 14px; height: 14px; }
.signals { display: grid; grid-template-columns: repeat(7, minmax(46px, 1fr)); }
.signal { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 18px; border-right: 1px solid var(--border); }
.signal:last-child { border-right: 0; }
.signal small { color: var(--muted); font-size: 10px; }
.signal b { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; font-size: 10px; font-weight: 700; }
.signal b svg { width: 15px; height: 15px; stroke-width: 2; }
.signal b.yes { color: var(--success); background: var(--success-soft); }
.signal b.no { color: var(--danger); background: var(--danger-soft); }
.signal b.maybe { color: var(--warning); background: #fff8e8; width: auto; padding: 0 7px; border-radius: 12px; }
.signal b.unknown { color: var(--muted); background: var(--workspace); }
.row-label { position: absolute; top: 9px; right: 10px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.empty-candidates { padding: 64px 32px; text-align: center; color: var(--muted); }
.empty-candidates h3 { color: var(--ink); }

.mobile-sheet-close { display: none; }
.reopen-banner { margin: 0 0 14px; padding: 12px 14px; border: 1px solid var(--warning); border-radius: var(--radius); background: #fff8ec; }
.reopen-banner p { margin: 0 0 8px; font-size: 13px; }
.reopen-banner .text-action { margin: 0; }
.status-chip { display: inline-block; padding: 1px 8px; margin-right: 6px; border-radius: 999px; font-size: 12px; text-transform: capitalize; background: var(--accent-soft); color: var(--accent); }
.status-chip.status-excluded { background: var(--danger-soft); color: var(--danger); }
.status-chip.status-deferred { background: #fff8ec; color: var(--warning); }
.reviewed-table td small { display: block; color: var(--muted); font-size: 12px; }
.reviewed-table a { color: var(--accent); font-weight: 600; }
.selected-entity { min-height: 42px; margin: -14px 0 14px; color: var(--muted); font-size: 12px; }
.decision-options { display: grid; gap: 10px; margin-bottom: 24px; }
.decision-options button { height: 52px; display: grid; grid-template-columns: 28px 1fr 22px; align-items: center; padding: 0 13px; border: 1px solid var(--border-strong); border-radius: var(--radius); background: var(--white); text-align: left; font-weight: 650; cursor: pointer; }
.decision-options button svg { width: 21px; height: 21px; }
.decision-options button[data-label="positive"] { color: var(--success); }
.decision-options button[data-label="negative"] { color: var(--danger); }
.decision-options button[data-label="unresolved"] { color: var(--muted); }
.decision-options button.active[data-label="positive"] { background: var(--success-soft); border-color: var(--success); }
.decision-options button.active[data-label="negative"] { background: var(--danger-soft); border-color: var(--danger); }
.decision-options button.active[data-label="unresolved"] { background: var(--workspace); border-color: var(--ink); color: var(--ink); }
kbd { min-width: 22px; padding: 2px 5px; border: 1px solid var(--border); border-radius: 5px; background: var(--white); color: inherit; font-family: inherit; font-size: 11px; text-align: center; box-shadow: 0 1px 0 #d7dce6; }
#decision-form label { display: block; margin-bottom: 17px; font-size: 12px; font-weight: 650; }
#decision-form label > span { color: var(--muted); font-weight: 500; }
#decision-form input, #decision-form select, #decision-form textarea { width: 100%; margin-top: 7px; border: 1px solid var(--border-strong); border-radius: var(--radius); background: var(--white); }
#decision-form input, #decision-form select { height: 43px; padding: 0 11px; }
#decision-form textarea { padding: 11px; resize: vertical; min-height: 108px; }
.form-error { padding: 9px 11px; color: #9b1c24; background: var(--danger-soft); border-radius: var(--radius); font-size: 12px; }
.primary-action { width: 100%; height: 52px; margin-top: 10px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 0; border-radius: var(--radius); background: var(--accent); color: var(--white); font-weight: 700; cursor: pointer; }
.primary-action:hover { background: #103db9; }
.primary-action:disabled { opacity: .45; cursor: not-allowed; }
.primary-action svg { width: 18px; height: 18px; }
.text-action { width: 100%; margin-top: 13px; border: 0; background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }
.text-action:hover { color: var(--ink); }

.shortcut-bar { height: var(--footer); display: flex; align-items: center; gap: 24px; padding: 0 24px; border-top: 1px solid var(--border); background: var(--white); color: var(--muted); font-size: 12px; }
.shortcut-bar > span { display: flex; align-items: center; gap: 7px; }

.attribute-explorer { margin-top: 24px; }
.attribute-search { width: 100%; height: 40px; padding: 0 11px; border: 1px solid var(--border-strong); border-radius: var(--radius); background: var(--white); }
.attribute-panel { border-top: 1px solid var(--border); }
.attribute-panel:last-child { border-bottom: 1px solid var(--border); }
.attribute-panel summary { display: flex; min-height: 44px; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; color: var(--ink); font-size: 12px; font-weight: 700; }
.attribute-panel summary span { color: var(--muted); font-size: 10px; font-weight: 600; }
.attribute-list { margin: 0 0 12px; }
.attribute-row { display: grid; grid-template-columns: minmax(120px, .75fr) minmax(0, 1.25fr); gap: 14px; padding: 7px 0; border-top: 1px solid var(--workspace); font-size: 11px; }
.attribute-row dt { color: var(--muted); }
.attribute-row dd { margin: 0; overflow-wrap: anywhere; }
.attribute-row.conflict { margin-inline: -8px; padding-inline: 8px; border-radius: 6px; background: var(--danger-soft); color: var(--danger); }
.candidate-detail-area { padding: 22px 28px 52px; border-top: 1px solid var(--border); background: #fbfcff; }
.detail-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.detail-toolbar h3 { margin: 0; font-size: 14px; }
.detail-toolbar .attribute-search { width: min(320px, 48%); }
.candidate-detail-panel { border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); padding: 0 16px; }
.attribute-records { padding-bottom: 10px; }
.attribute-records .attribute-row { display: block; margin: 0; }
.optional-review-details { margin: 2px 0 10px; border-top: 1px solid var(--border); }
.optional-review-details summary { padding: 12px 0; cursor: pointer; color: var(--muted); font-size: 11px; font-weight: 700; }
.optional-review-fields { display: grid; gap: 10px; padding-bottom: 4px; }

.login-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; overflow: auto; background: var(--workspace); }
.login-card { width: min(420px, 100%); padding: 38px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); box-shadow: 0 18px 50px rgba(16, 26, 53, .1); }
.login-card h1 { margin: 7px 0 8px; font-size: 29px; letter-spacing: -.035em; }
.login-intro { margin: 0 0 28px; color: var(--muted); }
.login-card label { display: block; font-size: 12px; font-weight: 700; }
.login-card input[type="password"], .login-card input[type="text"] { width: 100%; height: 46px; margin-top: 8px; margin-bottom: 14px; padding: 0 12px; border: 1px solid var(--border-strong); border-radius: var(--radius); background: var(--white); }
.login-brand { display: grid; gap: 4px; width: 27px; margin-bottom: 28px; }
.login-brand span { display: block; height: 3px; border-radius: 2px; background: var(--ink); }
.login-brand span:nth-child(2) { width: 20px; }

.standing-chip { display: inline-flex; align-items: center; gap: 7px; padding: 4px 10px; border: 1px solid var(--border); border-radius: 999px; background: var(--white); color: var(--ink); font-size: 11px; font-weight: 700; text-decoration: none; }
.standing-chip span:first-child { color: var(--accent); }
.standing-chip.is-unranked span:first-child { color: var(--muted); }
.standing-chip:hover { border-color: var(--border-strong); }
.standings-table { width: 100%; margin-top: 14px; border-collapse: collapse; font-size: 13px; font-variant-numeric: tabular-nums; }
.standings-table th { padding: 0 10px 8px; color: var(--muted); font-size: 11px; text-align: left; text-transform: uppercase; letter-spacing: .04em; }
.standings-table th:not(:nth-child(2)) { text-align: right; }
.standings-table th:first-child { text-align: left; width: 34px; }
.standings-table td { padding: 9px 10px; border-top: 1px solid var(--border); text-align: right; }
.standings-table td:first-child, .standings-table td:nth-child(2) { text-align: left; }
.standings-table tr.is-you { background: var(--workspace); }
.you-tag { padding: 1px 6px; border-radius: 999px; background: var(--accent); color: var(--white); font-size: 10px; font-weight: 700; }
.coverage-link { color: var(--accent); font-size: 11px; font-weight: 700; text-decoration: none; }
.coverage-link:hover { text-decoration: underline; }
.report-page { overflow: auto; background: var(--workspace); }
.report-main { width: min(1080px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 70px; }
.report-heading, .panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.report-heading { margin-bottom: 30px; }
.report-heading h1 { margin: 4px 0 0; font-size: 34px; letter-spacing: -.03em; }
.eyebrow { margin: 0; color: var(--muted); font-size: 11px; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
.report-action { padding: 12px 16px; border-radius: var(--radius); background: var(--accent); color: var(--white); font-size: 13px; font-weight: 700; text-decoration: none; }
.report-actions { display: flex; gap: 24px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.metric-grid article, .report-panel { border: 1px solid var(--border); border-radius: 12px; background: var(--white); }
.metric-grid article { display: flex; min-height: 130px; flex-direction: column; padding: 20px; }
.metric-grid span, .benchmark-grid span { color: var(--muted); font-size: 12px; }
.metric-grid strong { margin: auto 0 4px; font-size: 30px; }
.metric-grid small, .benchmark-grid small { color: var(--muted); font-size: 11px; }
.report-panel { margin-top: 16px; padding: 24px; }
.panel-heading { align-items: center; margin-bottom: 22px; }
.panel-heading h2 { margin: 4px 0 0; font-size: 19px; }
.panel-heading > span { color: var(--muted); font-size: 11px; }
.coverage-list { display: grid; gap: 14px; }
.coverage-row { display: grid; grid-template-columns: 200px 1fr 70px; align-items: center; gap: 16px; font-size: 13px; }
.coverage-row strong { text-align: right; }
.coverage-bar { height: 7px; overflow: hidden; border-radius: 10px; background: var(--workspace); }
.coverage-bar i { display: block; height: 100%; border-radius: inherit; background: var(--accent); }
.benchmark-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.benchmark-grid article { display: grid; grid-template-columns: 1fr auto; align-items: baseline; padding: 18px; border: 1px solid var(--border); border-radius: var(--radius); }
.benchmark-grid strong { font-size: 25px; }
.benchmark-grid small { grid-column: 1 / -1; margin-top: 5px; }
.report-note, .report-meta { color: var(--muted); font-size: 11px; }
.report-note { margin: 18px 0 0; }
.report-meta { padding: 22px 2px; }

@media (max-width: 1120px) {
  .topbar { grid-template-columns: 270px 1fr auto; }
  .brand { font-size: 18px; }
  .workspace { grid-template-columns: 270px minmax(500px, 1fr) 300px; }
  .decision-rail { padding-inline: 18px; }
}

@media (max-width: 900px) {
  body { overflow: auto; padding-bottom: 72px; }
  .topbar { position: sticky; top: 0; height: 62px; grid-template-columns: 1fr auto; padding: 0 16px; }
  .brand { border: 0; padding: 0; font-size: 17px; gap: 12px; }
  .brand-mark { width: 20px; }
  .case-heading { display: none; }
  .progress-block { padding: 0; }
  .progress-track { display: none; }
  .coverage-link, .standing-chip { display: none; }
  .workspace { height: auto; display: block; }
  .place-rail { border: 0; padding: 26px 20px 18px; }
  .place-rail .rail-heading, .place-facts > div:not(:first-child), .frozen-details, .place-links a:not(:first-child), .place-attribute-explorer { display: none; }
  .place-rail h1 { font-size: 27px; margin-bottom: 17px; }
  .place-facts > div { margin: 0; }
  .place-links { border: 0; padding: 13px 0 0; }
  .candidate-workspace { overflow: visible; padding-bottom: 30px; }
  .section-heading { height: 58px; padding: 0 20px; }
  .search-wrap { margin: 0 20px 16px; }
  .search-wrap input { width: 100%; }
  .candidate-header { display: none; }
  .candidate-list { min-width: 0; padding: 0 20px; }
  .candidate-detail-area { padding: 20px; }
  .detail-toolbar { display: block; }
  .detail-toolbar .attribute-search { width: 100%; margin-top: 10px; }
  .attribute-row { grid-template-columns: minmax(100px, .75fr) minmax(0, 1.25fr); }
  .candidate-row { min-height: 0; grid-template-columns: 34px 1fr; padding: 0; margin-bottom: 12px; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
  .candidate-row.selected { box-shadow: 0 0 0 2px var(--accent); }
  .selection-dot { grid-row: 1; grid-column: 1; margin-left: 14px; }
  .entity-cell { grid-row: 1; grid-column: 2; border: 0; padding: 18px 14px; }
  .register-cell { grid-row: 2; grid-column: 1 / -1; padding: 13px 17px; border: 0; border-top: 1px solid var(--border); }
  .signals { grid-row: 3; grid-column: 1 / -1; border-top: 1px solid var(--border); }
  .signal { min-height: 66px; gap: 8px; }
  .signal small { font-size: 9px; }
  .row-label { top: 10px; right: 10px; }
  .decision-rail { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; max-height: 82vh; padding: 18px 20px 22px; border: 1px solid var(--border); border-radius: 18px 18px 0 0; box-shadow: 0 -12px 32px rgba(16, 26, 53, .13); transform: translateY(calc(100% - 70px)); transition: transform .22s ease; }
  body.decision-open .decision-rail { transform: translateY(0); overflow-y: auto; }
  .decision-rail::before { content: ""; display: block; width: 42px; height: 5px; margin: -8px auto 14px; border-radius: 9px; background: #c8ced9; }
  .decision-rail .rail-heading { margin-bottom: 10px; }
  .decision-rail .rail-heading h2 { font-size: 16px; }
  .mobile-sheet-close { display: grid; position: absolute; right: 14px; top: 17px; width: 38px; height: 38px; place-items: center; border: 0; background: transparent; }
  .decision-options { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .decision-options button { height: 52px; display: flex; justify-content: center; gap: 7px; padding: 0 7px; }
  .decision-options button kbd { display: none; }
  .decision-options button svg { width: 18px; }
  .shortcut-bar { display: none; }
  .report-main { width: min(100% - 28px, 640px); padding-top: 28px; }
  .report-heading { align-items: start; }
  .report-heading h1 { font-size: 28px; }
  .report-action { display: none; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-grid article { min-height: 116px; }
  .coverage-row { grid-template-columns: 120px 1fr 54px; gap: 10px; }
  .panel-heading > span { display: none; }
  .benchmark-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }

.guide-table-wrap { overflow-x: auto; }
.guide-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.guide-table th, .guide-table td { padding: 9px 12px; border-bottom: 1px solid var(--border); text-align: left; vertical-align: top; }
.guide-table th { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.guide-table td:nth-child(2) { white-space: nowrap; font-weight: 650; }
.guide-steps { display: grid; gap: 10px; margin: 0; padding-left: 20px; line-height: 1.55; }
