:root {
  --text: #202124;
  --muted: #5f6368;
  --subtle: #80868b;
  --line: #d9dce1;
  --line-strong: #c5c9cf;
  --surface: #ffffff;
  --surface-soft: #f8f9fa;
  --canvas: #f5f7f9;
  --blue: #0b57d0;
  --blue-soft: #e8f0fe;
  --green: #188038;
  --green-soft: #e6f4ea;
  --red: #b3261e;
  --shadow: 0 12px 32px rgba(32, 33, 36, .1);
  --system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--surface); font-family: var(--system); font-style: normal; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid rgba(11, 87, 208, .22); outline-offset: 2px; }

.topbar { height: 64px; padding: 0 clamp(20px, 5vw, 72px); display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid #eceff2; background: rgba(255,255,255,.92); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 30; }
.wordmark, .footer-wordmark { display: flex; align-items: baseline; gap: 9px; white-space: nowrap; }
.wordmark strong, .footer-wordmark strong { font-size: 17px; letter-spacing: -.02em; }
.trademark { font-size: .55em; line-height: 0; vertical-align: super; font-weight: 400; letter-spacing: 0; margin-left: 1px; }
.wordmark span, .footer-wordmark span { color: var(--muted); font-size: 11px; }
nav { display: flex; gap: 28px; margin-left: auto; font-size: 13px; color: var(--muted); }
nav a { padding: 8px 0; }
nav a:hover { color: var(--text); }
.runtime-badge { color: var(--muted); font-size: 11px; white-space: nowrap; }

.hero { max-width: 1240px; min-height: 620px; margin: auto; padding: 96px clamp(24px, 5vw, 64px) 88px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); align-items: center; gap: clamp(48px, 8vw, 120px); }
.hero-copy-block { max-width: 710px; }
.kicker { color: var(--blue); font-size: 11px; line-height: 1.2; font-weight: 700; letter-spacing: .075em; text-transform: uppercase; }
.hero h1 { margin: 18px 0 22px; font-size: clamp(48px, 6vw, 76px); line-height: 1.02; letter-spacing: -.052em; font-weight: 650; }
.hero-copy { max-width: 640px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.55vw, 20px); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 32px 0 34px; }
.button { min-height: 42px; border: 1px solid var(--line-strong); border-radius: 8px; padding: 0 17px; display: inline-flex; align-items: center; justify-content: center; background: var(--surface); color: var(--text); cursor: pointer; font-size: 13px; font-weight: 600; }
.button:hover { background: var(--surface-soft); }
.button.primary { border-color: var(--blue); background: var(--blue); color: white; }
.button.primary:hover { background: #0847ad; }
.hero-principle { margin: 0; color: var(--muted); font-size: 12px; }
.hero-principle strong { color: var(--text); font-weight: 700; }

.workflow-card { border: 1px solid var(--line); border-radius: 16px; background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.workflow-head { height: 48px; padding: 0 16px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 600; }
.workflow-input { margin: 16px; padding: 12px; display: grid; gap: 13px; border: 1px solid var(--line); border-radius: 10px; }
.workflow-input .receipt-scan { width: 100%; height: 220px; position: relative; overflow: hidden; border: 1px solid #e2e5e8; border-radius: 6px; background: #d8d2c5; }
.workflow-input .receipt-scan img { width: 180%; height: auto; position: absolute; top: -2%; left: -40%; display: block; }
.workflow-input .receipt-scan > span { height: 2px; position: absolute; top: 4px; right: 3px; left: 3px; background: #1ea362; box-shadow: 0 0 5px rgba(30,163,98,.8), 0 2px 8px rgba(30,163,98,.35); animation: receipt-scan 2.8s ease-in-out infinite; }
.workflow-input-copy { padding: 1px 2px 2px; display: grid; gap: 5px; }
.workflow-input small, .workflow-output small { color: var(--subtle); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.workflow-input strong { font-size: 14px; }
.workflow-input-copy span { color: var(--muted); font-size: 11px; }
@keyframes receipt-scan { 0%, 8% { top: 4px; opacity: 0; } 16% { opacity: 1; } 82% { top: calc(100% - 6px); opacity: 1; } 92%, 100% { top: calc(100% - 6px); opacity: 0; } }
.flow-line { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 9px; margin: 0 28px; color: var(--blue); font: 600 9px/1 var(--mono); }
.flow-line span { height: 1px; background: #c9d8f3; }
.workflow-output { margin: 16px; padding: 16px; display: grid; gap: 7px; background: var(--blue-soft); border-radius: 10px; }
.workflow-output strong { color: #174ea6; font-size: 17px; }
.mini-bars { height: 30px; margin-top: 4px; display: flex; align-items: end; gap: 5px; }
.mini-bars span { width: 13%; background: #8ab4f8; border-radius: 2px 2px 0 0; }
.mini-bars span:nth-child(1) { height: 35%; }.mini-bars span:nth-child(2) { height: 72%; }.mini-bars span:nth-child(3) { height: 52%; }.mini-bars span:nth-child(4) { height: 88%; }.mini-bars span:nth-child(5) { height: 64%; }

.workbook-section { padding: 84px clamp(14px, 3vw, 48px) 100px; background: var(--canvas); border-top: 1px solid #eceff2; }
.section-heading { max-width: 1500px; margin: 0 auto 24px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.section-heading h2, .how h2, .sovereign h2 { margin: 9px 0 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; font-weight: 640; }
.heading-meta { display: flex; gap: 18px; color: var(--muted); font-size: 12px; }
.app-shell { max-width: 1500px; margin: auto; overflow: hidden; background: var(--surface); border: 1px solid var(--line-strong); border-radius: 12px; box-shadow: 0 8px 24px rgba(32,33,36,.08); }
.app-toolbar, .formula-row, .statusbar, .menu-row { display: flex; align-items: center; }
.app-toolbar { min-height: 64px; padding: 9px 14px; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--line); }
.file-title > div { display: grid; gap: 3px; }
.file-title strong { font-size: 14px; }
.file-title span { color: var(--muted); font-size: 10px; }
.toolbar-actions { display: flex; align-items: center; gap: 8px; }
.tool-button, .run-button { height: 36px; border-radius: 7px; padding: 0 13px; border: 1px solid var(--line); background: white; color: var(--text); cursor: pointer; font-size: 11px; font-weight: 600; }
.tool-button:hover { background: var(--surface-soft); }
.tool-button.quiet { color: var(--muted); }
.run-button { border-color: var(--blue); background: var(--blue); color: white; }
.run-button:hover { background: #0847ad; }
.placement-control { height: 36px; min-width: 148px; padding: 0 11px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 7px; }
.placement-control div { display: grid; gap: 1px; }
.placement-control small { color: var(--subtle); font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.placement-control strong { font-size: 10px; }
.menu-row { min-height: 34px; padding: 0 10px; gap: 2px; border-bottom: 1px solid var(--line); background: #fbfcfd; }
.menu-row button { height: 27px; padding: 0 8px; border: 0; border-radius: 5px; background: transparent; color: var(--muted); cursor: pointer; font-size: 11px; }
.menu-row button:hover { color: var(--text); background: #edf0f3; }
.menu-separator { width: 1px; height: 18px; margin: 0 5px; background: var(--line); }
.menu-row .menu-action { color: var(--blue); font-weight: 600; }

.formula-row { min-height: 48px; padding: 6px 12px; gap: 10px; border-bottom: 1px solid var(--line-strong); background: white; }
.cell-address { width: 50px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--text); background: var(--surface-soft); font: 600 11px/1 var(--mono); }
.fx { width: 24px; color: var(--blue); font: 700 12px/1 var(--mono); text-transform: lowercase; }
.formula-row input { flex: 1; height: 32px; min-width: 0; padding: 0 10px; border: 1px solid transparent; border-radius: 5px; background: white; color: #1f1f1f; outline: 0; font: 500 12px/1 var(--mono); }
.formula-row input:hover { border-color: var(--line); }
.formula-row input:focus { border-color: var(--blue); box-shadow: 0 0 0 2px rgba(11,87,208,.12); }
.formula-state { color: var(--muted); font-size: 10px; font-weight: 600; }
.formula-state.running { color: #b06000; }.formula-state.error { color: var(--red); }

.workspace { display: grid; grid-template-columns: minmax(0, 1fr) 300px; height: 560px; }
.sheet-wrap { min-width: 0; overflow: hidden; border-right: 1px solid var(--line-strong); display: flex; flex-direction: column; }
.sheet { flex: 1; overflow: auto; display: grid; grid-template-columns: 46px repeat(6, minmax(150px, 1fr)); grid-template-rows: 32px repeat(14, 48px); background: var(--line); gap: 1px; }
.grid-cell { min-width: 0; margin: 0; padding: 8px 10px; position: relative; overflow: hidden; border: 0; background: white; color: var(--text); cursor: default; text-align: left; font-size: 11px; }
button.grid-cell { cursor: cell; }
.grid-cell.col-head, .grid-cell.row-head, .grid-cell.corner { padding: 0; display: grid; place-items: center; background: #f1f3f4; color: #62676c; font-size: 10px; font-weight: 600; }
.grid-cell.col-head.active-head, .grid-cell.row-head.active-head { background: #dbe8fc; color: #174ea6; }
.grid-cell.header-cell { display: flex; align-items: center; background: #f8f9fa; color: #3c4043; font-size: 10px; font-weight: 650; letter-spacing: .015em; }
.grid-cell.data-cell { display: flex; flex-direction: column; justify-content: center; gap: 4px; }
.grid-cell.data-cell b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: 600; }
.grid-cell.data-cell small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font: 500 9px/1.2 var(--mono); }
.grid-cell.formula-cell { background: #f8fbff; }
.grid-cell.error-cell { background: #fffafa; color: #7a3e39; box-shadow: inset 3px 0 #d8a5a0; }
.grid-cell.error-cell small { color: #765c59; }
.grid-cell.selected { z-index: 2; outline: 2px solid var(--blue); outline-offset: -2px; }
.grid-cell.selected::after { content: ""; position: absolute; right: -1px; bottom: -1px; width: 6px; height: 6px; border: 1px solid white; background: var(--blue); }
.sheet-tabs { height: 40px; padding-left: 46px; display: flex; align-items: stretch; border-top: 1px solid var(--line); background: #f8f9fa; }
.sheet-tabs button { padding: 0 16px; border: 0; border-right: 1px solid #eaedf0; background: transparent; color: var(--muted); cursor: pointer; font-size: 10px; }
.sheet-tabs button.active { background: white; color: var(--blue); border-top: 2px solid var(--blue); font-weight: 650; }
.sheet-tabs button.plus { font-size: 16px; }

.inspector { min-width: 0; overflow: auto; background: #fafbfc; }
.inspector-head { height: 45px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.inspector-body { padding: 20px 17px; }
.result-label { color: var(--subtle); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.inspector h3 { margin: 6px 0 16px; font-size: 19px; letter-spacing: -.025em; }
.shopping-list { max-height: 230px; overflow: auto; display: grid; gap: 7px; }
.shopping-item { padding: 10px 11px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 4px 8px; border: 1px solid var(--line); border-radius: 7px; background: white; }
.shopping-item b { overflow: hidden; text-overflow: ellipsis; font-size: 11px; white-space: nowrap; }
.shopping-item strong { color: var(--blue); font: 700 10px/1 var(--mono); }
.shopping-item small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; }
.receipt-reveal { margin-top: 5px; border: 1px solid var(--line); border-radius: 7px; background: white; }
.receipt-reveal summary { padding: 11px; color: var(--blue); cursor: pointer; font-size: 11px; font-weight: 650; list-style-position: inside; }
.receipt-reveal img { width: calc(100% - 20px); margin: 0 10px 10px; display: block; border: 1px solid var(--line); border-radius: 5px; }
.prediction-detail { display: grid; border-top: 1px solid var(--line); }
.prediction-detail > div { padding: 11px 0; display: grid; gap: 4px; border-bottom: 1px solid var(--line); }
.prediction-detail span { color: var(--muted); font-size: 10px; }
.prediction-detail strong { font-size: 11px; font-weight: 600; }
.cell-error-detail { padding: 14px; display: grid; gap: 7px; border: 1px solid #e2cfcc; border-left: 3px solid #d8a5a0; border-radius: 7px; background: #fffafa; color: #643b37; }
.cell-error-detail strong { font-size: 12px; line-height: 1.45; }.cell-error-detail span { color: #6f625f; font-size: 10px; line-height: 1.5; }
.skeleton { height: 49px; border-radius: 7px; background: linear-gradient(90deg,#edf0f2,#f8f9fa,#edf0f2); background-size: 200%; animation: shimmer 1.5s infinite; }
@keyframes shimmer { to { background-position: -200% 0; } }
.trace { margin: 18px 0 0; padding-top: 8px; display: grid; border-top: 1px solid var(--line); }
.trace div { padding: 8px 0; display: flex; justify-content: space-between; gap: 10px; border-bottom: 1px solid #e8eaed; }
.trace dt, .trace dd { margin: 0; font-size: 10px; }
.trace dt { color: var(--subtle); }.trace dd { max-width: 165px; overflow: hidden; text-align: right; text-overflow: ellipsis; white-space: nowrap; font-family: var(--mono); }
.statusbar { height: 31px; padding: 0 14px; gap: 22px; border-top: 1px solid var(--line); background: #f8f9fa; color: var(--muted); font-size: 10px; }
.statusbar > span { display: flex; align-items: center; }
.sovereign-note { margin-left: auto; color: #174ea6; }

.metrics { max-width: 1500px; margin: 14px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: var(--line); gap: 1px; }
.metrics article { padding: 18px; display: grid; gap: 6px; background: white; }
.metrics article > span { color: var(--muted); font-size: 10px; font-weight: 600; }
.metrics strong { font-size: 22px; letter-spacing: -.025em; }
.metrics small { color: var(--subtle); font-size: 9px; }

.how, .sovereign { padding: 108px clamp(24px, 7vw, 108px); display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: clamp(60px, 10vw, 150px); border-top: 1px solid #e5e8eb; }
.how { background: white; }
.how-title { max-width: 500px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; }
.steps li { padding: 22px 0; display: grid; grid-template-columns: 34px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 10px; font-weight: 700; }
.steps strong { font-size: 15px; }.steps p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.sovereign { background: #f8f9fa; }
.sovereign-copy p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.sovereign-copy strong { color: var(--text); }
.route { margin-top: 28px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.route span { padding: 9px 12px; border: 1px solid var(--line-strong); border-radius: 7px; background: white; font: 600 9px/1 var(--mono); }
.route b { color: var(--subtle); }.route .route-target { border-color: #aecbfa; background: var(--blue-soft); color: var(--blue); }
footer { min-height: 92px; padding: 24px clamp(20px, 5vw, 72px); display: flex; align-items: center; gap: 28px; border-top: 1px solid #e5e8eb; color: var(--muted); font-size: 10px; }
footer p { flex: 1; }
footer p strong { color: var(--text); }
footer p a { color: var(--blue); font-weight: 600; }
footer a:hover { color: var(--blue); }

dialog { width: min(980px, calc(100vw - 28px)); max-height: 86vh; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: white; color: var(--text); box-shadow: 0 24px 80px rgba(32,33,36,.26); }
dialog::backdrop { background: rgba(32,33,36,.52); backdrop-filter: blur(3px); }
.dialog-head { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.dialog-head h2 { margin: 8px 0 0; font-size: 30px; letter-spacing: -.035em; }
.dialog-head .close { width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f1f3f4; color: var(--muted); cursor: pointer; font-size: 21px; }
dialog > p { color: var(--muted); font-size: 13px; }
.receipt-gallery { max-height: 60vh; padding: 7px 3px 7px 0; overflow: auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 11px; }
.receipt-thumb { padding: 7px; border: 1px solid var(--line); border-radius: 8px; background: white; cursor: pointer; }
.receipt-thumb:hover { border-color: var(--blue); box-shadow: 0 3px 10px rgba(32,33,36,.1); }
.receipt-thumb img { display: block; width: 100%; aspect-ratio: .75; border-radius: 4px; object-fit: cover; object-position: top; }
.receipt-thumb > span { padding: 7px 2px 1px; display: flex; justify-content: space-between; color: var(--muted); font: 600 8px/1 var(--mono); }
.receipt-total { color: var(--text); }
.upload-dialog { width: min(720px, calc(100vw - 28px)); }
.upload-grid { margin: 24px 0 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dropzone { min-height: 300px; display: grid; place-content: center; justify-items: center; gap: 10px; border: 1px dashed #aeb4bb; border-radius: 10px; background: #fafbfc; color: var(--text); cursor: pointer; }
.dropzone:hover { border-color: var(--blue); background: #f6f9fe; }
.upload-symbol { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-soft); color: var(--blue); font-size: 20px; }
.dropzone small { color: var(--muted); }
.demo-option { min-height: 300px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #eef1f4; }
.demo-option img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; }
.demo-option .button { width: calc(100% - 32px); position: absolute; left: 16px; right: 16px; bottom: 16px; }
.privacy-callout { padding: 12px 14px; border-left: 3px solid var(--blue); background: var(--blue-soft); color: #3c4043; font-size: 11px; line-height: 1.55; }
.assistant-dialog { width: min(670px, calc(100vw - 28px)); }
.assistant-dialog form { margin-top: 20px; display: grid; gap: 13px; }
.assistant-dialog textarea { width: 100%; min-height: 120px; resize: vertical; padding: 14px; border: 1px solid var(--line-strong); border-radius: 8px; background: white; color: var(--text); outline: 0; font-size: 14px; line-height: 1.5; }
.assistant-dialog textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(11,87,208,.12); }
.assistant-dialog form > .button { justify-self: start; }
.assistant-examples { display: flex; flex-wrap: wrap; gap: 7px; }
.assistant-examples button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 6px; background: white; color: var(--muted); cursor: pointer; font-size: 10px; }
.assistant-examples button:hover { border-color: #aecbfa; color: var(--blue); background: #f6f9fe; }
.assistant-result { margin-top: 18px; padding: 15px; border: 1px solid #aecbfa; border-radius: 9px; background: #f6f9fe; }
.assistant-result small { color: #174ea6; font-size: 8px; font-weight: 700; letter-spacing: .06em; }
.assistant-result code { margin: 10px 0; padding: 12px; display: block; overflow-x: auto; border: 1px solid #d2e3fc; border-radius: 6px; background: white; color: #174ea6; font: 600 12px/1.4 var(--mono); }
.assistant-result p { color: var(--muted); font-size: 12px; line-height: 1.5; }
.toast { max-width: 370px; padding: 13px 16px; position: fixed; right: 22px; bottom: 22px; z-index: 100; transform: translateY(90px); opacity: 0; border-radius: 8px; background: #303134; color: white; box-shadow: var(--shadow); transition: .22s ease; font-size: 12px; }
.toast.show { transform: translateY(0); opacity: 1; }.toast.error { background: #5f4643; }

@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }.workflow-card { max-width: 520px; }
  .workspace { grid-template-columns: 1fr; height: auto; }.sheet-wrap { height: 520px; border-right: 0; }.inspector { border-top: 1px solid var(--line); }.shopping-list { grid-template-columns: repeat(2, 1fr); }.metrics { grid-template-columns: repeat(2, 1fr); }.how, .sovereign { grid-template-columns: 1fr; gap: 46px; }
}
@media (max-width: 720px) {
  .topbar { height: 58px; padding: 0 18px; }.wordmark span, nav { display: none; }.runtime-badge { padding: 7px 9px; font-size: 9px; }
  .hero { padding: 68px 22px 64px; gap: 42px; }.hero h1 { font-size: 47px; }.hero-copy { font-size: 16px; }
  .workbook-section { padding: 64px 10px 74px; }.section-heading { padding: 0 10px; align-items: start; flex-direction: column; }.heading-meta { width: 100%; justify-content: space-between; }
  .app-shell { border-radius: 9px; }.app-toolbar { align-items: start; }.toolbar-actions .placement-control, .tool-button.quiet { display: none; }.tool-button, .run-button { padding: 0 10px; }
  .menu-row button:nth-child(-n+5), .menu-separator { display: none; }.menu-row { justify-content: flex-end; }
  .formula-row { gap: 7px; }.formula-state { display: none; }.sheet { grid-template-columns: 42px repeat(6, 145px); }.sheet-wrap { height: 500px; }.statusbar > span:nth-child(2) { display: none; }.sovereign-note { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .metrics { grid-template-columns: 1fr 1fr; }.metrics article { padding: 14px; }.metrics strong { font-size: 18px; }
  .how, .sovereign { padding: 78px 22px; }.receipt-gallery { grid-template-columns: repeat(2, 1fr); }.upload-grid { grid-template-columns: 1fr; }
  footer { align-items: start; flex-direction: column; gap: 9px; }.footer-wordmark { margin-bottom: 4px; }footer p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .workflow-input .receipt-scan > span { top: 50%; opacity: .7; animation: none; }
}
