: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}.media-upload-field{display:grid;gap:.75rem}.media-upload-field__label-row{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem}.media-upload-field__label-row>span{font-weight:700;color:var(--text)}.media-upload-field__surface{overflow:hidden;border-radius:var(--radius-md);border:1px dashed rgba(148,163,184,.4);background:#ffffff85}.media-upload-field__surface.has-image{border-style:solid}.media-upload-field__preview{display:block;width:100%;aspect-ratio:16 / 9;object-fit:cover}.media-upload-field__empty{min-height:168px;padding:1rem;display:grid;place-items:center;gap:.45rem;text-align:center;color:var(--muted)}.media-upload-field__empty strong{color:var(--text)}.media-upload-field__input{display:none}.media-upload-field__actions{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem}.media-upload-field__button-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem}.media-upload-field__remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.9rem;padding:.72rem .95rem;border-radius:999px;border:1px solid rgba(239,68,68,.18);background:#ef444414;color:#b91c1c;font-size:.92rem;font-weight:800;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.media-upload-field__remove:hover:not(:disabled){transform:translateY(-1px);background:#ef44441f;border-color:#ef444442;box-shadow:var(--shadow-soft)}.media-upload-field__remove:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.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}.search-field__filter-button{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;flex:none;border-radius:999px;border:1px solid transparent;background:transparent;color:inherit;transition:transform .16s ease,background .18s ease,border-color .18s ease,color .18s ease}.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}@media(max-width:900px){input,select,textarea,.search-field input,.search-field--storefront input,.search-field--compact input{font-size:16px}}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--options{align-items:start}.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}.page-shell--auth{min-height:100dvh;padding:clamp(1rem,3vw,2rem);background:radial-gradient(circle at top left,rgba(255,122,0,.12),transparent 22rem),radial-gradient(circle at bottom right,rgba(59,130,246,.08),transparent 26rem),linear-gradient(180deg,#05080d,#0a1018 62%,#060a10)}.auth-platform{width:min(1240px,100%);margin:0 auto;display:grid;gap:1.35rem}.auth-platform__layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:1.2rem;align-items:stretch}.auth-platform__brand-panel,.auth-login-card,.auth-platform__segments{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:32px;background:radial-gradient(circle at top right,rgba(255,122,0,.08),transparent 24rem),linear-gradient(180deg,#101621fa,#080c13fa);box-shadow:0 24px 60px #02061747}.auth-platform__brand-panel,.auth-login-card{min-height:100%}.auth-platform__brand-panel{display:grid;align-content:start;gap:1.1rem;padding:clamp(1.4rem,3vw,2.2rem)}.auth-platform__brand{display:grid;gap:.25rem}.auth-platform__brand-mark{color:#f8fafc;font-family:Sora,Arial,sans-serif;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:.95}.auth-platform__brand small,.auth-platform__badge,.auth-platform__segment-card li{letter-spacing:.08em;text-transform:uppercase}.auth-platform__brand small{color:#cbd5e1a3;font-size:.76rem;font-weight:800}.auth-platform__badge{width:fit-content;min-height:2rem;padding:.42rem .8rem;border-radius:999px;border:1px solid rgba(255,122,0,.18);background:#ff7a001f;color:#ff9d57;font-size:.74rem;font-weight:800}.auth-platform__hero-copy{display:grid;gap:.7rem;max-width:32rem}.auth-platform__hero-copy h1,.auth-login-card__copy h2,.auth-platform__segments-head h3,.auth-platform__segment-card strong{margin:0;color:#f8fafc}.auth-platform__hero-copy h1{font-size:clamp(2.2rem,5vw,4rem);line-height:.98}.auth-platform__hero-copy p,.auth-login-card__copy p,.auth-platform__segments-head p,.auth-platform__benefit-card p,.auth-platform__footnote,.auth-login-card__field span,.auth-login-card__check span,.auth-login-card__forgot,.auth-login-card__next-path{color:#cbd5e1c2}.auth-platform__hero-copy p,.auth-login-card__copy p,.auth-platform__segments-head p,.auth-platform__footnote{margin:0;font-size:1rem;line-height:1.55}.auth-platform__benefits{display:grid;gap:.9rem;margin-top:.2rem}.auth-platform__benefit-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;padding:.95rem 1rem;border-radius:22px;border:1px solid rgba(255,255,255,.06);background:#ffffff08}.auth-platform__benefit-icon,.auth-login-card__icon,.auth-platform__segment-icon{width:2.85rem;height:2.85rem;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;color:#ff9d57;background:#ff7a001f;box-shadow:inset 0 0 0 1px #ff7a001f}.auth-platform__benefit-card strong{color:#f8fafc;display:block;margin-bottom:.2rem;font-size:1rem}.auth-platform__benefit-card p{margin:0;font-size:.92rem;line-height:1.5}.auth-platform__login-panel{display:grid}.auth-login-card{display:grid;align-content:start;gap:1.1rem;padding:clamp(1.4rem,3vw,2rem)}.auth-login-card__icon{margin:0 auto;width:3.5rem;height:3.5rem;border-radius:20px}.auth-login-card__copy{display:grid;gap:.45rem;text-align:center}.auth-login-card__copy h2{font-size:clamp(1.45rem,2vw,1.8rem)}.auth-login-card__form{display:grid;gap:.95rem}.auth-login-card__field{gap:.5rem;color:#f8fafc}.auth-login-card__field span{font-size:.82rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.auth-login-card__field input{min-height:3.35rem;border-radius:18px;border-color:#ffffff14;background:#0c111bf0;color:#f8fafc}.auth-login-card__field input::placeholder{color:#cbd5e166}.auth-login-card__field input:focus{border-color:#ff7a0059;box-shadow:0 0 0 4px #ff7a001f}.auth-login-card__password-shell{position:relative}.auth-login-card__password-shell input{padding-right:3.5rem}.auth-login-card__password-toggle{position:absolute;top:50%;right:.65rem;transform:translateY(-50%);width:2.45rem;height:2.45rem;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;border:0;background:transparent;color:#cbd5e1b3}.auth-login-card__meta-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap}.auth-login-card__check{flex-direction:row;align-items:center;gap:.6rem;font-weight:700;cursor:pointer}.auth-login-card__check input{width:1rem;height:1rem;margin:0;accent-color:#ff7a00}.auth-login-card__check span,.auth-login-card__forgot,.auth-login-card__next-path{font-size:.88rem}.auth-login-card__forgot{text-decoration:none}.auth-login-card__forgot:hover{color:#ffb37a}.auth-login-card__submit.primary-button{min-height:3.4rem;margin-top:.15rem;border:0;box-shadow:0 18px 30px #ff5f1f3d}.auth-platform .helper-text--error{margin:0;padding:.82rem .9rem;border-radius:16px;border:1px solid rgba(239,68,68,.16);background:#7f1d1d33;color:#fecaca}.auth-login-card__next-path{margin:-.2rem 0 0}.auth-platform__segments{display:grid;gap:1rem;padding:clamp(1.2rem,2.6vw,1.8rem)}.auth-platform__segments-head{display:grid;gap:.35rem;max-width:38rem}.auth-platform__segments-head h3{font-size:clamp(1.3rem,2vw,1.7rem)}.auth-platform__segment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.auth-platform__segment-card{display:grid;gap:.9rem;padding:1rem;border-radius:24px;border:1px solid rgba(255,255,255,.06);background:#ffffff08}.auth-platform__segment-card strong{font-size:1.05rem}.auth-platform__segment-card ul{margin:0;padding:0;list-style:none;display:grid;gap:.5rem}.auth-platform__segment-card li{color:#e2e8f0bd;font-size:.74rem;font-weight:700;line-height:1.45}.auth-platform__footnote{font-size:.9rem}@media(max-width:900px){.page-shell--auth{padding:.85rem .85rem 1.2rem}.auth-platform__layout{grid-template-columns:1fr}.auth-platform__login-panel{order:-1}.auth-platform__brand-panel{gap:.95rem}.auth-platform__hero-copy h1{font-size:clamp(1.85rem,7vw,2.5rem)}.auth-platform__segment-grid{grid-template-columns:1fr}}@media(max-width:640px){.auth-platform{gap:.95rem}.auth-platform__brand-panel,.auth-login-card,.auth-platform__segments{border-radius:26px}.auth-platform__brand-panel,.auth-login-card,.auth-platform__segments{padding:1rem}.auth-platform__brand-mark{font-size:1.8rem}.auth-login-card{gap:.95rem}.auth-login-card__icon{width:3rem;height:3rem;border-radius:18px}.auth-login-card__copy h2{font-size:1.35rem}.auth-login-card__field input,.auth-login-card__submit.primary-button{min-height:3.15rem}.auth-platform__benefits,.auth-platform__segment-grid{gap:.75rem}.auth-platform__benefit-card,.auth-platform__segment-card{padding:.9rem}}.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{display:flex;flex-direction:column;gap:.75rem;width:min(1380px,calc(100% - 1.5rem));margin:0 auto;padding:.9rem 0 .15rem}.company-topbar__copy{display:grid;gap:.22rem}.company-topbar__copy h2{font-size:clamp(1.42rem,4vw,2.22rem);line-height:1.02}.company-topbar__copy p{margin:0;font-size:.9rem;color:var(--muted)}.company-topbar__status-row,.company-topbar__actions{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.company-topbar__logout{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;gap:.38rem;min-height:2.5rem;padding:.55rem .82rem;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#fffc;color:var(--muted-strong);transition:background .2s ease,border-color .2s ease,color .2s ease}.company-topbar__logout svg{flex:0 0 auto}.company-topbar__logout:hover{background:#ef444414;border-color:#ef44442e;color:#b91c1c}.company-topbar__logout span{font-size:.82rem;font-weight:700}.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-mini-stat--user{min-width:0}.company-mobile-nav,.public-mobile-nav{position:fixed;left:.75rem;right:.75rem;bottom:.75rem;z-index:40;display:grid;grid-template-columns:repeat(4,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__footer{margin-top:auto}.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:hover{background:#ffffff14}.company-sidebar__nav a.active{background:linear-gradient(135deg,#ff6b2cf5,#ff8b3df5);color:#fff}.company-sidebar__operation,.company-sidebar__account{display:grid;gap:.42rem;padding:.95rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0f,#ffffff08),#0c1119c7;box-shadow:0 16px 36px #02061733}.company-sidebar__operation span,.company-sidebar__account span{color:#fff9;font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.company-sidebar__operation strong,.company-sidebar__account strong{color:#fff;font-size:1rem;line-height:1.2}.company-sidebar__operation p,.company-sidebar__account p,.company-sidebar__account small{color:#ffffffad}.company-sidebar__account small{font-size:.8rem;word-break:break-word}.company-sidebar__operation .action-button--ghost{background:#ffffff0f;border-color:#ffffff14;color:#ffffffeb}.tables-ops-feedback{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#0f172aeb;color:#ffffffeb;box-shadow:0 18px 40px #0f172a29}.tables-ops-feedback--success{border-color:#10b98147}.tables-ops-feedback--danger{border-color:#ef444452}.restaurant-ops-strip,.restaurant-ops-strip__intro,.restaurant-ops-strip__card{border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#111827f5,#080c12fa);box-shadow:0 22px 48px #02061738}.restaurant-ops-strip{display:grid;gap:.95rem;margin-bottom:1rem;padding:1rem;border-radius:1.8rem}.restaurant-ops-strip__intro{display:grid;gap:.28rem;padding:1rem 1.05rem;border-radius:1.45rem;background:radial-gradient(circle at top right,rgba(255,122,24,.14),transparent 34%),linear-gradient(180deg,#181412fa,#0a0e16fa)}.restaurant-ops-strip__intro strong,.restaurant-ops-strip__card strong{color:#f8fafc}.restaurant-ops-strip__intro small,.restaurant-ops-strip__card small,.restaurant-ops-strip__card p{color:#cbd5e1bd}.restaurant-ops-strip__grid{display:grid;grid-template-columns:1fr;gap:.95rem}.restaurant-ops-strip__card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start;padding:1rem;border-radius:1.45rem;background:#0f172a8a}.restaurant-ops-strip__icon{display:inline-flex;align-items:center;justify-content:center;width:2.2rem;height:2.2rem;border-radius:999px;background:#ff7a1824;color:#ffb173;flex:none}.restaurant-ops-strip__card strong{display:block;margin-top:.16rem}.restaurant-ops-strip__card p{margin:.18rem 0 0}.tables-ops-create,.tables-ops-toolbar,.tables-ops-empty{margin-bottom:1rem}.tables-ops-create,.tables-ops-metric,.tables-ops-toolbar,.tables-ops-card,.tables-ops-empty{border:1px solid rgba(255,255,255,.08);border-radius:26px;background:linear-gradient(180deg,#182130f5,#101723f0),#0f172af0;color:#fffffff0;box-shadow:0 24px 48px #0f172a2e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.tables-ops-create{display:grid;gap:1.2rem;padding:1.2rem}.tables-ops-create__copy{display:grid;gap:.45rem}.tables-ops-create__copy strong{font-size:1.15rem;line-height:1.25}.tables-ops-create__copy p{color:#ffffffad;line-height:1.5}.tables-ops-create__form{display:grid;gap:.8rem}.tables-ops-create__form label{color:#ffffffeb}.tables-ops-create__form input{background:#090e18eb;color:#fff;border-color:#ffffff14}.tables-ops-create__actions{display:grid;gap:.75rem}.tables-ops-metrics{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.tables-ops-metric{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;padding:1rem 1.05rem}.tables-ops-metric__icon{width:3rem;height:3rem;display:grid;place-items:center;border-radius:18px;background:#ffffff14}.tables-ops-metric__icon--orange{color:#ff8c46;background:#ff7a0029}.tables-ops-metric__icon--teal{color:#34d399;background:#10b98129}.tables-ops-metric__icon--gold{color:#fbbf24;background:#f59e0b2e}.tables-ops-metric__icon--violet{color:#a78bfa;background:#8b5cf62e}.tables-ops-metric small,.tables-ops-card__identity p,.tables-ops-card__identity span,.tables-ops-card__stats small,.tables-ops-empty p{color:#ffffffad}.tables-ops-metric strong{display:block;margin:.22rem 0;font-size:clamp(1.6rem,3vw,2.15rem);line-height:1}.tables-ops-toolbar{display:grid;gap:.9rem;padding:1rem}.tables-ops-toolbar__group{min-width:0}.tables-ops-toolbar__group--search{display:grid;gap:.5rem}.search-field.tables-ops-toolbar__search{min-height:3.5rem;background:#090e18e6;border-color:#ffffff14;box-shadow:inset 0 1px #ffffff08}.search-field.tables-ops-toolbar__search svg{color:#fff9}.search-field.tables-ops-toolbar__search input{background:transparent;color:#fff;min-width:0;font-size:.96rem}.search-field.tables-ops-toolbar__search input::placeholder{color:#ffffff7a}.tables-ops-toolbar__helper{color:#ffffff8f;font-size:.78rem;line-height:1.3}.tables-ops-tabs{display:flex;flex-wrap:wrap;gap:.65rem}.tables-ops-tabs button{min-height:2.85rem;padding:.75rem 1rem;display:inline-flex;align-items:center;gap:.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fffc;font-weight:700;transition:transform .18s ease,background .18s ease,border-color .18s ease}.tables-ops-tabs button:hover,.tables-ops-status,.tables-ops-card__secondary-action,.tables-ops-menu summary{transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.tables-ops-tabs button:hover,.tables-ops-card:hover,.tables-ops-card__secondary-action:hover,.tables-ops-menu summary:hover{transform:translateY(-1px)}.tables-ops-tabs button.is-active{background:linear-gradient(135deg,#ff7a00f5,#ff6b2ce0);border-color:#ff8c466b;color:#fff;box-shadow:0 10px 24px #ff6b2c2e}.tables-ops-tabs button i{min-width:1.45rem;height:1.45rem;display:inline-flex;align-items:center;justify-content:center;padding-inline:.3rem;border-radius:999px;background:#ffffff14;color:inherit;font-size:.72rem;font-style:normal}.tables-ops-toolbar__sort{position:relative;display:flex;align-items:center;gap:.55rem;color:#ffffffb8;min-height:3.45rem}.tables-ops-toolbar__sort select{min-height:3.45rem;width:100%;padding-right:2.6rem;background:#090e18e6;border-color:#ffffff14;color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.tables-ops-toolbar__sort svg{position:absolute;right:1rem;pointer-events:none}.tables-ops-grid{display:grid;grid-template-columns:1fr;gap:1rem}.tables-ops-card{display:grid;gap:1rem;padding:1rem;overflow:hidden}.tables-ops-card__top,.tables-ops-card__identity,.tables-ops-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.tables-ops-card__identity{align-items:flex-start}.tables-ops-card__identity h3{font-size:1.3rem;line-height:1.05}.tables-ops-card__identity p{margin-top:.18rem}.tables-ops-card__identity span{text-align:right;font-size:.82rem;font-weight:700}.tables-ops-status{display:inline-flex;align-items:center;gap:.45rem;min-height:2rem;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);font-size:.78rem;font-weight:800}.tables-ops-status i{width:.55rem;height:.55rem;border-radius:999px;display:block}.tables-ops-status--active{color:#86efac;background:#10b9811f;box-shadow:0 0 0 1px #10b9811a inset}.tables-ops-status--active i{background:#22c55e}.tables-ops-status--attending{color:#fdba74;background:#f973161f}.tables-ops-status--attending i{background:#f97316}.tables-ops-status--free{color:#93c5fd;background:#3b82f61f}.tables-ops-status--free i{background:#3b82f6}.tables-ops-status--closing{color:#fca5a5;background:#ef44441f}.tables-ops-status--closing i{background:#ef4444}.tables-ops-card__qr{display:grid;place-items:center;padding:1rem;border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f4f6fb)}.tables-ops-card__qr .qr-preview{gap:0}.tables-ops-card__qr .qr-preview img{border-radius:18px;box-shadow:0 10px 22px #0f172a1f}.tables-ops-card__qr .qr-preview span{display:none}.tables-ops-card__access{display:grid;gap:.22rem;padding:.85rem .9rem;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.tables-ops-card__access small,.tables-ops-card__access span{color:#ffffffa3}.tables-ops-card__access strong{color:#f8fafc;font-size:.96rem;word-break:break-all}.tables-ops-card__access span{font-size:.76rem;word-break:break-all}.tables-ops-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.tables-ops-card__stats>div{display:grid;gap:.24rem;padding:.85rem .9rem;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.tables-ops-card__stats strong{font-size:.98rem;line-height:1.35}.tables-ops-card__primary-action.action-button{flex:1;grid-column:1 / -1;min-height:3.15rem}.tables-ops-card__footer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.72rem}.tables-ops-card__secondary-action{flex:1;min-height:3.15rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.75rem .95rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd6;font-weight:700}@media(max-width:639px){.tables-ops-card__footer{grid-template-columns:repeat(2,minmax(0,1fr))}}.tables-ops-menu{position:relative}.tables-ops-menu summary{width:2.7rem;height:2.7rem;display:grid;place-items:center;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd6;cursor:pointer;list-style:none}.tables-ops-menu summary::-webkit-details-marker{display:none}.tables-ops-menu[open] summary{background:#ff6b2c24;border-color:#ff6b2c38}.tables-ops-menu__panel{position:absolute;right:0;top:calc(100% + .55rem);z-index:5;min-width:11.5rem;display:grid;gap:.35rem;padding:.55rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#0b111bf5;box-shadow:0 18px 40px #02061747}.tables-ops-menu__panel button{display:inline-flex;align-items:center;gap:.55rem;min-height:2.7rem;padding:.7rem .8rem;border-radius:14px;background:transparent;color:#ffffffe0;text-align:left}.tables-ops-menu__panel button:hover{background:#ffffff0f}.tables-ops-menu__panel button.is-danger{color:#fca5a5}.tables-ops-empty{display:grid;justify-items:center;gap:.55rem;padding:1.6rem 1.2rem;text-align:center}.tables-ops-empty__icon{width:3.15rem;height:3.15rem;display:grid;place-items:center;border-radius:999px;background:#ffffff0f;color:#ff8c46}.tables-ops-mobile-cta{position:fixed;left:.75rem;right:.75rem;bottom:calc(6.2rem + env(safe-area-inset-bottom,0px));z-index:35}.menu-studio-v2__header-actions{display:flex;flex-wrap:wrap;gap:.75rem}.menu-studio-v2__metrics .metric-card{border-color:#ffffff14;background:linear-gradient(180deg,#182130f5,#101723f0),#0f172af0;color:#fffffff5;box-shadow:0 24px 48px #0f172a2e}.menu-studio-v2__metrics .metric-card span,.menu-studio-v2__metrics .metric-card p{color:#ffffffad}.menu-studio-v2__metric-card--orange strong,.menu-studio-v2__metric-card--orange span{color:#ffb183}.menu-studio-v2__metric-card--teal strong,.menu-studio-v2__metric-card--teal span{color:#7cead1}.menu-studio-v2__metric-card--rose strong,.menu-studio-v2__metric-card--rose span{color:#f7a3b2}.menu-studio-v2__metric-card--gold strong,.menu-studio-v2__metric-card--gold span{color:#ffd36a}.menu-studio-v2 .empty-state strong{color:#fffffff5}.menu-studio-v2 .empty-state p{color:#cbd5e1c2}.menu-studio-v2{display:grid;gap:1rem;padding:1rem;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top right,rgba(255,107,44,.1),transparent 24%),linear-gradient(180deg,#111827fa,#0c121dfa);box-shadow:0 24px 52px #0f172a33}.menu-studio-v2__tabs{display:flex;gap:.35rem;overflow-x:auto;padding-bottom:.15rem}.menu-studio-v2__tabs button{position:relative;min-height:3rem;padding:.8rem .2rem;margin-right:1.1rem;background:transparent;color:#ffffffa3;font-weight:700;white-space:nowrap}.menu-studio-v2__tabs button:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:transparent;transition:background .18s ease}.menu-studio-v2__tabs button.is-active{color:#fff}.menu-studio-v2__tabs button.is-active:after{background:linear-gradient(135deg,#ff7a18,#ff5e00)}.menu-studio-v2__panel{display:grid;gap:1rem}.menu-studio-v2__section-header{display:flex;flex-direction:column;gap:.9rem}.menu-studio-v2__section-header h3{color:#fff;font-size:1.28rem}.menu-studio-v2__section-header p{margin-top:.25rem;color:#ffffffad;line-height:1.55}.menu-studio-v2__toolbar{display:grid;gap:.8rem}.menu-studio-v2__search{background:#080c15e6;border-color:#ffffff14}.menu-studio-v2__search input{color:#fff}.menu-studio-v2__search input::placeholder{color:#ffffff73}.menu-studio-v2__toolbar select,.menu-studio-v2__drawer input,.menu-studio-v2__drawer select,.menu-studio-v2__drawer textarea{background:#080c15e6;border-color:#ffffff14;color:#fff}.menu-studio-v2__toolbar select{min-height:3rem}.menu-studio-v2__filter-toggle{min-height:3rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.75rem 1rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd1;font-weight:700}.menu-studio-v2__filter-toggle.is-active{border-color:#ff7a0047;background:#ff6b2c1f;color:#ffb183}.menu-studio-v2__products-grid,.menu-studio-v2__category-grid,.menu-studio-v2__option-grid,.menu-studio-v2__coupon-grid{display:grid;grid-template-columns:1fr;gap:1rem}.menu-studio-v2__product-card,.menu-studio-v2__category-card,.menu-studio-v2__option-card,.menu-studio-v2__coupon-card,.menu-studio-v2__preview-phone{overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#161e2cf5,#0c121df0),#0f172af0;box-shadow:0 22px 44px #0f172a2e}.menu-studio-v2__product-card{display:grid;gap:0}.menu-studio-v2__product-media{position:relative}.menu-studio-v2__product-media img{width:100%;aspect-ratio:16 / 11;object-fit:cover}.menu-studio-v2__product-badges{position:absolute;left:.9rem;top:.9rem;display:flex;flex-wrap:wrap;gap:.45rem}.menu-studio-v2__favorite-toggle{position:absolute;top:.9rem;right:.9rem;width:2.4rem;height:2.4rem;display:grid;place-items:center;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#080c15c7;color:#ffffffb8}.menu-studio-v2__favorite-toggle.is-active{color:#ffb183;background:#ff6b2c2e;border-color:#ff6b2c47}.menu-studio-v2__product-body{display:grid;gap:.9rem;padding:1rem}.menu-studio-v2__product-copy{display:grid;gap:.35rem}.menu-studio-v2__product-copy span,.menu-studio-v2__product-footer small,.menu-studio-v2__category-card p,.menu-studio-v2__option-card p,.menu-studio-v2__preview-copy p,.menu-studio-v2__preview-hero small,.menu-studio-v2__preview-products small,.menu-studio-v2__coupon-card p{color:#ffffffa8}.menu-studio-v2__product-copy strong,.menu-studio-v2__category-card strong,.menu-studio-v2__option-card strong,.menu-studio-v2__coupon-card strong{color:#fff}.menu-studio-v2__product-copy p{color:#ffffffb8;line-height:1.55}.menu-studio-v2__product-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.menu-studio-v2__product-footer b{display:block;margin-top:.2rem;color:#fff;font-size:1.1rem}.menu-studio-v2__product-options{max-width:13rem;color:#ffffff94;font-size:.8rem;line-height:1.45;text-align:right}.menu-studio-v2__product-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.menu-studio-v2__product-actions button,.menu-studio-v2__category-meta button,.menu-studio-v2__option-actions button{min-height:2.8rem;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.75rem .85rem;border-radius:16px;background:#ffffff0a;color:#ffffffd6;font-weight:700;text-align:center}.menu-studio-v2__product-actions button.is-danger{color:#fca5a5}.menu-studio-v2__category-card,.menu-studio-v2__option-card,.menu-studio-v2__coupon-card{display:grid;gap:.95rem;padding:1rem}.menu-studio-v2__category-top,.menu-studio-v2__coupon-top,.menu-studio-v2__option-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem}.menu-studio-v2__category-top{gap:.95rem}.menu-studio-v2__category-accent{width:.8rem;min-width:.8rem;min-height:3.6rem;border-radius:999px}.menu-studio-v2__category-meta,.menu-studio-v2__coupon-meta,.menu-studio-v2__option-stats{display:grid;gap:.7rem}.menu-studio-v2__category-meta{grid-template-columns:1fr auto;align-items:center}.menu-studio-v2__category-meta span{color:#ffffffad;font-weight:700}.menu-studio-v2__coupon-meta,.menu-studio-v2__option-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.menu-studio-v2__coupon-meta div,.menu-studio-v2__option-stats div{display:grid;gap:.25rem;padding:.8rem;border-radius:18px;background:#ffffff0a}.menu-studio-v2__coupon-meta small,.menu-studio-v2__option-stats small{color:#ffffff8c}.menu-studio-v2__linked-products{display:flex;flex-wrap:wrap;gap:.5rem}.menu-studio-v2__linked-products span{display:inline-flex;align-items:center;min-height:2.1rem;padding:.35rem .7rem;border-radius:999px;background:#ffffff0a;color:#ffffffbd;font-size:.8rem;font-weight:700}.menu-studio-v2__preview-shell{display:grid;gap:1rem}.menu-studio-v2__preview-copy{display:grid;gap:.7rem}.menu-studio-v2__preview-copy h3{color:#fff;font-size:1.35rem}.menu-studio-v2__preview-phone{padding:1rem}.menu-studio-v2__preview-hero,.menu-studio-v2__preview-products article{display:grid;gap:.4rem}.menu-studio-v2__preview-hero{padding:1rem;border-radius:24px;background:linear-gradient(135deg,#ff6b2c2e,#ffffff0a)}.menu-studio-v2__preview-hero strong{color:#fff;font-size:1.15rem}.menu-studio-v2__preview-categories{display:flex;gap:.6rem;overflow-x:auto;padding:.9rem 0 .2rem}.menu-studio-v2__preview-categories span{min-height:2.2rem;display:inline-flex;align-items:center;padding:.35rem .8rem;border-radius:999px;background:#ffffff0a;color:#ffffffb8;font-weight:700;white-space:nowrap}.menu-studio-v2__preview-categories span.is-active{background:linear-gradient(135deg,#ff7a18,#ff5e00);color:#fff}.menu-studio-v2__preview-products{display:grid;gap:.75rem;margin-top:.9rem}.menu-studio-v2__preview-products article{grid-template-columns:78px minmax(0,1fr);align-items:center;padding:.75rem;border-radius:20px;background:#ffffff0a}.menu-studio-v2__preview-products img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:16px}.menu-studio-v2__preview-products strong,.menu-studio-v2__preview-products b{color:#fff}.menu-studio-v2__drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:85;display:flex;align-items:stretch;justify-content:flex-end;padding:0;background:#02061794;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.menu-studio-v2__drawer{width:min(520px,100vw);height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);background:linear-gradient(180deg,#111827,#0b1220);border-left:1px solid rgba(255,255,255,.08);box-shadow:-18px 0 40px #0f172a42;color:#fff}.menu-studio-v2__drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem .95rem;border-bottom:1px solid rgba(255,255,255,.08)}.menu-studio-v2__drawer-header h2{margin-top:.35rem;font-size:1.45rem}.menu-studio-v2__drawer-header p,.menu-studio-v2__drawer label,.menu-studio-v2__drawer .helper-text,.menu-studio-v2__drawer .checkbox-row span,.menu-studio-v2__drawer .option-group-editor__option-footer,.menu-studio-v2__drawer .option-groups-editor__header small{color:#ffffffad}.menu-studio-v2__drawer-close{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:999px;background:#ffffff0f;color:#fff}.menu-studio-v2__drawer-body{min-height:0;padding:1rem;overflow-y:auto}.menu-studio-v2__drawer .option-group-editor,.menu-studio-v2__drawer .settings-choice-panel{border-color:#ffffff14;background:#ffffff0a;box-shadow:none}.menu-studio-v2__drawer .option-group-editor__identity strong,.menu-studio-v2__drawer .option-group-editor__options-head strong,.menu-studio-v2__drawer .option-group-editor__option-topbar strong,.menu-studio-v2__drawer .option-group-editor__required span{color:#fff}.menu-studio-v2__drawer .option-group-editor__eyebrow{background:#ff6b2c29;color:#ffb28b}.menu-studio-v2__drawer .option-group-editor__required,.menu-studio-v2__drawer .option-group-editor__rule-field,.menu-studio-v2__drawer .option-group-editor__option{border-color:#ffffff14;background:#0f172a8f}.menu-studio-v2__drawer .option-group-editor__remove{border-color:#f9731638;background:#f973161f;color:#ff9d66}.menu-studio-v2__drawer .option-group-editor__remove:hover{background:#f973162e;border-color:#f973164d}.menu-studio-v2__drawer .option-group-editor__add-option.action-button--secondary{background:#fffffff5;color:#111827;border-color:#fff3}.menu-studio-v2__import-panel,.menu-studio-v2__import-note,.menu-studio-v2__import-dropzone,.menu-studio-v2__import-feedback{border-radius:22px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#141c28f5,#0b111cf0),#0f172af0}.menu-studio-v2__import-panel,.menu-studio-v2__import-note,.menu-studio-v2__import-feedback{padding:1rem}.menu-studio-v2__import-copy{display:grid;gap:.3rem}.menu-studio-v2__import-copy strong,.menu-studio-v2__import-note strong,.menu-studio-v2__import-feedback strong{color:#f8fafc}.menu-studio-v2__import-copy p,.menu-studio-v2__import-note p,.menu-studio-v2__import-feedback p,.menu-studio-v2__import-errors{margin:0;color:#cbd5e1c7;line-height:1.5}.menu-studio-v2__import-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.menu-studio-v2__import-dropzone{position:relative;display:grid;gap:.38rem;padding:1rem;color:#f8fafc;cursor:pointer;text-align:left}.menu-studio-v2__import-dropzone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.menu-studio-v2__import-dropzone span{color:#94a3b8d1;font-size:.9rem}.menu-studio-v2__import-feedback.is-error{border-color:#f871713d;background:#7f1d1d2e}.menu-studio-v2__import-feedback.is-success{border-color:#34d3993d;background:#064e3b2e}.menu-studio-v2__import-errors{margin-top:.65rem;padding-left:1rem}.menu-studio-v2__import-errors li+li{margin-top:.28rem}.menu-studio-v2__toggle-grid{display:grid;gap:.75rem}.menu-studio-v2__toggle-card{display:grid;gap:.35rem;padding:.95rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;text-align:left;color:#ffffffe0}.menu-studio-v2__toggle-card span{color:#ffffff9e;font-size:.82rem;font-weight:700}.menu-studio-v2__toggle-card strong{color:#fff}.menu-studio-v2__toggle-card.is-active{border-color:#ff7a0047;background:#ff6b2c1f;box-shadow:0 0 0 1px #ff6b2c24 inset}.menu-studio-v2__drawer-footer{position:sticky;bottom:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.25rem;padding-top:1rem;background:linear-gradient(180deg,#0b122000,#0b1220f0 22%)}.menu-studio-v2__mobile-cta{position:fixed;left:.75rem;right:.75rem;bottom:calc(6.15rem + env(safe-area-inset-bottom,0px));z-index:34}.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){.input-grid--options{grid-template-columns:repeat(3,minmax(0,1fr))}.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;max-height:192px}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.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,.public-mobile-nav--with-highlight{grid-template-columns:repeat(4,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}.storefront-order-history-card{display:flex;flex-direction:column;align-self:stretch;width:100%;min-height:24rem}.storefront-order-history-card .action-row:last-child{margin-top:auto}.storefront-order-history-card__items{min-height:2.5rem;display:flex;align-items:center}.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-card--urgent{border-color:#f871716b;box-shadow:0 0 0 1px #f8717129,0 18px 38px #7f1d1d29}.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--desktop-only{display:none}.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__nav{min-width:0;display:flex;align-items:center;justify-content:center;gap:.55rem;flex-wrap:wrap}.public-store-topbar__nav a{display:inline-flex;align-items:center;gap:.48rem;min-height:2.75rem;padding:.7rem .92rem;border-radius:999px;border:1px solid rgba(19,23,34,.08);background:#ffffffb3;color:var(--muted);font-size:.86rem;font-weight:800;white-space:nowrap;transition:transform .16s ease,background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.public-store-topbar__nav a.active{color:color-mix(in srgb,var(--store-accent, #ff6b2c) 82%,#2f241e);border-color:color-mix(in srgb,var(--store-accent, #ff6b2c) 24%,#ffffff);background:linear-gradient(135deg,color-mix(in srgb,var(--store-accent, #ff6b2c) 14%,white),#fff);box-shadow:0 14px 24px #1d161114}.public-store-topbar__cart{min-height:3rem;box-shadow:0 16px 28px color-mix(in srgb,var(--store-accent, #ff6b2c) 28%,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% - 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);-webkit-backface-visibility:hidden;backface-visibility:hidden;isolation:isolate}.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}.storefront-products-section__summary span{transition:color .2s ease}.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__signal{display:flex;align-items:center;justify-content:flex-start;margin-top:-.1rem}.product-card__signal .tag-chip{background:#ff7a181a;color:color-mix(in srgb,var(--store-accent, #ff6b2c) 78%,#3f342d)}.product-card__signal .tag-chip--hot{background:linear-gradient(135deg,#ff7a1824,#ff5e0029);color:color-mix(in srgb,var(--store-accent, #ff6b2c) 88%,#ffffff);box-shadow:none}.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--desktop-only{display:block}.public-store-topbar{padding-top:1rem}.public-store-topbar__content{display:grid;grid-template-columns:minmax(0,auto) minmax(0,1fr) auto;align-items:center;padding-inline:1.2rem}.public-store-topbar__nav{padding-inline:.35rem}.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--desktop-only{display:none}.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__nav{display:none}.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:17 / 12}.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))}}.public-store-shell,.page-shell--public,.storefront-shell{overflow-x:clip}.public-mobile-nav a{position:relative;min-width:0}.public-mobile-nav a span{white-space:nowrap}.public-mobile-nav__count{position:absolute;top:.34rem;right:.5rem;min-width:1.15rem;height:1.15rem;display:grid;place-items:center;padding:0 .3rem;border-radius:999px;background:linear-gradient(135deg,var(--store-accent, #ff6b2c),#ff7a18);color:#fff;font-size:.66rem;font-weight:800;line-height:1;box-shadow:0 8px 18px color-mix(in srgb,var(--store-accent, #ff6b2c) 24%,transparent)}.storefront-product-skeletons{display:grid;gap:.8rem}.storefront-product-skeleton{display:grid;grid-template-columns:112px minmax(0,1fr);overflow:hidden;border-radius:22px;border:1px solid rgba(17,24,39,.08);background:linear-gradient(180deg,#fff,#fbfaf7);box-shadow:0 12px 26px #0f172a0f}.storefront-product-skeleton__media,.storefront-product-skeleton__line,.storefront-product-skeleton__button{position:relative;overflow:hidden;background:linear-gradient(90deg,#e2e8f0d1 25%,#f1f5f9fa,#e2e8f0d1 75%);background-size:220% 100%;animation:storefront-skeleton-shimmer 1.2s linear infinite}.storefront-product-skeleton__media{min-height:148px}.storefront-product-skeleton__body{display:grid;gap:.58rem;padding:.85rem .9rem}.storefront-product-skeleton__line{height:.8rem;border-radius:999px}.storefront-product-skeleton__line--short{width:48%}.storefront-product-skeleton__line--price{width:32%;height:1rem}.storefront-product-skeleton__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;margin-top:.1rem}.storefront-product-skeleton__button{height:2.55rem;border-radius:16px}.storefront-product-skeleton__button--accent{background:linear-gradient(90deg,#ff6a2cb8 25%,#ff9253f5,#ff6a2cb8 75%);background-size:220% 100%}@keyframes storefront-skeleton-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(min-width:700px){.storefront-product-skeletons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:699px){.public-store-topbar{padding-top:calc(.42rem + env(safe-area-inset-top))}.public-store-topbar__content{width:min(var(--page-max),calc(100% - .9rem));padding:.64rem .78rem;gap:.65rem;border-radius:20px}.public-store-topbar__brand{gap:.12rem}.public-store-topbar__brand .page-eyebrow{display:none}.public-store-topbar__brand strong{font-size:.94rem;line-height:1.16}.public-store-topbar__brand small{font-size:.72rem;line-height:1.3;-webkit-line-clamp:1}.public-store-topbar__status-row{margin-top:.08rem}.public-store-topbar__actions{display:none}.page-shell--public{width:min(var(--page-max),calc(100% - .9rem));padding-top:.64rem;padding-bottom:calc(9rem + env(safe-area-inset-bottom))}.storefront-shell{gap:.78rem;padding-bottom:.25rem}.storefront-showcase__cover{height:clamp(7.4rem,34vw,8.6rem);min-height:clamp(7.4rem,34vw,8.6rem);border-radius:24px 24px 16px 16px}.storefront-showcase__cover-copy{display:none}.storefront-showcase__panel{gap:.6rem;margin-top:-.3rem;padding-inline:.1rem}.storefront-showcase__identity{gap:.6rem;padding:.72rem .82rem;border-radius:22px}.storefront-showcase__avatar{width:2.75rem;height:2.75rem;margin-top:-1.05rem;border-width:3px;font-size:.86rem}.storefront-showcase__header,.storefront-showcase__title{gap:.28rem}.storefront-showcase__status-row{gap:.42rem}.storefront-showcase__title h1{font-size:clamp(1.28rem,6vw,1.68rem);line-height:1.08}.storefront-showcase__title p,.storefront-showcase__title small,.storefront-showcase__summary,.storefront-showcase__actions,.storefront-showcase__spotlight,.storefront-conversion-strip{display:none}.storefront-discovery-bar{top:calc(4.05rem + env(safe-area-inset-top));gap:.56rem;padding:.6rem;border-radius:20px}.search-field--storefront{min-height:2.65rem;padding-inline:.82rem;border-radius:16px}.storefront-discovery-bar__categories{gap:.42rem;padding:.58rem .62rem;border-radius:18px}.storefront-discovery-bar__categories-header{align-items:center;gap:.45rem}.storefront-discovery-bar__categories-copy strong{font-size:.84rem;line-height:1.12}.storefront-discovery-bar__hint{gap:.25rem;padding:.22rem .42rem;font-size:.68rem}.storefront-discovery-bar__fade{width:.86rem}.category-list--storefront{gap:.44rem;padding-right:1.45rem}.category-list--storefront button{min-width:6.9rem;max-width:7.45rem;min-height:3.35rem;gap:.14rem;padding:.56rem .7rem;border-radius:16px}.category-list--storefront .category-list__content strong{font-size:.8rem}.category-list--storefront .category-list__content small{display:none}.storefront-products-section{gap:.7rem;padding:.78rem;border-radius:22px}.storefront-products-section__header{gap:.35rem}.storefront-products-section__header h2{font-size:1.28rem}.storefront-products-section__header p{display:none}.storefront-products-section__summary{justify-self:start;padding:.54rem .72rem;border-radius:14px}.product-grid--storefront{gap:.72rem}.product-card{grid-template-columns:112px minmax(0,1fr);align-items:stretch;border-radius:22px}.product-card__media-button,.product-card__media,.product-card__media img{height:100%}.product-card__media img{aspect-ratio:auto;min-height:100%}.product-card__badges{gap:.32rem;padding:.54rem;max-width:calc(100% - .25rem)}.product-card__badges .tag-chip{padding:.28rem .46rem;border-radius:999px;background:#ffffffeb;color:#1f2937;font-size:.62rem;box-shadow:0 10px 16px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-card__badges .tag-chip--hot{background:linear-gradient(135deg,#ff7a18,#ff5e00);color:#fff}.product-card__content{gap:.55rem;padding:.74rem .76rem .76rem .72rem}.product-card__signal{margin-top:-.06rem}.product-card__signal .tag-chip{padding:.28rem .46rem;font-size:.66rem}.product-card__eyebrow{gap:.35rem;font-size:.66rem}.product-card__header{display:grid;gap:.28rem}.product-card__header h3{font-size:.98rem;line-height:1.12}.product-card__header p{display:-webkit-box;overflow:hidden;font-size:.82rem;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__price-box{min-width:0;text-align:left}.product-card__price-box strong{font-size:1rem}.product-card__meta,.product-card__footer .tag-row{display:none}.product-card__footer{gap:.55rem}.product-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.product-card__details,.product-card__cta{min-height:2.55rem;padding-inline:.68rem;font-size:.78rem}.storefront-product-skeleton{grid-template-columns:112px minmax(0,1fr)}.storefront-product-skeleton__media{min-height:132px}.public-mobile-nav{position:fixed;left:max(.55rem,env(safe-area-inset-left));right:max(.55rem,env(safe-area-inset-right));bottom:max(.45rem,env(safe-area-inset-bottom));z-index:55;padding:.34rem;border-radius:20px;border:1px solid rgba(17,24,39,.08);background:#ffffffeb;box-shadow:0 18px 34px #0f172a24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.public-mobile-nav a{min-height:2.86rem;gap:.12rem;padding:.42rem .24rem;border-radius:14px;font-size:.64rem}.public-mobile-nav--with-highlight a{font-size:.61rem}.public-mobile-nav__count{top:.3rem;right:.3rem;min-width:1.05rem;height:1.05rem;font-size:.6rem}.cart-summary-bar{left:max(.55rem,env(safe-area-inset-left));right:max(.55rem,env(safe-area-inset-right));bottom:calc(4.35rem + env(safe-area-inset-bottom));gap:.78rem;padding:.78rem .84rem;border-radius:18px}.cart-summary-bar__content strong{font-size:.88rem}.cart-summary-bar__content span{font-size:.74rem}.cart-summary-bar__button{min-height:2.7rem;padding-inline:.82rem;font-size:.8rem}.storefront-feedback{bottom:calc(7.7rem + env(safe-area-inset-bottom))}}@media(max-width:389px){.storefront-showcase__cover{height:clamp(7rem,36vw,8rem);min-height:clamp(7rem,36vw,8rem)}.storefront-discovery-bar{top:calc(4rem + env(safe-area-inset-top))}.product-card{grid-template-columns:104px minmax(0,1fr)}.product-card__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.public-mobile-nav a{font-size:.6rem}}.page-shell--public{padding-top:.7rem}.storefront-showcase__facts{display:grid;gap:.72rem}.storefront-showcase__fact{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:start;padding:.86rem .92rem;border-radius:18px;border:1px solid rgba(19,23,34,.06);background:linear-gradient(180deg,#faf8f4,#f4efe8)}.storefront-showcase__fact svg{margin-top:.12rem;color:color-mix(in srgb,var(--store-accent, #ff6b2c) 76%,#4a3a31)}.storefront-showcase__fact div{min-width:0;display:grid;gap:.18rem}.storefront-showcase__fact span{color:var(--muted);font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.storefront-showcase__fact strong{min-width:0;color:var(--text);font-size:.95rem;line-height:1.42;word-break:break-word}.storefront-discovery-bar{top:.9rem}@media(min-width:700px){.storefront-showcase__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1023px){.page-shell--public{padding-top:calc(.35rem + env(safe-area-inset-top))}.storefront-discovery-bar{background:#fffffff7;backdrop-filter:none;-webkit-backdrop-filter:none;top:calc(.4rem + env(safe-area-inset-top))}}@media(max-width:699px){.storefront-showcase__facts{gap:.52rem}.storefront-showcase__fact{gap:.55rem;padding:.74rem .78rem;border-radius:16px}.storefront-showcase__fact span{font-size:.68rem}.storefront-showcase__fact strong{font-size:.82rem;line-height:1.34}}.storefront-checkout-shell{display:grid;gap:.82rem;overflow-x:clip}.storefront-checkout-intro{display:grid;gap:.16rem;padding:.05rem 0 0}.storefront-checkout-intro h1{font-size:clamp(1.3rem,4vw,1.92rem);line-height:1.08;letter-spacing:-.04em;color:#101828}.storefront-checkout-intro p{max-width:52ch;color:#667085;line-height:1.44}.storefront-checkout-grid{align-items:start}.storefront-checkout-main,.storefront-checkout-side{gap:.72rem}.storefront-checkout-card{border-radius:24px;border:1px solid rgba(15,23,42,.06);background:linear-gradient(180deg,#fffffffa,#fafafcfa),#fff;box-shadow:0 14px 30px #0f172a0f}.storefront-checkout-card.section-card{padding:.88rem}.storefront-checkout-card .section-card__header{gap:.2rem;margin-bottom:.6rem}.storefront-checkout-card .section-card__header h2{font-size:.96rem;line-height:1.18}.storefront-checkout-card .section-card__header p{margin-top:0;color:#667085;font-size:.8rem;line-height:1.36}.storefront-progress-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:.72rem .8rem;border-radius:24px;border:1px solid rgba(15,23,42,.06);background:#ffffffeb;box-shadow:0 14px 34px #0f172a14;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.public-store-shell .storefront-checkout-card,.public-store-shell .storefront-order-preview__item,.public-store-shell .storefront-progress-steps,.public-store-shell .storefront-checkout-card.section-card,.public-store-shell .storefront-checkout-shell{background:#0f172aeb!important;color:var(--store-color-text-primary)!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 12px 28px #00000059!important}.public-store-shell .storefront-order-preview__item img{box-shadow:0 8px 18px #0009!important}.public-store-shell .storefront-order-preview__header strong,.public-store-shell .storefront-order-preview__header b{color:var(--store-color-text-primary)!important}.public-store-shell .storefront-order-preview__header p,.public-store-shell .storefront-order-preview__body small,.public-store-shell .storefront-checkout-card .section-card__header p{color:var(--store-color-text-secondary)!important}.storefront-progress-step{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.5rem}.storefront-progress-step__marker{width:1.85rem;height:1.85rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(148,163,184,.24);background:#f8fafcf5;color:#64748b;font-size:.82rem;font-weight:800;flex:none;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.storefront-progress-step__label{min-width:0;color:#667085;font-size:.78rem;font-weight:700;white-space:nowrap}.storefront-progress-step__line{width:100%;min-width:.9rem;height:2px;border-radius:999px;background:#94a3b83d}.storefront-progress-step--done .storefront-progress-step__marker{border-color:#ff7a1829;background:#ff7a181f;color:var(--orange-deep)}.storefront-progress-step--active .storefront-progress-step__marker{border-color:transparent;background:linear-gradient(135deg,#ff7a18,#ff5e00);color:#fff;transform:scale(1.02);box-shadow:0 8px 24px #ff5e003d}.storefront-progress-step--done .storefront-progress-step__label,.storefront-progress-step--active .storefront-progress-step__label{color:#101828}.storefront-progress-step--done .storefront-progress-step__line,.storefront-progress-step--active .storefront-progress-step__line{background:linear-gradient(90deg,#ff7a18c7,#ff5e005c)}.storefront-order-preview{display:grid;gap:.42rem}.storefront-order-preview__item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:.62rem;align-items:center;padding:.62rem;border-radius:18px;border:1px solid rgba(15,23,42,.05);background:#ffffffeb}.storefront-order-preview__item img{width:58px;height:58px;border-radius:15px;object-fit:cover;box-shadow:0 8px 18px #0f172a0f}.storefront-order-preview__body{display:grid;gap:.12rem}.storefront-order-preview__header{display:flex;gap:.52rem;align-items:flex-start;justify-content:space-between}.storefront-order-preview__header>div{min-width:0}.storefront-order-preview__header strong{display:block;color:#101828;font-size:.88rem;line-height:1.22}.storefront-order-preview__header p,.storefront-order-preview__body small{color:#667085;font-size:.72rem;line-height:1.32}.storefront-order-preview__header b{color:#101828;font-size:.84rem;white-space:nowrap}.storefront-order-preview--compact .storefront-order-preview__item{padding:.58rem}.storefront-order-preview--compact .storefront-order-preview__header strong,.storefront-order-preview--compact .storefront-order-preview__header p,.storefront-order-preview--compact .storefront-order-preview__body small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.storefront-total-stack{display:grid;gap:.46rem;margin-top:.6rem;padding-top:.7rem;border-top:1px solid rgba(15,23,42,.08)}.storefront-total-stack>div{display:flex;align-items:baseline;justify-content:space-between;gap:.85rem}.storefront-total-stack span{color:#667085;font-size:.8rem}.storefront-total-stack strong{color:#101828;font-size:.88rem}.storefront-total-stack__total{margin-top:.06rem;padding-top:.56rem;border-top:1px solid rgba(15,23,42,.08)}.storefront-total-stack__total span{font-size:.84rem;font-weight:700;color:#344054}.storefront-total-stack__total strong{color:var(--orange-deep);font-family:Sora,Arial,sans-serif;font-size:clamp(1.24rem,4vw,1.58rem);line-height:1.05}.storefront-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.storefront-trust-card{display:grid;gap:.45rem;align-content:start;padding:.9rem .85rem;border-radius:22px;border:1px solid rgba(15,23,42,.06);background:#fffffff0;box-shadow:0 14px 30px #0f172a0d}.storefront-trust-card__icon{width:2.1rem;height:2.1rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#ff7a181f,#ff5e0033);color:var(--orange-deep)}.storefront-trust-card strong{color:#101828;font-size:.9rem;line-height:1.28}.storefront-trust-card small{color:#667085;font-size:.76rem;line-height:1.45}.storefront-summary-meta,.inline-summary--checkout{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.storefront-summary-meta{margin-top:.78rem}.storefront-summary-meta span,.inline-summary--checkout span{display:inline-flex;align-items:center;gap:.38rem;padding:.48rem .72rem;border-radius:999px;background:#f8fafcf2;color:#475467;font-size:.78rem;font-weight:700}.storefront-inline-banner{padding:.58rem .72rem;border-radius:14px;font-size:.74rem;line-height:1.32}.storefront-inline-banner--neutral{background:#f8fafcf5;color:#475467}.storefront-checkout-cta-bar{display:grid;gap:.52rem;padding:.76rem .82rem;border-radius:22px;border:1px solid rgba(255,122,24,.12);background:linear-gradient(180deg,#fff7edfa,#fffffffa),#fff;box-shadow:0 18px 34px #0f172a14}.storefront-checkout-cta-bar__copy{display:grid;gap:.08rem}.storefront-checkout-cta-bar__copy strong{color:#101828;font-size:.94rem;line-height:1.16}.storefront-checkout-cta-bar__copy span{color:#667085;font-size:.76rem;line-height:1.32}.storefront-checkout-cta-bar__button{min-height:2.92rem;box-shadow:0 14px 24px #ff5e0033}.storefront-coupon-apply{gap:.65rem}.storefront-checkout-shell--event{gap:1rem}.storefront-event-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.storefront-event-hero__copy{display:grid;gap:.28rem}.storefront-event-hero__eyebrow{display:inline-flex;align-items:center;gap:.42rem;color:#e2e8f0e6;font-size:.88rem;font-weight:800;letter-spacing:.02em}.storefront-event-hero h1{margin:0;color:#f8fafc;font-size:clamp(1.4rem,4vw,2.2rem);line-height:1.04;letter-spacing:-.05em}.storefront-event-hero__switch.action-button{border-color:#ffffff1a;background:#0f172a85;color:#e2e8f0}.storefront-event-grid{align-items:start}.storefront-event-panel{border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#111827fa,#0b0f17fa),#0b0f17;box-shadow:0 24px 60px #02061757}.storefront-event-panel.section-card{padding:1rem}.storefront-event-panel .section-card__header h2,.storefront-event-panel strong,.storefront-event-panel b{color:#f8fafc}.storefront-event-panel .section-card__header p,.storefront-event-panel small,.storefront-event-panel p,.storefront-event-panel span{color:#94a3b8}.storefront-event-alert{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start;padding:.95rem 1rem;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#0f172ab8;box-shadow:0 18px 46px #02061742;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.storefront-event-alert__icon{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ff7a181f;color:#ff7a00;flex:none}.storefront-event-alert__copy{display:grid;gap:.16rem}.storefront-event-alert__copy strong{color:#f8fafc;font-size:.94rem;line-height:1.36}.storefront-event-alert__copy small{color:#94a3b8;font-size:.78rem;line-height:1.4}.storefront-event-table-select{display:grid;gap:.52rem}.storefront-event-table-select span{color:#e2e8f0;font-size:.86rem;font-weight:700}.storefront-event-table-select select,.storefront-event-notes textarea,.storefront-event-panel .storefront-checkout-split select,.storefront-event-panel .storefront-checkout-split input{border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#0f172ae6;color:#f8fafc;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.storefront-event-table-select select{min-height:3.25rem;padding-inline:.9rem}.storefront-event-table-select select option,.storefront-event-panel .storefront-checkout-split select option,.public-store-shell select option{background-color:#0f172afa!important;color:#f8fafc!important}.storefront-event-table-select select::-ms-expand,.public-store-shell select::-ms-expand{display:none}.public-store-shell select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.storefront-event-item{border:1px solid rgba(15,23,42,.08);background:#fffffffa;box-shadow:0 12px 28px #0f172a0f}.storefront-event-item .cart-item__header strong{color:#101828}.storefront-event-item .cart-item__header b{color:#ff7a00}.storefront-event-item .cart-item__header p,.storefront-event-item .cart-item__body small{color:#667085}.storefront-event-item .cart-item__footer{align-items:center;gap:.6rem}.storefront-event-item .icon-link{color:#c62828}.storefront-event-item .quantity-stepper{border-color:#0f172a14;background:#f8fafcf5}.storefront-event-item .quantity-stepper button,.storefront-event-item .quantity-stepper span{color:#101828}.storefront-event-item__remove{display:inline-flex;align-items:center;gap:.32rem;min-height:2.1rem;padding:.42rem .72rem;border:1px solid rgba(239,68,68,.2);border-radius:999px;background:#fee2e2e6;color:#b42318;font-size:.74rem;font-weight:700}.storefront-event-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.78rem}.storefront-event-meta-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.72rem;align-items:center;padding:.95rem;border-radius:20px;border:1px solid rgba(255,255,255,.07);background:#0f172ab8}.storefront-event-meta-card__icon{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ff7a181f;color:#ff7a00}.storefront-event-meta-card div{display:grid;gap:.15rem}.storefront-event-meta-card small{color:#94a3b8;font-size:.76rem}.storefront-event-meta-card strong{color:#f8fafc;font-size:.94rem}.storefront-event-notes{display:grid;gap:.55rem}.storefront-event-notes textarea{min-height:112px;padding:.95rem 1rem;resize:vertical}.storefront-event-notes__counter{justify-self:end;color:#94a3b8;font-size:.72rem}.storefront-event-panel .storefront-checkout-split input[readonly]{background:#0f172ae6;color:#f8fafc}.storefront-event-panel .storefront-order-preview__item{border-color:#ffffff0f;background:#0f172ab8;box-shadow:none}.storefront-event-panel .storefront-order-preview__header strong,.storefront-event-panel .storefront-order-preview__header b{color:#f8fafc}.storefront-event-panel .storefront-order-preview__header p,.storefront-event-panel .storefront-order-preview__body small{color:#94a3b8}.storefront-event-panel .storefront-inline-banner--neutral{background:#0f172adb;color:#cbd5e1}.storefront-total-stack--event{border-top-color:#ffffff14}.storefront-total-stack--event span{color:#94a3b8}.storefront-total-stack--event strong{color:#f8fafc}.storefront-total-stack--event .storefront-total-stack__total{border-top-color:#ffffff14}.storefront-total-stack--event .storefront-total-stack__total span{color:#e2e8f0}.storefront-total-stack--event .storefront-total-stack__total strong{color:#ff7a00}.storefront-checkout-cta-bar--event{border-color:#ffffff14;background:linear-gradient(180deg,#111827f5,#0b0f17fa),#0b0f17;box-shadow:0 22px 54px #0206175c}.storefront-checkout-cta-bar--event .storefront-checkout-cta-bar__copy strong{color:#f8fafc}.storefront-checkout-cta-bar--event .storefront-checkout-cta-bar__copy span{color:#94a3b8}.storefront-event-cta__button.action-button{min-height:3.45rem;border-radius:18px;font-size:.95rem;box-shadow:0 18px 34px #ff7a1847}@media(min-width:1024px){.storefront-event-side{position:sticky;top:1rem}}.storefront-coupon-apply .action-button{min-height:3rem}.search-field--compact{min-height:3rem;padding-inline:.85rem}.search-field--compact input{min-height:2.1rem}.storefront-service-selector,.storefront-payment-selector{gap:.7rem}.storefront-service-selector button,.storefront-payment-selector button{min-height:4.35rem;padding:.85rem .9rem;border-radius:20px;border:1px solid rgba(15,23,42,.08);background:#fffffffa;box-shadow:0 10px 24px #0f172a0a;text-align:left}.storefront-service-selector button.active,.storefront-payment-selector button.active{border-color:transparent;background:linear-gradient(135deg,#ff7a18f5,#ff5e00eb);color:#fff;box-shadow:0 14px 28px #ff5e002e}.storefront-service-selector button.active span,.storefront-payment-selector button.active small{color:#ffffffd1}.storefront-input-grid,.storefront-coupon-apply,.storefront-payment-selector,.storefront-service-selector{gap:.7rem}.public-store-shell .storefront-service-selector button,.public-store-shell .storefront-payment-selector button{background:#0f172a8f!important;color:var(--store-color-text-primary)!important;border:1px solid rgba(255,255,255,.06)!important;box-shadow:0 6px 14px #00000073!important}.public-store-shell .storefront-service-selector button:not(.active),.public-store-shell .storefront-payment-selector button:not(.active){opacity:.95}.public-store-shell .storefront-service-selector small,.public-store-shell .storefront-payment-selector small,.public-store-shell .storefront-service-selector span,.public-store-shell .storefront-payment-selector span{color:var(--store-color-text-secondary)!important}.public-store-shell .storefront-checkout-split input[readonly]{background:#0f172a99!important;color:var(--store-color-text-primary)!important;font-weight:700}.storefront-checkbox-row{margin-top:.8rem}.storefront-checkout-address{display:grid;gap:.78rem;padding:.92rem;border-radius:22px;border:1px solid rgba(15,23,42,.08);background:#f8fafceb}.storefront-checkout-address__intro{display:grid;gap:.12rem}.storefront-checkout-address__intro strong{color:#101828;font-size:.9rem;line-height:1.2}.storefront-checkout-address__intro p{margin:0;color:#667085;font-size:.76rem;line-height:1.45}.storefront-checkout-address__grid{gap:.7rem}.storefront-cep-lookup{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem;align-items:end}.storefront-cep-lookup__field{min-width:0}.storefront-cep-lookup__button{min-height:3.18rem;padding:0 1rem;border:1px solid rgba(15,23,42,.08);border-radius:17px;background:#101828;color:#f8fafc;font-size:.82rem;font-weight:800;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;gap:.42rem;box-shadow:0 12px 24px #0f172a1f;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.storefront-cep-lookup__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 28px #0f172a29}.storefront-cep-lookup__button:disabled{opacity:.58;box-shadow:none;cursor:not-allowed}.storefront-cep-lookup__spinner{animation:storefront-cep-spin .8s linear infinite}.storefront-cep-status{padding:.72rem .84rem;border-radius:16px;font-size:.76rem;font-weight:700;line-height:1.42}.storefront-cep-status--idle{background:#fffffff5;color:#667085}.storefront-cep-status--loading{background:#fff7edf0;color:#c2410c}.storefront-cep-status--success{background:#ecfdf3f5;color:#067647}.storefront-cep-status--error{background:#fef2f2f5;color:#b42318}.storefront-checkout-split{align-items:end}.storefront-checkout-split input[readonly]{color:#101828;font-weight:700;background:#f8fafcf5}.cart-list--compact{gap:.56rem}.cart-item--checkout{grid-template-columns:72px minmax(0,1fr);gap:.66rem;padding:.64rem;border-radius:18px;border:1px solid rgba(15,23,42,.06);background:#fffffff5;box-shadow:0 10px 22px #0f172a0a}.cart-item--checkout img{width:72px;height:72px;border-radius:15px;aspect-ratio:1;object-fit:cover}.cart-item--checkout .cart-item__body{gap:.46rem}.cart-item--checkout .cart-item__header strong{font-size:.88rem;line-height:1.22}.cart-item--checkout .cart-item__header p,.cart-item--checkout .cart-item__body small{color:#667085;font-size:.72rem;line-height:1.32}.cart-item--checkout .cart-item__header b{color:#101828;font-size:.86rem}.quantity-stepper--storefront-checkout{gap:.6rem;padding:.25rem .35rem;background:#f8fafcf2}.quantity-stepper--storefront-checkout button{width:1.82rem;height:1.82rem}.storefront-checkout-shell textarea{min-height:102px}.storefront-checkout-shell .icon-link{color:#f04438}.storefront-checkout-shell .helper-text{margin-top:.5rem}@keyframes storefront-cep-spin{to{transform:rotate(360deg)}}@media(min-width:700px){.storefront-checkout-grid{grid-template-columns:1.08fr .92fr;gap:1rem}.storefront-checkout-side{position:sticky;top:1rem}.storefront-checkout-cta-bar{margin-top:.2rem}}@media(max-width:699px){.storefront-checkout-shell{gap:.7rem;padding-bottom:calc(9.8rem + env(safe-area-inset-bottom))}.storefront-progress-steps{position:sticky;top:calc(.35rem + env(safe-area-inset-top));z-index:44;padding:.62rem .72rem;border-radius:20px}.storefront-progress-step{gap:.34rem}.storefront-progress-step__marker{width:1.7rem;height:1.7rem;font-size:.78rem}.storefront-progress-step__label{font-size:.72rem}.storefront-checkout-intro{gap:.12rem;padding-inline:0}.storefront-checkout-intro h1{font-size:clamp(1.18rem,6vw,1.52rem)}.storefront-checkout-card.section-card{padding:.76rem;border-radius:20px}.storefront-checkout-card .section-card__header{gap:.14rem;margin-bottom:.48rem}.storefront-checkout-card .section-card__header h2{font-size:.9rem}.storefront-order-preview__item{grid-template-columns:52px minmax(0,1fr);gap:.54rem;padding:.54rem;border-radius:16px}.storefront-order-preview__item img{width:52px;height:52px;border-radius:14px}.storefront-order-preview__header{gap:.42rem}.storefront-order-preview__header strong{font-size:.82rem}.storefront-order-preview__header p,.storefront-order-preview__body small{font-size:.68rem}.storefront-order-preview__header b{font-size:.8rem}.storefront-total-stack{gap:.38rem;margin-top:.52rem;padding-top:.58rem}.storefront-total-stack span{font-size:.76rem}.storefront-total-stack strong{font-size:.82rem}.storefront-total-stack__total strong{font-size:1.34rem}.cart-item--checkout{grid-template-columns:64px minmax(0,1fr);gap:.56rem;padding:.56rem;border-radius:16px}.cart-item--checkout img{width:64px;height:64px;border-radius:14px}.cart-item--checkout .cart-item__header{gap:.42rem}.cart-item--checkout .cart-item__header strong{font-size:.84rem}.cart-item--checkout .cart-item__header p,.cart-item--checkout .cart-item__body small{font-size:.68rem}.quantity-stepper--storefront-checkout{gap:.45rem}.quantity-stepper--storefront-checkout button{width:1.7rem;height:1.7rem}.storefront-service-selector button,.storefront-payment-selector button{min-height:3.85rem;padding:.76rem .78rem;border-radius:18px}.storefront-service-selector strong{font-size:.88rem}.storefront-service-selector span,.storefront-payment-selector small{font-size:.72rem;line-height:1.35}.storefront-checkout-shell textarea{min-height:92px}@media print{body,html{background:#fff!important;color:#000!important}*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}header,nav,footer,.page-footer,.waiter-ops__topbar,.waiter-ops__aside,.waiter-ops__table-list,.waiter-ops__filter-tabs,.waiter-ops__topbar-actions,.action-row,.storefront-checkout-cta-bar,.storefront-event-hero__switch,.storefront-event-panel--table-switch,.storefront-event-notes,.storefront-service-selector,.storefront-payment-selector,.storefront-event-panel--split select,.storefront-event-panel--split input,.cart-item__footer,button,input,select,textarea,.icon-link,.storefront-event-notes__counter,.waiter-ops__topbar-menu,.waiter-ops__topbar-menu-panel,details{display:none!important}.content-grid,.stack-column,.waiter-ops,.waiter-ops__panel,.section-card,.storefront-checkout-shell,.storefront-event-panel,.waiter-ops__selected-top,.storefront-event-panel--summary{width:100%!important;max-width:100%!important;margin:0!important;padding:.25rem!important;border:none!important;box-shadow:none!important}.section-card{page-break-inside:avoid!important}}.storefront-checkout-cta-bar{position:fixed;left:max(.7rem,env(safe-area-inset-left));right:max(.7rem,env(safe-area-inset-right));bottom:calc(4.55rem + env(safe-area-inset-bottom));z-index:56;gap:.46rem;padding:.64rem .7rem;border-radius:20px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.storefront-checkout-cta-bar__copy strong{font-size:.88rem}.storefront-checkout-cta-bar__button{min-height:2.86rem;font-size:.84rem}.storefront-event-hero{flex-direction:column;align-items:stretch}.storefront-event-hero__switch.action-button{width:100%}.storefront-event-meta-grid{grid-template-columns:1fr}.storefront-event-cta__button.action-button{min-height:3.1rem;font-size:.88rem}.public-mobile-nav{padding:.3rem;border-radius:18px;background:#fffffff0;box-shadow:0 18px 36px #0f172a24}.public-mobile-nav a{min-height:2.72rem;border-radius:14px}.public-mobile-nav a.active{box-shadow:0 12px 24px #ff6b2c29}}@media(max-width:389px){.storefront-trust-grid{grid-template-columns:1fr}.storefront-progress-step__label{font-size:.68rem}}@media print{@page{size:80mm auto;margin:2mm}body *{visibility:hidden!important}html,body{background:#fff!important;color:#000!important;width:80mm!important;min-width:80mm!important;margin:0!important;padding:0!important;font-family:Courier New,Courier,monospace!important;font-size:11px!important;line-height:1.25!important}*{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important;filter:none!important}.orders-ops__drawer-shell,.orders-ops__drawer-shell *,.waiter-ops__panel--selected,.waiter-ops__panel--selected *,.waiter-ops__drawer,.waiter-ops__drawer *{visibility:visible!important}.waiter-ops--drawer-open .waiter-ops__panel--selected,.waiter-ops--drawer-open .waiter-ops__panel--selected *{visibility:hidden!important}img,nav,aside,header,footer,button,input,select,textarea,.page-footer,.company-shell__sidebar,.orders-ops__header,.orders-ops__board,.orders-ops__drawer-close,.orders-ops__drawer-actions,.orders-ops__drawer-placeholder,.waiter-ops__topbar,.waiter-ops__column--tables,.waiter-ops__column--catalog,.waiter-ops__secondary-actions,.waiter-ops__selected-footer,.waiter-ops__order-tabs,.action-row,.icon-button,.icon-link,.timeline{display:none!important}.page-shell,.page-shell--company,.orders-ops,.orders-ops__drawer,.orders-ops__drawer-shell,.orders-ops__drawer-body,.waiter-ops,.waiter-ops__column--orders,.waiter-ops__panel--selected,.waiter-ops__selected-top,.waiter-ops__draft-card,.waiter-ops__orders-section,.waiter-ops__service-note,.orders-ops__drawer-hero,.orders-ops__detail-block,.section-card{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important}.orders-ops__drawer,.orders-ops__drawer-shell,.waiter-ops__panel--selected{position:absolute!important;inset:auto!important;overflow:visible!important;min-height:0!important;height:auto!important}.orders-ops__drawer-shell,.waiter-ops__panel--selected{width:72mm!important;max-width:72mm!important;padding:0!important}.orders-ops__drawer-header,.orders-ops__print-ticket,.orders-ops__drawer-hero,.orders-ops__detail-block,.waiter-ops__selected-top,.waiter-ops__draft-card,.waiter-ops__orders-section,.waiter-ops__service-note{margin:0 0 2mm!important;padding:0 0 2mm!important;border-bottom:1px dashed #000!important;page-break-inside:avoid!important}.orders-ops__drawer-header .page-eyebrow,.waiter-ops__selected-copy .page-eyebrow{display:block!important;margin:0 0 1mm!important;font-size:9px!important;font-weight:700!important;letter-spacing:.04em!important}.orders-ops__drawer-header h2,.waiter-ops__title-row h2{margin:0 0 1mm!important;font-size:16px!important;line-height:1.15!important;font-weight:700!important}.orders-ops__drawer-header p,.orders-ops__print-ticket small,.waiter-ops__selected-helper,.waiter-ops__section-header p{margin:0!important;font-size:10px!important;line-height:1.25!important}.orders-ops__drawer-pills,.waiter-ops__selected-meta{display:flex!important;flex-wrap:wrap!important;gap:1mm!important;margin-top:1mm!important}.orders-ops__status-pill,.orders-ops__payment-pill,.waiter-ops__table-status,.waiter-ops__selected-meta span{display:inline-block!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;font-size:10px!important;font-weight:700!important;background:transparent!important}.orders-ops__summary-grid{display:grid!important;grid-template-columns:1fr!important;gap:1mm!important}.orders-ops__summary-item{display:grid!important;grid-template-columns:28mm 1fr!important;gap:2mm!important;padding:0!important;border:0!important;border-radius:0!important}.orders-ops__summary-item span,.orders-ops__summary-item strong,.orders-ops__detail-block-header h3,.orders-ops__detail-block-header small,.waiter-ops__section-header h3,.waiter-ops__section-header strong,.waiter-ops__selected-total small,.waiter-ops__selected-total strong{font-size:11px!important;line-height:1.25!important;text-transform:none!important;letter-spacing:0!important}.orders-ops__detail-block-header,.waiter-ops__section-header,.waiter-ops__title-row,.waiter-ops__order-card-top,.waiter-ops__order-card-total,.orders-ops__item-row,.orders-ops__totals>div,.waiter-ops__order-item{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:2mm!important}.orders-ops__item-list,.orders-ops__totals,.waiter-ops__orders-list,.waiter-ops__order-card-items{display:grid!important;gap:1.5mm!important;max-height:none!important;overflow:visible!important;padding:0!important}.orders-ops__item-row>div,.waiter-ops__order-item>div,.waiter-ops__order-card-top>div{min-width:0!important;flex:1 1 auto!important}.orders-ops__item-row strong,.waiter-ops__order-item span,.waiter-ops__order-card-top strong{display:block!important;font-size:11px!important;line-height:1.2!important;font-weight:700!important}.orders-ops__item-row small,.waiter-ops__order-item small,.waiter-ops__order-card-top p{display:block!important;margin-top:.5mm!important;font-size:10px!important;line-height:1.2!important}.orders-ops__item-row b,.waiter-ops__order-item strong,.waiter-ops__order-card-total strong,.orders-ops__totals strong,.orders-ops__totals-total strong,.waiter-ops__selected-total strong{white-space:nowrap!important;font-size:11px!important;font-weight:700!important}.orders-ops__totals-total,.waiter-ops__selected-total,.waiter-ops__order-card-total{padding-top:1mm!important;border-top:1px solid #000!important}.orders-ops__note-banner,.waiter-ops__draft-empty,.waiter-ops__catalog-notice,.waiter-ops__service-note,.waiter-ops__order-card,.orders-ops__summary-item,.orders-ops__print-ticket{background:transparent!important;border:0!important;padding:0!important;border-radius:0!important}.orders-ops__drawer-hero,.orders-ops__detail-block--timeline,.waiter-ops__draft-empty .action-button,.waiter-ops__draft-empty button{display:none!important}}.storefront-showcase__mobile-meta{display:none}@media(max-width:699px){.page-shell--public{width:min(var(--page-max),calc(100% - .78rem));padding-top:.5rem;padding-bottom:calc(8.2rem + env(safe-area-inset-bottom));gap:.72rem}.storefront-shell{gap:.66rem}.storefront-showcase{gap:.42rem}.storefront-showcase__cover{position:relative;height:clamp(7.5rem,31vw,8rem);min-height:clamp(7.5rem,31vw,8rem);border-radius:22px 22px 14px 14px;overflow:hidden}.storefront-showcase__cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0d121c0f,#0d121c4d);pointer-events:none}.storefront-showcase__cover img{object-position:center 44%;transform:scale(1.02)}.storefront-showcase__panel{gap:.48rem;margin-top:-.12rem;padding-inline:0}.storefront-showcase__identity{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.54rem .7rem;padding:.64rem .72rem;border-radius:18px;box-shadow:0 10px 24px #0f172a0f}.storefront-showcase__avatar{width:2.28rem;height:2.28rem;margin-top:-.82rem;border-width:3px;font-size:.76rem;box-shadow:0 10px 18px #0f172a1f}.storefront-showcase__header,.storefront-showcase__title{gap:.14rem}.storefront-showcase__title h1{font-size:clamp(1.08rem,5.4vw,1.34rem);line-height:1.06;letter-spacing:-.035em}.storefront-showcase__title p,.storefront-showcase__title small,.storefront-showcase__status-row,.storefront-showcase__facts,.storefront-showcase__actions,.storefront-showcase__spotlight,.storefront-conversion-strip{display:none}.storefront-showcase__mobile-meta{min-width:0;display:grid;gap:.34rem}.storefront-showcase__mobile-status{display:flex;flex-wrap:wrap;align-items:center;gap:.32rem}.storefront-showcase__mobile-status .status-badge{padding:.28rem .54rem;font-size:.67rem}.storefront-showcase__mobile-status .tag-chip{padding:.26rem .48rem;font-size:.66rem}.storefront-showcase__mobile-pill{display:inline-flex;align-items:center;padding:.28rem .54rem;border-radius:999px;background:#0f172a0d;color:#475467;font-size:.68rem;font-weight:700;line-height:1;white-space:nowrap}.storefront-showcase__mobile-location{min-width:0;display:flex;align-items:flex-start;gap:.38rem;color:#667085;font-size:.74rem;line-height:1.32}.storefront-showcase__mobile-location svg{flex:none;margin-top:.04rem;color:color-mix(in srgb,var(--store-accent, #ff6b2c) 72%,#475467)}.storefront-showcase__mobile-location span{min-width:0;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.storefront-discovery-bar{top:calc(3.5rem + env(safe-area-inset-top));gap:.42rem;padding:.48rem;border-radius:16px;background:#ffffffeb;box-shadow:0 8px 22px #0f172a0f,0 1px #ffffffb8 inset}.search-field--storefront{min-height:2.45rem;padding-inline:.76rem;border-radius:14px;box-shadow:0 6px 16px #0f172a0a}.search-field--storefront svg{width:16px;height:16px}.search-field--storefront input{font-size:.87rem}.storefront-discovery-bar__categories{gap:.34rem;padding:.42rem .46rem;border-radius:14px;box-shadow:0 8px 18px #0f172a0a}.storefront-discovery-bar__categories-copy{gap:0}.storefront-discovery-bar__categories-copy .page-eyebrow{display:none}.storefront-discovery-bar__categories-copy strong{color:#667085;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;line-height:1.1}.storefront-discovery-bar__hint{display:none}.storefront-discovery-bar__rail-shell{margin-inline:-.08rem;padding-inline:.08rem}.storefront-discovery-bar__fade{width:1.2rem}.storefront-discovery-bar__fade--left{background:linear-gradient(90deg,#fffffffa 18%,#fff0)}.storefront-discovery-bar__fade--right{background:linear-gradient(270deg,#fffffffa 18%,#fff0)}.category-list--storefront{gap:.36rem;padding-right:1.22rem;padding-bottom:.04rem;scroll-snap-type:x proximity}.category-list--storefront button{min-width:5.9rem;max-width:none;min-height:2.72rem;gap:.08rem;padding:.46rem .58rem;border-radius:14px;scroll-snap-align:start;box-shadow:0 4px 12px #0f172a0a}.category-list--storefront button.active{transform:translateY(-1px) scale(1.01);box-shadow:0 10px 22px #ff5e0033,0 1px #ffffff38 inset}.category-list--storefront .category-list__content strong{font-size:.76rem;line-height:1.08}.category-list--storefront .category-list__content small{display:none}.storefront-products-section{gap:.58rem;padding:.68rem;border-radius:18px}.storefront-products-section__header{gap:.2rem;align-items:end}.storefront-products-section__header h2{font-size:1.12rem;letter-spacing:-.03em}.storefront-products-section__header p{display:none}.storefront-products-section__summary{padding:.4rem .58rem;border-radius:12px}.storefront-products-section__summary strong{font-size:.84rem}.storefront-products-section__summary span{font-size:.68rem}.product-grid--storefront{gap:.54rem}.product-card{grid-template-columns:82px minmax(0,1fr);border-radius:18px;box-shadow:0 8px 20px #0f172a0d,0 1px #ffffffb3 inset;content-visibility:auto;contain-intrinsic-size:126px}.product-card__media-button,.product-card__media,.product-card__media img{height:100%}.product-card__media img{aspect-ratio:auto;min-height:100%}.product-card__badges{gap:.28rem;padding:.42rem}.product-card__badges .tag-chip{padding:.2rem .34rem;font-size:.56rem;box-shadow:0 8px 16px #0f172a0f}.product-card__content{gap:.42rem;padding:.56rem .58rem .58rem .54rem}.product-card__signal{margin-top:-.05rem}.product-card__signal .tag-chip{padding:.2rem .36rem;font-size:.58rem}.product-card__eyebrow{gap:.28rem;font-size:.6rem;line-height:1.1;letter-spacing:.01em}.product-card__eyebrow small{display:none}.product-card__header{display:grid;gap:.18rem}.product-card__header h3{font-size:.9rem;line-height:1.08;letter-spacing:-.015em}.product-card__header p{display:-webkit-box;overflow:hidden;font-size:.75rem;line-height:1.32;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__price-box{min-width:0;text-align:left}.product-card__price-box strong{font-size:.92rem}.product-card__price-box small,.product-card__meta,.product-card__footer .tag-row{display:none}.product-card__footer{gap:.4rem}.product-card__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:.34rem}.product-card__details,.product-card__cta{min-height:2.24rem;padding-inline:.52rem;border-radius:12px;font-size:.71rem;box-shadow:none}.storefront-product-skeleton{grid-template-columns:96px minmax(0,1fr);border-radius:18px}.storefront-product-skeleton__media{min-height:118px}.storefront-product-skeleton__body{gap:.48rem;padding:.68rem .72rem}.public-mobile-nav{left:max(.48rem,env(safe-area-inset-left));right:max(.48rem,env(safe-area-inset-right));bottom:max(.38rem,env(safe-area-inset-bottom));padding:.24rem .24rem calc(.24rem + env(safe-area-inset-bottom));border-radius:16px;box-shadow:0 12px 28px #0f172a1f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.public-mobile-nav a{min-height:2.56rem;gap:.06rem;padding:.34rem .2rem;border-radius:12px;font-size:.59rem;box-shadow:none}.public-mobile-nav a svg{width:16px;height:16px}.public-mobile-nav--with-highlight a{font-size:.58rem}.public-mobile-nav__count{top:.22rem;right:.22rem;min-width:.96rem;height:.96rem;font-size:.54rem}.cart-summary-bar{left:max(.48rem,env(safe-area-inset-left));right:max(.48rem,env(safe-area-inset-right));bottom:calc(3.95rem + env(safe-area-inset-bottom));gap:.58rem;padding:.62rem .7rem;border-radius:15px;background:linear-gradient(135deg,#0c121cfa,#1d2530f5);box-shadow:0 14px 28px #0f172a2e}.cart-summary-bar__content strong{font-size:.84rem;letter-spacing:-.01em}.cart-summary-bar__content span{font-size:.7rem}.cart-summary-bar__button{min-height:2.42rem;padding-inline:.7rem;border-radius:12px;font-size:.74rem;box-shadow:none}}@media(max-width:389px){.page-shell--public{width:min(var(--page-max),calc(100% - .7rem))}.storefront-showcase__title h1{font-size:1.02rem}.storefront-showcase__cover{height:clamp(7.4rem,34vw,7.8rem);min-height:clamp(7.4rem,34vw,7.8rem)}.storefront-showcase__mobile-pill{font-size:.64rem}.category-list--storefront button{min-width:5.45rem;padding-inline:.52rem}.product-card{grid-template-columns:90px minmax(0,1fr)}.product-card__actions{gap:.3rem}.product-card__details,.product-card__cta,.public-mobile-nav a{font-size:.68rem}}.storefront-products-section__copy{min-width:0}.storefront-products-section__meta{margin:0;color:#98a2b3;font-size:.78rem;font-weight:600;line-height:1.3}@media(max-width:699px){.storefront-showcase__cover{height:clamp(7.55rem,31.5vw,8.05rem);min-height:clamp(7.55rem,31.5vw,8.05rem);border-radius:20px 20px 12px 12px;box-shadow:0 14px 30px #1118271a,inset 0 1px #ffffff1f}.storefront-showcase__cover:after{background:linear-gradient(180deg,#0a0e160a,#0a0e1633 48%,#0a0e1657)}.storefront-showcase__cover img{object-position:center 40%;filter:saturate(1.04) contrast(1.02)}.storefront-showcase__identity{gap:.48rem .62rem;padding:.58rem .66rem;border-radius:16px;border:1px solid rgba(15,23,42,.05);box-shadow:0 8px 20px #0f172a0d,0 1px #ffffffc7 inset}.storefront-showcase__avatar{width:2.08rem;height:2.08rem;margin-top:-.74rem;font-size:.7rem;box-shadow:0 8px 16px #0f172a1a}.storefront-showcase__header,.storefront-showcase__title{gap:.12rem}.storefront-showcase__title h1{font-size:clamp(1rem,5.3vw,1.22rem);line-height:1.02;letter-spacing:-.04em;font-weight:700}.storefront-showcase__mobile-meta{gap:.22rem}.storefront-showcase__mobile-status{gap:.24rem}.storefront-showcase__mobile-status .status-badge{padding:.22rem .46rem;font-size:.62rem;font-weight:700;box-shadow:none}.storefront-showcase__mobile-separator{width:.2rem;height:.2rem;border-radius:999px;background:#47546780;flex:none}.storefront-showcase__mobile-time{color:#475467;font-size:.64rem;font-weight:700;line-height:1.1;letter-spacing:.01em}.storefront-showcase__mobile-rating{display:inline-flex;align-items:center;gap:.18rem;padding:.18rem .38rem;border-radius:999px;background:#ffffffdb;color:#475467;font-size:.62rem;font-weight:700;box-shadow:0 4px 10px #0f172a0a}.storefront-showcase__mobile-location{gap:.3rem;color:#98a2b3;font-size:.68rem;line-height:1.24}.storefront-showcase__mobile-location svg{color:#98a2b3}.storefront-discovery-bar{top:calc(.42rem + env(safe-area-inset-top));gap:.34rem;padding:.38rem;border-radius:14px;border-color:#0f172a0d;box-shadow:0 8px 18px #0f172a0d,0 1px #ffffffd6 inset}.search-field--storefront{min-height:2.22rem;padding-inline:.68rem;border-radius:12px;border-color:#0f172a0d;box-shadow:0 4px 10px #0f172a08}.search-field--storefront svg{width:15px;height:15px;color:#98a2b3}.search-field--storefront input{font-size:.82rem}.search-field--storefront input::placeholder{color:#98a2b3}.storefront-discovery-bar__categories{gap:.26rem;padding:.32rem .34rem;border-radius:12px;border-color:#0f172a0a;background:linear-gradient(180deg,#fffffff5,#fcfaf7f5);box-shadow:none}.storefront-discovery-bar__categories-header{gap:.34rem}.storefront-discovery-bar__categories-copy strong{color:#98a2b3;font-size:.64rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.storefront-discovery-bar__rail-shell{margin-inline:-.04rem;padding-inline:.04rem}.storefront-discovery-bar__fade{width:.82rem}.category-list--storefront{gap:.3rem;padding-right:.9rem}.category-list--storefront button{min-width:5.4rem;min-height:2.24rem;padding:.32rem .48rem;border-radius:11px;border-color:#0f172a0f;box-shadow:0 3px 8px #0f172a08}.category-list--storefront button.active{box-shadow:0 8px 18px #ff5e0029,0 1px #fff3 inset}.category-list--storefront .category-list__content strong{font-size:.71rem;font-weight:700;letter-spacing:-.01em}.storefront-products-section{gap:.46rem;padding:.56rem;border-radius:14px;border-color:#0f172a0d;box-shadow:0 8px 20px #0f172a0a,0 1px #ffffffc7 inset;scroll-margin-top:calc(3.7rem + env(safe-area-inset-top))}.storefront-products-section__header{gap:.14rem;align-items:start}.storefront-products-section__header h2{font-size:1rem;line-height:1.04;letter-spacing:-.035em}.storefront-products-section__meta{font-size:.7rem;color:#98a2b3}.product-grid--storefront{gap:.42rem}.product-card{grid-template-columns:92px minmax(0,1fr);border-radius:16px;border-color:#0f172a0d;box-shadow:0 8px 18px #0f172a0a,0 1px #ffffffc7 inset;content-visibility:visible;contain-intrinsic-size:auto}.product-card__media-button{background:linear-gradient(180deg,#f4efe8,#eee7de)}.product-card__media img{filter:saturate(1.04)}.product-card__badges{padding:.3rem}.product-card__badges .tag-chip{padding:.18rem .3rem;font-size:.52rem;font-weight:700;letter-spacing:.01em;box-shadow:0 4px 10px #0f172a0a}.product-card__content{gap:.3rem;padding:.48rem .5rem .5rem .48rem}.product-card__signal .tag-chip{padding:.18rem .3rem;font-size:.55rem;font-weight:700}.product-card__eyebrow{font-size:.54rem;color:#98a2b3}.product-card__header{gap:.14rem}.product-card__header h3{font-size:.84rem;line-height:1.06;letter-spacing:-.015em;font-weight:700}.product-card__header p{font-size:.7rem;line-height:1.24;color:#667085}.product-card__price-box strong{font-size:.98rem;color:#dd5a14;letter-spacing:-.02em}.product-card__footer{gap:.32rem}.product-card__actions{gap:.26rem}.product-card__details,.product-card__cta{min-height:2rem;padding-inline:.44rem;border-radius:10px;font-size:.67rem;font-weight:700}.product-card__cta{box-shadow:0 6px 14px #ff5e001f}.public-mobile-nav{left:max(.42rem,env(safe-area-inset-left));right:max(.42rem,env(safe-area-inset-right));bottom:max(.34rem,env(safe-area-inset-bottom));padding:.2rem .2rem calc(.2rem + env(safe-area-inset-bottom));border-radius:14px;border-color:#0f172a0f;box-shadow:0 10px 24px #0f172a1a,0 1px #ffffffb8 inset}.public-mobile-nav a{min-height:2.26rem;gap:.02rem;padding:.28rem .18rem;border-radius:10px;font-size:.54rem;font-weight:700;background:transparent;border-color:transparent}.public-mobile-nav a svg{width:15px;height:15px}.public-mobile-nav a.active{box-shadow:0 8px 16px #ff5e0024}.public-mobile-nav__count{top:.18rem;right:.18rem;min-width:.9rem;height:.9rem;font-size:.5rem}.cart-summary-bar{left:max(.42rem,env(safe-area-inset-left));right:max(.42rem,env(safe-area-inset-right));bottom:calc(3.36rem + env(safe-area-inset-bottom));gap:.42rem;padding:.48rem .56rem;border-radius:13px;box-shadow:0 12px 22px #0f172a29}.cart-summary-bar__content strong{font-size:.76rem}.cart-summary-bar__content span{font-size:.64rem;letter-spacing:.01em}.cart-summary-bar__button{min-height:2.08rem;padding-inline:.58rem;border-radius:10px;font-size:.68rem;font-weight:700}}@media(max-width:389px){.storefront-showcase__mobile-rating{display:none}.category-list--storefront button{min-width:5.15rem}.product-card{grid-template-columns:88px minmax(0,1fr)}}.public-mobile-nav--quiet{background:#ffffffd1}.public-mobile-nav--quiet a{color:#667085}.public-mobile-nav--quiet a.active{color:#111827;background:#ffffffc7}@media(max-width:699px){.storefront-checkout-shell{gap:.68rem;padding-bottom:calc(10.8rem + env(safe-area-inset-bottom))}.storefront-checkout-intro{gap:.12rem;padding:.02rem .02rem 0}.storefront-checkout-intro .page-eyebrow{margin-bottom:0;font-size:.62rem;letter-spacing:.08em;opacity:.62}.storefront-checkout-intro h1{font-size:clamp(1.08rem,4.8vw,1.28rem);line-height:1.06;letter-spacing:-.035em}.storefront-checkout-intro p{max-width:none;font-size:.76rem;line-height:1.28;color:#98a2b3}.storefront-progress-steps{top:calc(.26rem + env(safe-area-inset-top));gap:.32rem;padding:.44rem .52rem;border-radius:16px;border-color:#0f172a0d;box-shadow:0 8px 22px #0f172a0f,0 1px #ffffffc7 inset}.storefront-progress-step{gap:.22rem}.storefront-progress-step__marker{width:1.46rem;height:1.46rem;font-size:.68rem;box-shadow:none}.storefront-progress-step__label{font-size:.63rem;font-weight:700;letter-spacing:-.01em}.storefront-progress-step__line{min-width:.55rem;height:1px}.storefront-checkout-card{border-radius:18px;border-color:#0f172a0d;box-shadow:0 8px 22px #0f172a0d,0 1px #fffc inset}.storefront-checkout-card.section-card{padding:.72rem;border-radius:18px}.storefront-checkout-card .section-card__header{gap:.14rem;margin-bottom:.52rem}.storefront-checkout-card .section-card__header h2{font-size:.88rem;line-height:1.12;letter-spacing:-.015em}.storefront-checkout-card .section-card__header p{display:none}.storefront-checkout-card--summary .section-card__header p,.storefront-checkout-card--service .section-card__header p{display:block;font-size:.72rem;line-height:1.26;color:#98a2b3}.storefront-order-preview{gap:.42rem}.storefront-order-preview__item{grid-template-columns:52px minmax(0,1fr);gap:.52rem;padding:.5rem;border-radius:14px;border-color:#0f172a0a;box-shadow:none}.storefront-order-preview__item img{width:52px;height:52px;border-radius:12px;box-shadow:0 6px 16px #0f172a0f}.storefront-order-preview__header{gap:.45rem}.storefront-order-preview__header strong{font-size:.8rem;line-height:1.14;letter-spacing:-.01em}.storefront-order-preview__header p,.storefront-order-preview__body small{font-size:.68rem;line-height:1.24;color:#98a2b3}.storefront-order-preview__header b{color:var(--orange-deep);font-family:Sora,Arial,sans-serif;font-size:.84rem;letter-spacing:-.015em}.storefront-total-stack{gap:.34rem;margin-top:.62rem;padding-top:.6rem}.storefront-total-stack span{font-size:.76rem}.storefront-total-stack strong{font-size:.8rem}.storefront-total-stack__total{margin-top:.06rem;padding-top:.58rem}.storefront-total-stack__total span{font-size:.82rem}.storefront-total-stack__total strong{font-size:1.34rem;letter-spacing:-.03em}.storefront-summary-meta{gap:.34rem;margin-top:.52rem}.storefront-summary-meta span,.inline-summary--checkout span{padding:.3rem .48rem;font-size:.66rem;border-radius:999px}.storefront-inline-banner{padding:.56rem .66rem;border-radius:14px;font-size:.72rem;line-height:1.28}.storefront-trust-grid{gap:.42rem}.storefront-trust-card{gap:.16rem;padding:.54rem .48rem;border-radius:14px;box-shadow:none}.storefront-trust-card__icon{width:1.72rem;height:1.72rem}.storefront-trust-card strong{font-size:.72rem;line-height:1.12}.storefront-trust-card small{display:none}.cart-list--compact{gap:.54rem}.cart-item--checkout{grid-template-columns:68px minmax(0,1fr);gap:.58rem;padding:.56rem;border-radius:14px;border-color:#0f172a0d;box-shadow:none}.cart-item--checkout img{width:68px;height:68px;border-radius:12px}.cart-item--checkout .cart-item__body{gap:.42rem}.cart-item--checkout .cart-item__header strong{font-size:.82rem;line-height:1.14}.cart-item--checkout .cart-item__header p,.cart-item--checkout .cart-item__body small{font-size:.68rem;line-height:1.24;color:#98a2b3}.cart-item--checkout .cart-item__header b{font-size:.82rem;color:var(--orange-deep)}.quantity-stepper--storefront-checkout{gap:.34rem;padding:.18rem .24rem}.quantity-stepper--storefront-checkout button{width:1.52rem;height:1.52rem}.storefront-coupon-apply{gap:.46rem}.storefront-coupon-apply .action-button{min-height:2.56rem}.search-field--compact{min-height:2.56rem;padding-inline:.72rem;border-radius:14px}.search-field--compact input{min-height:1.8rem}.storefront-service-selector,.storefront-payment-selector,.storefront-input-grid,.storefront-coupon-apply{gap:.54rem}.storefront-service-selector button,.storefront-payment-selector button{min-height:3.18rem;padding:.58rem .62rem;border-radius:15px;box-shadow:none}.storefront-service-selector strong{font-size:.8rem}.storefront-service-selector span,.storefront-payment-selector small{font-size:.66rem;line-height:1.22}.storefront-checkbox-row{margin-top:.58rem;padding:.66rem .72rem}.storefront-checkout-address{gap:.62rem;padding:.74rem;border-radius:18px}.storefront-checkout-address__intro strong{font-size:.82rem}.storefront-checkout-address__intro p,.storefront-cep-status{font-size:.72rem}.storefront-cep-lookup{grid-template-columns:1fr;gap:.54rem}.storefront-cep-lookup__button{width:100%;min-height:2.7rem;border-radius:14px;font-size:.78rem;box-shadow:none}.storefront-checkbox-row span{font-size:.74rem;line-height:1.28}.storefront-checkout-shell label{gap:.28rem;font-size:.78rem;color:#344054}.storefront-checkout-shell input,.storefront-checkout-shell select,.storefront-checkout-shell textarea{min-height:2.7rem;padding:.7rem .78rem;border-radius:14px;font-size:.84rem}.storefront-checkout-shell textarea{min-height:82px}.storefront-checkout-card--preferences textarea{font-size:16px;line-height:1.4}.storefront-checkout-cta-bar{left:max(.56rem,env(safe-area-inset-left));right:max(.56rem,env(safe-area-inset-right));bottom:calc(3.58rem + env(safe-area-inset-bottom));gap:.42rem;padding:.56rem .62rem;border-radius:16px;border-color:#ff7a181a;box-shadow:0 14px 28px #0f172a1a,0 1px #ffffffbd inset}.storefront-checkout-cta-bar__copy{gap:.04rem}.storefront-checkout-cta-bar__copy strong{font-size:.84rem;line-height:1.14}.storefront-checkout-cta-bar__copy span,.storefront-checkout-cta-bar__copy small{font-size:.68rem;line-height:1.24;color:#98a2b3}.storefront-checkout-cta-bar__button{min-height:2.62rem;border-radius:12px;font-size:.8rem;box-shadow:0 10px 20px #ff5e0029}.public-mobile-nav--quiet{background:#ffffffb8;border-color:#0f172a0a;box-shadow:0 8px 20px #0f172a14,0 1px #ffffffc2 inset}.public-mobile-nav--quiet a{opacity:.82}.public-mobile-nav--quiet a.active{opacity:1;box-shadow:none}}.modal-backdrop{background:#0b0e14a3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-modal{width:min(760px,100%);max-height:min(100dvh,920px);border-radius:28px 28px 0 0;background:linear-gradient(180deg,#fffffffa,#f8fafcfa),#fff;box-shadow:0 30px 60px #0f172a42,0 1px #fffc inset;scrollbar-width:none;overscroll-behavior:contain}.product-modal::-webkit-scrollbar{display:none}.product-modal__media-shell{position:relative;min-height:clamp(13rem,34vh,18rem);background:#ddd7cf;overflow:hidden}.product-modal__media-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(120deg,#e2e8f0d6,#f8fafcf5,#e2e8f0d6);background-size:200% 100%;animation:storefrontSkeleton 1.15s linear infinite;transition:opacity .22s ease}.product-modal__media-placeholder.is-hidden{opacity:0;pointer-events:none}.product-modal__media-shell img,.product-modal__media-placeholder,.product-modal__media-overlay,.product-modal__floating-header,.product-modal__media-badges{grid-area:1 / 1}.product-modal__media-shell img{aspect-ratio:16 / 10;min-height:clamp(13rem,34vh,18rem);max-height:20rem;object-position:center;transform:scale(1.02)}.product-modal__media-overlay{background:linear-gradient(180deg,#0f172a14,#0f172a05 26%,#0f172aa3);pointer-events:none}.product-modal__floating-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:max(.9rem,calc(.75rem + env(safe-area-inset-top))) .92rem 0 .92rem;z-index:2}.product-modal__floating-actions{display:inline-flex;align-items:center;gap:.48rem}.product-modal__nav-button{width:2.38rem;height:2.38rem;color:#0f172a;border:1px solid rgba(255,255,255,.38);background:#ffffffb8;box-shadow:0 14px 28px #0f172a29,0 1px #ffffffb3 inset;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.product-modal__nav-button.is-active{color:color-mix(in srgb,var(--store-accent, #ff6b2c) 82%,#ffffff);background:#ffffffd1;border-color:#ff7a183d}.product-modal__media-badges .tag-chip,.product-modal__signals .tag-chip{padding:.3rem .56rem;border-radius:999px;background:#ffffffe6;color:#0f172a;font-size:.68rem;font-weight:800;letter-spacing:.01em;box-shadow:0 10px 18px #0f172a1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.product-modal__media-badges .tag-chip--hot,.product-modal__signals .tag-chip--hot{background:linear-gradient(135deg,#ff7a18,#ff5e00);color:#fff}.product-modal__media-badges .tag-chip--success,.product-modal__signals .tag-chip--success{background:#10b98124;color:#047857}.product-modal__body{gap:.78rem;padding:.92rem .92rem 6.25rem}.product-modal__hero{gap:.72rem}.product-modal__hero-copy{display:grid;gap:.52rem}.product-modal__hero h2{margin:0;color:#101828;font-family:Sora,Arial,sans-serif;font-size:clamp(1.46rem,5.8vw,1.96rem);line-height:1.04;letter-spacing:-.045em}.product-modal__description{display:grid;gap:.28rem}.product-modal__hero p{margin:0;color:#667085;font-size:.86rem;line-height:1.48}.product-modal__description-toggle,.product-modal__footer-link{width:fit-content;padding:0;border:0;background:transparent;color:color-mix(in srgb,var(--store-accent, #ff6b2c) 80%,#50352a);font-size:.8rem;font-weight:800}.product-modal__signals{display:flex;flex-wrap:wrap;gap:.36rem}.product-modal__feedback-chip{background:#0f172a0d!important;color:#475467!important}.product-modal__price-box{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;padding:.78rem .86rem;border-radius:20px;border:1px solid rgba(15,23,42,.06);background:linear-gradient(180deg,#fffffffa,#f8fafcf5);box-shadow:0 14px 24px #0f172a0d,0 1px #ffffffd9 inset}.product-modal__price-copy{min-width:0;display:grid;gap:.12rem}.product-modal__price-box strong{color:#101828;font-size:clamp(1.4rem,5vw,1.7rem);letter-spacing:-.04em;line-height:1}.product-modal__price-box span{color:#667085;font-size:.73rem;line-height:1.3}.product-modal__price-box small{flex:0 0 auto;margin-bottom:.08rem;padding:.3rem .48rem;border-radius:999px;background:#0f172a0d;color:#667085;font-size:.66rem;font-weight:700;line-height:1.1;white-space:nowrap}.product-modal__quick-facts{display:flex;gap:.48rem;overflow-x:auto;scrollbar-width:none;padding-bottom:.02rem}.product-modal__quick-facts::-webkit-scrollbar{display:none}.product-modal__quick-fact{flex:1 0 10.2rem;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.58rem;align-items:center;padding:.72rem .74rem;border:1px solid rgba(15,23,42,.06);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f8fafcf2);box-shadow:0 12px 24px #0f172a0a,0 1px #ffffffd9 inset}.product-modal__quick-fact-icon{width:1.95rem;height:1.95rem;display:grid;place-items:center;border-radius:14px;background:#0f172a0d;color:color-mix(in srgb,var(--store-accent, #ff6b2c) 82%,#4b5563)}.product-modal__quick-fact-copy{min-width:0;display:grid;gap:.14rem}.product-modal__quick-fact-copy strong{color:#111827;font-size:.78rem;line-height:1.08}.product-modal__quick-fact-copy small{color:#667085;font-size:.68rem;line-height:1.28}.choice-group--premium,.product-modal__notes{display:grid;gap:.48rem;padding:.74rem .78rem;border:1px solid rgba(15,23,42,.06);border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f8fafcf0),#fff;box-shadow:0 10px 18px #0f172a08,0 1px #ffffffe6 inset}.product-modal .choice-group{margin-top:0}.choice-group__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.choice-group__header>div{display:grid;gap:.12rem}.choice-group__header strong{color:#111827;font-size:1rem;line-height:1.12;letter-spacing:-.02em}.choice-group__header p{margin:0;color:#667085;font-size:.72rem;line-height:1.26}.product-modal__options,.product-modal__extras{gap:.3rem}.product-option-card{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.68rem;min-height:3.7rem;padding:.66rem .72rem;border:1px solid transparent;border-radius:15px;background:transparent;box-shadow:none;text-align:left;transition:transform .2s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease}.product-option-card.active{border-color:#ff7a1833;background:#ff7a180f;box-shadow:0 0 0 1px #ff7a1814 inset,0 10px 18px #ff5e000f;transform:translateY(-1px)}.product-option-card__marker{width:1.06rem;height:1.06rem;flex:none;border-radius:999px;border:1.6px solid rgba(148,163,184,.9);background:#fffffff5;box-shadow:inset 0 0 #ff7a1800,0 1px 2px #0f172a0d;transition:border-color .22s ease,box-shadow .22s ease,background .22s ease}.product-option-card.active .product-option-card__marker{border-color:#ff7a18b8;background:radial-gradient(circle at center,#ff7a00 0 45%,transparent 48%);box-shadow:0 0 0 4px #ff7a1814,0 6px 14px #ff7a181f}.product-option-card__copy{min-width:0;display:grid;gap:.12rem}.product-option-card__copy strong{color:#111827;font-size:.86rem;line-height:1.14}.product-option-card__copy small{display:block;color:#667085;font-size:.68rem;line-height:1.22}.product-option-card__side{flex:0 0 auto;display:grid;justify-items:end;gap:.08rem;min-width:3.8rem}.product-option-card__price{color:#d9480f;font-size:.79rem;font-weight:800;line-height:1.1;white-space:nowrap}.product-option-card--check{cursor:pointer}.product-option-card__control{width:1.08rem;height:1.08rem;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:none;border-radius:.34rem;border:1.5px solid rgba(148,163,184,.8);background:#fffffff5;box-shadow:0 1px 3px #0f172a0d inset}.product-option-card.active .product-option-card__control{border-color:#ff7a189e;background:linear-gradient(135deg,#ff7a1824,#ff5e002e),radial-gradient(circle at center,#ff7a00 0 38%,transparent 42%)}.product-modal__notes-field{display:block}.product-modal__notes-field textarea{min-height:76px;padding:.78rem .84rem;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fffffff5;color:#111827;resize:vertical}.product-modal__footer{z-index:4;display:block;padding:0 .92rem max(.88rem,calc(.72rem + env(safe-area-inset-bottom)));background:linear-gradient(180deg,#0a0e1600,#0a0e1670 18%,#0a0e16c7 56%);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.product-modal__footer--mobile{display:none}.product-modal__footer-bar{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"total stepper" "cta cta";align-items:center;gap:.58rem;padding:.56rem;width:100%;max-width:42rem;margin:0 auto;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#0b0f17e0;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:0 18px 34px #00000047,0 1px #ffffff0a inset}.product-modal__footer-total{grid-area:total;display:grid;gap:.02rem;min-width:0}.product-modal__footer-total small{color:#ffffff94;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.product-modal__footer-total strong{color:#fff;font-family:Sora,Arial,sans-serif;font-size:1.12rem;line-height:1.05;letter-spacing:-.04em}.product-modal__footer-total span{color:#ffffffb8;font-size:.68rem}.quantity-stepper--storefront{grid-area:stepper;justify-self:end;gap:.2rem;padding:.18rem .2rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;box-shadow:inset 0 1px #ffffff0a}.quantity-stepper--storefront button{width:1.84rem;height:1.84rem;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#fff;box-shadow:none}.quantity-stepper--storefront span{min-width:1rem;color:#fff;font-size:.8rem;font-weight:800;text-align:center}.product-modal__cta{grid-area:cta;width:100%;min-height:3.3rem;border-radius:16px;font-size:.86rem;box-shadow:0 12px 22px #ff5e002e}@media(hover:hover)and (pointer:fine){.product-modal__nav-button:hover,.product-option-card:hover,.product-modal__description-toggle:hover,.product-modal__footer-link:hover{transform:translateY(-1px)}}@media(min-width:700px){.product-modal{border-radius:32px}.product-modal__body{padding:1rem}.product-modal__hero{grid-template-columns:minmax(0,1fr) minmax(220px,280px);align-items:start}.product-modal__quick-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}.product-modal__quick-fact{min-width:0}.product-modal__options{grid-template-columns:repeat(2,minmax(0,1fr))}.product-modal__footer{position:static;padding:0 1rem 1rem;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;display:block}.product-modal__footer--mobile{display:none}.product-modal__footer-bar{grid-template-columns:minmax(0,.9fr) auto minmax(240px,320px);grid-template-areas:"total stepper cta"}}@media(max-width:699px){.product-modal{max-height:100dvh;border-radius:26px 26px 0 0}.product-modal__media-shell{min-height:clamp(12.8rem,34vh,15.4rem)}.product-modal__media-shell img{min-height:clamp(12.8rem,34vh,15.4rem);max-height:15.8rem}.product-modal__nav-button{width:2.26rem;height:2.26rem}.product-modal__body{gap:.72rem;padding:.86rem .82rem 10.8rem}.product-modal__hero h2{font-size:clamp(1.32rem,7vw,1.76rem)}.product-modal__hero p{font-size:.82rem;line-height:1.4}.product-modal__price-box{padding:.72rem .76rem;border-radius:18px}.product-modal__price-box strong{font-size:1.32rem}.product-modal__price-box small{font-size:.6rem}.product-modal__quick-fact{flex-basis:9.6rem;padding:.68rem .7rem}.product-modal__quick-fact-copy strong{font-size:.74rem}.choice-group--premium,.product-modal__notes{gap:.44rem;padding:.68rem .72rem;border-radius:18px}.choice-group__header{gap:.54rem}.choice-group__header strong{font-size:.94rem}.choice-group__header p{font-size:.67rem}.product-modal__options,.product-modal__extras{gap:.24rem}.product-option-card{gap:.58rem;min-height:3.5rem;padding:.62rem .66rem;border-radius:15px}.product-option-card__copy strong{font-size:.82rem}.product-option-card__copy small,.product-modal__footer-total span,.product-modal__price-box span{font-size:.66rem}.product-option-card__price{font-size:.76rem}.product-modal__notes-field textarea{min-height:72px;padding:.72rem .78rem;border-radius:15px;font-size:.8rem}.product-modal__footer--desktop{display:none}.product-modal__footer--mobile{position:fixed;left:0;right:0;bottom:0;width:100%;display:flex;justify-content:center;pointer-events:none;padding-top:0;padding-right:calc(.82rem + env(safe-area-inset-right));padding-bottom:max(.82rem,calc(.68rem + env(safe-area-inset-bottom)));padding-left:calc(.82rem + env(safe-area-inset-left))}.product-modal__footer--mobile .product-modal__footer-bar{pointer-events:auto;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"total stepper" "cta cta";gap:.46rem;padding:.48rem;width:min(100%,42rem);max-width:none;border-radius:22px 22px 16px 16px}.quantity-stepper--storefront{gap:.16rem;padding:.16rem .18rem}.quantity-stepper--storefront button{width:1.64rem;height:1.64rem}.quantity-stepper--storefront span{font-size:.78rem}.product-modal__cta{min-height:3.5rem;border-radius:14px;font-size:.82rem}}@media(max-width:420px){.product-modal__cta{min-height:3.5rem}}.summary-line__note{color:var(--muted)}.operation-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:75;display:flex;align-items:flex-end;justify-content:center;padding:1rem;background:#0f172a94;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.operation-sheet{width:min(680px,100%);max-height:min(90vh,880px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;border-radius:28px 28px 0 0;background:linear-gradient(180deg,#fff,#fbfcfe);border:1px solid rgba(148,163,184,.16);box-shadow:0 -20px 48px #0f172a38;overflow:hidden}.operation-sheet__handle{width:3.1rem;height:.34rem;margin:.75rem auto .3rem;border-radius:999px;background:#94a3b866}.operation-sheet__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:0 1rem 1rem;border-bottom:1px solid rgba(148,163,184,.16)}.operation-sheet__header-copy{display:grid;gap:.35rem}.operation-sheet__header-copy h2{font-size:clamp(1.2rem,2.8vw,1.65rem)}.operation-sheet__header-copy p{color:var(--muted)}.operation-sheet__close{flex-shrink:0}.operation-sheet__body{min-height:0;display:grid;gap:.95rem;padding:1rem;overflow-y:auto}.operation-sheet__summary{display:grid;grid-template-columns:88px minmax(0,1fr);gap:.9rem;align-items:center;padding:.9rem;border-radius:22px;background:#ffffffdb;border:1px solid rgba(148,163,184,.14)}.operation-sheet__summary img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:18px}.operation-sheet__summary strong{display:block;font-size:1.1rem}.operation-sheet__summary small{color:var(--muted)}.operation-choice-group{display:grid;gap:.75rem}.operation-choice-group__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.operation-choice-group__header strong{display:block;font-size:1rem}.operation-choice-group__header p{margin-top:.2rem;color:var(--muted);font-size:.88rem}.operation-choice-list{display:grid;gap:.55rem}.operation-choice-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:center;min-height:60px;padding:.8rem .95rem;border-radius:20px;border:1px solid rgba(148,163,184,.16);background:#fffffff5;text-align:left;transition:transform .16s ease,border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.operation-choice-row:hover{transform:translateY(-1px)}.operation-choice-row.active{border-color:#ff6b2c52;background:linear-gradient(180deg,#ff6b2c14,#fffffffa);box-shadow:0 10px 28px #ff6b2c1f}.operation-choice-row__marker{width:1rem;height:1rem;border-radius:999px;border:1.8px solid rgba(148,163,184,.56);background:#fff;box-shadow:inset 0 0 0 0 var(--orange);transition:border-color .16s ease,box-shadow .16s ease}.operation-choice-row.active .operation-choice-row__marker{border-color:#ff6b2ceb;box-shadow:inset 0 0 0 4px var(--orange)}.operation-choice-row__copy{display:grid;gap:.12rem}.operation-choice-row__copy strong{font-size:.98rem}.operation-choice-row__copy small{color:var(--muted);font-size:.84rem}.operation-choice-row__price{color:var(--orange-deep);font-size:.92rem;font-weight:800;text-align:right}.operation-choice-row--check{cursor:pointer}.operation-choice-row--check input{width:1rem;height:1rem;accent-color:var(--orange)}.operation-sheet__notes textarea{min-height:84px}.operation-sheet__footer{display:grid;gap:.8rem;padding:.95rem 1rem calc(.95rem + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(148,163,184,.16);background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.operation-sheet__footer-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.operation-sheet__footer-total{display:grid;gap:.12rem}.operation-sheet__footer-total small{color:var(--muted);font-weight:700}.operation-sheet__footer-total strong{font-size:1.2rem}.quantity-stepper--operation-sheet{background:#1317220d}@media(max-width:767px){.operation-sheet-backdrop{padding:0}.operation-sheet{width:100%;max-height:92vh;border-radius:28px 28px 0 0}.operation-sheet__header,.operation-sheet__body,.operation-sheet__footer{padding-inline:.9rem}.operation-sheet__summary{grid-template-columns:74px minmax(0,1fr)}.operation-choice-row{min-height:56px;padding:.75rem .8rem}}@media(min-width:768px){.operation-sheet{border-radius:28px}.menu-studio-v2__toolbar{grid-template-columns:1.2fr repeat(3,minmax(0,.6fr));align-items:center}.menu-studio-v2__products-grid,.menu-studio-v2__category-grid,.menu-studio-v2__option-grid,.menu-studio-v2__coupon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-studio-v2__section-header{flex-direction:row;align-items:center;justify-content:space-between}.menu-studio-v2__preview-shell,.menu-studio-v2__toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tables-ops-create{grid-template-columns:1.1fr .9fr;align-items:end}.tables-ops-create__actions,.tables-ops-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.restaurant-ops-strip__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tables-ops-toolbar{grid-template-columns:minmax(280px,380px) minmax(0,1fr) minmax(180px,220px);align-items:start}.tables-ops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.settings-choice-panel{display:grid;gap:.9rem;padding:1rem;border-radius:1.2rem;border:1px solid rgba(15,23,42,.08);background:#ffffffc7;box-shadow:0 12px 32px #0f172a0d}.settings-choice-list{display:grid;gap:.75rem}.settings-choice-list .checkbox-row{align-items:flex-start}.settings-choice-list .checkbox-row span{display:grid;gap:.2rem}.settings-choice-list .checkbox-row strong{font-size:.94rem}.settings-choice-list .checkbox-row small{color:var(--muted)}.option-groups-editor{display:grid;gap:1rem}.option-groups-editor__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.option-groups-editor__stack{display:grid;gap:1rem}.option-group-editor{display:grid;gap:1rem;padding:1.1rem;border-radius:1.3rem;border:1px solid rgba(15,23,42,.08);background:#ffffffe0;box-shadow:0 12px 30px #0f172a0d}.option-group-editor__topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.option-group-editor__identity{display:grid;gap:.28rem}.option-group-editor__identity strong{color:var(--text);font-size:1rem}.option-group-editor__identity small{color:var(--muted)}.option-group-editor__eyebrow{display:inline-flex;align-items:center;width:fit-content;padding:.28rem .56rem;border-radius:999px;background:#ff6b2c1f;color:var(--orange-deep);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.option-group-editor__remove{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem .95rem;border-radius:999px;border:1px solid rgba(239,68,68,.2);background:#ef444414;color:#f97316;font-weight:800;transition:background .2s ease,border-color .2s ease,transform .2s ease}.option-group-editor__remove:hover{transform:translateY(-1px);background:#ef44441f;border-color:#ef44444d}.option-group-editor__remove--option{padding:.58rem .84rem;font-size:.84rem}.option-group-editor__rules{display:grid;gap:.8rem;grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,.8fr))}.option-group-editor__required,.option-group-editor__rule-field{min-height:100%;padding:.9rem 1rem;border-radius:1rem;border:1px solid rgba(15,23,42,.08);background:#ffffffb8}.option-group-editor__required{align-items:flex-start}.option-group-editor__required span{color:var(--text);font-weight:800}.option-group-editor__required small{display:block;margin-top:.2rem}.option-group-editor__options{display:grid;gap:.9rem}.option-group-editor__options-head{display:grid;gap:.2rem}.option-group-editor__options-head strong{color:var(--text)}.option-group-editor__options-head small{color:var(--muted)}.option-group-editor__option-topbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.option-group-editor__option{display:grid;gap:.85rem;padding:1rem;border-radius:1rem;background:#f8fafceb;border:1px solid rgba(15,23,42,.06)}.option-group-editor__option-topbar strong{color:var(--text);font-size:.95rem}.option-group-editor__option-footer{display:grid;gap:.8rem}.option-group-editor__add-option{justify-self:start}.option-groups-editor__empty{padding:1rem 1.1rem;border-radius:1rem;border:1px dashed rgba(15,23,42,.14);color:var(--muted)}@media(max-width:767px){.menu-studio-v2{padding-bottom:6rem}.menu-studio-v2__product-footer{display:grid;gap:.7rem}.menu-studio-v2__product-options{max-width:none;text-align:left}.menu-studio-v2__coupon-meta,.menu-studio-v2__option-stats{grid-template-columns:1fr}.menu-studio-v2__drawer{width:100vw}.menu-studio-v2__drawer-footer{grid-template-columns:1fr}.option-groups-editor__header,.option-group-editor__topbar,.option-group-editor__rules,.option-group-editor__option-topbar{grid-template-columns:1fr;display:grid}.option-group-editor__add-option{justify-self:stretch}}.public-store-shell--segment-delivery{--store-color-background: #121316;--store-color-surface: #17181b;--store-color-surface-elevated: rgba(18, 19, 22, .94);--store-color-surface-soft: rgba(255, 255, 255, .03);--store-color-card: #1b1d21;--store-color-border: rgba(255, 255, 255, .08);--store-color-text-primary: #f5f0e8;--store-color-text-secondary: #cec7bb;--store-color-text-muted: #948c81;--store-color-primary: #ff6b2c;--store-color-primary-hover: #ff8455;--store-bottom-nav-background: rgba(14, 15, 18, .92);--store-category-active-background: linear-gradient(135deg, #ff7a18, #ff6225);--store-category-inactive-background: rgba(255, 255, 255, .04);--store-button-secondary-background: rgba(255, 255, 255, .04);--store-shadow-lg: 0 10px 28px rgba(0, 0, 0, .18);background:radial-gradient(circle at top right,rgba(255,122,24,.1),transparent 20%),radial-gradient(circle at left center,rgba(255,255,255,.04),transparent 24%),linear-gradient(180deg,#121316,#17181b)}.public-store-shell--segment-delivery.public-store-shell--route-menu{--store-color-background: #121316;--store-color-surface: #17181b;--store-color-surface-elevated: rgba(18, 19, 22, .94);--store-color-surface-soft: rgba(255, 255, 255, .03);--store-color-card: #1b1d21;--store-color-border: rgba(255, 255, 255, .08);--store-color-text-primary: #f5f0e8;--store-color-text-secondary: #cec7bb;--store-color-text-muted: #948c81;--store-color-primary: #ff6b2c;--store-color-primary-hover: #ff8455;--store-bottom-nav-background: rgba(14, 15, 18, .92);--store-category-active-background: linear-gradient(135deg, #ff7a18, #ff6225);--store-category-inactive-background: rgba(255, 255, 255, .04);--store-button-secondary-background: rgba(255, 255, 255, .04);--store-shadow-lg: 0 10px 28px rgba(0, 0, 0, .18)}.public-store-shell--segment-delivery.public-store-shell--route-menu .page-shell--public{width:min(1180px,calc(100% - 1.4rem));padding-top:.9rem;padding-bottom:calc(8.3rem + env(safe-area-inset-bottom))}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined{gap:1rem;padding-bottom:.35rem}.delivery-storefront__hero{display:grid}.delivery-storefront__hero-main{padding:1rem 1.05rem 1.05rem;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#18191cfa,#121316fa);box-shadow:0 10px 28px #0000002e}.delivery-storefront__brand{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:1rem}.delivery-storefront__logo{width:5.3rem;height:5.3rem;display:grid;place-items:center;overflow:hidden;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.delivery-storefront__logo img{width:100%;height:100%;padding:.75rem;object-fit:contain}.delivery-storefront__logo span{color:#fff7ee;font-size:1.2rem;font-weight:800;letter-spacing:.04em}.delivery-storefront__copy{min-width:0;display:grid;gap:.55rem}.delivery-storefront__copy h1{color:#fffaf3;font-size:clamp(1.8rem,4vw,2.55rem);line-height:.98;letter-spacing:-.05em}.delivery-storefront__status{display:inline-flex;align-items:center;gap:.45rem;color:#d7d0c4;font-size:.92rem;font-weight:700}.delivery-storefront__status i{width:.52rem;height:.52rem;border-radius:999px;background:#22c55e;box-shadow:none}.delivery-storefront__status.is-closed i{background:#f04438}.delivery-storefront__meta{display:flex;flex-wrap:wrap;gap:.5rem .9rem}.delivery-storefront__meta-item,.delivery-storefront__location{display:inline-flex;align-items:center;gap:.42rem;color:#c6beb1;font-size:.84rem;line-height:1.35}.delivery-storefront__meta-item span,.delivery-storefront__location span{min-width:0}.delivery-storefront__meta-item svg,.delivery-storefront__location svg{flex:none;color:var(--store-color-primary)}.delivery-storefront__location span{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical}.delivery-storefront__support{max-width:62ch;color:#9d958a;line-height:1.5}.delivery-storefront__hero-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.delivery-storefront__hero-pills{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.delivery-storefront__hero-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem .85rem;border-radius:999px;background:#ffffff0d;color:#f5f0e8;font-size:.8rem;font-weight:700}.delivery-storefront__hero-pill svg{color:var(--store-color-primary)}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar--delivery{position:sticky;top:calc(.65rem + env(safe-area-inset-top));z-index:16;gap:.8rem;padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar--delivery .search-field--storefront{min-height:3.45rem;padding-inline:1rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#181a1df5;box-shadow:none}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar--delivery .search-field--storefront:focus-within{border-color:#ff7a184d}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar__categories--delivery{gap:.72rem;padding:0;border:0;background:transparent;box-shadow:none}.storefront-discovery-bar__categories-copy--delivery{display:grid;gap:.22rem}.storefront-discovery-bar__categories-copy--delivery strong{color:#f5f0e8;font-size:1.04rem;line-height:1.08}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar__hint{width:fit-content;padding:0;border-radius:0;background:transparent;color:#938b80;font-size:.8rem}.storefront-discovery-bar__count{display:inline-flex;align-items:center;padding:.5rem .74rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#d1cabd;font-size:.78rem;font-weight:700;white-space:nowrap}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar__rail-shell{padding-bottom:.1rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar__fade--left{background:linear-gradient(90deg,rgba(18,19,22,.98) 24%,transparent)}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar__fade--right{background:linear-gradient(270deg,rgba(18,19,22,.98) 24%,transparent)}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront{gap:.7rem;padding-right:1.8rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront button{min-width:9rem;min-height:4.15rem;padding:.85rem .95rem;border-radius:22px;border-color:#ffffff12;background:#ffffff0a}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront button.active{box-shadow:none}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront .category-list__content{gap:.18rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront .category-list__content strong{font-size:.94rem;line-height:1.12}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card--delivery-compact{display:grid;grid-template-columns:clamp(92px,24vw,112px) minmax(0,1fr);gap:.72rem;align-items:center;border-radius:24px;border-color:#ffffff1f;background:linear-gradient(180deg,#18191cf5,#121316f5);box-shadow:0 12px 26px #00000024;padding:.72rem;min-height:148px}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card--delivery-compact .product-card__media-button{width:100%;aspect-ratio:1 / 1;min-width:0;max-width:none;padding:0;border-radius:18px;overflow:hidden;align-self:start}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card--delivery-compact .product-card__media{width:100%;height:100%;min-height:0;border-radius:18px;overflow:hidden;box-shadow:0 10px 20px #00000029}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card--delivery-compact .product-card__media img{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover;object-position:center bottom}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__badges--delivery{inset:.48rem auto auto .48rem;display:flex;padding:0}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__badges--delivery .tag-chip{padding:.18rem .42rem;border-radius:999px;background:#0c0e12d1;border-color:#ffffff1a;color:#fff4e8;font-size:.62rem;font-weight:800;letter-spacing:.01em}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__content--delivery{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.72rem;padding:0}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__delivery-main{min-width:0;display:grid;gap:.28rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__eyebrow--delivery{justify-content:flex-start;gap:.35rem;color:#a59f92;font-size:.63rem;line-height:1.08;letter-spacing:.07em}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__header--delivery{display:grid;gap:.22rem;min-width:0}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__header--delivery h3{font-size:1.08rem;line-height:1.08;letter-spacing:-.025em;color:#fff7ef}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__header--delivery p{display:-webkit-box;overflow:hidden;color:#b5aba0;font-size:.8rem;line-height:1.28;-webkit-line-clamp:2;-webkit-box-orient:vertical}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__price-box--delivery{min-width:0;text-align:left;gap:.08rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__price-box--delivery small{color:#9b9185;font-size:.58rem;letter-spacing:.06em}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__price-box--delivery strong{color:#ffb08a;font-size:1.12rem;letter-spacing:-.03em}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__actions--delivery{display:grid;grid-template-columns:auto;justify-content:start;align-self:center}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__cta--delivery.action-button--primary{width:auto;min-width:88px;min-height:2.36rem;padding-inline:.78rem;border-radius:16px;background:linear-gradient(135deg,#1d9bf0,#3276ff);border-color:#519aff57;box-shadow:0 10px 20px #3276ff38;font-size:.76rem;font-weight:800;line-height:1.05}.public-store-shell--segment-delivery.public-store-shell--route-menu .cart-summary-bar{position:fixed;z-index:58;left:1rem;right:1rem;bottom:calc(6.45rem + env(safe-area-inset-bottom));padding:.74rem .82rem;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#121316f5;box-shadow:0 18px 36px #00000038}.public-store-shell--segment-delivery.public-store-shell--route-menu .cart-summary-bar__content strong{color:#fff7ee;font-size:.92rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .cart-summary-bar__content span{color:#9d958a;font-size:.76rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .cart-summary-bar__button.action-button--primary{min-height:2.62rem;padding-inline:.92rem;border-radius:15px;font-size:.76rem;box-shadow:none}.public-store-shell--segment-delivery.public-store-shell--route-menu .public-mobile-nav{border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#0e0f12eb;box-shadow:0 8px 22px #0000002e;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.public-store-shell--segment-delivery.public-store-shell--route-menu .public-mobile-nav a{background:transparent;border-color:transparent;color:#a79f92;box-shadow:none}.public-store-shell--segment-delivery.public-store-shell--route-menu .public-mobile-nav a.active{background:#ffffff0f;color:#fffaf3;box-shadow:none}.public-store-shell--segment-delivery.public-store-shell--route-menu .public-mobile-nav a.active svg{color:var(--store-color-primary)}.public-store-shell--segment-delivery.public-store-shell--route-menu .public-mobile-nav__count{box-shadow:none}@media(min-width:1180px){.public-store-shell--segment-delivery.public-store-shell--route-menu .page-shell--public{width:min(1260px,calc(100% - 2.4rem))}.public-store-shell--segment-delivery.public-store-shell--route-menu .product-grid--storefront{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:899px){.public-store-shell--segment-delivery.public-store-shell--route-menu .product-grid--storefront{grid-template-columns:1fr}}@media(max-width:699px){.public-store-shell--segment-delivery.public-store-shell--route-menu .page-shell--public{width:min(var(--page-max),calc(100% - .9rem));padding-top:calc(.22rem + env(safe-area-inset-top));padding-bottom:calc(10rem + env(safe-area-inset-bottom))}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined{gap:.7rem}.delivery-storefront__hero-main{padding:.72rem .78rem .78rem;border-radius:20px}.delivery-storefront__brand{gap:.68rem}.delivery-storefront__logo{width:3.85rem;height:3.85rem;border-radius:16px}.delivery-storefront__logo img{padding:.5rem}.delivery-storefront__copy{gap:.34rem}.delivery-storefront__copy h1{font-size:clamp(1.4rem,6.2vw,1.78rem);line-height:1}.delivery-storefront__status{font-size:.8rem}.delivery-storefront__meta{gap:.28rem .58rem}.delivery-storefront__meta-item,.delivery-storefront__location{font-size:.74rem;line-height:1.22}.delivery-storefront__support{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.76rem;line-height:1.32}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar--delivery{top:calc(.2rem + env(safe-area-inset-top));gap:.46rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar--delivery .search-field--storefront{min-height:3rem;padding-inline:.88rem;border-radius:16px}.storefront-discovery-bar__categories-copy--delivery strong{font-size:.86rem;line-height:1.02}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar__categories--delivery{gap:.42rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar__categories-header{align-items:center;gap:.4rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-discovery-bar__hint{font-size:.66rem}.storefront-discovery-bar__count{padding:.28rem .5rem;font-size:.66rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront{gap:.42rem;padding-right:1rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront button{min-width:6.6rem;min-height:2.5rem;max-height:2.62rem;padding:.38rem .72rem;border-radius:15px;align-items:center;justify-content:center}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront .category-list__content{gap:0}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront .category-list__content strong{font-size:.78rem;line-height:1.02;white-space:nowrap}.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront .category-list__content small{display:none}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-products-section--delivery{gap:.62rem;padding-top:0}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-products-section__header{gap:.18rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-products-section__header h2{font-size:1.16rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-products-section__header p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.76rem;line-height:1.28}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card--delivery-compact{border-radius:18px;grid-template-columns:92px minmax(0,1fr);gap:.62rem;padding:.64rem;min-height:132px}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card--delivery-compact .product-card__media-button,.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card--delivery-compact .product-card__media,.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card--delivery-compact .product-card__media img{aspect-ratio:1 / 1;max-height:92px}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__content--delivery{grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding:0}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__delivery-main{gap:.2rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__eyebrow--delivery{font-size:.56rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__header--delivery h3{font-size:.92rem;line-height:1.1}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__header--delivery p{font-size:.72rem;line-height:1.22}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__price-box--delivery strong{font-size:1rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .storefront-shell--delivery-refined .product-card__cta--delivery.action-button--primary{min-width:82px;min-height:2.08rem;padding-inline:.64rem;border-radius:14px;font-size:.68rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .public-mobile-nav{left:max(.55rem,env(safe-area-inset-left));right:max(.55rem,env(safe-area-inset-right));bottom:max(.45rem,env(safe-area-inset-bottom));padding:.28rem;border-radius:18px}.public-store-shell--segment-delivery.public-store-shell--route-menu .public-mobile-nav a{min-height:2.8rem;padding:.4rem .26rem;border-radius:13px;font-size:.64rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .cart-summary-bar{bottom:calc(5.7rem + env(safe-area-inset-bottom));padding:.68rem .76rem;border-radius:17px}.public-store-shell--segment-delivery.public-store-shell--route-menu .cart-summary-bar__content strong{font-size:.88rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .cart-summary-bar__content span{font-size:.72rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .cart-summary-bar__button.action-button--primary{min-height:2.42rem;padding-inline:.8rem;font-size:.71rem}}@media(max-width:389px){.public-store-shell--segment-delivery.public-store-shell--route-menu .category-list--storefront button{min-width:6.1rem}.public-store-shell--segment-delivery.public-store-shell--route-menu .public-mobile-nav a{font-size:.6rem}}.admin-shell__nav{display:flex;align-items:center;gap:.6rem;margin-right:.8rem}.admin-shell__nav a{padding:.62rem .92rem;border-radius:999px;color:var(--slate-600);font-weight:700;text-decoration:none;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.admin-shell__nav a.active{background:#ff6b2c1f;color:var(--orange-deep);box-shadow:inset 0 0 0 1px #ff6b2c29}.content-grid--admin-users{align-items:start}.admin-users-list{display:grid;gap:1rem}.admin-user-card{display:grid;gap:1rem;padding:1rem 1.05rem;border-radius:1.35rem;border:1px solid rgba(15,23,42,.08);background:#ffffffe0;box-shadow:0 16px 36px #0f172a0f}.admin-user-card__head{display:flex;align-items:flex-start;gap:.85rem}.admin-user-card__head strong{display:block;font-size:1rem}.admin-user-card__head p{margin:.15rem 0 0;color:var(--muted)}.admin-user-card__icon{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1rem;color:var(--orange-deep);background:#ff6b2c1f;flex-shrink:0}.admin-user-card__head .status-badge{margin-left:auto;flex-shrink:0}.admin-user-card__scope{display:flex;align-items:center;gap:.55rem;color:var(--slate-700);font-size:.92rem}.form-feedback{margin:0;font-size:.92rem;font-weight:600}.form-feedback--success{color:#15803d}.form-feedback--danger{color:#b42318}@media(max-width:900px){.admin-shell__nav{width:100%;margin-right:0;order:3;overflow-x:auto;padding-bottom:.15rem}.admin-user-card__head{display:grid;grid-template-columns:auto 1fr}.admin-user-card__head .status-badge{margin-left:0;grid-column:1 / -1;width:fit-content}}.platform-admin-shell{min-height:100vh;display:grid;grid-template-columns:300px minmax(0,1fr);background:radial-gradient(circle at top left,rgba(255,107,44,.08),transparent 24rem),linear-gradient(180deg,#eef2f7,#f8fafc)}.platform-admin-sidebar{position:sticky;top:0;min-height:100vh;display:flex;flex-direction:column;gap:1.1rem;padding:1.4rem;background:linear-gradient(180deg,#0f172afa,#0f172af0),linear-gradient(135deg,rgba(255,107,44,.12),transparent 55%);color:#fffffff5;border-right:1px solid rgba(148,163,184,.16)}.platform-admin-sidebar__brand,.platform-admin-sidebar__account{display:grid;gap:.45rem;padding:1rem 1.05rem;border-radius:1.4rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;box-shadow:inset 0 1px #ffffff0a}.platform-admin-sidebar__brand strong,.platform-admin-sidebar__account strong{font-size:1.05rem;line-height:1.2}.platform-admin-sidebar__brand p,.platform-admin-sidebar__account p{color:#e2e8f0c2;line-height:1.55}.platform-admin-sidebar__nav{display:grid;gap:.55rem}.platform-admin-sidebar__nav a,.platform-admin-sidebar__footer .ghost-button,.platform-admin-sidebar__footer .primary-button,.platform-admin-sidebar__footer button{width:100%;display:inline-flex;align-items:center;gap:.72rem;justify-content:flex-start;min-height:3rem;padding:.78rem .95rem;border-radius:1rem;text-decoration:none}.platform-admin-sidebar__nav a{color:#e2e8f0eb;font-weight:700;border:1px solid transparent;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.platform-admin-sidebar__nav a:hover{transform:translate(2px);background:#ffffff0f}.platform-admin-sidebar__nav a.active{color:#fff;border-color:#ff6b2c47;background:linear-gradient(135deg,#ff6b2c3d,#ffffff0f);box-shadow:0 12px 28px #0f172a3d}.platform-admin-sidebar__account span{color:#e2e8f0a8;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.platform-admin-sidebar__footer{display:grid;gap:.65rem;margin-top:auto}.platform-admin-sidebar__footer .ghost-button,.platform-admin-sidebar__footer button{border-color:#ffffff1f;color:#e2e8f0eb;background:#ffffff0a}.platform-admin-sidebar__footer .ghost-button:hover,.platform-admin-sidebar__footer button:hover{background:#ffffff14}.platform-admin-sidebar__footer .primary-button{justify-content:center}.platform-admin-main{min-width:0;display:grid;align-content:start;gap:1.2rem}.platform-admin-topbar,.page-shell--platform-admin{width:min(1480px,calc(100% - 2.2rem));margin-left:clamp(1rem,1.4vw,1.35rem);margin-right:auto}.platform-admin-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-top:1.6rem}.platform-admin-topbar__copy{display:grid;gap:.42rem}.platform-admin-topbar__copy h1{font-size:clamp(1.7rem,2vw,2.35rem);line-height:1.08;letter-spacing:-.04em;color:#0f172a}.platform-admin-topbar__copy p{max-width:58rem;color:#526073;line-height:1.6}.platform-admin-topbar__status{display:flex;align-items:center;gap:.75rem}.page-shell--platform-admin{padding-bottom:2.4rem}.admin-page-note{display:grid;gap:.35rem;margin-bottom:1rem;padding:1.05rem 1.1rem;border-radius:1.35rem;border:1px solid rgba(15,23,42,.08);background:#ffffffd1;box-shadow:0 16px 36px #0f172a0d}.admin-page-note span{color:#b45309;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-page-note p{color:#526073;line-height:1.58}.admin-page-note--split{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:1rem}.admin-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.page-shell--platform-admin .content-grid--admin-users{grid-template-columns:minmax(340px,400px) minmax(0,1fr)}.page-shell--platform-admin .content-grid--admin-restaurants{grid-template-columns:minmax(340px,400px) minmax(0,1fr);align-items:start}.segment-selector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.segment-selector-card{width:100%;display:grid;gap:.35rem;text-align:left;padding:.95rem 1rem;border-radius:1.2rem;border:1px solid rgba(15,23,42,.08);background:#ffffffe0;color:#0f172a;box-shadow:0 12px 28px #0f172a0d;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.segment-selector-card span,.segment-selector-card small{color:#64748b;line-height:1.45}.segment-selector-card.is-active{border-color:#ff6b2c61;box-shadow:0 16px 32px #ff6b2c1f;transform:translateY(-1px)}.admin-grid-table{display:grid;gap:.75rem;width:100%;min-width:0;overflow-x:hidden}.admin-grid-table__head,.admin-grid-table__row{display:grid;gap:.8rem;align-items:center;min-width:0;width:100%;box-sizing:border-box}.admin-grid-table--restaurants .admin-grid-table__head,.admin-grid-table--restaurants .admin-grid-table__row{grid-template-columns:minmax(0,2.15fr) .9fr .95fr .8fr .8fr 1fr 1fr}.admin-grid-table--users .admin-grid-table__head,.admin-grid-table--users .admin-grid-table__row{grid-template-columns:minmax(0,2.15fr) .95fr 1fr .9fr 1.2fr}.admin-grid-table__head{padding:0 .2rem}.admin-grid-table__head span{color:#64748b;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;min-width:0}.admin-grid-table__body{display:grid;gap:.85rem}.admin-grid-table__row{min-width:0;padding:1rem 1.05rem;border-radius:1.4rem;border:1px solid rgba(15,23,42,.08);background:#ffffffe0;box-shadow:0 18px 34px #0f172a0d}.admin-grid-table__row>div{min-width:0;display:grid;gap:.22rem}.admin-grid-table__entity{min-width:0;display:grid;gap:.32rem}.admin-grid-table__row small{color:#7b8798;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.admin-grid-table__row strong{color:#0f172a;font-size:.96rem;line-height:1.4}.admin-grid-table__row p{color:#64748b;line-height:1.5;overflow-wrap:anywhere}.admin-grid-table__row strong,.admin-grid-table__row span{overflow-wrap:anywhere}.admin-grid-table__inline-delete{width:fit-content;min-height:2.25rem;padding:.42rem .7rem;border-radius:.85rem;border:1px solid rgba(239,68,68,.16);color:#b91c1c;background:#ffffffb8}.admin-grid-table__inline-delete:hover:not(:disabled){background:#fee2e2b8}.admin-grid-table__main{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.85rem}.admin-restaurant-card__icon,.admin-user-card__icon{width:2.6rem;height:2.6rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1rem;color:var(--orange-deep);background:#ff6b2c1f;flex-shrink:0}.admin-user-card{gap:.95rem}.admin-user-card__head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.admin-user-card__head .status-badge{margin-left:.35rem;justify-self:end}.admin-user-card__scope{display:flex!important;align-items:center;flex-wrap:wrap;gap:.55rem;color:#334155;font-size:.92rem}.admin-user-card__scope-text{min-width:0;display:inline-flex;align-items:center;gap:.55rem;flex:1 1 15rem}.admin-user-card__scope-text span{overflow-wrap:anywhere}.admin-users-list--loading,.admin-users-list--empty{padding:1rem 0;color:var(--muted)}@media(min-width:1024px){.admin-grid-table__row small{display:none}.menu-studio-v2__products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.menu-studio-v2__category-grid,.menu-studio-v2__option-grid,.menu-studio-v2__coupon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-studio-v2__drawer{width:min(540px,42vw)}.menu-studio-v2__mobile-cta{display:none}.tables-ops-metrics,.tables-ops-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.tables-ops-mobile-cta{display:none}}@media(max-width:1199px){.platform-admin-shell{grid-template-columns:272px minmax(0,1fr)}.admin-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-shell--platform-admin .content-grid--admin-users,.page-shell--platform-admin .content-grid--admin-restaurants{grid-template-columns:1fr}.admin-grid-table{overflow-x:auto;padding-bottom:.25rem}}@media(max-width:1023px){.platform-admin-shell{grid-template-columns:1fr}.platform-admin-sidebar{position:relative;min-height:auto;padding:1rem;border-right:0;border-bottom:1px solid rgba(148,163,184,.16)}.platform-admin-topbar{padding-top:1.1rem}.platform-admin-topbar,.page-shell--platform-admin{width:min(1480px,calc(100% - 1.2rem))}.admin-grid-table__head{display:none}.admin-grid-table--restaurants .admin-grid-table__row,.admin-grid-table--users .admin-grid-table__row{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-grid-table__main,.admin-user-card__scope{grid-column:1 / -1}}@media(max-width:767px){.segment-selector-grid{grid-template-columns:1fr}.platform-admin-sidebar__brand,.platform-admin-sidebar__account{padding:.9rem}.platform-admin-sidebar__nav{grid-template-columns:repeat(2,minmax(0,1fr))}.platform-admin-sidebar__footer{grid-template-columns:1fr}.platform-admin-topbar,.admin-page-note--split{grid-template-columns:1fr;display:grid}.admin-summary-grid,.admin-grid-table--restaurants .admin-grid-table__row,.admin-grid-table--users .admin-grid-table__row{grid-template-columns:1fr}.admin-user-card__head{grid-template-columns:auto minmax(0,1fr)}.admin-user-card__head .status-badge{justify-self:start;grid-column:1 / -1;margin-left:0}}.waiter-ops{position:relative;display:grid;gap:1.05rem;padding:1rem 1rem 6rem;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top left,rgba(255,122,0,.1),transparent 22rem),linear-gradient(180deg,#0e1218fa,#0a0d12fc);color:#fffffff0;box-shadow:0 24px 60px #02061738;overflow:hidden}.waiter-ops__topbar,.waiter-ops__topbar-actions,.waiter-ops__panel-header,.waiter-ops__selected-top,.waiter-ops__selected-footer,.waiter-ops__order-card-top,.waiter-ops__order-card-total,.waiter-ops__drawer-header,.waiter-ops__drawer-actions,.waiter-ops__table-card-heading,.waiter-ops__table-card-meta,.waiter-ops__table-card{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.waiter-ops__topbar{align-items:flex-start;gap:1rem}.waiter-ops__topbar-copy,.waiter-ops__selected-copy,.waiter-ops__section-header>div,.waiter-ops__panel-header--stack>div{display:grid;gap:.35rem}.waiter-ops__title-row{display:flex;align-items:center;gap:.7rem;justify-content:flex-start}.waiter-ops__topbar-copy h1,.waiter-ops__title-row h2,.waiter-ops__panel-header h2,.waiter-ops__section-header h3,.waiter-ops__drawer-header h2{color:#fff;line-height:1}.waiter-ops__topbar-copy h1{font-size:clamp(2rem,3.4vw,2.65rem)}.waiter-ops__title-row h2{font-size:clamp(1.45rem,2.3vw,2rem)}.waiter-ops__topbar-copy p,.waiter-ops__panel-header p,.waiter-ops__feedback,.waiter-ops__selected-helper,.waiter-ops__selected-meta span:not(.waiter-ops__table-status),.waiter-ops__order-card-top p,.waiter-ops__order-item small,.waiter-ops__table-card-meta span,.waiter-ops__table-card-value small,.waiter-ops__drawer-header p,.waiter-ops__drawer-summary p,.waiter-ops .helper-text,.waiter-ops .empty-state p{color:#ffffffa3}.waiter-ops__feedback{padding:.9rem 1rem;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#10151df5;font-weight:700}.waiter-ops__feedback--success{border-color:#22c55e33;color:#b7f7c9}.waiter-ops__feedback--danger{border-color:#ef44443d;color:#fecaca}.waiter-ops__topbar-actions{flex-wrap:wrap;justify-content:flex-end}.waiter-ops__topbar-actions .action-button--secondary{background:#ffffff0a;color:#fff;border-color:#ffffff14}.waiter-ops__topbar-actions .action-button--secondary:hover{background:#ffffff14}.waiter-ops__topbar-menu{position:relative}.waiter-ops__topbar-menu summary,.waiter-ops__drawer-close{width:2.9rem;height:2.9rem;display:grid;place-items:center;border-radius:16px;background:#ffffff0d;color:#fff}.waiter-ops__topbar-menu summary::-webkit-details-marker{display:none}.waiter-ops__topbar-menu[open] summary,.waiter-ops__drawer-close:hover{background:#ff7a0029}.waiter-ops__topbar-menu-panel{position:absolute;top:calc(100% + .55rem);right:0;min-width:12.5rem;display:grid;gap:.25rem;padding:.45rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#0f141bfa;box-shadow:0 18px 34px #02061747;z-index:6}.waiter-ops__topbar-menu-panel button{width:100%;padding:.8rem .85rem;border-radius:12px;text-align:left;color:#ffffffdb;background:transparent;font-weight:700}.waiter-ops__topbar-menu-panel button:hover{background:#ffffff0f}.waiter-ops__sync-pill{display:inline-flex;align-items:center;gap:.45rem;min-height:2.55rem;padding:.45rem .85rem;border-radius:999px;background:#ffffff0d;color:#ffffffd1;font-size:.84rem;font-weight:800}.waiter-ops__sync-pill i,.waiter-ops__panel-dot{content:"";width:.55rem;height:.55rem;border-radius:999px;display:block;background:#34d399}.waiter-ops__mobile-tabs,.waiter-ops__mobile-sheet-backdrop,.waiter-ops__fab{display:none}.waiter-ops__board{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1.12fr) minmax(320px,.96fr);gap:1rem;align-items:start}.waiter-ops__column{min-width:0}.waiter-ops__panel,.waiter-ops__drawer{border:1px solid rgba(255,255,255,.08);border-radius:26px;background:linear-gradient(180deg,#171d25fa,#10141bfa),#0c1119f5;box-shadow:0 18px 36px #0206172e}.waiter-ops__panel{display:grid;gap:1rem;padding:1rem}.waiter-ops__column--tables .waiter-ops__panel--tables,.waiter-ops__column--catalog .waiter-ops__panel--catalog{position:sticky;top:1rem}.waiter-ops__panel-header{align-items:flex-start}.waiter-ops__panel-header--stack,.waiter-ops__selected-copy,.waiter-ops__selected-total,.waiter-ops__table-card-main,.waiter-ops__table-card-value,.waiter-ops__catalog-header-meta{display:grid;gap:.35rem}.waiter-ops__panel-header .page-eyebrow,.waiter-ops__selected-copy .page-eyebrow{margin-bottom:0}.waiter-ops__panel-pill{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.42rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd1;font-size:.78rem;font-weight:800}.waiter-ops__panel-pill--accent{border-color:#ff7a0042;background:#ff7a001f;color:#ffbf91}.waiter-ops__table-filters,.waiter-ops__catalog-toolbar,.waiter-ops__orders-section{display:grid;gap:.8rem}.search-field.waiter-ops__table-search,.search-field.waiter-ops__catalog-search{min-height:3.2rem;background:#090e18f0;border-color:#ffffff14;box-shadow:none}.search-field.waiter-ops__table-search input,.search-field.waiter-ops__catalog-search input{background:transparent;color:#fff}.search-field.waiter-ops__table-search input::placeholder,.search-field.waiter-ops__catalog-search input::placeholder{color:#ffffff70}.waiter-ops__filter-tabs,.waiter-ops__order-tabs,.waiter-ops__catalog-tabs{display:flex;flex-wrap:nowrap;gap:.55rem;overflow-x:auto;scrollbar-width:none}.waiter-ops__filter-tabs::-webkit-scrollbar,.waiter-ops__order-tabs::-webkit-scrollbar,.waiter-ops__catalog-tabs::-webkit-scrollbar{display:none}.waiter-ops__filter-tabs button,.waiter-ops__order-tabs button,.waiter-ops__catalog-tabs button,.waiter-ops__mobile-tabs button{min-height:2.75rem;padding:.72rem .95rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#ffffffd6;font-weight:700;white-space:nowrap;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.waiter-ops__filter-tabs button{display:inline-flex;align-items:center;gap:.45rem}.waiter-ops__filter-tabs button i{min-width:1.5rem;height:1.5rem;display:inline-grid;place-items:center;border-radius:999px;background:#ffffff14;color:#ffffffd6;font-style:normal;font-size:.72rem}.waiter-ops__filter-tabs button:hover,.waiter-ops__order-tabs button:hover,.waiter-ops__catalog-tabs button:hover,.waiter-ops__mobile-tabs button:hover,.waiter-ops__table-card:hover,.waiter-ops__secondary-actions button:hover{transform:translateY(-1px)}.waiter-ops__filter-tabs button.is-active,.waiter-ops__order-tabs button.is-active,.waiter-ops__catalog-tabs button.is-active,.waiter-ops__mobile-tabs button.is-active{background:#ff7a002e;border-color:#ff7a004d;color:#fff;box-shadow:none}.waiter-ops__filter-tabs button.is-active i{background:#ffffff24;color:#fff}.waiter-ops__table-list{display:grid;gap:.85rem}.waiter-ops__table-card{padding:.9rem .95rem;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff;text-align:left;box-shadow:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.waiter-ops__table-card.is-active{border-color:#ff7a006b;background:#ff7a001a;box-shadow:0 0 0 1px #ff7a003d,0 12px 24px #ff7a001f}.waiter-ops__table-card--free{border-color:#22c55e2e}.waiter-ops__table-card--occupied{border-color:#ff7a002e}.waiter-ops__table-card--reserved{border-color:#3b82f62e}.waiter-ops__table-card--closing{border-color:#ef44442e}.waiter-ops__table-status{display:inline-flex;align-items:center;justify-content:center;min-height:1.9rem;padding:.3rem .7rem;border-radius:999px;font-size:.75rem;font-weight:800;letter-spacing:.02em;border:1px solid transparent}.waiter-ops__table-status--free{color:#a7f3d0;background:#10b98124;border-color:#10b9812e}.waiter-ops__table-status--occupied{color:#fdba74;background:#f9731624;border-color:#f973162e}.waiter-ops__table-status--reserved{color:#93c5fd;background:#3b82f624;border-color:#3b82f62e}.waiter-ops__table-status--closing{color:#fca5a5;background:#ef444424;border-color:#ef44442e}.waiter-ops__table-card-main{min-width:0;flex:1}.waiter-ops__table-card-heading strong{font-size:1.05rem;line-height:1.1}.waiter-ops__table-card-meta,.waiter-ops__table-card-meta span{display:inline-flex;align-items:center;gap:.35rem}.waiter-ops__table-card-value,.waiter-ops__selected-total{text-align:right;justify-items:end}.waiter-ops__table-card-value b,.waiter-ops__selected-total strong,.waiter-ops__drawer-summary strong,.waiter-ops__section-header strong,.waiter-ops__order-card-total strong{color:#fff}.waiter-ops__selected-top{align-items:flex-start}.waiter-ops__selected-helper{font-size:.9rem}.waiter-ops__selected-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.25rem}.waiter-ops__selected-meta span:not(.waiter-ops__table-status){display:inline-flex;align-items:center;gap:.35rem;min-height:2.05rem;padding:.4rem .72rem;border-radius:999px;background:#ffffff0b;border:1px solid rgba(255,255,255,.06);font-size:.8rem;font-weight:700}.waiter-ops__selected-total strong,.waiter-ops__section-header strong{font-size:clamp(1.45rem,2.5vw,2rem)}.waiter-ops__draft-card,.waiter-ops__orders-section{display:grid;gap:.9rem;padding:1rem;border-radius:22px;border:1px solid rgba(255,255,255,.06);background:#ffffff08}.waiter-ops__section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.waiter-ops__section-header--split{gap:1rem}.waiter-ops__draft-empty,.waiter-ops__catalog-notice,.waiter-ops__service-note{display:grid;gap:.55rem;padding:.95rem 1rem;border-radius:18px;border:1px dashed rgba(255,255,255,.1);background:#090e18c7}.waiter-ops__service-note span{color:#ffffffd1;font-size:.9rem}.waiter-ops__service-note strong{color:#fff}.waiter-ops__orders-list{display:grid;gap:.85rem;max-height:30rem;overflow-y:auto;padding-right:.2rem}.waiter-ops__order-card{display:grid;gap:.9rem;padding:.95rem;border-radius:20px;border:1px solid rgba(255,255,255,.07);background:#ffffff08}.waiter-ops__order-card-top{align-items:flex-start}.waiter-ops__order-card-top strong{display:block;margin-bottom:.18rem;font-size:1rem}.waiter-ops__order-card-items{display:grid;gap:.7rem}.waiter-ops__order-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.6rem;align-items:start;padding:.8rem .85rem;border-radius:18px;background:#090e18d1;border:1px solid rgba(255,255,255,.04)}.waiter-ops__order-item span,.waiter-ops__order-card-total strong{color:#fff}.waiter-ops__order-item small{display:block;margin-top:.18rem}.waiter-ops__order-card-total{padding-top:.2rem;border-top:1px solid rgba(255,255,255,.08);font-weight:800}.waiter-ops__secondary-actions{display:flex;flex-wrap:wrap;gap:.65rem}.waiter-ops__secondary-actions button{display:inline-flex;align-items:center;gap:.45rem;min-height:2.8rem;padding:.72rem .95rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#ffffffd6;font-weight:700}.waiter-ops__selected-footer{display:grid;gap:.75rem;align-items:stretch;margin-top:auto;padding-top:.25rem}.waiter-ops__selected-footer-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.waiter-ops__cta{min-height:3.5rem;border-radius:18px;font-size:.96rem;box-shadow:none}.waiter-ops__cta--add.action-button--primary{padding-block:1rem;background:linear-gradient(135deg,#ff7a00fa,#ff6b2ceb);box-shadow:0 14px 30px #ff6b2c2e}.waiter-ops__cta--send.action-button--secondary{background:#ffffff0d;color:#fff;border-color:#ffffff14}.waiter-ops__cta--close.action-button--ghost{background:#7f1d1d2e;color:#fecaca;border-color:#ef444438}.waiter-ops .action-button:disabled,.waiter-ops .pdv-card__cta:disabled{opacity:.42;cursor:not-allowed;transform:none;box-shadow:none}.waiter-ops__catalog-header-meta{justify-items:end}.waiter-ops__catalog-toolbar{position:sticky;top:0;z-index:2;padding-bottom:.2rem;background:linear-gradient(180deg,#10141bfa 76%,#10141b00)}.waiter-ops .order-item-list{gap:.65rem}.waiter-ops .summary-line{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.08)}.waiter-ops .summary-line:last-child{border-bottom:0}.waiter-ops .summary-line span,.waiter-ops .summary-line strong,.waiter-ops .summary-line small{color:#ffffffe0}.waiter-ops .summary-line span{display:grid;gap:.18rem}.waiter-ops .summary-line__note{color:#ffffff9e}.waiter-ops .action-row--tight{align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.4rem}.waiter-ops .summary-line .action-button--secondary,.waiter-ops .summary-line .action-button--ghost{min-height:2.2rem;background:#ffffff0d;color:#fff;border-color:#ffffff14}.waiter-ops .icon-link{width:2rem;height:2rem;display:grid;place-items:center;border-radius:999px;color:#ffffffc7;background:#ffffff0a}.waiter-ops .pdv-grid--quick-add{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.waiter-ops .pdv-card--quick-add{padding:.75rem;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff;box-shadow:none}.waiter-ops .pdv-card__body{display:grid;gap:.55rem;text-align:left;background:transparent;color:inherit}.waiter-ops .pdv-card__body img{border-radius:18px;aspect-ratio:16 / 11;object-fit:cover}.waiter-ops .pdv-card__body strong,.waiter-ops .pdv-card__body span{color:#fff}.waiter-ops .pdv-card__body span{font-size:.9rem;color:#ffcfac}.waiter-ops .pdv-card__cta{min-height:2.7rem;margin-top:.35rem;border-radius:14px;border:1px solid rgba(255,122,0,.22);background:#ff7a001f;color:#ffbf91;font-weight:800}.waiter-ops .pdv-card__cta:hover{background:#ff7a002e}.waiter-ops .empty-state{padding:1rem;border-radius:20px;border:1px dashed rgba(255,255,255,.08);background:#ffffff05}.waiter-ops .empty-state strong,.waiter-ops .empty-state__icon{color:#fff}.waiter-ops__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:86;display:flex;justify-content:flex-end;background:#02061799;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.waiter-ops__drawer{width:min(520px,100vw);height:100vh;display:grid;grid-template-rows:auto 1fr;border-radius:0;border-left:1px solid rgba(255,255,255,.08);padding:0}.waiter-ops__drawer-header{align-items:flex-start;padding:1rem 1rem .95rem;border-bottom:1px solid rgba(255,255,255,.08)}.waiter-ops__drawer-header h2{margin-top:.35rem;color:#fff;font-size:1.45rem}.waiter-ops__drawer-body{min-height:0;padding:1rem;overflow-y:auto}.waiter-ops__drawer .stack-form{gap:.9rem}.waiter-ops__drawer label,.waiter-ops__drawer .helper-text{color:#ffffffb8}.waiter-ops__drawer input,.waiter-ops__drawer select,.waiter-ops__drawer textarea{background:#090e18e6;color:#fff;border-color:#ffffff14}.waiter-ops__drawer-summary{display:grid;gap:.3rem;padding:1rem;border-radius:22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.waiter-ops__drawer-summary--danger{border-color:#ef444438;background:#7f1d1d2e}.waiter-ops__drawer-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.waiter-ops__settlement-grid,.waiter-ops__settlement-summary{display:grid;gap:.75rem}.waiter-ops__settlement-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.waiter-ops__settlement-card{display:grid;gap:.28rem;padding:.95rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.waiter-ops__settlement-card small{color:#ffffffa3}.waiter-ops__settlement-card strong{color:#f8fafc;font-size:1.05rem}.waiter-ops__settlement-card.is-balanced{border-color:#22c55e3d;background:#1665342e}.waiter-ops__settlement-card.is-pending{border-color:#f59e0b3d;background:#78350f2e}.waiter-ops__settlement-card.is-over{border-color:#3b82f63d;background:#1e40af2e}@media(max-width:1399px){.waiter-ops__board{grid-template-columns:minmax(250px,300px) minmax(0,1fr)}.waiter-ops__column--catalog{grid-column:1 / -1}}@media(max-width:1199px){.waiter-ops__board,.waiter-ops__settlement-summary{grid-template-columns:1fr}.waiter-ops__column--tables .waiter-ops__panel--tables,.waiter-ops__column--catalog .waiter-ops__panel--catalog{position:static}.waiter-ops .pdv-grid--quick-add{grid-template-columns:1fr}}@media(max-width:699px){.tables-ops-card__footer{grid-template-columns:1fr}}@media(max-width:1023px){.waiter-ops{padding-bottom:6.5rem}.waiter-ops__topbar,.waiter-ops__selected-top,.waiter-ops__selected-footer-row,.waiter-ops__section-header--split{display:grid}}@media(max-width:767px){.waiter-ops{padding:.9rem;padding-bottom:calc(8.8rem + env(safe-area-inset-bottom,0px));border-radius:24px}.waiter-ops__mobile-tabs{display:grid;position:fixed;left:.85rem;right:.85rem;bottom:calc(.85rem + env(safe-area-inset-bottom,0px));z-index:46;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:.45rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#0b1016fa;box-shadow:0 18px 36px #02061747}.waiter-ops__column{display:none}.waiter-ops__column.is-mobile-active{display:block}.waiter-ops__mobile-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:47;background:#0206179e;display:block;cursor:pointer}.waiter-ops__column--catalog{display:block;position:fixed;left:.6rem;right:.6rem;bottom:calc(4.95rem + env(safe-area-inset-bottom,0px));z-index:48;transform:translateY(calc(100% + 2rem));transition:transform .24s ease;pointer-events:none}.waiter-ops__column--catalog.is-mobile-active{transform:translateY(0);pointer-events:auto}.waiter-ops__column--catalog .waiter-ops__panel--catalog{max-height:min(78vh,720px);overflow-y:auto;border-radius:24px}.waiter-ops__selected-meta,.waiter-ops__secondary-actions,.waiter-ops__selected-footer-row{grid-template-columns:1fr;display:grid}.waiter-ops__fab{position:fixed;right:.85rem;bottom:calc(6.2rem + env(safe-area-inset-bottom,0px));z-index:49;display:inline-flex;align-items:center;gap:.5rem;min-height:3.35rem;padding:.85rem 1rem;border-radius:999px;background:linear-gradient(135deg,#ff7a00fa,#ff6b2ceb);color:#fff;font-weight:800;box-shadow:0 18px 36px #ff6b2c47}.waiter-ops__fab span{white-space:nowrap}.waiter-ops__drawer,.waiter-ops__column--catalog .waiter-ops__panel--catalog{width:100%}}.dashboard-ops{display:grid;gap:1rem;padding:1rem;border-radius:32px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top left,rgba(255,122,0,.12),transparent 24rem),radial-gradient(circle at top right,rgba(56,189,248,.1),transparent 22rem),linear-gradient(180deg,#0f1115fa,#080b10fa);color:#fffffff0;box-shadow:0 28px 70px #0206173d}.dashboard-ops__hero,.dashboard-ops__hero-title,.dashboard-ops__hero-actions,.dashboard-ops__card-header,.dashboard-ops__live-item,.dashboard-ops__live-item-right,.dashboard-ops__status-row,.dashboard-ops__summary-list>div,.dashboard-ops__table-row,.dashboard-ops__table-row-right{display:flex;align-items:center;justify-content:space-between;gap:.9rem}.dashboard-ops__hero{align-items:flex-start}.dashboard-ops__hero-copy{display:grid;gap:.6rem}.dashboard-ops__hero-title{justify-content:flex-start}.dashboard-ops__hero-title h1{font-size:clamp(2rem,4vw,3rem);line-height:.96;color:#fff}.dashboard-ops__hero-copy p,.dashboard-ops__card-header p,.dashboard-ops__metric p,.dashboard-ops__metric small,.dashboard-ops__live-item p,.dashboard-ops__status-row span,.dashboard-ops__summary-list small,.dashboard-ops__table-row p,.dashboard-ops .empty-state p{color:#ffffffa8}.dashboard-ops__live-pill{display:inline-flex;align-items:center;gap:.45rem;min-height:2rem;padding:.42rem .82rem;border-radius:999px;background:#22c55e1f;color:#86efac;font-size:.8rem;font-weight:800}.dashboard-ops__live-pill i{width:.55rem;height:.55rem;border-radius:999px;display:block;background:#22c55e}.dashboard-ops__metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.dashboard-ops__metric,.dashboard-ops__card{border:1px solid rgba(255,255,255,.08);border-radius:28px;background:linear-gradient(180deg,#181f28f5,#10151ff5),#0c1119f5;box-shadow:0 22px 44px #02061733;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.dashboard-ops__metric{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;padding:1rem 1.05rem}.dashboard-ops__metric-icon{width:3rem;height:3rem;display:grid;place-items:center;border-radius:1.1rem;background:#ffffff0f}.dashboard-ops__metric--orange .dashboard-ops__metric-icon{color:#ff8c46;background:#ff7a0029}.dashboard-ops__metric--teal .dashboard-ops__metric-icon{color:#34d399;background:#10b98129}.dashboard-ops__metric--gold .dashboard-ops__metric-icon{color:#fbbf24;background:#f59e0b2e}.dashboard-ops__metric--violet .dashboard-ops__metric-icon{color:#a78bfa;background:#8b5cf62e}.dashboard-ops__metric strong{display:block;margin:.24rem 0;font-size:clamp(1.45rem,2.8vw,2.15rem);line-height:1;color:#fff}.dashboard-ops__segment-grid{display:grid;gap:1rem}.dashboard-ops__segment-grid--event{grid-template-columns:minmax(0,1.1fr) minmax(0,.85fr) minmax(0,.85fr)}.dashboard-ops__segment-grid--restaurant,.dashboard-ops__segment-grid--shop{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-ops__segment-grid--delivery{grid-template-columns:1.15fr .95fr .8fr}.dashboard-ops__card{display:grid;gap:1rem;padding:1rem;min-width:0}.dashboard-ops__card-header{align-items:flex-start}.dashboard-ops__card-header h2{color:#fff;font-size:1.28rem;line-height:1.08}.dashboard-ops__live-list,.dashboard-ops__status-stack,.dashboard-ops__summary-list,.dashboard-ops__table-stack{display:grid;gap:.8rem}.dashboard-ops__live-item,.dashboard-ops__status-row,.dashboard-ops__summary-list>div,.dashboard-ops__table-row,.dashboard-ops__origin-card{padding:.95rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.dashboard-ops__live-item strong,.dashboard-ops__status-row strong,.dashboard-ops__summary-list strong,.dashboard-ops__table-row strong,.dashboard-ops__origin-card strong{color:#fff}.dashboard-ops__live-item p,.dashboard-ops__summary-list small,.dashboard-ops__table-row p{margin-top:.18rem}.dashboard-ops__live-item-right,.dashboard-ops__table-row-right{align-items:flex-end;flex-direction:column}.dashboard-ops__origin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.dashboard-ops__origin-card{display:grid;gap:.45rem}.dashboard-ops__origin-card span{display:inline-flex;align-items:center;gap:.4rem;color:#ffffffb8;font-size:.86rem;font-weight:700}.dashboard-ops__origin-card strong{font-size:1.55rem}.dashboard-ops__table-pill{min-height:1.9rem;padding:.32rem .72rem;border-radius:999px;font-size:.75rem;font-weight:800}.dashboard-ops__table-pill--free{color:#86efac;background:#10b98124}.dashboard-ops__table-pill--occupied{color:#fdba74;background:#f9731624}.dashboard-ops__table-pill--closing{color:#fca5a5;background:#ef444424}.dashboard-ops__chart{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.7rem;align-items:end;min-height:17rem}.dashboard-ops__chart-bar{display:grid;justify-items:center;gap:.55rem;min-width:0}.dashboard-ops__chart-value{color:#ffffffb8;font-size:.75rem;font-weight:700;text-align:center}.dashboard-ops__chart-track{width:100%;min-height:11rem;display:flex;align-items:flex-end;padding:.35rem;border-radius:999px;background:#ffffff0a}.dashboard-ops__chart-track i{width:100%;border-radius:999px;display:block;background:linear-gradient(180deg,#ff8b3d,#ff6b2c);box-shadow:0 10px 22px #ff6b2c33}.dashboard-ops__chart-bar span{color:#ffffffb8;font-size:.78rem;font-weight:700}.dashboard-ops .empty-state{padding:1rem;border-radius:22px;background:#ffffff08}.dashboard-ops .empty-state strong,.dashboard-ops .empty-state__icon{color:#fff}@media(max-width:1199px){.dashboard-ops__metrics-grid,.dashboard-ops__segment-grid--event,.dashboard-ops__segment-grid--delivery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:899px){.dashboard-ops__hero,.dashboard-ops__hero-actions,.dashboard-ops__card-header{display:grid}.dashboard-ops__segment-grid--restaurant,.dashboard-ops__segment-grid--shop,.dashboard-ops__segment-grid--event,.dashboard-ops__segment-grid--delivery,.dashboard-ops__origin-grid{grid-template-columns:1fr}}@media(max-width:639px){.dashboard-ops{gap:.8rem;padding:.8rem;border-radius:24px}.dashboard-ops__hero{gap:.7rem;padding-bottom:.15rem}.dashboard-ops__hero-copy{gap:.45rem}.dashboard-ops__hero-copy .page-eyebrow{padding:.32rem .62rem;font-size:.62rem;letter-spacing:.14em}.dashboard-ops__hero-title{gap:.45rem}.dashboard-ops__hero-title h1{font-size:clamp(1.55rem,6.2vw,2.05rem);line-height:1.02;max-width:11ch}.dashboard-ops__hero-copy p{font-size:.84rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.dashboard-ops__hero-actions{gap:.55rem}.dashboard-ops__hero-actions .action-button{width:100%;min-height:2.85rem;padding:.8rem 1rem;border-radius:18px;font-size:.92rem}.dashboard-ops__live-pill{min-height:1.8rem;padding:.35rem .68rem;font-size:.72rem;gap:.35rem}.dashboard-ops__metrics-grid{grid-template-columns:1fr;gap:.75rem}.dashboard-ops__metric,.dashboard-ops__card{border-radius:22px}.dashboard-ops__metric{gap:.85rem;padding:.88rem .92rem}.dashboard-ops__metric-icon{width:2.65rem;height:2.65rem}.dashboard-ops__hero-title,.dashboard-ops__live-item,.dashboard-ops__live-item-right,.dashboard-ops__summary-list>div,.dashboard-ops__table-row,.dashboard-ops__table-row-right{display:grid}.dashboard-ops__chart{grid-template-columns:repeat(7,minmax(2.7rem,1fr));overflow-x:auto;padding-bottom:.35rem}}.orders-ops{--orders-surface: linear-gradient(180deg, rgba(18, 22, 31, .96), rgba(11, 15, 23, .98));--orders-surface-strong: linear-gradient(180deg, rgba(24, 30, 41, .96), rgba(15, 20, 30, .98));--orders-border: rgba(148, 163, 184, .14);--orders-text: #f8fafc;--orders-muted: #94a3b8;--orders-accent: #ff7a00;--orders-accent-rgb: 255, 122, 0;--orders-shadow: 0 24px 60px rgba(2, 6, 23, .28);display:grid;gap:1.15rem;color:var(--orders-text)}.orders-ops .action-button--secondary,.orders-ops .action-button--ghost{border-color:#ffffff14;color:var(--orders-text)}.orders-ops .action-button--secondary{background:#0f172a94}.orders-ops .action-button--ghost{background:#ffffff0a}.orders-ops--event{--orders-accent: #8b5cf6;--orders-accent-rgb: 139, 92, 246}.orders-ops--restaurant{--orders-accent: #ff7a00;--orders-accent-rgb: 255, 122, 0}.orders-ops--delivery{--orders-accent: #3b82f6;--orders-accent-rgb: 59, 130, 246}.orders-ops--shop{--orders-accent: #22c55e;--orders-accent-rgb: 34, 197, 94}.orders-ops__header,.orders-ops__metric,.orders-ops__toolbar,.orders-ops__column,.orders-ops__drawer,.orders-ops__list-view,.orders-ops__footer-bar,.orders-ops__sheet,.orders-ops__drawer-placeholder{border:1px solid var(--orders-border);background:var(--orders-surface);box-shadow:var(--orders-shadow)}.orders-ops__header,.orders-ops__toolbar,.orders-ops__list-view,.orders-ops__footer-bar,.orders-ops__drawer,.orders-ops__drawer-placeholder{border-radius:28px}.orders-ops__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.3rem;overflow:hidden;position:relative}.orders-ops__header:after{content:"";position:absolute;inset:auto -8% -55% auto;width:20rem;height:20rem;border-radius:999px;background:radial-gradient(circle,rgba(var(--orders-accent-rgb),.18),transparent 70%);pointer-events:none}.orders-ops__header-copy{display:grid;gap:.35rem;position:relative;z-index:1}.orders-ops__title-row{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem}.orders-ops__title-row h1{margin:0;font-size:clamp(1.7rem,3vw,2.45rem);line-height:1;letter-spacing:-.05em;color:var(--orders-text)}.orders-ops__segment-pill{display:inline-flex;align-items:center;gap:.38rem;padding:.45rem .8rem;border-radius:999px;background:rgba(var(--orders-accent-rgb),.15);color:#ffffffeb;font-size:.78rem;font-weight:800;letter-spacing:.03em}.orders-ops__header-copy p{margin:0;max-width:42rem;color:var(--orders-muted);font-size:1rem;line-height:1.5}.orders-ops__header-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.7rem;position:relative;z-index:1}.orders-ops__alert-button{min-height:2.95rem;display:inline-flex;align-items:center;gap:.62rem;padding:.72rem .92rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#0f172a94;color:var(--orders-text);box-shadow:inset 0 1px #ffffff0a;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.orders-ops__alert-button:hover{transform:translateY(-1px);border-color:rgba(var(--orders-accent-rgb),.34);box-shadow:0 14px 28px #02061733}.orders-ops__alert-button span{font-weight:800}.orders-ops__alert-button i{min-width:1.7rem;padding:.16rem .44rem;border-radius:999px;background:rgba(var(--orders-accent-rgb),.16);color:#fff;font-size:.74rem;font-style:normal;font-weight:800;text-align:center}.orders-ops__header-menu{position:relative}.orders-ops__header-menu summary{width:2.9rem;height:2.9rem;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#0f172a99;color:var(--orders-text);list-style:none;cursor:pointer}.orders-ops__header-menu summary::-webkit-details-marker{display:none}.orders-ops__header-menu-panel{position:absolute;right:0;top:calc(100% + .55rem);min-width:220px;z-index:20;display:grid;gap:.45rem;padding:.7rem;border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#090d16f5;box-shadow:0 20px 44px #02061757}.orders-ops__header-menu-panel .action-button{justify-content:flex-start}.orders-ops__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.orders-ops__metric{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:center;padding:1rem;border-radius:24px;position:relative;overflow:hidden;background:linear-gradient(180deg,#1b222ef5,#0e121cfa),#0b0f17fa}.orders-ops__metric:after{content:"";position:absolute;inset:auto auto -55% -5%;width:8rem;height:8rem;border-radius:999px;background:radial-gradient(circle,rgba(var(--orders-accent-rgb),.14),transparent 74%);pointer-events:none}.orders-ops__metric-icon{width:2.45rem;height:2.45rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:rgba(var(--orders-accent-rgb),.18);box-shadow:inset 0 0 0 1px #ffffff0f}.orders-ops__metric strong{display:block;margin-top:.14rem;color:var(--orders-text);font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.04}.orders-ops__metric small,.orders-ops__metric p{display:block;margin:0;color:var(--orders-muted)}.orders-ops__metric small{font-size:.78rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.orders-ops__metric p{margin-top:.24rem;font-size:.82rem}.orders-ops__metric i{display:inline-flex;align-items:center;gap:.35rem;margin-top:.52rem;color:#ffffffc7;font-size:.76rem;font-style:normal;font-weight:700}.orders-ops__metric--gold .orders-ops__metric-icon{color:#fbbf24}.orders-ops__metric--blue .orders-ops__metric-icon,.orders-ops__metric--blue-strong .orders-ops__metric-icon{color:#60a5fa}.orders-ops__metric--green .orders-ops__metric-icon{color:#34d399}.orders-ops__metric--violet .orders-ops__metric-icon{color:#c084fc}.orders-ops__metric--teal .orders-ops__metric-icon{color:#2dd4bf}.orders-ops__toolbar{display:grid;gap:.85rem;padding:1rem;background:linear-gradient(180deg,#111721f0,#0a0f16fa),#0a0f16fa}.orders-ops__search{max-width:520px}.orders-ops__search input{color:var(--orders-text)}.orders-ops__filters{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.15rem}.orders-ops__filters button{border:1px solid rgba(255,255,255,.08);background:#0f172a80;color:var(--orders-muted);display:inline-flex;align-items:center;gap:.5rem;padding:.68rem .9rem;border-radius:999px;font-weight:700;white-space:nowrap;transition:transform .16s ease,border-color .16s ease,color .16s ease,background .16s ease}.orders-ops__filters button:hover,.orders-ops__filters button.is-active{transform:translateY(-1px)}.orders-ops__filters button.is-active{color:#fff;border-color:rgba(var(--orders-accent-rgb),.38);background:rgba(var(--orders-accent-rgb),.22);box-shadow:0 0 0 1px rgba(var(--orders-accent-rgb),.1)}.orders-ops__filters button i{min-width:1.6rem;padding:.14rem .4rem;border-radius:999px;background:#ffffff14;color:inherit;font-size:.72rem;font-style:normal}.orders-ops__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:start;min-height:0}.orders-ops__main{min-width:0}.orders-ops__kanban{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(292px,1fr);gap:1rem;overflow-x:auto;padding-bottom:.1rem;align-items:start}.orders-ops__column{display:grid;grid-template-rows:auto minmax(0,1fr);gap:.85rem;min-height:440px;max-height:calc(100vh - 20rem);padding:1rem;border-radius:28px;overflow:hidden}.orders-ops__column--violet{background:linear-gradient(180deg,#2c1a4d52,#0f131df5),var(--orders-surface)}.orders-ops__column--orange,.orders-ops__column--gold,.orders-ops__column--amber{background:linear-gradient(180deg,#552a0d4d,#0f131df5),var(--orders-surface)}.orders-ops__column--blue,.orders-ops__column--blue-strong,.orders-ops__column--teal{background:linear-gradient(180deg,#10345847,#0f131df5),var(--orders-surface)}.orders-ops__column--green{background:linear-gradient(180deg,#0e403142,#0f131df5),var(--orders-surface)}.orders-ops__column-header{padding-bottom:.95rem;border-bottom:1px solid rgba(255,255,255,.06)}.orders-ops__column-eyebrow{display:inline-flex;align-items:center;gap:.42rem;color:#ffffffeb;font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.orders-ops__column-header strong{display:block;margin-top:.48rem;color:var(--orders-text);font-size:1.12rem}.orders-ops__column-header p{margin:.28rem 0 0;color:var(--orders-muted);font-size:.86rem;line-height:1.5}.orders-ops__column-body,.orders-ops__list-view{display:grid;gap:.85rem;align-content:start}.orders-ops__column-body{min-height:0;overflow-y:auto;padding-right:.15rem;scrollbar-gutter:stable}.orders-ops__card{position:relative;display:grid;gap:.8rem;min-height:11rem;padding:.95rem;border-radius:24px;border:1px solid rgba(255,255,255,.07);background:var(--orders-surface-strong);box-shadow:inset 0 1px #ffffff08;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;overflow:hidden}.orders-ops__card:after{content:"";position:absolute;inset:auto auto -52% -10%;width:7rem;height:7rem;border-radius:999px;background:radial-gradient(circle,rgba(var(--orders-accent-rgb),.16),transparent 75%);opacity:.72;pointer-events:none}.orders-ops__card:hover,.orders-ops__card.is-selected{transform:translateY(-2px);border-color:rgba(var(--orders-accent-rgb),.34);box-shadow:0 16px 34px #02061742}.orders-ops__card--orange{border-left:3px solid #fb923c}.orders-ops__card--gold,.orders-ops__card--amber{border-left:3px solid #fbbf24}.orders-ops__card--blue,.orders-ops__card--blue-strong,.orders-ops__card--teal{border-left:3px solid #60a5fa}.orders-ops__card--green{border-left:3px solid #34d399}.orders-ops__card--violet{border-left:3px solid #c084fc}.orders-ops__card-surface{all:unset;box-sizing:border-box;display:grid;gap:.76rem;width:100%;min-width:0;padding:0;border:0;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none;text-align:left;color:inherit;cursor:pointer}.orders-ops__card-surface:focus-visible{outline:2px solid rgba(var(--orders-accent-rgb),.5);outline-offset:4px}.orders-ops__card-top,.orders-ops__card-meta,.orders-ops__card-footer,.orders-ops__card-status-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.8rem}.orders-ops__card-top>div:first-child,.orders-ops__card-status-row small,.orders-ops__card-meta span,.orders-ops__card-responsible strong{min-width:0}.orders-ops__card-top>div:first-child{flex:1 1 0}.orders-ops__card-code{display:block;color:#ffffffb8;font-size:.76rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.orders-ops__card-top strong{display:block;margin-top:.24rem;color:var(--orders-text);font-size:1rem;line-height:1.32;overflow-wrap:anywhere}.orders-ops__card-time{display:grid;justify-items:end;flex:0 0 auto;gap:.24rem;color:var(--orders-muted);font-size:.76rem;font-weight:700}.orders-ops__card-time i{padding:.16rem .48rem;border-radius:999px;background:#ef444429;color:#fca5a5;font-style:normal}.orders-ops__card-time em{padding:.16rem .48rem;border-radius:999px;background:rgba(var(--orders-accent-rgb),.18);color:#fffffff0;font-style:normal;animation:ordersFreshPulse 1.8s ease-in-out infinite}.orders-ops__status-pill,.orders-ops__payment-pill{display:inline-flex;align-items:center;gap:.38rem;padding:.34rem .68rem;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.03em;white-space:nowrap}.orders-ops__status-pill--orange{background:#fb923c29;color:#fdba74}.orders-ops__status-pill--gold,.orders-ops__status-pill--amber{background:#fbbf2429;color:#fcd34d}.orders-ops__status-pill--blue,.orders-ops__status-pill--blue-strong,.orders-ops__status-pill--teal{background:#60a5fa29;color:#93c5fd}.orders-ops__status-pill--green{background:#34d39929;color:#6ee7b7}.orders-ops__status-pill--violet{background:#c084fc29;color:#d8b4fe}.orders-ops__status-pill--neutral{background:#94a3b829;color:#cbd5f5}.orders-ops__payment-pill--success{background:#10b98129;color:#6ee7b7}.orders-ops__payment-pill--warning{background:#fbbf2429;color:#fcd34d}.orders-ops__payment-pill--danger{background:#ef444429;color:#fca5a5}.orders-ops__card-status-row small,.orders-ops__card-meta span:last-child{color:var(--orders-muted);font-size:.8rem;line-height:1.4}.orders-ops__card-items{display:grid;gap:.34rem}.orders-ops__card-items span{color:#f8fafcf0;font-size:.86rem;line-height:1.42;overflow-wrap:anywhere}.orders-ops__card-extra{color:var(--orders-muted);font-size:.76rem;font-weight:700}.orders-ops__card-meta span:first-child{color:var(--orders-text);font-size:1rem;font-weight:800}.orders-ops__card-responsible{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.8rem;padding-top:.22rem;border-top:1px solid rgba(255,255,255,.06)}.orders-ops__card-responsible span{color:var(--orders-muted);font-size:.72rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.orders-ops__card-responsible strong{color:#ffffffe6;font-size:.82rem;line-height:1.4;text-align:right;overflow-wrap:anywhere}.orders-ops__card--dense{min-height:8.75rem;gap:.68rem;padding:.78rem .82rem;border-radius:20px}.orders-ops__card--dense .orders-ops__card-surface{gap:.58rem}.orders-ops__card--dense .orders-ops__card-top,.orders-ops__card--dense .orders-ops__card-meta,.orders-ops__card--dense .orders-ops__card-footer,.orders-ops__card--dense .orders-ops__card-status-row{gap:.55rem}.orders-ops__card--dense .orders-ops__card-code,.orders-ops__card--dense .orders-ops__card-responsible span{font-size:.69rem}.orders-ops__card--dense .orders-ops__card-top strong{margin-top:.18rem;font-size:.92rem;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.orders-ops__card--dense .orders-ops__card-time,.orders-ops__card--dense .orders-ops__card-status-row small,.orders-ops__card--dense .orders-ops__card-meta span:last-child,.orders-ops__card--dense .orders-ops__card-responsible strong,.orders-ops__card--dense .orders-ops__card-extra{font-size:.74rem}.orders-ops__card--dense .orders-ops__status-pill,.orders-ops__card--dense .orders-ops__payment-pill{padding:.28rem .58rem;font-size:.68rem}.orders-ops__card--dense .orders-ops__card-items{gap:.24rem}.orders-ops__card--dense .orders-ops__card-items span{font-size:.78rem;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.orders-ops__card--dense .orders-ops__card-meta span:first-child{font-size:.92rem}.orders-ops__card--dense .orders-ops__card-responsible{gap:.55rem;padding-top:.14rem}.orders-ops__card-footer .action-button{min-width:0;flex:1 1 10rem}.orders-ops__empty-column{display:grid;gap:.3rem;align-content:start;padding:.9rem;border-radius:20px;border:1px dashed rgba(255,255,255,.08);background:#0f172a5c;justify-items:start}.orders-ops__empty-column svg{color:#ffffff70}.orders-ops__empty-column span{color:var(--orders-text);font-weight:700}.orders-ops__empty-column small{color:var(--orders-muted);line-height:1.4}.orders-ops__drawer{position:sticky;top:1.1rem;min-height:calc(100vh - 10rem);overflow:hidden;background:linear-gradient(180deg,#141a25fa,#0a0e16fa),#0a0e16fa}.orders-ops__drawer-shell{height:100%;display:grid;grid-template-rows:auto minmax(0,1fr)}.orders-ops__drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem .95rem;border-bottom:1px solid rgba(255,255,255,.07)}.orders-ops__drawer-header h2{margin:.18rem 0 0;color:var(--orders-text);font-size:1.45rem}.orders-ops__drawer-header p{margin:.28rem 0 0;color:var(--orders-muted)}.orders-ops__drawer-body{min-height:0;display:grid;gap:1rem;padding:1rem;overflow-y:auto}.orders-ops__drawer-hero,.orders-ops__detail-block,.orders-ops__drawer-placeholder{display:grid;gap:.75rem;padding:1rem;border-radius:22px;border:1px solid rgba(255,255,255,.06);background:#0f172a8c}.orders-ops__print-ticket{display:grid;gap:.28rem;padding:.95rem 1rem;border-radius:18px;border:1px dashed rgba(255,255,255,.16);background:#ffffff05}.orders-ops__print-kicker{color:var(--orders-accent);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.orders-ops__print-ticket strong{color:var(--orders-text)}.orders-ops__print-ticket small{color:var(--orders-muted);line-height:1.45}.orders-ops__drawer-shell--restaurant[data-print-kind=table] .orders-ops__print-ticket{border-color:#fb923c3d;background:linear-gradient(180deg,#7c2d122e,#ffffff05)}.orders-ops__drawer-shell--restaurant[data-print-kind=pickup] .orders-ops__print-ticket{border-color:#60a5fa3d;background:linear-gradient(180deg,#1e40af29,#ffffff05)}.orders-ops__drawer-shell--restaurant[data-print-kind=delivery] .orders-ops__print-ticket{border-color:#4ade8038;background:linear-gradient(180deg,#15803d29,#ffffff05)}.orders-ops__drawer-hero{gap:.8rem}.orders-ops__drawer-hero-copy strong{display:block;color:var(--orders-text);font-size:1.08rem}.orders-ops__drawer-hero-copy span{display:block;margin-top:.22rem;color:var(--orders-muted);font-size:.84rem}.orders-ops__drawer-pills{display:flex;flex-wrap:wrap;gap:.5rem}.orders-ops__summary-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.orders-ops__summary-item{display:grid;gap:.22rem;padding:.8rem .85rem;border-radius:18px;background:#ffffff08}.orders-ops__summary-item span{color:var(--orders-muted);font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.orders-ops__summary-item strong{color:var(--orders-text);font-size:.92rem;line-height:1.42}.orders-ops__detail-block-header{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem}.orders-ops__detail-block-header h3{margin:0;color:var(--orders-text);font-size:1rem}.orders-ops__detail-block-header small{color:var(--orders-muted)}.orders-ops__item-list,.orders-ops__totals,.orders-ops__drawer-actions{display:grid;gap:.65rem}.orders-ops__item-row,.orders-ops__totals>div{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.orders-ops__item-row strong,.orders-ops__item-row b,.orders-ops__totals strong{color:var(--orders-text)}.orders-ops__item-row small,.orders-ops__totals span{display:block;margin-top:.18rem;color:var(--orders-muted);line-height:1.42}.orders-ops__totals-total{padding-top:.65rem;border-top:1px solid rgba(255,255,255,.07)}.orders-ops__totals-total strong{font-size:1.1rem}.orders-ops__note-banner{display:flex;align-items:flex-start;gap:.55rem;padding:.82rem .9rem;border-radius:18px;background:rgba(var(--orders-accent-rgb),.12);color:#f8fafcf0}.orders-ops__drawer-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-ops__drawer-actions .action-button:first-child{grid-column:1 / -1}.orders-ops__drawer-placeholder{min-height:320px;align-content:center}.orders-ops__drawer-placeholder h3{margin:0;color:var(--orders-text)}.orders-ops__drawer-placeholder p{margin:0;color:var(--orders-muted);line-height:1.5}.orders-ops__footer-bar{position:static;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.82rem 1rem;background:linear-gradient(180deg,#111721eb,#0a0e16fa),#0a0e16fa}.orders-ops__footer-metrics{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.orders-ops__footer-metrics span,.orders-ops__footer-status{color:var(--orders-muted);font-size:.82rem}.orders-ops__footer-metrics b,.orders-ops__footer-status strong{margin-right:.3rem;color:var(--orders-text)}.orders-ops__footer-status{display:flex;align-items:center;gap:.8rem}.orders-ops__sync-pill{display:inline-flex;align-items:center;gap:.38rem;padding:.35rem .68rem;border-radius:999px;background:#34d39924;color:#6ee7b7;font-size:.74rem;font-weight:800;letter-spacing:.03em}.orders-ops__sync-pill i{width:.48rem;height:.48rem;border-radius:999px;background:currentColor}@keyframes ordersFreshPulse{0%,to{box-shadow:0 0 rgba(var(--orders-accent-rgb),.16);opacity:.92}50%{box-shadow:0 0 0 .5rem rgba(var(--orders-accent-rgb),0);opacity:1}}.orders-ops__sheet-backdrop{padding:0}.orders-ops__sheet{width:min(760px,100%);max-height:min(92vh,860px);border-radius:30px 30px 0 0;overflow:hidden}.orders-ops__sheet-handle{width:3.2rem;height:.34rem;margin:.85rem auto 0;border-radius:999px;background:#ffffff2e}.orders-ops__sheet .orders-ops__drawer{position:static;min-height:auto;border:0;border-radius:0;box-shadow:none;background:transparent}.orders-ops__sheet .orders-ops__drawer-shell{max-height:calc(92vh - 1.2rem)}.orders-ops__sheet .orders-ops__drawer-header{padding-top:.8rem}@media(min-width:1024px){.orders-ops__toolbar{grid-template-columns:minmax(0,360px) minmax(0,1fr);align-items:center}.orders-ops__layout{grid-template-columns:minmax(0,1fr) 360px}}@media(max-width:1279px){.orders-ops__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-ops__summary-grid{grid-template-columns:1fr}}@media(max-width:1023px){.orders-ops{padding-bottom:5.5rem}.orders-ops__header,.orders-ops__toolbar,.orders-ops__list-view,.orders-ops__footer-bar{border-radius:24px}.orders-ops__header-actions{width:100%;justify-content:flex-start}.orders-ops__header-actions .action-button{flex:1 1 180px}.orders-ops__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-ops__layout{grid-template-columns:1fr}.orders-ops__column{max-height:none}.orders-ops__footer-bar{position:static;display:grid;gap:.8rem}}@media(max-width:720px){.orders-ops__header,.orders-ops__toolbar,.orders-ops__list-view,.orders-ops__footer-bar{padding:.95rem}.orders-ops__metrics{grid-template-columns:1fr}.orders-ops__card-top,.orders-ops__card-status-row,.orders-ops__card-meta,.orders-ops__card-footer{flex-direction:column;align-items:flex-start}.orders-ops__card-time{justify-items:start}.orders-ops__card-responsible{align-items:flex-start}.orders-ops__card-responsible strong{text-align:left}.orders-ops__drawer-actions,.orders-ops__summary-grid{grid-template-columns:1fr}}.history-ops{display:grid;gap:1rem}.history-ops__metrics,.history-ops__toolbar,.history-ops__list-panel,.history-ops__detail-panel{border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#090d16f2;box-shadow:0 20px 44px #02061747}.history-ops__metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;padding:1rem}.history-ops__metric-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:center;padding:.95rem 1rem;border-radius:20px;background:linear-gradient(180deg,#19212ff0,#0d121cfa)}.history-ops__metric-icon{width:2.45rem;height:2.45rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#f59e0b;background:#f59e0b29}.history-ops__metric-card small,.history-ops__metric-card p{display:block;margin:0;color:#cbd5e1c7}.history-ops__metric-card small{font-size:.76rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.history-ops__metric-card strong{display:block;margin-top:.16rem;color:#f8fafc;font-size:clamp(1.15rem,2vw,1.6rem);line-height:1.05}.history-ops__metric-card p{margin-top:.24rem;font-size:.82rem}.history-ops__toolbar{display:grid;gap:.9rem;padding:1rem}.history-ops__search{max-width:560px}.history-ops__filter-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.history-ops__filter-grid label{display:grid;gap:.32rem;min-width:0}.history-ops__filter-grid label span{color:#e2e8f0c7;font-size:.72rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.history-ops__filter-grid select,.history-ops__filter-grid input{min-height:2.8rem;padding:.7rem .85rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#0f172ab8;color:#f8fafc}.history-ops__clear-button{min-height:2.8rem;align-self:end;padding:.72rem .95rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#0f172ab8;color:#f8fafceb;font-weight:800;transition:transform .16s ease,border-color .16s ease,background .16s ease}.history-ops__clear-button:hover{transform:translateY(-1px);border-color:#f59e0b47;background:#374151c2}.history-ops__layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.history-ops__list-panel,.history-ops__detail-panel{min-width:0;padding:1rem}.history-ops__list-header,.history-ops__detail-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.8rem;padding-bottom:.9rem;border-bottom:1px solid rgba(255,255,255,.08)}.history-ops__list-header h2,.history-ops__detail-header h2{color:#f8fafc;font-size:1.35rem}.history-ops__list-header small,.history-ops__detail-header p{margin:0;color:#cbd5e1c2}.history-ops__list-header small{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem}.history-ops__list{display:grid;gap:.8rem;margin-top:1rem}.history-ops__pagination,.history-ops__pagination-actions{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.history-ops__pagination{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap}.history-ops__pagination-summary{color:#cbd5e1c2;font-size:.84rem}.history-ops__pagination-button{min-height:2.8rem;padding:.72rem 1rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#0f172ab8;color:#f8fafcf0;font-weight:800;transition:transform .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}.history-ops__pagination-button:hover:not(:disabled){transform:translateY(-1px);border-color:#f59e0b47;background:#374151c2}.history-ops__pagination-button:disabled{opacity:.45;cursor:not-allowed}.history-ops__card{all:unset;box-sizing:border-box;display:grid;gap:.65rem;width:100%;padding:.92rem .96rem;border-radius:20px;border:1px solid rgba(255,255,255,.07);background:#0f172abd;cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.history-ops__card:hover,.history-ops__card.is-selected{transform:translateY(-1px);border-color:#f59e0b52;box-shadow:0 16px 30px #0206173d}.tracking-shell{width:min(1120px,100%);margin:0 auto;display:grid;gap:1rem;padding:.5rem 0 6.5rem}.tracking-shell__hero,.tracking-shell__summary-card,.tracking-shell__card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:radial-gradient(circle at top right,rgba(249,115,22,.08),transparent 36%),linear-gradient(180deg,#101724fa,#0a0f18fa);box-shadow:0 18px 40px #02061757}.tracking-shell__hero{padding:1rem}.tracking-shell__topbar,.tracking-shell__hero-title-row,.tracking-shell__card-header,.tracking-timeline__content,.tracking-feed__item,.tracking-shell__detail-row,.tracking-shell__line-item,.tracking-shell__summary-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.tracking-shell__topbar{align-items:flex-start}.tracking-shell__back{width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#0b111cc7;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,border-color .16s ease,background .16s ease}.tracking-shell__back:hover{transform:translateY(-1px);border-color:#ff7a0059;background:#0f172ae6}.tracking-shell__eyebrow-group{min-width:0;flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.tracking-shell__eyebrow,.tracking-shell__updated,.tracking-shell__summary-item small,.tracking-shell__summary-item p,.tracking-shell__card-header p,.tracking-timeline__copy p,.tracking-feed__copy small,.tracking-shell__ops-grid span,.tracking-shell__detail-row span,.tracking-shell__line-item small{color:#cbd5e1c2}.tracking-shell__eyebrow{display:inline-flex;align-items:center;padding:.38rem .72rem;border-radius:999px;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:#ff7a001f;color:#ff9d57}.tracking-shell__updated{font-size:.82rem;white-space:nowrap}.tracking-shell__hero-main{margin-top:1rem}.tracking-shell__hero-copy{display:grid;gap:.7rem}.tracking-shell__hero-title-row{flex-wrap:wrap;align-items:center}.tracking-shell__hero-copy h1,.tracking-shell__card-header h2{margin:0;color:#f8fafc}.tracking-shell__hero-copy h1{font-size:clamp(1.9rem,5vw,3rem);line-height:.98}.tracking-shell__hero-copy p{margin:0;max-width:52rem;color:#e2e8f0d1;font-size:clamp(.98rem,2.4vw,1.25rem);line-height:1.45}.tracking-shell .status-badge{padding:.5rem .82rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);font-size:.88rem;font-weight:800}.tracking-shell .status-badge--neutral,.tracking-shell .status-badge--info,.tracking-shell .status-badge--warning,.tracking-shell .status-badge--success,.tracking-shell .status-badge--accent,.tracking-shell .status-badge--dark,.tracking-shell .status-badge--danger,.tracking-shell .status-badge--violet{color:#f8fafc}.tracking-shell .status-badge--neutral{background:#3b82f61f}.tracking-shell .status-badge--info{background:#2563eb29}.tracking-shell .status-badge--warning{background:#f9731629}.tracking-shell .status-badge--success{background:#10b9812e}.tracking-shell .status-badge--accent{background:#ff6a002e}.tracking-shell .status-badge--dark{background:#94a3b82e}.tracking-shell .status-badge--danger{background:#ef44442e}.tracking-shell .status-badge--violet{background:#8b5cf62e}.tracking-shell__summary-card{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.tracking-shell__summary-item{min-width:0;padding:1.15rem 1.2rem;display:grid;gap:.28rem}.tracking-shell__summary-item+.tracking-shell__summary-item{border-left:1px solid rgba(255,255,255,.08)}.tracking-shell__summary-icon{width:2.45rem;height:2.45rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#ff8a3d;background:#ff7a001f}.tracking-shell__summary-item small{font-size:.75rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tracking-shell__summary-item strong{color:#f8fafc;font-size:clamp(1.05rem,2vw,1.32rem);line-height:1.1}.tracking-shell__summary-meta{align-items:flex-end}.tracking-shell__summary-item p{margin:0;min-width:0;font-size:.83rem;line-height:1.35}.tracking-shell__summary-action{border:0;padding:0;background:transparent;color:#ff9d57;display:inline-flex;align-items:center;gap:.25rem;font-size:.76rem;font-weight:800;white-space:nowrap}.tracking-shell__layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:1rem}.tracking-shell__main,.tracking-shell__aside{display:grid;gap:1rem;align-content:start}.tracking-shell__card{padding:1.1rem}.tracking-shell__card-header{align-items:flex-start;padding-bottom:.95rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.08)}.tracking-shell__card-header h2{font-size:clamp(1.2rem,2vw,1.6rem);line-height:1.1}.tracking-shell__card-header p{margin:.22rem 0 0;max-width:34rem;font-size:.9rem;line-height:1.4}.tracking-timeline{display:grid;gap:.15rem}.tracking-timeline__item{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.95rem;padding:.38rem 0 1rem}.tracking-timeline__item:last-child{padding-bottom:0}.tracking-timeline__rail{position:relative;width:2rem;display:flex;justify-content:center}.tracking-timeline__line{position:absolute;top:.7rem;bottom:-1rem;width:2px;border-radius:999px;background:#94a3b82e}.tracking-timeline__item:last-child .tracking-timeline__line{bottom:.8rem}.tracking-timeline__dot{position:relative;z-index:1;width:1.28rem;height:1.28rem;margin-top:.12rem;border-radius:999px;border:2px solid rgba(148,163,184,.4);background:#0f172af2;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 6px #080c14e0}.tracking-timeline__item.is-completed .tracking-timeline__line{background:linear-gradient(180deg,#34d399c7,#10b9815c)}.tracking-timeline__item.is-current .tracking-timeline__line{background:linear-gradient(180deg,#ff7a00c7,#ff7a002e)}.tracking-timeline__item.is-completed .tracking-timeline__dot{border-color:#10b981f2;background:linear-gradient(180deg,#34d399,#10b981);box-shadow:0 0 0 6px #051411e6}.tracking-timeline__item.is-current .tracking-timeline__dot{border-color:#ff7a00;box-shadow:0 0 0 6px #2b1404eb,0 0 22px #ff7a0038}.tracking-timeline__content{align-items:flex-start;padding:.2rem 0 1rem;border-bottom:1px solid rgba(255,255,255,.06)}.tracking-timeline__item:last-child .tracking-timeline__content{padding-bottom:0;border-bottom:0}.tracking-timeline__copy{display:grid;gap:.18rem;min-width:0}.tracking-timeline__copy strong{color:#f8fafc;font-size:clamp(1rem,2vw,1.15rem);line-height:1.15}.tracking-timeline__item.is-current .tracking-timeline__copy strong,.tracking-timeline__item.is-current .tracking-timeline__copy p{color:#ff9d57}.tracking-timeline__item.is-upcoming .tracking-timeline__copy strong{color:#cbd5e1b3}.tracking-timeline__item.is-upcoming .tracking-timeline__copy p{color:#94a3b89e}.tracking-timeline__copy p{margin:0;font-size:.92rem;line-height:1.45}.tracking-timeline__badge{flex:none;display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.02em}.tracking-timeline__badge--current{color:#ffb37b;background:#ff7a0029}.tracking-timeline__badge--completed{color:#6ee7b7;background:#10b98124}.tracking-shell__ops-grid,.tracking-shell__detail-list,.tracking-shell__detail-items,.tracking-shell__actions,.tracking-feed{display:grid;gap:.8rem}.tracking-shell__ops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tracking-shell__ops-grid>div{min-width:0;display:grid;gap:.3rem;padding:.95rem 1rem;border-radius:20px;background:#0f172a8a;border:1px solid rgba(255,255,255,.06)}.tracking-shell__ops-grid strong,.tracking-shell__detail-row strong,.tracking-shell__line-item strong,.tracking-shell__line-item b,.tracking-feed__copy strong{color:#f8fafc}.tracking-shell__ops-grid span{font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tracking-shell__ops-grid strong{font-size:1.08rem;line-height:1.2}.tracking-shell__detail-list{gap:.6rem}.tracking-shell__detail-row{padding:.85rem .95rem;border-radius:18px;background:#0f172a70;border:1px solid rgba(255,255,255,.06)}.tracking-shell__detail-row span,.tracking-shell__detail-row strong{min-width:0}.tracking-shell__detail-row strong,.tracking-shell__line-item b{text-align:right}.tracking-shell__detail-items{margin-top:.4rem}.tracking-shell__line-item{align-items:flex-start;padding:.95rem;border-radius:20px;background:#0b111cc2;border:1px solid rgba(255,255,255,.06)}.tracking-shell__line-item>div{min-width:0;display:grid;gap:.18rem}.tracking-shell__line-item strong{display:block;font-size:.98rem;line-height:1.25}.tracking-shell__line-item small{font-size:.84rem;line-height:1.45}.tracking-shell__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.tracking-shell__actions .action-button{min-width:0}.tracking-feed__item{align-items:flex-start;padding:.95rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.tracking-feed__item:first-child{padding-top:.15rem}.tracking-feed__item:last-child{padding-bottom:0;border-bottom:0}.tracking-feed__dot{width:.8rem;height:.8rem;margin-top:.2rem;border-radius:999px;flex:none}.tracking-feed__dot--neutral{background:#94a3b8}.tracking-feed__dot--info{background:#60a5fa}.tracking-feed__dot--warning{background:#fb923c}.tracking-feed__dot--success{background:#34d399}.tracking-feed__dot--accent{background:#ff7a00}.tracking-feed__dot--dark{background:#e2e8f0}.tracking-feed__dot--danger{background:#f87171}.tracking-feed__time{flex:none;width:7rem;color:#e2e8f0d1;font-size:.88rem}.tracking-feed__copy{min-width:0;display:grid;gap:.16rem}.tracking-feed__copy strong{font-size:1rem;line-height:1.2}.tracking-feed__copy small{font-size:.82rem}@media(max-width:960px){.tracking-shell__summary-card,.tracking-shell__layout,.tracking-shell__ops-grid,.tracking-shell__actions{grid-template-columns:1fr}.tracking-shell__summary-item+.tracking-shell__summary-item{border-top:1px solid rgba(255,255,255,.08);border-left:0}.tracking-shell__summary-meta{align-items:center}.tracking-feed__time{width:6.3rem}}@media(max-width:720px){.tracking-shell{padding-bottom:7rem}.tracking-shell__hero,.tracking-shell__card,.tracking-shell__summary-item{border-radius:24px}.tracking-shell__hero,.tracking-shell__card{padding:.95rem}.tracking-shell__hero-copy h1{font-size:2.15rem}.tracking-shell__eyebrow-group,.tracking-shell__hero-title-row,.tracking-timeline__content,.tracking-feed__item,.tracking-shell__detail-row,.tracking-shell__line-item{align-items:flex-start}.tracking-shell__eyebrow-group,.tracking-shell__hero-title-row,.tracking-shell__summary-meta,.tracking-timeline__content,.tracking-feed__item,.tracking-shell__detail-row,.tracking-shell__line-item{flex-direction:column}.tracking-shell__updated{white-space:normal}.tracking-shell__summary-item{padding:1rem}.tracking-timeline__item{gap:.72rem}.tracking-timeline__rail{width:1.55rem}.tracking-timeline__badge{margin-top:.18rem}.tracking-feed__time{width:auto;font-size:.82rem}.tracking-shell__detail-row strong,.tracking-shell__line-item b{text-align:left}}.tracking-shell{width:min(960px,100%);gap:.82rem;padding:.4rem 0 5.4rem}.tracking-shell__hero-card,.tracking-shell__panel{position:relative;overflow:hidden;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top right,rgba(255,122,0,.14),transparent 30%),linear-gradient(180deg,#0f131cf5,#070a10fa);box-shadow:0 20px 44px #02061757;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.tracking-shell__hero-card{display:grid;gap:1rem;padding:1rem}.tracking-shell__hero-topbar,.tracking-shell__eyebrow-row,.tracking-shell__status-stack,.tracking-shell__panel-header,.tracking-shell__payment-card{display:flex;align-items:center;justify-content:space-between;gap:.85rem}.tracking-shell__hero-topbar{align-items:flex-start}.tracking-shell__hero-topbar-actions{min-width:0;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.tracking-shell__operation-pill,.tracking-shell__eyebrow,.tracking-shell__payment-note{display:inline-flex;align-items:center;padding:.4rem .72rem;border-radius:999px;font-size:.74rem;font-weight:800;letter-spacing:.05em}.tracking-shell__operation-pill{color:#ffd3ad;background:#ff7a0024}.tracking-shell__ghost-button{border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:.52rem .8rem;background:#ffffff0a;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;gap:.38rem;font-size:.78rem;font-weight:800}.tracking-shell__hero-main,.tracking-shell__hero-copy,.tracking-shell__payment-copy,.tracking-shell__items-list{display:grid;gap:.78rem}.tracking-shell__eyebrow{color:#e2e8f0db;background:#ffffff0f;text-transform:uppercase}.tracking-shell__updated{color:#cbd5e1b8;font-size:.8rem}.tracking-shell__status-stack{align-items:center;justify-content:flex-start;flex-wrap:wrap}.tracking-shell__hero-copy h1{margin:0;color:#fff;font-family:Sora,Arial,sans-serif;font-size:clamp(1.85rem,5vw,2.8rem);line-height:.96;letter-spacing:-.04em}.tracking-shell__hero-copy p,.tracking-shell__panel-header p,.tracking-shell__payment-copy p{margin:0;color:#e2e8f0c2;font-size:.92rem;line-height:1.45}.tracking-shell__hero-card .status-badge{padding:.52rem .84rem;font-size:.88rem;font-weight:800;box-shadow:none}.tracking-shell__overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.tracking-shell__overview-item,.tracking-shell__item-row{min-width:0;padding:.82rem .88rem;border-radius:20px;border:1px solid rgba(255,255,255,.06);background:#ffffff0a}.tracking-shell__overview-item small,.tracking-shell__payment-copy small{display:block;color:#cbd5e1ad;font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.tracking-shell__overview-item strong,.tracking-shell__payment-copy strong,.tracking-shell__next-step strong,.tracking-shell__item-row strong,.tracking-shell__step strong{color:#fff}.tracking-shell__overview-item strong{display:block;margin-top:.28rem;font-size:1rem;line-height:1.16}.tracking-shell__next-step{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.76rem .88rem;border-radius:18px;background:#ff7a0014;border:1px solid rgba(255,122,0,.16)}.tracking-shell__next-step span{color:#ffd3addb;font-size:.74rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.tracking-shell__next-step strong{font-size:.96rem}.tracking-shell__panel{display:grid;gap:.9rem;padding:.95rem}.tracking-shell__panel-header{align-items:flex-start}.tracking-shell__panel-header h2{margin:0;color:#fff;font-family:Sora,Arial,sans-serif;font-size:1.08rem;line-height:1.1}.tracking-shell__payment-card{align-items:flex-start}.tracking-shell__payment-copy{min-width:0;flex:1 1 auto}.tracking-shell__payment-copy strong{display:block;font-size:clamp(1.16rem,2vw,1.34rem);line-height:1.1}.tracking-shell__payment-note{width:fit-content;color:#c4f5dd;background:#10b9811f}.tracking-shell__payment-actions,.tracking-shell__quick-actions{display:grid;gap:.7rem}.tracking-shell__payment-actions{min-width:min(100%,16rem)}.tracking-shell__payment-actions .action-button,.tracking-shell__quick-actions .action-button{width:100%}.tracking-shell__items-preview{display:flex;flex-wrap:wrap;gap:.55rem}.tracking-shell__item-chip{display:inline-flex;align-items:center;padding:.55rem .8rem;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.06);color:#f8fafc;font-size:.84rem;font-weight:700}.tracking-shell__items-list{gap:.6rem}.tracking-shell__item-row{padding:.86rem .9rem}.tracking-shell__item-row div{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.tracking-shell__item-row strong{font-size:.92rem;line-height:1.3}.tracking-shell__item-row small{color:#ffd3adeb;font-size:.84rem;font-weight:800}.tracking-shell__quick-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.tracking-timeline--horizontal{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(8.6rem,1fr);gap:.75rem;overflow-x:auto;padding-bottom:.08rem;scrollbar-width:none}.tracking-timeline--horizontal::-webkit-scrollbar{display:none}.tracking-timeline__step{position:relative;min-width:0;display:grid;gap:.34rem;align-content:start;padding:.1rem 0 .25rem}.tracking-timeline__step-line{position:absolute;top:.84rem;left:1.95rem;width:calc(100% - 1.25rem);height:2px;border-radius:999px;background:#94a3b83d}.tracking-timeline__step-dot{position:relative;z-index:1;width:1.7rem;height:1.7rem;border-radius:999px;border:2px solid rgba(148,163,184,.38);background:#0b111cf0;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 0 0 6px #080c14eb}.tracking-timeline__step strong{font-size:.92rem;line-height:1.18}.tracking-timeline__step small{color:#cbd5e1b3;font-size:.76rem;line-height:1.2}.tracking-timeline__step.is-completed .tracking-timeline__step-line{background:linear-gradient(90deg,#34d399d1,#10b9816b)}.tracking-timeline__step.is-current .tracking-timeline__step-line{background:linear-gradient(90deg,#ff7a00d6,#ff7a003d)}.tracking-timeline__step.is-completed .tracking-timeline__step-dot{border-color:#34d399f5;background:linear-gradient(180deg,#34d399,#10b981);box-shadow:0 0 0 6px #051411e6}.tracking-timeline__step.is-current .tracking-timeline__step-dot{border-color:#ff7a00;box-shadow:0 0 0 6px #2b1404eb,0 0 22px #ff7a0038}.tracking-timeline__step.is-current strong,.tracking-timeline__step.is-current small{color:#ffb37b}.tracking-timeline__step.is-upcoming strong{color:#e2e8f0ad}.tracking-timeline__step.is-upcoming small{color:#94a3b89e}@media(max-width:720px){.tracking-shell{gap:.7rem;padding-bottom:6.4rem}.tracking-shell__hero-card,.tracking-shell__panel{border-radius:24px}.tracking-shell__hero-card,.tracking-shell__panel{padding:.88rem}.tracking-shell__hero-topbar,.tracking-shell__eyebrow-row,.tracking-shell__payment-card,.tracking-shell__item-row div{align-items:flex-start;flex-direction:column}.tracking-shell__hero-topbar-actions,.tracking-shell__quick-actions{width:100%;grid-template-columns:1fr}.tracking-shell__hero-topbar-actions{justify-content:flex-start}.tracking-shell__ghost-button{width:100%}.tracking-shell__hero-copy h1{font-size:1.72rem}.tracking-shell__overview{grid-template-columns:repeat(2,minmax(0,1fr))}.tracking-shell__overview-item:last-child{grid-column:1 / -1}.tracking-shell__payment-actions{width:100%;min-width:0}}.history-ops__card-top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.7rem}.history-ops__card-top span{display:block;color:#cbd5e1c7;font-size:.74rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.history-ops__card-top strong,.history-ops__card-top b{color:#f8fafc}.history-ops__card-top strong{display:block;margin-top:.2rem;font-size:.98rem;line-height:1.34}.history-ops__card-pills{display:flex;flex-wrap:wrap;gap:.45rem}.history-ops__card-pills span{display:inline-flex;align-items:center;padding:.28rem .55rem;border-radius:999px;background:#f59e0b24;color:#fcd34d;font-size:.7rem;font-weight:800}.history-ops__card p{margin:0;color:#cbd5e1bd;font-size:.82rem}.history-ops__card-items{display:grid;gap:.24rem}.history-ops__card-items small{color:#f8fafce0;font-size:.8rem;line-height:1.35}.history-ops__detail-shell{display:grid;gap:1rem}.history-ops__detail-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.history-ops__detail-summary div,.history-ops__detail-block,.history-ops__detail-empty{border-radius:20px;border:1px solid rgba(255,255,255,.08);background:#0f172a9e}.history-ops__detail-summary div{display:grid;gap:.3rem;padding:.9rem}.history-ops__detail-summary span,.history-ops__detail-block-header small{color:#cbd5e1b3;font-size:.74rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.history-ops__detail-summary strong,.history-ops__detail-total strong{color:#f8fafc}.history-ops__detail-block,.history-ops__detail-empty{padding:.95rem}.history-ops__detail-block-header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.6rem;padding-bottom:.8rem;border-bottom:1px solid rgba(255,255,255,.08)}.history-ops__detail-block-header h3{color:#f8fafc;font-size:1rem}.history-ops__detail-items,.history-ops__detail-totals{display:grid;gap:.7rem;margin-top:.9rem}.history-ops__detail-items div,.history-ops__detail-totals div{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.7rem}.history-ops__detail-items span,.history-ops__detail-totals span,.history-ops__detail-note,.history-ops__detail-empty p{color:#e2e8f0c7}.history-ops__detail-items strong,.history-ops__detail-totals strong,.history-ops__detail-empty strong{color:#f8fafc}.history-ops__detail-note{margin:.9rem 0 0;line-height:1.6}.history-ops__detail-empty{display:grid;gap:.45rem}@media(min-width:1180px){.history-ops__layout{grid-template-columns:minmax(0,1.08fr) 380px;align-items:start}.history-ops__detail-panel{position:sticky;top:6.8rem}}@media(max-width:1279px){.history-ops__metrics,.history-ops__filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.history-ops__metrics,.history-ops__filter-grid,.history-ops__detail-summary{grid-template-columns:1fr}.history-ops__toolbar,.history-ops__list-panel,.history-ops__detail-panel{padding:.95rem}}.storefront-showcase__segment-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.storefront-showcase__segment-pill{display:grid;gap:.24rem;min-width:0;padding:.88rem .92rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.storefront-showcase__segment-pill span{color:#ffffff9e;font-size:.74rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.storefront-showcase__segment-pill strong{color:#fff;font-size:.96rem;line-height:1.35;word-break:break-word}.storefront-shell--event .storefront-showcase__cover,.storefront-shell--delivery .storefront-showcase__cover,.storefront-shell--shop .storefront-showcase__cover,.storefront-shell--restaurant .storefront-showcase__cover{box-shadow:0 28px 54px #02061747}.public-store-shell--segment-event .page-shell--public,.public-store-shell--segment-delivery .page-shell--public,.public-store-shell--segment-shop .page-shell--public,.public-store-shell--segment-restaurant .page-shell--public{position:relative}.storefront-shell--event .storefront-showcase__cover{background:linear-gradient(135deg,#3b0764,#111827 42%,#ff7a00 128%)}.storefront-shell--event .storefront-showcase__identity,.storefront-shell--event .storefront-discovery-bar,.storefront-shell--event .storefront-conversion-card,.storefront-shell--event .storefront-showcase__spotlight,.storefront-shell--event .product-card{border-color:#a855f733;background:linear-gradient(180deg,#151023f5,#090b13fa),#090b13fa;box-shadow:0 24px 46px #02061742}.storefront-shell--event .storefront-showcase__title p,.storefront-shell--event .storefront-showcase__title small,.storefront-shell--event .storefront-discovery-bar__hint,.storefront-shell--event .storefront-conversion-card p,.storefront-shell--event .product-card p,.storefront-shell--event .product-card__meta span,.storefront-shell--event .product-card__meta small{color:#e2e8f0c7}.storefront-shell--event .storefront-showcase__title h1,.storefront-shell--event .storefront-showcase__fact strong,.storefront-shell--event .storefront-conversion-card strong,.storefront-shell--event .product-card h3,.storefront-shell--event .product-card__price-box strong{color:#fff}.storefront-shell--event .storefront-showcase__segment-pill,.storefront-shell--event .storefront-showcase__fact,.storefront-shell--event .storefront-showcase__mobile-pill{border-color:#a855f72e;background:#ffffff0d}.storefront-shell--event .product-card{border-color:#a855f738}.storefront-shell--event .product-card__cta.action-button--primary,.public-store-shell--segment-event .cart-summary-bar__button.action-button--primary{background:linear-gradient(135deg,#a855f7,#ff7a00)}.storefront-shell--event .product-card__details.action-button--secondary{background:#ffffff0f;border-color:#ffffff14;color:#f8fafc}.public-store-shell--segment-event .public-mobile-nav{background:#0a0816f5;box-shadow:0 24px 42px #3b076447}.public-store-shell--segment-event .public-mobile-nav a.active{background:linear-gradient(135deg,#a855f742,#ff7a003d)}.storefront-shell--restaurant .storefront-showcase__cover{background:linear-gradient(135deg,#431407,#111827 38%,#ff7a00 130%)}.public-store-shell .page-header--storefront-flow .page-eyebrow,.public-store-shell .page-header--storefront-flow h1,.public-store-shell .page-header--storefront-flow .section-card__header h2,.public-store-shell .summary-list strong,.public-store-shell .summary-line strong,.public-store-shell .storefront-flow-card strong,.public-store-shell .empty-state strong{color:var(--store-color-text-primary)!important}.public-store-shell .page-header--storefront-flow p,.public-store-shell .summary-list span,.public-store-shell .summary-list small,.public-store-shell .summary-line span,.public-store-shell .summary-line small,.public-store-shell .storefront-flow-card span,.public-store-shell .storefront-flow-card small,.public-store-shell .empty-state p,.public-store-shell .section-card__header p{color:var(--store-color-text-secondary)!important}.public-store-shell .storefront-flow-card,.public-store-shell .empty-state{border-color:#ffffff14;background:linear-gradient(180deg,#151923f0,#0b0e15fa),#0b0e15fa;box-shadow:0 20px 42px #0206173d}.public-store-shell .empty-state__icon{color:var(--store-color-text-primary);background:#ff7a182e}.public-store-shell .storefront-progress-step--done .storefront-progress-step__label,.public-store-shell .storefront-progress-step--active .storefront-progress-step__label{color:var(--store-color-text-primary)!important}.storefront-shell--restaurant .storefront-showcase__identity,.storefront-shell--restaurant .storefront-discovery-bar,.storefront-shell--restaurant .storefront-conversion-card,.storefront-shell--restaurant .storefront-showcase__spotlight,.storefront-shell--restaurant .product-card{border-color:#ff7a0029;background:linear-gradient(180deg,#1a130ef5,#0b0f17fa),#0b0f17fa;box-shadow:0 22px 42px #0206173d}.storefront-shell--restaurant .storefront-showcase__title p,.storefront-shell--restaurant .storefront-showcase__title small,.storefront-shell--restaurant .storefront-discovery-bar__hint,.storefront-shell--restaurant .storefront-conversion-card p,.storefront-shell--restaurant .product-card p,.storefront-shell--restaurant .product-card__meta span,.storefront-shell--restaurant .product-card__meta small,.storefront-shell--restaurant .storefront-showcase__fact span{color:#e2e8f0c2}.storefront-shell--restaurant .storefront-showcase__title h1,.storefront-shell--restaurant .storefront-showcase__fact strong,.storefront-shell--restaurant .storefront-conversion-card strong,.storefront-shell--restaurant .product-card h3,.storefront-shell--restaurant .product-card__price-box strong{color:#fff}.storefront-shell--restaurant .storefront-showcase__segment-pill,.storefront-shell--restaurant .storefront-showcase__fact,.storefront-shell--restaurant .storefront-showcase__mobile-pill{background:#ffffff0d;border-color:#ff7a0029}.storefront-shell--restaurant .product-card__cta.action-button--primary,.public-store-shell--segment-restaurant .cart-summary-bar__button.action-button--primary{background:linear-gradient(135deg,#ff7a00,#ff9c3d)}.public-store-shell--segment-restaurant .public-mobile-nav{background:#0f1115f5}.public-store-shell--segment-restaurant .public-mobile-nav a.active{background:#ff7a0033}.public-store-shell--segment-restaurant{--restaurant-warm-border: rgba(255, 141, 42, .16);--restaurant-warm-surface: linear-gradient(180deg, rgba(29, 22, 18, .96), rgba(12, 15, 22, .98)), rgba(12, 15, 22, .98);--restaurant-warm-soft: rgba(255, 255, 255, .05);--restaurant-warm-text: rgba(255, 243, 230, .76)}.public-store-shell--segment-restaurant .storefront-showcase--restaurant-premium{gap:1rem}.public-store-shell--segment-restaurant .storefront-showcase__panel--restaurant{grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:1rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-strip{display:grid;gap:.9rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-intro,.public-store-shell--segment-restaurant .restaurant-storefront__service-card,.public-store-shell--segment-restaurant .storefront-discovery-bar--restaurant,.public-store-shell--segment-restaurant .storefront-products-section--restaurant,.public-store-shell--segment-restaurant .restaurant-cart-overview,.public-store-shell--segment-restaurant .restaurant-checkout-flow,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-card,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-card.section-card,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-progress-steps,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-order-preview__item,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-cta-bar,.public-store-shell--segment-restaurant .product-modal--restaurant{border:1px solid var(--restaurant-warm-border)!important;background:var(--restaurant-warm-surface)!important;box-shadow:0 24px 54px #02061742!important}.public-store-shell--segment-restaurant .restaurant-storefront__service-intro{display:grid;gap:.28rem;padding:1rem 1.05rem;border-radius:1.6rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-intro strong,.public-store-shell--segment-restaurant .restaurant-storefront__service-card strong,.public-store-shell--segment-restaurant .restaurant-cart-overview__meta strong,.public-store-shell--segment-restaurant .restaurant-checkout-flow__item strong,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-intro h1,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-card .section-card__header h2,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-cta-bar__copy strong,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-total-stack strong,.public-store-shell--segment-restaurant .product-modal--restaurant .product-modal__hero h2,.public-store-shell--segment-restaurant .product-modal--restaurant .product-modal__price-box strong{color:#fff8f1!important}.public-store-shell--segment-restaurant .restaurant-storefront__service-intro small,.public-store-shell--segment-restaurant .restaurant-storefront__service-card small,.public-store-shell--segment-restaurant .restaurant-cart-overview__mode small,.public-store-shell--segment-restaurant .restaurant-checkout-flow__item small,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-intro p,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-card .section-card__header p,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-shell label,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-total-stack span,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .helper-text,.public-store-shell--segment-restaurant .product-modal--restaurant .product-modal__hero p,.public-store-shell--segment-restaurant .product-modal--restaurant .product-modal__price-box span,.public-store-shell--segment-restaurant .product-modal--restaurant .product-modal__price-box small{color:var(--restaurant-warm-text)!important}.public-store-shell--segment-restaurant .restaurant-storefront__service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-card{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;width:100%;min-height:3rem;padding:.78rem .92rem;border-radius:999px;text-align:center;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.public-store-shell--segment-restaurant .restaurant-storefront__service-card--summary{background:radial-gradient(circle at top right,rgba(255,122,24,.16),transparent 38%),linear-gradient(180deg,#221913fa,#101219fa)!important}.public-store-shell--segment-restaurant .restaurant-storefront__service-card.is-active{border-color:#ffa85c2e!important;background:linear-gradient(135deg,#ff7a18,#ff9c3d)!important;color:#fff8f1!important;box-shadow:0 12px 22px #ff5e0033,inset 0 1px #ffffff2e}.public-store-shell--segment-restaurant .restaurant-storefront__service-card:hover{transform:translateY(-1px);border-color:#ff994842!important}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .95rem;border-radius:18px;border:1px solid rgba(255,160,80,.1);background:radial-gradient(circle at top right,rgba(255,122,24,.12),transparent 34%),linear-gradient(180deg,#130f0dfa,#0a0e15fa);box-shadow:0 18px 34px #0206172e}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback-copy{min-width:0;display:grid;gap:.14rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback-copy span{color:#fff3e68f;font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback-copy strong{color:#fff8f1;font-size:.92rem;line-height:1.05}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback-copy small{color:#fff3e6b8;font-size:.72rem;line-height:1.28}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback-action{min-height:2.15rem;padding:.58rem .8rem;border-radius:12px;border:1px solid rgba(255,163,77,.14);background:linear-gradient(135deg,#ff7a18,#ff9b3d);color:#fff8f1;font-size:.72rem;font-weight:800;white-space:nowrap;box-shadow:0 10px 20px #ff5e002e,inset 0 1px #ffffff29}.public-store-shell--segment-restaurant .category-list--storefront button,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__cta,.public-store-shell--segment-restaurant .public-mobile-nav a,.public-store-shell--segment-restaurant .cart-summary-bar,.public-store-shell--segment-restaurant .cart-summary-bar__button{transition:transform .18s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease,color .22s ease,opacity .18s ease}.public-store-shell--segment-restaurant .restaurant-storefront__service-card:active,.public-store-shell--segment-restaurant .category-list--storefront button:active,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__cta:active,.public-store-shell--segment-restaurant .public-mobile-nav a:active,.public-store-shell--segment-restaurant .cart-summary-bar__button:active{transform:scale(.985)}.public-store-shell--segment-restaurant .restaurant-storefront__service-card small{display:none}.public-store-shell--segment-restaurant .restaurant-storefront__hero-pills{display:flex;flex-wrap:wrap;gap:.46rem}.public-store-shell--segment-restaurant .restaurant-storefront__hero-pill-dot{width:.48rem;height:.48rem;border-radius:999px;background:#22c55e;box-shadow:0 0 0 4px #22c55e29;flex:none}.public-store-shell--segment-restaurant .restaurant-storefront__hero-pill{display:inline-flex;align-items:center;justify-content:center;min-height:1.9rem;padding:.34rem .66rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#fff8f1;font-size:.74rem;font-weight:700;white-space:nowrap}.public-store-shell--segment-restaurant .restaurant-storefront__hero-pill--success,.public-store-shell--segment-restaurant .restaurant-storefront__hero-pill--accent{background:#ff7a1824;border-color:#ff99482e}.public-store-shell--segment-restaurant .restaurant-storefront__service-icon,.public-store-shell--segment-restaurant .restaurant-cart-overview__icon,.public-store-shell--segment-restaurant .restaurant-checkout-flow__icon{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:999px;background:#ff7a1824;color:#ffb173;flex:none}.public-store-shell--segment-restaurant .storefront-discovery-bar--restaurant{gap:1rem}.public-store-shell--segment-restaurant .storefront-products-section--restaurant{padding:1.1rem;border-radius:1.9rem}.public-store-shell--segment-restaurant .product-grid--restaurant{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card{border-color:#ff994829;border-radius:1.7rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media img{min-height:220px}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__header h3{font-size:1.08rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__header p{line-height:1.55}.public-store-shell--segment-restaurant .restaurant-cart-overview,.public-store-shell--segment-restaurant .restaurant-checkout-flow{display:grid;gap:.85rem;padding:1rem;border-radius:1.6rem}.public-store-shell--segment-restaurant .restaurant-cart-overview{grid-template-columns:minmax(0,1fr) auto;align-items:center}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-card,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-card.section-card,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-progress-steps,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-order-preview__item,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-cta-bar{border:1px solid var(--restaurant-warm-border)!important;background:var(--restaurant-warm-surface)!important;box-shadow:0 24px 54px #02061742!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-intro h1,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-card .section-card__header h2,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-order-preview__header strong,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-order-preview__header b,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-total-stack strong,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-total-stack__total span,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-cta-bar__copy strong,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .cart-item--checkout .cart-item__header strong,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .cart-item--checkout .cart-item__header b,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-progress-step--done .storefront-progress-step__label,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-progress-step--active .storefront-progress-step__label{color:#fff8f1!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-intro p,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-card .section-card__header p,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-order-preview__header p,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-order-preview__body small,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-total-stack span,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-shell label,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-shell .helper-text,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .cart-item--checkout .cart-item__header p,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .cart-item--checkout .cart-item__body small,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-progress-step__label{color:var(--restaurant-warm-text)!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-card--service-restaurant .section-card__body{display:grid;gap:.78rem}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart button{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.65rem;min-height:4.05rem;padding:.82rem .88rem;border-radius:18px;border:1px solid rgba(255,255,255,.08)!important;background:#ffffff0a!important;color:#fff8f1!important;box-shadow:inset 0 1px #ffffff0a}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart button.active{border-color:#ffad6638!important;background:linear-gradient(135deg,#ff7a18,#ff9c3d)!important;box-shadow:0 16px 28px #ff5e002e,inset 0 1px #ffffff29!important}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart button:disabled{opacity:.72;cursor:not-allowed}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart .storefront-service-selector__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#ff7a1824;color:#ffb173}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart button.active .storefront-service-selector__icon{background:#fff8f12e;color:#fff8f1}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart .storefront-service-selector__copy{min-width:0;display:grid;gap:.14rem;text-align:left}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart .storefront-service-selector__copy strong{color:inherit;font-size:.86rem;line-height:1.1}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart .storefront-service-selector__copy span{color:#fff3e6b8!important;font-size:.69rem;line-height:1.28}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart button.active .storefront-service-selector__copy span{color:#fff8f1d6!important}.public-store-shell--segment-restaurant .restaurant-cart-overview__mode{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center}.public-store-shell--segment-restaurant .restaurant-cart-overview__mode>div{display:grid;gap:.14rem}.public-store-shell--segment-restaurant .restaurant-cart-overview__meta{display:grid;gap:.2rem;text-align:right}.public-store-shell--segment-restaurant .restaurant-cart-overview__meta span{color:var(--restaurant-warm-text);font-size:.76rem}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-checkout-intro,.public-store-shell--segment-restaurant .restaurant-checkout-intro{display:grid;gap:.35rem}.public-store-shell--segment-restaurant .restaurant-checkout-flow{grid-template-columns:repeat(3,minmax(0,1fr))}.public-store-shell--segment-restaurant .restaurant-checkout-flow__item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:start;padding:.95rem 1rem;border-radius:1.35rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.public-store-shell--segment-restaurant .restaurant-checkout-flow__item.is-active{border-color:#ff994847;background:#ff7a1814}.public-store-shell--segment-restaurant .restaurant-checkout-table-lock{display:grid;gap:.9rem;margin-bottom:1rem;padding:1rem 1.05rem;border-radius:24px;border:1px solid rgba(255,255,255,.1);background:radial-gradient(circle at top right,rgba(255,122,24,.14),transparent 34%),linear-gradient(180deg,#111827f5,#0a0e16fa);box-shadow:0 20px 42px #02061733}.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__copy,.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__meta,.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__meta>div{display:grid;gap:.28rem}.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__copy strong,.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__meta strong{color:#f8fafc}.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__copy small,.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__meta span{color:#cbd5e1b8}.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__meta{grid-template-columns:repeat(2,minmax(0,1fr))}.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__meta>div{padding:.8rem .9rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-shell input,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-shell select,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-shell textarea{border-color:#ffffff14!important;background:#ffffff0a!important;color:#fff9f3!important;box-shadow:none!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-shell input:focus,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-shell select:focus,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-shell textarea:focus{border-color:#ff99484d!important;box-shadow:0 0 0 3px #ff7a181f!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-card--summary,.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-cta-bar{background:radial-gradient(circle at top right,rgba(255,122,24,.12),transparent 35%),linear-gradient(180deg,#221913fa,#101219fa)!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--restaurant-premium .storefront-checkout-cta-bar__button.action-button--primary,.public-store-shell--segment-restaurant .cart-summary-bar__button.action-button--primary,.public-store-shell--segment-restaurant .product-card__cta.action-button--primary{color:#fff8f2!important;background:linear-gradient(135deg,#ff7a18,#ff9b3d)!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .search-field--compact,.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .search-field--compact input{border-color:#ffffff14!important;background:#ffffff0a!important;color:#fff8f1!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .search-field--compact input::placeholder{color:#fff3e675!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .cart-item--checkout{border-color:#ffffff14!important;background:radial-gradient(circle at top right,rgba(255,122,24,.08),transparent 34%),linear-gradient(180deg,#221913f5,#0f1118fa)!important;box-shadow:0 16px 34px #02061729!important}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .cart-item--checkout img{border:1px solid rgba(255,255,255,.08)}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .quantity-stepper--storefront-checkout{border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .quantity-stepper--storefront-checkout button{background:#ffffff0f;color:#fff8f1}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .quantity-stepper--storefront-checkout span{color:#fff8f1}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .icon-link{color:#ff9c68}.public-store-shell--segment-restaurant .storefront-checkout-shell--cart-restaurant .storefront-inline-banner--neutral{border-color:#ffffff14!important;background:#ffffff0a!important;color:#f5e9dd!important}.public-store-shell--segment-restaurant .product-modal--restaurant .product-modal__media-overlay{background:linear-gradient(180deg,#0e0a081a,#0e0a08c7)}.public-store-shell--segment-restaurant .product-modal--restaurant .product-modal__quick-fact,.public-store-shell--segment-restaurant .product-modal--restaurant .product-option-card,.public-store-shell--segment-restaurant .product-modal--restaurant .product-modal__notes-field textarea{border-color:#ffffff14!important;background:#ffffff0a!important;color:#fff9f3!important}.public-store-shell--segment-restaurant .product-modal--restaurant .product-modal__quick-fact-icon{background:#ff7a1824;color:#ffb173}@media(max-width:1023px){.public-store-shell--segment-restaurant .restaurant-storefront__service-grid,.public-store-shell--segment-restaurant .restaurant-checkout-flow,.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart{grid-template-columns:1fr 1fr}}@media(max-width:699px){.public-store-shell--segment-restaurant .page-shell--public{gap:.72rem}.public-store-shell--segment-restaurant .storefront-showcase--restaurant-premium{gap:.44rem}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart{grid-template-columns:1fr}.public-store-shell--segment-restaurant .storefront-service-selector--restaurant-cart button{min-height:3.75rem;padding:.76rem .8rem}.public-store-shell--segment-restaurant .storefront-showcase__cover{height:clamp(5.3rem,22vw,6rem);min-height:clamp(5.3rem,22vw,6rem);border-radius:20px 20px 12px 12px;background:linear-gradient(135deg,#7c2d12,#2b120d 44%,#111827);box-shadow:0 16px 34px #0f172a33,inset 0 1px #ffffff14}.public-store-shell--segment-restaurant .storefront-showcase__cover:after{background:radial-gradient(circle at 88% 18%,rgba(255,188,120,.16),transparent 0,transparent 34%,rgba(255,188,120,.12) 34%,transparent 35%),linear-gradient(180deg,#120c0a0a,#120c0a2e 48%,#080b117a)}.public-store-shell--segment-restaurant .storefront-showcase__panel--restaurant{grid-template-columns:1fr;gap:.34rem;margin-top:-.54rem}.public-store-shell--segment-restaurant .storefront-showcase__identity{gap:.42rem;padding:.6rem .68rem .64rem;border-radius:17px;background:linear-gradient(180deg,#0c0f16fa,#080b11fa),#080b11fa;border-color:#ffa24d14}.public-store-shell--segment-restaurant .storefront-showcase__avatar{width:2.22rem;height:2.22rem;margin-top:-.78rem;border-width:3px;font-size:.72rem;background:linear-gradient(135deg,#ff7a00,#ff9c3d);color:#fff;box-shadow:0 10px 20px #ff5e0038}.public-store-shell--segment-restaurant .storefront-showcase__title h1{font-size:1.04rem;line-height:1.02}.public-store-shell--segment-restaurant .storefront-showcase__title p,.public-store-shell--segment-restaurant .storefront-showcase__status-row,.public-store-shell--segment-restaurant .storefront-showcase__mobile-meta,.public-store-shell--segment-restaurant .storefront-showcase__segment-pills,.public-store-shell--segment-restaurant .storefront-showcase__facts,.public-store-shell--segment-restaurant .storefront-showcase__actions,.public-store-shell--segment-restaurant .storefront-showcase__spotlight{display:none}.public-store-shell--segment-restaurant .restaurant-storefront__hero-pills{gap:.3rem}.public-store-shell--segment-restaurant .restaurant-storefront__hero-pill{min-height:1.6rem;padding:.24rem .48rem;font-size:.64rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fff8f1;box-shadow:inset 0 1px #ffffff08}.public-store-shell--segment-restaurant .restaurant-storefront__service-strip{gap:.34rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-grid{grid-template-columns:repeat(4,minmax(max-content,1fr));gap:.34rem;overflow-x:auto;padding-bottom:.04rem;scrollbar-width:none}.public-store-shell--segment-restaurant .restaurant-storefront__service-grid::-webkit-scrollbar{display:none}.public-store-shell--segment-restaurant .restaurant-storefront__service-card{width:auto;min-width:max-content;min-height:2.2rem;padding:.48rem .7rem;border-radius:999px;font-size:.76rem;box-shadow:0 8px 18px #00000024!important}.public-store-shell--segment-restaurant .restaurant-storefront__service-card svg{color:inherit;flex:none}.public-store-shell--segment-restaurant .restaurant-storefront__service-card strong{font-size:.76rem;line-height:1}.public-store-shell--segment-restaurant .restaurant-storefront__service-card small{font-size:.62rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback{padding:.58rem .7rem;border-radius:14px}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback-copy span{font-size:.56rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback-copy strong{font-size:.82rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback-copy small{font-size:.66rem}.public-store-shell--segment-restaurant .restaurant-storefront__service-feedback-action{min-height:1.9rem;padding:.5rem .64rem;border-radius:10px;font-size:.66rem}.public-store-shell--segment-restaurant .storefront-discovery-bar--restaurant{top:calc(3.42rem + env(safe-area-inset-top));gap:.36rem;padding:.4rem;border-radius:15px;background:linear-gradient(180deg,#0c0f16f0,#080b11fa)!important;border-color:#ffa34d14;box-shadow:0 14px 30px #0206173d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.public-store-shell--segment-restaurant .storefront-discovery-bar--restaurant .search-field--storefront{min-height:2.18rem;padding-inline:.68rem;border-radius:13px;background:#ffffff0f;border-color:#ffffff0f;box-shadow:inset 0 1px #ffffff08}.public-store-shell--segment-restaurant .storefront-discovery-bar--restaurant .search-field--storefront input,.public-store-shell--segment-restaurant .storefront-discovery-bar--restaurant .search-field--storefront svg{color:#fff8f1}.public-store-shell--segment-restaurant .storefront-discovery-bar--restaurant .search-field--storefront input{font-size:.88rem}.public-store-shell--segment-restaurant .storefront-discovery-bar--restaurant .search-field--storefront input::placeholder{color:#fff3e66b}.public-store-shell--segment-restaurant .storefront-discovery-bar--restaurant .search-field__filter-button{width:1.96rem;height:1.96rem;border-color:#ff93421f;background:#ff7a1814;color:#ff9b3d}.public-store-shell--segment-restaurant .storefront-discovery-bar__categories{gap:.28rem;padding:.14rem 0;border:0;border-radius:0;background:transparent;box-shadow:none}.public-store-shell--segment-restaurant .storefront-discovery-bar__categories-header--restaurant{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-inline:.15rem}.public-store-shell--segment-restaurant .storefront-discovery-bar__categories-header--restaurant .storefront-discovery-bar__categories-copy strong{color:#fff8f1;font-size:.76rem;line-height:1.1;text-transform:uppercase;letter-spacing:.08em}.public-store-shell--segment-restaurant .storefront-discovery-bar__link{padding:0;border:0;background:transparent;color:#ff9b3d;font-size:.76rem;font-weight:800}.public-store-shell--segment-restaurant .storefront-discovery-bar__rail-shell--restaurant{margin-inline:-.1rem;padding-inline:.1rem}.public-store-shell--segment-restaurant .storefront-discovery-bar__count{color:#fff3e6ad;font-size:.64rem;font-weight:700}.public-store-shell--segment-restaurant .storefront-discovery-bar__fade{display:none}.public-store-shell--segment-restaurant .category-list--storefront{gap:.32rem;padding-right:.16rem}.public-store-shell--segment-restaurant .category-list--storefront button{min-width:max-content;max-width:none;min-height:1.98rem;padding:.34rem .62rem;border-radius:999px;border-color:#ffffff12;background:linear-gradient(180deg,#ffffff0f,#ffffff0a);color:#fff8f1c7;box-shadow:inset 0 1px #ffffff08}.public-store-shell--segment-restaurant .category-list--storefront button.active{background:linear-gradient(135deg,#ff7a18,#ff9b3d);color:#1f1308;transform:translateY(-1px);box-shadow:0 10px 22px #ff5e002e,inset 0 1px #ffffff47}.public-store-shell--segment-restaurant .category-list--storefront .category-list__content strong{font-size:.73rem;letter-spacing:-.01em}.public-store-shell--segment-restaurant .category-list--storefront .category-list__content small{font-size:.58rem;color:#fff3e67a}.public-store-shell--segment-restaurant .storefront-products-section--restaurant{gap:.5rem;padding:.24rem 0 0;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important}.public-store-shell--segment-restaurant .storefront-products-section__header{display:none}.public-store-shell--segment-restaurant .product-grid--restaurant{grid-template-columns:1fr;gap:.48rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card{grid-template-columns:88px minmax(0,1fr) auto;align-items:center;min-height:96px;border-radius:16px;border-color:#ff99481a;background:linear-gradient(180deg,#181310fa,#0a0e15fa),#0b0f16fa;box-shadow:0 10px 24px #0206172e,inset 0 1px #ffffff08}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media-button{width:88px;min-width:88px}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media img{width:88px;min-width:88px;min-height:88px;height:88px;border-radius:16px 0 0 16px}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media img{filter:saturate(1.06) contrast(1.02)}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__badges--restaurant{left:.42rem;bottom:.42rem;top:auto;padding:0}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__badges--restaurant .tag-chip{gap:.24rem;padding:.28rem .48rem;border-radius:999px;background:#110c0ac7;color:#fff7ef;font-size:.58rem;font-weight:800;border:1px solid rgba(255,173,96,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__badges--restaurant .tag-chip svg{width:10px;height:10px;color:#fbbf24}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__content{gap:.18rem;padding:.52rem .54rem .52rem .52rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__eyebrow,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__signal,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__meta,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__footer .tag-row,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__details,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__header{display:none!important}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__category-label{display:inline-flex;color:#ff9b3d;font-size:.66rem;font-weight:800;line-height:1;letter-spacing:.02em;text-transform:none}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__content h3{font-size:.88rem;line-height:1.08;letter-spacing:-.015em;margin:0;color:#fff8f1}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__content p{margin:0;display:-webkit-box;overflow:hidden;color:#fff3e6b8;font-size:.7rem;line-height:1.22;-webkit-line-clamp:2;-webkit-box-orient:vertical}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__aside--restaurant-premium{min-width:6.1rem;display:grid;justify-items:end;align-content:center;gap:.4rem;padding:.52rem .58rem .52rem 0}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__price-box{min-width:0;gap:.08rem;padding-top:0;text-align:right}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__price-box small{font-size:.54rem;color:#fff3e66b;letter-spacing:.04em}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__price-box strong{font-size:.9rem;color:#fff8f1;line-height:1}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__cta{min-height:1.6rem;padding-inline:.52rem;border-radius:10px;font-size:.54rem;font-weight:800;line-height:1;box-shadow:0 8px 18px #ff5e0029,inset 0 1px #ffffff24}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__cta--restaurant-premium{width:5.1rem;min-width:5.1rem;flex-direction:row-reverse;justify-content:center;gap:.24rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__cta--restaurant-premium span{white-space:nowrap}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__cta--restaurant-premium svg{width:11px;height:11px;flex:none}.public-store-shell--segment-restaurant .storefront-product-skeletons{grid-template-columns:1fr;gap:.46rem}.public-store-shell--segment-restaurant .storefront-product-skeleton{grid-template-columns:88px minmax(0,1fr) 84px;border-radius:16px;background:#ffffff0a}.public-store-shell--segment-restaurant .storefront-product-skeleton__media{min-height:88px}.public-store-shell--segment-restaurant .storefront-product-skeleton__body{gap:.4rem;padding:.56rem .6rem}.public-store-shell--segment-restaurant .storefront-product-skeleton__actions span:first-child{display:none}.public-store-shell--segment-restaurant .storefront-product-skeleton__actions{grid-template-columns:1fr;align-content:center;padding:.56rem .58rem .56rem 0}.public-store-shell--segment-restaurant .public-mobile-nav{left:max(.42rem,env(safe-area-inset-left));right:max(.42rem,env(safe-area-inset-right));bottom:max(.34rem,env(safe-area-inset-bottom));padding:.22rem .22rem calc(.22rem + env(safe-area-inset-bottom));border-radius:15px;border:1px solid rgba(255,166,84,.08);background:linear-gradient(180deg,#0d1018fa,#080b11fa);box-shadow:0 14px 28px #02061747,inset 0 1px #ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.public-store-shell--segment-restaurant .public-mobile-nav a{min-height:2.28rem;gap:.08rem;padding:.3rem .16rem;border-radius:11px;color:#fff3e685;font-size:.54rem;font-weight:700;letter-spacing:.01em}.public-store-shell--segment-restaurant .public-mobile-nav a svg{width:15px;height:15px}.public-store-shell--segment-restaurant .public-mobile-nav a.active{background:linear-gradient(135deg,#ff7a1838,#ff9c3d29);color:#fff7f0;box-shadow:0 10px 18px #ff5e0024,inset 0 1px #ffffff1f}.public-store-shell--segment-restaurant .public-mobile-nav__count{top:.16rem;right:.16rem;min-width:.88rem;height:.88rem;font-size:.48rem}.public-store-shell--segment-restaurant .cart-summary-bar{left:max(.42rem,env(safe-area-inset-left));right:max(.42rem,env(safe-area-inset-right));bottom:calc(3.42rem + env(safe-area-inset-bottom));gap:.46rem;padding:.52rem .58rem;border-radius:14px;border-color:#ffa6541a;background:radial-gradient(circle at top right,rgba(255,122,24,.16),transparent 36%),linear-gradient(180deg,#120e0cfa,#080b11fa);box-shadow:0 14px 26px #0206173d}.public-store-shell--segment-restaurant .cart-summary-bar__content strong{font-size:.78rem;color:#fff8f1;letter-spacing:-.01em}.public-store-shell--segment-restaurant .cart-summary-bar__content span{font-size:.63rem;color:#fff3e6a8}.public-store-shell--segment-restaurant .cart-summary-bar__button{min-height:2.08rem;padding-inline:.6rem;border-radius:11px;font-size:.68rem;font-weight:800}.public-store-shell--segment-restaurant .storefront-showcase__panel--restaurant,.public-store-shell--segment-restaurant .restaurant-checkout-flow,.public-store-shell--segment-restaurant .product-grid--restaurant,.public-store-shell--segment-restaurant .restaurant-cart-overview{grid-template-columns:1fr}.public-store-shell--segment-restaurant .restaurant-checkout-mobile{display:grid;gap:.8rem;width:min(100%,430px);margin:0 auto;padding:.75rem max(.95rem,env(safe-area-inset-left)) calc(8.5rem + env(safe-area-inset-bottom)) max(.95rem,env(safe-area-inset-right));color:#fff}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__header{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start;padding-bottom:.7rem;border-bottom:1px solid rgba(255,255,255,.06)}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__back{width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fff7f0}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__header-copy{display:grid;gap:.18rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__eyebrow{color:#ffba7ac7;font-size:.64rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__header-copy h1{margin:0;color:#fff8f1;font-size:1.34rem;line-height:1.05;letter-spacing:-.03em}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__header-copy p,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__helper{margin:0;color:#f0e4d6ad;font-size:.78rem;line-height:1.45}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__progress{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(7rem,1fr);gap:.55rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:none}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__progress::-webkit-scrollbar{display:none}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__progress-step{display:inline-flex;align-items:center;justify-content:center;min-height:2.1rem;padding:.45rem .7rem;border-radius:999px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;color:#f0e4d68f;font-size:.72rem;font-weight:700;white-space:nowrap}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__progress-step.is-active{border-color:#ff8c3842;background:linear-gradient(135deg,#ff7a182e,#ff57221f);color:#fff8f1}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__content{display:grid;gap:.8rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__card{display:grid;gap:.85rem;padding:1rem;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top right,rgba(255,122,24,.08),transparent 34%),linear-gradient(180deg,#0d1118fa,#080b11fa);box-shadow:0 18px 36px #0206173d}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__merchant{grid-template-columns:minmax(0,1fr) auto;align-items:center}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__merchant-copy{display:grid;gap:.14rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__merchant-copy span,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-copy strong,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__summary-grid strong,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__confirm-line strong,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__qr-panel strong,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__pix-card strong,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__highlight-card strong,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__success-hero strong{color:#fff8f1}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__merchant-copy small,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-copy small,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__summary-grid span,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__confirm-line span,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__pix-card span,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__pix-card small,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__highlight-card small,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__safe-note,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__qr-panel span{color:#f0e4d6ad}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__link{border:0;background:transparent;color:#ff9f58;font-size:.76rem;font-weight:700}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-list{display:grid;gap:.72rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-row{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:.72rem;align-items:start;padding:.72rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-row img{width:64px;height:64px;border-radius:14px;object-fit:cover;border:1px solid rgba(255,255,255,.08)}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-copy{display:grid;gap:.3rem;min-width:0}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-copy strong{font-size:.92rem;line-height:1.2}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__quantity-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile .quantity-stepper--storefront-checkout{gap:.55rem;padding:.22rem .3rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.public-store-shell--segment-restaurant .restaurant-checkout-mobile .quantity-stepper--storefront-checkout button,.public-store-shell--segment-restaurant .restaurant-checkout-mobile .quantity-stepper--storefront-checkout span{color:#fff8f1}.public-store-shell--segment-restaurant .restaurant-checkout-mobile .quantity-stepper--storefront-checkout button{background:#ffffff0f}.public-store-shell--segment-restaurant .restaurant-checkout-mobile .icon-link{color:#ff9c68}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-row>b{color:#ffb173;font-size:.92rem;white-space:nowrap}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__summary-grid{display:grid;gap:.72rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__summary-grid>div{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__summary-total strong{color:#ffb173;font-size:1.18rem;letter-spacing:-.02em}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__options,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__info-stack{display:grid;gap:.72rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__option-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.72rem;align-items:center;padding:.9rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff8f1;text-align:left}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__option-card.is-active{border-color:#ff8c3857;background:linear-gradient(135deg,#ff7a182e,#ff572214);box-shadow:0 14px 26px #ff5e0029}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__option-card:disabled{opacity:.5;cursor:not-allowed}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__option-icon,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__highlight-icon,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__success-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:999px;background:#ff7a1824;color:#ffb173;flex:none}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__option-copy{display:grid;gap:.14rem;min-width:0}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__option-copy strong{font-size:.92rem;color:#fff8f1}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__option-copy small,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__option-badge{color:#f0e4d6b3;font-size:.73rem;line-height:1.35}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__option-badge{padding:.24rem .5rem;border-radius:999px;background:#ffffff0d;white-space:nowrap}.public-store-shell--segment-restaurant .restaurant-checkout-mobile label{display:grid;gap:.36rem;color:#fff2e8;font-size:.76rem;font-weight:700}.public-store-shell--segment-restaurant .restaurant-checkout-mobile input,.public-store-shell--segment-restaurant .restaurant-checkout-mobile select,.public-store-shell--segment-restaurant .restaurant-checkout-mobile textarea{width:100%;min-height:3rem;padding:.82rem .9rem;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#fff8f1;box-shadow:none}.public-store-shell--segment-restaurant .restaurant-checkout-mobile textarea{min-height:5.4rem;resize:vertical}.public-store-shell--segment-restaurant .restaurant-checkout-mobile input::placeholder,.public-store-shell--segment-restaurant .restaurant-checkout-mobile textarea::placeholder{color:#f0e4d66b}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__field-grid,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__dual-actions{display:grid;grid-template-columns:1fr 1fr;gap:.72rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__inline-action,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__highlight-card,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__pix-card,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__qr-panel{display:grid;gap:.34rem;padding:.85rem .9rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__highlight-card{grid-template-columns:auto minmax(0,1fr);align-items:center}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__inline-action button,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__segmented button,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__button{border:0}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__inline-action button{justify-self:start;min-height:2.35rem;padding:.55rem .78rem;border-radius:12px;background:linear-gradient(135deg,#ff7a18,#ff9c3d);color:#fff8f1;font-size:.72rem;font-weight:800}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__segmented{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;padding:.28rem;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__segmented button{min-height:2.6rem;border-radius:12px;background:transparent;color:#f0e4d6b8;font-size:.78rem;font-weight:700}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__segmented button.active{background:linear-gradient(135deg,#ff7a183d,#ff572224);color:#fff8f1}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__button{display:inline-flex;align-items:center;justify-content:center;gap:.46rem;min-height:3.2rem;padding:.9rem 1rem;border-radius:18px;font-size:.88rem;font-weight:800}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__button--full{width:100%}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__button--primary{background:linear-gradient(135deg,#ff7a00,#ff4d00);color:#fff8f1;box-shadow:0 18px 30px #ff5e0038}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__button--secondary{background:#ffffff0f;color:#fff8f1;border:1px solid rgba(255,255,255,.08)}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__button--ghost{background:transparent;color:#f0e4d6c7;border:1px solid rgba(255,255,255,.08)}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__footer{position:sticky;bottom:calc(4.35rem + env(safe-area-inset-bottom));display:grid;gap:.62rem;padding:.78rem;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top right,rgba(255,122,24,.12),transparent 34%),linear-gradient(180deg,#0d1118f5,#080b11fa);box-shadow:0 22px 34px #02061752;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:30}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__safe-note{display:inline-flex;align-items:center;justify-content:center;gap:.38rem;min-height:2.2rem;padding:.55rem .72rem;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;font-size:.72rem;text-align:center}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__safe-note--error{color:#ffb4aa;border-color:#f8717138;background:#7f1d1d33}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__safe-note--success{color:#d1fae5;border-color:#34d3992e;background:#064e3b47}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__success-hero{justify-items:center;text-align:center;padding-block:1.15rem}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__success-icon{width:3.15rem;height:3.15rem}@media(max-width:360px){.public-store-shell--segment-restaurant .restaurant-checkout-mobile__field-grid,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__dual-actions,.public-store-shell--segment-restaurant .restaurant-checkout-mobile__merchant{grid-template-columns:1fr}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-row{grid-template-columns:56px minmax(0,1fr)}.public-store-shell--segment-restaurant .restaurant-checkout-mobile__item-row>b{grid-column:2;justify-self:end}}.public-store-shell--segment-restaurant .storefront-products-section--restaurant,.public-store-shell--segment-restaurant .restaurant-cart-overview,.public-store-shell--segment-restaurant .restaurant-checkout-flow{padding:.7rem;border-radius:1.1rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media img{min-height:102px}.public-store-shell--segment-restaurant .restaurant-checkout-table-lock__meta{grid-template-columns:1fr}.public-store-shell--segment-restaurant .restaurant-cart-overview__meta{text-align:left}}@media(max-width:389px){.public-store-shell--segment-restaurant .storefront-showcase__cover{height:clamp(4.95rem,21vw,5.5rem);min-height:clamp(4.95rem,21vw,5.5rem)}.public-store-shell--segment-restaurant .restaurant-storefront__service-card{min-height:2.06rem;padding-inline:.62rem}.public-store-shell--segment-restaurant .category-list--storefront button{min-height:1.9rem;padding-inline:.54rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card{grid-template-columns:82px minmax(0,1fr) 78px;min-height:88px}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media,.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__media img,.public-store-shell--segment-restaurant .storefront-product-skeleton__media{width:82px;min-width:82px;min-height:82px;height:82px}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__content h3{font-size:.84rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__content p{font-size:.67rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__price-box strong{font-size:.84rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__aside--restaurant-premium{min-width:5.2rem;padding-right:.44rem}.public-store-shell--segment-restaurant .product-grid--restaurant .product-card__cta--restaurant-premium{width:4.7rem;min-width:4.7rem}.public-store-shell--segment-restaurant .public-mobile-nav a{font-size:.5rem}.public-store-shell--segment-restaurant .cart-summary-bar{bottom:calc(3.24rem + env(safe-area-inset-bottom))}}.storefront-shell--delivery .storefront-showcase__cover{background:linear-gradient(135deg,#082f49,#111827 38%,#0891b2 125%)}.storefront-shell--delivery .storefront-showcase__identity,.storefront-shell--delivery .storefront-discovery-bar,.storefront-shell--delivery .storefront-conversion-card,.storefront-shell--delivery .storefront-showcase__spotlight,.storefront-shell--delivery .product-card{border-color:#3b82f62e;background:linear-gradient(180deg,#0b1824f5,#080d14fa),#080d14fa;box-shadow:0 22px 42px #0206173d}.storefront-shell--delivery .storefront-showcase__title p,.storefront-shell--delivery .storefront-showcase__title small,.storefront-shell--delivery .storefront-discovery-bar__hint,.storefront-shell--delivery .storefront-conversion-card p,.storefront-shell--delivery .product-card p,.storefront-shell--delivery .product-card__meta span,.storefront-shell--delivery .product-card__meta small{color:#e2e8f0c7}.storefront-shell--delivery .storefront-showcase__title h1,.storefront-shell--delivery .storefront-showcase__fact strong,.storefront-shell--delivery .storefront-conversion-card strong,.storefront-shell--delivery .product-card h3,.storefront-shell--delivery .product-card__price-box strong{color:#fff}.storefront-shell--delivery .storefront-showcase__segment-pill,.storefront-shell--delivery .storefront-showcase__fact,.storefront-shell--delivery .storefront-showcase__mobile-pill{background:#ffffff0d;border-color:#38bdf833}.storefront-shell--delivery .product-card__cta.action-button--primary,.public-store-shell--segment-delivery .cart-summary-bar__button.action-button--primary{background:linear-gradient(135deg,#2563eb,#06b6d4)}.public-store-shell--segment-delivery .public-mobile-nav{background:#07121ef5}.public-store-shell--segment-delivery .public-mobile-nav a.active{background:#3b82f638}.public-store-shell--segment-delivery .storefront-checkout-shell,.public-store-shell--segment-delivery .storefront-checkout-card,.public-store-shell--segment-delivery .storefront-checkout-card.section-card,.public-store-shell--segment-delivery .storefront-progress-steps,.public-store-shell--segment-delivery .storefront-order-preview__item,.public-store-shell--segment-delivery .storefront-checkout-cta-bar,.public-store-shell--segment-delivery .storefront-checkout-address,.public-store-shell--segment-delivery .storefront-checkbox-row,.public-store-shell--segment-delivery .inline-summary--checkout span,.public-store-shell--segment-delivery .storefront-inline-banner--neutral,.public-store-shell--segment-delivery .search-field--compact{border-color:#ffffff14!important;background:linear-gradient(180deg,#17181bfa,#111215fa),#17181b!important;box-shadow:0 14px 30px #00000038!important}.public-store-shell--segment-delivery .storefront-checkout-shell{color:var(--store-color-text-primary);border:0!important;background:transparent!important;box-shadow:none!important}.public-store-shell--segment-delivery .storefront-checkout-card,.public-store-shell--segment-delivery .storefront-checkout-card.section-card,.public-store-shell--segment-delivery .storefront-progress-steps,.public-store-shell--segment-delivery .storefront-order-preview__item,.public-store-shell--segment-delivery .storefront-checkbox-row,.public-store-shell--segment-delivery .inline-summary--checkout span,.public-store-shell--segment-delivery .storefront-inline-banner--neutral,.public-store-shell--segment-delivery .search-field--compact{background:linear-gradient(180deg,#1b1d21fa,#131418fa),#1b1d21!important}.public-store-shell--segment-delivery .storefront-checkout-card--summary,.public-store-shell--segment-delivery .storefront-checkout-cta-bar{border-color:#ffffff1a!important}.public-store-shell--segment-delivery .storefront-checkout-card--summary{background:radial-gradient(circle at top right,rgba(255,122,24,.08),transparent 34%),linear-gradient(180deg,#202126fa,#16171cfa),#1f2126!important}.public-store-shell--segment-delivery .storefront-checkout-cta-bar{background:radial-gradient(circle at top right,rgba(255,122,24,.14),transparent 32%),linear-gradient(180deg,#1f1915fa,#141417fa),#1d1d21!important}@media(max-width:699px){.public-store-shell--segment-delivery .storefront-checkout-shell--final{padding-bottom:calc(7.2rem + env(safe-area-inset-bottom))!important}.public-store-shell--segment-delivery .storefront-checkout-cta-bar--final{position:sticky;left:auto;right:auto;bottom:calc(4.55rem + env(safe-area-inset-bottom));margin-top:.8rem;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 10px 24px #0000002e!important}}.public-store-shell--segment-delivery .storefront-checkout-intro h1,.public-store-shell--segment-delivery .storefront-checkout-card .section-card__header h2,.public-store-shell--segment-delivery .storefront-order-preview__header strong,.public-store-shell--segment-delivery .storefront-order-preview__header b,.public-store-shell--segment-delivery .storefront-total-stack strong,.public-store-shell--segment-delivery .storefront-total-stack__total span,.public-store-shell--segment-delivery .storefront-checkout-address__intro strong,.public-store-shell--segment-delivery .storefront-checkout-cta-bar__copy strong,.public-store-shell--segment-delivery .cart-item--checkout .cart-item__header strong,.public-store-shell--segment-delivery .cart-item--checkout .cart-item__header b,.public-store-shell--segment-delivery .storefront-progress-step--done .storefront-progress-step__label,.public-store-shell--segment-delivery .storefront-progress-step--active .storefront-progress-step__label{color:var(--store-color-text-primary)!important}.public-store-shell--segment-delivery .storefront-checkout-intro p,.public-store-shell--segment-delivery .storefront-checkout-card .section-card__header p,.public-store-shell--segment-delivery .storefront-order-preview__header p,.public-store-shell--segment-delivery .storefront-order-preview__body small,.public-store-shell--segment-delivery .storefront-total-stack span,.public-store-shell--segment-delivery .storefront-checkout-address__intro p,.public-store-shell--segment-delivery .storefront-checkout-cta-bar__copy span,.public-store-shell--segment-delivery .storefront-checkout-cta-bar__copy small,.public-store-shell--segment-delivery .storefront-checkout-shell label,.public-store-shell--segment-delivery .storefront-checkbox-row span,.public-store-shell--segment-delivery .storefront-checkout-shell .helper-text,.public-store-shell--segment-delivery .cart-item--checkout .cart-item__header p,.public-store-shell--segment-delivery .cart-item--checkout .cart-item__body small,.public-store-shell--segment-delivery .storefront-progress-step__label{color:var(--store-color-text-secondary)!important}.public-store-shell--segment-delivery .storefront-checkout-shell input,.public-store-shell--segment-delivery .storefront-checkout-shell select,.public-store-shell--segment-delivery .storefront-checkout-shell textarea,.public-store-shell--segment-delivery .search-field--compact input{border-color:#ffffff14!important;background:#ffffff0a!important;color:var(--store-color-text-primary)!important;box-shadow:none!important}.public-store-shell--segment-delivery .storefront-checkout-address{gap:.92rem;padding:1rem;border-color:#ffffff1a!important;background:radial-gradient(circle at top right,rgba(255,122,24,.12),transparent 40%),linear-gradient(180deg,#1f2024fa,#16171bfa),#1d1f24!important;box-shadow:0 14px 28px #0000002e,inset 0 1px #ffffff0a!important}.public-store-shell--segment-delivery .storefront-checkout-address__intro{gap:.28rem}.public-store-shell--segment-delivery .storefront-checkout-address label{color:#efe5d8!important}.public-store-shell--segment-delivery .storefront-cep-lookup{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.62rem;padding:.72rem;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.public-store-shell--segment-delivery .storefront-cep-lookup__field{display:grid;gap:.32rem}.public-store-shell--segment-delivery .storefront-cep-lookup__button{min-height:3rem;padding-inline:1rem;border-color:#ff7a182e!important;border-radius:15px;background:linear-gradient(135deg,#ff7a182e,#ff62253d)!important;color:#fff7ee!important;box-shadow:none!important}.public-store-shell--segment-delivery .storefront-checkout-address input{border-color:#ffffff17!important;background:#ffffff0d!important}.public-store-shell--segment-delivery .storefront-checkout-address__grid{gap:.72rem}.public-store-shell--segment-delivery .storefront-checkout-address .storefront-inline-banner--neutral{border:1px solid rgba(255,255,255,.08)!important;background:#ffffff0d!important;color:#f0e5d6!important}.public-store-shell--segment-delivery .storefront-checkout-shell input::placeholder,.public-store-shell--segment-delivery .storefront-checkout-shell textarea::placeholder,.public-store-shell--segment-delivery .search-field--compact input::placeholder{color:var(--store-color-text-muted)!important}.public-store-shell--segment-delivery .storefront-checkout-shell input:focus,.public-store-shell--segment-delivery .storefront-checkout-shell select:focus,.public-store-shell--segment-delivery .storefront-checkout-shell textarea:focus,.public-store-shell--segment-delivery .search-field--compact:focus-within{border-color:#ff7a184d!important;box-shadow:0 0 0 3px #ff7a181f!important}.public-store-shell--segment-delivery .storefront-progress-step__marker{border-color:#ffffff1a;background:#ffffff0a;color:var(--store-color-text-secondary)}.public-store-shell--segment-delivery .storefront-progress-step__line,.public-store-shell--segment-delivery .storefront-total-stack__total{border-color:#ffffff14}.public-store-shell--segment-delivery .storefront-progress-step__line{background:#ffffff1f}.public-store-shell--segment-delivery .storefront-progress-step--done .storefront-progress-step__line,.public-store-shell--segment-delivery .storefront-progress-step--active .storefront-progress-step__line,.public-store-shell--segment-delivery .storefront-progress-step--active .storefront-progress-step__marker{background:linear-gradient(135deg,#ff7a18,#ff6225)}.public-store-shell--segment-delivery .storefront-total-stack{margin-top:.82rem;padding:.88rem .92rem;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:linear-gradient(180deg,#ffffff0b,#ffffff05)}.public-store-shell--segment-delivery .storefront-total-stack span{color:#cfc7ba!important}.public-store-shell--segment-delivery .storefront-total-stack strong{color:#fff8f2!important}.public-store-shell--segment-delivery .storefront-total-stack__total{margin-top:.18rem;padding-top:.72rem;border-top:1px solid rgba(255,255,255,.08)}.public-store-shell--segment-delivery .storefront-total-stack__total span{color:#ffcfad!important}.public-store-shell--segment-delivery .storefront-total-stack__total strong{display:block;background:none!important;color:#fffdf9!important;font-size:clamp(1.4rem,4.8vw,1.82rem);line-height:1.02;letter-spacing:-.04em}.public-store-shell--segment-delivery .cart-summary-bar__button.action-button--primary,.public-store-shell--segment-delivery .storefront-checkout-cta-bar__button.action-button--primary{color:#fff7ee!important;background:linear-gradient(135deg,#ff7a18,#ff6225)!important}.public-store-shell--segment-delivery .storefront-service-selector button.active,.public-store-shell--segment-delivery .storefront-payment-selector button.active{background:linear-gradient(135deg,#ff7a18,#ff6225)!important}.public-store-shell--segment-delivery .storefront-payment-selector button{min-height:3.05rem;font-size:.9rem;letter-spacing:-.01em}.public-store-shell--segment-delivery .cart-item--checkout,.public-store-shell--segment-delivery .quantity-stepper--storefront-checkout,.public-store-shell--segment-delivery .quantity-stepper--storefront-checkout button{border-color:#ffffff14!important;background:#ffffff0a!important;color:var(--store-color-text-primary)!important;box-shadow:none!important}.public-store-shell--segment-delivery .storefront-checkout-shell .icon-link{color:#ff8455}.public-store-shell--segment-delivery .storefront-cep-status--idle,.public-store-shell--segment-delivery .storefront-cep-status--loading,.public-store-shell--segment-delivery .storefront-cep-status--success,.public-store-shell--segment-delivery .storefront-cep-status--error{border:1px solid rgba(255,255,255,.06)}.public-store-shell--segment-delivery .storefront-cep-status--idle{background:#ffffff0a;color:var(--store-color-text-secondary)}.public-store-shell--segment-delivery .storefront-cep-status--loading{background:#ff7a181f;color:#ffb088}.public-store-shell--segment-delivery .storefront-cep-status--success{background:#10b98124;color:#a7f3d0}.public-store-shell--segment-delivery .storefront-cep-status--error{background:#ef444424;color:#fecaca}.public-store-shell--segment-delivery .storefront-checkout-cta-bar__copy strong{color:#fffaf3!important}.public-store-shell--segment-delivery .storefront-checkout-cta-bar__copy span,.public-store-shell--segment-delivery .storefront-checkout-cta-bar__copy small{color:#f5ebe1c2!important}.public-store-shell--segment-delivery .storefront-checkout-shell--success-state{min-height:72vh}.public-store-shell--segment-delivery .storefront-order-success__backdrop{background:#06080cc2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.public-store-shell--segment-delivery .storefront-order-success{width:min(540px,calc(100vw - 1.5rem));display:grid;gap:1rem;padding:1.2rem;border-radius:1.8rem;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top right,rgba(255,122,24,.18),transparent 28%),linear-gradient(180deg,#1b1d22fa,#121318fa);box-shadow:0 28px 56px #00000057}.public-store-shell--segment-delivery .storefront-order-success__icon{width:3.5rem;height:3.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#dcfce7;background:linear-gradient(135deg,#22c55e38,#10b9812e)}.public-store-shell--segment-delivery .storefront-order-success__copy{display:grid;gap:.35rem}.public-store-shell--segment-delivery .storefront-order-success__copy h2,.public-store-shell--segment-delivery .storefront-order-success__summary strong,.public-store-shell--segment-delivery .storefront-order-success__pix strong,.public-store-shell--segment-delivery .storefront-order-success__details strong{color:#fff8f2}.public-store-shell--segment-delivery .storefront-order-success__copy p,.public-store-shell--segment-delivery .storefront-order-success__summary span,.public-store-shell--segment-delivery .storefront-order-success__pix span,.public-store-shell--segment-delivery .storefront-order-success__pix small,.public-store-shell--segment-delivery .storefront-order-success__details span{color:#f5ebe1bd}.public-store-shell--segment-delivery .storefront-order-success__summary,.public-store-shell--segment-delivery .storefront-order-success__details{display:grid;gap:.72rem;grid-template-columns:repeat(2,minmax(0,1fr))}.public-store-shell--segment-delivery .storefront-order-success__summary>div,.public-store-shell--segment-delivery .storefront-order-success__details>div,.public-store-shell--segment-delivery .storefront-order-success__pix{display:grid;gap:.22rem;padding:.88rem .92rem;border-radius:1.2rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.public-store-shell--segment-delivery .storefront-order-success__summary-total{grid-column:1 / -1}.public-store-shell--segment-delivery .storefront-order-success__summary-total strong{font-size:clamp(1.5rem,4vw,2rem);line-height:1;letter-spacing:-.04em}.public-store-shell--segment-delivery .storefront-order-success__pix{align-items:start}.public-store-shell--segment-delivery .storefront-order-success__pix .action-button{justify-self:start}.public-store-shell--segment-delivery .storefront-order-success__actions{display:grid;gap:.7rem}.public-store-shell--segment-delivery .storefront-order-success__actions .action-button--ghost{border:1px solid rgba(255,255,255,.08);background:#ffffff0a;color:#f7ecdf}@media(max-width:699px){.public-store-shell--segment-delivery .storefront-checkout-address{gap:.74rem;padding:.82rem;border-radius:18px}.public-store-shell--segment-delivery .storefront-cep-lookup{grid-template-columns:minmax(0,1fr) auto;gap:.48rem;padding:.52rem;border-radius:15px}.public-store-shell--segment-delivery .storefront-cep-lookup__button{width:auto;min-width:6.2rem;min-height:2.72rem;padding-inline:.9rem;font-size:.76rem}.public-store-shell--segment-delivery .storefront-checkout-address__intro strong{font-size:.86rem}.public-store-shell--segment-delivery .storefront-checkout-address__intro p,.public-store-shell--segment-delivery .storefront-cep-status{font-size:.71rem;line-height:1.32}.public-store-shell--segment-delivery .storefront-total-stack{margin-top:.7rem;padding:.74rem .8rem;border-radius:16px}.public-store-shell--segment-delivery .storefront-total-stack__total strong{font-size:1.34rem}.public-store-shell--segment-delivery .storefront-payment-selector button{min-height:2.9rem;font-size:.8rem;padding-inline:.8rem}.public-store-shell--segment-delivery .storefront-order-success{width:min(100vw - 1rem,100%);gap:.9rem;padding:1rem;border-radius:1.5rem}.public-store-shell--segment-delivery .storefront-order-success__summary,.public-store-shell--segment-delivery .storefront-order-success__details{grid-template-columns:1fr}}.storefront-shell--shop .storefront-showcase__cover{background:linear-gradient(135deg,#052e16,#111827 38%,#16a34a 128%)}.storefront-shell--shop .storefront-showcase__identity,.storefront-shell--shop .storefront-discovery-bar,.storefront-shell--shop .storefront-conversion-card,.storefront-shell--shop .storefront-showcase__spotlight,.storefront-shell--shop .product-card{border-color:#22c55e2e;background:linear-gradient(180deg,#0a1b12f5,#080d14fa),#080d14fa;box-shadow:0 22px 42px #0206173d}.storefront-shell--shop .storefront-showcase__title p,.storefront-shell--shop .storefront-showcase__title small,.storefront-shell--shop .storefront-discovery-bar__hint,.storefront-shell--shop .storefront-conversion-card p,.storefront-shell--shop .product-card p,.storefront-shell--shop .product-card__meta span,.storefront-shell--shop .product-card__meta small{color:#e2e8f0c2}.storefront-shell--shop .storefront-showcase__title h1,.storefront-shell--shop .storefront-showcase__fact strong,.storefront-shell--shop .storefront-conversion-card strong,.storefront-shell--shop .product-card h3,.storefront-shell--shop .product-card__price-box strong{color:#fff}.storefront-shell--shop .storefront-showcase__segment-pill,.storefront-shell--shop .storefront-showcase__fact,.storefront-shell--shop .storefront-showcase__mobile-pill{background:#ffffff0d;border-color:#22c55e2e}.storefront-shell--shop .product-card__cta.action-button--primary,.public-store-shell--segment-shop .cart-summary-bar__button.action-button--primary{background:linear-gradient(135deg,#16a34a,#22c55e)}.public-store-shell--segment-shop .public-mobile-nav{background:#08140ef5}.public-store-shell--segment-shop .public-mobile-nav a.active{background:#22c55e33}.storefront-shell--event .search-field--storefront,.storefront-shell--restaurant .search-field--storefront,.storefront-shell--delivery .search-field--storefront,.storefront-shell--shop .search-field--storefront{border-color:#ffffff14;background:#ffffff0d}.storefront-shell--event .search-field--storefront input,.storefront-shell--restaurant .search-field--storefront input,.storefront-shell--delivery .search-field--storefront input,.storefront-shell--shop .search-field--storefront input{color:#fff}.storefront-shell--event .search-field--storefront input::placeholder,.storefront-shell--restaurant .search-field--storefront input::placeholder,.storefront-shell--delivery .search-field--storefront input::placeholder,.storefront-shell--shop .search-field--storefront input::placeholder{color:#e2e8f080}.storefront-shell--event .category-list--storefront button,.storefront-shell--restaurant .category-list--storefront button,.storefront-shell--delivery .category-list--storefront button,.storefront-shell--shop .category-list--storefront button{border-color:#ffffff14;background:#ffffff0a}.storefront-shell--event .category-list--storefront button.active{background:linear-gradient(135deg,#a855f742,#ff7a0038)}.storefront-shell--restaurant .category-list--storefront button.active{background:#ff7a0033}.storefront-shell--delivery .category-list--storefront button.active{background:#2563eb33}.storefront-shell--shop .category-list--storefront button.active{background:#16a34a33}.storefront-shell--event .category-list--storefront .category-list__content strong,.storefront-shell--restaurant .category-list--storefront .category-list__content strong,.storefront-shell--delivery .category-list--storefront .category-list__content strong,.storefront-shell--shop .category-list--storefront .category-list__content strong{color:#fff}.storefront-shell--event .category-list--storefront .category-list__content small,.storefront-shell--restaurant .category-list--storefront .category-list__content small,.storefront-shell--delivery .category-list--storefront .category-list__content small,.storefront-shell--shop .category-list--storefront .category-list__content small{color:#e2e8f099}.public-store-shell--segment-event .cart-summary-bar,.public-store-shell--segment-restaurant .cart-summary-bar,.public-store-shell--segment-delivery .cart-summary-bar,.public-store-shell--segment-shop .cart-summary-bar{border:1px solid rgba(255,255,255,.08);z-index:56;bottom:calc(6.2rem + env(safe-area-inset-bottom));box-shadow:0 24px 44px #0206175c}@media(max-width:699px){.storefront-showcase__segment-pills{grid-template-columns:1fr 1fr}}@media(max-width:479px){.storefront-showcase__segment-pills{grid-template-columns:1fr}}@media(min-width:1024px){.public-store-shell--route-menu #loja-info,.public-store-shell--route-menu #busca,.public-store-shell--route-menu #categorias,.public-store-shell--route-menu #mesa-atual,.public-store-shell--route-menu #catalogo{scroll-margin-top:8.5rem}.public-store-shell--route-menu .cart-summary-bar,.public-store-shell--route-menu .event-storefront__consumptionbar,.public-store-shell--route-menu .event-storefront__footerbar,.public-store-shell--route-menu .event-storefront__hero-topbar{display:none}.public-store-shell--route-menu .event-storefront__filters{top:6.6rem}.public-store-shell--segment-event .cart-summary-bar,.public-store-shell--segment-restaurant .cart-summary-bar,.public-store-shell--segment-delivery .cart-summary-bar,.public-store-shell--segment-shop .cart-summary-bar{bottom:1rem}}.page-header--settings-studio{padding:clamp(1.25rem,2vw,1.8rem);border-radius:2rem;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top right,rgba(255,122,24,.18),transparent 38%),linear-gradient(180deg,#111827f5,#080c12fa);box-shadow:0 28px 70px #02061759}.page-header--settings-studio .page-eyebrow,.page-header--settings-studio h1,.page-header--settings-studio p{color:#f8fafc}.page-header--settings-studio p{max-width:58ch;color:#e2e8f0c7}.settings-studio{--settings-accent: #ff7a18;--settings-accent-soft: rgba(255, 122, 24, .16);display:grid;gap:1.2rem;padding-bottom:2.25rem}.settings-studio--event{--settings-accent: #a855f7;--settings-accent-soft: rgba(168, 85, 247, .16)}.settings-studio--restaurant{--settings-accent: #ff7a18;--settings-accent-soft: rgba(255, 122, 24, .16)}.settings-studio--delivery{--settings-accent: #38bdf8;--settings-accent-soft: rgba(56, 189, 248, .16)}.settings-studio--shop{--settings-accent: #22c55e;--settings-accent-soft: rgba(34, 197, 94, .16)}.settings-studio__stats{display:grid;gap:.95rem}.settings-studio__stat-card{display:grid;gap:.45rem;padding:1rem 1.05rem;border-radius:1.6rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#111827f5,#080c12fa);box-shadow:0 22px 54px #02061738}.settings-studio__stat-card span{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#cbd5e1b8}.settings-studio__stat-card strong{font-size:clamp(1.2rem,2vw,1.75rem);color:#f8fafc}.settings-studio__stat-card small{color:#cbd5e1bd}.settings-studio__layout,.settings-studio__main,.settings-studio__aside,.settings-studio__form-stack{display:grid;gap:1rem}.settings-studio__card.section-card{border-radius:1.9rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#111827f5,#080c12fa);box-shadow:0 28px 64px #0206173d}.settings-studio__card .section-card__header{padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.07)}.settings-studio__card .section-card__header h2{color:#f8fafc}.settings-studio__card .section-card__header p{color:#cbd5e1bd}.settings-studio__card label,.settings-studio__card .media-upload-field__label-row span{color:#e2e8f0}.settings-studio__card input,.settings-studio__card select,.settings-studio__card textarea{border-color:#ffffff14;background:#0f172ab8;color:#f8fafc;box-shadow:inset 0 1px #ffffff08}.settings-studio__card input::placeholder,.settings-studio__card textarea::placeholder{color:#94a3b8bd}.settings-studio__card input:focus,.settings-studio__card select:focus,.settings-studio__card textarea:focus{border-color:#ffffff29;box-shadow:0 0 0 3px var(--settings-accent-soft),inset 0 1px #ffffff0a}.settings-studio__section-nav,.settings-studio__choice-grid,.settings-studio__module-grid,.settings-studio__tag-cloud,.settings-studio__shortcut-list{display:grid;gap:.9rem}.settings-studio__section-link{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;align-items:start;padding:.95rem 1rem;border-radius:1.25rem;border:1px solid rgba(255,255,255,.08);background:#0f172a8a;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.settings-studio__section-link:hover{transform:translateY(-1px);border-color:#ffffff29;box-shadow:0 16px 34px #0206172e}.settings-studio__section-icon,.settings-studio__module-icon,.settings-studio__choice-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:var(--settings-accent-soft);color:#fff}.settings-studio__section-link strong,.settings-studio__module-card strong{display:block;color:#f8fafc}.settings-studio__section-link small,.settings-studio__module-card p{color:#cbd5e1b8}.settings-studio__pill-row,.settings-studio__status-grid,.settings-studio__submit-row{display:grid;gap:.9rem}.settings-studio__segment-pill{display:grid;gap:.25rem;padding:.9rem 1rem;border-radius:1.3rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#1e293be0,#0f172ae0);color:#f8fafc}.settings-studio__segment-pill svg{color:var(--settings-accent)}.settings-studio__segment-pill small{color:#cbd5e1b8}.settings-studio__segment-pill--muted code{font-size:.82rem;color:#e2e8f0}.settings-studio__status-card,.settings-studio__choice-card{display:grid;gap:.35rem;width:100%;padding:1rem;text-align:left;border-radius:1.35rem;border:1px solid rgba(255,255,255,.08);background:#0f172a9e;color:#f8fafc;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.settings-studio__status-card:hover,.settings-studio__choice-card:hover{transform:translateY(-1px);border-color:#ffffff29}.settings-studio__status-card.is-active,.settings-studio__choice-card.is-active{border-color:color-mix(in srgb,var(--settings-accent) 70%,white 30%);background:linear-gradient(180deg,#0f172acc,#0f172af0),var(--settings-accent-soft);box-shadow:0 16px 34px #02061733,0 0 0 1px var(--settings-accent-soft)}.settings-studio__status-card.is-success.is-active{border-color:#22c55e80}.settings-studio__status-card.is-danger.is-active{border-color:#f8717185}.settings-studio__status-card small,.settings-studio__choice-card small{color:#cbd5e1b8}.settings-studio__field-grid,.settings-studio__choice-group,.settings-studio__field-stack,.settings-studio__module-card{display:grid;gap:.9rem}.settings-studio__field-grid{grid-template-columns:1fr}.settings-studio__field-span-2{grid-column:1 / -1}.settings-studio__color-field{display:grid;grid-template-columns:60px minmax(0,1fr);gap:.8rem;align-items:center}.settings-studio__color-field input[type=color]{min-height:52px;padding:.3rem}.settings-studio__color-field code{display:inline-flex;align-items:center;min-height:52px;padding:0 .9rem;border-radius:1rem;background:#0f172ab8;color:#e2e8f0d6}.settings-studio__hours-panel{display:grid;gap:1rem;padding:1rem;border-radius:1.4rem;border:1px solid rgba(255,255,255,.08);background:#0f172a75}.settings-studio__hours-header{display:grid;gap:.9rem}.settings-studio__hours-header strong{color:#f8fafc}.settings-studio__hours-preview{display:grid;gap:.3rem;padding:.95rem 1rem;border-radius:1.2rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#1e293ba8,#0f172ae0)}.settings-studio__hours-preview span{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#cbd5e1b8}.settings-studio__hours-preview strong{color:#f8fafc}.settings-studio__hours-grid{gap:.85rem}.settings-studio__hours-grid input[type=time]{min-height:52px}.settings-studio__hours-note{display:block;margin-top:-.1rem;color:#cbd5e1b8}.settings-studio__choice-header{display:grid;gap:.35rem}.settings-studio__choice-header strong,.settings-studio__submit-row strong{color:#f8fafc}.settings-studio__payment-fee-grid{display:grid;gap:.9rem}.settings-studio__payment-fee-card{display:grid;gap:.85rem;padding:1rem;border-radius:1.35rem;border:1px solid rgba(255,255,255,.08);background:#0f172a94}.settings-studio__payment-fee-card .settings-studio__choice-header strong{display:inline-flex;align-items:center;gap:.45rem}.settings-studio__module-card{padding:1rem;border-radius:1.35rem;border:1px solid rgba(255,255,255,.08);background:#0f172a94}.settings-studio__tag-cloud{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.settings-studio__tag{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.7rem .95rem;border-radius:999px;background:var(--settings-accent-soft);color:#f8fafc;font-size:.92rem;font-weight:600}.settings-studio__submit-row{align-items:center}.settings-studio__submit-row p{margin:.25rem 0 0;color:#cbd5e1b8}.settings-store-preview{padding:1rem;border-radius:1.7rem;background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 32%),linear-gradient(180deg,#090e16f0,#06090ffa);border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 56px #0206173d}.settings-store-preview__phone{display:grid;gap:.85rem;padding:.85rem;border-radius:1.55rem;background:var(--store-color-background);color:var(--store-color-text-primary);box-shadow:inset 0 0 0 1px #ffffff0d}.settings-store-preview__hero{position:relative;min-height:200px;overflow:hidden;border-radius:1.45rem;background:linear-gradient(135deg,color-mix(in srgb,var(--store-accent) 32%,#0f172a 68%),#070b12);background-size:cover;background-position:center}.settings-store-preview__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--store-hero-overlay)}.settings-store-preview__hero-content{position:relative;z-index:1;display:grid;gap:.5rem;height:100%;padding:1rem;align-content:end}.settings-store-preview__eyebrow{display:inline-flex;width:fit-content;padding:.35rem .7rem;border-radius:999px;background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.settings-store-preview__hero-content strong{font-size:1.18rem}.settings-store-preview__hero-content small{color:var(--store-color-text-secondary)}.settings-store-preview__hero-badges{display:flex;flex-wrap:wrap;gap:.45rem}.settings-store-preview__hero-badges span,.settings-store-preview__categories span,.settings-store-preview__nav span{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:.4rem .75rem;border-radius:999px;background:#ffffff14}.settings-store-preview__search{min-height:46px;padding:.85rem 1rem;border-radius:1rem;background:var(--store-input-background);color:var(--store-color-text-muted)}.settings-store-preview__categories,.settings-store-preview__nav{display:flex;gap:.55rem;overflow-x:auto;scrollbar-width:none}.settings-store-preview__categories::-webkit-scrollbar,.settings-store-preview__nav::-webkit-scrollbar{display:none}.settings-store-preview__categories span.is-active,.settings-store-preview__nav span.is-active{background:var(--store-category-active-background);color:var(--store-button-primary-text)}.settings-store-preview__spotlight{display:grid;gap:1rem;padding:1rem;border-radius:1.25rem;background:var(--store-color-card);border:1px solid var(--store-color-border)}.settings-store-preview__spotlight-copy{display:grid;gap:.35rem}.settings-store-preview__spotlight-copy small{color:var(--store-color-text-muted);text-transform:uppercase;letter-spacing:.08em}.settings-store-preview__spotlight-copy p{margin:0;color:var(--store-color-text-secondary)}.settings-store-preview__spotlight-copy b{font-size:1.1rem}.settings-store-preview__spotlight button{min-height:48px;border:0;border-radius:1rem;background:var(--store-button-primary-background);color:var(--store-button-primary-text);font-weight:700}.settings-studio .media-upload-field__surface{border-color:#ffffff14;background:#0f172a85}.settings-studio .media-upload-field__empty strong{color:#f8fafc}.settings-studio .media-upload-field__empty small,.settings-studio .media-upload-field__actions .helper-text,.settings-studio .helper-text{color:#cbd5e1b8}.settings-studio .media-upload-field__remove{border-color:#f8717138;background:#f871711f;color:#fecaca}.settings-studio .media-upload-field__remove:hover:not(:disabled){background:#f871712e;border-color:#f8717152}.settings-studio__card--danger .section-card__header{border-bottom:0}.settings-studio [id]{scroll-margin-top:6rem}@media(min-width:768px){.settings-studio__stats,.settings-studio__status-grid,.settings-studio__choice-grid,.settings-studio__module-grid,.settings-studio__pill-row,.settings-studio__submit-row,.settings-studio__field-grid,.settings-studio__payment-fee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-studio__hours-header{grid-template-columns:minmax(0,1fr) minmax(260px,.82fr);align-items:start}.settings-store-preview__spotlight{grid-template-columns:minmax(0,1fr) auto;align-items:center}}@media(min-width:1100px){.settings-studio__stats{grid-template-columns:repeat(4,minmax(0,1fr))}.settings-studio__layout{grid-template-columns:minmax(0,1.35fr) minmax(320px,.92fr);align-items:start}.settings-studio__aside{position:sticky;top:1.1rem}.settings-studio__section-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-studio__choice-grid--payments{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:767px){.page-header--settings-studio .page-actions{width:100%;display:grid;gap:.75rem}.settings-studio__stats,.settings-studio__layout,.settings-studio__status-grid,.settings-studio__choice-grid,.settings-studio__module-grid,.settings-studio__submit-row{grid-template-columns:1fr}.settings-studio{padding-bottom:6.8rem}}@media(max-width:767px){.company-main{padding-bottom:calc(5.8rem + env(safe-area-inset-bottom))}.page-shell--company{width:min(100%,calc(100% - 1rem));padding-top:.7rem;padding-bottom:calc(7.4rem + env(safe-area-inset-bottom))}.company-topbar{gap:.58rem;width:min(100%,calc(100% - 1rem));padding:.55rem 0 .08rem;background:transparent}.company-topbar__copy{gap:.18rem}.company-topbar__copy .page-eyebrow{margin-bottom:0;padding:.24rem .5rem;font-size:.58rem;letter-spacing:.12em}.company-topbar__copy h2{font-size:clamp(1.28rem,5vw,1.56rem);line-height:1;max-width:14ch}.company-topbar__copy p{margin:0;font-size:.76rem;line-height:1.2;color:var(--muted)}.company-topbar__status-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.42rem;align-items:center;flex-wrap:nowrap;min-width:0}.company-topbar__status-row .status-badge{min-height:2rem;padding:.38rem .62rem;border-radius:999px;font-size:.68rem;white-space:nowrap}.company-topbar__status-row .company-mini-stat{min-height:2rem;min-width:0;padding:.38rem .65rem;font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-topbar__logout{margin-left:0;min-width:auto;min-height:2rem;padding:.38rem .62rem;border-radius:999px;justify-self:end}.company-topbar__logout span{display:inline;font-size:.72rem}.company-topbar__actions .action-button--primary{width:100%;min-height:2.55rem;padding:.68rem .94rem;border-radius:16px;font-size:.88rem}.company-mobile-nav{left:.5rem;right:.5rem;bottom:max(.5rem,env(safe-area-inset-bottom));gap:.28rem;padding:.38rem;border-radius:20px;background:#0a0e16f5;box-shadow:0 18px 34px #0206173d}.company-mobile-nav a{min-height:3.1rem;gap:.12rem;padding:.45rem .18rem .38rem;border-radius:15px;font-size:.64rem}.company-mobile-nav a svg{width:17px;height:17px}.page-header{gap:.55rem;margin-bottom:.9rem}.page-header__copy{gap:.35rem}.page-header .page-eyebrow{margin-bottom:0;padding:.3rem .58rem;font-size:.62rem;letter-spacing:.12em}.page-header h1{font-size:clamp(1.45rem,6vw,1.95rem);line-height:1.02}.page-header p{font-size:.84rem;line-height:1.38;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-actions{gap:.5rem}.page-actions .action-button{min-height:2.65rem}.page-actions .action-button:not(.action-button--primary){padding:.68rem .86rem}.content-grid,.metric-grid,.product-grid,.shortcut-grid,.spotlight-grid,.order-feed-grid,.summary-list,.management-list,.coupon-list,.category-list,.kanban-board{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,.coupon-card,.customer-card,.shortcut-card,.spotlight-card,.live-order-card,.order-list-card{border-radius:18px;box-shadow:0 10px 24px #0f172a14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.section-card,.metric-card{padding:.9rem}.section-card__header{gap:.45rem;margin-bottom:.75rem}.section-card__header h2{font-size:1rem;line-height:1.2}.section-card__header p{font-size:.82rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.metric-card span{font-size:.76rem}.metric-card strong{margin:.2rem 0;font-size:clamp(1.18rem,5vw,1.55rem)}.metric-card p,.helper-text,.empty-state p{font-size:.8rem;line-height:1.35}.search-field{min-height:2.7rem;padding:0 .82rem;border-radius:16px}.search-field input{font-size:.92rem}.search-field svg{width:1rem;height:1rem}.tables-ops-toolbar,.menu-studio-v2__toolbar,.orders-ops__toolbar{gap:.65rem}.tables-ops-tabs,.waiter-ops__filter-tabs,.waiter-ops__catalog-tabs,.orders-ops__filters,.menu-studio-v2__tabs{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.1rem;scrollbar-width:none}.tables-ops-tabs::-webkit-scrollbar,.waiter-ops__filter-tabs::-webkit-scrollbar,.waiter-ops__catalog-tabs::-webkit-scrollbar,.orders-ops__filters::-webkit-scrollbar,.menu-studio-v2__tabs::-webkit-scrollbar{display:none}.tables-ops-tabs button,.waiter-ops__filter-tabs button,.waiter-ops__catalog-tabs button,.orders-ops__filters button,.menu-studio-v2__tabs button{flex:0 0 auto;min-height:2.45rem;padding:.55rem .82rem;border-radius:14px;font-size:.76rem}.dashboard-ops,.orders-ops,.history-ops,.waiter-ops,.settings-studio{gap:.8rem}.orders-ops__header,.orders-ops__toolbar,.orders-ops__list-view,.orders-ops__footer-bar,.history-ops__metrics,.history-ops__toolbar,.history-ops__list-panel,.history-ops__detail-panel,.waiter-ops__topbar,.waiter-ops__panel,.waiter-ops__drawer,.tables-ops-toolbar,.settings-studio__card.section-card,.page-header--settings-studio{border-radius:20px;box-shadow:0 14px 30px #02061729}.orders-ops__header,.orders-ops__toolbar,.orders-ops__list-view,.orders-ops__footer-bar,.history-ops__metrics,.history-ops__toolbar,.history-ops__list-panel,.history-ops__detail-panel,.waiter-ops__topbar,.waiter-ops__panel,.tables-ops-toolbar,.page-header--settings-studio{padding:.9rem}.orders-ops__header-copy p,.waiter-ops__topbar-copy p,.dashboard-ops__hero-copy p,.page-header--settings-studio p{font-size:.82rem;line-height:1.34}.orders-ops__header-actions,.waiter-ops__topbar-actions{gap:.45rem}.orders-ops__header-actions .action-button,.waiter-ops__topbar-actions .action-button{min-height:2.55rem;padding:.68rem .88rem}.orders-ops__header-actions .action-button--primary,.waiter-ops__selected-footer .waiter-ops__cta--add,.waiter-ops__selected-footer .waiter-ops__cta--send,.waiter-ops__selected-footer .waiter-ops__cta--close{box-shadow:none}.orders-ops__metrics,.history-ops__metrics,.settings-studio__stats{gap:.65rem}.history-ops__metric-card,.settings-studio__stat-card{padding:.82rem .88rem;border-radius:16px;box-shadow:0 10px 24px #02061724}.history-ops__metric-card strong,.settings-studio__stat-card strong{font-size:1.05rem}.waiter-ops__mobile-tabs{gap:.35rem;padding:.28rem;border-radius:16px}.waiter-ops__mobile-tabs button{min-height:2.55rem;padding:.55rem .62rem;border-radius:13px;font-size:.75rem}.settings-studio{padding-bottom:calc(7.2rem + env(safe-area-inset-bottom))}.settings-studio__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-studio__layout,.settings-studio__status-grid,.settings-studio__choice-grid,.settings-studio__module-grid,.settings-studio__submit-row{grid-template-columns:1fr}.page-header--settings-studio{padding:.95rem}.page-header--settings-studio h1{font-size:clamp(1.4rem,5.8vw,1.9rem);line-height:1.04}.page-header--settings-studio .page-actions .action-button:not(.action-button--primary){display:none}}.storefront-shell--event-consumption{position:relative;isolation:isolate;min-height:100%;gap:1rem;padding:.15rem 0 8rem;color:#f8fafc;color-scheme:dark}.storefront-shell--event-consumption:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:radial-gradient(circle at top center,rgba(255,122,0,.18),transparent 32%),radial-gradient(circle at 18% 12%,rgba(255,255,255,.05),transparent 20%),linear-gradient(180deg,#0b0d12,#06080d 52%,#020407)}.storefront-shell--event-consumption>*{min-width:0}.storefront-shell--event-consumption .empty-state{padding:1.35rem 1rem 1.1rem;border-radius:28px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#10131bf5,#090b10fa);box-shadow:0 24px 48px #01050d52}.storefront-shell--event-consumption .empty-state strong,.storefront-shell--event-consumption .empty-state__icon{color:#fff}.storefront-shell--event-consumption .empty-state p{color:#e2e8f0ad}.event-storefront__hero{display:grid;gap:.7rem}.event-storefront__hero-banner{position:relative;min-height:clamp(9.1rem,31vw,12.2rem);border-radius:22px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at top,rgba(255,122,0,.34),transparent 58%),linear-gradient(180deg,#1a1110,#0f131b 64%,#090b10);box-shadow:0 26px 52px #01050d57}.event-storefront__hero-banner>img,.event-storefront__hero-overlay,.event-storefront__hero-topbar,.event-storefront__hero-center{position:absolute;top:0;right:0;bottom:0;left:0}.event-storefront__hero-banner>img{width:100%;height:100%;object-fit:cover}.event-storefront__hero-overlay{background:linear-gradient(180deg,#05070b3d,#05070b4d 24%,#05070bc7),linear-gradient(135deg,#ff7a0029,#05070b14 44%,#05070b75);pointer-events:none}.event-storefront__hero-topbar{inset:0 0 auto;display:flex;align-items:center;justify-content:space-between;padding:.72rem;z-index:2}.event-storefront__hero-button{display:inline-flex;align-items:center;justify-content:center;gap:.34rem;min-width:2.2rem;height:2.2rem;padding:0 .72rem;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#07090eb3;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;box-shadow:0 14px 28px #01050d33}.event-storefront__hero-button--info{font-size:.7rem;font-weight:700}.event-storefront__hero-center{inset:auto .82rem .82rem;display:grid;justify-items:center;gap:.44rem;z-index:2;pointer-events:none}.event-storefront__hero-mark{width:2.95rem;height:2.95rem;display:grid;place-items:center;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff29,#ffffff0f),#ff7a0024;color:#fff;font-family:Sora,Arial,sans-serif;font-size:.94rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 18px 30px #01050d42}.event-storefront__hero-center strong{max-width:min(100%,14.6rem);text-align:center;color:#fff;font-family:Sora,Arial,sans-serif;font-size:clamp(.88rem,3.5vw,1rem);line-height:1.18;text-shadow:0 8px 22px rgba(1,5,13,.34)}.event-storefront__hero-copy{display:grid;gap:.38rem;padding:0 .1rem}.event-storefront__hero-copy small{color:#e2e8f09e;font-size:.64rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.event-storefront__hero-copy h1{margin:0;color:#fff;font-family:Sora,Arial,sans-serif;font-size:clamp(1.28rem,5vw,1.64rem);line-height:1.04;letter-spacing:-.04em}.event-storefront__live-status{width:fit-content;display:inline-flex;align-items:center;gap:.38rem;padding:.4rem .66rem;border-radius:999px;background:#10b9811f;border:1px solid rgba(16,185,129,.2);color:#6ee7b7;font-size:.72rem;font-weight:700}.event-storefront__live-status i{width:.44rem;height:.44rem;border-radius:999px;background:currentColor;box-shadow:0 0 0 .26rem #10b9811f}.event-storefront__live-status.is-paused{background:#f871711a;border-color:#f871712e;color:#fca5a5}.event-storefront__categories::-webkit-scrollbar,.event-storefront__productrail::-webkit-scrollbar,.event-storefront__sheetbody::-webkit-scrollbar{display:none}.event-storefront__filters{position:sticky;top:max(.7rem,env(safe-area-inset-top));z-index:18;display:grid;gap:.58rem;padding:.15rem 0 .1rem;background:linear-gradient(180deg,#06080df5,#06080de6 78%,#06080d00)}.event-storefront__search{min-height:3rem;padding-inline:.84rem;border-radius:18px;border-color:#ffffff14;background:linear-gradient(180deg,#0f1219f5,#0a0c12fa);box-shadow:0 18px 34px #01050d38}.storefront-shell--event-consumption .event-storefront__search svg{color:#ff8f3f}.storefront-shell--event-consumption .event-storefront__search input{background:transparent!important;color:#fff}.storefront-shell--event-consumption .event-storefront__search input::placeholder{color:#e2e8f085}.event-storefront__categories{display:flex;gap:.46rem;overflow-x:auto;padding-bottom:.08rem;scrollbar-width:none}.event-storefront__categories button{flex:0 0 auto;display:inline-flex;align-items:center;gap:.48rem;min-height:2.45rem;padding:.42rem .7rem;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#ffffff0a;color:#ffffffbd;font-size:.72rem;font-weight:700;white-space:nowrap}.event-storefront__categories button.is-active{border-color:#ff7a0085;background:#ff7a001f;color:#fff;box-shadow:0 14px 28px #ff7a001f}.event-storefront__categoryicon{width:1.42rem;height:1.42rem;display:grid;place-items:center;border-radius:10px;background:#ffffff14;color:inherit;font-size:.54rem;font-weight:800;letter-spacing:.06em}.event-storefront__sections{display:grid;gap:.98rem}.event-storefront__section{display:grid;gap:.72rem}.event-storefront__sectionhead{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:.55rem .85rem}.event-storefront__sectionhead>div{min-width:0;flex:1 1 11rem}.event-storefront__sectionhead h2{margin:0;color:#fff;font-family:Sora,Arial,sans-serif;font-size:.92rem;line-height:1.08;letter-spacing:-.02em}.event-storefront__sectionhead p{margin:.16rem 0 0;color:#e2e8f094;font-size:.68rem}.event-storefront__sectionlink{flex:0 0 auto;margin-left:auto;padding:.12rem 0 .12rem .3rem;border:0;background:transparent;color:#ff8f3f;font-size:.72rem;font-weight:800;white-space:nowrap}.event-storefront__productrail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(12.6rem,68vw);gap:.72rem;overflow-x:auto;padding-bottom:.08rem;scrollbar-width:none}.event-storefront__productrail--expanded{grid-auto-flow:row;grid-template-columns:minmax(0,1fr);overflow:visible}.event-storefront__productcard{min-width:0;display:grid;grid-template-rows:auto 1fr;overflow:hidden;border-radius:19px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#11141cfa,#090b10fa);box-shadow:0 20px 42px #01050d52}.event-storefront__productcard.is-added{border-color:#ff7a0061;box-shadow:0 22px 44px #ff7a0024}.event-storefront__productmedia{width:100%;aspect-ratio:1 / 1;display:grid;place-items:center;overflow:hidden;border:0;padding:0;background:radial-gradient(circle at top,rgba(255,122,0,.26),transparent 56%),linear-gradient(180deg,#211510,#11141c 70%,#0b0d12)}.event-storefront__productmedia img{width:100%;height:100%;object-fit:cover}.event-storefront__productplaceholder{width:3.3rem;height:3.3rem;display:grid;place-items:center;border-radius:18px;background:#ffffff14;border:1px solid rgba(255,255,255,.08);color:#fff;font-family:Sora,Arial,sans-serif;font-size:.76rem;font-weight:800;letter-spacing:.08em}.event-storefront__productbody{display:grid;gap:.6rem;padding:.68rem .72rem .74rem}.event-storefront__productcopy{display:grid;gap:.34rem}.event-storefront__productcopy h3{margin:0;color:#fff;font-size:.84rem;line-height:1.14}.event-storefront__productcopy p{margin:0;color:#e2e8f0ad;font-size:.68rem;line-height:1.4}.event-storefront__productfooter{display:flex;align-items:flex-end;justify-content:space-between;gap:.58rem}.event-storefront__productprice{min-width:0;display:grid;gap:.14rem}.event-storefront__productprice small{color:#e2e8f07a;font-size:.56rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.event-storefront__productprice strong{color:#ff944d;font-family:Sora,Arial,sans-serif;font-size:.9rem;line-height:1}.event-storefront__productadd{width:2.2rem;height:2.2rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:linear-gradient(135deg,#ff7a00,#ff5f1f);color:#fff;box-shadow:0 14px 22px #ff7a0038}.event-storefront__productadd:disabled{opacity:.48;box-shadow:none}.event-storefront__footerbar{position:fixed;left:max(.85rem,env(safe-area-inset-left));right:max(.85rem,env(safe-area-inset-right));bottom:calc(env(safe-area-inset-bottom) + .9rem);z-index:72;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.event-storefront__footerbutton{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.66rem;min-height:3.8rem;padding:.62rem .84rem;border:0;border-radius:20px;background:linear-gradient(135deg,#ff7a00,#ff5f1f);color:#fff;text-align:left;box-shadow:0 26px 42px #ff5f1f57}.event-storefront__consumptionicon{width:2.7rem;height:2.7rem;display:grid;place-items:center;border-radius:18px;background:#ffffff29}.event-storefront__consumptioncopy{min-width:0;display:grid;gap:.12rem}.event-storefront__consumptioncopy strong{color:#fff;font-size:.96rem;line-height:1.16}.event-storefront__consumptioncopy small{color:#ffffffd1;font-size:.75rem;line-height:1.2}.event-storefront__sheetoverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:88;display:grid;align-items:end;padding:max(.85rem,env(safe-area-inset-top)) max(.85rem,env(safe-area-inset-right)) 0 max(.85rem,env(safe-area-inset-left));background:#02060e9e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.event-storefront__sheet{width:min(100%,34rem);max-height:min(86dvh,48rem);margin:0 auto;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;overflow:hidden;border-radius:30px 30px 0 0;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#10131bfa,#07090e);box-shadow:0 32px 60px #01050d6b;animation:storefront-sheet-in .28s cubic-bezier(.22,1,.36,1)}.event-storefront__sheethandle{width:3rem;height:.28rem;margin:.72rem auto 0;border-radius:999px;background:#ffffff38}.event-storefront__sheetheader{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.9rem 1rem .92rem}.event-storefront__sheetheader h2{margin:.18rem 0 0;color:#fff;font-family:Sora,Arial,sans-serif;font-size:1.22rem;line-height:1.08}.event-storefront__sheetclose{width:2.6rem;height:2.6rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0a;color:#fff}.event-storefront__sheetbody{min-height:0;display:grid;gap:.72rem;overflow-y:auto;padding:0 1rem 1rem;scrollbar-width:none}.event-storefront__sheetbody--menu,.event-storefront__sheetbody--info{align-content:start}.event-storefront__quicklink{display:flex;align-items:center;gap:.8rem;width:100%;min-height:3.65rem;padding:.9rem .96rem;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#ffffff0a;color:#fff;font-size:.9rem;font-weight:700;text-align:left}.event-storefront__quicklink svg{color:#ff8f3f}.event-storefront__inforow{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.92rem .96rem;border-radius:20px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.event-storefront__inforow span{color:#e2e8f0a3;font-size:.78rem;font-weight:700}.event-storefront__inforow strong{color:#fff;font-size:.84rem;line-height:1.45;text-align:right}@media(hover:hover)and (pointer:fine){.event-storefront__hero-button:hover,.event-storefront__categories button:hover,.event-storefront__sectionlink:hover,.event-storefront__productcard:hover,.event-storefront__productadd:hover,.event-storefront__footerbutton:hover,.event-storefront__consumptionbar:hover,.event-storefront__quicklink:hover,.event-storefront__sheetclose:hover{transform:translateY(-1px)}}@media(min-width:700px){.storefront-shell--event-consumption{gap:1.12rem;padding-bottom:8.3rem}.event-storefront__productrail{grid-auto-columns:minmax(13.8rem,21rem)}.event-storefront__productrail--expanded{grid-template-columns:repeat(2,minmax(0,1fr))}.event-storefront__sheet{border-radius:32px 32px 0 0}}@media(min-width:960px){.storefront-shell--event-consumption{gap:1.18rem;padding-bottom:7.6rem}.event-storefront__hero-banner{min-height:13rem}.event-storefront__productrail{grid-auto-flow:row;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible}}@media(max-width:479px){.storefront-shell--event-consumption{padding-bottom:7.7rem}.event-storefront__hero-banner{min-height:8.8rem;border-radius:20px}.event-storefront__hero-topbar{padding:.58rem}.event-storefront__hero-button{min-width:2.04rem;height:2.04rem;padding-inline:.58rem}.event-storefront__hero-button--info span{display:none}.event-storefront__hero-mark{width:2.7rem;height:2.7rem}.event-storefront__search{min-height:2.8rem;border-radius:16px}.event-storefront__categories button{min-height:2.3rem;padding-inline:.64rem}.event-storefront__productrail{grid-auto-columns:minmax(11.4rem,68vw)}.event-storefront__productbody{gap:.54rem;padding:.62rem .66rem .68rem}.event-storefront__productcopy h3{font-size:.8rem}.event-storefront__productcopy p{font-size:.66rem;line-height:1.34}.event-storefront__productprice strong{font-size:.86rem}.event-storefront__productadd{width:2.04rem;height:2.04rem}.event-storefront__footerbar{gap:.52rem}.event-storefront__footerbutton{min-height:2.8rem;padding:.5rem .62rem;border-radius:15px}.event-storefront__consumptionicon{width:2.16rem;height:2.16rem;border-radius:14px}.event-storefront__consumptioncopy strong{font-size:.77rem}.event-storefront__consumptioncopy small{font-size:.6rem}.event-storefront__sheetoverlay{padding-inline:max(.4rem,env(safe-area-inset-left))}.event-storefront__sheet{max-height:88dvh}.event-storefront__sheetheader,.event-storefront__sheetbody{padding-left:.88rem;padding-right:.88rem}}.product-grid--storefront .product-card__media{aspect-ratio:16 / 11}.product-grid--storefront .product-card__media img{width:100%;height:100%;aspect-ratio:auto}.event-storefront__productmedia{aspect-ratio:16 / 9;align-items:end;padding:.58rem .78rem .14rem}.event-storefront__productmedia img{width:100%;height:100%;object-fit:contain;transform:scale(.98);transform-origin:center bottom}@media(max-width:479px){.event-storefront__productmedia{aspect-ratio:16 / 8.3;padding:.42rem .58rem .04rem}}@media(min-width:700px){.product-grid--storefront .product-card__media{max-height:13.5rem}}@media(min-width:960px){.event-storefront__productmedia{aspect-ratio:4 / 3;padding:1rem 1.1rem .45rem}}@media(min-width:1024px){.company-shell{min-height:100vh;display:grid;grid-template-columns:292px minmax(0,1fr);overflow-x:clip;background:radial-gradient(circle at top right,rgba(255,122,24,.08),transparent 26%),linear-gradient(180deg,#f6f8fb,#edf2f8)}.company-sidebar{display:flex;position:relative;top:auto;min-height:100vh;max-height:100vh;overflow-y:auto;overflow-x:hidden;flex-direction:column;gap:1.1rem;padding:1.2rem 1rem 1.25rem;border-right:1px solid rgba(255,255,255,.06);box-shadow:inset -1px 0 #ffffff0a}.company-sidebar__brand strong,.company-sidebar__focus strong{font-size:1.18rem;line-height:1.08}.company-sidebar__brand p,.company-sidebar__focus p{font-size:.86rem;line-height:1.35}.company-sidebar__nav{gap:.45rem}.company-sidebar__nav a{min-height:3rem;padding:.82rem .9rem;border-radius:18px;font-size:.92rem}.company-main{min-width:0;padding-inline:1.5rem;padding-bottom:0}.company-topbar,.page-shell--company{width:min(100%,1520px);margin-inline:0}.company-topbar{display:grid;grid-template-columns:minmax(0,1.25fr) auto;grid-template-areas:"copy status" "copy actions";align-items:start;column-gap:1.25rem;row-gap:.7rem;padding:1.2rem 0 .3rem}.company-topbar__copy{grid-area:copy;gap:.35rem}.company-topbar__copy h2{max-width:16ch;font-size:clamp(1.95rem,2.3vw,2.7rem);line-height:.98}.company-topbar__copy p{font-size:.95rem;line-height:1.4}.company-topbar__status-row{grid-area:status;justify-self:end;display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:.55rem;min-width:0}.company-topbar__actions{grid-area:actions;justify-self:end;justify-content:flex-end;flex-wrap:nowrap}.company-topbar__actions .action-button--primary{min-width:13rem;min-height:3rem;padding-inline:1.1rem;border-radius:18px}.company-mobile-nav,.public-mobile-nav{display:none!important}.page-shell--company{padding:.95rem 0 3rem}.page-header{gap:.8rem;margin-bottom:1.15rem}.page-actions{flex-wrap:wrap;justify-content:flex-end}.dashboard-ops{max-width:1520px;gap:1.15rem}.dashboard-ops__hero{display:grid;grid-template-columns:minmax(0,1.25fr) auto;align-items:end;gap:1rem}.dashboard-ops__hero-copy p{max-width:66ch}.dashboard-ops__metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.dashboard-ops__segment-grid--restaurant{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr) minmax(0,1fr)}.dashboard-ops__segment-grid--restaurant>:nth-child(2){grid-column:span 2}.dashboard-ops__segment-grid--event{grid-template-columns:minmax(0,1.2fr) minmax(0,.9fr) minmax(0,.9fr)}.dashboard-ops__segment-grid--delivery{grid-template-columns:minmax(0,1.15fr) minmax(0,.9fr) minmax(0,.82fr)}.dashboard-ops__segment-grid--shop{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-ops__live-item,.dashboard-ops__status-row,.dashboard-ops__summary-list>div,.dashboard-ops__table-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.dashboard-ops__live-item>div:first-child,.dashboard-ops__table-row>div:first-child{min-width:0}.dashboard-ops__live-item-right,.dashboard-ops__table-row-right{flex:0 0 auto;display:grid;justify-items:end;gap:.35rem}}.public-store-shell{--store-color-background: #06080d;--store-color-surface: #0d1218;--store-color-surface-elevated: rgba(17, 24, 39, .9);--store-color-surface-soft: rgba(255, 255, 255, .04);--store-color-card: #121a24;--store-color-border: rgba(255, 255, 255, .1);--store-color-text-primary: #f8fafc;--store-color-text-secondary: #d0d5dd;--store-color-text-muted: #98a2b3;--store-color-primary: #ff6b2c;--store-color-primary-hover: #ff8a54;--store-color-success: #22c55e;--store-color-warning: #f59e0b;--store-color-danger: #f04438;--store-radius-lg: 24px;--store-shadow-lg: 0 24px 54px rgba(2, 6, 23, .42);--store-hero-overlay: linear-gradient(180deg, rgba(6, 8, 13, .12) 0%, rgba(6, 8, 13, .28) 38%, rgba(6, 8, 13, .82) 100%);--store-hero-panel: linear-gradient(180deg, rgba(13, 18, 24, .94), rgba(8, 12, 18, .98));--store-bottom-nav-background: rgba(8, 12, 18, .84);--store-category-active-background: linear-gradient(135deg, #ff7a18, #ff5e00);--store-category-active-text: #ffffff;--store-category-inactive-background: rgba(255, 255, 255, .05);--store-button-primary-background: linear-gradient(135deg, #ff7a18, #ff5e00);--store-button-primary-text: #ffffff;--store-button-secondary-background: rgba(255, 255, 255, .05);--store-button-secondary-text: #f8fafc;--store-badge-background: rgba(255, 255, 255, .08);--store-badge-text: #f8fafc;--store-input-background: rgba(255, 255, 255, .05);--store-skeleton-base: rgba(255, 255, 255, .06);--store-skeleton-highlight: rgba(255, 255, 255, .12)}.public-store-shell,.public-store-shell .page-shell--public,.public-store-shell .storefront-shell,.public-store-shell .storefront-checkout-shell{background:var(--store-color-background);color:var(--store-color-text-primary)}.public-store-shell .page-shell--public{background:radial-gradient(circle at top center,rgba(255,255,255,.05),transparent 30%),var(--store-color-background);color:var(--store-color-text-primary)}.public-store-shell .page-eyebrow,.public-store-shell .eyebrow{background:#ffffff14;color:var(--store-color-text-secondary)}.public-store-shell .helper-text,.public-store-shell .empty-state p{color:var(--store-color-text-muted)}.public-store-shell .helper-text--error{color:var(--store-color-danger)}.public-store-shell .section-card,.public-store-shell .storefront-showcase__identity,.public-store-shell .storefront-showcase__spotlight,.public-store-shell .storefront-discovery-bar,.public-store-shell .storefront-products-section,.public-store-shell .storefront-conversion-card{border:1px solid var(--store-color-border);background:var(--store-color-surface-elevated);box-shadow:var(--store-shadow-lg)}.public-store-shell .section-card{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.public-store-shell .section-card__header h2,.public-store-shell .page-header h1,.public-store-shell .summary-list strong,.public-store-shell .summary-line strong,.public-store-shell .empty-state strong,.public-store-shell .storefront-conversion-card strong,.public-store-shell .storefront-products-section__header h2,.public-store-shell .storefront-checkout-intro h1,.public-store-shell .storefront-order-preview__header strong{color:var(--store-color-text-primary)}.public-store-shell .section-card__header p,.public-store-shell .page-header p,.public-store-shell .summary-list span,.public-store-shell .summary-line span,.public-store-shell .storefront-products-section__meta,.public-store-shell .storefront-products-section__header p,.public-store-shell .storefront-checkout-intro p,.public-store-shell .storefront-order-preview__header p,.public-store-shell .storefront-order-preview__body small{color:var(--store-color-text-muted)}.public-store-shell .action-button--primary{border-color:transparent;background:var(--store-button-primary-background);color:var(--store-button-primary-text);box-shadow:0 16px 28px #0000002e}.public-store-shell .action-button--secondary{background:var(--store-button-secondary-background);color:var(--store-button-secondary-text);border-color:var(--store-color-border)}.public-store-shell .action-button--ghost{background:transparent;color:var(--store-color-text-secondary);border-color:var(--store-color-border)}.public-store-shell .tag-chip,.public-store-shell .inline-summary span{background:var(--store-badge-background);color:var(--store-badge-text);border:1px solid var(--store-color-border)}.public-store-shell .tag-chip--hot,.public-store-shell .status-badge--accent,.public-store-shell .storefront-progress-step--active .storefront-progress-step__marker{background:var(--store-button-primary-background);color:var(--store-button-primary-text)}.public-store-shell .tag-chip--success,.public-store-shell .status-badge--success{background:color-mix(in srgb,var(--store-color-success) 22%,transparent);color:var(--store-color-success);border-color:color-mix(in srgb,var(--store-color-success) 38%,transparent)}.public-store-shell .status-badge--dark{background:#0f172a2e;color:var(--store-color-text-secondary);border-color:var(--store-color-border)}.public-store-shell .status-badge--warning{background:color-mix(in srgb,var(--store-color-warning) 18%,transparent);color:var(--store-color-warning);border-color:color-mix(in srgb,var(--store-color-warning) 34%,transparent)}.public-store-shell .inline-banner,.public-store-shell .storefront-inline-banner{background:color-mix(in srgb,var(--store-color-surface-elevated) 86%,transparent);color:var(--store-color-text-secondary);border:1px solid var(--store-color-border)}.public-store-shell .search-field,.public-store-shell input,.public-store-shell select,.public-store-shell textarea{border-color:var(--store-color-border);background:var(--store-input-background);color:var(--store-color-text-primary)}.public-store-shell input::placeholder,.public-store-shell textarea::placeholder{color:var(--store-color-text-muted)}.public-store-shell .search-field svg,.public-store-shell .icon-link,.public-store-shell .storefront-trust-card__icon,.public-store-shell .storefront-flow-card svg,.public-store-shell .storefront-showcase__fact svg,.public-store-shell .storefront-showcase__mobile-location svg{color:var(--store-color-primary)}.public-store-shell .storefront-showcase__cover{background:var(--store-color-surface)}.public-store-shell .storefront-showcase__cover:after{background:var(--store-hero-overlay)}.public-store-shell .storefront-showcase__cover-copy span,.public-store-shell .storefront-showcase__cover-copy small,.public-store-shell .storefront-showcase__title p,.public-store-shell .storefront-showcase__title small,.public-store-shell .storefront-showcase__fact span,.public-store-shell .storefront-showcase__mobile-time,.public-store-shell .storefront-showcase__mobile-location span,.public-store-shell .storefront-showcase__mobile-pill{color:var(--store-color-text-secondary)}.public-store-shell .storefront-showcase__cover-copy strong,.public-store-shell .storefront-showcase__title h1,.public-store-shell .storefront-showcase__fact strong,.public-store-shell .storefront-showcase__spotlight strong{color:var(--store-color-text-primary)}.public-store-shell .storefront-showcase__panel,.public-store-shell .storefront-showcase__identity,.public-store-shell .storefront-showcase__spotlight,.public-store-shell .storefront-checkout-card,.public-store-shell .storefront-flow-card{background:var(--store-hero-panel);border-color:var(--store-color-border)}.public-store-shell .storefront-showcase__avatar{background:var(--store-button-primary-background);color:var(--store-button-primary-text);box-shadow:0 18px 28px #0003}.public-store-shell .storefront-showcase__mobile-pill,.public-store-shell .storefront-showcase__fact,.public-store-shell .storefront-checkout-card.section-card,.public-store-shell .storefront-order-preview__item,.public-store-shell .storefront-trust-card,.public-store-shell .storefront-flow-card{background:color-mix(in srgb,var(--store-color-card) 92%,transparent);border-color:var(--store-color-border)}.public-store-shell .storefront-discovery-bar{background:color-mix(in srgb,var(--store-color-surface-elevated) 90%,transparent);border-color:var(--store-color-border)}.public-store-shell .storefront-discovery-bar__categories{background:color-mix(in srgb,var(--store-color-card) 94%,transparent);border-color:var(--store-color-border);box-shadow:0 14px 28px #0000001f,0 1px color-mix(in srgb,var(--store-color-border) 80%,transparent) inset}.public-store-shell .storefront-discovery-bar__categories-copy strong,.public-store-shell .category-list--storefront .category-list__content strong{color:var(--store-color-text-primary)}.public-store-shell .storefront-discovery-bar__categories-copy .page-eyebrow,.public-store-shell .category-list--storefront .category-list__content small,.public-store-shell .product-card__meta,.public-store-shell .product-card__eyebrow,.public-store-shell .product-card__header p,.public-store-shell .storefront-conversion-card p,.public-store-shell .cart-summary-bar__content span{color:var(--store-color-text-muted)}.public-store-shell .storefront-discovery-bar__fade--left{background:linear-gradient(90deg,color-mix(in srgb,var(--store-color-card) 98%,transparent) 20%,transparent)}.public-store-shell .storefront-discovery-bar__fade--right{background:linear-gradient(270deg,color-mix(in srgb,var(--store-color-card) 98%,transparent) 20%,transparent)}.public-store-shell .category-list--storefront button{background:var(--store-category-inactive-background);border-color:var(--store-color-border);color:var(--store-color-text-primary);box-shadow:none}.public-store-shell .category-list--storefront button.active{background:var(--store-category-active-background);color:var(--store-category-active-text);border-color:transparent;box-shadow:0 12px 24px #00000029}.public-store-shell .category-list--storefront button.active .category-list__content strong,.public-store-shell .category-list--storefront button.active .category-list__content small{color:var(--store-category-active-text)}.public-store-shell .storefront-products-section{background:transparent;border-color:transparent;box-shadow:none}.public-store-shell .product-card,.public-store-shell .storefront-conversion-card{background:color-mix(in srgb,var(--store-color-card) 94%,transparent);border-color:var(--store-color-border)}.public-store-shell .product-card__media,.public-store-shell .storefront-product-skeleton__media{background:var(--store-color-surface-soft)}.public-store-shell .product-card__header h3,.public-store-shell .product-card__meta span,.public-store-shell .storefront-conversion-card strong{color:var(--store-color-text-primary)}.public-store-shell .product-card__price-box strong,.public-store-shell .storefront-showcase__spotlight small,.public-store-shell .storefront-total-stack__total strong,.public-store-shell .storefront-order-preview__header b,.public-store-shell .cart-summary-bar__content strong,.public-store-shell .product-modal__price-box strong,.public-store-shell .product-modal__footer-total strong{color:var(--store-color-primary)}.public-store-shell .product-card__details{background:var(--store-button-secondary-background);color:var(--store-button-secondary-text);border-color:var(--store-color-border)}.public-store-shell .product-card__cta{background:var(--store-button-primary-background);color:var(--store-button-primary-text);border-color:transparent}.public-store-shell .product-card__signal .tag-chip{background:color-mix(in srgb,var(--store-color-primary) 14%,var(--store-color-surface));color:var(--store-color-primary);border-color:color-mix(in srgb,var(--store-color-primary) 18%,var(--store-color-border))}.public-store-shell .cart-summary-bar,.public-store-shell .public-mobile-nav,.public-store-shell .storefront-checkout-cta-bar{background:var(--store-bottom-nav-background);border-color:var(--store-color-border);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.public-store-shell .cart-summary-bar{box-shadow:var(--store-shadow-lg)}.public-store-shell .cart-summary-bar__button{background:var(--store-button-primary-background);color:var(--store-button-primary-text)}.public-store-shell .public-mobile-nav a{color:var(--store-color-text-muted)}.public-store-shell .public-mobile-nav a.active{color:var(--store-color-text-primary);background:color-mix(in srgb,var(--store-color-primary) 14%,transparent)}.public-store-shell .public-mobile-nav__count{background:var(--store-button-primary-background);color:var(--store-button-primary-text)}.public-store-shell .public-mobile-nav--quiet{background:color-mix(in srgb,var(--store-bottom-nav-background) 78%,transparent)}.public-store-shell .storefront-product-skeleton,.public-store-shell .storefront-product-skeleton__media,.public-store-shell .storefront-product-skeleton__line,.public-store-shell .storefront-product-skeleton__button{background:linear-gradient(90deg,var(--store-skeleton-base),var(--store-skeleton-highlight),var(--store-skeleton-base))}.public-store-shell .modal-backdrop{background:#020617b8}.public-store-shell .product-modal{background:var(--store-color-surface);box-shadow:var(--store-shadow-lg)}.public-store-shell .product-modal__media-shell{background:var(--store-color-surface-soft)}.public-store-shell .product-modal__media-placeholder{background:linear-gradient(90deg,var(--store-skeleton-base),var(--store-skeleton-highlight),var(--store-skeleton-base))}.public-store-shell .product-modal__media-overlay{background:var(--store-hero-overlay)}.public-store-shell .product-modal__nav-button{background:color-mix(in srgb,var(--store-color-surface-elevated) 78%,transparent);border-color:var(--store-color-border);color:var(--store-color-text-primary)}.public-store-shell .product-modal__hero h2,.public-store-shell .product-modal__quick-fact-copy strong,.public-store-shell .product-option-card__copy strong,.public-store-shell .choice-group__header strong,.public-store-shell .product-modal__footer-total strong,.public-store-shell .quantity-stepper--storefront span,.public-store-shell .quantity-stepper--storefront button{color:var(--store-color-text-primary)}.public-store-shell .product-modal__hero p,.public-store-shell .choice-group__header p,.public-store-shell .product-option-card__copy small,.public-store-shell .product-modal__quick-fact-copy small,.public-store-shell .product-modal__price-box span,.public-store-shell .product-modal__footer-total span,.public-store-shell .product-modal__footer-total small{color:var(--store-color-text-muted)}.public-store-shell .product-modal__price-box,.public-store-shell .product-modal__quick-fact,.public-store-shell .choice-group--premium,.public-store-shell .product-modal__notes,.public-store-shell .product-modal__footer-bar,.public-store-shell .quantity-stepper--storefront,.public-store-shell .product-modal__notes-field textarea{background:color-mix(in srgb,var(--store-color-card) 94%,transparent);border-color:var(--store-color-border);box-shadow:none}.public-store-shell .product-option-card{background:transparent;border-color:transparent;box-shadow:none}.public-store-shell .product-modal__quick-fact-icon,.public-store-shell .product-modal__price-box small,.public-store-shell .product-option-card__control{background:color-mix(in srgb,var(--store-color-surface-elevated) 92%,transparent);border-color:var(--store-color-border);color:var(--store-color-text-secondary)}.public-store-shell .product-option-card__marker{border-color:color-mix(in srgb,var(--store-color-border) 92%,var(--store-color-text-muted));background:color-mix(in srgb,var(--store-color-surface-elevated) 96%,transparent);box-shadow:none}.public-store-shell .product-option-card.active,.public-store-shell .product-option-card.active .product-option-card__control,.public-store-shell .product-option-card.active .product-option-card__marker{border-color:color-mix(in srgb,var(--store-color-primary) 26%,var(--store-color-border))}.public-store-shell .product-option-card.active{background:color-mix(in srgb,var(--store-color-primary) 9%,transparent);box-shadow:0 0 0 1px color-mix(in srgb,var(--store-color-primary) 14%,transparent) inset}.public-store-shell .product-option-card__price,.public-store-shell .product-modal__footer-link,.public-store-shell .product-modal__description-toggle{color:var(--store-color-primary)}.public-store-shell .product-modal__footer-bar{background:color-mix(in srgb,var(--store-color-surface) 82%,transparent);border-color:color-mix(in srgb,var(--store-color-border) 92%,transparent);box-shadow:0 18px 30px #00000047}.public-store-shell .quantity-stepper--storefront{background:color-mix(in srgb,var(--store-color-surface-elevated) 82%,transparent)}.public-store-shell .quantity-stepper--storefront button{background:color-mix(in srgb,var(--store-color-surface-soft) 92%,transparent);border-color:var(--store-color-border);box-shadow:none}.public-store-shell .product-modal__cta{background:var(--store-button-primary-background);color:var(--store-button-primary-text)}.public-store-shell .product-modal__footer{background:linear-gradient(180deg,rgba(7,12,24,0) 0%,color-mix(in srgb,var(--store-color-surface) 82%,transparent) 24%,var(--store-color-surface) 58%)}.public-store-shell .storefront-progress-steps,.public-store-shell .storefront-order-preview__item,.public-store-shell .storefront-checkout-card.section-card,.public-store-shell .storefront-trust-card,.public-store-shell .storefront-checkout-cta-bar,.public-store-shell .page-header--storefront-flow,.public-store-shell .storefront-flow-card{border-color:var(--store-color-border);background:color-mix(in srgb,var(--store-color-surface-elevated) 92%,transparent)}.public-store-shell .page-header--storefront-flow{padding:1rem 1.05rem;border-radius:var(--store-radius-lg)}.public-store-shell .storefront-progress-step__marker{border-color:var(--store-color-border);background:color-mix(in srgb,var(--store-color-card) 92%,transparent);color:var(--store-color-text-muted)}.public-store-shell .storefront-progress-step__label{color:var(--store-color-text-muted)}.public-store-shell .storefront-progress-step__line{background:color-mix(in srgb,var(--store-color-border) 80%,transparent)}.public-store-shell .storefront-progress-step--done .storefront-progress-step__marker{background:color-mix(in srgb,var(--store-color-primary) 14%,transparent);color:var(--store-color-primary);border-color:color-mix(in srgb,var(--store-color-primary) 22%,transparent)}.public-store-shell .storefront-progress-step--done .storefront-progress-step__label,.public-store-shell .storefront-progress-step--active .storefront-progress-step__label{color:var(--store-color-text-primary)}.public-store-shell .storefront-progress-step--done .storefront-progress-step__line,.public-store-shell .storefront-progress-step--active .storefront-progress-step__line{background:color-mix(in srgb,var(--store-color-primary) 68%,transparent)}.public-store-shell .storefront-total-stack,.public-store-shell .storefront-total-stack__total{border-top-color:var(--store-color-border)}.public-store-shell .storefront-total-stack span,.public-store-shell .storefront-total-stack strong,.public-store-shell .storefront-summary-meta span{color:var(--store-color-text-secondary)}.public-store-shell .storefront-summary-meta span,.public-store-shell .inline-summary--checkout span{background:var(--store-badge-background);color:var(--store-badge-text);border-color:var(--store-color-border)}.public-store-shell .storefront-checkout-shell label,.public-store-shell .storefront-checkbox-row span{color:var(--store-color-text-secondary)}.public-store-shell .storefront-service-selector button,.public-store-shell .storefront-payment-selector button,.public-store-shell .storefront-checkbox-row,.public-store-shell .coupon-apply,.public-store-shell .search-field--compact{border-color:var(--store-color-border);background:color-mix(in srgb,var(--store-color-card) 92%,transparent)}.public-store-shell .storefront-service-selector button.active,.public-store-shell .storefront-payment-selector button.active{background:color-mix(in srgb,var(--store-color-primary) 12%,var(--store-color-card));border-color:color-mix(in srgb,var(--store-color-primary) 24%,var(--store-color-border))}.public-store-shell .storefront-trust-card strong,.public-store-shell .storefront-flow-card strong{color:var(--store-color-text-primary)}.public-store-shell .storefront-trust-card small,.public-store-shell .storefront-flow-card p{color:var(--store-color-text-muted)}.public-store-shell .summary-list__total strong,.public-store-shell .summary-line strong,.public-store-shell .order-item-list strong{color:var(--store-color-text-primary)}.store-theme-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.store-theme-form{gap:1rem}.store-theme-live-preview,.store-theme-preview{background:var(--store-color-background);border-radius:28px}.store-theme-live-preview{padding:1rem;border:1px solid rgba(15,23,42,.08);background:radial-gradient(circle at top left,rgba(255,107,44,.12),transparent 28%),#f8fafc}.store-theme-live-preview__phone,.store-theme-preview__phone{max-width:340px;margin:0 auto;padding:.72rem;border-radius:30px;background:var(--store-color-background);box-shadow:var(--store-shadow-lg);color:var(--store-color-text-primary)}.store-theme-live-preview__hero,.store-theme-preview__hero{position:relative;overflow:hidden;min-height:132px;padding:.9rem;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.04),transparent),var(--store-color-surface);border:1px solid var(--store-color-border)}.store-theme-live-preview__hero:after,.store-theme-preview__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--store-hero-overlay)}.store-theme-live-preview__hero-copy,.store-theme-preview__hero-card,.store-theme-preview__hero-toolbar{position:relative;z-index:1}.store-theme-live-preview__hero-copy{display:grid;gap:.28rem}.store-theme-live-preview__eyebrow,.store-theme-preview__chip{width:fit-content;padding:.22rem .46rem;border-radius:999px;background:var(--store-badge-background);color:var(--store-badge-text);font-size:.62rem;font-weight:800}.store-theme-live-preview__hero-copy strong,.store-theme-preview__copy strong{font-size:1rem;line-height:1.08}.store-theme-live-preview__hero-copy small,.store-theme-preview__copy small{color:var(--store-color-text-secondary);font-size:.7rem;line-height:1.3}.store-theme-live-preview__status{position:relative;z-index:1;display:inline-flex;margin-top:.48rem;padding:.24rem .5rem;border-radius:999px;background:color-mix(in srgb,var(--store-color-success) 18%,transparent);color:var(--store-color-success);font-size:.66rem;font-weight:800}.store-theme-live-preview__search,.store-theme-preview__search{margin-top:.72rem;padding:.68rem .8rem;border-radius:16px;border:1px solid var(--store-color-border);background:var(--store-input-background);color:var(--store-color-text-muted);font-size:.74rem}.store-theme-live-preview__categories,.store-theme-preview__categories{display:flex;gap:.44rem;margin-top:.72rem;overflow:hidden}.store-theme-live-preview__categories span,.store-theme-preview__categories span{padding:.32rem .56rem;border-radius:999px;border:1px solid var(--store-color-border);background:var(--store-category-inactive-background);color:var(--store-color-text-secondary);font-size:.66rem;font-weight:700;white-space:nowrap}.store-theme-live-preview__categories .is-active,.store-theme-preview__categories .is-active{background:var(--store-category-active-background);color:var(--store-category-active-text);border-color:transparent}.store-theme-live-preview__spotlight,.store-theme-preview__product{display:grid;gap:.72rem;margin-top:.8rem;padding:.78rem;border-radius:22px;border:1px solid var(--store-color-border);background:color-mix(in srgb,var(--store-color-card) 94%,transparent)}.store-theme-live-preview__spotlight-copy,.store-theme-preview__product-copy{display:grid;gap:.24rem}.store-theme-live-preview__spotlight-copy strong,.store-theme-preview__product-copy b{color:var(--store-color-text-primary);font-size:.9rem}.store-theme-live-preview__spotlight-copy small,.store-theme-preview__product-copy small{color:var(--store-color-text-muted);font-size:.68rem}.store-theme-live-preview__spotlight-copy b,.store-theme-preview__product-footer strong{color:var(--store-color-primary);font-size:.9rem}.store-theme-live-preview__spotlight button,.store-theme-preview__product-footer button{min-height:2.2rem;padding:.42rem .8rem;border-radius:14px;border:0;background:var(--store-button-primary-background);color:var(--store-button-primary-text);font-size:.72rem;font-weight:800}.store-theme-live-preview__nav,.store-theme-preview__nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;margin-top:.8rem;padding:.4rem;border-radius:18px;border:1px solid var(--store-color-border);background:var(--store-bottom-nav-background);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.store-theme-live-preview__nav span,.store-theme-preview__nav span{padding:.42rem .34rem;border-radius:12px;color:var(--store-color-text-muted);font-size:.64rem;font-weight:800;text-align:center}.store-theme-live-preview__nav .is-active,.store-theme-preview__nav .is-active{background:color-mix(in srgb,var(--store-color-primary) 14%,transparent);color:var(--store-color-text-primary)}.store-theme-option{display:grid;gap:.9rem;padding:.9rem;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 18px 36px #0f172a0f}.store-theme-option.is-selected{border-color:#ff6b2c42;box-shadow:0 18px 42px #ff6b2c1f}.store-theme-option__preview-shell{padding:.45rem;border-radius:24px;background:#f8fafc}.store-theme-preview__phone{max-width:none}.store-theme-preview__hero-toolbar{display:flex;align-items:center;justify-content:space-between}.store-theme-preview__dot{width:.52rem;height:.52rem;border-radius:999px;background:var(--store-color-primary)}.store-theme-preview__hero-card{display:flex;align-items:center;gap:.56rem;margin-top:1rem}.store-theme-preview__avatar{width:2.2rem;height:2.2rem;display:grid;place-items:center;border-radius:16px;background:var(--store-button-primary-background);color:var(--store-button-primary-text);font-weight:800}.store-theme-preview__body{margin-top:.76rem}.store-theme-preview__product-media{height:72px;border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.04),transparent),var(--store-color-surface-soft)}.store-theme-preview__product-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.store-theme-option__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.store-theme-option__header h3{margin:0;font-size:1rem;color:#101828}.store-theme-option__header p{margin:.24rem 0 0;color:#667085;font-size:.84rem;line-height:1.45}.store-theme-option__status{flex:0 0 auto;display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .55rem;border-radius:999px;background:#118a731a;color:#0b6a59;font-size:.72rem;font-weight:800}.store-theme-option__status--draft{background:#ff6b2c1f;color:#c2410c}.store-theme-option__tags .tag-chip{background:#0f172a0a;color:#475467;border-color:#0f172a0f}@media(max-width:699px){.store-theme-live-preview{padding:.75rem}.store-theme-live-preview__phone,.store-theme-preview__phone{padding:.58rem;border-radius:24px}.store-theme-live-preview__hero,.store-theme-preview__hero{min-height:112px;padding:.72rem;border-radius:20px}.store-theme-grid{grid-template-columns:1fr}}
