.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-header{position:sticky;top:0;background:white;padding:1rem;display:flex;justify-content:flex-end;border-bottom:1px solid #e0e0e0;z-index:10}.modal-close{width:36px;height:36px;border:none;background:#f5f5f5;border-radius:50%;font-size:1.5rem;line-height:1;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-close:active{background:#e0e0e0}.modal-image{width:100%;aspect-ratio:4/3;overflow:hidden;background:#f0f0f0}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-body{padding:1.5rem}.modal-body h2{margin:0 0 .5rem;font-size:1.5rem;color:#333}.modal-description{margin:0 0 1rem;font-size:.9375rem;color:#666;line-height:1.5}.modal-base-price{margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;color:#007bff}.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}.variation-group{margin-bottom:1.5rem}.variation-group h3{margin:0 0 .75rem;font-size:1rem;color:#333}.variation-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.variation-option{padding:.75rem;background:white;border:2px solid #e0e0e0;border-radius:8px;font-size:.875rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.25rem;transition:all .2s}.variation-option:active{transform:scale(.97)}.variation-option.selected{border-color:#007bff;background:#e7f3ff;color:#007bff}.variation-option .price-adj{font-size:.75rem;font-weight:600}.modifiers-group{margin-bottom:1.5rem}.modifiers-group h3{margin:0 0 .75rem;font-size:1rem;color:#333}.modifier-item{padding:.875rem 0;border-bottom:1px solid #f0f0f0}.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}.quantity-selector{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;font-size:1rem;font-weight:600}.quantity-controls{display:flex;align-items:center;gap:1rem;background:#f5f5f5;padding:.5rem 1rem;border-radius:8px}.quantity-controls button{width:32px;height:32px;border:none;background:white;border-radius:6px;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000001a}.quantity-controls button:active{transform:scale(.95)}.quantity-controls span{min-width:32px;text-align:center;font-size:1.125rem}.modal-footer{position:sticky;bottom:0;background:white;padding:1rem;border-top:1px solid #e0e0e0}.add-to-cart-btn{width:100%;padding:1rem;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s}.add-to-cart-btn:active{background:#0056b3}.add-to-cart-btn.disabled{opacity:.5;cursor:not-allowed;background:#999}.add-to-cart-btn:not(.disabled){cursor:pointer}@media (max-width: 767px){button,.variation-option,.modifier-info label{min-height:44px;min-width:44px}}.cart-button-fixed{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom));left:1rem;right:1rem;padding:1rem 1.25rem;background:#007bff;color:#fff;border:none;border-radius:12px;box-shadow:0 4px 12px #007bff4d;cursor:pointer;z-index:100;transition:transform .2s,box-shadow .2s}.cart-button-fixed:active{transform:scale(.98);box-shadow:0 2px 8px #007bff4d}.cart-button-fixed.cart-button-empty{background:#f8f9fa;color:#6c757d;box-shadow:0 2px 8px #0000001a;border:1px dashed #dee2e6}.cart-button-fixed.cart-button-empty:active{background:#e9ecef;box-shadow:0 1px 4px #0000001a}.cart-button-fixed.cart-button-empty .cart-icon{stroke:#6c757d}.cart-empty-text{font-size:.75rem;opacity:.8}.cart-button-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-icon-wrapper{position:relative;display:flex;align-items:center}.cart-icon{width:24px;height:24px}.cart-badge{position:absolute;top:-8px;right:-8px;background:#dc3545;color:#fff;font-size:.75rem;font-weight:700;padding:.125rem .375rem;border-radius:10px;min-width:20px;text-align:center;box-shadow:0 2px 4px #0003}.cart-text{display:flex;flex-direction:column;align-items:flex-end;flex:1}.cart-label{font-size:.875rem;font-weight:500;opacity:.9}.cart-total{font-size:1.125rem;font-weight:700}@media (min-width: 768px){.cart-button-fixed{max-width:400px;left:auto;right:2rem}}:root{--header-padding: 1rem;--header-safe-area: env(safe-area-inset-top, 0px);--cart-button-height: 80px}.menu-browser{min-height:100vh;min-height:100dvh;background:#f5f5f5;padding-bottom:calc(var(--cart-button-height) + env(safe-area-inset-bottom));overflow-x:hidden;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}.header-content{text-align:center}.company-name{margin:0;font-size:1.25rem;font-weight:700;color:#333;line-height:1.3}.menu-title{margin:.25rem 0 0;font-size:.875rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.table-number{margin:.25rem 0 0;font-size:.875rem;color:#007bff;font-weight:600}.menu-header h1{margin:0;font-size:1.5rem;color:#333}.section-tabs{background:white;border-bottom:1px solid #e0e0e0;position:sticky;top:94px;z-index:99;margin-top:0}@supports (padding: env(safe-area-inset-top)){.section-tabs{top:calc(env(safe-area-inset-top,0px) + 94px)}}.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:1rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s;white-space:nowrap}.section-tab.active{color:#007bff;border-bottom-color:#007bff}.section-tab:active{background:#f5f5f5}.items-container{padding:1rem}.section-title{font-size:1.25rem;margin:0 0 1rem;color:#333}.items-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 480px){.items-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.items-grid{grid-template-columns:repeat(3,1fr)}}.item-card{background:white;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 4px #0000001a}.item-card:active{transform:scale(.98);box-shadow:0 1px 2px #0000001a}.item-card.out-of-stock{opacity:.8;background:#fafafa}.item-card.out-of-stock:active{transform:none;box-shadow:0 2px 4px #0000001a}.item-image{width:100%;aspect-ratio:4/3;overflow:hidden;background:#f0f0f0;position:relative}.item-image img{width:100%;height:100%;object-fit:cover}.out-of-stock-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:5}.out-of-stock-label{background:rgba(244,67,54,.95);color:#fff;padding:.5rem 1rem;border-radius:4px;font-weight:600;font-size:.875rem;text-align:center;box-shadow:0 2px 8px #0000004d}.item-info{padding:.875rem}.item-name{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:#333;line-height:1.3}.item-description{margin:0 0 .75rem;font-size:.8125rem;color:#666;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.item-price{font-size:1.125rem;font-weight:700;color:#007bff}.item-customizable{font-size:.75rem;color:#666;background:#f5f5f5;padding:.25rem .5rem;border-radius:4px}.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:1rem}.skeleton-card{cursor:default}.skeleton-card:active{transform:none}.skeleton-image{width:100%;aspect-ratio:4/3;border-radius:0}.skeleton-name{height:1rem;width:80%;margin-bottom:.5rem}.skeleton-description{height:.75rem;width:100%;margin-bottom:.75rem}.skeleton-price{height:1.125rem;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}.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}.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}}
