:root{--color-primary: #e74c3c;--color-primary-dark: #c0392b;--color-success: #2ecc71;--color-text: #333;--color-text-light: #666;--color-text-lighter: #999;--color-bg: #f5f5f5;--color-bg-white: #fff;--color-border: #eee;--color-border-dark: #e0e0e0;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-bg)}*{box-sizing:border-box}button{font-family:inherit}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.app-header{background:#fff;margin-bottom:0}.header-cover{height:140px;position:relative;overflow:hidden}.cover-image{width:100%;height:100%;object-fit:cover}.cover-overlay{position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(transparent,#0000004d)}.header-content{padding:0 1rem 1rem;margin-top:-35px;position:relative;z-index:10}.restaurant-card{display:flex;align-items:flex-start;gap:.75rem}.logo-container{width:91px;height:91px;border-radius:16px;background:#fff;padding:3px;box-shadow:0 2px 8px #00000026;flex-shrink:0}.logo-image{width:100%;height:100%;object-fit:contain;border-radius:14px}.restaurant-details{padding-top:8px}.restaurant-name{margin:0;font-size:1.8rem;font-weight:700;color:#fff;line-height:1.2;text-shadow:-1.5px -1.5px 0 #000,1.5px -1.5px 0 #000,-1.5px 1.5px 0 #000,1.5px 1.5px 0 #000,0 3px 6px rgba(0,0,0,.75)}.restaurant-meta{display:flex;gap:.75rem;margin:.25rem 0}.meta-item{font-size:.8rem;color:#666}.restaurant-address{margin:.25rem 0;font-size:.8rem;color:#888}.status-badge{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:10px;margin-top:.25rem}.status-badge.open{background:#e8f5e9;color:#2e7d32}.status-badge.open:before{content:"";width:6px;height:6px;background:#2e7d32;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.search-container{margin-top:.75rem}.search-input{width:100%;padding:10px 14px;border:1px solid #e5e5e5;border-radius:10px;background:#f8f8f8;font-size:.9rem;box-sizing:border-box;transition:all .2s}.search-input:focus{outline:none;border-color:#e74c3c;background:#fff;box-shadow:0 0 0 3px #e74c3c1a}.search-input::placeholder{color:#aaa}@media(min-width:768px){.header-cover{height:180px}.logo-container{width:104px;height:104px}.restaurant-name{font-size:1.68rem}}@media(prefers-reduced-motion:reduce){.status-badge.open:before{animation:none}}.category-nav{position:sticky;top:0;background:#fff;z-index:100;padding:.5rem 0;border-bottom:1px solid #eee;box-shadow:0 2px 4px #0000000d}.category-list{display:flex;overflow-x:auto;gap:.5rem;padding:0 1rem;margin:0;list-style:none;scrollbar-width:none;-ms-overflow-style:none}.category-list::-webkit-scrollbar{display:none}.category-item{flex-shrink:0}.category-button{background:none;border:none;padding:.75rem 1.25rem;font-size:.95rem;color:#666;cursor:pointer;border-bottom:3px solid transparent;transition:all .2s ease;white-space:nowrap;min-height:44px}.category-button:hover{color:#e74c3c;background-color:#e74c3c0d;border-radius:8px 8px 0 0}.category-button:focus{outline:none}.category-button.active{color:#e74c3c;border-bottom-color:#e74c3c;font-weight:600}@media(prefers-reduced-motion:reduce){.category-button{transition:none}}.product-card{display:flex;flex-direction:column;padding:0;background:#fff;transition:transform .2s ease,box-shadow .2s ease;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:1rem;border:1px solid #f0f0f0}.product-card:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001a}.product-image-container{position:relative;width:100%;height:160px;flex-shrink:0;overflow:hidden;border-radius:12px 12px 0 0}.product-image-container .smoke-container{position:absolute;bottom:0;left:0;right:0;height:80px;pointer-events:none;z-index:5}.product-image-container .smoke{position:absolute;bottom:0;width:40px;height:50px;background:radial-gradient(circle,#ffffffd9,#ffffff4d 50%,#fff0 70%);border-radius:50%;filter:blur(10px);opacity:0;animation:smoke-rise-small 2.5s infinite ease-out}.product-image-container .smoke:nth-child(1){left:20%;animation-delay:0s}.product-image-container .smoke:nth-child(2){left:50%;transform:translate(-50%);animation-delay:.8s;width:50px;height:60px}.product-image-container .smoke:nth-child(3){right:20%;left:auto;animation-delay:1.6s;width:35px;height:45px}@keyframes smoke-rise-small{0%{transform:translateY(5px) scale(.6);opacity:0}20%{opacity:.7}60%{opacity:.3}to{transform:translateY(-50px) scale(1.4);opacity:0}}.product-image-container .ice-container{position:absolute;top:0;left:0;right:0;height:100%;pointer-events:none;z-index:5;overflow:hidden}.product-image-container .ice{position:absolute;top:-15px;font-size:12px;opacity:0;animation:ice-fall-small 2.5s infinite ease-in;filter:drop-shadow(0 0 2px rgba(255,255,255,.8)) brightness(1.5) grayscale(.3)}.product-image-container .ice:nth-child(1){left:25%;animation-delay:0s;font-size:10px}.product-image-container .ice:nth-child(2){left:50%;animation-delay:.8s;font-size:14px}.product-image-container .ice:nth-child(3){left:75%;animation-delay:1.6s;font-size:11px}@keyframes ice-fall-small{0%{transform:translateY(0) rotate(0);opacity:0}15%{opacity:.75}70%{opacity:.45}to{transform:translateY(160px) rotate(360deg);opacity:0}}.product-image-container .flames-container{position:absolute;bottom:0;left:0;right:0;height:80px;pointer-events:none;z-index:5;overflow:hidden}.product-image-container .fire-smoke{position:absolute;bottom:20px;left:0;right:0;height:50px;display:flex;justify-content:space-around}.product-image-container .fire-smoke .smoke-particle{width:25px;height:30px;background:radial-gradient(circle,rgba(80,80,80,.35) 0%,rgba(60,60,60,.15) 50%,transparent 70%);border-radius:50%;filter:blur(6px);animation:smoke-rise-fire-small 1.8s infinite ease-out}.product-image-container .fire-smoke .smoke-particle:nth-child(1){animation-delay:0s}.product-image-container .fire-smoke .smoke-particle:nth-child(2){animation-delay:.9s}@keyframes smoke-rise-fire-small{0%{transform:translateY(0) scale(.7);opacity:0}20%{opacity:.4}to{transform:translateY(-40px) scale(1.3);opacity:0}}.product-image-container .fire{position:absolute;bottom:0;left:0;right:0;height:100%;display:flex;justify-content:space-between;align-items:flex-end;padding:0 3%}.product-image-container .flame{width:15%;background:linear-gradient(to top,transparent 0%,rgba(255,80,0,.95) 15%,rgba(255,120,20,.9) 30%,rgba(255,160,40,.8) 50%,rgba(255,200,60,.5) 70%,rgba(255,220,100,.2) 85%,transparent 100%);border-radius:50% 50% 20% 20%;filter:blur(1.5px);animation:fire-flicker-small .3s infinite alternate ease-in-out;transform-origin:bottom center}.product-image-container .flame.f1{height:45px;animation-delay:0s}.product-image-container .flame.f2{height:60px;animation-delay:.05s}.product-image-container .flame.f3{height:40px;animation-delay:.1s}.product-image-container .flame.f4{height:65px;animation-delay:.15s}.product-image-container .flame.f5{height:50px;animation-delay:.08s}.product-image-container .flame.f6{height:55px;animation-delay:.12s}@keyframes fire-flicker-small{0%{transform:scaleY(1) scaleX(1) rotate(-2deg);opacity:.85}to{transform:scaleY(1.12) scaleX(.88) rotate(2deg);opacity:1}}.product-image-container .freeze-container{position:absolute;inset:0;pointer-events:none;z-index:5;background:linear-gradient(to top,#c8e6ff8c,#b4dcff59,#96c8ff26 60%,#96c8ff00);animation:freeze-pulse-small 3s infinite alternate ease-in-out;-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}@keyframes freeze-pulse-small{0%{opacity:.7}to{opacity:1}}.product-info{flex:1;padding:.75rem 1rem 1rem;display:flex;flex-direction:column}.product-title{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:#333}.product-description{font-size:.75rem;color:#666;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.ingredient-icons{display:flex;align-items:center;gap:3px;margin-bottom:8px;flex-wrap:wrap}.ingredient-icon{width:22px;height:22px;border-radius:50%;background:#fff;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 1px 2px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.ingredient-icon:hover{transform:scale(1.15);box-shadow:0 2px 4px #0000001f;z-index:1}.ingredient-icon .ingredient-emoji{font-size:11px;line-height:1}.ingredient-icon.ingredient-more{background:linear-gradient(135deg,#e74c3c,#c0392b);border-color:#c0392b;color:#fff;font-size:8px;font-weight:700}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:.5rem}.product-price{font-weight:600;color:#333;font-size:.9rem;display:flex;flex-direction:column;gap:0}.original-price{font-size:.7rem;color:#999;text-decoration:line-through;font-weight:400}.current-price{color:#e74c3c;font-weight:700;font-size:1rem}.add-button{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;font-size:1.25rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 6px #e74c3c40;flex-shrink:0;line-height:1;padding:0 0 2px}.add-button:hover{transform:scale(1.05);box-shadow:0 3px 8px #e74c3c59}.add-button:active{transform:scale(.95)}.image-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:0}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.product-image{width:100%;height:100%;object-fit:cover;border-radius:0;opacity:0;transition:opacity .3s ease}.product-image.loaded{opacity:1}@media(prefers-reduced-motion:reduce){.product-card,.product-image,.add-button,.ingredient-icon{transition:none}.image-skeleton{animation:none}}@media(max-width:400px){.product-image-container{min-height:120px}.ingredient-icon{width:18px;height:18px}.ingredient-icon .ingredient-emoji{font-size:9px}}.featured-product-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px #0000001a;margin-bottom:2rem;position:relative;display:flex;flex-direction:column;transition:transform .3s ease}.featured-product-card:hover{transform:translateY(-5px)}.featured-image-container{position:relative;height:250px;overflow:hidden}.featured-product-image{width:100%;height:100%;object-fit:cover}.featured-badge{position:absolute;top:1rem;left:1rem;background:#e74c3c;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;box-shadow:0 4px 10px #e74c3c66;z-index:10}.smoke-container{position:absolute;bottom:0;left:0;right:0;height:150px;pointer-events:none;z-index:5}.smoke{position:absolute;bottom:0;width:80px;height:100px;background:radial-gradient(circle,#ffffffd9,#ffffff4d 50%,#fff0 70%);border-radius:50%;filter:blur(18px);opacity:0;animation:smoke-rise 3s infinite ease-out}.smoke:nth-child(1){left:10%;animation-delay:0s}.smoke:nth-child(2){left:30%;animation-delay:.6s;width:60px;height:80px}.smoke:nth-child(3){left:50%;transform:translate(-50%);animation-delay:1.2s;width:90px;height:110px}.smoke:nth-child(4){left:auto;right:30%;animation-delay:.3s;width:70px;height:90px}.smoke:nth-child(5){left:auto;right:10%;animation-delay:.9s;width:60px;height:80px}@keyframes smoke-rise{0%{transform:translateY(10px) scale(.7);opacity:0}20%{opacity:.8}60%{opacity:.4}to{transform:translateY(-90px) scale(1.8);opacity:0}}.ice-container{position:absolute;top:0;left:0;right:0;height:100%;pointer-events:none;z-index:5;overflow:hidden}.ice{position:absolute;top:-25px;font-size:18px;opacity:0;animation:ice-fall 3s infinite ease-in;filter:drop-shadow(0 0 3px rgba(255,255,255,.9)) brightness(1.5) grayscale(.3)}.ice:nth-child(1){left:15%;animation-delay:0s;font-size:16px}.ice:nth-child(2){left:30%;animation-delay:.5s;font-size:14px}.ice:nth-child(3){left:50%;animation-delay:1s;font-size:22px}.ice:nth-child(4){left:70%;animation-delay:1.5s;font-size:15px}.ice:nth-child(5){left:85%;animation-delay:2s;font-size:18px}@keyframes ice-fall{0%{transform:translateY(0) rotate(0);opacity:0}15%{opacity:.8}70%{opacity:.5}to{transform:translateY(250px) rotate(360deg);opacity:0}}.flames-container{position:absolute;bottom:0;left:0;right:0;height:120px;pointer-events:none;z-index:5;overflow:hidden}.fire-smoke{position:absolute;bottom:30px;left:0;right:0;height:80px;display:flex;justify-content:space-around}.fire-smoke .smoke-particle{width:40px;height:50px;background:radial-gradient(circle,rgba(80,80,80,.4) 0%,rgba(60,60,60,.2) 50%,transparent 70%);border-radius:50%;filter:blur(8px);animation:smoke-rise-fire 2s infinite ease-out}.fire-smoke .smoke-particle:nth-child(1){animation-delay:0s}.fire-smoke .smoke-particle:nth-child(2){animation-delay:.7s}.fire-smoke .smoke-particle:nth-child(3){animation-delay:1.4s}@keyframes smoke-rise-fire{0%{transform:translateY(0) scale(.8);opacity:0}20%{opacity:.5}to{transform:translateY(-60px) scale(1.5);opacity:0}}.fire{position:absolute;bottom:0;left:0;right:0;height:100%;display:flex;justify-content:space-between;align-items:flex-end;padding:0 2%}.flame{width:12%;background:linear-gradient(to top,transparent 0%,rgba(255,80,0,.95) 15%,rgba(255,120,20,.9) 30%,rgba(255,160,40,.8) 50%,rgba(255,200,60,.5) 70%,rgba(255,220,100,.2) 85%,transparent 100%);border-radius:50% 50% 20% 20%;filter:blur(2px);animation:fire-flicker .3s infinite alternate ease-in-out;transform-origin:bottom center}.flame.f1{height:70px;animation-delay:0s}.flame.f2{height:90px;animation-delay:.05s}.flame.f3{height:60px;animation-delay:.1s}.flame.f4{height:100px;animation-delay:.15s}.flame.f5{height:75px;animation-delay:.2s}.flame.f6{height:85px;animation-delay:.08s}.flame.f7{height:55px;animation-delay:.12s}.flame.f8{height:95px;animation-delay:.18s}@keyframes fire-flicker{0%{transform:scaleY(1) scaleX(1) rotate(-3deg);opacity:.85}to{transform:scaleY(1.15) scaleX(.85) rotate(3deg);opacity:1}}.freeze-container{position:absolute;inset:0;pointer-events:none;z-index:5;background:linear-gradient(to top,#c8e6ff99,#b4dcff66,#96c8ff33 60%,#96c8ff00);animation:freeze-pulse 3s infinite alternate ease-in-out;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}@keyframes freeze-pulse{0%{opacity:.7}to{opacity:1}}.featured-content{padding:1.5rem}.featured-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.featured-title{font-size:1.5rem;font-weight:800;color:#2c3e50;margin:0}.featured-rating{display:flex;align-items:center;gap:.5rem;background:#fff9c4;padding:.25rem .5rem;border-radius:8px}.featured-stars{color:#f1c40f;font-size:1rem}.featured-rating-text{font-size:.85rem;font-weight:600;color:#f39c12}.featured-description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1.5rem}.featured-footer{display:flex;justify-content:space-between;align-items:center}.featured-price{display:flex;flex-direction:column}.featured-price-label{font-size:.8rem;color:#999;text-transform:uppercase;letter-spacing:1px}.featured-price-value{font-size:1.8rem;font-weight:800;color:#2c3e50}.featured-button{background:#e74c3c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:background .2s;box-shadow:0 4px 15px #e74c3c4d}.featured-button:hover{background:#c0392b}.product-list{padding-bottom:80px}.category-section{margin-bottom:1rem}.category-title{font-size:1.1rem;font-weight:700;padding:1rem 1rem .5rem;margin:0;color:#333;background:#fff}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 .75rem}@media(min-width:768px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;padding:0 1rem}}@media(max-width:400px){.products-grid{grid-template-columns:1fr;padding:0 .5rem}}.floating-menu{position:fixed;bottom:8px;left:50%;transform:translate(-50%);display:flex;justify-content:center;align-items:center;gap:.1rem;background:linear-gradient(135deg,#e74c3c,#c0392b);padding:.12rem .25rem;padding-bottom:calc(.12rem + env(safe-area-inset-bottom));box-shadow:0 4px 20px #00000040;z-index:1000;border-radius:50px;max-width:calc(100vw - 16px);width:auto}.menu-item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.15rem;padding:.12rem .3rem;background:transparent;border:none;cursor:pointer;position:relative;transition:all .2s ease;border-radius:50px;min-width:auto;color:#fff}.menu-item:hover{background:#ffffff26}.menu-item:active{transform:scale(.95)}.menu-item.active{background:#ffffff40}.menu-item.disabled{opacity:.4;cursor:not-allowed}.menu-item.disabled:hover{background:transparent}.menu-icon{width:16px;height:16px;color:#fff;position:relative}.menu-icon svg{width:100%;height:100%}.menu-label{font-size:.6rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.2px}.menu-badge{position:absolute;top:-4px;right:2px;font-size:.5rem;font-weight:700;padding:1px 4px;border-radius:10px;min-width:14px;text-align:center}.menu-badge.count{background:#fff;color:#e74c3c}.menu-badge.time{background:#ffffff40;color:#fff;font-size:.45rem;top:-8px}.delivery-item{flex-direction:row!important;background:transparent;padding:.2rem .4rem;border-radius:9999px!important;gap:.2rem}.delivery-item .menu-icon{width:16px;height:16px}.delivery-item .menu-label{font-size:.55rem;text-transform:uppercase}.cart-item{flex-direction:row!important;background:transparent!important;padding:.2rem .4rem;border-radius:9999px!important;gap:.2rem;min-height:auto}.cart-item.has-items{background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important}.cart-item .menu-icon{order:0}.cart-item .menu-icon{width:16px;height:16px;color:#fff}.cart-item .menu-label{font-size:.55rem;text-transform:none;color:#fff}.cart-count-badge{position:absolute;top:-5px;right:-5px;background:#fff;color:#e74c3c;font-size:.5rem;font-weight:700;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-total{font-size:.55rem;font-weight:700;color:#fff}.delivery-popup-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:1001;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.delivery-popup{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:500px;padding:1.5rem;padding-bottom:calc(1.5rem + env(safe-area-inset-bottom));animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #eee}.popup-title{font-size:1.2rem;font-weight:700;color:#333}.popup-close{background:#f5f5f5;border:none;width:32px;height:32px;border-radius:50%;font-size:1.25rem;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.popup-close:hover{background:#eee}.popup-content{display:flex;flex-direction:column;gap:1rem}.popup-address-section{background:#f9f9f9;border-radius:16px;padding:1rem;cursor:pointer;transition:background .2s}.popup-address-section:hover{background:#f0f0f0}.popup-address-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.popup-address-label{font-size:.75rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.3px}.popup-address-change{font-size:.8rem;font-weight:600;color:#e74c3c}.popup-address-value{display:flex;flex-direction:column;gap:.25rem}.address-street{font-size:1rem;font-weight:600;color:#333}.address-neighborhood{font-size:.85rem;color:#666}.popup-address-empty{font-size:.95rem;color:#888}.popup-delivery-details{display:flex;flex-direction:column;gap:.75rem}.delivery-detail-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9f9f9;border-radius:12px}.detail-info{display:flex;flex-direction:column;flex:1}.detail-label{font-size:.75rem;color:#888}.detail-value{font-size:1rem;font-weight:600;color:#333}.detail-value.highlight,.detail-value.free{color:#27ae60}.detail-value.fee{color:#e74c3c}.popup-hint{font-size:.85rem;color:#27ae60;text-align:center;padding:.75rem;background:#e8f5e9;border-radius:12px}.popup-error{font-size:.9rem;color:#e74c3c;text-align:center;padding:1.5rem;background:#fff5f5;border-radius:12px}.popup-no-address{font-size:.95rem;color:#888;text-align:center;padding:1.5rem;background:#f5f5f5;border-radius:12px}@media(min-width:768px){.floating-menu{max-width:480px;left:50%;right:auto;transform:translate(-50%)}.menu-item{min-width:70px}.menu-label{font-size:.7rem}}@supports (padding-bottom: env(safe-area-inset-bottom)){.floating-menu{padding-bottom:calc(.6rem + env(safe-area-inset-bottom))}}@media(max-width:480px){.cart-total,.menu-badge.time{display:none!important}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#fff;gap:1rem;position:relative;overflow:hidden}.falling-food-container{position:absolute;inset:0;pointer-events:none;overflow:hidden}.falling-food{position:absolute;top:-60px;font-size:2.5rem;animation:fall linear infinite;opacity:.9;filter:drop-shadow(0 4px 6px rgba(0,0,0,.15))}@keyframes fall{0%{transform:translateY(0) rotate(0);opacity:0}10%{opacity:.9}80%{opacity:.9}to{transform:translateY(100vh) rotate(360deg);opacity:0}}.falling-food:nth-child(odd){animation:fall-wobble linear infinite}@keyframes fall-wobble{0%{transform:translateY(0) translate(0) rotate(0);opacity:0}10%{opacity:.9}25%{transform:translateY(25vh) translate(10px) rotate(90deg)}50%{transform:translateY(50vh) translate(-10px) rotate(180deg)}75%{transform:translateY(75vh) translate(10px) rotate(270deg)}80%{opacity:.9}to{transform:translateY(100vh) translate(0) rotate(360deg);opacity:0}}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1rem;z-index:10}.plate-emoji{font-size:4rem;animation:plate-pulse 1.5s ease-in-out infinite}@keyframes plate-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.loading-text{color:#e74c3c;font-size:1.1rem;font-weight:600;margin:0;animation:text-fade 1.5s ease-in-out infinite}@keyframes text-fade{0%,to{opacity:1}50%{opacity:.6}}@media(prefers-reduced-motion:reduce){.falling-food,.plate-emoji,.loading-text{animation:none}.falling-food{opacity:.7;top:50%;transform:translateY(-50%)}}.image-carousel{width:100%;background:#fff}.carousel-container{position:relative;width:100%;height:300px;overflow:hidden;background:#f5f5f5}.carousel-track{display:flex;height:100%;transition:transform .3s ease-in-out}.carousel-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center}.carousel-image{width:100%;height:100%;object-fit:cover}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;width:auto;height:auto;border-radius:0;font-size:3.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding-bottom:8px;box-shadow:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:all .2s ease;color:#e74c3c;z-index:10}.carousel-button:hover{background:transparent;transform:translateY(-50%) scale(1.1)}.carousel-button:focus{outline:none}.carousel-button.prev{left:1rem}.carousel-button.next{right:1rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem;padding:1rem}.dot{width:8px;height:8px;border-radius:50%;border:none;background:#ddd;cursor:pointer;padding:0;transition:all .2s ease}.dot:hover{background:#bbb;transform:scale(1.2)}.dot.active{background:#e74c3c;width:24px;border-radius:4px}@media(min-width:768px){.carousel-container{height:400px}}@media(prefers-reduced-motion:reduce){.carousel-track,.carousel-button,.dot{transition:none}}.quantity-selector{display:flex;align-items:center;gap:1rem;background:#f9f9f9;border-radius:8px;padding:.5rem;width:fit-content}.quantity-button{width:36px;height:36px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;color:#e74c3c;font-size:1.5rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}.quantity-button:hover:not(:disabled){background:#e74c3c;color:#fff;transform:scale(1.1);border-color:#e74c3c}.quantity-button:focus{outline:2px solid #e74c3c;outline-offset:2px}.quantity-button:disabled{opacity:.3;cursor:not-allowed}.quantity-display{min-width:40px;text-align:center;font-size:1.2rem;font-weight:600;color:#333}@media(prefers-reduced-motion:reduce){.quantity-button{transition:none}}.customization-options{margin-bottom:1.5rem}.customization-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#333}.options-grid{display:flex;flex-wrap:wrap;gap:.5rem}.option-button{background:#fff;border:1px solid #ddd;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;color:#666;cursor:pointer;transition:all .2s ease}.option-button:hover{border-color:#bbb;background:#f9f9f9}.option-button.selected{background:#e74c3c;color:#fff;border-color:#e74c3c;box-shadow:0 2px 5px #e74c3c4d}.other-observation-container{margin-top:1rem;width:100%}.other-observation-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-family:inherit;font-size:.95rem;resize:vertical;transition:border-color .2s;box-sizing:border-box}.other-observation-input:focus{outline:none;border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.accompaniments-selector{margin-bottom:1.5rem}.accompaniments-grid{display:flex;flex-direction:column;gap:.75rem}.accompaniment-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9f9f9;border-radius:12px;transition:all .2s ease}.accompaniment-item:hover{background:#f0f0f0}.accompaniment-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #e0e0e0}.accompaniment-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.accompaniment-name{font-size:.95rem;font-weight:500;color:#333}.accompaniment-price{font-size:.85rem;color:#e74c3c;font-weight:600}.accompaniment-free{font-size:.85rem;color:#27ae60;font-weight:600}.accompaniment-controls{display:flex;align-items:center;gap:.5rem}.acc-btn{width:32px;height:32px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;color:#e74c3c;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}.acc-btn:hover{background:#e74c3c;color:#fff;border-color:#e74c3c;transform:scale(1.1)}.acc-quantity{min-width:24px;text-align:center;font-size:1rem;font-weight:600;color:#333}.acc-add-btn{padding:.5rem 1rem;border:1px solid #e74c3c;border-radius:20px;background:#fff;color:#e74c3c;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease}.acc-add-btn:hover{background:#e74c3c;color:#fff}@media(prefers-reduced-motion:reduce){.accompaniment-item,.acc-btn,.acc-add-btn{transition:none}}.drinks-selector{display:flex;flex-direction:column;gap:1rem}.drink-price-info{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;padding:.75rem;margin-bottom:.5rem;font-size:.95rem;font-weight:600;color:#856404;text-align:center}.drink-selector-item{background:#fff;border:none;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000d;transition:box-shadow .2s;display:flex;align-items:center;gap:.75rem}.drink-selector-item:hover{box-shadow:0 4px 12px #0000001a}.drink-header{display:flex;align-items:center;gap:1rem;flex:1}.drink-image{width:60px;height:60px;object-fit:cover;border-radius:50%}.drink-info{flex:1}.drink-name{font-size:1rem;font-weight:600;color:#333;margin:0}.drink-types{display:flex;gap:.5rem;flex-shrink:0;flex-direction:column}.drink-type-control{display:flex;align-items:center;gap:.75rem;position:relative;padding:.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:20px;transition:border-color .2s}.drink-type-control:hover{border-color:#e74c3c}.type-label{flex:1;font-size:.9rem;font-weight:600;color:#333}.quantity-controls{display:flex;align-items:center;gap:.5rem}.qty-control-btn{width:32px;height:32px;border-radius:50%;border:2px solid #e74c3c;background:#fff;color:#e74c3c;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;line-height:1}.qty-control-btn:hover:not(:disabled){background:#e74c3c;color:#fff;transform:scale(1.1)}.qty-control-btn:disabled{opacity:.3;cursor:not-allowed}.qty-display{min-width:24px;text-align:center;font-size:1rem;font-weight:700;color:#333}.extra-cost-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#27ae60,#229954);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:12px;box-shadow:0 2px 4px #0003;white-space:nowrap;z-index:10}.included-badge{position:absolute;top:-8px;right:-8px;background:linear-gradient(135deg,#3498db,#2980b9);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:12px;box-shadow:0 2px 4px #0003;white-space:nowrap;z-index:10}.product-detail{min-height:100vh;background:#fff;padding-bottom:80px}.product-detail-header{position:sticky;top:0;z-index:100;background:#fff;padding:1rem;box-shadow:0 2px 4px #0000000d}.back-button-icon{background:none;border:none;font-size:1rem;color:#333;cursor:pointer;padding:.5rem;display:flex;align-items:center;gap:.5rem;font-weight:500}.back-button-icon:hover{color:#e74c3c}.product-detail-content{padding:1.5rem;gap:.75rem}.price-original{font-size:1rem;color:#999;text-decoration:line-through}.price-current{font-size:1.5rem;font-weight:700;color:#e74c3c}.product-description-full{color:#666;line-height:1.6;margin-bottom:1rem}.product-meta{display:flex;gap:1rem;margin-bottom:1.5rem;padding:.75rem;background:#f9f9f9;border-radius:8px}.product-weight{font-size:.9rem;color:#666}.product-rating{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.stars-container{display:flex;align-items:center;gap:.25rem}.review-snippet{margin-left:.5rem;font-size:.85rem;color:#666;display:flex;gap:.5rem;align-items:flex-start;border-left:2px solid #e0e0e0;padding-left:.75rem;opacity:0;animation:fadeIn .5s forwards;flex:1;min-width:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.review-user{font-weight:600;color:#333;white-space:nowrap;flex-shrink:0}.review-comment{font-style:italic;word-break:break-word}@media(max-width:480px){.review-snippet{width:100%;margin-left:0;border-left:none;padding-left:0;margin-top:.5rem}}.star{font-size:1rem;color:orange}.star.filled{color:orange}.star.empty{color:#ddd}.rating-value{font-size:.9rem;color:#666;margin-left:.25rem;font-weight:600}.novidade-badge{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:20px;font-size:.9rem;font-weight:600}.ingredients-list{display:flex;flex-wrap:wrap;gap:.5rem}.ingredient-item{display:flex;align-items:center;gap:.5rem;background:#f5f5f5;padding:.5rem 1rem;border-radius:20px;border:1px solid #e0e0e0}.ingredient-icon{font-size:1.2rem}.ingredient-name{color:#555;font-size:.9rem;font-weight:500}.quantity-section{margin-top:1.5rem}.drinks-section{margin-bottom:1.5rem}.drinks-section .options-grid{display:flex;flex-wrap:wrap;gap:.5rem}.drinks-section .option-button{border:1px solid #e0e0e0;border-radius:20px;background:#fff;color:#666;font-size:.9rem;cursor:pointer;transition:all .2s ease;min-height:36px;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem .5rem .5rem}.drink-thumb{width:28px;height:28px;border-radius:50%;object-fit:cover}.drinks-section .option-button:hover{border-color:#e74c3c;color:#e74c3c;background:#e74c3c0d}.drinks-section .option-button.selected{background:#e74c3c;color:#fff;border-color:#e74c3c}.refrigerante-options{margin-top:1rem;padding-left:1rem;border-left:3px solid #e74c3c}.subsection-title{font-size:.9rem;font-weight:600;margin:0 0 .5rem;color:#666}.quantity-distribution{display:flex;flex-direction:column;gap:.75rem}.distribution-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9f9f9;border-radius:8px}.distribution-label{font-size:.9rem;font-weight:500;color:#333}.distribution-controls{display:flex;align-items:center;gap:.75rem}.qty-btn{width:32px;height:32px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;color:#e74c3c;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;line-height:1}.qty-btn:hover:not(:disabled){background:#e74c3c;color:#fff;border-color:#e74c3c;transform:scale(1.1)}.qty-display{min-width:30px;text-align:center;font-size:1rem;font-weight:600;color:#333}.distribution-total{margin-top:.5rem;font-size:.85rem;color:#666;text-align:right;font-weight:500}.product-detail-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:1rem;z-index:1000;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 -4px 20px #0000001a}@media(min-width:480px){.product-detail-footer{flex-direction:row;justify-content:center;gap:1rem}}.add-to-cart-button{width:100%;max-width:600px;display:flex;justify-content:center;align-items:center;padding:.875rem 1rem;border:none;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-height:50px;gap:.5rem}@media(min-width:480px){.add-to-cart-button{margin:0 auto}}.add-to-cart-button.primary{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;box-shadow:0 8px 24px #e74c3c66}.add-to-cart-button.primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #e74c3c80}.add-to-cart-button.secondary{background:#fff;color:#e74c3c;border:2px solid #e74c3c;box-shadow:none}.add-to-cart-button.secondary:hover{background:#fff5f5;transform:translateY(-2px)}.cart-total{font-size:1rem;font-weight:700}.add-to-cart-button.secondary .cart-total{color:#e74c3c}.add-to-cart-button:active{transform:translateY(0)}.product-detail-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.product-detail-error h2{margin-bottom:1rem;color:#333}.back-button{padding:.75rem 1.5rem;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer}.drink-builder{margin-top:1rem;padding:1rem;background:#f8f8f8;border-radius:12px}.builder-selectors{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.builder-field{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:140px}.builder-label{font-size:.85rem;font-weight:600;color:#555}.drink-select{padding:.6rem;border:2px solid #ddd;border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer;transition:border-color .2s}.drink-select:focus{outline:none;border-color:#e74c3c}.add-drink-button{padding:.6rem 1.25rem;background:#27ae60;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s;height:fit-content}.add-drink-button:hover:not(:disabled){background:#229954}.add-drink-button:disabled{background:#ccc;cursor:not-allowed}.selected-drinks{margin-top:1.5rem}.drink-items{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.drink-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px}.drink-item-name{font-size:.95rem;font-weight:600;color:#333;flex:1}.drink-item-controls{display:flex;align-items:center;gap:.5rem}.drink-qty-btn{width:28px;height:28px;border:2px solid #e74c3c;background:#fff;color:#e74c3c;border-radius:6px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.drink-qty-btn:hover:not(:disabled){background:#e74c3c;color:#fff}.drink-qty-btn:disabled{border-color:#ccc;color:#ccc;cursor:not-allowed}.drink-qty-display{font-size:.9rem;font-weight:600;color:#666;min-width:20px;text-align:center}.drink-remove-btn{width:28px;height:28px;border:2px solid #e74c3c;background:#e74c3c;color:#fff;border-radius:6px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;margin-left:.25rem}.drink-remove-btn:hover{background:#c0392b;border-color:#c0392b}.selected-drinks-summary{margin-top:1.5rem;padding:1rem;background:#f8f8f8;border-radius:12px}.drink-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.drink-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:2px solid #e74c3c;border-radius:20px;font-size:.9rem;font-weight:600;color:#333}.drink-tag-remove{width:20px;height:20px;border:none;background:#e74c3c;color:#fff;border-radius:50%;font-size:.85rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.drink-tag-remove:hover{background:#c0392b}.scroll-indicator{position:fixed;bottom:100px;right:20px;width:50px;height:50px;background:#e74c3c;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #e74c3c66;animation:bounce 2s infinite;z-index:100;pointer-events:none}.scroll-indicator.hidden{display:none}.scroll-arrow{color:#fff;font-size:1.5rem;font-weight:700}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(min-width:768px){.product-detail{max-width:800px;margin:0 auto}}@media(prefers-reduced-motion:reduce){.add-to-cart-button{transition:none}.scroll-indicator{animation:none}}.combo-mosaic{width:100%;height:280px;overflow:hidden;background:var(--bg-secondary, #f5f5f5)}.combo-mosaic img{width:100%;height:100%;object-fit:cover}.combo-mosaic-placeholder{width:100%;height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);color:#888;gap:.5rem}.combo-mosaic-placeholder .mosaic-icon{font-size:3rem}.combo-mosaic.single .mosaic-main{width:100%;height:100%}.combo-mosaic.two-images{display:flex;gap:2px}.combo-mosaic.two-images .mosaic-half{width:50%;height:100%}.combo-mosaic.three-images{display:flex;gap:2px}.combo-mosaic.three-images .mosaic-large{width:60%;height:100%}.combo-mosaic.three-images .mosaic-small-column{width:40%;display:flex;flex-direction:column;gap:2px}.combo-mosaic.three-images .mosaic-small{height:50%}.combo-mosaic.grid{display:flex;gap:2px}.combo-mosaic.grid .mosaic-featured{width:60%;height:100%}.combo-mosaic.grid .mosaic-grid-small{width:40%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px}.combo-mosaic.grid .mosaic-grid-small .mosaic-grid-item:first-child{grid-column:span 2}.combo-mosaic.grid .mosaic-grid-item{position:relative;overflow:hidden}.combo-mosaic.grid .mosaic-grid-item img{width:100%;height:100%;object-fit:cover}.mosaic-more-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}@media(max-width:480px){.combo-mosaic,.combo-mosaic-placeholder{height:220px}}.combo-items-section{margin-top:2rem}.combo-items-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.combo-item{background:#f8f8f8;border-radius:12px;padding:1rem;border:2px solid #e0e0e0}.combo-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.combo-item-icon{font-size:1.8rem}.combo-item-name{font-size:1.05rem;font-weight:600;color:#333}.combo-item-observations{margin-top:.75rem}.combo-obs-label{font-size:.9rem;font-weight:600;color:#555;display:block;margin-bottom:.5rem}.combo-obs-options{display:flex;flex-wrap:wrap;gap:.5rem}.combo-obs-button{padding:.5rem 1rem;background:#fff;border:2px solid #ddd;border-radius:8px;font-size:.9rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s}.combo-obs-button:hover{border-color:#e74c3c;color:#e74c3c}.combo-obs-button.selected{background:#e74c3c;border-color:#e74c3c;color:#fff}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.free-delivery-progress{background:linear-gradient(135deg,#fff8f0,#fff);border:1px solid #ffe0cc;border-radius:12px;padding:12px 16px;margin:12px 0}.free-delivery-progress.achieved{background:linear-gradient(135deg,#e8f5e9,#fff);border-color:#a5d6a7}.progress-header{margin-bottom:8px}.progress-text{font-size:13px;color:#666}.progress-text strong{color:#ff6b00}.progress-text.success,.progress-text.success strong{color:#28a745}.progress-bar-container{height:8px;background:#eee;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#ff6b00,#ff8c00);border-radius:4px;transition:width .4s ease}.free-delivery-progress.achieved .progress-bar-fill{background:linear-gradient(90deg,#28a745,#34c759)}.progress-footer{display:flex;justify-content:space-between;margin-top:6px;font-size:11px;color:#999}.checkout-page{min-height:100vh;background:#f5f5f5;padding-bottom:2rem}.checkout-header{background:#fff;padding:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.checkout-header h1{font-size:1.2rem;margin:0;color:#333}.checkout-content{padding:1rem;max-width:600px;margin:0 auto}.checkout-section{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:1rem;box-shadow:0 2px 8px #0000000d}.section-title{font-size:1.1rem;margin:0 0 1rem;color:#333;display:flex;align-items:center;gap:.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#666;font-size:.9rem;font-weight:500}.form-group input[type=text],.form-group input[type=tel]{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus{border-color:#e74c3c;outline:none}.form-row{display:flex;gap:1rem}.checkbox-group{display:flex;align-items:center;padding-top:1.8rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin:0!important}.map-hint{font-size:.85rem;color:#666;text-align:center;margin:.5rem 0 0;font-style:italic}.checkout-map-container{margin-top:1rem;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.checkout-map-container .leaflet-container{border-radius:12px}.map-placeholder{background:linear-gradient(135deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;height:150px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#888;margin-top:1rem;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.map-pin{font-size:2rem;margin-bottom:.5rem}.payment-options{display:flex;flex-direction:column;gap:.75rem}.payment-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid #ddd;border-radius:8px;cursor:pointer;transition:all .2s}.payment-option.selected{border-color:#e74c3c;background:#fff5f5;color:#e74c3c;font-weight:500}.payment-option input{accent-color:#e74c3c}.order-summary{background:#fff;padding:1.5rem;border-radius:12px;margin-bottom:1.5rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#666}.summary-row:last-child{margin-bottom:0;padding-top:.5rem;border-top:1px solid #eee;color:#333;font-weight:600}.total-price{color:#e74c3c;font-size:1.2rem;font-weight:700}.finalize-button{width:100%;padding:1rem;background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #27ae604d;transition:transform .2s}.finalize-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #27ae6066}.finalize-button:active{transform:translateY(0)}.cart-page{min-height:100vh;background:#f5f5f5;padding-bottom:2rem}.cart-header{background:#fff;padding:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.cart-header h1{font-size:1.2rem;margin:0;color:#333;flex:1}.empty-cart-button{padding:.5rem;background:transparent;border:2px solid #e74c3c;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.empty-cart-button:hover{background:#e74c3c;transform:scale(1.1)}.cart-content{padding:1rem;max-width:800px;margin:0 auto}.cart-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;margin:2rem 1rem}.empty-icon{font-size:4rem;margin-bottom:1rem}.cart-empty h2{font-size:1.5rem;color:#333;margin-bottom:.5rem}.cart-empty p{color:#666;margin-bottom:2rem}.browse-button{padding:.75rem 2rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.browse-button:hover{transform:translateY(-2px)}.cart-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cart-item{background:#fff;border-radius:8px;padding:1rem;display:flex;gap:1rem;box-shadow:0 2px 8px #0000000d;border:1px solid #f0f0f0}.cart-product-card{background:#fff!important;border-radius:12px!important;border:1px solid #e0e0e0!important;box-shadow:0 1px 4px #0000000f!important}.cart-item-image{width:100px;height:100px;flex-shrink:0;border-radius:6px;overflow:hidden}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;gap:.5rem}.cart-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-item-name{font-size:1.1rem;font-weight:600;color:#333;margin:0;flex:1}.cart-item-actions{display:flex;gap:.5rem}.cart-action-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.25rem;transition:transform .2s}.cart-action-btn:hover{transform:scale(1.2)}.cart-item-quantity{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.quantity-label{font-weight:600;color:#666;font-size:.9rem}.quantity-controls-cart{display:flex;align-items:center;gap:.75rem}.qty-btn{width:28px;height:28px;border-radius:50%;border:2px solid #e74c3c;background:#fff;color:#e74c3c;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;line-height:1}.qty-btn:hover:not(:disabled){background:#e74c3c;color:#fff;transform:scale(1.1)}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-value{min-width:20px;text-align:center;font-size:1rem;font-weight:700;color:#333}.cart-item-info{display:flex;gap:.5rem;font-size:.9rem}.info-label{color:#666;font-weight:500}.info-value{color:#333}.extra-drink-cost{color:#e74c3c;font-weight:600;font-size:.9rem;margin-top:.2rem;border-top:1px dashed #eee;padding-top:.2rem}.combo-item-display{display:inline}.combo-item-obs{color:#666;font-size:.85rem;margin-left:.25rem}.accompaniments-list li,.observations-list li,.preferences-list li{padding:.125rem 0;list-style:none}.accompaniments-list li:before{content:"• ";color:#e74c3c;font-weight:700}.observations-list li:before,.preferences-list li:before{content:"• ";color:#999}.cart-item-price{font-size:1.1rem;font-weight:700;color:#e74c3c;margin-top:auto}.cart-summary{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000000d}.summary-row{display:flex;justify-content:space-between;font-size:1.1rem;font-weight:600;color:#333}.summary-total{color:#e74c3c;font-size:1.3rem}.proceed-button{width:100%;padding:1rem;background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #27ae604d;transition:transform .2s}.proceed-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #27ae6066}.proceed-button:active{transform:translateY(0)}@media(max-width:480px){.cart-item{flex-direction:column}.cart-item-image{width:100%;height:200px}}.other-observation-text{font-style:italic;color:#555;background:#fff3cd;padding:.5rem;border-radius:4px;border-left:3px solid #ffc107;margin-top:.25rem;font-size:.9rem}.minimum-order-warning{background:#fff3cd;color:#856404;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:500;margin-bottom:12px;text-align:center}.minimum-order-warning span{color:#dc3545;font-weight:600}.delivery-row{font-size:.95rem;padding:8px 0;border-bottom:1px solid #eee;margin-bottom:8px}.free-delivery{color:#28a745;font-weight:700}.total-row{padding-top:8px;font-size:1.15rem}.proceed-button:disabled{background:linear-gradient(135deg,#aaa,#888);cursor:not-allowed;box-shadow:none;transform:none}.address-page{min-height:100vh;background:#f5f5f5}.address-page-header{background:#fff;padding:1rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.address-page-header h1{font-size:1.1rem;margin:0;color:#333}.back-button{background:none;border:none;font-size:1rem;color:#e74c3c;cursor:pointer;padding:.5rem}.address-page-content{padding:1rem;max-width:500px;margin:0 auto}.address-page-error{background:#fff5f5;color:#e74c3c;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.section-title{font-size:.9rem;font-weight:600;color:#666;margin:1rem 0 .5rem}.saved-addresses-section{margin-bottom:1rem}.saved-address-item{display:flex;align-items:center;background:#fff;padding:.75rem;border-radius:8px;margin-bottom:.5rem;border:1px solid #eee}.saved-address-info{flex:1;cursor:pointer;min-width:0}.saved-address-text{display:block;font-size:.9rem;font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.saved-address-city{font-size:.75rem;color:#999}.delete-address-btn{background:none;border:none;color:#ccc;font-size:1rem;cursor:pointer;padding:.5rem;margin-left:.5rem}.delete-address-btn:hover{color:#e74c3c}.address-page-content .form-group{margin-bottom:.75rem}.address-page-content .form-group label{display:block;margin-bottom:.35rem;color:#666;font-size:.8rem;font-weight:500}.address-page-content .form-group input[type=text]{width:100%;padding:.65rem .75rem;border:1px solid #ddd;border-radius:8px;font-size:.95rem;transition:border-color .2s;box-sizing:border-box}.address-page-content .form-group input:focus{border-color:#e74c3c;outline:none}.address-page-content .form-row{display:flex;gap:.75rem}.checkbox-row{margin:.75rem 0}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;color:#666;font-size:.9rem}.checkbox-label input[type=checkbox]{accent-color:#e74c3c;width:16px;height:16px}.address-actions{display:flex;gap:.75rem;margin-top:1rem}.clear-address-btn{flex:1;padding:.85rem;background:#f5f5f5;border:1px solid #ddd;border-radius:10px;color:#666;font-size:.95rem;font-weight:500;cursor:pointer}.clear-address-btn:hover{background:#eee}.save-address-btn{flex:2;padding:.85rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.save-address-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #e74c3c4d}.save-address-btn:disabled{opacity:.6;cursor:not-allowed}.order-tracking-page{min-height:100vh;background:#f5f5f5;display:flex;flex-direction:column}.tracking-loading,.tracking-error{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;gap:1rem}.loading-spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#e74c3c;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-icon{font-size:3rem}.tracking-error h2{margin:0;color:#2c3e50}.tracking-error p{color:#7f8c8d;margin:0}.tracking-error button{margin-top:1rem;padding:.75rem 1.5rem;background:#e74c3c;color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer}.success-banner{background:linear-gradient(135deg,#27ae60,#2ecc71);padding:1rem 1.5rem;animation:slideDown .5s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.success-content{display:flex;align-items:center;gap:1rem;max-width:600px;margin:0 auto}.success-icon{font-size:1.5rem}.success-text{display:flex;flex-direction:column;color:#fff}.success-text strong{font-size:1rem}.success-text span{font-size:.85rem;opacity:.9}.tracking-header{display:flex;align-items:center;padding:1rem 1.5rem;background:#fff;box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:100}.back-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;font-size:1rem;color:#e74c3c;cursor:pointer;padding:.5rem;margin-left:-.5rem;font-weight:500}.back-button span{display:none}@media(min-width:480px){.back-button span{display:inline}}.tracking-header h1{flex:1;text-align:center;font-size:1.1rem;font-weight:700;color:#2c3e50;margin:0;margin-right:2rem}.map-section{height:220px;position:relative;max-width:calc(600px - 2rem);width:calc(100% - 2rem);margin:1rem auto;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000001a;box-sizing:border-box}.map-section .leaflet-container{width:100%;height:100%;border-radius:16px}.tracking-content{flex:1;padding:0 1rem 1rem;position:relative;z-index:50;display:flex;flex-direction:column;gap:1rem;max-width:600px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}.status-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #0000001a}.current-status{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.status-emoji{font-size:2.5rem;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.status-info{display:flex;flex-direction:column}.status-label{font-size:1.25rem;font-weight:700;color:#2c3e50}.estimated-time{font-size:.9rem;color:#7f8c8d}.status-progress{position:relative}.progress-bar{height:6px;background:#ecf0f1;border-radius:3px;margin-bottom:.5rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#e74c3c,#c0392b);border-radius:3px;transition:width .5s ease}.status-steps{display:flex;justify-content:space-between}.status-step{display:flex;flex-direction:column;align-items:center;flex:1}.step-dot{width:28px;height:28px;border-radius:50%;background:#ecf0f1;display:flex;align-items:center;justify-content:center;font-size:.8rem;margin-bottom:.5rem;transition:all .3s ease}.status-step.active .step-dot{background:#e74c3c}.status-step.current .step-dot{box-shadow:0 0 0 4px #e74c3c33;animation:ring-pulse 2s infinite}@keyframes ring-pulse{0%,to{box-shadow:0 0 0 4px #e74c3c33}50%{box-shadow:0 0 0 8px #e74c3c1a}}.step-label{font-size:.65rem;color:#95a5a6;text-align:center}.status-step.active .step-label{color:#2c3e50;font-weight:600}.details-card{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.details-header{margin-bottom:1rem}.details-header h2{font-size:1rem;font-weight:700;color:#2c3e50;margin:0}.detail-row{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f5f5f5}.detail-row:last-of-type{border-bottom:none}.detail-icon{font-size:1.25rem}.detail-content{display:flex;flex-direction:column;flex:1}.detail-label{font-size:.75rem;color:#95a5a6;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:.95rem;color:#2c3e50;font-weight:500}.detail-sub{font-size:.85rem;color:#7f8c8d}.items-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.items-section h3{font-size:.9rem;color:#7f8c8d;margin:0 0 .75rem;font-weight:500}.items-list{display:flex;flex-direction:column;gap:.5rem}.order-item{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.order-item:last-child{border-bottom:none}.order-item-header{display:flex;align-items:center;gap:.75rem}.item-qty{font-size:.85rem;font-weight:700;color:#e74c3c;min-width:24px}.item-name{flex:1;font-size:.9rem;color:#2c3e50}.item-price{font-size:.9rem;color:#2c3e50;font-weight:500}.order-item-customizations{margin-left:24px;padding-left:.75rem;border-left:2px solid #f0f0f0;display:flex;flex-direction:column;gap:.5rem}.customization-section{display:flex;flex-direction:column;gap:.25rem}.customization-label{font-size:.75rem;color:#7f8c8d;font-weight:600}.customization-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.125rem}.customization-list li{font-size:.8rem;color:#2c3e50;padding-left:.5rem}.customization-text{font-size:.8rem;color:#2c3e50;font-style:italic}.totals-section{margin-top:1rem;padding-top:1rem;border-top:2px solid #f0f0f0}.total-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9rem;color:#7f8c8d}.total-row.total-final{font-size:1.1rem;font-weight:700;color:#2c3e50;padding-top:.75rem}.confirm-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#27ae60,#2ecc71);color:#fff;border:none;border-radius:16px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #27ae604d;transition:all .2s ease}.confirm-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #27ae6066}.confirm-button:active{transform:translateY(0)}.btn-icon{font-size:1.2rem}@media(min-width:768px){.map-section{height:40vh}.tracking-content{margin-top:-3rem}.status-card,.details-card{padding:2rem}.step-label{font-size:.75rem}}@media(prefers-color-scheme:dark){.order-tracking-page{background:#1a1a2e}.tracking-header{background:#16213e}.tracking-header h1{color:#fff}.status-card,.details-card{background:#16213e}.status-label,.detail-value,.item-name,.total-row.total-final,.customization-list li,.customization-text{color:#fff}.detail-row,.order-item{border-bottom-color:#1f4068}.order-item-customizations{border-left-color:#1f4068}}.order-review-page{padding:20px 20px 80px;max-width:600px;margin:0 auto}.review-header{text-align:center;margin-bottom:30px}.review-header h1{margin-bottom:10px;color:#333}.review-header p{color:#666}.review-item-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px}.review-item-card h3{margin:0 0 5px;color:#333}.item-details{color:#999;font-size:.9rem;margin-bottom:15px}.rating-container{margin-bottom:15px}.rating-container label{display:block;margin-bottom:5px;font-weight:700;color:#555}.stars{font-size:2rem;color:#ddd;cursor:pointer}.star{transition:color .2s}.star.filled{color:#f1c40f}.comment-container label{display:block;margin-bottom:5px;font-weight:700;color:#555}.comment-container textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;resize:vertical;font-family:inherit}.submit-review-button{width:100%;padding:15px;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;box-shadow:0 4px 6px #e74c3c33;margin-top:20px}.submit-review-button:hover{background:#c0392b}.submit-review-button:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.review-success-page{min-height:100vh;background:linear-gradient(135deg,#2ecc71,#27ae60);display:flex;align-items:center;justify-content:center;padding:20px}.success-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;max-width:400px;width:100%;padding:20px}.success-icon{width:100px;height:100px;margin:0 auto 30px;color:#fff;animation:scaleIn .5s ease-out}.success-icon svg{width:100%;height:100%}.success-icon circle{animation:drawCircle .6s ease-out forwards;stroke-dasharray:166;stroke-dashoffset:166}.success-icon path{animation:drawCheck .4s .4s ease-out forwards;stroke-dasharray:48;stroke-dashoffset:48}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-content h1{font-size:1.8rem;margin-bottom:15px;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.1)}.success-content p{font-size:1.1rem;opacity:.9;margin-bottom:30px;line-height:1.5}.back-to-menu-button{background:#fff;color:#27ae60;border:none;padding:15px 40px;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 15px #00000026;transition:all .3s ease}.back-to-menu-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003}.back-to-menu-button:active{transform:translateY(0)}@media(max-width:480px){.review-success-page{padding:15px}.success-icon{width:80px;height:80px;margin-bottom:20px}.success-content h1{font-size:1.5rem;margin-bottom:12px}.success-content p{font-size:1rem;margin-bottom:25px;padding:0 10px}.back-to-menu-button{width:100%;padding:14px 30px;font-size:1rem}}.success-content h1,.success-content p,.back-to-menu-button{display:block;width:auto}.restaurant-card{background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #00000014;border:1px solid #eee}.restaurant-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001f}.restaurant-card-cover{height:120px;background-size:cover;background-position:center;position:relative;background-color:#e74c3c}.restaurant-card-logo-container{position:absolute;bottom:-28px;left:16px}.restaurant-card-logo{width:56px;height:56px;border-radius:50%;border:3px solid white;object-fit:cover;background:#fff;box-shadow:0 2px 8px #00000026}.restaurant-card-logo-placeholder{width:56px;height:56px;border-radius:50%;border:3px solid white;background:#e74c3c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 2px 8px #00000026}.restaurant-card-content{padding:36px 16px 16px}.restaurant-card-name{font-size:1.1rem;font-weight:600;color:#333;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restaurant-card-address{font-size:.85rem;color:#777;margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.restaurant-card-stars{display:flex;align-items:center;gap:2px;margin-bottom:6px}.restaurant-card-stars .star{font-size:.9rem}.restaurant-card-stars .star.full{color:#ffc107}.restaurant-card-stars .star.half{color:#ffc107;opacity:.7}.restaurant-card-stars .star.empty{color:#ddd}.restaurant-card-stars .rating-value{font-size:.85rem;color:#555;margin-left:6px;font-weight:500}.restaurant-card-distance{font-size:.8rem;color:#888;display:inline-block}.homepage{min-height:100vh;background-color:#f8f8f8;font-family:var(--fominha-font-family, "Inter", -apple-system, sans-serif)}.homepage-address-mode{background:linear-gradient(135deg,#e74c3c,#c0392b)}.homepage-header{background:#e74c3c;padding:1rem 1.5rem;color:#fff}.homepage-brand{display:flex;justify-content:center;margin-bottom:.75rem}.homepage-logo{display:flex;align-items:center;gap:.5rem}.homepage-logo .logo-img{width:108px;height:108px;object-fit:contain;border-radius:16px}.homepage-logo .logo-text{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.homepage-location{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.75rem 1rem;border-radius:10px;cursor:pointer;transition:background .2s ease}.homepage-location:hover{background:#ffffff40}.homepage-location .location-icon{font-size:1rem}.homepage-location .location-text{flex:1;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.homepage-location .location-change{font-size:.8rem;font-weight:600;opacity:.9;background:#fff3;padding:.25rem .5rem;border-radius:4px}.homepage-search-container{background:#fff;padding:1rem 1.5rem;border-bottom:1px solid #eee}.homepage-search{display:flex;align-items:center;gap:.75rem;background:#f5f5f5;padding:.75rem 1rem;border-radius:10px;border:1px solid #e0e0e0}.homepage-search .search-icon{font-size:1rem;opacity:.6}.homepage-search input{flex:1;border:none;background:transparent;font-size:1rem;color:#333;outline:none}.homepage-search input::placeholder{color:#999}.homepage-search .search-clear{background:#ddd;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:.8rem;color:#666;display:flex;align-items:center;justify-content:center}.homepage-search .search-clear:hover{background:#ccc}.homepage-cuisine-container{background:#fff;padding:1rem 0;border-bottom:1px solid #eee}.homepage-cuisine-scroll{display:flex;gap:.75rem;overflow-x:auto;padding:0 1.5rem;scrollbar-width:none;-ms-overflow-style:none}.homepage-cuisine-scroll::-webkit-scrollbar{display:none}.cuisine-pill{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem 1rem;background:#f5f5f5;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:70px}.cuisine-pill:hover{background:#ffe8e5;border-color:#e74c3c}.cuisine-pill.active{background:#e74c3c;border-color:#e74c3c;color:#fff}.cuisine-pill .cuisine-icon{font-size:1.5rem}.cuisine-pill .cuisine-name{font-size:.75rem;font-weight:500}.homepage-content{padding:1.5rem}.homepage-section-title{font-size:1.25rem;font-weight:600;color:#333;margin:0 0 1rem}.homepage-stores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.homepage-address-container{padding:2rem 1.5rem;display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 80px)}.address-card{background:#fff;border-radius:16px;padding:2rem;width:100%;max-width:450px;box-shadow:0 10px 40px #0003}.address-card h2{font-size:1.4rem;font-weight:600;color:#333;margin:0 0 .5rem;text-align:center}.address-subtitle{font-size:.9rem;color:#666;text-align:center;margin:0 0 1.5rem}.address-form-row{display:flex;gap:1rem;margin-bottom:1rem}.address-form-group{flex:1}.address-form-group label{display:block;font-size:.85rem;font-weight:500;color:#555;margin-bottom:.5rem}.address-form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;color:#333;transition:border-color .2s ease;box-sizing:border-box}.address-form-group input:focus{outline:none;border-color:#e74c3c}.address-preview{display:flex;align-items:center;gap:.75rem;background:#e8f5e9;padding:1rem;border-radius:10px;margin-bottom:1rem}.address-preview-icon{width:32px;height:32px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.address-preview-text .address-line{font-weight:500;color:#333;margin:0 0 .25rem;font-size:.95rem}.address-preview-text .address-detail{font-size:.85rem;color:#666;margin:0}.homepage-map{height:200px;border-radius:10px;overflow:hidden;margin-bottom:1.5rem;background:#e0e0e0;border:2px solid #e0e0e0}.address-submit-btn{width:100%;padding:1rem;background:#e74c3c;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.address-submit-btn:hover:not(:disabled){background:#c0392b}.address-submit-btn:active:not(:disabled){transform:scale(.98)}.address-submit-btn:disabled{opacity:.6;cursor:not-allowed}.homepage-error{background:#ffebee;color:#c62828;padding:1rem;border-radius:10px;text-align:center;margin-bottom:1rem;font-weight:500}.homepage-empty{text-align:center;padding:3rem 1rem;color:#666}.homepage-empty .empty-icon{font-size:4rem;display:block;margin-bottom:1rem}.homepage-empty p{font-size:1.1rem;margin:0 0 1rem}.empty-clear-btn{background:#e74c3c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer}.empty-clear-btn:hover{background:#c0392b}@media(max-width:600px){.homepage-stores-grid{grid-template-columns:1fr}.cuisine-pill{min-width:60px;padding:.5rem .75rem}.cuisine-pill .cuisine-icon{font-size:1.25rem}}.app{width:100%;max-width:100%;margin:0 auto;padding-bottom:80px}@media(min-width:768px){.app{max-width:1024px;background:#fff;min-height:100vh;box-shadow:0 0 20px #0000000d}}
