.mdialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;justify-content:center;align-items:center;animation:mdialogFadeIn .2s ease-out}.mdialog-content{background-color:#fff;border-radius:16px;width:90%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;animation:mdialogSlideIn .3s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column}.mdialog-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px 0}.mdialog-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%}.mdialog-info{background-color:#e0f2fe;color:#0284c7}.mdialog-success{background-color:#dcfce7;color:#16a34a}.mdialog-warning{background-color:#fef9c3;color:#ca8a04}.mdialog-error{background-color:#fee2e2;color:#dc2626}.mdialog-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:8px;margin:-8px;transition:color .15s;border-radius:50%}.mdialog-close:hover{color:#4b5563;background-color:#f3f4f6}.mdialog-body{padding:16px 20px 24px;text-align:left}.mdialog-body h3{margin:0 0 8px;font-size:1.25rem;font-weight:600;color:#111827}.mdialog-body p{margin:0;font-size:1rem;line-height:1.5;color:#4b5563}.mdialog-footer{padding:16px 20px;background-color:#f9fafb;display:flex;justify-content:flex-end;gap:12px;border-top:1px solid #e5e7eb}.mdialog-btn{padding:8px 16px;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.95rem}.mdialog-btn-cancel{background-color:#fff;color:#374151;border:1px solid #d1d5db}.mdialog-btn-cancel:hover{background-color:#f3f4f6}.mdialog-btn-confirm{background-color:#ef4444;color:#fff}.mdialog-btn-confirm:hover{background-color:#dc2626}@keyframes mdialogFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mdialogSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.address-search{max-width:700px;margin:0 auto}.search-input-wrapper{display:flex;align-items:center;background:var(--white);border-radius:var(--border-radius);padding:8px;box-shadow:0 4px 12px #00000026}.search-icon{font-size:1.5rem;margin:0 12px}.search-input{flex:1;border:none;padding:12px;font-size:16px;background:transparent}.search-input::placeholder{color:var(--gray)}.btn-location{display:block;margin:0 auto 16px;background-color:#fce8e6;color:#ea1d2c;border:none;padding:10px 20px;border-radius:20px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;width:fit-content}.btn-location:hover{background-color:#f7d7d4}.btn-location:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.search-input-wrapper{flex-direction:column;gap:8px}.btn-location{width:100%;text-align:center}}.autocomplete-wrapper{position:relative;width:100%}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-top:4px;z-index:1000;max-height:250px;overflow-y:auto;border:1px solid #e2e8f0}.suggestion-item{padding:12px 16px;cursor:pointer;display:flex;align-items:center;gap:12px;border-bottom:1px solid #f7fafc;transition:background-color .2s}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background-color:#edf2f7}.suggestion-icon{color:#718096}.suggestion-text{font-size:.95rem;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restaurant-card{cursor:pointer;overflow:hidden;transition:var(--transition)}.restaurant-image{position:relative;width:100%;height:200px;background:linear-gradient(135deg,var(--secondary) 0%,var(--primary) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.restaurant-image img{width:100%;height:100%;object-fit:cover}.restaurant-placeholder{font-size:4rem;opacity:.7}.closed-badge{position:absolute;top:12px;right:12px;background:#dc3545f2;color:var(--white);padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.restaurant-info{padding:16px}.restaurant-name{font-size:1.25rem;margin-bottom:12px;color:var(--dark)}.restaurant-meta{display:flex;gap:16px;margin-bottom:12px;flex-wrap:wrap}.meta-item{font-size:.9rem;color:var(--gray);display:flex;align-items:center;gap:6px}.meta-item svg{flex-shrink:0;opacity:.8}.status-badge{display:flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:.85rem;font-weight:600;width:fit-content}.status-badge svg{flex-shrink:0}.status-badge.open{background:#d4edda;color:#155724}.status-badge.closed{background:#f8d7da;color:#721c24}.status-badge.order-only{background:#cce5ff;color:#004085}.status-badge.scheduled{background:#fff3cd;color:#856404}.restaurant-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0003}.restaurant-card.list{display:flex;flex-direction:row;height:120px;align-items:center;padding:0;margin-bottom:0}.restaurant-card.list .restaurant-image{width:120px;height:120px;flex-shrink:0}.restaurant-card.list .restaurant-info{flex:1;padding:12px 16px;display:flex;flex-direction:column;justify-content:center;min-width:0}.restaurant-card.list .restaurant-name{font-size:1.1rem;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restaurant-card.list .restaurant-meta{margin-bottom:4px;gap:8px}.restaurant-card.list .closed-badge{top:6px;left:6px;right:auto;font-size:.65rem;padding:3px 6px}.restaurant-card.is-closed{filter:grayscale(100%);opacity:.7}.restaurant-card.is-closed:hover{filter:grayscale(0%);opacity:1}@media (max-width: 480px){.restaurant-card.list{height:100px}.restaurant-card.list .restaurant-image{width:100px;height:100px}.restaurant-card.list .restaurant-name{font-size:1rem}}.landing-navbar{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;background:#fff;box-shadow:0 2px 10px #0000000d;position:sticky;top:0;z-index:1000}.landing-logo{font-size:1.5rem;font-weight:700;color:#ff6b00;text-decoration:none;letter-spacing:-.5px;white-space:nowrap}.nav-location-badge{background-color:#f8f9fa;color:#495057;padding:.4rem .8rem;border-radius:8px;font-size:.85rem;display:flex;align-items:center;gap:.5rem;font-weight:500;margin-left:1.5rem;max-width:350px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid #DEE2E6}.landing-nav-links{display:flex;gap:32px}.landing-nav-links a{text-decoration:none;color:#4a4a4a;font-weight:500;transition:color .2s;font-size:1rem}.landing-nav-links a:hover{color:#ff6b00}.btn-cta-nav{background:#ff6b00;color:#fff;border:none;padding:10px 24px;border-radius:50px;font-weight:600;cursor:pointer;transition:transform .2s,background-color .2s}.btn-cta-nav:hover{background:#e65100;transform:translateY(-2px)}@media (max-width: 768px){.landing-navbar{padding:12px 16px}.landing-logo{font-size:1.25rem}.nav-location-badge{font-size:.75rem;padding:.3rem .5rem;margin-left:8px}.btn-cta-nav{padding:8px 16px;font-size:.9rem;white-space:nowrap}.landing-nav-links{display:none}}.nav-user-profile{display:flex;align-items:center;gap:10px;text-decoration:none;padding:6px 14px 6px 6px;background:#f8f9fa;border-radius:50px;transition:all .2s;border:1px solid #edf2f7}.nav-user-profile:hover{background:#edf2f7;transform:translateY(-1px);box-shadow:0 4px 6px #0000000d}.nav-avatar{width:32px;height:32px;background:linear-gradient(135deg,#ff6b00,#ff8e3c);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px}.nav-user-name{color:#2d3748;font-weight:600;font-size:.95rem}.landing-hero{position:relative;height:80vh;min-height:500px;background-image:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1504674900247-0877df9cc836?ixlib=rb-1.2.1&auto=format&fit=crop&w=1920&q=80);background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 20px}.hero-content{max-width:800px}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:24px;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:40px;opacity:.9;font-weight:400}.hero-actions{display:flex;gap:16px;justify-content:center}.btn-hero{padding:16px 32px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-hero.primary{background:#ff6b00;color:#fff}.btn-hero.primary:hover{background:#e65100;transform:translateY(-3px);box-shadow:0 4px 15px #ff6b0066}.btn-hero.secondary{background:#fff;color:#333}.btn-hero.secondary:hover{background:#f8f9fa;transform:translateY(-3px);box-shadow:0 4px 15px #fff3}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-actions{flex-direction:column;width:100%;max-width:300px;margin:0 auto}}.how-it-works{padding:100px 20px;background:#fff;text-align:center}.section-title{font-size:2.5rem;color:#2d3748;margin-bottom:16px;font-weight:700}.section-subtitle{color:#718096;margin-bottom:60px;font-size:1.1rem}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}.step-card{display:flex;flex-direction:column;align-items:center}.icon-wrapper{width:80px;height:80px;background:#fff5eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin-bottom:24px;color:#ff6b00}.step-title{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:12px}.step-desc{color:#718096;line-height:1.6;max-width:300px}.separator{display:none}@media (max-width: 768px){.steps-grid{grid-template-columns:1fr;gap:60px}}.auth-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.auth-modal-content{background:#fff;border-radius:16px;width:90%;max-width:400px;padding:24px;position:relative;box-shadow:0 10px 25px #0003;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn-close{position:absolute;top:12px;right:16px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#999}.auth-tabs{display:flex;margin-bottom:24px;border-bottom:2px solid #eee}.tab-btn{flex:1;background:none;border:none;padding:12px;font-weight:600;color:#999;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.tab-btn.active{color:#ff6b00;border-bottom-color:#ff6b00}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group label{display:block;margin-bottom:6px;font-size:.9rem;font-weight:500;color:#444}.form-group input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:1rem}.auth-error{background:#ffebeb;color:#d32f2f;padding:10px;border-radius:6px;font-size:.9rem;text-align:center}.btn-submit{background-color:#ff6b00;color:#fff;border:none;padding:12px;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;margin-top:8px}.btn-submit:disabled{background-color:#ffbba3;cursor:not-allowed}.home-page{min-height:100vh;background-color:#fafafa}.popular-menu-section{padding:80px 20px;background:#fafafa}.text-center{text-align:center}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.mt-8{margin-top:2rem}.location-control-panel{max-width:600px;margin:40px auto;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 20px #0000000d}.location-prompt{text-align:center}.location-prompt p{margin-bottom:16px;color:#4a5568;font-weight:500}.search-wrapper-max{margin-bottom:16px}.btn-itaoca{background:transparent;border:1px dashed #CBD5E0;padding:8px 16px;border-radius:8px;color:#718096;cursor:pointer;font-size:.9rem}.btn-itaoca:hover{background:#edf2f7;color:#2d3748}.active-location-bar{display:flex;justify-content:center}.current-location{display:flex;align-items:center;justify-content:center;gap:12px;color:#2d3748;font-size:1.1rem;flex-wrap:wrap;text-align:center}.btn-change-loc{background:none;border:none;color:#ff6b00;font-weight:600;cursor:pointer;text-decoration:underline;font-size:.9rem}.restaurants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(450px,1fr));gap:24px;max-width:1200px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.restaurants-grid{grid-template-columns:1fr}}.spinner{width:40px;height:40px;border:3px solid #E2E8F0;border-top-color:#ff6b00;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .3s ease-out}.modal-close{position:absolute;top:16px;right:16px;background:#00000080;color:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s}.modal-close:hover{background:#000000b3}.modal-product-image{width:100%;height:450px;object-fit:cover;border-radius:16px 16px 0 0}.modal-product-image-placeholder{width:100%;height:450px;background:linear-gradient(135deg,#f5f7fa,#e9ecef);display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0}.modal-product-image-placeholder svg{color:#adb5bd;opacity:.6}.modal-product-info{padding:24px}.modal-product-info h2{font-size:1.5rem;color:var(--dark);margin-bottom:8px}.modal-product-description{color:var(--gray);font-size:.95rem;line-height:1.5;margin-bottom:12px}.modal-product-price{font-size:1.25rem;font-weight:600;color:var(--primary)}.modal-loading{padding:24px;text-align:center;color:var(--gray)}.modal-options{padding:0 24px 24px}.option-group{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #eee}.option-group:last-child{border-bottom:none}.option-group h3{font-size:1.1rem;color:var(--dark);margin-bottom:4px;display:flex;align-items:center;gap:8px}.required-badge{font-size:.75rem;background:var(--primary);color:#fff;padding:2px 8px;border-radius:12px;font-weight:500}.option-group-hint{font-size:.85rem;color:var(--gray);margin-bottom:12px}.options-list{display:flex;flex-direction:column;gap:8px}.option-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.option-item:hover:not(.disabled){border-color:var(--primary);background:#ff6b350d}.option-item.disabled{opacity:.5;cursor:not-allowed}.option-input-wrapper{display:flex;align-items:center;height:24px}.option-item input[type=checkbox],.option-item input[type=radio]{cursor:pointer;width:18px;height:18px;margin:0}.option-item.disabled input{cursor:not-allowed}.option-image{width:48px;height:48px;object-fit:cover;border-radius:6px;flex-shrink:0}.option-details{flex:1;display:flex;flex-direction:column;gap:2px}.option-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}.option-name{font-size:.95rem;color:var(--dark);font-weight:500}.option-description{font-size:.85rem;color:var(--gray);line-height:1.3}.option-price{font-size:.9rem;color:var(--primary);font-weight:600;margin-left:8px;white-space:nowrap}.modal-observation{padding:0 24px 24px;display:flex;flex-direction:column;gap:8px}.modal-observation label{font-size:1rem;font-weight:500;color:var(--dark)}.observation-textarea{width:100%;min-height:80px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color .2s}.observation-textarea:focus{outline:none;border-color:var(--primary)}.modal-footer{padding:24px;border-top:1px solid #eee;display:flex;gap:16px;align-items:center;background:#fff;position:sticky;bottom:0;border-radius:0 0 16px 16px}.quantity-selector{display:flex;align-items:center;gap:12px;border:1px solid #e0e0e0;border-radius:8px;padding:4px}.quantity-selector button{width:36px;height:36px;border:none;background:var(--light-gray);color:var(--dark);font-size:1.25rem;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.quantity-selector button:hover{background:var(--primary);color:#fff}.quantity-selector span{min-width:32px;text-align:center;font-weight:600;font-size:1rem}.btn-add-to-cart{flex:1;padding:14px 24px;background:var(--primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;justify-content:center;align-items:center;z-index:10}.btn-add-to-cart:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ff6b354d}.btn-add-to-cart:active{transform:translateY(0)}.btn-add-to-cart:disabled{background-color:#e0e0e0;color:#a0a0a0;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){.modal-overlay{padding:0;align-items:flex-end}.modal-content{max-height:95vh;border-radius:16px 16px 0 0}.modal-product-image,.modal-product-image-placeholder{height:350px;border-radius:16px 16px 0 0}.modal-footer{flex-direction:column;gap:12px}.quantity-selector{width:100%;justify-content:center}.btn-add-to-cart{width:100%}}.restaurant-details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out}.restaurant-details-modal{background:#fff;width:90%;max-width:600px;max-height:90vh;border-radius:12px;box-shadow:0 4px 20px #00000026;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}.details-modal-header{padding:16px 24px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.details-modal-header h2{margin:0;font-size:1.25rem;color:#333}.close-button{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}.close-button:hover{background:#f5f5f5}.details-modal-content{padding:24px;overflow-y:auto;display:flex;flex-direction:column;gap:24px}.detail-section h3{margin:0 0 12px;font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.payment-methods-grid{display:flex;flex-wrap:wrap;gap:12px}.payment-method-tag{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;font-size:.9rem;color:#495057}.payment-method-tag img{width:24px;height:24px;object-fit:contain}.schedule-list{display:flex;flex-direction:column;gap:8px}.schedule-item{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f5f5f5;font-size:.95rem}.schedule-item:last-child{border-bottom:none}.day-name{color:#333;font-weight:500}.hours{color:#666}.today{color:#2ecc71;font-weight:600}.address-container{background:#f8f9fa;padding:16px;border-radius:8px;border:1px solid #e9ecef}.address-text{margin-bottom:12px;color:#333;line-height:1.5}.view-map-btn{display:inline-flex;align-items:center;gap:8px;color:#e74c3c;text-decoration:none;font-weight:500;font-size:.95rem}.view-map-btn:hover{text-decoration:underline}.cnpj-text{font-family:monospace;font-size:1rem;color:#555;background:#f5f5f5;padding:8px 12px;border-radius:6px;display:inline-block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.confirm-modal-content{background:#fffffff2;padding:32px;border-radius:24px;max-width:400px;width:100%;text-align:center;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.3)}.confirm-modal-icon{font-size:3rem;margin-bottom:20px}.confirm-modal-content h2{font-family:Outfit,sans-serif;color:#1a1a1a;margin-bottom:12px;font-size:1.5rem}.confirm-modal-content p{color:#666;line-height:1.5;margin-bottom:32px;font-size:1rem}.confirm-modal-actions{display:flex;flex-direction:column;gap:12px}.confirm-modal-actions button{padding:14px;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.btn-cancel{background:#ff6b35;color:#fff}.btn-cancel:hover{background:#e85d26;transform:translateY(-2px)}.btn-confirm{background:#f1f1f1;color:#666}.btn-confirm:hover{background:#e5e5e5;color:#d32f2f}@media (max-width: 480px){.confirm-modal-content{padding:24px}}.floating-cart{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#ff6b35,#f7931e);color:#fff;border:none;border-radius:16px;padding:18px 28px;box-shadow:0 12px 40px #ff6b3559,0 4px 12px #0000001a;cursor:pointer;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1);animation:slideUpCart .4s cubic-bezier(.4,0,.2,1);min-width:280px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideUpCart{0%{transform:translate(-50%) translateY(100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.floating-cart:hover{transform:translate(-50%) translateY(-6px) scale(1.02);box-shadow:0 16px 48px #ff6b3573,0 8px 16px #00000026}.floating-cart:active{transform:translate(-50%) translateY(-3px) scale(1.01)}.cart-badge{position:absolute;top:-10px;right:-10px;background:linear-gradient(135deg,#2d3436,#1e272e);color:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:700;border:3px solid white;box-shadow:0 4px 12px #0003;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.cart-content{display:flex;align-items:center;gap:14px}.cart-icon{display:flex;align-items:center;justify-content:center;background:#fff3;padding:8px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cart-icon svg{display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.cart-text{font-weight:600;font-size:1.05rem;letter-spacing:.3px;text-shadow:0 2px 4px rgba(0,0,0,.1)}.cart-total{font-weight:700;font-size:1.15rem;padding-left:14px;margin-left:auto;border-left:2px solid rgba(255,255,255,.4);text-shadow:0 2px 4px rgba(0,0,0,.1);letter-spacing:.5px}@media (max-width: 768px){.floating-cart{bottom:20px;left:16px;right:16px;transform:none;width:calc(100% - 32px);min-width:unset;padding:16px 20px}.floating-cart:hover{transform:translateY(-4px) scale(1.01)}.floating-cart:active{transform:translateY(-2px)}.cart-content{justify-content:space-between;width:100%;gap:10px}.cart-text{font-size:.95rem}.cart-total{font-size:1.05rem;padding-left:10px}.cart-badge{width:28px;height:28px;font-size:.85rem;top:-8px;right:-8px}@keyframes slideUpCart{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}}@media (max-width: 375px){.cart-icon{padding:6px}.cart-text{font-size:.9rem}.cart-total{font-size:1rem}}.restaurant-page{padding-bottom:80px;background-color:var(--light-gray);min-height:100vh}.restaurant-hero{height:200px;position:relative;border-radius:0 0 20px 20px}.restaurant-header{background:#fff;padding:24px;border-radius:var(--border-radius);box-shadow:var(--box-shadow);margin:-100px auto 24px;position:relative;max-width:1000px;width:90%}.header-info{display:flex;align-items:center;gap:24px}.header-logo{width:100px;height:100px;border-radius:50%;object-fit:cover;border:4px solid white;box-shadow:0 4px 12px #0000001a;background:#fff}.header-details h1{font-size:2rem;color:var(--dark);margin-bottom:8px}.header-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.95rem;color:var(--gray)}.status-tag{padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600}.menu-section{max-width:1000px;margin:0 auto;padding:0 20px}.category-nav{position:sticky;top:0;background:var(--light-gray);padding:16px 0;margin-bottom:24px;z-index:10;overflow-x:auto;white-space:nowrap;display:flex;gap:12px;-ms-overflow-style:none;scrollbar-width:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f8f9faf2}.category-nav::-webkit-scrollbar{display:none}.category-pill{display:inline-block;padding:8px 16px;background:#fff;border-radius:20px;color:var(--dark);font-weight:500;cursor:pointer;transition:var(--transition);border:1px solid transparent;box-shadow:0 2px 4px #0000000d}.category-pill:hover,.category-pill.active{background:var(--primary);color:#fff;box-shadow:0 4px 8px #ff6b354d}.menu-category h3{font-size:.9rem;color:#666;background-color:#f1f3f5;padding:12px 20px;margin:32px -20px 0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e9ecef}.products-grid{display:flex;flex-direction:column;gap:0;margin-bottom:20px}.product-card{padding:16px 0;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;gap:16px;cursor:pointer;transition:background-color .2s ease;background-color:transparent}.product-card:last-child{border-bottom:none}.product-content{display:flex;flex:1;gap:16px;align-items:center;justify-content:space-between;width:100%}.product-info{flex:1;display:flex;flex-direction:column;justify-content:center}.product-info h4{margin-bottom:4px;font-size:1rem;color:var(--dark);font-weight:500}.product-description{font-size:.85rem;color:#666;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4;font-weight:400}.product-price{font-weight:400;color:#000;font-size:.95rem;margin-top:auto}.product-image-wrapper{width:100px;height:100px;border-radius:8px;overflow:hidden;flex-shrink:0}.product-image{width:100%;height:100%;object-fit:cover}.product-actions{display:flex;align-items:center;align-self:flex-start;margin-top:4px}.btn-add{width:36px;height:36px;border-radius:50%;background:var(--light-gray);color:var(--primary);font-size:1.5rem;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;transition:var(--transition);border:none;cursor:pointer}.btn-add:hover:not(:disabled){background:var(--primary);color:#fff}.btn-add:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.restaurant-header{width:95%;padding:16px;flex-direction:column;align-items:flex-start}.header-info{flex-direction:column;align-items:center;text-align:center;width:100%}.header-logo{margin-top:-50px}}.badge-service{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;font-size:.8rem;font-weight:500;margin-right:8px;border:1px solid transparent}.badge-service.delivery{background-color:#e3f2fd;color:#1565c0;border-color:#bbdefb}.badge-service.pickup{background-color:#f3e5f5;color:#7b1fa2;border-color:#e1bee7}.badge-service.preorder{background-color:#fff3e0;color:#ef6c00;border-color:#ffe0b2}.status-tag{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:600;margin-right:12px}.status-tag.open{background-color:#d4edda;color:#155724}.status-tag.closed{background-color:#f8d7da;color:#721c24}.status-tag.order-only{background-color:#cce5ff;color:#004085}.status-tag.scheduled{background-color:#fff3cd;color:#856404}.payment-methods-badge{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center;font-size:.85rem;color:#666}.payment-label{font-weight:600;margin-right:4px}.payment-item{background:#fff;padding:2px 8px;border-radius:4px;border:1px solid #eee;font-size:.75rem;text-transform:uppercase;color:#555;box-shadow:0 1px 2px #0000000d}.checkout-page{padding:24px;max-width:600px;margin:0 auto;min-height:100vh;background-color:#fff}.cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.cart-header h2{font-size:1.1rem;font-weight:700;color:#333;text-transform:uppercase;letter-spacing:.5px;margin:0}.btn-clear-cart{background:none;border:none;color:#ea1d2c;font-weight:600;font-size:.9rem;cursor:pointer}.cart-restaurant-info{display:flex;align-items:center;background:transparent;padding:0 0 16px;margin-bottom:16px;border-bottom:1px solid #eee;box-shadow:none;border-radius:0}.cart-restaurant-logo{width:48px;height:48px;border-radius:50%;object-fit:cover;margin-right:12px;border:1px solid #eee}.cart-restaurant-details h3{margin:0;font-size:1rem;color:#333}.cart-link-add-more{font-size:.85rem;color:#ea1d2c;text-decoration:none;font-weight:600;margin-top:4px;display:inline-block;cursor:pointer}.cart-review-list{display:flex;flex-direction:column;gap:0;margin-bottom:24px}.cart-review-item{background:transparent;border-bottom:1px solid #f0f0f0;padding:16px 0;display:flex;align-items:flex-start;gap:12px}.cart-review-item:last-child{border-bottom:none}.item-thumb{width:64px;height:64px;border-radius:8px;object-fit:cover;background-color:#f0f0f0}.item-content{flex:1}.item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.item-name{font-weight:600;color:#333;font-size:1rem}.item-price{font-weight:700;color:#333;font-size:1rem}.item-options{font-size:.85rem;color:#666;margin-bottom:12px}.item-options span{display:block}.item-controls{display:flex;align-items:center;justify-content:flex-end;gap:12px}.qty-control{display:flex;align-items:center;background:#f5f5f5;border-radius:4px;padding:4px}.btn-qty{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;color:#ea1d2c;font-weight:700;font-size:1.2rem;cursor:pointer}.btn-qty.remove{font-size:1rem}.qty-value{font-weight:600;font-size:1rem;margin:0 12px;min-width:20px;text-align:center}.add-more-section{text-align:center;margin:24px 0}.btn-add-more-large{color:#ea1d2c;font-weight:600;font-size:1rem;background:none;border:none;cursor:pointer}.cart-summary-section{padding-top:16px;margin-bottom:80px}.summary-title{font-weight:700;font-size:1.1rem;margin-bottom:16px;color:#333}.summary-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:#666}.summary-total{display:flex;justify-content:space-between;font-weight:700;font-size:1.2rem;color:#333;margin-top:16px;padding-top:16px;border-top:1px solid #eee}.cart-footer-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:16px 24px;box-shadow:0 -2px 10px #0000000d;display:flex;justify-content:space-between;align-items:center;border-top:1px solid #eee;z-index:100}.footer-total p{margin:0;font-size:.85rem;color:#666}.footer-total h4{margin:4px 0 0;font-size:1.2rem;color:#333}.btn-continue-red{background-color:#ea1d2c;color:#fff;border:none;border-radius:4px;padding:12px 32px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-continue-red:hover{background-color:#d01925}.wizard-steps{display:flex;justify-content:space-between;margin-bottom:30px;position:relative;padding:0 10px}.checkout-wizard{max-width:800px;margin:40px auto;background:transparent;border-radius:0;box-shadow:none;overflow:visible}.wizard-steps{display:flex;align-items:center;justify-content:space-between;padding:30px 40px;background:#fafbfc;border-bottom:1px solid #f0f0f0}.step{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;position:relative;z-index:2}.step-number{width:32px;height:32px;border-radius:50%;background:#e0e0e0;color:#666;display:flex;align-items:center;justify-content:center;font-weight:600;transition:all .3s}.step.active .step-number{background:#ea1d2c;color:#fff;transform:scale(1.1);box-shadow:0 2px 8px #ea1d2c4d}.step.completed .step-number{background:#4caf50;color:#fff}.step span{font-size:.85rem;font-weight:500;color:#999}.step.active span{color:#ea1d2c;font-weight:700}.step.completed span{color:#4caf50}.step-line{flex:1;height:2px;background:#e0e0e0;margin:0 10px;position:relative;top:-14px;z-index:1}.wizard-content{padding:0;min-height:400px}.step-content h2{margin:0 0 24px;font-size:1.5rem;color:#333;font-weight:600}.user-identified{text-align:center;padding:24px 0;background:transparent;border-radius:0;border-bottom:1px solid #eee}.guest-options{text-align:center;margin-top:40px}.delivery-cards-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.delivery-option-card{background:#fff;border:1px solid #eee;padding:20px;border-radius:12px;display:flex;align-items:flex-start;gap:16px;cursor:pointer;transition:all .2s;position:relative;box-shadow:0 2px 8px #00000008}.card-header-row{display:flex;justify-content:space-between;align-items:center;width:100%}.btn-change-address{background:transparent;border:1px solid var(--primary);color:var(--primary);padding:4px 12px;border-radius:16px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;margin-left:12px}.btn-change-address:hover{background:var(--primary);color:#fff}.delivery-option-card:hover{border-color:#ddd;box-shadow:0 4px 12px #00000014}.delivery-option-card.selected{border:2px solid #ea1d2c;background:snow}.delivery-option-card.selected .card-icon{color:#ea1d2c;background:#fff0f0}.card-icon{font-size:1.5rem;background:#f8f9fa;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-info{flex:1}.card-info h3{margin:0 0 4px;font-size:1rem;color:#333;font-weight:600}.card-info p{margin:0;font-size:.95rem;color:#333;line-height:1.4}.card-subtext{font-size:.85rem!important;color:#888!important;margin-top:4px!important}.check-mark{color:#ea1d2c;font-weight:700;font-size:1.2rem}.arrow-right{color:#ccc;font-size:1.5rem;font-weight:300}.step-footer-actions{margin-top:24px;position:sticky;bottom:20px;background:linear-gradient(to top,#fff 80%,#fff0);padding-top:20px}.btn-back-link{background:none;border:none;color:#666;cursor:pointer;font-weight:500;margin-bottom:16px;display:flex;align-items:center;gap:4px}.btn-back-link:hover{color:#333}@media (max-width: 768px){.delivery-option-card{padding:16px}.card-icon{width:40px;height:40px;font-size:1.2rem}}.order-summary-card{background:transparent;border-radius:0;padding:0 0 20px;margin-bottom:32px;border:none;border-bottom:1px solid #eee}.order-summary-card h3{margin:0 0 16px;font-size:1rem;color:#333;font-weight:600}.summary-row{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.95rem;color:#666}.total-row{margin-top:12px;padding-top:12px;border-top:1px solid #e0e0e0;font-weight:700;color:#333;font-size:1.1rem}.total-row span:last-child{color:#ea1d2c}.payment-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;margin-bottom:30px}.payment-option{padding:16px;border:1px solid #ddd;border-radius:12px;cursor:pointer;transition:all .2s;font-size:1rem;font-weight:500;display:flex;align-items:center;gap:12px;background:#fff}.payment-option:hover{border-color:#ea1d2c;background:snow;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.payment-option.selected{border:2px solid #ea1d2c;background:snow;color:#333}.brand-icon{width:32px;height:32px;object-fit:contain}.brand-icon-placeholder{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border-radius:50%;font-size:1.2rem}.cash-change-section{background:transparent;padding:20px 0;border-radius:0;margin-top:-10px;margin-bottom:25px;border:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cash-change-section label{display:block;font-size:.9rem;color:#666;margin-bottom:8px;font-weight:600}.change-input-wrapper{display:flex;align-items:center;background:#fff;border:1px solid #ddd;border-radius:8px;padding:2px 12px}.currency-prefix{color:#888;font-weight:600;font-size:1rem}.change-input{border:none;padding:10px;width:100%;font-size:1.1rem;font-weight:600;color:#333;outline:none}.change-hint{font-size:.8rem;color:#888;margin-top:8px;margin-bottom:0}.btn-primary,.btn-next,.btn-finish{background:#ea1d2c;color:#fff;border:none;padding:14px 28px;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;width:100%}.btn-primary:hover:not(:disabled),.btn-next:hover:not(:disabled),.btn-finish:hover:not(:disabled){background:#d61b29}.btn-primary:disabled,.btn-next:disabled,.btn-finish:disabled{background:#ccc;cursor:not-allowed}.btn-text{background:none;border:none;color:#ea1d2c;font-weight:600;cursor:pointer;margin-top:10px}.btn-cancel{background:#f0f0f0;border:none;padding:12px 20px;border-radius:8px;font-weight:600;cursor:pointer;color:#444}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.empty-state h2{color:#ccc;margin-bottom:20px}.confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.confirmation-modal{background:#fff;padding:30px;border-radius:20px;width:90%;max-width:400px;box-shadow:0 10px 40px #0003;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.confirmation-modal h3{text-align:center;margin-bottom:24px;color:#333}.confirmation-details{background:#f9f9f9;padding:20px;border-radius:12px;margin-bottom:24px}.detail-row{display:flex;justify-content:space-between;margin-bottom:12px;font-size:.95rem}.detail-row span{color:#666}.detail-row strong{color:#333;text-align:right;max-width:60%}.detail-divider{height:1px;background:#e0e0e0;margin:16px 0}.detail-row.total{font-size:1.2rem;color:#ea1d2c;font-weight:700}.modal-actions{display:flex;gap:12px}.modal-actions button{flex:1}.btn-confirm{background:#4caf50;color:#fff;border:none;padding:12px;border-radius:8px;font-weight:600;cursor:pointer}.btn-confirm:hover{background:#43a047;color:#fff}@media (max-width: 768px){.wizard-steps,.wizard-content{padding:20px}}.payment-types-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;animation:fadeIn .3s ease-out}.payment-types-grid h3,.payment-methods-list h3{grid-column:1 / -1;margin:0 0 8px;font-size:1rem;color:#333;font-weight:600}.type-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;gap:8px;border:1px solid #ddd;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff}.type-card:hover{border-color:#ea1d2c;background-color:snow;transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}.type-card.selected{border:2px solid #4caf50;background-color:#e8f5e9;color:#2e7d32}.type-card.selected .type-label{color:#2e7d32}.type-icon{font-size:1.5rem}.type-label{font-weight:600;color:#333;font-size:.95rem}.type-card .arrow-right{font-size:1.2rem;color:#ccc;margin-top:4px}.payment-methods-list{animation:fadeIn .3s ease-out}.payment-methods-list .btn-back-link{margin-bottom:20px}@media (max-width: 480px){.payment-types-grid{grid-template-columns:1fr}.type-card{flex-direction:row;justify-content:flex-start;gap:16px;padding:12px 16px}.type-card .type-icon{font-size:1.25rem}}.new-address-flow h4{margin:0 0 24px;font-size:1.2rem;color:#333;font-weight:700}.new-address-flow .delivery-option-card{border:1.5px dashed #ddd;background:#fafafa}.new-address-flow .delivery-option-card:hover{border-style:solid;border-color:#ea1d2c;background:snow}.autocomplete-predictions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:1000;max-height:240px;overflow-y:auto;margin-top:4px}.prediction-item{padding:12px 16px;border-bottom:1px solid #f5f5f5;cursor:pointer;display:flex;flex-direction:column;transition:background .2s;text-align:left}.prediction-item:last-child{border-bottom:none}.prediction-item:hover{background:#f8f9fa}.prediction-item strong{font-size:.95rem;color:#333;margin-bottom:2px}.prediction-item small{font-size:.8rem;color:#888}.address-details-form{background:#fff;padding:0;margin-top:10px}.address-details-form .form-group{margin-bottom:16px;text-align:left}.address-details-form label{display:block;font-size:.85rem;font-weight:600;color:#666;margin-bottom:6px}.input-highlight{border:1.5px solid #eee;padding:12px;border-radius:8px;width:100%;font-size:1rem;transition:all .2s;box-sizing:border-box}.input-highlight:focus{border-color:#ea1d2c;outline:none;background-color:snow;box-shadow:0 0 0 3px #ea1d2c1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}@media (max-width: 480px){.form-row{grid-template-columns:1fr}}.address-selection-modal{width:90%;max-width:500px;padding:0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;max-height:80vh}.modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;background:#fff}.modal-header h3{margin:0;font-size:1.1rem;color:#333;font-weight:600}.close-btn-icon{background:none;border:none;cursor:pointer;color:#999;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.close-btn-icon:hover{background-color:#f5f5f5;color:#666}.address-list{display:flex;flex-direction:column;gap:12px;padding:24px;overflow-y:auto;background-color:#f9f9f9}.address-option{padding:16px;border:1px solid #eee;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff}.address-option:hover{border-color:#ddd;box-shadow:0 4px 12px #0000000d}.address-option.selected{border:2px solid var(--primary);background-color:snow}.address-info-row{display:flex;align-items:center;gap:16px}.address-icon{font-size:20px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;border-radius:50%;flex-shrink:0}.address-option.selected .address-icon{background-color:#fff0f0}.address-details{flex:1;display:flex;flex-direction:column;gap:4px}.address-title{font-weight:600;color:var(--dark);font-size:1rem}.address-subtitle{color:#666;font-size:.85rem;line-height:1.4}.radio-indicator{width:20px;height:20px;border-radius:50%;border:2px solid #ddd;display:flex;align-items:center;justify-content:center;flex-shrink:0}.radio-indicator.active{border-color:var(--primary)}.radio-inner{width:10px;height:10px;border-radius:50%;background-color:var(--primary)}.modal-footer{padding:16px 24px;border-top:1px solid #f0f0f0;background:#fff}.btn-confirm{width:100%;padding:14px;background-color:var(--primary);color:#fff;border:none;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-confirm:hover{background-color:#d61b29}.btn-confirm:disabled{background-color:#ccc;cursor:not-allowed}.address-map-picker{display:flex;flex-direction:column;gap:16px}.map-wrapper{position:relative;border-radius:14px;overflow:hidden;height:300px;background:#e8ecf0;flex-shrink:0}.map-canvas{width:100%;height:100%}.map-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f0f4f8;gap:10px;color:#718096;z-index:10;font-size:.9rem}.map-drag-hint{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#0000009e;color:#fff;font-size:.78rem;padding:5px 14px;border-radius:20px;display:flex;align-items:center;gap:5px;pointer-events:none;white-space:nowrap;z-index:5}.map-address-feedback{padding:10px 14px;background:#f7fafc;border:1.5px solid #e2e8f0;border-radius:10px;min-height:44px;display:flex;align-items:center}.geocoding-spinner{display:flex;align-items:center;gap:8px;color:#718096;font-size:.87rem}.detected-address-line{margin:0;font-size:.9rem;color:#2d3748;font-weight:500;display:flex;align-items:flex-start;gap:6px;line-height:1.4}.address-extra-fields{display:flex;flex-direction:column;gap:12px}.address-extra-fields .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.address-extra-fields .form-group{display:flex;flex-direction:column;gap:5px}.address-extra-fields label{font-size:.82rem;font-weight:600;color:#4a5568}.address-extra-fields input{padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.93rem;outline:none;transition:border-color .2s;background:#fff;width:100%;box-sizing:border-box}.address-extra-fields input:focus{border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b0014}.map-picker-actions{display:flex;gap:10px;justify-content:flex-end;padding-top:4px}.map-picker-actions .btn-cancel-map{padding:11px 20px;border:1.5px solid #e2e8f0;background:#fff;border-radius:10px;font-weight:600;font-size:.93rem;cursor:pointer;color:#4a5568;transition:background .15s}.map-picker-actions .btn-cancel-map:hover:not(:disabled){background:#f7fafc}.map-picker-actions .btn-cancel-map:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.map-wrapper{height:240px}.address-extra-fields .form-row{grid-template-columns:1fr}}.my-orders-page{padding-top:20px;padding-bottom:80px}.my-orders-page h1{font-size:1.5rem;margin-bottom:24px;color:var(--dark)}.orders-list{display:flex;flex-direction:column;gap:16px}.order-card{background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 4px #0000000d}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.order-main-info h3{margin:0;font-size:1rem;color:var(--dark)}.order-code{font-size:.8rem;color:var(--gray)}.order-status-badge{padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.status-created{background:#e2e3e5;color:#383d41}.status-accepted{background:#cce5ff;color:#004085}.status-preparing{background:#fff3cd;color:#856404}.status-delivery{background:#d4edda;color:#155724}.status-completed{background:#d1e7dd;color:#0f5132}.status-cancelled{background:#f8d7da;color:#721c24}.order-details{display:flex;justify-content:space-between;font-size:.9rem;color:var(--gray);margin-bottom:12px}.order-total{color:var(--dark);font-weight:600}.scheduling-badge{background:#f0f7ff;padding:8px;border-radius:6px;font-size:.85rem;color:#0056b3;margin-bottom:12px;border-left:3px solid #0056b3}.order-actions{display:flex;gap:8px;border-top:1px solid #eee;padding-top:12px}.order-actions button{flex:1;padding:8px;font-size:.9rem;border-radius:6px;cursor:pointer}.btn-outline{background:transparent;border:1px solid #ddd;color:var(--dark)}.btn-primary{background:var(--primary);border:none;color:#fff}.toast-container{position:fixed;top:24px;right:24px;display:flex;flex-direction:column;gap:12px;z-index:9999;pointer-events:none}.toast{display:flex;align-items:center;gap:16px;padding:16px 20px;border-radius:12px;background:#fff;box-shadow:0 10px 30px -5px #00000026;min-width:320px;max-width:450px;pointer-events:auto;animation:toast-slide-in .4s cubic-bezier(.175,.885,.32,1.275) forwards;border-left:5px solid transparent}.toast-success{border-left-color:#10b981}.toast-success .toast-icon{color:#10b981}.toast-error{border-left-color:#ef4444}.toast-error .toast-icon{color:#ef4444}.toast-warning{border-left-color:#f59e0b}.toast-warning .toast-icon{color:#f59e0b}.toast-info{border-left-color:#3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-content{flex:1;display:flex;flex-direction:column;gap:4px}.toast-title{font-size:1rem;font-weight:700;color:#1f2937}.toast-message{font-size:.9rem;color:#4b5563;line-height:1.4}.toast-close{background:transparent;border:none;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:6px;transition:all .2s}.toast-close:hover{background:#f3f4f6;color:#4b5563}@keyframes toast-slide-in{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 640px){.toast-container{top:16px;right:16px;left:16px}.toast{min-width:0;width:100%}}.tracking-page{min-height:100vh;background:#f4f5f7;padding-bottom:60px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.tracking-container{max-width:800px;margin:40px auto;padding:0 20px}.tracking-header{background:#fff;padding:30px;border-radius:16px;box-shadow:0 4px 20px #0000000d;margin-bottom:24px;text-align:center}.tracking-header h1{font-size:1.8rem;color:#333;margin-bottom:10px}.order-number{color:#888;font-size:1rem;font-weight:500}.timeline-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 20px #0000000d;margin-bottom:24px}.timeline{display:flex;justify-content:space-between;position:relative;max-width:600px;margin:0 auto;padding-top:20px}.timeline:before{content:"";position:absolute;top:42px;left:40px;right:40px;height:4px;background:#f0f0f0;z-index:1}.timeline-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;width:80px}.step-icon-wrapper{width:44px;height:44px;background:#f0f0f0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;transition:all .3s;font-size:1.2rem;color:#999}.timeline-step.active .step-icon-wrapper{background:#4caf50;color:#fff;box-shadow:0 4px 10px #4caf504d;transform:scale(1.1)}.timeline-step span{font-size:.85rem;color:#999;font-weight:500;text-align:center;line-height:1.2}.timeline-step.active span{color:#333;font-weight:700}.order-details-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;overflow:hidden;margin-bottom:24px}.details-section{padding:30px;border-bottom:1px solid #f0f0f0}.details-section:last-child{border-bottom:none}.details-section h3{margin:0 0 20px;font-size:1.1rem;color:#333;display:flex;align-items:center;gap:8px}.section-icon{color:#888}.items-list{display:flex;flex-direction:column;gap:16px}.order-item{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fafbfc;border-radius:8px;border:1px solid #f0f0f0}.item-qty{font-weight:600;color:#ea1d2c;margin-right:8px;min-width:24px}.item-info{flex:1}.item-name{display:block;color:#333;font-weight:500}.item-options{font-size:.85rem;color:#888;margin-top:4px}.item-price{font-weight:600;color:#333}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.info-item label{display:block;font-size:.85rem;color:#888;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.info-item p{margin:0;color:#333;font-weight:500}.order-total-row{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:1.2rem;font-weight:700;color:#333}.total-value{color:#ea1d2c}.btn-home{display:block;width:100%;margin-top:30px;padding:16px;background:transparent;border:1px solid #ea1d2c;color:#ea1d2c;border-radius:8px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .2s}.btn-home:hover{background:#fff8f8}@media (max-width: 600px){.timeline:before{left:20px;right:20px}.timeline-step{width:60px}.step-icon-wrapper{width:36px;height:36px;font-size:1rem}.timeline-step span{font-size:.75rem}}.btn-back{display:flex;align-items:center;gap:8px;background:none;border:none;color:#718096;font-weight:600;cursor:pointer;padding:10px 0;margin-bottom:20px;transition:all .2s;font-size:15px}.btn-back:hover{color:#ff6b00;transform:translate(-4px)}.profile-page-container{min-height:100vh;background:#f8f9fa;padding:40px 0}.profile-layout{display:grid;grid-template-columns:280px 1fr;gap:32px}.profile-sidebar{background:#fff;border-radius:16px;padding:24px;height:fit-content;box-shadow:0 4px 12px #0000000d}.user-brief{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #edf2f7}.avatar-placeholder{width:80px;height:80px;background:linear-gradient(135deg,#ff6b00,#ff8e3c);border-radius:24px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:32px;font-weight:700;margin-bottom:16px;position:relative;box-shadow:0 8px 16px #ff6b0033}.btn-edit-avatar{position:absolute;bottom:-4px;right:-4px;width:28px;height:28px;background:#fff;border:1px solid #edf2f7;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;color:#4a5568}.user-brief-info h3{margin:0;font-size:18px;color:#1a202c}.user-brief-info p{margin:4px 0 0;font-size:14px;color:#718096}.profile-nav{display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;padding:12px 16px;border:none;background:none;width:100%;color:#4a5568;border-radius:12px;cursor:pointer;transition:all .2s;font-weight:500;text-align:left}.nav-item span{flex:1;margin-left:12px}.nav-item .arrow{opacity:0;transition:transform .2s,opacity .2s}.nav-item:hover{background:#f7fafc;color:#1a202c}.nav-item.active{background:#ff6b0014;color:#ff6b00}.nav-item.active .arrow{opacity:1;transform:translate(4px)}.nav-divider{border:0;border-top:1px solid #edf2f7;margin:8px 0}.nav-item.logout{color:#e53e3e}.nav-item.logout:hover{background:#fff5f5}.profile-main-content{display:flex;flex-direction:column;gap:20px}.content-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000000d}.content-card.no-padding{padding:0}.card-header-padding{padding:32px 32px 16px}.content-card h2{margin:0;font-size:24px;color:#2d3748}.subtitle{color:#718096;margin:8px 0 24px}.profile-form{display:grid;gap:20px;max-width:500px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#4a5568}.form-group input{padding:12px 16px;border:1.5px solid #edf2f7;border-radius:10px;font-size:15px;transition:all .2s}.form-group input:focus{outline:none;border-color:#ff6b00;box-shadow:0 0 0 3px #ff6b001a}.form-actions{margin-top:12px}.status-message{padding:12px 16px;border-radius:12px;display:flex;align-items:center;gap:12px;font-weight:500;margin-bottom:8px}.status-message.success{background:#f0fff4;color:#2f855a;border:1px solid #c6f6d5}.status-message.error{background:#fff5f5;color:#c53030;border:1px solid #fed7d7}.orders-list{border-top:1px solid #edf2f7}.order-item{padding:24px 32px;border-bottom:1px solid #edf2f7;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .2s}.order-item:last-child{border-bottom:none;border-bottom-left-radius:16px;border-bottom-right-radius:16px}.order-item:hover{background:#fcfcfc}.order-rest-name{font-weight:700;color:#2d3748;font-size:16px;margin-bottom:4px}.order-meta{font-size:13px;color:#718096;margin-bottom:8px}.order-status-pill{display:inline-block;padding:4px 12px;border-radius:99px;font-size:12px;font-weight:700;text-transform:uppercase}.order-status-pill[data-status=CRIADO]{background:#ebf8ff;color:#2b6cb0}.order-status-pill[data-status=ACEITO]{background:#ebf4ff;color:#44337a}.order-status-pill[data-status=PREPARO]{background:#fef3c7;color:#92400e}.order-status-pill[data-status=SAIU]{background:#d1fae5;color:#065f46}.order-status-pill[data-status=ENTREGUE]{background:#ccfbf1;color:#115e59}.order-status-pill[data-status=CANCELADO]{background:#fee2e2;color:#991b1b}.order-price{display:flex;align-items:center;gap:16px;font-weight:700;color:#1a202c}.header-with-action{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.addresses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.address-card{padding:20px;border:1px solid #edf2f7;border-radius:16px;transition:all .2s}.address-card:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #00000008}.addr-tag{font-size:11px;font-weight:800;text-transform:uppercase;color:#ff6b00;background:#ff6b0014;width:fit-content;padding:2px 8px;border-radius:4px;margin-bottom:12px}.addr-main{font-weight:700;margin:0 0 4px;color:#2d3748}.addr-sub{font-size:14px;color:#718096;margin-bottom:16px}.addr-actions{display:flex;gap:16px;border-top:1px solid #f7fafc;padding-top:12px}.btn-text{background:none;border:none;font-size:14px;font-weight:600;color:#3182ce;padding:0;cursor:pointer}.btn-text.danger{color:#e53e3e}.loading-state,.empty-state{padding:60px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;color:#a0aec0}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.order-cancel-reason{margin-top:8px;font-size:13px;color:#e53e3e;background:#fff5f5;padding:8px 12px;border-radius:8px;border-left:4px solid #e53e3e;line-height:1.4}.profile-tabs-nav{display:flex;justify-content:space-between;background:#fff;border-radius:16px;padding:8px;margin-bottom:24px;box-shadow:0 4px 12px #0000000d;position:sticky;top:80px;z-index:10}.tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:12px 8px;border:none;background:none;color:#718096;border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:13px;font-weight:600}.tab-btn span{font-size:11px}.tab-btn:hover{color:#2d3748;background:#f7fafc}.tab-btn.active{color:#ff6b00;background:#ff6b0014}.tab-btn svg{transition:transform .2s}.tab-btn.active svg{transform:scale(1.1)}.desktop-only{display:block}@media (max-width: 1024px){.profile-page-container{padding:10px 0!important;background:#fff!important;padding-bottom:100px}.profile-layout{display:block!important;padding:0!important;gap:0!important}.desktop-only{display:none}.profile-tabs-nav{position:fixed;bottom:0;left:0;right:0;top:auto;margin-bottom:0;border-radius:0;padding:10px 16px env(safe-area-inset-bottom);box-shadow:0 -4px 15px #00000014;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #edf2f7;z-index:1000}.tab-btn{padding:8px}.tab-btn span{font-size:10px}.profile-main-content{gap:16px}.content-card{box-shadow:none!important;padding:15px!important;border-radius:0!important;padding:24px 20px;border-radius:20px;border:1px solid #edf2f7;box-shadow:0 2px 8px #00000005}.order-item{padding:15px!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.order-price{width:100%!important;justify-content:space-between!important;margin-top:5px!important;padding-top:10px!important;border-top:1px dashed #eee!important}}@media (max-width: 480px){.tab-btn span{display:block}.profile-page-container{padding-top:20px}}@media (max-width: 768px){.profile-page-container{padding:16px 0}.container{padding:0 12px}.content-card{padding:20px 16px}.card-header-padding{padding:20px 16px 12px}.profile-form{max-width:100%}.addresses-grid{grid-template-columns:1fr}}:root{--primary: #ff6b35;--primary-dark: #e55a2b;--secondary: #4ecdc4;--dark: #1a1a2e;--gray: #6c757d;--light-gray: #f8f9fa;--white: #ffffff;--success: #28a745;--danger: #dc3545;--warning: #ffc107;--border-radius: 12px;--box-shadow: 0 4px 6px rgba(0, 0, 0, .1);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--light-gray);color:var(--dark);line-height:1.6;overflow-x:hidden;width:100%}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:var(--primary);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-dark)}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:var(--transition)}input,textarea,select{font-family:inherit;outline:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:12px 24px;border-radius:var(--border-radius);font-weight:600;font-size:16px;transition:var(--transition)}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--box-shadow)}.card{background:var(--white);border-radius:var(--border-radius);padding:20px;box-shadow:var(--box-shadow);transition:var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #00000026}�.�a�n�i�m�a�t�e�-�s�p�i�n� �{� � � �a�n�i�m�a�t�i�o�n�:� �s�p�i�n� �1�s� �l�i�n�e�a�r� �i�n�f�i�n�i�t�e�;� �}� � �@�k�e�y�f�r�a�m�e�s� �s�p�i�n� �{� � � �f�r�o�m� �{� � � � � �t�r�a�n�s�f�o�r�m�:� �r�o�t�a�t�e�(�0�d�e�g�)�;� � � �}� � � �t�o� �{� � � � � �t�r�a�n�s�f�o�r�m�:� �r�o�t�a�t�e�(�3�6�0�d�e�g�)�;� � � �}� �}� � � �{}
