:root {
  color-scheme: light;
  --canvas: #f8fafd;
  --surface: #ffffff;
  --ink: #202124;
  --muted: #5f6368;
  --line: #dadce0;
  --line-soft: #e8eaed;
  --blue: #0b57d0;
  --blue-hover: #0842a0;
  --blue-soft: #e8f0fe;
  --selected: #d3e3fd;
  --green: #137333;
  --green-soft: #e6f4ea;
  --amber: #8a4b00;
  --amber-soft: #fef7e0;
  --red: #b3261e;
  --red-soft: #fce8e6;
  font-family: Arial, "Segoe UI", sans-serif;
  font-size: 14px;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; background: var(--canvas); color: var(--ink); line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .48; }
a { color: var(--blue); text-underline-offset: 3px; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(26px, 2.5vw, 32px); line-height: 1.25; font-weight: 400; letter-spacing: -.5px; }
h2 { font-size: 20px; line-height: 1.35; font-weight: 400; }
h3 { font-size: 14px; font-weight: 600; }
.icon { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 12px 20px; background: var(--surface); border: 2px solid var(--blue); border-radius: 4px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.topbar { height: 64px; display: flex; align-items: center; gap: 16px; padding: 0 24px 0 16px; background: var(--canvas); border-bottom: 1px solid var(--line-soft); position: sticky; top: 0; z-index: 30; }
.icon-button { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 8px; border: 0; border-radius: 50%; color: var(--muted); background: transparent; flex-shrink: 0; }
.icon-button:hover { background: var(--line-soft); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); white-space: nowrap; }
.brand-mark { width: 32px; height: 32px; color: var(--blue); }
.brand-name { font-size: 22px; letter-spacing: -.5px; font-weight: 500; }
.brand-subtitle { padding-left: 16px; border-left: 1px solid var(--line); color: var(--muted); font-size: 15px; }
.topbar-end { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.environment-label { color: var(--muted); font-size: 12px; border: 1px solid var(--line); border-radius: 4px; padding: 3px 8px; }
.account-shortcut { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--selected); color: #174ea6; font-size: 13px; font-weight: 600; text-decoration: none; }
.app-shell { display: grid; grid-template-columns: 232px minmax(0, 1fr); min-height: calc(100vh - 64px); }
.sidebar { padding: 24px 12px 16px; position: sticky; top: 64px; height: calc(100vh - 64px); display: flex; flex-direction: column; overflow-y: auto; background: var(--canvas); }
.sidebar-label { color: var(--muted); font-size: 12px; font-weight: 500; padding: 0 16px; margin-bottom: 12px; }
.sidebar nav { display: grid; gap: 4px; }
.nav-link { display: flex; align-items: center; gap: 14px; min-height: 44px; padding: 10px 16px; border-radius: 24px; text-decoration: none; color: #444746; font-size: 14px; }
.nav-link:hover { background: #edf0f5; }
.nav-link[aria-current="location"] { background: var(--selected); color: #001d35; font-weight: 600; }
.nav-link[aria-current="location"] .icon { color: #174ea6; }
.nav-divider { border: 0; border-top: 1px solid var(--line-soft); margin: 16px 12px; }
.sidebar-note { margin-top: auto; padding: 32px 16px 20px; color: var(--muted); font-size: 12px; }
.sidebar-note strong { display: block; color: #444746; font-weight: 500; margin-bottom: 6px; }
.sidebar-footer { border-top: 1px solid var(--line-soft); margin: 0 16px; padding-top: 16px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--muted); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #80868b; display: inline-block; flex-shrink: 0; }
.status-dot.teal { background: var(--green); }
.status-dot.error { background: var(--red); }
main { padding: 32px clamp(20px, 3vw, 48px); width: 100%; max-width: 1600px; min-width: 0; margin: 0 auto; }
.page-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.eyebrow { font-size: 12px; font-weight: 500; color: var(--muted); letter-spacing: .15px; }
.page-header .eyebrow { margin-bottom: 8px; }
.page-subtitle { margin-top: 8px; color: var(--muted); font-size: 14px; }
.header-badge { display: flex; align-items: center; gap: 8px; flex-shrink: 0; color: var(--muted); font-size: 12px; }
.simulation-notice { background: #edf3fe; color: #3c4043; border-radius: 8px; margin-bottom: 24px; font-size: 13px; }
.simulation-notice > summary { display: flex; align-items: center; gap: 12px; list-style: none; padding: 14px 16px; color: inherit; font: inherit; cursor: pointer; }
.simulation-notice > summary::-webkit-details-marker { display: none; }
.simulation-notice > summary > .icon { color: var(--blue); }
.simulation-notice strong { font-weight: 600; }
.notice-chevron { margin-left: auto; }
.simulation-notice[open] .notice-chevron { transform: rotate(180deg); }
.simulation-notice p { padding: 0 48px 16px; color: #454a50; max-width: 1100px; }
.connection-card { border: 1px solid var(--line); border-radius: 12px; background: var(--surface); padding: 24px; margin-bottom: 24px; display: grid; grid-template-columns: minmax(180px, 1fr) minmax(0, 2fr); align-items: center; gap: 16px 24px; }
.connection-intro h2 { font-size: 16px; font-weight: 500; }
.connection-intro p { color: var(--muted); font-size: 13px; margin-top: 4px; }
.connection-form { display: flex; gap: 12px; align-items: flex-end; flex-wrap: wrap; }
.key-field { flex: 1 1 160px; min-width: 0; }
.key-field label { display: block; font-size: 13px; margin-bottom: 6px; color: #3c4043; }
.connection-status { grid-column: 1 / -1; color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
body[data-authenticated="true"] .connection-intro { display: none; }
body[data-authenticated="true"] .connection-card { grid-template-columns: minmax(0, 1fr); padding: 12px 16px; gap: 8px; margin-bottom: 20px; }
p[role="status"]:empty, .action-status:empty, .field-help:empty, #policy-summary:empty { display: none; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 1px solid transparent; border-radius: 20px; min-height: 40px; padding: 9px 20px; font-size: 14px; font-weight: 500; line-height: 20px; white-space: nowrap; transition: background-color .12s; }
.button.primary, .button.dark { background: var(--blue); color: #fff; }
.button.primary:hover:not(:disabled), .button.dark:hover:not(:disabled) { background: var(--blue-hover); }
.button.subtle { background: var(--surface); color: var(--blue); border-color: var(--line); }
.button.subtle:hover:not(:disabled) { background: #f0f5ff; border-color: #a6b9da; }
.button:active:not(:disabled) { transform: none; }
.workspace-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.panel { min-width: 0; border: 1px solid var(--line); border-radius: 12px; padding: 24px; background: var(--surface); }
.panel-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.panel-heading .eyebrow { margin-bottom: 6px; }
.section-description { color: var(--muted); margin-top: 8px; font-size: 13px; }
.tag { display: inline-flex; align-items: center; width: fit-content; max-width: 100%; border-radius: 4px; padding: 3px 8px; font-size: 11px; font-weight: 500; line-height: 18px; overflow-wrap: anywhere; }
.tag.orange { background: var(--amber-soft); color: var(--amber); }
.tag.neutral { background: #f1f3f4; color: #5f6368; }
.tag.success { background: var(--green-soft); color: var(--green); }
.tag.danger { background: var(--red-soft); color: var(--red); }
.scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 16px 0; }
.scenario { display: flex; align-items: center; justify-content: center; text-align: center; padding: 8px 12px; min-height: 40px; min-width: 0; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); color: var(--ink); }
.scenario:hover { background: #f8fafd; }
.scenario.selected { border-color: var(--blue); background: var(--blue-soft); }
.scenario-index { color: var(--muted); font-size: 11px; }
.scenario strong { font-size: 13px; font-weight: 500; }
.scenario > span:last-child { color: var(--blue); font-size: 11px; margin-top: auto; }
.field { margin-bottom: 16px; min-width: 0; }
.field > label { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 4px 8px; margin-bottom: 6px; color: #3c4043; font-size: 13px; }
.label-note { color: var(--muted); font-size: 11px; }
input:not([type="checkbox"]), select, textarea { width: 100%; min-height: 44px; padding: 11px 12px; border: 1px solid #9aa0a6; border-radius: 4px; background: var(--surface); color: var(--ink); font-size: 14px; line-height: 20px; }
input:not([type="checkbox"]):hover, select:hover, textarea:hover { border-color: #5f6368; }
input:not([type="checkbox"]):focus, select:focus, textarea:focus { outline: 2px solid var(--blue); outline-offset: -2px; border-color: var(--blue); }
input::placeholder, textarea::placeholder { color: #747775; }
input:disabled, select:disabled { background: #f1f3f4; border-color: var(--line); color: var(--muted); }
textarea { resize: vertical; min-height: 170px; line-height: 1.6; }
.field-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; }
.provider-details { margin: 12px 0 0; padding: 12px; border-radius: 4px; background: #f8f9fa; display: flex; flex-wrap: wrap; gap: 6px; }
.provider-details p { width: 100%; color: var(--muted); font-size: 12px; overflow-wrap: anywhere; }
.field-help { color: var(--muted); font-size: 12px; margin-top: 8px; overflow-wrap: anywhere; }
#evaluation-form > .field-help { margin-bottom: 16px; }
.check-row { display: flex; gap: 12px; align-items: flex-start; padding: 8px 0; font-size: 13px; min-height: 40px; cursor: pointer; }
.check-row input { width: 18px; height: 18px; accent-color: var(--blue); margin: 1px 0 0; flex-shrink: 0; }
.confirmation { color: #3c4043; }
.evaluate-button { margin-top: 16px; min-width: 176px; }
#evaluation-status { margin-top: 12px; }
#provider-options { margin: 0 0 16px; padding-top: 0; border-top: 0; }
.evidence-panel { min-height: 440px; }
.empty-state { min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 32px 16px; }
.empty-state h3 { font-size: 18px; font-weight: 400; margin-top: 24px; }
.empty-state p { max-width: 310px; margin-top: 8px; font-size: 13px; color: var(--muted); }
.evidence-symbol { width: 56px; height: 64px; border: 2px solid #a8c7fa; border-radius: 6px; background: #f0f5ff; padding: 14px 10px; }
.evidence-symbol span { height: 2px; background: #669df6; display: block; margin: 7px 0; }
.evidence-symbol span:last-child { width: 60%; }
.decision-banner { margin: 24px 0; padding: 16px; border-radius: 8px; display: flex; align-items: center; justify-content: space-between; gap: 16px; background: #f1f3f4; }
.decision-banner.allow { background: var(--green-soft); color: var(--green); }
.decision-banner.deny { background: var(--red-soft); color: var(--red); }
.decision-banner.review_required { background: var(--amber-soft); color: var(--amber); }
.decision-banner h3 { font-size: 24px; line-height: 1.25; font-weight: 400; text-transform: capitalize; }
.decision-banner .eyebrow { font-size: 11px; color: inherit; }
.decision-banner > span { font-size: 12px; max-width: 150px; color: inherit; overflow-wrap: anywhere; }
.metadata { display: grid; gap: 8px; margin: 0; }
.metadata > div { display: grid; grid-template-columns: 94px minmax(0, 1fr); gap: 12px; font-size: 12px; }
dt { color: var(--muted); }
dd { margin: 0; overflow-wrap: anywhere; }
.mono, code, pre { font-family: "Consolas", "Roboto Mono", monospace; }
.evidence-section { border-top: 1px solid var(--line-soft); margin-top: 24px; padding-top: 20px; }
.evidence-list { padding-left: 18px; margin: 12px 0 0; font-size: 13px; overflow-wrap: anywhere; }
.evidence-list li { padding: 4px 0; }
.section-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.risk-summary { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px 16px; align-items: center; margin-top: 16px; }
.risk-summary > strong { font-size: 36px; font-weight: 400; line-height: 1.15; font-variant-numeric: tabular-nums; }
.risk-summary > span { font-size: 12px; color: var(--muted); }
.risk-method { display: block; font-size: 11px; overflow-wrap: anywhere; }
progress { appearance: none; border: 0; height: 6px; border-radius: 0; overflow: hidden; background: #e8eaed; accent-color: var(--blue); }
progress::-webkit-progress-bar { background: #e8eaed; }
progress::-webkit-progress-value { background: var(--blue); }
progress::-moz-progress-bar { background: var(--blue); }
.risk-summary progress { grid-column: 1 / -1; width: 100%; margin-top: 8px; }
.contributions { display: grid; gap: 16px; margin-top: 20px; }
.contribution { display: grid; grid-template-columns: minmax(0, 1fr) 72px 58px; gap: 12px; align-items: center; }
.contribution-label { font-size: 12px; color: #3c4043; overflow-wrap: anywhere; }
.contribution progress { width: 100%; height: 5px; }
.contribution.positive progress::-webkit-progress-value { background: #b06000; }
.contribution.positive progress::-moz-progress-bar { background: #b06000; }
.contribution-number { min-width: 0; font-family: Consolas, monospace; font-size: 12px; text-align: right; }
.chart-note { font-size: 11px; color: var(--muted); margin-top: 16px; }
.disclaimer { font-size: 12px; color: var(--muted); margin-top: 12px; overflow-wrap: anywhere; }
.technical-details { border-top: 1px solid var(--line-soft); padding-top: 12px; margin-top: 16px; }
.technical-details > .metadata { margin-top: 12px; }
#audit-verification-details { margin-bottom: 20px; }
.control-list { display: flex; flex-wrap: wrap; gap: 6px; list-style: none; padding: 0; margin: 12px 0 0; }
.control-list li { border: 1px solid var(--line); border-radius: 4px; padding: 4px 8px; color: #3c4043; font-size: 11px; overflow-wrap: anywhere; max-width: 100%; }
.output-block { white-space: pre-wrap; overflow-wrap: anywhere; font-size: 12px; line-height: 1.7; padding: 16px; border: 1px solid var(--line-soft); border-radius: 4px; margin: 12px 0 0; background: #f8f9fa; max-height: 300px; overflow: auto; }
.hash-block { display: grid; gap: 8px; margin-top: 24px; padding: 16px 0 0; border-top: 1px solid var(--line-soft); color: var(--muted); }
.hash-block code { font-size: 11px; overflow-wrap: anywhere; }
.section-panel, .audit-panel { margin-top: 24px; }
#password-section { margin: 0 0 24px; }
.audit-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.audit-note { font-size: 12px; color: var(--muted); margin: 12px 0 20px; max-width: 960px; }
.audit-summary { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; border-top: 1px solid var(--line-soft); padding-top: 16px; margin-top: 24px; }
.audit-summary p, .action-status { font-size: 12px; color: var(--muted); overflow-wrap: anywhere; }
.action-status:not(:empty) { margin-top: 12px; margin-bottom: 12px; }
.audit-empty { padding: 32px 16px; text-align: center; font-size: 13px; color: var(--muted); border: 1px solid var(--line-soft); border-radius: 4px; background: #f8f9fa; }
.table-scroll { overflow-x: auto; margin: 0 -24px -24px; border-radius: 0 0 12px 12px; }
table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; font-size: 12px; }
th { padding: 14px 24px; font-size: 12px; font-weight: 500; color: #3c4043; background: #f8f9fa; border-top: 1px solid var(--line-soft); }
td { padding: 16px 24px; border-top: 1px solid var(--line-soft); vertical-align: top; overflow-wrap: anywhere; }
tbody tr:hover { background: #f8fafd; }
td:first-child { width: 80px; color: var(--muted); }
td:nth-child(2) { max-width: 250px; }
td:last-child { width: 42%; }
summary { font-size: 13px; color: var(--blue); cursor: pointer; overflow-wrap: anywhere; }
details pre { max-width: 520px; max-height: 320px; }
.compact-form { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.compact-form .field { flex: 1 1 180px; margin-bottom: 0; }
.record-list { display: grid; margin-top: 20px; border-top: 1px solid var(--line-soft); }
.record-card { padding: 20px 0; border-bottom: 1px solid var(--line-soft); min-width: 0; overflow-wrap: anywhere; }
.record-card:last-child { border-bottom: 0; padding-bottom: 0; }
.record-card > .tag { margin-top: 6px; }
.older-requests { border-top: 1px solid var(--line-soft); padding-top: 16px; margin-top: 16px; }
.record-card h3 { font-size: 14px; font-weight: 500; }
.record-card .button { margin: 12px 8px 0 0; }
.record-card > label { display: block; font-size: 13px; margin: 16px 0 6px; }
.record-card details pre { max-width: none; }
.account-row { display: grid; grid-template-columns: minmax(0, 2fr) minmax(120px, 1fr) auto auto; gap: 20px; align-items: center; }
.account-row > label { display: flex; margin: 0; }
.account-row .button { margin: 0; }
.status-grid { margin-top: 24px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 32px; }
.status-grid > div { grid-template-columns: minmax(120px, 1fr) minmax(0, 1fr); padding: 14px 0; border-bottom: 1px solid var(--line-soft); font-size: 13px; }
.page-footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; padding-top: 24px; font-size: 11px; color: var(--muted); }
.page-footer > span:first-child > span { padding: 0 8px; }
.error { color: var(--red) !important; }
#session-controls { align-items: center; justify-content: flex-end; }
#session-user { font-size: 13px; overflow-wrap: anywhere; margin-right: auto; }
.nav-scrim { position: fixed; inset: 64px 0 0; background: #20212466; border: 0; padding: 0; z-index: 35; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; padding: 0; margin: -1px; border: 0; }
body[data-authenticated="false"] .sidebar, body[data-authenticated="false"] #nav-toggle { display: none; }
body[data-authenticated="false"] .app-shell { grid-template-columns: minmax(0, 1fr); }
body[data-authenticated="false"] main { max-width: 1000px; padding-top: 64px; }
body[data-authenticated="false"] .connection-card { padding: 40px; min-height: 280px; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 32px; align-items: start; }
body[data-authenticated="false"] .connection-intro h2 { font-size: 28px; font-weight: 400; }
body[data-authenticated="false"] .connection-intro p { margin-top: 12px; max-width: 260px; font-size: 14px; }
body[data-authenticated="false"] .connection-form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 20px; }
body[data-authenticated="false"] #login-button { justify-self: end; min-width: 100px; }
body.nav-collapsed .app-shell { grid-template-columns: minmax(0, 1fr); }
body.nav-collapsed .sidebar { display: none; }
body.nav-open { overflow: hidden; }
@media (min-width: 1600px) { main { padding-top: 40px; } }
@media (max-width: 1200px) {
  .app-shell { grid-template-columns: 208px minmax(0, 1fr); }
  main { padding: 24px; }
  .workspace-grid { gap: 16px; }
  .panel { padding: 20px; }
  .table-scroll { margin: 0 -20px -20px; }
  .connection-card { grid-template-columns: minmax(0, 1fr); }
  #session-controls { justify-content: flex-start; }
  .scenario { padding: 10px 8px; }
  .account-row { grid-template-columns: minmax(0, 2fr) minmax(100px, 1fr); }
}
@media (max-width: 960px) {
  .app-shell { grid-template-columns: minmax(0, 1fr); }
  .sidebar { display: none; position: fixed; top: 64px; left: 0; width: 272px; height: calc(100dvh - 64px); z-index: 40; border-right: 1px solid var(--line); }
  body.nav-open .sidebar { display: flex; }
  .workspace-grid { gap: 20px; }
  .header-badge { display: none; }
  .brand-subtitle { font-size: 14px; }
}
@media (max-width: 840px) {
  .workspace-grid { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 720px) {
  main { padding: 24px 16px; }
  .topbar { gap: 8px; padding: 0 16px 0 8px; }
  .topbar-end { gap: 10px; }
  .brand { gap: 8px; }
  .brand-subtitle { display: none; }
  .brand-name { font-size: 20px; }
  .workspace-grid { grid-template-columns: minmax(0, 1fr); }
  .panel { padding: 20px 16px; border-radius: 8px; }
  .table-scroll { margin: 0 -16px -20px; border-radius: 0 0 8px 8px; }
  .page-subtitle { font-size: 13px; }
  .page-header { margin-bottom: 20px; }
  .connection-card { padding: 20px 16px; border-radius: 8px; }
  .simulation-notice > summary { gap: 8px; align-items: flex-start; font-size: 12px; }
  .simulation-notice p { padding-left: 16px; padding-right: 16px; font-size: 12px; }
  .notice-subtitle { display: none; }
  .scenario { padding: 8px; min-height: 44px; }
  .scenario strong { font-size: 12px; }
  .field-row { gap: 12px; }
  input:not([type="checkbox"]), select, textarea { font-size: 16px; }
  .button { min-height: 44px; padding-left: 16px; padding-right: 16px; }
  .evaluate-button { width: 100%; }
  .check-row { min-height: 44px; align-items: center; }
  .evidence-panel { min-height: 320px; }
  .empty-state { min-height: 260px; }
  .compact-form { display: grid; grid-template-columns: minmax(0, 1fr); }
  .status-grid { grid-template-columns: minmax(0, 1fr); }
  .audit-heading { align-items: flex-start; }
  .audit-actions { gap: 8px; }
  #session-user { width: 100%; flex-basis: 100%; }
  .account-row { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .account-row .button { justify-self: start; }
  body[data-authenticated="false"] main { padding-top: 32px; }
  body[data-authenticated="false"] .connection-card { grid-template-columns: minmax(0, 1fr); min-height: 0; padding: 24px; gap: 24px; }
  body[data-authenticated="false"] .connection-intro p { max-width: none; }
}
@media (max-width: 380px) {
  .environment-label { display: none; }
  .field-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .decision-banner { align-items: flex-start; flex-direction: column; gap: 8px; }
  .contribution { grid-template-columns: minmax(0, 1fr) 48px 56px; gap: 8px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
