@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Manrope:wght@400;500;600&display=swap";.password-entry{color:#1d1d1f;background:linear-gradient(#f5f5f7 0%,#fff 100%);place-items:center;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid}.password-entry--loading{background:#fff}.password-entry__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #0000000f;border-radius:20px;width:min(420px,90vw);padding:36px 30px;box-shadow:0 24px 60px #0000001f}.password-entry__title{letter-spacing:-.02em;margin:0 0 18px;font-size:28px;font-weight:600}.password-entry__form{gap:14px;display:grid}.password-entry__input{color:#1d1d1f;background:#fff;border:1px solid #00000024;border-radius:12px;outline:none;width:93%;padding:12px 14px;font-size:16px;line-height:1.3}.password-entry__input:focus{border-color:#0071e3;box-shadow:0 0 0 3px #0071e333}.password-entry__button{color:#fff;cursor:pointer;background:#0071e3;border:0;border-radius:12px;height:46px;font-size:16px;font-weight:600}.password-entry__button:hover{background:#0068d1}.password-entry__button:disabled{opacity:.6;cursor:default}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{background-color:#fff;margin:0;padding:0}.loading-overlay{z-index:9999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.loading-spinner{justify-content:center;align-items:center;display:flex}.spinner-circle{border:4px solid #ffffff4d;border-top-color:#007bff;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.setup-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.setup-container{text-align:center;width:100%;max-width:500px}.setup-header{color:#333;margin-bottom:2rem;font-family:Roboto,sans-serif;font-size:1.5rem;font-weight:700}.setup-form{flex-direction:column;gap:1rem;display:flex}.pairing-key-input{text-align:center;letter-spacing:.2em;border:2px solid #ddd;border-radius:8px;padding:1rem;font-size:1.25rem;transition:border-color .3s}.pairing-key-input:focus{border-color:#007bff;outline:none}.submit-button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;transition:background-color .3s}.submit-button:hover:not(:disabled){background-color:#0056b3}.submit-button:disabled{cursor:not-allowed;background-color:#ccc}.error-message{color:#c00;text-align:center;background-color:#fee;border:1px solid #fcc;border-radius:8px;padding:.75rem;font-size:.9rem}._screenGridLayout_9abd8_7{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._screen_9abd8_7{pointer-events:auto;box-sizing:border-box;position:absolute;top:0;bottom:0;overflow:hidden}._screen_9abd8_7._debug_9abd8_25{border-left:1px dashed #ff00004d;border-right:1px dashed #ff00004d}._screen_9abd8_7._debug_9abd8_25:first-child{border-left:none}._screen_9abd8_7._debug_9abd8_25:last-child{border-right:none}._screenLabel_9abd8_36{color:#fff;z-index:9999;pointer-events:none;white-space:nowrap;background:#f00c;border-radius:4px;padding:4px 12px;font-family:monospace;font-size:24px;font-weight:700;position:absolute;top:10px;left:50%;transform:translate(-50%)}._screenContent_9abd8_53{width:100%;height:100%;position:relative;overflow:hidden}._screenFallback_9abd8_60{color:#ff6b6b;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;font-size:20px;display:flex}.reviews-section{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding:15px 1%;overflow:hidden}.reviews-section__card{box-sizing:border-box;opacity:0;background:linear-gradient(#1e2332cc 0%,#1e233259 50%,#0000 100%);border-radius:20px;flex-direction:column;gap:12px;width:100%;padding:30px 34px;animation:.7s cubic-bezier(.22,1,.36,1) forwards reviewsFadeSlideIn;display:flex}.reviews-section__label{letter-spacing:1.2px;text-transform:uppercase;color:#8b5cf6e6;text-shadow:0 0 12px #8b5cf659;font-family:Inter,sans-serif;font-size:18px;font-weight:600}.reviews-section__title{color:#fff;text-shadow:0 2px 8px #00000080;margin:0;font-family:Inter,sans-serif;font-size:36px;font-weight:700;line-height:1.25}.reviews-section__rating{align-items:center;gap:6px;display:flex}.reviews-section__star-icon{color:#fbbf24;filter:drop-shadow(0 0 4px #fbbf2499);width:24px;height:24px}.reviews-section__rating-value{color:#fbbf24;font-family:Inter,sans-serif;font-size:28px;font-weight:800}.reviews-section__rating-count{color:#ffffff80;margin-left:2px;font-family:Inter,sans-serif;font-size:22px;font-weight:400}.reviews-section__summary{color:#ffffffe0;text-shadow:0 1px 3px #0006;opacity:0;margin:0;font-family:Manrope,sans-serif;font-size:28px;font-weight:500;line-height:1.5;animation:.6s cubic-bezier(.22,1,.36,1) forwards reviewsFadeSlideIn}.reviews-section__summary--review{-webkit-line-clamp:3;-webkit-box-orient:vertical;animation-delay:.15s;display:-webkit-box;overflow:hidden}.reviews-section__summary--editorial{color:#ffffffa6;font-size:24px;font-style:italic;animation-delay:.3s}@keyframes reviewsFadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1400px){.reviews-section__title{font-size:32px}.reviews-section__summary{font-size:24px}}@media (max-width:1200px){.reviews-section__card{padding:26px 28px}.reviews-section__title{font-size:30px}.reviews-section__summary{font-size:22px}}@media (max-width:900px){.reviews-section__card{padding:22px 24px}.reviews-section__title{font-size:26px}.reviews-section__summary{font-size:18px}.reviews-section__label{font-size:14px}}.welcome-carousel--remote .reviews-section__title{font-size:clamp(34px,2.3vw,44px);line-height:1.15}.welcome-carousel--remote .reviews-section__summary{color:#fffffff5;font-size:clamp(24px,1.6vw,32px);line-height:1.35}.welcome-carousel--remote .reviews-section__summary--editorial{color:#ffffffd6;font-size:clamp(22px,1.45vw,28px)}.welcome-carousel--remote .reviews-section__label{font-size:clamp(18px,1.1vw,24px)}.welcome-carousel--remote .reviews-section__star-icon{width:22px;height:22px}.welcome-carousel--remote .reviews-section__rating-value{font-size:clamp(24px,1.45vw,30px)}.welcome-carousel--remote .reviews-section__rating-count{font-size:clamp(20px,1.2vw,24px)}@media (prefers-reduced-motion:reduce){.reviews-section__card,.reviews-section__summary{opacity:1;animation:none}}.smart-image{width:100%;height:100%;line-height:0;display:inline-block;position:relative;overflow:hidden}.smart-image__img{opacity:0;width:100%;height:100%;transition:opacity .3s;display:block}.smart-image__img--visible{opacity:1}.smart-image__img--no-transition{transition:none}.smart-image__skeleton{border-radius:inherit;background:#1e2430 linear-gradient(110deg,#fff0 30%,#ffffff0f 50%,#fff0 70%) 0 0/200% 100%;animation:1.4s ease-in-out infinite smart-image-shimmer;position:absolute;inset:0}@keyframes smart-image-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.smart-image__fallback{border-radius:inherit;background:#1a1f2b;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.smart-image__fallback-img{width:100%;max-width:100%;height:100%;max-height:100%;display:block}.smart-image__fallback-default{isolation:isolate;background:radial-gradient(circle at 14% 14%,#7ad7ff42,#0000 44%) 0 0/180% 180%,radial-gradient(circle at 86% 82%,#ffae5c3d,#0000 48%) 100% 100%/170% 170%,radial-gradient(circle at 52% 38%,#ffffff17,#0000 60%) 50%/140% 140%,linear-gradient(132deg,#0b1425 0%,#172741 42%,#0f1b30 100%) 0 0/100% 100%;justify-content:center;align-items:center;width:100%;height:100%;padding:18px;animation:15s ease-in-out infinite smart-image-fallback-gradient,6s ease-in-out infinite smart-image-fallback-glow;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff1f,0 0 50px #6bccff33,0 0 85px #ffb0701f}.smart-image__fallback-default:before{content:"";filter:blur(58px);opacity:.72;mix-blend-mode:screen;pointer-events:none;z-index:0;background:conic-gradient(#5dceff24,#a680ff1f,#ffb15e24,#5dceff24);border-radius:42%;animation:16s linear infinite smart-image-fallback-aurora;position:absolute;inset:-38%}.smart-image__fallback-default:after{content:"";opacity:0;pointer-events:none;z-index:1;background:linear-gradient(110deg,#0000 32%,#ffffff47 50%,#0000 68%);animation:8s ease-in-out infinite smart-image-fallback-sheen;position:absolute;inset:-45% -120%;transform:translate(-45%)rotate(7deg)}.smart-image__fallback-scene-icon{--scene-light:#cfd6ff;--scene-accent:#6c4ef6;--scene-dark:#17243d;--scene-elem:#f5f8ff;--scene-transform-origin:-200% 421%;--scene-moon-offset-x:20px;--scene-moon-offset-y:6px;z-index:2;filter:drop-shadow(0 10px 20px #00000057);border-radius:50%;width:clamp(88px,20vw,148px);height:clamp(88px,20vw,148px);animation:6s ease-in-out infinite smart-image-scene-float;position:relative;overflow:hidden}.smart-image__fallback-scene-sky{background:linear-gradient(var(--scene-light),var(--scene-accent),var(--scene-dark));background-position:0 0;background-size:100% 500%;border-radius:50%;animation:8s ease-in-out infinite smart-image-scene-sky;position:absolute;inset:0;transform:translateY(0%)translateZ(0)}.smart-image__fallback-scene-sun{background-color:var(--scene-elem);width:13.5%;height:13.5%;transform-origin:var(--scene-transform-origin);border-radius:50%;animation:8s ease-in-out infinite smart-image-scene-sun;position:absolute;top:25%;left:66%}.smart-image__fallback-scene-moon{width:13.5%;height:13.5%;margin-left:calc(var(--scene-moon-offset-x)*-1);margin-top:calc(var(--scene-moon-offset-y)*-1);transform-origin:var(--scene-transform-origin);border-radius:50%;animation:8s ease-in-out infinite smart-image-scene-moon;position:absolute;top:25%;left:66%}.smart-image__fallback-scene-moon:after{content:"";box-shadow:var(--scene-moon-offset-x)var(--scene-moon-offset-y)0 0 var(--scene-elem);border-radius:50%;animation:8s ease-in-out infinite smart-image-scene-moon-shadow;position:absolute;inset:0}.smart-image__fallback-scene-mountain{position:absolute;inset:0}.smart-image__fallback-scene-mountain div{background-color:var(--scene-elem);border-radius:10%;width:60%;height:60%;position:absolute}.smart-image__fallback-scene-m2 div:first-of-type{bottom:-12%;left:10%;transform:scaleX(.85)rotate(45deg)translateZ(0)}.smart-image__fallback-scene-m2 div:nth-of-type(2){bottom:-30%;left:25.5%;transform:scaleX(.85)rotate(45deg)translateZ(0)}.smart-image__fallback-scene-m1 div{opacity:.8;bottom:-21%;right:5%;transform:scaleX(.95)rotate(45deg)translateZ(0)}.smart-image__fallback-scene-m1{animation:8s ease-in-out infinite smart-image-scene-m1}.smart-image__fallback-scene-m2{animation:8s ease-in-out infinite smart-image-scene-m2}.smart-image__fallback-scene-border{border:10px solid var(--scene-light);border-radius:50%;animation:8s ease-in-out infinite smart-image-scene-border;position:absolute;inset:0}@keyframes smart-image-fallback-gradient{0%{background-position:0 0,100% 100%,52% 38%,0 0}25%{background-position:80% 12%,30% 95%,42% 62%,0 0}50%{background-position:100% 100%,0 20%,68% 44%,0 0}75%{background-position:32% 90%,84% 12%,36% 32%,0 0}to{background-position:0 0,100% 100%,52% 38%,0 0}}@keyframes smart-image-fallback-glow{0%{box-shadow:inset 0 0 0 1px #ffffff1c,0 0 48px #69cdff29,0 0 80px #ffae5f1a}50%{box-shadow:inset 0 0 0 1px #fff3,0 0 72px #69cdff4d,0 0 112px #ffae5f38}to{box-shadow:inset 0 0 0 1px #ffffff1c,0 0 48px #69cdff29,0 0 80px #ffae5f1a}}@keyframes smart-image-fallback-aurora{0%{transform:rotate(0)scale(1.02)}50%{transform:rotate(180deg)scale(1.12)}to{transform:rotate(360deg)scale(1.02)}}@keyframes smart-image-fallback-sheen{0%{opacity:0;transform:translate(-95%)rotate(7deg)}20%{opacity:0}45%{opacity:.8}65%{opacity:0;transform:translate(125%)rotate(7deg)}to{opacity:0;transform:translate(125%)rotate(7deg)}}@keyframes smart-image-scene-float{0%{transform:translateY(0)scale(1)}50%{transform:translateY(-4px)scale(1.02)}to{transform:translateY(0)scale(1)}}@keyframes smart-image-scene-sky{0%{background-position:0 0}45%{background-position:0 0}50%{background-position:0 85%}95%{background-position:0 85%}to{background-position:0 0}}@keyframes smart-image-scene-sun{0%{transform:rotate(0)translateZ(0)}45%{transform:rotate(0)translateZ(0)}55%{transform:rotate(-80deg)translateZ(0)}95%{transform:rotate(-80deg)translateZ(0)}to{transform:rotate(0)translateZ(0)}}@keyframes smart-image-scene-moon{0%{transform:rotate(-80deg)translateZ(0)}45%{transform:rotate(-80deg)translateZ(0)}55%{transform:rotate(0)translateZ(0)}95%{transform:rotate(0)translateZ(0)}to{transform:rotate(-80deg)translateZ(0)}}@keyframes smart-image-scene-moon-shadow{0%{transform:rotate(80deg)translateZ(0)}45%{transform:rotate(80deg)translateZ(0)}55%{transform:rotate(0)translateZ(0)}95%{transform:rotate(0)translateZ(0)}to{transform:rotate(80deg)translateZ(0)}}@keyframes smart-image-scene-m1{0%{transform:translate(0)translateZ(0)}45%{transform:translate(0)translateZ(0)}55%{transform:translate(3%)translateZ(0)}95%{transform:translate(3%)translateZ(0)}to{transform:translate(0)translateZ(0)}}@keyframes smart-image-scene-m2{0%{transform:scale(1)translate(0)translateZ(0)}45%{transform:scale(1)translate(0)translateZ(0)}55%{transform:scale(1.4)translate(2%)translateZ(0)}95%{transform:scale(1.4)translate(2%)translateZ(0)}to{transform:scale(1)translate(0)translateZ(0)}}@keyframes smart-image-scene-border{0%{border-color:var(--scene-light)}45%{border-color:var(--scene-light)}55%{border-color:#8f88bf}95%{border-color:#8f88bf}to{border-color:var(--scene-light)}}@media (prefers-reduced-motion:reduce){.smart-image__fallback-default,.smart-image__fallback-default:before,.smart-image__fallback-default:after,.smart-image__fallback-scene-icon,.smart-image__fallback-scene-sky,.smart-image__fallback-scene-sun,.smart-image__fallback-scene-moon,.smart-image__fallback-scene-moon:after,.smart-image__fallback-scene-m1,.smart-image__fallback-scene-m2,.smart-image__fallback-scene-border{animation:none}}.welcome-carousel{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.welcome-carousel__reviews{flex-grow:0;flex-shrink:0;transition:opacity .4s}.welcome-carousel__reviews-wrapper{min-height:250px}.welcome-carousel__reviews--visible{opacity:1}.welcome-carousel__reviews--hidden{opacity:0;pointer-events:none}.welcome-carousel__track-wrapper{flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.welcome-carousel--empty{color:#ffffff80;font-size:18px}.welcome-carousel__track{perspective:1400px;perspective-origin:50%;width:100%;height:100%;display:block;position:relative}.welcome-carousel__slide{top:var(--welcome-carousel-slide-top,35%);aspect-ratio:16/10;width:70%;transform-style:preserve-3d;transform-origin:50%;transform:translate(-50%,-50%)translateX(var(--slide-x,0%))scale(var(--slide-scale,1))rotateY(var(--slide-rotate,0deg));opacity:var(--slide-opacity,1);will-change:transform,opacity;flex-shrink:0;transition:transform .75s cubic-bezier(.22,.61,.36,1),opacity .45s;position:absolute;left:50%}.welcome-carousel__slide--prev{--slide-x:-85%;--slide-scale:.74;--slide-rotate:18deg;--slide-opacity:.8;z-index:5}.welcome-carousel__slide--active{--slide-x:0%;--slide-scale:1;--slide-rotate:0deg;--slide-opacity:1;z-index:10}.welcome-carousel__slide--next{--slide-x:85%;--slide-scale:.74;--slide-rotate:-18deg;--slide-opacity:.8;z-index:5}.welcome-carousel__card{background:#1a1f2e;border-radius:26px;width:100%;height:100%;transition:all .6s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 50px -10px #00000080,0 0 0 1px #ffffff0d}.welcome-carousel__slide--active .welcome-carousel__card{box-shadow:0 0 0 1px #ffffff73,0 0 35px #ffffff8c,0 0 70px #ffffff59,0 0 140px #fff3,0 0 220px #ffffff1f,0 25px 50px -20px #000c}.welcome-carousel__slide--prev .welcome-carousel__card,.welcome-carousel__slide--next .welcome-carousel__card{box-shadow:0 0 0 1px #ffffff0d,0 0 20px #ffffff1a,0 15px 30px -15px #0009}.welcome-carousel__card-image-wrapper{position:absolute;inset:0;overflow:hidden}.welcome-carousel__card-image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.welcome-carousel__slide--active .welcome-carousel__card-image{transform:scale(1.05)}.welcome-carousel__card--static .welcome-carousel__card-image{transform:none}.welcome-carousel__card-gradient{pointer-events:none;background:linear-gradient(#0000 0%,#0a0e1766 40%,#0a0e17d9 70%,#0a0e17fa 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.welcome-carousel__card-offer{color:#fff;text-transform:uppercase;letter-spacing:.9px;z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-shadow:0 2px 6px #00000059;background:linear-gradient(135deg,#ff4646f5 0%,#ff7e00f5 60%,#ffc350f5 100%);border-radius:999px;padding:14px 22px;font-size:18px;font-weight:900;position:absolute;top:18px;right:18px;transform:translateZ(30px);box-shadow:0 12px 30px #ff5a1e59,0 0 0 1px #ffffff2e,inset 0 0 0 1px #00000026}.welcome-carousel__card-offer:before{content:"";border-radius:inherit;opacity:.7;pointer-events:none;mix-blend-mode:screen;background:linear-gradient(135deg,#ffffff59,#0000 45%);position:absolute;inset:1px}.welcome-carousel__card-offer-value{display:block}.welcome-carousel__card-content{z-index:12;opacity:0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(#0a0e1733 0%,#0a0e17a6 60%,#0a0e17f2 100%);padding:24px;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0;transform:translateY(20px)}.welcome-carousel__slide--active .welcome-carousel__card-content{opacity:1;transition-delay:.2s;transform:translateY(0)}.welcome-carousel__card-title{color:#fff;letter-spacing:.2px;text-shadow:0 2px 10px #000c;margin:0 0 6px;font-family:Poppins,sans-serif;font-size:36px;font-weight:400;line-height:1.2}.welcome-carousel__card-description{color:#ffffffe6;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:0;font-family:Manrope,sans-serif;font-size:14px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}.welcome-carousel__rating{align-items:center;gap:8px;margin-bottom:8px;display:flex}.welcome-carousel__rating-stars{align-items:center;gap:3px;display:flex}.welcome-carousel__star{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.welcome-carousel__star--full{color:#fbbf24;filter:drop-shadow(0 0 4px #fff9)}.welcome-carousel__star--half{color:#fbbf24}.welcome-carousel__star--empty{color:#ffffff40}.welcome-carousel__rating-value{color:#fbbf24;text-shadow:0 1px 4px #00000080;font-family:Manrope,sans-serif;font-size:14px;font-weight:600}.welcome-carousel__rating-count{color:#fff9;margin-left:2px;font-size:12px;font-weight:400}.welcome-carousel__card-summary--editorial{color:#ffffffa6;margin:0;font-family:Manrope,sans-serif;font-style:italic;font-weight:500;line-height:1.5}@media (max-width:1200px){.welcome-carousel__card-title{font-size:22px}.welcome-carousel__rating-value{font-size:13px}.welcome-carousel__rating-count{font-size:11px}.welcome-carousel__card-description{font-size:12px}.welcome-carousel__card-content{padding:20px}}@media (max-width:900px){.welcome-carousel__slide--active{--slide-scale:1}.welcome-carousel__slide--prev,.welcome-carousel__slide--next{--slide-scale:.7}.welcome-carousel__slide--prev{--slide-x:-75%;--slide-rotate:14deg}.welcome-carousel__slide--next{--slide-x:75%;--slide-rotate:-14deg}.welcome-carousel__card-title{font-size:18px}.welcome-carousel__rating{margin-bottom:4px}.welcome-carousel__star{width:14px;height:14px}.welcome-carousel__rating-value{font-size:12px}.welcome-carousel__rating-count{font-size:10px}.welcome-carousel__card-description{display:none}}@media (prefers-reduced-motion:reduce){.welcome-carousel__slide,.welcome-carousel__card,.welcome-carousel__card-image,.welcome-carousel__card-content{transition:none}}.welcome-map-layer__layout{flex-direction:column;justify-content:flex-start;align-items:center;gap:20px;width:100%;height:100%;padding-top:5%;display:flex}.welcome-map-layer{z-index:0;filter:drop-shadow(0 22px 45px #00000073);background:#0b0f17;border-radius:10%;width:60%;height:60%;position:relative;inset:0;overflow:hidden;box-shadow:0 35px 80px -30px #000000bf,0 0 0 1px #ffffff14}.welcome-map-layer:before{content:"";border-radius:inherit;pointer-events:none;z-index:2;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff14,inset 0 0 80px #00000059}.welcome-map-layer__container{z-index:1;border-radius:inherit;width:100%;height:100%;position:relative;overflow:hidden}.welcome-map-layer__gradient-overlay{pointer-events:none;z-index:3;border-radius:inherit;background:linear-gradient(#00000026 0%,#0000 20% 80%,#00000040 100%);position:absolute;inset:0}.welcome-map-layer__container>div,.welcome-map-layer__container .gm-style{border-radius:inherit}.welcome-map-legend{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#000000eb,#0009);border:1px solid #ffffff24;border-radius:16px;flex-flow:wrap;gap:12px;padding:14px 16px;display:flex;box-shadow:0 18px 30px #00000059,inset 0 0 0 1px #ffffff0a}.welcome-map-legend__item{grid-template-columns:44px 1fr;align-items:center;gap:10px;min-width:190px;display:grid}.welcome-map-legend__icon{place-items:center;width:44px;height:44px;display:grid}.welcome-map-legend__icon img{filter:drop-shadow(0 6px 12px #00000059);width:40px;height:40px;display:block}.welcome-map-legend__text{color:#ffffffeb;flex-direction:column;gap:2px;font-family:Poppins,sans-serif;display:flex}.welcome-map-legend__label{text-transform:uppercase;letter-spacing:.12em;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.welcome-map-legend__sub{color:#fff9;font-family:Poppins,sans-serif;font-size:12px}.welcome-map-tooltip{color:#ffffffeb;letter-spacing:.02em;text-transform:none;white-space:nowrap;pointer-events:none;background:#000000b3;border:1px solid #ffffff1f;border-radius:999px;padding:6px 12px;font-size:12px;position:absolute;transform:translate(-50%,calc(-100% - 12px));box-shadow:0 10px 24px #00000059,inset 0 1px #ffffff0f}.welcome-map-current-marker{justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative}.welcome-map-current-marker__outer{background:#ffffffe6;border:6px solid;border-radius:50%;width:72px;height:72px;position:absolute;box-shadow:0 6px 18px #00000059}.welcome-map-current-marker__inner{z-index:1;border-radius:50%;width:36px;height:36px;position:absolute}.welcome-map-current-marker__pulse{opacity:.4;border-radius:50%;width:72px;height:72px;animation:2s ease-out infinite currentLocationPulse;position:absolute}@keyframes currentLocationPulse{0%{opacity:.4;transform:scale(1)}to{opacity:0;transform:scale(3)}}.welcome-map-marker{flex-direction:column;align-items:center;transition:transform .3s ease-out;display:flex;position:relative}.welcome-map-marker__pin{border-radius:50% 50% 50% 0;justify-content:center;align-items:center;width:96px;height:96px;transition:background-color .4s ease-out,transform .3s ease-out,box-shadow .3s ease-out;display:flex;transform:rotate(-45deg);box-shadow:0 6px 20px #0006}.welcome-map-marker__dot{background:#ffffffe6;border-radius:50%;width:30px;height:30px;transform:rotate(45deg)}.welcome-map-marker--active .welcome-map-marker__pin{transform:rotate(-45deg)scale(1.25);box-shadow:0 10px 26px #00000073,0 0 34px #ff3b308c}.welcome-map-marker__pulse{opacity:0;pointer-events:none;border:6px solid;border-radius:50%;width:120px;height:120px;margin-top:-60px;margin-left:-60px;position:absolute;top:50%;left:50%}.welcome-map-marker--pulsing .welcome-map-marker__pulse{animation:1.5s ease-out infinite markerPulse}@keyframes markerPulse{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(2)}}.welcome-map-marker--active{z-index:10}@media (prefers-reduced-motion:reduce){.welcome-map-current-marker__pulse,.welcome-map-marker__pulse{animation:none}.welcome-map-marker__pin,.welcome-map-marker--active .welcome-map-marker__pin{transition:none}}.welcome-video-player{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);width:100%;height:100%;overflow:hidden}.welcome-video-player__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.welcome-video-player__logo{z-index:20;color:#fff;opacity:.9;align-items:center;gap:10px;display:flex;position:absolute;top:24px;right:24px}.welcome-video-player__logo-icon{color:#6366f1;width:32px;height:32px}.welcome-video-player__logo-text{letter-spacing:.5px;font-size:20px;font-weight:700}.welcome-video-player__video{object-fit:cover;width:100%;height:100%;transition:opacity .5s ease-out;position:absolute;inset:0}.welcome-video-player__image{object-fit:contain;object-position:center;width:100%;height:100%;position:absolute;inset:0}.welcome-video-player__video--prev{opacity:0;z-index:1}.welcome-video-player__video--entering{z-index:2;animation:.5s ease-out forwards videoFadeIn}@keyframes videoFadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.welcome-video-player__loading{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:15;background:#0f172ab3;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.welcome-video-player__loading-spinner{border:3px solid #fff3;border-top-color:#6366f1;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite spinnerRotate}@keyframes spinnerRotate{to{transform:rotate(360deg)}}.welcome-video-player__poster{animation:.5s ease-out posterFadeIn;position:absolute;inset:0}@keyframes posterFadeIn{0%{opacity:0}to{opacity:1}}.welcome-video-player__empty{color:#ffffff80;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.welcome-video-player__empty-icon{opacity:.4;width:80px;height:80px}.welcome-video-player__empty-icon svg{width:100%;height:100%}.welcome-video-player__empty p{margin:0;font-size:16px}.welcome-video-player__info{z-index:10;color:#fff;animation:.5s ease-out infoSlideUp;position:absolute;bottom:40px;left:32px;right:32px}@keyframes infoSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.welcome-video-player__info-title{text-shadow:0 2px 8px #00000080;margin:0 0 8px;font-family:Poppins,sans-serif;font-size:28px;font-weight:400;line-height:1.2}.welcome-video-player__info-type{text-transform:capitalize;color:#ffffffb3;text-shadow:0 1px 4px #00000080;margin:0;font-family:Manrope,sans-serif;font-size:14px;font-weight:500}.welcome-video-player__gradient-top{pointer-events:none;z-index:5;background:linear-gradient(#0009 0%,#0000 100%);height:120px;position:absolute;top:0;left:0;right:0}.welcome-video-player__gradient-bottom{pointer-events:none;z-index:5;background:linear-gradient(#0000 0%,#0006 50%,#000c 100%);height:200px;position:absolute;bottom:0;left:0;right:0}.welcome-video-player__container:after{content:"";pointer-events:none;z-index:10;border:2px solid #ffffff1a;border-radius:8px;position:absolute;inset:16px}@media (prefers-reduced-motion:reduce){.welcome-video-player__video,.welcome-video-player__video--entering,.welcome-video-player__loading-spinner,.welcome-video-player__poster,.welcome-video-player__info{transition:none;animation:none}}.video-playlist{background:#0a0e17;width:100%;height:100%;position:relative;overflow:hidden}.video-playlist__video{object-fit:cover;opacity:1;width:100%;height:100%;transition:opacity .4s}.video-playlist__video--fading{opacity:0}.weather-widget{z-index:5;-webkit-backdrop-filter:blur(24px)saturate(180%);backdrop-filter:blur(24px)saturate(180%);color:#f8fafc;background:linear-gradient(145deg,#0f172aeb 0%,#1e293be0 50%,#0f172af0 100%);border:1px solid #94a3b833;border-radius:24px;width:260px;padding:20px;font-family:Space Grotesk,Sora,Avenir Next,sans-serif;animation:.6s ease-out both weatherFadeIn;position:absolute;top:24px;left:24px;overflow:hidden;box-shadow:0 12px 40px #0006,inset 0 0 0 1px #ffffff14,0 0 80px #6366f12e,0 4px 16px #6366f11f}.weather-widget:before{content:"";pointer-events:none;opacity:.6;filter:blur(40px);background:conic-gradient(#6366f14d 0deg,#8b5cf640 60deg,#f59e0b33 120deg,#ec489940 180deg,#22d3ee33 240deg,#6366f14d 300deg 360deg);animation:12s linear infinite weatherRotateGradient;position:absolute;inset:-100%}.weather-widget:after{content:"";pointer-events:none;opacity:.8;background:radial-gradient(circle at 30% 20%,#6366f126 0%,#0000 50%),radial-gradient(circle at 70% 80%,#f59e0b1f 0%,#0000 50%),radial-gradient(circle,#8b5cf61a 0%,#0000 60%);width:200%;height:200%;animation:15s ease-in-out infinite weatherFloatGradient;position:absolute;top:-50%;left:-50%}.weather-widget--night{background:linear-gradient(145deg,#0f172af5 0%,#1e293beb 50%,#0f172afa 100%);box-shadow:0 12px 40px #00000080,inset 0 0 0 1px #ffffff1a,0 0 100px #6366f14d,0 4px 24px #8b5cf633}.weather-widget--night:before{opacity:.7;background:conic-gradient(#6366f166 0deg,#8b5cf659 60deg,#a855f74d 120deg,#ec489959 180deg,#3b82f64d 240deg,#6366f166 300deg 360deg);animation:10s linear infinite weatherRotateGradientNight}.weather-widget--night:after{opacity:.9;animation:12s ease-in-out infinite weatherFloatGradientNight}@keyframes weatherFadeIn{0%{opacity:0;transform:translateY(-12px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes weatherRotateGradient{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.1)}to{transform:rotate(360deg)scale(1)}}@keyframes weatherRotateGradientNight{0%{transform:rotate(0)scale(1.05)}50%{transform:rotate(180deg)scale(1.15)}to{transform:rotate(360deg)scale(1.05)}}@keyframes weatherFloatGradient{0%,to{opacity:.8;transform:translate(0)scale(1)}33%{opacity:.9;transform:translate(10%,-10%)scale(1.05)}66%{opacity:.7;transform:translate(-10%,10%)scale(.95)}}@keyframes weatherFloatGradientNight{0%,to{opacity:.9;transform:translate(0)scale(1.05)}33%{opacity:1;transform:translate(15%,-15%)scale(1.1)}66%{opacity:.8;transform:translate(-15%,15%)scale(1)}}.weather-widget--loading{justify-content:center;align-items:center;min-height:200px;display:flex}.weather-widget__spinner{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite weatherSpin}@keyframes weatherSpin{to{transform:rotate(360deg)}}.weather-widget--error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:120px;display:flex}.weather-widget__error-icon{font-size:24px}.weather-widget__error-text{color:#f8fafca6;max-width:180px;font-size:12px}.weather-widget__main{align-items:center;gap:12px;margin-bottom:8px;display:flex}.weather-widget__icon-wrap{flex-shrink:0;width:72px;height:72px;position:relative}.weather-widget__icon{object-fit:contain;filter:drop-shadow(0 4px 12px #0000004d);width:100%;height:100%;animation:4s ease-in-out infinite weatherIconFloat}@keyframes weatherIconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.weather-widget__temp-block{flex-direction:column;display:flex}.weather-widget__temp{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 0%,#fffc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:42px;font-weight:700;line-height:1}.weather-widget__feels{color:#f8fafca6;margin-top:4px;font-size:11px}.weather-widget__location{align-items:baseline;gap:6px;margin-bottom:4px;display:flex}.weather-widget__city{font-size:16px;font-weight:600}.weather-widget__country{color:#f8fafca6;background:#ffffff14;border-radius:4px;padding:2px 6px;font-size:12px}.weather-widget__description{color:#f8fafca6;text-transform:capitalize;margin-bottom:16px;font-size:13px}.weather-widget__details{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px;display:grid}.weather-widget__detail{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;align-items:center;padding:10px 6px;transition:background .2s,border-color .2s;display:flex}.weather-widget__detail:hover{background:#ffffff14;border-color:#ffffff1a}.weather-widget__detail-icon{margin-bottom:4px;font-size:16px}.weather-widget__detail-value{font-size:13px;font-weight:600}.weather-widget__detail-value small{color:#f8fafca6;font-size:10px;font-weight:400}.weather-widget__detail-label{text-transform:uppercase;letter-spacing:.08em;color:#f8fafca6;margin-top:2px;font-size:9px}.weather-widget__sun{border-top:1px solid #ffffff14;justify-content:space-around;padding-top:12px;display:flex}.weather-widget__sun-item{align-items:center;gap:6px;display:flex}.weather-widget__sun-icon{font-size:14px}.weather-widget__sun-time{color:#f8fafca6;font-size:12px;font-weight:500}@media (prefers-reduced-motion:reduce){.weather-widget,.weather-widget:before,.weather-widget:after,.weather-widget__icon,.weather-widget__spinner{animation:none}.weather-widget:before,.weather-widget:after{opacity:.3}}.banner-rotator{border-radius:16px;width:100%;height:100%;position:relative;overflow:hidden}.banner-rotator__layer{object-fit:contain;opacity:0;width:100%;height:100%;transition:opacity 1s,transform 1s;display:block;position:absolute;inset:0;transform:scale(1.03)}.banner-rotator__layer--visible{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.banner-rotator__layer{transition:none;transform:none}}.welcome-page{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}html[data-viewport-emulation=on] .welcome-page,.welcome-grid{width:100%;height:100%}.welcome-screen-panel{justify-content:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.welcome-screen-a{display:block!important;overflow:visible!important}.welcome-screen-b{z-index:0}.welcome-screen-b-flip{width:100%;height:100%;transform-style:preserve-3d;transition:transform .86s cubic-bezier(.22,1,.36,1);position:relative}.welcome-screen-b-flip.is-flipped{transform:rotateY(180deg)}.welcome-screen-b-face{backface-visibility:hidden;position:absolute;inset:0}.welcome-screen-b-face--back{background:radial-gradient(circle at 20% 20%,#f59e0b33,#0000 55%),radial-gradient(circle at 85% 15%,#22d3ee29,#0000 45%),linear-gradient(150deg,#0a121c 0%,#0f172a 56%,#111b2f 100%);justify-content:center;align-items:center;padding:36px 30px;display:flex;transform:rotateY(180deg)}.screen-b-cart-shell{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(150deg,#0a0e18f5,#101827e0);border:1px solid #94a3b847;border-radius:26px;flex-direction:column;width:min(94%,1060px);height:min(92%,760px);animation:.62s screenBCartCardIn;display:flex;overflow:hidden;box-shadow:0 28px 60px #0207129e,inset 0 0 0 1px #ffffff0a}.screen-b-cart-shell__mode{flex-direction:column;height:100%;animation:.34s screenBCartModeSwap;display:flex}.screen-b-cart-shell__header{border-bottom:1px solid #94a3b829;gap:6px;padding:22px 26px 16px;display:grid}.screen-b-cart-shell__kicker{letter-spacing:.16em;text-transform:uppercase;color:#67e8f9;margin:0;font-size:11px;font-weight:700}.screen-b-cart-shell__header h3{color:#fff;margin:0;font-size:32px;line-height:1.1}.screen-b-cart-shell__total{color:#fbbf24;font-variant-numeric:tabular-nums;font-size:19px;font-weight:700}.screen-b-cart-shell__body{flex-direction:column;flex:1;min-height:0;padding:16px 18px;display:flex;overflow:hidden}.screen-b-cart-shell__instructions{background:#0f172a47;border:1px solid #94a3b82e;border-radius:12px;margin:0 18px 8px;padding:8px}.screen-b-cart-shell__instruction-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.screen-b-cart-shell__instruction-item{background:linear-gradient(165deg,#1e293b85,#0f172a3d);border:none;border-radius:10px;flex-direction:column;justify-content:center;gap:3px;min-height:48px;padding:8px 10px;transition:transform .22s,box-shadow .22s,background .22s;display:flex;box-shadow:inset 0 1px #ffffff14,0 10px 20px #02061733}.screen-b-cart-shell__instruction-item.is-primary{background:linear-gradient(165deg,#f59e0b33,#f59e0b14);transform:translateY(-1px);box-shadow:inset 0 1px #ffffff2e,0 12px 24px #f59e0b33}.screen-b-cart-shell__instruction-keys{color:#ffffffe0;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:#0f172a85;border:1px solid #94a3b838;border-radius:999px;align-items:center;width:fit-content;max-width:100%;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.screen-b-cart-shell__instruction-label{color:#e2e8f0e6;font-size:12px;font-weight:500;line-height:1.2}.screen-b-cart-shell__empty{color:#ffffff94;place-items:center;height:100%;font-size:18px;display:grid}.screen-b-cart-shell__items{flex-direction:column;flex:1;gap:12px;min-height:0;margin:0;padding:0 4px 10px 0;scroll-padding-block:12px;list-style:none;display:flex;overflow-y:auto}.screen-b-cart-shell__items::-webkit-scrollbar{width:5px}.screen-b-cart-shell__items::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.screen-b-cart-item{background:#ffffff08;border:1px solid #94a3b82e;border-radius:16px;grid-template-columns:132px minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:12px;transition:border-color .25s,transform .25s,box-shadow .25s;display:grid}.screen-b-cart-item.is-active{background:linear-gradient(145deg,#f59e0b29,#f59e0b12);border-color:#f59e0b80;transform:translateY(-1px);box-shadow:inset 0 0 0 1px #f59e0b33,0 8px 24px #f59e0b1f}.screen-b-cart-item.is-added{animation:.56s cubic-bezier(.22,1,.36,1) cartItemAdded}.screen-b-cart-item.is-updated{animation:.45s cartItemUpdated}.screen-b-cart-item.is-removing{animation:.6s forwards cartItemRemoving}.screen-b-cart-item__thumb{background:#0f172aa6;border:1px solid #94a3b829;border-radius:12px;height:82px;overflow:hidden}.screen-b-cart-item__thumb img{object-fit:cover;width:100%;height:100%;display:block}.screen-b-cart-item__thumb-placeholder{color:#ffffff80;letter-spacing:.06em;text-transform:uppercase;place-items:center;width:100%;height:100%;font-size:11px;display:grid}.screen-b-cart-item__meta{min-width:0}.screen-b-cart-item__name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:700;overflow:hidden}.screen-b-cart-item__subtitle{color:#ffffff8f;margin:4px 0 0;font-size:13px;line-height:1.35}.screen-b-cart-item__qty{color:#fbbf24;font-variant-numeric:tabular-nums;background:#f59e0b1f;border:1px solid #f59e0b47;border-radius:999px;justify-content:center;align-items:center;min-width:42px;height:30px;font-size:13px;font-weight:800;display:inline-flex}.screen-b-cart-item__price{color:#fbbf24;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.screen-b-cart-shell__footer{color:#ffffffb8;border-top:1px solid #94a3b829;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;font-size:13px;display:flex}.screen-b-cart-shell__totals{border-top:1px solid #94a3b829;gap:8px;padding:14px 20px;display:grid}.screen-b-cart-shell__totals-row{color:#ffffffd1;font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.screen-b-cart-shell__totals-row .is-discount{color:#67e8f9}.screen-b-cart-shell__totals-row.is-total{color:#fbbf24;border-top:1px dashed #94a3b83d;margin-top:2px;padding-top:6px;font-size:16px;font-weight:700}.screen-b-cart-shell__coupon-note{color:#a5f3fc;background:#082f495c;border:1px solid #67e8f947;border-radius:10px;margin-top:4px;padding:8px 10px;font-size:12px}.screen-b-cart-shell__pay-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:10px;display:flex}.screen-b-pay-btn{letter-spacing:.02em;-webkit-user-select:none;user-select:none;pointer-events:none;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:188px;height:56px;padding:0 20px;font-size:18px;font-weight:700;transition:transform .22s,box-shadow .22s,border-color .22s;display:inline-flex}.screen-b-pay-btn__label{line-height:1}.screen-b-pay-btn__apple-mark{margin-top:-1px;font-size:24px;font-weight:700;line-height:1}.screen-b-pay-btn.is-selected{transform:translateY(-2px)}.screen-b-pay-btn--apple{color:#fff;background:linear-gradient(145deg,#111827,#020617 72%);border-color:#ffffff2e;animation:2.8s ease-in-out infinite payGlowApple;box-shadow:inset 0 0 0 1px #ffffff14,0 0 20px #fff3,0 0 42px #94a3b838}.screen-b-pay-btn--apple.is-selected{border-color:#ffffff85;box-shadow:inset 0 0 0 1px #fff3,0 0 34px #ffffff75,0 0 68px #94a3b86b}.screen-b-pay-btn--google{color:#111827;background:linear-gradient(145deg,#fff,#e2e8f0 86%);border-color:#ffffff80;animation:2.8s ease-in-out infinite payGlowGoogle;box-shadow:inset 0 0 0 1px #0f172a14,0 0 24px #22d3ee42,0 0 44px #3b82f638}.screen-b-pay-btn--google.is-selected{border-color:#3b82f6b3;box-shadow:inset 0 0 0 1px #0f172a33,0 0 36px #22d3ee66,0 0 70px #3b82f66b}.screen-b-pay-btn__google-g{background:linear-gradient(135deg,#4285f4 18%,#34a853 45%,#fbbc05 66%,#ea4335 86%);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:800;line-height:1}.welcome-screen-c{background:#0f172a}.welcome-loading{color:#fffc;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);flex-direction:column;justify-content:center;align-items:center;gap:20px;font-size:16px;display:flex;position:fixed;inset:0}.welcome-loading__spinner{border:3px solid #ffffff1a;border-top-color:#6366f1;border-radius:50%;width:48px;height:48px;animation:.8s linear infinite welcomeSpinnerRotate}@keyframes welcomeSpinnerRotate{to{transform:rotate(360deg)}}.welcome-error{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex;position:fixed;inset:0}.welcome-error h2{color:#f87171;margin:0;font-size:24px}.welcome-error p{color:#fff9;max-width:400px;margin:0;font-size:14px}@media (prefers-reduced-motion:reduce){.welcome-loading__spinner{animation:none}}.welcome-grid--remote{--remote-bg:#0b1118;--remote-panel:#0e141ceb;--remote-panel-soft:#141c26b8;--remote-accent:#f59e0b;--remote-accent-strong:#fb923c;--remote-teal:#22d3ee;--remote-text:#f8fafc;--remote-muted:#f8fafca6;color:var(--remote-text);font-family:Space Grotesk,Sora,Avenir Next,Trebuchet MS,sans-serif}.welcome-grid--remote .welcome-screen-c{background:radial-gradient(circle at 15% 20%,#f59e0b29,#0000 50%),radial-gradient(circle at 80% 10%,#22d3ee1f,#0000 45%),linear-gradient(160deg,#0b121a 0%,#0f172a 55%,#101b2d 100%)}.welcome-screen-a--remote{background:radial-gradient(circle at 20% 20%,#f59e0b2e,#0000 55%),radial-gradient(circle at 85% 20%,#22d3ee1f,#0000 45%),linear-gradient(140deg,#080d13 0%,#111826 55%,#0f172a 100%)}.remote-slider-shell{background:#0a0e17b3;flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:visible}.screen-a-banner{border-radius:16px;flex:0 0 19%;width:50%;min-height:318px;margin:0 auto;animation:.6s both bannerSlideUp;position:relative;bottom:50px}@keyframes bannerSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.screen-a-offerings{z-index:30;gap:16px;width:min(92%,1120px);margin:0 auto;padding:0 8px;animation:.7s cubic-bezier(.22,1,.36,1) .1s both offeringSlideUp;display:flex;position:absolute;bottom:40px;left:0;right:0}.screen-a-offerings::-webkit-scrollbar{height:0}.screen-a-offering{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;will-change:transform,opacity;min-width:220px;animation:.75s cubic-bezier(.22,1,.36,1) forwards offeringCardIn,9s ease-in-out infinite offeringCardFloat;animation-delay:var(--offering-delay,0s),calc(var(--offering-delay,0s) + .75s);background:linear-gradient(145deg,#f59e0b14,#0e1420d9);border:1px solid #f59e0b33;border-radius:18px;flex-direction:column;flex:1 1 0;gap:8px;padding:18px 20px;display:flex;position:relative;overflow:hidden;transform:translateY(16px)scale(.98);box-shadow:0 0 24px #f59e0b14,0 8px 32px #0000004d}.screen-a-offering:before{content:"";pointer-events:none;background:radial-gradient(circle,#f59e0b26,#0000 70%);border-radius:50%;width:120px;height:120px;animation:8s ease-in-out infinite offeringOrbPulse;position:absolute;top:-40%;right:-30%}.screen-a-offering:after{content:"";opacity:0;pointer-events:none;background:linear-gradient(110deg,#0000 25%,#fff3 48%,#0000 72%);animation:5.6s ease-in-out infinite offeringShine;position:absolute;inset:0;transform:translate(-130%)}.screen-a-offering__headline{color:#fff;text-shadow:0 0 16px #ffffff1f;margin:0;font-size:27px;font-weight:700;line-height:1.25}.screen-a-offering__desc{color:#fff;text-shadow:0 0 10px #ffffff0f;margin:0;font-size:25px;line-height:1.55}.screen-a-offering__value{color:#22d3eee6;text-shadow:0 0 10px #22d3ee4d;background:linear-gradient(135deg,#22d3ee1f,#22d3ee0a);border:1px solid #22d3ee33;border-radius:8px;align-self:flex-start;margin-top:2px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.screen-a-offering:first-child{--offering-delay:90ms}.screen-a-offering:nth-child(2){--offering-delay:.18s}.screen-a-offering:nth-child(3){--offering-delay:.27s}.screen-a-offering:nth-child(4){--offering-delay:.36s}.screen-a-offering:nth-child(5){--offering-delay:.45s}@keyframes offeringSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes offeringCardIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes offeringCardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes offeringOrbPulse{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.72;transform:scale(1.18)}}@keyframes offeringShine{0%,82%{opacity:0;transform:translate(-130%)}88%{opacity:.3}to{opacity:0;transform:translate(130%)}}.welcome-carousel--remote{--welcome-carousel-slide-top:calc((100% - 318px)*.35);filter:drop-shadow(0 30px 60px #00000073);transform:translateZ(0)}.remote-products{--remote-product-item-height:182px;isolation:isolate;flex-direction:column;gap:28px;width:100%;height:100%;padding:40px 48px 36px;display:flex;position:relative;overflow:hidden}.remote-products:before{content:"";filter:blur(8px);opacity:.8;pointer-events:none;z-index:0;background:radial-gradient(circle,#f59e0b2e,#0000 70%);border-radius:50%;width:280px;height:280px;animation:12s ease-in-out infinite remoteFloat;position:absolute;inset:20% -10% auto auto}.remote-products:after{content:"";filter:blur(12px);opacity:.65;pointer-events:none;z-index:0;background:radial-gradient(circle,#22d3ee24,#0000 68%);border-radius:50%;width:520px;height:520px;animation:14s ease-in-out infinite remoteFloat;position:absolute;inset:auto -15% -30% 30%}.remote-products--checkout-pulse .remote-checkout-hint{animation:.72s checkoutHintPulse}.remote-products__topbar{z-index:3;justify-content:space-between;align-items:center;gap:14px;margin-bottom:8px;display:flex;position:relative}.remote-cart-chip{color:#fff;cursor:pointer;background:linear-gradient(145deg,#0a0f18f2,#111826d9);border:1px solid #f59e0b59;border-radius:16px;align-items:center;gap:12px;padding:10px 12px;transition:border-color .35s,transform .28s,box-shadow .35s;display:inline-flex;position:relative;box-shadow:0 8px 22px #00000059,inset 0 0 0 1px #ffffff0a}.remote-cart-chip:hover{transform:translateY(-1px)}.remote-cart-chip.is-open{border-color:#f59e0b94;box-shadow:0 12px 28px #f59e0b38,inset 0 0 0 1px #f59e0b47}.remote-cart-chip__icon{color:#fbbf24;background:#f59e0b24;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.remote-cart-chip__icon svg{width:18px;height:18px}.remote-cart-chip__meta{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.remote-cart-chip__label{letter-spacing:.17em;text-transform:uppercase;color:#ffffff94;font-size:10px}.remote-cart-chip__subtotal{color:#fff;font-variant-numeric:tabular-nums;font-size:13px;font-weight:700;animation:.32s subtotalFlip}.remote-cart-chip__count{color:#130b00;font-variant-numeric:tabular-nums;background:linear-gradient(135deg,#f59e0b,#fb923c);border-radius:999px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 9px;font-size:14px;font-weight:800;animation:.3s cartCountPop;display:inline-flex}.remote-checkout-hint{color:#ffffffdb;background:linear-gradient(130deg,#07141ec7,#0c262a8f);border:1px solid #22d3ee47;border-radius:14px;flex-direction:column;gap:3px;max-width:min(540px,60%);padding:10px 14px;font-size:12px;line-height:1.4;display:flex;box-shadow:0 8px 20px #020b1066}.remote-checkout-hint__kicker{letter-spacing:.15em;text-transform:uppercase;color:#67e8f9;font-size:10px;font-weight:700}.remote-cart-drawer{z-index:3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;background:linear-gradient(165deg,#0b0f18f5,#0c1621e6);border:1px solid #94a3b83d;border-radius:20px;flex-direction:column;gap:12px;width:332px;height:auto;max-height:min(100% - 142px,760px);padding:16px;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s;display:flex;position:absolute;top:98px;left:48px;transform:translate(-28px)scale(.98);box-shadow:0 24px 44px #01061094,inset 0 0 0 1px #ffffff08}.remote-cart-drawer.is-visible{opacity:1;pointer-events:auto;transform:translate(0)scale(1)}.remote-cart-drawer__header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.remote-cart-drawer__header h3{color:#fff;margin:0;font-size:18px;font-weight:700}.remote-cart-drawer__header p{color:#ffffff8c;margin:4px 0 0;font-size:12px}.remote-cart-drawer__list-wrap{background:#02060e80;border:1px solid #94a3b81f;border-radius:14px;flex:0 auto;max-height:min(44vh,430px);overflow:hidden}.remote-cart-drawer__empty{color:#ffffff94;padding:18px;font-size:13px;line-height:1.5}.remote-cart-drawer__list{flex-direction:column;gap:8px;max-height:100%;margin:0;padding:8px;list-style:none;display:flex;overflow-y:auto}.remote-cart-drawer__list::-webkit-scrollbar{width:5px}.remote-cart-drawer__list::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:999px}.remote-cart-item{background:#0e1521d1;border:1px solid #94a3b81f;border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:9px 10px;transition:border-color .24s,transform .24s;display:grid}.remote-cart-item.is-added{border-color:#22c55e7a;animation:.56s cubic-bezier(.22,1,.36,1) cartItemAdded}.remote-cart-item.is-updated{border-color:#3b82f66b;animation:.45s cartItemUpdated}.remote-cart-item.is-removing{border-color:#ef44446b;animation:.6s forwards cartItemRemoving}.remote-cart-item__info{min-width:0}.remote-cart-item__name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:700;line-height:1.35;overflow:hidden}.remote-cart-item__meta{color:#ffffff7a;white-space:nowrap;text-overflow:ellipsis;margin:3px 0 0;font-size:10px;overflow:hidden}.remote-cart-item__actions{align-items:center;gap:6px;display:inline-flex}.remote-cart-item__actions button{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #94a3b83d;border-radius:7px;width:24px;height:24px;font-size:15px;line-height:1}.remote-cart-item__qty{text-align:center;font-variant-numeric:tabular-nums;color:#fff;min-width:20px;font-size:12px;font-weight:800;animation:.28s cartCountPop}.remote-cart-item__price{color:#fbbf24;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:11px;font-weight:700}.remote-cart-item__remove{color:#ffffff8c;cursor:pointer;background:0 0;border:0;padding:0;font-size:18px;line-height:1}.remote-cart-drawer__footer{border-top:1px solid #94a3b826;flex-direction:column;gap:8px;padding-top:10px;display:flex}.remote-cart-drawer__totals{color:#ffffffb8;justify-content:space-between;align-items:center;font-size:13px;display:flex}.remote-cart-drawer__totals strong{color:#fff;letter-spacing:.01em;font-variant-numeric:tabular-nums;font-size:16px;animation:.35s subtotalFlip}.remote-cart-drawer__hint{color:#ffffff80;font-size:11px;line-height:1.35}.remote-payment-pill{background:#ffffff0a;border:1px solid #94a3b840;border-radius:12px;padding:10px 12px;animation:.42s paymentPillIn}.remote-payment-pill__title{margin-bottom:2px;font-size:12px;font-weight:700}.remote-payment-pill__subtitle{color:#ffffffa8;font-size:11px;line-height:1.35}.remote-payment-pill--success{background:#22c55e1f;border-color:#22c55e75}.remote-payment-pill--success .remote-payment-pill__title{color:#86efac}.remote-payment-pill--error{background:#ef44441f;border-color:#ef44447a;animation:.38s paymentErrorShake}.remote-payment-pill--error .remote-payment-pill__title{color:#fca5a5}.remote-payment-pill--processing{background:linear-gradient(90deg,#2563eb24,#38bdf81a);border-color:#3b82f66b}.remote-products__header{z-index:1;justify-content:space-between;align-items:center;gap:24px;margin-left:0;transition:margin-left .45s cubic-bezier(.22,1,.36,1);animation:.7s both remoteHeaderFade;display:flex}.remote-products__title{margin-top:0;margin-bottom:4px;font-size:30px}.remote-products__rating{align-items:center;gap:8px;margin-bottom:6px;display:flex}.remote-products__rating-stars{align-items:center;gap:3px;display:flex}.remote-products__star{justify-content:center;align-items:center;width:16px;height:16px;display:inline-flex}.remote-products__star--full{color:#fbbf24;filter:drop-shadow(0 0 4px #fff9)}.remote-products__star--half{color:#fbbf24}.remote-products__star--empty{color:#ffffff40}.remote-products__rating-value{color:#fbbf24;text-shadow:0 1px 4px #00000080;font-family:Manrope,sans-serif;font-size:14px;font-weight:600}.remote-products__rating-count{color:#fff9;font-size:12px;font-weight:400}.remote-products__description{color:var(--remote-muted);max-width:520px;font-size:14px}.remote-products__header-hours{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#0f1420d9,#0a0e18bf);border:1px solid #94a3b826;border-radius:16px;flex-shrink:0;align-self:flex-start;padding:14px 18px;box-shadow:0 4px 20px #00000040,inset 0 1px #ffffff0d}.remote-products__header-hours-label{text-transform:uppercase;letter-spacing:.2em;color:#ffffff8c;border-bottom:1px solid #94a3b814;align-items:center;gap:7px;margin-bottom:10px;padding-bottom:8px;font-size:10px;display:flex}.remote-products__header-hours-icon{opacity:.6;width:14px;height:14px}.remote-products__header-hours-list{grid-template-columns:1fr 1fr;gap:4px 14px;margin:0;padding:0;list-style:none;display:grid}.remote-products__header-hours-day{color:#fff;white-space:nowrap;text-overflow:ellipsis;border-radius:6px;padding:3px 8px;font-size:12px;line-height:1.6;transition:background .2s,color .2s;overflow:hidden}.remote-products__header-hours-day.is-today{color:var(--remote-accent-strong,#f59e0b);background:#f59e0b1a;border:1px solid #f59e0b26;font-weight:700}.remote-products__content{z-index:1;flex-direction:column;flex:1;gap:20px;margin-left:0;transition:margin-left .45s cubic-bezier(.22,1,.36,1);display:flex;position:relative}.remote-products__content--single{grid-template-columns:minmax(0,1fr)}.remote-products__content--single .remote-products__hero{height:clamp(300px,44vh,380px)}.remote-products__content--single .remote-products__video{height:100%}.remote-products__media{flex-direction:column;gap:14px;display:flex}.remote-products__hero{border-radius:18px;width:100%;height:440px;position:relative;overflow:hidden}.remote-products__hero img{object-fit:cover;width:100%;height:100%;transition:transform 1.2s;transform:scale(1.04)}.remote-products__hero-placeholder{width:100%;height:100%;color:var(--remote-muted);text-transform:uppercase;letter-spacing:.16em;background:#0f172acc;place-items:center;font-size:13px;display:grid}.remote-products__hero-glow{background:linear-gradient(#0000,#0a0f16d9);height:60%;position:absolute;inset:auto 0 0}.remote-products__video{background:#0f172aa6;border:1px solid #94a3b824;border-radius:18px;width:100%;height:440px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #0f172a40}.remote-products__video-el{object-fit:cover;width:100%;height:100%;display:block}.remote-products__facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.remote-products__fact{background:var(--remote-panel-soft);border:1px solid #94a3b81a;border-radius:16px;padding:12px 14px;box-shadow:inset 0 0 0 1px #0f172a40}.remote-products__fact-label{text-transform:uppercase;letter-spacing:.18em;color:var(--remote-muted);font-size:10px}.remote-products__fact-value{margin-top:6px;font-size:16px;font-weight:700;display:block}.remote-products__list{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#0c121ceb,#080c14e6);border:1px solid #94a3b82e;border-radius:24px;flex-direction:column;flex:1;gap:16px;height:100%;min-height:0;max-height:100%;padding:22px;animation:.7s 80ms both remotePanelRise;display:flex;overflow:hidden;box-shadow:0 18px 40px #060c1673}.remote-products__list-header{text-transform:uppercase;letter-spacing:.18em;color:var(--remote-muted);border-bottom:1px solid #94a3b814;justify-content:space-between;align-items:center;padding-bottom:10px;font-size:13px;display:flex}.remote-products__count{min-width:24px;height:24px;color:var(--remote-accent-strong,#f59e0b);letter-spacing:0;background:#f59e0b26;border-radius:12px;justify-content:center;align-items:center;padding:0 7px;font-size:12px;font-weight:700;display:inline-flex}.remote-products__list-layout{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;min-height:0;display:grid;overflow:hidden}.remote-products__active-product{flex-direction:column;gap:14px;min-width:0;min-height:0;display:flex}.remote-products__active-media{aspect-ratio:1;background:radial-gradient(circle at 20% 18%,#38bdf838,#0000 56%),linear-gradient(145deg,#0d1624f2,#070c14f5);border:1px solid #7dd3fc47;border-radius:30px;width:100%;animation:.56s cubic-bezier(.22,1,.36,1) both remoteActiveProductSwap;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #94a3b829,0 22px 44px #0206128f}.remote-products__active-media .smart-image,.remote-products__active-placeholder{width:100%;height:100%}.remote-products__active-image{object-fit:cover;width:100%;height:100%;animation:.62s both remoteActiveProductImageIn}.remote-products__active-placeholder{color:#bae6fd85;place-items:center;display:grid}.remote-products__active-media-glow{pointer-events:none;background:linear-gradient(#090e1600,#060b13e0);height:58%;position:absolute;inset:auto 0 0}.remote-products__active-meta{flex-direction:column;gap:6px;padding:0 4px;display:flex}.remote-products__active-label{letter-spacing:.18em;text-transform:uppercase;color:#bae6fdad;font-size:10px}.remote-products__active-name{color:#e8f7ff;text-shadow:0 0 18px #7dd3fc2e;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:18px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.remote-products__items-column{flex-direction:column;gap:12px;min-height:0;margin:10px 0;display:flex;overflow:hidden}.remote-products__items{scroll-behavior:smooth;flex-direction:column;flex:1;gap:10px;height:min(100%,44dvh);min-height:0;max-height:min(100%,44dvh);margin:5px 0;padding-right:6px;list-style:none;display:flex;overflow:hidden auto}.remote-products__items::-webkit-scrollbar{width:5px}.remote-products__items::-webkit-scrollbar-track{background:#ffffff08;border-radius:10px}.remote-products__items::-webkit-scrollbar-thumb{background:#7dd3fc47;border-radius:10px}.remote-products__items::-webkit-scrollbar-thumb:hover{background:#7dd3fc7a}.remote-products__item{background:#74daf029;border:1px solid #7dd3fc3d;border-radius:14px;transition:border-color .35s,box-shadow .4s cubic-bezier(.22,1,.36,1),background .35s;animation:.56s cubic-bezier(.22,1,.36,1) both remoteItemRise;overflow:clip}.remote-products__item-button{appearance:none;width:100%;color:inherit;font:inherit;cursor:pointer;isolation:isolate;text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:start;gap:12px;margin:0;padding:14px 14px 14px 16px;display:grid;position:relative;overflow:hidden}.remote-products__item-bg,.remote-products__item-bg-overlay{pointer-events:none;position:absolute;inset:0}.remote-products__item-bg{z-index:0;transform-origin:50%;will-change:transform;background-position:50%;background-repeat:no-repeat;background-size:cover;transform:scale(1)}.remote-products__item-bg.is-fallback{background:radial-gradient(circle at 18% 20%,#38bdf82e,#0000 52%),linear-gradient(145deg,#07111deb,#050b13f5)}.remote-products__item-bg-overlay{z-index:1;background:linear-gradient(92deg,#070e18db,#070e1880 45%,#070e18cc),linear-gradient(#02060c14,#02060c4d)}.remote-products__item-button>:not(.remote-products__item-bg):not(.remote-products__item-bg-overlay){z-index:2;position:relative}.remote-products__item-button:focus-visible{outline-offset:-2px;outline:2px solid #fbbf24d1}.remote-products__item-index{letter-spacing:.14em;color:#bae6fdd6;font-variant-numeric:tabular-nums;text-transform:uppercase;min-width:28px;padding-top:2px;font-size:11px;font-weight:700}.remote-products__item-main{flex-direction:column;gap:4px;min-width:0;display:flex}.remote-products__item-head{flex-direction:column;align-items:flex-start;gap:4px;min-width:0;display:flex}.remote-products__item-type{color:#bae6fdf2;letter-spacing:.08em;text-transform:uppercase;background:#06101e85;border:1px solid #7dd3fc73;border-radius:999px;flex-shrink:0;max-width:100%;padding:2px 8px;font-size:10px;font-weight:700;line-height:1.35}.remote-products__item-title{color:#ecfefff2;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:600;line-height:1.3;overflow:hidden}.remote-products__item-description{color:#e0f2fee6;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.35;display:-webkit-box;overflow:hidden}.remote-products__item-details{color:#bae6fdb3;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:11px;line-height:1.32;display:-webkit-box;overflow:hidden}.remote-products__item-price{color:#bae6fdf0;white-space:nowrap;background:#0814207a;border:1px solid #7dd3fc59;border-radius:8px;flex-shrink:0;margin-top:2px;padding:4px 10px;font-size:15px;font-weight:700}.remote-products__item-cart-qty{color:#2c1700;font-variant-numeric:tabular-nums;background:linear-gradient(135deg,#f59e0b,#fb923c);border-radius:999px;justify-content:center;align-items:center;min-width:22px;height:22px;margin-top:4px;padding:0 7px;font-size:11px;font-weight:800;animation:.28s cartCountPop;display:inline-flex;box-shadow:0 6px 14px #f59e0b57}.remote-products__item.is-active{background:linear-gradient(130deg,#fff3,#7dd3fc38);border:3px solid #fff}.remote-products__item.is-active .remote-products__item-index{color:#fef08af5}.remote-products__item.is-active .remote-products__item-title{color:#fff}.remote-products__item.is-active .remote-products__item-type{color:#fef08afa;background:#78350f57;border-color:#fbbf248a}.remote-products__item.is-active .remote-products__item-price{color:#fde68a;background:#78350f4d;border-color:#fbbf247a}.remote-products__item.is-active .remote-products__item-bg{animation:.42s cubic-bezier(.22,1,.36,1) remoteProductItemBgZoom}.remote-products__item.is-just-added{animation:.45s both remoteItemRise,.62s productAddedFlash}.remote-products__item.is-just-updated{animation:.45s both remoteItemRise,.45s productUpdatedPulse}.remote-products__footer{letter-spacing:.12em;text-transform:uppercase;color:var(--remote-muted);text-align:center;border-top:1px solid #94a3b814;padding-top:10px;font-size:11px}.remote-products__footer span{opacity:.86}.remote-products__active-media .smart-image__img,.remote-products__active-media .smart-image__fallback,.remote-products__active-media .smart-image__fallback-default,.remote-products__active-media .smart-image__fallback-img{width:100%;height:100%;display:block}.remote-cart-fly-layer{pointer-events:none;z-index:55;position:absolute;inset:0}.remote-cart-fly-token{transform:translate(var(--fly-start-x),var(--fly-start-y));transform-origin:50%;animation:.74s cubic-bezier(.22,1,.36,1) forwards flyToCart;position:absolute;top:0;left:0}.remote-cart-fly-token span{letter-spacing:.02em;color:#fff;white-space:nowrap;background:linear-gradient(140deg,#f59e0beb,#fb923ce0);border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex;box-shadow:0 8px 24px #f59e0b70}.remote-cart-toast{z-index:40;letter-spacing:.02em;color:#fff;border-radius:999px;padding:10px 16px;font-size:12px;font-weight:700;animation:.32s cartToastIn;position:absolute;bottom:36px;right:48px;box-shadow:0 16px 34px #0000006b}.remote-cart-toast--positive{background:linear-gradient(130deg,#16a34a,#22c55e)}.remote-cart-toast--warning{background:linear-gradient(130deg,#dc2626,#ef4444)}.remote-cart-toast--info{background:linear-gradient(130deg,#1d4ed8,#2563eb)}@keyframes remoteFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes remotePanelRise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes remoteHeaderFade{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes remoteItemRise{0%{opacity:0;filter:blur(3px);transform:translateY(14px)scale(.975)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes remoteActiveProductSwap{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes remoteActiveProductImageIn{0%{opacity:0;filter:saturate(.75);transform:scale(1.06)}to{opacity:1;filter:saturate();transform:scale(1)}}@keyframes remoteProductItemBgZoom{0%{transform:scale(1)}55%{transform:scale(1.09)}to{transform:scale(1)}}@keyframes cartCountPop{0%{opacity:.5;transform:scale(.72)}70%{opacity:1;transform:scale(1.08)}to{transform:scale(1)}}@keyframes subtotalFlip{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes checkoutHintPulse{0%{box-shadow:0 0 #67e8f966}to{box-shadow:0 0 0 14px #67e8f900}}@keyframes productAddedFlash{0%{box-shadow:0 0 #22c55e00}55%{box-shadow:0 0 0 3px #22c55e52}to{box-shadow:0 0 #22c55e00}}@keyframes productUpdatedPulse{0%{transform:scale(1)}40%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes cartItemAdded{0%{opacity:.4;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes cartItemUpdated{0%{transform:scale(1)}45%{transform:scale(1.025)}to{transform:scale(1)}}@keyframes cartItemRemoving{0%{opacity:1;max-height:90px;margin-bottom:0;padding-top:9px;padding-bottom:9px;transform:translate(0)}to{opacity:0;border-width:0;max-height:0;margin-bottom:-6px;padding-top:0;padding-bottom:0;transform:translate(28px)}}@keyframes paymentPillIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes paymentErrorShake{0%,to{transform:translate(0)}30%{transform:translate(-4px)}60%{transform:translate(4px)}}@keyframes flyToCart{0%{transform:translate(var(--fly-start-x),var(--fly-start-y))scale(.98);opacity:.96}50%{transform:translate(calc((var(--fly-start-x) + var(--fly-end-x))/2),calc((var(--fly-start-y) + var(--fly-end-y))/2 - 64px))scale(1.05);opacity:1}to{transform:translate(var(--fly-end-x),var(--fly-end-y))scale(.4);opacity:0}}@keyframes cartToastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes screenBCartCardIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes screenBCartModeSwap{0%{opacity:.25;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes payGlowApple{0%,to{box-shadow:inset 0 0 0 1px #ffffff14,0 0 20px #fff3,0 0 42px #94a3b838}50%{box-shadow:inset 0 0 0 1px #ffffff24,0 0 28px #ffffff47,0 0 56px #94a3b84d}}@keyframes payGlowGoogle{0%,to{box-shadow:inset 0 0 0 1px #0f172a14,0 0 24px #22d3ee42,0 0 44px #3b82f638}50%{box-shadow:inset 0 0 0 1px #0f172a29,0 0 32px #22d3ee57,0 0 58px #3b82f64d}}@media (max-width:1200px){.remote-cart-drawer{width:300px;max-height:min(100% - 142px,700px);left:24px}.remote-products__content{grid-template-columns:1fr}.remote-products__hero{height:200px}.remote-products__list-layout{grid-template-columns:1fr}.remote-products__active-media{max-width:min(100%,380px);margin:0 auto}}@media (max-width:900px){.remote-products{padding:32px 24px}.remote-products__topbar{flex-direction:column;align-items:flex-start}.remote-checkout-hint{max-width:100%}.remote-cart-drawer{width:auto;max-height:min(100% - 188px,520px);top:156px;left:16px;right:16px}.remote-products__header{flex-direction:column;align-items:flex-start}.remote-products__list{padding:18px}.remote-products__item-button{gap:8px;padding:12px}.remote-products__item-price,.remote-products__item-cart-qty{justify-self:end}.screen-b-cart-shell{width:94%;height:88%}.screen-b-cart-item{grid-template-columns:1fr}.screen-b-cart-item__thumb{height:150px}.screen-b-cart-shell__header h3{font-size:24px}.screen-b-cart-shell__instructions{margin:0 12px 8px;padding:8px}.screen-b-cart-shell__instruction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screen-b-cart-shell__instruction-item{min-height:46px}.screen-b-cart-shell__totals{gap:6px}.screen-b-cart-shell__totals-row.is-total{font-size:14px}.screen-b-pay-btn{min-width:168px;height:52px;font-size:16px}}@media (max-width:680px){.screen-b-cart-shell__instruction-grid{grid-template-columns:1fr}.screen-b-cart-shell__pay-actions{gap:10px}.screen-b-pay-btn{width:100%;min-width:0}}@media (prefers-reduced-motion:reduce){.screen-a-offerings,.screen-a-offering,.screen-a-offering:before,.screen-a-offering:after{animation:none}.screen-a-offering{opacity:1;transform:none}.remote-products:before,.remote-products:after,.remote-products__item,.remote-products__item-bg,.remote-products__list,.remote-products__active-media,.remote-products__active-image,.remote-products__header,.remote-products__item-cart-qty,.remote-cart-item,.remote-cart-fly-token,.remote-cart-toast,.remote-checkout-hint,.remote-cart-chip__count,.remote-cart-chip__subtotal,.remote-payment-pill{animation:none}.welcome-screen-b-flip{transition:none}.screen-b-cart-shell__mode,.screen-b-pay-btn--apple,.screen-b-pay-btn--google{animation:none}}.conversation-page{color:#12151c;background:#0009;min-height:100vh;padding:clamp(32px,3vw,96px);font-family:SF Pro Display,SF Pro Text,Helvetica Neue,Avenir Next,sans-serif;position:relative;overflow:hidden}.conversation-page:before,.conversation-page:after{content:"";filter:blur(40px);opacity:.55;z-index:0;border-radius:50%;width:clamp(320px,30vw,900px);height:clamp(320px,30vw,900px);position:absolute}.conversation-page:before{background:radial-gradient(circle,#adc0e2a6,#adc0e200);top:-10%;left:-6%}.conversation-page:after{background:radial-gradient(circle,#d1dcf2a6,#d1dcf200);bottom:-15%;right:-6%}.conversation-shell{z-index:1;flex-direction:column;gap:clamp(24px,2.4vw,56px);max-width:4800px;margin:0 auto;display:flex;position:relative}.conversation-header{justify-content:space-between;align-items:center;gap:clamp(24px,3vw,72px);display:flex}.conversation-header__left{align-items:center;gap:clamp(16px,2vw,32px);display:flex}.conversation-kicker{text-transform:uppercase;letter-spacing:.24em;color:#fff;text-shadow:0 0 20px #adc0e2cc,0 0 40px #adc0e280,0 2px 8px #2f6cf64d;font-feature-settings:"ss01" on,"cv01" on;white-space:nowrap;margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(16px,1.2vw,24px);font-weight:600}.conversation-title{color:#fff;text-shadow:0 0 30px #fff6,0 0 60px #adc0e24d,0 4px 12px #0000001a;filter:drop-shadow(0 8px 24px #2f6cf626);letter-spacing:-.02em;font-feature-settings:"ss01" on;margin:0;font-size:clamp(44px,4.4vw,96px);font-weight:300;line-height:1.05}.conversation-summary{color:#fff;text-align:center;max-width:1100px;margin:20px 0;font-size:clamp(18px,1.4vw,30px)}.conversation-question{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffa6;border-radius:16px;flex-direction:column;gap:4px;margin:0;padding:12px 16px;display:inline-flex;box-shadow:0 16px 40px #0f142314}.conversation-question__label{letter-spacing:.16em;text-transform:uppercase;color:#000;font-size:20px}.conversation-question__text{color:#000;font-size:34px;font-weight:600}.conversation-header__status{flex-direction:row;align-items:center;gap:12px;display:flex}.conversation-status{color:#fff;background:#13182714;border-radius:999px;align-items:center;gap:10px;padding:12px 18px;font-size:15px;font-weight:600;display:inline-flex}.conversation-status__dot{background:#2f6cf6;border-radius:50%;width:10px;height:10px;animation:1.6s ease-in-out infinite pulse;box-shadow:0 0 0 6px #2f6cf624}.conversation-cart{text-align:center;color:#000;background:#ffffff94;border-radius:50%;gap:6px;padding:40px;transition:all .3s;display:grid}.conversation-cart--updating{animation:.6s cubic-bezier(.68,-.55,.265,1.55) cartUpdate}.conversation-cart__label{text-transform:uppercase;letter-spacing:.2em;color:#000;font-size:12px}.conversation-cart__count{color:#000;font-size:clamp(28px,2.2vw,48px);font-weight:600;transition:all .3s}.conversation-cart--updating .conversation-cart__count{animation:.6s cubic-bezier(.68,-.55,.265,1.55) countPop}.conversation-empty{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffffb3;border-radius:28px;padding:clamp(24px,3vw,64px);box-shadow:0 18px 50px #1418261f}.conversation-empty__title{margin-bottom:12px;font-size:clamp(22px,1.6vw,32px);font-weight:600}.conversation-empty__subtitle{color:#4a5161;font-size:clamp(16px,1.1vw,22px)}.conversation-grid{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));gap:clamp(18px,1.6vw,34px);display:grid}.conversation-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;border:1px solid #fffc;border-radius:28px;gap:18px;padding:clamp(18px,1.6vw,28px);animation:.7s both cardReveal;display:grid;box-shadow:0 24px 70px #0f13201f}.conversation-card--highlight{border-color:#2f6cf666;transform:translateY(-4px);box-shadow:0 28px 80px #2f6cf633}.conversation-card__media{background:linear-gradient(135deg,#f1f3f8,#e2e8f2);border-radius:22px;overflow:hidden}.conversation-card__image{object-fit:cover;width:100%;height:clamp(240px,16vw,380px);display:block}.conversation-card__image--placeholder{color:#5d6474;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:flex}.conversation-card__body{gap:14px;display:grid}.conversation-card__title{color:#12151c;margin:0;font-size:clamp(20px,1.6vw,30px)}.conversation-card__meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin:0;display:grid}.conversation-card__meta dt{text-transform:uppercase;letter-spacing:.18em;color:#000;margin-bottom:6px;font-size:12px}.conversation-card__meta dd{color:#252a38;margin:0;font-size:clamp(14px,1.1vw,20px);font-weight:600}.conversation-card__description{color:#3b4152;margin:0;font-size:clamp(14px,1.1vw,20px);line-height:1.45}.conversation-cart-list{background:#ffffffb3;border-radius:22px;width:20%;padding:20px 24px;box-shadow:0 16px 40px #1114201a}.conversation-cart-list__title{text-transform:uppercase;letter-spacing:.16em;color:#000;margin-bottom:10px;font-size:24px;font-weight:600}.conversation-cart-list__item{color:#1f2433;padding:6px 0;font-size:24px}@keyframes cardReveal{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes cartUpdate{0%{transform:scale(1);box-shadow:0 0 #2f6cf6b3}25%{background:#ffffffd9;transform:scale(1.15)rotate(5deg);box-shadow:0 0 0 10px #2f6cf666}50%{transform:scale(.95)rotate(-3deg);box-shadow:0 0 0 20px #2f6cf633}75%{transform:scale(1.05)rotate(2deg);box-shadow:0 0 0 30px #2f6cf61a}to{transform:scale(1)rotate(0);box-shadow:0 0 0 40px #2f6cf600}}@keyframes countPop{0%{color:#000;transform:scale(1)}30%{color:#2f6cf6;text-shadow:0 0 20px #2f6cf699;transform:scale(1.4)}50%{transform:scale(1.2)}70%{transform:scale(1.3)}to{color:#000;text-shadow:none;transform:scale(1)}}@media (max-width:1600px){.conversation-header{grid-template-columns:1fr}.conversation-header__status{flex-direction:row;justify-content:flex-start;align-items:center}}@media (max-width:900px){.conversation-page{padding:24px}.conversation-grid{grid-template-columns:1fr}.conversation-header__status{flex-direction:column;align-items:flex-start}.conversation-cart{text-align:left}}.cart-page{color:#12151c;background:#0009;justify-content:flex-start;align-items:flex-start;min-height:100vh;padding:clamp(32px,3vw,96px);font-family:SF Pro Display,SF Pro Text,Helvetica Neue,Avenir Next,sans-serif;display:flex;position:relative;overflow:hidden}.cart-page:before,.cart-page:after{content:"";filter:blur(40px);opacity:.55;z-index:0;border-radius:50%;width:clamp(320px,30vw,900px);height:clamp(320px,30vw,900px);position:absolute}.cart-page:before{background:radial-gradient(circle,#adc0e2a6,#adc0e200);top:-10%;left:-6%}.cart-page:after{background:radial-gradient(circle,#d1dcf2a6,#d1dcf200);bottom:-15%;right:-6%}.cart-shell{z-index:1;flex-direction:column;gap:clamp(24px,2.4vw,56px);width:80%;margin-right:auto;display:flex;position:relative}.cart-header{text-align:center;align-items:center;display:flex}.cart-header__text{flex-direction:column;align-items:center;display:flex}.cart-kicker{text-transform:uppercase;letter-spacing:.24em;color:#fff;text-shadow:0 0 20px #adc0e2cc,0 0 40px #adc0e280,0 2px 8px #2f6cf64d;font-feature-settings:"ss01" on,"cv01" on;margin-bottom:16px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(16px,1.2vw,24px);font-weight:600}.cart-title{color:#fff;text-shadow:0 0 30px #fff6,0 0 60px #adc0e24d,0 4px 12px #0000001a;filter:drop-shadow(0 8px 24px #2f6cf626);letter-spacing:-.02em;font-feature-settings:"ss01" on;margin:0 0 16px;font-size:clamp(44px,4.4vw,96px);font-weight:300;line-height:1.05}.cart-state{color:#2b2f3a;margin-bottom:16px;font-size:clamp(16px,1.1vw,22px)}.cart-coupon{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb3;border-radius:18px;gap:6px;max-width:640px;padding:16px 20px;display:grid;box-shadow:0 16px 40px #0f142314}.cart-coupon__title{text-transform:uppercase;letter-spacing:.16em;color:#7a8294;font-size:12px}.cart-coupon__code{color:#1e2230;font-size:clamp(16px,1.1vw,22px);font-weight:600}.cart-coupon__message{color:#4a5161;font-size:clamp(14px,1vw,18px)}.cart-summary{text-align:center;background:#ffffffc7;border-radius:40px;gap:6px;padding:20px;display:grid;box-shadow:0 18px 40px #1216241f}.cart-summary__label{text-transform:uppercase;letter-spacing:.2em;color:#7d8698;font-size:12px}.cart-summary__value{color:#111827;font-size:clamp(28px,2.2vw,48px);font-weight:600}.cart-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;border:1px solid #fffc;border-radius:28px;gap:24px;padding:clamp(20px,2vw,36px);display:grid;box-shadow:0 24px 70px #0f13201f}.cart-controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;display:flex}.cart-controls__group{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.cart-input{color:#1b2133;background:#fffc;border:1px solid #1118271f;border-radius:12px;min-width:220px;padding:12px 14px;font-size:14px}.cart-input::placeholder{color:#8a94a6}.cart-button{color:#1b2133;cursor:pointer;background:#ffffffbf;border:1px solid #1118271a;border-radius:999px;padding:12px 18px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s}.cart-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px #1418261f}.cart-button--primary{color:#fff;background:linear-gradient(135deg,#2f6cf6eb,#3e80ffeb);border:none}.cart-empty{color:#4a5161;font-size:clamp(16px,1.2vw,22px)}.cart-list{gap:16px;display:grid}.cart-item{background:#ffffffd9;border:1px solid #ffffffd9;border-radius:22px;grid-template-columns:minmax(140px,200px) minmax(240px,1fr) auto auto;align-items:center;gap:16px;padding:16px 18px;animation:.7s both cardReveal;display:grid;box-shadow:0 18px 50px #0f13201a}.cart-item--highlight{border-color:#2f6cf666;transform:translateY(-2px);box-shadow:0 24px 60px #2f6cf633}.cart-item__media{background:linear-gradient(135deg,#f1f3f8,#e2e8f2);border-radius:18px;overflow:hidden}.cart-item__image{object-fit:cover;width:100%;height:clamp(120px,10vw,160px);display:block}.cart-item__image--placeholder{color:#5d6474;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.cart-item__info{gap:6px;display:grid}.cart-item__name{color:#12151c;font-size:clamp(18px,1.3vw,24px);font-weight:600}.cart-item__description{color:#4b5161;font-size:clamp(14px,1vw,18px)}.cart-item__qty{background:#1118270d;border-radius:16px;align-items:center;gap:10px;padding:8px 10px;display:inline-flex}.cart-qty__button{color:#1b2133;cursor:pointer;background:#ffffffe6;border:1px solid #1118271a;border-radius:10px;width:32px;height:32px;font-weight:600;transition:transform .2s,box-shadow .2s}.cart-qty__button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #1418261f}.cart-qty__value{color:#1b2133;text-align:center;min-width:20px;font-size:16px;font-weight:600}.cart-item__price{color:#111827;font-size:clamp(18px,1.3vw,26px);font-weight:600}.cart-total{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#2f6cf626,#adc0e21f);border:1px solid #ffffffe6;border-radius:24px;justify-content:space-between;align-items:center;margin-top:24px;padding:clamp(20px,2vw,32px) clamp(24px,2.5vw,40px);display:flex;box-shadow:0 12px 40px #2f6cf633,0 4px 12px #00000014,inset 0 1px #fffc}.cart-total__label{color:#000;text-transform:uppercase;letter-spacing:.12em;background:linear-gradient(135deg,#2f6cf6cc,#adc0e2b3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:clamp(20px,1.6vw,32px);font-weight:800}.cart-total__value{background:linear-gradient(135deg,#2f6cf6cc,#adc0e2b3);-webkit-text-fill-color:transparent;filter:drop-shadow(0 8px 24px #2f6cf633);letter-spacing:-.02em;-webkit-background-clip:text;font-size:clamp(32px,3vw,56px);font-weight:700}@media (max-width:1600px){.cart-shell{width:min(1600px,86vw);margin-left:clamp(16px,4vw,64px)}.cart-header{grid-template-columns:1fr}.cart-summary{text-align:left}}@media (max-width:1100px){.cart-item{grid-template-rows:auto auto;grid-template-columns:minmax(120px,160px) minmax(200px,1fr)}.cart-item__qty,.cart-item__price{justify-self:start}}@media (max-width:900px){.cart-page{padding:24px}.cart-shell{width:100%;margin-left:0}.cart-controls{flex-direction:column;align-items:flex-start}}.cart-summary-page{color:#12151c;background:#0009;justify-content:flex-start;align-items:flex-start;min-height:100vh;padding:clamp(32px,3vw,96px);font-family:SF Pro Display,SF Pro Text,Helvetica Neue,Avenir Next,sans-serif;display:flex;position:relative;overflow:hidden}.cart-summary-page:before,.cart-summary-page:after{content:"";filter:blur(80px);opacity:.4;z-index:0;border-radius:50%;width:clamp(320px,40vw,1200px);height:clamp(320px,40vw,1200px);position:absolute}.cart-summary-page:before{background:radial-gradient(circle,#adc0e299,#adc0e200);top:-20%;left:-10%}.cart-summary-page:after{background:radial-gradient(circle,#2f6cf666,#2f6cf600);bottom:-20%;right:-10%}.cart-summary-shell{z-index:1;flex-direction:column;width:min(800px,90vw);margin:0;display:flex;position:relative}.cart-summary-panel{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffbf;border:1px solid #fff6;border-radius:32px;flex-direction:column;gap:32px;padding:clamp(32px,4vw,64px);display:flex;box-shadow:0 24px 70px #0003,inset 0 1px #fffc}.cart-summary-header{text-align:left;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.cart-summary-header h1{color:#111827;letter-spacing:-.02em;margin:0;font-size:clamp(44px,4.4vw,96px);font-weight:700;line-height:1.1}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#6b7280;margin:0;font-size:clamp(16px,1.2vw,24px);font-weight:700}.pill{color:#374151;background:#0000000a;border-radius:999px;margin-top:8px;padding:8px 16px;font-size:15px;font-weight:600}.cart-summary-items{flex-direction:column;gap:16px;max-height:50vh;padding-right:8px;display:flex;overflow-y:auto}.cart-summary-items::-webkit-scrollbar{width:6px}.cart-summary-items::-webkit-scrollbar-track{background:0 0}.cart-summary-items::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.cart-summary-item{background:#ffffff80;border-radius:20px;align-items:center;gap:20px;padding:16px;transition:background .2s;animation:.6s both cardReveal;display:flex}.cart-summary-item:hover{background:#fffc}.thumb{background:#f3f4f6;border-radius:14px;flex-shrink:0;width:64px;height:64px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.thumb img{object-fit:cover;width:100%;height:100%}.thumb-placeholder{background:#e5e7eb;width:100%;height:100%}.item-info{flex-direction:column;flex:1;gap:4px;display:flex}.item-info .title-row{justify-content:space-between;align-items:center;display:flex}.item-info .name{color:#1f2937;margin:0;font-size:clamp(20px,1.6vw,30px);font-weight:600}.item-info .price{color:#111827;margin:0;font-size:clamp(18px,1.4vw,24px);font-weight:600}.meta{color:#9ca3af;margin:0;font-size:clamp(14px,1.1vw,20px)}.empty{text-align:left;color:#6b7280;padding:32px;font-size:clamp(18px,1.4vw,24px);font-style:italic}.cart-summary-totals{border-top:1px dashed #0000001a;flex-direction:column;gap:12px;margin-top:16px;padding-top:24px;display:flex}.cart-summary-totals .row{color:#4b5563;justify-content:space-between;align-items:center;font-size:clamp(16px,1.2vw,22px);display:flex}.cart-summary-totals .row.total{color:#111827;text-transform:uppercase;letter-spacing:.05em;border-top:1px solid #0000000d;margin-top:12px;padding-top:20px;font-size:clamp(24px,2vw,32px);font-weight:800}.cart-summary-totals .row.total span:first-child{color:#111827;font-size:clamp(20px,1.6vw,28px)}.cart-summary-totals .row.total span:last-child{letter-spacing:-.03em;-webkit-text-fill-color:transparent;filter:drop-shadow(0 4px 12px #2f6cf626);background:linear-gradient(135deg,#2f6cf6e6,#adc0e2cc);-webkit-background-clip:text;background-clip:text;font-size:clamp(48px,4vw,80px);font-weight:700}.discount{color:#2563eb;font-weight:500}.coupon-message{color:#6b7280;text-align:left;background:#2563eb0d;border-radius:8px;margin-top:8px;padding:8px;font-size:clamp(14px,1.1vw,18px)}@media (max-width:900px){.cart-summary-page{align-items:flex-start;padding:20px}.cart-summary-shell{width:100%}.cart-summary-panel{gap:24px;padding:24px}}.payment-page{color:#fff;justify-content:center;align-items:center;min-height:100vh;display:flex}.panel{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000a6;border-radius:16px;width:90%;max-width:720px;padding:24px}.list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.row{background:#ffffff0f;border-radius:10px;justify-content:space-between;padding:10px;display:flex}.upload{margin:12px 0;font-size:14px}.upload-form{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.upload-form input{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:8px;padding:8px 10px}.upload-form button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:8px 12px}.shopping-room-root{background-color:#000;width:100vw;height:100vh;position:relative;overflow:hidden}html[data-viewport-emulation=on] .shopping-room-root{width:100%;height:100%}.shopping-room-canvas{width:var(--sr-design-width);height:var(--sr-design-height);transform-origin:0 0;transform:scale(var(--sr-scale-x),var(--sr-scale-y));isolation:isolate;position:absolute;top:0;left:0;overflow:hidden}html[data-viewport-emulation=on] .shopping-room-canvas{--sr-scale-x:1!important;--sr-scale-y:1!important;transform:scale(1)!important}.shopping-room-background{object-fit:cover;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:0;filter:blur(8px);display:block;position:absolute;inset:0}.did-avatar-container{border-radius:12px;flex-direction:column;width:100%;height:100%;margin:0 auto;display:flex;overflow:hidden}.did-avatar-video-wrapper{background:0 0;width:100%;height:100%;position:relative;overflow:hidden}.did-avatar-video-wrapper[data-clickable=true]{cursor:pointer}.did-avatar-stream-video,.did-avatar-idle-video{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;top:0;left:0}.did-avatar-canvas{pointer-events:none;background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.did-avatar-interrupt-btn{color:#fff;cursor:pointer;z-index:10;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;transition:all .3s;display:flex;position:absolute;bottom:20px;right:20px}.did-avatar-interrupt-btn:hover{background:#000000e6;transform:scale(1.1)}.did-avatar-chat-history{background:#f5f5f5;border-top:1px solid #e0e0e0;max-height:300px;padding:16px 24px;overflow-y:auto}.did-avatar-message{word-wrap:break-word;border-radius:8px;max-width:80%;margin-bottom:12px;padding:10px 14px}.did-avatar-message.user{color:#fff;text-align:right;background:#667eea;margin-left:auto}.did-avatar-message.assistant{color:#333;background:#fff;border:1px solid #e0e0e0}.did-avatar-input-form{background:#fff;border-top:1px solid #e0e0e0;gap:12px;padding:16px 24px;display:flex}.did-avatar-input{border:2px solid #e0e0e0;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:14px;transition:all .3s}.did-avatar-input:focus{border-color:#667eea}.did-avatar-input:disabled{cursor:not-allowed;background:#f5f5f5}.did-avatar-submit-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s}.did-avatar-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.did-avatar-submit-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.did-avatar-chat-history::-webkit-scrollbar{width:6px}.did-avatar-chat-history::-webkit-scrollbar-track{background:#f1f1f1}.did-avatar-chat-history::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.did-avatar-chat-history::-webkit-scrollbar-thumb:hover{background:#555}.did-avatar-video-overlay{z-index:5;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:absolute;top:0;left:0}.did-avatar-video-wrapper.loading .did-avatar-video-overlay,.did-avatar-video-wrapper.error .did-avatar-video-overlay{display:flex}.did-avatar-video-loading{color:#fff;background:#667eeacc;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;animation:2s ease-in-out infinite pulse}.did-avatar-video-error{color:#fff;cursor:pointer;background:#f44336e6;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500;transition:all .3s}.did-avatar-video-error:hover{background:#f44336;transform:scale(1.05)}.avaturn-avatar-root{width:100%;height:100%;position:relative;overflow:hidden}.avaturn-avatar-canvas-host{width:100%;height:100%}.avaturn-avatar-overlay{text-align:center;color:#fff;background:#00000040;justify-content:center;align-items:center;padding:16px;font-family:sans-serif;display:flex;position:absolute;inset:0}.avaturn-avatar-overlay--error{background:#ff000026}.virtual-avatar-root{background:0 0;border-radius:12px;width:100%;height:100%;position:relative;overflow:hidden}.virtual-avatar-canvas-host{background:0 0;width:100%;height:100%}.virtual-avatar-overlay{text-align:center;color:#fff;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;padding:16px;font-family:sans-serif;font-size:15px;line-height:1.4;display:flex;position:absolute;inset:0}.virtual-avatar-overlay--error{background:#96181899}.avatar-provider-placeholder{color:#fff;background:#00000040;justify-content:center;align-items:center;width:100%;height:100%;font-family:sans-serif;font-size:18px;display:flex}.avatar-slot{z-index:10;left:var(--avatar-left);top:var(--avatar-top);width:var(--avatar-width);height:var(--avatar-height);position:absolute;overflow:hidden}.avatar-slot--error{color:#fff;background:#ff000026;padding:12px;font-family:sans-serif}.qr-code-layer{z-index:10;left:var(--qr-left);top:var(--qr-top);width:var(--qr-width);height:var(--qr-height);will-change:box-shadow;background:#fffffffa;border:2px solid #fff;border-radius:22px;justify-content:center;align-items:center;animation:2.2s ease-in-out infinite qrGlowPulse;display:flex;position:absolute;box-shadow:0 0 30px #fffffff2,0 0 80px #ffffffb3,0 0 140px #ffffff80}.qr-code-layer:before{content:"";pointer-events:none;opacity:.85;will-change:transform,opacity,filter;background:radial-gradient(circle,#fffffff2,#fff0 70%);border-radius:30px;animation:2.2s ease-in-out infinite qrHaloPulse;position:absolute;inset:-14px}.qr-code-layer__inner{background:#fff;border-radius:16px;justify-content:center;align-items:center;width:calc(100% - 26px);height:calc(100% - 26px);display:flex;position:relative;box-shadow:inset 0 0 0 1px #fff,0 0 26px #fff9}.qr-code-layer__svg{filter:drop-shadow(0 0 8px #ffffffd9)drop-shadow(0 0 18px #ffffffa6);animation:2.2s ease-in-out infinite qrSvgGlowPulse}@keyframes qrGlowPulse{0%,to{box-shadow:0 0 24px #fffc,0 0 64px #ffffff94,0 0 110px #ffffff61}50%{box-shadow:0 0 34px #fff,0 0 90px #ffffffc7,0 0 150px #ffffff8f}}@keyframes qrHaloPulse{0%,to{opacity:.62;filter:blur();transform:scale(1)}50%{opacity:.92;filter:blur(1px);transform:scale(1.02)}}@keyframes qrSvgGlowPulse{0%,to{filter:drop-shadow(0 0 6px #ffffffb8)drop-shadow(0 0 14px #ffffff85)}50%{filter:drop-shadow(0 0 10px #fffffff2)drop-shadow(0 0 22px #ffffffbf)}}@media (prefers-reduced-motion:reduce){.qr-code-layer,.qr-code-layer:before,.qr-code-layer__svg{animation:none}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{opacity:.6;z-index:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.swiper-cube .swiper-cube-shadow:before{content:"";filter:blur(50px);background:#000;position:absolute;inset:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.bar-background-layer{left:var(--bar-left);top:var(--bar-top);width:var(--bar-width);height:var(--bar-height);pointer-events:none;z-index:10;position:absolute}.bar-background-layer__media{object-fit:fill;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.bar-background-layer--info{z-index:20;color:#fff;background:0 0;justify-content:center;align-items:center;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:visible}.bar-background-layer__swiper{width:100%;height:100%;overflow:visible}.bar-background-layer__swiper .swiper-cube-shadow{background:#0000004d}.bar-background-layer__slide{background:linear-gradient(145deg,#d60678 0%,#055ee5 100%);border-radius:16px;justify-content:center;align-items:center;display:flex;box-shadow:0 0 0 1px #8b5cf633,0 0 30px #8b5cf626,inset 0 1px #ffffff0d}.bar-background-layer__slide--qr,.bar-background-layer__slide--welcome,.bar-background-layer__slide--question{background:linear-gradient(145deg,#d60678 0%,#055ee5 100%)}.bar-background-layer__question{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:6px;max-width:92%;padding:16px 24px;display:flex}.bar-background-layer__question-label{text-transform:uppercase;letter-spacing:1px;color:#ffffffb3;margin:0;font-size:12px;font-weight:600}.bar-background-layer__question-text{color:#fff;text-shadow:0 0 20px #8b5cf680;word-break:break-word;margin:0;font-size:20px;font-weight:600;line-height:1.2}.bar-background-layer__qr{border:1px solid #fff;border-radius:16px;outline:1px solid #fff;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:12px;display:flex;box-shadow:0 0 0 1px #fff3,0 0 30px #ffffff26,inset 0 1px #ffffff0d}.bar-background-layer__qr-label{color:#fff;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 0 20px #8b5cf680;margin:0;font-size:18px;font-weight:600}.bar-background-layer__welcome{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.bar-background-layer__welcome-text{color:#fff;text-shadow:0 0 30px #8b5cf699;margin:0;font-size:32px;font-weight:700}.bar-background-layer__welcome-subtext{color:#fff9;text-transform:uppercase;letter-spacing:2px;margin:4px 0 0;font-size:11px;font-weight:500}.helper-block{left:var(--helper-left);top:var(--helper-top);width:var(--helper-width,auto);z-index:50;opacity:0;animation:.7s cubic-bezier(.34,1.56,.64,1) forwards helperBlockEntrance;animation-delay:var(--helper-delay,0s);position:absolute;transform:translateY(20px)scale(.95)}@keyframes helperBlockEntrance{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes textflow{0%{background-position:0%}to{background-position:200%}}.helper-block__glow{pointer-events:none;filter:blur(20px);opacity:.9;animation:2s ease-in-out infinite helperGlowPulse;animation-delay:var(--helper-delay,0s);background:radial-gradient(130% 90%,#e933ff80,#ffb40066 30%,#ff33334d 50%,#334dff33 70%,#0000 85%);border-radius:28px;position:absolute;inset:-12px}@keyframes helperGlowPulse{0%,to{opacity:.8;filter:blur(20px)brightness();transform:scale(1)}50%{opacity:1;filter:blur(28px)brightness(1.5);transform:scale(1.08)}}.helper-block__content{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(135deg,#1e293bf2 0%,#0f172aeb 100%);border:1px solid #8b5cf659;border-radius:20px;align-items:center;gap:16px;padding:30px;display:flex;position:relative;box-shadow:0 0 0 1px #8b5cf640,0 0 20px #8b5cf64d,0 0 40px #8b5cf626,0 8px 32px #0006,inset 0 1px #ffffff14}.helper-block__mascot{background:linear-gradient(#8b5cf626 0%,#6366f114 100%);border:1px solid #8b5cf633;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:80px;display:flex}.helper-block__mascot-svg{filter:drop-shadow(0 2px 4px #0000004d);width:60px;height:85px}.helper-block__text-container{flex:1;min-width:0}.helper-block__text{-webkit-text-fill-color:transparent;letter-spacing:.2px;-webkit-line-clamp:3;text-overflow:ellipsis;background:linear-gradient(90deg,#e933ff,#ffb400,#f33,#334dff,#e933ff) 0 0/200%;-webkit-background-clip:text;background-clip:text;-webkit-box-orient:vertical;margin:0;font-family:Poppins,sans-serif;font-size:38px;font-weight:500;line-height:1.5;animation:2s linear infinite textflow;display:-webkit-box;overflow:hidden}.helper-block:hover .helper-block__content{transition:all .3s;transform:translateY(-2px);box-shadow:0 0 0 1px #8b5cf659,0 0 25px #8b5cf666,0 0 50px #8b5cf633,0 12px 40px #00000080,inset 0 1px #ffffff1a}.helper-block:hover .helper-block__glow{opacity:1}@media (max-width:1200px){.helper-block{min-width:280px;max-width:420px}.helper-block__content{gap:14px;padding:14px 20px 14px 14px}.helper-block__mascot{width:54px;height:68px}.helper-block__mascot-svg{width:44px;height:58px}.helper-block__text{font-size:16px}}@media (max-width:900px){.helper-block{min-width:240px;max-width:360px}.helper-block__content{gap:12px;padding:12px 16px 12px 12px}.helper-block__mascot{width:48px;height:60px}.helper-block__mascot-svg{width:38px;height:50px}.helper-block__text{-webkit-line-clamp:2;font-size:14px}}@media (prefers-reduced-motion:reduce){.helper-block{opacity:1;animation:none;transform:none}.helper-block__glow{animation:none}}.inactivity-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#080c128c;justify-content:center;align-items:center;animation:.3s ease-out inactivityOverlayFadeIn;display:flex;position:fixed;inset:0}@keyframes inactivityOverlayFadeIn{0%{opacity:0}to{opacity:1}}.inactivity-modal-container{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(160deg,#121a24db,#0a101ad6);border:1px solid #94a3b833;border-radius:28px;width:420px;max-width:90vw;padding:40px 36px;animation:.4s ease-out inactivityModalSlideUp;position:relative;box-shadow:0 18px 44px #060c1680}@keyframes inactivityModalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.inactivity-modal-content{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex;position:relative}.inactivity-modal-icon{color:#f8fafcd9;background:#94a3b81f;border:1px solid #94a3b838;border-radius:999px;place-items:center;width:56px;height:56px;display:grid;box-shadow:0 10px 22px #00000040}.inactivity-modal-icon svg{width:28px;height:28px}.inactivity-modal-title{color:#f8fafc;text-shadow:0 2px 8px #00000040;margin:0;font-size:28px;font-weight:700}.inactivity-modal-text{color:#f8fafcb3;max-width:280px;margin:0;font-size:14px;line-height:1.5}.inactivity-modal-timer{width:140px;height:140px;position:relative}.inactivity-timer-ring{width:100%;height:100%;position:relative}.inactivity-timer-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.inactivity-timer-ring-bg{stroke:#94a3b833;stroke-width:8px}.inactivity-timer-ring-progress{stroke-width:8px;stroke-linecap:round;stroke-dasharray:283;filter:none;transition:stroke-dashoffset 1s linear}.inactivity-timer-number{color:#fff;text-shadow:0 0 12px #f59e0b40;place-items:center;font-size:42px;font-weight:800;display:grid;position:absolute;inset:0}.inactivity-modal-footer{color:#f8fafc8c;text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:12px;font-weight:600}@media (prefers-reduced-motion:reduce){.inactivity-modal-overlay,.inactivity-modal-container,.inactivity-modal-icon{animation:none}.inactivity-timer-ring-progress{transition:none}}@media (max-width:600px){.inactivity-modal-container{width:90vw;padding:32px 24px}.inactivity-modal-title{font-size:24px}.inactivity-modal-timer{width:120px;height:120px}.inactivity-timer-number{font-size:36px}}.vacation-clubs{z-index:50000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .38s cubic-bezier(.22,1,.36,1),transform .46s cubic-bezier(.22,1,.36,1),visibility 0s linear .46s;position:fixed;inset:0;overflow:hidden;transform:translateY(26px)scale(1.012)}.vacation-clubs.is-open{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .34s cubic-bezier(.22,1,.36,1),transform .42s cubic-bezier(.22,1,.36,1),visibility linear;transform:translateY(0)scale(1)}.vacation-clubs__video-layer{position:absolute;inset:0;overflow:hidden}.vacation-clubs__video{object-fit:cover;width:100%;height:100%;transition:transform .68s cubic-bezier(.22,1,.36,1);transform:scale(1)}.vacation-clubs__video.is-zoomed{transform:scale(1.04)}.vacation-clubs__video-veil{position:absolute;inset:0}.vacation-clubs__screen-slot{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;bottom:0}.vacation-clubs__screen-slot[data-screen=A]{justify-content:center;align-items:center;display:flex}.vacation-clubs__panel{pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(170deg,#07152900,#06132754);border:1px solid #ffffff2e;border-radius:20px;height:100%;margin:18px;position:relative;box-shadow:inset 0 1px #ffffff14,0 28px 58px #0000005c}.vacation-clubs__panel--branding{border-radius:24px;flex-direction:column;justify-content:center;align-items:flex-start;gap:20px;width:90%;height:fit-content;max-height:calc(100% - 36px);margin:0;padding:clamp(24px,2.8vw,46px);display:flex;overflow:auto}.vacation-clubs__brand-logo{filter:drop-shadow(0 10px 24px #0006);width:100%;max-width:100%;height:auto}.vacation-clubs__brand-chip{letter-spacing:.1em;text-transform:uppercase;color:#f7ecd4;background:#ffb85424;border:1px solid #ffd88d7a;border-radius:999px;justify-content:center;align-items:center;padding:8px 18px;font:700 14px/1 Avenir Next,Trebuchet MS,sans-serif;display:inline-flex}.vacation-clubs__panel--branding h2{color:#f7f4eb;letter-spacing:.01em;width:100%;margin:0;font:700 clamp(30px,3vw,60px)/1.04 Cinzel,Times New Roman,serif}.vacation-clubs__panel--branding p{color:#f1f5fcf2;width:100%;max-width:none;margin:0;font:500 clamp(15px,1.22vw,28px)/1.48 Avenir Next,Segoe UI,sans-serif}.vacation-clubs__cta-button{color:#12223f;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;background:linear-gradient(122deg,#fffef6 0%,#ffe6b1 45%,#ffd284 100%);border:1px solid #ffe6b39e;border-radius:11px;width:100%;min-height:54px;padding:0 24px;font:700 clamp(15px,.9vw,23px)/1 Avenir Next,Trebuchet MS,sans-serif;transition:transform .16s,box-shadow .22s,filter .18s;box-shadow:0 0 0 1px #ffe9bd38,0 10px 24px #ffcb7547}.vacation-clubs__cta-button:hover{filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 0 0 1px #ffe9bd47,0 12px 28px #ffcb7561}.vacation-clubs__cta-button:active{transform:translateY(0)}.vacation-clubs__panel--offers{flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:90%;height:50%;padding:clamp(18px,1.8vw,28px);display:flex}.vacation-clubs__offers-top-logo{object-fit:contain;width:min(500px,80%);height:auto;margin:0 0 40px}.vacation-clubs__offers-grid{width:100%;height:100%;position:relative;overflow:hidden}.vacation-clubs__offers-track{height:100%;transition:transform .62s cubic-bezier(.22,1,.36,1);display:flex}.vacation-clubs__offers-slide{flex:0 0 100%;grid-template-columns:repeat(3,minmax(0,1fr));min-width:0;display:grid}.vacation-clubs__offer-card{text-align:left;color:#f8fbff;cursor:pointer;opacity:0;background:#05112080;border:1px solid #ffffff2b;border-radius:14px;min-width:0;padding:8px;transition:transform .19s,box-shadow .22s,border-color .19s;display:block;transform:translateY(16px)}.vacation-clubs__offer-card--filler{visibility:hidden;pointer-events:none;box-shadow:none;background:0 0;border:none}.vacation-clubs.is-open .vacation-clubs__offer-card{animation:.42s cubic-bezier(.22,1,.36,1) forwards vacation-card-in;animation-delay:var(--card-delay-ms,0s)}.vacation-clubs__offer-card:hover{transform:translateY(-2px);box-shadow:0 16px 24px #00000047}.vacation-clubs__offer-card.is-selected{border-color:#ffdc98c7;box-shadow:0 0 0 1px #ffdc9866,0 20px 28px #00000054}.vacation-clubs__offer-image{object-fit:cover;border-radius:10px;width:100%;height:100%;position:absolute;inset:0}.vacation-clubs__offer-copy{box-sizing:border-box;background:linear-gradient(#08142714,#081427d1 75%);border-radius:0 0 10px 10px;flex-direction:column;gap:6px;width:100%;padding:12px 14px;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.vacation-clubs__offer-copy h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;max-width:100%;margin:0;font:700 clamp(16px,1.1vw,21px)/1.2 Avenir Next,Trebuchet MS,sans-serif;display:-webkit-box;overflow:hidden}.vacation-clubs__offer-copy p{color:#f4f7ffe6;-webkit-line-clamp:3;-webkit-box-orient:vertical;min-width:0;max-width:100%;margin:0;font:500 clamp(13px,.92vw,16px)/1.4 Avenir Next,Segoe UI,sans-serif;display:-webkit-box;overflow:hidden}.vacation-clubs__offers-pagination{justify-content:center;align-items:center;gap:20px;margin:20px 0;display:flex}.vacation-clubs__offers-cta{align-self:center;width:min(450px,100%);animation:2s ease-in-out infinite vacation-gold-pulse;position:relative;overflow:hidden}.vacation-clubs__offers-cta:after{content:"";pointer-events:none;background:linear-gradient(110deg,#fff0 0%,#fff9d68c 45%,#ffd47cbf 55%,#fff0 100%);width:48%;height:160%;animation:2s ease-in-out infinite vacation-gold-shimmer;position:absolute;top:-30%;left:-55%;transform:translate(0)rotate(12deg)}.vacation-clubs__offers-dot{cursor:pointer;background:#fff3;border:1px solid #ffffff80;border-radius:999px;width:10px;height:10px;transition:transform .16s,background .18s,border-color .18s}.vacation-clubs__offers-dot.is-active{background:#ffde98f2;border-color:#ffde98f2;transform:scale(1.15)}.vacation-clubs__panel--details{flex-direction:column;gap:14px;height:fit-content;max-height:calc(100% - 36px);padding:clamp(18px,1.8vw,30px);display:flex;overflow:auto}.vacation-clubs__details-card,.vacation-clubs__details-empty{border:1px solid #ffffff2e;border-radius:16px;flex:0 auto;overflow:hidden}.vacation-clubs__details-card{flex-direction:column;animation:.28s ease-out vacation-details-in;display:flex}.vacation-clubs__details-media{border-radius:12px;min-height:clamp(156px,18vh,250px);margin:10px 10px 0;position:relative;overflow:hidden}.vacation-clubs__details-media img{object-fit:cover;width:100%;height:100%}.vacation-clubs__details-media-veil{background:linear-gradient(#08142600,#081426d9);position:absolute;inset:0}.vacation-clubs__details-content{flex-direction:column;gap:12px;padding:clamp(14px,1.4vw,24px);display:flex}.vacation-clubs__details-kicker{color:#ffdb91f2;letter-spacing:.08em;text-transform:uppercase;font:600 clamp(11px,.8vw,19px)/1.2 Avenir Next,Segoe UI,sans-serif}.vacation-clubs__details-content h3{color:#f9f4ea;margin:0;font:700 clamp(23px,1.9vw,38px)/1.08 Cormorant Garamond,Times New Roman,serif}.vacation-clubs__details-content p{color:#eef4fff0;-webkit-line-clamp:5;-webkit-box-orient:vertical;margin:0;font:500 clamp(14px,1.02vw,24px)/1.48 Avenir Next,Segoe UI,sans-serif;display:-webkit-box;overflow:hidden}.vacation-clubs__cta-button--secondary{align-self:flex-start;margin-top:auto}.vacation-clubs__details-empty{text-align:center;place-content:center;gap:8px;padding:20px;display:grid}.vacation-clubs__details-empty h3{color:#f5f8ff;margin:0;font:700 26px/1.2 Cormorant Garamond,Times New Roman,serif}.vacation-clubs__details-empty p{color:#ebf2ffe0;margin:0;font:500 14px/1.5 Avenir Next,Segoe UI,sans-serif}@keyframes vacation-card-in{0%{opacity:0;transform:translateY(16px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes vacation-details-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes vacation-gold-shimmer{0%{opacity:0;transform:translate(0)rotate(12deg)}20%{opacity:.95}55%{opacity:0;transform:translate(330%)rotate(12deg)}to{opacity:0;transform:translate(330%)rotate(12deg)}}@keyframes vacation-gold-pulse{0%,to{filter:brightness();box-shadow:0 0 0 1px #ffe9bd38,0 10px 24px #ffcb7547}35%{filter:brightness(1.06);box-shadow:0 0 0 1px #fff0c461,0 14px 34px #ffcd7870}70%{filter:brightness(1.02);box-shadow:0 0 0 1px #ffecbe4d,0 12px 28px #ffcb7557}}@media (max-width:1400px){.vacation-clubs__panel{margin:10px}.vacation-clubs__offers-grid{min-height:260px}}.kiosk-outlet{z-index:0;width:100%;height:100%;position:absolute;inset:0}.heartbeat-indicator{z-index:15;color:#fff;pointer-events:none;background:#0009;border-radius:8px;padding:6px 10px;font-size:22px;position:absolute;top:20px;left:20px}.welcome-page-error{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:40px;display:flex}.welcome-page-error h1{margin-bottom:20px;font-size:48px;font-weight:700}.welcome-page-error p{max-width:600px;margin-bottom:16px;font-size:18px;line-height:1.6}.welcome-page-error__hint{background:#ffffff1a;border-radius:12px;margin-top:20px;padding:20px}.welcome-page-error__hint code{background:#0000004d;border-radius:4px;padding:4px 8px;font-family:Courier New,monospace;font-size:14px}.screen-grid-overlay{pointer-events:none;z-index:9999;font-family:Monaco,Consolas,monospace;position:fixed;inset:0}.screen-count-badge{color:#0f0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;border:2px solid #0f0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;font-weight:700;display:flex;position:absolute;top:16px;left:16px;box-shadow:0 0 10px #00ff0080,inset 0 0 10px #00ff001a}.badge-icon{font-size:18px}.badge-text{letter-spacing:.5px}.vertical-boundary-line{width:3px;position:absolute;top:0;bottom:0;transform:translate(-1.5px)}.boundary-line{background:linear-gradient(#00ffff4d,#0ffc 20% 80%,#00ffff4d);width:100%;animation:2s ease-in-out infinite pulse-glow;position:absolute;top:0;bottom:0;box-shadow:0 0 10px #0ffc,0 0 20px #0ff9,0 0 30px #0ff6,inset 0 0 5px #ffffff80}.boundary-label{color:#0ff;letter-spacing:1px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000e6;border:2px solid #0ff;border-radius:6px;padding:6px 12px;font-size:16px;font-weight:700;position:absolute;top:50%;left:8px;transform:translateY(-50%);box-shadow:0 0 10px #0ff9,inset 0 0 5px #0ff3}.overlay-debug-info{color:#999;background:#000c;border:1px solid #666;border-radius:4px;max-width:400px;padding:8px 12px;font-size:11px;line-height:1.5;position:absolute;bottom:16px;left:16px}.overlay-debug-info div{margin:2px 0}@keyframes pulse-glow{0%,to{opacity:1;filter:brightness()}50%{opacity:.8;filter:brightness(1.2)}}@media (max-width:768px){.screen-count-badge{padding:6px 12px;font-size:12px;top:8px;left:8px}.badge-icon{font-size:16px}.boundary-label{padding:4px 8px;font-size:14px}.overlay-debug-info{font-size:10px;bottom:8px;left:8px}}@media (prefers-contrast:high){.boundary-line{background:#0ff;box-shadow:0 0 5px #0ff}.screen-count-badge,.boundary-label{border-width:3px}}.did-usage-overlay{z-index:10000;pointer-events:all;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;top:20px;right:20px}.did-usage-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#000000e6;border:1px solid #fff3;border-radius:12px;min-width:320px;padding:20px;box-shadow:0 8px 32px #0006}.did-usage-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.did-usage-header h3{color:#0f8;margin:0;font-size:18px;font-weight:600}.did-usage-content{flex-direction:column;gap:16px;display:flex}.did-usage-section{background:#ffffff0d;border-radius:8px;padding:12px}.did-usage-section h4{color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:14px;font-weight:600}.did-usage-stat{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.did-usage-stat:not(:last-child){border-bottom:1px solid #ffffff0d}.did-usage-label{color:#fffc;font-size:14px}.did-usage-value{color:#0f8;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:16px;font-weight:600}.did-usage-error{color:#f44;word-wrap:break-word;background:#ff44441a;border-radius:4px;margin-bottom:8px;padding:8px;font-size:13px}.did-usage-hint{color:#fff9;background:#ffffff0d;border-radius:4px;padding:6px 8px;font-size:12px;font-style:italic}.did-usage-actions{margin-top:8px}.did-usage-refresh-btn{color:#0f8;cursor:pointer;background:#00ff881a;border:1px solid #00ff884d;border-radius:6px;width:100%;padding:10px;font-size:14px;font-weight:500;transition:all .2s}.did-usage-refresh-btn:hover:not(:disabled){background:#0f83;border-color:#00ff8880}.did-usage-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.did-usage-footer{color:#ffffff80;text-align:center;border-top:1px solid #ffffff1a;margin-top:16px;padding-top:12px;font-size:12px}.did-usage-footer kbd{color:#fffc;background:#ffffff1a;border:1px solid #fff3;border-radius:3px;padding:2px 6px;font-family:inherit;font-size:11px;font-weight:600}.main-wrapper{min-width:100vw;min-height:100vh}
