@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap";.sheet-overlay.address-overlay{z-index:1010}.sheet.address-sheet{z-index:1011;background:#1a1a1a;border-radius:0;flex-direction:column;height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.address-map-wrap{flex:1;min-height:0;margin-bottom:-20px;position:relative}.address-map{background:#e6e3de;width:100%;height:100%}.address-close-btn{z-index:3;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex;position:absolute;top:12px;right:12px}.address-close-btn:active{background:#000000bf}.address-pin{z-index:2;pointer-events:none;filter:drop-shadow(0 2px 4px #0000004d);position:absolute;top:50%;left:50%;transform:translate(-50%,-100%)}.address-pin.hidden{opacity:0;pointer-events:none;transition:opacity .25s}.address-pin.landed{animation:.3s ease-out pin-land}@keyframes pin-land{0%{transform:translate(-50%,-108%)}50%{transform:translate(-50%,-96%)}to{transform:translate(-50%,-100%)}}.address-bottom-panel{z-index:3;padding:12px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));background:#1a1a1a;border-radius:20px 20px 0 0;flex-shrink:0;margin-top:-20px;position:relative}.address-toggle{background:#2a2a2a;border-radius:12px;margin-bottom:14px;padding:4px;display:flex;position:relative}.address-toggle-slider{background:#3a3a3a;border-radius:10px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .3s cubic-bezier(.25,.8,.25,1);position:absolute;top:4px;left:4px}.address-toggle-btn{z-index:1;color:#ffffff73;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:12px;font-size:.95rem;font-weight:600;transition:color .3s;position:relative}.address-toggle-btn.active{color:#fff}.address-info-row{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.address-info-left{flex:1;min-width:0}.address-info-label{color:#fff6;margin-bottom:4px;font-size:.75rem}.address-info-text{color:#fff;word-break:break-word;min-height:2.6em;font-size:1rem;font-weight:600;line-height:1.3}.address-info-text.loading{color:#ffffff4d}.address-saved-btn{color:var(--primary);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;margin-top:2px;padding:0;font-size:.85rem;font-weight:600}.address-recent{background:#2a2a2a;border-radius:12px;max-height:180px;margin-bottom:14px;overflow:hidden auto}.address-recent-label{color:#ffffff59;padding:10px 16px 6px;font-size:.75rem}.address-recent-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #ffffff0f;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:.9rem;transition:background .15s;display:flex}.address-recent-item:first-of-type{border-top:none}.address-recent-item:active{background:#ffffff0d}.address-recent-item svg{color:#ffffff4d;flex-shrink:0}.address-details-row{gap:8px;margin-bottom:14px;display:flex}.address-detail-input{color:#fff;box-sizing:border-box;background:#2a2a2a;border:none;border-radius:12px;outline:none;flex:1;min-width:0;padding:14px 12px;font-size:.9rem}.address-detail-input::placeholder{color:#ffffff4d}.address-detail-input:focus{box-shadow:0 0 0 2px #e8820c66}.address-confirm-btn{color:#fff;cursor:pointer;box-sizing:border-box;background:#2d2d2d;border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px;font-size:1rem;font-weight:700;transition:background .2s;display:flex}.address-confirm-btn:active{background:#3a3a3a}.address-confirm-btn:disabled{opacity:.4;cursor:not-allowed}.address-confirm-btn svg{flex-shrink:0}.address-pickup-list{flex-direction:column;gap:6px;max-height:200px;margin-bottom:14px;display:flex;overflow-y:auto}.address-pickup-loading{text-align:center;color:#fff6;padding:16px;font-size:.9rem}.address-pickup-item{color:#fff;cursor:pointer;text-align:left;background:#2a2a2a;border:2px solid #0000;border-radius:12px;align-items:center;gap:12px;width:100%;padding:14px 16px;transition:border-color .2s,background .2s;display:flex}.address-pickup-item.active{border-color:var(--primary);background:#2f2a22}.address-pickup-item:not(.active):active{background:#333}.address-pickup-item svg{color:#ffffff4d;flex-shrink:0}.address-pickup-item.active svg{color:var(--primary)}.address-pickup-item-text{flex-direction:column;gap:2px;min-width:0;display:flex}.address-pickup-name{font-size:.95rem;font-weight:600;line-height:1.2}.address-pickup-addr{color:#ffffff73;white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;line-height:1.3;overflow:hidden}@media (width>=769px){.sheet.address-sheet{opacity:0;border-radius:18px;grid-template-columns:minmax(520px,1.35fr) minmax(360px,.85fr);width:min(1040px,100vw - 48px);height:min(720px,100dvh - 48px);max-height:none;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s;display:grid;inset:50% auto auto 50%;overflow:hidden;transform:translate(-50%,calc(32px - 50%))scale(.98);box-shadow:0 28px 80px #00000057}.sheet.address-sheet.active{opacity:1;transform:translate(-50%,-50%)scale(1)}.address-map-wrap{min-height:0;margin-bottom:0}.address-map{min-height:100%}.address-close-btn{width:40px;height:40px;transition:background .2s,transform .2s;top:18px;right:18px}.address-close-btn:hover{background:#000000b8;transform:scale(1.04)}.address-bottom-panel{border-left:1px solid #ffffff14;border-radius:0;flex-direction:column;min-height:0;margin-top:0;padding:28px 30px 30px;display:flex;overflow-y:auto}.address-bottom-panel .sheet-handle{display:none}.address-toggle{margin-bottom:22px}.address-info-row{margin-bottom:18px;display:block}.address-info-label{margin-bottom:7px;font-size:.82rem}.address-info-text{background:#242424;border:1px solid #ffffff0f;border-radius:12px;min-height:auto;padding:14px 16px;font-size:.96rem}.address-saved-btn{margin-top:12px;padding:8px 0}.address-recent{max-height:220px;margin-bottom:18px}.address-details-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px;display:grid}.address-detail-input{padding:15px 13px}.address-pickup-list{flex:1;max-height:none;margin-bottom:18px;padding-right:2px}.address-pickup-item{padding:15px 16px}.address-pickup-addr{white-space:normal}.address-confirm-btn{background:var(--primary);flex-shrink:0;min-height:52px;margin-top:auto}.address-confirm-btn:not(:disabled):hover{background:var(--primary-dark)}}@media (width<=980px) and (width>=769px){.sheet.address-sheet{grid-template-rows:minmax(320px,1fr) auto;grid-template-columns:1fr;width:min(760px,100vw - 40px)}.address-bottom-panel{border-top:1px solid #ffffff14;border-left:none;max-height:360px}}.sheet.cart-sheet{background:#1a1a1a;flex-direction:column;max-height:92dvh;display:flex}.sheet.cart-sheet.cart-sheet--empty{height:auto;max-height:none}.cart-sheet-header{justify-content:space-between;align-items:center;padding:20px 20px 16px;display:flex}.cart-sheet-header h2{color:#fff;font-size:1.15rem;font-weight:800}.cart-sheet-actions{align-items:center;gap:12px;display:flex}.cart-sheet-icon-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.cart-sheet-icon-btn:hover{background:#ffffff2e}.cart-sheet-body{padding:0 20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.cart-sheet-toggle{background:#2a2a2a;border-radius:12px;margin-bottom:12px;padding:4px;display:flex;position:relative}.cart-sheet-toggle-slider{background:#3a3a3a;border-radius:10px;width:calc(50% - 4px);height:calc(100% - 8px);transition:transform .3s cubic-bezier(.25,.8,.25,1);position:absolute;top:4px;left:4px}.cart-sheet-toggle-btn{z-index:1;color:#ffffff73;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:12px;font-size:.95rem;font-weight:600;transition:color .3s;position:relative}.cart-sheet-toggle-btn.active{color:#fff}.cart-sheet-address{color:#ffffffa6;background:#2a2a2a;border-radius:12px;align-items:center;gap:8px;margin-bottom:16px;padding:14px 16px;font-size:.9rem;display:flex}.cart-sheet-address svg{color:var(--primary);flex-shrink:0}.cart-sheet-customer{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;display:grid}.cart-sheet-customer input,.cart-sheet-comment{color:#fff;box-sizing:border-box;background:#2a2a2a;border:none;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:.95rem}.cart-sheet-customer input::placeholder,.cart-sheet-comment::placeholder{color:#ffffff4d}.cart-sheet-customer input:focus,.cart-sheet-comment:focus{box-shadow:0 0 0 2px #e8820c66}.cart-sheet-items{margin-bottom:16px}.cart-sheet-item{border-bottom:1px solid #ffffff0f;align-items:center;gap:14px;padding:14px 0;display:flex}.cart-sheet-item:last-child{border-bottom:none}.cart-sheet-item-img{object-fit:cover;background:#2a2a2a;border-radius:12px;flex-shrink:0;width:80px;height:80px}.cart-sheet-item-body{flex:1;min-width:0}.cart-sheet-item-top{margin-bottom:10px}.cart-sheet-item-name{color:#fff;font-size:.95rem;font-weight:600}.cart-sheet-item-variant{color:#ffffff80;margin-top:2px;font-size:.8rem;display:block}.cart-sheet-item-weight{color:#ffffff59;margin-left:8px;font-size:.8rem}.cart-sheet-item-bottom{justify-content:space-between;align-items:center;display:flex}.cart-sheet-item-price{color:#fff;font-size:1.05rem;font-weight:800}.cart-sheet-qty{color:#fff;align-items:center;gap:14px;font-size:1rem;font-weight:700;display:flex}.cart-sheet-qty-btn{color:#fff;cursor:pointer;background:#2a2a2a;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:700;transition:background .2s;display:flex}.cart-sheet-qty-btn:hover{background:#3a3a3a}.cart-sheet-promo-wrap{align-items:stretch;gap:8px;margin-bottom:10px;display:flex}.cart-sheet-promo{color:#fff;box-sizing:border-box;background:#2a2a2a;border:none;border-radius:12px;outline:none;width:100%;padding:16px;font-size:.95rem}.cart-sheet-promo-btn{color:#fff;cursor:pointer;background:#3a3a3a;border:none;border-radius:12px;min-width:112px;padding:0 14px;font-size:.9rem;font-weight:800;transition:background .2s,opacity .2s}.cart-sheet-promo-btn:not(:disabled):hover{background:#464646}.cart-sheet-promo-btn:disabled{opacity:.45;cursor:not-allowed}.cart-sheet-promo-success,.cart-sheet-promo-error{margin:-2px 0 14px;font-size:.84rem;font-weight:700;line-height:1.35}.cart-sheet-promo-success{color:#89d98c}.cart-sheet-promo-error{color:#ffb8b0}.cart-sheet-promo::placeholder{color:#ffffff4d}.cart-sheet-promo:focus{box-shadow:0 0 0 2px #e8820c66}.cart-sheet-comment{resize:vertical;min-height:58px;margin-bottom:16px;display:block}.cart-sheet-summary{background:#2a2a2a;border-radius:16px;margin-bottom:16px;padding:6px 20px}.cart-sheet-summary-row{color:#ffffff8c;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 0;font-size:.95rem;display:flex}.cart-sheet-summary-row b{font-weight:600}.cart-sheet-summary-discount{color:#89d98c}.cart-sheet-summary-total{color:#fff;justify-content:space-between;align-items:center;padding:14px 0;font-size:1.15rem;font-weight:800;display:flex}a.cart-sheet-checkout,button.cart-sheet-checkout,a.cart-sheet-checkout:hover,button.cart-sheet-checkout:hover{background:var(--primary);color:#fff;text-align:center;cursor:pointer;box-sizing:border-box;border:none;border-radius:14px;width:100%;padding:16px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s;display:block}a.cart-sheet-checkout:hover,button.cart-sheet-checkout:hover{background:var(--primary-dark)}button.cart-sheet-checkout:disabled{opacity:.6;cursor:not-allowed}.cart-sheet-error{color:#ffb8b0;background:#e74c3c29;border-radius:12px;margin-bottom:14px;padding:12px 14px;font-size:.9rem;font-weight:700;line-height:1.35}.cart-sheet-closed{color:#ffd0a0;background:#e8820c24;border-radius:12px;margin-bottom:14px;padding:12px 14px;font-size:.88rem;line-height:1.35}.cart-sheet-closed strong{color:#fff;margin-bottom:4px;font-size:.95rem;display:block}.cart-sheet-closed span{color:#ffffffb8}.cart-sheet-empty{text-align:center;color:#ffffff80;flex-direction:column;align-items:center;padding:48px 20px 40px;display:flex}.cart-sheet-empty svg{opacity:.2;margin-bottom:16px}.cart-sheet-empty-title{color:#fff;margin-bottom:6px;font-size:1.1rem;font-weight:700}.cart-sheet-empty-hint{color:#ffffff59;font-size:.85rem}@media (width<=420px){.cart-sheet-customer{grid-template-columns:1fr}}@media (width>=769px){.sheet.cart-sheet{border-radius:0;width:min(520px,100vw - 40px);height:100dvh;max-height:none;transition:transform .32s cubic-bezier(.22,1,.36,1);inset:0 0 0 auto;overflow:hidden;transform:translate(100%);box-shadow:-28px 0 70px #00000052}.sheet.cart-sheet.active{transform:translate(0)}.sheet.cart-sheet.cart-sheet--empty{height:100dvh;max-height:none}.sheet.cart-sheet .sheet-handle{display:none}.cart-sheet-header{border-bottom:1px solid #ffffff0f;padding:28px 30px 18px}.cart-sheet-header h2{font-size:1.35rem}.cart-sheet-body{padding:22px 30px 30px}.cart-sheet-toggle{margin-bottom:16px}.cart-sheet-address{border:1px solid #ffffff0d;min-height:52px;margin-bottom:18px}.cart-sheet-customer{grid-template-columns:1fr;gap:10px}.cart-sheet-item{gap:16px;padding:16px 0}.cart-sheet-item-img{border-radius:10px;width:72px;height:72px}.cart-sheet-promo-wrap,.cart-sheet-comment{margin-bottom:14px}.cart-sheet-summary{border-radius:14px;margin-top:4px}.cart-sheet-checkout{min-height:52px}.cart-sheet-empty{justify-content:center;min-height:100%;padding:40px 30px}}.sheet.auth-sheet{background:#1a1a1a;max-height:92dvh}.auth-sheet-body{flex-direction:column;align-items:center;padding:20px 24px 32px;display:flex}.auth-icon{margin-bottom:20px}.auth-title{color:#fff;text-align:center;margin-bottom:12px;font-size:1.6rem;font-weight:800}.auth-desc{color:#ffffff8c;text-align:center;max-width:280px;margin-bottom:28px;font-size:.95rem;line-height:1.5}.auth-phone-wrap{background:#ffffff14;border-radius:16px;width:100%;margin-bottom:32px;padding:14px 20px 16px}.auth-phone-label{color:#fff6;margin-bottom:6px;font-size:.8rem;display:block}.auth-phone-input-row{align-items:center;gap:4px;display:flex}.auth-phone-prefix{color:#fff;font-size:1.15rem;font-weight:700}.auth-phone-input{color:#fff;background:0 0;border:none;outline:none;flex:1;padding:0;font-size:1.15rem;font-weight:700}.auth-checks{flex-direction:column;gap:14px;width:100%;margin-bottom:32px;display:flex}.auth-check{color:#fffc;cursor:pointer;align-items:flex-start;gap:12px;font-size:.9rem;line-height:1.4;display:flex}.auth-check input[type=checkbox]{display:none}.auth-check-box{border:2px solid #ffffff40;border-radius:6px;flex-shrink:0;width:22px;height:22px;margin-top:1px;transition:all .15s;position:relative}.auth-check input:checked+.auth-check-box{background:var(--primary,#e8820c);border-color:var(--primary,#e8820c)}.auth-check input:checked+.auth-check-box:after{content:"";border:2.5px solid #fff;border-width:0 2.5px 2.5px 0;width:7px;height:11px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.auth-link{color:#4a9fe5;text-decoration:none}.auth-tg-btn{color:#fff;cursor:pointer;background:#2aabee;border:none;border-radius:16px;align-items:center;gap:14px;width:100%;margin-bottom:12px;padding:16px 24px;transition:opacity .2s;display:flex}.auth-tg-btn:active{opacity:.85}.auth-tg-text{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.auth-tg-main{font-size:1rem;font-weight:700}.auth-tg-sub{opacity:.7;font-size:.75rem}.auth-sms-btn{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #ffffff26;border-radius:16px;justify-content:space-between;align-items:center;width:100%;padding:16px 24px;transition:background .2s;display:flex}.auth-sms-btn:active{background:#ffffff0d}.auth-sms-text{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.auth-sms-main{font-size:1rem;font-weight:700}.auth-sms-sub{color:#fff6;font-size:.75rem}.auth-sms-btn:disabled{opacity:.35;cursor:not-allowed}.auth-error{color:#ff6b5a;text-align:center;width:100%;margin-bottom:16px;font-size:.85rem}.auth-back-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:6px;margin-bottom:16px;padding:0;font-size:.9rem;transition:color .2s;display:flex}.auth-back-btn:active{color:#fff}.auth-code-wrap{justify-content:center;gap:12px;width:100%;margin-bottom:24px;display:flex}.auth-code-input{color:#fff;text-align:center;width:52px;height:60px;caret-color:var(--primary,#e8820c);background:#ffffff14;border:2px solid #ffffff1f;border-radius:14px;outline:none;font-size:1.5rem;font-weight:700;transition:border-color .2s}.auth-code-input:focus{border-color:var(--primary,#e8820c)}.auth-code-input.error{border-color:#ff6b5a;animation:.3s code-shake}@keyframes code-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.auth-timer-wrap{text-align:center;margin-top:4px}.auth-timer{color:#ffffff59;font-size:.85rem}.auth-resend-btn{color:var(--primary,#e8820c);cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:600;transition:opacity .2s}.auth-resend-btn:active{opacity:.7}.auth-resend-btn:disabled{opacity:.4;cursor:not-allowed}.sheet.promos-sheet{background:#1a1a1a;flex-direction:column;max-height:92dvh;display:flex}.promos-sheet-header{flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:20px 20px 16px;display:flex}.promos-sheet-header h2{color:#fff;font-size:1.3rem;font-weight:800}.promos-sheet-header p{display:none}.promos-sheet-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.promos-sheet-body{min-height:0;padding:0 16px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px) + 70px);flex-direction:column;flex:1;gap:24px;display:flex;overflow-y:auto}.promos-sheet-state{text-align:center;color:var(--text-light);padding:40px}.promos-item{background:#222;border-radius:16px;flex-direction:column;align-items:center;width:100%;max-width:420px;margin:0 auto;padding:10px 10px 16px;display:flex}.promos-item-img{object-fit:cover;aspect-ratio:2;background:#2d2d2d;border-radius:14px;width:100%;display:block}.promos-item-fallback{aspect-ratio:2;text-align:center;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;padding:24px;display:flex}.promos-item-fallback-logo{opacity:.9;filter:drop-shadow(0 6px 14px #00000029);-webkit-user-select:none;user-select:none;pointer-events:none;width:72px;height:auto}.promos-item-fallback-title{font-size:1.8rem;font-weight:800;line-height:1.1}.promos-item-fallback-sub{color:#666;font-size:1rem;font-weight:600}.promos-item-info{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:14px 8px 0;display:flex}.promos-item-desc{color:#fffc;font-size:.95rem;font-weight:600;line-height:1.4}.promos-item-code{letter-spacing:2px;text-transform:uppercase;border:2px solid;border-radius:8px;padding:7px 20px;font-size:.85rem;font-weight:800}@media (width>=769px){.sheet.promos-sheet{opacity:0;border-radius:18px;width:min(1040px,100vw - 48px);max-height:min(780px,100dvh - 48px);transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s;inset:50% auto auto 50%;overflow:hidden;transform:translate(-50%,calc(32px - 50%))scale(.98);box-shadow:0 28px 80px #00000052}.sheet.promos-sheet.active{opacity:1;transform:translate(-50%,-50%)scale(1)}.sheet.promos-sheet .sheet-handle{display:none}.promos-sheet-header{border-bottom:1px solid #ffffff14;padding:28px 32px 22px}.promos-sheet-header h2{font-size:1.65rem;line-height:1.1}.promos-sheet-header p{color:#ffffff7a;margin-top:6px;font-size:.95rem;display:block}.promos-sheet-close{background:#ffffff14;width:40px;height:40px;transition:background .2s,transform .2s}.promos-sheet-close:hover{background:#ffffff29;transform:scale(1.04)}.promos-sheet-body{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:22px;padding:28px 32px 34px;display:grid}.promos-sheet-state{background:#222;border-radius:14px;grid-column:1/-1;justify-content:center;align-items:center;min-height:260px;display:flex}.promos-item{border:1px solid #ffffff0f;border-radius:14px;align-items:stretch;max-width:none;margin:0;padding:12px 12px 16px;transition:border-color .2s,transform .2s}.promos-item:hover{border-color:#e8820c59;transform:translateY(-1px)}.promos-item-img,.promos-item-fallback{border-radius:12px}.promos-item-info{text-align:left;align-items:flex-start;padding:16px 4px 0}.promos-item-desc{font-size:1rem}}@media (width>=1180px){.promos-sheet-body{grid-template-columns:repeat(3,minmax(0,1fr))}}.header{z-index:100;background:var(--bg-card);height:calc(var(--header-height) + env(safe-area-inset-top,0px));padding-top:env(safe-area-inset-top,0px);position:sticky;top:0;box-shadow:0 1px 4px #0000000f}.header-inner{justify-content:space-between;align-items:center;gap:18px;height:100%;display:flex}.header-logo{color:var(--dark);align-items:center;gap:10px;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}.header-logo img{object-fit:contain;width:auto;height:48px}.header-mobile-menu,.header-mobile-search,.header-mobile-spacer{display:flex}.header-desktop-nav,.header-desktop-search,.header-desktop-actions{display:none}.header-icon-btn{width:40px;height:40px;color:var(--dark);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex}.header-icon-spacer{flex-shrink:0;width:40px;height:40px}.header-icon-btn:active{background:#0000000d}:root{--menu-width:300px}@media (width<=430px){:root{--menu-width:80vw}}#root{z-index:2;background:var(--bg-card,#fff);flex-direction:column;max-width:100vw;height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1),filter .3s;display:flex;position:relative;overflow:hidden}.app-scroll{overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;flex:1;min-height:0;overflow-y:auto}#root.menu-open{transform:translateX(var(--menu-width));filter:brightness(.5)}.side-menu-overlay{z-index:1000;opacity:0;visibility:hidden;pointer-events:none;position:fixed;inset:0}.side-menu-overlay.open{opacity:1;visibility:visible;pointer-events:auto}.side-menu{width:var(--menu-width);z-index:1;visibility:hidden;background:#1a1a1a;flex-direction:column;height:100dvh;transition:visibility 0s .3s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.side-menu.open{visibility:visible;transition:visibility}.side-menu-links{padding:16px 0;padding-top:calc(16px + env(safe-area-inset-top,0px));flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.side-menu-links>a,.side-menu-links>button.side-menu-btn{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:18px;width:100%;padding:16px 24px;font-family:inherit;font-size:1.05rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.side-menu-links>a:active,.side-menu-links>button.side-menu-btn:active{background:#ffffff14}.side-menu-links>a.active{color:var(--primary)}.side-menu-links>a svg,.side-menu-links>button svg{opacity:.7;color:#fff;flex-shrink:0}.side-menu-links>a.active svg{opacity:1;color:var(--primary)}.side-menu-badge{background:var(--primary);color:#fff;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-left:auto;padding:0 6px;font-size:.75rem;font-weight:700;display:flex}.side-menu-divider{background:#ffffff14;height:1px;margin:6px 24px}.side-menu-theme{cursor:pointer;-webkit-tap-highlight-color:transparent;border-top:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 24px;transition:background .2s;display:flex}.side-menu-theme:active{background:#ffffff14}.side-menu-theme-label{color:#fff;align-items:center;gap:18px;font-size:1.05rem;font-weight:500;display:flex}.side-menu-theme-label svg{opacity:.7;color:#fff}.side-menu-toggle{background:#444;border-radius:12px;flex-shrink:0;width:44px;height:24px;transition:background .3s;position:relative}.side-menu-toggle.active{background:var(--primary)}.side-menu-toggle-knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s;position:absolute;top:2px;left:2px}.side-menu-toggle.active .side-menu-toggle-knob{transform:translate(20px)}.side-menu-legal{border-top:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;gap:10px;padding:16px 24px;display:flex}.side-menu-legal a{color:#fff6;font-size:.8rem;font-weight:400;line-height:1.4;text-decoration:none}.side-menu-legal a:active{color:#fff9}.header-search-bar{align-items:center;gap:4px;width:100%;display:flex}.header-search-input{background:var(--bg-page,#f5f5f5);height:36px;color:var(--dark);border:none;border-radius:10px;outline:none;flex:1;padding:0 14px;font-size:.95rem}.header-search-input::placeholder{color:#999}@media (width>=769px){.header{background:color-mix(in srgb, var(--bg-card) 94%, transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);height:72px;box-shadow:0 1px #0000000f}.header-inner{justify-content:flex-start}.header-mobile-menu,.header-mobile-search,.header-mobile-spacer{display:none}.header-logo{letter-spacing:0;flex-shrink:0;font-size:1.05rem}.header-logo img{height:48px}.header-desktop-nav{align-items:center;gap:4px;margin-left:8px;display:flex}.header-desktop-nav a,.header-desktop-nav button,.header-desktop-profile{min-height:40px;color:var(--text);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:0 14px;font-size:.94rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.header-desktop-nav a:hover,.header-desktop-nav button:hover,.header-desktop-profile:hover{background:var(--bg);color:var(--dark)}.header-desktop-nav a.active{color:var(--primary);background:#e8820c1a}.header-desktop-search{border:1px solid var(--border);background:var(--bg);min-width:220px;max-width:440px;height:42px;color:var(--text-light);border-radius:12px;flex:1;align-items:center;gap:10px;margin-left:auto;padding:0 13px;display:flex}.header-desktop-search input{min-width:0;height:100%;color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.header-desktop-search input::placeholder{color:var(--text-light)}.header-desktop-search button{width:28px;height:28px;color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.header-desktop-search button:hover{color:var(--dark);background:#0000000f}.header-desktop-actions{align-items:center;gap:8px;display:flex}.header-desktop-nav+.header-desktop-actions{margin-left:auto}.header-desktop-cart{background:var(--dark);min-height:42px;color:var(--text-inverse);font:inherit;cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:.95rem;font-weight:800;transition:background .2s,transform .2s;display:inline-flex}.header-desktop-cart:hover{background:var(--dark-lighter);transform:translateY(-1px)}.header-desktop-cart svg{flex-shrink:0}html.cap-native .header{height:calc(56px + env(safe-area-inset-top,0px));background:var(--bg-card);-webkit-backdrop-filter:none;backdrop-filter:none}html.cap-native .header-mobile-menu,html.cap-native .header-mobile-search,html.cap-native .header-mobile-spacer{display:flex}html.cap-native .header-desktop-nav,html.cap-native .header-desktop-search,html.cap-native .header-desktop-actions{display:none}}@media (width<=768px){.header{height:calc(56px + env(safe-area-inset-top,0px))}.header-logo{font-size:1rem}.header-logo img{height:40px}}.footer{background:var(--dark,#1a1a1a);color:var(--text-inverse,#fff);margin-top:120px;position:relative}.footer-wave{background:linear-gradient(90deg, var(--primary,#e8820c) 0%, var(--primary-light,#f5a623) 50%, var(--primary,#e8820c) 100%);height:3px}.footer .footer-inner{grid-template-columns:1.4fr .9fr 1fr;gap:48px;padding-top:64px;padding-bottom:48px;display:grid}.footer-brand-row{align-items:center;gap:14px;margin-bottom:18px;display:flex}.footer-logo{object-fit:cover;border-radius:14px;width:52px;height:52px;box-shadow:0 4px 16px #e8820c40}.footer-brand-name{color:#fff;letter-spacing:-.01em;margin:0;font-size:1.25rem;font-weight:800}.footer-brand-tagline{color:var(--primary,#e8820c);margin:2px 0 0;font-size:.82rem;font-weight:600}.footer-brand-desc{color:#ffffff80;max-width:300px;margin-bottom:20px;font-size:.88rem;line-height:1.6}.footer-socials{gap:10px;margin-bottom:28px;display:flex}.footer-social{color:#fff9;background:#ffffff12;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex}.footer-social:hover{background:var(--primary,#e8820c);color:#fff;transform:translateY(-2px);box-shadow:0 4px 16px #e8820c4d}.footer-col-title{text-transform:uppercase;letter-spacing:.08em;color:#ffffff59;margin-bottom:18px;font-size:.78rem;font-weight:700}.footer-nav{flex-direction:column;gap:6px;display:flex}.footer-nav a{color:#ffffffb3;font-size:.92rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.footer-nav a:hover{color:var(--primary,#e8820c);transform:translate(4px)}.footer-info-block{flex-direction:column;gap:12px;display:flex}.footer-info-row{color:#fff9;align-items:center;gap:10px;font-size:.9rem;display:flex}.footer-info-row svg{opacity:.5;flex-shrink:0}.footer-info-link{text-decoration:none;transition:color .2s}.footer-info-link:hover{color:var(--primary,#e8820c)}.footer-info-link:hover svg{opacity:1;stroke:var(--primary,#e8820c)}.footer-bottom{border-top:1px solid #ffffff0f;padding:18px 0}.footer-bottom-inner{color:#ffffff4d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:.82rem;display:flex}.footer-copy{align-items:center;gap:8px;display:flex}.footer-legal{color:#fff6;flex-wrap:wrap;align-items:center;gap:8px;font-size:.78rem;display:flex}.footer-bottom-sep{opacity:.4}@media (width<=960px){.footer-inner{grid-template-columns:1fr 1fr;gap:36px}.footer-brand{grid-column:1/-1}}@media (width<=768px){.footer{display:none}}.sheet.fav-sheet{background:#1a1a1a;flex-direction:column;max-height:92dvh;display:flex}.sheet.fav-sheet.fav-sheet--empty{height:auto;max-height:none}.fav-sheet-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px 14px;display:flex}.fav-sheet-header h2{color:#fff;font-size:1.15rem;font-weight:800}.fav-sheet-close{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.fav-sheet-body{padding:0 20px;padding-bottom:calc(20px + env(safe-area-inset-bottom,0px) + 70px);-webkit-overflow-scrolling:touch;flex:1;min-height:0;overflow-y:auto}.fav-sheet-item{border-bottom:1px solid #ffffff0f;align-items:center;gap:14px;padding:14px 0;display:flex}.fav-sheet-item:last-child{border-bottom:none}.fav-sheet-item-img{object-fit:cover;background:#2a2a2a;border-radius:12px;flex-shrink:0;width:80px;height:80px}.fav-sheet-item-body{flex:1;min-width:0}.fav-sheet-item-top{margin-bottom:10px}.fav-sheet-item-name{color:#fff;font-size:.95rem;font-weight:600}.fav-sheet-item-weight{color:#ffffff59;margin-left:8px;font-size:.8rem}.fav-sheet-item-bottom{justify-content:space-between;align-items:center;display:flex}.fav-sheet-item-price{color:#fff;font-size:1.05rem;font-weight:800}.fav-sheet-item-actions{align-items:center;gap:10px;display:flex}.fav-sheet-qty{color:#fff;align-items:center;gap:14px;font-size:1rem;font-weight:700;display:flex}.fav-sheet-qty-btn{color:#fff;cursor:pointer;background:#2a2a2a;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;font-weight:700;transition:background .2s;display:flex}.fav-sheet-qty-btn:hover{background:#3a3a3a}.fav-sheet-add-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:background .2s}.fav-sheet-add-btn:hover{background:var(--primary-dark)}.fav-sheet-remove{cursor:pointer;opacity:.7;background:0 0;border:none;align-items:center;padding:4px;transition:opacity .2s,transform .3s;display:flex}.fav-sheet-remove svg{transition:fill .3s,stroke .3s}.fav-sheet-remove:hover{opacity:1}.fav-sheet-empty{text-align:center;flex-direction:column;align-items:center;padding:32px 20px 48px;display:flex}.fav-sheet-empty svg{margin-bottom:16px}.fav-sheet-empty-title{color:#fff;margin-bottom:6px;font-size:1.2rem;font-weight:800}.fav-sheet-empty-hint{color:#fff6;max-width:240px;font-size:.9rem;line-height:1.5}.bottom-nav{display:none}@media (width<=768px){.bottom-nav{background:var(--bg-card);border-top:1px solid var(--border);padding:6px 0;padding-bottom:calc(6px + env(safe-area-inset-bottom,0px));touch-action:none;overscroll-behavior:none;-webkit-user-select:none;user-select:none;flex-shrink:0;display:flex;box-shadow:0 -2px 12px #00000014}.bottom-nav-item{color:var(--text-light);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:2px;padding:6px 4px;font-size:.7rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex;position:relative}.bottom-nav-item svg{width:22px;height:22px}.bottom-nav-item.active{color:var(--primary)}.bottom-nav-total{font-size:.75rem;font-weight:800}.bottom-nav-badge{background:var(--error);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:calc(50% - 20px)}}.category-filter{-webkit-overflow-scrolling:touch;top:var(--header-height);z-index:50;background:var(--bg-card);gap:10px;padding:12px 0;display:flex;position:sticky;overflow-x:auto}.category-filter::-webkit-scrollbar{display:none}.category-btn{background:var(--bg-card);color:var(--text);border:2px solid var(--border);white-space:nowrap;border-radius:30px;flex-shrink:0;padding:10px 24px;font-size:.9rem;font-weight:600;transition:all .2s}.category-btn:hover{border-color:var(--primary);color:var(--primary)}.category-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}@media (width<=768px){.category-filter{padding:10px 0;top:56px}}.product-card{background:var(--bg-card);border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.product-image{aspect-ratio:1;background:#f0e8df;border-radius:16px;position:relative;overflow:hidden}.product-image img{object-fit:cover;transform-origin:50%;width:100%;height:100%;transition:transform .28s}.product-image-placeholder{background:radial-gradient(circle at 28% 22%,#e8820c2e,#0000 28%),linear-gradient(135deg,#f7eee6 0%,#ead6c3 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.product-image-placeholder img{object-fit:contain;opacity:.92;filter:drop-shadow(0 8px 18px #4d281224);width:42%;height:auto}.product-fav{z-index:2;color:#fff;cursor:pointer;background:#00000059;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s,background .2s;display:flex;position:absolute;top:8px;right:8px}.product-fav:active{transform:scale(.85)}.product-fav.active{color:#e74c3c;background:#ffffffe6}.product-unavailable{color:#fff;background:#0009;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex;position:absolute;inset:0}.product-info{flex-direction:column;flex:1;padding:12px 4px;display:flex}.product-name{color:var(--dark);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:2px;font-size:.95rem;font-weight:700;display:-webkit-box;overflow:hidden}.product-weight{color:var(--text-light);margin-bottom:4px;font-size:.75rem}.product-desc{color:var(--text-light);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:10px;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.product-bottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.product-price{color:var(--text);font-size:1.1rem;font-weight:800}.product-qty{align-items:center;gap:10px;font-size:1rem;font-weight:700;display:flex}.qty-btn{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1rem;font-weight:700;transition:background .2s;display:flex}.qty-btn:hover{background:var(--primary-dark)}.btn-primary.btn-sm{border-radius:20px;padding:7px 14px;font-size:.8rem}@media (width>=769px) and (hover:hover) and (pointer:fine){.product-card:hover .product-image img{transform:scale(1.08)}}@media (width>=769px){.product-desc{min-height:2.8em}}@media (prefers-reduced-motion:reduce){.product-image img{transition:none}}@media (width<=768px){.product-info{padding:10px 4px}.product-name{font-size:.9rem}.product-weight{font-size:.7rem}.product-desc{-webkit-line-clamp:1;font-size:.75rem}.product-price{font-size:1rem}.qty-btn{width:28px;height:28px;font-size:.9rem}.product-qty{gap:8px;font-size:.9rem}}.sheet-overlay{z-index:1000;opacity:0;will-change:opacity;background:#00000080;transition:opacity .35s;position:fixed;inset:0}.sheet-overlay.active{opacity:1}.sheet{z-index:1001;background:var(--bg-card);-webkit-overflow-scrolling:touch;overscroll-behavior:none;will-change:transform;border-radius:20px 20px 0 0;max-height:90vh;transition:transform .45s cubic-bezier(.32,.72,0,1);position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translateY(100%)}.sheet.active{transform:translateY(0)}.sheet.dragging{transition:none}.product-sheet-close{display:none}.sheet-handle{justify-content:center;padding:12px 0 8px;display:flex}.sheet-handle:after{content:"";background:#d0d0d0;border-radius:2px;width:40px;height:4px}.sheet-image-wrap{position:relative}.sheet-image{aspect-ratio:4/3;object-fit:cover;background:#f0e8df;width:100%;display:block}.sheet-image-placeholder{background:radial-gradient(circle at 28% 22%,#e8820c2e,#0000 28%),linear-gradient(135deg,#f7eee6 0%,#ead6c3 100%);justify-content:center;align-items:center;display:flex}.sheet-image-placeholder img{opacity:.92;filter:drop-shadow(0 10px 22px #4d281229);width:min(36%,180px);height:auto}.sheet-fav{cursor:pointer;color:#fff;-webkit-tap-highlight-color:transparent;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,background .2s;display:flex;position:absolute;top:12px;right:12px}.sheet-fav:active{transform:scale(.9)}.sheet-fav.active{color:#e74c3c;background:#0000008c}.sheet-body{padding:16px 20px}.sheet-title-row{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}.sheet-name{color:var(--dark);font-size:1.25rem;font-weight:800}.sheet-weight{color:var(--text-light);margin-top:2px;font-size:.85rem}.sheet-price{color:var(--text);white-space:nowrap;font-size:1.3rem;font-weight:800}.sheet-desc{color:var(--text-light);font-size:.9rem;line-height:1.6}.sheet-variants{flex-wrap:wrap;gap:8px;margin:0 0 14px;display:flex}.sheet-variant{border:1.5px solid var(--border);color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border-radius:20px;padding:8px 18px;font-size:.9rem;font-weight:600;transition:all .2s}.sheet-variant.active{background:var(--dark);color:var(--text-inverse,#fff);border-color:var(--dark)}.sheet-footer{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--border);background:var(--bg-card);justify-content:space-between;align-items:center;gap:16px;display:flex;position:sticky;bottom:0}.sheet-qty{align-items:center;gap:12px;font-size:1.1rem;font-weight:700;display:flex}.sheet-qty .qty-btn{background:var(--dark);width:36px;height:36px;font-size:1.1rem}.sheet-qty .qty-btn:hover{background:var(--dark-lighter)}.sheet-add-btn{border-radius:var(--radius);background:var(--primary);color:var(--text-inverse);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:1rem;font-weight:700;transition:background .2s;display:flex}.sheet-add-btn:hover{background:var(--primary-dark)}.sheet-add-btn .sheet-btn-divider{background:#ffffff4d;width:1px;height:18px}@media (width>=769px){.sheet:not(.product-sheet):not(.cart-sheet):not(.promos-sheet):not(.address-sheet){width:480px;left:50%;right:auto;transform:translate(-50%,100%)}.sheet:not(.product-sheet):not(.cart-sheet):not(.promos-sheet):not(.address-sheet).active{transform:translate(-50%)}.sheet.product-sheet{opacity:0;border-radius:18px;grid-template-columns:minmax(360px,1fr) minmax(360px,.95fr);width:min(920px,100vw - 48px);max-height:min(720px,100dvh - 48px);transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .22s;display:grid;inset:50% auto auto 50%;overflow:hidden;transform:translate(-50%,calc(32px - 50%))scale(.98);box-shadow:0 28px 80px #00000047}.sheet.product-sheet.active{opacity:1;transform:translate(-50%,-50%)scale(1)}.sheet.product-sheet .sheet-handle{display:none}.product-sheet-close{z-index:4;color:#fff;cursor:pointer;background:#0000006b;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .2s;display:flex;position:absolute;top:16px;right:16px}.product-sheet-close:hover{background:#00000094;transform:scale(1.04)}.sheet.product-sheet .sheet-image-wrap{grid-row:1/span 2;min-height:100%}.sheet.product-sheet .sheet-image{aspect-ratio:auto;height:100%;min-height:520px}.sheet.product-sheet .sheet-body{min-height:0;padding:34px 34px 24px;overflow-y:auto}.sheet.product-sheet .sheet-title-row{margin-bottom:18px;padding-right:46px;display:block}.sheet.product-sheet .sheet-name{margin-bottom:8px;font-size:1.75rem;line-height:1.16}.sheet.product-sheet .sheet-weight{font-size:.95rem}.sheet.product-sheet .sheet-price{margin-top:18px;font-size:1.75rem}.sheet.product-sheet .sheet-desc{font-size:1rem;line-height:1.65}.sheet.product-sheet .sheet-variants{gap:8px;margin:18px 0 16px}.sheet.product-sheet .sheet-variant{white-space:nowrap;border-radius:20px;min-height:36px;padding:8px 18px}.sheet.product-sheet .sheet-footer{border-top:1px solid var(--border);grid-column:2;padding:18px 34px 28px}.sheet.product-sheet .sheet-add-btn{border-radius:12px;min-height:52px}.sheet.product-sheet .sheet-qty .qty-btn{width:40px;height:40px}}.promo-carousel{margin:0 -20px;padding:12px 0 4px}.promo-viewport{overflow:hidden}.promo-track{will-change:transform;display:flex}.promo-card{border-radius:var(--radius);-webkit-user-select:none;user-select:none;cursor:grab;flex-shrink:0;overflow:hidden}.promo-card:active{cursor:grabbing}.promo-card-img{aspect-ratio:2;object-fit:cover;border-radius:var(--radius);-webkit-user-drag:none;user-drag:none;pointer-events:none;width:100%;display:block}.promo-card-fallback{aspect-ratio:2;text-align:center;border-radius:var(--radius);flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;padding:20px;display:flex}.promo-card-fallback-logo{opacity:.9;filter:drop-shadow(0 6px 14px #0000001f);-webkit-user-select:none;user-select:none;pointer-events:none;width:clamp(56px,12vw,88px);height:auto}.promo-card-fallback-title{font-size:1.4rem;font-weight:800;line-height:1.2}.promo-card-fallback-sub{color:#888;font-size:.85rem;font-weight:600}@media (width>=960px){.promo-carousel{width:100vw;margin-left:-50vw;margin-right:0;position:relative;left:50%}.promo-card,.promo-card-img,.promo-card-fallback{border-radius:16px}}@media (width<=768px){.promo-carousel{margin:0 -16px}}.menu-page{min-height:60vh;padding:0 0 40px}.menu-header-mobile{flex-direction:column;gap:12px;padding:16px 0 8px;display:flex}.delivery-toggle{background:#f0f0f0;border-radius:10px;gap:0;max-width:none;padding:3px;display:flex;position:relative}.delivery-toggle-slider{background:var(--bg-card);border-radius:8px;width:calc(50% - 3px);height:calc(100% - 6px);transition:transform .3s cubic-bezier(.25,.8,.25,1);position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0000001a}.delivery-toggle-btn{z-index:1;color:var(--text-light);-webkit-tap-highlight-color:transparent;background:0 0;border-radius:8px;flex:1;padding:10px 16px;font-size:.9rem;font-weight:700;transition:color .3s;position:relative}.delivery-toggle-btn.active{color:var(--text)}.delivery-address{color:var(--text-light);cursor:pointer;background:#f5f5f5;border-radius:10px;align-items:center;gap:6px;max-width:none;padding:8px 12px;font-size:.85rem;transition:background .2s;display:flex;overflow:hidden}.delivery-address-text{text-overflow:ellipsis;white-space:nowrap;text-align:left;direction:rtl;transition:opacity .25s;overflow:hidden}.delivery-address-text.fading{opacity:0}.delivery-address:active{background:#eaeaea}.delivery-address svg{color:var(--primary);flex-shrink:0}.menu-top-section{opacity:1;grid-template-rows:1fr;transition:grid-template-rows .3s,opacity .2s;display:grid}.menu-top-section.menu-top-hidden{opacity:0;pointer-events:none;grid-template-rows:0fr}.menu-top-inner{min-height:0;overflow:hidden}.category-filter-wrap{top:var(--header-height);z-index:50;background:var(--bg-card);position:sticky}.menu-section{padding-top:8px;scroll-margin-top:140px;transition:opacity .15s}.menu-section.section-fading{opacity:0;pointer-events:none}.product-animate{transition:opacity .15s,transform .15s;animation:.15s productFadeIn}.product-animate.product-fading{opacity:0;pointer-events:none;transform:scale(.95)}@keyframes productFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.menu-section-title{color:var(--dark);margin-bottom:16px;padding-top:8px;font-size:1.4rem;font-weight:800}.menu-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px;display:grid}.search-results-header{color:var(--text-light);padding:16px 0 12px;font-size:.95rem;font-weight:600}.menu-empty{text-align:center;color:var(--text-light);padding:60px 20px;font-size:1.1rem}@media (width<=1024px){.menu-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=769px){.menu-page{padding-bottom:72px}.menu-header-mobile{display:none}.menu-top-section{padding-top:18px}.category-filter-wrap{top:72px;box-shadow:0 1px #0000000d}.menu-section{padding-top:18px;scroll-margin-top:150px}.menu-section-title{margin-bottom:18px;font-size:1.55rem}.menu-grid{gap:22px;margin-bottom:42px}}@media (width<=768px){.menu-page{padding:0 0 80px}.delivery-toggle,.delivery-address{max-width:none}.category-filter-wrap{top:56px}.menu-section{scroll-margin-top:120px}.menu-section-title{margin-bottom:12px;font-size:1.2rem}.menu-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:24px}}.payment-result-page{place-items:center;min-height:60vh;padding:32px 16px;display:grid}.payment-result{text-align:center;background:var(--bg-card);border-radius:var(--radius);width:min(100%,420px);box-shadow:var(--shadow);padding:32px 24px}.payment-result-icon{background:var(--success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:18px;font-size:2rem;font-weight:800;display:inline-flex}.payment-result-icon.fail{background:var(--error)}.payment-result h1{margin-bottom:10px;font-size:1.6rem}.payment-result p{color:var(--text-light);margin-bottom:18px;line-height:1.45}.payment-result-status{min-height:30px;color:var(--primary);background:#e8820c1a;border-radius:999px;justify-content:center;align-items:center;margin-bottom:18px;padding:4px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.payment-result .btn{width:100%;margin-top:10px}.profile-page{flex:1;min-height:calc(100dvh - 72px);padding:32px 0 56px}.profile-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:32px;display:grid}.profile-info{position:sticky;top:96px}.profile-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;border:1px solid var(--border);padding:32px}.profile-avatar{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;font-size:2rem;font-weight:800;display:flex}.profile-card h2{margin-bottom:8px;font-size:1.2rem}.profile-card p{color:var(--text-light);margin-bottom:4px;font-size:.9rem}.profile-card .btn{margin-top:16px}.profile-no-orders{color:var(--text-light);text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);min-height:220px;box-shadow:var(--shadow);justify-content:center;align-items:center;padding:40px 24px;display:flex}.orders-list{grid-template-columns:1fr;gap:16px;display:grid}.profile-order-error{color:#e74c3c;background:#e74c3c1f;border-radius:12px;margin-bottom:14px;padding:12px 14px;font-size:.9rem;font-weight:700}.order-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border);padding:20px;transition:border-color .2s,transform .2s}.order-card:hover{border-color:#e8820c59;transform:translateY(-1px)}.order-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:16px;display:grid}.order-id{font-size:1.05rem;font-weight:800}.order-date{color:var(--text-light);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.order-items{border-top:1px solid var(--border);padding-top:12px}.order-item-row{justify-content:space-between;gap:16px;margin-bottom:6px;font-size:.9rem;display:flex}.order-item-row span:first-child{min-width:0}.order-item-row span:last-child{white-space:nowrap;font-weight:700}.order-total{border-top:1px solid var(--border);color:var(--primary);justify-content:space-between;margin-top:12px;padding-top:12px;font-size:1.05rem;font-weight:800;display:flex}.order-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px;display:flex}.order-pay-btn,.order-cancel-btn{cursor:pointer;border:1px solid #0000;border-radius:10px;min-height:38px;padding:9px 14px;font-size:.85rem;font-weight:800;transition:background .2s,border-color .2s,opacity .2s}.order-pay-btn{background:var(--primary);color:#fff}.order-pay-btn:hover{background:var(--primary-dark)}.order-cancel-btn{color:#e74c3c;background:0 0;border-color:#e74c3c59}.order-cancel-btn:hover{background:#e74c3c14}.order-cancel-btn:disabled{opacity:.55;cursor:not-allowed}.sheet.name-sheet{background:#1a1a1a;max-height:90vh}.name-sheet-body{flex-direction:column;align-items:center;padding:20px 24px 32px;display:flex}.name-sheet-body form{width:100%}.name-sheet-icon svg circle,.name-sheet-icon svg path{stroke:#aaa}.name-sheet-title{color:#fff;margin-bottom:6px;font-size:1.3rem;font-weight:800}.name-sheet-desc{color:#888;margin-bottom:20px;font-size:.9rem}.name-sheet-input{box-sizing:border-box;color:#fff;background:#222;border:2px solid #333;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-family:inherit;font-size:1rem;transition:border-color .2s}.name-sheet-input::placeholder{color:#666}.name-sheet-input:focus{border-color:var(--primary)}.name-sheet .auth-error{color:#ff6b6b;margin-top:8px;font-size:.85rem}.name-sheet-btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:16px;padding:14px;font-family:inherit;font-size:1rem;font-weight:700;transition:opacity .2s}.name-sheet-btn:disabled{opacity:.5;cursor:not-allowed}.name-sheet-btn:not(:disabled):active{opacity:.85}@media (width>=1180px){.profile-layout{grid-template-columns:340px minmax(0,1fr);gap:40px}.order-card{padding:24px}}@media (width<=768px){.profile-page{min-height:calc(100dvh - 112px);padding:24px 0 88px}.profile-layout{grid-template-columns:1fr}.profile-info{position:static}.order-header{flex-wrap:wrap;gap:12px;display:flex}}.legal-page{min-height:60vh;padding:24px 0 60px}.legal-back{color:var(--primary);align-items:center;gap:6px;margin-bottom:20px;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.legal-back:hover{color:var(--primary-dark)}.legal-page h1{color:var(--dark);margin-bottom:4px;font-size:1.5rem;font-weight:800}.legal-date{color:var(--text-light);margin-bottom:28px;font-size:.8rem}.legal-page section{margin-bottom:28px}.legal-page h2{color:var(--dark);margin-bottom:12px;font-size:1.05rem;font-weight:700}.legal-page p{color:var(--text);margin-bottom:8px;font-size:.9rem;line-height:1.7}.legal-page ul{margin:8px 0 12px 20px;padding:0}.legal-page li{color:var(--text);margin-bottom:4px;font-size:.9rem;line-height:1.7}@media (width<=768px){.legal-page h1{font-size:1.3rem}.legal-page h2{font-size:1rem}}.not-found{text-align:center;justify-content:center;align-items:center;min-height:70vh;padding:40px 20px;display:flex}.not-found-inner{flex-direction:column;align-items:center;gap:4px;display:flex}.not-found-emoji{margin-bottom:8px;font-size:4rem;line-height:1}.not-found-code{color:var(--primary);font-size:5rem;font-weight:800;line-height:1}.not-found-title{color:var(--dark);margin-top:8px;font-size:1.25rem;font-weight:700}.not-found-hint{color:var(--text-light);max-width:280px;font-size:.9rem;line-height:1.5}.not-found-btn{background:var(--primary);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;margin-top:20px;padding:12px 32px;font-size:.95rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.not-found-btn:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px)}@media (width<=768px){.not-found{min-height:60vh}.not-found-emoji{font-size:3rem}.not-found-code{font-size:4rem}.not-found-title{font-size:1.1rem}}.maintenance-page{background:linear-gradient(135deg, #e8820c1f, #27ae6014), var(--bg-card);place-items:center;min-height:100dvh;padding:24px;display:grid}.maintenance-panel{background:var(--bg-card);border:1px solid var(--border);width:min(100%,460px);box-shadow:var(--shadow);text-align:center;border-radius:8px;padding:32px}.maintenance-logo{color:var(--dark);align-items:center;gap:10px;margin-bottom:18px;font-size:1.15rem;font-weight:800;display:inline-flex}.maintenance-logo img{object-fit:contain;width:auto;height:48px}.maintenance-kicker{color:var(--primary);text-transform:uppercase;margin-bottom:8px;font-size:.85rem;font-weight:800}.maintenance-panel h1{color:var(--dark);margin-bottom:12px;font-size:1.8rem;line-height:1.15}.maintenance-text{color:var(--text);font-size:1rem}@media (width<=480px){.maintenance-panel{padding:24px 18px}.maintenance-panel h1{font-size:1.45rem}}.admin-login-page{background:var(--bg);place-items:center;min-height:100dvh;padding:24px;display:grid}.admin-login-card{background:var(--bg-card);border:1px solid var(--border);width:min(100%,420px);box-shadow:var(--shadow);border-radius:8px;flex-direction:column;gap:16px;padding:28px;display:flex}.admin-login-card h1{color:var(--dark);text-align:center;font-size:1.45rem;line-height:1.2}.admin-login-card label{color:var(--text);flex-direction:column;gap:6px;font-weight:700;display:flex}.admin-login-card input{border:1px solid var(--border);background:var(--bg-card);width:100%;min-height:44px;color:var(--text);border-radius:8px;padding:10px 12px}.admin-login-card input:focus{border-color:var(--primary);outline:none}.admin-login-card button{background:var(--primary);color:#fff;border-radius:8px;min-height:46px;font-size:1rem;font-weight:800}.admin-login-card button:disabled{opacity:.6;cursor:not-allowed}.admin-login-error{color:var(--error);background:#e74c3c1f;border-radius:8px;padding:12px;font-weight:700;line-height:1.35}.admin{min-height:70vh;padding:20px 0 80px}.admin-layout{grid-template-columns:220px 1fr;align-items:start;gap:32px;display:grid}.admin-sidebar{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);scrollbar-width:thin;max-height:calc(100vh - 40px);padding:24px 16px;position:sticky;top:20px;overflow-y:auto}.admin-sidebar h3{color:var(--primary);border-bottom:2px solid var(--border);margin-bottom:16px;padding-bottom:12px;font-size:1rem}.admin-sidebar nav{flex-direction:column;gap:4px;display:flex}.admin-sidebar nav a{border-radius:var(--radius-sm);color:var(--text);align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.admin-sidebar nav a svg{opacity:.6;flex-shrink:0}.admin-sidebar nav a:hover{color:var(--primary);background:#e8820c14}.admin-sidebar nav a.active{background:var(--primary);color:#fff}.admin-sidebar nav a.active svg{opacity:1}.admin-content{min-width:0}.admin-content>*{animation:.35s admin-fade-in}@keyframes admin-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.admin-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:20px;padding:24px;overflow:hidden}.admin-card h2{color:var(--dark);margin-bottom:16px;font-size:1.1rem;font-weight:800}.admin-settings-card{justify-content:space-between;align-items:center;gap:18px;display:flex}.admin-settings-card h2{margin-bottom:4px}.admin-settings-card p{color:var(--text-light);font-size:.9rem;font-weight:700}.admin-hours-card{flex-direction:column;gap:18px;display:flex}.admin-hours-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.admin-hours-head h2{margin-bottom:4px}.admin-hours-head p{color:var(--text-light);font-size:.9rem;font-weight:700}.admin-hours-toolbar{justify-content:space-between;align-items:center;gap:14px;display:flex}.admin-hours-toggle{color:var(--text-light);border:1px solid var(--border);border-radius:10px;flex-direction:row;flex:1;justify-content:space-between;align-items:center;gap:6px;min-height:42px;padding:9px 12px;font-size:.8rem;font-weight:700;display:flex}.admin-weekly-hours{flex-direction:column;gap:8px;display:flex}.admin-day-row{border:1px solid var(--border);background:#00000004;border-radius:10px;grid-template-columns:minmax(160px,1fr) minmax(140px,auto) minmax(220px,auto);align-items:center;gap:12px;padding:10px 12px;display:grid}.admin-day-row.current{background:#e8820c12;border-color:#e8820c73}.admin-day-row.disabled{opacity:.62}.admin-day-name{align-items:center;gap:10px;min-width:0;display:flex}.admin-day-name strong{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.82rem;display:inline-flex}.admin-day-name span{color:var(--dark);font-size:.92rem;font-weight:800}.admin-day-enabled{color:var(--text-light);white-space:nowrap;align-items:center;gap:8px;font-size:.82rem;font-weight:800;display:inline-flex}.admin-day-enabled input{width:16px;height:16px;accent-color:var(--primary)}.admin-day-times{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;display:grid}.admin-day-times input[type=time]{border:1px solid var(--border);background:var(--bg-card);width:100%;min-height:38px;color:var(--dark);font:inherit;box-sizing:border-box;border-radius:9px;padding:8px 10px;font-size:.9rem}.admin-day-times span{color:var(--text-light);font-weight:800}.admin-hours-toggle span{color:var(--dark);font-size:.9rem;display:block}.admin-hours-toggle small{color:var(--text-light);margin-top:2px;font-size:.75rem;display:block}.admin-hours-save{white-space:nowrap;min-height:42px}.admin-switch{flex-shrink:0;width:54px;height:30px;position:relative}.admin-switch input{opacity:0;position:absolute;inset:0}.admin-switch span{background:var(--border);border-radius:15px;transition:background .2s;position:absolute;inset:0}.admin-switch span:after{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #0003}.admin-switch input:checked+span{background:var(--primary)}.admin-switch input:checked+span:after{transform:translate(24px)}.admin-switch input:disabled+span{opacity:.6}.admin-table{border-collapse:collapse;table-layout:auto;width:100%}.admin-table th{text-align:left;color:var(--text-light);border-bottom:2px solid var(--border);white-space:nowrap;padding:12px 16px;font-size:.8rem;font-weight:700}.admin-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:12px 16px;font-size:.9rem}.admin-table tr:hover td{background:#e8820c08}.admin-table select{border:1px solid var(--border);background:var(--bg-card);max-width:150px;color:var(--dark);cursor:pointer;border-radius:8px;padding:6px 10px;font-size:.85rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.stat-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);text-align:center;padding:24px}.stat-value{color:var(--primary);margin-bottom:4px;font-size:2rem;font-weight:800}.stat-label{color:var(--text-light);font-size:.85rem;font-weight:600}.badge{white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:700;display:inline-block}.badge-info{color:#9b59b6;background:#9b59b626}.badge-accent{color:var(--primary);background:#e8820c26}.admin-filters{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.admin-filter-btn{border:1px solid var(--border);color:var(--text-light);cursor:pointer;background:0 0;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:600;transition:all .2s}.admin-filter-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.admin-loading{color:var(--text-light);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;display:flex}.admin-spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite admin-spin}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-error{color:#e74c3c;border-radius:var(--radius-sm);background:#e74c3c1a;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:16px;display:flex}.admin-error button{color:#e74c3c;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e74c3c;border-radius:8px;padding:6px 14px;font-size:.85rem;font-weight:600}.admin-btn{cursor:pointer;border:none;border-radius:10px;padding:8px 16px;font-size:.85rem;font-weight:700;transition:background .2s}.admin-btn-primary{background:var(--primary);color:#fff}.admin-btn-primary:disabled{opacity:.6;cursor:not-allowed}.admin-btn-outline{border:1px solid var(--border);color:var(--text);background:0 0}.admin-btn-danger{color:#e74c3c;background:#e74c3c1a}.admin-btn-sm{padding:5px 12px;font-size:.8rem}.admin-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-form{grid-template-columns:1fr 1fr;gap:12px;display:grid}.admin-form .full-width{grid-column:1/-1}.admin-form label{color:var(--text-light);flex-direction:column;gap:4px;min-width:0;font-size:.8rem;font-weight:600;display:flex;overflow:hidden}.admin-form input,.admin-form select,.admin-form textarea{border:1px solid var(--border);background:var(--bg-card);color:var(--dark);box-sizing:border-box;border-radius:10px;width:100%;min-width:0;padding:10px 12px;font-family:inherit;font-size:.9rem}.admin-form textarea{resize:vertical;min-height:80px}.admin-form-actions{grid-column:1/-1;gap:10px;margin-top:8px;display:flex}.admin-form .checkbox-label{color:var(--dark);cursor:pointer;flex-direction:row;align-items:center;gap:8px;font-size:.9rem}.admin-form .checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.admin-form-switch-row{justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.admin-form-switch-row span{color:var(--dark);font-size:.9rem;font-weight:800;display:block}.admin-form-switch-row small{color:var(--text-light);margin-top:2px;font-size:.78rem;font-weight:700;display:block}.admin-form-group{flex-direction:column;gap:8px;display:flex}.admin-form-label,.admin-variants-head span{color:var(--text-light);font-size:.8rem;font-weight:700}.admin-category-checks{flex-wrap:wrap;gap:8px;display:flex}.admin-check-pill{border:1px solid var(--border);cursor:pointer;border-radius:12px;align-items:center;width:auto;padding:8px 10px;color:var(--dark)!important;flex-direction:row!important;gap:8px!important;display:inline-flex!important}.admin-check-pill input{height:16px;accent-color:var(--primary);width:16px!important}.admin-variants{flex-direction:column;gap:10px;padding:12px 0;display:flex}.admin-variants-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.admin-variants-empty{color:var(--text-light);margin:0;font-size:.82rem}.admin-variants-list{flex-direction:column;gap:8px;display:flex}.admin-variant-row{grid-template-columns:1.4fr .8fr .8fr auto;align-items:center;gap:8px;display:grid}.admin-pickup-map-box{flex-direction:column;gap:8px;width:100%;display:flex}.admin-pickup-map{border:1px solid var(--border);background:#e6e3de;border-radius:12px;width:100%;height:260px;overflow:hidden}.admin-pickup-map-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.admin-pickup-map-actions span{color:var(--text-light);font-size:.8rem;font-weight:700}.admin-drag-handle{cursor:grab;color:var(--text-light);-webkit-user-select:none;user-select:none;opacity:.5;font-size:1rem;transition:opacity .15s}.admin-draggable-row:hover .admin-drag-handle{opacity:1}.admin-draggable-row{transition:background .15s}.admin-draggable-row:active{cursor:grabbing}.admin-draggable-row.dragging{opacity:.4}.admin-draggable-row.drag-over{border-top:2px solid var(--primary)}.admin-modal-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:20px;animation:.2s admin-fade-in;display:flex;position:fixed;inset:0}.admin-modal{background:var(--bg-card,#fff);border-radius:16px;flex-direction:column;width:100%;max-width:520px;max-height:85vh;animation:.25s admin-modal-slide;display:flex;overflow:hidden;box-shadow:0 20px 60px #0003}@keyframes admin-modal-slide{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.admin-modal-header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.admin-modal-header h2{color:var(--dark);margin:0;font-size:1.1rem;font-weight:800}.admin-modal-close{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.6rem;line-height:1;transition:color .15s}.admin-modal-close:hover{color:var(--dark)}.admin-modal-body{flex:1;min-height:0;padding:16px 24px 24px;overflow:hidden auto}.admin-modal-error{box-sizing:border-box;color:#e74c3c;background:#e74c3c1a;border:1px solid #e74c3c38;border-radius:10px;width:100%;margin-bottom:14px;padding:12px 14px;font-size:.9rem;font-weight:700;line-height:1.35}.admin-modal-body .admin-form{max-width:100%}.admin-modal-body .admin-form input,.admin-modal-body .admin-form select,.admin-modal-body .admin-form textarea{box-sizing:border-box;min-width:0}.order-detail{background:var(--bg-page,#f9f9f9);border-radius:var(--radius-sm);padding:16px}.order-detail p{color:var(--text);margin-bottom:6px;font-size:.85rem}.order-detail strong{color:var(--dark)}.order-items-list{margin-top:10px}.order-items-list li{color:var(--text);padding:4px 0;font-size:.85rem}.admin-cards-mobile{display:none}.admin-mobile-card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:12px;padding:16px}.admin-mobile-card-header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.admin-mobile-card-body{color:var(--text);flex-direction:column;gap:6px;margin-bottom:12px;font-size:.85rem;display:flex}.admin-mobile-card-row{justify-content:space-between;display:flex}.admin-mobile-card-row span:first-child{color:var(--text-light)}.admin-mobile-card-actions{align-items:center;gap:8px;display:flex}.row-unavailable{opacity:.5}[data-theme=dark] .admin-table select,[data-theme=dark] .admin-form input,[data-theme=dark] .admin-form select,[data-theme=dark] .admin-form textarea,[data-theme=dark] .admin-day-row,[data-theme=dark] .admin-day-times input[type=time],[data-theme=dark] .admin-hours-toggle{color:#e8e8e8;background:#2a2a2a;border-color:#333}[data-theme=dark] .order-detail{background:#2a2a2a}[data-theme=dark] .admin-table tr:hover td{background:#e8820c0f}@media (width<=768px){.admin{padding:16px 0 90px}.admin-layout{grid-template-columns:1fr;gap:0}.admin-sidebar{z-index:100;border-top:1px solid var(--border);border-radius:0;padding:0;position:fixed;inset:auto 0 0;box-shadow:0 -1px 8px #0000001a}.admin-sidebar h3{display:none}.admin-sidebar nav{scrollbar-width:none;flex-direction:row;overflow-x:auto}.admin-sidebar nav::-webkit-scrollbar{display:none}.admin-sidebar nav a{text-align:center;border-radius:0;flex-direction:column;flex:0 0 72px;justify-content:center;align-items:center;gap:4px;padding:10px 4px;font-size:.7rem}.admin-sidebar nav a.active{color:var(--primary);background:0 0}.admin-sidebar nav a.active svg{color:var(--primary)}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{padding:16px}.stat-value{font-size:1.5rem}.admin-table-desktop{display:none}.admin-cards-mobile{display:block}.admin-card{padding:16px}.admin-settings-card,.admin-hours-head{align-items:flex-start}.admin-hours-toolbar{flex-direction:column;align-items:stretch}.admin-hours-toggle,.admin-hours-save{box-sizing:border-box;width:100%}.admin-day-row{grid-template-columns:1fr;align-items:stretch}.admin-day-times{grid-template-columns:1fr auto 1fr}.admin-form,.admin-variant-row{grid-template-columns:1fr}.admin-pickup-map{height:220px}.admin-pickup-map-actions{flex-direction:column;align-items:stretch}}@media (width<=400px){.stats-grid{grid-template-columns:1fr}}.kitchen-page{min-width:0}.kitchen-standalone{background:var(--bg);min-height:100vh;padding:18px}.kitchen-standalone .kitchen-page{max-width:1600px;margin:0 auto}.kitchen-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.kitchen-toolbar h1{color:var(--dark);font-size:1.8rem;line-height:1.15}.kitchen-toolbar p{color:var(--text-light);margin-top:4px;font-weight:700}.kitchen-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.kitchen-tabs{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);display:inline-flex;overflow:hidden}.kitchen-tabs a{min-height:38px;color:var(--text);border-right:1px solid var(--border);justify-content:center;align-items:center;padding:8px 14px;font-size:.88rem;font-weight:800;display:inline-flex}.kitchen-tabs a:last-child{border-right:0}.kitchen-tabs a.active{background:var(--primary);color:#fff}.kitchen-board{grid-template-columns:repeat(4,minmax(230px,1fr));align-items:start;gap:14px;display:grid}.kitchen-board.dispatch-board{grid-template-columns:repeat(2,minmax(300px,1fr))}.kitchen-column{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:0;overflow:hidden}.kitchen-column-header{border-bottom:1px solid var(--border);background:#e8820c0f;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:12px 14px;display:flex}.kitchen-column-header h2{color:var(--dark);font-size:1rem}.kitchen-column-header span{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:.85rem;font-weight:800;display:inline-flex}.kitchen-column-body{flex-direction:column;gap:12px;padding:12px;display:flex}.kitchen-order-card{border:1px solid var(--border);border-left:5px solid var(--warning);border-radius:var(--radius-sm);background:var(--bg-card);flex-direction:column;gap:12px;padding:14px;display:flex;box-shadow:0 1px 8px #0000000d}.kitchen-order-card.status-confirmed{border-left-color:#3498db}.kitchen-order-card.status-cooking{border-left-color:var(--primary)}.kitchen-order-card.status-delivery{border-left-color:var(--success)}.kitchen-order-header,.kitchen-customer,.kitchen-delivery,.kitchen-actions{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.kitchen-order-id{color:var(--dark);font-size:1.35rem;font-weight:900;line-height:1}.kitchen-order-time{color:var(--text-light);margin-top:4px;font-size:.85rem;font-weight:800}.kitchen-payment{border-radius:999px;flex-shrink:0;padding:4px 9px;font-size:.72rem;font-weight:800;line-height:1.1}.kitchen-payment.paid{color:var(--success);background:#27ae6026}.kitchen-payment.pending{color:var(--warning);background:#f39c1229}.kitchen-payment.failed{color:var(--error);background:#e74c3c24}.kitchen-customer,.kitchen-delivery{flex-direction:column;align-items:stretch;gap:2px}.kitchen-customer strong,.kitchen-delivery strong{color:var(--dark);overflow-wrap:anywhere;font-size:.95rem;line-height:1.25}.kitchen-customer span,.kitchen-delivery span{color:var(--text-light);text-transform:uppercase;font-size:.78rem;font-weight:800}.kitchen-comment{border-radius:var(--radius-sm);color:var(--dark);background:#e8820c14;padding:10px;font-size:.88rem;font-weight:700;line-height:1.35}.kitchen-items{flex-direction:column;gap:7px;list-style:none;display:flex}.kitchen-items li{color:var(--text);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;font-size:.92rem;line-height:1.25;display:grid}.kitchen-items strong{color:var(--dark);font-size:1rem}.kitchen-actions{align-items:stretch}.kitchen-actions .admin-btn{flex:1;min-height:38px;padding:8px 10px}.kitchen-empty{border:1px dashed var(--border);border-radius:var(--radius-sm);min-height:120px;color:var(--text-light);place-items:center;font-weight:800;display:grid}[data-theme=dark] .kitchen-column-header{background:#e8820c1a}[data-theme=dark] .kitchen-order-card{box-shadow:none}@media (width<=1180px){.kitchen-board{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (width<=768px){.kitchen-toolbar{flex-direction:column;align-items:stretch}.kitchen-toolbar-actions{justify-content:stretch}.kitchen-tabs,.kitchen-toolbar-actions .admin-btn{width:100%}.kitchen-tabs a{flex:1}.kitchen-board{grid-template-columns:1fr}}:root{--primary:#e8820c;--primary-dark:#c66a00;--primary-light:#f5a623;--dark:#1a1a1a;--dark-lighter:#2d2d2d;--bg:#fff8f0;--bg-card:#fff;--text:#2d2d2d;--text-light:#7a7a7a;--text-inverse:#fff;--success:#27ae60;--error:#e74c3c;--warning:#f39c12;--border:#e8e0d8;--shadow:0 2px 12px #00000014;--shadow-hover:0 4px 20px #e8820c33;--radius:12px;--radius-sm:8px;--max-width:1200px;--header-height:72px}[data-theme=dark]{--bg:#121212;--bg-card:#1e1e1e;--dark:#e8e8e8;--dark-lighter:#d0d0d0;--text:#e0e0e0;--text-light:#999;--text-inverse:#fff;--border:#333;--shadow:0 2px 12px #0000004d;--shadow-hover:0 4px 20px #e8820c26}[data-theme=dark] body{background:var(--bg)}[data-theme=dark] .header{background:var(--bg-card);box-shadow:0 1px 4px #0000004d}[data-theme=dark] .header-search-input{color:var(--text);background:#2a2a2a}[data-theme=dark] .header-search-input::placeholder{color:#666}[data-theme=dark] .sheet-image{background:#2a2a2a}[data-theme=dark] .input-group input,[data-theme=dark] .input-group textarea,[data-theme=dark] .input-group select{color:var(--text);border-color:var(--border);background:#2a2a2a}[data-theme=dark] .delivery-toggle{background:#2a2a2a}[data-theme=dark] .delivery-toggle-slider{box-shadow:0 1px 4px #0000004d}[data-theme=dark] .delivery-address{background:#2a2a2a}[data-theme=dark] .delivery-address:active{background:#333}[data-theme=dark] .footer{background:#111}[data-theme=dark] .btn-dark{background:#333}[data-theme=dark] .btn-dark:hover{background:#444}[data-theme=dark] .qty-btn{background:#333}[data-theme=dark] .bottom-nav{border-top-color:#333}.ptr-indicator{opacity:0;height:0;color:var(--text-light);justify-content:center;align-items:center;display:flex;overflow:hidden}.ptr-indicator.ptr-refreshing svg{animation:.6s linear infinite ptr-spin}@keyframes ptr-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--bg-card);touch-action:pan-y;overflow-x:hidden}body{background:var(--bg-card);color:var(--text);height:100dvh;font-family:Nunito,sans-serif;line-height:1.6;overflow:hidden}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-dark)}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;height:auto}input,textarea,select{font-family:inherit;font-size:1rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.btn{border-radius:var(--radius-sm);justify-content:center;align-items:center;gap:8px;padding:12px 28px;font-size:.95rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--text-inverse)}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-hover);transform:translateY(-1px)}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:var(--text-inverse)}.btn-dark{background:var(--dark);color:var(--text-inverse)}.btn-dark:hover{background:var(--dark-lighter)}.btn-sm{padding:8px 16px;font-size:.85rem}.btn-lg{padding:16px 36px;font-size:1.1rem}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.input-group{flex-direction:column;gap:6px;display:flex}.input-group label{color:var(--text);font-size:.9rem;font-weight:600}.input-group input,.input-group textarea,.input-group select{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);padding:12px 16px;transition:border-color .2s}.input-group input:focus,.input-group textarea:focus,.input-group select:focus{border-color:var(--primary);outline:none}.badge{border-radius:20px;align-items:center;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-flex}.badge-primary{color:var(--primary);background:#e8820c26}.badge-success{color:var(--success);background:#27ae6026}.badge-error{color:var(--error);background:#e74c3c26}.badge-warning{color:var(--warning);background:#f39c1226}.page-title{color:var(--dark);margin-bottom:24px;font-size:2rem;font-weight:800}.section-title{color:var(--dark);margin-bottom:20px;font-size:1.5rem;font-weight:800}@media (width<=768px){:root{--header-height:56px}body{padding-bottom:0}.container{padding:0 16px}.page-title{font-size:1.5rem}.section-title{font-size:1.25rem}}html.cap-native{--header-height:56px;--menu-width:80vw;height:100%;overflow:hidden}html.cap-native body{height:100%;padding-bottom:0;overflow:hidden}html.cap-native #root{max-width:100vw;height:100%}html.cap-native .container{padding:0 16px}html.cap-native .page-title{font-size:1.5rem}html.cap-native .section-title{font-size:1.25rem}html.cap-native .header{height:calc(56px + env(safe-area-inset-top,0px))}html.cap-native .header-logo{font-size:1rem}html.cap-native .header-logo img{height:40px}html.cap-native .footer{display:none!important}html.cap-native .category-filter-wrap{top:calc(56px + env(safe-area-inset-top,0px))}html.cap-native .category-filter{top:calc(56px + env(safe-area-inset-top,0px));padding:10px 0}html.cap-native .menu-page{padding:0 0 80px}html.cap-native .menu-section{scroll-margin-top:calc(120px + env(safe-area-inset-top,0px))}html.cap-native .menu-section-title{margin-bottom:12px;font-size:1.2rem}html.cap-native .menu-grid{gap:12px;margin-bottom:24px;grid-template-columns:repeat(2,1fr)!important}html.cap-native .product-info{padding:10px 4px}html.cap-native .product-name{font-size:.9rem}html.cap-native .product-weight{font-size:.7rem}html.cap-native .product-desc{-webkit-line-clamp:1;font-size:.75rem}html.cap-native .product-price{font-size:1rem}html.cap-native .qty-btn{width:28px;height:28px;font-size:.9rem}html.cap-native .product-qty{gap:8px;font-size:.9rem}html.cap-native .promo-carousel{margin:0 -16px}html.cap-native .checkout-layout{grid-template-columns:1fr}html.cap-native .checkout-form{padding:20px}html.cap-native .profile-layout{grid-template-columns:1fr}html.cap-native .bottom-nav{background:var(--bg-card);border-top:1px solid var(--border);padding:6px 0;padding-bottom:calc(6px + env(safe-area-inset-bottom,0px));touch-action:none;overscroll-behavior:none;-webkit-user-select:none;user-select:none;flex-shrink:0;box-shadow:0 -2px 12px #00000014;display:flex!important}html.cap-native .bottom-nav-item{color:var(--text-light);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:2px;padding:6px 4px;font-size:.7rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex;position:relative}html.cap-native .bottom-nav-item svg{width:22px;height:22px}html.cap-native .bottom-nav-item.active{color:var(--primary)}html.cap-native .bottom-nav-total{font-size:.75rem;font-weight:800}html.cap-native .bottom-nav-badge{background:var(--error);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:0;right:calc(50% - 20px)}
