:root{--yellow:#ffda28;--ink:#171818;--muted:#676969;--line:#e8e9e7;--canvas:#f6f7f5;--white:#fff;--radius:22px;--danger:#a72225;font-size:16px;color-scheme:light}
*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--canvas);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:hover{text-decoration:none}button:disabled{cursor:wait;opacity:.6}:focus-visible{outline:3px solid #9c7400;outline-offset:4px}h1,h2,h3,h4,p{margin:0}h1{font-size:clamp(1.9rem,3.2vw,2.7rem);line-height:1.13;letter-spacing:-.045em;overflow-wrap:anywhere}h2{font-size:1.35rem;line-height:1.25;letter-spacing:-.025em}h3{font-size:1.05rem}p{margin:0 0 1rem}h1+p,h2+p{margin-top:.7rem}small,.small{font-size:.875rem}.muted{color:var(--muted)}.yellow-dot{color:#b68900}.eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.13em;margin-bottom:.7rem}.required{color:var(--danger)}.skip{position:fixed;left:16px;top:-70px;background:var(--yellow);padding:12px;z-index:99}.skip:focus{top:12px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.sidebar{position:fixed;inset:0 auto 0 0;width:250px;background:var(--white);border-right:1px solid var(--line);padding:32px 22px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;gap:12px;align-items:center;font-size:1.02rem;font-weight:750;margin-bottom:48px;overflow-wrap:anywhere}.brand small{display:block;font-size:.65rem;letter-spacing:.15em;color:var(--muted);margin-top:3px}.brand-mark{width:48px;height:48px;flex-shrink:0;border-radius:17px;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-size:2.4rem;line-height:1;font-weight:850;letter-spacing:-.15em;padding-right:8px}.brand-mark span{font-size:1.1rem;align-self:flex-end;margin-bottom:10px}.sidebar nav{display:grid;gap:9px}.sidebar nav a{padding:13px 16px;border-radius:14px;font-weight:600;display:flex;align-items:center;gap:15px;color:#606362}.sidebar nav a>span{font-size:1.4rem;width:24px;text-align:center}.sidebar nav a:hover{background:var(--canvas)}.sidebar nav a[aria-current]{background:var(--yellow);color:var(--ink)}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:23px;display:grid;grid-template-columns:40px 1fr;gap:10px}.avatar{width:36px;height:36px;border-radius:50%;background:var(--canvas);display:grid;place-items:center;font-weight:700}.sidebar-bottom strong{display:block;font-size:.875rem;overflow-wrap:anywhere}.sidebar-bottom a{font-size:.75rem;color:var(--muted)}.sidebar-bottom form{grid-column:2}.text-button{background:none;border:0;padding:0;color:var(--muted);font-size:.875rem;min-height:32px}.workspace{margin-left:250px}.topbar{height:77px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 42px;font-size:.875rem;color:var(--muted)}main{max-width:1500px;padding:38px 42px 70px;margin:0 auto}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}.page-heading p:last-child{margin-bottom:0}.button{display:inline-flex;align-items:center;justify-content:center;text-align:center;gap:8px;min-height:46px;border-radius:14px;border:1px solid transparent;padding:12px 19px;font-size:.925rem;font-weight:700;line-height:1.25;transition:background .15s,transform .15s}.button:hover{transform:translateY(-1px)}.yellow{background:var(--yellow);color:#111}.yellow:hover{background:#f6ce12}.subtle{background:#f0f1ee;border-color:#e5e7e2}.subtle:hover{background:#e7e9e3}.text-link{font-size:.9rem;font-weight:650}.text-link:hover,.back-link:hover{text-decoration:underline}.back-link{display:inline-block;font-size:.875rem;color:var(--muted);margin-bottom:22px}.button-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.danger{color:var(--danger)}.destructive{background:var(--danger);color:white}.stats{display:grid;grid-template-columns:repeat(4,1fr);background:white;border:1px solid var(--line);border-radius:var(--radius);padding:24px 8px;margin-bottom:28px}.stats>a,.stats>div{padding:0 24px;display:flex;gap:8px;flex-direction:column;border-right:1px solid var(--line)}.stats>:last-child{border:0}.stats strong{font-size:2rem;line-height:1;font-weight:750;letter-spacing:-.04em}.stats span{font-size:.85rem;color:var(--muted)}.filters{display:flex;align-items:center;gap:12px;margin-bottom:30px}.filters select{max-width:220px;background:white}.search-field{display:flex;align-items:center;gap:10px;flex:1;min-width:100px;background:white;border:1px solid var(--line);border-radius:14px;padding:0 16px}.search-field>span[aria-hidden]{font-size:1.6rem}.search-field input{border:0;background:transparent;width:100%;min-width:0;padding-left:0}.section-line{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:19px}.section-line>span{font-size:.875rem}.recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.recipe-card{background:white;border-radius:var(--radius);overflow:hidden;border:1px solid var(--line)}.photo-link{position:relative;display:block;overflow:hidden}.photo-link img,.photo-empty{width:100%;aspect-ratio:4/3;height:auto;object-fit:cover;display:block;transition:transform .25s}.photo-link:hover img{transform:scale(1.035)}.photo-empty{background:#eeefea;display:grid;place-items:center;color:var(--muted);padding:24px;text-align:center}.time-pill{position:absolute;top:14px;left:14px;background:#171818b5;color:white;border-radius:99px;padding:6px 10px;font-size:.75rem;font-weight:600}.featured-pill{position:absolute;right:14px;top:12px;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--yellow);font-size:1.1rem}.card-content{padding:17px 18px 15px}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--muted);font-size:.75rem;margin-bottom:9px}.status{display:inline-flex;align-items:center;border-radius:99px;padding:3px 8px;font-size:.75rem;line-height:1.4;font-weight:650;white-space:nowrap}.status.published{background:#edf5e9;color:#326035}.status.draft{background:#f2f1ed;color:#696451}.card-content h3{font-size:1.16rem;line-height:1.25;letter-spacing:-.025em;margin-bottom:19px;overflow-wrap:anywhere}.card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.8rem;border-top:1px solid var(--line);padding-top:12px}.card-footer>span{color:var(--muted)}.card-footer a{font-weight:650}.empty{grid-column:1/-1;text-align:center;padding:55px 24px;background:white;border:1px dashed #d9dcd4;border-radius:var(--radius)}.empty-mark{width:70px;height:70px;border-radius:25px;background:var(--yellow);display:grid;place-items:center;margin:0 auto 22px;font-size:2rem}.empty p{margin:10px auto 20px;max-width:440px}.pagination{margin-top:30px;display:flex;gap:20px;align-items:center;justify-content:center;font-size:.875rem}
.panel{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:27px;margin-bottom:24px}.panel>h2{margin-bottom:22px}.panel>h3{margin:22px 0 14px}.editor{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(270px,1fr);gap:25px;align-items:start}.editor-main,.editor-side{min-width:0}.full-width{grid-column:1/-1}.field{margin-bottom:20px;min-width:0}.field>label{display:block;font-size:.9rem;font-weight:650;margin-bottom:7px}input:not([type=checkbox]):not([type=hidden]),textarea,select{border:1px solid #dfe2da;border-radius:11px;background:#fcfcfb;color:var(--ink);padding:11px 12px;min-height:46px;max-width:100%;width:100%;font-size:1rem}textarea{resize:vertical;line-height:1.55}input[type=file]{font-size:.8rem!important;padding:9px!important;background:#fff!important}input[type=file]::file-selector-button{border:0;background:#eceee7;border-radius:7px;padding:7px;margin-right:8px;font:inherit;cursor:pointer}input[type=checkbox]{width:18px;height:18px;accent-color:#c49800;vertical-align:middle;flex-shrink:0}.field small{display:block;color:var(--muted);font-size:.8rem;line-height:1.45;margin-top:6px}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px}.three-fields{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.check-label{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:.9rem}.upload-preview{width:100%;aspect-ratio:4/3;background:#f1f2ed;border:1px dashed #cfd3c7;border-radius:16px;display:grid;place-items:center;text-align:center;overflow:hidden;margin-bottom:18px;color:var(--muted);font-size:.875rem}.upload-preview img{width:100%;height:100%;object-fit:cover}.publish-panel .button{width:100%}.publish-panel>p{margin-top:-8px}.save-feedback{display:block;font-size:.8rem;color:var(--muted);margin-top:10px}.order-input{display:none}.row-fields{display:grid;grid-template-columns:minmax(85px,.7fr) minmax(0,2fr);gap:9px}.repeater-row{padding:15px 0;border-bottom:1px solid var(--line)}.repeater-row:first-child{padding-top:0}.row-actions{display:flex;align-items:center;gap:6px;margin-top:9px}.row-actions button{border:1px solid var(--line);border-radius:8px;background:#f5f6f2;width:36px;height:36px}.remove-label{margin-left:auto;display:flex;align-items:center;gap:5px;font-size:.75rem;color:var(--muted);min-height:36px}.marked-delete{opacity:.5}.step-fields{display:grid;gap:9px}.row-number{font-size:.8rem;font-weight:700}.add-row{margin-top:17px}.duplicate-form{margin-top:6px}.has-error input,.has-error textarea,.has-error select{border-color:#b34545}.errorlist{color:var(--danger);font-size:.875rem;padding-left:19px;margin:7px 0}.notice{background:#fff9d8;border:1px solid #e7dc9e;padding:15px 18px;border-radius:14px;margin-bottom:20px;font-size:.925rem}.notice.error{background:#fff1ee;border-color:#eebeba;color:#832923}.notice.success{background:#edf5e9;border-color:#c5d9bd;color:#31582c}.settings-form{max-width:870px}.connect-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,1fr);gap:24px;align-items:start}.copy-box{background:#f5f6f2;border:1px solid var(--line);border-radius:14px;padding:14px;display:flex;gap:10px;align-items:center;justify-content:space-between}.copy-box code{font-size:.875rem;overflow-wrap:anywhere;min-width:0}.copy-box button{flex-shrink:0}.setup-steps{padding:10px 0 0 25px}.setup-steps li{padding-left:10px;margin:24px 0}.setup-steps li::marker{font-size:1.1rem;font-weight:800}.setup-steps p{font-size:.9rem;color:var(--muted);margin:7px 0 0}.checklist{list-style:none;padding:0;margin:0 0 25px;display:grid;gap:15px;font-size:.9rem}.checklist+.button{margin-bottom:18px}.narrow{max-width:650px;margin:30px auto}.narrow>h1{margin-bottom:20px}.preview-layout{display:grid;grid-template-columns:1fr 460px;gap:40px;align-items:start}.preview-note{padding-top:40px}.preview-note h1{margin-bottom:20px}.preview-note .status{display:block;width:max-content;margin:15px 0}.phone-preview{width:100%;border-radius:38px;background:white;box-shadow:0 12px 55px #2222220d;border:1px solid var(--line);overflow:hidden}.preview-hero{width:100%;height:330px;object-fit:cover;display:block}.preview-body{position:relative;margin-top:-25px;border-radius:30px 30px 0 0;background:white;padding:28px}.preview-body h2{font-size:1.85rem;line-height:1.1;margin-bottom:13px}.preview-body h3{font-size:1.25rem;margin:27px 0 15px}.recipe-metrics{display:flex;gap:12px;margin:24px 0}.recipe-metrics>div{background:var(--yellow);flex:1;border-radius:35px;min-height:98px;display:flex;flex-direction:column;align-items:center;justify-content:center}.recipe-metrics strong{font-size:1.08rem}.recipe-metrics span{font-size:.8rem}.preview-ingredients{list-style:none;padding:0}.preview-ingredients li{padding:7px 0 7px 25px;position:relative}.preview-ingredients li:before{content:"";position:absolute;width:14px;height:14px;border:2px solid #d9ad05;border-radius:50%;left:0;top:11px}.preview-steps{padding-left:20px}.preview-steps li{padding-left:6px;margin-bottom:20px}.preview-steps h4{margin-bottom:7px}.preview-steps p{font-size:.95rem}.public-page{max-width:850px;padding:50px 24px}.public-brand{font-size:1.1rem;font-weight:800;display:block;margin:0 0 30px}.public-page article h1{margin-bottom:25px}.public-page footer{display:flex;gap:25px;justify-content:center;font-size:.875rem}.policy-text{overflow-wrap:anywhere}.policy-text p{white-space:normal}.login-page{min-height:100vh;max-width:none;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:10vw;padding:7vw;background:white}.login-intro{background:var(--yellow);border-radius:36px;padding:45px;min-height:580px;display:flex;flex-direction:column;justify-content:center}.brand-mark.large{background:#171818;color:var(--yellow);margin-bottom:50px;width:58px;height:58px}.login-intro h1{font-size:clamp(2.7rem,5.7vw,5rem);line-height:1.04}.login-intro h1 span{color:#69590c}.login-intro>p:last-child{margin:28px 0 0;font-size:1rem}.login-card{max-width:390px;width:100%}.login-card h2{font-size:2.4rem;letter-spacing:-.04em}.login-card form{margin:28px 0}.login-card .button{width:100%}
@media(min-width:1600px){.recipe-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:1200px){.sidebar{width:210px;padding:28px 17px}.workspace{margin-left:210px}main{padding:30px 28px 55px}.topbar{padding:0 28px}.recipe-grid{gap:17px;grid-template-columns:repeat(2,minmax(0,1fr))}.editor{grid-template-columns:minmax(0,1.6fr) minmax(250px,1fr);gap:17px}.panel{padding:22px}.preview-layout{grid-template-columns:1fr 420px;gap:25px}.copy-box{flex-direction:column;align-items:stretch}.stats>a,.stats>div{padding:0 18px}.login-page{gap:6vw;padding:6vw}}
@media(max-width:950px){.sidebar{position:static;width:auto;padding:16px 24px;flex-direction:row;align-items:center;gap:25px;border-right:0;border-bottom:1px solid var(--line)}.brand{margin:0;flex:1}.brand small{display:none}.brand-mark{width:38px;height:38px;border-radius:13px;font-size:2rem}.sidebar nav{display:flex;gap:5px}.sidebar nav a{font-size:.85rem;padding:9px}.sidebar nav a>span{display:none}.sidebar-bottom{display:none}.workspace{margin:0}.topbar{height:52px}.connect-grid{grid-template-columns:1.5fr 1fr}.preview-layout{grid-template-columns:1fr 420px}}
@media(max-width:700px){.sidebar{padding:14px 18px;display:block}.brand{font-size:.95rem;margin-bottom:14px}.sidebar nav{width:100%;gap:6px}.sidebar nav a{flex:1;justify-content:center;font-size:.82rem;min-height:40px}.topbar{padding:0 20px}.topbar>span{font-size:.75rem}main{padding:25px 20px 50px}.page-heading{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:25px}.page-heading .button{width:100%}.page-heading p.muted{font-size:.9rem}.stats{grid-template-columns:repeat(2,1fr);padding:0;margin-bottom:22px}.stats>a,.stats>div{padding:18px}.stats>:nth-child(2){border:0}.stats>:nth-child(-n+2){border-bottom:1px solid var(--line)}.stats strong{font-size:1.65rem}.filters{flex-wrap:wrap;gap:8px}.search-field{flex-basis:100%}.filters label:not(.search-field){flex:1;min-width:120px}.filters select{max-width:none}.filters .button{min-height:46px}.recipe-grid{gap:15px}.card-content{padding:13px}.card-content h3{font-size:1rem;margin-bottom:12px}.card-meta{gap:5px;flex-wrap:wrap;font-size:.72rem}.card-footer{align-items:flex-start;gap:7px;flex-direction:column;font-size:.75rem}.time-pill{top:9px;left:8px;font-size:.7rem}.featured-pill{width:28px;height:28px;top:8px;right:8px}.editor,.connect-grid{display:flex;flex-direction:column;gap:0}.editor>*{width:100%}.panel{padding:20px;margin-bottom:18px}.editor-side{display:flex;flex-direction:column}.upload-preview{max-height:330px}.two-fields{gap:10px}.three-fields{gap:8px}.three-fields .field>label{font-size:.8rem}.three-fields input{padding:10px}.field{margin-bottom:17px}.step-row textarea{min-height:130px}.preview-layout{display:flex;flex-direction:column}.preview-note{padding-top:0}.phone-preview{max-width:460px;margin:auto}.preview-hero{height:280px}.preview-body{padding:23px}.preview-body h2{font-size:1.65rem}.copy-box{align-items:stretch}.login-page{display:block;padding:25px 20px}.login-intro{min-height:0;padding:25px;border-radius:24px;margin-bottom:32px}.login-intro h1{font-size:2.5rem}.brand-mark.large{margin-bottom:25px}.login-intro>p:last-child{margin-top:15px}.login-card{max-width:none;padding:0 5px}.login-card h2{font-size:2rem}.public-page{padding:30px 20px}.public-page .button{overflow-wrap:anywhere}.section-line{gap:8px}.section-line h2{font-size:1.25rem}}
@media(max-width:370px){.recipe-grid{grid-template-columns:1fr}.three-fields{grid-template-columns:1fr}.row-fields{grid-template-columns:1fr}.two-fields{grid-template-columns:1fr}.recipe-metrics{gap:7px}.recipe-metrics strong{font-size:.9rem}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}

.mobile-account{display:none}
@media(max-width:950px){.mobile-account{display:flex;align-items:center;gap:16px}.mobile-account form{margin:0}.mobile-account a,.mobile-account button{font-size:.8rem}.topbar>span{display:none}}
