.aurora-theme{color:#f4f4f4;min-height:100vh;font-family:var(--font-poppins), Arial, Helvetica, sans-serif;isolation:isolate;--aurora-bg:#0e0e0e;--aurora-card:#121212;--aurora-card-hover:#1b1b1b;--aurora-text:#f4f4f4;--aurora-muted:#f4f4f494;--aurora-soft:#f4f4f41a;--aurora-line:#ffffff14;--aurora-line-strong:#ffffff40;--aurora-teal:#41c4c3;--aurora-teal-bright:#55fffe;--aurora-blue:#5662f6;--aurora-blue-soft:#838cff;--aurora-gold:gold;--aurora-orange:#ff8e49;--aurora-max:1400px;--aurora-px:20px;--aurora-gap:clamp(8rem, 15vw, 12rem);--aurora-radius:16px;--theme-heading-font:var(--font-jura), sans-serif;--theme-font:var(--font-poppins), sans-serif;background:#0e0e0e;position:relative;overflow-x:clip}.aurora-theme *,.aurora-theme :before,.aurora-theme :after{box-sizing:border-box}.aurora-theme:before{display:none}.aurora-background-layer{z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none;opacity:.2;will-change:opacity;background-image:url(/assets/aurora-background.webp);background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;height:100vh;animation:6s ease-in-out infinite aurora-breathe;position:absolute;inset:0 auto auto 0;transform:translate(0,0)}.aurora-theme:has(.vault-route-shell--catalog) .aurora-background-layer{opacity:.45;animation:none}.aurora-theme:has(.aurora-pd) .aurora-background-layer{opacity:.28;background-image:url(/assets/aurora-background-detail.webp);animation:none}.aurora-route-progress{z-index:10050;pointer-events:none;height:2px;position:fixed;top:0;left:0;right:0;overflow:hidden}.aurora-route-progress__bar{background:linear-gradient(90deg, #41c4c326, var(--aurora-teal-bright));width:0;height:100%;box-shadow:0 0 10px #55fffe47,0 0 20px #41c4c329}.aurora-main{z-index:1;isolation:isolate;gap:var(--aurora-gap);flex-direction:column;flex:1;padding-bottom:clamp(6rem,10vw,10rem);display:flex;position:relative}.aurora-header{z-index:10000;width:min(var(--aurora-max), calc(100% - (var(--aurora-px) * 2)));height:100px;min-height:100px;margin-inline:auto;padding:0;position:relative}.aurora-header-inner{justify-content:space-between;align-items:center;gap:18px;width:100%;height:100%;display:flex}.aurora-header-left,.aurora-header-actions{flex:1 1 0;align-items:center;gap:10px;min-width:0;display:flex}.aurora-header-actions{justify-content:flex-end}.aurora-brand{min-width:0;color:var(--aurora-text);align-items:center;gap:0;text-decoration:none;display:inline-flex}.aurora-brand-mark{width:31px;height:41px;box-shadow:none;background:0 0;border:0;border-radius:0;flex:none;justify-content:center;align-items:center;display:flex;overflow:visible}.aurora-brand-mark img{object-fit:contain;width:100%;height:100%}.aurora-brand-name{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.aurora-nav{background:#15151559;border-radius:16px;flex:none;justify-content:center;align-items:center;gap:6px;height:40px;padding:2px;display:flex}.aurora-nav-link,.aurora-dropdown-item{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;font-size:12px;font-weight:500;text-decoration:none}.aurora-nav-link{border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:8px 14px;transition:transform .18s,background-color .18s,border-color .18s,box-shadow .18s;display:inline-flex;position:relative}.aurora-nav-link svg{transition:transform .22s;transform:rotate(180deg)}.aurora-nav-link:hover,.aurora-nav-link.active{border-color:var(--aurora-line-strong);background:#ffffff1a;transform:scale(.96);box-shadow:inset 0 0 16px #ffffff26}.aurora-nav-dropdown:hover .aurora-nav-link svg,.aurora-nav-dropdown:focus-within .aurora-nav-link svg,.aurora-nav-link.active svg{transform:rotate(0)}.aurora-nav-link:after{content:"";background:var(--aurora-teal);width:18px;height:3px;box-shadow:0 0 12px var(--aurora-teal);opacity:0;border-radius:999px;transition:opacity .18s,bottom .18s;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.aurora-nav-link:hover:after,.aurora-nav-link.active:after{opacity:1;bottom:-7px}.aurora-nav-dropdown{position:relative}.aurora-dropdown-menu,.aurora-currency-menu{z-index:80;opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;transition:opacity .18s,visibility .18s,transform .18s;position:absolute;transform:translateY(-4px)scale(.98)}.aurora-dropdown-menu{border:1px solid var(--aurora-line-strong);-webkit-backdrop-filter:blur(16px);background:#15151500;border-radius:14px;min-width:174px;max-height:150px;padding:.5rem .3rem;display:grid;top:110%;left:-.1rem;overflow:hidden scroll;box-shadow:inset 0 0 16px #ffffff1f,0 18px 48px #0000006b}.aurora-dropdown-menu::-webkit-scrollbar{width:4px}.aurora-dropdown-menu::-webkit-scrollbar-track{background:0 0}.aurora-dropdown-menu::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.aurora-dropdown-menu.open,.aurora-nav-dropdown:focus-within .aurora-dropdown-menu,.aurora-currency-menu.open{opacity:1;visibility:visible;pointer-events:auto;max-height:200px;transform:translateY(0)scale(1)}.aurora-dropdown-item{white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;width:162px;height:29px;margin-top:.1rem;padding:4px 10px;transition:gap .27s linear,background-color .27s linear,border-color .27s linear,box-shadow .27s linear;display:flex}.aurora-dropdown-item:hover,.aurora-dropdown-item.active{border-color:var(--aurora-line-strong);background:#ffffff1a;gap:6px;box-shadow:inset 0 0 16px #ffffff26}.aurora-dropdown-item.active{color:var(--aurora-teal)}.aurora-icon-button,.aurora-currency-button,.aurora-language-button,.aurora-login-button,.aurora-cart-button{border:1px solid var(--aurora-line-strong);-webkit-backdrop-filter:blur(12px);min-width:40px;height:40px;color:var(--aurora-text);cursor:pointer;background:#ffffff1a;border-radius:14px;justify-content:center;align-items:center;text-decoration:none;transition:background-color .18s,transform .18s;display:inline-flex;box-shadow:inset 0 0 16px #ffffff26}.aurora-icon-button:hover,.aurora-currency-button:hover,.aurora-language-button:hover,.aurora-language-button.active,.aurora-login-button:hover,.aurora-login-button.active,.aurora-cart-button:hover{background:#ffffff38;transform:scale(.98)}.aurora-nav-link:focus-visible,.aurora-dropdown-item:focus-visible,.aurora-icon-button:focus-visible,.aurora-currency-button:focus-visible,.aurora-language-button:focus-visible,.aurora-login-button:focus-visible,.aurora-cart-button:focus-visible,.aurora-mobile-link:focus-visible,.aurora-mobile-sublink:focus-visible,.aurora-mobile-language-option:focus-visible,.aurora-hero-primary:focus-visible,.aurora-hero-secondary:focus-visible{outline:2px solid var(--aurora-teal);outline-offset:2px}.aurora-currency,.aurora-language-selector,.aurora-header-actions{position:relative}.aurora-auth-skeleton{border:1px solid var(--aurora-line-strong);background:linear-gradient(100deg,#ffffff0d 30%,#ffffff24 50%,#ffffff0d 70%) 0 0/200% 100%;border-radius:14px;width:104px;height:40px;animation:1.4s ease-in-out infinite aurora-auth-shimmer}@keyframes aurora-auth-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.aurora-auth-skeleton{animation:none}}.aurora-currency-button,.aurora-language-button,.aurora-login-button{font-family:var(--font-poppins), sans-serif;gap:6px;padding:0 12px;font-size:13px;font-weight:500;line-height:18px}.aurora-language-button{padding-inline:10px;font-size:12px;font-weight:700}.aurora-language-button .aurora-language-code{letter-spacing:0}.aurora-language-chevron{transition:transform .18s}.aurora-language-chevron.open{transform:rotate(180deg)}.aurora-login-button:disabled{cursor:wait;opacity:.68}.aurora-user-container{position:relative}.aurora-user-avatar{object-fit:cover;background:#313131;border-radius:999px;flex:none;width:24px;height:24px}.aurora-login-button .aurora-submenu-icon{transition:transform .22s;transform:rotate(180deg)}.aurora-login-button.active .aurora-submenu-icon{transform:rotate(0)}.aurora-user-dropdown{top:calc(100% + 8px);left:auto;right:0}.aurora-user-dropdown .aurora-dropdown-item{width:190px}.aurora-language-menu{min-width:220px;max-height:260px;left:auto;right:0}.aurora-language-option{justify-content:flex-start;width:100%;min-width:198px}.aurora-language-option svg{color:var(--aurora-teal);margin-left:auto}.aurora-language-option .aurora-language-code,.aurora-mobile-language-option .aurora-language-code{color:#f4f4f48a;letter-spacing:0;flex:0 0 36px;width:36px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;font-weight:700}.aurora-language-option .aurora-language-label,.aurora-mobile-language-option .aurora-language-label{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.aurora-spinner{border:2.5px solid #f4f4f459;border-top-color:#fff;border-radius:999px;width:18px;height:18px;animation:.8s linear infinite aurora-spin}.aurora-currency-menu{border:1px solid var(--aurora-line-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0e0e0ec7;border-radius:16px;width:min(320px,100vw - 32px);padding:10px;top:calc(100% + 10px);right:0;box-shadow:inset 0 0 16px #ffffff1f,0 20px 56px #00000075}.aurora-currency-menu input{border:1px solid var(--aurora-line);width:100%;height:38px;color:var(--aurora-text);font:inherit;background:#ffffff0f;border-radius:12px;outline:none;padding:0 12px}.aurora-currency-options{gap:4px;max-height:260px;margin-top:8px;display:grid;overflow:auto}.aurora-currency-option{min-height:38px;color:var(--aurora-text);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:46px 1fr 18px;align-items:center;gap:8px;display:grid}.aurora-currency-option:hover,.aurora-currency-option.active{background:#41c4c31a;border-color:#41c4c347}.aurora-currency-option span{font-weight:700}.aurora-currency-option small{color:var(--aurora-muted);font-size:12px}.aurora-currency-menu>p{color:var(--aurora-muted);margin:10px 2px 0;font-size:11px}.aurora-cart-button{gap:.35rem;padding:0 .7rem;position:relative}.aurora-cart-button span{background:var(--aurora-teal);color:#fff;border-radius:999px;min-width:20px;padding:2px 6px;font-size:11px;font-weight:800;position:absolute;top:-6px;right:-6px}.aurora-mobile-toggle{border:1px solid var(--aurora-line-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#ffffff1a;border-radius:12px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:none;box-shadow:inset 0 0 16px #ffffff26}.aurora-mobile-toggle span{background:var(--aurora-text);border-radius:10px;width:20px;height:1.5px;transition:background-color .3s,transform .3s;position:relative}.aurora-mobile-toggle span:before,.aurora-mobile-toggle span:after{content:"";background:var(--aurora-text);border-radius:10px;width:20px;height:1.5px;transition:background-color .3s,transform .3s;position:absolute;left:0}.aurora-mobile-toggle span:before{transform:translateY(-6px)}.aurora-mobile-toggle span:after{transform:translateY(6px)}.aurora-mobile-toggle.active span{background:0 0}.aurora-mobile-toggle.active span:before{transform:rotate(45deg)}.aurora-mobile-toggle.active span:after{transform:rotate(-45deg)}.aurora-mobile-overlay{z-index:90;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .24s,visibility .24s;position:fixed;inset:0}.aurora-mobile-overlay.open{pointer-events:auto;opacity:1;visibility:visible}.aurora-mobile-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008f;border:0;position:absolute;inset:0}.aurora-mobile-panel{width:min(460px,100vw);height:100%;padding:calc(28px + var(--storefront-demo-banner-height,0px)) 18px 24px;border-right:1px solid var(--aurora-line);background:#0a0a0afa;flex-direction:column;gap:18px;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:absolute;top:0;left:0;transform:translate(-100%);box-shadow:20px 0 60px #00000080}.aurora-mobile-overlay.open .aurora-mobile-panel{transform:translate(0)}.aurora-mobile-panel-header{color:var(--aurora-text);font-family:var(--font-jura), sans-serif;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.aurora-mobile-panel nav{gap:8px;display:grid}.aurora-mobile-group{gap:6px;display:grid}.aurora-mobile-link{border:1px solid var(--aurora-line);min-height:46px;color:var(--aurora-text);background:#ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:0 12px;text-decoration:none;display:flex}.aurora-mobile-sublinks{gap:6px;padding-left:12px;display:grid}.aurora-mobile-sublink{color:#f4f4f4b8;border:1px solid #0000;border-radius:10px;align-items:center;min-height:36px;padding:0 12px;font-size:12px;text-decoration:none;display:flex}.aurora-mobile-sublink:hover{border-color:var(--aurora-line);color:var(--aurora-text);background:#ffffff0d}.aurora-mobile-language{border-top:1px solid var(--aurora-line);gap:10px;padding-top:12px;display:grid}.aurora-mobile-language-label{color:#f4f4f48f;font-family:var(--font-poppins), sans-serif;text-transform:uppercase;align-items:center;gap:8px;padding-inline:2px;font-size:11px;font-weight:700;display:inline-flex}.aurora-mobile-language-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.aurora-mobile-language-option{border:1px solid var(--aurora-line);min-width:0;min-height:42px;color:var(--aurora-text);background:#ffffff0b;border-radius:12px;align-items:center;gap:8px;padding:0 11px;font-size:12px;text-decoration:none;transition:background-color .18s,border-color .18s;display:flex}.aurora-mobile-language-option:hover,.aurora-mobile-language-option.active{border-color:var(--aurora-line-strong);background:#ffffff1a}.aurora-mobile-language-option.active{color:var(--aurora-teal)}.aurora-mobile-language-option svg{flex:none;margin-left:auto}.aurora-hero{width:100%;padding:clamp(4rem, 12vw, 11rem) var(--aurora-px) 0;text-align:center;will-change:transform;flex-direction:column;align-items:center;gap:1rem;display:flex}.aurora-hero-badge,.aurora-hero-copy p,.aurora-hero-actions,.aurora-hero-stats{will-change:opacity, transform;animation:.54s cubic-bezier(.22,1,.36,1) both aurora-home-reveal}.aurora-hero-badge{animation-delay:80ms}.aurora-hero-copy p{animation-delay:.2s}.aurora-hero-actions{animation-delay:.27s}.aurora-hero-stats{animation-delay:.35s}.aurora-hero-badge,.aurora-section-badge{width:fit-content;color:var(--aurora-text);background:#ffffff1a;border-radius:999px;align-items:center;gap:6px;display:inline-flex;position:relative;box-shadow:inset 0 0 16px #ffffff26}.aurora-hero-badge{isolation:isolate;-webkit-user-select:none;user-select:none;height:2.125rem;font-family:var(--font-poppins), sans-serif;cursor:pointer;gap:.375rem;padding:.5rem 1rem;font-size:clamp(.65rem,1vw,.75rem);font-weight:400;line-height:1.125rem}.aurora-hero-badge:before,.aurora-section-badge:before{content:"";z-index:-1;border-radius:inherit;background:linear-gradient(90deg, var(--aurora-teal), var(--aurora-text));background-size:200% 200%;padding:1px;animation:3s infinite aurora-gradient-border;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.aurora-hero-copy{justify-items:center;gap:0;padding:1.8rem;display:grid}.aurora-hero-copy h1{font-family:var(--font-jura), sans-serif;text-wrap:balance;background:linear-gradient(92.44deg,#204d4d 2.04%,#f4f4f4 36.62%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2rem,5vw,4.1875rem);font-weight:700;line-height:clamp(2.5rem,6vw,4.9375rem)}.aurora-hero-copy h1 :is(span,strong,em,a),.aurora-hero-copy p :is(span,strong,em,a){font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;background:0 0;background-clip:unset;-webkit-background-clip:unset}.aurora-hero-copy h1 span,.aurora-hero-copy p span{-webkit-text-fill-color:currentColor}.aurora-hero-copy h1 a,.aurora-hero-copy p a{color:inherit;text-decoration:none}.aurora-hero-copy p{color:var(--aurora-text);font-family:var(--font-jura), sans-serif;margin:0;padding-top:1.8rem;font-size:clamp(.8rem,1.2vw,.9375rem);font-weight:600;line-height:clamp(1rem,1.3vw,1.125rem)}.aurora-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;display:flex}.aurora-hero-primary,.aurora-hero-secondary,.aurora-view-all,.aurora-discord-button{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-size:clamp(.65rem,1vw,.75rem);font-weight:500;line-height:clamp(1rem,1.2vw,1.125rem);text-decoration:none;transition:transform .24s cubic-bezier(.4,0,.2,1),background-color .24s,border-color .24s;display:inline-flex}.aurora-hero-primary{-webkit-user-select:none;user-select:none;will-change:transform;cursor:pointer;background:#151515;gap:.45rem;min-height:45.5px;padding:.86rem 1.625rem;box-shadow:inset 0 0 16px #ffffff26}.aurora-hero-secondary{border:1px solid var(--aurora-line-strong);-webkit-user-select:none;user-select:none;will-change:transform;cursor:pointer;background:#ffffff1a;gap:.45rem;min-height:45.5px;padding:.125rem .125rem .125rem 1.625rem;box-shadow:inset 0 0 16px #ffffff26}.aurora-action-icon{background:0 0;border-radius:999px;place-items:center;width:18px;height:18px;transition:transform .24s cubic-bezier(.4,0,.2,1),color .24s;display:grid}.aurora-action-icon--large{background:var(--aurora-text);color:#0e0e0e;width:42px;height:42px;box-shadow:inset 0 0 12px #ffffff59,0 0 20px #f4f4f41f}.aurora-action-icon svg{flex:none;display:block}.aurora-hero-primary:hover,.aurora-hero-secondary:hover,.aurora-view-all:hover,.aurora-discord-button:hover{transform:scale(.97)}.aurora-hero-primary:hover{background:#1b1b1b}.aurora-hero-secondary:hover{background:#ffffff40}.aurora-hero-secondary:hover .aurora-action-icon{transform:rotate(90deg)}.aurora-hero-secondary:hover .aurora-action-icon:not(.aurora-action-icon--large){color:var(--aurora-teal-bright)}.aurora-hero-stats{justify-content:center;align-items:center;gap:6rem;width:fit-content;max-width:100%;margin:0 auto;padding:7.8rem 0 0;list-style:none;display:flex;position:relative}.aurora-hero-stats li{justify-items:center;gap:7px;display:grid;position:relative}.aurora-hero-stats li:not(:last-child):after{content:"";background:#ffffff1f;width:1px;height:18px;position:absolute;top:50%;right:-3rem;transform:translateY(-50%)}.aurora-hero-stats strong{font-family:var(--font-jura), sans-serif;font-size:clamp(1.25rem,3vw,1.625rem);line-height:1.2}.aurora-hero-stats span{color:#f4f4f485;font-family:var(--font-poppins), sans-serif;font-size:clamp(.75rem,2vw,1rem);line-height:1.2}.aurora-section{width:100%;padding:0 var(--aurora-px);flex-direction:column;align-items:center;gap:34px;display:flex}.aurora-section-header{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.aurora-section-badge{background:#1e1e1ed9;border:1px solid #ffffff40;padding:4px 16px;box-shadow:inset 0 0 16px #ffffff26}.aurora-section-badge:before{content:none}.aurora-section-badge h2{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;margin:0;font-size:1rem;font-weight:400}.aurora-section-header>p{font-family:var(--font-jura), sans-serif;text-align:center;background:linear-gradient(91.1deg,#0e0e0e -3.62%,#f4f4f4 46.74%,#0e0e0e 102.68%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:36px;font-weight:700;line-height:43px}.aurora-section-header>p :is(span,strong,em,a){font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;background:0 0;background-clip:unset;-webkit-background-clip:unset}.aurora-section-header>p span{-webkit-text-fill-color:currentColor}.aurora-section-header>p a{color:inherit;text-decoration:none}.aurora-features{gap:1.5rem}.aurora-features-grid{width:100%;max-width:var(--aurora-max);grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:12px;padding:1rem 1rem 0;display:grid}.aurora-feature-card,.aurora-product-card,.aurora-review-card,.aurora-faq-item{border-radius:var(--aurora-radius);background:var(--aurora-card);border:1px solid #ffffff0d;box-shadow:inset 0 0 50px #ffffff0d}.aurora-feature-card{box-sizing:border-box;will-change:transform;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:1rem;padding:1.5rem 1.5rem 1.25rem;transition:background .5s,transform .5s;display:flex}.aurora-feature-card:hover{z-index:10;background:var(--aurora-card-hover);transform:scale(.98)}.aurora-feature-icon{width:40px;height:40px;color:var(--aurora-teal);justify-content:center;align-items:center;transition:transform .5s;display:inline-flex}.aurora-feature-icon svg{width:40px;height:40px}.aurora-feature-card:hover .aurora-feature-icon{transform:scale(1.06)}.aurora-feature-card h3{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;word-break:break-word;margin:auto 0 0;font-size:clamp(.875rem,1.5vw,1.25rem);font-weight:500;line-height:1.3}.aurora-feature-reveal{grid-template-rows:0fr;width:100%;transition:grid-template-rows .5s;display:grid}.aurora-feature-card:hover .aurora-feature-reveal{grid-template-rows:1fr}.aurora-feature-reveal-content{overflow:hidden}.aurora-feature-reveal-content p{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;margin:0;padding-top:.5rem;font-size:15px;font-weight:400;line-height:22px;display:block}.aurora-feature-reveal-content a{color:var(--aurora-teal);text-decoration:none;transition:color .5s}.aurora-feature-reveal-content a:hover{color:var(--aurora-teal-bright)}.aurora-featured{content-visibility:auto;contain-intrinsic-size:auto 1000px;gap:2.2rem}.aurora-featured-grid{--aurora-featured-gap:clamp(16px, 2vw, 24px);gap:var(--aurora-featured-gap);grid-template-columns:repeat(auto-fit,minmax(min(100%,28rem),1fr));width:100%;max-width:96rem;padding-top:1.5rem;display:grid}.aurora-featured-grid[data-columns="2"]{max-width:calc(80rem + var(--aurora-featured-gap));grid-template-columns:repeat(2,minmax(0,1fr))}.aurora-featured-grid[data-columns="3"]{max-width:calc(104rem + var(--aurora-featured-gap) + var(--aurora-featured-gap));grid-template-columns:repeat(3,minmax(0,1fr))}.aurora-featured-grid[data-columns="4"]{grid-template-columns:repeat(4,minmax(0,1fr))}.aurora-product-card{box-sizing:border-box;box-shadow:none;color:var(--aurora-text);will-change:transform;background:#121212;border:1px solid #ffffff0d;border-radius:1rem;flex-direction:column;gap:1.25rem;padding:clamp(16px,2vw,24px);text-decoration:none;transition:transform .3s,background .3s,box-shadow .3s;display:flex}.aurora-product-card:hover{background:#1b1b1b;transform:translateY(-4px);box-shadow:0 12px 30px #0006}.aurora-product-media{aspect-ratio:16/9;background:#1c1c1c;border-radius:14px;width:100%;position:relative;overflow:hidden;transform:translateZ(0)}.aurora-product-image{background:#1c1c1c 50%/cover;transition:transform .5s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.aurora-product-image img{display:block}.aurora-product-card:hover .aurora-product-image{transform:scale(1.03)}.aurora-product-open{opacity:0;pointer-events:none;justify-content:center;place-items:center;width:58px;height:58px;transition:opacity .4s,transform .4s cubic-bezier(.4,0,.2,1),filter .4s;display:flex;position:absolute;top:9px;right:9px;transform:translateY(10px)scale(.8)}.aurora-product-card:hover .aurora-product-open{opacity:1;filter:drop-shadow(0 0 8px #fff6);transform:translateY(0)scale(1)rotate(5deg)}.aurora-product-tags{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;min-height:2rem;display:flex}.aurora-product-tag-list{flex-wrap:wrap;gap:.5rem;display:flex}.aurora-product-alert{margin-left:auto;display:flex}.aurora-tag{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff26;border-radius:2rem;align-items:center;padding:.3rem .8rem;font-size:.8rem;font-weight:500;line-height:1.2;display:inline-flex}.aurora-alert-badge{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;text-transform:uppercase;white-space:nowrap;border:1px solid #ffffff26;border-radius:2rem;align-items:center;padding:.3rem .8rem;font-size:.8rem;font-weight:500;line-height:1.2;animation:2s infinite aurora-featured-badge-pulse;display:inline-flex}.aurora-alert-badge--teal{border-color:var(--aurora-teal-bright);background:#339f9f33;box-shadow:0 0 10px #55fffe33}.aurora-alert-badge--orange{border-color:var(--aurora-orange);background:#e85a0433;box-shadow:0 0 10px #ff8e4929}.aurora-product-info{justify-content:space-between;align-items:center;gap:16px;display:flex}.aurora-product-info h3{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;margin:0;font-size:1.25rem;font-weight:500;line-height:1.3}.aurora-product-price{color:#f4f4f480;text-align:right;flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:.5rem;max-width:50%;display:inline-flex}.aurora-product-info strong{font-family:var(--font-jura), sans-serif;color:#f4f4f480;white-space:nowrap;font-size:1.25rem;font-weight:700}.aurora-price-badge{border:1px solid var(--aurora-teal-bright);color:#fff;font-family:var(--font-poppins), sans-serif;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#339f9f;border-radius:6.25rem;align-items:center;padding:2px 8px;font-size:10px;font-weight:600;line-height:1.4;display:inline-flex;box-shadow:0 4px 16px #339f9f4d,inset 0 0 12px #fff3}.aurora-price-original{color:#f4f4f459;font-family:var(--font-jura), sans-serif;white-space:nowrap;font-size:.75em;font-weight:700;-webkit-text-decoration:line-through #ffffff40;text-decoration:line-through #ffffff40}.aurora-price-discounted{text-shadow:0 0 20px #55fffe4d;color:var(--aurora-teal-bright)!important}.aurora-price-tax-note{color:#f4f4f44d;width:100%;font-family:var(--font-poppins), sans-serif;text-align:right;white-space:nowrap;font-size:10px;line-height:1.2}.aurora-theme .vault-route-shell{z-index:1;width:100%;padding:clamp(56px,7vw,96px) 0 clamp(84px,10vw,128px);position:relative}.aurora-theme .vault-route-shell--catalog{background:0 0}.aurora-theme .vault-route-shell--catalog .aurora-catalog{max-width:var(--aurora-max);padding:clamp(18px, 3vw, 34px) var(--aurora-px) 0;align-items:stretch;gap:1.25rem;margin:0 auto}.aurora-catalog{container-type:inline-size}.aurora-catalog-header{text-align:left;flex-direction:column;align-items:flex-start;gap:.75rem;max-width:760px;display:flex;position:relative}.aurora-catalog-header--framed{border-radius:var(--aurora-radius);background:#121212b8;border:1px solid #ffffff14;max-width:100%;padding:32px;box-shadow:inset 0 0 50px #ffffff0b}.aurora-catalog-badge{flex:none}.aurora-catalog-badge h2{color:#f4f4f499;font-size:.75rem;font-weight:500}.aurora-catalog-header h1{max-width:680px;font-family:var(--font-jura), sans-serif;letter-spacing:0;-webkit-text-fill-color:transparent;background:linear-gradient(91deg,#f4f4f4 0% 62%,#f4f4f457 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:700;line-height:1.15}.aurora-catalog-title-accent{color:var(--aurora-teal);background:0 0;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:var(--aurora-teal);text-shadow:none}.aurora-catalog-header>p{color:#f4f4f459;max-width:400px;font-family:var(--font-poppins), sans-serif;margin:0;font-size:.85rem;font-weight:400;line-height:1.5}.aurora-catalog-summary{flex-wrap:wrap;gap:8px;padding-top:4px;display:flex}.aurora-catalog-summary span{color:#f4f4f4a8;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;min-height:30px;padding:5px 12px;font-size:12px;font-weight:500;line-height:1.2;display:inline-flex}.aurora-catalog-controls{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;width:100%;max-width:100%;margin:.1rem 0 0;display:flex}.aurora-catalog-pills{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:wrap;align-items:center;gap:.5rem;max-width:min(760px,58vw);display:flex;overflow-x:auto}.aurora-catalog-pills::-webkit-scrollbar{display:none}.aurora-catalog-pill{color:#f4f4f47a;min-height:34px;font-family:var(--font-poppins), sans-serif;letter-spacing:0;cursor:pointer;white-space:nowrap;background:#12121280;border:1px solid #ffffff1a;border-radius:999px;flex:none;justify-content:center;align-items:center;padding:.35rem 1rem;font-size:12px;font-weight:500;line-height:1;text-decoration:none;transition:color .22s,background-color .22s,border-color .22s,transform .22s;display:inline-flex;position:relative;box-shadow:inset 0 0 12px #ffffff0b}.aurora-catalog-pill:hover{color:#f4f4f4db;background:#1b1b1bad;border-color:#ffffff2e}.aurora-catalog-pill.active{color:var(--aurora-teal);background:#41c4c321;border-color:#55fffe6b;box-shadow:inset 0 0 14px #55fffe14,0 0 10px #41c4c314}.aurora-catalog-pill:active{transform:scale(.97)}.aurora-catalog-tools{flex:none;align-items:center;gap:.55rem;margin-left:auto;display:flex}.aurora-catalog-count,.aurora-catalog-search,.aurora-catalog-sort{color:#f4f4f4b3;height:40px;font-family:var(--font-poppins), sans-serif;background-color:#1212128a;border:1px solid #ffffff1a;border-radius:999px;font-size:12px}.aurora-catalog-count{white-space:nowrap;align-items:center;padding:0 14px;display:inline-flex}.aurora-catalog-search{background:#1212128a;border-color:#ffffff1a;align-items:center;gap:.55rem;width:min(280px,100%);height:40px;padding:0 .95rem;transition:border-color .22s,background-color .22s,box-shadow .22s;display:inline-flex;box-shadow:inset 0 0 12px #ffffff0a}.aurora-catalog-search svg{color:#f4f4f457;flex:none}.aurora-catalog-search input{width:100%;min-width:0;color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;background:0 0;border:0;outline:0;font-size:12px;font-weight:400}.aurora-catalog-search input::placeholder{color:#f4f4f447}.aurora-catalog-search:focus-within{background-color:#121212bd;border-color:#55fffe52;box-shadow:inset 0 0 12px #55fffe0b,0 0 12px #41c4c314}.aurora-catalog-sort{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='rgba(244,244,244,0.48)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;outline:0;min-width:118px;height:40px;padding:0 32px 0 .95rem;transition:border-color .22s,background-color .22s}.aurora-catalog-sort option{color:var(--aurora-text);background:#101010}.aurora-catalog-sort:focus{background-color:#121212bd;border-color:#55fffe52}.aurora-catalog-grid{grid-template-columns:repeat(var(--aurora-catalog-cols,3), minmax(0, 1fr));gap:var(--aurora-catalog-gap,1.25rem);width:100%;display:grid}.aurora-catalog-card{min-width:0;min-height:100%;box-shadow:none;animation:.42s both aurora-catalog-card-in;animation-delay:calc(var(--aurora-card-index,0) * 35ms);background:#12121280;border-color:#ffffff0d;border-radius:16px;gap:.875rem;padding:.875rem;position:relative;overflow:hidden}.aurora-catalog-card:hover{background:#1b1b1b;border-color:#ffffff1a;box-shadow:0 12px 40px #0006}.aurora-catalog-card[data-image-ratio="4:3"] .aurora-product-media{aspect-ratio:4/3}.aurora-catalog-card[data-image-ratio="1:1"] .aurora-product-media{aspect-ratio:1}.aurora-catalog-card .aurora-product-open{-webkit-backdrop-filter:blur(12px);background:#00000059;border:1px solid #ffffff2e;border-radius:16px;width:44px;height:44px;top:9px;right:9px;box-shadow:inset 0 0 16px #ffffff26}.aurora-catalog-card .aurora-product-open svg{color:var(--aurora-text);transition:transform .3s}.aurora-catalog-card:hover .aurora-product-open svg{transform:rotate(-35deg)}.aurora-catalog-card .aurora-product-info{align-items:center;margin-top:auto;padding-top:0}.aurora-catalog-card .aurora-product-info h3{min-width:0;color:var(--aurora-text);word-break:break-word;font-size:1.1rem;font-weight:500}.aurora-catalog-card .aurora-product-media{background:#1c1c1c;border-radius:14px}.aurora-catalog-card .aurora-product-image{filter:brightness(.82)saturate(.9)}.aurora-catalog-card:hover .aurora-product-image{filter:brightness(.94)saturate()}.aurora-catalog-card .aurora-product-tags{align-items:center;min-height:26px}.aurora-catalog-card .aurora-tag,.aurora-catalog-card .aurora-alert-badge{background:#ffffff1a;border-color:#ffffff40;min-height:23px;padding:3px 11px;font-size:9px;font-weight:500;box-shadow:inset 0 0 1rem #ffffff26}.aurora-catalog-card .aurora-product-price{flex-direction:column;align-items:flex-end;gap:.2rem;max-width:50%}.aurora-catalog-card .aurora-product-price strong{color:#f4f4f480;letter-spacing:0;font-size:1.2rem}.aurora-catalog-card .aurora-price-tax-note{color:#f4f4f44d;font-size:10px;font-weight:400}.aurora-tag--category{color:#f4f4f4db;text-transform:none;background:#41c4c321;border-color:#41c4c352}.aurora-catalog-empty{border-radius:var(--aurora-radius);background:#121212a8;border:1px solid #ffffff0f;justify-content:center;width:100%;min-height:280px;box-shadow:inset 0 0 50px #ffffff0a}.aurora-catalog-load-more{color:var(--aurora-text);cursor:pointer;border:0;align-self:center}.aurora-view-all{-webkit-backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff40;gap:1.25rem;min-height:46px;padding:2px 2px 2px 1.75rem;font-size:.875rem;transition:background-color .3s,border-color .3s,transform .3s;box-shadow:inset 0 0 16px #ffffff26}.aurora-view-all:hover{background:#ffffff29;border-color:#ffffff59;transform:scale(.98)}.aurora-view-all-icon{background:var(--aurora-text);color:#0e0e0e;border-radius:999px;flex:none;place-items:center;width:42px;height:42px;display:grid}.aurora-view-all-icon svg{display:block}.aurora-reviews{gap:2.2rem;width:100%;container-type:inline-size}.aurora-reviews-header{flex-direction:column;align-items:center;gap:.75rem;display:flex}.aurora-rating-bar{color:var(--aurora-gold);justify-content:center;align-items:center;gap:8px;display:flex}.aurora-rating-stars{align-items:center;gap:2px;display:flex}.aurora-rating-bar p{color:#f4f4f47a;margin:0;font-size:.82rem}.aurora-rating-bar strong{color:var(--aurora-gold)}.aurora-review-mask{width:min(var(--aurora-max), 100%);padding:2rem 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 10% 90%,#0000 100%)}.aurora-review-track{width:max-content;animation:aurora-marquee var(--aurora-marquee-duration,40s) linear infinite;will-change:transform;align-items:flex-start;gap:1rem;display:flex}.aurora-review-track:hover{animation-play-state:paused}.aurora-review-card{border-radius:var(--aurora-radius);background:var(--aurora-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);contain:layout paint;flex-direction:column;flex:none;align-items:flex-start;gap:16px;width:320px;height:auto;max-height:360px;padding:24px;transition:transform .3s,background .3s,box-shadow .3s;display:flex;overflow:hidden}.aurora-review-card:hover{z-index:2;background:var(--aurora-card-hover);transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.aurora-review-profile{align-items:center;gap:12px;width:100%;display:flex}.aurora-review-profile img,.aurora-review-profile span{width:40px;height:40px;color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;object-fit:cover;border-radius:50%;flex:none;place-items:center;font-weight:600;display:grid;overflow:hidden}.aurora-review-profile img{background:#313131}.aurora-review-profile span{background:linear-gradient(135deg,#313131,#404040)}.aurora-review-profile p{max-width:180px;color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;font-weight:500;overflow:hidden}.aurora-review-card>p{color:#f4f4f4cc;max-height:17.6em;font-family:var(--font-poppins), sans-serif;overflow-wrap:break-word;-webkit-line-clamp:11;line-clamp:11;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.aurora-review-card>p.aurora-review-comment[data-review-comment-state]{-webkit-line-clamp:8;line-clamp:8;max-height:12.8em}.aurora-review-card>p.aurora-review-comment[data-review-comment-state=translated]:after{background:var(--aurora-teal);content:"";opacity:.9;vertical-align:.18em;border-radius:999px;width:5px;height:5px;margin-left:7px;display:inline-block;box-shadow:0 0 0 3px #41c4c31f}.aurora-translated-review{color:#f4f4f494;width:100%;font-family:var(--font-poppins), sans-serif;border-top:1px solid #ffffff14;flex-direction:column;align-items:flex-start;gap:6px;margin-top:auto;padding-top:10px;font-size:.76rem;line-height:1.45;display:flex}.aurora-translated-review.is-centered{text-align:center;align-items:center}.aurora-translated-review__summary{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:8px;width:100%;display:flex}.aurora-translated-review.is-centered .aurora-translated-review__summary{justify-content:center}.aurora-translated-review__badge,.aurora-translated-review__button{line-height:inherit;align-items:center;display:inline-flex}.aurora-translated-review__badge{color:#f4f4f48f}.aurora-translated-review__button{color:#f4f4f4e6;cursor:pointer;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:700;text-decoration:underline;text-decoration-thickness:1px;transition:color .18s,text-decoration-color .18s}.aurora-translated-review__button:hover:not(:disabled){color:var(--aurora-teal);text-decoration-color:#41c4c3cc}.aurora-translated-review__button:focus-visible{outline-offset:2px;outline:2px solid #41c4c38c}.aurora-translated-review__button:disabled{cursor:default;opacity:.72}.aurora-faq{gap:clamp(2rem,4vw,2.7rem);container-type:inline-size}.aurora-faq-search-wrap{flex-direction:column;gap:12px;width:min(800px,100%);display:flex}.aurora-faq-search{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#a0a0a0;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:12px;width:100%;min-height:56px;padding:clamp(14px,2vw,16px) clamp(16px,3vw,24px);transition:border-color .22s,background-color .22s;display:flex}.aurora-faq-search:focus-within{color:var(--aurora-teal);background:#fff1;border-color:#41c4c380}.aurora-faq-search>svg{flex:none;transition:color .22s}.aurora-faq-search input{min-width:0;color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;background:0 0;border:0;outline:0;flex:1;font-size:clamp(.875rem,1.5vw,1rem)}.aurora-faq-search input::placeholder{color:gray}.aurora-faq-search input::-webkit-search-cancel-button{display:none}.aurora-faq-search button{width:28px;height:28px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;display:grid}.aurora-faq-search button:hover{color:var(--aurora-text);background:#ffffff1a}.aurora-faq-search-results{color:#a0a0a0;text-align:center;margin:0;font-size:.875rem}.aurora-faq-list{gap:14px;width:min(1234px,100%);padding-top:clamp(.75rem,2vw,1.5rem);display:grid}.aurora-faq-item{contain:layout style paint;grid-template-rows:auto 0fr;gap:0;width:100%;padding:clamp(16px,2.8vw,26px) clamp(22px,4vw,36px);transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1),gap .4s cubic-bezier(.4,0,.2,1),background-color .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1);display:grid}.aurora-faq-item.open{background:var(--aurora-card-hover);grid-template-rows:auto 1fr;gap:clamp(16px,2.5vw,25px)}.aurora-faq-item:hover:not(.open){background:#161616;transform:translateY(-2px)translateZ(0)}.aurora-faq-item>button{width:100%;color:var(--aurora-text);cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;gap:clamp(16px,3vw,26px);padding:0;display:flex}.aurora-faq-item>button:focus-visible{outline:2px solid var(--aurora-teal);outline-offset:4px;border-radius:8px}.aurora-faq-item>button svg{color:var(--aurora-text);flex:none;transition:color .22s}.aurora-faq-item.open>button svg{color:var(--aurora-teal)}.aurora-faq-item>button span{overflow-wrap:anywhere;font-family:var(--font-poppins), sans-serif;flex:1;font-size:clamp(1rem,2.5vw,1.625rem);font-weight:500;line-height:1.5}.aurora-faq-answer{opacity:0;max-height:0;transition:opacity .35s cubic-bezier(.4,0,.2,1),max-height .4s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.aurora-faq-item.open .aurora-faq-answer{opacity:1;max-height:1000px}.aurora-faq-answer>div{color:#d4d4d4;font-family:var(--font-poppins), sans-serif;overflow-wrap:anywhere;padding-inline:clamp(56px,8vw,84px) 0;font-size:clamp(.875rem,1.5vw,1rem);line-height:1.6}.aurora-faq-answer a{color:var(--aurora-blue-soft);text-decoration:none}.aurora-faq-answer a:hover{text-decoration:underline}.aurora-faq-empty{color:#a0a0a0;text-align:center;flex-direction:column;align-items:center;gap:1rem;width:min(800px,100%);padding:clamp(3rem,6vw,5rem) clamp(1.5rem,4vw,2rem);display:flex}.aurora-faq-empty>svg{color:#404040;opacity:.55}.aurora-faq-empty p{color:var(--aurora-text);margin:0;font-size:1rem;font-weight:600}.aurora-faq-empty span{color:gray;font-size:.875rem}.aurora-show-all{border-radius:var(--aurora-radius);background:var(--aurora-card);width:min(1234px,100%);min-height:62px;color:var(--aurora-text);cursor:pointer;font-family:var(--font-poppins), sans-serif;border:1px solid #ffffff0d;justify-content:center;align-items:center;gap:12px;margin:0;padding:clamp(16px,2.8vw,26px) clamp(22px,4vw,36px);font-size:clamp(1rem,2vw,1.25rem);font-weight:600;transition:background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:inset 0 0 50px #ffffff0d}.aurora-show-all:hover{color:var(--aurora-teal);background:#161616;border-color:#41c4c333;transform:translateY(-2px)}.aurora-show-all:focus-visible{outline:2px solid var(--aurora-teal);outline-offset:4px}.aurora-discord{isolation:isolate;justify-content:center;gap:clamp(1.2rem,3vw,1.55rem);padding-top:clamp(3.5rem,8vw,5rem);padding-bottom:clamp(3.5rem,8vw,5rem);position:relative;container-type:inline-size}.aurora-discord-glow{z-index:-1;background:color-mix(in srgb, var(--aurora-discord-glow-color,#5662f6) 15%, transparent);filter:blur(150px);pointer-events:none;will-change:opacity;contain:layout style paint;border-radius:50%;width:clamp(200px,40vw,422px);height:clamp(200px,40vw,422px);position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)}.aurora-discord-content{text-align:center;contain:layout style;flex-direction:column;align-items:center;gap:clamp(.75rem,2vw,1rem);width:100%;max-width:1025px;padding-inline:clamp(1rem,3vw,2rem);display:flex}.aurora-discord-content h2{font-family:var(--font-jura), sans-serif;background:linear-gradient(91deg, #f4f4f4 1%, var(--aurora-discord-title-accent,#5662f6) 180%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 30px #5662f640);will-change:transform;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2rem,5vw,4.18rem);font-weight:700;line-height:1.1;transform:translateZ(0)}.aurora-discord-content p{color:#f4f4f4;max-width:600px;font-family:var(--font-jura), sans-serif;margin:0;font-size:clamp(.75rem,1.5vw,.9375rem);font-weight:600;line-height:1.4}.aurora-discord-content p a,.aurora-discord-content p strong,.aurora-discord-content p span{color:var(--aurora-blue-soft);text-shadow:0 0 12px #838cff33}.aurora-discord-members{align-items:center;gap:clamp(.375rem,1vw,.5rem);display:flex}.aurora-discord-avatars{align-items:center;display:flex}.aurora-discord-avatar{width:clamp(1.25rem,2.5vw,1.625rem);height:clamp(1.25rem,2.5vw,1.625rem);margin-left:clamp(-.9rem,-1.5vw,-.5625rem);position:relative}.aurora-discord-avatar:first-child{margin-left:0}.aurora-discord-avatar img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;background:#272727;border:2px solid #161829;border-radius:50%;width:100%;height:100%;display:block;transform:translate(0,0)}.aurora-discord-member-count{color:#f4f4f4;font-family:var(--font-poppins), sans-serif;margin:0;font-size:clamp(.75rem,1.5vw,1rem);font-weight:400;line-height:1.5}.aurora-discord-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(.625rem,1.6vw,.875rem);display:flex}.aurora-discord-button{--aurora-discord-button-bg:#5662f6;--aurora-discord-button-border:#838cff;--aurora-discord-button-text:#f4f4f4;border:1px solid color-mix(in srgb, var(--aurora-discord-button-border) 25%, transparent);background:color-mix(in srgb, var(--aurora-discord-button-bg) 25%, transparent);-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);color:var(--aurora-discord-button-text);cursor:pointer;-webkit-user-select:none;user-select:none;will-change:transform, background-color, border-color;contain:layout style paint;padding:clamp(.625rem,1.5vw,.8125rem) clamp(.75rem,2vw,1rem);transition:background-color .3s cubic-bezier(.4,0,.2,1),border-color .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);transform:translateZ(0);box-shadow:inset 0 0 16px #ffffff26}.aurora-discord-button svg{flex-shrink:0;width:clamp(14px,2vw,18px);height:clamp(14px,2vw,18px);transition:transform .3s cubic-bezier(.4,0,.2,1)}.aurora-discord-button:hover{border-color:color-mix(in srgb, var(--aurora-discord-button-border) 40%, transparent);background:color-mix(in srgb, var(--aurora-discord-button-bg) 40%, transparent);transform:scale(.98)translateZ(0);box-shadow:inset 0 0 20px #fff3}.aurora-discord-button:hover svg{transform:translate(2px)}.aurora-discord-button:active{border-color:color-mix(in srgb, var(--aurora-discord-button-border) 55%, transparent);background:color-mix(in srgb, var(--aurora-discord-button-bg) 55%, transparent);transform:scale(.95)translateZ(0);box-shadow:inset 0 0 24px #ffffff40}.aurora-discord-button:focus-visible{outline:2px solid var(--aurora-blue);outline-offset:3px}@media (max-width:768px){.aurora-discord{gap:1.2rem}}@media (max-width:480px){.aurora-discord{gap:1rem}}.aurora-empty{border:1px dashed var(--aurora-line-strong);border-radius:var(--aurora-radius);text-align:center;background:#ffffff0a;justify-items:center;gap:8px;width:min(680px,100%);padding:32px;display:grid}.aurora-empty p,.aurora-empty span{margin:0}.aurora-empty span{color:var(--aurora-muted)}.aurora-footer{z-index:1;width:100%;padding:0 var(--aurora-px) clamp(1rem, 2vw, 1.625rem);content-visibility:auto;contain-intrinsic-size:1px 400px;contain:layout style;flex-direction:column;align-items:center;gap:clamp(1.5rem,3vw,2.28125rem);margin-top:auto;display:flex;position:relative}.aurora-footer-container{box-sizing:border-box;width:100%;max-width:var(--aurora-max);background:#121212;border:1px solid #ffffff0d;border-radius:1rem;justify-content:space-between;align-items:flex-start;gap:clamp(2rem,5vw,4rem);padding:clamp(1.25rem,3vw,2.25rem) clamp(1.5625rem,4vw,3.125rem);display:flex;overflow:visible}.aurora-footer-brand{flex-direction:column;flex:300px;align-items:flex-start;max-width:400px;min-height:11rem;display:flex;position:relative}.aurora-footer-logo{height:1.75rem;color:var(--aurora-text);align-items:center;gap:.375rem;text-decoration:none;display:flex}.aurora-footer-logo-mark{width:21px;height:28px;color:var(--aurora-teal-bright);font-family:var(--font-jura), sans-serif;-webkit-user-select:none;user-select:none;background:linear-gradient(#ffffff24,#ffffff0a);border-radius:7px;place-items:center;font-size:.72rem;font-weight:700;display:grid;overflow:hidden}.aurora-footer-logo-mark img{object-fit:contain;width:100%;height:100%}.aurora-footer-logo-mark--image{background:0 0;border-radius:0}.aurora-footer-logo span{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;font-size:1rem;font-weight:500}.aurora-footer-brand>p{max-width:400px;color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;margin:0;padding-top:1.5rem;font-size:.9rem;line-height:1.5}.aurora-footer-currency-row{align-items:center;gap:.65rem;margin-top:.8rem;display:flex;position:relative}.aurora-footer-currency-label{color:#f4f4f480;font-family:var(--font-poppins), sans-serif;white-space:nowrap;font-size:.85rem;font-weight:400}.aurora-footer-currency{flex-shrink:0;position:relative}.aurora-footer-currency-trigger{height:32px;color:var(--aurora-text);cursor:pointer;font-family:var(--font-poppins), sans-serif;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:12px;font-weight:600;transition:background .2s,border-color .2s;display:flex}.aurora-footer-currency-trigger:hover{background:#ffffff1a;border-color:#ffffff2e}.aurora-footer-currency-trigger svg{opacity:.5;flex-shrink:0;width:9px;height:5px;transition:transform .25s;transform:rotate(180deg)}.aurora-footer-currency-menu.open+svg,.aurora-footer-currency-trigger[aria-expanded=true] svg{transform:rotate(0)}.aurora-footer-currency-code{font-size:12px;font-weight:700}.aurora-footer-currency-menu{z-index:10001;-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;pointer-events:none;background:#141416f0;border:1px solid #ffffff1a;border-radius:12px;width:min(300px,100vw - 24px);max-height:min(390px,100vh - 32px);padding:.45rem;transition:opacity .2s,visibility .2s,transform .2s;position:fixed;overflow:hidden;transform:translateY(4px);box-shadow:0 24px 48px #00000094,inset 0 0 18px #ffffff09}.aurora-footer-currency-menu.open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.aurora-footer-currency-search{color:#f4f4f44d;background:#ffffff0a;border:1px solid #ffffff14;border-radius:7px;align-items:center;gap:6px;margin-bottom:.25rem;padding:5px 8px;display:flex}.aurora-footer-currency-search input{all:unset;min-width:0;color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;flex:1;font-size:12px}.aurora-footer-currency-search input::placeholder{color:#f4f4f440}.aurora-footer-currency-list{max-height:292px;overflow:hidden auto}.aurora-footer-currency-list::-webkit-scrollbar{width:5px}.aurora-footer-currency-list::-webkit-scrollbar-track{background:0 0}.aurora-footer-currency-list::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.aurora-footer-currency-empty{color:#f4f4f440;font-family:var(--font-poppins), sans-serif;text-align:center;padding:8px;font-size:11px;display:block}.aurora-footer-currency-option{color:#f4f4f4b3;cursor:pointer;width:100%;min-height:42px;font-family:var(--font-poppins), sans-serif;text-align:left;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:12px;font-weight:500;display:flex}.aurora-footer-currency-option:hover{color:var(--aurora-text);background:#ffffff0f}.aurora-footer-currency-option.active{color:var(--aurora-text);background:#ffffff14;border-color:#ffffff14;font-weight:600}.aurora-footer-currency-option-left{align-items:center;gap:10px;min-width:0;display:flex}.aurora-footer-currency-country{color:#f4f4f470;width:23px;font-family:var(--font-poppins), sans-serif;flex:0 0 23px;font-size:11px;font-weight:700;line-height:1}.aurora-footer-currency-trigger .aurora-footer-currency-country{flex-basis:auto;width:auto;font-size:11px}.aurora-footer-currency-text{text-align:left;flex-direction:column;align-items:flex-start;gap:2px;min-width:0;display:flex}.aurora-footer-currency-option-code{color:var(--aurora-text);text-align:left;font-size:13px;font-weight:700;line-height:1.05}.aurora-footer-currency-option-label{color:#f4f4f46b;text-align:left;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-size:12px;font-weight:400;line-height:1.15;overflow:hidden}.aurora-footer-currency-note{color:#f4f4f447;font-family:var(--font-poppins), sans-serif;border-top:1px solid #ffffff0d;margin-top:4px;padding:8px 10px 6px;font-size:11px;line-height:1.4}.aurora-footer-copyright{color:#f4f4f480;font-family:var(--font-poppins), sans-serif;font-size:.75rem;position:absolute;bottom:0}.aurora-footer-links{flex-wrap:wrap;flex:0 560px;justify-content:flex-end;gap:clamp(2rem,5vw,4rem);display:flex}.aurora-footer-column{flex-direction:column;gap:.8rem;min-width:8rem;display:flex}.aurora-footer-column h3{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;margin:0;padding-bottom:.5rem;font-size:1rem;font-weight:500}.aurora-footer-column a,.aurora-footer-muted{color:#f4f4f480;width:fit-content;font-family:var(--font-poppins), sans-serif;border-radius:.25rem;padding:.15rem .4rem;font-size:.9rem;text-decoration:none;transition:color .2s,background-color .2s,transform .2s}.aurora-footer-column a:hover,.aurora-footer-column a.active{color:var(--aurora-teal);background:#41c4c314;transform:translate(3px)}.aurora-footer-disclaimer{color:#f4f4f440;max-width:90%;font-family:var(--font-poppins), sans-serif;text-align:center;order:2;margin:0;font-size:.75rem;font-weight:400;line-height:1.5}.aurora-footer-taintless{color:#f4f4f4b8;width:fit-content;max-width:calc(100% - 40px);font-family:var(--font-poppins), sans-serif;border:1px solid #ffffff0f;order:3;justify-content:center;align-items:center;text-decoration:none;transition:background-color .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.aurora-footer-taintless:hover{color:var(--aurora-text);background:#41c4c30f;border-color:#41c4c329;transform:translateY(-1px)}.aurora-footer-taintless img{object-fit:contain;flex:none}.aurora-footer-taintless--prominent{background:#121212b8;border-radius:8px;gap:.5rem;margin-top:-.85rem;padding:.5rem .9rem;font-size:.78rem;font-weight:600;box-shadow:0 12px 28px #00000029}.aurora-footer-taintless--prominent img{width:1rem;height:1rem}.aurora-footer-taintless--prominent small{color:#f4f4f46b;font-size:.72rem;font-weight:500}.aurora-footer-taintless--subtle{color:#f4f4f452;background:0 0;border:0;gap:.36rem;margin-top:-1.05rem;font-size:.72rem}.aurora-footer-taintless--subtle:hover{color:#f4f4f499;background:0 0}.aurora-footer-taintless--subtle img{opacity:.58;width:.85rem;height:.85rem}.aurora-footer-taintless--subtle strong{color:#f4f4f47a;font-size:.74rem;font-weight:600}.aurora-pd{z-index:1;width:100%;min-height:100vh;padding:clamp(56px, 7vw, 92px) var(--aurora-px) clamp(84px, 10vw, 128px);color:var(--aurora-text);position:relative}.aurora-pd-inner{width:min(var(--aurora-max), 100%);margin:0 auto}.aurora-pd-breadcrumb{color:#f4f4f480;max-width:100%;font-family:var(--font-poppins), sans-serif;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.6rem;margin:0 0 1.5rem;padding:.45rem 1.15rem;font-size:.78rem;display:inline-flex}.aurora-pd-breadcrumb a{color:#f4f4f480;align-items:center;text-decoration:none;transition:color .18s;display:inline-flex}.aurora-pd-breadcrumb a:hover{color:var(--aurora-teal)}.aurora-pd-breadcrumb>span{color:#ffffff26;-webkit-user-select:none;user-select:none}.aurora-pd-breadcrumb>span:last-child{color:#f4f4f4bf;text-overflow:ellipsis;white-space:nowrap;max-width:min(420px,54vw);font-weight:500;overflow:hidden}.aurora-pd-layout{grid-template-columns:minmax(0,1.2fr) minmax(420px,1fr);align-items:start;gap:clamp(32px,5vw,56px);display:grid}.aurora-pd-left,.aurora-pd-media{min-width:0}.aurora-pd-media{overflow:hidden}@media (min-width:1021px){.aurora-pd-left{position:sticky;top:24px}}.aurora-theme .aurora-pd .vault-product-media{gap:.6rem}.aurora-theme .aurora-pd .vault-media-shell{box-shadow:none;background:#111;border-color:#ffffff0f;border-radius:16px}.aurora-theme .aurora-pd .vault-media-frame{background:#111;min-height:240px}.aurora-theme .aurora-pd .vault-media-expand{color:#ffffff9e;background:#00000073;border-radius:8px;width:32px;height:32px;top:10px;right:10px}.aurora-theme .aurora-pd .vault-media-nav{background:#0000008c;width:36px;height:36px}.aurora-theme .aurora-pd .vault-media-nav:hover:not(:disabled),.aurora-theme .aurora-pd .vault-media-expand:hover,.aurora-theme .aurora-pd .vault-media-play:hover{background:#000000b8;border-color:#fff3}.aurora-theme .aurora-pd .vault-media-thumbs-track{gap:.45rem}.aurora-theme .aurora-pd .vault-media-thumb{background:#111;border:2px solid #0000;border-radius:.5rem;flex-basis:calc(18.1818% - .5rem);min-width:84px}.aurora-theme .aurora-pd .vault-media-thumb:hover,.aurora-theme .aurora-pd .vault-media-thumb.is-active{border-color:#339f9f9e}.aurora-pd-right{flex-direction:column;gap:40px;min-width:0;display:flex}.aurora-pd-hero-block,.aurora-pd-desc-section,.aurora-pd-section{flex-direction:column;align-items:flex-start;display:flex}.aurora-pd-hero-block{gap:.75rem}.aurora-pd-tags{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.2rem;display:flex}.aurora-pd-tag,.aurora-pd-alert{color:#f4f4f4db;min-height:22px;font-family:var(--font-poppins), sans-serif;text-transform:uppercase;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;padding:3px 10px;font-size:9px;font-weight:500;line-height:1.2;display:inline-flex}.aurora-pd-tag{background:#ffffff14;box-shadow:inset 0 0 12px #ffffff1a}.aurora-pd-alert{font-weight:700;animation:2.5s ease-in-out infinite aurora-featured-badge-pulse}.aurora-pd-alert--teal{border-color:var(--aurora-teal-bright);background:#339f9fdb;box-shadow:0 4px 16px #339f9f4d,inset 0 0 12px #ffffff3d}.aurora-pd-alert--orange{border-color:var(--aurora-orange);background:#e85a04e6;box-shadow:0 4px 16px #e85a0447,inset 0 0 12px #ffffff3d}.aurora-pd-title-row{justify-content:space-between;align-items:baseline;gap:1.5rem;width:100%;display:flex}.aurora-pd-title-block{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.aurora-pd-title-block h1{color:var(--aurora-text);font-family:var(--font-jura), sans-serif;word-break:break-word;margin:0;font-size:clamp(24px,2.8vw,36px);font-weight:700;line-height:1.15}.aurora-pd-summary-badge{width:fit-content;color:var(--aurora-teal);font-family:var(--font-poppins), sans-serif;font-size:12px;font-weight:600}.aurora-pd-price{text-align:right;flex-direction:column;flex:none;align-items:flex-end;gap:.2rem;display:flex}.aurora-pd-price-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:inline-flex}.aurora-pd-price strong{color:#f4f4f480;font-family:var(--font-jura), sans-serif;white-space:nowrap;font-size:clamp(24px,2.8vw,36px);font-weight:700;line-height:1}.aurora-pd-price>span{color:#f4f4f44d;font-size:12px}.aurora-pd-original{color:#f4f4f452;font-family:var(--font-jura), sans-serif;white-space:nowrap;font-size:14px;font-weight:700;text-decoration:line-through}.aurora-pd-discount{border:1px solid var(--aurora-teal-bright);color:#fff;background:#339f9f;border-radius:999px;align-items:center;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex;box-shadow:0 4px 16px #339f9f4d,inset 0 0 12px #fff3}.aurora-pd-summary{color:#f4f4f48f;max-width:680px;margin:0;font-size:14px;line-height:1.65}.aurora-pd-actions{align-items:stretch;gap:.75rem;width:100%;margin-top:.2rem;display:flex}.aurora-pd-buy-btn,.aurora-pd-remove-btn,.aurora-pd-gift-btn{height:36px;color:var(--aurora-text);cursor:pointer;font-family:var(--font-poppins), sans-serif;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;font-size:13px;font-weight:700;text-decoration:none;transition:filter .26s,box-shadow .26s,transform .26s,opacity .26s;display:inline-flex}.aurora-pd-buy-btn{border:1px solid var(--aurora-teal-bright);background:#339f9f;flex:1;min-width:0;box-shadow:inset 0 0 16px #ffffff4d}.aurora-pd-buy-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:inset 0 0 16px #ffffff4d,0 0 24px #41c4c34d,0 6px 24px #339f9f40}.aurora-pd-buy-btn:active:not(:disabled),.aurora-pd-remove-btn:active:not(:disabled),.aurora-pd-gift-btn:active:not(:disabled){transform:scale(.98)}.aurora-pd-buy-btn.is-success,.aurora-pd-buy-btn--view{background:#1a7a3a;border-color:#34d058}.aurora-pd-remove-btn{background:#9f3335;border:1px solid #ff5558;padding:0 1rem;box-shadow:inset 0 0 12px #ffffff2e}.aurora-pd-gift-btn{background:#9a6938;border:1px solid #f7ba5b;flex:none;padding:0 1rem;box-shadow:inset 0 0 12px #ffffff40}.aurora-pd-gift-btn:hover:not(:disabled){filter:brightness(1.15);box-shadow:inset 0 0 12px #ffffff4d,0 4px 16px #9a69384d}.aurora-pd-buy-btn:disabled,.aurora-pd-remove-btn:disabled,.aurora-pd-gift-btn:disabled{cursor:not-allowed;opacity:.58}.aurora-pd-trust{flex-wrap:wrap;gap:.5rem 1rem;display:flex}.aurora-pd-trust-item{color:#f4f4f459;font-family:var(--font-poppins), sans-serif;align-items:center;gap:.3rem;font-size:11px;line-height:1.4;display:inline-flex;position:relative}.aurora-pd-trust-item svg{opacity:.58;flex:none}.aurora-pd-refund-wrap{display:inline-flex;position:relative}.aurora-pd-refund-trigger{color:#e8a620;cursor:pointer;opacity:.62;background:0 0;border:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:color .18s,opacity .18s,transform .18s;display:inline-flex}.aurora-pd-refund-trigger:hover{opacity:1;transform:translateY(-1px)}.aurora-pd-refund-popover{z-index:12;color:#f4f4f4a6;-webkit-backdrop-filter:blur(16px);background:#101010f5;border:1px solid #ffffff1a;border-radius:10px;width:min(260px,82vw);padding:12px;position:absolute;bottom:calc(100% + 10px);right:0;box-shadow:0 20px 48px #0000007a}.aurora-pd-refund-popover strong{color:var(--aurora-text);margin-bottom:5px;font-size:12px;display:block}.aurora-pd-refund-popover p{margin:0;font-size:11px;line-height:1.55}.aurora-pd-trust-list{flex-wrap:wrap;gap:.5rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.aurora-pd-trust-list li{color:#f4f4f480;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:999px;align-items:center;gap:.4rem;min-height:32px;padding:.4rem .7rem;font-size:11px;display:inline-flex}.aurora-pd-trust-list svg{color:var(--aurora-teal)}.aurora-pd-auth-note{color:#f4f4f473;cursor:pointer;width:fit-content;font-family:var(--font-poppins), sans-serif;background:0 0;border:0;align-items:center;gap:.45rem;padding:0;font-size:12px;transition:color .18s;display:inline-flex}.aurora-pd-auth-note:hover{color:var(--aurora-teal)}.aurora-pd-error{color:#ffb2b4;background:#ff555814;border:1px solid #ff555840;border-radius:10px;width:100%;padding:10px 12px;font-size:12px}.aurora-pd-desc-section{gap:23px}.aurora-pd-description{color:#f4f4f480;font-family:var(--font-poppins), sans-serif;font-size:15px;font-weight:300;line-height:22px}.aurora-pd-description :is(p,ul,ol){margin-top:0}.aurora-pd-description :is(p,ul,ol):last-child{margin-bottom:0}.aurora-pd-description a{color:var(--aurora-teal);text-decoration:none}.aurora-pd-description img{border-radius:12px;max-width:100%}.aurora-pd-info-card{flex-direction:column;gap:.65rem;display:flex}.aurora-pd-info-card>span,.aurora-pd-section h2{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;margin:0;font-size:15px;font-weight:500;line-height:22px}.aurora-pd-info-card>div{flex-wrap:wrap;gap:.45rem .75rem;display:flex}.aurora-pd-info-card>div>span{color:#f4f4f4d1;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .7rem;font-size:12px;display:inline-flex}.aurora-pd-info-card small{color:#f4f4f46b;font-size:11px}.aurora-theme:has(.storefront-legal-page) .aurora-background-layer{animation:none;display:none}.aurora-theme:has(.storefront-legal-page) .aurora-main{gap:0;padding-bottom:clamp(4rem,8vw,7rem)}.aurora-theme .storefront-legal-page{width:min(1180px, calc(100% - (var(--aurora-px) * 2)));color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;background:#121212;border:1px solid #ffffff0d;border-radius:1rem;grid-template-columns:minmax(0,760px) minmax(260px,1fr);gap:0 clamp(2rem,5vw,4rem);margin:clamp(1rem,3vw,2.5rem) auto 0;padding:clamp(1.35rem,3vw,2.5rem);display:grid;position:relative;overflow:hidden;box-shadow:inset 0 0 50px #ffffff0b}.aurora-theme .storefront-legal-page:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#f4f4f438,#0000);height:1px;position:absolute;top:0;left:0;right:0}.aurora-theme .storefront-legal-page .storefront-policy-page__header{grid-column:1/-1;gap:.75rem;max-width:860px;margin-bottom:1.45rem}.aurora-theme .storefront-legal-page .storefront-policy-page__header p{color:#f4f4f46b;font-family:var(--font-poppins), sans-serif;font-size:.78rem;font-weight:500;line-height:1.5}.aurora-theme .storefront-legal-page h1{max-width:820px;color:var(--aurora-text);font-family:var(--font-jura), sans-serif;font-size:2.6rem;font-weight:700;line-height:1.08}.aurora-theme .storefront-legal-page .storefront-policy-page__header span{color:#f4f4f49e;max-width:860px;font-size:.95rem;font-weight:400;line-height:1.7}.aurora-theme .storefront-legal-page .storefront-policy-page__summary{background:0 0;border:1px solid #ffffff0f;border-width:1px 0;border-radius:0;grid-area:2/2/span 3;grid-template-columns:1fr;align-self:start;gap:0;max-width:none;margin-bottom:1.45rem;padding:.2rem 0 0}.aurora-theme .storefront-legal-page .storefront-policy-page__summary p{color:#f4f4f4ad;padding:.85rem 0;font-size:.86rem;line-height:1.65}.aurora-theme .storefront-legal-page .storefront-policy-page__summary p:not(:first-child){border-top:1px solid #ffffff0f}.aurora-theme .storefront-legal-page section{border-top-color:#ffffff0f;grid-column:1;max-width:760px}.aurora-theme .storefront-legal-page #tebex-documents{grid-column:1/-1;max-width:none}.aurora-theme .storefront-legal-page section+section{margin-top:1.5rem}.aurora-theme .storefront-legal-page h2{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;margin-bottom:.6rem;font-size:1rem;font-weight:500;line-height:1.45}.aurora-theme .storefront-legal-page p,.aurora-theme .storefront-legal-page ul{color:#f4f4f494;font-size:.9rem;font-weight:400;line-height:1.75}.aurora-theme .storefront-legal-page p+p{margin-top:.75rem}.aurora-theme .storefront-legal-page ul{gap:.6rem;margin-top:.85rem;padding-left:1.15rem}.aurora-theme .storefront-legal-page li::marker{color:var(--aurora-teal)}.aurora-theme .storefront-legal-page .storefront-policy-page__links{gap:.65rem;margin-top:1rem}.aurora-theme .storefront-legal-page .storefront-policy-page__links a{color:#f4f4f4c2;background:#ffffff0a;border-color:#ffffff14;border-radius:.5rem;min-height:2.25rem;padding:0 .85rem;font-size:.8rem;font-weight:600;transition:border-color .2s,color .2s,background-color .2s,transform .2s}.aurora-theme .storefront-legal-page .storefront-policy-page__links a:hover{color:var(--aurora-teal);background:#41c4c314;border-color:#41c4c357;transform:translateY(-1px)}.aurora-pd-section{gap:1rem}.aurora-pd-features{flex-direction:column;gap:.75rem;width:100%;display:flex}.aurora-pd-feature-card{color:#f4f4f499;background:#12121280;border:1px solid #ffffff0d;border-radius:1rem;align-items:flex-start;gap:.75rem;width:100%;padding:1rem 1.25rem;transition:border-color .3s,background .3s,box-shadow .3s,color .3s,transform .3s;display:flex;box-shadow:inset 0 0 50px #ffffff0d}.aurora-pd-feature-card:hover{color:#f4f4f4cc;background:#55fffe0a;border-color:#55fffe45;transform:scale(1.02);box-shadow:inset 0 0 50px #55fffe1a,0 0 15px #55fffe1a}.aurora-pd-feature-card>span{color:var(--aurora-teal);flex:none;display:inline-flex}.aurora-pd-feature-card h3{color:var(--aurora-text);margin:0 0 .25rem;font-size:13px;font-weight:600}.aurora-pd-feature-card p{margin:0;font-size:13px;line-height:1.55}.aurora-pd-stats{background:#121212a8;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:1.4rem;width:fit-content;max-width:100%;margin:clamp(48px,6vw,72px) auto 0;padding:1rem 1.25rem;display:flex;box-shadow:inset 0 0 50px #ffffff0a}.aurora-pd-stats div{flex-direction:column;gap:.2rem;display:flex}.aurora-pd-stats strong{color:var(--aurora-text);font-family:var(--font-jura), sans-serif;font-size:24px}.aurora-pd-stats span{color:#f4f4f46b;font-size:12px}.aurora-pd-live{align-items:center;gap:.35rem;display:inline-flex}.aurora-pd-live i{background:var(--aurora-teal);border-radius:999px;width:8px;height:8px;position:relative}.aurora-pd-live i:after{content:"";border-radius:inherit;border:1px solid #41c4c357;animation:1.8s ease-out infinite aurora-pd-pulse;position:absolute;inset:-5px}.aurora-pd-mobile-bar{z-index:90;-webkit-backdrop-filter:blur(20px);background:#141414f2;border:1px solid #ffffff1f;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:12px;display:none;position:fixed;bottom:16px;left:16px;right:16px;box-shadow:0 8px 32px #0000004d,inset 0 1px #ffffff1a}.aurora-pd-mobile-bar>div{flex-direction:column;gap:2px;min-width:0;display:flex}.aurora-pd-mobile-bar strong{color:var(--aurora-teal-bright);font-family:var(--font-jura), sans-serif;font-size:18px;line-height:1}.aurora-pd-mobile-bar span{color:#f4f4f46b;font-size:12px}@keyframes aurora-pd-pulse{0%{opacity:.9;transform:scale(.8)}to{opacity:0;transform:scale(1.8)}}@keyframes aurora-breathe{0%{opacity:1}50%{opacity:.8}to{opacity:1}}@keyframes aurora-gradient-border{0%,to{background-position:0%}50%{background-position:100%}}@keyframes aurora-text-shimmer{0%,to{background-position:0%}50%{background-position:100%}}@keyframes aurora-home-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translate(0,0)}}@keyframes aurora-marquee{0%{transform:translate(0,0)}to{transform:translate(-50%)}}@keyframes aurora-featured-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes aurora-catalog-card-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes aurora-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1020px){.aurora-header{height:78px;min-height:78px}.aurora-mobile-toggle{display:inline-flex}.aurora-nav{display:none}.aurora-featured-grid[data-columns="3"],.aurora-featured-grid[data-columns="4"]{max-width:calc(80rem + var(--aurora-featured-gap));grid-template-columns:repeat(2,minmax(0,1fr))}.aurora-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aurora-catalog-controls{flex-direction:column;align-items:stretch;gap:16px;width:100%}.aurora-catalog-pills{max-width:100%}.aurora-catalog-tools{flex-wrap:wrap;width:100%;margin-left:0}.aurora-catalog-search{flex:220px;width:auto}.aurora-pd{padding-bottom:128px}.aurora-pd-layout{grid-template-columns:1fr}.aurora-pd-right{gap:32px}.aurora-pd-mobile-bar{display:flex}}@media (max-width:768px){.aurora-features{gap:1rem}.aurora-header{height:72px;min-height:72px}.aurora-header-actions{gap:7px}.aurora-icon-button,.aurora-currency-button,.aurora-login-button,.aurora-cart-button,.aurora-mobile-toggle{border-radius:12px;width:38px;min-width:38px;height:38px}.aurora-login-button>span:not(.aurora-spinner){display:none}.aurora-currency-button{padding:0}.aurora-currency-button svg,.aurora-language-selector{display:none}.aurora-hero-stats{gap:2rem;padding-top:6rem}.aurora-hero-stats li:not(:last-child):after{right:-1rem}.aurora-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aurora-featured-grid[data-columns="2"],.aurora-featured-grid[data-columns="3"],.aurora-featured-grid[data-columns="4"]{grid-template-columns:1fr}.aurora-feature-reveal-content p{font-size:14px;line-height:20px}.aurora-section-header>p{font-size:28px;line-height:34px}.aurora-theme .vault-route-shell{padding-top:32px}.aurora-theme .vault-route-shell--catalog .aurora-catalog{gap:28px}.aurora-catalog-header h1{font-size:42px;line-height:1.1}.aurora-catalog-header>p{font-size:15px;line-height:1.6}.aurora-catalog-grid{grid-template-columns:1fr}.aurora-reviews{gap:1.5rem}.aurora-review-track{gap:.7rem}.aurora-review-card{width:280px;padding:1.25rem}.aurora-review-card>p{font-size:.85rem}.aurora-footer-container{flex-direction:column;align-items:center;gap:2rem;padding:1.5rem}.aurora-footer-brand{text-align:center;align-items:center;min-height:auto}.aurora-footer-brand>p{text-align:center;max-width:100%}.aurora-footer-copyright{margin-top:1rem;position:relative}.aurora-footer-links{flex-direction:column;align-items:center;gap:2rem}.aurora-footer-column{align-items:center;min-width:auto}.aurora-footer-column a,.aurora-footer-muted{width:auto}.aurora-pd{padding-top:32px}.aurora-pd-title-row{flex-direction:column;align-items:flex-start;gap:.75rem}.aurora-pd-price{text-align:left;align-items:flex-start}.aurora-pd-actions{flex-wrap:wrap}.aurora-pd-gift-btn,.aurora-pd-remove-btn{flex:120px}.aurora-pd-description{font-size:14px}.aurora-theme .storefront-legal-page{width:min(100% - 2rem,920px);margin-top:1.75rem;padding:1.4rem;display:block}.aurora-theme .storefront-legal-page .storefront-policy-page__summary,.aurora-theme .storefront-legal-page section,.aurora-theme .storefront-legal-page #tebex-documents{max-width:none}.aurora-theme .storefront-legal-page h1{font-size:2.15rem}.aurora-theme .storefront-legal-page .storefront-policy-page__summary{grid-template-columns:1fr}.aurora-theme .storefront-legal-page .storefront-policy-page__summary p:not(:first-child){border-top:1px solid #ffffff0f;border-left:0}}@media (max-width:520px){.aurora-section-badge h2{font-size:.85rem}.aurora-section-header>p{font-size:18px;line-height:24px}.aurora-theme .vault-route-shell{padding-bottom:72px}.aurora-theme .vault-route-shell--catalog .aurora-catalog{padding-top:16px}.aurora-catalog-header--framed{padding:22px}.aurora-theme .storefront-legal-page{width:min(100% - 2rem,920px);margin-top:1.25rem;padding:1.1rem}.aurora-theme .storefront-legal-page .storefront-policy-page__header{margin-bottom:1.25rem}.aurora-theme .storefront-legal-page h1{font-size:1.95rem}.aurora-theme .storefront-legal-page .storefront-policy-page__header span,.aurora-theme .storefront-legal-page p,.aurora-theme .storefront-legal-page ul{font-size:.86rem}.aurora-catalog-header h1{font-size:32px}.aurora-catalog-count,.aurora-catalog-search,.aurora-catalog-sort,.aurora-catalog-pill{font-size:12px}.aurora-catalog-pill{height:42px;padding:0 18px}.aurora-catalog-tools{grid-template-columns:1fr;display:grid}.aurora-catalog-count,.aurora-catalog-search,.aurora-catalog-sort{width:100%}.aurora-main{gap:72px}.aurora-header{gap:8px;height:64px;min-height:64px}.aurora-header-left,.aurora-header-actions{gap:6px}.aurora-icon-button,.aurora-currency-button,.aurora-login-button,.aurora-cart-button,.aurora-mobile-toggle{border-radius:10px;width:36px;min-width:36px;height:36px}.aurora-header-actions .aurora-icon-button{display:none}.aurora-hero{padding-top:4rem}.aurora-hero-copy{padding:1.8rem 1rem}.aurora-hero-actions{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;max-width:420px;padding:1.1rem 1.25rem 0;display:grid}.aurora-hero-actions a:first-child{grid-column:1/-1}.aurora-hero-actions:has(a:nth-child(2):last-child) a:nth-child(2){grid-column:1/-1}.aurora-hero-primary,.aurora-hero-secondary{width:100%}.aurora-hero-primary{gap:.5rem;min-height:44px;padding:.75rem 1.25rem}.aurora-hero-secondary{min-height:44px;padding:.625rem 1.25rem}.aurora-hero-primary .aurora-action-icon{width:16px;height:16px}.aurora-hero-secondary .aurora-action-icon--large{width:28px;height:28px}.aurora-hero-stats{flex-direction:column;gap:2rem;padding-top:4rem}.aurora-hero-stats li:after{display:none}.aurora-features-grid{grid-template-columns:1fr}.aurora-feature-reveal-content p{font-size:12px;line-height:16px}.aurora-product-info{flex-direction:column}.aurora-product-price{text-align:left;justify-content:flex-start;max-width:100%}.aurora-price-tax-note{text-align:left}.aurora-review-card{width:280px;padding:20px}.aurora-faq-item{padding:16px}.aurora-faq-item>button{gap:12px}.aurora-faq-item>button svg{width:30px;height:30px}.aurora-faq-answer>div{padding-left:42px}.aurora-pd{padding-top:20px}.aurora-pd-breadcrumb{gap:.4rem;padding:.35rem .85rem;font-size:.72rem}.aurora-pd-breadcrumb>span:last-child{max-width:140px}.aurora-pd-title-block h1{font-size:24px}.aurora-pd-actions{gap:.5rem}.aurora-pd-buy-btn,.aurora-pd-remove-btn,.aurora-pd-gift-btn{height:34px;font-size:12px}.aurora-pd-gift-btn span{display:none}.aurora-pd-feature-card{border-radius:.75rem;padding:.75rem .85rem}.aurora-pd-stats{flex-wrap:wrap;justify-content:space-between;width:100%}}.aurora-subs{width:100%;color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;isolation:isolate;flex-direction:column;gap:clamp(8rem,15vw,12rem);padding:0 0 clamp(6rem,10vw,10rem);display:flex}.aurora-subs-hero{padding:clamp(4rem, 12vw, 11rem) var(--aurora-px) 0;text-align:center;flex-direction:column;align-items:center;gap:1.2rem;display:flex}.aurora-subs-eyebrow{isolation:isolate;width:fit-content;height:2.125rem;color:var(--aurora-teal);font-family:var(--font-poppins), sans-serif;-webkit-user-select:none;user-select:none;background:#41c4c30f;border-radius:999px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:clamp(.65rem,1vw,.75rem);font-weight:500;line-height:1.125rem;display:inline-flex;position:relative;box-shadow:inset 0 0 1rem #41c4c31a}.aurora-subs-eyebrow span{background:linear-gradient(90deg, var(--aurora-teal), var(--aurora-text), var(--aurora-teal));color:#0000;-webkit-text-fill-color:transparent;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite aurora-text-shimmer}.aurora-subs-eyebrow:before{content:"";z-index:-1;border-radius:inherit;background:linear-gradient(90deg, var(--aurora-teal), var(--aurora-text));background-size:200% 200%;padding:1px;animation:3s infinite aurora-gradient-border;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.aurora-subs-heading{flex-direction:column;align-items:center;padding:.5rem 1.8rem;display:flex}.aurora-subs-heading h1{max-width:900px;color:var(--aurora-text);font-family:var(--font-jura), sans-serif;text-wrap:balance;margin:0;font-size:clamp(2.2rem,5vw,4.1875rem);font-weight:700;line-height:clamp(2.8rem,6vw,4.9375rem)}.aurora-subs-heading h1 span,.aurora-subs-bottom-cta h2 span{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.aurora-subs-heading h1 .is-accent,.aurora-subs-bottom-cta h2 span{background:linear-gradient(135deg, var(--aurora-teal) 0%, #2d9b9a 50%, var(--aurora-teal) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.aurora-subs-hero>p{color:#f4f4f48c;max-width:540px;font-family:var(--font-jura), sans-serif;margin:0;padding-inline:1rem;font-size:clamp(.8rem,1.2vw,.9375rem);font-weight:600;line-height:1.5}.aurora-subs-hero-actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;max-width:420px;margin-top:1.2rem;display:flex}.aurora-subs-subscribe-button,.aurora-subs-primary-link{border:1px solid var(--aurora-teal-bright);width:100%;min-width:320px;max-width:380px;height:56px;color:var(--aurora-text);cursor:pointer;font-family:var(--font-poppins), sans-serif;-webkit-user-select:none;user-select:none;background:#339f9f;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:1.25rem 2.5rem;font-weight:500;transition:filter .27s,box-shadow .27s,transform .27s,opacity .27s;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 16px #ffffff4d,0 0 20px #41c4c333}.aurora-subs-subscribe-button:before,.aurora-subs-primary-link:before{content:"";z-index:1;border-radius:inherit;opacity:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);transition:opacity .3s;position:absolute;inset:0}.aurora-subs-subscribe-button:hover:not(:disabled),.aurora-subs-primary-link:hover:not(:disabled){filter:saturate(0);transform:translateY(-1px);box-shadow:inset 0 0 20px #fff6,0 4px 12px #339f9f4d,0 0 30px #41c4c340}.aurora-subs-subscribe-button:hover:not(:disabled):before,.aurora-subs-primary-link:hover:not(:disabled):before{opacity:1}.aurora-subs-subscribe-button.is-in-cart,.aurora-subs-primary-link.is-remove{background:#9f3335;border-color:#ff5558}.aurora-subs-subscribe-button:disabled,.aurora-subs-primary-link:disabled{cursor:not-allowed;opacity:.7}.aurora-subs-button-text{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;line-height:1.2;display:flex}.aurora-subs-main-text{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;letter-spacing:.02em;white-space:nowrap;font-size:clamp(1rem,1.1vw,1.1rem);font-weight:600}.aurora-subs-price-text{color:#f4f4f4e6;font-family:var(--font-poppins), sans-serif;font-size:clamp(.8rem,.9vw,.9rem);font-weight:500}.aurora-subs-loader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:1s linear infinite aurora-spin;display:inline-block}.aurora-subs-hero-note{color:#f4f4f499;max-width:320px;font-family:var(--font-poppins), sans-serif;text-align:center;margin:0;font-size:clamp(.65rem,.8vw,.7rem);line-height:1.4}.aurora-subs-error{width:min(var(--aurora-max), calc(100% - (var(--aurora-px) * 2)));color:#ffb2b4;font-family:var(--font-poppins), sans-serif;text-align:center;background:#ff555814;border:1px solid #ff555840;border-radius:12px;margin:-4rem auto 0;padding:.9rem 1rem;font-size:.82rem;line-height:1.5}.aurora-subs-stats{justify-content:center;align-items:center;gap:6rem;width:fit-content;margin:0 auto;padding:7.8rem 0 0;list-style:none;display:flex}.aurora-subs-stats li{flex-direction:column;align-items:center;gap:.4375rem;display:flex;position:relative}.aurora-subs-stats li:not(:last-child):after{content:"";background-color:#ffffff1a;width:1px;height:17px;position:absolute;top:50%;right:-3rem;transform:translateY(-50%)}.aurora-subs-stats strong{color:var(--aurora-text);font-family:var(--font-jura), sans-serif;text-align:center;font-size:clamp(1.25rem,3vw,1.625rem);font-weight:700;line-height:1.2}.aurora-subs-stats span{color:#f4f4f480;font-family:var(--font-poppins), sans-serif;text-align:center;font-size:clamp(.75rem,2vw,1rem);font-weight:400;line-height:1.2}.aurora-subs-section-header{padding-inline:var(--aurora-px);text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.aurora-subs-section-header p{color:var(--aurora-text);font-family:var(--font-jura), sans-serif;margin:0;font-size:clamp(2rem,5vw,4.1875rem);font-weight:700;line-height:1.1}.aurora-subs-section-copy{max-width:620px;padding-inline:var(--aurora-px);color:#f4f4f485;font-family:var(--font-poppins), sans-serif;text-align:center;margin:0 auto;font-size:14px;font-weight:400;line-height:1.7}.aurora-subs-included,.aurora-subs-benefits-section,.aurora-subs-faq{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.aurora-subs-included-grid{width:100%;max-width:var(--aurora-max);padding:1rem var(--aurora-px) 0;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;display:grid}.aurora-subs-included-card{color:var(--aurora-text);-webkit-backdrop-filter:blur(12px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:background .35s,transform .35s,border-color .35s,box-shadow .35s;display:flex;box-shadow:inset 0 0 2rem #ffffff05}.aurora-subs-included-card:hover{background:#ffffff0a;border-color:#41c4c32e;transform:translateY(-2px);box-shadow:inset 0 0 2rem #ffffff05,0 4px 20px #41c4c30d}.aurora-subs-included-image{background:#ffffff0f;border-radius:.65rem;flex:none;width:56px;height:56px;position:relative;overflow:hidden}.aurora-subs-included-image-fill{background-position:50%;background-size:cover;width:100%;height:100%}.aurora-subs-included-info{flex:1;min-width:0}.aurora-subs-included-info h3{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .15rem;font-size:.85rem;font-weight:500;overflow:hidden}.aurora-subs-included-info span{color:#f4f4f466;font-family:var(--font-jura), sans-serif;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;text-decoration:line-through;display:flex}.aurora-subs-included-card--future .aurora-subs-included-info span{text-decoration:none}.aurora-subs-included-info em{color:#f4f4f44d;font-family:var(--font-poppins), sans-serif;font-size:.65rem;font-style:normal;font-weight:400;text-decoration:none}.aurora-subs-included-check{width:28px;height:28px;color:var(--aurora-teal);filter:drop-shadow(0 0 4px #41c4c333);background:#41c4c31a;border:1px solid #41c4c333;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:background .3s,border-color .3s,box-shadow .3s;display:flex}.aurora-subs-included-card:hover .aurora-subs-included-check{background:#41c4c326;border-color:#41c4c359;box-shadow:0 0 12px #41c4c31a}.aurora-subs-included-future{color:var(--aurora-teal);justify-content:center;align-items:center;display:flex}.aurora-subs-total-value{color:#f4f4f480;font-family:var(--font-jura), sans-serif;background:#41c4c30a;border:1px solid #41c4c326;border-radius:999px;align-items:center;gap:.35rem;margin:.5rem auto 0;padding:.6rem 1.5rem;font-size:clamp(.85rem,1.2vw,1rem);font-weight:600;display:inline-flex}.aurora-subs-total-value span{color:var(--aurora-teal);text-shadow:0 0 12px #41c4c34d;font-weight:700}.aurora-subs-benefits-grid{width:100%;max-width:var(--aurora-max);padding:1rem var(--aurora-px) 0;grid-template-columns:repeat(4,1fr);align-items:start;gap:.75rem;display:grid}.aurora-subs-benefit-card{-webkit-backdrop-filter:blur(12px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:20px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:1rem;width:100%;padding:1.5rem 1.5rem 1.25rem;transition:background .35s,transform .35s,border-color .35s,box-shadow .35s;display:flex;box-shadow:inset 0 0 3.125rem #ffffff08}.aurora-subs-benefit-card:hover{background:#ffffff0a;border-color:#41c4c326;transform:translateY(-4px);box-shadow:inset 0 0 3.125rem #ffffff08,0 8px 32px #41c4c30d}.aurora-subs-benefit-card svg{color:#ffffff80;filter:drop-shadow(0 0 6px #41c4c31a);width:40px;height:40px;transition:color .35s,filter .35s}.aurora-subs-benefit-card:hover svg{color:var(--aurora-teal);filter:drop-shadow(0 0 8px #41c4c34d)}.aurora-subs-benefit-card h3{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;margin:.5rem 0 0;font-size:20px;font-weight:500}.aurora-subs-reveal{grid-template-rows:0fr;width:100%;transition:grid-template-rows .5s;display:grid}.aurora-subs-benefit-card:hover .aurora-subs-reveal{grid-template-rows:1fr}.aurora-subs-reveal>div{overflow:hidden}.aurora-subs-reveal span{color:#f4f4f480;font-family:var(--font-poppins), sans-serif;padding-top:.5rem;font-size:clamp(.75rem,1vw,.8125rem);font-weight:400;line-height:1.6;display:block}.aurora-subs-faq-list{flex-direction:column;gap:.75rem;width:100%;max-width:800px;padding-inline:clamp(1rem,3vw,2rem);display:flex}.aurora-subs-faq-item{-webkit-backdrop-filter:blur(12px);background:#ffffff05;border:1px solid #ffffff0f;border-radius:16px;padding:1.25rem 1.5rem;transition:background .3s,border-color .3s,box-shadow .3s;box-shadow:inset 0 0 2rem #ffffff05}.aurora-subs-faq-item:hover{background:#ffffff09;border-color:#41c4c32e;box-shadow:inset 0 0 2rem #ffffff05,0 0 20px #41c4c30d}.aurora-subs-faq-item h3{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;margin:0 0 .5rem;font-size:clamp(.85rem,1.2vw,.95rem);font-weight:500;transition:color .3s}.aurora-subs-faq-item:hover h3{color:var(--aurora-teal)}.aurora-subs-faq-item p{color:#f4f4f480;font-family:var(--font-poppins), sans-serif;margin:0;font-size:clamp(.75rem,1vw,.85rem);font-weight:400;line-height:1.6}.aurora-subs-bottom-cta{isolation:isolate;flex-direction:column;justify-content:center;align-items:center;padding-block:clamp(3.5rem,8vw,5rem);display:flex;position:relative}.aurora-subs-effect{z-index:-1;filter:blur(150px);pointer-events:none;background:#41c4c31a;border-radius:50%;width:clamp(200px,40vw,422px);height:clamp(200px,40vw,422px);position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%)}.aurora-subs-cta-content{flex-direction:column;align-items:center;gap:clamp(.75rem,2vw,1rem);width:100%;max-width:1025px;padding-inline:clamp(1rem,3vw,2rem);display:flex}.aurora-subs-cta-content h2{background:linear-gradient(91.74deg, var(--aurora-text) 1.48%, var(--aurora-teal) 180.04%);color:#0000;font-family:var(--font-jura), sans-serif;text-align:center;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2rem,5vw,4.1875rem);font-weight:700;line-height:1.1}.aurora-subs-cta-content>p{color:var(--aurora-text);font-family:var(--font-jura), sans-serif;opacity:.6;text-align:center;margin:0;font-size:clamp(.75rem,1.5vw,.9375rem);font-weight:600;line-height:1.4}.aurora-subs-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-top:.5rem;display:flex}.aurora-subs-secondary-link{color:var(--aurora-teal);font-family:var(--font-poppins), sans-serif;background:#41c4c314;border:1px solid #41c4c340;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;padding:.86rem 1.625rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:background .3s,border-color .3s,transform .3s;display:flex;box-shadow:inset 0 0 1rem #41c4c314}.aurora-subs-secondary-link:hover{background:#41c4c324;border-color:#41c4c366;transform:scale(.97)}.aurora-subs-primary-link{width:auto;min-width:auto;max-width:none;height:auto;padding:.86rem 1.625rem;text-decoration:none}.aurora-subs-primary-link span{z-index:2}@media (max-width:1020px){.aurora-subs-benefits-grid{grid-template-columns:repeat(2,1fr)}.aurora-subs-stats{gap:2rem;padding-top:6rem}.aurora-subs-stats li:not(:last-child):after{right:-1rem}}@media (max-width:640px){.aurora-subs-hero-actions{padding-inline:1rem}.aurora-subs-subscribe-button{min-width:260px;max-width:320px;height:50px;padding:1rem 2rem}.aurora-subs-stats{flex-direction:column;gap:2rem;padding-top:4rem}.aurora-subs-stats li:not(:last-child):after{display:none}.aurora-subs-included-grid,.aurora-subs-benefits-grid{grid-template-columns:1fr}.aurora-subs-benefit-card h3{font-size:16px}.aurora-subs-cta-actions{flex-direction:column;width:100%;padding-inline:1rem}.aurora-subs-secondary-link,.aurora-subs-primary-link{width:100%;max-width:320px}}@media (prefers-reduced-motion:reduce){.aurora-theme *,.aurora-theme :before,.aurora-theme :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}[data-storefront-consent-theme=aurora]{--storefront-consent-accent:#41c4c3;--storefront-consent-accent-text:#071111;--storefront-consent-border:#ffffff0d;--storefront-consent-font:var(--font-poppins), Arial, Helvetica, sans-serif;--storefront-consent-icon:#f4f4f48f;--storefront-consent-muted:#f4f4f49e;--storefront-consent-panel:#121212;--storefront-consent-radius:1rem;--storefront-consent-secondary:#ffffff0f;--storefront-consent-secondary-text:#f4f4f4;--storefront-consent-shadow:none;--storefront-consent-text:#f4f4f4}.aurora-theme:has(.storefront-policy-page) .aurora-background-layer{animation:none;display:none}.aurora-theme:has(.storefront-policy-page) .aurora-main{gap:0;padding-bottom:clamp(4rem,8vw,7rem)}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora]{--aurora-policy-inline:max(var(--aurora-px), calc((100% - var(--aurora-max)) / 2));box-sizing:border-box;width:100%;max-width:none;padding:clamp(52px, 7vw, 94px) var(--aurora-policy-inline) clamp(76px, 9vw, 120px);box-shadow:none;color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;letter-spacing:0;background:0 0;border:0;border-radius:0;margin:0;display:block;overflow:visible}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora]:before{display:none}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] *{box-sizing:border-box;min-width:0}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__header{grid-column:auto;gap:16px;width:100%;max-width:none;margin:0 0 clamp(38px,6vw,62px);display:grid}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__kicker{color:#f4f4f47a;flex-wrap:wrap;gap:.4rem .85rem;font-size:12px;font-weight:500;line-height:1.45;display:flex}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__kicker span{max-width:none;color:inherit;font-size:inherit;line-height:inherit;display:inline}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__kicker span:not(:first-child):before{content:"/";color:#f4f4f43d;margin-right:.85rem}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] h1{max-width:none;color:var(--aurora-text);font-family:var(--font-jura), sans-serif;letter-spacing:0;margin:0;font-size:clamp(40px,5vw,70px);font-weight:700;line-height:1.05}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__header>span{color:#f4f4f4a8;max-width:none;font-size:clamp(16px,1.35vw,19px);line-height:1.7;display:block}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora]>section{border-top:1px solid #ffffff14;grid-column:auto;width:100%;max-width:none;margin-left:0;margin-right:auto;padding-top:30px}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] section+section{margin-top:32px}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__summary{background:0 0;border:0;border-radius:0;grid-area:auto;gap:12px;max-width:none;margin-bottom:34px;padding:0;display:grid}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__summary p{color:#f4f4f4c2;border-top:0;max-width:none;padding:0;font-size:16px;line-height:1.72}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__summary p:not(:first-child){border-top:0}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] h2{color:var(--aurora-text);font-family:var(--font-poppins), sans-serif;letter-spacing:0;margin:0 0 14px;font-size:clamp(22px,2vw,28px);font-weight:600;line-height:1.25}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] p,.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] ul{color:#f4f4f4a8;max-width:none;font-size:16px;line-height:1.75}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] p{margin:0}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] p+p{margin-top:18px}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] ul{gap:12px;margin:18px 0 0;padding-left:22px;display:grid}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] li::marker{color:var(--aurora-teal)}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] a{color:var(--aurora-text);text-underline-offset:3px;-webkit-text-decoration:underline #f4f4f43d;text-decoration:underline #f4f4f43d}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] a:hover{color:var(--aurora-teal);text-decoration-color:currentColor}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__links{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__links a{color:#f4f4f4d1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;align-items:center;min-height:38px;padding:0 12px;font-size:13px;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__links a:hover{color:var(--aurora-teal);background:#41c4c314;border-color:#41c4c357}@media (max-width:760px){.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora]{padding-top:44px;padding-bottom:76px}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] h1{font-size:clamp(34px,11vw,46px)}.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] .storefront-policy-page__header>span,.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] p,.aurora-theme .storefront-policy-page[data-storefront-consent-theme=aurora] ul{font-size:15px;line-height:1.72}}
.ProductImage-module__SSCvtq__stickyContainer{height:fit-content;position:sticky;top:100px}.ProductImage-module__SSCvtq__mediaContainer{background-color:var(--mantine-color-dark-7);border:1px solid var(--mantine-color-dark-5);overflow:hidden}.ProductImage-module__SSCvtq__carouselControl{background-color:var(--mantine-color-dark-6);border:1px solid var(--mantine-color-dark-4);color:var(--mantine-color-gray-3);opacity:.9;width:40px;height:40px;transition:all .2s;box-shadow:0 2px 8px #0000004d}.ProductImage-module__SSCvtq__carouselControl:hover{background-color:var(--mantine-color-dark-5);border-color:var(--mantine-color-dark-3);color:var(--mantine-color-white);opacity:1;transform:scale(1.02)}.ProductImage-module__SSCvtq__carouselControl:active{transform:scale(.98)}.ProductImage-module__SSCvtq__videoContainer{background-color:var(--mantine-color-dark-8);width:100%;height:100%;position:relative}.ProductImage-module__SSCvtq__videoIframe{border:none;width:100%;height:100%}.ProductImage-module__SSCvtq__videoThumbnail,.ProductImage-module__SSCvtq__imageContainer{width:100%;height:100%;position:relative}.ProductImage-module__SSCvtq__videoThumbnail{cursor:pointer}.ProductImage-module__SSCvtq__imageWrapper{width:100%;height:100%;position:relative}.ProductImage-module__SSCvtq__image{object-fit:cover;width:100%;height:100%}.ProductImage-module__SSCvtq__playButton{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;background:linear-gradient(135deg,#ffffff2e,#ffffff1a);border:2px solid #ffffff38;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 25px #00000059}.ProductImage-module__SSCvtq__playButton:hover{background:linear-gradient(135deg,#ffffff47,#ffffff26);border-color:#ffffff52;transform:translate(-50%,-50%)scale(1.08)}.ProductImage-module__SSCvtq__playButton:active{transform:translate(-50%,-50%)scale(1.02)}.ProductImage-module__SSCvtq__thumbnailCard{cursor:pointer;border:1px solid var(--mantine-color-dark-5);opacity:.7;transition:all .3s;position:relative;overflow:hidden}.ProductImage-module__SSCvtq__thumbnailCard:hover{border-color:var(--mantine-color-dark-3);opacity:.9}.ProductImage-module__SSCvtq__thumbnailActive{border:2px solid var(--mantine-color-gray-4);opacity:1}.ProductImage-module__SSCvtq__thumbnailWrapper{width:100%;height:100%;position:relative}.ProductImage-module__SSCvtq__thumbnailImage{object-fit:cover}.ProductImage-module__SSCvtq__thumbnailPlayButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff29,#ffffff14);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 3px 8px #0000004d}.ProductImage-module__SSCvtq__thumbnailPlayButton:hover{background:linear-gradient(135deg,#ffffff38,#ffffff1f);transform:translate(-50%,-50%)scale(1.1)}.ProductImage-module__SSCvtq__expandButton{background-color:var(--mantine-color-dark-7);border:1px solid var(--mantine-color-dark-4);color:var(--mantine-color-gray-4);opacity:0;z-index:10;transition:all .2s;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #0000004d}.ProductImage-module__SSCvtq__imageContainer:hover .ProductImage-module__SSCvtq__expandButton{opacity:.9}.ProductImage-module__SSCvtq__expandButton:hover{background-color:var(--mantine-color-dark-6);border-color:var(--mantine-color-dark-3);color:var(--mantine-color-white);opacity:1;transform:scale(1.05)}.ProductImage-module__SSCvtq__fullscreenCarousel .mantine-Carousel-control{background-color:var(--mantine-color-dark-6)!important;border:1px solid var(--mantine-color-dark-4)!important;color:var(--mantine-color-gray-3)!important;border-radius:var(--mantine-radius-md)!important;width:44px!important;height:44px!important;transition:all .2s!important}.ProductImage-module__SSCvtq__fullscreenCarousel .mantine-Carousel-control:hover{background-color:var(--mantine-color-dark-5)!important;border-color:var(--mantine-color-dark-3)!important;color:var(--mantine-color-white)!important}.ProductImage-module__SSCvtq__fullscreenCarousel .mantine-Carousel-indicator{background-color:var(--mantine-color-dark-5)!important;border:1px solid var(--mantine-color-dark-4)!important;border-radius:50%!important;width:8px!important;height:8px!important;transition:all .2s!important}.ProductImage-module__SSCvtq__fullscreenCarousel .mantine-Carousel-indicator[data-active]{background-color:var(--mantine-color-gray-4)!important;border-color:var(--mantine-color-gray-3)!important;transform:scale(1.3)!important}
