:root{color-scheme:light;--bg: #fff7ef;--bg-soft: #fff2e6;--surface: rgba(255, 255, 255, .82);--surface-strong: #ffffff;--line: rgba(38, 27, 18, .08);--text: #1f1a17;--muted: #64584e;--orange: #ff6b2c;--orange-deep: #ea580c;--teal: #0f8b8d;--rose: #e85d75;--gold: #f4b400;--danger: #d63b4c;--shadow: 0 16px 40px rgba(54, 33, 14, .12);--radius-xl: 28px;--radius-lg: 20px;--radius-md: 16px;--radius-sm: 12px}*{box-sizing:border-box}html{font-size:16px}body{margin:0;min-height:100vh;font-family:Manrope,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(255,171,92,.24),transparent 28%),radial-gradient(circle at right center,rgba(15,139,141,.12),transparent 24%),linear-gradient(180deg,#fff9f3,#fff4ea);scroll-behavior:smooth}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}button{cursor:pointer;border:0}#root{min-height:100vh}h1,h2,h3{margin:0;font-family:Sora,Arial,sans-serif;letter-spacing:-.03em}p{margin:0}.app-shell{min-height:100vh}.app-loading-screen{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.app-loading-screen__card{width:min(460px,100%);padding:1.75rem;border:1px solid var(--line);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow);text-align:center}.app-loading-screen__card h2{margin-top:.35rem}.app-loading-screen__card p{margin-top:.75rem;color:var(--muted)}.page-shell{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:1.25rem 0 5rem}.hero-shell,.admin-shell,.top-shell,.sidebar-shell,.section-card,.metric-card,.product-card,.spotlight-card,.customer-card,.order-list-card,.kds-card,.pdv-card,.management-card,.admin-restaurant-card,.live-order-card,.table-card,.coupon-card,.shortcut-card,.saved-address,.toast,.floating-mini-cart{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero-shell{padding:1.5rem 1rem 1.25rem}.hero-shell__content,.admin-shell{width:min(1200px,calc(100% - 2rem));margin:0 auto}.hero-shell__content{padding:1.5rem;border-radius:var(--radius-xl);background:linear-gradient(135deg,#ff6b2cf5,#e85d75e6),#ff6b2c;color:#fff;box-shadow:var(--shadow)}.hero-shell__eyebrow,.page-eyebrow,.eyebrow{display:inline-flex;align-items:center;gap:.35rem;margin-bottom:.65rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:800;opacity:.82}.hero-shell__content h1,.admin-shell h1{font-size:clamp(2rem,6vw,3.4rem);line-height:1.02}.hero-shell__content p,.admin-shell p,.page-header p,.section-card__header p{margin-top:.65rem;color:#ffffffe6}.hero-shell__meta,.inline-summary,.summary-line{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.hero-shell__meta{margin-top:1rem}.hero-shell__meta span,.inline-summary span{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem .85rem;border-radius:999px;background:#ffffff29;font-size:.9rem}.quick-links{width:min(1200px,calc(100% - 2rem));margin:1rem auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.quick-links a{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.95rem 1rem;border-radius:var(--radius-md);background:#ffffffc2;border:1px solid rgba(255,255,255,.55);color:var(--muted);font-weight:700;box-shadow:var(--shadow)}.quick-links a.active,.sidebar-nav a.active{color:#fff;background:linear-gradient(135deg,var(--orange),var(--rose))}.page-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.page-header h1{font-size:clamp(1.75rem,4vw,2.8rem)}.page-header p,.section-card__header p,.empty-state p,.helper-text{color:var(--muted)}.page-actions,.action-row,.filter-row,.payment-selector,.tag-row{display:flex;flex-wrap:wrap;gap:.75rem}.content-grid,.metric-grid,.hero-cards-grid,.shortcut-grid,.product-grid,.spotlight-grid,.table-grid,.kds-grid,.pdv-grid,.admin-restaurant-list,.driver-grid,.automation-grid{display:grid;gap:1rem}.metric-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:1rem}.section-card,.metric-card,.product-card,.spotlight-card,.customer-card,.order-list-card,.kds-card,.pdv-card,.management-card,.admin-restaurant-card,.live-order-card,.saved-address,.table-card,.coupon-card,.shortcut-card,.floating-mini-cart,.toast{border-radius:var(--radius-lg);background:#ffffffc7;border:1px solid rgba(255,255,255,.6);box-shadow:var(--shadow)}.section-card{padding:1.1rem}.section-card--highlight{background:linear-gradient(180deg,#ff6b2c24,#ffffffe0),#ffffffc7}.section-card__header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.section-card__header h2{font-size:1.15rem}.primary-button,.ghost-button,.danger-button,.icon-button,.icon-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:999px;font-weight:800;transition:transform .2s ease,opacity .2s ease}.primary-button,.danger-button,.ghost-button{padding:.85rem 1.15rem}.primary-button{background:linear-gradient(135deg,var(--orange),var(--rose));color:#fff}.ghost-button{background:#ffffffdb;color:var(--text);border:1px solid var(--line)}.danger-button{background:linear-gradient(135deg,#ef4444,var(--danger));color:#fff}.icon-button{width:2.25rem;height:2.25rem;background:#ffffffe6}.icon-link{background:transparent;color:var(--muted);padding:0}.primary-button:hover,.ghost-button:hover,.danger-button:hover,.quick-links a:hover,.shortcut-card:hover,.spotlight-card:hover,.order-list-card:hover,.live-order-card:hover,.saved-address:hover,.pdv-card:hover{transform:translateY(-1px)}.stack-column,.stack-form,.cart-list,.customer-list,.order-stack,.management-list,.choice-column{display:flex;flex-direction:column;gap:1rem}.summary-list{display:grid;gap:.75rem}.summary-list>div,.summary-line{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.summary-list span,.summary-line span{display:flex;flex-direction:column;gap:.15rem;color:var(--muted)}.summary-list__total{padding-top:.75rem;border-top:1px solid var(--line)}input,select,textarea{width:100%;padding:.95rem 1rem;border-radius:var(--radius-sm);border:1px solid rgba(38,27,18,.12);background:#ffffffe6;color:var(--text)}textarea{min-height:94px;resize:vertical}.search-field{display:flex;flex-direction:row;align-items:center;gap:.6rem;padding:0 1rem;border-radius:999px;background:#ffffffe0;border:1px solid var(--line)}.search-field input{border:0;padding:.95rem 0;background:transparent}.input-grid{display:grid;gap:.85rem}.service-selector,.choice-row{display:grid;gap:.75rem}.service-selector button,.choice-row button,.payment-selector button,.filter-row button,.category-tabs button{padding:.95rem 1rem;border-radius:var(--radius-md);background:#ffffffeb;border:1px solid var(--line);color:var(--text);text-align:left}.service-selector button.active,.choice-row button.active,.payment-selector button.active,.filter-row button.active,.category-tabs button.active,.saved-address.active{background:linear-gradient(135deg,#ff6b2c29,#e85d7529);border-color:#ff6b2c59}.service-selector strong,.choice-row button,.payment-selector button{font-weight:800}.service-selector span{display:block;margin-top:.2rem;color:var(--muted);font-size:.92rem}.category-tabs{display:grid;gap:.75rem;margin-bottom:1rem}.category-tabs small{display:block;margin-top:.2rem;color:var(--muted)}.product-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.product-card{overflow:hidden}.product-card__content{padding:1rem}.product-card__meta,.product-card__footer,.cart-item__header,.cart-item__footer,.management-card__header,.management-card__body,.order-list-card,.detail-hero,.table-card{display:flex;gap:.75rem}.product-card__meta,.product-card__footer,.cart-item__header,.cart-item__footer,.management-card__header,.order-list-card,.detail-hero,.table-card{justify-content:space-between}.product-card h3{margin-top:.45rem;font-size:1.2rem}.product-card p,.cart-item p,.management-card p,.order-list-card p,.helper-text,.customer-card span{color:var(--muted)}.tag-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .7rem;border-radius:999px;background:#1f1a170f;color:var(--muted);font-size:.82rem;font-weight:800}.tag-chip--hot,.tag-chip--success{color:#fff}.tag-chip--hot{background:linear-gradient(135deg,var(--orange),var(--rose))}.tag-chip--success{background:linear-gradient(135deg,var(--teal),#14b8a6)}.spotlight-grid,.hero-cards-grid{grid-template-columns:1fr;margin-bottom:1rem}.spotlight-card,.shortcut-card{padding:1rem;text-align:left}.spotlight-card span,.shortcut-card span{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted);font-size:.85rem}.spotlight-card strong,.shortcut-card strong{display:block;margin-top:.35rem;margin-bottom:.35rem}.spotlight-card b{color:var(--orange-deep)}.coupon-list{display:grid;gap:.75rem}.coupon-card{padding:.95rem}.coupon-card strong{font-size:1rem}.coupon-apply{display:grid;gap:.75rem}.inline-banner{display:flex;gap:.65rem;align-items:center;margin-top:1rem;padding:.95rem 1rem;border-radius:var(--radius-md);background:#ff6b2c1f;color:var(--text);font-weight:700}.inline-banner--success{background:#0f8b8d1f}.cart-summary-bar{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:var(--radius-lg);background:#1c1511f0;color:#fff;box-shadow:0 20px 40px #110a0859}.floating-mini-cart{position:fixed;right:1rem;bottom:6rem;z-index:20;padding:.8rem 1rem;color:var(--text)}.cart-item,.management-card,.table-card{display:grid;gap:.85rem}.cart-item img,.management-card img{width:100%;border-radius:var(--radius-md);aspect-ratio:16 / 10;object-fit:cover}.quantity-stepper{display:inline-flex;align-items:center;gap:.75rem;padding:.35rem .5rem;border-radius:999px;background:#1f1a170f}.quantity-stepper button{width:1.9rem;height:1.9rem;border-radius:999px;background:#fffffff5}.payment-selector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.payment-selector--wide,.payment-selector--tall{grid-template-columns:repeat(2,minmax(0,1fr))}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:#110c0a80}.product-modal{width:min(760px,100%);position:relative;border-radius:26px;background:#fff;overflow:hidden}.product-modal .icon-button{position:absolute;top:1rem;right:1rem}.checkbox-row{flex-direction:row;align-items:center;justify-content:space-between;padding:.85rem .95rem;border-radius:var(--radius-md);background:#1f1a170a}.checkbox-row small{color:var(--muted)}.product-modal__footer{display:flex;justify-content:flex-end;gap:.75rem}.app-shell--company{display:grid}.sidebar-shell{padding:1rem;background:linear-gradient(180deg,#1f1a17,#34261f);color:#fff}.brand-block{padding:1.2rem;border-radius:var(--radius-lg);background:#ffffff14}.brand-block span{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em}.brand-block strong{display:block;margin-top:.4rem;font-family:Sora,Arial,sans-serif;font-size:1.25rem}.sidebar-nav{display:grid;gap:.6rem;margin:1rem 0}.sidebar-nav a{display:flex;align-items:center;gap:.65rem;padding:.9rem 1rem;border-radius:var(--radius-md);background:#ffffff0d}.sidebar-stats{padding:1rem;border-radius:var(--radius-lg);background:#ffffff14}.sidebar-stats span,.metric-card span{color:var(--muted);font-size:.88rem;font-weight:700}.sidebar-stats span{color:#ffffffbd}.sidebar-stats strong,.metric-card strong{display:block;margin:.4rem 0;font-size:clamp(1.4rem,4vw,2rem);font-family:Sora,Arial,sans-serif}.sidebar-stats p,.metric-card p{color:#ffffffbd}.metric-card{padding:1rem}.metric-card--orange{background:linear-gradient(180deg,#ff6b2c29,#ffffffe0)}.metric-card--teal{background:linear-gradient(180deg,#0f8b8d29,#ffffffe0)}.metric-card--rose{background:linear-gradient(180deg,#e85d7529,#ffffffe0)}.metric-card--gold{background:linear-gradient(180deg,#f4b4002e,#ffffffe0)}.content-shell{min-width:0}.top-shell{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding-top:1rem;align-items:center}.top-shell__actions{display:flex;align-items:center;gap:.75rem}.notification-chip{display:inline-flex;gap:.45rem;align-items:center;padding:.75rem 1rem;border-radius:999px;background:#ffffffd6}.toast{width:min(1200px,calc(100% - 2rem));margin:1rem auto 0;padding:1rem 1.1rem;display:grid;gap:.25rem}.toast--accent{background:linear-gradient(135deg,#ff6b2c29,#e85d7529)}.toast--success{background:linear-gradient(135deg,#0f8b8d29,#14b8a624)}.status-badge{display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:999px;font-size:.82rem;font-weight:800}.status-badge--neutral{background:#1f293714}.status-badge--warning{background:#f59e0b2e;color:#b45309}.status-badge--dark{background:#1f1a1724;color:var(--text)}.timeline{display:grid;gap:1rem}.timeline__item{display:flex;gap:.85rem;align-items:flex-start}.timeline__dot{flex:none;width:.9rem;height:.9rem;margin-top:.3rem;border-radius:999px}.timeline__dot--neutral{background:#94a3b8}.timeline__dot--info{background:#3b82f6}.timeline__dot--warning{background:#f59e0b}.timeline__dot--success{background:#10b981}.timeline__dot--accent{background:var(--orange)}.timeline__dot--dark{background:#1f2937}.timeline__dot--danger{background:#ef4444}.order-list-card,.live-order-card,.customer-card,.saved-address{padding:1rem;text-align:left}.order-list-card.active,.customer-card.active{border-color:#ff6b2c5c;background:linear-gradient(135deg,#ff6b2c1f,#ffffffe6)}.order-list-card__right{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem}.detail-hero{align-items:center}.detail-hero strong{font-size:1.1rem}.order-item-list{display:grid;gap:.75rem}.shortcut-grid,.table-grid,.admin-restaurant-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.shortcut-card,.table-card,.admin-restaurant-card,.pdv-card{padding:1rem}.table-card,.management-card,.category-editor-card{text-align:left}.pdv-grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.pdv-card{text-align:left}.pdv-card img{border-radius:var(--radius-md);aspect-ratio:1;object-fit:cover;margin-bottom:.8rem}.kds-grid{grid-template-columns:1fr}.kds-card{padding:1rem}.action-row--tight{align-items:center}.saved-addresses{display:grid;gap:.75rem}.saved-address{border:1px solid var(--line)}.qr-preview{display:grid;justify-items:center;gap:.45rem}.qr-preview img{border-radius:14px;background:#fff;padding:.4rem}.table-card__qr{width:88px;aspect-ratio:1;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#1f1a1714,#ff6b2c1f);font-weight:800}.table-card__qr--real{width:auto;aspect-ratio:auto;padding:.6rem;border-radius:22px}.table-card__body{display:grid;gap:.3rem;min-width:0}.table-card__body small,.table-card__body a{overflow:hidden;text-overflow:ellipsis}.table-card--active{border-color:#ff6b2c66;background:linear-gradient(135deg,#ff6b2c1f,#ffffffeb)}.driver-grid,.automation-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.driver-card,.automation-thread,.recovery-card{padding:1rem;border-radius:var(--radius-lg);background:#ffffffc7;border:1px solid rgba(255,255,255,.6);box-shadow:var(--shadow)}.automation-thread,.recovery-card{display:grid;gap:.75rem}.stack-column--compact{gap:.45rem;align-items:flex-end}.category-editor-list{display:grid;gap:.75rem}.category-editor-card{display:grid;grid-template-columns:18px 1fr auto;gap:.75rem;align-items:center;padding:.9rem 1rem;border-radius:var(--radius-md);background:#ffffffdb;border:1px solid var(--line)}.category-editor-card span{width:18px;height:18px;border-radius:999px}.category-editor-card small{color:var(--muted)}.category-editor-card.active,.management-card--selectable.active{border-color:#ff6b2c66;background:linear-gradient(135deg,#ff6b2c1f,#fffffff0)}.management-card--selectable{width:100%}.admin-shell{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0 0}.admin-shell__actions{display:flex;flex-wrap:wrap;gap:.75rem}.admin-restaurant-card__head{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem}.admin-restaurant-card__icon{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:16px;background:#ff6b2c1f;color:var(--orange-deep)}.empty-state{padding:3rem 1rem;text-align:center}.empty-state strong{display:block;font-size:1.25rem;font-family:Sora,Arial,sans-serif}.empty-state p{max-width:540px;margin:.75rem auto 1.25rem}.helper-text--error{color:#b91c1c}.sales-shell{min-height:100vh;background:radial-gradient(circle at top right,rgba(255,107,44,.2),transparent 22%),radial-gradient(circle at 10% 20%,rgba(15,139,141,.12),transparent 24%),linear-gradient(180deg,#fffaf4,#fff2e5)}.sales-topbar,.sales-main{width:min(1240px,calc(100% - 2rem));margin:0 auto}.sales-topbar{display:grid;gap:1rem;padding:1.1rem 0 0}.sales-brand span,.sales-eyebrow,.sales-badge{display:inline-flex;align-items:center;gap:.35rem;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:800}.sales-brand strong{display:block;margin-top:.35rem;font-family:Sora,Arial,sans-serif}.sales-topnav,.sales-topbar__actions,.sales-actions,.sales-proofline,.sales-inline-meta{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.sales-topnav a{color:var(--muted);font-weight:700}.sales-main{padding:1.5rem 0 4rem;display:grid;gap:1.25rem}.sales-hero,.sales-section,.sales-feature-card,.sales-module-card,.sales-process-card,.sales-channel-card,.sales-preview{border-radius:30px;background:#ffffffc2;border:1px solid rgba(255,255,255,.62);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sales-hero{display:grid;gap:1.2rem;padding:1.25rem;overflow:hidden;background:radial-gradient(circle at top right,rgba(255,255,255,.35),transparent 24%),linear-gradient(135deg,#ff6b2cf5,#e85d75e6);color:#fff}.sales-badge{width:fit-content;padding:.6rem .95rem;border-radius:999px;background:#ffffff29}.sales-hero h1{font-size:clamp(2.2rem,6vw,4.5rem);line-height:.96;max-width:12ch}.sales-hero p,.sales-section__intro p,.sales-feature-card p,.sales-channel-card p,.sales-process-card p,.sales-module-card p,.sales-preview p{color:#ffffffe6}.sales-hero__copy{display:grid;gap:1rem}.sales-actions--stacked{flex-direction:column;align-items:flex-start}.sales-proofline span,.sales-inline-meta{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem .9rem;border-radius:999px;background:#ffffff29;font-weight:700}.sales-hero__visual{display:grid;gap:1rem}.sales-preview{padding:1rem}.sales-preview--primary{background:#1c151147;color:#fff}.sales-preview--secondary{background:#fff3;color:#fff}.sales-preview__header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem}.sales-preview__header span,.sales-preview__stack span{color:#ffffffc7;font-size:.86rem}.sales-preview__metrics,.sales-preview__stack,.sales-module-grid,.sales-process-grid,.sales-channel-grid,.sales-feature-row{display:grid;gap:1rem}.sales-preview__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-preview__metrics div,.sales-preview__stack div{display:grid;gap:.25rem;padding:.9rem;border-radius:22px;background:#ffffff1f}.sales-preview__metrics strong,.sales-preview__stack strong{font-family:Sora,Arial,sans-serif;font-size:1.45rem}.sales-preview__stack{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:.9rem}.sales-feature-row{grid-template-columns:1fr}.sales-feature-card,.sales-module-card,.sales-process-card,.sales-channel-card{padding:1rem}.sales-feature-card,.sales-module-card,.sales-channel-card{display:grid;gap:.65rem}.sales-feature-card p,.sales-module-card p,.sales-channel-card p,.sales-process-card p{color:var(--muted)}.sales-feature-card__icon,.sales-module-card__icon,.sales-channel-card__icon{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:16px;background:#ff6b2c1f;color:var(--orange-deep)}.sales-section{padding:1.25rem;display:grid;gap:1.2rem}.sales-section__intro h2{font-size:clamp(1.8rem,4vw,3rem);max-width:14ch}.sales-section__intro p{margin-top:.8rem;max-width:64ch;color:var(--muted)}.sales-eyebrow{color:var(--orange-deep);margin-bottom:.55rem}.sales-module-grid,.sales-channel-grid{grid-template-columns:1fr}.sales-module-list{display:grid;gap:.7rem}.sales-module-list span{display:inline-flex;align-items:flex-start;gap:.55rem;color:var(--muted);font-weight:700}.sales-process-grid{grid-template-columns:1fr}.sales-process-card{display:grid;gap:.7rem}.sales-process-card span:first-child{width:2.4rem;height:2.4rem;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,#ff6b2c29,#e85d752e);font-weight:800;color:var(--orange-deep)}.sales-section--cta{background:radial-gradient(circle at top right,rgba(255,107,44,.14),transparent 26%),#ffffffc7}.sales-inline-meta{color:var(--muted);background:#1f1a170d}@media(min-width:700px){.sales-topbar{grid-template-columns:1.4fr auto auto;align-items:center}.sales-hero{grid-template-columns:1.1fr .9fr;padding:1.5rem;align-items:center}.sales-feature-row,.sales-module-grid,.sales-process-grid,.sales-channel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-links{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-cards-grid,.content-grid--cart,.content-grid--checkout,.content-grid--customers,.content-grid--settings,.content-grid--dashboard,.content-grid--pdv,.content-grid--drivers,.content-grid--automation,.content-grid--waiter{grid-template-columns:1.2fr .9fr}.content-grid--orders{grid-template-columns:.95fr 1.05fr}.content-grid--menu-manager{grid-template-columns:.9fr 1.1fr}.input-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-selector,.choice-row{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.coupon-apply{grid-template-columns:1fr auto;align-items:center}.cart-item,.management-card,.table-card{grid-template-columns:132px 1fr;align-items:start}}@media(min-width:1024px){.sales-feature-row,.sales-module-grid,.sales-channel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sales-process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.app-shell--company{grid-template-columns:290px 1fr}.sidebar-shell{position:sticky;top:0;min-height:100vh}.quick-links,.page-shell,.top-shell,.hero-shell__content,.admin-shell,.toast{width:min(1320px,calc(100% - 3rem))}.page-shell{padding-bottom:3rem}.kds-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-cards-grid{grid-template-columns:1.1fr .9fr}}:root{--bg: #f5f7fb;--bg-soft: #eef2f7;--surface: rgba(255, 255, 255, .92);--surface-strong: #ffffff;--surface-dark: #131722;--line: #e5eaf2;--line-strong: #cfd7e4;--text: #131722;--muted: #627085;--muted-strong: #3b4658;--orange: #ff6b2c;--orange-deep: #d9480f;--teal: #118a73;--rose: #e85d75;--gold: #f59e0b;--danger: #dc3d56;--shadow: 0 14px 40px rgba(15, 23, 42, .08);--shadow-soft: 0 8px 24px rgba(15, 23, 42, .06);--radius-xl: 28px;--radius-lg: 22px;--radius-md: 18px;--radius-sm: 14px}html,body,#root{min-height:100%}body{color:var(--text);background:radial-gradient(circle at top left,rgba(255,107,44,.08),transparent 24%),radial-gradient(circle at top right,rgba(17,138,115,.08),transparent 22%),linear-gradient(180deg,#f8fafc,#f3f6fb)}.app-shell,.public-shell,.company-shell{min-height:100vh}.page-shell{width:min(1380px,calc(100% - 1.5rem));padding:1.25rem 0 6rem}.page-shell--company,.page-shell--public{padding-bottom:7rem}.page-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.page-header--orders{gap:.7rem;margin-bottom:.9rem}.page-header--orders .page-eyebrow{padding:.34rem .68rem}.page-header--orders h1{font-size:clamp(1.7rem,3vw,2.35rem)}.page-header--orders p{max-width:58ch;font-size:.95rem}.page-header__copy{display:grid;gap:.6rem}.page-header h1{font-size:clamp(2rem,5vw,3.3rem);line-height:.95}.page-header p{max-width:70ch;font-size:1rem;line-height:1.6;color:var(--muted)}.page-eyebrow,.eyebrow{width:fit-content;padding:.42rem .75rem;border-radius:999px;background:#ff6b2c1f;color:var(--orange-deep);letter-spacing:.08em;font-weight:800}.content-grid,.metric-grid,.product-grid,.shortcut-grid,.spotlight-grid,.order-feed-grid,.summary-list,.management-list,.coupon-list,.category-list,.kanban-board{display:grid;gap:1rem}.content-grid--dashboard-v2,.content-grid--orders-v2,.content-grid--orders-mobile,.content-grid--menu-studio,.content-grid--tracking,.content-grid--cart,.content-grid--checkout,.content-grid--dashboard,.content-grid--orders,.content-grid--menu-manager{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.section-card,.metric-card,.product-card,.management-card,.shortcut-card,.spotlight-card,.order-card,.driver-card,.automation-thread,.recovery-card,.customer-card,.saved-address,.toast,.floating-mini-cart,.coupon-card,.cart-item,.table-card,.pdv-card,.kds-card,.live-order-card{border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.section-card--soft,.section-card--highlight{background:linear-gradient(180deg,#ff6b2c14,#fffffff5),#fff}.section-card__header{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem}.section-card__header h2{font-size:1.18rem}.section-card__header p{color:var(--muted);line-height:1.55}.metric-card{padding:1rem;background:var(--surface-strong)}.metric-card span{color:var(--muted);font-size:.88rem;font-weight:700}.metric-card strong{display:block;margin:.4rem 0;font-size:clamp(1.45rem,4vw,2.1rem)}.metric-card p{color:var(--muted)}.metric-card--orange{background:linear-gradient(180deg,#ff6b2c1f,#fff)}.metric-card--teal{background:linear-gradient(180deg,#118a731f,#fff)}.metric-card--rose{background:linear-gradient(180deg,#e85d751f,#fff)}.metric-card--gold{background:linear-gradient(180deg,#f59e0b24,#fff)}.action-button,.primary-button,.ghost-button,.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border:1px solid transparent;border-radius:999px;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.action-button:hover,.primary-button:hover,.ghost-button:hover,.danger-button:hover{transform:translateY(-1px);box-shadow:var(--shadow-soft)}.action-button--block{width:100%}.action-button--sm{padding:.72rem .95rem;font-size:.9rem}.action-button--md,.primary-button,.ghost-button,.danger-button{padding:.9rem 1.1rem}.action-button--primary,.primary-button{background:linear-gradient(135deg,var(--orange),#ff864d);color:#fff}.action-button--secondary,.ghost-button{background:#fff;color:var(--text);border-color:var(--line)}.action-button--ghost{background:#1317220a;color:var(--muted-strong);border-color:#13172214}.action-button--danger,.danger-button{background:linear-gradient(135deg,#ef4444,var(--danger));color:#fff}.button-block{width:100%}.icon-button{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fffffff0;border:1px solid var(--line)}.icon-link{display:inline-flex;align-items:center;gap:.45rem;background:transparent;color:var(--muted-strong)}.helper-text,.empty-state p,.order-card__items,.summary-list span,.summary-line span,.table-card__body small{color:var(--muted)}.summary-list{gap:.8rem}.summary-list--stacked>div,.summary-list>div,.summary-line{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.summary-list span,.summary-line span{display:grid;gap:.2rem}.summary-list small,.summary-line small{font-size:.82rem}.summary-list__total{padding-top:.85rem;border-top:1px solid var(--line)}.summary-list__total strong{font-size:1.2rem}.search-field{display:flex;flex-direction:row;align-items:center;gap:.55rem;padding:0 1rem;min-height:3rem;border-radius:999px;border:1px solid var(--line);background:#fff}.search-field input{border:0;padding:.85rem 0;background:transparent}label{display:flex;flex-direction:column;gap:.45rem;font-weight:700}input,select,textarea{width:100%;padding:.95rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:#fff;color:var(--text)}input:focus,select:focus,textarea:focus,.search-field:focus-within{outline:none;border-color:#ff6b2c73;box-shadow:0 0 0 4px #ff6b2c1f}textarea{min-height:108px;resize:vertical}.stack-column,.stack-form,.cart-list,.order-stack,.order-item-list,.choice-column,.saved-addresses{display:flex;flex-direction:column;gap:1rem}.input-grid,.coupon-apply,.payment-selector,.payment-selector--wide,.payment-selector--tall,.choice-row,.service-selector,.filter-row,.tag-row,.action-row{display:grid;gap:.75rem}.input-grid{grid-template-columns:1fr}.input-grid__wide{grid-column:1 / -1}.service-selector button,.choice-row button,.payment-selector button,.filter-row button,.category-list button{padding:.95rem 1rem;border-radius:var(--radius-md);border:1px solid var(--line);background:#fff;color:var(--text);text-align:left}.service-selector button.active,.choice-row button.active,.payment-selector button.active,.filter-row button.active,.category-list button.active,.saved-address.active{border-color:#ff6b2c61;background:linear-gradient(180deg,#ff6b2c1a,#fffffffa)}.service-selector span,.choice-row small,.payment-selector small,.filter-row small{color:var(--muted)}.filter-row{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-row--soft button{border-radius:999px;text-align:center}.tag-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.42rem .72rem;border-radius:999px;background:#1317220f;color:var(--muted-strong);font-size:.8rem;font-weight:800}.tag-chip--hot{background:linear-gradient(135deg,var(--orange),#ff8b3d);color:#fff}.tag-chip--success{background:#118a731f;color:#0b6a59}.status-badge{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.45rem .72rem;border-radius:999px;font-size:.8rem;font-weight:800;white-space:nowrap}.status-badge--compact{padding:.36rem .6rem}.status-badge--pulse{box-shadow:0 0 #ff6b2c38;animation:badge-pulse 1.8s ease infinite}@keyframes badge-pulse{0%{box-shadow:0 0 #ff6b2c38}to{box-shadow:0 0 0 12px #ff6b2c00}}.status-badge--neutral{background:#13172214}.status-badge--info{background:#3b82f624;color:#1d4ed8}.status-badge--warning{background:#f59e0b2e;color:#a16207}.status-badge--success{background:#10b98129;color:#047857}.status-badge--accent{background:#ff6b2c29;color:var(--orange-deep)}.status-badge--dark{background:#1317221f;color:var(--text)}.status-badge--danger{background:#ef444429;color:#b91c1c}.status-badge--violet{background:#8b5cf629;color:#6d28d9}.company-shell{display:block}.company-sidebar{display:none}.company-main{min-width:0}.company-topbar{position:sticky;top:0;z-index:20;display:flex;flex-direction:column;gap:1rem;width:min(1380px,calc(100% - 1.5rem));margin:0 auto;padding:1rem 0 .25rem;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.company-topbar__copy{display:grid;gap:.45rem}.company-topbar__copy h2{font-size:clamp(1.5rem,4vw,2.4rem)}.company-topbar__copy p{color:var(--muted)}.company-topbar__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.company-mini-stat{display:inline-flex;align-items:center;gap:.45rem;min-height:2.7rem;padding:.65rem .9rem;border-radius:999px;background:#ffffffe6;border:1px solid var(--line);color:var(--muted-strong);font-weight:700}.company-mobile-nav,.public-mobile-nav{position:fixed;left:.75rem;right:.75rem;bottom:.75rem;z-index:40;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:.5rem;border-radius:24px;background:#131722f5;box-shadow:0 22px 42px #0f172a38}.company-mobile-nav{grid-template-columns:repeat(5,minmax(0,1fr))}.company-mobile-nav a,.public-mobile-nav a{display:grid;justify-items:center;gap:.28rem;padding:.65rem .35rem;border-radius:18px;color:#ffffffbd;font-size:.72rem;font-weight:700}.company-mobile-nav a.active,.public-mobile-nav a.active{color:#fff;background:#ffffff1f}.company-sidebar__brand,.company-sidebar__focus,.company-sidebar__footer{display:grid;gap:.55rem}.company-sidebar__brand strong,.company-sidebar__focus strong{font-size:1.35rem}.company-sidebar__brand p,.company-sidebar__focus p{color:#ffffffb8}.company-sidebar__focus span{color:#ffffffad;font-size:.85rem;font-weight:700}.company-sidebar__nav{display:grid;gap:.55rem}.company-sidebar__nav a{display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem;border-radius:var(--radius-md);background:#ffffff0d;color:#ffffffd6;font-weight:700}.company-sidebar__nav a.active{background:linear-gradient(135deg,#ff6b2cf5,#ff8b3df5);color:#fff}.public-hero{padding:1rem 0 0}.public-hero__content{width:min(1380px,calc(100% - 1.5rem));margin:0 auto;display:grid;gap:1rem;padding:1.2rem;border-radius:28px;background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 28%),linear-gradient(135deg,#171b27,#222b3b 48%,#ff6b2c);color:#fff;box-shadow:0 18px 40px #0f172a29}.public-hero__copy{display:grid;gap:.65rem}.public-hero__copy h1{font-size:clamp(2.1rem,6vw,4rem);line-height:.94}.public-hero__copy p{max-width:60ch;color:#ffffffe0;line-height:1.55}.public-hero__meta,.public-hero__actions,.hero-shell__meta,.inline-summary{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.public-hero__meta span,.inline-summary span{display:inline-flex;align-items:center;gap:.35rem;min-height:2.6rem;padding:.65rem .9rem;border-radius:999px;background:#ffffff1f;color:#ffffffeb;font-weight:700}.hero-cards-grid--storefront,.hero-cards-grid,.spotlight-grid,.storefront-highlight-list,.order-feed-grid,.shortcut-grid,.product-grid,.driver-grid,.automation-grid{grid-template-columns:1fr}.storefront-highlight-list div{display:grid;gap:.25rem;padding:.95rem;border-radius:var(--radius-md);background:#1317220a}.storefront-highlight-list strong{font-size:1.45rem}.category-list{margin-bottom:.25rem}.category-list button{display:grid;grid-template-columns:auto 1fr auto;gap:.8rem;align-items:center}.category-list__accent{width:.9rem;height:3rem;border-radius:999px}.category-list__content{display:grid;gap:.2rem}.category-list__count{width:2rem;height:2rem;display:grid;place-items:center;border-radius:999px;background:#1317220f;color:var(--muted-strong);font-weight:800}.product-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.product-card{overflow:hidden;display:flex;flex-direction:column}.product-card__media img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.product-card__media .tag-chip{position:absolute;left:.9rem;top:.9rem}.product-card__content{display:grid;gap:.9rem;padding:1rem}.product-card__meta,.product-card__footer,.order-card__header,.order-card__context,.order-card__footer,.management-card__header,.cart-item__header,.cart-item__footer,.detail-hero,.table-card{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem}.product-card__footer{align-items:center}.product-card h3{font-size:1.2rem}.management-list--cards{grid-template-columns:1fr}.management-card{width:100%;overflow:hidden;padding:0;text-align:left}.management-card img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.management-card__body{display:grid;gap:.8rem;padding:1rem}.management-card.active,.management-card--selectable.active{border-color:#ff6b2c5c;box-shadow:0 0 0 4px #ff6b2c14}.kanban-board{display:flex;gap:1rem;min-width:0;overflow-x:auto;overflow-y:visible;padding-bottom:.35rem;scroll-padding-inline:.25rem}.kanban-column{display:grid;grid-template-rows:auto 1fr;gap:.85rem;min-width:300px;width:300px;flex:0 0 300px;align-self:flex-start;padding:1rem;border-radius:24px;border:1px solid var(--line);background:#f5f7fbb3}.kanban-column__header strong{display:block;margin-top:.25rem;font-size:1.15rem}.kanban-column__header p{margin-top:.45rem;color:var(--muted);line-height:1.55}.kanban-column__eyebrow{display:inline-flex;align-items:center;gap:.35rem;color:var(--muted-strong);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.kanban-column__body{display:grid;gap:.85rem}.kanban-empty{display:grid;gap:.35rem;padding:1rem;border-radius:var(--radius-md);border:1px dashed var(--line-strong);color:var(--muted)}.kanban-empty span{color:var(--muted-strong);font-weight:800}.order-card{display:grid;gap:.8rem;min-width:0;padding:.95rem}.order-card--attention{border-color:#ff6b2c47;background:linear-gradient(180deg,#ff6b2c14,#fffffff5)}.order-card--active{box-shadow:0 0 0 4px #ff6b2c14}.order-card__surface{display:grid;gap:.8rem;width:100%;padding:0;text-align:left;background:transparent}.order-card__code{display:inline-flex;margin-bottom:.3rem;padding:.3rem .55rem;border-radius:999px;background:#1317220f;color:var(--muted-strong);font-size:.8rem;font-weight:800}.order-card h3{font-size:1.06rem}.order-card__items{line-height:1.55;overflow-wrap:anywhere}.order-card__meta{display:flex;flex-wrap:wrap;gap:.55rem}.order-card__meta span,.order-card__context span,.order-card__payment{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .65rem;border-radius:999px;background:#1317220a;font-size:.8rem;color:var(--muted-strong)}.order-card__payment--success{background:#10b98124;color:#047857}.order-card__payment--warning{background:#f59e0b29;color:#a16207}.order-card__payment--danger{background:#ef444424;color:#b91c1c}.order-card__context{align-items:center}.order-card__context strong{font-size:1.05rem}.order-card__footer{align-items:center;gap:.65rem;flex-wrap:wrap}.order-feed-grid{grid-template-columns:1fr}.orders-mobile-list{display:grid;gap:1rem;min-width:0}.filter-row--orders-mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.filter-row--orders-mobile button{min-height:3.1rem;text-align:center}.orders-header-actions,.orders-board-toolbar{display:flex;align-items:center;gap:.75rem}.search-field--orders{min-width:min(380px,100%)}.order-card--list{gap:1rem}.order-card--list .order-card__context{flex-direction:column;align-items:flex-start;gap:.75rem}.order-card--list .order-card__footer{display:grid;grid-template-columns:1fr}.order-card--list .order-card__footer>*{width:100%}.company-side-column{align-self:start}.shortcut-grid--sales{grid-template-columns:1fr}.shortcut-card,.spotlight-card{display:grid;gap:.7rem;padding:1rem;text-align:left}.shortcut-card span,.spotlight-card span{color:var(--muted)}.spotlight-card--cta{grid-template-columns:1fr;align-items:center}.spotlight-grid--cta{grid-template-columns:1fr}.order-details-panel{display:grid;gap:1rem;min-width:0}.order-details-panel__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.order-details-panel__hero h3{font-size:1.5rem}.order-details-panel__hero p{margin-top:.4rem;color:var(--muted)}.order-details-panel__actions{display:flex;flex-wrap:wrap;gap:.75rem}.order-sheet-backdrop{padding:0}.order-drawer-backdrop{align-items:stretch;justify-content:flex-end;padding:0}.order-drawer{width:min(460px,calc(100vw - 3rem));height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);background:#fff;box-shadow:-18px 0 40px #0f172a38}.order-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem .9rem;border-bottom:1px solid var(--line)}.order-drawer__header h2{font-size:1.35rem}.order-drawer__header p{margin-top:.35rem;color:var(--muted)}.order-drawer__content{min-height:0;padding:1rem;overflow-y:auto}.order-sheet{width:min(680px,100%);max-height:min(86vh,760px);display:grid;grid-template-rows:auto auto minmax(0,1fr);border-radius:28px 28px 0 0;background:#fff;box-shadow:0 -18px 42px #0f172a47;overflow:hidden}.order-sheet__handle{width:3.2rem;height:.34rem;margin:.8rem auto .35rem;border-radius:999px;background:#13172224}.order-sheet__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:0 1rem .9rem;border-bottom:1px solid var(--line)}.order-sheet__header h2{font-size:1.3rem}.order-sheet__header p{margin-top:.35rem;color:var(--muted)}.order-sheet__content{display:grid;gap:1rem;min-height:0;padding:1rem;overflow-y:auto}.cart-item,.table-card,.saved-address,.coupon-card,.pdv-card,.kds-card{padding:1rem}.cart-item{display:grid;gap:.9rem}.cart-item img{width:100%;border-radius:var(--radius-md);aspect-ratio:16 / 10;object-fit:cover}.cart-item__body{display:grid;gap:.75rem}.quantity-stepper{display:inline-flex;align-items:center;gap:.75rem;padding:.3rem .45rem;border-radius:999px;background:#1317220f}.quantity-stepper button{width:1.9rem;height:1.9rem;border-radius:999px;background:#fff;border:1px solid var(--line)}.inline-banner{display:flex;gap:.65rem;align-items:center;padding:.95rem 1rem;border-radius:var(--radius-md);background:#ff6b2c1a;color:var(--muted-strong);font-weight:700}.inline-banner--success{background:#118a731f}.coupon-apply{grid-template-columns:1fr}.payment-selector,.payment-selector--wide,.payment-selector--tall{grid-template-columns:repeat(2,minmax(0,1fr))}.checkbox-row{flex-direction:row;align-items:center;justify-content:space-between;padding:.9rem 1rem;border-radius:var(--radius-md);background:#1317220a}.checkbox-row input{width:auto}.checkbox-row span{flex:1;display:flex;justify-content:space-between;gap:1rem}.cart-summary-bar{position:fixed;left:.75rem;right:.75rem;bottom:5.8rem;z-index:35;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:22px;background:#131722f5;color:#fff;box-shadow:0 24px 40px #0f172a3d}.cart-summary-bar span{color:#ffffffbd}.floating-mini-cart{right:1rem;bottom:10.8rem;padding:.85rem 1rem;color:var(--muted-strong)}.floating-mini-cart span{display:block;color:var(--muted);font-size:.84rem}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:#0f172a8c}.product-modal{width:min(760px,100%);border-radius:28px;background:#fff;overflow:hidden}.product-modal>img{width:100%;aspect-ratio:16 / 9;object-fit:cover}.product-modal__body,.product-modal__footer{padding:1rem}.product-modal__hero{display:flex;justify-content:space-between;gap:1rem}.choice-group{margin-top:1rem}.choice-group>span{display:inline-block;margin-bottom:.65rem;font-weight:800}.product-modal__footer{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.empty-state{display:grid;justify-items:center;gap:.8rem;padding:2.8rem 1rem;text-align:center}.empty-state__icon{width:3rem;height:3rem;display:grid;place-items:center;border-radius:999px;background:#ff6b2c1f;color:var(--orange-deep)}.empty-state strong{font-size:1.3rem}.toast{width:min(1380px,calc(100% - 1.5rem));margin:.75rem auto 0;padding:1rem 1.1rem;display:grid;gap:.2rem}.toast--accent{background:linear-gradient(135deg,#ff6b2c1f,#fffffff0)}.toast--success{background:linear-gradient(135deg,#118a731f,#fffffff0)}@media(min-width:700px){.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero-cards-grid--storefront,.hero-cards-grid,.spotlight-grid,.spotlight-grid--cta,.order-feed-grid,.shortcut-grid--sales,.product-grid,.management-list--cards,.driver-grid,.automation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-selector,.choice-row{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.input-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.coupon-apply{grid-template-columns:1fr auto;align-items:center}.cart-item{grid-template-columns:132px 1fr;align-items:start}.content-grid--cart,.content-grid--checkout,.content-grid--tracking,.content-grid--dashboard-v2,.content-grid--dashboard,.content-grid--menu-studio,.content-grid--menu-manager{grid-template-columns:1.08fr .92fr}.content-grid--orders-v2,.content-grid--orders{grid-template-columns:1.3fr .7fr}.content-grid--orders-v2.content-grid--orders-mobile{grid-template-columns:1fr}.filter-row--orders-mobile{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1024px){.company-shell{display:grid;grid-template-columns:300px 1fr}.company-sidebar{position:sticky;top:0;display:flex;flex-direction:column;gap:1rem;min-height:100vh;padding:1.25rem;background:linear-gradient(180deg,#121722,#1b2230);color:#fff}.company-mobile-nav,.public-mobile-nav{display:none}.page-shell--company,.page-shell--public{padding-bottom:3rem}.company-topbar{padding-top:1.2rem}.public-hero__content{grid-template-columns:1.1fr auto;align-items:end}.product-grid,.management-list--cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-cards-grid--storefront{grid-template-columns:1.15fr .85fr}.shortcut-grid--sales{grid-template-columns:repeat(2,minmax(0,1fr))}.page-header--orders{margin-bottom:.8rem}.page-header--orders .page-actions{align-self:flex-start}.content-grid--orders-v2{grid-template-columns:1fr}.orders-board-card{min-width:0}.orders-board-card .section-card__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.9rem}.orders-board-card .section-card__header>div:first-child{max-width:42rem}.orders-board-card .section-card__header h2{font-size:1.08rem}.orders-board-card .section-card__header p{margin-top:.3rem;font-size:.92rem}.kanban-board{gap:1.15rem;align-items:stretch}.kanban-column{min-width:320px;width:320px;flex-basis:320px}.kanban-column__header p{font-size:.9rem}}.storefront-hero-banner{display:grid;gap:1.1rem;margin-bottom:1rem;padding:1.2rem;border:1px solid rgba(255,107,44,.12);border-radius:32px;background:radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 32%),linear-gradient(135deg,#1f1a17,#35271f 42%,#ea580c);color:#fff;box-shadow:0 24px 44px #36210e2e}.storefront-hero-banner__copy,.storefront-hero-banner__aside,.storefront-hero-banner__panel{display:grid;gap:.9rem}.storefront-badge{width:fit-content;display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .85rem;border-radius:999px;background:#ffffff24;color:#ffffffeb;font-size:.8rem;font-weight:800;letter-spacing:.02em}.storefront-hero-banner__copy h1{font-size:clamp(2rem,6vw,3.35rem);line-height:.98}.storefront-hero-banner__copy p{max-width:42rem;color:#ffffffd1;font-size:1rem;line-height:1.6}.storefront-hero-banner__meta{display:flex;flex-wrap:wrap;gap:.65rem}.storefront-hero-banner__meta span{display:inline-flex;align-items:center;gap:.45rem;padding:.72rem .9rem;border-radius:999px;background:#ffffff1f;color:#ffffffe0;font-weight:700;font-size:.88rem}.storefront-hero-banner__panel{padding:1rem;border-radius:24px;background:#ffffff1f;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.storefront-hero-banner__panel>strong{font-size:1.05rem}.service-selector--storefront{grid-template-columns:1fr}.service-selector--storefront button{min-height:4.45rem;display:grid;gap:.2rem;align-content:center;background:#fffffff0}.service-selector--storefront button.active{background:linear-gradient(180deg,#ff6b2c2e,#fffffffa)}.storefront-toolbar{display:grid;gap:.85rem;margin-bottom:1rem;padding:.85rem;border:1px solid rgba(38,27,18,.08);border-radius:24px;background:#ffffffc7;box-shadow:0 16px 36px #36210e14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.search-field--storefront{min-height:3.4rem;border-color:#ff6b2c24;box-shadow:inset 0 1px #ffffff80}.search-field--storefront input{font-size:.98rem}.category-list{display:flex;gap:.75rem;margin-bottom:0;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:none}.category-list::-webkit-scrollbar{display:none}.category-list button{flex:0 0 auto;min-width:max-content;display:grid;gap:.2rem;padding:.9rem 1rem;border-radius:18px;border-color:#261b1214;box-shadow:0 10px 24px #36210e0f}.category-list button.active{border-color:transparent;background:linear-gradient(135deg,#ff6b2c,#ea580c);color:#fff;box-shadow:0 18px 36px #ea580c38}.category-list button.active small{color:#fffc}.category-list__content{gap:.25rem}.category-list__content strong{font-size:.95rem}.category-list__content small{color:var(--muted);font-size:.78rem;font-weight:700}.storefront-featured-strip{display:grid;gap:.9rem;margin-bottom:1.1rem}.storefront-featured-card{display:grid;grid-template-columns:minmax(110px,124px) 1fr;gap:.85rem;padding:0;overflow:hidden;border-radius:24px;border:1px solid rgba(38,27,18,.08);background:#fff;box-shadow:0 18px 34px #36210e14;text-align:left}.storefront-featured-card img{width:100%;height:100%;min-height:132px;object-fit:cover}.storefront-featured-card__content{display:grid;gap:.4rem;padding:.95rem 1rem .95rem 0}.storefront-featured-card__content span{width:fit-content;display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .65rem;border-radius:999px;background:#ff6b2c14;color:var(--orange-deep);font-size:.78rem;font-weight:800}.storefront-featured-card__content strong{font-size:1.08rem}.storefront-featured-card__content p{color:var(--muted);line-height:1.5}.storefront-featured-card__content b{color:var(--orange-deep);font-family:Sora,Arial,sans-serif;font-size:1.05rem}.storefront-products-section{display:grid;gap:1rem}.storefront-products-section__header{display:grid;gap:.85rem;align-items:start}.storefront-products-section__header p{margin-top:.35rem;max-width:44rem;color:var(--muted);line-height:1.6}.storefront-products-section__summary{width:fit-content;display:grid;gap:.15rem;padding:.9rem 1rem;border-radius:22px;background:#ffffffe0;border:1px solid rgba(38,27,18,.08)}.storefront-products-section__summary strong{font-family:Sora,Arial,sans-serif;font-size:1.35rem}.storefront-products-section__summary span{color:var(--muted);font-size:.85rem;font-weight:700}.product-card{overflow:hidden;border:1px solid rgba(38,27,18,.08);border-radius:26px;background:#fff;box-shadow:0 20px 42px #36210e14}.product-card--added{border-color:#0f8b8d42;box-shadow:0 0 0 4px #0f8b8d1a,0 20px 42px #36210e14}.product-card__media{position:relative;overflow:hidden;background:#fde4d0}.product-card__badges{position:absolute;top:.95rem;left:.95rem;right:.95rem;display:flex;flex-wrap:wrap;gap:.45rem}.product-card__content{display:grid;gap:.95rem;padding:1rem}.product-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.product-card__header>div{display:grid;gap:.45rem}.product-card__header h3{font-size:1.2rem;line-height:1.15}.product-card__header p{color:var(--muted);font-size:.93rem;line-height:1.55}.product-card__header strong{flex:0 0 auto;color:var(--orange-deep);font-family:Sora,Arial,sans-serif;font-size:1.12rem;line-height:1}.product-card__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;padding:.8rem .9rem;border-radius:18px;background:#ff6b2c0f}.product-card__meta small{color:var(--muted);font-weight:700}.product-card__footer{display:grid;gap:.8rem}.product-card__footer .tag-row{display:flex;flex-wrap:wrap;gap:.55rem}.product-card__cta{width:100%;justify-content:center;padding:1rem 1.2rem;font-size:.98rem;box-shadow:0 16px 30px #ea580c2e}.product-card--added .product-card__cta{background:linear-gradient(135deg,var(--teal),#14b8a6);box-shadow:0 16px 30px #0f8b8d33}.storefront-conversion-strip{display:grid;gap:.9rem;margin:1rem 0 6.75rem}.storefront-conversion-card{display:grid;gap:.35rem;padding:1rem 1.05rem;border-radius:24px;border:1px solid rgba(38,27,18,.08);background:#ffffffd1;box-shadow:0 14px 32px #36210e0f}.storefront-conversion-card p{color:var(--muted);line-height:1.55}.storefront-conversion-card--accent{background:linear-gradient(135deg,#ff6b2c24,#fffffff5)}.storefront-feedback{position:fixed;left:50%;bottom:11.1rem;transform:translate(-50%);width:min(440px,calc(100% - 1.5rem));display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.9rem 1rem;border-radius:999px;background:#0f8b8df5;color:#fff;box-shadow:0 20px 34px #0f172a38;z-index:36}.cart-summary-bar{left:.75rem;right:.75rem;bottom:5.8rem;padding:.9rem .95rem;border-radius:24px;background:linear-gradient(135deg,#1f1a17fa,#35271ffa);box-shadow:0 24px 40px #0f172a3d}.cart-summary-bar__content{display:grid;gap:.18rem}.cart-summary-bar__content span{color:#ffffffbd;font-size:.84rem}.cart-summary-bar__button{flex:0 0 auto;min-height:3rem;padding-inline:1.1rem;box-shadow:0 14px 30px #ea580c33}.cart-summary-bar__button,.cart-summary-bar__button span,.cart-summary-bar__button svg{color:#fff}.product-modal{width:min(840px,100%);border-radius:32px;box-shadow:0 28px 46px #0f172a3d}.product-modal__hero{align-items:flex-start}.product-modal__hero p{margin-top:.45rem;color:var(--muted);line-height:1.6}.product-modal__hero strong{color:var(--orange-deep);font-family:Sora,Arial,sans-serif;font-size:1.22rem}@media(min-width:700px){.storefront-hero-banner{padding:1.4rem}.service-selector--storefront,.storefront-featured-strip,.storefront-conversion-strip,.product-grid--storefront{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-products-section__header{grid-template-columns:1fr auto}.cart-summary-bar{left:auto;right:1rem;width:min(460px,calc(100% - 2rem));bottom:1rem}.storefront-feedback{bottom:6rem}}@media(min-width:1024px){.storefront-hero-banner{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:stretch;padding:1.6rem}.storefront-toolbar{grid-template-columns:minmax(280px,340px) 1fr;align-items:center;padding:.95rem 1rem}.storefront-featured-strip{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid--storefront{grid-template-columns:repeat(3,minmax(0,1fr))}.storefront-conversion-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.public-store-shell{background:radial-gradient(circle at top right,rgba(255,171,92,.16),transparent 22%),linear-gradient(180deg,#fffaf5,#fff4ea)}.public-store-topbar{position:sticky;top:0;z-index:32;padding:.85rem 0 0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.public-store-topbar__content{width:min(1380px,calc(100% - 1.5rem));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid rgba(38,27,18,.08);border-radius:24px;background:#ffffffd1;box-shadow:0 14px 32px #36210e14}.public-store-topbar__brand{display:grid;gap:.25rem;min-width:0}.public-store-topbar__brand strong{font-family:Sora,Arial,sans-serif;font-size:1rem}.public-store-topbar__brand .page-eyebrow{padding:0;border-radius:0;background:transparent}.public-store-topbar__cart{flex:0 0 auto;min-height:3rem}.public-mobile-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.public-mobile-nav--with-highlight{grid-template-columns:repeat(3,minmax(0,1fr))}.public-mobile-nav a{min-height:3.5rem}.page-shell--public{padding-top:1rem}.storefront-hero-banner--shop{margin-bottom:1.15rem}.storefront-hero-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem}.storefront-hero-banner__cta{min-height:3.15rem;padding-inline:1.2rem;box-shadow:0 16px 32px #ea580c38}.storefront-hero-banner__visual{overflow:hidden;padding:0;border-radius:24px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#fff;text-align:left;box-shadow:0 18px 36px #0f172a24}.storefront-hero-banner__visual img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.storefront-hero-banner__visual-copy{display:grid;gap:.28rem;padding:.95rem 1rem 1rem}.storefront-hero-banner__visual-copy span{color:#fffc;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.storefront-hero-banner__visual-copy strong{font-size:1.08rem}.storefront-hero-banner__visual-copy small{color:#ffffffd1;font-size:.9rem;font-weight:700}.storefront-order-mode{display:grid;gap:.8rem;padding:1rem;border-radius:24px;background:#ffffff1f;border:1px solid rgba(255,255,255,.12)}.storefront-order-mode>strong{font-size:1rem}.service-selector--storefront-compact{grid-template-columns:1fr}.service-selector--storefront-compact button{min-height:4rem;align-content:center}.storefront-featured-section{display:grid;gap:.95rem;margin-bottom:1.1rem}.storefront-featured-section__header{display:grid;gap:.75rem;align-items:end}.storefront-featured-section__header h2{margin-top:.3rem;font-size:clamp(1.45rem,4vw,2rem)}.storefront-featured-section__offer{width:fit-content;display:inline-flex;align-items:center;gap:.45rem;padding:.7rem .9rem;border-radius:999px;background:#ff6b2c14;color:var(--orange-deep);font-weight:800}@media(min-width:700px){.public-store-topbar__content{padding-inline:1.15rem}.storefront-featured-section__header{grid-template-columns:1fr auto}.service-selector--storefront-compact{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.public-store-topbar{padding-top:1rem}.public-store-topbar__brand strong{font-size:1.08rem}.page-shell--public{padding-top:1.15rem}.storefront-hero-banner--shop{grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)}.storefront-order-mode{padding:1.05rem}}:root{--page-max: 1380px;--page-gutter: 1.5rem}.page-shell,.hero-shell__content,.admin-shell,.top-shell{width:min(var(--page-max),calc(100% - var(--page-gutter)))}.page-shell{margin:0 auto;padding:1.1rem 0 6rem}.page-header{gap:.8rem;margin-bottom:1.25rem}.page-header__copy{display:grid;gap:.5rem}.page-header h1{font-size:clamp(1.85rem,4.5vw,3.05rem);line-height:.95}.page-header p{max-width:72ch;margin-top:0;color:var(--muted)}.page-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.section-card,.metric-card,.management-card,.driver-card,.automation-thread,.recovery-card,.order-card,.cart-item,.table-card,.pdv-card,.kds-card,.saved-address,.toast,.coupon-card,.customer-card,.shortcut-card,.spotlight-card,.live-order-card,.order-list-card{border:1px solid var(--line);background:#ffffffeb;box-shadow:var(--shadow-soft)}.section-card{padding:1.2rem}.section-card__header{gap:.8rem;margin-bottom:1rem}.section-card__header>div{min-width:0}.section-card__header p{margin-top:.35rem;max-width:64ch;color:var(--muted)}.metric-grid{gap:1rem;margin-bottom:1.1rem}.search-field{min-height:3.15rem;background:#fff;border-color:#13172214}.search-field input{min-width:0}.service-selector button,.choice-row button,.payment-selector button,.filter-row button{min-height:3.2rem}.action-button,.primary-button,.ghost-button,.danger-button{min-height:2.95rem;font-weight:800}.primary-button,.ghost-button,.danger-button{border:1px solid transparent;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.primary-button{background:linear-gradient(135deg,var(--orange),#ff864d);color:#fff;box-shadow:0 14px 28px #ea580c2e}.ghost-button{background:#fff;color:var(--text);border-color:var(--line)}.danger-button{background:linear-gradient(135deg,#ef4444,var(--danger));color:#fff;box-shadow:0 14px 28px #dc3d5629}.icon-link{color:var(--orange-deep);font-weight:800}.company-topbar{width:min(var(--page-max),calc(100% - var(--page-gutter)));margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 0 .25rem}.company-topbar__copy{display:grid;gap:.45rem;min-width:0}.company-topbar__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.65rem}.company-mini-stat{min-height:2.7rem;padding:.7rem .95rem;border-radius:999px;border:1px solid var(--line);background:#ffffffe0;color:var(--muted-strong);font-weight:700}.company-side-column{gap:1rem}.metric-grid--operations{margin-bottom:1.1rem}.page-header--storefront-flow{margin-bottom:1rem}.storefront-flow-strip{display:grid;gap:.85rem;margin-bottom:1rem}.storefront-flow-card{display:grid;gap:.28rem;padding:1rem 1.05rem;border-radius:24px;border:1px solid rgba(38,27,18,.08);background:#ffffffdb;box-shadow:0 14px 30px #36210e0f}.storefront-flow-card span{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.82rem;font-weight:800}.storefront-flow-card strong{font-family:Sora,Arial,sans-serif;font-size:1.08rem;line-height:1.1}.storefront-flow-card small{color:var(--muted);line-height:1.5}.storefront-section-card--summary{align-self:start}.category-list--admin{display:grid;gap:.75rem;overflow:visible;padding-bottom:0}.category-list--admin button{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:1rem 1rem 1rem 1.05rem;border-radius:20px;box-shadow:none;text-align:left}.category-list--admin .category-list__content{display:grid;gap:.25rem}.category-list--admin .category-list__content strong{font-size:.98rem}.category-list--admin .category-list__content small{color:var(--muted);font-size:.82rem;line-height:1.45;white-space:normal}.category-list--admin .category-list__count{width:2.1rem;height:2.1rem;display:grid;place-items:center;border-radius:999px;background:#1317220f;color:var(--muted-strong);font-weight:800}.category-list--admin button.active{border-color:#ff6b2c47;background:linear-gradient(135deg,#ff6b2c1f,#fffffffa);color:var(--text);box-shadow:0 14px 28px #36210e14}.category-list--admin button.active .category-list__content small{color:var(--muted)}.category-list--admin button.active .category-list__count{background:linear-gradient(135deg,var(--orange),#ff864d);color:#fff}.pdv-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.9rem}.pdv-card{display:grid;gap:.55rem;align-content:start;min-height:100%}.pdv-card strong{font-size:.98rem;line-height:1.25}.pdv-card span{color:var(--orange-deep);font-weight:800}.kds-grid--operations{grid-template-columns:1fr;gap:1rem}.kds-card{display:grid;gap:.8rem}.kds-empty-state{display:grid;gap:.35rem;padding:1rem;border-radius:var(--radius-md);border:1px dashed var(--line-strong);background:#ffffffb8}.kds-empty-state strong{font-size:.98rem}.kds-empty-state p{color:var(--muted);line-height:1.5}.driver-card,.automation-thread,.recovery-card{display:grid;gap:.85rem}.driver-card .action-row .action-button,.automation-thread .action-row .action-button,.recovery-card .action-row .action-button{flex:1 1 180px}.table-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.table-card{align-items:center}.action-row--tight{flex-wrap:wrap;justify-content:flex-end}@media(min-width:700px){.page-header{flex-direction:row;align-items:flex-start;justify-content:space-between}.page-header__copy{max-width:52rem}.page-actions{justify-content:flex-end}.section-card__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between}.section-card__header>div:first-child{max-width:44rem}.storefront-flow-strip,.kds-grid--operations{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.page-shell--company,.page-shell--public{padding-bottom:3rem}.company-topbar{padding-top:1.2rem}}.public-store-shell{background:radial-gradient(circle at top right,rgba(255,180,120,.14),transparent 20%),radial-gradient(circle at left center,rgba(15,139,141,.08),transparent 22%),linear-gradient(180deg,#f8f7f4,#f3efe9)}.public-store-topbar{position:sticky;top:0;z-index:40;padding:.9rem 0 0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.public-store-topbar__content{width:min(var(--page-max),calc(100% - 1.25rem));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:.9rem;padding:.85rem .95rem;border-radius:26px;border:1px solid rgba(19,23,34,.08);background:#ffffffd6;box-shadow:0 18px 34px #1d161114}.public-store-topbar__identity{min-width:0;display:flex;align-items:center;gap:.85rem}.public-store-topbar__avatar,.storefront-showcase__avatar{flex:0 0 auto;display:grid;place-items:center;border-radius:999px;font-family:Sora,Arial,sans-serif;font-weight:800;letter-spacing:-.04em;color:#fff;background:linear-gradient(135deg,var(--store-accent, #ff6b2c),#1f1a17);box-shadow:0 16px 28px #1d16112e}.public-store-topbar__avatar{width:2.9rem;height:2.9rem;font-size:1rem}.public-store-topbar__brand{min-width:0;display:grid;gap:.18rem}.public-store-topbar__brand .page-eyebrow{margin-bottom:0;color:color-mix(in srgb,var(--store-accent, #ff6b2c) 72%,#42342c)}.public-store-topbar__brand strong{font-size:1rem;line-height:1.1}.public-store-topbar__brand small{color:var(--muted);font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.public-store-topbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:.65rem}.public-store-topbar__cart{min-height:3rem;box-shadow:0 16px 28px color-mix(in srgb,var(--store-accent, #ff6b2c) 28%,transparent)}.page-shell--public{width:min(var(--page-max),calc(100% - 1.25rem));padding-top:1rem}.storefront-shell{display:grid;gap:1.2rem}.storefront-showcase{display:grid;gap:0}.storefront-showcase__cover{min-height:17rem;display:grid;overflow:hidden;border-radius:32px 32px 26px 26px;background:linear-gradient(145deg,color-mix(in srgb,var(--store-accent, #ff6b2c) 82%,#ffffff),#1f1a17 115%);box-shadow:0 24px 48px #1d16111f}.storefront-showcase__cover img,.storefront-showcase__cover-copy{grid-area:1 / 1}.storefront-showcase__cover img{width:100%;height:100%;object-fit:cover;filter:saturate(1.08)}.storefront-showcase__cover-copy{align-self:end;display:grid;gap:.35rem;padding:1.15rem 1.15rem 1.2rem;color:#fff;background:linear-gradient(180deg,transparent 6%,rgba(18,14,10,.82) 100%)}.storefront-showcase__cover-copy span{display:inline-flex;width:fit-content;align-items:center;gap:.35rem;padding:.42rem .7rem;border-radius:999px;background:#ffffff29;font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.storefront-showcase__cover-copy strong{font-family:Sora,Arial,sans-serif;font-size:clamp(1.55rem,4vw,2.2rem);line-height:1.03}.storefront-showcase__cover-copy small{max-width:38rem;color:#ffffffd6;line-height:1.55}.storefront-showcase__panel{display:grid;gap:1rem;margin-top:-3.6rem;padding-inline:.9rem}.storefront-showcase__identity,.storefront-showcase__service-card{padding:1.15rem;border-radius:28px;border:1px solid rgba(19,23,34,.08);background:#ffffffeb;box-shadow:0 18px 34px #1d161114;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.storefront-showcase__identity{display:grid;gap:1rem}.storefront-showcase__avatar{width:4.5rem;height:4.5rem;margin-top:-2.65rem;font-size:1.3rem;border:4px solid rgba(255,255,255,.92)}.storefront-showcase__header,.storefront-showcase__title{display:grid;gap:.5rem}.storefront-showcase__status-row{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.storefront-showcase__title h1{font-size:clamp(1.9rem,5vw,3rem);line-height:.96}.storefront-showcase__title p{max-width:52rem;color:var(--text);font-size:1rem;line-height:1.65}.storefront-showcase__title small{color:var(--muted);line-height:1.55}.storefront-showcase__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.storefront-showcase__summary-card{display:grid;gap:.3rem;min-width:0;padding:.9rem;border-radius:20px;background:#f7f5f1;border:1px solid rgba(19,23,34,.06)}.storefront-showcase__summary-card span{display:inline-flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.82rem;font-weight:800}.storefront-showcase__summary-card strong{min-width:0;font-size:.95rem;line-height:1.35;word-break:break-word}.storefront-showcase__actions{display:flex;flex-wrap:wrap;gap:.75rem}.storefront-showcase__service-card{display:grid;gap:1rem}.storefront-showcase__service-copy{display:grid;gap:.35rem}.storefront-showcase__service-copy strong{font-size:1rem}.storefront-showcase__service-copy p{color:var(--muted);line-height:1.55}.storefront-showcase__spotlight{display:grid;grid-template-columns:minmax(104px,132px) 1fr;gap:.85rem;padding:0;overflow:hidden;border-radius:22px;border:1px solid rgba(19,23,34,.08);background:#fff;text-align:left;box-shadow:0 16px 26px #1d16110f}.storefront-showcase__spotlight img{width:100%;height:100%;min-height:120px;object-fit:cover}.storefront-showcase__spotlight div{display:grid;gap:.3rem;padding:.95rem 1rem .95rem 0}.storefront-showcase__spotlight span{color:color-mix(in srgb,var(--store-accent, #ff6b2c) 74%,#3f342d);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.storefront-showcase__spotlight strong{font-size:1rem}.storefront-showcase__spotlight small{color:var(--orange-deep);font-weight:800}.storefront-discovery-bar{position:sticky;top:5.5rem;z-index:24;display:grid;gap:.85rem;padding:.95rem;border:1px solid rgba(19,23,34,.08);border-radius:26px;background:#ffffffd1;box-shadow:0 18px 32px #1d161112;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.search-field--storefront{min-height:3.25rem;padding-inline:1rem;background:#fff;border-radius:18px}.search-field--storefront input::placeholder{color:#8a7f74}.category-list--storefront{display:flex;gap:.7rem;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:none}.category-list--storefront::-webkit-scrollbar{display:none}.category-list--storefront button{min-width:max-content;display:grid;gap:.2rem;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(19,23,34,.08);background:#fff;text-align:left;box-shadow:none}.category-list--storefront button.active{background:linear-gradient(135deg,color-mix(in srgb,var(--store-accent, #ff6b2c) 16%,white),#fff);border-color:color-mix(in srgb,var(--store-accent, #ff6b2c) 24%,#ffffff);box-shadow:0 14px 26px #1d161114}.category-list--storefront .category-list__content strong{font-size:.92rem}.category-list--storefront .category-list__content small{color:var(--muted);line-height:1.35}.storefront-featured-section,.storefront-products-section,.storefront-conversion-strip{margin-top:.15rem}.storefront-featured-section__header p,.storefront-products-section__header p{color:var(--muted);line-height:1.6}.storefront-featured-strip{display:grid;gap:1rem}.storefront-featured-card{display:grid;gap:0;overflow:hidden;border-radius:28px;border:1px solid rgba(19,23,34,.08);background:#fff;box-shadow:0 20px 40px #1d161114}.storefront-featured-card__media{padding:0;background:#f1ede7}.storefront-featured-card__media img{width:100%;aspect-ratio:16 / 11;object-fit:cover;transition:transform .35s ease}.storefront-featured-card:hover .storefront-featured-card__media img{transform:scale(1.03)}.storefront-featured-card__content{display:grid;gap:.5rem;padding:1.05rem}.storefront-featured-card__content span{width:fit-content;display:inline-flex;align-items:center;gap:.4rem;padding:.42rem .7rem;border-radius:999px;background:color-mix(in srgb,var(--store-accent, #ff6b2c) 12%,white);color:color-mix(in srgb,var(--store-accent, #ff6b2c) 72%,#41342d);font-size:.78rem;font-weight:800}.storefront-featured-card__content strong{font-size:1.1rem;line-height:1.2}.storefront-featured-card__content p{color:var(--muted);line-height:1.58}.storefront-featured-card__content b{color:var(--orange-deep);font-family:Sora,Arial,sans-serif;font-size:1.08rem}.storefront-featured-card__actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:.2rem}.storefront-products-section__summary{background:#fff;box-shadow:0 14px 28px #1d16110f}.product-grid--storefront{display:grid;grid-template-columns:1fr;gap:1rem}.product-card{display:grid;overflow:hidden;border-radius:28px;border:1px solid rgba(19,23,34,.08);background:#fff;box-shadow:0 20px 38px #1d161114}.product-card--added{border-color:color-mix(in srgb,var(--store-accent, #ff6b2c) 36%,#ffffff);box-shadow:0 0 0 4px color-mix(in srgb,var(--store-accent, #ff6b2c) 10%,transparent),0 20px 38px #1d161114}.product-card__media-button{padding:0;background:#f1ede7}.product-card__media{position:relative}.product-card__media img{width:100%;aspect-ratio:4 / 3;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__badges{position:absolute;inset:0 auto auto 0;display:flex;flex-wrap:wrap;gap:.45rem;padding:1rem}.product-card__content{display:grid;gap:.9rem;padding:1.05rem}.product-card__eyebrow{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--muted);font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.product-card__eyebrow small{color:color-mix(in srgb,var(--store-accent, #ff6b2c) 76%,#45362e);text-transform:none;letter-spacing:0}.product-card__header{display:flex;gap:.85rem;align-items:flex-start;justify-content:space-between}.product-card__header>div{min-width:0;display:grid;gap:.45rem}.product-card__header h3{font-size:1.18rem;line-height:1.15}.product-card__header p{color:var(--muted);line-height:1.58}.product-card__price-box{flex:0 0 auto;min-width:5.2rem;display:grid;gap:.12rem;text-align:right}.product-card__price-box small{color:var(--muted);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.product-card__price-box strong{color:var(--orange-deep);font-family:Sora,Arial,sans-serif;font-size:1.15rem}.product-card__meta{display:grid;gap:.18rem;padding:.85rem .95rem;border-radius:18px;background:#f7f5f1}.product-card__meta span{font-weight:800}.product-card__meta small{color:var(--muted);line-height:1.45}.product-card__footer{display:grid;gap:.9rem}.product-card__actions{display:flex;gap:.65rem}.product-card__details,.product-card__cta{flex:1 1 0;min-height:3rem}.product-card__cta{box-shadow:0 16px 28px color-mix(in srgb,var(--store-accent, #ff6b2c) 22%,transparent)}.storefront-conversion-strip{display:grid;gap:.95rem;margin-bottom:6.8rem}.storefront-conversion-card{display:grid;gap:.38rem;padding:1rem 1.05rem;border-radius:24px;border:1px solid rgba(19,23,34,.08);background:#ffffffe0;box-shadow:0 16px 28px #1d16110f}.storefront-conversion-card strong{font-size:1rem}.storefront-conversion-card p{color:var(--muted);line-height:1.58}.storefront-conversion-card--accent{background:linear-gradient(135deg,color-mix(in srgb,var(--store-accent, #ff6b2c) 14%,white),#fffffff5)}.storefront-feedback{bottom:10.9rem;padding:.95rem 1rem;border-radius:999px;background:linear-gradient(135deg,var(--store-accent, #ff6b2c),#1f1a17)}.cart-summary-bar{left:.8rem;right:.8rem;bottom:5.9rem;padding:.95rem 1rem;border-radius:24px;background:linear-gradient(135deg,#131722fa,#2f261ffa);box-shadow:0 24px 40px #0f172a3d}.cart-summary-bar__content strong{font-size:.98rem}.cart-summary-bar__content span{color:#ffffffbf}.cart-summary-bar__button{min-height:3rem;box-shadow:0 16px 28px color-mix(in srgb,var(--store-accent, #ff6b2c) 22%,transparent)}.modal-backdrop{align-items:flex-end;padding:0;background:#120e0a94}.product-modal{width:min(920px,100%);max-height:min(92vh,920px);display:grid;overflow:auto;border-radius:28px 28px 0 0;background:#fff;box-shadow:0 30px 50px #0f172a42}.product-modal__close{position:sticky;top:1rem;justify-self:end;margin:1rem 1rem -3.1rem 0;z-index:2}.product-modal__media-shell{display:grid;gap:0;background:#f1ede7}.product-modal__media-shell img,.product-modal__media-badges{grid-area:1 / 1}.product-modal__media-shell img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.product-modal__media-badges{align-self:start;display:flex;flex-wrap:wrap;gap:.45rem;padding:1rem}.product-modal__body{display:grid;gap:1rem;padding:1.1rem}.product-modal__hero{display:grid;gap:.85rem}.product-modal__hero p{color:var(--muted);line-height:1.6}.product-modal__price-box{display:grid;gap:.12rem}.product-modal__price-box small{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.product-modal__price-box strong{color:var(--orange-deep);font-family:Sora,Arial,sans-serif;font-size:1.2rem}.product-modal__purchase{display:grid;gap:1rem}.product-modal__quantity{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-modal__quantity>span{font-weight:800}.quantity-stepper--storefront{padding:.4rem .55rem}.quantity-stepper--storefront button{width:2rem;height:2rem}.product-modal__footer{display:grid;gap:.75rem;padding:0 1.1rem 1.1rem}.public-mobile-nav{background:#ffffffe6;border-top:1px solid rgba(19,23,34,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.public-mobile-nav a.active{color:color-mix(in srgb,var(--store-accent, #ff6b2c) 76%,#3c2f28)}@media(min-width:700px){.public-store-topbar__content{padding-inline:1.1rem}.storefront-showcase__summary{grid-template-columns:repeat(4,minmax(0,1fr))}.storefront-discovery-bar{gap:.95rem}.product-grid--storefront,.storefront-featured-strip,.storefront-conversion-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.product-modal__hero{grid-template-columns:minmax(0,1fr) auto;align-items:start}.product-modal__footer{grid-template-columns:auto 1fr}}@media(min-width:1024px){.public-store-topbar{padding-top:1rem}.public-store-topbar__content{padding-inline:1.2rem}.page-shell--public{padding-top:1.15rem}.storefront-showcase__cover{min-height:21rem}.storefront-showcase__panel{grid-template-columns:minmax(0,1fr);margin-top:-4rem;padding-inline:1.1rem}.storefront-discovery-bar{top:6.25rem;grid-template-columns:minmax(300px,360px) 1fr;align-items:center;padding:1rem}.storefront-featured-strip,.product-grid--storefront{grid-template-columns:repeat(3,minmax(0,1fr))}.storefront-conversion-strip{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:3rem}.cart-summary-bar{left:auto;right:1rem;width:min(420px,calc(100% - 2rem));bottom:1rem}.storefront-feedback{bottom:6rem}.modal-backdrop{align-items:center;justify-content:center;padding:1.25rem}.product-modal{border-radius:30px}}@media(min-width:1280px){.product-grid--storefront{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1023px){.public-store-topbar{padding-top:calc(.55rem + env(safe-area-inset-top))}.public-store-topbar__content{width:min(var(--page-max),calc(100% - 1rem));display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem;padding:.72rem .78rem;border-radius:22px;overflow:hidden}.public-store-topbar__identity{align-items:flex-start;gap:.72rem}.public-store-topbar__avatar{width:2.65rem;height:2.65rem;font-size:.94rem;box-shadow:0 12px 22px #1d161124}.public-store-topbar__brand{gap:.2rem}.public-store-topbar__brand .page-eyebrow{gap:.28rem;font-size:.67rem;letter-spacing:.05em}.public-store-topbar__brand strong{display:-webkit-box;overflow:hidden;font-size:.98rem;line-height:1.15;word-break:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical}.public-store-topbar__brand small{display:-webkit-box;overflow:hidden;color:#74695f;font-size:.76rem;line-height:1.35;white-space:normal;-webkit-line-clamp:1;-webkit-box-orient:vertical}.public-store-topbar__status-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.12rem}.public-store-topbar__actions{display:grid;justify-items:end;align-content:start}.public-store-topbar__cart{min-height:2.65rem;padding-inline:.88rem;box-shadow:0 10px 22px color-mix(in srgb,var(--store-accent, #ff6b2c) 18%,transparent)}.public-store-topbar__cart>span{display:inline-flex;align-items:center;gap:.42rem}.public-store-topbar__cart-text{white-space:nowrap}.public-store-topbar__cart-count{display:grid;min-width:1.35rem;height:1.35rem;place-items:center;padding:0 .34rem;border-radius:999px;background:#ffffff2e;font-size:.72rem;font-weight:800;line-height:1}.page-shell--public{width:min(var(--page-max),calc(100% - 1rem));padding-top:.8rem;padding-bottom:calc(8.5rem + env(safe-area-inset-bottom))}.storefront-shell{min-width:0;gap:1rem;padding-bottom:1rem}.storefront-showcase__cover{height:clamp(11.25rem,56vw,13.7rem);min-height:clamp(11.25rem,56vw,13.7rem);border-radius:28px 28px 22px 22px}.storefront-showcase__cover-copy{justify-items:center;gap:.3rem;padding:.95rem 1rem 1rem;text-align:center}.storefront-showcase__cover-copy span{font-size:.7rem;letter-spacing:.05em}.storefront-showcase__cover-copy strong{font-size:clamp(1.24rem,5.5vw,1.68rem);line-height:1.12}.storefront-showcase__cover-copy small{max-width:28rem;font-size:.84rem;line-height:1.45}.storefront-showcase__panel{gap:.85rem;margin-top:-1.55rem;padding-inline:.45rem}.storefront-showcase__identity,.storefront-showcase__service-card{padding:1rem;border-radius:24px}.storefront-showcase__identity{gap:.85rem}.storefront-showcase__avatar{width:3.7rem;height:3.7rem;margin-top:-1.75rem;border-width:3px;font-size:1.05rem}.storefront-showcase__header,.storefront-showcase__title{gap:.42rem}.storefront-showcase__title h1{font-size:clamp(1.78rem,8vw,2.25rem);line-height:1.02}.storefront-showcase__title p{font-size:.94rem;line-height:1.55}.storefront-showcase__title small{font-size:.82rem;line-height:1.5}.storefront-showcase__summary{grid-template-columns:1fr;gap:.65rem}.storefront-showcase__summary-card{padding:.82rem .88rem}.storefront-showcase__summary-card strong{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.storefront-showcase__actions{display:grid;grid-template-columns:1fr;gap:.65rem}.storefront-showcase__actions .action-button{width:100%}.storefront-showcase__service-card{gap:.85rem}.storefront-showcase__spotlight{grid-template-columns:minmax(96px,108px) 1fr;gap:.75rem;border-radius:20px}.storefront-showcase__spotlight div{padding:.82rem .82rem .82rem 0}.storefront-showcase__spotlight strong{font-size:.96rem}.storefront-discovery-bar{top:calc(4.9rem + env(safe-area-inset-top));gap:.75rem;padding:.8rem;border-radius:22px}.search-field--storefront{min-height:3rem;padding-inline:.92rem}.category-list--storefront button{padding:.78rem .9rem;border-radius:16px}.storefront-featured-section__header h2,.storefront-products-section__header h2{font-size:1.5rem}.storefront-products-section__summary{padding:.85rem .95rem}.storefront-conversion-strip{margin-bottom:.5rem}.cart-summary-bar{left:.75rem;right:.75rem;bottom:calc(5.25rem + env(safe-area-inset-bottom));padding:.88rem .95rem;border-radius:22px}.storefront-feedback{bottom:calc(9.9rem + env(safe-area-inset-bottom))}.public-mobile-nav{left:.65rem;right:.65rem;bottom:calc(.55rem + env(safe-area-inset-bottom));padding:.45rem .45rem calc(.45rem + env(safe-area-inset-bottom));border-radius:22px}.public-mobile-nav a{min-height:3.3rem;font-size:.7rem}}@media(max-width:389px){.public-store-topbar__content{grid-template-columns:1fr}.public-store-topbar__brand small{-webkit-line-clamp:2}.public-store-topbar__actions{justify-items:stretch}.public-store-topbar__cart{width:100%}.storefront-discovery-bar{top:calc(7.1rem + env(safe-area-inset-top))}}@media(min-width:390px)and (max-width:699px){.storefront-showcase__summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.category-list--storefront{scroll-snap-type:x proximity;scroll-padding-inline:.25rem;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.category-list--storefront button{scroll-snap-align:start;transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.category-list--storefront button:active{transform:scale(.98)}.search-field--storefront{transition:box-shadow .22s ease,transform .22s ease,border-color .22s ease}.search-field--storefront:focus-within{transform:translateY(-1px);box-shadow:0 0 0 4px color-mix(in srgb,var(--store-accent, #ff6b2c) 10%,transparent)}.storefront-showcase__spotlight,.storefront-featured-card,.product-card,.cart-summary-bar,.product-modal,.public-store-topbar__cart,.cart-summary-bar__button{will-change:transform}.storefront-showcase__spotlight,.storefront-featured-card,.product-card,.public-store-topbar__cart,.cart-summary-bar__button{transition:transform .2s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease}.storefront-showcase__spotlight:active,.storefront-featured-card:active,.product-card:active,.public-store-topbar__cart:active,.cart-summary-bar__button:active{transform:scale(.985)}.product-card__cta,.product-card__details{transition:transform .18s ease,box-shadow .22s ease,background .22s ease}.product-card__cta:active,.product-card__details:active{transform:scale(.985)}.product-card--added{animation:storefront-card-added .56s cubic-bezier(.21,1,.34,1)}.cart-summary-bar--pulse{animation:storefront-cart-pulse .48s cubic-bezier(.22,1,.36,1)}.storefront-feedback{animation:storefront-feedback-in .28s cubic-bezier(.22,1,.36,1)}.modal-backdrop{animation:storefront-backdrop-in .22s ease}.product-modal{animation:storefront-sheet-in .3s cubic-bezier(.22,1,.36,1)}@media(hover:hover)and (pointer:fine){.category-list--storefront button:hover{transform:translateY(-1px);box-shadow:0 12px 22px #1d161114}.storefront-showcase__spotlight:hover,.storefront-featured-card:hover,.product-card:hover{transform:translateY(-2px)}.public-store-topbar__cart:hover,.cart-summary-bar__button:hover,.product-card__cta:hover,.product-card__details:hover{transform:translateY(-1px)}}@media(max-width:1023px){.category-list--storefront{scroll-padding-inline:.15rem}.public-store-topbar__cart,.cart-summary-bar__button,.product-card__cta,.product-card__details{touch-action:manipulation}.storefront-featured-card,.product-card{transform-origin:center}}@media(prefers-reduced-motion:reduce){.category-list--storefront button,.search-field--storefront,.storefront-showcase__spotlight,.storefront-featured-card,.product-card,.public-store-topbar__cart,.cart-summary-bar__button,.product-card__cta,.product-card__details,.storefront-feedback,.modal-backdrop,.product-modal,.cart-summary-bar--pulse,.product-card--added{animation:none!important;transition:none!important;transform:none!important}}@keyframes storefront-card-added{0%{transform:scale(.985)}55%{transform:scale(1.015)}to{transform:scale(1)}}@keyframes storefront-cart-pulse{0%{transform:scale(1)}45%{transform:scale(1.018)}to{transform:scale(1)}}@keyframes storefront-feedback-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes storefront-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes storefront-sheet-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1023px){.public-store-shell{background:radial-gradient(circle at top right,rgba(255,122,24,.16),transparent 22%),radial-gradient(circle at left 22%,rgba(255,94,0,.08),transparent 20%),linear-gradient(180deg,#f7f4ee,#f1ece4 52%,#f6f2eb)}.page-shell--public{gap:1.15rem}.storefront-showcase__cover{box-shadow:0 18px 36px #2218101f,inset 0 1px #ffffff38}.storefront-showcase__identity,.storefront-showcase__service-card,.storefront-discovery-bar,.storefront-featured-section,.storefront-products-section{background:#ffffffeb;border:1px solid rgba(17,24,39,.06);box-shadow:0 16px 34px #14141412}.storefront-discovery-bar{gap:.9rem;padding:.95rem;border-radius:28px;background:#fffffff0;box-shadow:0 14px 28px #1414140f,0 1px #ffffffa8 inset}.storefront-discovery-bar__categories{display:grid;gap:.78rem;padding:.95rem;border-radius:24px;border:1px solid rgba(17,24,39,.06);background:linear-gradient(180deg,#fff,#fbfaf8);box-shadow:0 10px 30px #0000000f}.storefront-discovery-bar__categories-header{display:flex;align-items:end;justify-content:space-between;gap:.75rem}.storefront-discovery-bar__categories-copy{display:grid;gap:.24rem}.storefront-discovery-bar__categories-copy .page-eyebrow{margin-bottom:0}.storefront-discovery-bar__categories-copy strong{color:#111827;font-size:1rem;line-height:1.2}.storefront-discovery-bar__hint{flex:0 0 auto;display:inline-flex;align-items:center;gap:.35rem;color:#f97316;font-size:.78rem;font-weight:800;letter-spacing:.01em;white-space:nowrap}.storefront-discovery-bar__rail-shell{position:relative;margin-inline:-.15rem;padding-inline:.15rem;overflow:hidden}.storefront-discovery-bar__fade{position:absolute;top:0;bottom:0;z-index:2;width:1.35rem;pointer-events:none}.storefront-discovery-bar__fade--left{left:0;background:linear-gradient(90deg,#fff 28%,#fff0)}.storefront-discovery-bar__fade--right{right:0;background:linear-gradient(270deg,#fff 28%,#fff0)}.search-field--storefront{border:1px solid rgba(17,24,39,.08);background:linear-gradient(180deg,#fff,#fcfbf8);box-shadow:0 10px 24px #0000000a}.search-field--storefront input{color:#111827}.search-field--storefront input::placeholder{color:#7a6f64}.category-list--storefront{gap:.78rem;padding-right:2.8rem;padding-bottom:.3rem}.category-list--storefront button{min-width:9.8rem;gap:.28rem;padding:.92rem 1rem;border-radius:20px;border:1px solid rgba(0,0,0,.08);background:#fff;color:#1f2937;box-shadow:0 4px 12px #0000000a}.category-list--storefront button.active{border-color:transparent;background:linear-gradient(135deg,#ff7a18,#ff5e00);color:#fff;box-shadow:0 8px 24px #ff5e0040,0 1px #ffffff38 inset;transform:translateY(-1px) scale(1.02)}.category-list--storefront .category-list__content{min-width:0}.category-list--storefront .category-list__content strong{color:inherit;font-size:.94rem;line-height:1.2}.category-list--storefront .category-list__content small{color:#5d6472;line-height:1.35}.category-list--storefront button.active .category-list__content small{color:#ffffffe0}.storefront-featured-section,.storefront-products-section{display:grid;gap:1rem;padding:1rem;border-radius:28px}.storefront-featured-section__header,.storefront-products-section__header{gap:.85rem}.storefront-featured-section__header h2,.storefront-products-section__header h2{color:#111827;font-size:1.54rem;letter-spacing:-.04em}.storefront-featured-section__header p,.storefront-products-section__header p{color:#5f6673}.storefront-products-section__summary{border:1px solid rgba(17,24,39,.06);border-radius:18px;background:linear-gradient(180deg,#fff,#fbfaf8)}.storefront-featured-card,.product-card,.storefront-conversion-card{border:1px solid rgba(17,24,39,.07);background:linear-gradient(180deg,#fff,#fefdfb);box-shadow:0 10px 30px #0000000f,0 1px #fffc inset}.product-card__meta{border:1px solid rgba(17,24,39,.05);background:linear-gradient(180deg,#faf8f5,#f6f1ea)}.product-card__eyebrow,.product-card__header p,.storefront-conversion-card p{color:#5f6673}.product-card__price-box strong,.storefront-featured-card__content b,.storefront-showcase__spotlight small{color:#d9480f}.storefront-conversion-card strong,.product-card__header h3,.storefront-featured-card__content strong{color:#101827}.storefront-conversion-card--accent{background:linear-gradient(145deg,#ff7a1824,#fffffffa);border-color:#ff7a1833}.public-mobile-nav{border:1px solid rgba(17,24,39,.08);background:#ffffffeb;box-shadow:0 18px 40px #0f172a29}.public-mobile-nav a{border:1px solid rgba(17,24,39,.05);background:linear-gradient(180deg,#fff,#f8f5f0);color:#1f2937;box-shadow:0 6px 18px #0f172a0f}.public-mobile-nav a.active{color:#fff;background:linear-gradient(135deg,#ff7a18,#ff5e00);box-shadow:0 12px 28px #ff5e0047}}@media(max-width:699px){.storefront-discovery-bar__categories-header{align-items:start;flex-direction:column}.storefront-discovery-bar__hint{font-size:.76rem}}@media(max-width:699px){.page-shell--public{padding-top:.72rem;padding-bottom:calc(7.75rem + env(safe-area-inset-bottom))}.storefront-shell{gap:.82rem}.storefront-discovery-bar{top:calc(4.72rem + env(safe-area-inset-top));gap:.62rem;padding:.72rem;border-radius:24px}.storefront-discovery-bar__categories{gap:.52rem;padding:.72rem;border-radius:20px}.storefront-discovery-bar__categories-header{flex-direction:row;align-items:center;justify-content:space-between;gap:.55rem}.storefront-discovery-bar__categories-copy{gap:.06rem}.storefront-discovery-bar__categories-copy .page-eyebrow{display:none}.storefront-discovery-bar__categories-copy strong{font-size:.92rem;line-height:1.15}.storefront-discovery-bar__hint{gap:.28rem;padding:.3rem .5rem;border-radius:999px;background:#ff7a1814;font-size:.72rem}.storefront-discovery-bar__fade{width:1rem}.search-field--storefront{min-height:2.85rem;padding-inline:.88rem}.category-list--storefront{gap:.55rem;padding-right:2.1rem;padding-bottom:.12rem}.category-list--storefront button{min-width:7.6rem;max-width:8.35rem;min-height:4.35rem;gap:.16rem;padding:.72rem .8rem;border-radius:18px}.category-list--storefront .category-list__content strong{display:-webkit-box;overflow:hidden;font-size:.86rem;line-height:1.14;-webkit-line-clamp:1;-webkit-box-orient:vertical}.category-list--storefront .category-list__content small{display:none}.storefront-featured-section,.storefront-products-section{gap:.82rem;padding:.9rem;border-radius:24px}.storefront-featured-section__header,.storefront-products-section__header{gap:.45rem}.storefront-featured-section__header h2,.storefront-products-section__header h2{font-size:1.46rem}.storefront-featured-section__header p,.storefront-products-section__header p{font-size:.88rem;line-height:1.45}.storefront-featured-section__offer{padding:.38rem .58rem;border-radius:999px;font-size:.74rem}.storefront-featured-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(84%,1fr);overflow-x:auto;gap:.78rem;padding-bottom:.15rem;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.storefront-featured-strip::-webkit-scrollbar{display:none}.storefront-featured-card{scroll-snap-align:start;border-radius:24px}.storefront-featured-card__media img{aspect-ratio:16 / 10}.storefront-featured-card__content{gap:.4rem;padding:.9rem}.storefront-featured-card__content strong{font-size:1.02rem}.storefront-featured-card__content p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.storefront-products-section__summary{justify-self:start;padding:.68rem .84rem;border-radius:16px}.product-grid--storefront{gap:.82rem}.product-card{border-radius:24px}.product-card__media img{aspect-ratio:6 / 5}.product-card__content{gap:.72rem;padding:.88rem}.product-card__header{gap:.72rem}.product-card__header h3{font-size:1.06rem}.product-card__header p{display:-webkit-box;overflow:hidden;font-size:.89rem;line-height:1.48;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__price-box{min-width:4.7rem}.product-card__price-box strong{font-size:1.08rem}.product-card__meta{padding:.72rem .78rem}.product-card__meta span{font-size:.85rem}.product-card__meta small{font-size:.78rem}.product-card__footer{gap:.72rem}.product-card__footer .tag-row{display:none}.product-card__actions{gap:.5rem}.product-card__details,.product-card__cta{min-height:2.8rem}.storefront-conversion-strip{gap:.72rem;margin-top:0;margin-bottom:.15rem}.storefront-conversion-card{padding:.88rem .92rem;border-radius:20px}.public-mobile-nav{left:.55rem;right:.55rem;bottom:calc(.45rem + env(safe-area-inset-bottom));padding:.3rem .3rem calc(.3rem + env(safe-area-inset-bottom));border-radius:20px;box-shadow:0 12px 28px #0f172a21}.public-mobile-nav a{min-height:2.85rem;gap:.18rem;padding:.42rem .28rem;border-radius:15px;font-size:.66rem}.public-mobile-nav--with-highlight a{font-size:.62rem}.cart-summary-bar{bottom:calc(4.65rem + env(safe-area-inset-bottom));padding:.82rem .88rem;border-radius:20px}.storefront-feedback{bottom:calc(8.6rem + env(safe-area-inset-bottom))}}@media(max-width:389px){.category-list--storefront button{min-width:7.1rem;max-width:7.6rem;padding-inline:.72rem}.storefront-featured-strip{grid-auto-columns:minmax(88%,1fr)}.product-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}
