.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:flex-end;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:white;width:100%;max-height:90vh;border-radius:16px 16px 0 0;overflow-y:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media (min-width: 768px){.modal-overlay{align-items:center;justify-content:center}.modal-content{max-width:600px;max-height:85vh;border-radius:16px}}.modal-hero{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f5f5f5}.modal-hero.no-image{aspect-ratio:16 / 9}.modal-hero img{width:100%;height:100%;object-fit:cover;display:block}.modal-hero .image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;font-size:3rem}.modal-close{position:absolute;top:calc(.75rem + env(safe-area-inset-top,0px));left:.75rem;width:36px;height:36px;border:none;background:rgba(255,255,255,.95);border-radius:50%;color:#222;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000026;z-index:10}.modal-close:active{background:#f0f0f0;transform:scale(.94)}.modal-body{padding:1.25rem}.modal-body h2{margin:0 0 .5rem;font-size:1.5rem;color:#333}.modal-description{margin:0 0 .375rem;font-size:.9375rem;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.modal-description.expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.modal-description-toggle{display:inline-flex;align-items:center;gap:.3rem;margin:0 0 1rem;padding:.25rem 0;background:none;border:none;color:#333;font-size:.875rem;font-weight:500;cursor:pointer}.modal-description-toggle svg{color:#777}.modal-description-toggle:hover{text-decoration:underline}.out-of-stock-alert{background:#ffebee;border-left:4px solid #f44336;padding:1rem;margin-bottom:1rem;border-radius:4px}.out-of-stock-alert strong{display:block;color:#c62828;font-size:1rem;margin-bottom:.25rem}.out-of-stock-alert p{margin:0;color:#666;font-size:.875rem}.required-indicator{color:#c62828;font-weight:600;margin-left:2px}.validation-error{background:#ffebee;color:#c62828;border-left:4px solid #f44336;padding:.6rem .8rem;margin:0 0 .75rem;border-radius:4px;font-size:.875rem;font-weight:500}.variation-group{margin-bottom:1.25rem}.variation-group h3{margin:0 0 .75rem;font-size:1.0625rem;font-weight:700;color:#222}.variation-options{display:flex;flex-wrap:wrap;gap:.625rem}.variation-option{position:relative;min-width:112px;flex:0 1 auto;padding:.75rem 1.125rem;background:white;border:1.5px solid #e4e4e7;border-radius:10px;font-size:.9375rem;color:#222;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;transition:border-color .15s,background .15s,color .15s}.variation-option:active{transform:scale(.98)}.variation-option.selected{border-color:#007bff;background:#eef5ff;color:#0056b3;font-weight:600}.variation-option .price-adj{font-size:.8125rem;font-weight:500;color:#555}.variation-option.selected .price-adj{color:#0056b3}.variation-group-hint{margin:-.25rem 0 .5rem;font-size:.8125rem;color:#666}.variation-stepper{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .875rem;background:white;border:1.5px solid #e4e4e7;border-radius:10px;margin-bottom:.5rem}.variation-stepper-label{display:flex;flex-direction:column;gap:.15rem;flex:1}.variation-stepper-label .price-adj{font-size:.8125rem;color:#555}.variation-stepper-controls{display:flex;align-items:center;gap:.5rem}.variation-stepper-controls button{width:32px;height:32px;border-radius:8px;border:1.5px solid #d4d4d8;background:white;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.variation-stepper-controls button:disabled{opacity:.4;cursor:not-allowed}.variation-stepper-controls span{min-width:24px;text-align:center;font-weight:600}.modifiers-group{margin-bottom:1.25rem}.modifiers-group h3{margin:0 0 .75rem;font-size:1rem;color:#333}.modifier-item{padding:.75rem .5rem;border-bottom:1px solid #f0f0f0;border-radius:6px;transition:background .12s}.modifier-item.selected{background:#f7faff}.modifier-item:last-child{border-bottom:none}.modifier-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.modifier-info label{display:flex;align-items:center;gap:.75rem;cursor:pointer;flex:1}.modifier-info input[type=checkbox]{width:20px;height:20px;cursor:pointer}.modifier-name{font-size:.9375rem;color:#333}.modifier-price{font-size:.875rem;font-weight:600;color:#007bff}.modifier-quantity{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;padding-left:2rem}.modifier-quantity button{width:32px;height:32px;border:1px solid #e0e0e0;background:white;border-radius:6px;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.modifier-quantity button:disabled{opacity:.4;cursor:not-allowed}.modifier-quantity button:not(:disabled):active{background:#f5f5f5}.modifier-quantity span{min-width:24px;text-align:center;font-weight:600}.special-instructions{margin-bottom:1.5rem}.special-instructions label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#333}.special-instructions textarea{width:100%;min-height:80px;padding:.75rem;border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:.9375rem;resize:vertical}.special-instructions textarea:focus{outline:none;border-color:#007bff}.modal-footer{position:sticky;bottom:0;background:white;padding:.875rem 1rem calc(1rem + env(safe-area-inset-bottom));border-top:1px solid #eee;display:flex;flex-direction:column;gap:.75rem}.footer-top-row{display:flex;justify-content:space-between;align-items:center}.footer-price{font-size:1.375rem;font-weight:700;color:#222}.quantity-controls{display:flex;align-items:center;gap:.75rem}.quantity-controls button{width:34px;height:34px;border:1px solid #e0e0e0;background:#f5f5f5;border-radius:8px;font-size:1.25rem;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-controls button:disabled{opacity:.4;cursor:not-allowed}.quantity-controls button:not(:disabled):active{transform:scale(.94)}.quantity-controls>span{min-width:24px;text-align:center;font-size:1rem;font-weight:600;color:#222}.footer-cta-row{display:flex;gap:.75rem}.footer-btn{flex:1;padding:.9375rem .75rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.footer-btn-secondary{background:white;color:#3b5cff;border:1.5px solid #3b5cff}.footer-btn-secondary:not(.disabled):active{background:#eef1ff}.footer-btn-primary{background:#3b5cff;color:#fff;border:1.5px solid #3b5cff}.footer-btn-full{width:100%;padding:1rem;border-radius:12px;font-size:1rem;font-weight:700}.footer-btn-primary:not(.disabled):active{background:#2f47cc;border-color:#2f47cc}.footer-btn.disabled{opacity:.5;cursor:not-allowed}@media (max-width: 767px){.variation-option,.modifier-info label,.footer-btn{min-height:44px}.modal-close,.quantity-controls button{min-height:34px;min-width:34px}}.cart-bar{position:fixed;left:.75rem;right:.75rem;bottom:calc(.75rem + env(safe-area-inset-bottom));padding:.75rem .875rem .75rem 1rem;background:#007bff;color:#fff;border:0;border-radius:14px;display:flex;align-items:center;gap:.75rem;box-shadow:0 8px 20px #0000002e;cursor:pointer;z-index:100;font-family:inherit;transition:background .15s,transform .12s}.cart-bar:active{background:#0064d9;transform:scale(.99)}.cart-bar.cart-bar-empty{background:#f3f4f6;color:#6c757d;box-shadow:0 4px 10px #0000000f}.cart-bar.cart-bar-empty:active{background:#e9ecef}.cart-bar-badge{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0}.cart-bar-icon{width:22px;height:22px;stroke:currentColor}.cart-bar-badge-count{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#fff;color:#007bff;font-size:.6875rem;font-weight:700;line-height:18px;text-align:center;box-shadow:0 0 0 2px #007bff}.cart-bar-summary{flex:1 1 auto;font-size:.9375rem;font-weight:600;text-align:left;min-width:0}.cart-bar-empty .cart-bar-summary{text-align:left}.cart-bar-dot{display:inline-block;margin:0 .35rem;opacity:.8}.cart-bar-cta-pill{flex-shrink:0;padding:.5rem .875rem;background:#fff;color:#007bff;border-radius:999px;font-size:.875rem;font-weight:700;letter-spacing:.01em}.toast{position:fixed;top:calc(env(safe-area-inset-top,0px) + 1rem);left:50%;transform:translate(-50%);z-index:200;display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:#1f2937;color:#fff;border-radius:999px;font-size:.875rem;font-weight:600;box-shadow:0 8px 24px #00000040;animation:toast-in .18s ease-out;pointer-events:none;white-space:nowrap}.toast-icon{flex-shrink:0}.toast-message{line-height:1.2}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.toast{animation:none}}:root{--header-padding: 1rem;--header-safe-area: env(safe-area-inset-top, 0px);--cart-bar-height: 88px}.menu-browser{min-height:100vh;min-height:100dvh;background:#f5f5f5;padding-bottom:calc(var(--cart-bar-height) + env(safe-area-inset-bottom));overflow-x:clip;position:relative}.menu-header{background:white;padding:1rem;padding-top:calc(1rem + env(safe-area-inset-top,0px));box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;min-height:fit-content;display:flex;align-items:center;gap:.5rem}.header-content{flex:1;text-align:center}.header-content:has(+.member-link){margin-left:5rem}.member-link{flex-shrink:0;width:5rem;text-align:right;font-size:.875rem;font-weight:600;color:#007bff;text-decoration:none;padding:.375rem .5rem;border-radius:6px;white-space:nowrap}.member-link:hover,.member-link:focus{background:rgba(0,123,255,.08);text-decoration:underline}.company-name{margin:0;font-size:1.25rem;font-weight:700;color:#333;line-height:1.3}.table-number{margin:.375rem 0 0;font-size:1rem;color:#007bff;font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.menu-header h1{margin:0;font-size:1.5rem;color:#333}.section-tabs{background:white;border-bottom:1px solid #e0e0e0;position:sticky;top:var(--header-h, 94px);z-index:99;margin-top:0}.section-tabs-scroll{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.section-tabs-scroll::-webkit-scrollbar{display:none}.section-tab{flex-shrink:0;padding:.875rem 1rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.9375rem;font-weight:500;color:#777;cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap}.section-tab.active{color:#007bff;border-bottom-color:#007bff;font-weight:600}.section-tab:active{background:#f5f5f5}.menu-sections{padding:1rem;display:flex;flex-direction:column;gap:1.25rem;max-width:720px;margin:0 auto}.menu-section{scroll-margin-top:calc(var(--header-h, 94px) + var(--tabs-h, 52px) + 12px)}.section-header{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin:0 0 .75rem}.section-title{font-size:1.125rem;font-weight:700;margin:0;color:#222}.section-view-all{background:none;border:none;padding:.25rem 0;color:#007bff;font-size:.875rem;font-weight:500;cursor:pointer}.section-view-all:hover{text-decoration:underline}.section-view-all:active{opacity:.7}.items-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0;margin:0}.item-card{display:flex;flex-direction:row;align-items:stretch;gap:.875rem;padding:.75rem;background:white;border-radius:12px;box-shadow:0 1px 3px #00000014;cursor:pointer;transition:transform .12s,box-shadow .12s;min-height:96px}.item-card:active{transform:scale(.99);box-shadow:0 1px 2px #00000014}.item-card.out-of-stock{opacity:.75;background:#fafafa;cursor:not-allowed}.item-card.out-of-stock:active{transform:none}.item-card-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.item-name{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#333;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-description{margin:.125rem 0 .5rem;font-size:.8125rem;color:#666;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-card-meta{display:flex;align-items:center;gap:.5rem;margin-top:auto}.item-price{font-size:1rem;font-weight:700;color:#007bff}.item-customizable{font-size:.6875rem;color:#666;background:#f5f5f5;padding:.2rem .45rem;border-radius:4px}.item-oos-badge{font-size:.6875rem;font-weight:600;color:#c62828;background:#ffebee;padding:.22rem .5rem;border-radius:999px;letter-spacing:.2px}.item-card-thumb{position:relative;flex:0 0 96px;width:96px;height:96px;border-radius:10px;overflow:hidden;background:#f0f0f0;align-self:center}.item-card-thumb img{width:100%;height:100%;object-fit:cover;display:block}.image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f0f0f0;font-size:2rem}.item-card-add{margin-left:auto;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:#007bff;color:#fff;font-size:1.25rem;font-weight:600;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .12s,background .12s;flex-shrink:0}.item-card-add:active{transform:scale(.94);background:#0056b3}.menu-loading,.menu-error,.menu-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.menu-error button,.menu-empty button{margin-top:1rem;padding:.75rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer}.menu-error button:active{background:#0056b3}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-title{height:1.5rem;width:60%;margin:0 auto .5rem}.skeleton-subtitle{height:.875rem;width:30%;margin:0 auto .25rem}.skeleton-table{height:.875rem;width:20%;margin:0 auto}.skeleton-tab{height:2.5rem;width:80px;flex-shrink:0;margin:.5rem .25rem}.skeleton-section-title{height:1.25rem;width:40%;margin-bottom:.75rem}.skeleton-card{cursor:default}.skeleton-card:active{transform:none}.skeleton-thumb{border-radius:10px}.skeleton-name{height:1rem;width:70%;margin-bottom:.5rem}.skeleton-description{height:.75rem;width:100%;margin-bottom:.75rem}.skeleton-price{height:1rem;width:30%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cart-page{min-height:100vh;min-height:100dvh;background:#f5f5f5;padding-bottom:calc(100px + env(safe-area-inset-bottom));overflow-y:auto}.cart-header{background:white;padding:1rem;padding-top:calc(1rem + env(safe-area-inset-top));box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:100}.back-button{background:none;border:none;font-size:1rem;color:#007bff;cursor:pointer;padding:.5rem;margin:-.5rem;flex-shrink:0}.back-button:active{opacity:.7}.cart-header .header-content{flex:1;text-align:center;display:flex;flex-direction:column;gap:.25rem}.cart-header .company-name{margin:0;font-size:1rem;font-weight:700;color:#333;line-height:1.2}.cart-header .page-title{margin:0;font-size:.75rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.cart-header .cart-item-count{font-size:.75rem;color:#007bff;font-weight:600}.cart-header h1{margin:0;font-size:1.25rem;flex:1}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.empty-cart-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.cart-empty h2{margin:0 0 .5rem;font-size:1.5rem;color:#333}.cart-empty p{margin:0 0 2rem;color:#666}.browse-menu-btn{padding:.875rem 2rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.browse-menu-btn:active{background:#0056b3}.cart-items{padding:1rem}.cart-items h2{margin:0 0 .25rem;font-size:1.25rem;color:#333}.table-info{margin:0 0 1rem;font-size:.875rem;color:#666}.cart-item{background:white;border-radius:12px;padding:1rem;margin-bottom:1rem;display:flex;gap:1rem;position:relative;box-shadow:0 2px 4px #0000001a}.cart-item-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f0f0f0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1;min-width:0}.cart-item-info h3{margin:0 0 .5rem;font-size:1rem;color:#333}.cart-item-variations,.cart-item-modifiers{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.variation-tag,.modifier-tag{font-size:.75rem;padding:.25rem .5rem;background:#e7f3ff;color:#007bff;border-radius:4px}.modifier-tag{background:#f0f0f0;color:#666}.cart-item-instructions{font-size:.8125rem;color:#666;margin:0 0 .75rem;font-style:italic}.cart-item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem}.cart-item-price{font-size:1.125rem;font-weight:700;color:#007bff}.cart-item-quantity{display:flex;align-items:center;gap:.75rem;background:#f5f5f5;padding:.25rem .75rem;border-radius:20px}.cart-item-quantity button{width:28px;height:28px;border:none;background:white;border-radius:50%;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000001a}.cart-item-quantity button:active{transform:scale(.95)}.cart-item-quantity span{min-width:20px;text-align:center;font-weight:600}.cart-item-remove{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;border:none;background:#f5f5f5;border-radius:50%;font-size:1.25rem;line-height:1;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center}.cart-item-remove:active{background:#e0e0e0}.member-section{background:white;padding:1.5rem;margin:1rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.member-section h3{margin:0 0 .5rem;font-size:1.125rem;color:#333}.member-section p{margin:0 0 1rem;font-size:.875rem;color:#666}.member-phone-input-group{position:relative;display:flex;align-items:center}.member-phone-input{width:100%;padding:.875rem 3rem .875rem .875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit}.member-phone-input:focus{outline:none;border-color:#007bff}.clear-phone-btn{position:absolute;right:.5rem;width:32px;height:32px;border:none;background:#f5f5f5;border-radius:50%;font-size:1.5rem;line-height:1;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.clear-phone-btn:hover{background:#e0e0e0}.clear-phone-btn:active{background:#d0d0d0;transform:scale(.95)}.member-hint{margin-top:.5rem!important;font-size:.75rem!important;color:#999!important}.voucher-section{background:white;padding:1.5rem;margin:1rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.voucher-label{display:block;font-size:.875rem;color:#444;margin-bottom:.5rem;font-weight:500}.voucher-input-row{display:flex;gap:.5rem}.voucher-input{flex:1;padding:.875rem;font-size:1rem;font-family:ui-monospace,SFMono-Regular,monospace;border:2px solid #e0e0e0;border-radius:8px;text-transform:uppercase;background:white}.voucher-input:focus{outline:none;border-color:#007bff}.voucher-input:disabled{background:#f5f5f5;color:#666}.voucher-apply-btn,.voucher-clear-btn{padding:0 1.25rem;font-size:.95rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;white-space:nowrap;min-width:90px}.voucher-apply-btn{background:#007bff;color:#fff}.voucher-apply-btn:disabled{background:#b3d4fc;cursor:not-allowed}.voucher-clear-btn{background:#f5f5f5;color:#333;border:1px solid #d0d0d0}.voucher-applied-msg{margin:.6rem 0 0;font-size:.85rem;color:#2e7d32;font-weight:500}.voucher-error-msg{margin:.6rem 0 0;font-size:.85rem;color:#c62828}.voucher-hint{margin:.5rem 0 0;font-size:.75rem;color:#999}.member-lookup-status{margin-top:.75rem;padding:.75rem;border-radius:8px;font-size:.875rem;text-align:center}.member-lookup-status.looking-up{background:#e7f3ff;color:#007bff}.member-details-card{margin-top:1rem;padding:1rem;background:#d4edda;border:2px solid #28a745;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.member-success-icon{width:32px;height:32px;background:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto}.member-info{text-align:center}.member-info p{margin:.25rem 0;font-size:.875rem;color:#155724}.member-name{font-size:1rem!important}.member-tier,.member-discount{font-size:.875rem!important}.member-confirmation{margin:.5rem 0 0!important;padding-top:.5rem;border-top:1px solid #c3e6cb;text-align:center;font-size:.75rem!important;color:#155724!important;font-weight:600}.member-error-message{margin-top:.75rem;padding:.75rem;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;font-size:.875rem;text-align:center}.cart-summary{background:white;padding:1.5rem;margin:1rem;border-radius:12px;box-shadow:0 2px 4px #0000001a}.cart-summary h3{margin:0 0 1rem;font-size:1.125rem;color:#333}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.9375rem;color:#666}.summary-row.discount{color:#28a745}.summary-row.total{border-top:2px solid #e0e0e0;padding-top:1rem;margin-top:.5rem;font-size:1.125rem;font-weight:700;color:#333}.summary-note{margin:1rem 0 0;font-size:.75rem;color:#999;text-align:center}.error-message{background:#fff3cd;border:1px solid #ffc107;color:#856404;padding:1rem;margin:1rem;border-radius:8px;font-size:.875rem}.cart-footer{position:fixed;bottom:0;left:0;right:0;background:white;padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom));box-shadow:0 -2px 8px #0000001a}.submit-order-btn{width:100%;padding:1rem;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s}.submit-order-btn:active{background:#218838}.submit-order-btn:disabled{background:#ccc;cursor:not-allowed}.submit-order-btn.pay-btn{background:#0066cc}.submit-order-btn.pay-btn:active{background:#0052a3}.member-not-found-section{margin-top:1rem}.register-member-btn{width:100%;padding:.75rem;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;margin-top:.75rem}.register-member-btn:active{background:#218838}.member-registration-form{background:#f8f9fa;border:2px solid #28a745;border-radius:8px;padding:1rem;margin-top:1rem}.member-registration-form h4{margin:0 0 .5rem;color:#28a745;font-size:1.1rem}.registration-hint{margin:0 0 1rem;color:#666;font-size:.875rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:500;color:#333;text-align:left}.required-marker{color:#dc3545;margin-left:2px;font-weight:600}.registration-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;box-sizing:border-box}.registration-input:focus{outline:none;border-color:#28a745}.registration-error-message{background:#f8d7da;color:#721c24;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem}.registration-actions{display:flex;gap:.75rem;margin-top:1rem}.cancel-registration-btn{flex:1;padding:.75rem;background:white;color:#666;border:1px solid #ddd;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer}.cancel-registration-btn:active{background:#f5f5f5}.cancel-registration-btn:disabled{opacity:.5;cursor:not-allowed}.submit-registration-btn{flex:1;padding:.75rem;background:#28a745;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer}.submit-registration-btn:active{background:#218838}.submit-registration-btn:disabled{background:#ccc;cursor:not-allowed}@media (min-width: 768px){.cart-page{max-width:600px;margin:0 auto}.cart-footer{max-width:600px;margin:0 auto;left:50%;transform:translate(-50%)}}.confirmation-page{min-height:100vh;background:linear-gradient(to bottom,#e7f3ff 0%,#f5f5f5 40%);padding:2rem 1rem}.confirmation-loading,.confirmation-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.loading-spinner{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.confirmation-error button{margin-top:1rem;padding:.875rem 2rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer}.confirmation-icon{display:flex;justify-content:center;margin-bottom:2rem}.success-checkmark{width:80px;height:80px;background:#28a745;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;box-shadow:0 4px 12px #28a7454d;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.confirmation-content{max-width:500px;margin:0 auto}.confirmation-content h1{margin:0 0 .5rem;font-size:1.75rem;color:#333;text-align:center}.confirmation-message{margin:0 0 2rem;font-size:1rem;color:#666;text-align:center;line-height:1.5}.order-number{background:white;padding:1.5rem;border-radius:12px;text-align:center;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.order-number-label{display:block;font-size:.875rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.order-number-value{display:block;font-size:1.5rem;font-weight:700;color:#007bff;font-family:monospace}.estimated-time{background:#fff3cd;border:2px solid #ffc107;color:#856404;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.time-icon{font-size:1.25rem}.order-summary-box{background:white;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.order-summary-box h3{margin:0 0 1rem;font-size:1.125rem;color:#333}.order-summary-box .summary-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;font-size:.9375rem;color:#666}.order-summary-box .summary-row.discount{color:#28a745}.order-summary-box .summary-row.total{border-top:2px solid #e0e0e0;padding-top:1rem;margin-top:.5rem;font-size:1.25rem;font-weight:700;color:#333}.savings-banner{background:linear-gradient(135deg,#28a745 0%,#20c997 100%);color:#fff;padding:1rem;border-radius:8px;margin-top:1rem;text-align:center;font-weight:600}.order-status-box{background:white;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.order-status-box h3{margin:0 0 1rem;font-size:1.125rem;color:#333}.status-indicator{text-align:center;margin-bottom:1rem}.status-badge{display:inline-block;padding:.75rem 1.5rem;border-radius:20px;font-weight:600;font-size:1rem}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.confirmed{background:#d1ecf1;color:#0c5460}.status-badge.preparing,.status-badge.ready{background:#d4edda;color:#155724}.status-text{margin:0;font-size:.9375rem;color:#666;text-align:center;line-height:1.5}.confirmation-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.track-order-btn,.new-order-btn{width:100%;padding:1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer}.track-order-btn{background:#007bff;color:#fff}.track-order-btn:active{background:#0056b3}.new-order-btn{background:white;color:#007bff;border:2px solid #007bff}.new-order-btn:active{background:#f0f0f0}.thank-you{text-align:center;font-size:1.125rem;color:#666;margin:2rem 0 0}@media (min-width: 768px){.confirmation-page{padding:3rem 2rem}.confirmation-actions{flex-direction:row}.track-order-btn,.new-order-btn{flex:1}}.payment-status-banner{margin:0 auto 1rem;padding:.75rem 1rem;border-radius:8px;text-align:center;max-width:600px;font-weight:500}.payment-status-banner.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.payment-status-banner.failure{background:#fff3cd;color:#856404;border:1px solid #ffeeba}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#333;background:#fff}#root{min-height:100%}button,input,textarea{font-family:inherit}button,a{-webkit-tap-highlight-color:rgba(0,0,0,.1)}img{max-width:100%;height:auto}html{scroll-behavior:smooth}*:focus-visible{outline:2px solid #007bff;outline-offset:2px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}
