:root{--bg:#f8f9f7;--surface:#fff;--text:#171d18;--muted:#717970;--line:#e7ebe5;--green:#58a768;--green-dark:#397f4b;--green-soft:#edf7ef;--accent:#f2a51a;--danger:#d45252;--radius:16px;--radius-lg:22px;--shadow:0 12px 34px rgba(29,45,32,.07);--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.5 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{display:block;max-width:100%;height:auto}.cb-container{width:min(var(--max),calc(100% - 32px));margin-inline:auto}.cb-muted{color:var(--muted)}.cb-sr{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
.cb-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:saturate(1.2) blur(14px)}.cb-nav{height:68px;display:flex;align-items:center;gap:28px}.cb-logo{display:flex;align-items:center;gap:8px;font-weight:850;font-size:19px;letter-spacing:-.4px;white-space:nowrap}.cb-logo img{width:29px;height:29px}.cb-menu{display:flex;align-items:center;gap:23px;font-size:13px}.cb-menu>a,.cb-mega-trigger{height:68px;display:flex;align-items:center;border:0;background:transparent;padding:0;color:#222}.cb-menu>a:hover,.cb-mega-trigger:hover{color:var(--green-dark)}.cb-nav-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.cb-icon-btn,.cb-user-btn{height:38px;border:1px solid transparent;background:#fff;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 10px;color:#222}.cb-icon-btn{width:38px;padding:0}.cb-icon-btn:hover,.cb-user-btn:hover{border-color:var(--line);background:#fafbf9}.cb-icon{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.7}.cb-burger{display:none}
.cb-mega-wrap{position:relative;height:68px;display:flex;align-items:center}.cb-mega{position:absolute;top:60px;left:-105px;width:780px;padding:22px;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(7px);transition:.16s ease}.cb-mega-wrap:hover .cb-mega,.cb-mega-wrap.is-open .cb-mega{opacity:1;visibility:visible;transform:none}.cb-mega h4{margin:0 0 10px;font-size:13px}.cb-mega a{display:block;padding:5px 0;color:var(--muted);font-size:12px}.cb-mega a:hover{color:var(--green-dark)}.cb-mega .cb-all{color:var(--green-dark);font-weight:750;margin-top:7px}.cb-drawer{position:fixed;inset:0 0 0 auto;width:min(380px,92vw);background:#fff;z-index:100;transform:translateX(101%);transition:.22s ease;box-shadow:-20px 0 50px rgba(20,35,24,.12);padding:20px;overflow:auto}.cb-drawer.is-open{transform:none}.cb-drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.cb-drawer-link{display:flex;justify-content:space-between;align-items:center;padding:15px 2px;border-bottom:1px solid var(--line);font-weight:700}.cb-overlay{position:fixed;inset:0;background:rgba(11,16,12,.25);z-index:90;opacity:0;visibility:hidden;transition:.2s}.cb-overlay.is-open{opacity:1;visibility:visible}
.cb-hero{background:#fff;border-bottom:1px solid var(--line)}.cb-hero-grid{min-height:292px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:38px}.cb-hero h1{font-size:43px;line-height:1.08;letter-spacing:-1.8px;margin:0 0 13px;max-width:560px}.cb-hero p{margin:0;color:var(--muted);font-size:14px;max-width:490px}.cb-hero-art{height:245px;align-self:end;overflow:hidden;position:relative}.cb-hero-art img{width:100%;height:100%;object-fit:cover;object-position:center;border-radius:130px 0 0 0}.cb-search{display:flex;max-width:575px;margin-top:22px}.cb-search input{min-width:0;flex:1;height:45px;border:1px solid var(--line);border-right:0;border-radius:10px 0 0 10px;padding:0 14px;outline:0;background:#fff}.cb-search input:focus{border-color:#b8d7bf}.cb-search button{height:45px;border:0;background:var(--green);color:#fff;border-radius:0 10px 10px 0;padding:0 18px;font-weight:750}.cb-quick-nav{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:10px;padding:15px 0 13px}.cb-quick-link{min-width:0;display:flex;align-items:center;gap:8px;padding:9px 10px;background:#fff;border:1px solid var(--line);border-radius:13px;font-size:11.5px;font-weight:650}.cb-quick-link:hover{border-color:#cfe2d2;box-shadow:0 6px 18px rgba(38,57,42,.05)}.cb-quick-thumb{width:29px;height:29px;flex:0 0 29px;border-radius:50%;object-fit:cover}
.cb-section{padding:22px 0}.cb-section-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px}.cb-section-title{margin:0;font-size:20px;line-height:1.2;letter-spacing:-.35px}.cb-more{font-size:12px;color:var(--green-dark);font-weight:750}.cb-recipe-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cb-home-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.cb-card{min-width:0;display:block}.cb-card-media{position:relative;overflow:hidden;border-radius:13px;background:#eef1ec;aspect-ratio:16/10}.cb-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.cb-card:hover .cb-card-media img{transform:scale(1.025)}.cb-card-badge{position:absolute;left:8px;bottom:8px;padding:4px 7px;border-radius:7px;background:#fff6df;color:#a66300;font-size:10px;font-weight:800;box-shadow:0 2px 8px rgba(0,0,0,.08)}.cb-card-body{padding:8px 2px 2px}.cb-card h2,.cb-card h3{margin:0 0 6px;font-size:13px;line-height:1.28;letter-spacing:-.1px}.cb-card-meta{display:flex;gap:11px;flex-wrap:wrap;color:var(--muted);font-size:10.5px}.cb-card-meta span{display:inline-flex;align-items:center;gap:4px}.cb-mini-icon{width:12px;height:12px;stroke:currentColor;fill:none;stroke-width:1.8}.cb-navigation{grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:7px;padding:18px 0}.cb-navigation a,.cb-navigation span{min-width:35px;height:35px;padding:0 9px;border:1px solid var(--line);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff}.cb-navigation .current,.cb-navigation span.current{background:var(--green);border-color:var(--green);color:#fff}
.cb-pantry{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px 17px}.cb-pantry-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.cb-pantry h2{font-size:16px;margin:0 0 2px}.cb-pantry p{margin:0;color:var(--muted);font-size:11px}.cb-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.cb-pill{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:7px 10px;font-size:11px}.cb-pill.is-selected{background:var(--green-soft);border-color:#cae2cf;color:var(--green-dark)}.cb-btn{border:0;border-radius:9px;background:var(--green);color:#fff;padding:10px 15px;font-weight:750;font-size:12px}.cb-btn:hover{background:#4a985b}.cb-btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.cb-btn-secondary:hover{background:#f7faf7}
.cb-cuisines{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.cb-cuisine{display:block}.cb-cuisine-media{aspect-ratio:1.45;overflow:hidden;border-radius:15px;background:#eee}.cb-cuisine img{width:100%;height:100%;object-fit:cover}.cb-cuisine strong{display:block;margin-top:7px;font-size:12px}.cb-cuisine small{font-size:10px;color:var(--muted)}.cb-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:14px 0 28px;padding:16px;border:1px solid var(--line);border-radius:15px;background:#fff}.cb-trust-item{display:flex;gap:10px;align-items:center}.cb-trust-ico{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;flex:0 0 34px}.cb-trust b{display:block;font-size:11px}.cb-trust span{font-size:9.5px;color:var(--muted)}
.cb-category-hero{background:#fff;border-bottom:1px solid var(--line);padding:25px 0 0}.cb-breadcrumbs{font-size:10.5px;color:#8a9089;margin-bottom:12px}.cb-category-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:25px}.cb-category-grid h1,.cb-catalog-hero h1{margin:0 0 7px;font-size:34px;line-height:1.1;letter-spacing:-1px}.cb-category-grid p,.cb-catalog-hero p{margin:0;color:var(--muted);font-size:12px;max-width:540px}.cb-category-image{height:164px;overflow:hidden;border-radius:90px 0 0 0}.cb-category-image img{width:100%;height:100%;object-fit:cover}.cb-filter-zone{padding:16px 0 3px}.cb-filter-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:9px}.cb-filter{height:34px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;padding:0 11px;border-radius:8px;font-size:10.5px}.cb-filter.is-active{background:var(--green-soft);border-color:#d5e9d9;color:var(--green-dark)}.cb-filter:hover{border-color:#cbd8cd}
.cb-generic{padding:22px 0 44px}.cb-generic>.baseform,.cb-generic>.search-page,.cb-generic>.userinfo{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}
.cb-recipe-head{background:#fff;padding:22px 0 0}.cb-recipe-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.cb-recipe-title h1{font-size:31px;line-height:1.13;letter-spacing:-1px;margin:0 0 8px}.cb-rating-line{display:flex;align-items:center;gap:8px;font-size:11px}.cb-stars{color:var(--accent);font-weight:800}.cb-recipe-actions{display:flex;gap:5px;flex-wrap:wrap}.cb-action{height:32px;border:0;background:transparent;border-radius:8px;padding:0 8px;display:inline-flex;align-items:center;gap:6px;font-size:10.5px}.cb-action:hover{background:#f7f8f6}.cb-recipe-photo{margin-top:14px;border-radius:15px;overflow:hidden;background:#eee}.cb-recipe-photo img{width:100%;aspect-ratio:16/7;object-fit:cover}.cb-facts{display:grid;grid-template-columns:repeat(4,1fr);margin:9px 0 0;border:1px solid var(--line);border-radius:13px;overflow:hidden}.cb-fact{padding:10px 12px;text-align:center;border-right:1px solid var(--line);background:#fbfcfa}.cb-fact:last-child{border-right:0}.cb-fact b{display:block;font-size:11px}.cb-fact span{display:block;margin-top:2px;color:var(--muted);font-size:8.5px}.cb-recipe-body{display:grid;grid-template-columns:350px minmax(0,1fr);gap:22px;padding:21px 0}.cb-panel{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px}.cb-panel+.cb-panel{margin-top:13px}.cb-panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px}.cb-panel h2,.cb-steps h2,.cb-comments-title{margin:0;font-size:16px;letter-spacing:-.25px}.cb-portion{display:flex;align-items:center;gap:7px;font-size:10px}.cb-portion button{width:25px;height:25px;border:1px solid var(--line);background:#fff;border-radius:7px}.cb-portion b{min-width:15px;text-align:center}.cb-ingredient,.cb-nutrient{display:flex;justify-content:space-between;gap:15px;padding:7px 0;border-bottom:1px solid #eef1ed;font-size:10.5px}.cb-ingredient:last-child,.cb-nutrient:last-child{border-bottom:0}.cb-ingredients-content>p,.cb-nutrition-content>p{margin:0}.cb-ingredients-content table,.cb-nutrition-content table{width:100%;border-collapse:collapse}.cb-ingredients-content td,.cb-nutrition-content td{padding:7px 0;border-bottom:1px solid #eef1ed;font-size:10.5px}.cb-ingredients-content td:last-child,.cb-nutrition-content td:last-child{text-align:right;font-weight:700}.cb-full-story-intro{color:#4f5750;margin:0 0 14px;font-size:12px}.cb-steps-content{display:grid;gap:10px}.cb-step{display:grid;grid-template-columns:30px minmax(0,1fr) 145px;gap:13px;align-items:center;border-bottom:1px solid #edf0ec;padding:0 0 10px}.cb-step-num{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green-dark);font-weight:850;font-size:10px}.cb-step h3{margin:0 0 4px;font-size:11px}.cb-step p{margin:0;color:#515952;font-size:10.5px}.cb-step small{display:block;margin-top:6px;color:var(--muted);font-size:9px}.cb-step img{width:145px;height:82px;border-radius:10px;object-fit:cover}.cb-steps-content img{border-radius:10px}.cb-related{padding:8px 0 20px}.cb-related .related-news{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.cb-related .related-news a{display:block;padding:12px;background:#fff;border:1px solid var(--line);border-radius:12px;font-size:11px}
.cb-comments-wrap{margin:4px 0 34px}.cb-comments-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.cb-comment{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:13px 0;border-bottom:1px solid var(--line)}.cb-comment:first-child{border-top:1px solid var(--line)}.cb-comment-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;background:#eef1ed}.cb-comment-avatar img{width:100%;height:100%;object-fit:cover}.cb-comment-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cb-comment-author{font-size:10.5px;font-weight:800}.cb-comment-date{font-size:9px;color:var(--muted)}.cb-chef-badge{display:inline-flex;align-items:center;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:8.5px;padding:3px 6px}.cb-comment-text{margin-top:4px;font-size:10.5px;color:#3f4640}.cb-comment-text p{margin:0}.cb-comment-actions{display:flex;align-items:center;gap:12px;margin-top:7px;font-size:9px;color:var(--muted)}.cb-comment-actions a{color:inherit}.cb-comment-actions a:hover{color:var(--green-dark)}.cb-comment-reaction{display:inline-flex;align-items:center;gap:4px}.cb-comment-reaction .ratingplus,.cb-comment-reaction .ratingminus{display:inline-flex}.cb-comment-reaction a{border:0!important;background:transparent!important;padding:0!important}.cb-addcomment{margin-top:15px;border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff}.cb-addcomment h3{margin:0 0 12px;font-size:15px}.cb-guest-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:9px}.cb-input{width:100%;height:38px;border:1px solid var(--line);border-radius:9px;padding:0 11px;outline:0}.cb-input:focus{border-color:#b8d7bf}.cb-editor{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}.cb-editor textarea{width:100%;min-height:110px;border:0!important;outline:0;padding:11px;resize:vertical}.cb-security{margin-top:10px;display:grid;gap:8px}.cb-addcomment-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px}.cb-brand-reactions{display:flex;gap:6px}.cb-brand-dot{width:27px;height:27px;border-radius:8px;border:1px solid var(--line);display:grid;place-items:center;background:#fff;font-size:13px}.cb-brand-dot:hover{background:var(--green-soft);border-color:#cfe2d2}.cb-dle-info{padding:12px 14px;background:#fff;border:1px solid var(--line);border-radius:12px;margin:15px 0}
.cb-catalog-hero{background:#fff;padding:28px 0;border-bottom:1px solid var(--line)}.cb-catalog-search{max-width:650px}.cb-catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:20px 0 36px}.cb-catalog-block{background:#fff;border:1px solid var(--line);border-radius:15px;padding:18px}.cb-catalog-block h2{font-size:16px;margin:0 0 10px}.cb-catalog-columns{columns:2;column-gap:24px}.cb-catalog-link{display:block;break-inside:avoid;padding:6px 0;border-bottom:1px dashed #edf0ec;font-size:11px}.cb-catalog-link:hover{color:var(--green-dark)}.cb-catalog-sub{margin:12px 0 5px;font-size:10px;color:var(--green-dark);font-weight:800}.cb-catalog-note{padding:11px 13px;border-radius:10px;background:var(--green-soft);font-size:10px;color:#45634b;margin-top:12px}
.cb-footer{border-top:1px solid var(--line);background:#fff;margin-top:10px}.cb-footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr .9fr;gap:25px;padding:28px 0}.cb-footer h4{margin:0 0 8px;font-size:11px}.cb-footer a,.cb-footer p{display:block;margin:5px 0;color:var(--muted);font-size:10px}.cb-footer-bottom{border-top:1px solid var(--line);padding:13px 0;font-size:9.5px;color:var(--muted)}
@media (max-width:1050px){.cb-menu{gap:15px}.cb-mega{left:-150px;width:720px}.cb-quick-nav{grid-template-columns:repeat(5,1fr)}.cb-home-grid{grid-template-columns:repeat(4,1fr)}.cb-recipe-body{grid-template-columns:310px minmax(0,1fr)}}
@media (max-width:820px){.cb-container{width:min(100% - 24px,var(--max))}.cb-menu,.cb-user-btn{display:none}.cb-burger{display:inline-flex}.cb-nav{height:60px}.cb-logo{font-size:17px}.cb-hero-grid{grid-template-columns:1fr;min-height:0;padding-top:28px;gap:18px}.cb-hero h1{font-size:35px}.cb-hero-art{height:220px}.cb-hero-art img{border-radius:28px 28px 0 0}.cb-quick-nav{display:flex;overflow:auto;padding:12px 0;scrollbar-width:none}.cb-quick-link{min-width:max-content}.cb-home-grid{grid-template-columns:repeat(2,1fr)}.cb-recipe-grid{grid-template-columns:repeat(2,1fr)}.cb-cuisines{grid-template-columns:repeat(3,1fr)}.cb-trust{grid-template-columns:repeat(2,1fr)}.cb-category-grid{grid-template-columns:1fr}.cb-category-image{height:160px;border-radius:20px 20px 0 0}.cb-recipe-title-row{align-items:flex-start;flex-direction:column}.cb-recipe-body{grid-template-columns:1fr}.cb-recipe-aside{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cb-panel+.cb-panel{margin-top:0}.cb-catalog-grid{grid-template-columns:1fr}.cb-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:560px){body{font-size:13px}.cb-container{width:calc(100% - 20px)}.cb-nav{gap:10px}.cb-hero{overflow:hidden}.cb-hero-grid{padding-top:22px}.cb-hero h1{font-size:31px;letter-spacing:-1.1px}.cb-hero p{font-size:12px}.cb-search{margin-top:16px}.cb-search input,.cb-search button{height:43px}.cb-hero-art{height:190px;margin-inline:-10px}.cb-hero-art img{border-radius:26px 26px 0 0}.cb-section{padding:18px 0}.cb-section-title{font-size:18px}.cb-home-grid,.cb-recipe-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 10px}.cb-card h2,.cb-card h3{font-size:12px}.cb-card-meta{font-size:9.5px;gap:8px}.cb-pantry-row{align-items:flex-start;flex-direction:column}.cb-pills{flex-wrap:nowrap;overflow:auto;margin-inline:-17px;padding-inline:17px;scrollbar-width:none}.cb-cuisines{display:flex;overflow:auto;scrollbar-width:none}.cb-cuisine{min-width:125px}.cb-trust{grid-template-columns:1fr 1fr;gap:10px;padding:12px}.cb-trust-item{align-items:flex-start}.cb-category-hero{padding-top:18px}.cb-category-grid h1,.cb-catalog-hero h1{font-size:27px}.cb-category-image{height:135px}.cb-filter-row{flex-wrap:nowrap;overflow:auto;scrollbar-width:none;padding-bottom:2px}.cb-filter{flex:0 0 auto}.cb-recipe-head{padding-top:17px}.cb-recipe-title h1{font-size:26px}.cb-recipe-actions{width:100%;overflow:auto;flex-wrap:nowrap}.cb-action{flex:0 0 auto}.cb-recipe-photo{margin-inline:-10px;border-radius:0}.cb-recipe-photo img{aspect-ratio:16/10}.cb-facts{grid-template-columns:repeat(2,1fr)}.cb-fact:nth-child(2){border-right:0}.cb-fact:nth-child(-n+2){border-bottom:1px solid var(--line)}.cb-recipe-aside{grid-template-columns:1fr}.cb-step{grid-template-columns:27px minmax(0,1fr);align-items:start}.cb-step img{grid-column:2;width:100%;height:auto;aspect-ratio:16/9}.cb-related .related-news{grid-template-columns:repeat(2,1fr)}.cb-guest-fields{grid-template-columns:1fr}.cb-addcomment-foot{align-items:flex-start;flex-direction:column}.cb-catalog-columns{columns:1}.cb-footer-grid{grid-template-columns:1fr 1fr;gap:18px}.cb-footer-brand{grid-column:1/-1}}
@media print{.cb-header,.cb-footer,.cb-recipe-actions,.cb-comments-wrap,.cb-related,.cb-drawer,.cb-overlay{display:none!important}body{background:#fff}.cb-recipe-head{padding:0}.cb-recipe-body{grid-template-columns:300px 1fr}.cb-panel{border-color:#ddd}.cb-step{break-inside:avoid}}

/* v1.1.0 — DLE-safe fallbacks and generic publications */
.cb-fullwidth{width:100%;margin-top:13px}
.cb-related-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.cb-card-excerpt{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.45}
.cb-card-generic .cb-card-media{filter:saturate(.78)}
.cb-generic-article{padding:34px 0 0}
.cb-generic-article-inner{max-width:930px}
.cb-generic-article h1{font-size:clamp(30px,4vw,48px);line-height:1.08;margin:16px 0 10px}
.cb-generic-meta{display:flex;gap:14px;color:var(--muted);font-size:13px;margin-bottom:24px}
.cb-generic-story{font-size:17px;line-height:1.75;color:#28312b}
.cb-generic-story img{display:block;max-width:100%;height:auto;border-radius:18px;margin:22px auto}
.cb-generic-story p{margin:0 0 1em}
@media(max-width:920px){.cb-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.cb-related-grid{grid-template-columns:1fr 1fr}.cb-generic-article{padding-top:18px}.cb-generic-story{font-size:16px;line-height:1.65}}


/* v1.3.0 — typography, density and lightbox aligned with approved CookBook mockup */
body{font-size:16px;line-height:1.55}
.cb-container{width:min(1240px,calc(100% - 36px))}
.cb-nav{height:72px}.cb-logo{font-size:20px}.cb-menu{font-size:14.5px;gap:25px}.cb-menu>a,.cb-mega-trigger{height:72px}
.cb-mega{top:64px}.cb-mega h4{font-size:14px}.cb-mega a{font-size:13px;line-height:1.45}
.cb-hero-grid{min-height:320px;grid-template-columns:1fr 1fr;gap:42px}.cb-hero h1{font-size:45px;line-height:1.06;margin-bottom:16px}.cb-hero p{font-size:16px;line-height:1.45;max-width:560px}.cb-hero-art{height:270px}.cb-hero-art img{border-radius:138px 0 0 0;object-position:center center}.cb-search{max-width:600px;margin-top:25px}.cb-search input,.cb-search button{height:49px}.cb-search input{font-size:14px;padding-inline:16px}
.cb-quick-nav{gap:11px;padding:17px 0 15px}.cb-quick-link{font-size:13px;line-height:1.15;padding:10px 11px}.cb-quick-thumb{width:32px;height:32px;flex-basis:32px}
.cb-section{padding:27px 0}.cb-section-head{margin-bottom:16px}.cb-section-title{font-size:23px}.cb-more{font-size:13.5px}
.cb-recipe-grid{gap:22px}.cb-home-grid{gap:15px}.cb-card-media{border-radius:15px}.cb-card-body{padding-top:10px}.cb-card h2,.cb-card h3{font-size:15.5px;line-height:1.3;margin-bottom:7px}.cb-card-meta{font-size:12.5px;gap:13px}.cb-card-badge{font-size:11px;padding:5px 8px}
.cb-pantry{padding:18px 20px;border-radius:16px}.cb-pantry h2{font-size:18px}.cb-pantry p{font-size:13px}.cb-pills{margin-top:15px}.cb-pill{font-size:12.5px;padding:8px 11px}.cb-btn{font-size:13px;padding:11px 16px}
.cb-cuisine strong{font-size:14px;margin-top:8px}.cb-cuisine small{font-size:11.5px}.cb-trust{padding:18px}.cb-trust b{font-size:13px}.cb-trust span{font-size:11px}.cb-trust-ico{width:38px;height:38px;flex-basis:38px}
.cb-category-hero{padding-top:32px}.cb-breadcrumbs{font-size:12px;margin-bottom:15px;min-height:18px}.cb-category-grid h1,.cb-catalog-hero h1{font-size:39px;line-height:1.08;margin-bottom:11px}.cb-category-grid p,.cb-catalog-hero p{font-size:15px;line-height:1.5;max-width:620px}.cb-category-image{height:205px;border-radius:105px 0 0 0}.cb-filter-zone{padding:19px 0 8px}.cb-filter-row{gap:9px;margin-bottom:10px}.cb-filter{height:38px;font-size:12.5px;padding:0 13px;border-radius:9px}
.cb-recipe-head{padding-top:27px}.cb-recipe-title h1{font-size:38px;line-height:1.08;margin-bottom:9px}.cb-rating-line{font-size:13px}.cb-action{height:37px;font-size:12px;padding-inline:10px}.cb-recipe-photo{margin-top:17px;border-radius:17px}.cb-recipe-photo img{aspect-ratio:16/7.4}.cb-facts{margin-top:11px}.cb-fact{padding:13px}.cb-fact b{font-size:13.5px}.cb-fact span{font-size:10.5px;margin-top:3px}.cb-recipe-body{grid-template-columns:360px minmax(0,1fr);gap:26px;padding:26px 0}.cb-panel{padding:19px;border-radius:15px}.cb-panel h2,.cb-steps h2,.cb-comments-title{font-size:19px}.cb-portion{font-size:11.5px}.cb-portion button{width:28px;height:28px}.cb-ingredient,.cb-nutrient,.cb-ingredients-content td,.cb-nutrition-content td{font-size:13px;padding:9px 0}.cb-full-story-intro{font-size:14.5px;line-height:1.6;margin-bottom:17px}.cb-steps-content{gap:12px}.cb-step{grid-template-columns:34px minmax(0,1fr) 180px;gap:15px;padding-bottom:13px}.cb-step-num{width:28px;height:28px;font-size:12px}.cb-step h3{font-size:14.5px;margin-bottom:5px}.cb-step p{font-size:13.5px;line-height:1.5}.cb-step small{font-size:11px;margin-top:7px}.cb-step img{width:180px;height:102px;border-radius:11px;cursor:zoom-in;transition:opacity .15s ease,transform .15s ease}.cb-step img:hover,.cb-recipe-photo img:hover{opacity:.96}.cb-recipe-photo img{cursor:zoom-in}
.cb-comments-wrap{margin-top:10px}.cb-comment-author{font-size:13px}.cb-comment-date{font-size:11px}.cb-comment-text{font-size:13.5px;line-height:1.5}.cb-comment-actions{font-size:11px}.cb-addcomment h3{font-size:17px}.cb-input{height:42px;font-size:13px}.cb-editor textarea{min-height:145px;font-size:14px}.cb-brand-dot{width:31px;height:31px;font-size:14px}
.cb-related .related-news a{font-size:13px}
.cb-catalog-block h2{font-size:18px}.cb-catalog-link{font-size:13px}.cb-catalog-sub{font-size:12px}.cb-catalog-note{font-size:12px}
.cb-footer h4{font-size:13px}.cb-footer a,.cb-footer p{font-size:12px}.cb-footer-bottom{font-size:11px}

.cb-lightbox{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:24px;background:rgba(9,14,10,.88);opacity:0;visibility:hidden;transition:.18s ease}.cb-lightbox.is-open{opacity:1;visibility:visible}.cb-lightbox__img{display:block;max-width:min(1400px,94vw);max-height:90vh;width:auto;height:auto;border-radius:16px;box-shadow:0 24px 80px rgba(0,0,0,.35)}.cb-lightbox__close{position:fixed;right:24px;top:20px;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111;font-size:27px;line-height:1;display:grid;place-items:center}.cb-lightbox__caption{position:fixed;bottom:16px;left:50%;transform:translateX(-50%);max-width:min(900px,90vw);padding:7px 12px;border-radius:999px;background:rgba(0,0,0,.5);color:#fff;font-size:12px;text-align:center}

@media(max-width:820px){body{font-size:15px}.cb-container{width:min(100% - 24px,1240px)}.cb-hero h1{font-size:38px}.cb-hero p{font-size:15px}.cb-card h2,.cb-card h3{font-size:15px}.cb-card-meta{font-size:12px}.cb-recipe-body{grid-template-columns:1fr}.cb-step{grid-template-columns:32px minmax(0,1fr) 170px}.cb-step img{width:170px;height:96px}}
@media(max-width:560px){body{font-size:15px;line-height:1.5}.cb-hero h1{font-size:33px}.cb-hero p{font-size:14px}.cb-section-title{font-size:21px}.cb-card h2,.cb-card h3{font-size:14.5px}.cb-card-meta{font-size:11.5px}.cb-pantry h2{font-size:17px}.cb-pantry p{font-size:12.5px}.cb-category-grid h1,.cb-catalog-hero h1{font-size:30px}.cb-category-grid p,.cb-catalog-hero p{font-size:14px}.cb-filter{font-size:12px}.cb-recipe-title h1{font-size:30px}.cb-fact b{font-size:13px}.cb-fact span{font-size:10px}.cb-panel h2,.cb-steps h2,.cb-comments-title{font-size:18px}.cb-ingredient,.cb-nutrient,.cb-ingredients-content td,.cb-nutrition-content td{font-size:13px}.cb-full-story-intro{font-size:14px}.cb-step{grid-template-columns:30px minmax(0,1fr);gap:11px}.cb-step h3{font-size:15px}.cb-step p{font-size:14px}.cb-step small{font-size:11px}.cb-step img{grid-column:2;width:100%;height:auto;aspect-ratio:16/9}.cb-comment-text{font-size:13.5px}.cb-lightbox{padding:12px}.cb-lightbox__close{right:12px;top:12px}}
