@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500&display=swap');

:root {
  --ink: #18322e;
  --muted: #6c7d78;
  --line: #dce6e2;
  --paper: #f7f9f8;
  --white: #fff;
  --green: #176b5b;
  --green-dark: #105447;
  --mint: #e5f3ee;
  --error: #a63e38;
  font-family: "DM Sans", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
button, input, textarea, select { font: inherit; }
.hidden { display: none !important; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { display: block; width: auto; height: 34px; }
.kicker, .section-label { font-size: .72rem; letter-spacing: .16em; font-weight: 700; color: var(--green); margin: 0 0 10px; }
.muted { color: var(--muted); }
h1, h2 { font-family: "Newsreader", serif; font-weight: 500; letter-spacing: -.025em; }
h1 { font-size: clamp(2.2rem, 4vw, 3.25rem); line-height: 1.03; margin: 0 0 20px; }
h2 { font-size: 1.75rem; line-height: 1.15; }
.primary { border: 0; background: var(--green); color: white; font-weight: 700; border-radius: 10px; padding: 13px 18px; cursor: pointer; box-shadow: 0 4px 12px #176b5b20; }
.primary:hover { background: var(--green-dark); }
.primary:disabled { opacity: .55; }
.full { width: 100%; display: flex; justify-content: space-between; }
.error { color: var(--error); font-weight: 600; min-height: 1.5em; }
.success { color: var(--green); font-weight: 600; margin-left: 12px; }

.login-shell { min-height: 100vh; display: grid; grid-template-columns: 1.08fr .92fr; }
.brand-panel { padding: 42px 8vw 42px 5vw; background: linear-gradient(145deg, #e9f3ef 0%, #f7f9f8 70%); display: flex; flex-direction: column; }
.brand-copy { margin: auto 0; max-width: 630px; }
.brand-copy p:last-child { font-size: 1.1rem; color: #506a64; max-width: 520px; }
.confidentiality { font-size: .82rem; color: var(--muted); }
.login-panel { background: white; display: grid; place-items: center; padding: 32px; }
.auth-card { width: min(390px, 100%); }
.auth-card h2 { font-size: 2.25rem; margin: 4px 0 8px; }
.auth-card label, .feedback-card label { display: block; font-weight: 600; margin: 22px 0; }
.auth-card input, .feedback-card input, .feedback-card textarea, .feedback-card select { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #bdccc7; border-radius: 9px; background: #fcfdfd; }
.auth-card input:focus { outline: 3px solid #176b5b18; border-color: var(--green); }
.email-auth-actions { display: grid; gap: 11px; margin: 26px 0 22px; }
.email-auth-actions a { align-items: center; text-decoration: none; }
.email-auth-actions .secondary { display: flex; }
.email-verification-note { margin: 2px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.auth-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.auth-card .secondary.full { align-items: center; }
.auth-card .secondary.full:disabled { cursor: not-allowed; color: #73837e; background: #f4f7f6; border-color: #d7e1de; }
.auth-card .secondary.full.ready { border-color: var(--green); background: var(--green); color: white; box-shadow: 0 4px 12px #176b5b20; }
.auth-card .secondary.full.ready:hover { background: var(--green-dark); }

.app-header { height: 72px; background: white; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1120px)/2)); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.pilot-pill { font-size: .74rem; font-weight: 700; color: var(--green); background: var(--mint); padding: 5px 10px; border-radius: 20px; }
.text-button { border: 0; background: none; color: var(--muted); cursor: pointer; }
.content-shell { width: min(820px, calc(100% - 36px)); margin: 72px auto; }
.not-researchable-card { max-width: 680px; padding: 42px; border: 1px solid #e6d9bf; border-radius: 18px; background: linear-gradient(145deg, #fffdf8, #fff); box-shadow: 0 16px 42px #72521a12; }
.not-researchable-card p:not(.kicker) { color: var(--muted); font-size: 1.04rem; }
.not-researchable-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; border-radius: 13px; background: #f7edd9; color: #8e672c; font-size: 1.4rem; font-weight: 800; }
.not-researchable-action { display: inline-flex; gap: 20px; align-items: center; margin-top: 16px; text-decoration: none; }
.recovery-card { max-width: 680px; padding: 42px; border: 1px solid #d8e6e2; border-radius: 18px; background: linear-gradient(145deg, #f7fcfa, #fff); box-shadow: 0 16px 42px #214b4112; }
.recovery-card p:not(.kicker) { color: var(--muted); font-size: 1.04rem; }
.recovery-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 20px; border-radius: 13px; background: var(--mint); color: var(--green); font-size: 1.5rem; font-weight: 800; }
.recovery-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.recovery-actions a { text-decoration: none; }
.page-heading { max-width: 670px; }
.page-heading:focus { outline: none; }
.page-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.composer-card, .agreement-card, .loading-card, .report-card, .side-card, .feedback-card { background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 36px #23473f0a; }
.composer-card { padding: 26px; margin-top: 34px; }
.privacy-line { display: flex; gap: 12px; align-items: center; background: var(--mint); border-radius: 11px; padding: 13px 15px; margin-bottom: 24px; }
.privacy-line div { display: flex; gap: 8px; flex-wrap: wrap; }
.privacy-line span:last-child { color: #55716a; }
.shield { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 50%; background: var(--green); color: white; font-size: .75rem; }
.focus-selector { border: 0; padding: 0; margin: 0 0 24px; }
.focus-selector legend { font-weight: 700; margin-bottom: 10px; }
.focus-options { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.focus-option { position: relative; display: flex; gap: 12px; min-height: 104px; padding: 16px; border: 1px solid #bacac5; border-radius: 12px; cursor: pointer; background: #fcfdfd; transition: border-color .15s, background .15s, box-shadow .15s; }
.focus-option:hover { border-color: #79a99e; }
.focus-option:has(input:checked) { border-color: var(--green); background: #f0f8f5; box-shadow: 0 0 0 3px #176b5b14; }
.focus-selector.invalid legend { color: var(--error); }
.focus-selector.invalid .focus-option { border-color: var(--error); background: #fff9f8; box-shadow: 0 0 0 2px #a63e3812; }
.focus-option input { accent-color: var(--green); margin: 4px 0 0; }
.focus-option span { display: grid; align-content: start; gap: 5px; }
.focus-option small { color: var(--muted); line-height: 1.45; }
.textarea-label { font-weight: 700; display: block; margin-bottom: 9px; }
.notes-entry-heading { margin-top: 30px; }
.notes-entry-heading p { margin: 0; color: var(--muted); font-size: .9rem; }
.note-guidance { display: grid; grid-template-columns: minmax(130px, .7fr) 2fr; gap: 22px; margin: 18px 0 22px; padding: 18px; border: 1px solid #cfe0da; border-radius: 12px; background: #f4f9f7; }
.note-guidance p { margin: 0; color: var(--muted); font-size: .84rem; line-height: 1.45; }
.note-guidance ol { display: grid; gap: 11px; margin: 0; padding-left: 20px; }
.note-guidance li { padding-left: 4px; }
.note-guidance strong, .note-guidance span { display: block; }
.note-guidance span { margin-top: 2px; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.input-requirement { display: flex; justify-content: space-between; gap: 12px; margin: -3px 0 10px; color: var(--muted); font-size: .78rem; }
.input-requirement strong { color: var(--green); }
.composer-card textarea { width: 100%; border: 1px solid #bacac5; border-radius: 11px; padding: 16px; resize: vertical; font-size: 1rem; outline: none; }
.composer-card textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px #176b5b18; }
.composer-card textarea.invalid { border-color: var(--error); background: #fff9f8; box-shadow: 0 0 0 3px #a63e3818; }
.composer-card textarea.invalid:focus { border-color: var(--error); box-shadow: 0 0 0 3px #a63e3820; }
.notes-error { margin: 7px 0 0; }
.composer-footer { display: flex; align-items: center; justify-content: space-between; margin-top: 14px; color: var(--muted); font-size: .85rem; }
.composer-footer .ready { color: var(--green); font-weight: 700; }
.agreement-card { padding: 28px; margin-top: 34px; }
.agreement-card h2 { margin: 0; }
.agreement-gate { display: block; }
.agreement-intro { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start; margin-bottom: 20px; }
.agreement-intro p:last-child { margin: 6px 0 0; color: var(--muted); }
.agreement-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: #fff2d9; color: #976518; font-weight: 800; }
.agreement-document { height: min(46vh, 430px); overflow-y: auto; padding: 24px 26px; border: 1px solid #c6d3cf; border-radius: 12px; background: #fbfcfc; box-shadow: inset 0 2px 8px #18322e08; scroll-behavior: smooth; }
.agreement-document.incomplete { border-color: var(--error); background: #fff9f8; box-shadow: 0 0 0 2px #a63e3812; }
.agreement-document:focus { outline: 3px solid #176b5b20; border-color: var(--green); }
.agreement-document h2 { font-size: 1.65rem; margin: 0 0 14px; }
.agreement-document h3 { font-family: "DM Sans", sans-serif; font-size: 1rem; margin: 25px 0 8px; }
.agreement-document p { color: #405853; font-size: .92rem; line-height: 1.65; margin: 0 0 13px; }
.agreement-document hr { border: 0; border-top: 1px solid var(--line); margin: 24px 0; }
.agreement-required-copy { padding: 14px; border-radius: 9px; background: var(--mint); color: var(--ink) !important; }
.scroll-hint { margin: 8px 2px 20px; color: var(--muted); font-size: .82rem; }
.scroll-hint.invalid { color: var(--error); font-weight: 600; }
.agreement-confirmation { margin: 22px 0 0; }
.agreement-confirmation h3 { margin: 0; font-size: 1.05rem; }
.agreement-confirmation p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.agreement-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.agreement-fields label { font-weight: 700; }
.agreement-fields input { display: block; width: 100%; margin-top: 7px; padding: 12px 13px; border: 1px solid #bdccc7; border-radius: 9px; background: #fcfdfd; }
.agreement-fields input:focus { outline: 3px solid #176b5b18; border-color: var(--green); }
.agreement-fields input.invalid { border-color: var(--error); background: #fff9f8; }
.agreement-fields input.invalid:focus { outline-color: #a63e3820; }
.field-error { display: block; min-height: 1.35em; margin-top: 5px; color: var(--error); font-size: .78rem; font-weight: 600; }
.agreement-check { padding: 15px; border: 1px solid var(--line); border-radius: 10px; background: #f7faf9; }
.agreement-check:has(input:checked) { border-color: #8dbdb2; background: var(--mint); }
.agreement-check.invalid { border-color: var(--error); background: #fff9f8; }
.agreement-consent-error { margin: -14px 2px 15px; }
.agreement-submit { width: 100%; }
.check { display: flex; gap: 10px; align-items: flex-start; font-weight: 600; margin: 20px 0; }
.check input { margin-top: 6px; }
.loading-card { padding: 26px; margin-top: 34px; display: flex; align-items: center; gap: 18px; }
.loading-card p { color: var(--muted); margin: 3px 0; }
.privacy-loading h2 { margin: 2px 0 8px; }
.redaction-review { margin-top: 34px; padding: 28px; background: white; border: 1px solid #b9d6ce; border-radius: 16px; box-shadow: 0 12px 36px #23473f0a; }
.redaction-signoff-page { position: relative; margin-top: 0; padding: 38px; overflow: hidden; }
.redaction-success { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 22px; border-radius: 14px; background: var(--green); color: white; font-size: 1.35rem; font-weight: 800; box-shadow: 0 9px 24px #176b5b30; }
.redaction-review-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.redaction-review-heading h1 { max-width: 620px; margin: 0 0 14px; }
.redaction-review-heading h1:focus { outline: none; }
.redaction-review-heading p:last-child { margin: 0; color: var(--muted); }
.redaction-count { flex: 0 0 auto; padding: 5px 10px; border-radius: 999px; background: var(--mint); color: var(--green); font-size: .75rem; font-weight: 700; }
.redaction-summary { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 10px; margin: 0 0 26px; }
.redaction-summary p { margin: 0; color: var(--muted); }
.redaction-summary div { display: flex; gap: 10px; align-items: center; min-height: 52px; padding: 12px 14px; border: 1px solid #d8e6e2; border-radius: 10px; background: #f4f8f7; font-size: .86rem; font-weight: 700; }
.redaction-summary-check { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: #d9eee8; color: var(--green); font-size: .7rem; font-weight: 800; }
.anonymized-input-heading { display: flex; justify-content: space-between; gap: 16px; align-items: flex-end; margin-bottom: 9px; }
.anonymized-input-heading .kicker { margin-bottom: 2px; }
.anonymized-input-heading label { font-weight: 800; }
.anonymized-input-heading > span { color: var(--green); font-size: .78rem; font-weight: 700; }
.redaction-review textarea { width: 100%; min-height: 265px; padding: 18px; resize: vertical; border: 1px solid #8fb7ad; border-radius: 11px; background: #f9fbfa; color: var(--ink); font: inherit; line-height: 1.6; }
.redaction-warning { margin: 9px 0 0; color: #815f25; font-size: .82rem; font-weight: 600; }
.redaction-signoff { display: flex; gap: 13px; align-items: flex-start; margin-top: 22px; padding: 17px; border: 1px solid #b9d6ce; border-radius: 12px; background: #f5faf8; cursor: pointer; }
.redaction-signoff:has(input:checked) { border-color: var(--green); background: var(--mint); box-shadow: 0 0 0 3px #176b5b12; }
.redaction-signoff input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--green); }
.redaction-signoff span, .redaction-signoff small { display: block; }
.redaction-signoff small { margin-top: 3px; color: var(--muted); }
.redaction-actions { display: flex; justify-content: flex-end; gap: 12px; margin-top: 20px; }
.secondary { padding: 12px 17px; border: 1px solid #aebfba; border-radius: 10px; background: white; color: var(--ink); font-weight: 700; cursor: pointer; }
.secondary:hover { background: #f4f8f7; }
.spinner { width: 30px; height: 30px; border: 3px solid var(--mint); border-top-color: var(--green); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.research-loading { position: relative; overflow: hidden; min-height: 330px; margin-top: 34px; padding: 50px; display: grid; grid-template-columns: 190px minmax(0, 1fr); align-items: center; gap: 44px; border: 1px solid #cfe0da; border-radius: 20px; background: radial-gradient(circle at 12% 18%, #e4f4ef 0, transparent 36%), linear-gradient(145deg, #fff, #f4f9f7); box-shadow: 0 20px 55px #214b4114; }
.result-loading { margin-top: 34px; }
.research-loading::after { content: ""; position: absolute; inset: auto -80px -125px auto; width: 280px; height: 280px; border: 1px solid #176b5b12; border-radius: 50%; }
.processing-visual { position: relative; width: 170px; height: 170px; display: grid; place-items: center; }
.processing-core { z-index: 2; display: grid; place-items: center; width: 66px; height: 66px; border-radius: 21px; background: var(--green); color: white; font-family: "Newsreader", serif; font-size: 2.1rem; box-shadow: 0 12px 30px #176b5b42; animation: core-pulse 2.4s ease-in-out infinite; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid #64a897; }
.orbit::before, .orbit::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 6px #d9eee8; }
.orbit-one { inset: 10px; animation: orbit-spin 7s linear infinite; }
.orbit-one::before { left: 20px; top: 9px; }
.orbit-one::after { right: 8px; bottom: 28px; }
.orbit-two { inset: 32px; border-color: #a3cdc2; animation: orbit-spin 5s linear infinite reverse; }
.orbit-two::before { right: -5px; top: 48px; width: 8px; height: 8px; }
.orbit-two::after { display: none; }
.loading-copy { position: relative; z-index: 1; }
.loading-copy h2 { min-height: 2.1em; margin: 0 0 8px; font-size: clamp(1.8rem, 4vw, 2.5rem); }
.loading-message { min-height: 112px; opacity: 1; transform: translateY(0); transition: opacity .26s ease, transform .26s ease; }
.loading-message.is-changing { opacity: 0; transform: translateY(8px); }
.loading-message p { margin: 0; color: var(--muted); }
.progress-track { width: 100%; height: 5px; margin-top: 24px; overflow: hidden; border-radius: 999px; background: #dceae6; }
.progress-track span { display: block; width: 14%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #176b5b, #5aab98); transition: width 1.2s ease; }
.wait-note { margin: 12px 0 0; color: #7a8985; font-size: .8rem; }
@keyframes orbit-spin { to { transform: rotate(360deg); } }
@keyframes core-pulse { 50% { transform: scale(1.06); box-shadow: 0 16px 38px #176b5b52; } }

.result-shell { width: min(900px, calc(100% - 36px)); margin: 48px auto 80px; }
.back-link { color: var(--green); text-decoration: none; font-weight: 600; }
.result-heading { display: flex; justify-content: space-between; align-items: flex-end; margin: 38px 0 26px; }
.result-heading h1 { margin: 0; }
.result-intro { max-width: 610px; margin: 10px 0 0; color: var(--muted); }
.result-meta { display: flex; align-items: center; gap: 12px; }
.timestamp { color: var(--muted); font-size: .85rem; }
.focus-pill { font-size: .74rem; font-weight: 700; color: var(--green); background: var(--mint); padding: 5px 10px; border-radius: 20px; }
.result-grid { width: 100%; }
.brief-column { display: grid; gap: 20px; }
.summary-card { position: relative; overflow: hidden; background: linear-gradient(140deg, #123d35, #176b5b); color: white; border-radius: 18px; padding: 34px 36px; box-shadow: 0 18px 45px #123d3524; }
.summary-card::after { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid #ffffff1f; border-radius: 50%; right: -64px; top: -84px; }
.summary-card .section-label { color: #b9e7dc; }
.summary-text { font-family: "Newsreader", serif; font-size: clamp(1.45rem, 2.6vw, 2rem); line-height: 1.35; letter-spacing: -.01em; margin: 0; max-width: 760px; }
.report-card { padding: 30px; }
.section-heading { display: flex; gap: 15px; align-items: flex-start; margin-bottom: 22px; }
.section-heading h2 { font-size: 1.55rem; margin: 0; }
.section-label { font-size: .67rem; letter-spacing: .14em; font-weight: 800; margin-bottom: 4px; }
.section-number { display: grid; place-items: center; min-width: 34px; height: 34px; border-radius: 10px; background: var(--mint); color: var(--green); font-size: .72rem; font-weight: 800; }
.brief-list { list-style: none; margin: 0; padding: 0; }
.brief-list li { position: relative; padding: 0 0 16px 24px; margin-bottom: 16px; border-bottom: 1px solid #edf1ef; line-height: 1.65; }
.brief-list li:last-child { border: 0; margin: 0; padding-bottom: 0; }
.brief-list li::before { content: ""; position: absolute; left: 2px; top: .68em; width: 7px; height: 7px; border-radius: 50%; background: #4c9d8c; }
.evidence-list li { font-size: 1.02rem; }
.brief-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.limitation-card { background: #fffdf8; border-color: #eee6d7; }
.limitation-card .section-number { background: #f7edd9; color: #8e672c; }
.side-card { padding: 22px; margin-bottom: 18px; }
.references-card { background: white; border: 1px solid var(--line); border-radius: 16px; padding: 26px 30px; box-shadow: 0 12px 36px #23473f0a; }
.side-title { display: flex; justify-content: space-between; align-items: center; font-family: "Newsreader", serif; font-size: 1.35rem; margin-bottom: 18px; }
.source-count { font-family: "DM Sans", sans-serif; font-size: .7rem; font-weight: 700; color: var(--green); background: var(--mint); padding: 4px 8px; border-radius: 20px; }
.source-list { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 34px; padding-left: 20px; margin-bottom: 0; }
.source-list li { margin-bottom: 16px; }
.source-list a { display: block; color: var(--ink); font-weight: 700; text-decoration: none; line-height: 1.35; }
.source-list a:hover { color: var(--green); }
.source-list span { display: block; color: var(--muted); font-size: .78rem; margin-top: 3px; }
.inline-citation { margin-left: 3px; font-family: "DM Sans", sans-serif; font-size: .62em; vertical-align: super; line-height: 0; }
.inline-citation a { display: inline-grid; place-items: center; min-width: 1.55em; height: 1.55em; padding: 0 .3em; border-radius: 999px; background: #cce9e0; color: #0d5a4c; font-weight: 800; text-decoration: none; }
.summary-card .inline-citation a { background: #d7f2e9; color: #104f44; }
.inline-citation a:hover { background: #a9d9cb; }
.feedback-card { margin-top: 30px; padding: 28px 32px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; }
.feedback-card h2 { margin: 0 0 8px; }
.feedback-card p { color: var(--muted); }
.feedback-card label { margin: 0 0 16px; }
.feedback-card form { min-width: 0; }

@media (max-width: 900px) {
  .brief-pair { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .login-shell { grid-template-columns: 1fr; }
  .brand-panel { min-height: 38vh; padding: 28px; }
  .brand-copy { margin: auto 0; }
  .confidentiality { display: none; }
  .login-panel { padding: 42px 24px; }
  .feedback-card { grid-template-columns: 1fr; }
  .result-heading { display: block; }
  .result-meta { margin-top: 8px; flex-wrap: wrap; }
  .app-header { padding: 0 18px; }
  .brand img { height: 28px; }
  .content-shell { margin-top: 44px; }
  .not-researchable-card { padding: 28px 24px; }
  .recovery-card { padding: 28px 24px; }
  .pilot-pill { display: none; }
  .summary-card { padding: 26px; }
  .report-card { padding: 24px; }
  .focus-options, .source-list { grid-template-columns: 1fr; }
  .agreement-fields { grid-template-columns: 1fr; }
  .agreement-card { padding: 20px; }
  .agreement-document { padding: 20px; }
  .input-requirement { display: grid; gap: 2px; }
  .note-guidance { grid-template-columns: 1fr; gap: 12px; }
  .research-loading { min-height: 430px; padding: 34px 24px; grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .redaction-review-heading { display: block; }
  .redaction-count { display: inline-block; margin-top: 12px; }
  .redaction-signoff-page { padding: 24px 20px; }
  .anonymized-input-heading { display: block; }
  .anonymized-input-heading > span { display: block; margin-top: 4px; }
  .redaction-summary { grid-template-columns: 1fr; }
  .redaction-actions { display: grid; }
  .processing-visual { width: 150px; height: 150px; margin: 0 auto; }
  .loading-message { min-height: 130px; }
}

@media (prefers-reduced-motion: reduce) {
  .orbit, .processing-core, .spinner { animation: none; }
  .loading-message, .progress-track span { transition: none; }
}
