@charset "UTF-8";
:root{--paper:#faf9f6;--surface:#fff;--ink:#292820;--muted:#73766b;--accent:#e44727;--accent-dark:#bc3218;--tint:#fff0e8;--line:#e6e7df;--green:#355241;--radius:20px;color-scheme:light;font-family:"Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;font-size:16px;color:var(--ink);background:var(--paper)}
*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer;color:inherit;border:0;background:none}button:disabled{cursor:default;opacity:.45}button,input,select{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #849f6a;outline-offset:4px}input,select{min-width:0}h1,h2,h3,p{margin:0}a{color:var(--accent-dark)}svg{display:block;flex-shrink:0}button svg,span[data-icon] svg{width:20px;height:20px}span[data-icon]{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}[hidden]{display:none!important}.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}
.site-header{height:84px;background:var(--paper);border-bottom:1px solid var(--line)}.header-inner{max-width:1480px;height:100%;margin:auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;text-align:left;padding:0;flex-shrink:0}.brand-icon{width:46px;height:46px;border-radius:50%;background:var(--accent);color:#fff}.brand-icon svg{width:27px!important;height:27px!important}.brand-text{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:24px;font-weight:800;letter-spacing:.025em;line-height:1.3}.brand-text small{display:block;margin-top:4px;color:var(--muted);font-family:Arial,sans-serif;font-size:10px;letter-spacing:.19em;font-weight:600}.main-nav{display:flex;gap:6px;align-items:center}.nav-button{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:11px 18px;border-radius:24px;position:relative;font-size:14px;font-weight:600;color:var(--muted);white-space:nowrap}.nav-button.is-active{background:var(--ink);color:white}.nav-button:hover:not(.is-active){background:#eeefe8}.nav-button svg{width:18px;height:18px}.nav-count{font-size:12px;min-width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:var(--tint);color:var(--accent-dark);padding:0 4px}.header-note{font-size:12px;letter-spacing:.05em;color:var(--muted)}
.page-shell{max-width:1480px;margin:auto;padding:38px 40px 72px;min-height:calc(100vh - 174px)}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:30px}.eyebrow{font-family:Arial,sans-serif;font-size:11px;letter-spacing:.18em;font-weight:700;color:var(--accent);line-height:1.5;margin-bottom:9px}h1{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:37px;font-weight:800;line-height:1.45;letter-spacing:.015em}h1>span{color:var(--accent)}.intro{font-size:15px;line-height:1.8;color:var(--muted);margin-top:8px}.collection-mark{font-family:Georgia,serif;font-style:italic;font-size:43px;line-height:1;color:var(--green);display:flex;align-items:center;gap:13px}.collection-mark span{font:10px Arial,sans-serif;letter-spacing:.16em;max-width:50px;padding-top:4px}.discover-layout{display:grid;grid-template-columns:248px minmax(0,1fr);gap:32px;align-items:start}.recipe-workspace{min-width:0}.pantry-board{position:sticky;top:24px;background:#eaf0e3;border:1px solid #dbe3d2;border-radius:20px;padding:23px 20px}.pantry-board-heading{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.pantry-board h2{display:flex;align-items:center;gap:8px;font-size:18px;line-height:1.5}.count-badge{display:inline-grid;place-items:center;min-width:25px;height:25px;background:#fff8;color:var(--green);border-radius:50%;font-size:13px;padding:0 5px}.save-note{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--muted);line-height:1.6}.save-note svg{width:15px!important;height:15px!important}.selected-pantry{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0;padding:3px;max-height:260px;overflow:auto}.selected-food{display:flex;align-items:center;justify-content:space-between;gap:7px;background:#ffffffc9;border:1px solid #d1ddc5;border-radius:8px;padding:9px 10px;min-height:42px;font-size:14px;max-width:100%;overflow-wrap:anywhere}.selected-food svg{width:14px;height:14px;color:var(--muted)}.selected-food:hover{border-color:var(--green)}.pantry-empty{color:#657258;font-size:15px;line-height:1.9;padding:4px 0}.pantry-actions{display:flex;flex-direction:column;gap:8px;align-items:stretch}.pantry-actions>.primary{background:var(--green);font-size:14px}.pantry-actions>.primary:hover{background:#243f30}.pantry-actions>.text-button{font-size:12px}.pantry-help{font-size:12px;color:#6c7564;line-height:1.9;border-top:1px solid #d4dfca;padding-top:17px;margin-top:19px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:13px 19px;min-height:46px;border-radius:12px;font-size:14px;font-weight:700;line-height:1.5;transition:background .16s,transform .16s}.button:active{transform:scale(.98)}.primary{color:#fff;background:var(--accent)}.primary:hover{background:var(--accent-dark)}.secondary{background:white;border:1px solid var(--line)}.secondary:hover{background:#f2f3ed}.text-button{font-size:14px;line-height:1.6;padding:9px 0;color:var(--muted);text-decoration:underline;text-underline-offset:4px;min-height:38px}.icon-button{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .16s,transform .16s}.icon-button:hover{background:var(--tint)}.icon-button:active{transform:scale(.91)}.icon-button.is-saved{color:var(--accent);background:var(--tint)!important}.icon-button.is-saved svg{fill:currentColor;stroke:currentColor;stroke-width:1.5}
.search-form{display:flex;gap:12px;align-items:center;border:1px solid #dcdfd5;background:white;padding:6px 6px 6px 17px;border-radius:14px;min-height:56px}.search-form>span{color:#818a78}.search-form input{background:transparent;border:0;flex:1;width:100%;padding:9px 0;color:var(--ink);font-size:16px;line-height:1.5}.search-form input::placeholder{color:#909587}.search-submit{padding:10px 17px;min-height:42px;border-radius:10px;font-size:14px}.search-submit svg{width:17px;height:17px}.filter-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 21px}.category-filters{display:flex;gap:6px;min-width:0;overflow:auto;scrollbar-width:none;padding:3px}.filter-chip{font-size:14px;padding:9px 15px;border:1px solid var(--line);border-radius:23px;min-height:42px;background:transparent;white-space:nowrap}.filter-chip.is-active{background:var(--ink);border-color:var(--ink);color:white}.filter-chip:hover:not(.is-active){background:#eff0e9}.filter-toggle{display:flex;align-items:center;gap:7px;min-height:42px;flex-shrink:0;font-size:14px;color:var(--green);padding:8px 4px}.filter-toggle svg{width:18px;height:18px}.filter-toggle[aria-expanded="true"]{color:var(--accent-dark)}.search-options{display:flex;gap:12px 18px;flex-wrap:wrap;align-items:center;padding:17px;margin:-7px 0 21px;background:#eeefe9;border-radius:12px;font-size:13px;color:var(--muted)}.search-options label{display:flex;align-items:center;gap:8px}.search-options select{font-size:14px;padding:10px 8px;min-height:44px;border:1px solid #d5dacf;border-radius:8px;background:white;color:var(--ink);max-width:100%}.time-filter{display:flex;align-items:center;gap:5px}.time-filter svg{width:17px;height:17px}.reset-filters{color:var(--accent-dark)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading h2{font-size:18px;line-height:1.6}.section-heading p{color:var(--muted);font-size:12px;line-height:1.8;margin-top:4px}.result-count{white-space:nowrap;font-size:12px;color:var(--muted)}.result-count strong{color:var(--ink);font-size:18px;margin-right:4px;font-family:Arial,sans-serif}
.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 20px;align-items:stretch}.recipe-card{position:relative;border-radius:16px;background:white;border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .18s,transform .18s;isolation:isolate}.recipe-card:hover{box-shadow:0 12px 30px #29282010;transform:translateY(-3px)}.card-image{display:block;padding:0;position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#e9e8df}.card-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .32s;pointer-events:none}.recipe-card:hover .card-image img{transform:scale(1.025)}.card-time{display:flex;align-items:center;gap:4px;position:absolute;bottom:10px;left:11px;font-size:12px;font-weight:700;border-radius:20px;padding:5px 9px;background:#fffffff0;color:var(--ink)}.card-time svg{width:13px;height:13px}.card-save{position:absolute;top:10px;right:10px;width:38px;height:38px;background:#fffffff2;box-shadow:0 2px 12px #00000008;z-index:1}.card-save svg{width:18px;height:18px}.card-content{padding:17px 16px 15px;display:flex;flex-direction:column;flex:1}.card-title{display:block;text-align:left;padding:0;width:100%}.card-title h3{font-size:17px;line-height:1.65;letter-spacing:.005em}.card-subtitle{font-size:13px;line-height:1.8;color:var(--muted);margin-top:5px}.card-bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:14px}.recipe-tag{font-size:12px;line-height:1.6;color:#526547;padding:4px 8px;border-radius:6px;background:#eff3e8}.card-arrow{width:34px;height:34px;color:var(--green)}.card-arrow svg{width:17px;height:17px}.recipe-kicker{font-size:12px;letter-spacing:.04em;color:var(--green);margin-bottom:12px;padding-right:28px}.text-recipe{min-height:245px;background:#eff2e9}.text-recipe:nth-child(4n+2){background:#fbf0e8}.text-recipe:nth-child(4n+3){background:#f2f0e9}.text-recipe .card-content{padding:26px 20px 19px}.text-recipe h3{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:23px;line-height:1.65}.text-recipe .card-subtitle{margin-top:11px}.text-recipe .recipe-tag{background:#ffffffab}.text-recipe .card-save{background:#ffffffb3}.stock-summary{font-size:14px;line-height:1.7;margin-top:13px;padding-top:12px;border-top:1px solid #dce2d5}.stock-summary>span{display:flex;gap:6px;align-items:center;font-weight:700;color:#99532c}.stock-summary.is-ready>span{color:var(--green)}.stock-summary svg{width:15px;height:15px}.stock-summary small{display:block;font-size:12px;line-height:1.8;color:var(--muted);margin-top:2px;overflow-wrap:anywhere}.photo-note{font-size:12px;color:var(--muted);line-height:1.7;margin-top:7px}
.empty-state{grid-column:1/-1;text-align:center;border:1px dashed #c8d1bd;background:#fff9;border-radius:16px;padding:50px 20px;cursor:default}.empty-icon{width:58px;height:58px;background:#edf2e4;color:#718266;border-radius:50%;display:grid;place-items:center;margin:0 auto 18px}.empty-icon svg{width:26px;height:26px}.empty-state h2{font-size:19px;line-height:1.8}.empty-state p{font-size:15px;line-height:1.9;color:var(--muted);margin:10px 0 24px}.compact{margin-bottom:30px}
.shopping-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:40px;align-items:start}.shopping-main{min-width:0}.add-item-form{display:flex;gap:10px}.add-item-form input{border:1px solid var(--line);border-radius:12px;background:white;font-size:16px;flex:1;width:100%;padding:14px 17px;line-height:1.6}.list-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:24px 0 12px;min-height:38px}.list-heading p{font-size:14px;color:var(--muted)}.shopping-list{list-style:none;padding:0;margin:0}.shopping-item{display:flex;gap:12px;align-items:center;background:white;border:1px solid var(--line);border-bottom:0;padding:16px}.shopping-item:first-child{border-radius:14px 14px 0 0}.shopping-item:last-child{border-bottom:1px solid var(--line);border-radius:0 0 14px 14px}.shopping-item:only-child{border-radius:14px}.shopping-check{display:flex;align-items:center;gap:13px;flex:1;min-width:0;cursor:pointer}.shopping-check input{width:22px;height:22px;accent-color:var(--green);margin:0;flex-shrink:0}.shopping-item-text{font-size:16px;line-height:1.7;overflow-wrap:anywhere}.shopping-item-text small{display:block;font-size:12px;color:var(--muted);margin-top:2px}.shopping-item.is-done .shopping-item-text{text-decoration:line-through;color:#8d9386}.shopping-item .icon-button{width:40px;height:40px;color:#909a84}.shopping-tip{padding:27px;background:#edf1e6;border-radius:18px}.tip-icon{color:var(--green);margin-bottom:15px}.tip-icon svg{width:30px!important;height:30px!important}.shopping-tip h2{font-size:18px;line-height:1.7}.shopping-tip p{font-size:16px;line-height:1.9;color:var(--muted);margin:12px 0 20px}.shopping-tip .button{width:100%}.site-footer{max-width:1400px;margin:auto;border-top:1px solid var(--line);padding:24px 0;display:flex;gap:20px;align-items:center;color:var(--muted);font-size:12px}.site-footer>span{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:16px;font-weight:700;color:var(--ink)}.site-footer>.text-button{font-size:12px;margin-left:auto}
.recipe-dialog,.credits-dialog,.pantry-dialog{border:0;padding:0;width:100%;max-width:min(880px,calc(100% - 36px));max-height:90dvh;overflow:auto;border-radius:24px;background:var(--paper);color:var(--ink);box-shadow:0 30px 110px #17291d40;overscroll-behavior:contain}.recipe-dialog::backdrop,.credits-dialog::backdrop,.pantry-dialog::backdrop{background:#20291ed0}.dialog-close{position:absolute;top:16px;right:16px;background:#fffffff2;z-index:3;width:44px;height:44px;box-shadow:0 3px 12px #00000010}.detail-hero{height:300px;background:#e9ece3;overflow:hidden}.detail-hero img{width:100%;height:100%;object-fit:cover}.detail-body{padding:30px 34px 34px}.detail-body.no-image{padding-top:58px}.detail-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin:9px 0 14px}.detail-heading h2{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:29px;line-height:1.6}.feature-save{background:white;border:1px solid var(--line)}.recipe-meta{display:flex;flex-wrap:wrap;gap:15px;align-items:center;font-size:14px;color:var(--muted);line-height:1.7}.recipe-meta>span{display:flex;gap:6px;align-items:center}.recipe-meta svg{width:16px;height:16px}.detail-description{font-size:16px;line-height:1.9;color:var(--muted);margin-top:18px}.portion-note{font-size:13px;line-height:1.9;color:var(--muted);margin:12px 0 24px}.detail-columns{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;margin-top:27px}.detail-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;min-height:38px}.detail-section-heading h3{font-size:20px}.serving-control{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:24px;background:white;padding:2px}.serving-control button{width:36px;height:36px;border-radius:50%;font-size:20px}.serving-control button:hover:not(:disabled){background:#edf2e6}.serving-control span{font-size:14px;white-space:nowrap}.ingredient-list{list-style:none;margin:0 0 20px;padding:0}.ingredient-list li{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);font-size:16px;line-height:1.7}.ingredient-list li>span:last-child{flex-shrink:0;text-align:right;color:var(--muted)}.ingredient-status{display:block;font-size:12px;color:var(--muted);margin-top:2px}.is-pantry .ingredient-status{color:var(--green)}.ingredient-actions{display:grid;gap:10px}.ingredient-actions .button{width:100%;padding:12px 8px}.ingredient-note{font-size:13px;line-height:1.9;color:var(--muted);margin-top:14px}.shopping-feedback{font-size:14px;line-height:1.8;color:var(--green);margin-top:12px}.shopping-feedback:empty{display:none}.steps{list-style:none;padding:0;margin:0;counter-reset:step}.steps li{counter-increment:step;position:relative;padding-left:35px;margin-bottom:21px;font-size:16px;line-height:1.95}.steps li:before{content:counter(step);position:absolute;left:0;top:2px;width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:white;font-family:Arial,sans-serif;font-size:12px}.cook-tip{display:flex;gap:11px;background:#edf1e6;border-radius:12px;padding:17px;color:var(--green);margin-top:25px}.cook-tip svg{width:21px;height:21px;margin-top:2px}.cook-tip p{font-size:14px;line-height:1.9}.cooking-start{width:100%;margin-top:28px}.cooking-body{padding-top:60px}.cooking-body h2{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:29px;line-height:1.5;padding-right:20px}.cooking-progress{display:flex;gap:6px;margin:26px 0}.cooking-progress span{height:5px;flex:1;border-radius:4px;background:#dde2d5}.cooking-progress span.complete{background:var(--accent)}.cooking-step-label{font-size:13px;color:var(--accent);font-weight:700;margin-bottom:17px}.cooking-step-text{font-size:23px;line-height:1.9;min-height:140px}.cooking-controls{display:flex;justify-content:space-between;gap:14px;margin:25px 0}.cooking-context{font-size:14px;line-height:1.9;color:var(--muted);padding:18px;background:#eef1e7;border-radius:12px;margin-bottom:20px}.cook-finished{text-align:center;padding:22px 0}.cook-finished>span{display:inline-flex;color:var(--green);margin-bottom:18px}.cook-finished>span svg{width:55px;height:55px}.cook-finished h3{font-size:25px;line-height:1.8}.cook-finished p{font-size:16px;color:var(--muted);margin:12px 0 25px}
.pantry-dialog{max-width:min(740px,calc(100% - 32px))}.pantry-dialog-heading{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:23px 25px 17px;background:var(--paper)}.pantry-dialog-heading h2{font-family:"Hiragino Mincho ProN","Yu Mincho",serif;font-size:25px}.pantry-dialog-heading .eyebrow{margin-bottom:5px}.pantry-dialog-heading .icon-button{background:white;width:44px;height:44px}.pantry-search{display:flex;gap:10px;padding:0 25px}.pantry-search input{width:100%;flex:1;border:1px solid var(--line);background:white;min-height:48px;border-radius:10px;padding:10px 12px;font-size:16px}.pantry-message{margin:12px 25px 17px;font-size:13px;line-height:1.9;color:var(--muted);min-height:24px}.pantry-categories{display:flex;flex-wrap:wrap;gap:7px;padding:0 25px 18px}.pantry-categories .filter-chip{font-size:14px;padding:9px 12px;min-height:44px}.pantry-catalog{padding:0 25px 24px;min-height:160px}.pantry-group+.pantry-group{margin-top:23px}.pantry-group h3{font-size:15px;color:var(--green);margin-bottom:11px}.food-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.food-option{display:flex;align-items:center;text-align:left;gap:8px;min-height:47px;padding:10px;background:white;border:1px solid var(--line);border-radius:10px;font-size:14px}.food-option svg{width:17px;height:17px;color:#97a488}.food-option[aria-pressed="true"]{background:#e3edda;border-color:#7c936b;color:#304b23}.food-option[aria-pressed="true"] svg{color:var(--green)}.food-option:hover{border-color:var(--green)}.pantry-dialog-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;bottom:0;z-index:2;background:#fffffff7;border-top:1px solid var(--line);padding:15px 25px;padding-bottom:max(15px,env(safe-area-inset-bottom));font-size:14px}.credits-dialog{max-width:min(620px,calc(100% - 32px))}.credits-inner{position:relative;padding:45px 30px 30px}.credits-inner h2{font-size:25px;margin:8px 0 18px}.credits-inner>p:not(.eyebrow){font-size:15px;line-height:1.9;color:var(--muted)}.credit-row{font-size:13px;line-height:1.9;padding:18px 0;border-top:1px solid var(--line);overflow-wrap:anywhere}.credit-row:first-child{margin-top:22px}.credit-row strong{font-size:15px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;max-width:calc(100% - 32px);width:max-content;background:var(--ink);color:white;padding:14px 18px;border-radius:14px;box-shadow:0 12px 35px #0002;z-index:20;font-size:14px;line-height:1.7}.toast>svg{width:18px;height:18px;color:#c6dca4}.toast button{color:#dbefb7;text-decoration:underline;white-space:nowrap;font-weight:700;min-height:34px}
@media(min-width:761px){.recipe-card{content-visibility:auto;contain-intrinsic-size:auto 345px}.recipe-card:nth-child(-n+6){content-visibility:visible}}
@media(max-width:1180px){.header-note{display:none}.discover-layout{grid-template-columns:222px minmax(0,1fr);gap:25px}.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pantry-board{padding:21px 16px}.page-shell{padding-left:30px;padding-right:30px}.header-inner{padding:0 30px}.site-footer{margin:0 30px}.brand-text{font-size:22px}}
@media(max-width:860px){.main-nav{gap:0}.nav-button{padding:11px 12px}.brand-icon{width:41px;height:41px}.brand-text{font-size:21px}.discover-layout{grid-template-columns:200px minmax(0,1fr);gap:20px}.pantry-board h2{font-size:16px}.pantry-board h2>span[data-icon]{display:none}.pantry-help{font-size:12px}.detail-columns{gap:24px}.shopping-layout{grid-template-columns:minmax(0,1fr) 250px;gap:25px}}
@media(max-width:760px){
.site-header{height:69px}.header-inner{padding:0 20px;justify-content:center}.brand{gap:10px}.brand-icon{width:36px;height:36px}.brand-icon svg{width:23px!important;height:23px!important}.brand-text{font-size:22px}.brand-text small{font-size:9px;letter-spacing:.2em;margin-top:2px}.main-nav{position:fixed;bottom:0;left:0;right:0;z-index:10;background:#fffffff5;display:flex;justify-content:space-around;border-top:1px solid #dfe3d6;padding:6px 8px max(7px,env(safe-area-inset-bottom));box-shadow:0 -5px 24px #29282004}.nav-button{flex:1;gap:4px;flex-direction:column;min-height:53px;border-radius:12px;padding:5px 8px;font-size:12px}.nav-button.is-active{background:transparent;color:var(--accent-dark)}.nav-button.is-active svg{stroke-width:2.2}.nav-button svg{width:22px;height:22px}.nav-count{position:absolute;top:0;left:calc(50% + 9px);min-width:18px;height:18px;font-size:10px}.filter-toggle .nav-count{position:static}.page-shell{padding:25px 18px 55px;min-height:calc(100vh - 160px)}.page-heading{margin-bottom:19px;gap:10px}h1{font-size:27px}.eyebrow{font-size:10px;margin-bottom:6px}.intro{font-size:14px;margin-top:5px}.collection-mark{display:none}.discover-layout{display:flex;flex-direction:column;gap:20px}.recipe-workspace{width:100%}.pantry-board{position:static;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 10px;padding:15px 14px;width:100%;border-radius:14px;align-items:center}.pantry-board-heading{display:block}.pantry-board h2{font-size:15px;gap:6px;white-space:nowrap}.pantry-board h2>span[data-icon]{display:inline-flex}.pantry-board h2>span[data-icon] svg{width:17px;height:17px}.count-badge{min-width:22px;height:22px;font-size:12px}.pantry-board .save-note{display:none}.selected-pantry{grid-column:1/-1;grid-row:2;margin:0;padding:1px 2px;max-height:52px;flex-wrap:nowrap;overflow:auto;scrollbar-width:none;gap:6px}.selected-food{flex-shrink:0;font-size:13px;min-height:34px;padding:6px 9px;border-radius:7px}.pantry-empty{font-size:13px;line-height:1.7;padding:0}.pantry-actions{grid-column:2;grid-row:1;display:block}.pantry-actions .primary{min-height:38px;border-radius:9px;font-size:13px;padding:8px 10px;gap:5px}.pantry-actions .primary svg{width:15px;height:15px}.pantry-actions>.text-button{display:none}.pantry-help{display:none}.search-form{min-height:52px;padding:5px 5px 5px 13px;gap:9px;border-radius:12px}.search-form input{font-size:16px}.search-form input::placeholder{font-size:14px}.search-submit{min-height:40px;padding:9px 12px;font-size:14px}.search-submit svg{display:none}.filter-row{margin:12px 0 17px;gap:8px}.category-filters{gap:5px;padding:3px 1px}.filter-chip{font-size:13px;padding:8px 12px;min-height:40px}.filter-toggle{font-size:13px;gap:4px}.filter-toggle>span:not([data-icon]):not(.nav-count){display:none}.filter-toggle{width:38px;justify-content:center}.filter-toggle svg{width:19px;height:19px}.filter-toggle .nav-count{font-size:10px;min-width:16px;width:16px;height:16px}.search-options{gap:10px;padding:13px;margin-bottom:20px}.search-options label{width:100%;justify-content:space-between;font-size:13px}.search-options select{width:200px;font-size:14px}.search-options .time-filter{width:100%;justify-content:space-between}.search-options .time-filter label{display:block;clip:auto;position:static;width:auto;height:auto;overflow:visible;margin:0;white-space:normal}.search-options .time-filter>span{display:none}.search-options .reset-filters{font-size:13px;margin-left:auto}.section-heading{margin-bottom:13px;align-items:flex-start}.section-heading h2{font-size:17px}.section-heading p{font-size:12px;margin-top:3px}.result-count{padding-top:3px}.result-count strong{font-size:16px}.recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.recipe-card{border-radius:13px}.card-image{aspect-ratio:1.13}.card-save{width:33px;height:33px;top:7px;right:7px}.card-save svg{width:16px;height:16px}.card-time{font-size:11px;bottom:8px;left:8px;padding:4px 7px}.card-time svg{width:12px;height:12px}.card-content{padding:13px 12px 11px}.card-title h3{font-size:16px;line-height:1.65}.card-subtitle{display:none}.card-bottom{padding-top:10px;gap:3px}.recipe-tag{font-size:11px;padding:3px 5px}.card-arrow{width:30px;height:34px}.card-arrow svg{width:16px;height:16px}.text-recipe{min-height:229px}.text-recipe .card-content{padding:18px 13px 13px}.text-recipe h3{font-size:20px}.text-recipe .recipe-kicker{font-size:11px;line-height:1.7;padding-right:24px;margin-bottom:17px}.stock-summary{font-size:13px;margin-top:10px;padding-top:9px}.stock-summary small{font-size:11px;line-height:1.7}.stock-summary svg{width:14px;height:14px}.compact .save-note{display:none}.shopping-layout{grid-template-columns:1fr;gap:25px}.shopping-tip{padding:22px}.shopping-tip p{font-size:15px}.add-item-form input{padding:12px;font-size:16px}.add-item-form .button{padding:12px}.list-heading{align-items:flex-start}.list-heading p{font-size:13px}.list-heading .text-button{font-size:12px;padding-top:0;white-space:nowrap}.shopping-item{padding:13px}.shopping-item-text{font-size:16px}.shopping-item .icon-button{width:36px;height:36px}.site-footer{margin:0 18px;padding:19px 0 94px;gap:12px;flex-wrap:wrap}.site-footer>span{font-size:14px}.site-footer p{display:none}.site-footer .text-button{font-size:12px}.toast{bottom:86px;font-size:13px}
.recipe-dialog,.pantry-dialog{width:100%;max-width:100%;max-height:94dvh;margin:auto 0 0;border-radius:24px 24px 0 0}.detail-hero{height:245px}.detail-body{padding:24px 22px 30px}.detail-body.no-image{padding-top:57px}.detail-heading h2{font-size:25px}.detail-heading{gap:13px}.detail-description{font-size:16px}.recipe-meta{font-size:13px;gap:13px}.portion-note{font-size:12px}.detail-columns{grid-template-columns:1fr;gap:28px;margin-top:25px}.ingredient-list{margin-bottom:20px}.ingredient-actions .button{min-height:48px}.detail-section-heading h3{font-size:20px}.steps li{font-size:16px}.cook-tip p{font-size:14px}.cooking-body{padding-top:59px}.cooking-body h2{font-size:25px}.cooking-step-text{font-size:21px;min-height:145px}.cooking-controls .button{font-size:14px}.cooking-context{font-size:14px}.pantry-dialog-heading{padding:22px 18px 16px}.pantry-dialog-heading h2{font-size:23px}.pantry-search{padding:0 18px}.pantry-message{margin:11px 18px 16px;font-size:13px}.pantry-categories{padding:0 18px 18px;gap:6px}.pantry-categories .filter-chip{font-size:13px;padding:9px 12px}.pantry-catalog{padding:0 18px 21px}.food-options{grid-template-columns:repeat(2,minmax(0,1fr))}.food-option{font-size:14px;min-height:47px}.pantry-dialog-footer{padding:14px 18px;padding-bottom:max(14px,env(safe-area-inset-bottom))}.credits-inner{padding:50px 23px 28px}
}
@media(max-width:360px){h1{font-size:24px}.page-shell{padding-left:13px;padding-right:13px}.pantry-board{padding:13px 11px}.pantry-board h2{font-size:14px}.pantry-actions .primary{padding:8px;font-size:12px}.recipe-grid{gap:13px 9px}.card-content{padding:12px 10px}.card-title h3{font-size:15px}.recipe-tag{font-size:10px}.text-recipe h3{font-size:18px}.search-options select{width:185px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
.picker-selected{display:flex;gap:6px;overflow:auto;padding:0 25px 16px;max-height:80px;scrollbar-width:thin}.picker-selected:empty{display:none}.picker-selected .selected-food{flex-shrink:0;min-height:38px}.pantry-dialog-footer>div{display:flex;align-items:center;gap:13px}.pantry-dialog-footer .text-button{font-size:12px;color:var(--muted)}
@media(max-width:760px){.picker-selected{padding:0 18px 15px}.pantry-dialog-footer>div{display:block}.pantry-dialog-footer .text-button{display:block;padding:2px 0;min-height:30px}.brand-text small{font-size:10px}.card-time,.recipe-tag,.recipe-kicker,.stock-summary small{font-size:12px}.card-title h3{font-size:16px}.card-bottom{flex-wrap:wrap}.recipe-tag{max-width:100%;overflow-wrap:anywhere}.card-arrow{margin-left:auto}.pantry-actions .primary{font-size:14px}.selected-food{font-size:14px}.filter-chip{font-size:14px}}
