@font-face {
  font-family: "Geist Pixel Grid";
  src: url("fonts/geist-pixel-grid.woff2") format("woff2");
  font-display: swap;
  font-weight: 400 800;
}

:root {
  --paper: #FAFAFA;
  --raised: #FFFFFF;
  --ink: #17131F;
  --ink-72: #5F5B66;
  --ink-meta: #76717B;
  --line: #E3E1E6;
  --soft: #F7F6F8;
  --uv: #5A31F4;
  --success: #15803D;
  --warning: #B45309;
  --error: #DC2626;
  --shadow-lg: 0 18px 48px rgba(23, 19, 31, .08);
  --shadow-sm: 0 12px 36px rgba(23, 19, 31, .07);
  --font-display: "Geist Pixel Grid", Inter, sans-serif;
  --font-body: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "Space Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a { color: inherit; }
svg { display: block; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: var(--raised);
  background: var(--ink);
  border-radius: 8px;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  min-height: 72px;
  border-bottom: 1px solid var(--line);
  background: rgba(250, 250, 250, .96);
}
.header-inner {
  width: min(1216px, calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
}
.brand-mark { width: 32px; height: 34px; }
.header-meta, .eyebrow, .progress-meta, .step-kicker, .meta, .saved-state, .fact-meta, .nav-status, .secure-label {
  font-family: var(--font-mono);
  letter-spacing: .11em;
  text-transform: uppercase;
}
.header-meta { margin: 0; color: var(--ink-72); font-size: 12px; }
.demo-strip { border-bottom: 1px solid var(--line); background: var(--ink); color: var(--raised); }
.demo-strip[hidden] { display: none; }
.demo-strip > div { width: min(1216px, calc(100% - 48px)); min-height: 46px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 18px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .07em; }
.demo-strip strong { margin-right: 10px; }
.demo-strip button { min-height: 34px; padding: 6px 10px; color: var(--raised); background: transparent; border: 1px solid rgba(255,255,255,.45); border-radius: 8px; font-family: var(--font-body); font-size: 12px; font-weight: 600; }

.page-shell { width: min(1216px, calc(100% - 48px)); margin: 64px auto 96px; }
.flow-grid { display: grid; grid-template-columns: minmax(0, 816px) 336px; gap: 64px; align-items: start; }
.wizard-card {
  min-width: 0;
  overflow: hidden;
  background: var(--raised);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
}
.wizard-progress { padding: 32px 40px 28px; border-bottom: 1px solid var(--line); }
.progress-meta { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; font-weight: 700; }
.progress-meta p { margin: 0; }
.progress-meta p:last-child { color: var(--ink-meta); font-weight: 400; }
.progress-track { width: 100%; height: 4px; margin-top: 18px; overflow: hidden; background: #EFEDF1; border-radius: 999px; }
.progress-track span { display: block; width: 14.285%; height: 100%; background: var(--uv); border-radius: inherit; transition: width .25s ease; }
.wizard-body { min-height: 680px; padding: 40px; }

.step-header { max-width: 670px; margin-bottom: 32px; }
.step-header { animation: step-enter .28s cubic-bezier(.22,.8,.35,1) both; }
.form-section, .review-stack, .success-panel { animation: step-enter .34s .04s cubic-bezier(.22,.8,.35,1) both; }
.step-kicker { margin: 0 0 12px; color: var(--ink-72); font-size: 12px; font-weight: 700; }
.step-header h1 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(38px, 4.2vw, 54px);
  line-height: 1.02;
  letter-spacing: -.045em;
  font-weight: 700;
}
.step-header > p:last-child { max-width: 660px; margin: 18px 0 0; color: var(--ink-72); font-size: 17px; line-height: 1.55; }

.form-section { display: grid; gap: 22px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.three-col { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.field { min-width: 0; }
fieldset.field { min-width: 0; margin: 0; padding: 0; border: 0; }
.field label, .field legend { display: block; margin: 0 0 8px; font-size: 14px; line-height: 1.35; font-weight: 600; }
.field legend { padding: 0; }
.required { color: var(--error); }
.field input:not([type="checkbox"]):not([type="radio"]), .field select, .field textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: var(--raised);
  border: 1px solid #CFCBD2;
  border-radius: 10px;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 112px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #7A7580; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--uv); box-shadow: 0 0 0 3px rgba(90, 49, 244, .16); }
.field [aria-invalid="true"] { border-color: var(--error) !important; }
.hint { margin: 7px 0 0; color: var(--ink-72); font-size: 13px; line-height: 1.45; }
.field-error { margin: 6px 0 0; color: var(--error); font-size: 13px; font-weight: 600; }

.facts-card, .panel, .secure-share, .review-group {
  overflow: hidden;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}
.facts-head, .panel-head, .review-head {
  min-height: 56px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid var(--line);
}
.facts-head strong, .panel-head strong, .review-head h2 { margin: 0; font-size: 15px; }
.fact-meta { color: var(--ink-meta); font-size: 11px; }
.fact-row { min-height: 74px; padding: 14px 20px; display: grid; grid-template-columns: 28px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid var(--line); }
.fact-row:last-child { border-bottom: 0; }
.fact-check { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #CFCBD2; border-radius: 999px; background: var(--raised); }
.fact-check svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; }
.fact-copy strong { display: block; font-size: 15px; }
.fact-copy p { margin: 2px 0 0; color: var(--ink-72); font-size: 14px; }
.fact-edit { min-width: 86px; min-height: 44px; padding: 8px 14px; background: var(--raised); border: 1px solid #CFCBD2; border-radius: 10px; font-weight: 600; }
.fact-editor { grid-column: 2 / -1; display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.fact-editor input { min-height: 44px; padding: 10px 12px; border: 1px solid #CFCBD2; border-radius: 9px; }

.choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.choice-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.choice-input { position: absolute; opacity: 0; pointer-events: none; }
.choice-label {
  position: relative;
  min-height: 72px;
  padding: 14px 15px 14px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--raised);
  border: 1px solid #CFCBD2;
  border-radius: 12px;
  cursor: pointer;
}
.field .choice-label { margin: 0; display: flex; }
.choice-label::before { content: ""; position: absolute; left: 15px; top: 50%; width: 17px; height: 17px; border: 1.5px solid #AAA5AF; border-radius: 999px; transform: translateY(-50%); }
.choice-label strong { font-size: 14px; line-height: 1.3; }
.choice-label small { margin-top: 3px; color: var(--ink-72); font-size: 12px; line-height: 1.35; }
.choice-input:checked + .choice-label { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.choice-input:checked + .choice-label::before { background: var(--ink); border-color: var(--ink); box-shadow: inset 0 0 0 4px var(--raised); }
.choice-input:focus-visible + .choice-label { outline: 3px solid rgba(90, 49, 244, .25); outline-offset: 2px; }

.check-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.check-input { position: absolute; opacity: 0; pointer-events: none; }
.check-label { min-height: 44px; padding: 10px 13px; display: inline-flex; align-items: center; gap: 9px; background: var(--raised); border: 1px solid #CFCBD2; border-radius: 10px; cursor: pointer; font-size: 13px; font-weight: 600; }
.field .check-label { margin: 0; display: inline-flex; }
.check-label::before { content: ""; width: 16px; height: 16px; flex: 0 0 auto; border: 1.5px solid #AAA5AF; border-radius: 4px; }
.check-input:checked + .check-label { border-color: var(--ink); }
.check-input:checked + .check-label::before { background: var(--ink); border-color: var(--ink); box-shadow: inset 0 0 0 3px var(--raised); }
.check-input:focus-visible + .check-label { outline: 3px solid rgba(90, 49, 244, .25); outline-offset: 2px; }

.secure-share { padding: 18px; border-left: 3px solid var(--ink); }
.secure-title { display: flex; align-items: flex-start; gap: 12px; }
.secure-title svg { width: 21px; height: 21px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.8; }
.secure-title strong { display: block; font-size: 14px; }
.secure-title p { margin: 4px 0 0; color: var(--ink-72); font-size: 13px; }
.secure-options { margin-top: 15px; }
.secure-label { margin: 0 0 8px; color: var(--ink-meta); font-size: 10px; font-weight: 700; }

.rubric-list { display: grid; gap: 10px; }
.rubric-row { display: grid; grid-template-columns: minmax(0, 1fr) 110px 44px; gap: 10px; align-items: end; }
.rubric-row .field label { font-size: 12px; }
.remove-row, .add-row { min-height: 44px; background: var(--raised); border: 1px solid #CFCBD2; border-radius: 10px; }
.remove-row { width: 44px; font-size: 22px; line-height: 1; }
.add-row { padding: 9px 14px; justify-self: start; font-weight: 600; }

.consent-box { padding: 16px; background: var(--soft); border: 1px solid var(--line); border-radius: 12px; }
.consent-row { display: grid; grid-template-columns: 22px 1fr; gap: 11px; align-items: start; }
.consent-row input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--ink); }
.consent-row label { margin: 0; font-size: 14px; font-weight: 600; }
.consent-row p { grid-column: 2; margin: -4px 0 0; color: var(--ink-72); font-size: 13px; }

.wizard-nav { margin-top: 34px; padding-top: 24px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 14px; align-items: center; border-top: 1px solid var(--line); }
.btn { min-height: 48px; padding: 11px 18px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; font-weight: 600; text-decoration: none; }
.btn-primary { justify-self: end; color: var(--raised); background: var(--ink); border: 1px solid var(--ink); }
.btn-secondary { justify-self: start; background: var(--raised); border: 1px solid #CFCBD2; }
.btn-text { min-height: 44px; padding: 8px 2px; background: transparent; border: 0; color: var(--ink-72); text-decoration: underline; text-underline-offset: 4px; }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.saved-state { justify-self: center; display: inline-flex; align-items: center; gap: 8px; color: var(--ink-meta); font-size: 10px; }
.saved-state::before { content: ""; width: 8px; height: 8px; border-radius: 999px; background: var(--success); }

.blueprint-rail { position: sticky; top: 28px; }
.eyebrow { margin: 2px 0 12px; color: var(--ink-72); font-size: 11px; font-weight: 700; }
.blueprint-rail h2 { margin: 0; font-family: var(--font-display); font-size: 31px; line-height: 1.05; letter-spacing: -.035em; }
.rail-intro { margin: 14px 0 24px; color: var(--ink-72); font-size: 14px; }
.pipeline-card { overflow: hidden; background: var(--raised); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 26px rgba(23,19,31,.05); }
.pipeline-head { min-height: 54px; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-bottom: 1px solid var(--line); }
.pipeline-head strong { font-size: 14px; }
.pipeline-head span { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-meta); font-family: var(--font-mono); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.pipeline-head span::before { content: ""; width: 7px; height: 7px; border-radius: 999px; background: var(--success); }
.pipeline-nav { position: relative; list-style: none; margin: 0; padding: 0; }
.pipeline-nav::before { content: ""; position: absolute; z-index: 0; left: 18.5px; top: 34px; bottom: 34px; width: 1px; background: var(--line); }
.pipeline-nav li { border-bottom: 1px solid var(--line); }
.pipeline-nav li:last-child { border-bottom: 0; }
.pipeline-step { width: 100%; min-height: 68px; padding: 12px 14px; display: grid; grid-template-columns: 18px 1fr auto; gap: 10px; align-items: center; text-align: left; background: transparent; border: 0; }
.pipeline-step:disabled { cursor: default; }
.pipeline-step .node { position: relative; z-index: 1; width: 10px; height: 10px; border: 1.5px solid var(--ink-72); border-radius: 999px; background: var(--raised); }
.pipeline-step.complete .node { background: var(--ink); border-color: var(--ink); }
.pipeline-step.current .node { background: var(--uv); border-color: var(--uv); box-shadow: 0 0 0 4px rgba(90,49,244,.10); }
.pipeline-step strong { display: block; font-size: 13px; }
.pipeline-step small { display: block; margin-top: 2px; color: var(--ink-72); font-size: 11px; }
.nav-status { color: var(--ink-meta); font-size: 8px; text-align: right; }
.pipeline-step.complete .nav-status { color: var(--success); }
.security-note { margin-top: 20px; padding: 18px 16px; display: grid; grid-template-columns: 22px 1fr; gap: 12px; background: var(--soft); border-left: 3px solid var(--ink); border-radius: 12px; }
.security-note svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.security-note strong { font-size: 13px; }
.security-note p { margin: 4px 0 0; color: var(--ink-72); font-size: 12px; }
.ingestion-card { margin-top: 20px; padding: 16px; background: var(--raised); border: 1px solid var(--line); border-radius: 14px; }
.ingestion-card > p:last-child { margin: 11px 0 0; color: var(--ink-72); font-size: 11px; line-height: 1.5; }
.data-route { display: grid; grid-template-columns: auto 1fr auto 1fr auto; gap: 8px; align-items: center; }
.data-route span { font-family: var(--font-mono); font-size: 9px; font-weight: 700; letter-spacing: .07em; }
.data-route i { position: relative; height: 1px; overflow: hidden; background: var(--line); }
.data-route i::after { content: ""; position: absolute; inset: 0; background: var(--uv); transform: scaleX(0); transform-origin: left; animation: route-fill .55s .12s ease-out forwards; }
.data-route i:nth-of-type(2)::after { animation-delay: .38s; }
.mobile-blueprint, .mobile-blueprint-panel { display: none; }

.error-summary { margin-bottom: 24px; padding: 16px; color: #7F1D1D; background: #FEF2F2; border: 1px solid #FECACA; border-radius: 12px; }
.error-summary strong { display: block; margin-bottom: 4px; }
.error-summary ul { margin: 6px 0 0; padding-left: 20px; }
.error-summary a { color: inherit; }

.review-stack { display: grid; gap: 14px; }
.review-head h2 { font-size: 16px; }
.review-head button { min-height: 44px; padding: 7px 10px; background: var(--raised); border: 1px solid #CFCBD2; border-radius: 9px; font-size: 13px; font-weight: 600; }
.review-list { margin: 0; padding: 16px 20px; display: grid; grid-template-columns: 160px 1fr; gap: 9px 18px; }
.review-list dt { color: var(--ink-72); font-size: 12px; font-weight: 600; }
.review-list dd { margin: 0; overflow-wrap: anywhere; font-size: 13px; }
.review-note { padding: 16px; background: var(--soft); border-left: 3px solid var(--ink); border-radius: 10px; color: var(--ink-72); font-size: 13px; }

.success-panel { padding: 32px 0 12px; text-align: left; }
.success-mark { width: 52px; height: 52px; display: grid; place-items: center; color: var(--raised); background: var(--ink); border-radius: 999px; }
.success-mark svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; }
.success-panel h1 { max-width: 620px; margin: 22px 0 14px; font-family: var(--font-display); font-size: clamp(40px, 5vw, 58px); line-height: 1; letter-spacing: -.045em; }
.success-panel > p { max-width: 620px; color: var(--ink-72); font-size: 17px; }
.next-steps { margin: 28px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.next-card { padding: 18px; background: var(--soft); border: 1px solid var(--line); border-radius: 12px; }
.next-card span { font-family: var(--font-mono); color: var(--ink-meta); font-size: 10px; }
.next-card strong { display: block; margin-top: 8px; font-size: 14px; }
.success-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.submit-error { margin-top: 16px; padding: 14px; color: #7F1D1D; background: #FEF2F2; border: 1px solid #FECACA; border-radius: 10px; }
.ingestion-confirm { margin: 26px 0; overflow: hidden; background: var(--soft); border: 1px solid var(--line); border-radius: 14px; }
.ingestion-confirm div { min-height: 54px; padding: 12px 16px; display: grid; grid-template-columns: 20px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); }
.ingestion-confirm div:last-child { border-bottom: 0; }
.ingestion-confirm b { width: 20px; height: 20px; display: grid; place-items: center; color: var(--raised); background: var(--success); border-radius: 999px; font-size: 11px; }
.ingestion-confirm strong { font-size: 13px; }
.ingestion-confirm span:last-child { color: var(--ink-meta); font-family: var(--font-mono); font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }

.save-toast { position: fixed; z-index: 20; right: 20px; bottom: 20px; padding: 10px 14px; color: var(--raised); background: var(--ink); border-radius: 9px; font-size: 13px; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
.save-toast.show { opacity: 1; transform: translateY(0); }
.sr-only, .honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.noscript { max-width: 680px; margin: 24px auto; padding: 16px; background: #FEF2F2; border: 1px solid #FECACA; border-radius: 10px; }

:focus-visible { outline: 3px solid rgba(90, 49, 244, .35); outline-offset: 3px; }

@keyframes step-enter { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes route-fill { to { transform: scaleX(1); } }

@media (max-width: 980px) {
  .page-shell { width: min(760px, calc(100% - 40px)); margin-top: 36px; }
  .flow-grid { grid-template-columns: 1fr; gap: 20px; }
  .blueprint-rail { display: none; }
  .mobile-blueprint { width: 100%; min-height: 84px; margin-bottom: 20px; padding: 14px 18px; display: grid; grid-template-columns: 48px 1fr 24px; gap: 14px; align-items: center; text-align: left; background: var(--raised); border: 1px solid var(--line); border-radius: 16px; }
  .blueprint-icon { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid #CFCBD2; border-radius: 12px; }
  .blueprint-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
  .mobile-blueprint strong, .mobile-blueprint small { display: block; }
  .mobile-blueprint strong { font-size: 15px; }
  .mobile-blueprint small { margin-top: 2px; color: var(--ink-72); font-size: 12px; }
  .chevron { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; transition: transform .2s ease; }
  .mobile-blueprint[aria-expanded="true"] .chevron { transform: rotate(90deg); }
  .mobile-blueprint-panel { margin: -10px 0 20px; padding: 0 10px; }
  .mobile-blueprint-panel[hidden] { display: none; }
  .mobile-blueprint-panel:not([hidden]) { display: block; }
}

@media (max-width: 620px) {
  .site-header, .header-inner { min-height: 64px; }
  .header-inner { width: calc(100% - 36px); }
  .brand { font-size: 13px; }
  .brand-mark { width: 30px; }
  .header-meta { font-size: 10px; }
  .demo-strip > div { width: calc(100% - 32px); min-height: 58px; padding: 8px 0; }
  .demo-strip span { max-width: 245px; }
  .demo-strip strong { display: block; margin: 0; }
  .desktop-only { display: none !important; }
  .page-shell { width: calc(100% - 32px); margin: 24px auto 56px; }
  .wizard-card { border-radius: 20px; box-shadow: var(--shadow-sm); }
  .wizard-progress { padding: 24px 24px 22px; }
  .progress-meta { font-size: 11px; }
  .wizard-body { min-height: 0; padding: 28px 24px 26px; }
  .step-header { margin-bottom: 26px; }
  .step-header h1 { font-size: 37px; line-height: 1.04; }
  .step-header > p:last-child { margin-top: 14px; font-size: 15px; }
  .two-col, .three-col, .choice-grid, .choice-grid.three, .next-steps { grid-template-columns: 1fr; }
  .fact-row { grid-template-columns: 28px 1fr 24px; padding: 14px; gap: 10px; }
  .facts-head { padding: 13px 14px; }
  .fact-edit { min-width: 44px; width: 44px; padding: 0; overflow: hidden; text-indent: -999px; position: relative; }
  .fact-edit::after { content: "›"; position: absolute; inset: 0; display: grid; place-items: center; text-indent: 0; color: var(--ink-72); font-size: 25px; font-weight: 400; }
  .fact-editor { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .rubric-row { grid-template-columns: minmax(0, 1fr) 90px 44px; }
  .wizard-nav { grid-template-columns: 1fr 1fr; }
  .saved-state { grid-column: 1 / -1; grid-row: 2; justify-self: end; }
  .btn-primary { width: 100%; }
  .btn-secondary { width: 100%; }
  .review-list { grid-template-columns: 1fr; gap: 2px; }
  .review-list dd { margin-bottom: 8px; }
}

@media (max-width: 390px) {
  .page-shell { width: calc(100% - 24px); }
  .wizard-progress { padding-inline: 20px; }
  .wizard-body { padding-inline: 20px; }
  .step-header h1 { font-size: 34px; }
  .rubric-row { grid-template-columns: 1fr 74px 44px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
