:root{--forest:#153f33;--forest2:#1f5847;--sage:#e5eee8;--cream:#f7f3eb;--paper:#fffdfa;--orange:#e56d45;--ink:#17352c;--muted:#78827d;--line:#e7e1d8;--shadow:0 14px 38px rgba(26,58,48,.09)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--cream);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select{font:inherit}button{cursor:pointer}.sidebar{position:fixed;inset:0 auto 0 0;width:290px;background:rgba(255,253,250,.78);border-right:1px solid var(--line);padding:22px 18px;display:flex;flex-direction:column;z-index:40}.brand{border:0;background:none;display:flex;align-items:center;gap:12px;text-align:left;color:var(--ink);padding:0}.brand-mark{width:52px;height:52px;border-radius:16px;background:var(--forest);color:#fff;display:grid;place-items:center;font:800 30px Georgia,serif;box-shadow:0 8px 20px rgba(21,63,51,.18)}.brand strong,.brand small{display:block}.brand strong{font:800 29px Georgia,serif}.brand small{font-size:11px;color:var(--muted);margin-top:3px}.side-nav{display:flex;flex-direction:column;gap:6px;margin-top:34px}.side-nav button{border:0;background:transparent;border-radius:12px;padding:13px 14px;text-align:left;font-weight:700;color:#222;display:flex;gap:14px;align-items:center}.side-nav button span{width:22px;font-size:21px;color:#53645e}.side-nav button.active{background:#e4ece7;color:var(--forest)}.profile-card{margin-top:auto;border:1px solid var(--line);background:rgba(255,255,255,.55);border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px}.avatar{width:42px;height:42px;border-radius:50%;background:#dce9e1;display:grid;place-items:center;font-weight:900}.profile-card strong,.profile-card small{display:block}.profile-card strong{font-size:13px}.profile-card small,.version{font-size:11px;color:var(--muted)}.version{text-align:center;margin-top:24px}.main-shell{margin-left:290px}.mobile-header{display:none}.view{display:none;padding:30px 32px 120px;max-width:1500px;margin:auto}.view.active{display:block;animation:fade .22s ease}@keyframes fade{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:none}}h1,h2,h3,p{margin-top:0}.eyebrow{font-size:10px;letter-spacing:.18em;font-weight:900;color:var(--orange)}.welcome-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.welcome-row h1{font:800 36px Georgia,serif;margin:7px 0 0}.top-actions{display:flex;align-items:center;gap:22px}.bell{font-size:25px}.dashboard-top{display:grid;grid-template-columns:1.35fr 1fr;gap:22px}.hero-card{border:0;border-radius:24px;min-height:196px;padding:30px;background:linear-gradient(135deg,var(--forest),var(--forest2));color:#fff;display:flex;align-items:center;gap:24px;text-align:left;position:relative;overflow:hidden;box-shadow:var(--shadow)}.hero-card:after{content:"";position:absolute;width:260px;height:260px;border:35px solid rgba(255,255,255,.035);border-radius:45%;right:-90px;top:-90px;transform:rotate(12deg)}.hero-icon{font-size:55px;z-index:1}.hero-copy{z-index:1}.hero-copy small,.hero-copy strong,.hero-copy em,.hero-copy b{display:block}.hero-copy small{letter-spacing:.17em;font-size:10px;font-weight:900;opacity:.75}.hero-copy strong{font:800 34px Georgia,serif;margin:8px 0}.hero-copy em{font-style:normal;font-size:13px;opacity:.85}.hero-copy b{width:max-content;background:#fff;color:var(--forest);padding:10px 15px;border-radius:8px;margin-top:20px;font-size:12px}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.quick-card{border:1px solid var(--line);border-radius:12px;background:var(--paper);padding:18px;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;text-align:left;box-shadow:0 4px 14px rgba(26,58,48,.04)}.quick-card>span{font-size:28px}.quick-card strong,.quick-card small{display:block}.quick-card strong{font-size:13px;margin-bottom:5px}.quick-card small{font-size:11px;color:var(--muted)}.quick-card b{font-size:25px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:30px 0 13px}.section-heading h2{font:800 22px Georgia,serif;margin:0}.section-heading button{border:0;background:none;color:var(--forest);font-size:12px;font-weight:800}.home-method-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}.home-method{border:0;border-radius:13px;min-height:120px;padding:14px 8px;background:var(--paper);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;box-shadow:0 3px 14px rgba(26,58,48,.04)}.home-method:nth-child(4n+1){background:#eaf0dd}.home-method:nth-child(4n+2){background:#e7efeb}.home-method:nth-child(4n+3){background:#faead5}.home-method:nth-child(4n){background:#f6e6e1}.home-method span{font-size:36px}.home-method strong{font-size:11px}.featured-heading{align-items:flex-end}.featured-actions{display:flex;gap:9px;align-items:center}.featured-actions select{border:1px solid var(--line);border-radius:9px;background:var(--paper);padding:9px 11px;font-size:11px}.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.featured-card,.recipe-card{border:1px solid var(--line);border-radius:14px;background:var(--paper);overflow:hidden;box-shadow:0 4px 14px rgba(26,58,48,.04);text-align:left}.featured-visual,.recipe-visual{height:135px;background:linear-gradient(140deg,#d7e5dc,#f4dfce);display:flex;align-items:center;justify-content:center;font-size:60px;position:relative}.method-label{position:absolute;left:10px;top:10px;background:var(--forest);color:#fff;padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900;text-transform:uppercase}.featured-copy,.recipe-copy{padding:14px}.featured-copy h3,.recipe-copy h3{font-size:14px;margin:0 0 8px}.featured-meta,.recipe-meta{display:flex;gap:7px;flex-wrap:wrap;color:var(--muted);font-size:10px}.meal-pill,.mini-badge{margin-left:auto;background:#e5f0e8;color:var(--forest);padding:4px 7px;border-radius:6px;font-size:9px}.week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--paper)}.day-card{min-height:120px;padding:12px;border-right:1px solid var(--line)}.day-card:last-child{border-right:0}.day-card>strong{font-size:11px;color:var(--muted)}.day-meal{margin-top:12px;display:flex;gap:8px;align-items:center}.day-meal span{font-size:25px}.day-meal b{font-size:10px;line-height:1.3}.add-day{border:1px dashed #cbd4cf;border-radius:9px;height:65px;margin-top:12px;display:grid;place-items:center;background:transparent;color:var(--muted)}.page-heading{display:flex;gap:13px;align-items:flex-start;margin-bottom:22px}.page-heading h2{font:800 31px Georgia,serif;margin:4px 0 6px}.page-heading p{font-size:13px;color:var(--muted)}.round-back{width:44px;height:44px;border:1px solid var(--line);background:var(--paper);border-radius:13px}.method-section{margin-bottom:18px}.method-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px}.method-tile{border:1px solid var(--line);background:var(--paper);border-radius:14px;padding:12px;display:flex;gap:11px;align-items:center;text-align:left}.method-tile.active{background:var(--forest);color:#fff}.method-icon{font-size:28px}.method-tile strong,.method-tile small{display:block}.method-tile strong{font-size:12px}.method-tile small{font-size:9px;color:var(--muted);margin-top:3px}.search-wrap{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:13px;background:var(--paper);padding:0 14px}.search-wrap input{border:0;outline:0;background:transparent;padding:14px 0;width:100%}.filter-row,.chips{display:flex;gap:8px;overflow:auto;padding:12px 0}.filter,.chip{border:1px solid var(--line);background:var(--paper);border-radius:999px;padding:9px 12px;font-size:11px;font-weight:800;white-space:nowrap}.filter.active{background:var(--forest);color:#fff}.recipe-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:10px}.recipe-card.selected{outline:2px solid var(--orange)}.recipe-copy p{font-size:11px;line-height:1.45;color:var(--muted);height:32px;overflow:hidden}.category{position:absolute;top:10px;left:10px;background:rgba(255,255,255,.9);padding:5px 8px;border-radius:999px;font-size:8px;font-weight:900}.selected-mark{position:absolute;right:10px;top:10px;width:26px;height:26px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center}.sticky-action{position:fixed;bottom:0;left:290px;right:0;background:rgba(247,243,235,.94);backdrop-filter:blur(14px);border-top:1px solid var(--line);padding:12px 32px;display:flex;justify-content:space-between;align-items:center;z-index:20}.sticky-action strong,.sticky-action small{display:block}.sticky-action small{font-size:10px;color:var(--muted)}.primary,.finish{border:0;border-radius:11px;background:var(--orange);color:#fff;padding:13px 16px;font-weight:900}.summary-card{background:var(--forest);color:#fff;border-radius:16px;padding:16px;display:flex;justify-content:space-between;align-items:center}.summary-card>div{display:flex;align-items:center;gap:12px}.summary-card strong,.summary-card small{display:block}.summary-card small{font-size:10px;opacity:.7}.text-button{border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:9px;padding:9px}.group h3{font-size:10px;letter-spacing:.14em;color:var(--muted);margin:18px 0 8px}.item{display:flex;align-items:center;gap:11px;border:1px solid var(--line);background:var(--paper);border-radius:12px;padding:12px;margin:7px 0}.item .copy{flex:1}.item b,.item small{display:block}.item b{font-size:13px}.item small{font-size:10px;color:var(--muted)}.tick{width:28px;height:28px;border-radius:50%;border:2px solid #b8c6c0;background:#fff}.tick.done{background:var(--forest);color:#fff}.delete{border:0;background:#f6e8e3;color:var(--orange);border-radius:8px;width:30px;height:30px}.custom-add{display:grid;grid-template-columns:2fr 1fr auto;gap:8px}.custom-add input,.custom-add select{border:1px solid var(--line);border-radius:10px;padding:12px;background:#fff}.shop-title{display:flex;justify-content:space-between;align-items:center}.count-pill{background:var(--forest);color:#fff;border-radius:999px;padding:5px 9px;font-size:10px}.progress{height:8px;background:#dbe5df;border-radius:999px;overflow:hidden}.progress div{height:100%;background:var(--orange)}.trolley-section{background:#e4eee8;padding:16px;border-radius:16px}.finish{width:100%;background:var(--forest)}.empty{padding:24px;border:1px dashed #cbd4cf;border-radius:14px;text-align:center;color:var(--muted)}dialog{border:0;border-radius:22px;padding:0;width:min(92vw,650px);max-height:90vh}.dialog-close{position:absolute;right:12px;top:12px;z-index:3;border:0;border-radius:50%;width:36px;height:36px}.detail-hero{background:linear-gradient(140deg,var(--forest),var(--forest2));color:#fff;padding:28px}.detail-body{padding:22px}.ingredient-line,.method-line{display:flex;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);font-size:12px}.method-no{width:24px;height:24px;border-radius:50%;background:var(--sage);display:grid;place-items:center;font-weight:900}.dialog-actions{display:flex;gap:9px;margin-top:20px}.dialog-actions button{flex:1}.secondary{border:1px solid var(--line);background:#fff;border-radius:11px}.bottom-nav{display:none}#toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:var(--ink);color:#fff;padding:11px 15px;border-radius:10px;font-size:12px;font-weight:800;opacity:0;transition:.2s;z-index:100}#toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1100px){.home-method-grid{grid-template-columns:repeat(4,1fr)}.featured-grid,.recipe-grid{grid-template-columns:repeat(3,1fr)}.week-grid{grid-template-columns:repeat(4,1fr)}.day-card{border-bottom:1px solid var(--line)}}
@media(max-width:760px){body{padding-bottom:78px}.sidebar{display:none}.main-shell{margin-left:0}.mobile-header{height:72px;padding:10px 16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(247,243,235,.94);backdrop-filter:blur(14px);z-index:30}.mobile-header .brand-mark{width:43px;height:43px;font-size:24px}.mobile-header .brand strong{font-size:23px}.view{padding:22px 16px 110px}.dashboard-top{grid-template-columns:1fr}.quick-grid{grid-template-columns:1fr 1fr}.home-method-grid{grid-template-columns:repeat(4,1fr);gap:9px}.home-method{min-height:92px}.home-method span{font-size:28px}.featured-grid,.recipe-grid{grid-template-columns:repeat(2,1fr)}.featured-actions select{display:none}.week-grid{grid-template-columns:repeat(2,1fr)}.method-grid{grid-template-columns:repeat(2,1fr)}.sticky-action{left:0;bottom:70px;padding:10px 16px}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:70px;background:rgba(255,253,250,.97);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(4,1fr);z-index:40}.bottom-nav button{border:0;background:none;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted)}.bottom-nav small{font-size:9px;font-weight:800}.bottom-nav button.active{color:var(--orange)}.welcome-row h1{font-size:31px}.top-actions .bell{display:none}.custom-add{grid-template-columns:1fr}}
@media(max-width:430px){.quick-grid{grid-template-columns:1fr}.featured-grid,.recipe-grid{grid-template-columns:1fr 1fr}.featured-visual,.recipe-visual{height:105px}.home-method strong{font-size:9px}.hero-card{min-height:180px;padding:23px}.hero-copy strong{font-size:27px}.hero-copy b{display:none}.section-heading{align-items:center}.featured-heading{display:block}.featured-actions{margin-top:8px}.week-grid{grid-template-columns:1fr 1fr}}

/* v0.3.2 interaction and planner improvements */
button,.recipe-card,.featured-card,.home-method,.method-tile,.chip,.filter,[role="button"]{cursor:pointer}
button,.recipe-card,.featured-card,.home-method,.method-tile{transition:transform .16s ease,box-shadow .16s ease,filter .16s ease,border-color .16s ease}
button:not(:disabled):hover,.recipe-card:hover,.featured-card:hover,.home-method:hover,.method-tile:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(26,58,48,.12)}
button:not(:disabled):active,.recipe-card:active,.featured-card:active,.home-method:active,.method-tile:active{transform:translateY(0) scale(.985);filter:brightness(.97)}
.recipe-card:focus-visible,.featured-card:focus-visible,button:focus-visible{outline:3px solid rgba(232,92,45,.35);outline-offset:3px}
.interactive .recipe-copy h3,.interactive .featured-copy h3{text-decoration-color:transparent;transition:text-decoration-color .15s}
.interactive:hover .recipe-copy h3,.interactive:hover .featured-copy h3{text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:3px}
.summary-actions{display:flex;gap:8px}.danger-light{background:rgba(255,255,255,.2)!important}.clear-list-shop{float:right;border:0;background:transparent;color:var(--orange);font-weight:800;margin:12px 0}.item-main{flex:1;border:0;background:transparent;text-align:left;padding:0}.review-item:hover{border-color:var(--orange);background:#fffaf6}.review-item .tick:hover{background:#f7dfd6;border-color:var(--orange)}
.planner-heading{margin-top:0}.planner-grid{display:grid;grid-template-columns:90px repeat(3,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;background:var(--paper);margin-bottom:26px}.planner-corner,.planner-slot-head,.planner-day,.planner-cell{min-height:72px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.planner-slot-head{display:grid;place-items:center;font-weight:900;font-size:12px;background:#f0eee7}.planner-day{display:grid;place-items:center;font:800 15px Georgia,serif;background:#f7f4ed}.planner-cell{position:relative;padding:7px;background:#fff}.planner-cell:nth-last-child(-n+4){border-bottom:0}.planner-slot-head:last-child,.planner-cell:nth-child(4n){border-right:0}.empty-slot{border-top:0;border-left:0;color:var(--muted);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px}.empty-slot span{font-size:20px}.empty-slot small{font-size:9px}.planned-recipe{width:100%;height:100%;border:0;background:transparent;display:flex;align-items:center;gap:7px;text-align:left;padding-right:22px}.planned-recipe span{font-size:24px}.planned-recipe b{font-size:10px;line-height:1.25}.remove-slot{position:absolute;right:5px;top:5px;width:20px;height:20px;border:0;border-radius:50%;background:#f5e6e0;color:var(--orange);font-weight:900}.day-slots{display:grid;gap:5px;margin-top:8px}.home-plan-meal,.home-plan-empty{width:100%;min-height:42px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:left;padding:5px;display:grid;grid-template-columns:auto 1fr;column-gap:5px;align-items:center}.home-plan-meal small,.home-plan-empty small{grid-column:1/-1;color:var(--muted);font-size:7px;text-transform:uppercase;font-weight:900}.home-plan-meal span{font-size:17px}.home-plan-meal b{font-size:8px;line-height:1.2}.home-plan-empty{display:flex;justify-content:space-between;color:var(--muted)}
.slot-dialog{width:min(94vw,760px)}.slot-dialog-body{padding:28px}.slot-dialog-body h2{font:800 28px Georgia,serif;margin:5px 0}.slot-dialog-body>p{color:var(--muted);font-size:12px}.slot-choices{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:18px}.slot-day{display:grid;gap:7px}.slot-day>strong{text-align:center;font-size:12px}.slot-choice{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 6px;min-height:60px;text-align:left}.slot-choice span,.slot-choice small{display:block}.slot-choice span{font-size:10px;font-weight:900}.slot-choice small{font-size:8px;color:var(--muted);margin-top:4px;line-height:1.2}.slot-choice.occupied{background:#f3efe7}.method-title{margin-top:24px}.method-title h3{margin-bottom:3px}.method-title small{color:var(--muted)}.method-tabs{display:flex;gap:8px;overflow-x:auto;padding:12px 0}.method-tab{border:1px solid var(--line);border-radius:999px;background:#fff;padding:9px 12px;white-space:nowrap;font-weight:800;font-size:10px}.method-tab.active{background:var(--forest);color:#fff;border-color:var(--forest)}
@media(max-width:760px){.planner-grid{grid-template-columns:58px repeat(3,minmax(88px,1fr));overflow-x:auto}.planner-slot-head,.planner-day,.planner-cell{min-height:65px}.slot-choices{grid-template-columns:repeat(2,1fr)}.summary-actions{flex-direction:column}.week-grid{overflow-x:auto;grid-template-columns:repeat(7,145px)}.day-card{min-width:145px}.clear-list-shop{float:none;width:100%;text-align:right}}

/* v0.3.3 review-list removal and restore feedback */
.review-item{position:relative;transition:opacity .18s ease,background .18s ease,border-color .18s ease}
.review-remove-action{width:34px;height:34px;flex:0 0 34px;border:1px solid #dfc7c0;border-radius:10px;background:#fff5f2;color:#a33b27;font-size:22px;font-weight:800;line-height:1;display:grid;place-items:center}
.review-remove-action:hover{background:#fbe4dd;border-color:#d9917f;transform:translateY(-1px)}
.review-removed{opacity:.62;background:#f1eee8;border-style:dashed}
.review-removed .copy b,.review-removed .copy small{text-decoration:line-through}
.review-removed .review-remove-action{background:#e5eee8;border-color:#bfd1c6;color:var(--forest);font-size:18px}
.removed-label{font-size:9px;color:var(--muted);white-space:nowrap;margin-left:auto}
@media(max-width:650px){.removed-label{display:none}}
