:root{--bg:#f5f7f5;--surface:#fff;--surface-strong:#f0f5f1;--text:#17211b;--muted:#65746b;--border:#dce5df;--primary:#c9182b;--primary-dark:#9d1222;--success:#18834f;--success-dark:#0f6c3f;--ink:#111815;--shadow:0 16px 40px #121c1624}*{box-sizing:border-box}html{background:var(--bg);min-height:100%}body{min-height:100%;color:var(--text);background:var(--bg);margin:0;font-family:Segoe UI,Arial,sans-serif}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.button,button{cursor:pointer;border:0;border-radius:8px;font-weight:800}.button{justify-content:center;align-items:center;min-height:46px;padding:0 18px;display:inline-flex}.button.primary,.send-order{color:#fff;background:var(--primary)}.button.secondary{color:var(--text);background:var(--surface);border:1px solid var(--border)}.eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900}.home-shell{background:linear-gradient(90deg,#111815d6,#1118157a),url(https://images.unsplash.com/photo-1600891964599-f61ba0e24092?auto=format&fit=crop&w=1600&q=85) 50%/cover;min-height:100vh}.home-hero{align-items:center;min-height:100vh;padding:48px;display:flex}.home-copy{color:#fff;max-width:680px}.home-copy h1{margin:14px 0;font-size:clamp(2.25rem,6vw,4.75rem);line-height:.95}.home-copy p{color:#ffffffd6;max-width:560px;margin:0 0 24px;font-size:1.08rem;line-height:1.6}.home-actions{flex-wrap:wrap;gap:12px;display:flex}.menu-page{min-height:100vh}.menu-hero{background-position:50%;background-size:cover;min-height:360px}.hero-overlay{background:linear-gradient(#1118151a,#111815d1);align-items:end;min-height:360px;display:flex}.hero-content{color:#fff;width:min(1160px,100%);margin:0 auto;padding:48px 24px}.hero-content .eyebrow{color:#fff}.hero-content h1{margin:10px 0;font-size:clamp(2.2rem,8vw,5rem);line-height:.94}.hero-content p{color:#ffffffdb;max-width:620px;margin:0 0 16px;font-size:1.08rem;line-height:1.5}.hero-meta{flex-wrap:wrap;gap:10px;display:flex}.hero-meta span{background:#ffffff1f;border:1px solid #ffffff42;border-radius:999px;padding:8px 12px;font-weight:700}.hero-meta .store-open{background:#15803dbd;border-color:#22c55ead}.hero-meta .store-closed{background:#b91c1cc7;border-color:#f87171b8}.hero-checkout-button{color:#fff;background:var(--primary);text-transform:uppercase;border:2px solid #ffffff9e;border-radius:999px;min-height:42px;padding:0 18px;font-size:.98rem;font-weight:1000;box-shadow:0 12px 28px #0000003d}.hero-checkout-button:active,.floating-checkout-button:active{transform:translateY(1px)}.menu-layout{grid-template-columns:minmax(0,1fr) 360px;gap:22px;width:min(1160px,100%);margin:0 auto;padding:22px 24px 44px;display:grid}.catalog-area,.cart-panel,.order-card,.metrics div{background:var(--surface);border:1px solid var(--border);border-radius:8px}.catalog-area{min-width:0;padding:16px;scroll-margin-top:12px}.service-choice{border-bottom:1px solid var(--border);gap:12px;margin-bottom:14px;padding-bottom:16px;display:grid}.service-choice-copy{gap:3px;display:grid}.service-choice-copy span,.service-choice-copy small{color:var(--muted);font-size:.82rem;font-weight:800}.service-choice-copy strong{color:var(--text);font-size:1.08rem}.service-choice-options{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.service-choice-options button{border:1px solid var(--border);min-width:0;min-height:56px;color:var(--text);background:var(--surface-strong);text-align:left;border-radius:6px;align-content:center;gap:2px;padding:8px 10px;display:grid}.service-choice-options button strong,.service-choice-options button span{overflow-wrap:anywhere;min-width:0}.service-choice-options button span{color:var(--muted);font-size:.76rem;font-weight:750}.service-choice-options button.active{color:#fff;background:var(--success-dark);border-color:var(--success-dark)}.service-choice-options button.active span{color:#ffffffdb}.category-tabs{gap:8px;padding-bottom:12px;display:flex;overflow-x:auto}.category-tabs button{white-space:nowrap;min-height:42px;color:var(--text);background:var(--surface-strong);padding:0 16px}.category-tabs button.active{color:#fff;background:var(--primary)}.catalog-search{margin-bottom:14px}.catalog-search input{border:1px solid var(--border);width:100%;height:48px;color:var(--text);background:#fff;border-radius:8px;padding:0 16px;font-size:1rem;font-weight:750}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-scroll{min-width:0}.product-card{border:1px solid var(--border);background:#fff;border-radius:8px;min-width:0;overflow:hidden}.product-card img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.product-body{gap:14px;padding:14px;display:grid}.tag{color:var(--success-dark);background:#e3f5eb;border-radius:999px;margin-bottom:8px;padding:5px 8px;font-size:.78rem;font-weight:900;display:inline-flex}.promo-tag{color:#fff;background:var(--brand)}.product-body h2{margin:0 0 6px;font-size:1.1rem}.product-body p{color:var(--muted);margin:0;line-height:1.45}.product-footer{justify-content:space-between;align-items:center;gap:10px;display:flex}.price-stack{gap:2px;display:grid}.old-price{color:var(--muted);font-size:.82rem;font-weight:800;text-decoration:line-through}.product-footer strong,.cart-header strong,.order-footer strong{font-size:1.16rem}.product-footer button{color:#fff;background:var(--success);min-height:38px;padding:0 12px}.product-footer button:disabled{cursor:not-allowed;opacity:.78;background:#7b847d}.no-results{color:var(--muted);margin:18px 0 4px;font-weight:800}.product-category-chip{width:fit-content;color:var(--primary-dark);background:var(--surface-strong);border-radius:999px;margin:0 0 8px 6px;padding:5px 8px;font-size:.76rem;font-weight:900;display:inline-flex}.cart-panel{box-shadow:var(--shadow);align-self:start;padding:16px;position:sticky;top:14px}.login-card{border:1px solid var(--border);background:var(--surface-strong);border-radius:8px;gap:12px;margin-bottom:14px;padding:12px;display:grid}.login-card.connected{background:#edf9f2;grid-template-columns:minmax(0,1fr) auto;align-items:center}.login-card strong,.login-card small{display:block}.login-card small{color:var(--muted);margin-top:4px;line-height:1.35}.login-card button{color:#fff;background:var(--ink);min-height:40px;padding:0 12px}.login-card button:disabled{cursor:not-allowed;opacity:.55}.closed-card{color:#991b1b;background:#fff1f2;border:1px solid #fecaca;border-radius:8px;gap:4px;margin-bottom:14px;padding:12px;display:grid}.closed-card strong,.closed-card span{display:block}.closed-card span{font-weight:700;line-height:1.35}.login-user{align-items:center;gap:10px;min-width:0;display:flex}.login-user img,.login-user span{border-radius:999px;flex:0 0 38px;width:38px;height:38px}.login-user img{object-fit:cover}.login-user span{color:#fff;background:var(--success);place-items:center;font-weight:900;display:grid}.login-user div{min-width:0}.login-user strong,.login-user small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.login-exit{color:var(--text)!important;border:1px solid var(--border)!important;background:#fff!important}.cart-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;font-weight:900;display:flex}.cart-header div{gap:2px;display:grid}.cart-header small{color:var(--muted);font-size:.78rem}.cart-items{gap:10px;padding:14px 0;display:grid}.empty{color:var(--muted);margin:0;line-height:1.5}.cart-item{border:1px solid var(--border);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.cart-item strong,.cart-item span{display:block}.cart-item span{color:var(--muted);margin-top:3px}.cart-item small{color:#526057;margin:4px 0;font-weight:700;line-height:1.3;display:block}.cart-item-actions{justify-items:end;gap:6px;display:grid}.cart-item-total{color:var(--text);white-space:nowrap;font-size:.9rem}.cart-remove{min-height:28px;color:var(--primary-dark);text-underline-offset:3px;background:0 0;padding:0 4px;font-size:.78rem;text-decoration:underline}.cart-summary,.checkout-final-summary{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:8px;padding:12px 0;display:grid}.cart-summary>div,.checkout-final-summary>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.cart-summary span,.checkout-final-summary span{color:var(--muted);font-weight:800}.cart-summary strong,.checkout-final-summary strong{color:var(--text);text-align:right}.cart-summary-total,.checkout-final-total{border-top:1px dashed var(--border);padding-top:8px;font-size:1.05rem}.cart-summary-total strong,.checkout-final-total strong{color:var(--success-dark);font-size:1.22rem}.continue-shopping{border:1px solid var(--border);width:100%;min-height:42px;color:var(--text);background:var(--surface-strong);margin:10px 0 14px}.cart-fee{color:var(--success-dark);background:#e8f7ee;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-weight:900;display:flex}.cart-fee strong{white-space:nowrap}.delivery-order-summary{color:var(--text);background:#e8f7ee;border-radius:8px;gap:8px;margin-top:2px;padding:12px;display:grid}.delivery-order-summary-title{color:var(--text);font-size:.98rem;font-weight:900}.delivery-order-summary-row{justify-content:space-between;align-items:center;gap:16px;min-width:0;display:flex}.delivery-order-summary-row span{overflow-wrap:anywhere;min-width:0}.delivery-order-summary-row strong{color:var(--success-dark);text-align:right;white-space:nowrap;flex:none}.delivery-order-summary-time strong{color:var(--muted)}.delivery-order-summary-total{border-top:1px solid #146e3e2e;padding-top:8px;font-size:1.02rem;font-weight:900}.stepper{border:1px solid var(--border);border-radius:8px;grid-template-columns:34px 32px 34px;align-items:center;display:grid;overflow:hidden}.stepper button{height:34px;color:var(--text);background:var(--surface-strong);border-radius:0}.stepper span{text-align:center;font-weight:900}.checkout-form{gap:10px;display:grid}.account-checkout-summary{background:#f5faf7;border:1px solid #cfe1d5;border-radius:8px;gap:4px;padding:14px;display:grid}.account-checkout-summary-title{color:var(--success-dark);text-transform:uppercase;margin-bottom:3px;font-size:.76rem;font-weight:900}.account-checkout-summary>strong{color:var(--text);font-size:.96rem;line-height:1.35}.account-checkout-summary>span:not(.account-checkout-summary-title){color:var(--muted);font-size:.84rem;line-height:1.35}.account-checkout-summary button,.account-checkout-notice button{min-height:36px;color:var(--success-dark);background:#fff;border:1px solid #bdd8c6;justify-self:start;margin-top:7px;padding:0 12px}.account-checkout-notice{color:#5f6e65;background:#f7f9f8;border:1px solid #e2e8e4;border-radius:8px;gap:8px;margin:0;padding:12px;font-size:.84rem;font-weight:700;line-height:1.4;display:grid}.saved-delivery-fields{margin-top:0}.checkout-section-heading{border-top:1px solid var(--border);color:var(--text);align-items:center;gap:8px;margin-top:8px;padding-top:10px;display:flex}.checkout-section-heading:first-child{margin-top:0}.checkout-section-heading span{color:#fff;background:var(--success-dark);border-radius:50%;flex:0 0 24px;place-items:center;width:24px;height:24px;font-size:.78rem;font-weight:900;display:grid}.checkout-section-heading strong{font-size:.95rem}.checkout-final-summary{margin-top:14px}.checkout-form label{color:var(--muted);gap:6px;font-size:.92rem;font-weight:800;display:grid}.checkout-form input,.checkout-form select,.checkout-form textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:8px}.checkout-form input,.checkout-form select{height:42px;padding:0 12px}.checkout-form textarea{resize:vertical;min-height:78px;padding:10px 12px}.delivery-fields{gap:8px;display:grid}.delivery-location-mode{grid-template-columns:1fr 1fr;gap:8px;display:grid}.delivery-location-mode button{border:1px solid var(--border);min-height:40px;color:var(--text);background:var(--surface-strong);border-radius:8px;padding:0 10px;font-weight:900}.delivery-location-mode button.active{color:#fff;background:var(--primary);border-color:var(--primary)}.cep-search{gap:8px;display:grid}.cep-main-row{grid-template-columns:minmax(0,1fr) minmax(150px,auto);align-items:end;gap:8px;display:grid}.cep-field{min-width:0}.cep-calc-button{white-space:nowrap;width:100%}.cep-number-row{width:112px;max-width:100%}.delivery-fields small{color:var(--muted);font-weight:750;line-height:1.35}.checkout-form input.input-alert{border-color:var(--primary);box-shadow:0 0 0 3px #d8142f21}.field-hint{margin-top:-2px;font-size:.82rem;display:block}.field-hint-warning{color:var(--primary)}.delivery-location-result{border:1px solid var(--border);background:var(--surface-strong);border-radius:8px;padding:8px 10px}.location-button{min-height:40px;color:var(--text);background:var(--surface-strong);border:1px solid var(--border);padding:0 12px}.location-button:disabled{cursor:wait;opacity:.72}@media (max-width:560px){.delivery-location-mode{grid-template-columns:1fr}}@media (max-width:340px){.cep-main-row{grid-template-columns:1fr}}.feedback{color:var(--primary-dark);margin:12px 0;font-weight:800;line-height:1.4}.send-order{width:100%;min-height:50px;margin-top:12px;font-size:1.04rem}.send-order:disabled{cursor:not-allowed;opacity:.74}.floating-checkout-button{display:none}.builder-backdrop{z-index:80;background:#080d0a94;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.builder-modal{border:1px solid var(--border);background:var(--surface);border-radius:8px;flex-direction:column;width:min(540px,100%);max-height:min(760px,100dvh - 32px);display:flex;overflow:hidden;box-shadow:0 28px 80px #050c0847}.builder-head{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 18px 12px;display:flex}.builder-head>div{flex:1;min-width:0}.builder-head>div>span{color:var(--muted);font-size:.78rem;font-weight:900;display:block}.builder-head>div>strong{overflow-wrap:anywhere;margin-top:2px;font-size:1.16rem;line-height:1.25;display:block}.builder-head button{border:1px solid var(--border);background:var(--surface-strong);min-height:34px;color:var(--text);flex-shrink:0;padding:0 12px}.builder-head-summary{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px;margin:10px 0 0;display:grid}.builder-head-summary div{min-width:0}.builder-head-summary dt,.builder-head-summary dd{margin:0}.builder-head-summary dt{color:var(--muted);text-transform:uppercase;font-size:.68rem;font-weight:900}.builder-head-summary dd{overflow-wrap:anywhere;min-height:2.4em;color:var(--text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:2px;font-size:.78rem;font-weight:900;line-height:1.2;display:-webkit-box;overflow:hidden}.builder-head-summary div:last-child dd{color:var(--success);white-space:nowrap}.builder-search{z-index:3;border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;padding:10px 18px;box-shadow:0 5px 14px #050c080d}.builder-search input{border:1px solid var(--border);width:100%;min-height:42px;color:var(--text);font:inherit;background:#fff;border-radius:8px;outline:none;padding:0 13px;font-weight:800}.builder-search input:focus{border-color:var(--success);box-shadow:0 0 0 3px #16a34a1f}.builder-content{flex:auto;min-height:0;display:flex;overflow:hidden}.builder-options-scroll{flex-direction:column;flex:auto;gap:12px;min-height:0;padding:14px 18px 18px;display:flex;overflow:hidden}.builder-fraction{flex-direction:column;flex:none;gap:12px;min-height:0;display:flex;overflow:hidden}.builder-fraction.is-half{flex:58%;min-height:150px}.builder-fraction-segmented{border:1px solid var(--border);background:var(--surface-strong);border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.builder-fraction-segmented button{min-width:0;min-height:40px;color:var(--muted);background:0 0;border:0;border-radius:6px;justify-content:center;font-size:.9rem;font-weight:900}.builder-fraction-segmented button.active{color:#fff;background:var(--success);box-shadow:0 2px 8px #16a34a33}.builder-flavor-picker,.builder-addons,.builder-choice-summary{border:1px solid var(--border);background:var(--surface-strong);border-radius:8px;gap:8px;min-height:0;padding:12px;display:grid}.builder-flavor-picker{flex:auto;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.builder-addons{flex:42%;grid-template-rows:auto minmax(0,1fr);min-height:118px;overflow:hidden}.builder-choice-summary{display:none}.builder-section-title{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:2px;display:flex}.builder-section-title div{min-width:0}.builder-section-title strong,.builder-section-title span{display:block}.builder-section-title strong{color:var(--text);font-size:.94rem}.builder-section-title span{color:var(--muted);margin-top:2px;font-size:.78rem;font-weight:800;line-height:1.3}.builder-section-title>em{color:var(--success);background:#e7f7ee;border-radius:6px;flex-shrink:0;padding:4px 7px;font-size:.72rem;font-style:normal;font-weight:900}.builder-flavor-list,.builder-addons-list{overscroll-behavior:contain;scrollbar-color:var(--muted) transparent;scrollbar-gutter:stable;scrollbar-width:thin;align-content:start;gap:8px;min-height:0;padding-right:4px;display:grid;overflow:hidden scroll}.builder-flavor-list::-webkit-scrollbar{width:8px}.builder-addons-list::-webkit-scrollbar{width:8px}.builder-flavor-list::-webkit-scrollbar-thumb{background:var(--muted);background-clip:padding-box;border:2px solid #0000;border-radius:8px}.builder-addons-list::-webkit-scrollbar-thumb{background:var(--muted);background-clip:padding-box;border:2px solid #0000;border-radius:8px}.builder-empty-flavors{color:var(--muted);text-align:center;margin:0;padding:16px 12px;font-weight:800}.builder-flavor-list button,.builder-addons-list>button{border:1px solid var(--border);width:100%;min-height:48px;color:var(--text);text-align:left;background:#fff;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.builder-flavor-list button.selected,.builder-addons-list>button.selected{border-color:var(--success);box-shadow:inset 3px 0 0 var(--success);background:#e7f7ee}.builder-flavor-list button>span,.builder-addons-list>button>span{overflow-wrap:anywhere;align-items:center;gap:9px;min-width:0;font-weight:900;display:flex}.builder-flavor-list button i,.builder-addons-list>button i{background:#fff;border:2px solid #9aa9a0;border-radius:50%;flex:0 0 18px;width:18px;height:18px}.builder-addons-list>button i{border-radius:5px}.builder-flavor-list button.selected i,.builder-addons-list>button.selected i{border-color:var(--success);background:var(--success);box-shadow:inset 0 0 0 4px #fff}.builder-flavor-list button>em,.builder-addons-list>button>em{color:var(--success);white-space:nowrap;font-style:normal;font-weight:900}.builder-choice-summary{background:#fff;gap:7px}.builder-choice-summary>strong{font-size:.9rem}.builder-choice-summary>div{color:var(--muted);grid-template-columns:92px minmax(0,1fr);gap:10px;font-size:.82rem;line-height:1.3;display:grid}.builder-choice-summary b{overflow-wrap:anywhere;min-width:0;color:var(--text);font-weight:900}.builder-choice-summary small{border-top:1px solid var(--border);color:var(--muted);padding-top:8px;font-weight:800;line-height:1.35}.builder-footer{z-index:20;padding:11px 18px calc(11px + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;gap:8px;display:grid;position:sticky;bottom:0;box-shadow:0 -8px 20px #050c081f}.builder-summary{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.builder-summary span{overflow-wrap:anywhere;min-width:0;color:var(--text);font-size:.86rem;font-weight:900;line-height:1.25}.builder-summary strong{color:var(--success);white-space:nowrap;font-size:1.15rem}.builder-confirm{color:#fff;background:var(--primary);justify-content:center;width:100%;min-height:50px}.builder-confirm:disabled{cursor:not-allowed;opacity:.58}@media (max-width:560px){.builder-backdrop{align-items:end;padding:8px}.builder-modal{width:100%;max-height:calc(100dvh - 16px)}.builder-head{padding:12px 14px 10px}.builder-head-summary{gap:6px}.builder-search{padding:9px 14px}.builder-options-scroll{padding:12px 14px 24px}.builder-footer{padding-left:14px;padding-right:14px}}@media (max-width:360px){.builder-backdrop{padding:0}.builder-modal{border-bottom:0;border-left:0;border-right:0;border-radius:8px 8px 0 0;max-height:100dvh}.builder-head button{padding:0 9px}.builder-head-summary{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.builder-head-summary div:last-child{grid-column:1/-1}.builder-choice-summary>div{grid-template-columns:78px minmax(0,1fr)}}.menu-footer{width:min(1160px,100%);color:var(--muted);gap:6px;margin:0 auto;padding:0 24px 38px;line-height:1.45;display:grid}.menu-footer strong{color:var(--text)}.ops-shell{color:#eef4ff;background:radial-gradient(circle at 100% 0,#ff5b232e,#0000 34%),linear-gradient(135deg,#0a111d 0%,#101827 45%,#17110d 100%);grid-template-columns:260px minmax(0,1fr);min-height:100vh;font-family:Segoe UI Variable,Segoe UI,Arial,sans-serif;display:grid}.ops-sidebar{background:#080d16db;border-right:1px solid #ffffff17;flex-direction:column;gap:22px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0;box-shadow:24px 0 60px #00000038}.ops-brand{align-items:center;gap:12px;min-height:54px;display:flex}.ops-brand>span,.ops-nav a span{border-radius:8px;place-items:center;font-weight:950;display:inline-grid}.ops-brand>span{color:#fff;background:linear-gradient(135deg,#ff4d23,#ff8a2a);width:42px;height:42px;box-shadow:0 12px 28px #ff4d2357}.ops-brand strong,.ops-brand small{display:block}.ops-brand strong{letter-spacing:.03em}.ops-brand small,.ops-sidebar-card small,.ops-header p,.ops-column-header small,.ops-customer span,.ops-customer small,.ops-order-total span,.ops-metric-card small{color:#9aa8bd}.ops-nav{gap:7px;display:grid}.ops-nav a{color:#c9d4e4;border-radius:8px;align-items:center;gap:11px;min-height:46px;padding:0 10px;font-weight:850;display:flex}.ops-nav a span{color:#aebbd0;background:#ffffff14;width:28px;height:28px}.ops-nav a.active,.ops-nav a:hover{color:#fff;background:linear-gradient(135deg,#ff4d23f5,#ff7420db)}.ops-nav a.active span,.ops-nav a:hover span{color:#fff;background:#ffffff2e}.ops-sidebar-card{background:#ffffff0f;border:1px solid #ffffff17;border-radius:8px;margin-top:auto;padding:16px}.ops-sidebar-card span,.ops-sidebar-card strong,.ops-sidebar-card small{display:block}.ops-sidebar-card span{color:#ffb58a;text-transform:uppercase;font-size:.78rem;font-weight:950}.ops-sidebar-card strong{margin:7px 0;line-height:1.25}.ops-main{min-width:0;padding:28px}.ops-header,.ops-header-actions,.ops-order-top,.ops-order-total,.ops-order-items div{justify-content:space-between;align-items:center;gap:14px;display:flex}.ops-header{margin-bottom:20px}.ops-eyebrow{color:#ff9a5f;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:950;display:inline-flex}.ops-header h1{color:#fff;margin:0;font-size:clamp(2rem,4vw,3.45rem);line-height:.95}.ops-header p{max-width:680px;margin:10px 0 0;font-size:1rem;line-height:1.45}.ops-header-actions{flex-wrap:wrap;justify-content:flex-end}.sync-pill,.ops-button{border-radius:8px;justify-content:center;align-items:center;min-height:42px;font-weight:900;display:inline-flex}.sync-pill{color:#bfe9d3;background:#18834f2e;border:1px solid #4ade802e;padding:0 13px}.ops-button{padding:0 16px}.ops-button.ghost{color:#fff;background:#ffffff14;border:1px solid #ffffff1f}.ops-metrics{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;margin-bottom:18px;display:grid}.ops-metric-card{background:#ffffff13;border:1px solid #ffffff17;border-radius:8px;min-height:116px;padding:16px;box-shadow:0 18px 38px #00000029}.ops-metric-card.highlight{background:linear-gradient(135deg,#ff4d23eb,#ff8428d1)}.ops-metric-card span,.ops-metric-card strong,.ops-metric-card small{display:block}.ops-metric-card span{color:#c9d4e4;text-transform:uppercase;font-size:.83rem;font-weight:950}.ops-metric-card.highlight span,.ops-metric-card.highlight small{color:#ffffffd1}.ops-metric-card strong{color:#fff;margin-top:8px;font-size:2rem;line-height:1}.ops-metric-card small{margin-top:8px;font-weight:750}.ops-alert,.ops-empty{border-radius:8px;margin:0 0 14px;padding:12px 14px;font-weight:850}.ops-alert{color:#ffd7d7;background:#ef444424;border:1px solid #ef444438}.ops-empty{color:#c9d4e4;background:#ffffff12}.ops-board{grid-template-columns:repeat(6,minmax(280px,1fr));align-items:start;gap:14px;padding-bottom:16px;display:grid;overflow-x:auto}.ops-column{--lane:#ff6f2c;border:1px solid #ffffff14;border-top:3px solid var(--lane);background:#070c1485;border-radius:8px;min-height:560px}.ops-column.recebido{--lane:#ff4d23}.ops-column.aceito{--lane:#f59e0b}.ops-column.em_preparo{--lane:#fb923c}.ops-column.saiu_entrega{--lane:#22c55e}.ops-column.finalizado{--lane:#38bdf8}.ops-column.cancelado{--lane:#64748b}.ops-column-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:10px;padding:13px 13px 10px;display:flex}.ops-column-header span,.ops-column-header small{display:block}.ops-column-header span{color:#fff;font-size:1rem;font-weight:950}.ops-column-header strong{color:#fff;background:color-mix(in srgb, var(--lane) 72%, #121826);border-radius:8px;place-items:center;min-width:32px;height:30px;display:inline-grid}.ops-column-body{gap:12px;padding:12px;display:grid}.ops-column-empty{color:#8391a8;text-align:center;border:1px dashed #ffffff24;border-radius:8px;margin:0;padding:18px 10px;font-weight:850}.ops-order-card{background:linear-gradient(#1a2230f5,#111826fa);border:1px solid #ffffff1a;border-radius:8px;padding:13px;box-shadow:0 16px 30px #00000038}.ops-order-number{color:#ffb182;font-size:.82rem;font-weight:950}.ops-order-top h2{color:#fff;margin:3px 0 0;font-size:1.06rem;line-height:1.18}.ops-status{color:#fff;white-space:nowrap;background:#ffffff14;border-radius:8px;padding:6px 8px;font-size:.74rem;font-weight:950}.ops-status.recebido{color:#ffb182;background:#ff4d233d}.ops-status.aceito,.ops-status.em_preparo{color:#fed483;background:#f59e0b38}.ops-status.saiu_entrega,.ops-status.finalizado{color:#a5f3c2;background:#22c55e2e}.ops-status.cancelado{color:#cbd5e1;background:#64748b42}.ops-order-tags{flex-wrap:wrap;gap:6px;margin:12px 0;display:flex}.ops-order-tags span{color:#cad6e8;background:#ffffff13;border-radius:8px;padding:5px 7px;font-size:.78rem;font-weight:850}.ops-customer{gap:3px;margin-bottom:11px;display:grid}.ops-customer strong{color:#eef4ff;font-size:.94rem}.ops-customer small{line-height:1.35}.ops-order-items{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;gap:8px;padding:11px 0;display:grid}.ops-order-items div{align-items:flex-start}.ops-order-items span{color:#e7edf7;font-weight:850;line-height:1.35}.ops-order-items strong{color:#fff;white-space:nowrap}.ops-order-note{color:#ffe2c7;background:#ff85281c;border-radius:8px;margin:10px 0 0;padding:9px;font-size:.88rem;font-weight:780;line-height:1.35}.ops-order-total{margin-top:12px}.ops-order-total strong{color:#fff;font-size:1.18rem}.ops-order-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.ops-order-actions button{color:#d7e0ef;background:#ffffff14;border:1px solid #ffffff17;border-radius:8px;min-height:40px;padding:0 10px}.ops-order-actions button.primary{color:#fff;background:linear-gradient(135deg,#ff4d23,#ff8a2a)}.ops-order-actions button.danger{color:#ffd6d6;background:#ef444426}.ops-order-actions button:disabled{cursor:wait;opacity:.7}@media (max-width:920px){.menu-page{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.menu-layout{grid-template-columns:1fr}.cart-panel{scroll-margin-top:14px;position:static}.floating-checkout-button{left:16px;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:60;color:#fff;background:var(--primary);border:1px solid #ffffff47;border-radius:8px;justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:0 18px;font-size:1.05rem;font-weight:1000;display:flex;position:fixed;box-shadow:0 18px 42px #50040e52}.floating-checkout-button strong{white-space:nowrap}.ops-shell{grid-template-columns:1fr}.ops-sidebar{height:auto;padding:16px;position:static}.ops-nav{padding-bottom:4px;display:flex;overflow-x:auto}.ops-nav a{flex:none;padding-right:14px}.ops-sidebar-card{margin-top:0}.ops-main{padding:18px}.ops-header{flex-direction:column;align-items:flex-start}.ops-header-actions{justify-content:flex-start}.ops-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.service-choice-options{grid-template-columns:1fr}.service-choice-options button{min-height:50px}.cart-item{align-items:start}.home-hero,.hero-content,.menu-layout,.panel-page{padding-left:14px;padding-right:14px}.home-hero{align-items:end;padding-top:40px;padding-bottom:40px}.product-grid,.metrics{grid-template-columns:1fr}.product-scroll{overscroll-behavior:contain;scrollbar-color:var(--muted) transparent;scrollbar-gutter:stable;scrollbar-width:thin;height:clamp(280px,48dvh,520px);padding-right:4px;overflow:hidden scroll}.product-scroll::-webkit-scrollbar{width:8px}.product-scroll::-webkit-scrollbar-thumb{background:var(--muted);background-clip:padding-box;border:2px solid #0000;border-radius:8px}.hero-checkout-button{justify-content:center;width:100%;min-height:48px;margin-top:4px}.catalog-search{z-index:35;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f5f8f5f5;margin:0 0 14px;padding:8px 0;position:sticky;top:0}.catalog-search input{height:54px;font-size:1.02rem;box-shadow:0 12px 28px #14231c24}.floating-checkout-button{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));min-height:56px;padding:0 14px}.ops-main{padding:14px}.ops-metrics{grid-template-columns:1fr}.ops-board{grid-template-columns:repeat(6,minmax(260px,82vw))}.ops-order-actions{grid-template-columns:1fr}.panel-header,.order-top,.order-footer{flex-direction:column;align-items:flex-start}.order-actions{width:100%}.order-actions button{flex:1}}.status-page{color:#17211b;background:#f3f6f4;min-height:100vh;padding:36px 16px}.status-shell{width:min(760px,100%);margin:0 auto}.status-heading{margin-bottom:18px}.status-heading span{color:#0f7a45;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:900;display:block}.status-heading h1{margin:8px 0;font-size:clamp(2rem,5vw,3.8rem);line-height:.95}.status-heading p{color:#5b6a61;margin:0;font-weight:700}.status-panel,.status-current,.status-timeline,.status-details,.status-items{background:#fff;border:1px solid #dbe7df;border-radius:8px;box-shadow:0 18px 50px #1a2d2314}.status-panel{padding:20px;font-weight:900}.status-error{color:#b0122a}.status-current{gap:4px;margin-bottom:14px;padding:20px;display:grid}.status-current span,.status-details span{color:#657568;font-size:.82rem;font-weight:900}.status-current strong{color:#0c7a43;font-size:1.75rem;line-height:1.1}.status-current.cancelado strong{color:#b0122a}.status-current small{color:#69786e;font-weight:700}.status-cancel-button{color:#fff;cursor:pointer;font:inherit;background:#b0122a;border:1px solid #8f0f22;border-radius:8px;justify-self:start;min-height:42px;margin-top:12px;padding:0 18px;font-weight:900}.status-cancel-button:disabled{cursor:not-allowed;opacity:.65}.status-timeline{margin:0 0 14px;padding:0;list-style:none;display:grid}.status-timeline li{border-bottom:1px solid #edf3ef;grid-template-columns:40px 1fr;align-items:center;gap:14px;padding:16px 18px;display:grid}.status-timeline li:last-child{border-bottom:0}.status-timeline li>span{color:#6a786e;background:#e8f0eb;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;font-weight:900;display:inline-flex}.status-timeline li.active>span{color:#fff;background:#15803d}.status-timeline strong{font-size:1rem;display:block}.status-timeline small{color:#68796e;font-weight:700}.status-timeline.cancelado li.active>span{background:#b0122a}.status-details{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;padding:16px;display:grid}.status-details div{gap:4px;display:grid}.status-details strong{font-size:1rem}.status-items{padding:18px}.status-items h2{margin:0 0 12px;font-size:1.15rem}.status-item{border-top:1px solid #edf3ef;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.status-item span{color:#334238;font-weight:800}.status-item strong{white-space:nowrap}@media (max-width:680px){.status-page{padding:22px 10px}.status-details{grid-template-columns:1fr 1fr}}.status-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px;display:flex}.status-actions .status-cancel-button,.status-actions .status-chat-button{margin-top:0}.status-chat-button{color:#fff;cursor:pointer;font:inherit;background:#2563eb;border:1px solid #1d4ed8;border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:0 16px;font-weight:900;display:inline-flex}.status-chat-button:hover{background:#1d4ed8}.status-chat-badge{background:#dc2626;border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:.75rem;display:inline-flex}.pedido-chat-backdrop{z-index:1000;background:#0f172a85;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.pedido-chat-modal{background:#fff;border:1px solid #dbe7df;border-radius:14px;grid-template-rows:auto minmax(0,1fr) auto;width:min(560px,100%);max-height:min(720px,100vh - 32px);display:grid;overflow:hidden;box-shadow:0 24px 80px #0f172a47}.pedido-chat-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.pedido-chat-header span{color:#64748b;font-size:.78rem;font-weight:900}.pedido-chat-header h2{color:#0f172a;margin:4px 0 0;font-size:1.2rem}.pedido-chat-close{color:#64748b;cursor:pointer;background:0 0;border:0;padding:4px 8px;font-size:1.6rem;line-height:1}.pedido-chat-close:hover{color:#0f172a}.pedido-chat-messages{background:#f8fafc;flex-direction:column;gap:10px;min-height:240px;padding:18px;display:flex;overflow-y:auto}.pedido-chat-message{background:#fff;border:1px solid #dbe7df;border-radius:12px;max-width:84%;padding:10px 12px}.pedido-chat-message-cliente{background:#dbeafe;border-color:#bfdbfe;align-self:flex-end}.pedido-chat-message-loja{align-self:flex-start}.pedido-chat-message-sistema{background:#f1f5f9;border-color:#cbd5e1;align-self:center;max-width:92%}.pedido-chat-message>span{color:#64748b;margin-bottom:4px;font-size:.75rem;font-weight:900;display:block}.pedido-chat-message p{color:#1e293b;overflow-wrap:anywhere;white-space:pre-wrap;margin:0;line-height:1.45}.pedido-chat-message time{color:#64748b;text-align:right;margin-top:6px;font-size:.7rem;display:block}.pedido-chat-empty{color:#64748b;text-align:center;align-self:center;max-width:320px;margin:auto}.pedido-chat-error{color:#b0122a;background:#fff1f2;margin:0;padding:10px 16px;font-size:.88rem;font-weight:700}.pedido-chat-closed{color:#64748b;text-align:center;background:#f8fafc;border-top:1px solid #e2e8f0;padding:14px 16px;font-size:.9rem;font-weight:800}.pedido-chat-compose{background:#fff;border-top:1px solid #e2e8f0;padding:12px 16px 16px}.pedido-chat-compose textarea{color:#1e293b;font:inherit;resize:vertical;border:1px solid #cbd5e1;border-radius:8px;width:100%;min-height:82px;padding:10px 12px;display:block}.pedido-chat-compose textarea:focus{border-color:#2563eb;outline:2px solid #2563eb29}.pedido-chat-compose-footer{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.pedido-chat-compose-footer small{color:#64748b}.pedido-chat-compose-footer button{color:#fff;cursor:pointer;font:inherit;background:#2563eb;border:1px solid #1d4ed8;border-radius:8px;min-height:40px;padding:0 18px;font-weight:900}.pedido-chat-compose-footer button:disabled{cursor:not-allowed;opacity:.55}@media (max-width:560px){.pedido-chat-backdrop{align-items:flex-end;padding:0}.pedido-chat-modal{border-radius:14px 14px 0 0;max-height:92vh}.pedido-chat-message{max-width:92%}.status-actions{flex-direction:column;align-items:stretch}.status-actions button{width:100%}}.checkout-cashback{background:#f1fbf4;border:1px solid #b9dec7;border-radius:8px;gap:10px;margin:14px 0;padding:14px;display:grid}.checkout-cashback-heading,.checkout-cashback-toggle{justify-content:space-between;align-items:center;gap:12px;display:flex}.checkout-cashback-heading span{color:#187341;font-size:.84rem;font-weight:800}.checkout-cashback-toggle{justify-content:flex-start;font-weight:800}.checkout-cashback-toggle input{accent-color:#16834f;width:18px;height:18px}.checkout-cashback-applied{color:#08783f;margin:0;font-weight:900}.checkout-order-summary{border-top:1px solid #d9e2dc;border-bottom:1px solid #d9e2dc;gap:8px;margin:14px 0;padding:14px 0;display:grid}.checkout-order-summary>div{justify-content:space-between;align-items:center;gap:16px;display:flex}.checkout-order-summary-cashback{color:#08783f}.checkout-order-summary-total{border-top:1px dashed #c7d2cc;padding-top:8px;font-size:1.08rem;font-weight:900}
