:root{--paper:#f8f7f2;--ink:#243e34;--muted:#70796f;--green:#285641;--line:#e1e4da;--white:#fffefa;--lime:#e4ebc4}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px/1.6 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid #c27536;outline-offset:4px}header{min-height:100px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:42px;padding:20px 4.5%;background:var(--white)}.brand{font:26px Georgia,serif;text-decoration:none;display:flex;align-items:center;gap:9px;position:relative;padding-bottom:16px;white-space:nowrap}.brand-icon{background:var(--green);color:#fff;border-radius:50%;width:40px;height:40px;text-align:center;line-height:36px;font-size:35px}.brand i{font-size:23px}.brand-note{position:absolute;bottom:1px;left:50px;font:8px sans-serif;letter-spacing:2px}nav{display:flex;gap:30px;margin:auto}nav a{text-decoration:none;padding:9px 0;color:var(--muted);font-weight:600}nav a[aria-current]{color:var(--green);border-bottom:2px solid var(--green)}.account{display:flex;gap:16px;align-items:center;font-size:13px}.account a{text-decoration:none}.text-button{border:0;background:none;padding:0;color:var(--muted);cursor:pointer;text-decoration:underline;text-underline-offset:3px;font-size:12px}main{max-width:1360px;margin:0 auto;padding:48px 4.5% 72px;min-height:80vh}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-1.2px}h1{font-size:48px;line-height:1.13;margin-bottom:16px}h1 em{color:#627b4c;font-weight:400}h2{font-size:29px;line-height:1.25;margin-bottom:12px}h3{font-size:18px;line-height:1.35;margin-bottom:9px}p{margin-bottom:16px}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:700;margin-bottom:12px;color:#68775a}.muted{color:var(--muted)}.small{font-size:12px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:38px}.page-heading p:last-child{margin-bottom:0}.button{display:inline-flex;justify-content:center;align-items:center;border:1px solid var(--green);background:var(--green);color:white;padding:12px 21px;border-radius:6px;text-decoration:none;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.button:hover{background:#1b3f2f}.button.secondary{background:transparent;color:var(--green)}.button.secondary:hover{background:var(--lime)}.week-bar{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.week-bar h2{font-size:24px;margin:4px 0}.week-bar .eyebrow{margin:0}.week-controls{display:flex;gap:6px;align-items:center}.week-controls a{padding:6px 12px;border:1px solid var(--line);border-radius:5px;background:var(--white);text-decoration:none;font-size:12px}.planner-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));border:1px solid var(--line);border-radius:10px;overflow:hidden;background:var(--white)}.day{padding:15px 10px;min-height:250px;border-right:1px solid var(--line)}.day:last-child{border:0}.day-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:0 4px}.day-heading span{text-transform:uppercase;font-size:10px;letter-spacing:1.2px;color:var(--muted)}.day-heading strong{font-size:19px;font-weight:500}.empty-slot{display:block;text-align:center;font-size:10px;line-height:1.7;color:#92988d;text-decoration:none;border:1px dashed #dce0d3;border-radius:7px;padding:22px 3px;min-height:150px}.empty-slot span{font-size:23px;display:block;margin-bottom:10px;color:#7c8b6e}.planned-meal{padding:10px;background:#edf0df;border-radius:6px;margin-bottom:10px}.planned-meal h3{font-family:Georgia,serif;font-size:17px}.planned-meal .eyebrow{font-size:8px}.meal-emoji{font-size:31px;margin-bottom:10px}.planned-meal p{font-size:10px;margin-bottom:9px}.summary-strip{display:flex;gap:24px;align-items:center;padding:17px 22px;margin-top:14px;background:#eaf0dc;border-radius:7px;font-size:12px}.summary-strip strong{font-size:15px}.summary-strip a{margin-left:auto;text-decoration:none;font-weight:600}.section-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:43px 0 22px}.section-heading h2{margin-bottom:6px}.section-heading p{margin-bottom:5px}.section-heading>a{font-size:12px}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:23px}.recipe-card{border:1px solid var(--line);background:var(--white);border-radius:10px;overflow:hidden}.food-art{display:flex;align-items:center;justify-content:center;height:180px;background:radial-gradient(ellipse at 50% 50%,#fff9e7 0 28%,#e0d9bd 29% 30%,transparent 31%),linear-gradient(130deg,#e6d5b6,#eee5d1);position:relative;text-decoration:none;overflow:hidden}.food-art>span:first-child{font-size:90px;filter:drop-shadow(4px 10px 6px #766b4233);transform:rotate(-8deg)}.art-light{background:radial-gradient(ellipse at 50% 50%,#fffcef 0 28%,#c8ceac 29% 30%,transparent 31%),linear-gradient(130deg,#c7d2b4,#e1e5d1)}.recipe-badge{position:absolute;bottom:13px;left:13px;background:#fffef5e8;border-radius:4px;padding:4px 8px;letter-spacing:1px;font-size:8px;font-weight:700}.recipe-body{padding:20px}.recipe-body h3{font-family:Georgia,serif;font-size:23px;font-weight:400}.recipe-body h3 a{text-decoration:none}.recipe-body>p.muted{font-size:12px;min-height:39px}.recipe-body .eyebrow{font-size:9px}.card-bottom{display:flex;justify-content:space-between;align-items:center}.round-link{width:30px;height:30px;line-height:27px;text-align:center;border:1px solid var(--line);border-radius:50%;text-decoration:none}.panel{background:var(--white);border:1px solid var(--line);padding:30px;border-radius:10px}label{display:block;font-size:13px;font-weight:600;margin-bottom:7px}input:not([type=checkbox]):not([type=hidden]),select,textarea{display:block;width:100%;border:1px solid #cfd6c8;border-radius:5px;padding:10px 12px;background:#fffefb;color:var(--ink)}input[type=checkbox]{accent-color:var(--green);width:18px;height:18px}.helptext{display:block;font-size:12px;color:var(--muted);margin-top:6px}.helptext ul{padding-left:18px}.errorlist{color:#a1372b;font-size:13px}.notice{padding:14px 20px;background:#e5edce;border:1px solid #c7d7ac;border-radius:6px;margin-bottom:20px}.form-page{max-width:720px;margin:0 auto}.form-page h1{font-size:38px}.filter-bar{display:flex;gap:12px;margin-bottom:30px}.filter-bar input{flex:2}.filter-bar select{flex:1}.auth-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:90px;align-items:center;max-width:1030px;margin:12px auto}.auth-story h1{font-size:70px}.auth-story>p{max-width:360px}.auth-form{padding:38px}.auth-form .button{width:100%}.auth-form>p{font-size:13px}.illustration{font-size:110px;height:160px;margin-top:15px}.illustration span{font-size:52px}.tags{display:flex;gap:8px;flex-wrap:wrap}.tags span{font-size:10px;border:1px solid var(--line);padding:5px 10px;border-radius:20px}.back-link{display:block;margin-bottom:24px;font-size:13px}.detail-layout{display:grid;grid-template-columns:1.6fr 1fr;gap:60px;max-width:1060px;margin:auto}.detail-art{height:260px;border-radius:10px;margin-bottom:24px}.detail-art>span:first-child{font-size:135px}.detail-layout h1{font-size:40px}.detail-layout h2{margin-top:25px}.detail-layout aside h2{margin-top:0}.sticky{position:sticky;top:25px}.ingredients{list-style:none;padding:0;margin-bottom:35px}.ingredients li{display:flex;gap:25px;border-bottom:1px solid var(--line);padding:11px 0;font-size:14px}.ingredients strong{min-width:85px;font-weight:500}.method{line-height:1.9}.shopping-layout{display:grid;grid-template-columns:2fr 1fr;gap:25px}.shopping-items{padding:10px 25px}.shopping-row{display:flex;gap:16px;padding:17px 0;border-bottom:1px solid var(--line);align-items:center}.shopping-row:last-child{border:0}.shopping-row p{margin:0}.shopping-row strong{font-size:14px;font-weight:500}.shopping-row.checked strong{text-decoration:line-through;color:var(--muted)}.check-button{font-size:25px;background:none;border:0;color:var(--green);cursor:pointer;width:35px;height:40px}.shop-link{margin-left:auto;font-size:12px;white-space:nowrap}.shop-note{align-self:start;background:#edf0df}.shop-note p{font-size:13px}.shop-note a{font-size:12px}hr{border:0;border-top:1px solid var(--line);margin:25px 0}.empty-list{padding:50px 10px;text-align:center}.empty-list>span{font-size:60px}.empty-list h2{margin-top:15px}footer{border-top:1px solid var(--line);padding:23px 4.5%;display:flex;justify-content:space-between;gap:20px;color:var(--muted);font-size:11px}.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}@media(min-width:1600px){main{padding-left:0;padding-right:0}}@media(max-width:1050px){header{gap:20px;flex-wrap:wrap}nav{gap:20px}.account{margin-left:auto}.planner-grid{grid-template-columns:repeat(4,1fr)}.day{border-bottom:1px solid var(--line)}.auth-layout{gap:35px}.recipe-grid{gap:15px}.detail-layout{gap:30px}}@media(max-width:720px){header{padding:16px 5%}.brand{font-size:23px}nav{order:3;width:100%;justify-content:space-between;margin:5px 0 0;font-size:13px}.account{gap:8px;font-size:11px}main{padding:30px 5% 45px}h1{font-size:36px}.page-heading{align-items:start;flex-direction:column;margin-bottom:26px}.planner-grid{grid-template-columns:repeat(2,1fr)}.day{min-height:220px}.day:last-child{grid-column:span 2}.empty-slot{min-height:130px}.summary-strip{flex-wrap:wrap;gap:10px 20px}.summary-strip a{margin-left:0;width:100%}.recipe-grid{grid-template-columns:1fr}.food-art{height:200px}.section-heading{align-items:start;flex-direction:column;gap:10px}.section-heading h2{font-size:26px}.filter-bar{flex-direction:column}.auth-layout,.detail-layout,.shopping-layout{grid-template-columns:1fr;gap:30px}.auth-story h1{font-size:48px}.auth-story h1 br{display:none}.auth-story .illustration,.auth-story .tags{display:none}.auth-form{padding:25px}.detail-layout aside{grid-row:1}.detail-art{height:200px}.detail-layout h1{font-size:34px}.sticky{position:static}.panel{padding:23px}.week-bar h2{font-size:20px}.week-controls a{padding:5px 8px}.week-controls{gap:3px}.shopping-items{padding:6px 14px}footer{flex-direction:column;gap:4px}.form-page h1{font-size:34px}}
