.cafeteria-header{margin:0;padding:1rem;background:#fff;border-bottom:1px solid #e2e8f0}.cafeteria-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.product-action-area{display:inline-flex;justify-content:flex-end;min-width:112px}.product-card:active{transform:none!important}.quantity-selector{min-width:112px;justify-content:space-between}.quantity-value{min-width:28px;text-align:center}.product-favorite{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:9999px;border:1px solid #e2e8f0;background:#fff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer}.product-favorite.active{color:#ef4444}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;padding:1rem}.menu-loading,.menu-empty,.menu-error{grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;min-height:40vh;color:#64748b;text-align:center;padding:2rem 1rem}.menu-loading-spinner{width:36px;height:36px;border-radius:9999px;border:3px solid #d1fae5;border-top-color:#059669;animation:menu-spin .7s linear infinite}@keyframes menu-spin{to{transform:rotate(360deg)}}.cart-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);opacity:0;visibility:hidden;transition:all .2s ease;z-index:999}.cart-overlay.open{opacity:1;visibility:visible}.empty-state{text-align:center;color:var(--gray-500);padding:var(--spacing-2xl) var(--spacing-lg)}.checkout-modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);display:none;align-items:center;justify-content:center;z-index:2000;padding:1rem;-webkit-overflow-scrolling:touch}.checkout-modal-overlay.open{display:flex}.checkout-modal{width:100%;max-width:420px;max-height:min(90dvh,640px);overflow:auto;background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 20px 40px rgba(15,23,42,.2)}.checkout-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;border-bottom:1px solid #e2e8f0}.checkout-modal-header h3{margin:0;font-size:1.05rem;font-weight:700;color:#0f172a}.checkout-modal-close{border:1px solid #e2e8f0;border-radius:8px;background:#fff;width:32px;height:32px;cursor:pointer;color:#64748b}.checkout-modal-body{padding:1rem}.checkout-modal-body p{margin:0 0 .75rem;color:#64748b;font-size:.9rem}.checkout-modal-body input{width:100%;padding:.7rem .8rem;border:1px solid #cbd5e1;border-radius:10px;font-size:.95rem}.checkout-modal-body input+input,.checkout-resend-btn{margin-top:.65rem}.checkout-resend-btn{display:inline-block;border:0;background:transparent;color:#0f766e;font-size:.85rem;padding:0;cursor:pointer;text-decoration:underline}.checkout-resend-btn:disabled{opacity:.6;cursor:not-allowed}.qr-unauthorized-page{min-height:calc(100vh - 72px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.qr-unauthorized-card{width:100%;max-width:420px;text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem 1.5rem}.qr-unauthorized-icon{width:64px;height:64px;margin:0 auto 1rem;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fef2f2;color:#dc2626}.qr-unauthorized-title{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#0f172a}.qr-unauthorized-message{margin:0;color:#64748b;font-size:.95rem;line-height:1.5}.checkout-modal-error{margin-top:.55rem;color:#dc2626;font-size:.8rem;min-height:1rem}.checkout-modal-error:empty{display:none}.checkout-modal-actions{display:flex;gap:.6rem;padding:0 1rem 1rem}.checkout-modal-btn{flex:1}.order-success-overlay{position:fixed;inset:0;background:rgba(15,23,42,.55);display:none;align-items:center;justify-content:center;z-index:1300;padding:1rem}.order-success-overlay.open{display:flex}.order-success-card{width:100%;max-width:460px;background:#fff;border-radius:18px;border:1px solid #e2e8f0;box-shadow:0 24px 50px rgba(15,23,42,.25);text-align:center;padding:1.5rem 1.25rem 1.25rem}.order-success-icon{width:72px;height:72px;margin:0 auto .9rem;border-radius:999px;background:#e8f8ef;color:#16a34a;display:flex;align-items:center;justify-content:center}.order-success-title{margin:0;font-size:1.35rem;font-weight:800;color:#0f172a}.order-success-subtitle{margin:.55rem 0 0;color:#64748b;font-size:.95rem}.order-success-number{margin:1rem 0 0;display:inline-flex;align-items:center;gap:.4rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:.45rem .85rem;font-size:.88rem;color:#334155;font-weight:600}.order-success-actions{margin-top:1.25rem;display:flex;gap:.65rem}@media(max-width:450px){.order-success-actions{flex-direction:column}}.order-success-btn{flex:1}