*,:before,:after{box-sizing:border-box}body{margin:0}#root{min-height:100svh}.phone-verification{--pv-title:#1a1a1a;--pv-text:#666;--pv-border:#d1d5db;--pv-accent:#2563eb;--pv-accent-hover:#1d4ed8;--pv-accent-disabled:#93c5fd;--pv-bg:#f0f2f5;--pv-card:#fff;background:var(--pv-bg);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;font-family:system-ui,-apple-system,sans-serif;display:flex}.phone-verification__header{align-items:center;width:100%;max-width:400px;padding:0 0 1rem;display:flex}.phone-verification__back{width:44px;height:44px;color:var(--pv-title);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:24px;display:flex}.phone-verification__back:hover{background:#0000000d}.phone-verification__main{background:var(--pv-card);box-sizing:border-box;border-radius:12px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 24px #0000001a}.phone-verification__title{color:var(--pv-title);margin:0 0 .25rem;font-size:1.75rem;font-weight:700;line-height:1.2}.phone-verification__subtitle{color:var(--pv-text);margin:0 0 2rem;font-size:.9rem;line-height:1.5}.phone-verification__input-wrap{margin-bottom:24px}.phone-verification__input-wrap .PhoneInput{--PhoneInput-color--focus:var(--pv-accent);--PhoneInputCountryFlag-borderColor--focus:var(--pv-accent);--PhoneInputCountrySelectArrow-color--focus:var(--pv-accent);align-items:stretch;gap:12px;display:flex}.phone-verification__input-wrap .PhoneInputCountry{border:1px solid var(--pv-border);background:var(--pv-card);border-radius:8px;margin-right:0;padding:12px}.phone-verification__input-wrap .PhoneInputInput{color:var(--pv-title);background:var(--pv-card);border:1px solid var(--pv-border);border-radius:8px;outline:none;flex:1;min-width:0;padding:.65rem .9rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.phone-verification__input-wrap .PhoneInputInput::placeholder{color:#9ca3af}.phone-verification__input-wrap .PhoneInputInput:focus,.phone-verification__input-wrap .PhoneInput--focus .PhoneInputInput{border-color:var(--pv-accent);box-shadow:0 0 0 2px #2563eb33}.phone-verification__input-wrap .PhoneInput--focus .PhoneInputCountry{border-color:var(--pv-accent)}.phone-verification__continue{letter-spacing:.02em;color:#fff;background:var(--pv-accent);cursor:pointer;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:background .2s}.phone-verification__continue:hover:not(:disabled){background:var(--pv-accent-hover)}.phone-verification__continue:disabled{background:var(--pv-accent-disabled);cursor:not-allowed}.phone-verification__continue:focus-visible{outline:2px solid var(--pv-accent);outline-offset:2px}.phone-verification__error{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:8px;margin:0 0 1rem;padding:.65rem .9rem;font-size:.875rem}.phone-verification__phone-highlight{color:var(--pv-title);font-weight:600}.phone-verification__otp-row{justify-content:center;gap:10px;margin-bottom:20px;display:flex}.phone-verification__otp-input{text-align:center;width:48px;height:56px;color:var(--pv-title);background:var(--pv-card);border:1px solid var(--pv-border);border-radius:8px;outline:none;font-size:24px;font-weight:600;transition:border-color .2s,box-shadow .2s}.phone-verification__otp-input:focus{border-color:var(--pv-accent);box-shadow:0 0 0 2px #2563eb33}.phone-verification__resend{color:var(--pv-text);margin:0 0 20px;font-size:15px}.phone-verification__resend-link{font-size:inherit;color:var(--pv-accent);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none}.phone-verification__resend-link:hover:not(:disabled){text-decoration:underline}.phone-verification__resend-link:disabled{opacity:.7;cursor:not-allowed}.profile-setup__input{width:100%;color:var(--pv-title);background:var(--pv-card);border:1px solid var(--pv-border);box-sizing:border-box;border-radius:8px;outline:none;padding:.65rem .9rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.profile-setup__input::placeholder{color:#9ca3af}.profile-setup__input:focus{border-color:var(--pv-accent);box-shadow:0 0 0 2px #2563eb33}@media (width<=480px){.phone-verification__main{box-shadow:none;border-radius:0;min-height:100vh;padding:2rem 1.25rem}.phone-verification{justify-content:flex-start;align-items:stretch}}.checkout{--accent:#2563eb;--accent-hover:#1d4ed8;--bg:#f0f2f5;--card:#fff;--title:#1a1a1a;--body:#444;--muted:#888;--border:#e5e7eb;--danger:#ef4444;background:var(--bg);min-height:100vh;color:var(--title);text-align:left;flex-direction:column;font-family:system-ui,-apple-system,sans-serif;display:flex}.checkout__header{z-index:100;background:#111;align-items:center;gap:.75rem;height:56px;padding:0 1rem;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #00000040}.checkout__back-btn{cursor:pointer;color:#fff;background:0 0;border:none;flex-shrink:0;padding:.25rem .5rem .25rem 0;font-size:1.375rem;line-height:1}.checkout__header-brand{align-items:center;gap:.5rem;display:flex}.checkout__brand-text{flex-direction:column;line-height:1;display:flex}.checkout__brand-line{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:900}.checkout__header-sub{color:#aaa;margin:0;font-size:.72rem}.checkout__scroll{flex-direction:column;flex:1;gap:.5rem;padding:.75rem 0 7rem;display:flex;overflow-y:auto}.checkout__section{background:var(--card);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.1rem 1rem}.checkout__section-head{align-items:center;gap:.5rem;margin-bottom:.875rem;display:flex}.checkout__section-icon{font-size:1.1rem}.checkout__section-title{color:var(--title);font-size:1rem;font-weight:700}.checkout__section-head-row{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.checkout__search-wrap{border:1.5px solid var(--border);background:#f9fafb;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem .875rem;transition:border-color .15s;display:flex}.checkout__search-wrap:focus-within{border-color:var(--accent);background:#fff}.checkout__search-icon{color:var(--muted);flex-shrink:0;font-size:1rem}.checkout__search-input{color:var(--title);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:.9rem}.checkout__search-input::placeholder{color:#aaa}.checkout__search-clear{cursor:pointer;color:var(--muted);background:0 0;border:none;flex-shrink:0;padding:0;font-size:.8rem;line-height:1}.checkout__search-clear:hover{color:var(--title)}.checkout__link-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.875rem;font-weight:600}.checkout__note-input{border:1px solid var(--border);width:100%;color:var(--title);box-sizing:border-box;background:#f9fafb;border-radius:10px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.checkout__note-input:focus{border-color:var(--accent);background:#fff}.checkout__note-input::placeholder{color:#aaa}.checkout__time-select{border:1.5px solid var(--border);width:100%;color:var(--title);appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 1rem center no-repeat;border-radius:10px;padding:.75rem 1rem;font-size:.9rem;transition:border-color .15s}.checkout__time-select:focus{border-color:var(--accent);outline:none}.checkout__slots-empty{color:var(--muted);text-align:center;margin:0;padding:.75rem 0;font-size:.875rem}.checkout__slots{flex-direction:column;gap:.5rem;display:flex}.checkout__slot-card{border:1.5px solid var(--border);cursor:pointer;text-align:left;background:#fff;border-radius:10px;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;transition:border-color .15s;display:flex}.checkout__slot-card--active{border-color:var(--accent);background:#eff6ff}.checkout__slot-date{color:var(--title);min-width:70px;font-size:.875rem;font-weight:700}.checkout__slot-time{color:var(--body);flex:1;font-size:.875rem}.checkout__slot-check{background:var(--accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:700;display:flex}.checkout__items{flex-direction:column;gap:.875rem;margin-bottom:.5rem;display:flex}.checkout__item-row{align-items:flex-start;gap:.875rem;display:flex}.checkout__item-qty-badge{border:1.5px solid var(--border);width:26px;min-width:26px;height:26px;color:var(--title);border-radius:50%;justify-content:center;align-items:center;margin-top:1px;font-size:.8rem;font-weight:700;display:flex}.checkout__item-info{flex-direction:column;flex:1;gap:.15rem;display:flex}.checkout__item-name{color:var(--title);font-size:.95rem;font-weight:600}.checkout__item-tags{color:var(--muted);font-size:.78rem}.checkout__item-price{color:var(--title);white-space:nowrap;font-size:.9rem;font-weight:600}.checkout__divider{border:none;border-top:1px solid var(--border);margin:.875rem 0}.checkout__price-row{color:var(--body);justify-content:space-between;align-items:center;padding:.2rem 0;font-size:.9rem;display:flex}.checkout__price-row:first-of-type{color:var(--title);font-weight:600}.checkout__payment-row{gap:.75rem;display:flex}.checkout__payment-card{border:1.5px solid var(--border);cursor:pointer;color:var(--body);text-align:center;background:#fff;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:.4rem;padding:.875rem .5rem;font-size:.875rem;font-weight:600;transition:border-color .15s,color .15s,background .15s;display:flex}.checkout__payment-card input[type=radio]{display:none}.checkout__payment-card--active{border-color:var(--accent);color:var(--accent);background:#eff6ff}.checkout__payment-icon{font-size:1.5rem}.checkout__footer{background:var(--card);border-top:1px solid var(--border);z-index:100;flex-direction:column;gap:.625rem;padding:.875rem 1rem 1.25rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000012}.checkout__footer-total{justify-content:space-between;align-items:center;display:flex}.checkout__footer-label{color:var(--body);font-size:.95rem}.checkout__footer-amount{color:var(--title);font-size:1.15rem;font-weight:700}.checkout__place-btn{background:var(--accent);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:100px;width:100%;padding:.9rem;font-size:1rem;font-weight:700;transition:background .15s}.checkout__place-btn:hover:not(:disabled){background:var(--accent-hover)}.checkout__place-btn:disabled{cursor:not-allowed;background:#93c5fd}.checkout__error{color:var(--danger);text-align:center;margin:0;font-size:.8rem}.checkout--success{text-align:center;justify-content:center;align-items:center;gap:1rem;padding:2rem}.checkout__success-icon{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;font-size:2.25rem;display:flex}.checkout--success h2{color:var(--title);margin:0;font-size:1.5rem;font-weight:700}.checkout--success p{color:var(--body);margin:0;font-size:.95rem;line-height:1.6}.checkout__address-field-wrap{margin-bottom:.75rem;position:relative}.checkout__suggestions{background:var(--card);border:1px solid var(--border);z-index:200;border-radius:10px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 6px 24px #0000001a}.checkout__suggestion-item{cursor:pointer;border-bottom:1px solid var(--border);align-items:flex-start;gap:.625rem;padding:.7rem .875rem;transition:background .1s;display:flex}.checkout__suggestion-item:last-child{border-bottom:none}.checkout__suggestion-item:hover{background:#eff6ff}.checkout__suggestion-pin{flex-shrink:0;margin-top:1px;font-size:.9rem}.checkout__suggestion-text{color:var(--body);font-size:.875rem;line-height:1.4}.checkout__payment-qr-badge{border:1.5px solid var(--accent);color:var(--accent);background:#eff6ff;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1.125rem;font-size:.9rem;font-weight:600;display:inline-flex}.checkout__scroll--qr{align-items:center;gap:1.25rem;padding-top:1.5rem}.checkout__section--qr{width:100%;max-width:480px}.checkout__qr-success{text-align:center;padding:0 1rem}.checkout__qr-check{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.75rem;font-size:1.4rem;display:inline-flex}.checkout__qr-title{color:var(--title);margin:0 0 .375rem;font-size:1.25rem;font-weight:700}.checkout__qr-sub{color:var(--body);margin:0;font-size:.875rem;line-height:1.5}.checkout__qr-image{object-fit:contain;border-radius:12px;width:220px;height:220px}.checkout__receipt-upload{width:100%}.checkout__receipt-label{border:1.5px dashed var(--border);text-align:center;width:100%;color:var(--body);cursor:pointer;box-sizing:border-box;background:#f9fafb;border-radius:12px;padding:.85rem 1rem;font-size:.875rem;transition:border-color .15s,background .15s;display:block}.checkout__receipt-label:hover{border-color:var(--accent);color:var(--accent);background:#eff6ff}.checkout__receipt-input{display:none}@media (width>=480px){.checkout__footer{border-radius:0;max-width:480px;left:50%;transform:translate(-50%)}}.ostatus{color:#1a1a1a;background:#f7f8fa;flex-direction:column;height:100dvh;font-family:system-ui,-apple-system,sans-serif;display:flex}.ostatus__scroll{flex-direction:column;flex:1;gap:.75rem;padding:0 1rem 1rem;display:flex;overflow-y:auto}.ostatus__header{z-index:10;background:#fff;border-bottom:1px solid #e8e8e8;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex;position:sticky;top:0}.ostatus__back-btn{cursor:pointer;color:#333;background:0 0;border:none;padding:.25rem .5rem;font-size:1.25rem;line-height:1}.ostatus__header-brand{align-items:center;gap:.5rem;display:flex}.ostatus__brand-text{flex-direction:column;line-height:1;display:flex}.ostatus__brand-line{color:#000;letter-spacing:.08em;text-transform:uppercase;font-size:.65rem;font-weight:900}.ostatus__contact{text-align:center;background:#fffbeb;border:1.5px solid #fcd34d;border-radius:10px;margin:0 1rem;padding:1rem 1.25rem}.ostatus__contact-text{color:#92400e;margin:0;font-size:.85rem;font-weight:500}.ostatus__contact-number{color:#92400e;cursor:pointer;-webkit-user-select:all;user-select:all;font-weight:800;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.ostatus__contact-number:active{color:#2563eb}.ostatus__hero{text-align:center;padding:1.5rem 1rem .75rem}.ostatus__order-id{color:#000;background:#f0f0f0;border-radius:6px;margin:0 0 .375rem;padding:3px 10px;font-family:monospace;font-size:1rem;font-weight:700;display:inline-block}.ostatus__status-msg{color:#555;margin:0;font-size:.95rem}.ostatus__section{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:1rem 1.125rem}.ostatus__section-title{color:#000;text-align:left;margin:0 0 .25rem;font-size:.875rem;font-weight:700}.ostatus__customer-name{color:#888;text-align:left;margin:0 0 .75rem;font-size:.8rem}.ostatus__stepper{justify-content:space-between;align-items:flex-start;padding:.25rem 0;display:flex;position:relative}.ostatus__step{flex:1;align-items:flex-start;display:flex;position:relative}.ostatus__step-inner{flex-direction:column;flex:none;align-items:center;gap:.4rem;width:100%;display:flex}.ostatus__line{z-index:0;background:#e0e0e0;width:100%;height:3px;position:absolute;top:20px;left:-50%;right:50%;transform:translate(-50%)}.ostatus__step:not(:first-child) .ostatus__line{width:calc(100% - 40px);height:3px;position:absolute;top:20px;left:0;right:0;transform:translate(-50%)translate(20px)}.ostatus__line--done{background:#000}.ostatus__circle{z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:700;transition:background .25s,border-color .25s;display:flex;position:relative}.ostatus__circle--active{color:#fff;background:#000;border:3px solid #000;box-shadow:0 0 0 4px #00000014}.ostatus__circle--done{color:#fff;background:#000;border:3px solid #000;font-size:1rem}.ostatus__circle--pending{color:#bbb;background:#f0f0f0;border:3px solid #e0e0e0}.ostatus__step-label{text-align:center;font-size:.7rem;font-weight:600;line-height:1.2}.ostatus__step-label--active{color:#000}.ostatus__step-label--done{color:#555}.ostatus__step-label--pending{color:#bbb}.ostatus__info-row{border-bottom:1px solid #f3f3f3;align-items:flex-start;gap:.625rem;padding:.5rem 0;display:flex}.ostatus__info-row:last-child{border-bottom:none}.ostatus__info-icon{flex-shrink:0;margin-top:1px;font-size:1rem}.ostatus__info-text{text-align:left;flex-direction:column;gap:2px;display:flex}.ostatus__info-label{color:#aaa;text-transform:uppercase;letter-spacing:.06em;text-align:left;font-size:.7rem;font-weight:600}.ostatus__info-value{color:#1a1a1a;text-align:left;font-size:.875rem;font-weight:500}.ostatus__items{flex-direction:column;gap:.5rem;margin-bottom:.75rem;display:flex}.ostatus__item-row{align-items:flex-start;gap:.5rem;display:flex}.ostatus__item-qty{color:#888;min-width:24px;padding-top:1px;font-size:.8rem;font-weight:700}.ostatus__item-info{flex-direction:column;flex:1;gap:2px;display:flex}.ostatus__item-name{color:#1a1a1a;text-align:left;font-size:.875rem;font-weight:600}.ostatus__item-tags{color:#999;text-align:left;font-size:.75rem}.ostatus__item-price{color:#1a1a1a;white-space:nowrap;font-size:.875rem;font-weight:600}.ostatus__divider{border:none;border-top:1px solid #f0f0f0;margin:.5rem 0}.ostatus__price-row{color:#555;justify-content:space-between;padding:.2rem 0;font-size:.875rem;display:flex}.ostatus__price-row--total{color:#000;border-top:1px solid #f0f0f0;margin-top:.25rem;padding-top:.5rem;font-size:1rem;font-weight:700}.ostatus__order-more-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:#000;border:none;border-radius:12px;width:calc(100% - 2rem);margin:0 1rem;padding:.875rem;font-size:1rem;font-weight:700;display:block}.ostatus__order-more-btn:active{background:#333}.menu{--accent:#2563eb;--accent-hover:#1d4ed8;--bg:#f0f2f5;--card:#fff;--title:#1a1a1a;--body:#444;--muted:#888;--border:#e5e7eb;background:var(--bg);min-height:100vh;color:var(--title);text-align:left;flex-direction:column;font-family:system-ui,-apple-system,sans-serif;display:flex}.menu__header{color:#fff;z-index:100;background:#111;padding:0 1rem;position:sticky;top:0;box-shadow:0 2px 8px #00000040}.menu__header-inner{justify-content:space-between;align-items:center;height:56px;display:flex}.menu__brand{align-items:center;gap:.625rem;display:flex}.menu__brand-text{flex-direction:column;gap:1px;line-height:1;display:flex}.menu__brand-line{letter-spacing:.02em;color:#fff;text-transform:uppercase;font-family:Impact,Arial Narrow,Franklin Gothic Medium,sans-serif;font-size:.95rem;font-weight:900}.menu__greeting{color:#aaa;margin:0;padding:0 0 .6rem;font-size:.75rem}.menu__greeting strong{color:#ddd}.menu__logout{color:#888;cursor:pointer;background:0 0;border:1px solid #333;border-radius:6px;padding:.3rem .75rem;font-size:.75rem;transition:border-color .15s,color .15s}.menu__logout:hover{color:#ccc;border-color:#555}.menu__tabs{background:var(--card);border-bottom:2px solid var(--border);scrollbar-width:none;z-index:90;gap:0;padding:0 1rem;display:flex;position:sticky;top:56px;overflow-x:auto}.menu__tabs::-webkit-scrollbar{display:none}.menu__tab{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.875rem 1.25rem;font-size:.9rem;font-weight:600;transition:color .15s,border-color .15s}.menu__tab:hover{color:var(--title)}.menu__tab--active{color:var(--accent);border-bottom-color:var(--accent)}.menu__body{box-sizing:border-box;text-align:left;flex:1;width:100%;padding:1.25rem 1rem 6rem}.menu__category-label{color:var(--title);margin:0 0 .875rem;font-size:1.1rem;font-weight:700}.menu__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.menu__card{background:var(--card);border:1px solid var(--border);border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:box-shadow .15s;display:flex;box-shadow:0 1px 4px #0000000d}.menu__card:hover{box-shadow:0 4px 16px #00000014}.menu__card-img{background:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;width:72px;min-width:72px;height:72px;font-size:2rem;display:flex;overflow:hidden}.menu__card-img img{object-fit:cover;width:100%;height:100%}.menu__card-info{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.menu__card-name{color:var(--title);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.menu__card-desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.menu__card-price{color:var(--accent);margin:.2rem 0 0;font-size:.95rem;font-weight:700}.menu__card-action{flex-shrink:0}.menu__add-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.375rem;line-height:1;transition:background .15s,transform .1s;display:flex}.menu__add-btn:hover{background:var(--accent-hover);transform:scale(1.08)}.menu__sold-out{color:#aaa;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;background:#f3f3f3;border-radius:20px;padding:.3rem .625rem;font-size:.72rem;font-weight:700;display:inline-block}.menu__qty{align-items:center;gap:.4rem;display:flex}.menu__qty button{border:1.5px solid var(--accent);width:30px;height:30px;color:var(--accent);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;transition:background .15s,color .15s;display:flex}.menu__qty button:hover{background:var(--accent);color:#fff}.menu__qty span{text-align:center;min-width:20px;color:var(--title);font-size:.95rem;font-weight:700}.menu__qty--sm button{width:26px;height:26px;font-size:1rem}.menu__loading{color:var(--muted);flex-direction:column;align-items:center;gap:1rem;padding:3rem 0;display:flex}.menu__spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.menu__empty{color:var(--muted);flex-direction:column;align-items:center;gap:.5rem;padding:3rem 0;font-size:.95rem;display:flex}.menu__empty span{font-size:2.5rem}.menu__cart-fab{background:var(--accent);color:#fff;cursor:pointer;z-index:200;white-space:nowrap;border:none;border-radius:100px;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .15s,box-shadow .15s,transform .1s;display:flex;position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);box-shadow:0 6px 24px #2563eb73}.menu__cart-fab:hover{background:var(--accent-hover);transform:translate(-50%)translateY(-1px);box-shadow:0 8px 28px #2563eb80}.menu__cart-fab-count{background:#ffffff40;border-radius:100px;padding:.15rem .5rem;font-size:.8rem}.menu__cart-fab-label{flex:1}.menu__cart-fab-total{font-weight:700}.menu__overlay{z-index:300;background:#00000073;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.menu__drawer{background:var(--card);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-width:640px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 -8px 40px #0003}.menu__drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.25rem 1rem;display:flex}.menu__drawer-header h2{color:var(--title);margin:0;font-size:1.1rem;font-weight:700}.menu__drawer-header button{cursor:pointer;width:30px;height:30px;color:var(--body);background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.875rem;display:flex}.menu__drawer-list{flex-direction:column;flex:1;gap:.875rem;margin:0;padding:.75rem 1.25rem;list-style:none;display:flex;overflow-y:auto}.menu__drawer-item{justify-content:space-between;align-items:center;gap:1rem;display:flex}.menu__drawer-item-info{flex-direction:column;flex:1;gap:.1rem;display:flex}.menu__drawer-item-name{color:var(--title);font-size:.9rem;font-weight:600}.menu__drawer-item-price{color:var(--muted);font-size:.8rem}.menu__drawer-footer{border-top:1px solid var(--border);flex-direction:column;gap:.875rem;padding:1rem 1.25rem 1.5rem;display:flex}.menu__drawer-total{color:var(--title);justify-content:space-between;font-size:1rem;font-weight:700;display:flex}.menu__checkout-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;padding:.875rem;font-size:1rem;font-weight:700;transition:background .15s}.menu__checkout-btn:hover{background:var(--accent-hover)}.menu__custom-sheet{background:var(--card);border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-width:640px;max-height:92vh;display:flex;overflow:hidden;box-shadow:0 -8px 40px #00000040}.menu__custom-hero{background:#f3f4f6;flex-shrink:0;width:100%;height:220px;position:relative;overflow:hidden}.menu__custom-hero img{object-fit:cover;width:100%;height:100%}.menu__custom-hero-emoji{justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem;display:flex}.menu__custom-close{color:#fff;cursor:pointer;z-index:1;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;display:flex;position:absolute;top:.75rem;left:.75rem}.menu__custom-body{flex:1;padding:1.25rem 1.25rem 0;overflow-y:auto}.menu__custom-title-row{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;display:flex}.menu__custom-name{color:var(--title);margin:0;font-size:1.25rem;font-weight:700}.menu__custom-base-price{color:var(--title);white-space:nowrap;font-size:1.25rem;font-weight:700}.menu__custom-desc{color:var(--muted);margin:0 0 .25rem;font-size:.875rem;line-height:1.5}.menu__custom-divider{border:none;border-top:1px solid var(--border);margin:1rem 0}.menu__custom-section{margin-bottom:.25rem}.menu__custom-section-header{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.menu__custom-section-title{color:var(--title);font-size:1rem;font-weight:700}.menu__custom-badge{color:var(--muted);border:1px solid var(--border);background:#f3f4f6;border-radius:100px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.menu__custom-badge--required{color:var(--accent);background:#eff6ff;border-color:#bfdbfe}.menu__custom-option{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:.875rem;padding:.75rem 0;display:flex}.menu__custom-option:last-child{border-bottom:none}.menu__custom-option input[type=radio]{display:none}.menu__custom-radio{border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;transition:border-color .15s;display:flex}.menu__custom-option input[type=radio]:checked+.menu__custom-radio{border-color:var(--accent);background:var(--accent);box-shadow:inset 0 0 0 3px #fff}.menu__custom-option-label{color:var(--title);flex:1;font-size:.95rem}.menu__custom-note{border:1px solid var(--border);width:100%;color:var(--title);resize:none;box-sizing:border-box;background:#fafafa;border-radius:10px;outline:none;padding:.75rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .15s}.menu__custom-note:focus{border-color:var(--accent);background:#fff}.menu__custom-note::placeholder{color:#aaa}.menu__custom-footer{border-top:1px solid var(--border);background:var(--card);flex-shrink:0;align-items:center;gap:1rem;padding:1rem 1.25rem 1.5rem;display:flex}.menu__qty--lg button{width:36px;height:36px;font-size:1.2rem}.menu__qty--lg span{min-width:24px;font-size:1.1rem}.menu__custom-add-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:1;padding:.875rem;font-size:.95rem;font-weight:700;transition:background .15s}.menu__custom-add-btn:hover:not(:disabled){background:var(--accent-hover)}.menu__custom-add-btn:disabled{cursor:not-allowed;background:#93c5fd}.menu__drawer-item-tags{color:var(--muted);font-size:.75rem}@media (width>=640px){.menu__body{max-width:600px;padding:1.5rem 1.5rem 6rem}.menu__card-img{width:88px;min-width:88px;height:88px}}.splash{z-index:9999;opacity:1;background:#000;justify-content:center;align-items:center;transition:opacity .5s;display:flex;position:fixed;inset:0}.splash--fade{opacity:0}.splash__content{flex-direction:column;align-items:center;gap:1rem;display:flex}.splash__brand{flex-direction:column;align-items:center;gap:2px;line-height:1;display:flex}.splash__brand-line{color:#fff;letter-spacing:.12em;text-transform:uppercase;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:900}.splash__spinner{background:#fff;border-radius:50%;width:6px;height:6px;margin-top:.5rem;animation:1s ease-in-out infinite splash-pulse}@keyframes splash-pulse{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}
