@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--primary:#3b82f6;--primary-hover:#2563eb;--bg-color:#f8fafc;--text-main:#0f172a;--text-muted:#64748b;--border-color:#e2e8f0;--card-bg:#fff}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-color);color:var(--text-main);min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}button,input,select,textarea{font-family:inherit}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 6px -1px #3b82f633}.btn-primary:hover{background-color:var(--primary-hover);box-shadow:0 6px 8px -1px #3b82f64d}.btn-outline{color:var(--text-muted);border:1px solid var(--border-color);background-color:#0000}.btn-outline:hover{color:var(--text-main);background-color:#f1f5f9}.input-field{border:1px solid var(--border-color);width:100%;color:var(--text-main);background:#fff;border-radius:8px;outline:none;padding:12px 16px;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:.85rem;font-weight:700;display:inline-block}.lp-container{color:#2c2927;background:radial-gradient(circle at 10% 20%,#fcfbf9 0%,#f5eee2 100%);flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;padding:20px 24px;font-family:Outfit,sans-serif;display:flex;overflow-x:hidden}.lp-header{border-bottom:1px solid #b06b430d;justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin-bottom:40px;padding:0;display:flex}.lp-logo-group{align-items:center;gap:0;display:flex}.lp-logo-text-gourmet{color:#1e1b18;letter-spacing:-1px;font-size:2.1rem;font-weight:800}.lp-logo-text-dot{color:#c62828;font-size:2.1rem;font-weight:800}.lp-logo-text-eat{color:#c62828;letter-spacing:-.5px;font-size:2.1rem;font-weight:400}.lp-logo-img:hover{transform:scale(1.02)}.lp-nav{align-items:center;gap:28px;display:flex}.lp-nav-btn-link{color:#4a4642;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 12px;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;transition:all .2s}.lp-nav-btn-link:hover{color:#c62828;background:#b06b430a}.lp-btn-download-top{color:#fff;letter-spacing:.5px;cursor:pointer;background:linear-gradient(135deg,#991b1b 0%,#dc2626 50%,#202528 100%);border:none;border-radius:12px;align-items:center;gap:6px;padding:10px 24px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 15px #991b1b2e}.lp-btn-download-top:hover{filter:brightness(1.05);background:linear-gradient(135deg,#991b1b 0%,#dc2626 50%,#202528 100%);transform:translateY(-2px);box-shadow:0 8px 25px #991b1b47}.lp-hero{grid-template-columns:1fr 1.2fr;align-items:center;gap:50px;width:100%;max-width:1100px;margin-bottom:90px;padding:40px 0;display:grid}.lp-hero-content{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.lp-badge{color:#c62828;letter-spacing:1px;background:#b06b4314;border:1px solid #b06b431f;border-radius:30px;margin-bottom:24px;padding:8px 16px;font-size:.75rem;font-weight:700;display:inline-block}.lp-hero-title{color:#1e1b18;letter-spacing:-.5px;margin:0 0 20px;font-size:3rem;font-weight:800;line-height:1.15}.lp-hero-title .highlight{color:#c62828;background:linear-gradient(135deg,#c27a51 0%,#904c26 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.lp-hero-subtitle{color:#5c5854;max-width:520px;margin:0 0 36px;font-size:1.15rem;line-height:1.6}.lp-hero-cta-group{gap:16px;width:100%;display:flex}.lp-hero-btn{letter-spacing:.5px;cursor:pointer;justify-content:center;align-items:center;gap:8px;font-size:.95rem;font-weight:700;display:inline-flex}.lp-btn-primary{color:#fff;letter-spacing:1px;text-align:center;background:linear-gradient(135deg,#991b1b 0%,#dc2626 50%,#202528 100%);border:none;border-radius:12px;padding:16px 36px;font-size:13.5px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 8px 25px #991b1b33}.lp-btn-primary:hover{filter:brightness(1.05);background:linear-gradient(135deg,#991b1b 0%,#dc2626 50%,#202528 100%);transform:translateY(-2px);box-shadow:0 12px 35px #991b1b4d}.lp-btn-secondary{color:#202528;letter-spacing:1px;text-align:center;box-shadow:none;background:0 0;border:1px solid #202528;border-radius:12px;padding:16px 36px;font-size:13.5px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1)}.lp-btn-secondary:hover{color:#fff;background-color:#202528;border-color:#202528;transform:translateY(-2px);box-shadow:0 8px 25px #20252826}.lp-hero-totem-sim{perspective:1000px;justify-content:center;align-items:center;width:100%;display:flex}.totem-frame{aspect-ratio:9/16;background:#f5f5f5;border:12px solid #231f1d;border-radius:40px;flex-direction:column;width:100%;max-width:440px;font-family:Outfit,sans-serif;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;transform:rotateY(-3deg)rotateX(1deg);box-shadow:0 35px 70px #00000059,0 15px 30px #904c261f,inset 0 0 16px #00000026}.menu-root-sim{box-sizing:border-box;background:#f5f5f5;grid-template-columns:85px 1fr;width:100%;height:100%;display:grid;position:relative;overflow:hidden}.menu-sidebar-sim{background-blend-mode:overlay, normal, normal;z-index:10;box-sizing:border-box;background:linear-gradient(160deg,#ffffff26 0%,#fff0 30%,#0000001a 70%,#0006 100%),linear-gradient(90deg,#00000026 0%,#0000 15% 85%,#00000040 100%),linear-gradient(#b71c1c 0%,#c62828 40%,#d32f2f 100%);border-right:1px solid #00000026;flex-direction:column;align-items:center;gap:6px;height:100%;padding:10px 0;display:flex;overflow-y:auto;box-shadow:3px 0 15px #00000040,inset -2px 0 6px #0003,inset 2px 0 6px #ffffff26}.menu-sidebar-sim::-webkit-scrollbar{display:none}.menu-logo-wrap-sim{background:#fff;border:2px solid #fff3;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;margin:10px 0 14px;padding:4px;display:flex;box-shadow:0 6px 12px #0003,inset 0 0 0 1.5px #fff}.menu-logo-img-sim{object-fit:contain;border-radius:8px;width:100%;height:100%}.menu-cat-btn-sim{color:#fffc;text-align:center;cursor:pointer;background:0 0;border:none;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:70px;height:75px;margin-bottom:4px;padding:6px 4px;font-family:inherit;font-size:.65rem;font-weight:600;transition:all .2s cubic-bezier(.25,.8,.25,1);display:flex}.menu-cat-btn-sim:hover{color:#fff;background:#ffffff1a}.menu-cat-btn-sim:active{transform:translateY(1px)scale(.96)!important}.menu-cat-btn-sim--active{font-weight:800;transform:scale(1.04)translateY(-1px);box-shadow:0 4px 12px #0003,inset 0 0 8px #ffffff14,inset -1.5px -1.5px #0000004d,inset 1.5px 1.5px #ffffff73;color:#fff!important;background-color:#0000!important;background-image:linear-gradient(#ffffff26 0%,#fff0 100%)!important;border:1px solid #ffffff2e!important}.menu-sidebar-footer-sim{flex-shrink:0;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:14px 0 10px;display:flex}.menu-sidebar-footer-logo-sim{opacity:.85;filter:brightness(0)invert();max-width:50px;height:auto;transition:opacity .2s}.menu-sidebar-footer-logo-sim:hover{opacity:1}.menu-cat-icon-sim{flex-shrink:0;font-size:1.4rem;line-height:1}.menu-cat-text-sim{white-space:nowrap;font-size:.6rem}.menu-content-sim{flex-direction:column;flex:1;height:100%;display:flex;overflow:hidden}.menu-cover-container-sim{aspect-ratio:16/9;background:#000;border-bottom:2px solid #00000014;flex-shrink:0;width:100%;position:relative;overflow:hidden}.menu-cover-slide-sim{opacity:0;pointer-events:none;align-items:center;width:100%;height:100%;transition:opacity .6s ease-in-out;display:flex;position:absolute;top:0;left:0}.menu-cover-slide-sim.active{opacity:1;pointer-events:auto}.menu-cover-gradient-sim{z-index:1;background:linear-gradient(90deg,#000000d9 0%,#0006 50%,#0000 100%);position:absolute;inset:0}.menu-cover-emoji-bg-sim{opacity:.35;z-index:0;pointer-events:none;filter:drop-shadow(0 4px 6px #0000004d);font-size:2.2rem;position:absolute;top:50%;right:15px;transform:translateY(-50%)scale(2.2)}.menu-cover-text-sim{color:#fff;z-index:2;text-shadow:0 1px 4px #000c;flex-direction:column;align-items:flex-start;gap:4px;display:flex;position:absolute;bottom:12px;left:14px}.menu-cover-badge-sim{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#c62828;border-radius:4px;padding:3px 8px;font-size:.52rem;font-weight:800;box-shadow:0 1px 3px #0003}.menu-cover-title-sim{letter-spacing:-.2px;color:#fff;margin:0;font-family:inherit;font-size:.95rem;font-weight:800;line-height:1.1}.menu-cover-subtitle-sim{opacity:.95;color:#4ade80;margin:0;font-size:.68rem;font-weight:600}.menu-content-header-sim{background:#fff;border-bottom:1px solid #0000000d;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px 8px;display:flex}.menu-content-header-sim h2{color:#212121;text-align:left;margin:0;font-size:.95rem;font-weight:800}.menu-mesa-badge-sim{color:#fff;background:#c62828;border-radius:10px;padding:3px 8px;font-size:.62rem;font-weight:700}.menu-grid-sim{box-sizing:border-box;background:#f5f5f5;flex-direction:column;flex:1;gap:10px;padding:12px 14px 80px;display:flex;overflow-y:auto}.menu-grid-sim::-webkit-scrollbar{width:4px}.menu-grid-sim::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.menu-product-card-sim{text-align:left;cursor:pointer;box-sizing:border-box;appearance:none;background:#fff;border:1px solid #0000000a;border-radius:10px;outline:none;flex-direction:row;width:100%;min-height:70px;padding:0;font-family:inherit;transition:all .2s;display:flex;box-shadow:0 2px 6px #00000005}.menu-product-card-sim:hover{transform:translateY(-1px);box-shadow:0 4px 10px #00000014}.menu-product-card-sim:active{transform:translateY(1px)scale(.98)}.menu-product-img-wrap-sim{background:#f8f9fa;border-right:1px solid #00000008;border-top-left-radius:9px;border-bottom-left-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:70px;display:flex;position:relative;overflow:hidden}.menu-product-emoji-sim{font-size:2rem}.menu-product-info-sim{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:8px 12px;display:flex;overflow:hidden}.menu-product-details-sim{text-align:left;flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.menu-product-name-sim{color:#2b2b2b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8rem;font-weight:800;overflow:hidden}.menu-product-desc-sim{color:#71717a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.58rem;line-height:1.3;display:-webkit-box;overflow:hidden}.menu-product-price-sim{color:#c62828;flex-shrink:0;font-size:.85rem;font-weight:900}.menu-floating-cart-sim{background-blend-mode:overlay, normal, normal;box-sizing:border-box;cursor:pointer;color:#fff;z-index:90;background:linear-gradient(160deg,#ffffff40 0%,#fff0 30%,#0000001a 70%,#0006 100%),linear-gradient(90deg,#00000026 0%,#0000 15% 85%,#00000040 100%),#c62828;border:2px solid #fffffff2;border-radius:18px;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:80px;height:80px;padding:6px;font-family:inherit;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;bottom:20px;right:20px;box-shadow:0 8px 24px #0000004d,inset 1.5px 1.5px 4px #ffffff40,inset -1.5px -1.5px 4px #0003}.menu-floating-cart-sim:hover{transform:translateY(-3px)scale(1.04);box-shadow:0 10px 28px #00000059,inset 1.5px 1.5px 4px #ffffff4d,inset -1.5px -1.5px 4px #00000040}.menu-floating-cart-sim:active{transform:translateY(2px)scale(.95);box-shadow:0 4px 10px #0003,inset 1.5px 1.5px 4px #ffffff26,inset -1.5px -1.5px 4px #0000004d}.cart-icon-wrapper-sim{filter:drop-shadow(0 2px 4px #0003);justify-content:center;align-items:center;font-size:1.8rem;line-height:1;display:flex;position:relative}.cart-badge-sim{color:#fff;background:#ef4444;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:-4px;right:-8px;box-shadow:0 2px 4px #0000004d}.cart-info-sim{flex-direction:column;align-items:center;gap:1px;width:100%;display:flex}.cart-title-sim{text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;background:#0003;border-radius:10px;padding:1px 6px;font-size:.45rem;font-weight:800}.cart-total-sim{text-shadow:0 1px 2px #0003;font-size:.68rem;font-weight:900}.menu-drawer-overlay-sim{z-index:100;background:#00000080;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:absolute;inset:0}.menu-drawer-sim{z-index:110;box-sizing:border-box;background:#fff;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;width:100%;height:75%;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 -8px 24px #00000040}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.menu-drawer-header-sim{background:#fff;border-bottom:1.5px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.menu-drawer-header-sim h2{color:#1e293b;margin:0;font-size:.95rem;font-weight:800}.menu-drawer-close-sim{cursor:pointer;color:#ef4444;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:1.1rem;font-weight:700;transition:transform .2s;display:flex}.menu-drawer-close-sim:hover{transform:scale(1.1)}.menu-drawer-items-sim{background:#fff;flex-direction:column;flex:1;gap:2px;padding:8px 16px;display:flex;overflow-y:auto}.menu-drawer-items-sim::-webkit-scrollbar{width:4px}.menu-drawer-items-sim::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.menu-cart-item-tablet-sim{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.menu-cart-item-tablet-sim:last-child{border-bottom:none}.menu-cart-item-image-wrapper-tablet-sim{background:#f8f9fa;border:1px solid #0000000d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:10px;display:flex;overflow:hidden}.menu-cart-item-emoji-tablet-sim{font-size:1.6rem}.menu-cart-item-info-tablet-sim{text-align:left;flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.menu-cart-item-name-tablet-sim{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:700;overflow:hidden}.menu-cart-item-extras-tablet-sim{color:#c62828;white-space:nowrap;text-overflow:ellipsis;font-size:.58rem;overflow:hidden}.menu-cart-item-obs-tablet-sim{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.58rem;font-style:italic;overflow:hidden}.menu-cart-item-price-tablet-sim{color:#0f172a;margin-top:2px;font-size:.72rem;font-weight:800}.menu-cart-item-controls-tablet-sim{align-items:center;gap:6px;margin-left:10px;display:flex}.menu-qty-btn-sim{cursor:pointer;color:#fff;border:1px solid #cbd5e1;border-radius:50%;outline:none;justify-content:center;align-items:center;width:24px;height:24px;font-family:inherit;font-size:.8rem;font-weight:700;transition:all .15s;display:flex}.menu-qty-btn-sim.btn-minus{background-color:#ef4444!important;border-color:#dc2626!important;box-shadow:0 2px 4px #ef444433!important}.menu-qty-btn-sim.btn-plus{background-color:#22c55e!important;border-color:#16a34a!important;box-shadow:0 2px 4px #22c55e33!important}.menu-qty-btn-sim:active{transform:scale(.9)}.menu-qty-value-sim{text-align:center;color:#1e293b;min-width:16px;font-size:.75rem;font-weight:700}.menu-drawer-footer-sim{background:#fff;border-top:1.5px solid #f1f5f9;flex-direction:column;flex-shrink:0;gap:10px;padding:12px 16px;display:flex}.menu-drawer-total-row-sim{justify-content:space-between;align-items:center;display:flex}.menu-drawer-total-row-sim span{color:#64748b;text-transform:uppercase;font-size:.7rem;font-weight:600}.menu-drawer-total-row-sim strong{color:#0f172a;font-size:.95rem;font-weight:900}.totem-frame:hover{transform:rotateY(0)rotateX(0);box-shadow:0 45px 90px #0006,0 20px 45px #904c2633}.totem-header{color:#fafafa;z-index:10;background:#141419;border-bottom:2px solid #27272a;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.totem-logo-area{align-items:center;gap:6px;display:flex}.totem-logo-text{letter-spacing:-.2px;color:#fafafa;font-size:.95rem;font-weight:700}.totem-logo-text strong{color:#22c55e}.totem-wifi-indicator{color:#d4d4d8;background:#27272a;border-radius:20px;align-items:center;gap:5px;padding:3px 8px;font-size:.65rem;font-weight:700;display:flex}.wifi-dot{background:#22c55e;border-radius:50%;width:5px;height:5px;display:inline-block}.wifi-dot.active{animation:1.5s infinite pulseWifi}@keyframes pulseWifi{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.3);box-shadow:0 0 6px #22c55e}to{opacity:.6;transform:scale(.9)}}.totem-body-vertical{background:#0a0a0f;flex-direction:column;flex-grow:1;height:calc(100% - 44px);display:flex;overflow:hidden}.totem-top-cover{background:linear-gradient(135deg,#1c1917 0%,#0c0a09 100%);border-bottom:1px solid #27272a;flex-shrink:0;justify-content:center;align-items:center;height:80px;display:flex;position:relative;overflow:hidden}.totem-top-cover:before{content:"";pointer-events:none;background:radial-gradient(circle,#b06b4326 0%,#0000 70%);position:absolute;inset:0}.totem-top-cover-content{text-align:center;z-index:1}.totem-top-cover-content h2{color:#fafafa;letter-spacing:.5px;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:800}.totem-top-cover-content p{color:#c62828;letter-spacing:.3px;margin:2px 0 0;font-size:.55rem;font-weight:700}.totem-category-tabs{background:#141419;border-bottom:1px solid #27272a;flex-shrink:0;gap:5px;padding:5px;display:flex}.totem-tab-btn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:3px;padding:6px 4px;font-family:inherit;font-size:.65rem;font-weight:700;transition:all .15s;display:flex}.totem-tab-btn.active{color:#22c55e;background:#27272a}.totem-catalog-scroll{flex-direction:column;flex-grow:1;padding:8px 10px;display:flex;overflow-y:auto}.totem-catalog-scroll::-webkit-scrollbar{width:4px}.totem-catalog-scroll::-webkit-scrollbar-thumb{background:#27272a;border-radius:4px}.totem-category-title-sim{color:#71717a;text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid #27272a;margin:0 0 8px;padding-bottom:3px;font-size:.7rem;font-weight:800}.totem-products-grid-sim{grid-template-columns:1fr 1fr;gap:8px;display:grid}.shared-product-card{text-align:center;cursor:pointer;box-sizing:border-box;background:#18181b;border:1px solid #27272a;border-radius:12px;flex-direction:column;align-items:center;width:100%;padding:8px;font-family:inherit;transition:all .2s;display:flex}.shared-product-card:hover{background:#1e1e22;border-color:#3f3f46;transform:translateY(-1px)}.shared-product-img-wrap{background:#0f0f14;border-radius:8px;justify-content:center;align-items:center;width:100%;margin-bottom:6px;padding:10px 0;display:flex}.shared-product-emoji{font-size:1.8rem}.shared-product-info{flex-direction:column;gap:3px;width:100%;display:flex}.shared-product-name{color:#fafafa;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:700;overflow:hidden}.shared-product-desc{color:#71717a;-webkit-line-clamp:2;text-align:center;-webkit-box-orient:vertical;height:28px;font-size:.58rem;line-height:1.3;display:-webkit-box;overflow:hidden}.shared-product-price{color:#22c55e;margin-top:2px;font-size:.78rem;font-weight:800}.totem-cart-sim{background:#141419;border-top:2px solid #27272a;flex-direction:column;flex-shrink:0;padding:8px 10px;display:flex;box-shadow:0 -6px 20px #0006}.totem-cart-items-sim{flex-direction:column;gap:5px;max-height:100px;margin-bottom:6px;display:flex;overflow-y:auto}.totem-cart-items-sim::-webkit-scrollbar{width:3px}.totem-cart-items-sim::-webkit-scrollbar-thumb{background:#27272a;border-radius:2px}.totem-cart-empty-sim{color:#52525b;text-align:center;padding:12px 0;font-size:.6rem;font-style:italic}.menu-cart-item{justify-content:space-between;align-items:center;gap:8px;display:flex;background:0 0!important;border:none!important;border-bottom:1px solid #ffffff14!important;border-radius:0!important;padding:5px 4px!important}.menu-cart-item-image-wrapper{background:#0f0f14;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.menu-cart-item-emoji-placeholder{font-size:1.1rem}.menu-cart-item-info{text-align:left;flex-direction:column;flex-grow:1;gap:1px;min-width:0;display:flex}.menu-cart-item-name{white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-weight:700;overflow:hidden;color:#fafafa!important}.menu-cart-item-extras{white-space:nowrap;text-overflow:ellipsis;font-size:.55rem;font-weight:600;overflow:hidden;color:#f87171!important}.menu-cart-item-obs{white-space:nowrap;text-overflow:ellipsis;font-size:.55rem;font-style:italic;overflow:hidden;color:#a1a1aa!important}.menu-cart-item-price{font-size:.65rem;color:#22c55e!important;font-weight:800!important}.menu-cart-item-controls{flex-shrink:0;align-items:center;gap:5px;display:flex}.menu-qty-btn{color:#fafafa;cursor:pointer;background:#27272a;border:none;border-radius:4px;justify-content:center;align-items:center;width:16px;height:16px;font-size:.7rem;font-weight:700;transition:all .15s;display:flex}.menu-qty-btn:hover{background:#3f3f46}.menu-qty-value{text-align:center;min-width:12px;font-size:.68rem;font-weight:700;color:#fff!important}.totem-cart-footer-sim{border-top:1px solid #27272a;justify-content:space-between;align-items:center;padding-top:6px;display:flex}.totem-cart-total-sim{flex-direction:column;align-items:flex-start;display:flex}.totem-cart-total-sim span{color:#71717a;text-transform:uppercase;font-size:.6rem;font-weight:700}.totem-cart-total-value-sim{color:#fafafa;font-size:1.05rem;font-weight:800}.totem-finalize-btn-sim{color:#475569!important;cursor:pointer!important;text-transform:uppercase!important;letter-spacing:.03em!important;box-sizing:border-box!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important;border-radius:36px!important;outline:none!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:8px 16px!important;font-family:inherit!important;font-size:.72rem!important;font-weight:800!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;display:inline-flex!important;box-shadow:0 4px 12px #0000001f,inset 1.5px 1.5px 3px #ffffffe6,inset -1.5px -1.5px 3px #0000000d!important}.totem-finalize-btn-sim:not(:disabled):hover{background:#f1f5f9!important;transform:translateY(-2px)scale(1.02)!important;box-shadow:0 6px 16px #0000002e,inset 1.5px 1.5px 3px #ffffffe6!important}.totem-finalize-btn-sim:not(:disabled):active{transition:transform 80ms!important;transform:translateY(1px)scale(.98)!important;box-shadow:0 1px 3px #00000014,inset 1.5px 1.5px 3px #ffffffe6!important}.totem-finalize-btn-sim:disabled{color:#94a3b8!important;cursor:not-allowed!important;box-shadow:none!important;opacity:.65!important;background:#e2e8f0!important;border:1px solid #cbd5e1!important;transform:none!important}.menu-drawer-empty-sim{text-align:center;color:#71717a;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:40px 0;font-size:.78rem;font-weight:600;display:flex}.totem-modal-overlay-sim{z-index:100;background:#fff;justify-content:stretch;align-items:stretch;padding:0;animation:.2s fadeIn;display:flex;position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.totem-modal-sim{box-sizing:border-box;width:100%;height:100%;max-height:100%;box-shadow:none;background:#fff;border:none;border-radius:0;flex-direction:column;gap:0;padding:0;animation:none;display:flex;overflow-y:hidden}.totem-modal--product-sim{padding:0;overflow:hidden}.totem-pm-header-sim{border-bottom:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;display:flex}.totem-pm-image-placeholder-sim{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:center;align-items:center;height:240px;display:flex;position:relative}.totem-pm-close-btn-sim{color:#fff;cursor:pointer;z-index:10;background:#0006;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:800;transition:all .2s;display:flex;position:absolute;top:12px;left:12px}.totem-pm-close-btn-sim:hover{background:#0009;transform:scale(1.05)}.totem-pm-close-btn-sim:active{transform:scale(.95)}.totem-pm-scroll-body-sim{box-sizing:border-box;flex-direction:column;flex:1;display:flex;overflow-y:auto}.totem-pm-scroll-body-sim::-webkit-scrollbar{width:4px}.totem-pm-scroll-body-sim::-webkit-scrollbar-thumb{background:#0000001a;border-radius:2px}.totem-pm-large-emoji{font-size:6.5rem}.totem-pm-info-sim{text-align:left;flex-direction:column;gap:2px;padding:10px 14px;display:flex}.totem-pm-name-sim{color:#0f172a;margin:0;font-size:.95rem;font-weight:800}.totem-pm-desc-sim{color:#64748b;margin:0;font-size:.6rem;line-height:1.3}.totem-pm-base-price-sim{color:#16a34a;font-size:.85rem;font-weight:800}.totem-pm-section-sim{text-align:left;border-bottom:1px solid #e2e8f0;padding:8px 14px}.totem-pm-section-title-sim{color:#475569;text-transform:uppercase;letter-spacing:.5px;margin:0 0 5px;font-size:.65rem;font-weight:800}.totem-pm-addon-group-sim{flex-direction:column;gap:5px;display:flex}.totem-pm-addon-group-header-sim{justify-content:space-between;align-items:center;display:flex}.totem-pm-addon-rules-sim{color:#475569;background:#f1f5f9;border-radius:4px;padding:1px 5px;font-size:.58rem}.totem-pm-extras-grid-sim{flex-wrap:wrap;gap:5px;display:flex}.totem-pm-extra-chip-sim{cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:6px;flex-direction:column;align-items:flex-start;gap:1px;padding:5px 8px;font-family:inherit;transition:all .15s;display:flex}.totem-pm-extra-chip-sim:hover{background:#f1f5f9;border-color:#cbd5e1}.totem-pm-extra-chip-sim.active{background:#f0fdf4;border-color:#22c55e}.totem-extra-chip-name{color:#1e293b;font-size:.6rem;font-weight:700}.totem-pm-extra-chip-sim.active .totem-extra-chip-name{color:#15803d}.totem-extra-chip-price{color:#64748b;font-size:.55rem}.totem-pm-extra-chip-sim.active .totem-extra-chip-price{color:#16a34a}.totem-pm-obs-input-sim{color:#1e293b;resize:none;box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:6px;font-family:inherit;font-size:.68rem}.totem-pm-obs-input-sim:focus{border-color:#c62828;outline:none}.totem-pm-footer-sim{background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:10px;padding:10px 14px;display:flex}.totem-pm-qty-control-sim{align-items:center;gap:6px;display:flex}.totem-qty-btn-sim{cursor:pointer;border:none;border-radius:5px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.9rem;font-weight:700;transition:background .15s,transform .1s;display:flex}.totem-qty-btn-sim.btn-minus{color:#fff!important;background-color:#ef4444!important;border:1px solid #dc2626!important;box-shadow:0 2px 4px #ef444433!important}.totem-qty-btn-sim.btn-minus:hover{background-color:#dc2626!important}.totem-qty-btn-sim.btn-plus{color:#fff!important;background-color:#22c55e!important;border:1px solid #16a34a!important;box-shadow:0 2px 4px #22c55e33!important}.totem-qty-btn-sim.btn-plus:hover{background-color:#16a34a!important}.totem-qty-btn-sim:active{transform:scale(.9)}.totem-pm-qty-value-sim{color:#0f172a;text-align:center;min-width:14px;font-size:.8rem;font-weight:800}.totem-pm-add-btn-sim{color:#475569!important;cursor:pointer!important;text-transform:uppercase!important;letter-spacing:.03em!important;box-sizing:border-box!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important;border-radius:36px!important;outline:none!important;flex-grow:1!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:8px 16px!important;font-family:inherit!important;font-size:.72rem!important;font-weight:800!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;display:inline-flex!important;box-shadow:0 4px 12px #0000001f,inset 1.5px 1.5px 3px #ffffffe6,inset -1.5px -1.5px 3px #0000000d!important}.totem-pm-add-btn-sim:not(:disabled):hover{background:#f1f5f9!important;transform:translateY(-2px)scale(1.02)!important;box-shadow:0 6px 16px #0000002e,inset 1.5px 1.5px 3px #ffffffe6!important}.totem-pm-add-btn-sim:not(:disabled):active{transition:transform 80ms!important;transform:translateY(1px)scale(.98)!important;box-shadow:0 1px 3px #00000014,inset 1.5px 1.5px 3px #ffffffe6!important}.totem-pm-add-btn-sim:disabled{color:#94a3b8!important;cursor:not-allowed!important;box-shadow:none!important;opacity:.65!important;background:#e2e8f0!important;border:1px solid #cbd5e1!important;transform:none!important}.totem-dining-overlay-sim{z-index:100;box-sizing:border-box;background:#f8fafc;justify-content:center;align-items:center;padding:24px;animation:.2s fadeIn;display:flex;position:absolute;inset:0}.totem-dining-screen-sim{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:320px;margin:0 auto;display:flex}.totem-dining-title-sim{color:#1e293b;margin:0 0 32px;font-size:1.25rem;font-weight:800}.totem-dining-options-sim{flex-direction:row;gap:16px;width:100%;margin-bottom:32px;display:flex}.totem-dining-btn-sim{color:#475569;cursor:pointer;box-sizing:border-box;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1.5px solid #cbd5e1;border-radius:20px;outline:none;flex-direction:column;flex:1;align-items:center;gap:12px;padding:24px 8px;font-family:inherit;transition:all .2s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 8px 16px #00000014,inset 0 2px 4px #fff}.totem-dining-btn-sim:hover{border-color:#94a3b8;transform:translateY(-4px)scale(1.02);box-shadow:0 12px 24px #0000001f,inset 0 2px 4px #fff}.totem-dining-btn-sim:active{transform:translateY(2px)scale(.96);box-shadow:0 4px 8px #0000000d,inset 0 2px 4px #0000000d}.totem-dining-btn-emoji-sim{font-size:2.2rem;line-height:1}.totem-dining-btn-text-sim{color:#334155;margin:0;font-size:.82rem;font-weight:800}.totem-dining-back-btn-sim{color:#475569;cursor:pointer;background-color:#f1f5f9;background-image:linear-gradient(135deg,#fff6 0%,#fff0 50%,#0000000d 100%);border:1.5px solid #cbd5e1;border-radius:9999px;outline:none;width:100%;max-width:180px;padding:10px 20px;font-family:inherit;font-size:.78rem;font-weight:800;transition:all .2s;box-shadow:0 4px 10px #0000000d}.totem-dining-back-btn-sim:hover{background-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 6px 14px #0000001a}.totem-dining-back-btn-sim:active{transform:translateY(1px);box-shadow:0 2px 4px #0000000d}.totem-modal-back-btn{color:#475569!important;cursor:pointer!important;text-transform:uppercase!important;letter-spacing:.03em!important;box-sizing:border-box!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important;border-radius:36px!important;outline:none!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;padding:8px 16px!important;font-family:inherit!important;font-size:.72rem!important;font-weight:800!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;display:inline-flex!important;box-shadow:0 4px 12px #0000001f,inset 1.5px 1.5px 3px #ffffffe6,inset -1.5px -1.5px 3px #0000000d!important}.totem-modal-back-btn:not(:disabled):hover{background:#f1f5f9!important;transform:translateY(-2px)scale(1.02)!important;box-shadow:0 6px 16px #0000002e,inset 1.5px 1.5px 3px #ffffffe6!important}.totem-modal-back-btn:not(:disabled):active{transition:transform 80ms!important;transform:translateY(1px)scale(.98)!important;box-shadow:0 1px 3px #00000014,inset 1.5px 1.5px 3px #ffffffe6!important}.totem-modal-back-btn:disabled{color:#94a3b8!important;cursor:not-allowed!important;box-shadow:none!important;opacity:.65!important;background:#e2e8f0!important;border:1px solid #cbd5e1!important;transform:none!important}.totem-checkout-overlay-sim{z-index:100;box-sizing:border-box;background:#0f172a73;justify-content:center;align-items:center;padding:16px;animation:.25s fadeIn;display:flex;position:absolute;inset:0}.totem-checkout-modal-sim{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;gap:12px;width:90%;max-width:360px;max-height:95%;padding:24px 20px;animation:.25s cubic-bezier(.16,1,.3,1) scaleInSim;display:flex;overflow-y:auto;box-shadow:0 12px 32px #0f172a14}@keyframes scaleInSim{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.totem-checkout-title-sim{color:#1e293b;text-align:center;margin:0;font-size:1.15rem;font-weight:800}.totem-checkout-subtitle-sim{color:#64748b;text-align:center;margin:0;font-size:.75rem}.totem-checkout-subtitle-sim strong{color:#1e293b}.totem-summary-items-sim{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:0;width:100%;padding:12px 14px;display:flex;box-shadow:0 4px 12px #0f172a05}.totem-summary-row-sim{color:#334155;text-align:left;background:0 0;border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:10px 0;font-size:.7rem;display:flex}.totem-summary-row-sim:last-of-type{border-bottom:none}.totem-summary-row-left-sim{flex-direction:column;gap:2px;min-width:0;display:flex}.totem-summary-extras-sim{color:#ef4444;font-size:.6rem}.totem-summary-obs-sim{color:#64748b;font-size:.6rem;font-style:italic}.totem-summary-total-sim{margin-top:6px;padding-top:12px;font-size:.8rem;font-weight:800;color:#1e293b!important;background:0 0!important;border:none!important;border-top:2px solid #1e293b!important;border-radius:0!important}.totem-modal-actions-sim{flex-direction:column;gap:6px;margin:8px 0 0;display:flex}.totem-btn-3d-sim{color:#475569!important;cursor:pointer!important;text-transform:uppercase!important;letter-spacing:.03em!important;box-sizing:border-box!important;background:#f1f5f9!important;border:1px solid #cbd5e1!important;border-radius:36px!important;outline:none!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;padding:10px 18px!important;font-family:inherit!important;font-size:.75rem!important;font-weight:800!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;display:inline-flex!important;transform:none!important;box-shadow:0 6px 16px #0000002e,inset 1.5px 1.5px 3px #ffffffe6,inset -1.5px -1.5px 3px #0000000d!important}.totem-btn-3d-sim:not(:disabled):hover{background:#f1f5f9!important;transform:translateY(-2px)scale(1.02)!important;box-shadow:0 8px 22px #0000003d,inset 1.5px 1.5px 3px #ffffffe6!important}.totem-btn-3d-sim:not(:disabled):active{transition:transform 80ms!important;transform:translateY(1px)scale(.98)!important;box-shadow:0 2px 4px #0000001a,inset 1.5px 1.5px 3px #ffffffe6!important}.totem-btn-3d-sim:disabled{color:#94a3b8!important;cursor:not-allowed!important;box-shadow:none!important;opacity:.65!important;background:#e2e8f0!important;border:1px solid #cbd5e1!important;transform:none!important}.totem-btn-3d-sim.back-btn{color:#334155!important;background:#cbd5e1!important;border-color:#94a3b8!important;box-shadow:0 6px 16px #00000026,inset 1.5px 1.5px 3px #ffffffe6,inset -1.5px -1.5px 3px #0000000d!important}.totem-btn-3d-sim.back-btn:not(:disabled):hover{background:#cbd5e1!important}.totem-countdown-sim{color:#3b82f6;margin:6px 0;font-size:1.15rem;font-weight:800}.totem-qr-wrap-sim{background:#fff;border-radius:10px;margin:8px auto;padding:6px;display:inline-block}.totem-simulated-qr{color:#1e1b18;flex-direction:column;justify-content:center;align-items:center;display:flex}.totem-success-screen-sim{text-align:center;background:#0a0a0f;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;padding:16px;display:flex}.success-icon-sim{margin-bottom:10px;font-size:2.2rem}.success-order-num-sim{color:#22c55e;background:#22c55e14;border:1px solid #22c55e40;border-radius:8px;margin-bottom:10px;padding:6px 12px;font-size:.72rem}.success-order-num-sim strong{font-size:1.05rem}.kitchen-print-msg-sim{color:#52525b;font-size:.55rem;font-style:italic}.lp-totem-highlight-section{width:100%;max-width:1100px;padding:80px 0}.lp-totem-card-wrapper{-webkit-backdrop-filter:blur(15px);background:#ffffff8c;border:1px solid #fff9;border-radius:36px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:60px;padding:60px 50px;display:grid;box-shadow:0 30px 60px #b06b430f,inset 0 0 20px #ffffff80,inset 1px 1px #ffffffe6}.lp-totem-visual{justify-content:center;align-items:center;display:flex}.lp-totem-screen-mockup{aspect-ratio:9/16;color:#fff;text-align:center;background:#1e1b18;border:12px solid #36322f;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:280px;padding:40px 24px;display:flex;position:relative;box-shadow:0 25px 50px #00000040}.lp-totem-screen-line{margin-bottom:8px}.lp-totem-screen-line.title{letter-spacing:1px;color:#ef4444;font-size:1.1rem;font-weight:800;animation:2s infinite blink}@keyframes blink{0%,to{opacity:.6}50%{opacity:1}}.lp-totem-screen-line.desc{color:#a8a29e;font-size:.8rem;font-weight:500}.lp-totem-screen-tag{color:#f5af7e;background:#b06b4326;border:1px solid #b06b434d;border-radius:8px;margin-top:24px;padding:8px 12px;font-size:.72rem;font-weight:700}.lp-totem-info{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.lp-section-tag{color:#c62828;letter-spacing:2px;text-transform:uppercase;margin-bottom:12px;font-size:.8rem;font-weight:800}.lp-totem-title{color:#1e1b18;margin:0 0 20px;font-size:2.2rem;font-weight:800;line-height:1.2}.lp-totem-text{color:#5c5854;margin-bottom:30px;font-size:1.05rem;line-height:1.6}.lp-totem-bullet-list{flex-direction:column;gap:20px;width:100%;display:flex}.lp-totem-bullet{align-items:flex-start;gap:16px;display:flex}.lp-bullet-icon{background:#b06b4314;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.lp-totem-bullet p{color:#5c5854;margin:0;font-size:.95rem;line-height:1.5}.lp-section{flex-direction:column;align-items:center;width:100%;max-width:1100px;padding:90px 0;display:flex}.lp-section-title{color:#1e1b18;text-align:center;letter-spacing:-.5px;margin:0 0 16px;font-size:2.3rem;font-weight:800}.lp-section-subtitle{color:#5c5854;text-align:center;max-width:680px;margin:0 0 60px;font-size:1.05rem;line-height:1.55}.lp-features-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:30px;width:100%;display:grid}.lp-feature-card{-webkit-backdrop-filter:blur(8px);background:#ffffff73;border:1px solid #b06b430f;border-radius:28px;flex-direction:column;align-items:flex-start;padding:40px 32px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 10px 30px #b06b4303}.lp-feature-card:hover{background:#fff;border-color:#b06b432e;transform:translateY(-4px);box-shadow:0 25px 50px #904c260f}.lp-highlight-feature-card{background:#fffc;border:1.5px solid #b06b4340;box-shadow:0 15px 35px #b06b430a}.lp-highlight-feature-card:hover{border-color:#c62828}.lp-feature-icon-wrapper{color:#c62828;background:#b06b4314;border-radius:16px;margin-bottom:24px;padding:14px;display:inline-flex}.highlight-icon{color:#fff;background:#c62828}.lp-feature-title{color:#1e1b18;margin:0 0 12px;font-size:1.25rem;font-weight:700}.pill-active{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#22c55e;border-radius:12px;padding:4px 8px;font-size:.65rem;font-weight:800}.lp-feature-desc{color:#5c5854;margin:0;font-size:.95rem;line-height:1.6}.lp-how-it-works-section{background:#b06b4308;border-radius:40px;width:auto;max-width:1060px;padding:90px 40px}.lp-steps-timeline{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:30px;width:100%;display:grid;position:relative}.lp-step-item{text-align:center;flex-direction:column;align-items:center;padding:0 10px;display:flex;position:relative}.lp-step-number{color:#c62828;background:#fff;border:2px solid #c62828;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:24px;font-size:1.2rem;font-weight:800;transition:all .25s;display:flex;box-shadow:0 6px 15px #b06b431a}.lp-step-item:hover .lp-step-number{color:#fff;background:#c62828;transform:scale(1.05)}.lp-step-title{color:#1e1b18;margin:0 0 10px;font-size:1.15rem;font-weight:700}.lp-step-desc{color:#5c5854;margin:0;font-size:.9rem;line-height:1.5}.lp-pricing-grid{grid-template-columns:repeat(auto-fit,minmax(310px,1fr));align-items:stretch;gap:30px;width:100%;display:grid}.lp-price-card{-webkit-backdrop-filter:blur(8px);text-align:left;background:#ffffff73;border:1px solid #b06b4314;border-radius:30px;flex-direction:column;padding:48px 36px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 30px #00000003}.lp-price-card:hover{background:#fff;border-color:#b06b4326;transform:translateY(-4px);box-shadow:0 30px 60px #904c2614}.lp-price-card-featured{background:#fff;border:2px solid #c62828;box-shadow:0 20px 40px #b06b4314}.featured-ribbon{color:#fff;letter-spacing:.5px;background:#c62828;border-radius:20px;padding:5px 12px;font-size:.65rem;font-weight:800;position:absolute;top:18px;right:18px}.lp-price-plan-name{color:#1e1b18;margin:0 0 8px;font-size:1.4rem;font-weight:800}.lp-price-plan-desc{color:#5c5854;margin:0 0 28px;font-size:.9rem;line-height:1.4}.lp-price-value-container{align-items:baseline;margin-bottom:28px;display:flex}.lp-price-value-container .currency{color:#1e1b18;margin-right:4px;font-size:1.1rem;font-weight:700}.lp-price-value-container .value{color:#1e1b18;font-size:3.5rem;font-weight:800;line-height:1}.lp-price-value-container .period{color:#8c857f;margin-left:4px;font-size:.9rem}.lp-price-divider{border:none;border-top:1px solid #b06b431a;margin:0 0 28px}.lp-price-features{flex-direction:column;flex-grow:1;gap:14px;margin:0 0 36px;padding:0;list-style:none;display:flex}.lp-price-features li{color:#4a4642;align-items:center;gap:10px;font-size:.92rem;display:flex}.check-icon{color:#22c55e;flex-shrink:0}.lp-price-btn{color:#202528;text-align:center;cursor:pointer;background:0 0;border:1px solid #202528;border-radius:12px;width:100%;padding:14px 28px;font-size:14px;font-weight:700;text-decoration:none;transition:all .25s}.lp-price-btn:hover{color:#fff;background-color:#202528}.featured-btn{color:#fff;background:linear-gradient(135deg,#991b1b 0%,#dc2626 50%,#202528 100%);border:none;box-shadow:0 4px 12px #991b1b33}.featured-btn:hover{filter:brightness(1.05);color:#fff;background:linear-gradient(135deg,#991b1b 0%,#dc2626 50%,#202528 100%);transform:scale(1.02);box-shadow:0 8px 20px #991b1b4d}.lp-contact-container{-webkit-backdrop-filter:blur(15px);background:#ffffff8c;border:1px solid #fff9;border-radius:36px;grid-template-columns:1fr 1.2fr;gap:50px;width:100%;padding:50px;display:grid;box-shadow:0 25px 50px #b06b430d}.lp-contact-info-panel{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.lp-contact-item{align-items:center;gap:16px;margin-bottom:24px;display:flex}.lp-contact-icon{color:#c62828;background:#b06b4314;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.contact-label{color:#8c857f;text-transform:uppercase;font-size:.78rem;font-weight:700;display:block}.contact-value{color:#1e1b18;font-size:.98rem;font-weight:700}.lp-contact-form-panel{background:#fff;border:1px solid #b06b431a;border-radius:24px;padding:40px;box-shadow:0 15px 30px #00000005}.lp-contact-form{flex-direction:column;gap:20px;display:flex}.form-group{text-align:left;flex-direction:column;gap:6px;display:flex}.form-group-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group label{color:#4a4642;font-size:.85rem;font-weight:700}.form-group input,.form-group textarea{color:#2c2927;background:#fbf9f6;border:1px solid #b06b4333;border-radius:10px;outline:none;padding:12px 16px;font-family:Outfit,sans-serif;font-size:.92rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#c62828;box-shadow:0 0 0 3px #b06b431a}.lp-submit-btn{color:#fff;letter-spacing:1px;cursor:pointer;background:linear-gradient(135deg,#991b1b 0%,#dc2626 50%,#202528 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:10px;padding:16px;font-family:inherit;font-size:13.5px;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 12px #991b1b2e}.lp-submit-btn:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 8px 20px #991b1b47}.lp-contact-success-msg{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:250px;display:flex}.lp-download-section{text-align:center;background:#fff;border:1px solid #b06b4326;border-radius:30px;flex-direction:column;align-items:center;width:100%;max-width:600px;margin-top:20px;padding:50px 40px;display:flex;box-shadow:0 30px 60px #b06b4314}.lp-version{color:#8c857f;gap:8px;margin-top:24px;font-size:.8rem;display:flex}.lp-footer{color:#8c857f;border-top:1px solid #b06b431a;justify-content:space-between;align-items:center;width:100%;max-width:1100px;margin-top:80px;padding:40px 0;font-size:.85rem;display:flex}@media (width<=990px){.lp-hero{text-align:center;grid-template-columns:1fr;gap:40px}.lp-hero-content{text-align:center;align-items:center}.lp-hero-cta-group{justify-content:center}.lp-totem-card-wrapper{grid-template-columns:1fr;gap:40px;padding:40px 30px}.lp-contact-container{grid-template-columns:1fr;gap:40px;padding:30px}}@media (width<=600px){.lp-header{flex-direction:column;gap:20px;margin-bottom:20px}.lp-nav{display:none}.lp-hero-cta-group{flex-direction:column;width:100%}.lp-hero-title{font-size:2.2rem}.form-group-row{grid-template-columns:1fr}.lp-footer{text-align:center;flex-direction:column;gap:16px}.totem-sidebar{width:80px}.totem-products-grid{grid-template-columns:1fr}}.menu-product-image-sim{object-fit:cover;width:100%;height:100%;transition:transform .3s cubic-bezier(.25,.8,.25,1);display:block}.menu-product-card-sim:hover .menu-product-image-sim{transform:scale(1.08)}.totem-pm-large-image-sim{object-fit:cover;width:100%;height:100%;animation:.4s ease-out fadeIn;display:block}.menu-cover-image-sim{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.menu-cart-item-image-tablet-sim{object-fit:cover;border-radius:6px;width:100%;height:100%;display:block}.menu-cat-img-sim{object-fit:cover;border:1.5px solid #ffffff40;border-radius:8px;flex-shrink:0;width:36px;height:36px;transition:all .25s cubic-bezier(.25,.8,.25,1);box-shadow:0 2px 6px #00000026}.menu-cat-btn-sim--active .menu-cat-img-sim{border-color:#fff;transform:scale(1.08);box-shadow:0 4px 10px #00000040}.totem-frame .confirmation-fullscreen{z-index:9999;flex-direction:column;justify-content:center;align-items:center;animation:.5s cubic-bezier(.16,1,.3,1) forwards confirmationFadeIn;display:flex;position:absolute;inset:0;overflow:hidden}@keyframes confirmationFadeIn{0%{opacity:0}to{opacity:1}}.confirmation-phase-calling{background:radial-gradient(at 30% 20%,#fbbf2426 0%,#0000 50%),radial-gradient(at 70% 80%,#f59e0b1a 0%,#0000 50%),linear-gradient(160deg,#0f172a 0%,#1e293b 40%,#0f172a 100%)}.confirmation-phase-thanks{background:radial-gradient(at 50% 30%,#10b98133 0%,#0000 50%),radial-gradient(at 20% 70%,#34d3991a 0%,#0000 50%),linear-gradient(160deg,#0f172a 0%,#1e293b 40%,#0f172a 100%);animation:.6s cubic-bezier(.16,1,.3,1) forwards confirmationFadeIn}.confirmation-content{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:28px;padding:40px;animation:.6s cubic-bezier(.16,1,.3,1) both confirmationSlideUp;display:flex}@keyframes confirmationSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.confirmation-icon-pulse{filter:drop-shadow(0 8px 24px #fbbf2466);font-size:4rem;animation:1.2s ease-in-out infinite bellSwing}@keyframes bellSwing{0%,to{transform:rotate(0)scale(1)}15%{transform:rotate(12deg)scale(1.05)}30%{transform:rotate(-10deg)scale(1.05)}45%{transform:rotate(8deg)scale(1.02)}60%{transform:rotate(-5deg)scale(1)}75%{transform:rotate(2deg)}}.confirmation-order-badge{color:#fbbf24;letter-spacing:1px;text-transform:uppercase;opacity:0;background:#fbbf2426;border:1px solid #fbbf244d;border-radius:40px;padding:8px 24px;font-size:1.2rem;font-weight:800;animation:.7s cubic-bezier(.16,1,.3,1) .1s both confirmationSlideUp}.confirmation-name{color:#fff;letter-spacing:-.02em;text-shadow:0 4px 24px #0000004d;text-align:center;opacity:0;margin:8px 0 0;font-size:clamp(2rem,6vw,3rem);font-weight:900;line-height:1.2;animation:.8s cubic-bezier(.16,1,.3,1) .2s both confirmationSlideUp}.confirmation-subtitle{color:#ffffffb3;text-align:center;opacity:0;margin:0;font-size:clamp(1rem,2.5vw,1.3rem);font-weight:600;line-height:1.4;animation:.9s cubic-bezier(.16,1,.3,1) .3s both confirmationSlideUp}.confirmation-hint{color:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:10px;margin-top:10px;padding:10px 20px;font-size:.95rem;font-weight:600;animation:1s cubic-bezier(.16,1,.3,1) .4s both confirmationSlideUp;display:flex}.confirmation-hint-icon{font-size:1.1rem}.confirmation-icon-celebrate{filter:drop-shadow(0 8px 24px #10b98166);margin-bottom:8px;font-size:4rem;animation:1s ease-in-out infinite celebrateBounce}@keyframes celebrateBounce{0%,to{transform:scale(1)rotate(0)}25%{transform:scale(1.15)rotate(-5deg)}50%{transform:scale(1)rotate(5deg)}75%{transform:scale(1.1)rotate(-3deg)}}.confirmation-thanks-title{color:#fff;text-align:center;text-shadow:0 4px 24px #0000004d;opacity:0;margin:0;font-size:clamp(1.6rem,5vw,2.5rem);font-weight:900;line-height:1.25;animation:.7s cubic-bezier(.16,1,.3,1) .15s both confirmationSlideUp}.confirmation-thanks-sub{color:#34d399f2;opacity:0;margin:0;font-size:clamp(1rem,2vw,1.4rem);font-weight:600;line-height:1.4;animation:.8s cubic-bezier(.16,1,.3,1) .3s both confirmationSlideUp}.confirmation-progress-bar{z-index:10;background:#ffffff1a;height:4px;position:absolute;top:0;left:0;right:0}.confirmation-progress-fill{background:linear-gradient(90deg,#fbbf24,#f59e0b);border-radius:0 4px 4px 0;height:100%;animation:3s linear forwards progressShrink}.confirmation-phase-thanks .confirmation-progress-fill{background:linear-gradient(90deg,#34d399,#10b981)}@keyframes progressShrink{0%{width:100%}to{width:0%}}.confirmation-particles{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.confirmation-particle{width:6px;height:6px;animation:4s ease-in-out infinite particleFloat;animation-delay:calc(var(--i) * .3s);background:#fbbf244d;border-radius:50%;position:absolute}.confirmation-phase-thanks .confirmation-particle{background:#34d3994d}.confirmation-particle:first-child{top:20%;left:10%}.confirmation-particle:nth-child(2){width:8px;height:8px;top:70%;left:25%}.confirmation-particle:nth-child(3){top:15%;left:75%}.confirmation-particle:nth-child(4){width:10px;height:10px;top:60%;left:85%}.confirmation-particle:nth-child(5){top:85%;left:50%}.confirmation-particle:nth-child(6){width:5px;height:5px;top:45%;left:15%}.confirmation-particle:nth-child(7){top:35%;left:90%}.confirmation-particle:nth-child(8){width:7px;height:7px;top:10%;left:40%}.confirmation-particle:nth-child(9){top:90%;left:60%}.confirmation-particle:nth-child(10){width:4px;height:4px;top:80%;left:5%}.confirmation-particle:nth-child(11){top:50%;left:70%}.confirmation-particle:nth-child(12){width:9px;height:9px;top:30%;left:35%}@keyframes particleFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-30px)scale(1.2)}}
