.category-tabs{display:flex;gap:.5rem;padding:.75rem 1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:10}.category-tabs::-webkit-scrollbar{display:none}.category-tab{flex-shrink:0;padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:9999px;background:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.category-tab:active{transform:scale(.95)}.category-tab--active{background:#2d5016;border-color:#2d5016;color:#fff}.dish-card{display:flex;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer;position:relative}.dish-card:active{transform:scale(.98)}.dish-card--unavailable{opacity:.6;cursor:not-allowed}.dish-card--unavailable .dish-card__image img{filter:grayscale(100%)}.dish-card__image{flex-shrink:0;width:100px;height:100px;position:relative}.dish-card__image img{width:100%;height:100%;object-fit:cover}.dish-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}.dish-card__content{flex:1;padding:.75rem;min-width:0;display:flex;flex-direction:column;gap:.25rem}.dish-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.dish-card__name{font-size:1rem;font-weight:600;color:#1f2937;margin:0;line-height:1.3}.dish-card__price{flex-shrink:0;font-size:1rem;font-weight:700;color:#2d5016}.dish-card__description{font-size:.813rem;color:#6b7280;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dish-card__allergens{display:flex;flex-wrap:wrap;gap:.25rem;margin-top:auto}.dish-card__allergen{font-size:.625rem;color:#dc2626;background:#fef2f2;padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase}.dish-card__tags{display:flex;flex-wrap:wrap;gap:.25rem}.dish-card__tag{font-size:.625rem;color:#059669;background:#ecfdf5;padding:.125rem .375rem;border-radius:.25rem}.dish-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}.dish-card__add-btn:active{transform:scale(.9);background:#1e3a0f}.dish-card:not(:has(.dish-card__image)) .dish-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}}.menu-page{min-height:100vh;background:#f9fafb;padding-bottom:6rem}.menu-page__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#2d5016;color:#fff}.menu-page__header h1{margin:0;font-size:1.5rem;font-weight:700}.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:#1f2937;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid #2d5016}.menu-page__dishes{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:#6b7280}.menu-page__empty{text-align:center;padding:3rem 1rem;color:#6b7280}.dish-detail{min-height:100vh;background:#fff}.dish-detail__back{position:fixed;top:1rem;left:1rem;width:2.5rem;height:2.5rem;border-radius:50%;background:#ffffffe6;border:none;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.dish-detail__back svg{width:1.25rem;height:1.25rem;color:#1f2937}.dish-detail__image{width:100%;height:40vh;max-height:300px}.dish-detail__image img{width:100%;height:100%;object-fit:cover}.dish-detail__content{padding:1.5rem 1.5rem 6rem}.dish-detail__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.dish-detail__header h1{margin:0;font-size:1.5rem;font-weight:700;color:#1f2937}.dish-detail__price{font-size:1.5rem;font-weight:700;color:#2d5016;white-space:nowrap}.dish-detail__description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.dish-detail__allergens{margin-bottom:1rem}.dish-detail__allergens h3{font-size:.875rem;font-weight:600;color:#dc2626;margin:0 0 .5rem}.dish-detail__allergens .allergen-list{display:flex;flex-wrap:wrap;gap:.5rem}.dish-detail__allergens .allergen{font-size:.75rem;color:#dc2626;background:#fef2f2;padding:.25rem .5rem;border-radius:.25rem;border:1px solid #fecaca}.dish-detail__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.dish-detail__tags .tag{font-size:.75rem;color:#059669;background:#ecfdf5;padding:.25rem .5rem;border-radius:.25rem}.dish-detail__notes{margin-bottom:1.5rem}.dish-detail__notes label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.dish-detail__notes textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;resize:none;font-family:inherit}.dish-detail__notes textarea:focus{outline:none;border-color:#2d5016;box-shadow:0 0 0 3px #2d50161a}.dish-detail__quantity{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dish-detail__quantity>span{font-weight:600;color:#374151}.dish-detail__quantity .quantity-selector{display:flex;align-items:center;gap:1rem;background:#f3f4f6;border-radius:9999px;padding:.25rem}.dish-detail__quantity .quantity-selector button{width:2.5rem;height:2.5rem;border-radius:50%;border:none;background:#fff;font-size:1.25rem;font-weight:600;color:#2d5016;cursor:pointer;box-shadow:0 1px 3px #0000001a}.dish-detail__quantity .quantity-selector button:disabled{opacity:.5;cursor:not-allowed}.dish-detail__quantity .quantity-selector button:active:not(:disabled){transform:scale(.95)}.dish-detail__quantity .quantity-selector span{min-width:2rem;text-align:center;font-size:1.25rem;font-weight:600}.dish-detail__add-btn{position:fixed;bottom:1rem;left:1rem;right:1rem;padding:1rem;background:#2d5016;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}.dish-detail__add-btn:active{transform:scale(.98);background:#1e3a0f}.dish-detail__add-btn:disabled{background:#9ca3af;cursor:not-allowed}.dish-detail__loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.dish-detail__not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.dish-detail__not-found p{color:#6b7280}.dish-detail__not-found button{padding:.75rem 1.5rem;background:#2d5016;color:#fff;border:none;border-radius:.5rem;cursor:pointer}@supports (padding-bottom: env(safe-area-inset-bottom)){.dish-detail__add-btn{bottom:calc(1rem + env(safe-area-inset-bottom))}}.cart-page{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.cart-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}.cart-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}.cart-page__header .back-btn svg{width:1.25rem;height:1.25rem;color:#374151}.cart-page__header h1{flex:1;margin:0;font-size:1.25rem;font-weight:700}.cart-page__header .table-badge{background:#2d5016;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:#9ca3af}.cart-page__empty .empty-icon svg{width:100%;height:100%}.cart-page__empty p{color:#6b7280;font-size:1.125rem}.cart-page__empty button{padding:.75rem 1.5rem;background:#2d5016;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:#fff;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:#374151}.cart-page__total .total-amount{font-size:1.5rem;font-weight:700;color:#2d5016}.cart-page__checkout{width:100%;padding:1rem;background:#2d5016;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:#fff;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:#1f2937}.cart-item__price{margin:0;font-size:.875rem;color:#6b7280}.cart-item__notes{margin:.5rem 0 0;font-size:.813rem;color:#9ca3af;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:#2d5016}.quantity-control{display:flex;align-items:center;gap:.75rem;background:#f3f4f6;border-radius:9999px;padding:.25rem}.quantity-control button{width:2rem;height:2rem;border-radius:50%;border:none;background:#fff;font-size:1rem;font-weight:600;color:#2d5016;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:#f9fafb;color:#1f2937;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}
