:root {
  color-scheme: light;
  --paper: #f6f1e9;
  --card: #fffdf9;
  --ink: #2e2925;
  --muted: #746a62;
  --line: #dcd3c7;
  --make: #b0573d;
  --rest: #587890;
  --accent: var(--make);
  --accent-ink: #9e4b34;
  --tint: #f0e1d7;
  --round: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --body: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { min-width: 280px; background: var(--paper); -webkit-text-size-adjust: 100%; }
body { margin: 0; color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.7; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; border: 0; }
button:disabled { cursor: wait; opacity: .6; }
button:not(:disabled):active { transform: translateY(2px); }
button, a { touch-action: manipulation; }
a { color: inherit; text-underline-offset: 5px; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
h1, h2, p { margin: 0; }
h1, h2 { font-family: var(--round); }
h1 { letter-spacing: .045em; font-size: 1.625rem; line-height: 1.5; }
h1:focus { outline: none; }
.app-shell { width: min(100%, 440px); margin: 34px auto 0; padding: 0 24px; container-type: inline-size; }
.site-header { min-height: 60px; display: flex; justify-content: space-between; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; min-height: 44px; align-items: center; font-family: var(--round); font-weight: 700; font-size: 1rem; letter-spacing: .035em; text-decoration: none; }
.brand-period { color: var(--make); }
.header-note { color: var(--muted); font-size: .75rem; max-width: 48%; }
.home-intro { text-align: center; padding-top: 31px; }
.eyebrow { font-size: .8125rem; color: var(--muted); letter-spacing: .065em; }
.home-intro h1 { font-size: 2.125rem; line-height: 1.55; font-weight: 700; margin: 12px 0 12px; }
.intro-copy { font-size: .875rem; color: var(--muted); }
.home-art { height: 157px; display: flex; align-items: center; justify-content: center; margin: 0 0 9px; }
.home-art img { display: block; width: 275px; height: 183px; object-fit: contain; mix-blend-mode: multiply; filter: brightness(1.1) contrast(1.08); }
.choice-label { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; color: var(--muted); font-size: .8125rem; letter-spacing: .04em; }
.choice-label::before, .choice-label::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.home-choices { display: grid; gap: 12px; }
.choice-button { min-height: 66px; padding: 12px 23px; border-radius: 40px; color: white; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 15px; text-align: left; transition: background .18s, transform .18s; }
.make-choice { background: var(--make); }
.rest-choice { background: var(--rest); }
.choice-word { font-family: var(--round); font-size: 1.1875rem; font-weight: 700; white-space: nowrap; }
.choice-aside { font-size: .75rem; line-height: 1.6; }
.choice-arrow { font-size: 1.25rem; }
.text-button { background: transparent; min-height: 44px; font-size: .875rem; padding: 8px 4px; }
.week-link { display: flex; justify-content: center; align-items: center; gap: 18px; width: 100%; margin: 20px 0 0; }
.week-link span:first-child { border-bottom: 1px solid #bcb1a4; }
.site-footer { padding: 26px 0 22px; text-align: center; color: var(--muted); font-size: .75rem; }
.threads-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; margin-bottom: 6px; font-size: .8125rem; }
.load-status { text-align: center; color: var(--muted); font-size: .8125rem; padding-top: 8px; }
#retry-load { display: block; margin: 0 auto; text-decoration: underline; }
.view-nav { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; min-height: 58px; }
.back-button { margin-left: -4px; }
.back-button span { margin-right: 5px; }
.view-nav time { font-size: .8125rem; color: var(--muted); }
.result-intro { text-align: center; padding: 12px 0 28px; }
.result-intro .eyebrow { color: var(--accent-ink); font-weight: 500; margin-bottom: 4px; }
.meal-card { position: relative; background: var(--card); border-radius: 20px; box-shadow: 0 1px 2px rgb(0 0 0 / .06), 0 8px 24px rgb(0 0 0 / .06); padding: 26px 25px 24px; min-height: 208px; }
.meal-card::before { content: ""; position: absolute; top: -9px; left: calc(50% - 32px); width: 64px; height: 19px; background: #e5d8c9; opacity: .7; transform: rotate(-4deg); }
.card-topline { display: flex; align-items: center; gap: 14px; color: var(--muted); font-size: .75rem; letter-spacing: .12em; }
.card-rule { flex: 1; border-bottom: 1px solid var(--line); }
.card-flower { color: var(--accent); font-size: 1.1875rem; line-height: 1; }
.meal-name-wrap { min-height: 94px; display: grid; place-items: center; padding: 16px 0 10px; }
#meal-name { font-size: 1.875rem; text-align: center; letter-spacing: .045em; line-height: 1.55; font-weight: 700; overflow-wrap: anywhere; text-wrap: balance; }
.meal-tags { text-align: center; color: var(--accent); font-size: .8125rem; }
.meal-message { text-align: center; color: var(--muted); font-size: .875rem; margin: 21px 0 20px; line-height: 1.9; }
.filters { display: grid; gap: 5px; margin: 0 0 18px; }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }
legend { font-size: .75rem; color: var(--muted); padding: 0; margin-bottom: 3px; }
.chips { display: flex; flex-wrap: wrap; gap: 0 5px; }
.chip { background: transparent; min-height: 44px; min-width: 44px; padding: 4px 11px; position: relative; isolation: isolate; border-radius: 24px; font-size: .8125rem; white-space: nowrap; }
.chip::before { content: ""; position: absolute; inset: 4px 0; border: 1px solid #958474; border-radius: inherit; z-index: -1; }
.chip[aria-pressed="true"] { color: white; }
.chip[aria-pressed="true"]::before { background: var(--accent); border-color: var(--accent); }
.result-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; min-height: 56px; border-radius: 40px; font-size: .875rem; padding: 12px 14px; font-weight: 500; transition: transform .16s, background .16s; }
.primary-button { color: white; background: var(--accent); border: 1px solid var(--accent); }
.secondary-button { color: var(--ink); border: 1px solid #958474; background: transparent; }
.secondary-button > span { font-size: 1.25rem; line-height: 1; }
.recipe-link { min-height: 44px; font-size: .8125rem; display: flex; align-items: center; justify-content: center; gap: 8px; margin: 7px 0 0; color: var(--muted); }
.result-week-link { display: block; margin: 8px auto 0; color: var(--muted); font-size: .8125rem; }
.decision-stamp { position: absolute; right: 13px; top: 15px; font-family: var(--round); font-weight: 700; color: var(--accent); border: 2px solid var(--accent); border-radius: 5px; padding: 3px 9px; transform: rotate(9deg); background: var(--card); }
.meal-card.is-decided { outline: 1px solid var(--accent); }
.decision-note { text-align: center; padding: 18px 8px 5px; color: var(--accent-ink); }
.decision-note strong { font-family: var(--round); font-size: 1.125rem; }
.decision-note p { color: var(--muted); font-size: .8125rem; margin-top: 4px; }
.inline-message { padding: 12px 0; color: #9e4b34; font-size: .875rem; }
.pr-box { border: 1px solid var(--line); border-radius: 12px; padding: 14px 18px; margin: 16px 0 8px; font-size: .875rem; }
.pr-label { font-size: .75rem; color: var(--muted); }
.pr-box a { display: inline-flex; align-items: center; min-height: 44px; }
.app-shell[data-mode="rest"] { --accent: var(--rest); --accent-ink: #4c6c83; --tint: #e5ebef; }
.app-shell[data-mode="rest"] .meal-card { min-height: 230px; }
.app-shell[data-mode="rest"] .meal-name-wrap { min-height: 119px; }
.app-shell[data-mode="rest"] .result-actions { margin-top: 26px; }
.app-shell[data-mode="rest"] .result-week-link { margin-top: 24px; }
.week-intro { padding: 8px 0 5px; text-align: center; }
.week-intro h1 { margin-top: 4px; }
.week-toggle { display: flex; gap: 12px; align-items: center; justify-content: center; min-height: 48px; font-size: .8125rem; cursor: pointer; position: relative; margin: 3px 0 13px; }
.week-toggle input { position: absolute; right: 59px; width: 44px; height: 44px; opacity: 0; cursor: pointer; }
.switch-track { width: 40px; height: 24px; border: 1px solid #a99f93; background: #c7bcaf; border-radius: 15px; position: relative; pointer-events: none; flex-shrink: 0; }
.switch-track::after { content: ""; position: absolute; width: 18px; height: 18px; left: 2px; top: 2px; background: white; border-radius: 50%; transition: transform .18s; }
.week-toggle input:checked + .switch-track { background: var(--rest); border-color: var(--rest); }
.week-toggle input:checked + .switch-track::after { transform: translateX(16px); }
.week-toggle input:focus-visible + .switch-track { outline: 3px solid var(--ink); outline-offset: 4px; }
.week-card { background: var(--card); border-radius: 16px; padding: 0 18px; box-shadow: 0 1px 2px rgb(0 0 0 / .06), 0 8px 24px rgb(0 0 0 / .04); }
.week-card-header { display: flex; justify-content: space-between; padding: 13px 0 10px; font-size: .75rem; color: var(--muted); border-bottom: 1px solid var(--line); letter-spacing: .04em; }
.week-list { list-style: none; padding: 0; margin: 0; }
.week-row { display: grid; grid-template-columns: 28px 1fr 44px; gap: 9px; align-items: center; min-height: 51px; border-bottom: 1px dashed var(--line); padding: 3px 0; }
.week-row:last-child { border: 0; }
.day-label { font-family: var(--round); font-size: .875rem; color: var(--muted); }
.week-meal-name { font-family: var(--round); font-size: 1rem; font-weight: 700; line-height: 1.55; overflow-wrap: anywhere; }
.week-row[data-kind="rest"] .week-meal-name, .week-row[data-kind="rest"] .day-label { color: var(--rest); }
.week-rest-label { font-family: var(--body); display: block; font-size: .75rem; font-weight: 400; line-height: 1.2; margin-bottom: 2px; color: var(--rest); }
.day-reroll { background: transparent; width: 44px; height: 44px; border-radius: 50%; color: var(--muted); font-size: 1.375rem; }
.week-card-footer { border-top: 1px solid var(--line); padding: 11px 0 12px; font-size: .75rem; font-family: var(--round); display: flex; justify-content: space-between; gap: 5px; }
.week-card-footer span { color: var(--muted); font-family: var(--body); font-size: .75rem; }
.week-hint, .week-share-note { color: var(--muted); text-align: center; font-size: .75rem; margin: 12px 0; }
.week-reroll { width: 100%; min-height: 48px; }
.week-share-note { margin-bottom: 0; }
.app-shell[data-view="week"] .site-footer { padding-top: 17px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.is-rolling #meal-name { animation: flutter .14s ease-in-out infinite; }
.has-landed { animation: settle .3s ease-out; }
@keyframes flutter { 50% { opacity: .4; transform: translateY(3px); } }
@keyframes settle { 0% { transform: translateY(4px) scale(.98); } 65% { transform: translateY(-2px) scale(1.01); } 100% { transform: none; } }
@media (hover: hover) {
  .make-choice:hover { background: #984831; }
  .rest-choice:hover { background: #48687f; }
  .secondary-button:hover, .day-reroll:hover { background: #eee5d9; }
  .text-button:hover { color: var(--accent-ink); }
}
@media (max-width: 440px) {
  .app-shell { margin-top: 0; padding: 0 24px; }
  .site-header { min-height: 64px; }
  .home-intro { padding-top: 26px; }
  .home-intro h1 { font-size: 2rem; }
  .home-art { height: 145px; }
  .choice-button { gap: 11px; padding-inline: 21px; }
  .choice-aside { font-size: .75rem; }
  .site-footer { padding-top: 22px; }
  .result-intro { padding-top: 6px; padding-bottom: 25px; }
  .meal-card { padding: 25px 20px 21px; min-height: 194px; }
  #meal-name { font-size: 1.75rem; }
  .meal-name-wrap { min-height: 85px; }
  .meal-message { margin: 18px 0; font-size: .8125rem; }
  .button { padding-inline: 9px; font-size: .8125rem; }
  .result-actions { gap: 8px; }
  .chips { gap: 0 4px; }
  .chip { padding-inline: 10px; }
  .week-card { padding-inline: 14px; }
  .week-row { gap: 6px; grid-template-columns: 24px 1fr 44px; }
}
@media (max-width: 360px) {
  .app-shell { padding-inline: 18px; }
  .header-note { display: none; }
  .choice-aside { display: none; }
  .choice-button { grid-template-columns: 1fr auto; }
  .home-intro h1 { font-size: 1.875rem; }
  .chip { padding-inline: 9px; }
  .week-card-footer span { display: none; }
}
@media (max-height: 740px) and (max-width: 500px) {
  .home-intro { padding-top: 20px; }
  .home-intro h1 { margin-block: 8px; }
  .home-art { height: 124px; margin-bottom: 3px; }
  .home-art img { width: 248px; height: 165px; }
  .choice-button { min-height: 60px; }
  .week-link { margin-top: 13px; }
  .site-footer { padding-top: 15px; padding-bottom: 15px; }
  .app-shell[data-view="result"] .view-nav { padding-top: 0; min-height: 44px; }
  .result-intro { padding-top: 2px; padding-bottom: 19px; }
  .meal-card { min-height: 174px; padding-block: 22px 18px; }
  .meal-name-wrap { min-height: 71px; }
  .meal-message { margin-block: 14px; }
  .filters { gap: 2px; margin-bottom: 12px; }
  .app-shell[data-view="week"] .view-nav { padding-top: 0; min-height: 44px; }
  .week-intro { padding-top: 0; }
  .week-intro h1 { font-size: 1.5rem; }
  .week-intro .eyebrow { display: none; }
  .week-toggle { margin-bottom: 7px; }
  .week-row { min-height: 47px; padding-block: 0; }
  .week-card-header { padding-block: 8px; }
  .week-card-footer { padding-block: 8px; }
  .week-hint { margin-block: 8px; }
  .week-reroll { min-height: 44px; }
  .week-share-note { margin-top: 8px; }
  .app-shell[data-view="week"] .site-footer { padding-block: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  button:not(:disabled):active { transform: none; }
}
/* 文字を拡大したときは補足を省き、主要な操作を優先する。 */
@container (max-width: 18rem) {
  .header-note, .choice-aside { display: none; }
  .choice-button { grid-template-columns: 1fr auto; }
}

/* 食材から選ぶ献立 */
.picker-intro { display: flex; align-items: center; justify-content: space-between; gap: 4px; padding: 28px 0 24px; }
.picker-intro h1 { font-size: 1.8rem; line-height: 1.5; margin-top: 6px; letter-spacing: .025em; }
.picker-intro img { width: 126px; height: 108px; object-fit: cover; mix-blend-mode: multiply; filter: brightness(1.1) contrast(1.08); flex-shrink: 0; }
.picker-intro .eyebrow { font-size: .75rem; }
.picker-section { margin-bottom: 22px; }
.section-heading, .detail-section-title { display: flex; justify-content: space-between; align-items: baseline; gap: 8px; margin-bottom: 12px; }
.section-heading h2, .effort-section legend { font-size: .9375rem; font-family: var(--round); color: var(--ink); font-weight: 700; }
.section-heading > span, .detail-section-title > span { font-size: .6875rem; color: var(--muted); }
.step-number { font-size: .6875rem; letter-spacing: .04em; color: var(--accent-ink); margin-right: 7px; }
.ingredient-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px 6px; }
.ingredient-chip { border: 1px solid #ac9d8f; border-radius: 12px; min-height: 44px; padding: 6px 2px; font-size: .8125rem; background: var(--card); transition: background .16s; overflow-wrap: anywhere; }
.ingredient-chip[aria-pressed="true"] { color: white; background: var(--make); border-color: var(--make); box-shadow: inset 0 0 0 2px var(--make); }
.ingredient-chip[aria-pressed="true"]::before { content: '✓ '; font-size: .7rem; }
.more-ingredients { margin-top: 5px; }
.more-ingredients summary { display: flex; justify-content: center; align-items: center; gap: 12px; min-height: 44px; cursor: pointer; font-size: .75rem; color: var(--muted); list-style: none; }
.more-ingredients summary::-webkit-details-marker { display: none; }
.more-ingredients[open] summary span { transform: rotate(45deg); }
.ingredient-group { margin: 14px 0; }
.ingredient-group h3 { font-size: .75rem; font-weight: 500; color: var(--muted); margin: 0 0 8px; }
.selection-summary { display: flex; justify-content: space-between; align-items: center; border-top: 1px dashed var(--line); padding-top: 8px; gap: 8px; }
.selection-summary p { font-size: .75rem; color: var(--accent-ink); line-height: 1.8; overflow-wrap: anywhere; }
.selection-summary button { font-size: .6875rem; white-space: nowrap; flex-shrink: 0; }
.any-ingredients { font-size: .75rem; color: var(--muted); text-decoration: underline; text-underline-offset: 4px; padding-left: 0; }
.any-ingredients[aria-pressed="true"] { color: var(--accent-ink); }
.effort-section legend { margin-bottom: 12px; }
.effort-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.effort-options button { border: 1px solid #ac9d8f; background: var(--card); padding: 12px 3px; border-radius: 12px; display: grid; gap: 3px; min-height: 72px; }
.effort-options strong { font-family: var(--round); font-size: .9375rem; }
.effort-options span { color: var(--muted); font-size: .625rem; }
.effort-options [aria-pressed="true"] { border: 2px solid var(--make); padding: 11px 2px; background: #f4e7de; }
.picker-submit .button { width: 100%; font-size: .9375rem; }
.picker-submit .button:disabled { cursor: default; }
.picker-submit p { text-align: center; color: var(--muted); font-size: .6875rem; margin: 7px 0 16px; }
.other-choices { border-top: 1px solid var(--line); padding-top: 10px; display: grid; justify-items: center; }
.other-choices button { font-size: .8125rem; }
.rest-text { color: #4c6c83; }
.suggestions-intro { padding: 12px 0 16px; }
.suggestions-intro h1 { margin: 6px 0 9px; }
#search-summary { font-size: .8125rem; color: var(--muted); line-height: 1.85; }
.suggestions-toolbar { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding-top: 3px; }
.suggestions-toolbar p { font-family: var(--round); font-size: .875rem; font-weight: 700; }
.suggestions-toolbar button { color: var(--accent-ink); font-size: .75rem; text-decoration: underline; text-underline-offset: 4px; }
.source-status { color: var(--muted); font-size: .6875rem; margin: 3px 0 18px; line-height: 1.8; }
.source-status button { display: block; color: var(--accent-ink); text-decoration: underline; font-size: .75rem; }
.recipe-cards { display: grid; gap: 16px; margin-bottom: 22px; }
.recipe-card { background: var(--card); border: 1px solid #e5dcd1; border-radius: 18px; padding: 18px 19px 8px; box-shadow: 0 3px 12px rgb(55 37 21 / .035); }
.recipe-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.recipe-number { font-family: var(--round); font-size: .75rem; color: var(--accent-ink); letter-spacing: .12em; }
.recipe-origin { font-size: .625rem; color: var(--muted); }
.recipe-card h2 { font-size: 1.1875rem; line-height: 1.6; text-wrap: pretty; }
.recipe-match { color: #526648; font-size: .75rem; margin-top: 8px; }
.recipe-other { color: var(--muted); font-size: .6875rem; margin-top: 4px; line-height: 1.9; }
.recipe-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 6px; border-top: 1px solid #ece5dc; margin-top: 13px; }
.effort-tag { color: var(--muted); font-size: .6875rem; }
.recipe-card-action { display: inline-flex; justify-content: space-between; gap: 14px; min-height: 46px; align-items: center; padding: 6px 0 6px 10px; font-size: .75rem; color: var(--accent-ink); font-weight: 500; background: transparent; text-align: left; }
.full-width { width: 100%; }
.detail-intro { padding: 12px 0 18px; }
.detail-intro h1 { font-size: 1.75rem; margin-block: 8px 10px; line-height: 1.55; overflow-wrap: anywhere; }
.detail-intro .eyebrow { font-size: .75rem; }
#detail-match { color: #526648; font-size: .8125rem; }
.chosen-note { color: var(--accent-ink); font-size: .8125rem; padding-top: 12px; }
.recipe-sheet { background: var(--card); border: 1px solid #e5dcd1; border-radius: 18px; padding: 22px 20px; margin-top: 22px; }
.recipe-sheet h2, .video-section h2 { font-size: 1.0625rem; }
.material-list { list-style: none; padding: 0; margin: 6px 0 17px; }
.material-list li { font-size: .875rem; display: flex; justify-content: space-between; align-items: center; gap: 8px; border-bottom: 1px dashed var(--line); padding: 9px 0; overflow-wrap: anywhere; }
.material-selected { font-size: .625rem; color: #526648; white-space: nowrap; background: #eef0e6; border-radius: 5px; padding: 2px 5px; }
.recipe-sheet h3 { font-size: .75rem; margin: 0 0 5px; font-weight: 500; }
#detail-pantry { font-size: .8125rem; color: var(--muted); line-height: 1.9; }
.small-note { color: var(--muted); font-size: .6875rem; line-height: 1.9; margin-top: 10px; }
.cooking-section { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.cooking-steps { padding: 0; margin: 15px 0 0; list-style: none; counter-reset: cooking; }
.cooking-steps li { counter-increment: cooking; position: relative; padding-left: 30px; margin: 0 0 18px; font-size: .875rem; line-height: 1.95; }
.cooking-steps li::before { content: counter(cooking); position: absolute; left: 0; top: 3px; border-radius: 50%; width: 21px; height: 21px; display: grid; place-items: center; background: #f0e1d7; color: var(--accent-ink); font-size: .6875rem; }
.source-button { display: flex; justify-content: space-between; align-items: center; gap: 8px; min-height: 48px; font-size: .75rem; color: var(--accent-ink); text-decoration: underline; text-underline-offset: 4px; margin-top: 9px; }
.video-section { padding: 24px 3px 4px; }
.play-icon { display: inline-grid; place-items: center; background: #b63d32; color: white; font-size: .65rem; width: 27px; height: 19px; border-radius: 5px; margin-right: 5px; }
#find-videos { margin-top: 14px; }
.video-card { display: grid; grid-template-columns: 32px 1fr; gap: 3px 8px; text-decoration: none; background: var(--card); padding: 14px; margin-top: 10px; border-radius: 12px; border: 1px solid var(--line); }
.video-card strong { font-size: .8125rem; font-weight: 500; overflow-wrap: anywhere; }
.video-play { grid-row: span 2; color: #b63d32; align-self: center; }
.video-channel { color: var(--muted); font-size: .6875rem; grid-column: 2; }
button.week-meal-name { background: transparent; text-align: left; padding: 4px 0; min-height: 44px; text-decoration: underline; text-decoration-color: var(--line); text-underline-offset: 4px; }
@media(max-width:360px) {
  .picker-intro h1 { font-size: 1.55rem; }
  .picker-intro img { width: 99px; height: 95px; }
  .ingredient-grid { gap: 6px 4px; }
  .ingredient-chip { font-size: .75rem; }
  .recipe-card { padding-inline: 15px; }
}
@container(max-width:18rem) {
  .picker-intro img { display: none; }
  .ingredient-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .effort-options span { display: none; }
  .material-list li { flex-wrap: wrap; }
  .recipe-card-bottom { flex-wrap: wrap; }
}
.effort-options [aria-pressed="true"] span { color: #665c53; }
#rakuten-credit a { display: inline-flex; align-items: center; min-height: 44px; }
