:root{color:#1e2d28;font-synthesis:none;text-rendering:optimizelegibility;--ink:#1e2d28;--muted:#68736d;--forest:#173f35;--forest-light:#235a4b;--cream:#f7f2e8;--paper:#fffdf8;--line:#dcd6ca;--terracotta:#d7683d;--terracotta-dark:#ad4928;--danger:#9d332d;--shadow:0 18px 45px #232d2814;background:#f7f2e8;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}h1,h2,p{margin-top:0}h1,h2{color:var(--ink);font-family:Georgia,Times New Roman,serif}h1{letter-spacing:-.045em;font-size:clamp(2.2rem,5vw,4.25rem);line-height:1.02}h2{letter-spacing:-.025em}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow{color:var(--terracotta-dark);letter-spacing:.16em;text-transform:uppercase;margin-bottom:.8rem;font-size:.72rem;font-weight:700}.brand{color:var(--forest);font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:600;text-decoration:none}.brand--light{color:#fffaf0}.centered-status{min-height:35vh;color:var(--muted);place-items:center;display:grid}.button{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:44px;padding:.72rem 1.25rem;font-weight:700;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.65}.button--primary{background:var(--terracotta);color:#fff}.button--primary:hover:not(:disabled){background:var(--terracotta-dark)}.button--secondary{border-color:var(--line);background:var(--paper);color:var(--ink)}.button--danger{color:var(--danger);background:0 0;border-color:#e4b9b5}.button--wide{width:100%}.button-row{flex-wrap:wrap;gap:.65rem;display:flex}.text-button{color:var(--muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:0;padding:0;text-decoration:underline}.back-link{color:var(--muted);margin-bottom:2rem;font-weight:600;text-decoration:none;display:inline-block}.auth-page{grid-template-columns:minmax(320px,.9fr) minmax(440px,1.1fr);min-height:100vh;display:grid}.auth-intro{background:var(--forest);color:#d7e0db;flex-direction:column;justify-content:space-between;padding:clamp(2rem,5vw,5rem);display:flex;position:relative;overflow:hidden}.auth-intro:after{content:"";border:1px solid #ffffff1f;border-radius:50%;width:35rem;height:35rem;position:absolute;bottom:-17rem;right:-12rem;box-shadow:0 0 0 5rem #ffffff06,0 0 0 10rem #ffffff05}.auth-intro>*{z-index:1;position:relative}.auth-intro h1{color:#fffaf0;max-width:720px}.auth-intro h1+p{max-width:560px;font-size:1.08rem;line-height:1.7}.auth-footnote{margin:0;font-size:.82rem}.auth-panel{background:var(--cream);place-items:center;padding:2rem;display:grid}.auth-card{width:min(100%,430px)}.auth-card h2{margin-bottom:2rem;font-size:2.25rem}.auth-switch{color:var(--muted);text-align:center;margin-top:1.5rem}.auth-switch a{color:var(--forest);font-weight:700}.form-stack{gap:1.15rem;display:grid}label{color:#38453f;gap:.45rem;font-size:.84rem;font-weight:700;display:grid}input,textarea{border:1px solid var(--line);background:var(--paper);width:100%;color:var(--ink);border-radius:10px;outline:none;padding:.82rem .9rem;font-weight:400;transition:border .15s,box-shadow .15s}textarea{resize:vertical;line-height:1.55}input:focus,textarea:focus{border-color:var(--forest-light);box-shadow:0 0 0 3px #235a4b1f}.field-hint,.optional{color:var(--muted);font-size:.75rem;font-weight:400}.form-error,.notice{border-radius:10px;padding:.85rem 1rem;font-size:.9rem}.form-error{color:var(--danger);background:#fff4f2;border:1px solid #e5bbb6}.notice{color:#665820;background:#fff9e7;border:1px solid #d8cda8}.site-header{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10;background:#f7f2e8ed;position:sticky;top:0}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;width:min(1180px,100% - 2rem);min-height:72px;margin:auto;display:grid}.site-header nav{gap:1.5rem;display:flex}.site-header nav a{color:var(--muted);font-size:.9rem;font-weight:700;text-decoration:none}.site-header nav a.active{color:var(--forest)}.account-actions{justify-content:flex-end;align-items:center;gap:1rem;font-size:.85rem;display:flex}.account-name{font-weight:700}.page-container{width:min(1180px,100% - 2rem);margin:0 auto;padding:clamp(3rem,7vw,6.5rem) 0}.page-container--narrow{width:min(1000px,100% - 2rem)}.page-container--form{width:min(880px,100% - 2rem)}.page-heading{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3.5rem;display:flex}.page-heading h1{max-width:700px;margin-bottom:1.2rem}.page-lead,.editor-heading>p:last-child{max-width:620px;color:var(--muted);line-height:1.7}.empty-state{text-align:center;background:#fffdf88c;border:1px dashed #c6bfb2;border-radius:18px;align-content:center;place-items:center;min-height:360px;padding:2rem;display:grid}.empty-state__mark{width:56px;height:56px;color:var(--forest);background:#e5efe9;border-radius:50%;place-items:center;margin-bottom:1.25rem;font-size:2rem;display:grid}.empty-state h2{margin-bottom:.5rem;font-size:1.8rem}.empty-state p{color:var(--muted);margin-bottom:1.5rem}.recipe-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.recipe-card{border:1px solid var(--line);background:var(--paper);border-radius:16px;min-height:320px;text-decoration:none;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 8px 25px #232d280a}.recipe-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.recipe-card__accent{background:var(--terracotta);height:9px}.recipe-card:nth-child(3n+2) .recipe-card__accent{background:#d5a13e}.recipe-card:nth-child(3n+3) .recipe-card__accent{background:var(--forest-light)}.recipe-card__body{flex-direction:column;height:calc(100% - 9px);padding:1.5rem;display:flex}.recipe-card__meta{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;gap:1rem;font-size:.74rem;font-weight:700;display:flex}.recipe-card h2{margin:2rem 0 .8rem;font-size:1.65rem}.recipe-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.55;display:-webkit-box;overflow:hidden}.recipe-card__open{color:var(--forest);margin-top:auto;font-size:.85rem;font-weight:700}.recipe-detail{border:1px solid var(--line);background:var(--paper);box-shadow:var(--shadow);border-radius:20px}.recipe-detail__header{justify-content:space-between;gap:2rem;padding:clamp(2rem,5vw,4rem);display:flex}.recipe-detail__header h1{margin-bottom:1.25rem}.recipe-detail__description{max-width:640px;color:var(--muted);margin-bottom:0;font-size:1.05rem;line-height:1.7}.recipe-facts{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#faf7ef;grid-template-columns:repeat(4,1fr);margin:0;display:grid}.recipe-facts div{border-right:1px solid var(--line);padding:1.25rem 2rem}.recipe-facts div:last-child{border:0}.recipe-facts dt{color:var(--muted);text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:700}.recipe-facts dd{margin:.35rem 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.recipe-columns{grid-template-columns:.85fr 1.35fr;gap:clamp(2rem,6vw,5rem);padding:clamp(2rem,5vw,4rem);display:grid}.recipe-columns h2{margin-bottom:1.5rem;font-size:1.55rem}.ingredient-list,.step-list{margin:0;padding:0;list-style:none}.ingredient-list li{border-bottom:1px solid #ece6db;justify-content:space-between;gap:1rem;padding:.75rem 0;display:flex}.ingredient-list strong{white-space:nowrap;color:var(--muted);font-weight:600}.step-list{counter-reset:steps;gap:1.5rem;display:grid}.step-list li{counter-increment:steps;padding-left:3rem;line-height:1.7;position:relative}.step-list li:before{content:counter(steps);width:2rem;height:2rem;color:var(--forest);background:#e5efe9;border-radius:50%;place-items:center;font-weight:700;display:grid;position:absolute;left:0}.editor-heading{margin-bottom:3rem}.editor-heading h1{margin-bottom:1rem}.recipe-form{gap:1.25rem;display:grid}.form-section{border:1px solid var(--line);background:var(--paper);border-radius:16px;padding:clamp(1.5rem,4vw,2.5rem)}.form-section__heading{grid-template-columns:42px 1fr;gap:1rem;margin-bottom:2rem;display:grid}.form-section__heading>span{width:38px;height:38px;color:var(--forest);background:#e5efe9;border-radius:50%;place-items:center;font-size:.73rem;font-weight:700;display:grid}.form-section__heading h2{margin-bottom:.25rem;font-size:1.55rem}.form-section__heading p{color:var(--muted);margin:0;font-size:.9rem}.three-column-fields{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.repeatable-list{gap:.8rem;display:grid}.ingredient-row{grid-template-columns:1fr 130px 130px 38px;align-items:end;gap:.65rem;display:grid}.step-row{grid-template-columns:38px 1fr 38px;align-items:center;gap:.75rem;display:grid}.step-number{width:34px;height:34px;color:var(--muted);background:#f0ebe1;border-radius:50%;place-items:center;font-weight:700;display:grid}.remove-button{width:38px;height:43px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:1.5rem}.remove-button:hover:not(:disabled){color:var(--danger);background:#fff0ed}.remove-button:disabled{opacity:.25;cursor:not-allowed}.add-row-button{color:var(--forest);cursor:pointer;background:0 0;border:0;justify-self:start;padding:.6rem 0;font-weight:700}.form-actions{justify-content:flex-end;gap:.75rem;padding-top:.75rem;display:flex}@media (width<=850px){.auth-page{grid-template-columns:1fr}.auth-intro{gap:3rem;min-height:38vh}.auth-footnote{display:none}.recipe-grid{grid-template-columns:repeat(2,1fr)}.recipe-detail__header{flex-direction:column}.recipe-columns{grid-template-columns:1fr}.account-name{display:none}}@media (width<=620px){.header-inner{grid-template-columns:1fr auto}.site-header nav{display:none}.page-heading{flex-direction:column;align-items:flex-start}.recipe-grid{grid-template-columns:1fr}.recipe-facts{grid-template-columns:repeat(2,1fr)}.recipe-facts div:nth-child(2){border-right:0}.recipe-facts div:nth-child(-n+2){border-bottom:1px solid var(--line)}.recipe-detail__header,.recipe-columns{padding:1.5rem}.three-column-fields{grid-template-columns:1fr}.ingredient-row{grid-template-columns:1fr 1fr 38px}.ingredient-row label:first-child{grid-column:1/-1}.auth-panel{padding:3rem 1.25rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
