:root {
  --ink: #30232d;
  --muted: #70616b;
  --paper: #F7F1E6;
  --card: #FFFBF5;
  --surface-soft: #EEE5D9;
  --accent: #B63D2B;
  --accent-hover: #942F21;
  --butter: #EAD987;
  --tomato: #B63D2B;
  --line: #D7CCC0;
  --shadow: 0 4px 14px rgba(48, 35, 45, 0.06);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
img { max-width: 100%; display: block; }

.shell { min-height: 100vh; }
.topbar {
  position: sticky; top: 0; z-index: 20; display: flex; align-items: center;
  justify-content: space-between; gap: 20px; padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(247, 241, 230, 0.96); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 11px; border: 0; background: transparent; color: var(--ink); padding: 0; }
.brand-name { font-family: Georgia, serif; font-size: 36px; font-weight: 400; letter-spacing: -0.065em; }
.top-actions { display: flex; align-items: center; gap: 10px; }
.build-badge { padding: 6px 9px; border-radius: 6px; background: var(--surface-soft); color: var(--accent); font-size: 11px; font-weight: 800; white-space: nowrap; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 44px 0 80px; }

.button { border: 0; border-radius: 6px; padding: 12px 18px; font-weight: 750; color: white; background: var(--accent); transition: transform .15s, background .15s; }
.button:hover { transform: translateY(-1px); background: var(--accent-hover); }
.button:disabled { opacity: .5; cursor: wait; transform: none; }
.button.secondary { background: var(--card); color: var(--ink); border: 1px solid var(--line); }
.button.ghost { color: var(--ink); background: transparent; }
.button.coral { background: var(--tomato); }
.button.compact { padding: 9px 13px; font-size: 13px; }
.icon-button { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; }

.eyebrow { margin: 0 0 8px; text-transform: uppercase; font-size: 12px; letter-spacing: .14em; font-weight: 800; color: var(--accent-hover); }
h1, h2, h3 { margin-top: 0; letter-spacing: -.04em; line-height: 1.04; }
h1 { font-family: Georgia, serif; font-size: clamp(42px, 7vw, 76px); font-weight: 500; margin-bottom: 16px; }
h2 { font-family: Georgia, serif; font-size: clamp(28px, 4vw, 38px); font-weight: 400; }
p { line-height: 1.6; }
.muted { color: var(--muted); }

.hero { display: grid; grid-template-columns: 1.5fr .5fr; gap: 48px; align-items: center; padding: 20px 0 36px; margin-bottom: 28px; border-bottom: 1px solid var(--line); }
.hero-copy { max-width: 760px; }
.hero-copy > p:not(.eyebrow) { max-width: 520px; font-size: 17px; color: var(--muted); margin-bottom: 0; }
.hero h1 { max-width: 750px; font-size: clamp(42px, 5.8vw, 70px); }
.hero h1 em { color: var(--accent); font-weight: 400; }
.hero-stat { border-block: 1px solid var(--ink); padding: 22px 0; max-width: 210px; }
.hero-stat > .muted { display: block; font-size: 14px; line-height: 1.6; }
.hero-stat strong { display: block; font-family: Georgia, serif; font-size: 50px; font-weight: 500; }

.search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; margin-bottom: 20px; }
.search { width: 100%; padding: 17px 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--card); color: var(--ink); outline: none; box-shadow: none; }
.search:focus { border-color: var(--accent-hover); box-shadow: 0 0 0 4px rgba(182,61,43,.14); }
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.chip { border: 1px solid var(--line); background: transparent; border-radius: 6px; padding: 8px 12px; color: var(--muted); }
.chip.active { background: var(--surface-soft); color: var(--ink); border-color: transparent; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 36px 0 18px; }
.section-heading h2 { margin-bottom: 0; }
.recipe-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.recipe-card { position: relative; overflow: hidden; border-radius: 4px; background: var(--card); border: 1px solid var(--line); }
.recipe-card button.card-hit { display: block; width: 100%; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; }
.card-image { aspect-ratio: 4 / 3; background: var(--surface-soft); overflow: hidden; }
.card-image img { width: 100%; height: 100%; object-fit: cover; }
.card-image.placeholder { display: grid; place-items: center; font-size: 46px; }
.card-body { padding: 20px; }
.card-kicker { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 13px; margin-bottom: 9px; }
.card-body h3 { font-family: Georgia, serif; font-weight: 400; font-size: 28px; line-height: 1.12; margin-bottom: 12px; }
.card-body p { color: var(--muted); margin: 0; font-size: 14px; }
.favourite { position: absolute; z-index: 2; right: 14px; top: 14px; border: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--card); color: var(--ink); font-size: 20px; }
.favourite.on { color: var(--tomato); }

.empty { padding: 70px 24px; text-align: center; border: 1px dashed var(--line); border-radius: 8px; background: rgba(255,255,255,.25); }
.empty .emoji { font-size: 48px; }

.detail-hero { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 42px; align-items: center; }
.detail-photo { border-radius: 8px; overflow: hidden; min-height: 400px; background: var(--surface-soft); box-shadow: var(--shadow); }
.detail-photo img { width: 100%; height: 100%; min-height: 400px; object-fit: cover; }
.detail-title h1 { font-size: clamp(42px, 6vw, 70px); }
.meta { display: flex; gap: 10px; flex-wrap: wrap; margin: 24px 0; }
.pill { border-radius: 6px; background: var(--surface-soft); padding: 9px 13px; font-size: 14px; font-weight: 700; }
.detail-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.detail-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; margin-top: 64px; }
.ingredient-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 7px; }
.ingredient-heading h2 { margin-bottom: 0; }
.ingredient-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.ingredient-export-note { margin: 0 0 18px; font-size: 13px; }
.serving-picker { display: grid; gap: 14px; padding: 18px; margin: 0 0 28px; border: 1px solid var(--line); border-radius: 8px; background: var(--card); }
.serving-picker .eyebrow { margin-bottom: 3px; }
.serving-buttons { display: flex; flex-wrap: wrap; gap: 7px; }
.serving-button { border: 1px solid var(--line); border-radius: 6px; padding: 9px 12px; background: transparent; color: var(--muted); font-size: 13px; font-weight: 750; }
.serving-button.active { border-color: var(--accent); background: var(--accent); color: white; }
.serving-fixed { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 3px 16px; padding: 16px 18px; margin: 0 0 28px; border-radius: 8px; background: var(--surface-soft); }
.serving-fixed span { color: var(--muted); font-size: 13px; }
.serving-fixed small { grid-column: 1 / -1; color: var(--muted); }
.serving-note { margin-bottom: 28px; }
.ingredient-group { margin-bottom: 32px; }
.ingredient-list { list-style: none; padding: 0; margin: 0; }
.ingredient-list li { display: grid; grid-template-columns: 92px 1fr; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.ingredient-columns { display: grid; grid-template-columns: 70px 70px 1fr; gap: 12px; padding: 0 0 8px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ingredient-list.comparing li { grid-template-columns: 70px 70px 1fr; gap: 12px; }
.ingredient-list strong { font-size: 14px; color: var(--accent-hover); }
.steps { counter-reset: steps; list-style: none; padding: 0; }
.step { position: relative; padding: 0 0 34px 56px; border-left: 1px solid var(--line); margin-left: 19px; }
.step:last-child { border-left-color: transparent; }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: -20px; top: -4px; display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; color: white; background: var(--accent); font-weight: 800; }
.step h3 { margin-bottom: 8px; font-size: 18px; letter-spacing: 0; }
.step p { margin: 0; color: #493D45; }

.panel { background: var(--card); border: 1px solid var(--line); border-radius: 8px; padding: clamp(20px, 4vw, 36px); box-shadow: var(--shadow); }
.capture-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 8px 0 34px; }
.progress-step { padding: 12px; border-radius: 8px; background: #EEE5D9; color: var(--muted); font-size: 13px; font-weight: 750; text-align: center; }
.progress-step.active { background: var(--accent); color: white; }
.upload-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.upload { display: block; min-height: 280px; border: 1.5px dashed #97857B; border-radius: 8px; overflow: hidden; background: #F7F1E6; text-align: center; cursor: pointer; }
.upload input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-content { min-height: 280px; display: grid; place-items: center; padding: 24px; }
.upload img { width: 100%; height: 280px; object-fit: cover; }
.upload strong { display: block; font-size: 18px; margin-top: 10px; }
.capture-footer { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 24px; }
.notice { display: flex; gap: 12px; align-items: start; border-radius: 8px; padding: 14px 16px; background: #F2EBD8; color: #574637; font-size: 14px; }
.extraction-status { display: flex; align-items: center; gap: 14px; margin-top: 20px; padding: 16px; border-radius: 8px; background: var(--surface-soft); }
.extraction-status strong { display: block; }
.extraction-status p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.extraction-status.error { justify-content: space-between; background: #fff0e8; border: 1px solid rgba(228,120,88,.35); }
.spinner { flex: 0 0 auto; width: 24px; height: 24px; border: 3px solid rgba(182,61,43,.2); border-top-color: var(--accent); border-radius: 50%; animation: spin .8s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.review-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: start; }
.source-panel { position: sticky; top: 94px; }
.source-toggle { display: flex; gap: 8px; margin-bottom: 14px; }
.source-image { max-height: 620px; width: 100%; object-fit: contain; border-radius: 8px; background: #30232D; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 750; font-size: 14px; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; background: white; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; line-height: 1.5; }
.field.uncertain label::after { content: " Check this"; margin-left: 7px; padding: 3px 7px; border-radius: 6px; background: #ffe4a5; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
.form-section { border-top: 1px solid var(--line); padding-top: 24px; margin-top: 12px; }
.review-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 20px; background: rgba(48,35,45,.6); backdrop-filter: blur(8px); }
.modal { width: min(580px, 100%); max-height: calc(100vh - 40px); overflow: auto; border-radius: 8px; background: var(--card); padding: 28px; box-shadow: 0 30px 100px rgba(0,0,0,.3); }
.modal-head { display: flex; justify-content: space-between; gap: 16px; }
.close { border: 0; background: transparent; font-size: 24px; }
.settings-list { display: grid; gap: 12px; }
.settings-item { display: flex; justify-content: space-between; gap: 18px; align-items: center; border: 1px solid var(--line); border-radius: 8px; padding: 16px; }
.settings-item p { margin: 3px 0 0; color: var(--muted); font-size: 13px; }
.settings-version { margin: 10px 0 0; text-align: center; color: var(--muted); font-size: 12px; }
.feedback-notes { width: 100%; min-height: 300px; resize: vertical; border: 1px solid var(--line); border-radius: 8px; padding: 16px; background: white; color: var(--ink); line-height: 1.6; }

.cook-shell { min-height: 100vh; background: #30232D; color: #F7F1E6; padding: 30px; }
.cook-wrap { width: min(900px, 100%); margin: auto; }
.cook-top { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin-bottom: 28px; }
.cook-top > strong { text-align: center; }
.cook-top .timer-toggle { justify-self: end; background: var(--butter); color: #30232D; }
.timer-tray { margin-bottom: 22px; padding: clamp(18px, 4vw, 28px); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; background: #3B2D37; }
.timer-tray-heading { display: flex; justify-content: space-between; align-items: start; gap: 16px; }
.timer-tray-heading h2 { margin-bottom: 18px; font-size: clamp(25px, 4vw, 34px); }
.timer-tray-heading > span { color: #D3C6CD; font-size: 13px; }
.timer-tray .eyebrow { color: var(--butter); }
.timer-suggestions { display: grid; gap: 8px; }
.timer-suggestion { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 8px; background: var(--butter); color: #30232D; }
.timer-suggestion > div { display: grid; gap: 2px; }
.timer-suggestion strong { font-size: 22px; }
.timer-suggestion span { font-weight: 750; }
.timer-suggestion small { color: #554821; }
.timer-suggestion .button { flex: 0 0 auto; background: #30232D; color: white; }
.timer-section-heading { display: flex; justify-content: space-between; gap: 12px; margin-top: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.timer-section-heading span { color: #D3C6CD; font-size: 13px; }
.custom-timer { margin-top: 18px; border-top: 1px solid rgba(255,255,255,.14); padding-top: 16px; }
.custom-timer summary { color: var(--butter); font-weight: 800; cursor: pointer; }
.timer-form { display: grid; grid-template-columns: minmax(0, 1fr) 120px auto; align-items: end; gap: 10px; }
.custom-timer .timer-form { margin-top: 14px; }
.timer-form label { display: grid; gap: 6px; color: #DED2D8; font-size: 12px; font-weight: 750; }
.timer-form input { width: 100%; min-height: 46px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; padding: 11px 13px; background: #271D25; color: white; }
.timer-form input:focus { outline: 3px solid rgba(234,217,135,.25); border-color: var(--butter); }
.timer-form .button { min-height: 46px; background: var(--butter); color: #30232D; }
.timer-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.timer-card { padding: 16px; border-radius: 8px; background: #493642; border: 1px solid transparent; }
.timer-card.done { border-color: var(--butter); background: #544333; }
.timer-summary { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.timer-summary > div { display: grid; gap: 3px; }
.timer-summary span { color: #D3C6CD; font-size: 12px; }
.timer-card.done .timer-summary span { color: var(--butter); font-weight: 800; }
.timer-summary time { font-variant-numeric: tabular-nums; font-size: clamp(28px, 5vw, 40px); font-weight: 800; letter-spacing: -.04em; }
.timer-actions { display: flex; align-items: center; gap: 7px; margin-top: 13px; }
.timer-actions .button { background: var(--butter); color: #30232D; }
.timer-actions .button.secondary { background: transparent; color: white; border-color: rgba(255,255,255,.2); }
.timer-remove { margin-left: auto; border: 0; padding: 7px 0; background: transparent; color: #D3C6CD; font-size: 12px; }
.timer-empty { margin: 16px 0 0; padding: 18px; border: 1px dashed rgba(255,255,255,.2); border-radius: 8px; color: #D3C6CD; text-align: center; }
.timer-empty.step-empty { margin-top: 0; }
.timer-note { margin: 14px 0 0; color: #C3B3BE; font-size: 12px; }
.cook-step { padding: clamp(28px, 6vw, 64px); border-radius: 8px; background: #3B2D37; }
.cook-step .count { color: var(--butter); font-weight: 800; }
.cook-step h1 { font-family: inherit; font-size: clamp(32px, 6vw, 58px); font-weight: 750; }
.cook-step p { font-size: clamp(19px, 3vw, 28px); line-height: 1.55; }
.cook-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 22px; }
.cook-nav .button { background: var(--butter); color: #30232D; }
.cook-nav .button:disabled { opacity: .35; cursor: default; transform: none; }

.toast { position: fixed; z-index: 90; bottom: 24px; left: 50%; transform: translateX(-50%); border-radius: 6px; padding: 12px 18px; background: var(--ink); color: white; box-shadow: var(--shadow); }

@media (max-width: 900px) {
  .recipe-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-hero, .detail-layout, .review-layout { grid-template-columns: 1fr; }
  .source-panel { position: static; }
  .detail-layout { gap: 24px; }
}

@media (max-width: 620px) {
  .topbar { padding: 14px 18px; }
  .brand-name { font-size: 30px; }
  .container { width: min(100% - 28px, 1180px); padding-top: 24px; }
  .hero { grid-template-columns: 1fr; gap: 18px; padding-top: 10px; }
  .hero-stat { display: none; }
  .search-row { grid-template-columns: 1fr; }
  .recipe-grid, .upload-grid, .form-grid { grid-template-columns: 1fr; }
  .recipe-grid { gap: 16px; }
  .card-image { aspect-ratio: 16 / 10; }
  .upload { min-height: 210px; }
  .upload-content { min-height: 210px; }
  .capture-footer { align-items: stretch; flex-direction: column; }
  .capture-footer .button { width: 100%; }
  .extraction-status, .extraction-status.error { align-items: stretch; flex-direction: column; }
  .detail-photo, .detail-photo img { min-height: 280px; }
  .ingredient-heading { align-items: flex-start; flex-direction: column; }
  .ingredient-actions { width: 100%; justify-content: stretch; }
  .ingredient-actions .button { flex: 1; }
  .ingredient-list li { grid-template-columns: 74px 1fr; }
  .ingredient-columns, .ingredient-list.comparing li { grid-template-columns: 62px 62px 1fr; gap: 8px; }
  .top-actions .desktop-label { display: none; }
  .build-badge { max-width: 54px; overflow: hidden; text-overflow: ellipsis; }
  .cook-shell { padding: 18px; }
  .cook-top { grid-template-columns: 1fr auto; }
  .cook-top > strong { grid-column: 1 / -1; grid-row: 2; text-align: left; }
  .timer-form { grid-template-columns: minmax(0, 1fr) 96px; }
  .timer-form .button { grid-column: 1 / -1; }
  .timer-list { grid-template-columns: 1fr; }
  .timer-suggestion { align-items: flex-start; }
}

.review-row { padding: 16px; margin: 12px 0; border: 1px solid var(--line, #dedbd3); border-radius: 8px; display: grid; gap: 12px; min-width: 0; }
.review-row .field { display: grid; gap: 6px; min-width: 0; }
.review-row input, .review-row textarea { width: 100%; min-width: 0; box-sizing: border-box; }
.review-row textarea { min-height: 120px; }
.quantity-fields { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 10px; }
.backup-preview { margin: 16px 0; }
.review-row.uncertain { border-color: #bd830d; background: #fff8e8; }
.review-row.uncertain::before { content: 'Check against the card'; color: #76520a; font-weight: 700; font-size: 13px; }

/* Working cookbook: interaction and small-screen reading rules. */
.button, .chip, .serving-button, .close, .timer-remove, .brand { min-height: 44px; }
.close { min-width: 44px; color: var(--ink); }
:where(button, input, select, textarea, summary, a):focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.upload:focus-within { outline: 3px solid var(--accent); outline-offset: 4px; }
.cook-shell :focus-visible { outline-color: var(--butter); }
.recipe-card:focus-within { outline: 3px solid var(--accent); outline-offset: 3px; }
.card-hit:focus-visible { outline-offset: -4px; }
.chip.active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.button.secondary:hover, .button.ghost:hover { background: var(--surface-soft); }
.button.coral:hover { background: var(--accent-hover); }
.search, .field input, .field textarea, .field select, .timer-form input { font-size: 16px; }
.detail-hero { margin-top: 22px; }
.detail-layout { border-top: 1px solid var(--line); padding-top: 36px; }
.detail-title, .detail-layout > div, .review-layout > *, .field, .timer-summary > div { min-width: 0; }
.card-body h3, .detail-title h1, .cook-top > strong, .timer-summary strong { overflow-wrap: anywhere; }
.cook-shell h2 { font-family: inherit; font-weight: 650; }
.cook-shell .muted { color: #D3C6CD; }
.cook-shell .button.ghost:hover, .cook-shell .button.secondary:hover { background: #493642; }
.cook-step { border-top: 2px solid var(--butter); }
.cook-step .count { display: block; margin-bottom: 22px; font-size: 13px; letter-spacing: .08em; }
.settings-item, .review-actions { flex-wrap: wrap; }
.timer-actions { flex-wrap: wrap; }
@media (max-width: 620px) {
  .topbar { gap: 10px; padding: 12px 14px; flex-wrap: wrap; }
  .top-actions { gap: 8px; flex-wrap: wrap; }
  .top-actions .button { padding: 10px 12px; font-size: 13px; }
  .build-badge { display: none; }
  .hero { gap: 0; padding-bottom: 26px; margin-bottom: 22px; }
  .hero h1 { font-size: clamp(40px, 9vw, 56px); }
  .hero-copy > p:not(.eyebrow) { font-size: 16px; }
  .panel { padding: 18px; }
  .capture-progress { gap: 4px; }
  .progress-step { padding: 12px 5px; font-size: 12px; }
  .modal { padding: 20px; }
  .cook-shell { padding: 14px; }
  .cook-step { padding: 24px; }
  .timer-suggestion { flex-wrap: wrap; }
  .timer-summary { flex-wrap: wrap; }
  .section-heading { gap: 10px; }
  .section-heading > .muted { font-size: 13px; white-space: nowrap; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}

.extraction-processing { display: grid; gap: 12px; padding: 20px; border: 1px solid var(--line); }
.extraction-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; }
#extraction-elapsed { color: var(--muted); font-size: 14px; font-variant-numeric: tabular-nums; }
.extraction-track { overflow: hidden; height: 8px; border-radius: 99px; background: rgba(182,61,43,.14); }
.extraction-track span { display: block; height: 100%; width: 38%; border-radius: inherit; background: var(--accent); animation: recipe-progress 1.8s ease-in-out infinite alternate; }
.extraction-processing #extraction-wait { font-size: 13px; }
@keyframes recipe-progress { from { transform: translateX(-100%); } to { transform: translateX(265%); } }
@media (prefers-reduced-motion: reduce) {
  .extraction-track span { animation: none; width: 100%; opacity: .55; }
}
