@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,Noto Sans SC,sans-serif;color:#18211d;background:#f3f5ef;font-synthesis:none;--green:#176b45;--lime:#d9f57a;--ink:#18211d;--muted:#647069;--line:#d7ddd7;--paper:#fbfcf8;--radius:14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}button,input,textarea{font:inherit}button{cursor:pointer;color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #7eb99b;outline-offset:3px}::selection{background:var(--lime);color:var(--ink)}.app{min-height:100dvh}.header{height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(20px,4vw,64px);border-bottom:1px solid var(--line);position:sticky;top:0;background:#f3f5eff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20}.brand,.header nav button,.login-button{border:0;background:none}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;justify-self:start}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--green);color:#fff}.brand small{display:block;font-size:9px;letter-spacing:.12em;color:var(--muted)}.header nav{display:flex;gap:28px}.header nav button{height:72px;color:var(--muted);border-bottom:2px solid transparent}.header nav button.active{color:var(--ink);border-color:var(--green);font-weight:700}.login-button{justify-self:end;display:flex;align-items:center;gap:7px;font-weight:700}.home-grid{max-width:1440px;margin:auto;display:grid;grid-template-columns:minmax(0,1.55fr) minmax(320px,.65fr);min-height:calc(100dvh - 72px)}.workbench{padding:clamp(46px,7vw,104px) clamp(24px,6vw,96px);border-right:1px solid var(--line)}.intro>span{display:flex;align-items:center;gap:7px;color:var(--green);font-weight:700;font-size:13px}.intro h1{font-size:clamp(40px,5.3vw,76px);line-height:1.02;letter-spacing:-.04em;max-width:850px;margin:20px 0 18px}.intro p{font-size:18px;color:var(--muted);max-width:580px;line-height:1.7}.input-panel{margin-top:54px}.input-panel>label,.modal label{font-weight:700;display:block;margin-bottom:10px}.ingredient-box{background:#fff;border:1px solid #cfd8d0;border-radius:var(--radius);padding:13px;display:grid;grid-template-columns:1fr auto;gap:10px;box-shadow:0 14px 38px #26433314}.chips{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px}.ingredient-chip{display:flex;align-items:center;gap:7px;background:#e9f4ed;border-radius:9px;padding:8px 10px;font-weight:700;font-size:14px;color:#245c42}.ingredient-chip button{border:0;background:none;display:grid;place-items:center;padding:0}.ingredient-box input{border:0;padding:11px 6px;font-size:17px;min-width:0}.ingredient-box input:focus{outline:none}.add-button{border:0;background:#eef1ec;border-radius:10px;padding:0 18px;display:flex;align-items:center;gap:6px;font-weight:700}.add-button:disabled{opacity:.45;cursor:not-allowed}.quick-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:16px}.quick-row>span{font-size:13px;color:var(--muted);margin-right:4px}.quick-row button{min-height:42px;padding:0 13px;border:1px solid var(--line);border-radius:99px;background:transparent;display:flex;align-items:center;gap:5px}.quick-row button.selected{background:#e1f0e7;border-color:#8ab29b;color:#195f3f}.primary-action{width:100%;min-height:62px;border:0;background:var(--green);color:#fff;border-radius:var(--radius);padding:0 20px;display:flex;align-items:center;justify-content:space-between;font-weight:800;font-size:16px;margin-top:32px;box-shadow:0 12px 26px #176b4533;transition:.2s}.primary-action span{display:flex;align-items:center;gap:10px}.primary-action:hover{background:#10583a}.primary-action:active{transform:scale(.99)}.primary-action.compact{width:auto;min-width:210px;margin-top:24px}.safety-note{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px}.brief-panel{background:#e9eee6;padding:52px clamp(24px,3.5vw,56px);display:flex;flex-direction:column}.brief-head{display:flex;justify-content:space-between;align-items:center;font-size:13px}.brief-head>span{font-weight:800}.brief-head b{font-size:11px;color:var(--green);background:#d3eadb;padding:6px 9px;border-radius:99px}.ingredient-visual{margin:48px 0;text-align:center}.plate{width:132px;height:132px;margin:auto;border-radius:50%;background:#fbfcf8;box-shadow:inset 0 0 0 14px #dce4da,0 16px 32px #283f301a;display:grid;place-items:center;position:relative}.plate span{position:absolute;right:16px;top:10px;background:var(--lime);width:32px;height:32px;border-radius:50%;display:grid;place-items:center;font-weight:800}.ingredient-visual p{font-size:13px;color:var(--muted)}.brief-panel dl{margin:0;border-top:1px solid #cdd6cc}.brief-panel dl>div{padding:18px 0;border-bottom:1px solid #cdd6cc;display:flex;justify-content:space-between;align-items:center}.brief-panel dt{color:var(--muted);font-size:13px}.brief-panel dd{margin:0;font-weight:700;display:flex;align-items:center;gap:10px}.brief-panel dd button{width:28px;height:28px;border:1px solid #bdc8bd;background:transparent;border-radius:8px;display:grid;place-items:center}.guest-note{margin-top:auto;background:#f7faf5;border-radius:var(--radius);padding:16px;display:flex;gap:12px}.guest-note strong{font-size:14px}.guest-note p{font-size:12px;color:var(--muted);margin:4px 0}.loading-state{min-height:calc(100dvh - 150px);display:grid;place-content:center;text-align:center;padding:40px}.knife-line{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;background:#dff0e4;color:var(--green);margin:auto;animation:pulse 1s ease-in-out infinite alternate}.loading-state h2{font-size:32px;margin-bottom:8px}.loading-state p{color:var(--muted)}.loading-steps{display:flex;gap:8px;margin-top:30px}.loading-steps span{padding:10px 14px;border-radius:99px;background:#e6e9e4;color:var(--muted);display:flex;gap:5px}.loading-steps .done{color:var(--green)}.loading-steps .active{background:var(--lime);color:var(--ink)}@keyframes pulse{to{transform:scale(1.06);box-shadow:0 0 0 14px #176b450d}}.results-page,.detail-page{max-width:1320px;margin:auto;padding:48px clamp(20px,4vw,64px) 90px}.results-top{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;margin-bottom:34px}.results-top>div{text-align:center}.results-top h1{font-size:clamp(32px,4vw,54px);letter-spacing:-.035em;margin:0 0 8px}.results-top p{margin:0;color:var(--muted)}.back,.filter{border:0;background:none;display:flex;align-items:center;gap:8px;font-weight:700}.filter{justify-self:end;border:1px solid var(--line);border-radius:10px;padding:12px 14px}.match-summary{display:flex;align-items:center;gap:10px;padding:15px 18px;background:#e5f0e8;border-radius:12px;margin-bottom:20px;color:#265940}.match-summary span{font-size:13px}.recipe-list{border-top:1px solid #bfc9c1}.recipe-row{display:grid;grid-template-columns:48px 230px 1fr auto;gap:24px;align-items:center;padding:28px 0;border-bottom:1px solid #bfc9c1}.rank{font-size:12px;color:var(--muted);align-self:start}.recipe-row img{width:230px;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius)}.meta{display:flex;gap:10px;align-items:center}.meta span{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.meta b{font-size:12px;color:var(--green);background:#dcf0e3;padding:5px 8px;border-radius:6px}.recipe-copy h2{font-size:28px;margin:12px 0 8px}.recipe-copy p{color:var(--muted);line-height:1.6;max-width:570px}.recipe-facts{display:flex;gap:9px;flex-wrap:wrap}.recipe-facts span{display:flex;align-items:center;gap:5px;font-size:12px;border:1px solid var(--line);border-radius:99px;padding:6px 9px}.recipe-facts svg{width:14px}.row-actions{display:flex;flex-direction:column;gap:10px}.row-actions>button{min-height:46px;border:1px solid var(--line);border-radius:10px;background:transparent}.row-actions .view{padding:0 16px;display:flex;align-items:center;gap:22px;background:var(--ink);color:#fff;border-color:var(--ink);font-weight:700}.detail-page>.back{margin-bottom:24px}.detail-hero{display:grid;grid-template-columns:1.15fr .85fr;min-height:470px;background:#e7ece5;border-radius:18px;overflow:hidden}.detail-hero>img{width:100%;height:100%;object-fit:cover}.detail-title{padding:clamp(32px,5vw,70px);align-self:center}.detail-title h1{font-size:clamp(38px,4vw,58px);letter-spacing:-.04em;line-height:1.04;margin:18px 0}.detail-title>p{color:var(--muted);line-height:1.7}.detail-grid{display:grid;grid-template-columns:1fr 360px;gap:64px;margin-top:58px}.detail-grid h2{font-size:28px;margin:0 0 24px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:58px}.two-col ul{padding:0;margin:0;list-style:none}.two-col li{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid var(--line)}.two-col li span{color:var(--muted);font-size:13px}.steps{list-style:none;padding:0}.steps li{display:flex;gap:20px;padding:20px 0;border-top:1px solid var(--line)}.steps li>span{width:34px;height:34px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;flex:none}.steps p{color:var(--muted);line-height:1.6}.tool-plan{border-left:1px solid var(--line);padding-left:38px}.tool-item{display:flex;gap:15px}.tool-item>span{width:48px;height:48px;border-radius:12px;background:#dfeae1;display:grid;place-items:center;color:var(--green);flex:none}.tool-item p,.serveware p{color:var(--muted);line-height:1.6;font-size:13px}.serveware{margin-top:30px;background:#e5e9e2;padding:24px;border-radius:var(--radius)}.dish-shape{height:110px;border-radius:50%;background:#3b423f;color:#f2f4ef;display:grid;place-items:center;margin-bottom:20px;box-shadow:inset 0 0 0 12px #565d5a}.serveware h3{font-size:20px}.serveware dl>div{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #c8d0c7}.serveware dt{color:var(--muted);font-size:12px}.serveware dd{margin:0;font-weight:700;font-size:13px}.serveware button,.feedback-link{border:0;background:none;color:var(--green);font-weight:700;padding:10px 0}.feedback-link{display:flex;gap:8px;align-items:center;margin-top:20px}.scrim{position:fixed;inset:0;background:#141d187a;z-index:50;display:grid;place-items:center;padding:20px}.modal{width:min(520px,100%);background:var(--paper);border-radius:18px;padding:36px;position:relative;box-shadow:0 30px 80px #12231947}.modal-close{position:absolute;right:18px;top:18px;width:44px;height:44px;border:0;background:#e9ede7;border-radius:50%;display:grid;place-items:center}.modal h2{font-size:30px;margin:0 40px 12px 0}.modal>p{color:var(--muted);line-height:1.6}.secondary-action{width:100%;min-height:52px;border:1px solid var(--line);background:transparent;border-radius:12px;margin-top:10px}.rating{display:flex;gap:8px;margin:22px 0}.rating button{border:0;background:transparent;color:#e0aa35;padding:7px}.feedback-options{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.feedback-options button{border:1px solid var(--line);background:#fff;border-radius:99px;padding:10px 14px}.modal textarea{width:100%;min-height:100px;border:1px solid var(--line);border-radius:10px;padding:12px;resize:vertical}.sent{text-align:center}.sent>svg{color:var(--green);background:#d9eee1;border-radius:50%;padding:6px;box-sizing:content-box}footer{min-height:72px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 clamp(20px,4vw,64px);font-size:12px;color:var(--muted)}footer button{border:0;background:none;color:var(--green);font-weight:700}@media(max-width:900px){.header{grid-template-columns:1fr auto}.header nav{display:none}.home-grid{grid-template-columns:1fr}.workbench{border-right:0}.brief-panel{min-height:520px}.results-top{grid-template-columns:1fr auto}.results-top>div{grid-column:1/-1;grid-row:1;text-align:left;margin-bottom:28px}.results-top>.back{grid-row:2}.recipe-row{grid-template-columns:36px 180px 1fr}.recipe-row img{width:180px}.row-actions{grid-column:3}.detail-hero{grid-template-columns:1fr}.detail-hero>img{height:390px}.detail-grid{grid-template-columns:1fr}.tool-plan{border-left:0;border-top:1px solid var(--line);padding:36px 0 0}}@media(max-width:620px){.header{height:64px;padding:0 16px}.brand small{display:none}.login-button{font-size:0}.login-button svg{width:24px;height:24px}.workbench{padding:40px 18px}.intro h1{font-size:42px}.intro p{font-size:16px}.input-panel{margin-top:36px}.quick-row>span{width:100%}.brief-panel{padding:36px 20px}.loading-steps{flex-direction:column}.results-page,.detail-page{padding:30px 16px 70px}.results-top h1{font-size:36px}.match-summary{align-items:flex-start;flex-wrap:wrap}.match-summary span{width:100%}.recipe-row{grid-template-columns:28px 1fr;gap:12px 14px}.recipe-row img{width:100%;grid-column:2}.recipe-copy{grid-column:2}.row-actions{grid-column:2;flex-direction:row}.row-actions>button:first-child{width:50px}.row-actions .view{flex:1;justify-content:space-between}.detail-hero>img{height:280px}.detail-title{padding:26px 20px}.detail-title h1{font-size:38px}.two-col{grid-template-columns:1fr;gap:0}.modal{padding:28px 20px}.modal h2{font-size:26px}footer{padding:20px;flex-direction:column;gap:8px}.primary-action.compact{width:100%}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.intro h1{margin-top:0}.constraint-panel{margin-top:14px;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fbfcf8}.constraint-panel strong{display:block;margin-bottom:12px;font-size:14px}.constraint-panel>div{display:flex;flex-wrap:wrap;gap:8px}.constraint-panel button{min-height:42px;padding:0 13px;border:1px solid var(--line);border-radius:99px;background:#fff;display:flex;align-items:center;gap:5px}.constraint-panel button.selected{background:#e1f0e7;border-color:#8ab29b;color:#195f3f}.constraint-panel p{margin:12px 0 0;color:var(--muted);font-size:12px}.matching-track{width:min(760px,90vw);display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:42px;text-align:left}.matching-track>div{position:relative;padding:0 22px 22px 0;color:var(--muted)}.matching-track>div>span{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;margin-bottom:14px;font-weight:800}.matching-track b,.matching-track small{display:block}.matching-track small{margin-top:5px;line-height:1.45}.matching-track i{position:absolute;left:0;right:14px;bottom:0;height:3px;background:#dce2dc;overflow:hidden}.matching-track .active{color:var(--ink)}.matching-track .active>span{background:var(--lime);border-color:var(--lime)}.matching-track .active i:after{content:"";display:block;width:55%;height:100%;background:var(--green);animation:match-progress .52s ease-out forwards}.matching-track .done{color:var(--green)}.matching-track .done>span{background:var(--green);color:#fff;border-color:var(--green)}.matching-track .done i{background:var(--green)}@keyframes match-progress{0%{width:0}to{width:100%}}.rating button[aria-pressed=true]{background:#fff4cf;border-radius:9px}.feedback-options button.selected{background:#dcefe3;border-color:#86ad96;color:#195f3f}@media(max-width:620px){.matching-track{grid-template-columns:1fr;width:min(340px,90vw);gap:22px}.matching-track>div{display:grid;grid-template-columns:42px 1fr;column-gap:12px;padding:0 0 14px}.matching-track>div>span{grid-row:1 / 3;margin:0}.matching-track i{left:54px;right:0}}@media(prefers-reduced-motion:reduce){.matching-track .active i:after{animation:none;width:100%}}:root{--green: #d94727;--lime: #f5c84f;--ink: #291813;--muted: #735f57;--line: #e7d7ca;--paper: #fffaf3;background:#fff8ed}body{background:radial-gradient(circle at 8% 20%,rgba(245,200,79,.13),transparent 25%),#fff8ed}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f6ecdf}::-webkit-scrollbar-thumb{background:#ceaa96;border:3px solid #f6ecdf;border-radius:20px}.header{background:#fff8edf0;border-color:#eadccf}.brand-mark{background:#d94727;box-shadow:0 8px 20px #d9472738}.header nav button.active{border-color:#d94727}.home-grid{grid-template-columns:minmax(0,1.42fr) minmax(380px,.78fr)}.workbench{padding-top:clamp(48px,5vw,78px);background:#fffaf380}.intro h1{max-width:730px;font-size:clamp(48px,5.7vw,82px);line-height:.98;text-wrap:balance}.intro h1 em{display:block;color:#d94727;font-style:normal}.intro p{color:#6f584f;font-size:17px;max-width:650px}.input-panel{margin-top:38px}.ingredient-box{grid-template-columns:1fr auto;border:2px solid #34211b;box-shadow:0 18px 44px #6236231f}.ingredient-box.has-error{border-color:#b42318}.ingredient-box input{min-height:50px;font-size:17px;caret-color:#d94727}.add-button{background:#f7e2d5;color:#7f2e1c}.input-help{margin:9px 2px 0;color:var(--muted);font-size:12px}.input-error{display:flex;align-items:center;gap:7px;color:#a52b1c;font-weight:700;font-size:13px}.example-row{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:12px 0 0}.example-row>span{color:var(--muted);font-size:12px}.example-row button{border:0;background:transparent;color:#a33a22;padding:5px 7px;text-decoration:underline;text-underline-offset:4px;font-size:12px}.recognized-panel{margin-top:25px;border-top:1px solid #dccbbf;border-bottom:1px solid #dccbbf}.recognized-head{display:flex;justify-content:space-between;align-items:center;padding:15px 0 12px}.recognized-head strong,.recognized-head span{display:block}.recognized-head span{color:var(--muted);font-size:12px;margin-top:3px}.recognized-head>b{font-size:11px;color:#8d3b28;background:#f5dfd3;padding:6px 9px;border-radius:6px}.ingredient-ledger{display:grid;grid-template-columns:1fr 1fr;column-gap:18px}.ingredient-entry{display:grid;grid-template-columns:40px 1fr auto 88px;gap:11px;align-items:center;min-height:74px;border-top:1px solid #e8dbd0}.food-dot{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;font-weight:800;background:#f0d9ca;color:#8a2f1b}.food-蔬菜{background:#dcebd7;color:#326b37}.food-蛋白质{background:#f7d7ca;color:#9c2e17}.food-主食{background:#f7e8b7;color:#785e12}.food-name strong,.food-name small{display:block}.food-name small{color:var(--muted);font-size:10px;margin-top:3px}.food-data{text-align:right}.food-data span{display:block;font-size:11px;color:var(--muted)}.food-data span:first-child{color:var(--ink);font-weight:700;margin-bottom:3px}.entry-actions{display:flex;justify-content:flex-end}.entry-actions button{width:44px;height:44px;border:0;background:transparent;border-radius:9px;display:grid;place-items:center}.entry-actions button:hover{background:#f3e4db}.ingredient-entry.is-editing{padding:12px 0 16px}.ingredient-editor{grid-column:1 / -1;display:grid;grid-template-columns:1.25fr .7fr .7fr 1fr;gap:10px;padding:15px;background:#f8eade;border-radius:12px}.ingredient-editor>p{grid-column:1 / -1;margin:0;color:var(--muted);font-size:11px}.ingredient-editor label{font-size:11px;font-weight:700;color:#6e4a3d}.ingredient-editor input,.ingredient-editor select{width:100%;min-height:44px;margin-top:6px;border:1px solid #d9c3b5;border-radius:8px;background:#fff;padding:8px;color:var(--ink)}.ingredient-editor>div{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px}.ingredient-editor>div button{min-height:44px;padding:0 15px;border:1px solid #d0b7a8;border-radius:9px;background:transparent}.ingredient-editor>div .save-edit{border-color:#d94727;background:#d94727;color:#fff}.ingredient-empty{min-height:90px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);border-top:1px solid var(--line)}.quick-row{margin-top:20px}.quick-row button{min-height:44px}.quick-row button.selected,.constraint-panel button.selected{background:#dceedd;border-color:#72a879;color:#245f32}.constraint-panel button{min-height:44px}.constraint-panel{background:#fffaf3}.primary-action{background:#d94727;box-shadow:0 14px 30px #d9472740}.primary-action:hover{background:#bd351a}.primary-action:disabled{opacity:.45;box-shadow:none;cursor:not-allowed}.brief-panel{position:relative;overflow:hidden;background:#2d1c17;color:#fff7ec;padding:0 0 42px}.crave-image{position:relative;min-height:330px;overflow:hidden}.crave-image:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,#2d1c17)}.crave-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.crave-image>div{position:absolute;z-index:1;left:32px;right:32px;bottom:25px}.crave-image span{display:inline-block;margin-top:10px;padding:5px 8px;border-radius:6px;color:#342112;background:#f5c84f;font-size:10px;font-weight:800}.crave-image strong{display:block;font-size:30px;letter-spacing:-.025em;margin-top:10px}.crave-image p{margin:5px 0 0;color:#e5cfc3;font-size:12px}.brief-head,.brief-panel dl,.guest-note,.pantry-count{margin-left:clamp(24px,3vw,44px);margin-right:clamp(24px,3vw,44px)}.brief-head{margin-top:24px}.brief-head b{color:#2d1c17;background:#f5c84f}.pantry-count{display:flex;align-items:baseline;gap:12px;padding:22px 0 15px}.pantry-count strong{font-size:54px;line-height:1;color:#f5c84f;font-variant-numeric:tabular-nums}.pantry-count span{color:#d9c6ba;font-size:13px}.brief-panel dl{border-color:#5f463d}.brief-panel dl>div{border-color:#5f463d}.brief-panel dt{color:#bfa9a0}.brief-panel dd{max-width:65%;text-align:right;color:#fff7ec}.brief-panel dd button{border-color:#765b50;color:#fff}.brief-panel dd button{width:44px;height:44px}.guest-note{margin-top:28px;background:#44302a}.guest-note p{color:#cdb9ae}.guest-note svg{color:#f5c84f}.results-page,.detail-page{background:#fff8ed}.match-summary{background:#f7e3d6;color:#793421}.meta b{color:#7f2f1b;background:#f8ded2}.row-actions .view{background:#d94727;border-color:#d94727}.detail-hero{background:#f3dfcf}.steps li>span{background:#d94727}.dish-shape{background:#34211c}@media(max-width:900px){.home-grid{grid-template-columns:1fr}.brief-panel{min-height:auto}.crave-image{min-height:420px}}@media(max-width:620px){.workbench{padding-top:38px}.intro h1{font-size:47px}.intro p{font-size:15px}.input-panel{margin-top:30px}.ingredient-box{padding:9px}.ingredient-ledger{grid-template-columns:1fr}.recognized-head{align-items:flex-start;gap:12px}.recognized-head>b{white-space:nowrap}.food-data{min-width:78px}.ingredient-entry{grid-template-columns:40px 1fr auto 44px}.entry-actions{flex-direction:column}.ingredient-editor{grid-template-columns:1fr 1fr}.ingredient-editor label:first-of-type{grid-column:1 / -1}.example-row{gap:4px}.example-row button{text-align:left}.crave-image{min-height:350px}.login-button{min-width:44px;min-height:44px;justify-content:center}}.stage3-results{max-width:1460px}.stage3-results .results-top{grid-template-columns:1fr auto;align-items:center;gap:18px 28px;margin-bottom:26px}.stage3-results .results-top>div{grid-column:1 / -1;grid-row:1;text-align:left}.stage3-results .results-top>.back{grid-column:1;grid-row:2}.stage3-results .results-top h1{max-width:850px;font-family:Georgia,"Noto Serif SC",serif;color:#291813}.stage3-results .results-top p{margin-top:10px}.sort-control{grid-column:2;grid-row:2;justify-self:end;min-height:48px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid #dfcdbd;border-radius:12px;background:#fffaf3;color:#735d52;font-size:13px}.sort-control select{border:0;background:transparent;color:#291813;font-weight:750;min-height:42px}.engine-status{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:17px 19px;margin-bottom:16px;border:1px solid #eccd9b;border-radius:14px;background:linear-gradient(110deg,#fff1c6,#fff8ed 58%);color:#5d361f}.engine-status>svg{color:#d94727}.engine-status div{display:flex;flex-direction:column;gap:3px}.engine-status strong{color:#291813;font-size:14px}.engine-status span{font-size:12px;line-height:1.5}.engine-status>b{padding:7px 10px;border-radius:999px;background:#2d1c17;color:#fff8ed;font-size:12px;white-space:nowrap}.engine-hybrid{background:linear-gradient(110deg,#fbe7da,#fff8ed 58%)}.engine-fallback{background:#fff8ed}.cuisine-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.cuisine-filter button{min-height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #dfcdbd;border-radius:999px;background:transparent;color:#725d52;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.cuisine-filter button:hover{border-color:#d94727;color:#b7371c;transform:translateY(-1px)}.cuisine-filter button.active{border-color:#2d1c17;background:#2d1c17;color:#fff8ed}.stage3-results .recipe-list{border-color:#dac6b4}.stage3-results .recipe-row{grid-template-columns:34px 218px minmax(300px,1fr) 124px 176px;gap:22px;border-color:#dac6b4;padding:28px 0}.stage3-results .recipe-row img{width:218px;border-radius:16px;box-shadow:0 12px 28px #4a27171f}.stage3-results .recipe-copy h2{margin:9px 0 7px;color:#291813;font-family:Georgia,"Noto Serif SC",serif}.stage3-results .recipe-copy>p{margin:0 0 12px}.stage3-results .meta b{color:#ac331d;background:#fde1d6}.match-reasons{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 13px}.match-reasons span,.exclusion-reason{display:flex;align-items:center;gap:5px;min-height:30px;padding:5px 9px;border-radius:8px;background:#eef5e6;color:#3f6540;font-size:12px}.match-reasons .caution{background:#fff1d0;color:#85531b}.exclusion-reason{width:fit-content;margin-bottom:12px;background:#f4e3dc;color:#8e3d2e}.audit-summary{display:flex;align-items:center;gap:7px;width:fit-content;margin:0 0 13px;color:#3f6540;font-size:11px}.audit-summary svg{flex:none}.audit-summary strong{color:#291813;font-size:11px}.audit-summary span{color:#735f57}.audit-summary.audit-review svg{color:#85531b}.audit-summary.audit-blocked{color:#8e3d2e}.match-score{align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:14px;border-left:1px solid #e3d3c4}.match-score>strong{font:700 36px/1 Georgia,serif;color:#d94727}.match-score>span{margin:4px 0 13px;color:#816d62;font-size:11px}.match-score dl{margin:0}.match-score dl>div{display:grid;grid-template-columns:54px 1fr;align-items:center;gap:7px;margin-top:7px}.match-score dt{display:flex;justify-content:space-between;color:#806d62;font-size:10px}.match-score dt b{color:#291813;font-variant-numeric:tabular-nums}.match-score dd{height:5px;margin:0;overflow:hidden;border-radius:999px;background:#eadfd4}.match-score progress{display:block;width:100%;height:5px;border:0;appearance:none}.match-score progress::-webkit-progress-bar{border-radius:999px;background:#eadfd4}.match-score progress::-webkit-progress-value{border-radius:999px;background:linear-gradient(90deg,#f5c84f,#d94727)}.match-score progress::-moz-progress-bar{border-radius:999px;background:linear-gradient(90deg,#f5c84f,#d94727)}.stage3-results .row-actions>button:first-child{width:48px;align-self:flex-end}.stage3-results .row-actions .view{min-height:50px;justify-content:space-between;background:#d94727;border-color:#d94727}.stage3-results .row-actions .view:hover{background:#bd351a}.stage3-results .row-actions button:disabled{cursor:not-allowed;opacity:.48}.recipe-excluded{opacity:.68}.recipe-excluded img{filter:saturate(.35)}.recipe-excluded .meta b{background:#eee1da;color:#7f4338}.recipe-excluded .match-score>strong{color:#8b756a}.result-empty{min-height:340px;display:grid;place-items:center;align-content:center;text-align:center;color:#745f54}.result-empty h2{margin:14px 0 5px;color:#291813}.result-empty p{margin:0 0 18px}.result-empty button{min-height:44px;padding:0 16px;border:1px solid #d94727;border-radius:999px;background:transparent;color:#b8361d;font-weight:700}@media(max-width:1120px){.stage3-results .recipe-row{grid-template-columns:34px 190px minmax(280px,1fr) 112px}.stage3-results .recipe-row img{width:190px}.stage3-results .row-actions{grid-column:3 / 5;flex-direction:row;justify-content:flex-end}.stage3-results .row-actions>button:first-child{align-self:auto}}@media(max-width:900px){.stage3-results .recipe-row{grid-template-columns:30px 180px minmax(0,1fr)}.stage3-results .recipe-row img{width:180px}.match-score{grid-column:3;border-left:0;border-top:1px solid #e3d3c4;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:12px 0 0}.match-score>span{margin:0 8px 0 -5px}.match-score dl{flex:1;display:flex;gap:10px}.match-score dl>div{flex:1;min-width:74px}.stage3-results .row-actions{grid-column:3}}@media(max-width:620px){.stage3-results .results-top{gap:18px 10px}.stage3-results .results-top h1{font-size:37px}.stage3-results .results-top p{font-size:13px;line-height:1.6}.sort-control span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.engine-status{grid-template-columns:auto 1fr;align-items:start}.engine-status>b{grid-column:2;width:fit-content}.cuisine-filter{margin-inline:0;padding:0}.cuisine-filter button{flex:none}.cuisine-filter .excluded-toggle{width:100%;order:-1;justify-content:center;border-style:dashed}.stage3-results .recipe-row{grid-template-columns:26px 1fr;gap:13px;padding:24px 0}.stage3-results .recipe-row img{grid-column:2;grid-row:3;width:100%;aspect-ratio:16 / 10}.stage3-results .recipe-copy{grid-column:2;grid-row:2}.stage3-results .match-score{grid-column:2;grid-row:4}.stage3-results .row-actions{grid-column:2;grid-row:5}.stage3-results .recipe-copy h2{font-size:27px}.match-score{display:grid;grid-template-columns:auto auto 1fr}.match-score dl{grid-column:1 / -1}.stage3-results .row-actions{justify-content:stretch}.stage3-results .row-actions .view{flex:1}}@media(prefers-reduced-motion:reduce){.cuisine-filter button{transition:none}}.professional-detail{max-width:1420px;margin:0 auto;padding:30px clamp(18px,4vw,64px) 96px;color:#291813}.detail-back{min-height:44px;margin-bottom:20px}.recipe-hero-pro{display:grid;grid-template-columns:minmax(440px,1.15fr) minmax(390px,.85fr);min-height:540px;overflow:hidden;border-radius:18px;background:#2d1c17;color:#fff7ec}.hero-photo{position:relative;min-height:540px}.hero-photo:after{content:"";position:absolute;inset:55% 0 0;background:linear-gradient(transparent,#23130eb8);pointer-events:none}.hero-photo img{width:100%;height:100%;object-fit:cover;display:block}.hero-photo>span{position:absolute;z-index:1;left:22px;bottom:18px;padding:7px 10px;border-radius:6px;background:#2d1c17e0;color:#fff7ec;font-size:12px}.hero-recipe-copy{align-self:center;padding:clamp(34px,5vw,72px)}.hero-recipe-copy .meta span{color:#d9c6ba}.hero-recipe-copy .meta b{background:#f5c84f;color:#291813}.hero-recipe-copy h1{margin:20px 0 16px;max-width:12ch;font:700 clamp(43px,4.4vw,66px)/1.04 Georgia,"Noto Serif SC",serif;letter-spacing:-.035em;text-wrap:balance}.hero-recipe-copy>p{max-width:38ch;color:#ddcfc6;font-size:16px;line-height:1.72}.detail-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid #5b443b}.detail-fact{display:flex;align-items:center;gap:9px}.detail-fact>svg{color:#f5c84f;flex:none}.detail-fact span{color:#bfa99f;font-size:11px}.detail-fact strong{display:block;margin-top:3px;color:#fff7ec;font-size:13px}.serving-control{display:flex;align-items:center;gap:10px;margin-top:24px}.serving-control>span{margin-right:auto;color:#d9c6ba;font-size:13px}.serving-control button{width:44px;height:44px;display:grid;place-items:center;border:1px solid #6e5247;border-radius:50%;background:transparent;color:#fff7ec}.serving-control button:hover{border-color:#f5c84f;color:#f5c84f}.serving-control button:disabled{cursor:not-allowed;opacity:.35}.serving-control strong{min-width:48px;text-align:center;font-variant-numeric:tabular-nums}.pantry-context{display:flex;align-items:flex-start;gap:8px;margin:18px 0 0;font-size:12px!important}.pantry-context svg{flex:none;margin-top:3px;color:#9fc49e}.time-breakdown{margin:11px 0 0!important;color:#c9b7ad!important;font-size:11px!important}.recipe-jump-nav{position:sticky;top:72px;z-index:12;display:grid;grid-template-columns:repeat(4,1fr);margin:0 0 48px;border:1px solid #e0cdbd;border-top:0;border-radius:0 0 14px 14px;background:#fff8edf5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.recipe-jump-nav button{min-height:52px;border:0;border-right:1px solid #e0cdbd;background:transparent;color:#6f584f;font-size:13px;font-weight:750}.recipe-jump-nav button:last-child{border-right:0}.recipe-jump-nav button:hover{color:#d94727;background:#fffaf3}.recipe-overview{display:grid;grid-template-columns:minmax(220px,.6fr) minmax(0,1.4fr);gap:44px;align-items:end;padding:0 0 42px;border-bottom:1px solid #dcc7b6}.recipe-overview h2,.recipe-section h2,.equipment-rail h2{margin:0;font:700 30px/1.15 Georgia,"Noto Serif SC",serif}.recipe-overview p,.section-heading p{margin:8px 0 0;color:#735f57;line-height:1.6;font-size:14px}.professional-audit{margin:38px 0 0;padding:26px 0 34px;border-bottom:1px solid #dcc7b6}.professional-audit-head{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:12px}.professional-audit-head>svg{color:#3f6540}.professional-audit-head h2{margin:0;font:700 25px/1.15 Georgia,"Noto Serif SC",serif}.professional-audit-head p{max-width:65ch;margin:7px 0 0;color:#735f57;font-size:13px;line-height:1.6}.professional-audit-head>strong{padding:7px 10px;border-radius:999px;background:#fff1d0;color:#85531b;font-size:11px;white-space:nowrap}.audit-findings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px;margin-top:22px;border-top:1px solid #dcc7b6}.audit-finding{min-width:0;display:grid;grid-template-columns:28px 1fr;gap:9px;padding:15px 0;border-bottom:1px solid #e5d8cd}.audit-finding>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#dceedd;color:#245f32}.audit-finding-review>span{background:#fff1d0;color:#85531b}.audit-finding-blocked>span{background:#f4e3dc;color:#8e3d2e}.audit-finding strong{font-size:12px}.audit-finding p{margin:4px 0 0;color:#735f57;font-size:12px;line-height:1.55;overflow-wrap:anywhere}.flavor-blueprint{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #2d1c17;border-bottom:1px solid #dcc7b6}.flavor-blueprint>div{min-height:88px;padding:18px 14px;border-right:1px solid #dcc7b6}.flavor-blueprint>div:last-child{border-right:0}.flavor-blueprint span{display:block;color:#8a7165;font-size:11px}.flavor-blueprint strong{display:block;margin-top:10px;color:#291813;font-size:15px}.recipe-workspace{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:clamp(38px,5vw,72px);margin-top:50px}.recipe-section{scroll-margin-top:142px;padding:0 0 64px}.section-heading{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:28px}.section-heading>span{flex:none;padding:8px 11px;border-radius:999px;background:#f7e8b7;color:#785e12;font-size:11px;font-weight:800}.ingredient-group{margin-top:28px}.ingredient-group h3{margin:0 0 8px;color:#8a3c25;font-size:13px;letter-spacing:.04em}.ingredient-table{border-top:1px solid #cdb9aa}.ingredient-line{min-height:76px;display:grid;grid-template-columns:38px minmax(120px,.8fr) 80px minmax(160px,1.15fr) minmax(100px,.65fr);align-items:center;gap:14px;border-bottom:1px solid #e1d2c5;cursor:pointer}.ingredient-line input{position:absolute;opacity:0;pointer-events:none}.check-ui{width:28px;height:28px;display:grid;place-items:center;border:1px solid #bda99a;border-radius:50%;color:transparent}.ingredient-line input:focus-visible+.check-ui{outline:3px solid #7eb99b;outline-offset:3px}.ingredient-line:hover .check-ui{border-color:#d94727}.ingredient-line.done{opacity:.58}.ingredient-line.done .check-ui{border-color:#3f6540;background:#dceedd;color:#245f32}.ingredient-line.done .ingredient-name strong,.ingredient-line.done>b{text-decoration:line-through;text-decoration-thickness:1px}.ingredient-name strong{display:block}.ingredient-name small{display:inline-block;margin-top:5px;padding:3px 6px;border-radius:6px;background:#f2e6db;color:#74594e;font-size:10px}.ingredient-name .stock-ready{background:#dceedd;color:#245f32}.ingredient-name .stock-gap{background:#fff1d0;color:#85531b}.ingredient-line>b{color:#d94727;font-size:14px;font-variant-numeric:tabular-nums}.ingredient-prep{color:#5e4b43;font-size:13px;line-height:1.45}.ingredient-role{color:#8b776d;font-size:11px}.cook-progress{width:100%;height:7px;margin-bottom:28px;border:0;appearance:none}.cook-progress::-webkit-progress-bar{border-radius:999px;background:#eadfd4}.cook-progress::-webkit-progress-value{border-radius:999px;background:#d94727}.cook-progress::-moz-progress-bar{border-radius:999px;background:#d94727}.cooking-timeline ol{margin:0;padding:0;list-style:none}.batch-block+.batch-block{margin-top:34px;padding-top:28px;border-top:1px dashed #cfb9a8}.batch-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 22px;padding:12px 16px;border-radius:10px;background:#f2e6db;color:#4d413c}.batch-title span{color:#8a3c25;font-size:13px}.cooking-timeline li{display:grid;grid-template-columns:48px minmax(0,1fr);gap:22px;padding:0 0 30px;position:relative}.cooking-timeline li:before{content:"";position:absolute;left:23px;top:48px;bottom:0;width:1px;background:#dac5b4}.cooking-timeline li:last-child:before{display:none}.step-check{width:48px;height:48px;z-index:1;display:grid;place-items:center;border:1px solid #d94727;border-radius:50%;background:#fff8ed;color:#d94727;font-weight:850}.step-check:hover,.cooking-timeline li.done .step-check{background:#d94727;color:#fff7ec}.cooking-timeline li.done article{opacity:.56}.step-title{display:flex;justify-content:space-between;gap:18px;padding-bottom:14px;border-bottom:1px solid #ddcab9}.step-title h3{margin:5px 0 0;font-size:21px}.step-title>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.step-title span{min-height:32px;padding:5px 8px;display:inline-flex;align-items:center;gap:5px;border:1px solid #decbbc;border-radius:999px;color:#705b51;font-size:11px;white-space:nowrap}.step-title svg{width:14px}.step-action{margin:16px 0;max-width:70ch;color:#392721;line-height:1.68}.step-knowledge{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0}.step-knowledge>div{padding:13px;border-radius:12px;background:#eef5e6}.step-knowledge .recovery{background:#fff1d0}.step-knowledge dt{color:#3f6540;font-size:10px;font-weight:850}.step-knowledge .recovery dt{color:#85531b}.step-knowledge dd{margin:7px 0 0;color:#4d413c;font-size:12px;line-height:1.55}.control-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px}.control-grid h3{margin:0 0 14px;font-size:15px}.control-list>div,.substitution-list>div{padding:16px 0;border-top:1px solid #ddcab9}.control-list strong{color:#d94727}.control-list p,.substitution-list p{margin:6px 0 0;color:#735f57;font-size:13px;line-height:1.55}.substitution-list>div>div{display:flex;align-items:center;gap:8px}.substitution-list span{color:#725d52}.substitution-list b{color:#d94727}.equipment-rail{scroll-margin-top:142px}.equipment-rail>section{padding:25px 0;border-bottom:1px solid #d9c4b3}.equipment-rail>section:first-child{padding-top:0}.safety-card{display:flex;gap:12px;color:#803526}.safety-card>svg{flex:none;color:#b42318}.safety-card strong{font-size:13px}.safety-card p{margin:7px 0 0;color:#704c43;font-size:12px;line-height:1.65}.allergen-list{margin-top:13px!important}.allergen-list>div{border-color:#ddc0b6!important}.allergen-list dd{color:#7d3025}.rail-title{display:flex;align-items:center;gap:9px;margin-bottom:20px;color:#291813}.rail-title svg{color:#d94727}.equipment-rail h2{font-size:24px}.equipment-rail h3{margin:0 0 16px;font-size:18px}.equipment-rail dl{margin:0}.equipment-rail dl>div{display:flex;justify-content:space-between;gap:18px;padding:9px 0;border-bottom:1px solid #e3d4c8}.equipment-rail dt{color:#806b60;font-size:11px}.equipment-rail dd{margin:0;max-width:65%;text-align:right;font-size:12px;font-weight:750}.tool-spec>p,.serveware-reason p,.plating-note p{color:#735f57;font-size:12px;line-height:1.65}.tool-spec .batch-warning{padding:10px 12px;border-radius:9px;background:#fff1d0;color:#85531b;font-weight:700}.tool-alt{margin-top:16px;padding:13px;border-radius:12px;background:#f2e6db}.tool-alt span{display:block;color:#8d7063;font-size:10px}.tool-alt strong{display:block;margin-top:5px;font-size:12px;line-height:1.5}.plate-preview{height:170px;margin-bottom:22px;display:grid;place-items:center;position:relative;color:#fff7ec}.plate-preview>span{position:absolute;width:190px;height:130px;border-radius:50%;background:var(--plate-color);box-shadow:inset 0 0 0 14px #ffffff24,0 20px 34px #46291b29;transform:rotate(-4deg)}.plate-preview svg{z-index:1;opacity:.75}.serveware-reason,.plating-note{margin-top:18px}.serveware-reason strong,.plating-note strong{font-size:12px}.stage4-feedback{width:100%;min-height:50px;justify-content:center;border:1px solid #d94727;border-radius:12px;color:#b7351d}.prototype-disclaimer{display:flex;gap:10px;align-items:flex-start;max-width:780px;margin:10px 0 0;color:#806b60}.prototype-disclaimer svg{flex:none;margin-top:3px}.prototype-disclaimer p{margin:0;font-size:12px;line-height:1.6}.prototype-disclaimer a{margin-left:6px;color:#b7351d;font-weight:750;text-underline-offset:3px}@media(max-width:1040px){.recipe-hero-pro{grid-template-columns:1fr 1fr}.recipe-workspace{grid-template-columns:minmax(0,1fr) 300px;gap:38px}.ingredient-line{grid-template-columns:38px 1fr 70px minmax(150px,1fr)}.ingredient-role{display:none}.step-knowledge{grid-template-columns:1fr}}@media(max-width:820px){.recipe-hero-pro{grid-template-columns:1fr}.hero-photo{min-height:390px}.hero-recipe-copy{padding:36px 28px 42px}.recipe-overview,.recipe-workspace{grid-template-columns:1fr}.recipe-overview{gap:24px}.equipment-rail{display:grid;grid-template-columns:1fr 1fr;gap:26px}.equipment-rail .safety-card,.equipment-rail .stage4-feedback{grid-column:1 / -1}.equipment-rail>section{border-top:1px solid #d9c4b3;border-bottom:0;padding-top:24px}}@media(max-width:620px){.professional-detail{padding:22px 16px 70px}.recipe-hero-pro{margin-inline:-16px;border-radius:0}.hero-photo{min-height:300px}.hero-recipe-copy{padding:28px 20px 36px}.hero-recipe-copy h1{font-size:42px}.detail-facts{grid-template-columns:1fr 1fr}.detail-fact:last-child{grid-column:1 / -1}.recipe-jump-nav{top:64px;margin-inline:-16px;grid-template-columns:1fr 1fr;border-radius:0}.recipe-jump-nav button:nth-child(2){border-right:0}.recipe-jump-nav button:nth-child(-n+2){border-bottom:1px solid #e0cdbd}.recipe-overview{padding-bottom:34px}.professional-audit-head{grid-template-columns:auto 1fr}.professional-audit-head>strong{grid-column:2;width:fit-content;white-space:normal}.audit-findings{grid-template-columns:1fr}.flavor-blueprint{grid-template-columns:1fr 1fr}.flavor-blueprint>div:nth-child(2){border-right:0}.flavor-blueprint>div:nth-child(-n+2){border-bottom:1px solid #dcc7b6}.ingredient-line{grid-template-columns:34px 1fr auto;gap:10px;padding:13px 0}.ingredient-prep{grid-column:2 / -1}.ingredient-role{display:block;grid-column:2 / -1}.step-title{display:block}.step-title>div{justify-content:flex-start;margin-top:12px}.step-knowledge{gap:7px}.control-grid,.equipment-rail{grid-template-columns:1fr;gap:0}.equipment-rail .safety-card,.equipment-rail .stage4-feedback{grid-column:1}.section-heading{display:block}.section-heading>span{display:inline-block;margin-top:12px}}@media(prefers-reduced-motion:reduce){.cook-progress::-webkit-progress-value{transition:none}}.personal-page{max-width:1320px;min-height:calc(100dvh - 144px);margin:0 auto;padding:58px clamp(20px,4vw,64px) 92px;color:#291813}.header-user-actions{justify-self:end;display:flex;align-items:center;gap:6px}.mobile-personal{display:none;min-width:44px;min-height:44px;align-items:center;justify-content:center;gap:6px;border:0;border-radius:10px;background:transparent;font-weight:750}.mobile-personal.active{background:#f2e6db;color:#b7351d}.header-user-actions .login-button{justify-self:auto}.personal-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;padding-bottom:38px;border-bottom:1px solid #cdb9aa}.personal-hero h1{max-width:700px;margin:0;font:700 clamp(42px,5vw,68px)/1.02 Georgia,"Noto Serif SC",serif;letter-spacing:-.035em}.personal-hero p{max-width:590px;margin:16px 0 0;color:#735f57;font-size:17px;line-height:1.7}.personal-hero button{min-height:48px;flex:none;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border:1px solid #cdb9aa;border-radius:12px;background:#fffaf3;font-weight:750}.local-mode-banner{display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;margin-top:28px;padding:16px 18px;border-radius:14px;background:#2d1c17;color:#fff7ec}.local-mode-banner>svg{color:#9fc49e}.local-mode-banner strong,.local-mode-banner span{display:block}.local-mode-banner span{margin-top:3px;color:#d9c6ba;font-size:12px;line-height:1.5}.local-mode-banner b{display:flex;align-items:center;gap:6px;padding:7px 10px;border-radius:99px;background:#f5c84f;color:#291813;font-size:11px}.personal-tabs{display:flex;gap:30px;margin-top:38px;border-bottom:1px solid #d8c6b8}.personal-tabs button{min-height:52px;display:flex;align-items:center;gap:8px;padding:0 2px;border:0;border-bottom:2px solid transparent;background:transparent;color:#735f57;font-weight:750}.personal-tabs button.active{border-color:#d94727;color:#291813}.personal-tabs span{min-width:23px;padding:3px 6px;border-radius:99px;background:#f2e6db;color:#8a3c25;font-size:10px;text-align:center}.personal-panel{padding-top:38px}.personal-section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:26px}.personal-section-heading h2{margin:0;font:700 30px/1.15 Georgia,"Noto Serif SC",serif}.personal-section-heading p{margin:8px 0 0;color:#735f57;font-size:13px;line-height:1.6}.personal-section-heading>span{padding:8px 11px;border-radius:99px;background:#f7e8b7;color:#785e12;font-size:11px;font-weight:800}.personal-recipe-list{border-top:1px solid #cdb9aa}.personal-recipe-row{display:grid;grid-template-columns:180px minmax(0,1fr) auto;gap:24px;align-items:center;padding:24px 0;border-bottom:1px solid #ddcab9}.personal-recipe-row>img{width:180px;aspect-ratio:4 / 3;border-radius:14px;object-fit:cover}.personal-recipe-row>div>span{color:#8a7165;font-size:11px}.personal-recipe-row h3{margin:7px 0;font:700 26px/1.15 Georgia,"Noto Serif SC",serif}.personal-recipe-row p{max-width:620px;margin:0;color:#735f57;font-size:13px;line-height:1.6}.personal-recipe-row>div>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.personal-recipe-row small{min-height:30px;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid #ddcab9;border-radius:99px}.personal-row-actions{display:flex!important;flex-direction:column;margin:0!important}.personal-row-actions button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #d5c1b1;border-radius:10px;background:transparent;font-weight:750}.personal-row-actions button:first-child{align-self:flex-end;width:46px;padding:0;color:#d94727}.personal-row-actions button:last-child{background:#d94727;border-color:#d94727;color:#fff7ec}.personal-empty{min-height:310px;display:grid;place-items:center;align-content:center;text-align:center;border-top:1px solid #cdb9aa;border-bottom:1px solid #ddcab9}.personal-empty>svg{color:#d94727}.personal-empty h3{margin:14px 0 6px;font:700 25px/1.2 Georgia,"Noto Serif SC",serif}.personal-empty p{max-width:470px;margin:0;color:#735f57;line-height:1.6}.personal-empty button{min-height:46px;display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:0 16px;border:0;border-radius:10px;background:#d94727;color:#fff7ec;font-weight:750}.history-list{margin:0;padding:0;border-top:1px solid #cdb9aa;list-style:none}.history-list li{display:grid;grid-template-columns:100px 112px 1fr auto;gap:20px;align-items:center;padding:20px 0;border-bottom:1px solid #ddcab9}.history-list time{color:#735f57;font-size:12px;font-variant-numeric:tabular-nums}.history-list img{width:112px;aspect-ratio:4 / 3;border-radius:12px;object-fit:cover}.history-list h3{margin:0 0 6px;font:700 21px/1.2 Georgia,"Noto Serif SC",serif}.history-list p,.history-list span{margin:0;color:#735f57;font-size:12px;line-height:1.55}.history-list span{display:block;margin-top:4px}.history-list button,.clear-history{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:1px solid #d5c1b1;border-radius:10px;background:transparent;font-weight:750}.clear-history{color:#8e3d2e}.preference-groups{display:grid;grid-template-columns:1.2fr .8fr;gap:34px}.preference-groups fieldset{margin:0;padding:26px;border:1px solid #d8c6b8;border-radius:14px}.preference-groups legend{padding:0 8px;font-weight:850}.preference-groups fieldset>p{margin:0 0 18px;color:#735f57;font-size:12px}.preference-groups fieldset>div{display:flex;flex-wrap:wrap;gap:8px}.preference-groups button{min-height:44px;display:flex;align-items:center;gap:5px;padding:0 13px;border:1px solid #d5c1b1;border-radius:99px;background:#fffaf3}.preference-groups button.selected{border-color:#8ab29b;background:#dceedd;color:#245f32;font-weight:750}.preference-groups button svg{width:14px}.preference-safety{display:flex;gap:10px;align-items:flex-start;margin-top:20px;color:#704c43}.preference-safety svg{flex:none;color:#b42318}.preference-safety p{margin:0;font-size:12px;line-height:1.6}.sync-explainer{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:center;margin-top:54px;padding-top:26px;border-top:1px solid #cdb9aa}.sync-explainer>svg{color:#d94727}.sync-explainer strong{display:block}.sync-explainer p{max-width:700px;margin:5px 0 0;color:#735f57;font-size:13px;line-height:1.6}.sync-explainer button{min-height:44px;display:inline-flex;align-items:center;gap:7px;padding:0 13px;border:0;background:transparent;color:#b7351d;font-weight:750}.stage5-favorite{min-height:44px;display:inline-flex;align-items:center;gap:8px;margin-top:16px;padding:0 13px;border:1px solid #6e5247;border-radius:10px;background:transparent;color:#fff7ec;font-weight:750}.stage5-favorite.active{border-color:#f5c84f;color:#f5c84f}.stage5-favorite-row.active{color:#d94727;background:#fff1e8!important;border-color:#d94727!important}.cook-record-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding:18px;border-radius:14px;background:#dceedd;color:#245f32}.cook-record-card strong,.cook-record-card span{display:block}.cook-record-card span{margin-top:4px;font-size:12px}.cook-record-card button{min-height:44px;flex:none;padding:0 15px;border:0;border-radius:10px;background:#245f32;color:#fff;font-weight:750}.cook-record-card.is-recorded{background:#f2e6db;color:#5e4b43}.login-compare{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:22px 0}.login-mode{padding:18px;border:1px solid #d8c6b8;border-radius:14px}.login-mode.recommended{border-color:#8ab29b;background:#eef5e6}.login-mode strong{display:flex;align-items:center;gap:7px}.login-mode p{margin:7px 0 0;color:#735f57;font-size:12px;line-height:1.55}.prototype-login-note{display:flex;gap:8px;color:#85531b;font-size:12px;line-height:1.5}.app-toast{position:fixed;z-index:70;right:22px;bottom:22px;max-width:min(380px,calc(100vw - 32px));display:flex;align-items:center;gap:9px;padding:13px 16px;border-radius:12px;background:#2d1c17;color:#fff7ec;box-shadow:0 18px 50px #2d1c1740;font-size:13px}@media(max-width:900px){.mobile-personal{display:inline-flex}}@media(max-width:820px){.personal-hero{display:block}.personal-hero button{margin-top:24px}.personal-recipe-row{grid-template-columns:150px 1fr}.personal-recipe-row>img{width:150px}.personal-row-actions{grid-column:2;flex-direction:row;justify-content:flex-start}.personal-row-actions button:first-child{align-self:auto}.preference-groups{grid-template-columns:1fr}}@media(max-width:620px){.mobile-personal span{display:none}.header-user-actions{gap:2px}.personal-page{padding:34px 16px 70px}.personal-hero h1{font-size:42px}.local-mode-banner{grid-template-columns:auto 1fr}.local-mode-banner>b{grid-column:2;justify-self:start}.personal-tabs{gap:16px;overflow-x:auto}.personal-tabs button{white-space:nowrap}.personal-section-heading{display:block}.personal-section-heading>span,.clear-history{margin-top:12px}.personal-recipe-row{grid-template-columns:1fr;gap:15px}.personal-recipe-row>img{width:100%}.personal-row-actions{grid-column:1}.history-list li{grid-template-columns:88px 1fr;gap:12px}.history-list time{grid-column:1 / -1}.history-list img{width:88px}.history-list button{grid-column:2;justify-self:start}.preference-groups fieldset{padding:20px 16px}.sync-explainer{grid-template-columns:auto 1fr}.sync-explainer button{grid-column:2;justify-self:start;padding-left:0}.login-compare{grid-template-columns:1fr}.cook-record-card{display:block}.cook-record-card button{width:100%;margin-top:14px}}.skip-link{position:fixed;z-index:100;inset:8px auto auto 8px;padding:10px 14px;border-radius:9px;background:#291813;color:#fff7ec;font-weight:800;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.offline-banner{position:sticky;z-index:18;top:72px;display:flex;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:8px 20px;background:#f5c84f;color:#291813;font-size:13px}.offline-banner svg{flex:none}.engine-status>div{min-width:0}.engine-status small{display:block;margin-top:5px;color:inherit;font-size:11px;opacity:.78}.engine-retry{min-height:40px;display:inline-flex;align-items:center;gap:7px;padding:0 12px;border:1px solid currentColor;border-radius:10px;background:transparent;color:inherit;font-weight:800}.engine-retry svg{transform:rotate(180deg)}.engine-retry:disabled{opacity:.55;cursor:wait}.runtime-grid{display:grid;grid-template-columns:1.04fr .96fr;gap:32px}.runtime-grid>section{min-width:0;padding:26px;border:1px solid #d8c6b8;border-radius:14px}.runtime-engine{background:#2d1c17;color:#fff7ec}.runtime-title{display:flex;align-items:flex-start;gap:12px}.runtime-title>svg{flex:none;color:#f5c84f}.runtime-title h3,.data-vault h3{margin:0;font:700 23px/1.2 Georgia,"Noto Serif SC",serif}.runtime-title p,.data-vault>div:first-child p{margin:5px 0 0;color:#d9c6ba;font-size:12px}.runtime-engine>p{margin:22px 0;color:#e4d6cd;font-size:13px;line-height:1.7}.runtime-engine ul{display:grid;gap:11px;margin:0;padding:0;list-style:none}.runtime-engine li{display:flex;gap:9px;align-items:flex-start;color:#f1e8e2;font-size:12px;line-height:1.5}.runtime-engine li svg{width:18px;flex:none;color:#9fc49e}.runtime-engine>button{min-height:44px;display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding:0 14px;border:1px solid #80685d;border-radius:10px;background:transparent;color:#fff7ec;font-weight:800}.data-vault{background:#fffaf3}.data-vault>div:first-child p{color:#735f57}.data-actions{display:grid;gap:9px;margin-top:23px}.data-actions button,.data-actions label{min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #d5c1b1;border-radius:10px;background:#fffaf3;color:#291813;font-size:13px;font-weight:800;cursor:pointer}.data-actions label{position:relative}.data-actions input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.data-actions .danger{border-color:#d7a89f;color:#922b1e}.data-privacy{display:flex;gap:8px;margin:18px 0 0;color:#735f57;font-size:11px;line-height:1.55}.data-privacy svg{flex:none}.import-message{display:flex;gap:8px;align-items:flex-start;margin:14px 0 0;padding:11px 12px;border-radius:10px;font-size:12px;line-height:1.5}.import-message.success{background:#dceedd;color:#245f32}.import-message.error{background:#f9ddd7;color:#8a281d}.fatal-state{min-height:100dvh;display:grid;place-items:center;align-content:center;padding:28px;background:#fffaf3;color:#291813;text-align:center}.fatal-state>svg{color:#b42318}.fatal-state h1{margin:17px 0 9px;font:700 clamp(36px,6vw,60px)/1.05 Georgia,"Noto Serif SC",serif;letter-spacing:-.035em}.fatal-state p{max-width:58ch;margin:0;color:#735f57;line-height:1.7}.fatal-state div{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px}.fatal-state button{min-height:46px;display:inline-flex;align-items:center;gap:8px;padding:0 15px;border:1px solid #d5c1b1;border-radius:10px;background:#fffaf3;font-weight:800}.fatal-state button:first-child{border-color:#d94727;background:#d94727;color:#fff7ec}.is-spinning{animation:stage6-spin .8s linear infinite}@keyframes stage6-spin{to{transform:rotate(360deg)}}@media(max-width:820px){.runtime-grid{grid-template-columns:1fr}.engine-status{grid-template-columns:auto 1fr}.engine-status>b,.engine-retry{grid-column:2;justify-self:start}}@media(max-width:620px){.offline-banner{top:64px;justify-content:flex-start;padding-inline:16px}.runtime-grid{gap:18px}.runtime-grid>section{padding:20px 16px}.personal-tabs{padding-bottom:2px}.engine-status>b{margin-top:4px}}@media(prefers-reduced-motion:reduce){.is-spinning{animation-duration:1.8s}}
