:root{color-scheme:light;font-family:Avenir Next,Segoe UI,sans-serif;line-height:1.5;font-weight:400;background:radial-gradient(circle at top left,rgba(205,228,248,.94),transparent 34%),radial-gradient(circle at bottom right,rgba(188,214,241,.7),transparent 30%),linear-gradient(180deg,#f4f8fc,#e7eef8);color:#102a43;--bg-card: rgba(247, 251, 255, .9);--bg-card-strong: rgba(241, 247, 253, .98);--bg-accent: #1f5f96;--bg-accent-dark: #184c78;--border-soft: rgba(37, 89, 139, .14);--text-muted: #5c7590;--text-strong: #102a43;--success: #1f6e5f;--danger: #a34753;--shadow-soft: 0 20px 45px rgba(30, 72, 116, .12)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--text-strong);background:inherit}img{max-width:100%}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}#root{min-height:100vh}.app-shell{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:24px 0 48px}.app-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;padding:24px 28px;border:1px solid var(--border-soft);border-radius:28px;background:var(--bg-card);box-shadow:var(--shadow-soft)}.app-header h1,.page-intro h2,.section-card h2,.section-card h3{margin:0}.eyebrow{margin:0 0 8px;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;color:var(--text-muted)}.page-intro--compact{gap:6px}.header-copy,.muted-copy{margin:8px 0 0;color:var(--text-muted)}.header-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.summary-pill{display:flex;flex-direction:column;gap:4px;justify-content:center;padding:18px;border-radius:22px;background:#e3effbe6;border:1px solid rgba(31,95,150,.16)}.summary-pill span{color:var(--text-muted);font-size:.9rem}.summary-pill strong{font-size:1.2rem}.summary-pill small{color:var(--text-muted);text-transform:uppercase}.summary-pill--user{min-width:220px}.header-actions{display:flex;align-items:center}.main-nav{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0 28px}.main-nav__link{padding:12px 18px;border-radius:999px;border:1px solid var(--border-soft);background:#ffffffb8;transition:transform .14s ease,background-color .14s ease}.main-nav__link:hover{transform:translateY(-1px)}.main-nav__link.is-active{background:var(--bg-accent);color:#f6fbff;border-color:transparent}.app-main{display:flex;flex-direction:column;gap:24px}.page-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;align-items:start}.page-panel,.page-content{display:flex;flex-direction:column;gap:20px}.page-panel--catalog{padding-bottom:128px}.page-panel--narrow{max-width:720px}.section-card{padding:24px;border-radius:28px;border:1px solid var(--border-soft);background:var(--bg-card-strong);box-shadow:var(--shadow-soft)}.filter-row{display:flex;flex-wrap:wrap;gap:12px}.catalog-toolbar{display:flex;justify-content:space-between;gap:16px 20px;align-items:end}.catalog-toolbar__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px}.catalog-toolbar__count{white-space:nowrap}.catalog-search-field{display:flex;flex:1 1 420px;flex-direction:column;gap:8px;min-width:0;color:var(--text-muted)}.catalog-search-field__label{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.catalog-search-field__control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.catalog-search-field input{width:100%;padding:14px 16px;border-radius:16px;border:1px solid rgba(37,89,139,.16);background:#fbfdff}.catalog-search-field__clear{white-space:nowrap}.catalog-view-toggle{display:flex;flex-wrap:wrap;gap:10px}.filter-pill{padding:10px 16px;border-radius:999px;border:1px solid rgba(37,89,139,.16);background:#ffffffb8}.filter-pill.is-active{background:#1f5f961f;border-color:#1f5f9657}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.product-grid.is-list{grid-template-columns:1fr;gap:6px}.product-card{overflow:hidden;border-radius:24px;background:#fbfdff;border:1px solid rgba(37,89,139,.12);display:flex;flex-direction:column}.product-card.is-list{display:block}.product-card__image-wrap{aspect-ratio:4 / 3;overflow:hidden;background:linear-gradient(180deg,#ebf4fcf0,#e1eef9f5)}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__image--placeholder{display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#cce1f5e6,#e7f0fafa);color:var(--bg-accent-dark);font-weight:600;text-align:center}.product-placeholder{position:relative;width:100%;height:100%;min-height:100%;color:var(--bg-accent-dark)}.product-placeholder svg{display:block;width:100%;height:100%}.product-placeholder__badge{position:absolute;left:16px;bottom:16px;display:inline-flex;align-items:center;max-width:calc(100% - 32px);padding:8px 12px;border-radius:999px;background:#ffffffd1;border:1px solid rgba(37,89,139,.12);color:var(--text-strong);font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-placeholder--sandwich{color:#af6d3b}.product-placeholder--bakery{color:#b37842}.product-placeholder--dessert{color:#bf6e65}.product-placeholder--bowl{color:#5f8eb5}.product-placeholder--default{color:var(--bg-accent-dark)}.product-card__body{display:flex;flex:1;flex-direction:column;gap:16px;padding:20px}.product-card.is-list .product-card__body{gap:0;padding:10px 12px 10px 18px}.product-card__list-layout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:stretch}.product-card__list-main{min-width:0;display:flex;flex-direction:column;align-self:stretch;justify-content:space-between;gap:8px}.product-card__list-side{min-width:180px;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.product-card__title{margin:0}.product-card.is-list .product-card__category{padding:3px 8px;font-size:.68rem}.product-card.is-list .product-card__title{font-size:1rem;line-height:1.14}.product-card.is-list .product-card__order-controls{min-height:0;justify-content:flex-end}.product-card.is-list .product-card__order-controls .primary-button{padding:7px 13px;white-space:nowrap}.product-card.is-list .product-card__order-controls .quantity-selector{padding:4px;gap:5px}.product-card.is-list .product-card__order-controls .quantity-selector button{width:26px;height:26px}.product-card.is-list .product-card__order-controls .quantity-selector input{width:40px;min-width:40px;padding:3px 6px}.product-card.is-list .product-card__description{font-size:.94rem;line-height:1.28}.product-card.is-list .product-card__details{gap:2px}.product-card.is-list .product-card__details-toggle{gap:5px;font-size:.92rem;line-height:1.12}.product-card.is-list .product-card__details-toggle:before{width:16px;height:16px;font-size:.82rem}.product-card.is-list .product-card__recipe{gap:8px;padding:12px 14px}.product-card.is-list .product-card__price{font-size:1.05rem;text-align:right}.product-card__category{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#1f5f9614;color:var(--bg-accent-dark);font-size:.76rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-card__header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.product-card__header h3{min-width:0;margin:0}.product-card__order-controls{display:flex;align-items:flex-start}.product-card__description{margin:0;color:var(--text-muted);line-height:1.6}.product-card__details{display:flex;flex-direction:column;gap:10px}.product-card__details-toggle{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;color:var(--bg-accent-dark);font-weight:600;cursor:pointer;list-style:none}.product-card__details-toggle::-webkit-details-marker{display:none}.product-card__details-toggle:before{content:"+";display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:999px;background:#1f5f961a;color:var(--bg-accent-dark);font-size:.95rem;line-height:1}.product-card__details[open] .product-card__details-toggle:before{content:"-"}.product-card__recipe{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:18px;background:#f1f7fdeb;border:1px solid rgba(37,89,139,.08)}.product-card__recipe-title{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.product-card__recipe-list{margin:0;color:var(--text-strong);font-size:.95rem;line-height:1.65}.product-card__price{white-space:nowrap;font-weight:700}.catalog-empty-state{display:flex;flex-direction:column;gap:10px;align-items:flex-start}.catalog-cart-floating{position:fixed;right:calc(24px + env(safe-area-inset-right,0px));bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:40;display:inline-flex;align-items:center;gap:10px}.catalog-cart-button{position:relative;display:inline-flex;align-items:center;gap:14px;flex:1 1 auto;min-width:220px;max-width:min(320px,calc(100vw - 32px));padding:12px 16px 12px 12px;border-radius:24px;border:1px solid rgba(31,95,150,.14);background:#f7fbfff5;box-shadow:0 18px 42px #184c782e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.catalog-cart-button:hover{transform:translateY(-2px);box-shadow:0 24px 48px #184c7838}.catalog-cart-button.is-filled{background:linear-gradient(180deg,#edf6fffa,#e6f0fbfa)}.catalog-cart-button__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(180deg,#1f5f9629,#1f5f9614);color:var(--bg-accent-dark);flex:0 0 auto}.catalog-cart-button__icon svg{width:28px;height:28px}.catalog-cart-button__content{display:flex;flex-direction:column;gap:2px;min-width:0}.catalog-cart-button__label{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted)}.catalog-cart-button__content strong{font-size:.98rem;color:var(--text-strong);white-space:nowrap}.catalog-cart-button__badge{position:absolute;top:-8px;right:-8px;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:linear-gradient(180deg,#1f5f96,#184c78);color:#f6fbff;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;box-shadow:0 14px 24px #184c783d}.catalog-cart-clear{width:64px;height:64px;padding:0;border:1px solid rgba(162,63,55,.14);border-radius:22px;background:#f7fbfff5;color:#7b2f28;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 18px 42px #184c7824;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.catalog-cart-clear:hover{transform:translateY(-2px);background:#fdf4f3fa;box-shadow:0 22px 46px #184c782e}.catalog-cart-clear svg{width:24px;height:24px}.history-card__header,.checkout-row,.order-list__item,.metric-row{display:flex;justify-content:space-between;gap:12px;align-items:center}.order-list,.history-card__items,.metric-list{display:flex;flex-direction:column;gap:6px}.history-card__item,.metric-row{padding:10px 0;border-bottom:1px solid rgba(37,89,139,.08)}.metric-row--stacked{align-items:flex-start;flex-direction:column}.primary-button,.ghost-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;padding:12px 18px;border:none;text-align:center}.primary-button{background:var(--bg-accent);color:#fff7ef}.primary-button:hover{background:var(--bg-accent-dark)}.primary-button:disabled{opacity:.72;cursor:not-allowed}.ghost-button{background:#1f5f9614;color:var(--text-strong)}.ghost-button:disabled{opacity:.56;cursor:not-allowed}.danger-button{background:#a23f371a;color:#7b2f28}.danger-button:hover{background:#a23f3729}.quantity-selector{display:inline-flex;align-items:center;gap:10px;padding:8px;border-radius:999px;background:#1f5f9614}.quantity-selector.is-compact{padding:6px}.quantity-selector button{width:32px;height:32px;border-radius:50%;border:none;background:#fff}.quantity-selector input{width:56px;min-width:56px;padding:6px 8px;border:1px solid rgba(37,89,139,.14);border-radius:12px;background:#fff;text-align:center}.stack-form{display:flex;flex-direction:column;gap:16px;margin-top:20px}.stack-form label,.date-field{display:flex;flex-direction:column;gap:8px;color:var(--text-muted)}.date-field__hint{font-size:.92rem;line-height:1.45;color:var(--text-muted)}.date-field__display,.date-field__control{width:100%;border-radius:16px;border:1px solid rgba(37,89,139,.16);background:#e3effbe6}.date-field__display{padding:14px 16px;color:var(--text-strong)}.date-field__control{position:relative}.date-field__control--date{position:relative;overflow:hidden;background:#fff}.date-field__date-surface{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;pointer-events:none;background:transparent;color:var(--text-strong);text-align:left}.date-field__calendar-button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:999px;background:#fff;box-shadow:inset 0 0 0 1px #25598b1a;color:var(--bg-accent-dark);pointer-events:none;flex:0 0 auto}.date-field__calendar-button svg{width:16px;height:16px}.date-field__date-native{position:relative;z-index:0;display:block;width:100%;background:transparent;border:none;color:transparent;-webkit-text-fill-color:transparent;caret-color:transparent;font:inherit;line-height:1;text-align:left;min-width:0;padding:14px 16px 14px 56px}.date-field__date-native::-webkit-date-and-time-value{text-align:left}.date-field__date-value{line-height:1}.date-field__date-native::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer}.gis-toggle{display:flex;flex-direction:row;align-items:center;gap:10px;align-self:flex-start;width:auto;max-width:100%;padding:0;border:none;background:transparent}.gis-toggle__checkbox{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.gis-toggle__label{display:inline-flex;align-items:center;flex-wrap:nowrap;color:var(--text-strong);cursor:pointer}.password-field__control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.stack-form input,.stack-form textarea,.date-field input,.date-field select,.date-field textarea,.order-editor__item input,.order-editor__item select{width:100%;padding:14px 16px;border-radius:16px;border:1px solid rgba(37,89,139,.16);background:#fbfdff}.stack-form textarea,.date-field textarea{min-height:110px;resize:vertical;font:inherit}.gis-toggle__checkbox[type=checkbox]{width:14px;height:14px;min-width:14px;padding:0;margin:0;border:1px solid rgba(37,89,139,.28);border-radius:4px;background:transparent;box-shadow:none;flex:0 0 auto;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.password-toggle{min-width:104px;padding:14px 16px;border-radius:16px;border:1px solid rgba(37,89,139,.14);background:#e3effbe6;color:var(--bg-accent-dark)}.result-card{margin-top:20px;padding:20px;border-radius:20px;background:#e2effaad}.demo-accounts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:20px}.demo-card{display:flex;flex-direction:column;gap:6px;text-align:left;padding:16px;border:1px solid rgba(37,89,139,.12);border-radius:18px;background:#f0f6fcd1}.demo-card span,.demo-card small,.auth-note{color:var(--text-muted)}.auth-switch{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(37,89,139,.1);color:var(--text-muted)}.auth-subsection{margin-top:28px;padding-top:24px;border-top:1px solid rgba(37,89,139,.1)}.order-list__meta,.order-list__controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.order-list__meta{row-gap:6px}.order-list__controls{flex-wrap:nowrap;justify-content:flex-end}.order-list__controls strong{min-width:104px;text-align:right}.order-list.is-locked .order-list__controls{display:grid;grid-template-columns:68px 104px;gap:10px;align-items:center;justify-content:end}.order-list__quantity-badge{display:inline-flex;align-items:center;justify-content:center;width:68px;min-width:68px;padding:6px 10px;border-radius:999px;background:#1f5f9614;color:var(--text-strong);font-weight:600;font-size:.92rem;line-height:1}.checkout-step-note{display:flex;flex-direction:column;gap:6px;padding:18px 20px;border-radius:22px;background:#e3effbe6;border:1px solid rgba(31,95,150,.16)}.checkout-step-note span{color:var(--text-muted)}.checkout-step-note strong{font-size:1.02rem;overflow-wrap:anywhere}.checkout-step-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.checkout-step-buttons{display:flex;align-items:center;gap:12px}.checkout-step-total{display:flex;flex-direction:column;align-items:flex-end;gap:2px;text-align:right}.checkout-clear-button svg{width:18px;height:18px}.history-grid,.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px}.dashboard-period-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:18px}.dashboard-period-presets{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.history-accordion{display:flex;flex-direction:column;gap:16px}.history-card--accordion{padding:0;overflow:hidden}.history-card__toggle{display:flex;justify-content:space-between;gap:16px;align-items:center;width:100%;padding:22px 24px;border:none;background:transparent;text-align:left}.history-card__toggle-main,.history-card__toggle-side{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;min-width:0}.history-card__toggle-main span{color:var(--text-muted)}.history-card__order-id{color:var(--text-strong);font-weight:400;overflow-wrap:anywhere}.history-card__toggle-side{justify-content:flex-end}.history-card__body{padding:0 24px 24px}.account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;align-items:start}.account-card{display:flex;flex-direction:column;gap:10px}.account-card strong{font-size:1.08rem;overflow-wrap:anywhere}.account-card__form{margin-top:0}.account-card__actions{display:flex;flex-wrap:wrap;gap:10px}.account-card__edit-button{align-self:flex-start;padding:8px 14px;font-size:.92rem}.account-link{color:var(--bg-accent);font-weight:600}.catalog-management-grid{display:grid;grid-template-columns:minmax(300px,380px) minmax(0,1fr);gap:20px;align-items:start}.admin-product-list,.catalog-editor{display:flex;flex-direction:column;gap:16px}.catalog-status-tabs{display:flex;flex-wrap:wrap;gap:10px}.admin-list-search{width:100%}.admin-list-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.admin-list-pagination__summary{min-width:0;overflow-wrap:anywhere}.admin-list-pagination__actions{display:flex;align-items:center;gap:10px}.catalog-checkbox{display:flex;align-items:center;gap:10px;color:var(--text-strong)}.catalog-checkbox input[type=checkbox]{width:16px;height:16px;margin:0}.catalog-photo-panel{display:flex;flex-direction:column;gap:12px}.catalog-photo-panel__preview{width:min(320px,100%);aspect-ratio:4 / 3;border-radius:22px;overflow:hidden;border:1px solid rgba(37,89,139,.12);background:#eaf2fadb;display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.catalog-photo-panel__preview img{width:100%;height:100%;object-fit:cover}.catalog-recipe-panel,.catalog-ingredient-panel{display:flex;flex-direction:column;gap:16px;padding:18px;border-radius:22px;border:1px solid rgba(37,89,139,.1);background:#f4f9ffe0}.catalog-recipe-list{display:flex;flex-direction:column;gap:12px}.ingredient-combobox{position:relative}.ingredient-combobox__trigger{width:100%;min-height:56px;padding:14px 16px;border:1px solid rgba(37,89,139,.12);border-radius:16px;background:#fff;color:var(--text-strong);display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.ingredient-combobox__trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis}.ingredient-combobox__trigger.is-placeholder{color:var(--text-muted)}.ingredient-combobox__caret{flex-shrink:0;color:var(--text-muted);font-size:.8rem}.ingredient-combobox__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;padding:10px;border-radius:18px;border:1px solid rgba(37,89,139,.14);background:#fbfdff;box-shadow:var(--shadow-soft)}.ingredient-combobox__search{width:100%;min-height:46px;padding:10px 14px;border-radius:14px;border:1px solid rgba(37,89,139,.12);background:#fff}.ingredient-combobox__options{display:flex;flex-direction:column;gap:4px;max-height:220px;margin-top:8px;overflow-y:auto}.ingredient-combobox__option{width:100%;padding:10px 12px;border:none;border-radius:12px;background:transparent;color:var(--text-strong);text-align:left}.ingredient-combobox__option:hover,.ingredient-combobox__option.is-active{background:#1f5f961a}.ingredient-combobox__empty{padding:10px 12px;color:var(--text-muted)}.catalog-recipe-row{display:grid;grid-template-columns:minmax(0,1.35fr) 180px 90px auto;gap:12px;align-items:end}.catalog-recipe-row__unit{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:16px;border:1px solid rgba(37,89,139,.12);background:#fbfdff;color:var(--text-muted)}.catalog-recipe-row__unit strong{color:var(--text-strong);text-transform:uppercase}.catalog-recipe-panel__actions{display:flex;flex-wrap:wrap;gap:12px}.catalog-recipe-panel__empty{padding:18px;border-radius:20px;border:1px dashed rgba(37,89,139,.18);background:#ffffffb3;box-shadow:none}.catalog-ingredient-panel__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.catalog-editor__actions{display:flex;flex-wrap:wrap;gap:12px}.history-card__item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:baseline}.history-card__item-summary{min-width:0;overflow-wrap:anywhere}.history-card__item-total{white-space:nowrap}.history-card__total{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:16px;border-top:1px solid rgba(37,89,139,.08)}.history-card__comment{margin-top:8px}.order-management-grid{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);gap:20px;align-items:start}.admin-order-list{display:flex;flex-direction:column;gap:12px}.admin-order-list__item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:flex-start;width:100%;text-align:left;padding:16px;border:1px solid rgba(37,89,139,.12);border-radius:18px;background:#f0f6fcd1}.admin-order-list__summary{display:flex;flex-direction:column;gap:6px;min-width:0}.admin-order-list__item.is-active{border-color:#1f5f9661;background:#e3effbdb}.admin-order-list__item span{display:block;color:var(--text-muted)}.admin-order-list__order-id{color:var(--text-strong);font-weight:400;font-size:.9rem;line-height:1.25;overflow-wrap:anywhere}.admin-order-list__meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;text-align:right;white-space:nowrap}.admin-order-list__status{font-weight:600}.admin-order-list__status.is-paid{color:var(--success)}.admin-order-list__status.is-awaiting-payment{color:#b8860b}.admin-order-list__status.is-delivered{color:#718096}.order-editor{display:flex;flex-direction:column;gap:16px}.order-editor__fields,.order-editor__items{display:flex;flex-direction:column;gap:12px}.order-editor__item{display:grid;grid-template-columns:minmax(0,1fr) 120px auto auto;gap:12px;align-items:center}.order-editor__line-total{white-space:nowrap}.order-editor__toolbar{display:flex;justify-content:flex-start}.order-editor__header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px}.order-editor__status-action{white-space:nowrap}.dashboard-card__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.dashboard-toggle{white-space:nowrap}.dashboard-summary{display:flex;flex-direction:column;gap:8px;padding:18px 0 6px}.dashboard-paginated-list{display:flex;flex-direction:column;gap:16px}.status-chip{padding:8px 12px;border-radius:999px;background:#246b3f1a;color:var(--success);font-size:.84rem;text-transform:uppercase}.status-chip--paid{background:#246b3f1a;color:var(--success)}.status-chip--awaiting-payment{background:#b8860b24;color:#b8860b}.status-chip--delivered{background:#71809624;color:#718096}.loading-state,.error-state,.success-state{padding:14px 16px;border-radius:16px}.loading-state{background:#1f5f9614}.error-state{background:#a23f371a;color:var(--danger)}.success-state{background:#246b3f1a;color:var(--success)}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;background:#102a4357;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dialog-card{width:min(560px,100%);padding:28px;border-radius:28px;border:1px solid rgba(255,255,255,.22);background:#f7fbfffa;box-shadow:0 28px 70px #102a433d}.dialog-card h3{margin-top:2px}.dialog-card--confirm{width:min(440px,100%)}.dialog-card__message{margin-top:10px;color:var(--text-muted);line-height:1.6}.dialog-card__summary{display:flex;flex-direction:column;gap:6px;margin-top:20px;padding:18px 20px;border-radius:22px;background:#e3effbe6;border:1px solid rgba(31,95,150,.16)}.dialog-card__summary span,.dialog-card__detail span{color:var(--text-muted)}.dialog-card__summary strong{font-size:1.08rem}.dialog-card__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.dialog-card__detail{display:flex;flex-direction:column;gap:6px;padding:16px 18px;border-radius:20px;background:#ffffffd1;border:1px solid rgba(37,89,139,.12)}.dialog-card__detail--full{grid-column:1 / -1}.dialog-card__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:22px}code{font-family:SF Mono,Menlo,monospace;word-break:break-all}:root{--shadow-hero: 0 30px 80px rgba(23, 64, 104, .16)}.app-shell{position:relative;width:min(1380px,calc(100% - 32px))}.app-shell:before,.app-shell:after{content:"";position:fixed;z-index:-1;border-radius:999px;pointer-events:none;filter:blur(10px);animation:ambientDrift 16s ease-in-out infinite}.app-shell:before{top:80px;right:4%;width:340px;height:340px;background:radial-gradient(circle,rgba(67,128,191,.2),transparent 68%)}.app-shell:after{left:1%;bottom:80px;width:380px;height:380px;background:radial-gradient(circle,rgba(153,201,244,.3),transparent 70%);animation-delay:-8s}.app-header{gap:32px;align-items:center;padding:22px 28px;border-radius:32px;background:#f5f9ffd1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.brand-link{display:inline-flex;align-items:center;flex-shrink:0}.brand-mark{display:flex;flex-direction:column;gap:8px;color:#2f689f}.brand-mark__row{display:inline-flex;align-items:center;gap:14px}.brand-mark__name{letter-spacing:.22em;font-size:clamp(1.25rem,1.9vw,1.85rem);font-weight:500;text-transform:uppercase;color:#2d659c}.brand-mark__emblem{display:inline-flex;width:40px;height:40px;color:#2d659c}.brand-mark__emblem svg{width:100%;height:100%}.brand-mark__subtitle{letter-spacing:.18em;font-size:.68rem;text-transform:uppercase;color:#2d659cb3}.header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}.header-note{max-width:340px;margin:0;color:var(--text-muted)}.header-support-link{display:inline-flex;align-items:center;gap:12px;padding:14px 16px;border-radius:20px;border:1px solid rgba(41,135,92,.16);background:#e7f8eff0;color:#226f4f;text-decoration:none;box-shadow:0 16px 34px #226f4f14;max-width:100%}.header-support-link__icon{display:inline-flex;width:42px;height:42px;padding:8px;border-radius:14px;background:#ffffffd1;color:#22906a;flex:0 0 auto}.header-support-link__icon svg{width:100%;height:100%}.header-support-link__content{display:flex;flex-direction:column;gap:2px;min-width:0}.header-support-link__label{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:#226f4fbd}.header-support-link__content strong{font-size:1rem;color:#195640;overflow-wrap:anywhere}.header-user-card{display:flex;flex-direction:column;gap:4px;min-width:220px;padding:14px 16px;border-radius:20px;background:#e3effbe6;border:1px solid rgba(31,95,150,.16);max-width:100%}.header-user-card span{color:var(--text-muted);font-size:.9rem}.header-user-card strong{font-size:1rem}.header-user-card small{color:var(--text-muted);text-transform:uppercase}.header-user-card__meta{text-transform:none;line-height:1.35}.main-nav{margin:18px 0 28px}.main-nav__link{padding:12px 20px;background:#ffffffd1;box-shadow:0 12px 30px #1f5f9614;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease}.main-nav__link:hover{transform:translateY(-2px);box-shadow:0 18px 34px #1f5f961f}.landing-page{display:flex;flex-direction:column;gap:24px}.landing-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.95fr);gap:32px;padding:40px;box-shadow:var(--shadow-hero)}.landing-hero:before{content:"";position:absolute;right:-8%;bottom:-18%;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(87,145,204,.18),transparent 68%);animation:ambientDrift 18s ease-in-out infinite}.landing-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(130deg,rgba(255,255,255,.26),transparent 38%),linear-gradient(0deg,rgba(214,229,244,.18),transparent 45%);pointer-events:none}.landing-hero__copy,.landing-hero__visual,.landing-story-card,.landing-process__card,.landing-pillar,.landing-check,.landing-cta{position:relative;z-index:1;animation:fadeLift .7s ease both}.landing-hero__copy{display:flex;flex-direction:column;gap:18px}.landing-hero__title{max-width:12ch;margin:0;font-size:clamp(2.8rem,5vw,5rem);line-height:.96;letter-spacing:-.04em;color:#15375b}.landing-hero__lead{max-width:640px;margin:0;font-size:1.12rem;line-height:1.75;color:#48637f}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:14px;padding-top:6px}.landing-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:8px}.landing-metric{display:flex;flex-direction:column;gap:6px;min-height:168px;padding:20px;border-radius:24px;border:1px solid rgba(31,95,150,.1);background:#ffffffc7;box-shadow:0 18px 34px #27558014}.landing-metric strong{font-size:2rem;color:#173d64}.landing-metric span{font-weight:600}.landing-metric small{color:var(--text-muted);line-height:1.55}.landing-hero__visual{display:flex;align-items:stretch}.hero-showcase{position:relative;width:100%;min-height:520px;padding:24px;border-radius:30px;background:linear-gradient(160deg,#1e5180eb,#3674ade0 58%,#a3cced9e);overflow:hidden;color:#f5fbff;box-shadow:inset 0 1px #ffffff38}.hero-showcase__grid{position:absolute;top:78px;right:24px;bottom:24px;left:24px;display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1.15fr .85fr;gap:14px}.hero-showcase__image-card{position:relative;overflow:hidden;border-radius:24px;min-height:160px;box-shadow:0 20px 40px #071d3138}.hero-showcase__image-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a1e3105,#0a1e3199)}.hero-showcase__image-card--large{grid-row:1 / span 2}.hero-showcase__image{width:100%;height:100%;object-fit:cover;display:block}.hero-showcase__image-copy{position:absolute;left:18px;right:18px;bottom:18px;z-index:1;display:flex;flex-direction:column;gap:6px;color:#f6fbff}.hero-showcase__image-copy small{letter-spacing:.14em;text-transform:uppercase;opacity:.82}.hero-showcase__image-copy strong{font-size:1.18rem;line-height:1.15}.hero-showcase:before,.hero-showcase:after{content:"";position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%)}.hero-showcase:before{top:-60px;right:-20px;width:220px;height:220px}.hero-showcase:after{bottom:-70px;left:-40px;width:260px;height:260px}.hero-showcase__card{position:absolute;display:flex;flex-direction:column;gap:10px;padding:22px;border-radius:24px;border:1px solid rgba(255,255,255,.14);background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 18px 36px #071d312e}.hero-showcase__card small{font-size:.76rem;letter-spacing:.14em;text-transform:uppercase;opacity:.8}.hero-showcase__card strong{font-size:1.4rem;line-height:1.2}.hero-showcase__card span{max-width:28ch;line-height:1.65;color:#f5fbffe0}.hero-showcase__card--primary{top:24px;left:24px;right:24px;min-height:136px;padding:18px 20px}.hero-showcase__badge{position:absolute;top:24px;right:24px;padding:10px 14px;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.18);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.landing-grid{display:grid;gap:20px}.landing-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-story-card{min-height:260px;background:linear-gradient(180deg,#fafdfff5,#f0f7fdfa)}.landing-story-card h2{margin-top:4px;font-size:1.6rem;line-height:1.15}.landing-story-card .muted-copy{line-height:1.75}.landing-split{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:20px}.landing-pillars,.landing-expertise__list{display:flex;flex-direction:column;gap:14px;margin-top:24px}.landing-pillar{padding:18px 20px;border-radius:22px;background:#ffffffc7;border:1px solid rgba(31,95,150,.1)}.landing-pillar strong,.landing-process__card strong{font-size:1.08rem}.landing-pillar span{display:block;margin-top:8px;color:var(--text-muted);line-height:1.7}.landing-check{display:grid;grid-template-columns:34px minmax(0,1fr);gap:14px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(31,95,150,.08)}.landing-check:last-child{border-bottom:none}.landing-check__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#1f5f961a;color:var(--bg-accent-dark);font-size:1.2rem;font-weight:700}.landing-check p{margin:0;line-height:1.72;color:#38526c}.landing-photo-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:22px}.landing-photo-strip__item{position:relative;overflow:hidden;min-height:220px;border-radius:22px}.landing-photo-strip__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#102a430a,#102a4370)}.landing-photo-strip__image{width:100%;height:100%;object-fit:cover;display:block}.landing-photo-strip__item span{position:absolute;left:16px;right:16px;bottom:16px;z-index:1;color:#f5fbff;font-weight:600}.landing-process{display:flex;flex-direction:column;gap:24px}.landing-section__header{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:20px;align-items:end}.landing-process__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.landing-process__card{min-height:220px;padding:20px;border-radius:24px;background:#fbfeffd1;border:1px solid rgba(31,95,150,.1)}.landing-process__step{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:16px;border-radius:18px;background:linear-gradient(180deg,#225f951f,#225f950f);color:var(--bg-accent-dark);font-weight:700}.landing-process__card p{margin:10px 0 0;color:var(--text-muted);line-height:1.72}.landing-cta{display:flex;justify-content:space-between;gap:24px;align-items:center;background:linear-gradient(140deg,#14385af0,#215c91f0 55%,#5890c8e6);color:#f4fbff}.landing-cta .eyebrow,.landing-cta .muted-copy{color:#ecf7ffc2}.landing-cta h2{max-width:16ch;font-size:clamp(2rem,3.2vw,3rem);line-height:1.02}.landing-cta__actions{display:flex;flex-wrap:wrap;gap:12px}.landing-cta .ghost-button{background:#ffffff1f;color:#f4fbff}@keyframes ambientDrift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-12px,0) scale(1.06)}}@keyframes floatCard{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-10px,0)}}@keyframes fadeLift{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@media (max-width: 1120px){.app-header{align-items:stretch}.brand-link{align-self:flex-start}.header-actions{justify-content:flex-start}.header-support-link,.header-user-card{width:100%}}@media (max-width: 960px){.app-header,.page-grid,.catalog-management-grid,.order-management-grid,.checkout-row,.order-list__item,.landing-grid--three,.landing-split,.landing-section__header,.landing-process__grid,.landing-cta{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.header-summary{grid-template-columns:1fr}.header-actions{width:100%;justify-content:stretch;flex-direction:column;align-items:stretch}.password-field__control,.auth-switch{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.gis-toggle{align-self:stretch;width:100%}.catalog-recipe-row,.catalog-ingredient-panel__grid,.dialog-card__details,.admin-order-list__item,.order-editor__item{grid-template-columns:1fr}.order-list__controls,.history-card__toggle,.history-card__header,.metric-row,.dialog-card__actions,.history-card__total,.checkout-step-actions,.checkout-step-buttons{flex-direction:column;align-items:stretch}.history-card__toggle-side,.dashboard-card__actions,.order-editor__header-actions{justify-content:flex-start}.admin-order-list__meta{text-align:left;align-items:flex-start;white-space:normal}.catalog-photo-panel__preview{width:100%}.catalog-toolbar,.catalog-toolbar__actions{flex-direction:column;align-items:stretch}.catalog-toolbar{justify-content:flex-start;gap:10px}.catalog-toolbar__actions{gap:8px}.catalog-search-field{flex:0 0 auto}.catalog-search-field__control{grid-template-columns:1fr}.checkout-step-note,.order-list__quantity-badge{width:100%}.product-card__list-layout{grid-template-columns:1fr;gap:6px}.product-card__list-side{min-width:0;align-items:flex-start}.order-list__meta,.order-list__controls{width:100%;justify-content:space-between}.order-list.is-locked .order-list__controls{display:flex;gap:10px;justify-content:space-between}.history-card__item{grid-template-columns:1fr}.dashboard-card__actions,.order-editor__header-actions{width:100%}.landing-hero{grid-template-columns:1fr;padding:28px}.landing-metrics{grid-template-columns:1fr}.landing-hero__title{max-width:none}.landing-story-card,.landing-process__card,.landing-metric{min-height:auto}.hero-showcase{min-height:460px}.hero-showcase__grid{position:relative;inset:auto;grid-template-columns:1fr;grid-template-rows:auto;margin-top:86px}.hero-showcase__card--primary,.hero-showcase__image-card{position:relative;inset:auto;width:100%}.hero-showcase__image-card--large{grid-row:auto}.hero-showcase__badge{position:static;display:inline-flex;margin-bottom:18px}}@media (max-width: 720px){.app-shell{width:min(100%,calc(100% - 20px));padding:12px 0 32px}.app-shell:before,.app-shell:after{display:none}.app-main,.page-panel,.page-content,.landing-page{gap:16px}.app-header,.section-card,.dialog-card{padding:20px;border-radius:24px}.brand-link{width:100%}.brand-mark__row{gap:10px}.brand-mark__name{letter-spacing:.14em;font-size:1.08rem}.brand-mark__subtitle{letter-spacing:.12em;font-size:.58rem}.header-note{max-width:none}.header-support-link{padding:14px}.main-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.main-nav__link{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;text-align:center}.product-grid,.history-grid,.dashboard-grid,.account-grid,.demo-accounts{grid-template-columns:1fr}.page-panel--catalog{padding-bottom:108px}.page-panel--catalog .product-grid:not(.is-list){grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}.page-panel--catalog .product-grid:not(.is-list) .product-card{height:100%;border-radius:20px}.page-panel--catalog .product-grid:not(.is-list) .product-card__image-wrap{aspect-ratio:10 / 7}.product-card__body{padding:18px}.page-panel--catalog .product-grid:not(.is-list) .product-card__body{min-height:152px;display:grid;grid-template-rows:auto minmax(58px,auto) auto auto;align-content:start;gap:10px;padding:12px}.page-panel--catalog .product-grid:not(.is-list) .product-card__category{padding:4px 8px;font-size:.62rem}.checkout-step-note{padding:16px}.product-card.is-list .product-card__body{padding:8px 10px 8px 14px}.product-card__header{flex-direction:column;gap:8px}.page-panel--catalog .product-grid:not(.is-list) .product-card__header{gap:4px;align-content:start}.page-panel--catalog .product-grid:not(.is-list) .product-card__title,.page-panel--catalog .product-grid:not(.is-list) .product-card__header h3{font-size:.98rem;line-height:1.18;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card__list-side{gap:5px}.product-card__price{white-space:normal}.page-panel--catalog .product-grid:not(.is-list) .product-card__price{font-size:.98rem}.page-panel--catalog .product-grid:not(.is-list) .product-card__description{display:none}.product-card__order-controls,.product-card__order-controls .primary-button,.product-card__order-controls .quantity-selector{width:100%}.page-panel--catalog .product-grid:not(.is-list) .product-card__order-controls .primary-button{min-height:38px;padding:9px 10px;font-size:.88rem}.page-panel--catalog .product-grid:not(.is-list) .product-card__order-controls .quantity-selector{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;justify-content:initial;max-width:none;padding:4px;gap:4px}.page-panel--catalog .product-grid:not(.is-list) .product-card__order-controls .quantity-selector button{width:28px;height:28px}.page-panel--catalog .product-grid:not(.is-list) .product-card__order-controls .quantity-selector input{width:100%;min-width:34px;padding:4px 5px;font-size:16px;line-height:1}.page-panel--catalog .product-grid:not(.is-list) .product-card__details{gap:0;align-self:end}.page-panel--catalog .product-grid:not(.is-list) .product-card__details-toggle{gap:4px;font-size:.84rem;line-height:1.1}.page-panel--catalog .product-grid:not(.is-list) .product-card__details-toggle:before{width:14px;height:14px;font-size:.76rem}.page-panel--catalog .product-grid:not(.is-list) .product-card__recipe{padding:10px 12px}.quantity-selector{width:100%;max-width:220px;justify-content:space-between}.quantity-selector input{flex:1 1 auto;width:auto;min-width:0;font-size:16px;line-height:1}.dashboard-period-presets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-view-toggle{width:100%}.catalog-view-toggle .filter-pill{flex:1 1 0}.dashboard-period-presets .filter-pill,.catalog-status-tabs .filter-pill{width:100%}.admin-list-pagination{align-items:stretch}.admin-list-pagination__actions{width:100%;justify-content:space-between}.admin-list-pagination__actions .ghost-button{flex:1 1 0}.stack-form>.primary-button,.stack-form>.ghost-button,.auth-switch>*,.account-card__actions>*,.catalog-editor__actions>*,.catalog-recipe-panel__actions>*,.order-editor__toolbar>*{width:100%}.account-card__edit-button{width:100%;align-self:stretch}.history-card__toggle{padding:20px}.history-card__body{padding:0 20px 20px}.dialog-backdrop,.dialog-card__summary,.dialog-card__detail{padding:16px}.catalog-cart-floating{right:calc(16px + env(safe-area-inset-right,0px));bottom:calc(16px + env(safe-area-inset-bottom,0px));gap:8px}.catalog-cart-button{min-width:0;width:68px;height:68px;padding:0;border-radius:22px;justify-content:center}.catalog-cart-clear{width:56px;height:56px;border-radius:20px}.catalog-cart-button__content{display:none}.catalog-cart-button__icon{width:52px;height:52px}.catalog-cart-button__badge{top:-6px;right:-6px}.checkout-step-buttons>button{width:100%;justify-content:center}.hero-showcase{min-height:auto;padding:20px;border-radius:26px}.hero-showcase__card{padding:18px}.hero-showcase__card strong{font-size:1.22rem}.hero-showcase__image-copy strong{font-size:1rem}.landing-hero__title{font-size:clamp(2.2rem,13vw,3.2rem)}.landing-hero__lead{font-size:1rem;line-height:1.65}.landing-hero__actions,.landing-cta__actions{flex-direction:column;align-items:stretch}.landing-photo-strip{grid-template-columns:1fr}.landing-cta h2{max-width:none}.landing-process__step{width:48px;height:48px;border-radius:16px}}@media (max-width: 540px){.app-header{gap:18px}.section-card,.dialog-card{padding:18px;border-radius:20px}.header-support-link{gap:10px}.header-support-link__icon{width:38px;height:38px}.header-user-card{min-width:0}.main-nav,.dashboard-period-presets{grid-template-columns:1fr}.history-card__toggle{padding:18px}.history-card__body{padding:0 18px 18px}.catalog-status-tabs,.catalog-editor__actions,.catalog-recipe-panel__actions,.account-card__actions{flex-direction:column}.catalog-view-toggle{flex-direction:row}.catalog-cart-floating{right:calc(12px + env(safe-area-inset-right,0px));bottom:calc(12px + env(safe-area-inset-bottom,0px));gap:6px}.catalog-cart-button{width:64px;height:64px;border-radius:20px}.catalog-cart-clear{width:52px;height:52px;border-radius:18px}.catalog-cart-button__icon{width:48px;height:48px}.landing-hero{padding:22px}.landing-story-card h2,.landing-cta h2{font-size:1.7rem}.hero-showcase__badge{width:100%;justify-content:center;text-align:center}}
