:root {
  color-scheme: light;
  --ink: #10231f;
  --muted: #5f6d68;
  --paper: #f3f0e8;
  --card: #fffdf8;
  --teal: #0f8a71;
  --lime: #d8f050;
  --line: #d8d9d0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 85% 18%, rgba(216,240,80,.1), transparent 25%), var(--paper); color: var(--ink); font-family: "Avenir Next", Avenir, Inter, system-ui, sans-serif; }
button, input, textarea { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, .dropzone:focus-within { outline: 3px solid rgba(15,138,113,.24); outline-offset: 3px; }
.topbar { height: 78px; padding: 0 max(28px, calc((100vw - 1180px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 12px; font-size: 15px; }
.brand strong { color: var(--muted); font-weight: 500; }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 9px; font-weight: 700; }
.status-pill { font: 500 11px "SFMono-Regular", Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; border: 1px solid var(--line); border-radius: 99px; padding: 9px 12px; background: rgba(255,255,255,.45); }
.status-pill span { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); margin-right: 7px; box-shadow: 0 0 0 3px rgba(15,138,113,.12); }
.auth-status { display: flex; align-items: center; gap: 8px; }
main { max-width: 1180px; margin: 0 auto; padding: 72px 28px 48px; }
.hero { display: grid; grid-template-columns: 1fr 300px; gap: 80px; align-items: end; margin-bottom: 54px; }
.eyebrow, .step-label { margin: 0 0 16px; font: 500 11px "SFMono-Regular", Consolas, monospace; letter-spacing: .14em; text-transform: uppercase; color: var(--teal); }
h1 { margin: 0; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
.lede { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 660px; margin: 28px 0 0; }
.policy-note { border-left: 2px solid var(--lime); padding: 4px 0 4px 22px; }
.policy-note span { font: 500 10px "SFMono-Regular", Consolas, monospace; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.policy-note strong { display: block; font-size: 30px; letter-spacing: -.04em; margin: 8px 0; }
.policy-note p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.workspace { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 30px; box-shadow: 0 18px 50px rgba(16,35,31,.07); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 24px; }
.section-heading h2 { margin: 0; font-size: 22px; letter-spacing: -.03em; }
.section-heading .step-label { margin-bottom: 8px; }
.section-heading > p { margin: 0; color: var(--muted); font: 11px "SFMono-Regular", Consolas, monospace; }
.mode-toggle { display: inline-flex; gap: 4px; margin-bottom: 20px; padding: 4px; border-radius: 11px; background: #ebece5; }
.mode-toggle[hidden] { display: none; }
.mode-toggle button { min-width: 100px; height: 34px; padding: 0 14px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font-size: 12px; font-weight: 600; cursor: pointer; }
.mode-toggle button[aria-pressed="true"] { background: white; color: var(--ink); box-shadow: 0 1px 4px rgba(16,35,31,.12); }
.mode-toggle button:disabled { cursor: default; opacity: .65; }
.dropzone { position: relative; min-height: 280px; border: 1.5px dashed #aeb8b3; border-radius: 17px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #f9f8f2; transition: .2s ease; }
.dropzone:hover { border-color: var(--teal); background: #f6faf5; transform: translateY(-1px); }
.dropzone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; }
.upload-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--ink); color: var(--lime); font-size: 24px; margin-bottom: 18px; }
.dropzone h3 { margin: 0 0 7px; font-size: 18px; }
.dropzone p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.dropzone label { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.dropzone small { color: #7c8783; }
.dropzone.is-dragging { border-color: var(--teal); background: #eef7ef; box-shadow: inset 0 0 0 1px var(--teal); }
.file-card { display: grid; grid-template-columns: 52px 1fr auto; gap: 16px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #f9f8f2; }
.file-badge { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 12px; background: #e5eee8; color: var(--teal); font: 600 12px "SFMono-Regular", Consolas, monospace; }
.file-card strong { display: block; margin-bottom: 5px; font-size: 14px; }
.file-card small { color: var(--muted); }
.text-button { border: 0; padding: 8px; background: none; color: var(--muted); font-size: 12px; font-weight: 500; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.review-options { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 18px; margin-top: 20px; }
.signed-approver { align-self: center; margin: 0; color: var(--muted); font-size: 12px; }
.signed-approver strong { color: var(--ink); }
.google-button { max-width: 520px; height: 50px; display: flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); font-size: 14px; font-weight: 600; text-decoration: none; box-shadow: 0 1px 3px rgba(16,35,31,.08); }
.google-button:hover { background: #f9f8f2; }
.google-mark { width: 18px; height: 18px; flex: none; }
.login-divider { max-width: 520px; display: flex; align-items: center; gap: 12px; margin: 20px 0; color: var(--muted); font: 500 10px "SFMono-Regular", Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; }
.login-divider::before, .login-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.login-form { max-width: 520px; display: grid; gap: 18px; }
.login-form .primary-button { justify-self: start; min-width: 130px; }
.field label { display: block; margin-bottom: 8px; font: 500 10px "SFMono-Regular", Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.field input { width: 100%; height: 50px; border: 1px solid var(--line); border-radius: 10px; background: white; padding: 0 14px; color: var(--ink); font-size: 14px; font-weight: 500; outline: none; }
.field input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(15,138,113,.12); }
.password-input { position: relative; }
.password-input input { padding-right: 52px; }
.password-visibility { position: absolute; top: 4px; right: 4px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 8px; background: transparent; color: var(--muted); cursor: pointer; }
.password-visibility:hover { background: #f0f2ec; color: var(--ink); }
.password-visibility:focus-visible { outline: 3px solid rgba(15,138,113,.24); outline-offset: 1px; }
.password-visibility:disabled { cursor: wait; opacity: .5; }
.password-visibility svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.field textarea { width: 100%; resize: vertical; min-height: 180px; border: 1px solid var(--line); border-radius: 12px; background: #f9f8f2; padding: 14px; color: var(--ink); font: 12px/1.6 "SFMono-Regular", Consolas, monospace; outline: none; }
.field textarea:focus { border-color: var(--teal); background: white; box-shadow: 0 0 0 3px rgba(15,138,113,.12); }
.field > small { display: block; margin-top: 8px; color: var(--muted); font-size: 11px; }
.privacy-note { margin: 18px 0 0; color: var(--muted); font-size: 11px; }
.primary-button { height: 50px; border: 0; border-radius: 10px; padding: 0 24px; background: var(--ink); color: white; font-size: 13px; font-weight: 600; cursor: pointer; white-space: nowrap; transition: .18s ease; }
.primary-button:hover { background: #173d35; transform: translateY(-1px); box-shadow: 0 7px 16px rgba(16,35,31,.14); }
.primary-button:disabled { cursor: wait; opacity: .65; transform: none; box-shadow: none; }
.primary-button span { color: var(--lime); margin-left: 10px; }
.inline-success { margin: 16px 0 0; padding: 12px 14px; border-radius: 9px; background: #eef7ec; color: #2f6b3d; font-size: 12px; }
.hint { color: var(--muted); font-size: 12px; }
.empty-state { padding: 28px; border: 1px dashed var(--line); border-radius: 14px; background: #f9f8f2; }
.empty-state p { margin: 0 0 8px; }
.user-table { width: 100%; border-collapse: collapse; margin-bottom: 28px; }
.user-table th { text-align: left; padding: 0 0 10px; font: 500 10px "SFMono-Regular", Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.user-table td { padding: 14px 12px 14px 0; border-top: 1px solid var(--line); vertical-align: middle; font-size: 13px; }
.user-table td small { display: block; color: var(--muted); font-size: 11px; }
.role-cell { display: flex; flex-wrap: wrap; gap: 8px; }
.role-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 99px; background: white; font-size: 12px; cursor: pointer; }
.role-toggle:has(input:checked) { background: var(--ink); color: var(--lime); border-color: var(--ink); }
.row-actions { display: flex; gap: 4px; justify-content: flex-end; }
.add-user-form { display: grid; gap: 14px; max-width: 520px; padding-top: 24px; border-top: 1px solid var(--line); }
.add-user-form .primary-button { justify-self: start; }
.inline-error { margin: 16px 0 0; padding: 12px 14px; border-radius: 9px; background: #fff0eb; color: #8f3927; font-size: 12px; white-space: pre-wrap; overflow-wrap: anywhere; max-height: 340px; overflow-y: auto; }
.run-summary, .completion-heading { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; }
.run-summary h3, .completion-heading h3 { margin: 4px 0 0; font-size: 19px; letter-spacing: -.025em; }
.run-summary > strong { font: 500 18px "SFMono-Regular", Consolas, monospace; }
.state-kicker { color: var(--muted); font: 500 10px "SFMono-Regular", Consolas, monospace; letter-spacing: .08em; text-transform: uppercase; }
.spinner { width: 42px; height: 42px; border: 2px solid #dbe2dd; border-top-color: var(--teal); border-radius: 50%; animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.progress-track { height: 8px; overflow: hidden; margin-top: 28px; border-radius: 99px; background: #e7e7df; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: var(--teal); transition: width .45s ease; }
.run-meta { display: flex; justify-content: space-between; margin-top: 9px; color: var(--muted); font: 10px "SFMono-Regular", Consolas, monospace; }
.refresh-note { display: flex; align-items: center; gap: 14px; margin-top: 30px; padding: 16px; border-radius: 11px; background: #f3f5ef; color: var(--muted); }
.refresh-note > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--teal); }
.refresh-note p { margin: 0; font-size: 12px; line-height: 1.5; }
.refresh-note strong { color: var(--ink); display: block; }
.success-mark, .failure-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #dff3e9; color: var(--teal); font-weight: 700; }
.complete-pill { border-radius: 99px; background: #e8f7ee; color: #167459; padding: 8px 11px; font: 500 10px "SFMono-Regular", Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; }
.decision-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 26px; }
.decision-card { position: relative; min-height: 138px; padding: 18px; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.decision-card::after { content: ''; position: absolute; right: -18px; bottom: -24px; width: 76px; height: 76px; border-radius: 50%; background: currentColor; opacity: .06; }
.decision-card > span { display: block; color: var(--muted); font-size: 11px; }
.decision-card strong { display: block; margin: 14px 0 1px; font-size: 38px; line-height: 1; letter-spacing: -.04em; }
.decision-card small { font: 500 10px "SFMono-Regular", Consolas, monospace; text-transform: uppercase; letter-spacing: .06em; }
.decision-card.yes { color: #0f7c64; background: #f3faf6; }
.decision-card.no { color: #b24a35; background: #fff8f5; }
.decision-card.manual { color: #aa7824; background: #fffaf0; }
.result-skipped { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.result-note { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.result-note p { margin: 0; color: var(--muted); font-size: 12px; }
.result-note p strong { color: var(--ink); }
.result-note > span { flex: 0 0 auto; color: var(--muted); font: 10px "SFMono-Regular", Consolas, monospace; }
.download-row { display: flex; justify-content: space-between; align-items: center; margin-top: 22px; }
.download-primary { display: inline-flex; align-items: center; text-decoration: none; }
.secondary-downloads { display: flex; gap: 18px; }
.secondary-downloads a { color: var(--muted); font-size: 11px; text-underline-offset: 3px; }
.new-review { display: block; margin: 18px 0 -4px auto; }
.single-result { display: grid; grid-template-columns: 180px 1fr; gap: 22px; }
.single-notice { grid-column: 1 / -1; margin: 0; padding: 12px 14px; border-radius: 9px; background: #fff8e9; color: #8b651e; font-size: 12px; }
.single-decision { min-height: 132px; padding: 20px; border-radius: 14px; }
.single-decision > span { display: block; margin-bottom: 18px; color: var(--muted); font-size: 11px; }
.single-decision strong { font-size: 24px; line-height: 1.15; }
.single-decision.yes { color: #0f7c64; background: #f3faf6; }
.single-decision.no { color: #b24a35; background: #fff5f1; }
.single-decision.manual { color: #8b651e; background: #fff8e9; }
.single-reason { position: relative; padding: 4px 0; }
.single-reason label { display: block; margin-bottom: 8px; }
.single-reason textarea { width: 100%; min-height: 92px; resize: vertical; padding: 12px; border: 1px solid var(--line); border-radius: 10px; background: white; color: var(--ink); font-size: 13px; line-height: 1.55; }
.copy-reason { padding-left: 0; }
.copy-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.check-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 12px; border: 1px solid var(--line); border-radius: 9px; font-size: 11px; }
.check-list li span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; font-weight: 700; }
.check-list .passed span { background: #e2f4e9; color: var(--teal); }
.check-list .attention span { background: #fff0dc; color: #9b681a; }
.source-results { grid-column: 1 / -1; padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfb; }
.source-results-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 18px; }
.source-results-heading h3 { margin: 0; font-size: 14px; }
.source-results-heading > span { color: var(--muted); font: 10px "SFMono-Regular", Consolas, monospace; text-transform: uppercase; letter-spacing: .06em; }
.source-results-note, .empty-source-results { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.source-results ul { display: grid; gap: 10px; margin: 14px 0 0; padding: 0; list-style: none; }
.source-result { padding: 13px 14px; border: 1px solid var(--line); border-left-width: 4px; border-radius: 9px; background: white; }
.source-result.passed { border-left-color: var(--teal); }
.source-result.failed { border-left-color: #b24a35; }
.source-result-heading { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px; }
.source-result-heading > span { padding: 4px 7px; border-radius: 999px; font: 700 9px "SFMono-Regular", Consolas, monospace; text-transform: uppercase; letter-spacing: .05em; }
.source-result.passed .source-result-heading > span { color: #0f705c; background: #e2f4e9; }
.source-result.failed .source-result-heading > span { color: #a13f2d; background: #ffebe6; }
.source-result a { min-width: 0; color: var(--ink); font-size: 11px; overflow-wrap: anywhere; text-underline-offset: 3px; }
.source-result dl { display: flex; flex-wrap: wrap; gap: 7px 20px; margin: 11px 0 0; }
.source-result dl div { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 6px; min-width: 180px; }
.source-result dt { color: var(--muted); font: 9px "SFMono-Regular", Consolas, monospace; text-transform: uppercase; letter-spacing: .05em; }
.source-result dd { min-width: 0; margin: 0; font-size: 10px; overflow-wrap: anywhere; }
.source-result dl .source-access-note { display: block; min-width: 100%; color: var(--muted); font-size: 10px; }
.unchecked-citations { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }
.unchecked-citations h4 { margin: 0; font-size: 12px; }
.unchecked-citations > p { margin: 5px 0 10px; color: var(--muted); font-size: 10px; }
.unchecked-citations ul { gap: 7px; margin-top: 0; }
.unchecked-citations li { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 10px; padding: 10px 12px; border: 1px dashed var(--line); border-radius: 8px; background: white; }
.unchecked-citations li span { padding: 4px 7px; border-radius: 999px; color: #8b651e; background: #fff0dc; font: 700 9px "SFMono-Regular", Consolas, monospace; text-transform: uppercase; letter-spacing: .04em; white-space: nowrap; }
.unchecked-citations li p { margin: 1px 0 0; font-size: 10px; line-height: 1.5; overflow-wrap: anywhere; }
.single-result .result-note { grid-column: 1 / -1; }
.discard-result { grid-column: 1 / -1; justify-self: start; }
.failure-state { text-align: center; padding: 24px 10%; }
.failure-mark { margin: 0 auto 15px; background: #ffebe6; color: #a74430; }
.failure-state h3 { margin: 8px auto; max-width: 600px; font-size: 18px; line-height: 1.45; }
.failure-state p { margin: 0 auto 22px; color: var(--muted); font-size: 12px; }
.failure-detail { margin: 0 auto 18px; max-width: 600px; max-height: 340px; padding: 12px 14px; border-radius: 9px; background: #fff0eb; color: #8f3927; font: 400 11px/1.55 "SFMono-Regular", Consolas, monospace; text-align: left; white-space: pre-wrap; overflow-wrap: anywhere; overflow-y: auto; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 10; padding: 12px 18px; background: var(--ink); color: var(--lime); font-size: 13px; font-weight: 600; border-radius: 0 0 10px 0; text-decoration: none; }
.skip-link:focus { left: 0; }
.guide-link { display: inline-flex; align-items: center; gap: 8px; height: 36px; padding: 0 14px; border: 1px solid var(--ink); border-radius: 99px; background: transparent; color: var(--ink); font-size: 12px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.guide-link:hover { background: var(--ink); color: var(--lime); }
.guide-link svg { width: 16px; height: 16px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.guide-inline { margin: 20px 0 0; font-size: 13px; color: var(--muted); }
.guide-inline a { color: var(--ink); font-weight: 600; text-underline-offset: 3px; }
.guide { margin-top: 44px; scroll-margin-top: 24px; }
.guide:focus { outline: none; }
.guide:focus-visible { outline: 3px solid rgba(15,138,113,.24); outline-offset: 8px; }
.guide a { color: inherit; }
.guide-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin: 0 0 32px; padding: 0; list-style: none; }
.guide-steps > li { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
.guide-number { display: block; margin-bottom: 14px; color: var(--teal); font: 500 11px "SFMono-Regular", Consolas, monospace; letter-spacing: .14em; }
.guide-steps h3 { margin: 0 0 10px; font-size: 15px; letter-spacing: -.01em; }
.guide-steps p { margin: 0 0 12px; font-size: 13px; line-height: 1.65; color: var(--muted); }
.guide-steps p:last-child { margin-bottom: 0; }
.guide-steps strong { color: var(--ink); font-weight: 600; }
.guide-aside { padding-top: 12px; border-top: 1px dashed var(--line); font-size: 12px !important; }
.guide-downloads { margin: 0; font-size: 13px; }
.guide-downloads dt { margin-top: 12px; font-weight: 600; }
.guide-downloads dt:first-child { margin-top: 0; }
.guide-downloads dd { margin: 4px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.guide-details { border-top: 1px solid var(--line); padding: 16px 0; }
.guide-details:last-child { border-bottom: 1px solid var(--line); }
.guide-details > summary { cursor: pointer; font-size: 13px; font-weight: 600; list-style-position: outside; }
.guide-details > summary::marker { color: var(--teal); }
.guide-details p { margin: 14px 0 0; max-width: 760px; font-size: 13px; line-height: 1.7; color: var(--muted); }
.guide-details strong { color: var(--ink); }
.guide code { padding: 1px 5px; border-radius: 5px; background: #f0f2ec; color: var(--ink); font: 11px "SFMono-Regular", Consolas, monospace; }
.guide-table { width: 100%; border-collapse: collapse; margin-top: 16px; }
.guide-table th { text-align: left; padding: 0 16px 10px 0; font: 500 10px "SFMono-Regular", Consolas, monospace; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.guide-table td { padding: 12px 16px 12px 0; border-top: 1px solid var(--line); font-size: 12px; line-height: 1.6; color: var(--muted); vertical-align: top; }
.guide-table td:first-child { white-space: nowrap; }
.columns-table td { color: var(--ink); }
.columns-table td:nth-child(2) { white-space: normal; word-break: break-word; }
.columns-table .column-index { width: 34px; color: var(--muted); font: 11px "SFMono-Regular", Consolas, monospace; }
.column-flag { display: inline-block; padding: 3px 9px; border-radius: 99px; font: 500 10px "SFMono-Regular", Consolas, monospace; letter-spacing: .06em; text-transform: uppercase; white-space: nowrap; }
.column-flag.required { background: var(--ink); color: var(--lime); }
.column-flag.optional { background: #e8ebe2; color: var(--ink); }
.column-flag.carried { background: transparent; border: 1px dashed var(--line); color: var(--muted); }
@media (max-width: 860px) { .guide-steps { grid-template-columns: 1fr; } }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 44px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-row > div { padding: 26px 28px; border-right: 1px solid var(--line); }
.trust-row > div:first-child { padding-left: 0; }
.trust-row > div:last-child { border: 0; }
.trust-row span { color: var(--teal); font: 11px "SFMono-Regular", Consolas, monospace; margin-right: 10px; }
.trust-row strong { font-size: 13px; }
.trust-row p { margin: 8px 0 0 30px; font-size: 12px; line-height: 1.5; color: var(--muted); }
footer { max-width: 1180px; margin: 0 auto; padding: 12px 28px 32px; display: flex; justify-content: space-between; color: #7c8783; font: 10px "SFMono-Regular", Consolas, monospace; text-transform: uppercase; letter-spacing: .1em; }

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

@media (max-width: 760px) {
  .topbar { padding-inline: 20px; }
  .status-pill { display: none; }
  main { padding: 48px 20px 32px; }
  .hero { grid-template-columns: 1fr; gap: 32px; margin-bottom: 38px; }
  .policy-note { max-width: 320px; }
  .workspace { padding: 20px; border-radius: 18px; }
  .section-heading { align-items: start; gap: 16px; }
  .section-heading > p { text-align: right; }
  .dropzone { min-height: 240px; text-align: center; padding: 24px; }
  .review-options { grid-template-columns: 1fr; }
  .primary-button { width: 100%; }
  .file-card { grid-template-columns: 48px 1fr; }
  .file-card .text-button { grid-column: 2; justify-self: start; padding: 0; }
  .decision-grid { grid-template-columns: 1fr; }
  .decision-card { min-height: 104px; }
  .download-row, .result-note { align-items: flex-start; flex-direction: column; }
  .secondary-downloads { flex-wrap: wrap; }
  .single-result { grid-template-columns: 1fr; }
  .single-decision { min-height: auto; }
  .check-list, .source-results, .single-result .result-note, .discard-result, .single-notice { grid-column: 1; }
  .check-list { grid-template-columns: 1fr; }
  .source-results-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 22px 0; }
  footer { padding-inline: 20px; }
}
