:root{--bg:#f5f0e8;--surface:rgba(255,255,255,0.8);--surface-strong:#ffffff;--surface-muted:#f8f4ee;--border:rgba(115,89,64,0.16);--text:#1f2933;--muted:#5f6b76;--accent:#0f766e;--accent-strong:#115e59;--danger:#b42318;--success:#137a4b;--warning:#9a6700;--shadow:0 20px 45px rgba(48,35,24,0.1);--radius-lg:24px;--radius-md:18px;--radius-sm:12px}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-body),sans-serif;background:linear-gradient(180deg,#f7f1e7,#efe6d8);color:var(--text)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.app-background{position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at top left,rgba(15,118,110,.16),transparent 30%),radial-gradient(circle at top right,rgba(212,98,61,.14),transparent 28%)}.app-shell{position:relative;z-index:1;max-width:1180px;margin:0 auto;padding:28px 18px 64px}.page-shell{display:grid;grid-gap:24px;gap:24px}.site-header{position:relative;z-index:25;overflow:visible;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px;padding:18px 24px;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:rgba(255,252,247,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand{display:grid;grid-gap:7px;gap:7px}.brand-title{display:inline-flex;align-items:center;max-width:min(272px,100%);line-height:1}.brand-logo{display:block;width:100%;height:auto}.brand-copy{color:var(--muted);max-width:540px}.header-actions,.header-desktop-cluster{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap}.header-auth-slot{display:inline-flex;align-items:center;flex:0 0 auto}.header-auth-desktop-only{display:flex;align-items:center}.mobile-header-menu-toggle{display:none;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:rgba(255,255,255,.92);color:var(--text);transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.mobile-header-menu-toggle.is-open,.mobile-header-menu-toggle:hover{border-color:rgba(15,118,110,.24);background:rgba(15,118,110,.08);color:var(--accent-strong)}.mobile-header-menu-toggle:focus-visible{outline:2px solid rgba(15,118,110,.25);outline-offset:3px}.mobile-header-menu-icon{width:20px;height:20px;display:block}.mobile-header-menu-icon path{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round}.mobile-header-panel{display:none}.header-nav{gap:18px}.header-nav,.header-nav-link{display:inline-flex;align-items:center}.header-nav-link{position:relative;min-height:32px;color:var(--muted);font-weight:600;transition:color .16s ease}.header-nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:999px;background:transparent;transition:background .16s ease}.header-nav-link.is-active,.header-nav-link:hover{color:var(--text)}.header-nav-link.is-active:after{background:var(--accent)}.auth-controls{position:relative;flex:0 0 auto;width:auto}.user-menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(15,23,42,.12);border-radius:999px;background:rgba(255,255,255,.9);color:var(--muted);transition:border-color .16s ease,color .16s ease,background .16s ease,transform .16s ease}.user-menu-trigger.is-open,.user-menu-trigger:hover{border-color:rgba(15,118,110,.24);background:rgba(15,118,110,.08);color:var(--accent-strong)}.user-menu-trigger:focus-visible{outline:2px solid rgba(15,118,110,.25);outline-offset:3px}.user-menu-icon{width:18px;height:18px;display:block}.user-menu-icon path{fill:currentColor}.user-menu-popover{position:absolute;top:calc(100% + 10px);right:0;min-width:292px;max-width:min(340px,calc(100vw - 24px));display:grid;grid-gap:12px;gap:12px;padding:16px 16px 18px;border:1px solid rgba(15,23,42,.1);border-radius:16px;background:rgba(255,252,247,.98);box-shadow:0 18px 40px rgba(48,35,24,.14);z-index:20}.user-menu-email{font-size:.95rem;word-break:break-word}.user-menu-email,.user-menu-item{color:var(--text);font-weight:600}.user-menu-item{display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;min-height:40px;padding:0 14px;border:1px solid rgba(15,23,42,.1);border-radius:12px;background:rgba(255,255,255,.92)}.user-menu-item:hover:not(:disabled){border-color:rgba(15,118,110,.2);color:var(--accent-strong)}.user-menu-item:disabled{cursor:wait;opacity:.72}.user-menu-error{color:var(--danger);font-size:.9rem}.user-menu-preferences{display:grid;grid-gap:12px;gap:12px;padding-top:12px;border-top:1px solid rgba(15,23,42,.08)}@media (max-width:720px){.user-menu-preferences{display:none}}.user-menu-section{display:grid;grid-gap:8px;gap:8px}.user-menu-section-title{color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.user-menu-popover .language-switcher-wrap,.user-menu-popover .store-switcher-wrap{width:100%}.user-menu-popover .language-switcher,.user-menu-popover .store-switcher{width:100%;justify-content:flex-start;flex-wrap:nowrap}.user-menu-popover .store-switcher-option{display:inline-flex;align-items:center;justify-content:center;flex:1 1;min-width:max-content;white-space:nowrap}.user-menu-popover .language-switcher-option{flex:1 1;min-width:0}.user-menu-footer{display:grid;grid-gap:8px;gap:8px;margin-top:2px;padding-top:12px;border-top:1px solid rgba(15,23,42,.08)}.extension-install-page__body h2{font-size:1.15rem;margin-bottom:.5rem}.inline-content-link{color:var(--accent-strong);font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:3px}.inline-content-link:hover{color:var(--accent)}.inline-content-link:focus-visible{outline:2px solid rgba(15,118,110,.35);outline-offset:2px;border-radius:2px}.extension-install-page__cta{display:grid;grid-gap:10px;gap:10px;padding-top:8px}.card,.panel{border:1px solid rgba(80,60,42,.12);border-radius:var(--radius-lg);background:rgba(255,252,247,.82);box-shadow:var(--shadow)}.panel{padding:28px 32px}.card{padding:20px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.section-heading h1,.section-heading h2,.section-heading h3{margin:0}.button,.button-danger,.button-ghost,.button-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;border:1px solid transparent;font-weight:700;line-height:1;transition:transform .14s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.button-danger:hover,.button-ghost:hover,.button-secondary:hover,.button:hover{transform:translateY(-1px)}.scroll-top-button{position:fixed;right:18px;bottom:18px;z-index:60;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:1px solid rgba(15,118,110,.18);border-radius:999px;background:rgba(15,118,110,.94);color:#fff;box-shadow:0 14px 28px rgba(15,118,110,.22);opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease,box-shadow .18s ease}.scroll-top-button.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top-button:hover{box-shadow:0 16px 30px rgba(15,118,110,.28)}.scroll-top-button-icon{width:22px;height:22px;display:block}.button{background:linear-gradient(135deg,#0f857d,#0f766e);color:#fff;box-shadow:0 14px 26px rgba(15,118,110,.22)}.button:hover{background:linear-gradient(135deg,#127f78,#106861)}.button-secondary{border-color:rgba(80,60,42,.12);background:rgba(255,255,255,.9);color:var(--text)}.button-secondary:hover{border-color:rgba(15,118,110,.18);color:var(--accent-strong)}.button-danger{border-color:rgba(180,35,24,.16);background:#fff4f2;color:var(--danger)}.button-danger:hover{border-color:rgba(180,35,24,.28);background:#ffe8e4}.button-ghost{background:transparent;color:var(--muted)}.button-danger:disabled,.button-ghost:disabled,.button-secondary:disabled,.button:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}.auth-page-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);grid-gap:24px;gap:24px}.auth-form-panel,.auth-hero-panel{padding:32px}.auth-hero-copy{display:grid;grid-gap:16px;gap:16px;margin-bottom:24px}.auth-hero-copy h1{margin:0;font-family:var(--font-display),serif;font-size:clamp(2.2rem,4vw,4rem);line-height:.96;letter-spacing:-.04em}.auth-tab-row{display:flex;gap:12px;margin-bottom:18px;flex-wrap:wrap}.auth-tab-row-subtle{align-items:center;justify-content:space-between;padding:10px 12px;border:1px solid rgba(80,60,42,.1);border-radius:var(--radius-sm);background:rgba(255,255,255,.62)}.auth-tab-status{color:var(--muted);font-size:.95rem;font-weight:600}.auth-switch-button{min-height:38px;padding:0 16px;font-weight:600}.auth-oauth-block{display:grid;grid-gap:14px;gap:14px;margin-bottom:4px}.button-auth-google{display:inline-flex;width:100%;align-items:center;justify-content:center;gap:12px;min-height:46px;padding:0 18px;border:1px solid rgba(80,60,42,.18);border-radius:var(--radius-md);background:#fff;color:var(--text);font-size:.98rem;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.button-auth-google:hover:not(:disabled){border-color:rgba(15,118,110,.35);background:rgba(255,255,255,.95);box-shadow:0 1px 0 rgba(80,60,42,.06)}.button-auth-google:focus-visible{outline:2px solid rgba(15,118,110,.35);outline-offset:2px}.button-auth-google:disabled{cursor:not-allowed;opacity:.65}.auth-google-icon{width:20px;height:20px;flex-shrink:0}.auth-oauth-divider{display:flex;align-items:center;gap:14px;margin:0;color:var(--muted);font-size:.88rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.auth-oauth-divider:after,.auth-oauth-divider:before{content:"";flex:1 1;height:1px;background:rgba(80,60,42,.14)}.auth-password-wrap{position:relative}.auth-password-wrap input{padding-right:56px}.auth-peek-button{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;border-radius:999px;background:transparent;color:var(--muted);-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation}.auth-peek-button:hover{background:rgba(15,118,110,.08);color:var(--accent-strong);transform:translateY(-50%)}.auth-peek-button:focus-visible{outline:2px solid rgba(15,118,110,.2);outline-offset:2px}.auth-peek-icon{width:18px;height:18px;display:block}.auth-peek-icon path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.auth-page-grid-wide{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr)}.auth-value-panel{display:grid;grid-gap:24px;gap:24px;align-content:start;order:1;background:linear-gradient(180deg,rgba(255,252,247,.92),rgba(248,244,238,.88))}.auth-value-head{display:grid;grid-gap:14px;gap:14px}.auth-form-head h2,.auth-value-head h1{margin:0;font-family:var(--font-display),serif}.auth-feature-panel-head p,.auth-form-head p,.auth-value-copy{margin:0}.auth-free-badge{justify-self:start}.auth-feature-panel{display:grid;grid-gap:18px;gap:18px;padding:22px;border-radius:var(--radius-md);border:1px solid rgba(80,60,42,.1);background:rgba(255,255,255,.72)}.auth-feature-panel-head{display:grid;grid-gap:8px;gap:8px}.auth-feature-panel-head h2{margin:0;font-size:1.4rem}.auth-features-title-emphasis{font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.auth-feature-list{display:grid;grid-gap:12px;gap:12px}.auth-feature-item{display:grid;grid-template-columns:52px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:start;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(15,118,110,.12);background:rgba(15,118,110,.05)}.auth-feature-item p{margin:0;line-height:1.5}.auth-feature-index{display:inline-flex;align-items:center;justify-content:center;min-height:36px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid rgba(15,118,110,.12);color:var(--accent-strong);font-weight:700}.auth-form-panel{display:grid;grid-gap:18px;gap:18px;align-content:start;order:2}.auth-form-head{display:grid;grid-gap:8px;gap:8px}.auth-form-actions{justify-content:flex-start}@media (max-width:920px){.auth-page-grid,.auth-page-grid-wide{grid-template-columns:1fr}.auth-form-panel{order:1}.auth-value-panel{order:2}.auth-tab-row{width:100%}.auth-tab-row-subtle{align-items:flex-start;flex-direction:column}.auth-switch-button{width:100%}.auth-feature-item{grid-template-columns:1fr}.site-header{align-items:flex-start}.header-actions{width:100%;justify-content:space-between}.auth-controls{width:auto}}.product-grid-compact{grid-template-columns:minmax(0,1.5fr) 160px;align-items:start}.product-selector-field{min-width:0}.product-picker-stack{display:grid;grid-gap:12px;gap:12px}.product-search-input-wrap{position:relative}.product-search-input-wrap input{padding-right:42px}.product-search-clear{position:absolute;top:50%;right:8px;transform:translateY(-50%);width:28px;height:28px;border-radius:999px;border:1px solid rgba(80,60,42,.14);background:rgba(255,255,255,.92);color:var(--muted);font-size:1.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.product-search-panel{display:grid;grid-gap:12px;gap:12px;padding:14px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.78)}.product-search-results{display:grid;grid-gap:10px;gap:10px}.product-search-result{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:12px 14px;text-align:left;border-radius:var(--radius-sm);border:1px solid rgba(15,118,110,.12);background:rgba(15,118,110,.05)}.product-search-result strong,.selected-product-copy strong{display:block}.product-search-result small,.selected-product-copy p,.selected-product-link{display:block;color:var(--muted);margin-top:4px;word-break:break-word}.product-inline-create-trigger{justify-self:start}.product-row-actions-lower .product-inline-create-trigger{justify-self:auto}.product-inline-create{display:grid;grid-gap:12px;gap:12px;padding-top:4px}.field-hint{color:var(--muted);font-size:.82rem;line-height:1.35}.auto-filled-product-name:disabled{background:linear-gradient(135deg,rgba(237,247,244,.92),rgba(247,244,238,.92));border-color:rgba(15,118,110,.18);color:var(--muted);cursor:not-allowed;opacity:1}.selected-product-card{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:52px;padding:10px 14px;border-radius:var(--radius-sm);border:1px solid rgba(15,118,110,.12);background:rgba(15,118,110,.06)}.selected-product-copy{min-width:0}.selected-product-name-link{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.selected-product-name-link strong{margin:0;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.selected-product-open-icon{color:var(--accent-strong);font-size:1rem;font-weight:600;white-space:nowrap}.selected-product-name-link:hover strong{color:var(--accent-strong)}.selected-product-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.selected-product-actions .button-ghost{min-height:auto;padding:0;border:0;background:transparent;color:var(--accent-strong);box-shadow:none}.selected-product-actions .button-ghost:hover{color:var(--accent);transform:none}.selected-product-actions .selected-product-delete{color:var(--danger)}.selected-product-actions .selected-product-delete:hover{color:#8f1f17}.product-quantity-field{max-width:160px}@media (max-width:920px){.product-grid-compact{grid-template-columns:1fr}.product-search-result,.selected-product-card{flex-direction:column;align-items:flex-start}.product-inline-create-trigger,.selected-product-actions{width:100%}}.recipe-detail-meta strong{display:block;margin-bottom:6px}.recipe-description-copy{white-space:pre-wrap}.detail-secondary-button{min-width:120px}.source-link{color:var(--accent-strong);text-decoration:underline;word-break:break-word}#recipe-description{min-height:220px}.tag-editor{display:grid;grid-gap:12px;gap:12px}.tags-label-row{gap:8px}.tags-help-icon,.tags-label-row{display:inline-flex;align-items:center}.tags-help-icon{justify-content:center;width:18px;height:18px;border-radius:999px;border:1px solid rgba(80,60,42,.24);color:var(--muted);font-size:.72rem;font-weight:700;line-height:1;cursor:help}.tag-chip-list{display:flex;gap:10px;flex-wrap:wrap}.tag-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(15,118,110,.08);border:1px solid rgba(15,118,110,.14);color:var(--accent-strong);font-weight:600}.tag-chip-editable{background:rgba(15,118,110,.1)}.tag-chip-toggle{cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .1s ease}.tag-chip-toggle:hover{border-color:rgba(15,118,110,.4);background:rgba(15,118,110,.14)}.tag-chip-toggle:focus-visible{outline:2px solid var(--accent-strong);outline-offset:2px}.tag-chip-toggle:active{transform:translateY(1px)}.tag-chip-toggle.is-active{background:var(--accent-strong);border-color:var(--accent-strong);color:#fff}.tag-chip-state{width:18px;text-align:center;font-weight:700}.tag-chip-remove{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:0;border-radius:999px;background:rgba(17,94,89,.12);color:var(--accent-strong);font-size:.95rem;line-height:1}.history-card-badges,.history-filter-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:18px}.history-filter-row{align-items:center;justify-content:space-between}.history-filter-buttons{display:flex;gap:12px;flex-wrap:wrap}.history-card-badges{margin-bottom:0;justify-content:flex-end}.recipe-meta-stack{display:grid;grid-gap:10px;gap:10px}.recipe-badge-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.history-day-list{display:grid;grid-gap:22px;gap:22px}.history-day-group{display:grid;grid-gap:14px;gap:14px}.history-day-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.history-day-header-main{display:inline-flex;align-items:center;gap:10px}.history-day-header h2{margin:0}.history-day-select{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border-radius:999px;background:rgba(15,118,110,.06);border:1px solid rgba(15,118,110,.12)}.history-day-select input{width:16px;height:16px;margin:0;accent-color:var(--accent)}.history-run-list{display:grid;grid-gap:10px;gap:10px}.history-run-row{display:grid;grid-gap:14px;gap:14px;padding:14px 16px;border-radius:var(--radius-md);background:rgba(255,255,255,.72);border:1px solid rgba(80,60,42,.12);transition:background .14s ease,border-color .14s ease}.history-run-row-main{display:flex;align-items:center;justify-content:space-between;gap:16px}.history-run-main-wrap{display:flex;align-items:center;gap:16px;min-width:0;flex:1 1 auto}.history-run-select{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;border-radius:999px;background:rgba(15,118,110,.06);border:1px solid rgba(15,118,110,.12)}.history-run-select input{width:16px;height:16px;margin:0;accent-color:var(--accent)}.history-run-row.is-cooked{background:rgba(237,249,241,.88);border-color:rgba(19,122,75,.2)}.history-run-main{min-width:0;display:grid;grid-gap:6px;gap:6px}.history-run-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.history-run-name-row{min-width:0}.history-run-badges-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.history-run-link{font-weight:700}.history-run-link:hover{color:var(--accent-strong)}.history-run-meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:.95rem}.history-meta-separator{opacity:.65}.history-run-actions{display:flex;align-items:center;flex-shrink:0}.history-action-button{min-width:128px}.history-delete-button{width:34px;height:34px;flex-shrink:0;border:1px solid rgba(180,35,24,.18);border-radius:999px;background:#fff2f1;color:var(--danger);font-size:1.1rem;line-height:1}@media (max-width:920px){.history-day-header,.history-filter-row,.history-run-main-wrap,.history-run-row-main{align-items:flex-start;flex-direction:column}.history-bulk-delete,.history-filter-buttons,.history-run-actions,.history-run-title-row{width:100%}}.cart-queue-panel{display:grid;grid-gap:18px;gap:18px}.cart-queue-heading{margin-bottom:0}.cart-queue-badges{display:flex;gap:10px;flex-wrap:wrap}.cart-queue-block{display:grid;grid-gap:12px;gap:12px}.cart-queue-active{padding:16px;border-radius:var(--radius-md);background:rgba(255,248,219,.62);border:1px solid rgba(154,103,0,.16)}.cart-queue-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cart-queue-result .cart-queue-row>div:first-child{min-width:0;padding-right:40px}.cart-queue-item,.cart-queue-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-queue-list,.cart-queue-results{display:grid;grid-gap:10px;gap:10px}.cart-queue-item,.cart-queue-result{position:relative;padding:14px 16px;border-radius:var(--radius-md);background:rgba(255,255,255,.72);border:1px solid rgba(80,60,42,.12)}.cart-queue-result.is-success{border-color:rgba(19,122,75,.18);background:rgba(237,249,241,.78)}.cart-queue-result.is-error{border-color:rgba(180,35,24,.16);background:rgba(255,242,241,.82)}.cart-queue-failures{margin:10px 0 0}@media (max-width:920px){.cart-queue-item,.cart-queue-label-row,.cart-queue-row{align-items:flex-start;flex-direction:column}}.recipes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:stretch}.recipe-card{min-height:248px;display:flex;flex-direction:column;align-self:stretch;height:100%}.recipe-card-shell{display:flex;flex:1 1 auto;flex-direction:column;min-height:248px}.recipe-card-main{display:grid;align-content:start;grid-gap:12px;gap:12px;flex:1 1 auto}.recipe-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-top:auto;padding-top:14px}.recipe-card-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.recipe-card-expandable{display:grid;grid-gap:12px;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(80,60,42,.1)}.recipe-card-expandable .recipe-card-store-tab-strip.store-tab-strip{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:8px;padding:0 0 6px}.recipe-card-expandable .recipe-card-store-tab-strip .store-tab{flex:0 0 auto}@media (max-width:640px){.recipe-card-expandable .recipe-card-store-tab-strip .store-tab .store-tab-count{display:none}}.recipe-card-expandable .recipe-card-store-tab-body.store-tab-body{padding:12px 12px 14px}.recipe-card-list-toolbar{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(80,60,42,.08)}.recipe-card-list-master.recipe-master-select{flex-wrap:wrap}.recipe-products-list{display:grid;grid-gap:10px;gap:10px}.recipe-products-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid rgba(15,118,110,.12);background:rgba(15,118,110,.05)}.recipe-products-item-selectable{gap:10px}.recipe-card-product-select-slot{display:inline-flex;flex-shrink:0;align-items:flex-start;justify-content:center;padding-top:2px}.recipe-card-product-select-slot input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent);cursor:pointer}.recipe-card-product-select-slot input[type=checkbox]:disabled{cursor:not-allowed}.recipe-products-item-selectable .recipe-products-item-body{flex:1 1 auto;min-width:0}.recipe-products-item strong{display:block}.recipe-products-item p{margin:4px 0 0;color:var(--muted);font-size:.95rem}.recipe-products-qty{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(15,118,110,.12);color:var(--accent-strong);font-weight:700;flex-shrink:0}.recipe-card-title{font-size:1.45rem;line-height:1.1;margin:0;min-height:3.4rem;max-width:100%}.recipe-card-title-link{display:block;overflow:visible;color:inherit;text-decoration:none;text-overflow:clip;transition:color .12s ease}.recipe-card-title-link:hover{color:var(--accent-strong)}.recipe-card-tags{margin-top:2px}.recipe-card-short-description{margin:4px 0 0;color:var(--muted);font-size:1.2rem;line-height:1.4;min-height:calc(1.2rem * 1.4 * 3);overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;white-space:normal}.recipe-card-short-description.is-empty{visibility:hidden}.recipe-card-meta-line{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.recipe-last-added-copy{display:inline-flex;align-items:center;gap:6px;color:var(--muted);font-size:1.15rem;font-weight:500;line-height:1;white-space:nowrap}.recipe-last-added-icon{width:18px;height:18px;display:block;flex:0 0 18px}.recipe-last-added-copy.is-empty{color:#6b7280}.recipe-card-footer{justify-content:flex-start;align-items:flex-end;margin-top:auto;gap:14px}.recipe-card-footer .button{min-width:132px}.recipe-card-footer .recipe-last-added-copy{margin-left:auto;text-align:right}.recipe-products-toggle{min-width:144px}@media (max-width:720px){.recipes-grid{grid-template-columns:1fr}.recipe-card-top{flex-wrap:wrap}.recipe-card-title{max-width:100%}.recipe-card-footer,.recipe-card-meta-line{align-items:flex-start;flex-direction:column}.recipe-card-footer .recipe-last-added-copy{margin-left:0;text-align:left}.recipes-filters-top{align-items:stretch;flex-direction:column}.recipes-clear-button{width:100%}}.history-run-items{display:grid;grid-gap:8px;gap:8px;padding-top:6px;border-top:1px solid rgba(80,60,42,.08)}.history-run-item{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:var(--radius-sm);background:rgba(255,255,255,.72);border:1px solid rgba(80,60,42,.1)}.history-run-item-main,.history-run-item-side{display:grid;grid-gap:5px;gap:5px}.history-run-item-meta{display:inline-flex;flex-wrap:wrap;gap:6px}.history-run-item-side{display:flex;align-items:center;justify-content:flex-end;gap:8px}@media (max-width:920px){.history-run-item{align-items:flex-start;flex-direction:column}.history-run-item-side{justify-content:flex-start}}.recipe-detail-title{gap:10px}.recipe-item-compact{padding:10px 14px}.recipe-item-header{display:flex;justify-content:space-between}.recipe-item-selection{min-width:0;flex:1 1 auto}.recipe-item-link{display:inline-block;font-weight:700}.recipe-item-open-icon{display:inline-block;margin-left:6px;font-size:.95em;color:var(--accent-strong);text-decoration:none}.recipe-item-quantity-block{display:grid;justify-items:end;grid-gap:6px;gap:6px;flex:0 0 auto}.recipe-item-quantity-input{width:88px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.16);background:rgba(255,255,255,.9);color:var(--text)}.recipe-item-quantity-input:focus{outline:2px solid rgba(15,118,110,.18);border-color:rgba(15,118,110,.32)}.recipe-item-saved-qty{font-size:.9rem}.recipe-run-helper{margin:0 0 2px}.recipe-owner-empty-store-hint{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px 16px;margin:0 0 14px;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.14);background:rgba(255,252,247,.88)}.recipe-owner-empty-store-hint-copy{margin:0;flex:1 1 220px;min-width:0;color:var(--text);font-size:.95rem;line-height:1.45}.recipe-owner-empty-store-edit-link.button-secondary{flex-shrink:0}.recipe-product-publication-callout{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;padding:14px 16px;border:1px solid rgba(15,118,110,.14);border-radius:var(--radius-sm);background:rgba(235,247,243,.72)}.recipe-product-publication-callout p,.recipe-product-publication-callout strong{margin:0}.recipe-product-publication-callout>div:first-child{min-width:0}.recipe-product-publication-callout .button-secondary{flex-shrink:0;white-space:nowrap}@media (max-width:920px){.recipe-item-header{flex-direction:column}.recipe-item-quantity-block{justify-items:start;width:100%}}.recipes-filters{display:grid;grid-gap:16px;gap:16px;margin-bottom:22px;padding:18px;border-radius:var(--radius-md);border:1px solid rgba(80,60,42,.1);background:rgba(255,255,255,.52)}.recipes-filters-top{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.recipes-search-field{display:grid;grid-gap:8px;gap:8px;flex:1 1 320px}.recipes-search-field input{width:100%;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.16);background:rgba(255,255,255,.92);color:var(--text)}.recipes-search-field input:focus{outline:2px solid rgba(15,118,110,.18);border-color:rgba(15,118,110,.32)}.recipes-filter-label{font-size:.95rem;font-weight:700;color:var(--muted)}.recipes-filters-footer{display:flex;justify-content:flex-end}.recipes-clear-button{flex-shrink:0;border-color:rgba(80,60,42,.12);background:rgba(255,255,255,.9);color:var(--muted)}.recipes-clear-button:hover{border-color:rgba(15,118,110,.18);color:var(--accent-strong)}.recipes-tags-filter{display:grid;grid-gap:10px;gap:10px}.recipes-tags-filter-list{display:flex;gap:10px;flex-wrap:wrap}.recipes-filter-chip{border:1px solid rgba(15,118,110,.16);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease,transform .12s ease}.recipes-filter-chip:hover{transform:translateY(-1px)}.recipes-filter-chip.is-selected{background:var(--accent);border-color:var(--accent);color:white}@media (max-width:980px){.recipes-filters-top{align-items:stretch;flex-direction:column}.recipes-search-field{flex-basis:auto;width:100%}.recipes-filters-footer{justify-content:stretch}.recipes-clear-button{width:100%}}.recipes-empty-state{padding:34px 24px;margin-top:6px}.cart-queue-result-actions{display:flex;align-items:flex-start;gap:10px;padding-right:38px}.cart-queue-dismiss{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;padding:0;border:1px solid rgba(180,35,24,.18);border-radius:999px;background:#fff2f1;color:var(--danger);font-size:1.15rem;line-height:1;cursor:pointer}.cart-queue-dismiss.is-success{border-color:rgba(19,122,75,.18);background:rgba(237,249,241,.9);color:var(--success)}.language-switcher-wrap,.store-switcher-wrap{display:grid;grid-gap:8px;gap:8px}.language-switcher,.store-switcher{display:inline-flex;align-items:center;gap:2px;padding:4px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:rgba(255,255,255,.9)}.language-switcher-option,.store-switcher-option{min-height:34px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-weight:600}.language-switcher-option.is-active,.store-switcher-option.is-active{background:rgba(15,118,110,.1);color:var(--accent-strong);box-shadow:none}.language-switcher-option{min-width:48px}.store-switcher-error{margin:0}.store-tab-panel{display:grid;grid-gap:0;gap:0}.store-tab-strip{display:flex;gap:8px;flex-wrap:wrap;align-items:flex-end;padding:0 16px}.store-tab-body{display:grid;grid-gap:14px;gap:14px;padding:18px;border-radius:0 var(--radius-md) var(--radius-md) var(--radius-md);border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.58);box-shadow:inset 0 1px 0 rgba(255,255,255,.42)}.store-tab{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 18px;border:1px solid rgba(80,60,42,.14);border-bottom:0;border-radius:16px 16px 0 0;background:rgba(238,232,223,.74);color:var(--muted);font-weight:700;transform:translateY(1px);transition:background .12s ease,color .12s ease,border-color .12s ease,transform .12s ease}.store-tab:hover{background:rgba(255,255,255,.78);color:var(--text)}.store-tab.is-active{position:relative;z-index:2;background:#fff;border-color:rgba(15,118,110,.32);color:var(--accent-strong);font-weight:800;transform:translateY(0);box-shadow:inset 0 3px 0 0 var(--accent),0 -2px 0 0 rgba(15,118,110,.12),0 -10px 22px rgba(15,118,110,.1)}.store-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:rgba(95,107,118,.12);color:inherit;font-size:.9rem}.store-tab.is-active .store-tab-count{background:rgba(15,118,110,.18);color:var(--accent-strong);font-weight:800}.product-store-empty-state{display:grid;grid-gap:12px;gap:12px;padding:18px;border-radius:var(--radius-md);border:1px dashed rgba(80,60,42,.18);background:rgba(255,255,255,.48)}.store-products-empty-state{padding:30px 24px}.recipe-products-empty-copy{padding:14px 16px;border-radius:var(--radius-sm);border:1px dashed rgba(80,60,42,.16);background:rgba(255,255,255,.52);color:var(--muted)}.recipe-products-empty-copy-guest{display:grid;grid-gap:10px;gap:10px}.recipe-card-empty-logged-primary{margin:0;line-height:1.45}.recipe-card-empty-logged-follow{margin:8px 0 0;line-height:1.45;font-size:.95rem;color:var(--muted)}.recipe-card-empty-guest-hint{margin:0;line-height:1.45;color:var(--text)}.recipe-card-empty-guest-cta{margin:0}.recipe-card-empty-guest-link{font-weight:600;color:var(--accent-strong);text-decoration:none}.recipe-card-empty-guest-link:hover{text-decoration:underline}.recipes-active-store-copy{color:var(--muted)}@media (max-width:920px){.store-switcher{width:100%;justify-content:space-between}.store-switcher-option{flex:1 1}.store-tab-strip{width:100%;padding:0;gap:6px}.store-tab{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 3px);justify-content:center;min-width:0;padding:0 14px}.store-tab-body{border-radius:var(--radius-md)}}.history-store-badge{background:rgba(15,118,110,.1)}.history-run-item-link{display:inline-flex;align-items:center}.recipe-card-title-row,.recipe-detail-title-row{display:flex;justify-content:space-between;gap:12px}.recipe-card-title-row{align-items:flex-start}.recipe-detail-title-row{align-items:center}.recipe-card-title-icons,.recipe-detail-title-icons{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.icon-toggle-button{display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:0;border-radius:0;background:transparent;box-shadow:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;color:var(--text-muted);line-height:1;transition:transform .18s ease,color .18s ease,opacity .18s ease}.icon-toggle-button:hover:not(:disabled){transform:translateY(-1px);color:var(--accent-strong)}.icon-toggle-button:disabled{opacity:.6;cursor:wait}.recipe-favorite-button{width:18px;height:18px;min-width:18px;min-height:18px;flex:0 0 18px}.recipe-favorite-button.is-active{color:#d97706}.recipe-card-title{flex:1 1}.recipes-filter-mode-row{display:inline-flex;align-items:center;gap:6px;padding:6px;border-radius:999px;background:rgba(15,23,42,.04);width:-moz-fit-content;width:fit-content}.recipes-filter-mode{border:0;background:transparent;color:var(--text-muted);border-radius:999px;padding:10px 14px;font-weight:600;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}.recipes-filter-mode.is-active{background:#ffffff;color:var(--text-strong);box-shadow:0 10px 24px rgba(15,23,42,.08)}@media (max-width:720px){.recipe-card-title-row,.recipe-detail-title-row{gap:10px}.recipes-filter-mode-row{width:100%;justify-content:stretch}.recipes-filter-mode{flex:1 1;text-align:center}}.favorite-icon{width:18px;height:18px;display:block}.favorite-icon path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}.favorite-icon.is-filled path{fill:currentColor}.badge,.status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:.78rem;font-weight:700;line-height:1;white-space:nowrap}.badge{background:rgba(15,118,110,.08);color:var(--accent-strong);border:1px solid rgba(15,118,110,.12);min-height:auto;padding:8px 12px;font-size:14.72px;font-weight:600;line-height:normal}.status-badge{background:rgba(95,107,118,.08);color:var(--muted);border:1px solid rgba(95,107,118,.12)}.status-badge.is-success{background:rgba(19,122,75,.1);color:var(--success);border-color:rgba(19,122,75,.14)}.status-badge.is-error{background:rgba(180,35,24,.1);color:var(--danger);border-color:rgba(180,35,24,.14)}.status-badge.is-warning{background:rgba(154,103,0,.1);color:var(--warning);border-color:rgba(154,103,0,.16)}.small-text{color:var(--muted);font-size:.86rem;line-height:1.4}.progress-entry{padding:14px 16px;border-radius:var(--radius-md);border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.72);color:var(--text)}.progress-entry.is-success{border-color:rgba(15,118,110,.22);background:rgba(235,247,243,.92);color:var(--text)}.progress-entry.is-error{border-color:rgba(180,35,24,.16);background:rgba(255,242,241,.82);color:var(--danger)}.auth-confirm-banner{margin:0 0 16px}.auth-confirm-banner .auth-confirm-banner-inner.progress-entry{padding:16px 18px;min-height:0;box-sizing:border-box}.auth-confirm-banner-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.auth-confirm-banner-text{margin:0;flex:1 1 auto;min-width:0;max-width:100%;line-height:1.5;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.auth-confirm-banner-close{flex-shrink:0;align-self:flex-start;min-width:44px;min-height:44px;padding:0;font-size:1.35rem;line-height:1;margin-top:-2px}.modal-open{overflow:hidden}.auth-cart-modal{position:fixed;inset:0;z-index:70;display:grid;place-items:center;padding:24px}.auth-cart-modal__overlay{position:absolute;inset:0;border:0;background:rgba(41,28,18,.36);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.auth-cart-modal__panel{position:relative;z-index:1;width:min(100%,520px);display:grid;grid-gap:18px;gap:18px;padding:24px;border-radius:22px;border:1px solid rgba(80,60,42,.12);background:rgba(255,251,245,.98);box-shadow:0 28px 60px rgba(80,60,42,.2)}.auth-cart-modal__close{position:absolute;top:14px;right:14px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.86);color:var(--muted)}.auth-cart-modal__close span{font-size:1.2rem;line-height:1}.auth-cart-modal__copy{display:grid;grid-gap:8px;gap:8px;padding-right:34px}.auth-cart-modal__copy h3,.auth-cart-modal__copy p{margin:0}.auth-cart-modal__copy p{color:var(--muted)}.auth-cart-modal__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.product-create-modal__panel{width:min(100%,620px)}.product-create-modal .product-inline-create{padding-top:0}.product-create-modal .field{display:grid;grid-gap:8px;gap:8px;min-width:0}.product-create-modal .field>label{font-size:.95rem;font-weight:700;color:var(--muted)}.product-create-modal input{width:100%;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.16);background:rgba(255,255,255,.92);color:var(--text);box-sizing:border-box}.product-create-modal input:focus{outline:2px solid rgba(15,118,110,.18);border-color:rgba(15,118,110,.32)}.empty-state{display:grid;justify-items:start;grid-gap:10px;gap:10px;padding:30px 24px;border-radius:var(--radius-md);border:1px dashed rgba(80,60,42,.16);background:rgba(255,255,255,.54)}.empty-state h2,.empty-state p{margin:0}.empty-icon{width:42px;height:42px;border-radius:14px;background:rgba(15,118,110,.08);border:1px solid rgba(15,118,110,.12)}.history-filter-buttons{gap:10px}.history-bulk-delete,.history-filter-buttons .button,.history-filter-buttons .button-ghost,.history-run-actions .button,.history-run-actions .button-secondary{min-height:46px;padding:0 18px;font-size:16px;font-weight:400;line-height:normal}.history-filter-buttons .button-ghost{border-color:rgba(80,60,42,.14);background:rgba(255,255,255,.9);color:var(--muted)}.history-filter-buttons .button-ghost:hover{border-color:rgba(15,118,110,.18);color:var(--accent-strong)}.history-bulk-delete{min-width:168px}.history-run-actions{gap:10px}.history-day-header .badge,.history-run-item-side .badge,.history-run-item-side .status-badge,.history-run-title-row .badge,.history-run-title-row .status-badge{min-height:auto;padding:8px 12px;font-size:14.72px;font-weight:600;line-height:normal}.history-run-row,.history-run-row-main{gap:12px}.history-run-meta{font-size:.86rem}.history-run-item{padding:12px 14px}.history-run-item-link{font-size:.95rem}.history-store-badge{background:rgba(15,118,110,.08);color:var(--accent-strong)}.detail-workspace{display:grid;grid-gap:22px;gap:22px}.detail-heading{align-items:flex-start;margin-bottom:0}.recipe-detail-heading.section-heading{align-items:stretch}.recipe-detail-header-main>.recipe-owner-actions{justify-self:start;width:-moz-fit-content;width:fit-content;max-width:100%}.recipe-owner-actions{display:inline-flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:wrap}.recipe-owner-actions .recipe-owner-delete-btn.button-danger,.recipe-owner-actions .recipe-owner-edit-btn.button-secondary{flex:0 1 auto;width:auto;justify-content:center;white-space:nowrap;min-height:40px;padding:0 18px;font-size:.95rem;font-weight:600;box-sizing:border-box}.recipe-owner-edit-btn.button-secondary{border:1px solid rgba(15,118,110,.42);background:rgba(255,255,255,.96);color:var(--accent-strong);font-weight:700;box-shadow:none}.recipe-owner-edit-btn.button-secondary:hover{border-color:rgba(15,118,110,.55);background:rgba(235,247,243,.95);color:var(--accent-strong);box-shadow:none}.recipe-owner-delete-btn.button-danger{border-width:1px;border-color:rgba(180,35,24,.42);font-weight:700;box-shadow:none}.recipe-owner-delete-btn.button-danger:hover{border-color:rgba(180,35,24,.55);box-shadow:none}.recipe-products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px 16px;flex-wrap:wrap;padding-bottom:12px;margin-bottom:4px;border-bottom:1px solid rgba(80,60,42,.1)}.recipe-products-master-slot{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-width:0}.recipe-products-toolbar-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;flex-shrink:0}.recipe-master-select{display:inline-flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;color:var(--text);-webkit-user-select:none;-moz-user-select:none;user-select:none}.recipe-master-select input{width:18px;height:18px;accent-color:var(--accent)}.recipe-master-select-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;padding:2px 8px;border-radius:999px;font-size:.82rem;font-weight:700;background:rgba(15,118,110,.1);color:var(--accent-strong)}.recipe-products-cart-btn.button{flex-shrink:0}.recipe-products-toolbar-actions .recipe-add-personal-product-btn.button-secondary,.recipe-products-toolbar-actions .recipe-products-cart-btn.button{min-height:40px;padding:0 18px;font-size:.95rem;font-weight:600;box-sizing:border-box}.recipe-item-selection.selection-toggle{align-items:flex-start;gap:10px}.recipe-item-selection.selection-toggle>input{margin-top:5px}.recipe-item-label-column{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1 1 auto}.recipe-item-label-column .recipe-item-link{line-height:1.35}.recipe-item-self-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px}.recipe-item-self-link.button-ghost{padding:0;min-height:auto;border:0;background:transparent;box-shadow:none;font-size:.88rem;font-weight:600;color:var(--accent-strong)}.recipe-item-self-link.button-ghost:hover:not(:disabled){color:var(--accent);transform:none}.recipe-item-self-link-danger.button-ghost{color:var(--danger)}.recipe-item-self-link-danger.button-ghost:hover:not(:disabled){color:var(--danger);opacity:.88;transform:none}.recipe-personal-action-btn.button-secondary{min-height:34px;padding:0 12px;font-size:.88rem;font-weight:600}.recipe-personal-action-danger.button-secondary{border-color:rgba(180,35,24,.22);color:var(--danger);background:rgba(255,244,242,.92)}.recipe-personal-action-danger.button-secondary:hover{border-color:rgba(180,35,24,.38);background:#ffe8e4;color:var(--danger)}.recipe-add-personal-product-btn.button-secondary{min-height:38px;padding:0 14px;font-size:.92rem}.recipe-detail-header-main{display:grid;grid-gap:12px;gap:12px;min-width:0;width:100%}.recipe-detail-title{margin:0;font-family:var(--font-display),serif;font-size:clamp(2rem,3vw,3rem);line-height:1.02;letter-spacing:-.03em}.recipe-detail-title-icons-inline{margin-left:10px;vertical-align:middle}.detail-secondary-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:nowrap}.detail-action-button,.detail-secondary-button{min-width:74px}.recipe-detail-meta{display:grid;grid-gap:12px;gap:12px}.helper-item{display:grid;grid-gap:8px;gap:8px;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.68)}.helper-item p,.helper-item strong{margin:0}.meta-copy{color:var(--muted);font-size:.92rem;line-height:1.45}.detail-toolbar{padding-top:0;margin-top:0;margin-bottom:0}.inline-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.recipe-items{display:grid;grid-gap:10px;gap:10px}.recipe-item{border:1px solid rgba(80,60,42,.12);border-radius:var(--radius-sm);background:rgba(255,255,255,.7)}.selection-toggle{display:flex;gap:10px}.selection-toggle input{margin-top:3px;accent-color:var(--accent)}.field-error{color:var(--danger);font-size:.9rem}.recipe-form-status-copy{margin:8px 0 0}.admin-review-card,.admin-review-list{display:grid;grid-gap:16px;gap:16px}.admin-review-card{padding:18px;border-radius:var(--radius-md);border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.76)}.admin-review-card__main{display:grid;grid-template-columns:minmax(0,1fr) 180px;grid-gap:18px;gap:18px;align-items:start}.admin-review-card__copy{display:grid;grid-gap:10px;gap:10px}.admin-review-card__copy h2,.admin-review-card__copy p{margin:0}.admin-review-card__image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.1)}.admin-review-card__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.admin-review-products{display:grid;grid-gap:8px;gap:8px;margin-top:4px;padding-top:12px;border-top:1px solid rgba(80,60,42,.1)}.admin-review-product-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;border-radius:var(--radius-sm);background:rgba(255,255,255,.72)}@media (max-width:920px){.admin-review-card__main{grid-template-columns:1fr}.admin-review-card__image{max-width:260px}.detail-heading{flex-direction:column;align-items:flex-start}.recipe-products-toolbar{flex-direction:column;align-items:stretch}.recipe-products-toolbar-actions{order:1;justify-content:stretch;flex-direction:column}.recipe-products-master-slot{order:2}.recipe-products-toolbar-actions .recipe-add-personal-product-btn,.recipe-products-toolbar-actions .recipe-products-cart-btn{width:100%;justify-content:center}.recipe-detail-header-main>.recipe-owner-actions{justify-self:stretch;width:100%;max-width:none}.recipe-owner-actions{flex-direction:column;align-items:stretch;width:100%}.recipe-owner-actions .recipe-owner-delete-btn.button-danger,.recipe-owner-actions .recipe-owner-edit-btn.button-secondary{flex:1 1 auto;width:100%;max-width:none;align-self:stretch;white-space:normal;text-align:center}}.detail-toolbar .button{min-height:46px;padding:0 18px;font-size:16px;font-weight:600;line-height:normal}.recipe-item-header{gap:12px}.recipe-item-quantity-block{gap:4px}.recipe-item-quantity-input{width:84px;padding:8px 10px}.recipe-item-saved-qty{margin:0;font-size:.88rem;line-height:1.2}.recipe-item.is-personalized{border-color:rgba(15,118,110,.22);background:linear-gradient(180deg,rgba(235,247,243,.92),rgba(255,255,255,.88))}.recipe-item.is-added{border-color:rgba(15,118,110,.18)}.recipe-item.is-removed-for-self{background:rgba(120,113,104,.06);border-style:dashed;border-color:rgba(80,60,42,.22)}.recipe-item-selection-readonly input:disabled{cursor:not-allowed;opacity:.45}.recipe-item-removed-heading{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.recipe-item-link-removed{color:var(--muted);text-decoration:line-through;-webkit-text-decoration-color:rgba(80,60,42,.35);text-decoration-color:rgba(80,60,42,.35)}.recipe-item-link-removed:hover{color:var(--accent-strong);text-decoration:line-through}.recipe-item-removed-badge{flex-shrink:0;font-weight:600;border:1px solid rgba(80,60,42,.14);background:rgba(120,113,104,.12);color:var(--muted)}.recipe-item-quantity-readonly{align-self:flex-start}.recipe-item-quantity-readonly-copy{display:inline-block;padding-top:4px}.recipe-item-personalization{display:grid;grid-gap:8px;gap:8px;padding:8px 12px 10px}.recipe-item-main{display:grid;grid-gap:4px;gap:4px;min-width:0;flex:1 1 auto}.recipe-item-default-copy{margin:0}.recipe-inline-editor-actions,.recipe-item-personalization-actions{align-items:center;gap:10px;flex-wrap:wrap}.recipe-item-personalization-actions .button-ghost,.recipe-item-replace-trigger{padding-inline:0;min-height:auto;border:0;background:transparent;color:var(--accent-strong);box-shadow:none}.recipe-item-personalization-actions .button-ghost:hover,.recipe-item-replace-trigger:hover{color:var(--accent)}.recipe-item-personalization-separator{align-self:center;width:1px;height:14px;background:rgba(95,107,118,.28)}.recipe-inline-personalization-editor{display:grid;grid-gap:14px;gap:14px;padding:16px;border-color:rgba(80,60,42,.1);background:rgba(255,255,255,.76)}.recipe-item-personalization-actions+.recipe-inline-personalization-editor{margin-top:14px}.recipe-inline-personalization-editor.product-row{border-color:rgba(15,118,110,.14);background:rgba(255,255,255,.9)}.recipe-inline-personalization-grid{gap:16px}.recipe-inline-search-panel,.recipe-inline-selected-product{margin-top:0}.recipe-inline-personalization-actions-row{justify-content:flex-end;margin-top:2px}.recipe-item-add-editor{margin-top:12px}.recipe-removed-products{display:grid;grid-gap:10px;gap:10px;margin-top:14px}.recipe-removed-products-title{margin:0;font-weight:700}.recipe-inline-quantity-field{width:100%;max-width:160px}.recipe-inline-quantity-field input{width:100%}@media (max-width:720px){.recipe-item-compact{padding:16px 10px}.recipe-item-personalization{padding:10px}.recipe-item-header{display:grid;grid-template-columns:minmax(0,1fr) 56px;align-items:start;grid-gap:10px 8px;gap:10px 8px}.recipe-item-main{gap:6px}.recipe-item-selection{gap:8px}.recipe-item-selection .selection-toggle{display:grid;grid-template-columns:14px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:start}.recipe-item-selection .selection-toggle input{margin-top:3px}.recipe-item-selection .selection-toggle>span{display:block}.recipe-item-link{display:block;margin-bottom:10px}.recipe-item-quantity-block{width:42px;justify-items:stretch;align-self:start}.recipe-item-quantity-input{width:100%;min-width:0;padding:9px 6px;text-align:center}.recipe-item-quantity-block .field-error{text-align:right;font-size:.82rem;line-height:1.2}.recipe-product-publication-callout .button-secondary{width:100%;justify-content:center}.recipe-owner-empty-store-hint,.recipe-product-publication-callout{align-items:stretch;flex-direction:column}.recipe-owner-empty-store-hint{justify-content:flex-start;gap:10px}.recipe-owner-empty-store-hint-copy{flex:none}.recipe-owner-empty-store-edit-link.button-secondary{width:100%;justify-content:center}.recipe-item-default-copy{margin-left:22px;line-height:1.4}.recipe-item-personalization-actions{margin-left:22px;align-items:flex-start;gap:8px}.recipe-item-personalization-actions+.recipe-inline-personalization-editor{margin-top:10px}.recipe-item-personalization-separator{display:none}.recipe-inline-personalization-actions-row{justify-content:stretch}.recipe-inline-personalization-actions-row .button,.recipe-inline-personalization-actions-row .button-ghost,.recipe-inline-quantity-field{width:100%;max-width:none}}.selection-toggle{align-items:center}.recipe-detail-title{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px 12px}.recipe-detail-title-text{min-width:0}.recipe-detail-title-icons-inline{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.recipe-detail-title .recipe-favorite-button{width:30px;height:30px;min-width:30px;min-height:30px;flex:0 0 30px}.recipe-detail-title .favorite-icon{width:26px;height:26px}.recipe-detail-title .favorite-icon path{stroke-width:1.65}.recipe-detail-title .recipe-private-indicator{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;font-size:1.35rem;line-height:1}.detail-toolbar{display:flex;justify-content:flex-end}.detail-toolbar .inline-actions{justify-content:flex-end;margin-left:auto}.personalization-panel{display:grid;grid-gap:16px;gap:16px;padding:18px;border:1px solid rgba(15,118,110,.14);border-radius:var(--radius-md);background:linear-gradient(180deg,rgba(236,248,245,.82),rgba(255,255,255,.96));box-shadow:0 18px 34px rgba(33,23,8,.06)}.personalization-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.personalization-panel-header h2,.personalization-restore-header h3{margin:0;font-size:1.2rem}.personalization-summary{justify-content:flex-end}.recipe-personalization-chip{border-color:rgba(15,118,110,.12);background:rgba(255,255,255,.82)}.personalization-row-badge.is-customized,.recipe-personalization-chip.is-customized{background:rgba(253,244,211,.96);color:#7a5d12}.personalization-row-badge.is-added,.recipe-personalization-chip.is-added{background:rgba(229,244,240,.96);color:var(--accent-strong)}.recipe-personalization-chip.is-removed{background:rgba(248,236,230,.95);color:#9a4d2c}.personalization-row-badge.is-default,.recipe-personalization-chip.is-default{background:rgba(255,255,255,.82);color:var(--muted)}.personalization-banner{display:grid;grid-gap:6px;gap:6px;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(15,118,110,.12);background:rgba(255,255,255,.88)}.personalization-banner p,.personalization-banner strong{margin:0}.personalization-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.personalization-row-card,.personalization-rows{display:grid;grid-gap:14px;gap:14px}.personalization-row-card{padding:16px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.1);background:rgba(255,255,255,.88)}.personalization-row-card.is-customized{border-color:rgba(198,164,64,.28);box-shadow:inset 0 0 0 1px rgba(198,164,64,.08)}.personalization-row-card.is-added{border-color:rgba(15,118,110,.18);box-shadow:inset 0 0 0 1px rgba(15,118,110,.06)}.personalization-row-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.personalization-row-label{margin:0 0 8px;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.personalization-row-actions,.personalization-row-picker-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.personalization-row-grid{align-items:start}.personalization-empty-state,.personalization-row-default-copy{margin:0}.personalization-restore-list{display:grid;grid-gap:14px;gap:14px;padding-top:4px;border-top:1px solid rgba(80,60,42,.08)}.personalization-restore-header{display:grid;grid-gap:4px;gap:4px}.personalization-missing-grid{display:grid;grid-gap:12px;gap:12px}.personalization-missing-card{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:var(--radius-sm);border:1px dashed rgba(15,118,110,.24);background:rgba(255,255,255,.82)}.personalization-missing-card p,.personalization-missing-card strong{margin:0}.recipe-item-header,.selection-toggle{align-items:flex-start}.selection-toggle input{margin-top:5px}.recipe-item-link{line-height:1.3}form.input-grid{display:grid;grid-gap:22px;gap:22px}form.input-grid .field{display:grid;grid-gap:8px;gap:8px;min-width:0}form.input-grid .field>label{font-size:.95rem;font-weight:700;color:var(--muted)}form.input-grid input,form.input-grid select,form.input-grid textarea{width:100%;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.16);background:rgba(255,255,255,.92);color:var(--text);box-sizing:border-box}form.input-grid input:focus,form.input-grid select:focus,form.input-grid textarea:focus{outline:2px solid rgba(15,118,110,.18);border-color:rgba(15,118,110,.32)}form.input-grid textarea{min-height:220px;resize:vertical}.visibility-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.visibility-option{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.72)}form.input-grid .visibility-option input{width:auto;min-width:0;padding:0;margin:3px 0 0;border:0;background:transparent;box-shadow:none;flex:0 0 auto}.visibility-option span{display:grid;grid-gap:5px;gap:5px}.visibility-option strong{font-size:.98rem}.visibility-option small{color:var(--muted);line-height:1.35}.product-row{display:grid;grid-gap:14px;gap:14px;padding:14px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.1);background:rgba(255,255,255,.72)}.product-row .field{display:grid;grid-gap:8px;gap:8px;min-width:0}.product-row .field>label{font-size:.95rem;font-weight:700;color:var(--muted)}.product-row input,.product-row select,.product-row textarea{width:100%;padding:14px 16px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.16);background:rgba(255,255,255,.92);color:var(--text);box-sizing:border-box}.product-row input:focus,.product-row select:focus,.product-row textarea:focus{outline:2px solid rgba(15,118,110,.18);border-color:rgba(15,118,110,.32)}.product-grid{display:grid;grid-gap:16px;gap:16px;align-items:start}.product-row-actions{justify-content:space-between}.form-actions,.product-row-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.form-actions{justify-content:flex-end;padding-top:4px}@media (max-width:920px){.visibility-options{grid-template-columns:1fr}.form-actions,.product-row-actions{justify-content:flex-start}}form.input-grid>.form-actions{justify-content:flex-start}form.input-grid>.form-actions .button-ghost{border-color:rgba(80,60,42,.12);background:rgba(255,255,255,.9);color:var(--muted)}form.input-grid>.form-actions .button-ghost:hover{border-color:rgba(15,118,110,.18);color:var(--accent-strong)}.recipe-card.has-image,.recipe-card.has-placeholder{overflow:hidden}.recipe-card-image-link{display:block;margin:-20px -20px 14px;overflow:hidden;border-radius:22px 22px 0 0}.recipe-card-image,.recipe-card-placeholder{display:block;width:100%;aspect-ratio:16/9}.recipe-card-image{object-fit:cover;background:rgba(15,118,110,.08);transition:transform .18s ease}.recipe-card-placeholder{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 22%,rgba(15,118,110,.16),transparent 26%),radial-gradient(circle at 82% 18%,rgba(212,98,61,.18),transparent 28%),linear-gradient(160deg,rgba(244,239,232,.98),rgba(235,227,214,.92));border-bottom:1px solid rgba(80,60,42,.08)}.recipe-card-placeholder-orb{position:absolute;width:56%;aspect-ratio:1;left:-10%;bottom:-34%;border-radius:999px;background:rgba(255,255,255,.38);filter:blur(4px)}.recipe-card-placeholder-mark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-display),serif;font-size:clamp(2.8rem,5vw,4.4rem);line-height:1;letter-spacing:-.06em;color:rgba(31,41,51,.66)}.recipe-card-image-link:hover .recipe-card-image{transform:scale(1.03)}.recipe-card-image-link:hover .recipe-card-placeholder-mark{transform:scale(1.04)}.recipe-card-placeholder-mark{transition:transform .18s ease}.recipe-detail-image-shell{overflow:hidden;border-radius:var(--radius-md);border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.72)}.recipe-detail-image{display:block;width:100%;max-height:420px;object-fit:cover}.recipe-image-editor{display:grid;grid-gap:12px;gap:12px}.recipe-image-empty-state,.recipe-image-preview-card{display:grid;grid-gap:14px;gap:14px;padding:14px;border-radius:var(--radius-sm);border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.72)}.recipe-image-preview{display:block;width:100%;max-width:520px;aspect-ratio:16/9;object-fit:cover;border-radius:14px;background:rgba(15,118,110,.08)}.recipe-image-editor-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.recipe-image-upload-label{position:relative;overflow:hidden}@media (max-width:920px){.recipe-card-image-link{margin:-20px -20px 12px}.recipe-detail-image{max-height:280px}}@media (max-width:640px){.app-shell{padding:14px 10px 40px}.page-shell{gap:16px}.site-header{align-items:stretch;flex-direction:column;gap:14px;margin-bottom:16px;padding:16px;border-radius:18px}.brand{width:100%}.brand-title{display:inline-block;font-size:clamp(1.9rem,9vw,2.4rem)}.header-actions{width:100%;gap:10px;justify-content:flex-start}.site-header.is-anonymous .header-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:10px;gap:10px}.site-header.is-anonymous .header-nav{width:auto;flex:0 0 auto;overflow:visible;padding-bottom:0}.site-header.is-anonymous .header-nav-link{min-height:40px;white-space:nowrap}.site-header.is-anonymous .button,.site-header.is-anonymous .language-switcher-wrap{justify-self:end}.site-header.is-anonymous .button{min-height:40px;padding:0 16px;white-space:nowrap}.site-header.is-authenticated .header-nav{width:100%;gap:14px;flex:0 0 100%;overflow-x:auto;padding-bottom:2px}.site-header.is-authenticated .header-actions>.button{min-height:40px;padding:0 16px}.panel{padding:18px 16px}.card,.panel{border-radius:18px}.card{padding:16px}.section-heading{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:16px}.section-heading>.button,.section-heading>.button-danger,.section-heading>.button-secondary{width:100%}.recipes-section-heading{flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.recipes-section-heading>div{min-width:0}.recipes-create-button{flex:0 0 auto;width:auto!important;min-height:38px;padding:0 14px;font-size:.92rem;white-space:nowrap;box-shadow:0 10px 20px rgba(15,118,110,.16)}.recipes-filters{gap:14px;padding:14px}.recipes-filters-top{gap:12px}.recipes-search-field{width:100%;flex:1 1 auto}.recipes-search-field input{min-height:48px;padding:12px 14px}.recipes-filter-mode-row{width:100%;display:grid;grid-template-columns:1fr;grid-gap:6px;gap:6px;padding:0;background:transparent}.recipes-filter-mode{width:100%;padding:12px 14px;text-align:center;border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.9)}.recipes-filter-mode.is-active{border-color:rgba(15,118,110,.18);background:rgba(226,243,240,.98);color:var(--accent-strong);box-shadow:none}.recipes-tags-filter-list{gap:8px}.recipes-filter-chip,.tag-chip{padding:8px 11px;font-size:.92rem}.recipes-filters-footer{justify-content:stretch}.recipes-clear-button{width:100%}.recipes-grid{gap:12px}.recipe-card,.recipe-card-shell{min-height:0}.recipe-card-title{min-height:0;font-size:1.28rem}.recipe-card-image-link{margin:-16px -16px 12px}.recipe-card-bottom,.recipe-card-footer{align-items:flex-start;flex-direction:column;gap:10px}.recipe-card-actions{width:100%}.recipe-card-actions .button,.recipe-card-actions .button-ghost,.recipe-card-actions .button-secondary{flex:1 1;min-width:0}.recipe-last-added-copy{width:100%;text-align:left}.recipe-products-item{flex-direction:column;align-items:flex-start}.recipe-products-qty{min-width:34px;height:34px}.history-day-header,.history-filter-row,.history-run-actions,.history-run-row-main{align-items:flex-start;flex-direction:column}.history-run-row{gap:10px;padding:12px 14px}.history-run-main-wrap{width:100%;align-items:flex-start;flex-direction:row;gap:10px}.history-run-main{flex:1 1 auto;gap:4px}.history-run-title-row{align-items:flex-start;flex-direction:column;gap:6px}.history-run-badges-row,.history-run-name-row{width:100%}.history-run-link{margin-right:0}.history-run-badges-row{gap:6px}.history-run-title-row .badge,.history-run-title-row .status-badge{padding:6px 10px;font-size:.82rem}.history-filter-buttons,.history-run-actions{width:100%}.history-run-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.history-bulk-delete,.history-filter-buttons .button,.history-filter-buttons .button-ghost{width:100%}.history-action-button,.history-run-actions .button,.history-run-actions .button-secondary{width:auto;min-width:0}.detail-secondary-actions,.detail-toolbar,.detail-toolbar .inline-actions,.form-actions,.product-row-actions,.recipe-products-toolbar{justify-content:stretch}.auth-cart-modal,.detail-secondary-actions .button-danger,.detail-secondary-actions .button-secondary,.detail-toolbar .button,.detail-toolbar .button-ghost,.form-actions .button,.form-actions .button-ghost,.form-actions .button-secondary,.product-row-actions .button,.product-row-actions .button-danger,.product-row-actions .button-secondary{padding:16px}.auth-cart-modal__panel{padding:22px 18px 18px}.auth-cart-modal__actions .button,.auth-cart-modal__actions .button-secondary{width:100%}.store-tab-strip{padding:0}.store-tab{min-height:44px;padding:0 12px;font-size:.95rem}.store-tab-body{padding:14px}.personalization-missing-card,.personalization-panel-header,.personalization-row-head,.personalization-toolbar{grid-template-columns:none;flex-direction:column;align-items:stretch}.personalization-row-actions,.personalization-row-picker-actions,.personalization-summary{justify-content:flex-start}}@media (max-width:420px){.site-header{padding:14px}.brand-title{max-width:min(228px,100%)}.site-header.is-anonymous .header-actions{grid-template-columns:1fr auto}.site-header.is-anonymous .header-nav{grid-column:1/-1}.site-header.is-anonymous .language-switcher,.site-header.is-authenticated .language-switcher,.site-header.is-authenticated .store-switcher{width:100%;justify-content:space-between}.language-switcher-option,.store-switcher-option{flex:1 1;min-width:0;padding:0 10px}.recipe-card-actions{flex-direction:column}.recipe-card-actions .button,.recipe-card-actions .button-ghost,.recipe-card-actions .button-secondary{width:100%}.scroll-top-button{right:14px;bottom:14px;width:48px;height:48px}.scroll-top-button-icon{width:20px;height:20px}.history-run-select{width:30px;height:30px;margin-top:2px}.history-run-actions{grid-template-columns:1fr}}.stack-lg{display:grid;grid-gap:28px;gap:28px}.stack-sm{display:grid;grid-gap:12px;gap:12px}.privacy-subheading{margin:1.15rem 0 .45rem;font-size:1.05rem;font-weight:700;color:var(--text)}.privacy-list{margin:0;padding-left:20px;display:grid;grid-gap:10px;gap:10px}.privacy-list li{color:var(--text)}.faq-accordion{display:grid;grid-gap:14px;gap:14px}.faq-item{border:1px solid rgba(80,60,42,.1);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 14px 28px rgba(80,60,42,.06);overflow:hidden}.faq-item.is-open{border-color:rgba(15,118,110,.16);box-shadow:0 18px 32px rgba(15,118,110,.08)}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border:0;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(251,247,241,.88));color:var(--text);text-align:left;font-size:1.08rem;font-weight:700}.faq-item__icon{flex:0 0 auto;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(228,245,239,.88);color:var(--accent-strong);font-size:1.25rem;line-height:1}.faq-item__content{display:grid;grid-gap:12px;gap:12px;padding:18px 22px 22px;border-top:1px solid rgba(80,60,42,.08);background:rgba(244,249,247,.82)}.faq-item__content[hidden]{display:none}.faq-item__content p{margin:0;max-width:72ch}.faq-item__content p+p{padding-top:10px;border-top:1px solid rgba(80,60,42,.08)}@media (max-width:720px){.faq-item__trigger{padding:18px;font-size:1rem}.faq-item__content{padding:16px 18px 18px}}.extension-install-notice{position:fixed;left:50%;bottom:18px;z-index:40;width:min(720px,calc(100vw - 24px));transform:translateX(-50%);padding:22px 24px;border-color:rgba(15,118,110,.16);background:linear-gradient(135deg,rgba(228,245,239,.96),rgba(244,250,247,.98));box-shadow:0 18px 42px rgba(31,41,51,.14)}.extension-install-notice__body{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-right:36px}.extension-install-notice__copy{min-width:0}.extension-install-notice h2{margin:0 0 8px;font-size:1.15rem}.extension-install-notice p{margin:0;max-width:760px;color:var(--muted)}.extension-install-notice__actions{display:flex;flex:0 0 auto;gap:12px;align-items:center}.extension-install-notice__dismiss{position:absolute;top:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid rgba(15,118,110,.16);border-radius:999px;background:rgba(255,255,255,.72);color:var(--accent-strong);font-size:1.15rem;line-height:1}.extension-install-notice__dismiss:hover{border-color:rgba(15,118,110,.28);background:rgba(255,255,255,.92)}@media (max-width:720px){.extension-install-notice{left:12px;right:12px;bottom:12px;width:auto;transform:none;padding:18px}.extension-install-notice__body{flex-direction:column;align-items:stretch;gap:16px;padding-right:0}.extension-install-notice__copy{padding-right:28px}.extension-install-notice h2{font-size:1.02rem}.extension-install-notice__actions,.extension-install-notice__actions .button{width:100%}}.site-footer{margin-top:28px;padding-bottom:12px}.site-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-top:1px solid rgba(80,60,42,.1);color:var(--muted)}.site-footer__brand{font-weight:600;color:var(--text)}.site-footer__nav{display:flex;align-items:center;gap:14px}.site-footer__link{color:var(--muted);text-decoration:none}.site-footer__link:hover{color:var(--accent-strong)}.site-footer__link--button{border:0;background:none;padding:0;font:inherit;cursor:pointer}.cookie-consent-root{position:fixed;inset:0;z-index:90;pointer-events:none}.cookie-consent-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.35);pointer-events:auto}.cookie-consent-panel{position:absolute;left:50%;bottom:0;transform:translateX(-50%);width:min(560px,calc(100vw - 32px));max-height:min(78vh,520px);overflow-y:auto;margin-bottom:max(16px,env(safe-area-inset-bottom));padding:22px 22px 20px;border-radius:20px 20px 12px 12px;border:1px solid rgba(80,60,42,.14);background:rgba(255,252,247,.98);box-shadow:0 -12px 40px rgba(48,35,24,.18);pointer-events:auto;text-align:left}.cookie-consent-title{margin:0 0 12px;font-size:1.2rem;line-height:1.25;color:var(--text)}.cookie-consent-body{margin:0 0 10px;font-size:.95rem;line-height:1.55;color:var(--text)}.cookie-consent-body--muted{color:var(--muted);font-size:.9rem}.cookie-consent-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.cookie-consent-btn{flex:1 1 140px;min-height:44px}.cookie-consent-footer{margin:14px 0 0;font-size:.88rem}@media (max-width:720px){.site-footer__inner{flex-direction:column;align-items:flex-start;padding:16px 4px 8px}.cookie-consent-panel{width:calc(100vw - 20px);margin-bottom:max(10px,env(safe-area-inset-bottom));padding:18px 16px 16px;border-radius:18px 18px 10px 10px}.cookie-consent-actions{flex-direction:column}.cookie-consent-btn{flex:1 1 auto;width:100%}}.home-hero{grid-template-columns:minmax(0,1.12fr) minmax(320px,.88fr);grid-gap:22px;gap:22px;align-items:stretch;position:relative;overflow:hidden;background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 34%),radial-gradient(circle at top right,rgba(212,98,61,.08),transparent 30%),rgba(255,252,247,.82)}.home-feature-grid,.home-hero,.home-hero__aside,.home-hero__copy,.home-highlight-metrics,.home-recipes-grid,.home-steps-grid{display:grid}.home-hero__copy{gap:18px;align-content:start;padding:8px 2px;position:relative;z-index:1}.home-eyebrow{gap:10px;width:-moz-fit-content;width:fit-content;padding:10px 14px;border-radius:999px;background:linear-gradient(135deg,rgba(15,118,110,.12),rgba(255,255,255,.85));border:1px solid rgba(15,118,110,.12);color:var(--text);font-weight:700}.home-eyebrow,.home-eyebrow__kicker{display:inline-flex;align-items:center}.home-eyebrow__kicker{min-height:30px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.94);color:var(--muted);font-size:.82rem;letter-spacing:.04em;text-transform:uppercase}.home-eyebrow__emphasis{color:var(--accent-strong);font-size:.98rem}.home-feature-card h3,.home-flow-card h2,.home-hero__copy h1,.home-highlight-card h2,.home-recipe-card__body h3,.home-step-card h3{margin:0}.home-hero__copy h1{font-size:clamp(2.2rem,5vw,3.6rem);line-height:.96;letter-spacing:-.05em;max-width:12ch}.home-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.home-trust-row{display:flex;flex-wrap:wrap;gap:10px}.home-trust-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(80,60,42,.1);background:rgba(255,255,255,.82);color:var(--text);font-size:.92rem;font-weight:600;box-shadow:0 8px 18px rgba(48,35,24,.05)}.home-hero__aside{gap:16px;position:relative;z-index:1}.home-flow-card{display:grid;grid-gap:18px;gap:18px;padding:22px;border:1px solid rgba(80,60,42,.1);border-radius:var(--radius-md);background:radial-gradient(circle at top right,rgba(212,98,61,.14),transparent 34%),radial-gradient(circle at bottom left,rgba(15,118,110,.14),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.92),rgba(244,249,247,.88));overflow:hidden}.home-flow-card__copy{display:grid;grid-gap:10px;gap:10px}.home-flow-card__label{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.9);border:1px solid rgba(15,118,110,.12);color:var(--accent-strong);font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-flow-card__copy p{margin:0;color:var(--muted)}.home-flow-card__visual{display:grid;grid-gap:14px;gap:14px}.home-flow-node{display:grid;grid-gap:4px;gap:4px;width:-moz-fit-content;width:fit-content;padding:14px 16px;border-radius:16px;border:1px solid rgba(80,60,42,.1);background:rgba(255,255,255,.92);box-shadow:0 12px 28px rgba(48,35,24,.08)}.home-flow-node--recipe{max-width:220px}.home-flow-node__label{color:var(--muted);font-size:.84rem;font-weight:600}.home-flow-connector{display:flex;align-items:center;gap:8px;margin-left:18px}.home-flow-connector span{display:block;height:2px;border-radius:999px;background:rgba(15,118,110,.24)}.home-flow-connector span:first-child{width:38px}.home-flow-connector span:last-child{width:22px;opacity:.7}.home-flow-cart{display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;padding:12px 16px;margin-left:46px;border-radius:999px;background:linear-gradient(135deg,#0f857d,#0f766e);color:#fff;box-shadow:0 14px 26px rgba(15,118,110,.22);font-weight:700}.home-flow-cart__icon{width:18px;height:18px;display:block}.home-flow-cart__icon circle,.home-flow-cart__icon path{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-store-showcase{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.home-store-showcase__card{display:grid;grid-gap:8px;gap:8px;padding:16px 14px;border-radius:18px;border:1px solid rgba(80,60,42,.08);color:var(--text);box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}.home-store-showcase__card strong{font-size:1.05rem}.home-store-showcase__meta{color:var(--muted);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.home-store-showcase__card--prisma{background:linear-gradient(180deg,rgba(233,246,245,.96),rgba(250,255,255,.92))}.home-store-showcase__card--selver{background:linear-gradient(180deg,rgba(255,246,236,.96),rgba(255,252,246,.92))}.home-store-showcase__card--rimi{background:linear-gradient(180deg,rgba(255,239,239,.96),rgba(255,249,249,.92))}.home-feature-card,.home-highlight-card,.home-metric-card,.home-recipe-card,.home-step-card{border:1px solid rgba(80,60,42,.1);border-radius:var(--radius-md);background:rgba(255,255,255,.76);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-highlight-card{padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(241,249,246,.88))}.home-feature-card p,.home-highlight-card p,.home-metric-card span,.home-recipe-card__body p,.home-step-card p{margin:0;color:var(--muted)}.home-highlight-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.home-metric-card{display:grid;grid-gap:6px;gap:6px;padding:18px;min-height:128px}.home-metric-card strong{font-size:1.28rem;line-height:1}.home-feature-grid,.home-steps-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home-feature-card,.home-step-card{display:grid;grid-gap:12px;gap:12px;padding:20px;min-height:196px}.home-step-card__number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:rgba(228,245,239,.88);color:var(--accent-strong);font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.home-recipes-grid{gap:16px}.home-recipe-card{box-shadow:0 14px 28px rgba(48,35,24,.06)}.home-feature-card:hover,.home-metric-card:hover,.home-recipe-card:hover,.home-step-card:hover{transform:translateY(-3px);border-color:rgba(15,118,110,.16);box-shadow:0 18px 30px rgba(48,35,24,.1)}.home-recipe-card__media{display:block;background:rgba(248,244,238,.88)}.home-recipe-card__image,.home-recipe-card__placeholder{width:100%;height:100%}.home-recipe-card__image{object-fit:cover}.home-recipe-card__placeholder{position:relative;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,rgba(225,235,229,.78),rgba(248,234,220,.82))}.home-recipe-card__placeholder-orb{position:absolute;inset:auto auto -10% -10%;width:58%;aspect-ratio:1;border-radius:999px;background:rgba(255,255,255,.54);filter:blur(4px)}.home-recipe-card__placeholder-mark{position:relative;font-family:var(--font-display),serif;font-size:clamp(2rem,4vw,3rem);color:rgba(31,41,51,.66)}.home-recipe-card__body{display:grid;grid-gap:14px;gap:14px;padding:18px}.home-recipe-card__body h3{font-size:1.22rem;line-height:1.14}.home-recipe-card__footer{display:flex;align-items:center;justify-content:flex-end}.home-recipe-card__link{color:var(--accent-strong);font-size:.92rem;font-weight:700}.home-recipe-card__link:hover{color:var(--accent)}@media (max-width:1040px){.home-feature-grid,.home-recipes-grid,.home-steps-grid{grid-template-columns:1fr 1fr}.home-hero{grid-template-columns:1fr;align-items:start}}@media (max-width:720px){.home-feature-grid,.home-highlight-metrics,.home-recipes-grid,.home-steps-grid{grid-template-columns:1fr}.home-eyebrow{flex-wrap:wrap}.home-feature-card,.home-flow-card,.home-highlight-card,.home-metric-card,.home-step-card{padding:18px}.home-flow-cart{margin-left:28px}.home-store-showcase{grid-template-columns:1fr}.home-hero__actions .button,.home-hero__actions .button-secondary{width:100%}.home-trust-row{gap:8px}.home-hero__copy h1{max-width:none}}.home-landing{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:28px;gap:28px;align-items:stretch;background:radial-gradient(circle at top left,rgba(15,118,110,.08),transparent 34%),radial-gradient(circle at top right,rgba(212,98,61,.08),transparent 28%),rgba(255,252,247,.84)}.home-landing__content,.home-supported-stores{position:relative;z-index:1}.home-landing__content{display:grid;align-content:center;grid-gap:18px;gap:18px;padding:10px 2px}.home-landing__eyebrow{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:34px;padding:0 14px;border-radius:999px;background:rgba(15,118,110,.1);color:var(--accent-strong);font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.home-landing__content h1{margin:0;max-width:10ch;font-size:clamp(2.7rem,5.8vw,4.5rem);line-height:.93;letter-spacing:-.06em}.home-landing__content .panel-copy{max-width:60ch;font-size:1.02rem;line-height:1.65}.home-landing__actions{display:flex;flex-wrap:wrap;gap:12px;padding-top:6px}.home-landing__actions .button{min-width:210px}.home-supported-stores{display:grid;grid-gap:18px;gap:18px;padding:24px;border:1px solid rgba(80,60,42,.1);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(243,248,246,.9));box-shadow:0 18px 36px rgba(48,35,24,.08)}.home-supported-stores__head{display:grid;grid-gap:10px;gap:10px}.home-supported-stores__label{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.88);border:1px solid rgba(15,118,110,.12);color:var(--accent-strong);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.home-supported-stores__head h2{margin:0;font-size:clamp(1.6rem,2.2vw,2.2rem);line-height:1.04}.home-supported-stores__head p{margin:0;color:var(--muted);line-height:1.6}.home-supported-stores__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.home-supported-store{display:grid;grid-gap:10px;gap:10px;padding:18px 16px;border-radius:18px;border:1px solid rgba(80,60,42,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.65)}.home-supported-store__eyebrow{color:var(--muted);font-size:.76rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.home-supported-store strong{font-size:1.12rem}.home-supported-store--prisma{background:linear-gradient(180deg,rgba(230,246,243,.96),rgba(248,255,253,.92))}.home-supported-store--selver{background:linear-gradient(180deg,rgba(255,245,235,.96),rgba(255,252,246,.92))}.home-supported-store--rimi{background:linear-gradient(180deg,rgba(255,239,239,.96),rgba(255,249,249,.92))}.home-section-kicker{display:inline-flex;align-items:center;min-height:30px;margin-bottom:10px;padding:0 12px;border-radius:999px;background:rgba(15,118,110,.08);color:var(--accent-strong);font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.home-latest .section-heading{margin-bottom:20px}.home-blog .section-heading{justify-content:flex-start;align-items:flex-start;gap:clamp(16px,2.8vw,28px);margin-bottom:20px}.home-blog .section-heading>div:first-child{flex:1 1 auto;min-width:0}.home-blog .panel-copy{margin:8px 0 0;max-width:none}.home-blog .section-heading>.button-secondary{flex-shrink:0;white-space:nowrap}.home-blog-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr))}.home-blog-grid:has(>.home-blog-card:only-child)>.home-blog-card{grid-column:1/-1;max-width:min(640px,100%);justify-self:center}.home-blog-grid:has(>.home-blog-card:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr));max-width:min(920px,100%);margin-inline:auto}.home-blog-grid:has(>.home-blog-card:nth-child(3):last-child){grid-template-columns:repeat(3,minmax(0,1fr))}.home-blog-card{display:grid;grid-gap:10px;gap:10px;align-content:start;padding:18px 18px 20px;border:1px solid rgba(80,60,42,.1);border-radius:20px;background:rgba(255,255,255,.84);box-shadow:0 12px 28px rgba(48,35,24,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-blog-card:hover{transform:translateY(-3px);border-color:rgba(15,118,110,.14);box-shadow:0 18px 32px rgba(48,35,24,.09)}.home-blog-card__date{font-size:.88rem;font-weight:600;color:rgba(48,35,24,.55)}.home-blog-card__title{margin:0;font-size:1.12rem;line-height:1.28;font-family:var(--font-display),Georgia,serif}.home-blog-card__title a{color:var(--accent-strong);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.home-blog-card__title a:hover{color:var(--accent)}.home-blog-card__excerpt{margin:0;font-size:.96rem;line-height:1.55;color:rgba(48,35,24,.82)}.home-recipes-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.home-recipe-card{display:block;overflow:hidden;border:1px solid rgba(80,60,42,.1);border-radius:20px;background:rgba(255,255,255,.84);box-shadow:0 16px 30px rgba(48,35,24,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.home-recipe-card:hover{transform:translateY(-4px);border-color:rgba(15,118,110,.16);box-shadow:0 20px 34px rgba(48,35,24,.1)}.home-recipe-card__media{position:relative;overflow:hidden;aspect-ratio:4/3}.home-recipe-card__body{display:block;padding:16px 16px 18px}.home-recipe-card__body h3{margin:0;font-size:1.18rem;line-height:1.18}@media (max-width:1040px){.home-landing{grid-template-columns:1fr}.home-landing__content h1{max-width:none}.home-blog-grid,.home-recipes-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-blog-grid:has(>.home-blog-card:nth-child(3):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}.home-blog-grid:has(>.home-blog-card:nth-child(2):last-child){max-width:none;margin-inline:0}}@media (max-width:720px){.home-landing{gap:20px}.home-landing__actions .button,.home-landing__actions .button-secondary{width:100%}.home-recipe-card__body,.home-supported-stores{padding:18px}.home-blog-grid,.home-recipes-grid,.home-supported-stores__grid{grid-template-columns:1fr}.home-blog-grid:has(>.home-blog-card:nth-child(3):last-child){grid-template-columns:1fr}.home-blog-grid:has(>.home-blog-card:only-child)>.home-blog-card{max-width:none;justify-self:stretch}.home-blog-grid:has(>.home-blog-card:nth-child(2):last-child){grid-template-columns:1fr;max-width:none;margin-inline:0}}.home-landing__visual{display:grid;grid-gap:16px;gap:16px;align-content:start}.home-device-shell{position:relative;display:grid;justify-content:center;padding:8px 0 2px}.home-device-shell:before{content:"";position:absolute;width:320px;height:320px;top:32px;left:50%;transform:translateX(-50%);border-radius:999px;background:radial-gradient(circle at center,rgba(226,240,229,.92),rgba(226,240,229,0) 68%);pointer-events:none;z-index:0}.home-device{position:relative;z-index:1;width:min(100%,300px);display:grid;grid-gap:14px;gap:14px;padding:16px 16px 18px;border-radius:32px;border:1px solid rgba(31,41,51,.12);background:rgba(255,255,255,.94);box-shadow:0 28px 50px rgba(48,35,24,.14),inset 0 1px 0 rgba(255,255,255,.75)}.home-device__topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.home-device__brand{font-family:var(--font-display),serif;font-size:1.08rem;line-height:1}.home-device__dot{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,#0f857d,#0f766e);box-shadow:0 0 0 5px rgba(15,118,110,.08)}.home-device__intro{display:grid;grid-gap:6px;gap:6px}.home-device__intro strong{font-size:.96rem}.home-device__intro p{margin:0;color:var(--muted);font-size:.88rem;line-height:1.45}.home-device__stores{display:flex;flex-wrap:wrap;gap:8px}.home-device__store{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(80,60,42,.08);font-size:.8rem;font-weight:700}.home-device__store--prisma{background:rgba(230,246,243,.95)}.home-device__store--selver{background:rgba(255,245,235,.95)}.home-device__store--rimi{background:rgba(255,239,239,.95)}.home-device__recipes{display:grid;grid-gap:10px;gap:10px}.home-device-card{display:grid;grid-template-columns:64px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding:8px;border-radius:18px;background:rgba(247,243,237,.92);border:1px solid rgba(80,60,42,.08)}.home-device-card__thumb{width:64px;height:64px;overflow:hidden;border-radius:14px;background:rgba(255,255,255,.92)}.home-device-card__image,.home-device-card__placeholder{width:100%;height:100%;display:block}.home-device-card__image{object-fit:cover}.home-device-card__placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,rgba(225,235,229,.78),rgba(248,234,220,.82));color:rgba(31,41,51,.66);font-family:var(--font-display),serif;font-size:1.55rem}.home-device-card__copy{min-width:0}.home-device-card__copy strong{display:block;font-size:.88rem;line-height:1.25}.home-benefits{background:linear-gradient(180deg,rgba(255,252,247,.92),rgba(248,244,238,.86))}.home-benefits__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.home-benefit-card{display:grid;grid-template-rows:62px auto 1fr;grid-gap:14px;gap:14px;align-content:start;justify-items:center;text-align:center;padding:22px 18px;border:1px solid rgba(80,60,42,.1);border-radius:22px;background:rgba(255,255,255,.86);box-shadow:0 14px 30px rgba(48,35,24,.06)}.home-benefit-card h2{margin:0;align-self:start;width:100%;font-size:1.16rem;line-height:1.18;min-height:2.36em}.home-benefit-card p{margin:0;color:var(--muted);line-height:1.55}.home-benefit-card__icon-wrap{display:inline-flex;align-items:center;justify-content:center;align-self:center;width:62px;height:62px;border-radius:999px;background:rgba(15,118,110,.08)}.home-benefit-card__icon{width:24px;height:24px;display:block}.home-benefit-card__icon circle,.home-benefit-card__icon path{fill:none;stroke:var(--accent-strong);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-latest .section-heading .panel-copy{margin-top:6px}.home-cta-panel{background:radial-gradient(circle at left bottom,rgba(163,201,168,.22),transparent 30%),radial-gradient(circle at right top,rgba(15,118,110,.08),transparent 28%),linear-gradient(180deg,rgba(255,252,247,.94),rgba(247,243,237,.9))}.home-cta-panel__inner{display:grid;justify-items:center;text-align:center;grid-gap:12px;gap:12px;max-width:680px;margin:0 auto}.home-cta-panel__inner h2{margin:0;max-width:16ch;font-size:clamp(2rem,4vw,3rem);line-height:1.02;letter-spacing:-.04em}.home-cta-panel__inner p{max-width:56ch;line-height:1.65}.home-cta-panel__button{min-width:220px;margin-top:8px}@media (max-width:1040px){.home-benefits__grid{grid-template-columns:1fr}}@media (max-width:720px){.home-device-shell:before{width:240px;height:240px;top:20px}.home-device{width:min(100%,320px)}.home-cta-panel__button{width:100%;min-width:0}}.home-landing{position:relative;isolation:isolate;overflow:hidden;grid-template-columns:1fr;gap:0;background:linear-gradient(180deg,rgba(255,252,247,.97),rgba(248,244,238,.94))}.home-landing:before{content:"";background:linear-gradient(90deg,rgba(255,252,247,.92),rgba(255,252,247,.84) 34%,rgba(255,252,247,.42) 60%,rgba(248,244,238,.2));opacity:.95}.home-landing:before,.home-landing__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.home-landing__bg-image{object-fit:cover;object-position:right center;opacity:.9}.home-landing__content{position:relative;z-index:1;max-width:760px;padding:14px 4px 8px}.home-landing__content h1{max-width:12ch;font-size:clamp(2.9rem,5vw,4.8rem);line-height:.94}.home-landing__content .panel-copy{max-width:62ch;font-size:1.08rem;line-height:1.7}.home-landing__actions{gap:14px}.home-landing__actions .button,.home-landing__actions .button-secondary{min-width:238px;min-height:56px;padding:0 28px;font-size:1.08rem}.home-benefits{background:linear-gradient(180deg,rgba(255,252,247,.94),rgba(248,244,238,.9))}.home-benefits__grid{gap:18px}.home-benefit-card{justify-items:start;text-align:left;padding:26px 24px;border-radius:24px;background:rgba(255,255,255,.82)}.home-latest .section-heading{margin-bottom:22px}.home-blog .section-heading h2,.home-latest .section-heading h2{margin-bottom:0}.home-cta-panel{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(180deg,rgba(255,252,247,.28),rgba(248,244,238,.34)),linear-gradient(180deg,rgba(255,252,247,.94),rgba(247,243,237,.9))}.home-cta-panel__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.home-cta-panel__bg-image{object-fit:cover;object-position:center bottom;opacity:.72}.home-cta-panel__inner{position:relative;z-index:1;gap:18px;max-width:760px}.home-cta-panel__inner p{margin:0;max-width:34ch;font-size:1.08rem;color:var(--muted);line-height:1.6}.home-cta-panel__button{min-width:275px;margin-top:0;min-height:58px;padding:0 30px;font-size:1.15rem}@media (max-width:720px){.home-landing__content{padding:4px 0 0}.home-landing__content h1{max-width:none;font-size:clamp(2.45rem,11vw,3.3rem)}.home-landing__content .panel-copy{font-size:1rem}.home-benefit-card{padding:22px 18px}.home-landing:before{background:linear-gradient(180deg,rgba(255,252,247,.92),rgba(255,252,247,.78) 48%,rgba(248,244,238,.48))}.home-landing__bg-image{object-position:72% center}.site-header{position:relative;z-index:25;overflow:visible;align-items:center;flex-direction:row;gap:12px;margin-bottom:18px;padding:14px 16px;border-radius:20px}.brand{min-width:0;flex:1 1 auto}.brand-title{max-width:min(226px,100%)}.header-actions{position:static;z-index:26;width:auto;flex:0 0 auto;justify-content:flex-end;gap:10px;flex-wrap:nowrap}.header-desktop-cluster{display:none}.header-auth-slot{order:1}.header-login-button{min-height:42px;padding:0 16px;white-space:nowrap}.mobile-header-menu-toggle{display:inline-flex;order:2}.mobile-header-panel{position:absolute;top:calc(100% + 18px);left:50%;right:auto;transform:translateX(-50%);z-index:40;width:min(300px,calc(100vw - 36px));display:grid;grid-gap:14px;gap:14px;padding:16px;border:1px solid rgba(15,23,42,.1);border-radius:20px;background:rgba(255,252,247,.98);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 20px 40px rgba(48,35,24,.14)}.mobile-header-nav{display:grid;grid-gap:6px;gap:6px}.mobile-header-nav-link{display:flex;align-items:center;min-height:44px;padding:0 14px;border-radius:14px;background:rgba(255,255,255,.84);border:1px solid rgba(80,60,42,.08);color:var(--text);font-weight:700;transition:border-color .16s ease,background .16s ease,color .16s ease}.mobile-header-nav-link.is-active{border-color:rgba(15,118,110,.14);background:rgba(228,245,239,.88);color:var(--accent-strong)}.mobile-header-section{display:grid;grid-gap:8px;gap:8px}.mobile-header-section-title{color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.mobile-header-panel .language-switcher-wrap,.mobile-header-panel .store-switcher-wrap{width:100%}.mobile-header-panel .language-switcher,.mobile-header-panel .store-switcher{width:100%;justify-content:space-between}.mobile-header-panel .language-switcher-option,.mobile-header-panel .store-switcher-option{flex:1 1;min-width:0}.header-auth-desktop-only{display:none}.mobile-header-account{padding-top:6px;border-top:1px solid rgba(15,23,42,.08)}.mobile-header-email{color:var(--text);font-size:.95rem;font-weight:600;line-height:1.35;word-break:break-word}.mobile-header-logout.button-secondary{width:100%;justify-content:center;min-height:44px}.mobile-header-account-error{color:var(--danger);font-size:.9rem}}@media (max-width:420px){.brand-title{max-width:min(208px,100%)}.header-login-button{padding:0 14px}.mobile-header-panel{width:calc(100vw - 28px);left:50%;right:auto;transform:translateX(-50%)}}.blog-article__header{display:block;width:100%;margin-bottom:1.5rem;padding-bottom:.25rem}.blog-article__header,.blog-page__header{border-bottom:1px solid rgba(80,60,42,.1)}.blog-page__header{margin-bottom:22px;padding-bottom:4px}.blog-page__header h1{margin:0 0 6px}.blog-article .blog-lead,.blog-page .blog-lead{margin:.75rem 0 0;max-width:min(920px,100%);color:rgba(48,35,24,.82);line-height:1.55;font-size:1.05rem}.blog-lead--stack{display:grid;grid-gap:.85rem;gap:.85rem;margin-top:.75rem}.blog-lead--stack p{margin:0}.blog-post-list{display:grid;grid-gap:14px;gap:14px}.blog-post-list,.blog-post-list__item{list-style:none;margin:0;padding:0}.blog-post-list__card{display:grid;grid-gap:8px 20px;gap:8px 20px;padding:18px 20px;border-radius:16px;border:1px solid rgba(80,60,42,.1);background:rgba(255,255,255,.72);box-shadow:0 1px 0 rgba(80,60,42,.04)}.blog-post-list__title{margin:0;font-size:1.18rem;font-weight:700;font-family:var(--font-display),Georgia,serif;line-height:1.35}.blog-post-list__link{color:var(--accent-strong);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.blog-post-list__link:hover{color:var(--accent)}.blog-post-list__excerpt{margin:0;max-width:min(72ch,100%);font-size:.98rem;line-height:1.6;color:rgba(48,35,24,.82)}.blog-post-list__date{font-size:.9rem;font-weight:600;color:rgba(48,35,24,.55)}@media (min-width:560px){.blog-post-list__card{grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:start}.blog-post-list__date{grid-column:1;grid-row:1/span 2;align-self:start;padding-top:4px;max-width:11ch}.blog-post-list__title{grid-column:2;grid-row:1}.blog-post-list__excerpt{grid-column:2;grid-row:2}}.blog-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;font-size:.9rem;margin:0 0 12px;color:rgba(48,35,24,.65)}.blog-breadcrumbs__sep{color:rgba(48,35,24,.45);-webkit-user-select:none;-moz-user-select:none;user-select:none}.blog-breadcrumbs__current{color:rgba(48,35,24,.78);font-weight:600}.blog-breadcrumbs a{color:var(--accent-strong);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.blog-breadcrumbs a:hover{color:var(--accent)}.blog-article__header h1{margin:0 0 8px;max-width:100%}.blog-article__meta{margin:0 0 16px;font-size:.95rem;color:rgba(48,35,24,.62)}.blog-article__hero-image{margin:1.5rem 0 0;overflow:hidden;border-radius:22px;border:1px solid rgba(80,60,42,.12);background:rgba(255,255,255,.72)}.blog-article__hero-img{display:block;width:100%;max-height:460px;object-fit:cover}.blog-article__hero-image figcaption{margin:0;padding:10px 14px 12px;font-size:.92rem;line-height:1.45;color:rgba(48,35,24,.68)}.blog-article__body{max-width:min(920px,100%)}.blog-article__body h2{margin:1.75rem 0 .65rem;font-size:1.35rem}.blog-article__body h2,.blog-article__body h3{font-family:var(--font-display),Georgia,serif;font-weight:700;color:var(--text)}.blog-article__body h3{margin:1.25rem 0 .45rem;font-size:1.12rem}.blog-article__body p{margin:0 0 1rem;line-height:1.65;color:rgba(48,35,24,.92)}.blog-recipe-links{margin:0 0 1.25rem;padding:0;list-style:none;display:grid;grid-gap:10px;gap:10px}.blog-recipe-links li{margin:0}.blog-recipe-links--detailed{gap:14px}.blog-recipe-links__row{padding:12px 14px;border-radius:14px;border:1px solid rgba(80,60,42,.1);background:rgba(255,255,255,.55)}.blog-recipe-links__text{margin:0;line-height:1.65;color:rgba(48,35,24,.92)}.blog-recipe-links__title-link{font-weight:700;color:var(--accent-strong);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.blog-recipe-links__title-link:hover{color:var(--accent)}.blog-recipe-links__meta{font-weight:400;color:rgba(48,35,24,.92)}.blog-bullet-list{margin:0 0 1.15rem;padding-left:1.35rem;line-height:1.65;color:rgba(48,35,24,.92)}ol.blog-bullet-list{list-style-type:decimal;padding-left:1.5rem}.blog-bullet-list li{margin-bottom:.5rem}.blog-article__cta-outro{margin:1.5rem 0 .75rem;line-height:1.55}.blog-inline-cta{font-weight:700;color:var(--accent-strong);text-decoration:underline;text-underline-offset:3px}.blog-inline-cta:hover{color:var(--accent)}.blog-article__body a:not(.button):not(.button-secondary):not(.button-danger):not(.button-ghost):not(.blog-featured-recipe-cta){color:var(--accent-strong);text-decoration:underline;text-underline-offset:3px}.blog-article__body a:not(.button):not(.button-secondary):not(.button-danger):not(.button-ghost):not(.blog-featured-recipe-cta):hover{color:var(--accent)}.blog-article__body .blog-featured-recipe-cta{display:grid;grid-gap:8px;gap:8px;margin:1.15rem 0 1.35rem;padding:20px;border-radius:20px;border:1px solid rgba(15,118,110,.28);background:radial-gradient(circle at 96% 0,rgba(212,98,61,.2),transparent 34%),linear-gradient(135deg,rgba(15,118,110,.16),rgba(255,255,255,.96) 58%,rgba(255,247,237,.9));box-shadow:0 18px 40px rgba(31,41,51,.12);color:var(--text);text-decoration:none!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.blog-article__body .blog-featured-recipe-cta:hover{border-color:rgba(15,118,110,.42);box-shadow:0 22px 48px rgba(31,41,51,.16);color:var(--text);text-decoration:none;transform:translateY(-2px)}.blog-featured-recipe-cta__eyebrow{display:block;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--accent-strong)}.blog-featured-recipe-cta__title{display:block;font-family:var(--font-display),Georgia,serif;font-size:clamp(1.18rem,2.2vw,1.55rem);font-weight:800;line-height:1.18;color:var(--text)}.blog-featured-recipe-cta__text{display:block;max-width:650px;color:rgba(48,35,24,.78)}.blog-featured-recipe-cta__action{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;margin-top:6px;padding:8px 12px;border-radius:999px;background:var(--accent-strong);font-weight:800;color:#fff}.blog-article__footer-nav{display:flex;flex-wrap:wrap;gap:12px;margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(80,60,42,.1)}