.home-page{min-height:100vh;display:flex;flex-direction:column;background:#050607;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.home-header{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;position:sticky;top:0;z-index:20;background:linear-gradient(to bottom,rgba(5,6,7,.95),rgba(5,6,7,.7),transparent)}.home-logo{display:flex;align-items:center;gap:12px;cursor:pointer}.home-logo img{width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 0 12px #0009}.home-logo-text{display:flex;flex-direction:column}.home-brand{font-weight:700;letter-spacing:.03em}.home-subbrand{font-size:.8rem;opacity:.8}.home-nav{display:flex;gap:12px}.home-nav button{background:transparent;border:none;color:#fff;font-size:.9rem;padding:8px 16px;border-radius:999px;cursor:pointer;transition:.2s}.home-nav button:hover{background:#ffffff1a}.home-main{flex:1}.home-hero{position:relative;min-height:70vh;padding:24px 12px 32px;display:flex;align-items:center;justify-content:center;background-image:url(/pollo-fire.png);background-size:cover;background-position:center;background-repeat:no-repeat}.home-hero-overlay{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#00000026,#000000d9)}.home-hero-content{position:relative;z-index:1;max-width:720px;text-align:center;padding:32px 24px;background:#05060773;border-radius:24px;box-shadow:0 18px 45px #00000052;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.home-hero-content h2{font-size:.9rem;letter-spacing:.25em;text-transform:uppercase;color:#f97316;margin-bottom:12px}.home-hero-content h1{font-size:2.2rem;margin-bottom:16px}.home-footer{padding:24px 40px 32px;display:flex;gap:40px;justify-content:flex-start;border-top:1px solid rgba(255,255,255,.06);background:#050607;font-size:.85rem}.footer-column h4{margin-bottom:8px;font-size:.8rem;text-transform:uppercase;letter-spacing:.14em;color:#f97316}.footer-column a,.footer-column span{display:block;margin-bottom:4px;color:#ffffffb3;text-decoration:none}.footer-column a:hover{text-decoration:underline}.checkout-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 16px;position:relative;background-image:url(/pollo-fire.png);background-size:cover;background-position:center;background-repeat:no-repeat}.checkout-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,#00000059,#000000e6)}.checkout-card{position:relative;z-index:1;width:100%;max-width:460px;background:#fffffff7;color:#111827;border-radius:24px;padding:28px 24px 24px;box-shadow:0 18px 45px #000000b3;display:flex;flex-direction:column}.checkout-card h2{font-size:1.3rem;font-weight:700;margin-bottom:16px;text-align:center;color:#111}.checkout-card label{font-size:.85rem;color:#111827;margin-top:8px}.checkout-card input{width:100%;border-radius:8px;border:1px solid #d1d5db;padding:8px 10px;background:#f9fafb;color:#111827}.checkout-card input::placeholder{color:#9ca3af}.checkout-radio-group{display:flex;gap:16px;font-size:.9rem;margin-top:8px;color:#111}.checkout-total-row{display:flex;justify-content:flex-end;font-size:1rem;margin-top:14px;color:#111;font-weight:600}.phone-input-wrapper{display:flex;align-items:center;gap:6px;margin-top:4px}.phone-prefix{padding:8px 10px;background:#e5e7eb;border-radius:8px;border:1px solid #d1d5db;font-size:.9rem}.delivery-estimate-box{margin-top:8px;padding:8px 10px;border-radius:10px;background:#f3f4f6;border:1px solid #e5e7eb;font-size:.85rem}.error-text,.field-error{color:#b91c1c;font-size:.8rem;margin-top:4px}.checkout-actions{display:flex;justify-content:space-between;margin-top:20px}.checkout-submit-btn{border:none;border-radius:999px;padding:12px 22px;background:linear-gradient(90deg,#f97316,#f59e0b);color:#fff;font-weight:600;cursor:pointer;box-shadow:0 16px 40px #f9731666;transition:.2s}.checkout-submit-btn:hover{filter:brightness(1.12)}.forgot-btn{background:linear-gradient(90deg,#f97316,#f59e0b)}.checkout-upsell-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:16px}.checkout-upsell-modal{width:min(480px,100%);max-height:80vh;background:radial-gradient(circle at top,#111827,#020617);border-radius:22px;padding:18px 18px 16px;box-shadow:0 28px 80px #000000f2;border:1px solid rgba(248,250,252,.14);color:#e5e7eb;display:flex;flex-direction:column;gap:10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.checkout-upsell-modal h3{font-size:1rem;font-weight:600}.upsell-subtext{font-size:.8rem;opacity:.85}.upsell-close-btn{align-self:flex-end;border:none;background:transparent;color:#9ca3af;font-size:1.4rem;cursor:pointer;line-height:1}.upsell-grid{margin-top:6px;display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-right:4px}.upsell-card{background:#020617;border-radius:14px;padding:8px;display:flex;gap:10px;align-items:center;border:1px solid rgba(30,64,175,.8)}.upsell-image{width:64px;height:58px;object-fit:cover;border-radius:12px}.upsell-info{display:flex;flex-direction:column;gap:4px;flex:1}.upsell-price{font-size:.8rem;opacity:.9}.upsell-add-btn{align-self:flex-start;margin-top:2px;padding:4px 12px;background:#22c55e;color:#052e16;border-radius:999px;border:none;cursor:pointer;font-weight:600;font-size:.78rem}@media (max-width: 900px){.home-header{padding:12px 16px}.home-logo-text{display:none}.home-hero-content{padding:24px 16px}.home-hero-content h1{font-size:1.6rem}.home-footer{flex-direction:column;padding:20px 16px 28px}.checkout-page{padding:24px 12px}.checkout-card{padding:24px 18px 20px;max-width:100%;margin:0 auto}.checkout-actions{flex-direction:column;gap:12px}.checkout-upsell-modal{max-height:85vh}}.menu-page{min-height:100vh;display:flex;flex-direction:column;background:#f5f5f5;color:#111827;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.menu-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:12px 40px;background:#050607f7;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid rgba(255,255,255,.06)}.menu-logo{display:flex;align-items:center;gap:12px;cursor:pointer}.menu-logo img{width:44px;height:44px;border-radius:50%;object-fit:cover;box-shadow:0 0 10px #0009}.menu-logo-text{display:flex;flex-direction:column;color:#fff}.menu-brand{font-weight:700;font-size:.95rem;letter-spacing:.03em}.menu-subbrand{font-size:.75rem;opacity:.8}.menu-top-nav{display:flex;gap:8px}.menu-top-nav button{background:transparent;border-radius:999px;border:none;color:#fff;font-size:.9rem;padding:6px 14px;cursor:pointer;transition:background .15s}.menu-top-nav button:hover{background:#ffffff14}.menu-hero{position:relative;background-image:url(/pollo-fire.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:220px;display:flex;align-items:center;justify-content:center}.menu-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000008c,#000000a6)}.menu-hero-content{position:relative;z-index:1;text-align:center;padding:28px 16px;color:#fff}.menu-hero-content h2{font-size:1.4rem;letter-spacing:.18em;text-transform:uppercase;margin-bottom:10px}.menu-hero-content p{font-size:.95rem;opacity:.9}.menu-categories-bar{position:sticky;top:64px;z-index:25;background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}.menu-categories-scroll{max-width:1200px;margin:0 auto;padding:8px 24px;display:flex;gap:8px;overflow-x:auto}.menu-category-tab{white-space:nowrap;border-radius:999px;border:none;padding:8px 16px;font-size:.9rem;cursor:pointer;background:#f3f4f6;color:#374151;transition:background .15s,color .15s}.menu-category-tab--active{background:#f97316;color:#fff}.menu-main{max-width:1200px;margin:24px auto 40px;padding:0 24px;display:grid;grid-template-columns:minmax(0,2.3fr) minmax(320px,1fr);gap:24px}.menu-products-column{min-width:0}.menu-section{margin-bottom:32px}.menu-section-title{font-size:1.2rem;margin-bottom:16px;color:#b91c1c}.menu-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.menu-product-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 10px 24px #0f172a14}.menu-product-image-wrapper{flex:0 0 120px;overflow:hidden}.menu-product-image{width:100%;height:100%;object-fit:cover;display:block}.menu-product-body{padding:12px 14px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.menu-product-name{font-size:.98rem;font-weight:600;margin-bottom:4px}.menu-product-desc{font-size:.8rem;color:#6b7280;margin-bottom:10px}.menu-product-footer{display:flex;justify-content:space-between;align-items:center}.menu-product-price{font-weight:700;color:#111827}.menu-add-btn{width:32px;height:32px;border-radius:999px;border:none;background:#f97316;color:#fff;font-size:1.2rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 20px #f9731673}.menu-cart-column{min-width:0}.menu-cart{position:sticky;top:96px;background:#fff;border-radius:16px;padding:16px 16px 18px;box-shadow:0 18px 40px #0f172a2e}.menu-cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.menu-cart-header h3{font-size:1rem}.menu-cart-clear{background:transparent;border:none;font-size:.8rem;color:#ef4444;cursor:pointer}.menu-cart-address-btn{width:100%;border-radius:8px;border:1px solid #e5e7eb;padding:8px 10px;font-size:.85rem;text-align:left;background:#f9fafb;margin-bottom:12px;cursor:pointer}.menu-cart-empty{font-size:.85rem;color:#6b7280}.menu-cart-list{list-style:none;padding:0;margin:8px 0 12px;max-height:260px;overflow-y:auto}.menu-cart-item{border-bottom:1px solid #e5e7eb;padding:8px 0}.menu-cart-item:last-child{border-bottom:none}.menu-cart-item-main{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:4px}.menu-cart-item-name{font-weight:500}.menu-cart-item-price{font-weight:600}.menu-cart-item-controls{display:flex;align-items:center;gap:8px;font-size:.85rem}.menu-cart-item-controls button{all:unset;box-sizing:border-box;width:28px;height:28px;border-radius:999px;border:1px solid #f97316;background:#fff;color:#f97316;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;cursor:pointer}.menu-cart-summary{border-top:1px solid #e5e7eb;padding-top:10px}.menu-cart-row{display:flex;justify-content:space-between;font-size:.9rem;margin-bottom:8px}.menu-cart-subtotal{font-weight:700}.menu-cart-checkout-btn{width:100%;border-radius:999px;border:none;padding:10px 14px;background:#f97316;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;box-shadow:0 16px 40px #f9731673}.menu-cart-checkout-btn:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}@media (max-width: 900px){.menu-main{grid-template-columns:minmax(0,1fr)}.menu-cart{position:static;margin-top:8px}.menu-products-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width: 640px){.menu-header{padding:10px 16px}.menu-logo-text{display:none}.menu-main{padding:0 12px 24px}.menu-categories-scroll{padding:8px 12px}}.cart-item-qty{display:flex;align-items:center;gap:8px}.cart-item-qty button{width:28px;height:28px;border-radius:999px;border:1px solid #f97316;background:#fff;color:#f97316;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;cursor:pointer}.cart-item-qty span,.menu-cart-item-controls span{min-width:20px;text-align:center;font-weight:600}.menu-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;display:flex;align-items:center;justify-content:center;z-index:100}.menu-modal{background:#020617;border-radius:16px;padding:16px 18px;max-width:420px;width:100%;border:1px solid #1e293b;color:#f9fafb;box-shadow:0 20px 50px #0009}.menu-modal h3{margin-bottom:4px;font-size:1.2rem}.menu-modal-product-name{font-size:.9rem;opacity:.8;margin-bottom:10px}.menu-modal-groups{max-height:340px;overflow-y:auto;padding-right:4px}.menu-modal-group{margin-bottom:14px}.menu-modal-group-header{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:6px}.menu-modal-required{color:#facc15;font-size:.75rem}.menu-modal-options{display:flex;flex-wrap:wrap;gap:6px}.menu-modal-option{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid #334155;background:#020617;font-size:.8rem;cursor:pointer}.menu-modal-option--active{border-color:#f97316;background:#1f2937}.menu-modal-option input{accent-color:#f97316}.menu-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.menu-modal-cancel,.menu-modal-confirm{border-radius:999px;border:none;padding:8px 14px;font-size:.85rem;cursor:pointer}.menu-modal-cancel{background:#111827;color:#e5e7eb}.menu-modal-confirm{background:linear-gradient(135deg,#facc15,#f97316);color:#111827;font-weight:600}.floating-whatsapp-button{position:fixed;right:18px;bottom:18px;width:58px;height:58px;border-radius:50%;border:none;cursor:pointer;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#25d366;box-shadow:0 4px 12px #00000059;opacity:.95;transition:.15s ease-out}.floating-whatsapp-button:hover{transform:translateY(-2px) scale(1.03);opacity:1}.floating-whatsapp-button:active{transform:scale(.95)}.floating-whatsapp-img{width:60%;height:60%;object-fit:contain;pointer-events:none}.floating-whatsapp-window{position:fixed;right:18px;bottom:86px;width:280px;max-width:90vw;background:#fff;border-radius:12px;box-shadow:0 10px 24px #00000059;z-index:9998;display:flex;flex-direction:column;overflow:hidden}.floating-whatsapp-header{background:#075e54;color:#fff;padding:10px 12px;display:flex;justify-content:space-between}.floating-whatsapp-header-title{font-size:13px;font-weight:600}.floating-whatsapp-close{border:none;background:transparent;color:#fff;font-size:14px;cursor:pointer}.floating-whatsapp-body{padding:10px 12px 8px;background:#f5f5f5}.floating-whatsapp-text{font-size:12px;margin-bottom:6px;color:#333}.floating-whatsapp-textarea{width:100%;resize:none;border-radius:8px;border:1px solid #cccccc;padding:6px 8px;font-size:13px}.floating-whatsapp-textarea:focus{border-color:#25d366}.floating-whatsapp-footer{padding:8px 12px 10px;background:#fff;display:flex;justify-content:flex-end}.floating-whatsapp-send{border:none;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:600;background:#25d366;color:#fff;cursor:pointer;transition:.12s}.floating-whatsapp-send:hover{background:#1ebe5b}@media (max-width: 600px){.floating-whatsapp-button{right:14px;bottom:14px;width:54px;height:54px}.floating-whatsapp-window{right:10px;bottom:78px;width:260px}}*,*:before,*:after{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;display:block}#root{width:100%;min-height:100vh;margin:0;padding:0;display:block}a{font-weight:500;color:#0284c7;text-decoration:none}a:hover{color:#0369a1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#0284c7;color:#fff;cursor:pointer;transition:.25s}button:hover{background-color:#0369a1}
