.pwa-install-prompt{position:fixed;bottom:20px;left:20px;right:20px;max-width:400px;margin:0 auto;background:var(--card-bg);border-radius:12px;box-shadow:0 4px 16px var(--shadow);z-index:9999;padding:16px}.pwa-install-prompt__close{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:none;font-size:24px;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center}.pwa-install-prompt__content{display:flex;align-items:center;gap:12px}.pwa-install-prompt__icon{font-size:40px}.pwa-install-prompt__text{flex:1}.pwa-install-prompt__text h4{margin:0 0 4px;font-size:16px;font-weight:600;color:var(--text-primary)}.pwa-install-prompt__text p{margin:0;font-size:14px;color:var(--text-secondary)}.pwa-install-prompt__button{padding:8px 16px;background:var(--accent-color);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;white-space:nowrap}.pwa-install-prompt__button:hover{background:var(--accent-hover)}.pwa-install-prompt__button:active{transform:scale(.95)}.product-type-tabs{display:flex;gap:8px;padding:12px 16px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;background:var(--bg-surface, #fff);border-bottom:1px solid var(--border-color, #e5e7eb)}.product-type-tabs::-webkit-scrollbar{display:none}.product-type-tab{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 16px;border:none;background:var(--bg-card, #f9fafb);border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;min-width:80px}.product-type-tab:hover{background:var(--bg-hover, #f3f4f6);transform:translateY(-2px)}.product-type-tab--active{background:var(--color-primary, #3b82f6);color:#fff;font-weight:600}.product-type-tab--active:hover{background:var(--color-primary-dark, #2563eb)}.product-type-tab__icon{font-size:24px;line-height:1}.product-type-tab__label{font-size:13px;font-weight:500}@media(prefers-color-scheme:dark){.product-type-tabs{background:var(--bg-surface-dark, #1f2937);border-bottom-color:var(--border-color-dark, #374151)}.product-type-tab{background:var(--bg-card-dark, #374151);color:var(--text-dark, #e5e7eb)}.product-type-tab:hover{background:var(--bg-hover-dark, #4b5563)}.product-type-tab--active{background:var(--color-primary, #3b82f6);color:#fff}.product-type-tab--active:hover{background:var(--color-primary-dark, #2563eb)}}.category-tabs{display:flex;gap:.5rem;padding:.75rem 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:var(--card-bg);border-bottom:1px solid var(--border-color);position:sticky;top:0;z-index:10}.category-tabs::-webkit-scrollbar{display:none}.category-tab{flex-shrink:0;padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:9999px;background:var(--card-bg);color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.category-tab:active{transform:scale(.95)}.category-tab--active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.item-card{display:flex;background:var(--card-bg);border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer;position:relative}.item-card:active{transform:scale(.98)}.item-card--unavailable{opacity:.6;cursor:not-allowed}.item-card--unavailable .item-card__image img{filter:grayscale(100%)}.item-card__image{flex-shrink:0;width:100px;height:100px;position:relative}.item-card__image img{width:100%;height:100%;object-fit:cover}.item-card__unavailable-badge{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fff;font-size:.625rem;text-align:center;padding:.25rem;text-transform:uppercase}.item-card__content{flex:1;padding:.75rem;min-width:0;display:flex;flex-direction:column;gap:.25rem}.item-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.item-card__name{font-size:1rem;font-weight:600;color:var(--text-primary);margin:0;line-height:1.3}.item-card__price{flex-shrink:0;font-size:1rem;font-weight:700;color:var(--accent-color)}.item-card__description{font-size:.813rem;color:var(--text-secondary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-card__allergens{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:auto}.item-card__allergen{font-size:.625rem;color:#dc2626;background:#fef2f2;padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase}.item-card__tags{display:flex;flex-wrap:wrap;gap:.25rem}.item-card__tag{font-size:.625rem;color:#059669;background:#ecfdf5;padding:.125rem .375rem;border-radius:.25rem}.item-card__add-btn{position:absolute;bottom:.5rem;right:.5rem;width:2rem;height:2rem;border-radius:50%;background:#2d5016;color:#fff;border:none;font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s,background .2s;box-shadow:0 2px 4px #0003}.item-card__add-btn:active{transform:scale(.9);background:#1e3a0f}.item-card:not(:has(.item-card__image)) .item-card__content{padding-right:3rem}.cart-button{position:fixed;bottom:1rem;left:1rem;right:1rem;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#2d5016;color:#fff;border:none;border-radius:1rem;cursor:pointer;box-shadow:0 4px 12px #00000040;transition:transform .2s,background .2s;z-index:100}.cart-button:active{transform:scale(.98);background:#1e3a0f}.cart-button__icon{position:relative;width:1.5rem;height:1.5rem}.cart-button__icon svg{width:100%;height:100%}.cart-button__badge{position:absolute;top:-.5rem;right:-.5rem;min-width:1.25rem;height:1.25rem;background:#fff;color:#2d5016;font-size:.75rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 .25rem}.cart-button__info{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.cart-button__label{font-size:.75rem;opacity:.8}.cart-button__total{font-size:1.125rem;font-weight:700}.cart-button__action{background:#fff;color:#2d5016;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;font-size:.875rem}@supports (padding-bottom: env(safe-area-inset-bottom)){.cart-button{bottom:calc(1rem + env(safe-area-inset-bottom))}}.order-tracker{padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 8px #0000001a}.order-tracker__steps{display:flex;justify-content:space-between;position:relative}.order-tracker__step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;position:relative;z-index:1}.order-tracker__step--completed .order-tracker__icon{background:#2d5016;color:#fff;border-color:#2d5016}.order-tracker__step--completed .order-tracker__label{color:#2d5016;font-weight:600}.order-tracker__step--active .order-tracker__icon{background:#2d5016;color:#fff;border-color:#2d5016;animation:pulse-icon 1.5s infinite}.order-tracker__icon{width:2.5rem;height:2.5rem;border-radius:50%;background:#f3f4f6;border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:all .3s}.order-tracker__icon svg{width:1.25rem;height:1.25rem}.order-tracker__label{font-size:.75rem;color:#9ca3af;text-align:center;transition:all .3s}.order-tracker__line{position:absolute;top:1.25rem;left:50%;width:100%;height:2px;background:#e5e7eb;z-index:0}.order-tracker__line--completed{background:#2d5016}.order-tracker__ready-alert{margin-top:1.5rem;padding:1rem;background:#ecfdf5;color:#059669;border-radius:.75rem;font-weight:600;text-align:center;display:flex;align-items:center;justify-content:center;gap:.75rem}.order-tracker__ready-alert .pulse{width:.75rem;height:.75rem;background:#059669;border-radius:50%;animation:pulse-dot 1s infinite}.order-tracker__estimate{margin-top:1rem;padding:.75rem;background:#fef3c7;color:#92400e;border-radius:.5rem;font-size:.875rem;text-align:center}.order-tracker--cancelled{text-align:center;padding:2rem}.order-tracker__cancelled-icon{width:4rem;height:4rem;margin:0 auto 1rem;color:#dc2626}.order-tracker__cancelled-icon svg{width:100%;height:100%}.order-tracker__cancelled-text{font-size:1.125rem;font-weight:600;color:#dc2626}@keyframes pulse-icon{0%,to{box-shadow:0 0 #2d501666}50%{box-shadow:0 0 0 8px #2d501600}}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.5}}.stripe-payment{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000001a;max-width:500px;margin:0 auto}.stripe-payment__header{text-align:center;margin-bottom:24px}.stripe-payment__header h3{margin:0 0 8px;font-size:1.25rem;font-weight:600;color:#1a1a1a}.stripe-payment__header .amount{margin:0;font-size:1.5rem;font-weight:700;color:#2d6a4f}.stripe-payment__element{margin-bottom:20px;padding:16px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.stripe-payment__error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.875rem;margin-bottom:20px}.stripe-payment__error svg{width:20px;height:20px;flex-shrink:0}.stripe-payment__actions{display:flex;gap:12px;margin-bottom:16px}.stripe-payment__actions button{flex:1;padding:14px 20px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.stripe-payment__actions button:disabled{opacity:.6;cursor:not-allowed}.stripe-payment__actions .cancel-btn{background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b}.stripe-payment__actions .cancel-btn:hover:not(:disabled){background:#e2e8f0}.stripe-payment__actions .pay-btn{background:#2d6a4f;border:none;color:#fff;flex:2}.stripe-payment__actions .pay-btn:hover:not(:disabled){background:#1b4332}.stripe-payment__secure{display:flex;align-items:center;justify-content:center;gap:8px;color:#6b7280;font-size:.75rem}.stripe-payment__secure svg{width:16px;height:16px}.stripe-payment .spinner-small{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:480px){.stripe-payment{padding:16px;border-radius:12px}.stripe-payment__header .amount{font-size:1.25rem}.stripe-payment__element{padding:12px}.stripe-payment__actions{flex-direction:column}.stripe-payment__actions .pay-btn{order:-1}}.theme-toggle{width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.theme-toggle svg{width:20px;height:20px;color:#fff;transition:transform .3s ease}.theme-toggle:hover{background:#ffffff4d;border-color:#ffffff80}.theme-toggle:hover svg{transform:rotate(20deg)}.theme-toggle:active{transform:scale(.92)}.menu-page{min-height:100vh;background:var(--bg-primary);padding-bottom:6rem}.menu-page__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--accent-color);color:#fff}.menu-page__header h1{margin:0;font-size:1.5rem;font-weight:700}.menu-page__header-actions{display:flex;align-items:center;gap:.75rem}.menu-page__table{background:#fff3;padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.menu-page__content{padding:1rem}.menu-page__section{margin-bottom:1.5rem}.menu-page__section-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--accent-color)}.menu-page__items{display:flex;flex-direction:column;gap:.75rem}.menu-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem}.menu-page__loading p{color:var(--text-secondary)}.menu-page__empty{text-align:center;padding:3rem 1rem;color:var(--text-secondary)}.wine-pairing-section{margin:2rem 0;padding:1.5rem;background:var(--surface, #fff);border-radius:12px;box-shadow:0 2px 8px #0000000f}.wine-pairing-section .section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.wine-pairing-section .section-header svg{color:var(--wine-color, #722f37)}.wine-pairing-section .section-header h3{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary, #1a1a1a)}.wine-pairing-section .wine-card{display:flex;gap:1rem;padding:1rem;background:var(--card-bg, #f9f9f9);border-radius:10px;margin-bottom:1rem;transition:all .3s ease}.wine-pairing-section .wine-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.wine-pairing-section .wine-card.primary{background:linear-gradient(135deg,#fff5f7,#ffe8ec);border:2px solid var(--wine-accent, #722f37);padding:1.5rem}.wine-pairing-section .wine-card.primary .wine-image{width:100px;height:100px}.wine-pairing-section .wine-card.primary h4{font-size:1.2rem}.wine-pairing-section .wine-card.compact{padding:.75rem}.wine-pairing-section .wine-card.compact .wine-image{width:60px;height:60px}.wine-pairing-section .wine-card.compact h4{font-size:1rem}.wine-pairing-section .wine-card .wine-image{width:80px;height:80px;object-fit:cover;border-radius:8px;flex-shrink:0;border:1px solid var(--border, #e0e0e0)}.wine-pairing-section .wine-card .wine-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.wine-pairing-section .wine-card .wine-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.wine-pairing-section .wine-card .wine-header h4{margin:0;font-weight:600;color:var(--text-primary, #1a1a1a)}.wine-pairing-section .wine-card .wine-header .badge-primary{padding:.25rem .75rem;background:var(--wine-color, #722f37);color:#fff;border-radius:16px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.wine-pairing-section .wine-card .wine-description{margin:0;font-size:.9rem;color:var(--text-secondary, #666);line-height:1.5}.wine-pairing-section .wine-card .wine-notes{margin:0;font-size:.85rem;color:var(--text-muted, #888);font-style:italic;line-height:1.4}.wine-pairing-section .wine-card .wine-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.5rem}.wine-pairing-section .wine-card .wine-footer .price{font-size:1.1rem;font-weight:700;color:var(--price-color, #2a5934)}.wine-pairing-section .wine-card .wine-footer .add-btn{padding:.5rem 1.25rem;background:var(--primary, #2a5934);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s}.wine-pairing-section .wine-card .wine-footer .add-btn:hover{background:var(--primary-hover, #1e3d24);transform:scale(1.05)}.wine-pairing-section .wine-card .wine-footer .add-btn:active{transform:scale(.95)}.wine-pairing-section .other-wines{margin-top:1.5rem}.wine-pairing-section .other-wines .subsection-title{font-size:1rem;font-weight:600;color:var(--text-secondary, #666);margin-bottom:1rem}@media(max-width:640px){.wine-pairing-section{padding:1rem}.wine-pairing-section .wine-card{flex-direction:column;align-items:center;text-align:center}.wine-pairing-section .wine-card.primary .wine-image,.wine-pairing-section .wine-card .wine-image{width:100%;height:150px}.wine-pairing-section .wine-card .wine-header{flex-direction:column;align-items:center}.wine-pairing-section .wine-card .wine-footer{flex-direction:column;gap:.75rem;width:100%}.wine-pairing-section .wine-card .wine-footer .add-btn{width:100%}}.item-detail{min-height:100vh;background:var(--card-bg)}.item-detail__back{position:fixed;top:1rem;left:1rem;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid var(--border-color);box-shadow:0 4px 12px var(--shadow);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1000;transition:all .2s}.item-detail__back svg{width:1.25rem;height:1.25rem;color:var(--text-primary)}.item-detail__back:hover{border-color:var(--accent-color);box-shadow:0 6px 16px var(--shadow)}.item-detail__back:active{transform:scale(.95)}.item-detail__image{width:100%;height:40vh;max-height:300px}.item-detail__image img{width:100%;height:100%;object-fit:cover}.item-detail__content{padding:1.5rem 1.5rem 6rem}.item-detail__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding-left:3rem}.item-detail__header h1{margin:0;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.item-detail__price{font-size:1.5rem;font-weight:700;color:var(--accent-color);white-space:nowrap}.item-detail__description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.item-detail__allergens{margin-bottom:1rem}.item-detail__allergens h3{font-size:.875rem;font-weight:600;color:#dc2626;margin:0 0 .5rem}.item-detail__allergens .allergen-list{display:flex;flex-wrap:wrap;gap:.5rem}.item-detail__allergens .allergen{font-size:.75rem;color:#dc2626;background:#fef2f2;padding:.25rem .5rem;border-radius:.25rem;border:1px solid #fecaca}.item-detail__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.item-detail__tags .tag{font-size:.75rem;color:#059669;background:#ecfdf5;padding:.25rem .5rem;border-radius:.25rem}.item-detail__notes{margin-bottom:1.5rem}.item-detail__notes label{display:block;font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.item-detail__notes textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;resize:none;font-family:inherit}.item-detail__notes textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #4ade801a}.item-detail__quantity{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.item-detail__quantity>span{font-weight:600;color:var(--text-primary)}.item-detail__quantity .quantity-selector{display:flex;align-items:center;gap:1rem;background:var(--bg-secondary);border-radius:9999px;padding:.25rem}.item-detail__quantity .quantity-selector button{width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:var(--card-bg);font-size:1.25rem;font-weight:600;color:var(--accent-color);cursor:pointer;box-shadow:0 1px 3px #0000001a}.item-detail__quantity .quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.item-detail__quantity .quantity-selector button:active:not(:disabled){transform:scale(.95)}.item-detail__quantity .quantity-selector span{min-width:2rem;text-align:center;font-size:1.25rem;font-weight:600}.item-detail__add-btn{position:fixed;bottom:1rem;left:1rem;right:1rem;padding:1rem;background:var(--accent-color);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px #00000040;transition:transform .2s,background .2s}.item-detail__add-btn:active{transform:scale(.98);background:#1e3a0f}.item-detail__add-btn:disabled{background:#9ca3af;cursor:not-allowed}.item-detail__loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.item-detail__not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.item-detail__not-found p{color:var(--text-secondary)}.item-detail__not-found button{padding:.75rem 1.5rem;background:var(--accent-color);color:#fff;border:none;border-radius:.5rem;cursor:pointer}@supports (padding-bottom: env(safe-area-inset-bottom)){.item-detail__add-btn{bottom:calc(1rem + env(safe-area-inset-bottom))}}.spinner{width:2.5rem;height:2.5rem;border:3px solid #e5e7eb;border-top-color:var(--accent-color);border-radius:50%;animation:spin .8s linear infinite}.swipeable-cart-item{position:relative;overflow:hidden;margin-bottom:12px}.swipeable-cart-item__delete-bg{position:absolute;top:0;right:0;bottom:0;width:120px;background:linear-gradient(90deg,#ef4444,#dc2626);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#fff;font-size:14px;font-weight:600;z-index:0}.swipeable-cart-item__delete-bg svg{width:24px;height:24px}.swipeable-cart-item .cart-item{position:relative;z-index:1;background:var(--card-bg, white);padding:16px;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;justify-content:space-between;align-items:flex-start;gap:12px;touch-action:pan-y}.swipeable-cart-item .cart-item__info{flex:1}.swipeable-cart-item .cart-item__info h3{font-size:16px;font-weight:600;margin:0 0 4px;color:var(--text-primary, #212529)}.swipeable-cart-item .cart-item__info__price{font-size:14px;color:var(--text-secondary, #6c757d);margin:0}.swipeable-cart-item .cart-item__info__notes{font-size:13px;color:var(--text-secondary, #6c757d);font-style:italic;margin:8px 0 0;padding:8px;background:var(--bg-secondary, #f8f9fa);border-radius:6px}.swipeable-cart-item .cart-item__actions{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.swipeable-cart-item .cart-item__actions .quantity-control{display:flex;align-items:center;gap:8px;background:var(--bg-secondary, #f8f9fa);border-radius:20px;padding:4px 8px}.swipeable-cart-item .cart-item__actions .quantity-control button{background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--accent-color, #2d5016);transition:transform .2s}.swipeable-cart-item .cart-item__actions .quantity-control button:active{transform:scale(.9)}.swipeable-cart-item .cart-item__actions .quantity-control button svg{width:18px;height:18px}.swipeable-cart-item .cart-item__actions .quantity-control span{min-width:24px;text-align:center;font-weight:600;font-size:15px;color:var(--text-primary, #212529)}.swipeable-cart-item .cart-item__subtotal{font-size:16px;font-weight:700;color:var(--accent-color, #2d5016);margin:0;white-space:nowrap}.cart-page{min-height:100vh;background:var(--bg-primary);display:flex;flex-direction:column}.cart-page__header{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--card-bg);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.cart-page__header .back-btn{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid #e5e7eb;background:var(--card-bg);display:flex;align-items:center;justify-content:center;cursor:pointer}.cart-page__header .back-btn svg{width:1.25rem;height:1.25rem;color:var(--text-primary)}.cart-page__header h1{flex:1;margin:0;font-size:1.25rem;font-weight:700}.cart-page__header .table-badge{background:var(--accent-color);color:#fff;padding:.375rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.cart-page__content{flex:1;padding:1rem 1rem 10rem}.cart-page__items{display:flex;flex-direction:column;gap:.75rem}.cart-page__clear{margin-top:1.5rem;padding:.75rem;background:none;border:1px solid #dc2626;color:#dc2626;border-radius:.5rem;font-size:.875rem;cursor:pointer;width:100%}.cart-page__clear:active{background:#fef2f2}.cart-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:2rem;gap:1rem}.cart-page__empty .empty-icon{width:4rem;height:4rem;color:var(--text-secondary)}.cart-page__empty .empty-icon svg{width:100%;height:100%}.cart-page__empty p{color:var(--text-secondary);font-size:1.125rem}.cart-page__empty button{padding:.75rem 1.5rem;background:var(--accent-color);color:#fff;border:none;border-radius:.5rem;font-weight:600;cursor:pointer}.cart-page__footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:var(--card-bg);border-top:1px solid #e5e7eb;box-shadow:0 -4px 12px #0000001a}.cart-page__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cart-page__total span{font-weight:600;color:var(--text-primary)}.cart-page__total .total-amount{font-size:1.5rem;font-weight:700;color:var(--accent-color)}.cart-page__checkout{width:100%;padding:1rem;background:var(--accent-color);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,background .2s}.cart-page__checkout:active{transform:scale(.98);background:#1e3a0f}.cart-item{background:var(--card-bg);border-radius:.75rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.cart-item__info{margin-bottom:.75rem}.cart-item__info h3{margin:0 0 .25rem;font-size:1rem;font-weight:600;color:var(--text-primary)}.cart-item__price{margin:0;font-size:.875rem;color:var(--text-secondary)}.cart-item__notes{margin:.5rem 0 0;font-size:.813rem;color:var(--text-secondary);font-style:italic}.cart-item__actions{display:flex;justify-content:space-between;align-items:center}.cart-item__subtotal{font-size:1.125rem;font-weight:700;color:var(--accent-color)}.quantity-control{display:flex;align-items:center;gap:.75rem;background:var(--bg-secondary);border-radius:9999px;padding:.25rem}.quantity-control button{width:2rem;height:2rem;border-radius:50%;border:none;background:var(--card-bg);font-size:1rem;font-weight:600;color:var(--accent-color);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000001a}.quantity-control button svg{width:.875rem;height:.875rem;color:#dc2626}.quantity-control button:active{transform:scale(.95)}.quantity-control span{min-width:1.5rem;text-align:center;font-weight:600}@supports (padding-bottom: env(safe-area-inset-bottom)){.cart-page__footer{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}}.checkout-page{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.checkout-page__header{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.checkout-page__header .back-btn{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid #e5e7eb;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.checkout-page__header .back-btn svg{width:1.25rem;height:1.25rem;color:#374151}.checkout-page__header h1{margin:0;font-size:1.25rem;font-weight:700}.checkout-page__content{flex:1;padding:1rem 1rem 8rem}.checkout-page__section{background:#fff;border-radius:.75rem;padding:1rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a}.checkout-page__section h2{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#374151}.checkout-page__section .table-input{width:100%;padding:1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1.5rem;font-weight:700;text-align:center;color:#2d5016}.checkout-page__section .table-input:focus{outline:none;border-color:#2d5016}.checkout-page__section .helper-text{margin:.5rem 0 0;font-size:.813rem;color:#9ca3af;text-align:center}.checkout-page__section textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;font-family:inherit;resize:none}.checkout-page__section textarea:focus{outline:none;border-color:#2d5016;box-shadow:0 0 0 3px #2d50161a}.checkout-page__error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;text-align:center}.checkout-page__footer{position:fixed;bottom:0;left:0;right:0;padding:1rem;background:#fff;border-top:1px solid #e5e7eb;box-shadow:0 -4px 12px #0000001a}.checkout-page__submit{width:100%;padding:1rem;background:#2d5016;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .2s,background .2s}.checkout-page__submit:active:not(:disabled){transform:scale(.98);background:#1e3a0f}.checkout-page__submit:disabled{background:#9ca3af;cursor:not-allowed}.order-summary__item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.order-summary__item .qty{flex-shrink:0;font-weight:600;color:#2d5016}.order-summary__item .name{flex:1;color:#374151}.order-summary__item .price{flex-shrink:0;font-weight:500;color:#6b7280}.order-summary__total{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.5rem;font-size:1.125rem;font-weight:700}.order-summary__total span:last-child{color:#2d5016}.spinner-small{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.payment-options{display:flex;flex-direction:column;gap:.75rem}.payment-option{display:block;cursor:pointer}.payment-option input[type=radio]{display:none}.payment-option__content{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border:2px solid #e5e7eb;border-radius:.75rem;transition:all .2s ease}.payment-option__content svg{width:1.5rem;height:1.5rem;flex-shrink:0;color:#9ca3af;margin-top:2px}.payment-option__content div{display:flex;flex-direction:column;gap:.25rem}.payment-option__content .label{font-weight:600;color:#374151}.payment-option__content .desc{font-size:.813rem;color:#9ca3af}.payment-option.active .payment-option__content{border-color:#2d5016;background:#2d50160d}.payment-option.active .payment-option__content svg{color:#2d5016}.payment-option.active .payment-option__content .label{color:#2d5016}.payment-option:hover:not(.active) .payment-option__content{border-color:#d1d5db;background:#f9fafb}@supports (padding-bottom: env(safe-area-inset-bottom)){.checkout-page__footer{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}}.order-status{min-height:100vh;background:#f9fafb}.order-status__header{background:#2d5016;color:#fff;padding:1.5rem 1rem;text-align:center}.order-status__header h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.order-status__meta{display:flex;justify-content:center;gap:1rem;font-size:.875rem;opacity:.9}.order-status__content{padding:1rem}.order-status__connection{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;margin-bottom:1rem;border-radius:.5rem;font-size:.813rem}.order-status__connection .dot{width:.5rem;height:.5rem;border-radius:50%}.order-status__connection.connected{background:#ecfdf5;color:#059669}.order-status__connection.connected .dot{background:#059669;animation:pulse-dot 2s infinite}.order-status__connection.disconnected{background:#fef3c7;color:#92400e}.order-status__connection.disconnected .dot{background:#f59e0b}.order-status__items{background:#fff;border-radius:.75rem;padding:1rem;margin-top:1rem;box-shadow:0 1px 3px #0000001a}.order-status__items h2{margin:0 0 1rem;font-size:1rem;font-weight:600;color:#374151}.order-status__items .items-list{display:flex;flex-direction:column;gap:.5rem}.order-status__items .item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.order-status__items .item .qty{flex-shrink:0;font-weight:600;color:#2d5016}.order-status__items .item .name{flex:1;color:#374151}.order-status__items .item .price{flex-shrink:0;color:#6b7280}.order-status__items .order-total{display:flex;justify-content:space-between;padding-top:.75rem;margin-top:.5rem;font-size:1.125rem;font-weight:700}.order-status__items .order-total span:last-child{color:#2d5016}.order-status__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.order-status__actions button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.order-status__actions button:active{transform:scale(.98)}.order-status__actions button svg{width:1.25rem;height:1.25rem}.order-status__actions .refresh-btn{background:#fff;border:1px solid #d1d5db;color:#374151}.order-status__actions .menu-btn{background:#2d5016;border:none;color:#fff}.order-status__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.order-status__loading p{color:#6b7280}.spinner{width:2.5rem;height:2.5rem;border:3px solid #e5e7eb;border-top-color:#2d5016;border-radius:50%;animation:spin .8s linear infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.payment-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#f8faf9,#e8f5e9)}.payment-page__header{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.payment-page__header .back-btn{padding:8px;background:none;border:none;cursor:pointer;border-radius:8px;color:#6b7280;transition:all .2s ease}.payment-page__header .back-btn:hover{background:#f3f4f6;color:#374151}.payment-page__header .back-btn svg{width:24px;height:24px;display:block}.payment-page__header h1{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}.payment-page__content{flex:1;padding:24px 16px;display:flex;align-items:flex-start;justify-content:center}.payment-page__loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:40px}.payment-page__loading .spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#2d6a4f;border-radius:50%;animation:spin .8s linear infinite}.payment-page__loading p{color:#6b7280;font-size:1rem}.payment-page__error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px;gap:16px}.payment-page__error svg{width:64px;height:64px;color:#dc2626}.payment-page__error h2{margin:0;font-size:1.5rem;color:#1a1a1a}.payment-page__error p{margin:0;color:#6b7280;max-width:300px}.payment-page__error button{margin-top:8px;padding:12px 24px;background:#2d6a4f;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.payment-page__error button:hover{background:#1b4332}@keyframes spin{to{transform:rotate(360deg)}}@media(min-width:768px){.payment-page__content{padding:40px 24px;align-items:center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{overscroll-behavior:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--bg-primary);color:var(--text-primary);line-height:1.5;overscroll-behavior:none}button,.no-select{-webkit-user-select:none;user-select:none}button,a,input,textarea{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.safe-area-top{padding-top:env(safe-area-inset-top)}.safe-area-bottom{padding-bottom:env(safe-area-inset-bottom)}:root{--color-primary: #2d5016;--color-primary-dark: #1e3a0f;--color-primary-light: #4a7c2a;--color-success: #059669;--color-warning: #f59e0b;--color-error: #dc2626;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px}.text-center{text-align:center}.font-bold{font-weight:700}.font-semibold{font-weight:600}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.m-0{margin:0}.w-full{width:100%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-up{animation:slideUp .3s ease-out}:root{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #212529;--text-secondary: #6c757d;--border-color: #dee2e6;--accent-color: #2d5016;--accent-hover: #1f3a0f;--shadow: rgba(0, 0, 0, .1);--card-bg: #ffffff}[data-theme=dark]{--bg-primary: #121212;--bg-secondary: #1e1e1e;--text-primary: #ffffff;--text-secondary: #b3b3b3;--border-color: #333333;--accent-color: #4ade80;--accent-hover: #22c55e;--shadow: rgba(0, 0, 0, .6);--card-bg: #1e1e1e}body,.menu-page,.cart-page,.item-detail,.card,button{transition:background-color .3s ease,color .3s ease,border-color .3s ease}body{background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh}[data-theme=dark] .item-card,[data-theme=dark] .cart-item,[data-theme=dark] .category-filter{border:1px solid var(--border-color);box-shadow:0 2px 8px var(--shadow)}[data-theme=dark] .menu-page__header{border-bottom:1px solid var(--border-color)}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{background:var(--bg-secondary);color:var(--text-primary);border-color:var(--border-color)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder,[data-theme=dark] select::placeholder{color:var(--text-secondary)}[data-theme=dark] button:not(.theme-toggle):hover{filter:brightness(1.1)}
