.Navbar_nav__fRNl1{position:fixed;top:0;left:0;width:100%;z-index:50;transition:all .3s}.Navbar_navScrolled__OlKFq{background-color:rgba(0,0,0,.9);backdrop-filter:blur(12px);padding:1rem 0}.Navbar_navTransparent__jTPXT{background-color:transparent;padding:1.5rem 0}@media (max-width:767px){.Navbar_navTransparent__jTPXT{background-color:rgba(0,0,0,.9);backdrop-filter:blur(12px);padding:1rem 0}}.Navbar_container__x_wnu{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.Navbar_logo__ycYQk{font-size:1.5rem;font-family:var(--font-display);font-weight:700;letter-spacing:-.05em;color:white;cursor:pointer;user-select:none}.Navbar_navLinks__5FCHq{display:none;align-items:center;gap:2rem}@media (min-width:768px){.Navbar_navLinks__5FCHq{display:flex}}.Navbar_navLink__NoUWm{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#d1d5db;transition:color .3s;position:relative;cursor:pointer}.Navbar_navLink__NoUWm:hover{color:white}.Navbar_navLink__NoUWm:after{content:"";position:absolute;bottom:-.25rem;left:0;width:0;height:.125rem;background-color:#d4af37;transition:width .3s}.Navbar_navLink__NoUWm:hover:after{width:100%}.Navbar_actions__447jm{display:none;align-items:center;gap:1.5rem;color:white}@media (min-width:768px){.Navbar_actions__447jm{display:flex}}.Navbar_icon__gg0th{width:1.25rem;height:1.25rem;cursor:pointer;transition:color .3s}.Navbar_icon__gg0th:hover{color:#d4af37}.Navbar_userContainer__sQNNj{position:relative;cursor:pointer;display:flex;align-items:center}.Navbar_userInfo__diM6S{display:flex;align-items:center;gap:.5rem}.Navbar_username__7h6AT{font-size:.875rem;font-weight:600;color:white;white-space:nowrap}@media (max-width:768px){.Navbar_username__7h6AT{display:inline-block;max-width:9.5rem;overflow:hidden;text-overflow:ellipsis;font-size:.8rem}}.Navbar_countryDropdown__4a3Ju{position:absolute;right:0;margin-top:.5rem;width:16rem;max-height:24rem;background-color:rgba(0,0,0,.95);backdrop-filter:blur(24px);border:1px solid #1f2937;border-radius:.375rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);overflow:hidden;z-index:50;display:flex;flex-direction:column}.Navbar_countrySearchContainer__jZxDJ{position:relative;padding:.75rem;border-bottom:1px solid #1f2937;background-color:rgba(0,0,0,.5)}.Navbar_countrySearchIcon__Ni6lz{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.Navbar_countrySearchInput__OyWSw{width:100%;padding:.5rem .75rem .5rem 2.25rem;background-color:rgba(255,255,255,.05);border:1px solid #374151;border-radius:.25rem;color:white;font-size:.875rem;outline:none;transition:all .3s}.Navbar_countrySearchInput__OyWSw:focus{border-color:#d4af37;background-color:rgba(255,255,255,.1)}.Navbar_countrySearchInput__OyWSw::placeholder{color:#6b7280}.Navbar_countryList__6Jzoj{overflow-y:auto;max-height:calc(24rem - 4rem);flex:1}.Navbar_countryList__6Jzoj::-webkit-scrollbar{width:6px}.Navbar_countryList__6Jzoj::-webkit-scrollbar-track{background:rgba(0,0,0,.3)}.Navbar_countryList__6Jzoj::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}.Navbar_countryList__6Jzoj::-webkit-scrollbar-thumb:hover{background:#4b5563}.Navbar_countryNoResults__DaVeu{padding:1.5rem;text-align:center;color:#9ca3af;font-size:.875rem}.Navbar_countryItem__kEVMr{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background-color .3s;cursor:pointer}.Navbar_countryItemActive__Gazfy,.Navbar_countryItem__kEVMr:hover{background-color:#1f2937}.Navbar_mobileActions__bWnOj{display:flex;align-items:center;gap:1rem}@media (min-width:768px){.Navbar_mobileActions__bWnOj{display:none}}.Navbar_mobileMenu__EUAj5{position:absolute;top:100%;left:0;width:100%;background-color:rgba(0,0,0,.95);backdrop-filter:blur(24px);border-top:1px solid #1f2937;transition:all .3s;overflow:hidden}.Navbar_mobileMenuOpen__o4uWh{max-height:24rem}.Navbar_mobileMenuClosed__HFiqI{max-height:0}.Navbar_mobileMenuContent__cDzwi{display:flex;flex-direction:column;padding:1.5rem;gap:1rem}.Navbar_mobileNavLink__B2Yve{font-size:1.125rem;font-weight:700;text-transform:uppercase;color:white;transition:color .3s;cursor:pointer}.Navbar_mobileNavLink__B2Yve:hover{color:#d4af37}.Navbar_chevron__Z2j_g{width:1rem;height:1rem;transition:transform .3s}.Navbar_chevronRotated__vdUQM{transform:rotate(180deg)}@keyframes Navbar_gold-glow__8HmgN{0%,to{box-shadow:0 0 5px rgba(212,175,55,.5)}50%{box-shadow:0 0 20px rgba(212,175,55,.8)}}.LoginModal_modal__B63FM{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden;overscroll-behavior:none}.LoginModal_backdrop__Q8Lfn{position:absolute;inset:0;background-color:rgba(0,0,0,.9);backdrop-filter:blur(8px);animation:LoginModal_fade-in__jZoop .3s ease-out}.LoginModal_content__YmaE8{position:relative;background-color:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1rem;width:100%;max-width:28rem;max-height:min(90dvh,calc(100vh - 2rem));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:2rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:LoginModal_scale-up__RUiCn .3s ease-out;margin:auto}.LoginModal_closeButton__HOTQW{position:absolute;top:1rem;right:1rem;color:#9ca3af;transition:color .3s;padding:.5rem;border-radius:.25rem}.LoginModal_closeButton__HOTQW:hover{color:white;background-color:rgba(255,255,255,.1)}.LoginModal_header__VGZRZ{text-align:center;margin-bottom:2rem}.LoginModal_title__T9L9a{font-size:1.875rem;font-family:var(--font-display);font-weight:700;color:white;margin-bottom:.5rem}.LoginModal_subtitle__j_cil{color:#9ca3af;font-size:.875rem}.LoginModal_form__rsIuU{display:flex;flex-direction:column;gap:1.25rem}.LoginModal_inputGroup__rbOFj{display:flex;flex-direction:column;gap:.5rem}.LoginModal_label__bPhlc{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#d1d5db;text-transform:uppercase;letter-spacing:.05em}.LoginModal_input__6OhFm{width:100%;background-color:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.875rem 1rem;color:white;font-size:.875rem;transition:all .3s}.LoginModal_input__6OhFm:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px rgba(212,175,55,.1)}.LoginModal_input__6OhFm::placeholder{color:#6b7280}.LoginModal_inputError__gQsJ0{border-color:#ef4444!important}.LoginModal_inputError__gQsJ0:focus{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.LoginModal_errorText__WX7DA{color:#fca5a5;font-size:.75rem;margin-top:.25rem;display:block}.LoginModal_checkingText__HyXF4{color:#9ca3af;font-size:.75rem;margin-top:.25rem;display:block}.LoginModal_passwordContainer__B4VE8{position:relative;display:flex;align-items:center}.LoginModal_passwordToggle__eo06m{position:absolute;right:1rem;color:#9ca3af;transition:color .3s;background:none;border:none;cursor:pointer;padding:.25rem}.LoginModal_passwordToggle__eo06m:hover{color:white}.LoginModal_codeContainer__jrXc_{display:flex;gap:.75rem;align-items:stretch}.LoginModal_codeInput__dYT1d{flex:1;background-color:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.875rem 1rem;color:white;font-size:.875rem;transition:all .3s}.LoginModal_codeInput__dYT1d:focus{outline:none;border-color:#d4af37;box-shadow:0 0 0 3px rgba(212,175,55,.1)}.LoginModal_codeInput__dYT1d::placeholder{color:#6b7280}.LoginModal_sendCodeButton__BlimD{white-space:nowrap;background-color:#d4af37;color:black;font-weight:600;font-size:.875rem;padding:.875rem 1.5rem;border-radius:.5rem;transition:all .3s;border:none;cursor:pointer}@media (max-width:640px){.LoginModal_content__YmaE8{padding:1.5rem}.LoginModal_codeContainer__jrXc_{flex-direction:column;gap:.5rem}.LoginModal_codeInput__dYT1d{padding:.75rem .9rem;font-size:.875rem}.LoginModal_sendCodeButton__BlimD{width:100%;padding:.75rem 1rem;font-size:.85rem}}.LoginModal_sendCodeButton__BlimD:hover:not(.LoginModal_sendCodeButtonDisabled__ppMGT){background-color:#f4d03f}.LoginModal_sendCodeButtonDisabled__ppMGT{background-color:rgba(212,175,55,.5);color:rgba(0,0,0,.5);cursor:not-allowed}.LoginModal_forgotPassword__yDNa7{display:flex;justify-content:flex-end;margin-top:-.5rem}.LoginModal_forgotLink__T_Vnh{font-size:.875rem;color:#d4af37;transition:color .3s;background:none;border:none;cursor:pointer}.LoginModal_forgotLink__T_Vnh:hover{color:#f4d03f;text-decoration:underline}.LoginModal_submitButton__rqG_m{width:100%;background-color:#d4af37;color:black;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.875rem 1rem;border-radius:.5rem;transition:all .3s;margin-top:.5rem;animation:LoginModal_gold-glow__2vEle 2s ease-in-out infinite}.LoginModal_submitButton__rqG_m:hover:not(:disabled){background-color:#f4d03f;transform:translateY(-1px)}.LoginModal_submitButton__rqG_m:disabled{opacity:.6;cursor:not-allowed;animation:none}.LoginModal_errorMessage__v4PRO{background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:.5rem;text-align:center}.LoginModal_successMessageBlue__dWJb0,.LoginModal_successMessage__oSEID{background-color:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.3);color:#86efac;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:.5rem;text-align:center}.LoginModal_backToLogin__Zkvv5{margin-top:1rem;text-align:center}.LoginModal_backLink__skjL_{color:#d4af37;font-weight:600;transition:color .3s;background:none;border:none;cursor:pointer;font-size:.875rem}.LoginModal_backLink__skjL_:hover{color:#f4d03f;text-decoration:underline}.LoginModal_divider__zKPWw{display:flex;align-items:center;margin:1.5rem 0;text-align:center}.LoginModal_divider__zKPWw:after,.LoginModal_divider__zKPWw:before{content:"";flex:1;height:1px;background-color:rgba(255,255,255,.1)}.LoginModal_divider__zKPWw span{padding:0 1rem;color:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.LoginModal_socialButtons__fkZ1W{display:flex;flex-direction:column;gap:.75rem}.LoginModal_socialButton___NJiT{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;background-color:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.875rem 1rem;color:white;font-size:.875rem;font-weight:600;transition:all .3s}.LoginModal_socialButton___NJiT:hover{background-color:rgba(0,0,0,.7);border-color:rgba(255,255,255,.2)}.LoginModal_socialIcon__vgxD4{width:1.25rem;height:1.25rem}.LoginModal_switchMode__eTASG{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#9ca3af}.LoginModal_switchText__ocEoN{color:#9ca3af}.LoginModal_switchLink__iiwYm{color:#d4af37;font-weight:600;transition:color .3s;background:none;border:none;cursor:pointer}.LoginModal_switchLink__iiwYm:hover{color:#f4d03f;text-decoration:underline}@keyframes LoginModal_fade-in__jZoop{0%{opacity:0}to{opacity:1}}@keyframes LoginModal_scale-up__RUiCn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes LoginModal_gold-glow__2vEle{0%,to{box-shadow:0 0 5px rgba(212,175,55,.5)}50%{box-shadow:0 0 20px rgba(212,175,55,.8)}}.Hero_hero__JT9C7{position:relative;height:50vh;width:100%;overflow:hidden;background-color:black}@media (min-width:768px){.Hero_hero__JT9C7{height:100vh}}.Hero_slide__vLNiB{position:absolute;inset:0;transition:opacity 1s ease-in-out}.Hero_slideActive__yZR2i{opacity:1;z-index:10}.Hero_slideInactive__b9446{opacity:0;z-index:0}.Hero_gradientOverlay__EFekz{position:absolute;inset:0;opacity:.4;mix-blend-mode:overlay}.Hero_image__TPrHI{object-fit:contain;opacity:.6}@media (min-width:768px){.Hero_image__TPrHI{object-fit:cover}}.Hero_imageOverlay__B1rG9{position:absolute;inset:0;background:linear-gradient(0deg,black,transparent,rgba(0,0,0,.3))}.Hero_content___NoHb{position:relative;z-index:20;max-width:1280px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:5rem 1.5rem 0}.Hero_label__3_5Ez{letter-spacing:.1em;font-size:1.125rem;animation:Hero_fade-in-up__yGY0_ .8s ease-out}.Hero_label__3_5Ez,.Hero_title__gc0cB{font-weight:700;margin-bottom:1rem;text-transform:uppercase}.Hero_title__gc0cB{font-size:3rem;font-family:var(--font-display);color:white;line-height:1;max-width:56rem;animation:Hero_slide-in__WKIhV 1s ease-out}@media (min-width:768px){.Hero_title__gc0cB{font-size:6rem}}.Hero_subtitle__tiCmL{font-size:1.25rem;color:#e5e7eb;font-weight:300;margin-bottom:2rem;letter-spacing:.025em;text-transform:uppercase}@media (min-width:768px){.Hero_subtitle__tiCmL{font-size:1.875rem}}.Hero_button__23mEv{background-color:#d4af37;color:black;padding:1rem 2rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;transition:all .3s;display:inline-block;animation:Hero_gold-glow__ESZER 2s ease-in-out infinite}.Hero_button__23mEv:hover{background-color:#f4d03f;transform:scale(1.05)}.Hero_carouselControls__6Wgcv{position:absolute;left:50%;bottom:clamp(1rem,5vw,3rem);z-index:30;transform:translateX(-50%);display:flex;align-items:center;gap:.85rem}.Hero_indicators__uxtXi{display:flex;align-items:center;gap:.5rem}.Hero_indicator__XKyev{height:.25rem;border:0;border-radius:999px;cursor:pointer;padding:0;transition:all .3s}.Hero_indicatorActive__NnYXO{background-color:#d4af37;width:4rem;animation:Hero_gold-glow__ESZER 2s ease-in-out infinite}.Hero_indicatorInactive__thEqx{background-color:#4b5563;width:2rem}.Hero_indicatorInactive__thEqx:hover{background-color:#d4af37}@media (max-width:767px){.Hero_carouselControls__6Wgcv{gap:.55rem}.Hero_indicatorActive__NnYXO{width:2.5rem}.Hero_indicatorInactive__thEqx{width:1.25rem}}@keyframes Hero_fade-in-up__yGY0_{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero_slide-in__WKIhV{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes Hero_gold-glow__ESZER{0%,to{box-shadow:0 0 5px rgba(212,175,55,.5)}50%{box-shadow:0 0 20px rgba(212,175,55,.8)}}.Spin_root__qPFPr{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.Spin_ring__KssBC{border-radius:50%;border-style:solid;border-color:rgba(212,175,55,.2);border-top-color:var(--gold-primary,#d4af37);animation:Spin_spin-rotate__zcBB7 .85s linear infinite}.Spin_sm__JIIoI .Spin_ring__KssBC{width:28px;height:28px;border-width:3px}.Spin_md__0k4Hp .Spin_ring__KssBC{width:40px;height:40px;border-width:3px}.Spin_lg__U4gnL .Spin_ring__KssBC{width:52px;height:52px;border-width:4px}.Spin_tip__GfgRn{font-size:.8125rem;color:#9ca3af;text-align:center;max-width:12rem;line-height:1.4}@keyframes Spin_spin-rotate__zcBB7{to{transform:rotate(1turn)}}.NavigationRouteSpin_overlay__UE4IC{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgba(10,10,10,.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:NavigationRouteSpin_nav-spin-fade-in__Giabi .2s ease-out;pointer-events:auto}@keyframes NavigationRouteSpin_nav-spin-fade-in__Giabi{0%{opacity:0}to{opacity:1}}.Footer_footer__0IXn3{background-color:#18181b;color:white;border-top:1px solid rgba(255,255,255,.05);padding-top:4rem;padding-bottom:2rem}.Footer_container__6pNfo{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Footer_content__WG3KU{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}@media (min-width:768px){.Footer_content__WG3KU{flex-direction:row;justify-content:space-between}}.Footer_brand__CkhSj{max-width:28rem}.Footer_logo__I6svY{font-size:1.875rem;font-family:var(--font-display);font-weight:700;color:white;margin-bottom:1.5rem}.Footer_description__AWnnb{color:#9ca3af;font-size:.875rem;line-height:1.75;margin-bottom:1.5rem}.Footer_socialLinks__Fh6yT{display:flex;align-items:center;gap:1.1rem}.Footer_socialLinks__Fh6yT a{width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border:1px solid rgba(212,175,55,.24);border-radius:999px;background:rgba(0,0,0,.24);color:inherit;text-decoration:none;display:flex;transition:border-color .3s,background-color .3s,transform .2s}.Footer_socialLinks__Fh6yT a:hover{border-color:rgba(212,175,55,.75);background:rgba(212,175,55,.12);transform:translateY(-1px)}.Footer_socialIcon__n4asw{width:1.65rem;height:1.65rem;color:#9ca3af;cursor:pointer;transition:color .3s}.Footer_socialIcon__n4asw:hover{color:white}.Footer_contactEmail__XW0VV{display:flex;align-items:center;gap:.5rem;margin-top:1rem;color:#9ca3af;font-size:.875rem}.Footer_contactEmail__XW0VV a{color:#9ca3af;text-decoration:none;transition:color .3s}.Footer_contactEmail__XW0VV a:hover{color:#d4af37}.Footer_newsletter__wZsad{max-width:28rem}.Footer_newsletterTitle__tRyea{font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.875rem}.Footer_newsletterText__XGHhP{color:#9ca3af;font-size:.875rem;margin-bottom:1rem}.Footer_newsletterForm__r3krv{display:flex}.Footer_newsletterInput__0vXPq{background-color:#27272a;border:1px solid #374151;color:white;padding:.5rem 1rem;width:100%;font-size:.875rem}.Footer_newsletterInput__0vXPq:focus{outline:none;border-color:#d4af37}.Footer_newsletterButton__o2Kzn{background-color:#d4af37;padding:.5rem 1rem;color:black;transition:background-color .3s;font-weight:600;cursor:pointer}.Footer_newsletterButton__o2Kzn:hover{background-color:#f4d03f}.Footer_warning__TKw1G{margin-top:2rem}.Footer_bottom__8fL6_,.Footer_warningText__YYGge{font-size:.75rem;color:#6b7280}.Footer_bottom__8fL6_{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media (min-width:768px){.Footer_bottom__8fL6_{flex-direction:row}}.Footer_bottomLinks__qoCcQ{display:flex;gap:1.5rem;margin-top:1rem}@media (min-width:768px){.Footer_bottomLinks__qoCcQ{margin-top:0}}.Footer_bottomLink__u1hsA{transition:color .3s;cursor:pointer}.Footer_bottomLink__u1hsA:hover{color:white}.page_page__6Xwsk{background-color:black;min-height:100vh;color:white;font-family:var(--font-sans);padding-top:5rem}.page_page__6Xwsk ::selection{background-color:#d4af37;color:black}.page_main__DjR8A{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem}.page_header__YvVnL{text-align:center;margin-bottom:2.5rem}.page_subtitle__Ny2yf{font-size:.875rem;letter-spacing:.25em;text-transform:uppercase;color:#9ca3af;margin-bottom:.75rem}.page_title__1eYVa{font-size:2rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.page_title__1eYVa span{color:#d4af37}.page_grid__G202P{display:grid;grid-template-columns:1fr;gap:1.75rem}@media (min-width:768px){.page_grid__G202P{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.page_grid__G202P{grid-template-columns:repeat(3,minmax(0,1fr))}}.page_card__IU_J_{background-color:#111827;border:1px solid rgba(212,175,55,.4);border-radius:.25rem;padding:1.5rem 1.75rem 1.75rem;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 8px 20px rgba(0,0,0,.6);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.page_card__IU_J_:hover{transform:translateY(-4px);border-color:#d4af37;box-shadow:0 16px 40px rgba(0,0,0,.8)}.page_category__fW4xj{align-self:flex-start;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;padding:.15rem .75rem;border-radius:9999px;background-color:#059669;color:#ecfdf5}.page_titleLink__aSoSv{font-size:1.15rem;font-weight:700;line-height:1.4;cursor:pointer}.page_titleLink__aSoSv:hover{color:#d4af37}.page_meta__NdmJ5{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.75rem;color:#9ca3af}.page_metaItem__mZCcY{display:inline-flex;align-items:center;gap:.25rem}.page_metaDot__rRptJ{width:4px;height:4px;border-radius:9999px;background-color:#6b7280}.page_excerpt__uwmyY{font-size:.875rem;line-height:1.6;color:#d1d5db}.page_readMore__brOjE{margin-top:.75rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:#059669;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer}.page_readMore__brOjE:hover{color:#10b981}.page_readMoreArrow___E3GD{font-size:.9rem}.page_page__NuxqY{background-color:black;min-height:100vh;color:white;font-family:var(--font-sans);padding-top:5rem}.page_page__NuxqY ::selection{background-color:#d4af37;color:black}.page_main__M0xxf{max-width:900px;margin:0 auto;padding:3rem 1.5rem 4rem;min-height:calc(100vh - 500px)}.page_header__qp_zl{text-align:center;margin-bottom:3rem}.page_subtitle__8CFic{font-size:.875rem;letter-spacing:.25em;text-transform:uppercase;color:#9ca3af;margin-bottom:.75rem}.page_title__yVhH_{font-size:2.5rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.page_title__yVhH_ span{color:#d4af37}.page_loadingWrapper__Tonao{display:flex;justify-content:center;align-items:center;min-height:200px}.page_loadingSpinner__JgBvh{width:40px;height:40px;border:3px solid rgba(212,175,55,.2);border-top-color:#d4af37;border-radius:50%;animation:page_spin__dQkVh .8s linear infinite}@keyframes page_spin__dQkVh{to{transform:rotate(1turn)}}.page_emptyState__7UQ5M{text-align:center;padding:3rem 1rem;color:#6b7280;font-size:.95rem}.page_richContent__i8onw{font-size:.95rem;line-height:1.85;color:#d1d5db}.page_richContent__i8onw h1{font-size:1.5rem;margin-bottom:1rem}.page_richContent__i8onw h1,.page_richContent__i8onw h2{font-weight:700;color:#d4af37;margin-top:2rem;padding-bottom:.5rem;border-bottom:1px solid rgba(212,175,55,.3);letter-spacing:.04em;text-transform:uppercase}.page_richContent__i8onw h2{font-size:1.25rem;margin-bottom:.75rem}.page_richContent__i8onw h3{font-size:1.1rem;font-weight:700;color:white;margin-top:1.5rem;margin-bottom:.5rem}.page_richContent__i8onw h4,.page_richContent__i8onw h5,.page_richContent__i8onw h6{font-size:1rem;font-weight:600;color:white;margin-top:1.25rem;margin-bottom:.5rem}.page_richContent__i8onw p{margin-bottom:1rem;color:#d1d5db}.page_richContent__i8onw a{color:#d4af37;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.page_richContent__i8onw a:hover{color:#e5c55a}.page_richContent__i8onw img{max-width:100%;height:auto;border-radius:.5rem;margin:1rem 0}.page_richContent__i8onw ol,.page_richContent__i8onw ul{padding-left:1.5rem;margin-bottom:1rem}.page_richContent__i8onw li{margin-bottom:.5rem;color:#d1d5db}.page_richContent__i8onw blockquote{border-left:3px solid #d4af37;padding-left:1rem;margin:1.5rem 0;color:#9ca3af;font-style:italic}.page_richContent__i8onw table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.9rem}.page_richContent__i8onw table th{background:#111827;padding:.75rem 1rem;text-align:left;font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:#d4af37;border-bottom:1px solid rgba(212,175,55,.3)}.page_richContent__i8onw table td{padding:.65rem 1rem;color:#d1d5db;border-bottom:1px solid #1f2937}.page_richContent__i8onw table tbody tr:hover{background-color:rgba(212,175,55,.04)}.page_richContent__i8onw strong{color:white;font-weight:600}.page_richContent__i8onw em{color:#d1d5db}.page_richContent__i8onw hr{border:none;border-top:1px solid rgba(212,175,55,.2);margin:2rem 0}.page_richContent__i8onw .ql-size-small{font-size:.75em}.page_richContent__i8onw .ql-size-large{font-size:1.5em}.page_richContent__i8onw .ql-size-huge{font-size:2.5em}.page_richContent__i8onw .ql-align-center{text-align:center}.page_richContent__i8onw .ql-align-right{text-align:right}.page_richContent__i8onw .ql-align-justify{text-align:justify}.page_richContent__i8onw .ql-indent-1{padding-left:3em}.page_richContent__i8onw .ql-indent-2{padding-left:6em}.page_richContent__i8onw .ql-indent-3{padding-left:9em}.page_richContent__i8onw .ql-indent-4{padding-left:12em}.page_richContent__i8onw .ql-indent-5{padding-left:15em}.page_richContent__i8onw .ql-indent-6{padding-left:18em}.page_richContent__i8onw .ql-indent-7{padding-left:21em}.page_richContent__i8onw .ql-indent-8{padding-left:24em}.page_richContent__i8onw .ql-font-serif{font-family:Georgia,Times New Roman,serif}.page_richContent__i8onw .ql-font-monospace{font-family:Monaco,Courier New,monospace}.page_richContent__i8onw .ql-code-block-container{background:#1a1a2e;border:1px solid #2d2d44;border-radius:.5rem;padding:1rem;margin:1rem 0;font-family:Monaco,Courier New,monospace;font-size:.9em;overflow-x:auto}.page_richContent__i8onw .ql-video{width:100%;max-width:100%;aspect-ratio:16/9;border-radius:.5rem;margin:1rem 0}.page_richContent__i8onw div[style],.page_richContent__i8onw p[style],.page_richContent__i8onw span[style]{all:revert;color:inherit}.page_container__bDt1I{min-height:100vh;background:#0a0a0a;color:white}.page_loading__jwY2W{display:flex;align-items:center;justify-content:center;min-height:100vh}.page_spinner__WTWYF{width:50px;height:50px;border:4px solid rgba(212,175,55,.2);border-top-color:#d4af37;border-radius:50%;animation:page_spin__ZSAo2 1s linear infinite}@keyframes page_spin__ZSAo2{to{transform:rotate(1turn)}}.page_content__kmpJB{max-width:1400px;margin:0 auto;padding:6rem 2rem 2rem}.page_backButton__gNX4c{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:rgba(212,175,55,.1);color:#d4af37;font-weight:600;border:1px solid rgba(212,175,55,.3);border-radius:.5rem;cursor:pointer;transition:all .3s;margin-bottom:2rem}.page_backButton__gNX4c:hover{background:rgba(212,175,55,.2);border-color:#d4af37;color:#f4d03f;transform:translateY(-1px)}.page_orderDetailCard__HhrGu{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem}.page_orderHeader__YZ7Gi{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.page_orderTitle__Ms8RV{font-size:2rem;font-weight:700;color:white;margin-bottom:.5rem}.page_orderNumber__ovqqt{font-size:1rem;color:#9ca3af}.page_orderStatus__j8Abe span{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600}.page_statusPending__X_Gr1{background:rgba(251,191,36,.2);color:#fbbf24}.page_statusPaid__FT_ol{background:rgba(34,197,94,.2);color:#22c55e}.page_statusCancelled__hJydA{background:rgba(107,114,128,.2);color:#9ca3af}.page_statusCompleted__kiTvi{background:rgba(34,197,94,.2);color:#22c55e}.page_statusFailed___qhRx{background:rgba(239,68,68,.2);color:#ef4444}.page_statusShipped__13PmN{background:rgba(6,182,212,.2);color:#06b6d4}.page_orderInfo__Ft3S2{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.page_infoItem__blmaW{display:flex;align-items:flex-start;gap:1rem}.page_infoItem__blmaW svg{color:#d4af37;flex-shrink:0;margin-top:.25rem}.page_infoContent__ffu9E{flex:1}.page_infoContent__ffu9E label{display:block;font-size:.875rem;color:#9ca3af;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.page_infoContent__ffu9E p{font-size:1rem;color:white}.page_totalAmount__jOKRH{font-size:1.5rem;font-weight:700;color:#d4af37}.page_productsSection__Hm2G8{margin-top:2rem}.page_sectionTitle__ls51i{font-size:1.5rem;font-weight:700;color:white;margin-bottom:1.5rem}.page_productsList__mYvbg{display:flex;flex-direction:column;gap:1.5rem}.page_productCard__Xe2lL{background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem}.page_productHeader__O_n7W{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.page_productHeader__O_n7W svg{color:#d4af37}.page_productName__n7XiQ{font-size:1.25rem;font-weight:600;color:white}.page_skuList__cv_R0{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.page_skuItem__Zv_5a{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:rgba(0,0,0,.3);border-radius:.5rem}.page_skuInfo__nl4R_{display:flex;flex-direction:column;gap:.5rem}.page_skuName__ugvyK{font-size:1rem;font-weight:600;color:white}.page_skuQuantity__xsxhC{font-size:.875rem;color:#9ca3af}.page_errorState__CRRcm{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#9ca3af;text-align:center}.page_errorState__CRRcm svg{margin-bottom:1rem;opacity:.5}@media (max-width:768px){.page_content__kmpJB{padding:5.5rem 1rem 1rem}.page_backButton__gNX4c{margin-bottom:1.5rem}.page_orderDetailCard__HhrGu{padding:1.5rem}.page_orderHeader__YZ7Gi{flex-direction:column;gap:1rem;align-items:flex-start}.page_orderTitle__Ms8RV{font-size:1.5rem}.page_orderNumber__ovqqt{word-break:break-all;font-size:.875rem}.page_orderStatus__j8Abe{align-self:flex-start}.page_orderStatus__j8Abe span{white-space:normal;word-break:break-word}.page_infoContent__ffu9E p,.page_productName__n7XiQ{word-break:break-word}.page_skuItem__Zv_5a{flex-direction:column;align-items:flex-start;gap:.5rem}}.page_container__n877s{min-height:100vh;background:#0a0a0a;color:white;max-width:100%;overflow-x:hidden;box-sizing:border-box}.page_loading__fw5k2{display:flex;align-items:center;justify-content:center;min-height:100vh}.page_spinner__USoLm{width:50px;height:50px;border:4px solid rgba(212,175,55,.2);border-top-color:#d4af37;border-radius:50%;animation:page_spin__T9eN9 1s linear infinite}@keyframes page_spin__T9eN9{to{transform:rotate(1turn)}}.page_content__KCq7j{max-width:1400px;display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:6rem 2rem 2rem;margin:0 auto;min-width:0;width:100%;box-sizing:border-box}@media (max-width:768px){.page_content__KCq7j{grid-template-columns:1fr;padding:6rem max(1rem,env(safe-area-inset-right,0px)) max(1rem,env(safe-area-inset-bottom,0px)) max(1rem,env(safe-area-inset-left,0px))}}.page_sidebar__RgQui{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.page_profileCard__vyQv6{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;text-align:center}.page_avatar__MIa8k{width:100px;height:100px;border-radius:50%;background:rgba(212,175,55,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:2px solid #d4af37}.page_avatar__MIa8k img{width:100%;height:100%;border-radius:50%;object-fit:cover}.page_username__lePzw{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:white}.page_email__igijm,.page_username__lePzw{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.page_email__igijm{color:#9ca3af;font-size:.875rem}.page_nav__UoDPu{display:flex;flex-direction:column;gap:.5rem;background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:.5rem}.page_navItem__ZArAC{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:transparent;border:none;color:#9ca3af;font-size:.875rem;border-radius:.5rem;cursor:pointer;transition:all .3s;text-align:left}.page_navItem__ZArAC:hover{background:rgba(212,175,55,.1);color:white}.page_navItemActive__QyhOV{background:rgba(212,175,55,.2);color:#d4af37}.page_main__JPdsv{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem;min-width:0;max-width:100%;box-sizing:border-box}.page_title__TQHi_{font-size:2rem;font-weight:700;margin-bottom:2rem;color:white}.page_ordersSection__jTNzW{width:100%}.page_ordersList__f1nm2{display:flex;flex-direction:column;gap:1.5rem}.page_orderCard__vIJGj{background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:1.5rem;transition:all .3s;min-width:0;max-width:100%;box-sizing:border-box}.page_orderCard__vIJGj:hover{border-color:rgba(212,175,55,.3)}.page_orderHeader__oYVsy{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1);gap:1rem;min-width:0}.page_orderHeader__oYVsy>div:first-child{min-width:0;flex:1}.page_orderStatus__HzWIj{flex-shrink:0}.page_orderNumber__WfUWN{font-weight:600;color:white;margin-bottom:.5rem}.page_orderDate__C1pru{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.875rem}.page_orderStatus__HzWIj span{padding:.375rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:600}.page_statusPending__9jFlJ{background:rgba(251,191,36,.2);color:#fbbf24}.page_statusPaid__3N_mA{background:rgba(34,197,94,.2);color:#22c55e}.page_statusCancelled__P_xZ9{background:rgba(107,114,128,.2);color:#9ca3af}.page_statusCompleted__DZQrN{background:rgba(34,197,94,.2);color:#22c55e}.page_statusFailed__z2YsC{background:rgba(239,68,68,.2);color:#ef4444}.page_statusShipped__bbNNB{background:rgba(6,182,212,.2);color:#06b6d4}.page_orderItems___EVW8{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.page_orderItem__hiOlv{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;background:rgba(0,0,0,.3);border-radius:.5rem;gap:.75rem;min-width:0;box-sizing:border-box}.page_itemInfo__qcolq{min-width:0;flex:1}.page_itemInfo__qcolq h3{font-size:1rem;font-weight:600;color:white;margin-bottom:.25rem;overflow-wrap:anywhere;word-break:break-word}.page_itemInfo__qcolq p{color:#9ca3af;font-size:.875rem;overflow-wrap:anywhere;word-break:break-word}.page_itemTotal__NQbk_{font-size:1.125rem;font-weight:600;color:#d4af37;flex-shrink:0;text-align:right;white-space:nowrap}.page_orderFooter__1bgCf{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);min-width:0}.page_orderTotal__vRGXu{font-size:1.25rem;font-weight:700;color:white}.page_orderTotal__vRGXu span{color:#d4af37;margin-left:.5rem}.page_orderAmountBreakdown__tOmqp{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1 1 200px}.page_orderFreight__9frcO,.page_orderSubtotal__hf9Gl{font-size:.875rem;color:#9ca3af}.page_orderFreight__9frcO span,.page_orderSubtotal__hf9Gl span{margin-left:.5rem}.page_orderActions__zODYc{display:flex;gap:.75rem;align-items:center;min-width:0;flex:1 1 180px;justify-content:flex-end;flex-wrap:wrap}.page_detailButton__vEk_l{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:rgba(212,175,55,.1);color:#d4af37;font-weight:600;font-size:.875rem;border:1px solid rgba(212,175,55,.3);border-radius:.5rem;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.05em}.page_detailButton__vEk_l:hover{background:rgba(212,175,55,.2);border-color:#d4af37;color:#f4d03f;transform:translateY(-1px)}.page_emptyState__v7D16{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#9ca3af;text-align:center}.page_emptyState__v7D16 svg{margin-bottom:1rem;opacity:.5}.page_infoSection__9RaIu{width:100%}.page_infoCard___uB9q{display:flex;flex-direction:column;gap:1.5rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:2rem}.page_infoItem__t_YRe{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.page_infoItem__t_YRe:last-child{border-bottom:none;padding-bottom:0}.page_infoItem__t_YRe svg{color:#d4af37;flex-shrink:0;margin-top:.25rem}.page_infoContent__iKpnS{flex:1}.page_infoContent__iKpnS label{display:block;font-size:.875rem;color:#9ca3af;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.page_infoContent__iKpnS p{font-size:1rem;color:white}.page_editButton__EOXh1{margin-top:2rem;padding:.875rem 2rem;background:#d4af37;color:black;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.05em}.page_editButton__EOXh1:hover{background:#f4d03f;transform:translateY(-1px)}.page_editButton__EOXh1:disabled{opacity:.6;cursor:not-allowed}.page_editInput__Anspp{width:100%;padding:.5rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:white;font-size:1rem;font-family:inherit;transition:all .3s}.page_editInput__Anspp:focus{outline:none;border-color:#d4af37;background:rgba(0,0,0,.5)}.page_editInput__Anspp::placeholder{color:#9ca3af}.page_editActions__1ZyYM{margin-top:2rem;display:flex;gap:1rem;justify-content:flex-end}.page_saveButton__REKG6{padding:.875rem 2rem;background:#d4af37;color:black;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.05em}.page_saveButton__REKG6:hover:not(:disabled){background:#f4d03f;transform:translateY(-1px)}.page_saveButton__REKG6:disabled{opacity:.6;cursor:not-allowed}.page_cancelButton__jFbMB{padding:.875rem 2rem;background:transparent;color:#9ca3af;font-weight:600;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.05em}.page_cancelButton__jFbMB:hover:not(:disabled){background:rgba(255,255,255,.1);color:white;border-color:rgba(255,255,255,.3)}.page_cancelButton__jFbMB:disabled{opacity:.6;cursor:not-allowed}.page_actionButtons__MxfBn{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.page_changePasswordButton__vAXLV{margin-top:2rem;padding:.875rem 2rem;background:rgba(212,175,55,.1);color:#d4af37;font-weight:600;border:1px solid rgba(212,175,55,.3);border-radius:.5rem;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.page_changePasswordButton__vAXLV:hover{background:rgba(212,175,55,.2);border-color:#d4af37;color:#f4d03f;transform:translateY(-1px)}.page_modalOverlay__7_Cor{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.page_modalContent__t08f1{background:#18181b;border:1px solid rgba(255,255,255,.1);border-radius:1rem;width:100%;max-width:500px;max-height:90vh;overflow-y:auto}.page_modalHeader__DRuVw{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.page_modalHeader__DRuVw h2{font-size:1.5rem;font-weight:700;color:white;margin:0}.page_modalCloseButton__gaNJU{background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:color .3s}.page_modalCloseButton__gaNJU:hover{color:white}.page_modalBody__g6B9K{padding:1.5rem}.page_passwordForm__98s_3{display:flex;flex-direction:column;gap:1.5rem}.page_formGroup__Axb6m{display:flex;flex-direction:column;gap:.5rem}.page_formGroup__Axb6m label{font-size:.875rem;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.page_passwordInput__3BDXf{width:100%;padding:.75rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:white;font-size:1rem;font-family:inherit;transition:all .3s}.page_passwordInput__3BDXf:focus{outline:none;border-color:#d4af37;background:rgba(0,0,0,.5)}.page_passwordInput__3BDXf:disabled{opacity:.6;cursor:not-allowed}.page_passwordInput__3BDXf::placeholder{color:#9ca3af}.page_modalFooter__2tIae{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.page_modalCancelButton__4pOI_{padding:.875rem 2rem;background:transparent;color:#9ca3af;font-weight:600;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.05em}.page_modalCancelButton__4pOI_:hover:not(:disabled){background:rgba(255,255,255,.1);color:white;border-color:rgba(255,255,255,.3)}.page_modalCancelButton__4pOI_:disabled{opacity:.6;cursor:not-allowed}.page_modalSaveButton__RxVKK{padding:.875rem 2rem;background:#d4af37;color:black;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .3s;text-transform:uppercase;letter-spacing:.05em}.page_modalSaveButton__RxVKK:hover:not(:disabled){background:#f4d03f;transform:translateY(-1px)}.page_modalSaveButton__RxVKK:disabled{opacity:.6;cursor:not-allowed}@media (max-width:768px){.page_sidebar__RgQui{order:2;max-width:100%}.page_profileCard__vyQv6{max-width:100%;box-sizing:border-box}.page_main__JPdsv{order:1;padding:1rem 1.5rem 1.5rem;max-width:100%;min-width:0}.page_title__TQHi_{font-size:1.5rem;margin-bottom:1.5rem;margin-top:.5rem}.page_ordersList__f1nm2{gap:1.25rem}.page_orderCard__vIJGj{padding:1.25rem;margin-bottom:1.5rem}.page_orderHeader__oYVsy{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.page_orderNumber__WfUWN{word-break:break-all;font-size:.875rem;margin-bottom:.75rem}.page_orderDate__C1pru{margin-bottom:.75rem}.page_orderStatus__HzWIj{align-self:flex-start;margin-top:.5rem}.page_orderStatus__HzWIj span{white-space:normal;word-break:break-word}.page_orderItems___EVW8{gap:1.25rem;margin-bottom:1.5rem}.page_orderItem__hiOlv{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem}.page_itemInfo__qcolq{width:100%}.page_itemInfo__qcolq h3{margin-bottom:.5rem}.page_itemTotal__NQbk_{align-self:flex-end;margin-top:.25rem}.page_orderFooter__1bgCf{flex-direction:column;gap:1.5rem;align-items:flex-start;padding-top:1.5rem}.page_orderAmountBreakdown__tOmqp{gap:.5rem;width:100%}.page_orderActions__zODYc{flex-wrap:wrap;width:100%;gap:.75rem}.page_detailButton__vEk_l{flex:1 1 0;min-width:0;justify-content:center}.page_orderActions__zODYc{justify-content:stretch}}.page_modalIcon__vUTgY{font-size:3rem;margin-right:0}.page_modalTitle__W_Eks{font-size:1.5rem;font-weight:700;color:white;margin:0}.page_modalText__Agyek{color:#9ca3af;margin-bottom:2rem;font-size:1rem;text-align:center;padding:0 1.5rem}.page_modalActions__mNV4s{display:flex;flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem}.page_modalBtnSecondary__Q3A2q{padding:.875rem 1.5rem;background-color:transparent;border:1px solid rgba(255,255,255,.2);color:white;font-weight:600;border-radius:.5rem;cursor:pointer;transition:all .3s;font-size:.875rem}.page_modalBtnSecondary__Q3A2q:hover{background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.4)}.page_modalBtnPrimary__fsUPL{padding:.875rem 1.5rem;background-color:#d4af37;border:none;color:black;font-weight:700;border-radius:.5rem;cursor:pointer;transition:all .3s;font-size:.875rem}.page_modalBtnPrimary__fsUPL:hover{background-color:#f4d03f;box-shadow:0 0 15px rgba(212,175,55,.5)}.page_page___2bim{background-color:black;min-height:100vh;color:white;font-family:var(--font-sans);padding-top:5rem}.page_page___2bim ::selection{background-color:#d4af37;color:black}.page_main__uM7vM{max-width:900px;margin:0 auto;padding:2rem 1.5rem 3rem}.page_categoryBadge__eWeUY{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;padding:.25rem .9rem;border-radius:9999px;background-color:#059669;color:#ecfdf5;margin-bottom:1.25rem}.page_title__eQQh4{font-size:1.9rem;font-weight:700;text-align:center;margin-bottom:1.25rem}.page_meta__L9m61{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;font-size:.8rem;color:#9ca3af;margin-bottom:2rem}.page_metaItem__2DZ1H{display:inline-flex;align-items:center;gap:.25rem}.page_metaDot__S3jWB{width:4px;height:4px;border-radius:9999px;background-color:#6b7280}.page_content__c7BS_{font-size:.95rem;line-height:1.9;color:#e5e7eb}.page_content__c7BS_ p+p{margin-top:1.25rem}.CommentSection_section__y61DH{margin-top:4rem;padding-top:2rem;border-top:1px solid #333;color:#fff}.CommentSection_title__Pmue0{font-size:1.5rem;font-weight:600;margin-bottom:2rem;letter-spacing:.05em}.CommentSection_commentList__fHpyR{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.CommentSection_comment__N5J0k{display:flex;gap:1rem}.CommentSection_avatar__sEP1a{width:3rem;height:3rem;border-radius:50%;background-color:#333;display:flex;align-items:center;justify-content:center;font-weight:600;color:#fff;flex-shrink:0;font-size:1.2rem}.CommentSection_commentContent__5OfkH{flex:1}.CommentSection_commentHeader__RK_lB{display:flex;justify-content:space-between;margin-bottom:.5rem}.CommentSection_author__BoRel{font-weight:600;color:#fff}.CommentSection_date__06xcc{color:#888;font-size:.875rem}.CommentSection_text__EUT_I{color:#ccc;line-height:1.6;font-size:.95rem}.CommentSection_form__dHDKA{background-color:#111;padding:2rem;border-radius:8px;border:1px solid #222}.CommentSection_formTitle__ilOGM{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#fff}.CommentSection_formGrid__ZDDfA{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.CommentSection_inputGroup__CQhGO{display:flex;flex-direction:column;gap:.5rem}.CommentSection_input___JN3I,.CommentSection_textarea__FlIqE{background-color:#000;border:1px solid #333;color:#fff;padding:.75rem 1rem;border-radius:4px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.CommentSection_input___JN3I:focus,.CommentSection_textarea__FlIqE:focus{outline:none;border-color:#666}.CommentSection_textarea__FlIqE{min-height:120px;resize:vertical;width:100%}.CommentSection_submitButton__zVqCy{background-color:#fff;color:#000;border:none;padding:.75rem 2rem;font-weight:600;border-radius:4px;cursor:pointer;transition:opacity .2s;text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;margin-top:1rem}.CommentSection_submitButton__zVqCy:hover{opacity:.9}.CommentSection_submitButton__zVqCy:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.CommentSection_formGrid__ZDDfA{grid-template-columns:1fr}}.page_page__4U8xv{background-color:black;min-height:100vh;color:white;font-family:var(--font-sans);padding-top:5rem}.page_page__4U8xv ::selection{background-color:#d4af37;color:black}.page_main__PHz7l{max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.page_breadcrumb__SU3U2{margin-bottom:1.5rem;display:flex;align-items:center;font-size:.875rem;color:#9ca3af}.page_breadcrumbLink__4ZT5I{transition:color .3s}.page_breadcrumbLink__4ZT5I:hover{color:white}.page_breadcrumbSeparator__ROygO{margin:0 .5rem}.page_breadcrumbCurrent__1gHJO{color:white;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.page_productLayout__KP3c4{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-bottom:3rem}.page_imageSection__MXS5s{display:flex;flex-direction:column;gap:1rem;position:relative}.page_mainImage__dE5Lw{position:relative;border-radius:0;border:none;aspect-ratio:3/4;max-width:520px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:crosshair}.page_zoomOverlay__hrdNR{position:absolute;width:8rem;height:8rem;border:2px solid rgba(255,255,255,.8);pointer-events:none;z-index:10;background-color:rgba(255,255,255,.1)}.page_zoomIcon__pwoOB{position:absolute;bottom:1rem;right:1rem;padding:.75rem;background-color:rgba(0,0,0,.5);border-radius:.25rem;border:1px solid rgba(255,255,255,.1);opacity:0;transition:opacity .3s;pointer-events:none;z-index:30}.page_mainImage__dE5Lw:hover .page_zoomIcon__pwoOB{opacity:1}.page_zoomedImage__0dxIw{position:absolute;left:100%;margin-left:1.5rem;top:0;width:22.5rem;height:30rem;border:none;background-color:black;border-radius:0;overflow:hidden;pointer-events:none;z-index:50}@media (min-width:1024px){.page_zoomedImage__0dxIw{display:block}}@media (max-width:1023px){.page_zoomedImage__0dxIw{display:none}}.page_thumbnails__RpKfq{display:flex;flex-wrap:wrap;gap:.75rem;padding-bottom:.5rem}.page_productDescription__FW66q{padding:1rem;background-color:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:.5rem;margin-top:.5rem;color:#d1d5db;font-size:.875rem;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.page_productDescriptionDesktop__7G64Z{display:block}.page_productDescriptionMobile__ScCdJ{display:none;margin-top:1.5rem}.page_productDescription__FW66q p{margin:0 0 .75rem}.page_productDescription__FW66q p:last-child{margin-bottom:0}.page_productDescription__FW66q h1,.page_productDescription__FW66q h2,.page_productDescription__FW66q h3,.page_productDescription__FW66q h4,.page_productDescription__FW66q h5,.page_productDescription__FW66q h6{color:white;margin:1rem 0 .5rem;font-weight:700}.page_productDescription__FW66q h1{font-size:1.5rem}.page_productDescription__FW66q h2{font-size:1.25rem}.page_productDescription__FW66q h3{font-size:1.125rem}.page_productDescription__FW66q h4{font-size:1rem}.page_productDescription__FW66q ol,.page_productDescription__FW66q ul{margin:.5rem 0;padding-left:1.5rem}.page_productDescription__FW66q li{margin:.25rem 0}.page_productDescription__FW66q a{color:#d4af37;text-decoration:underline}.page_productDescription__FW66q a:hover{color:#f4d03f}.page_productDescription__FW66q img{max-width:100%;height:auto;border-radius:.25rem;margin:.5rem 0}.page_productDescription__FW66q table{width:100%;border-collapse:collapse;margin:.5rem 0}.page_productDescription__FW66q td,.page_productDescription__FW66q th{border:1px solid rgba(255,255,255,.1);padding:.5rem;text-align:left}.page_productDescription__FW66q th{background-color:rgba(255,255,255,.05);color:white}.page_productDescription__FW66q b,.page_productDescription__FW66q strong{color:white;font-weight:700}.page_productDescription__FW66q em,.page_productDescription__FW66q i{font-style:italic}.page_productDescription__FW66q blockquote{border-left:3px solid #d4af37;padding-left:1rem;margin:.5rem 0;color:#9ca3af}.page_productDescription__FW66q code,.page_productDescription__FW66q pre{background-color:rgba(0,0,0,.3);padding:.25rem .5rem;border-radius:.25rem;font-family:monospace;font-size:.8rem}.page_productDescription__FW66q pre{padding:1rem;overflow-x:auto}.page_productDescription__FW66q hr{border:none;border-top:1px solid rgba(255,255,255,.1);margin:1rem 0}.page_subtitleDesktop__Zwvyz{margin-top:.5rem}.page_subtitleMobile__qvIRI{display:none;margin-top:1.5rem;color:#9ca3af;font-size:.875rem;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.page_subtitleMobile__qvIRI p{margin:0 0 .5rem}.page_subtitleMobile__qvIRI p:last-child{margin-bottom:0}.page_subtitleMobile__qvIRI a{color:#d4af37;text-decoration:underline}.page_subtitleMobile__qvIRI a:hover{color:#f4d03f}.page_subtitleMobile__qvIRI b,.page_subtitleMobile__qvIRI strong{color:white;font-weight:700}.page_subtitleMobile__qvIRI em,.page_subtitleMobile__qvIRI i{font-style:italic}.page_subtitleMobile__qvIRI ol,.page_subtitleMobile__qvIRI ul{margin:.25rem 0;padding-left:1.25rem}.page_subtitleMobile__qvIRI li{margin:.15rem 0}.page_subtitleMobile__qvIRI img{max-width:100%;height:auto;margin:.25rem 0}.page_thumbnail__HzkC8{position:relative;width:4.5rem;height:6rem;flex-shrink:0;background-color:#18181b;border:none;border-radius:0;transition:all .3s;overflow:hidden}.page_thumbnailActive__GsT_j{box-shadow:inset 0 0 0 2px #d4af37}.page_thumbnailInactive__Qyydb{box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.page_thumbnailInactive__Qyydb:hover{box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}@media (max-width:1024px){.page_main__PHz7l{padding:3rem 1rem 1rem}.page_productLayout__KP3c4{display:flex;flex-direction:column;gap:1.35rem}.page_imageSection__MXS5s{gap:.75rem;order:1}.page_mainImage__dE5Lw{padding:.75rem;aspect-ratio:3/4;border-radius:0;max-width:100%;width:100%}.page_thumbnails__RpKfq{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.5rem;padding-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(212,175,55,.3) transparent}.page_thumbnails__RpKfq::-webkit-scrollbar{height:4px}.page_thumbnails__RpKfq::-webkit-scrollbar-track{background:transparent}.page_thumbnails__RpKfq::-webkit-scrollbar-thumb{background:rgba(212,175,55,.3);border-radius:2px}.page_thumbnails__RpKfq::-webkit-scrollbar-thumb:hover{background:rgba(212,175,55,.5)}.page_thumbnail__HzkC8{width:3.75rem;height:5rem;flex-shrink:0}.page_detailsSection__Fiknn{gap:.875rem;order:2}.page_productDescriptionDesktop__7G64Z{display:none}.page_productDescriptionMobile__ScCdJ{display:block}.page_subtitleDesktop__Zwvyz{display:none}.page_subtitleMobile__qvIRI{display:block}.page_flavorsList__caF1R{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.page_flavorItem__ZkvJg{box-sizing:border-box}}.page_detailsSection__Fiknn{display:flex;flex-direction:column;gap:.7rem}.page_title___TtsN{font-size:2.25rem;font-family:var(--font-display);font-weight:700;color:white;text-transform:uppercase;margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}@media (min-width:1025px){.page_title___TtsN{font-size:3rem;line-height:1.15}}@media (max-width:1024px){.page_title___TtsN{font-size:1.4rem;line-height:1.22;margin-bottom:.2rem;letter-spacing:.01em}}.page_warehouseNote__XAHGO{color:#9ca3af;font-size:.875rem;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.page_warehouseNote__XAHGO p{margin:0 0 .5rem}.page_warehouseNote__XAHGO p:last-child{margin-bottom:0}.page_warehouseNote__XAHGO a{color:#d4af37;text-decoration:underline}.page_warehouseNote__XAHGO a:hover{color:#f4d03f}.page_warehouseNote__XAHGO b,.page_warehouseNote__XAHGO strong{color:white;font-weight:700}.page_warehouseNote__XAHGO em,.page_warehouseNote__XAHGO i{font-style:italic}.page_warehouseNote__XAHGO ol,.page_warehouseNote__XAHGO ul{margin:.25rem 0;padding-left:1.25rem}.page_warehouseNote__XAHGO li{margin:.15rem 0}.page_warehouseNote__XAHGO img{max-width:100%;height:auto;margin:.25rem 0}.page_metrics__1HHIx{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;color:#9ca3af}.page_metric__lRLUT{display:flex;align-items:center;gap:.5rem}.page_priceSection__HabSy{display:flex;align-items:center;gap:1rem}.page_priceContainer__RPzdL{display:flex;flex-direction:column;gap:.5rem}.page_price__ItqwA{font-size:1.875rem;font-weight:700;color:#10b981;text-decoration-line:line-through;text-decoration-color:currentColor;text-decoration-thickness:2px;text-decoration-skip-ink:none}.page_totalPrice__E_Bmd{font-size:2.25rem;font-weight:700;color:#10b981}.page_unitPrice__OaT4o{font-size:.875rem;color:#9ca3af}.page_totalQuantity__s1P1a{font-size:1rem;color:#9ca3af;font-weight:400}.page_discountInfo__Lf39W{color:#fbbf24}.page_buyMoreButton__f5P_z{background-color:#059669;color:white;padding:.5rem 1.5rem;font-size:.875rem;font-weight:700;text-transform:uppercase;transition:background-color .3s}.page_buyMoreButton__f5P_z:hover{background-color:#047857}.page_benefits__xcG_w{display:flex;flex-direction:column;gap:.5rem}.page_benefit__jKQMr{display:flex;align-items:center;gap:.5rem;color:#d1d5db}.page_benefitStar__6DqX2{color:#fbbf24}.page_features__6sPum{background-color:black;border:1px solid rgba(255,255,255,.1);padding:1rem;border-radius:.25rem}.page_feature__T7Y0J{display:flex;align-items:center;gap:.5rem}.page_flavorsSection__G9XfK{display:flex;flex-direction:column;gap:.75rem}.page_flavorsList__caF1R{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.page_flavorsTitle__kOgMn{font-size:1.125rem;font-weight:700;color:white;text-transform:uppercase;margin-bottom:1rem}.page_flavorItem__ZkvJg{padding:.475rem;border:2px solid;transition:all .3s;min-width:0}.page_flavorItemSelected__jbVOy{border-color:#d4af37;background-color:rgba(212,175,55,.1);box-shadow:0 0 8px rgba(212,175,55,.2)}.page_flavorItemUnselected__tkftw{border-color:rgba(255,255,255,.2);background-color:transparent}.page_flavorItemUnselected__tkftw:hover{border-color:rgba(255,255,255,.4)}.page_flavorHeader__fUE_v{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem;gap:.5rem}.page_flavorName__WowyS{font-size:.875rem;font-weight:600;text-transform:uppercase;transition:color .3s;flex:1;text-align:left;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page_flavorNameSelected__usRfV{color:#d4af37;font-weight:700}.page_flavorNameUnselected__gs5wI{color:#d1d5db}.page_flavorNameUnselected__gs5wI:hover{color:white}.page_flavorStock__X7jF2{font-size:.75rem;color:#6b7280;margin-left:.5rem}.page_flavorControls__Zki1p{display:flex;align-items:center;gap:.35rem;justify-content:space-between}.page_flavorButton__eE8kD{padding:.25rem .55rem;border:1px solid rgba(255,255,255,.2);background-color:transparent;color:white;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;border-radius:.25rem}.page_flavorButton__eE8kD:hover:not(:disabled){background-color:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.page_flavorButton__eE8kD:disabled{opacity:.3;cursor:not-allowed}.page_flavorQuantityInput__xXgrd,.page_flavorQuantity__4tXVw{width:3rem;text-align:center;font-size:.875rem;color:white;font-weight:600}.page_flavorQuantityInput__xXgrd{background-color:transparent;border:1px solid rgba(255,255,255,.2);border-radius:.25rem;padding:.25rem;outline:none;-moz-appearance:textfield}.page_flavorQuantityInput__xXgrd::-webkit-inner-spin-button,.page_flavorQuantityInput__xXgrd::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.page_flavorQuantityInput__xXgrd:focus{border-color:rgba(255,255,255,.5)}@media (max-width:640px){.page_flavorsList__caF1R{grid-template-columns:1fr}.page_flavorHeader__fUE_v{align-items:flex-start}.page_flavorName__WowyS{overflow:visible;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;word-break:break-word;line-height:1.3}.page_flavorStock__X7jF2{flex-shrink:0;margin-left:0;white-space:nowrap}}.page_buyMoreSection__TOn61{display:flex;flex-direction:column;gap:1rem}.page_buyMoreTitle__d04Ds{font-size:1.125rem;font-weight:700;color:white;text-transform:uppercase;margin-bottom:1rem}.page_buyMoreGrid__aEQCp{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.5rem}@media (min-width:768px){.page_buyMoreGrid__aEQCp{grid-template-columns:repeat(4,1fr)}}.page_buyMoreOption__TfqRn{padding:.75rem 1rem;border:2px solid;transition:all .3s;font-size:.875rem}.page_buyMoreOptionActive__cW7IS{border-color:#9333ea;background-color:rgba(147,51,234,.2);color:#c084fc}.page_buyMoreOptionInactive__ucWpO{border-color:rgba(147,51,234,.5);color:#9ca3af}.page_buyMoreOptionInactive__ucWpO:hover{border-color:rgba(147,51,234,.9)}.page_buyMoreOptionTitle__JBLwt{font-weight:700}.page_buyMoreOptionPrice__4ksL0{font-size:.75rem;margin-top:.25rem}.page_quantitySection__IRBv0{display:flex;align-items:center;gap:1rem}.page_quantityLabel__rFJmf{font-size:.875rem;color:#9ca3af;text-transform:uppercase}.page_quantityControls__jCJHT{display:flex;align-items:center;border:1px solid rgba(255,255,255,.2)}.page_quantityButton__VM_Bd{padding:.5rem 1rem;transition:background-color .3s}.page_quantityButton__VM_Bd:hover{background-color:rgba(255,255,255,.1)}.page_quantityInput__V7T1x{width:4rem;padding:.5rem;background-color:transparent;text-align:center;color:white;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2)}.page_quantityInput__V7T1x:focus{outline:none}.page_notFound__YihEu{background-color:black;min-height:100vh;color:white;font-family:var(--font-sans);display:flex;align-items:center;justify-content:center}.page_notFoundContent__jP1dB{text-align:center}.page_notFoundTitle__szyZt{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.page_notFoundLink__88CLC{color:#d4af37;transition:color .3s}.page_notFoundLink__88CLC:hover{color:#f4d03f}.ProductCard_card__KLyHh{position:relative;background-color:var(--brand-gray);overflow:hidden;border:1px solid #d4af37;transition:all .5s;height:auto;display:flex;flex-direction:column;cursor:pointer}@media (max-width:767px){.ProductCard_card__KLyHh{height:auto}}.ProductCard_card__KLyHh:hover{border-color:#d4af37;box-shadow:0 0 20px rgba(212,175,55,.3)}.ProductCard_newBadge__VhiJQ{position:absolute;top:1rem;left:1rem;z-index:10;background-color:#d4af37;color:black;font-size:.75rem;font-weight:700;padding:.25rem .75rem;text-transform:uppercase;letter-spacing:.1em;animation:ProductCard_gold-glow__hq9z9 2s ease-in-out infinite}@media (max-width:767px){.ProductCard_newBadge__VhiJQ{top:.5rem;left:.5rem;font-size:.625rem;padding:.2rem .5rem}}.ProductCard_imageContainer__5N89T{position:relative;flex:1;min-height:0;width:100%;aspect-ratio:1/1;overflow:hidden;background:linear-gradient(to bottom,#1f2937,var(--brand-gray));display:flex;align-items:center;justify-content:center}@media (max-width:767px){.ProductCard_imageContainer__5N89T{aspect-ratio:4/5}}.ProductCard_imageBorder__fGKKO{position:relative;width:100%;height:100%;border:1px solid #d4af37}.ProductCard_image__mQSxT{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform .7s ease-out,filter .3s ease}.ProductCard_card__KLyHh:hover .ProductCard_image__mQSxT{transform:scale(1.1)}.ProductCard_imageSoldOut__xbdIU{filter:grayscale(1) brightness(.45)}.ProductCard_soldOutOverlay__CUB9F{position:absolute;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.42);pointer-events:none}.ProductCard_soldOutRibbon__ji7pX{display:inline-flex;align-items:center;justify-content:center;min-width:82%;padding:.65rem 1rem;border:2px solid rgba(255,255,255,.92);background:rgba(8,8,8,.78);color:#fff;font-family:var(--font-display);font-size:2.65rem;font-weight:900;letter-spacing:.16em;line-height:1;text-align:center;text-transform:uppercase;transform:rotate(-28deg);box-shadow:0 0 22px rgba(0,0,0,.38)}@media (max-width:767px){.ProductCard_soldOutRibbon__ji7pX{min-width:78%;padding:.45rem .7rem;font-size:1.45rem}}.ProductCard_infoPanel__t571I{padding:.75rem .9rem;background:linear-gradient(0deg,rgba(0,0,0,.95),rgba(15,15,15,.98));border-top:1px solid rgba(212,175,55,.35)}@media (max-width:767px){.ProductCard_infoPanel__t571I{padding:.6rem .75rem}}.ProductCard_bottomRow__bnLmm{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:.375rem}.ProductCard_priceWrap__ESmxf{min-width:0}@media (max-width:767px){.ProductCard_bottomRow__bnLmm{gap:.5rem;margin-top:.25rem}}.ProductCard_name__vLPOo{font-size:1.25rem;font-family:var(--font-display);font-weight:700;color:white;text-transform:uppercase;transition:color .3s;margin:0;min-width:0;word-break:break-word;overflow-wrap:anywhere;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}@media (max-width:767px){.ProductCard_name__vLPOo{font-size:.875rem}}.ProductCard_card__KLyHh:hover .ProductCard_name__vLPOo{color:#d4af37}.ProductCard_price__mCoYp{margin-top:0;font-size:2.0625rem;font-weight:700;color:#d4af37;letter-spacing:.04em;font-variant-numeric:tabular-nums}@media (max-width:767px){.ProductCard_price__mCoYp{margin-top:.25rem;font-size:1.1rem}}@keyframes ProductCard_gold-glow__hq9z9{0%,to{box-shadow:0 0 5px rgba(212,175,55,.5)}50%{box-shadow:0 0 20px rgba(212,175,55,.8)}}.ProductGrid_section__gJw6g{position:relative;padding:3rem 0 5rem;overflow:hidden}@media (max-width:767px){.ProductGrid_section__gJw6g{padding:1.25rem 0 2rem}}.ProductGrid_backgroundImage__gQfa9{position:absolute;inset:0;width:100%;height:100%}.ProductGrid_backgroundOverlay__lDHkJ{position:absolute;inset:0;background-color:rgba(0,0,0,.7)}.ProductGrid_content__ZVCko{position:relative;z-index:10;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (max-width:767px){.ProductGrid_content__ZVCko{padding:0 1rem}}.ProductGrid_header__gbjdB{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}@media (max-width:767px){.ProductGrid_header__gbjdB{margin-bottom:1.5rem}}@media (min-width:768px){.ProductGrid_header__gbjdB{flex-direction:row;justify-content:space-between;align-items:flex-end}}.ProductGrid_title__rmyeH{font-size:2.25rem;font-family:var(--font-display);font-weight:700;color:white;text-transform:uppercase;margin-bottom:1rem}@media (min-width:768px){.ProductGrid_title__rmyeH{font-size:3rem}}.ProductGrid_subtitle__P0WML{color:#9ca3af;max-width:32rem}.ProductGrid_filters__LnA5K{display:flex;gap:.5rem;margin-top:2rem;overflow-x:auto;padding-bottom:.5rem}@media (min-width:768px){.ProductGrid_filters__LnA5K{margin-top:0;padding-bottom:0}}.ProductGrid_filterButton__TfGxn{padding:.5rem 1.5rem;border:1px solid;transition:all .3s;text-transform:uppercase;font-size:.875rem;font-weight:700;letter-spacing:.1em;white-space:nowrap;cursor:pointer}.ProductGrid_filterButtonActive__bL67I{background-color:#d4af37;border-color:#d4af37;color:black;animation:ProductGrid_gold-glow__6oiMT 2s ease-in-out infinite}.ProductGrid_filterButtonInactive__TqQAS{background-color:transparent;border-color:#374151;color:#9ca3af}.ProductGrid_filterButtonInactive__TqQAS:hover{border-color:#d4af37;color:#d4af37}.ProductGrid_grid__KJZhA{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width:767px){.ProductGrid_grid__KJZhA{gap:.75rem}}@media (min-width:768px){.ProductGrid_grid__KJZhA{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.ProductGrid_grid__KJZhA{grid-template-columns:repeat(3,1fr)}}@keyframes ProductGrid_gold-glow__6oiMT{0%,to{box-shadow:0 0 5px rgba(212,175,55,.5)}50%{box-shadow:0 0 20px rgba(212,175,55,.8)}}.ProductModal_modal__3aie9{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;overflow:hidden;overscroll-behavior:none}.ProductModal_backdrop__r5pJt{position:absolute;inset:0;background-color:rgba(0,0,0,.9);backdrop-filter:blur(12px);animation:ProductModal_fade-in__QrELP .3s ease-out}.ProductModal_content__U8ph3{position:relative;background-color:#18181b;width:100%;max-width:80rem;height:90vh;max-height:min(90dvh,calc(100vh - 2rem));overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border-radius:1rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);display:flex;flex-direction:column;animation:ProductModal_scale-up__wvHwl .3s ease-out}@media (min-width:768px){.ProductModal_content__U8ph3{height:auto;max-height:85vh;flex-direction:row}}.ProductModal_closeButton__cKI5t{position:absolute;top:1rem;right:1rem;z-index:10;padding:.5rem;background-color:rgba(0,0,0,.5);border-radius:9999px;color:white;transition:background-color .3s}.ProductModal_closeButton__cKI5t:hover{background-color:#d4af37}.ProductModal_imageSection__7y6ck{width:100%;background:linear-gradient(to bottom right,#1f2937,black);padding:3rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}@media (min-width:768px){.ProductModal_imageSection__7y6ck{width:50%}}.ProductModal_pattern__3prp_{position:absolute;inset:0;opacity:.2;background-image:url(https://www.transparenttextures.com/patterns/carbon-fibre.png)}.ProductModal_categoryLabel__zU9ye{position:absolute;top:2rem;left:2rem}.ProductModal_categoryLabelText__XtN5z{font-size:3rem;font-family:var(--font-display);font-weight:700;color:rgba(255,255,255,.05);text-transform:uppercase;user-select:none;pointer-events:none}@media (min-width:768px){.ProductModal_categoryLabelText__XtN5z{font-size:5rem}}.ProductModal_imageContainer__SHCVM{position:relative;z-index:10;width:100%;max-width:400px;aspect-ratio:1}.ProductModal_image__fPE2R{object-contain:contain;filter:drop-shadow(0 25px 50px -12px rgba(0,0,0,.25));transform:scale(1);transition:transform .7s}.ProductModal_imageContainer__SHCVM:hover .ProductModal_image__fPE2R{transform:scale(1.05)}.ProductModal_detailsSection__44TP4{width:100%;padding:2rem;display:flex;flex-direction:column}@media (min-width:768px){.ProductModal_detailsSection__44TP4{width:50%;padding:3rem}}.ProductModal_badges__rtAGS{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.ProductModal_categoryBadge__UoJu8{background-color:#d4af37;color:black;animation:ProductModal_gold-glow__xhDFn 2s ease-in-out infinite}.ProductModal_categoryBadge__UoJu8,.ProductModal_newBadge___inZs{font-size:.75rem;font-weight:700;padding:.25rem .5rem;text-transform:uppercase}.ProductModal_newBadge___inZs{border:1px solid rgba(255,255,255,.2);color:white}.ProductModal_title__82smq{font-size:2.25rem;font-family:var(--font-display);font-weight:700;color:white;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:-.025em}@media (min-width:768px){.ProductModal_title__82smq{font-size:3rem}}.ProductModal_tagline__7_BY9{font-size:1.25rem;color:#d4af37;font-weight:300;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem}.ProductModal_description__wOZ7C{margin-bottom:2rem}.ProductModal_descriptionText__wZCnY{color:#9ca3af;line-height:1.75}.ProductModal_features__yMOZU{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.ProductModal_feature__O0Ei_{background-color:rgba(0,0,0,.4);border:1px solid rgba(255,255,255,.05);padding:.75rem;border-radius:.25rem;display:flex;align-items:center;gap:.75rem}.ProductModal_featureText__UqUKt{font-size:.875rem;font-weight:600;color:#e5e7eb}.ProductModal_footer__OTB6K{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width:640px){.ProductModal_footer__OTB6K{flex-direction:row}}.ProductModal_priceSection__6O9fk{flex:1;width:100%}.ProductModal_price__JOGgN{font-size:1.5rem;font-family:monospace;font-weight:700;color:white;margin-bottom:.25rem}.ProductModal_stock__Auex_{font-size:.75rem;color:#6b7280}.ProductModal_actions__Az0tW{display:flex;gap:.75rem;width:100%}@media (min-width:640px){.ProductModal_actions__Az0tW{width:auto}}.ProductModal_shareButton__rc8oo{padding:1rem;border:1px solid rgba(255,255,255,.2);color:#9ca3af;transition:all .3s;border-radius:.25rem}.ProductModal_shareButton__rc8oo:hover{color:white;border-color:white}.ProductModal_guarantee__hk3bc{margin-top:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280}@keyframes ProductModal_fade-in__QrELP{0%{opacity:0}to{opacity:1}}@keyframes ProductModal_scale-up__wvHwl{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes ProductModal_gold-glow__xhDFn{0%,to{box-shadow:0 0 5px rgba(212,175,55,.5)}50%{box-shadow:0 0 20px rgba(212,175,55,.8)}}.SearchOverlay_overlay__DfzoQ{position:fixed;inset:0;z-index:60;background-color:rgba(0,0,0,.95);backdrop-filter:blur(24px);animation:SearchOverlay_fade-in__bHYOb .3s ease-out;overflow:hidden;overscroll-behavior:none}.SearchOverlay_container__cQaqL{max-width:1280px;margin:0 auto;padding:6rem 1.5rem 0}.SearchOverlay_closeButton__KOdQ7{position:absolute;top:2rem;right:2rem;color:#9ca3af;transition:color .3s}.SearchOverlay_closeButton__KOdQ7:hover{color:white}.SearchOverlay_content__BXEzs{max-width:48rem;margin:0 auto}.SearchOverlay_searchInputContainer__kvJ5_{position:relative;border-bottom:2px solid rgba(255,255,255,.2);margin-bottom:3rem;transition:border-color .3s}.SearchOverlay_searchInputContainer__kvJ5_:focus-within{border-color:#d4af37}.SearchOverlay_searchIcon__nTRyA{position:absolute;left:0;top:50%;transform:translateY(-50%);color:#9ca3af}.SearchOverlay_searchInput__lbEQi{width:100%;background-color:transparent;border:none;font-size:1.875rem;font-family:var(--font-display);font-weight:700;color:white;padding:1rem 0 1rem 2.5rem}.SearchOverlay_searchInput__lbEQi:focus{outline:none;ring:0}.SearchOverlay_searchInput__lbEQi::placeholder{color:#374151;text-transform:uppercase}.SearchOverlay_results__W_YEy{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:768px){.SearchOverlay_results__W_YEy{grid-template-columns:repeat(2,1fr)}}.SearchOverlay_resultItem__0wGMd{display:flex;align-items:center;gap:1rem;background-color:rgba(24,24,27,.5);padding:1rem;border:1px solid rgba(255,255,255,.05);transition:all .3s;cursor:pointer}.SearchOverlay_resultItem__0wGMd:hover{border-color:#d4af37;background-color:#18181b}.SearchOverlay_resultImage__kBXfo{width:4rem;height:4rem;position:relative}.SearchOverlay_resultImage__kBXfo img{object-contain:contain}.SearchOverlay_resultInfo__XyulG{flex:1}.SearchOverlay_resultCategory__ZYlP_{font-size:.75rem;color:#d4af37;font-weight:700;text-transform:uppercase}.SearchOverlay_resultName__rIH0M{color:white;font-weight:700;font-size:1.125rem}.SearchOverlay_resultArrow___1sfx{margin-left:auto;color:#4b5563;transition:all .3s;opacity:0}.SearchOverlay_resultItem__0wGMd:hover .SearchOverlay_resultArrow___1sfx{color:#d4af37;opacity:1}.SearchOverlay_noResults__LcLYq{text-align:center;color:#6b7280;padding:2rem 0;grid-column:1/-1}@keyframes SearchOverlay_fade-in__bHYOb{0%{opacity:0}to{opacity:1}}.VideoCarousel_section__lHf4c{position:relative;padding:2rem 0;background-color:black;overflow:hidden;scroll-margin-top:6rem}@media (min-width:768px){.VideoCarousel_section__lHf4c{padding:6rem 0}}.VideoCarousel_background__isf6d{position:absolute;inset:0;overflow:hidden;pointer-events:none}.VideoCarousel_sparkle__cd_Qj{position:absolute;width:24rem;height:24rem;background-color:rgba(212,175,55,.1);border-radius:9999px;filter:blur(96px);animation:VideoCarousel_sparkle__cd_Qj 3s ease-in-out infinite}.VideoCarousel_sparkle1__fqubI{top:0;left:25%}.VideoCarousel_sparkle2__EgBE6{bottom:0;right:25%;animation-delay:1s}.VideoCarousel_sparkle3__D6U8l{top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background-color:rgba(212,175,55,.05)}.VideoCarousel_container__CW4TS{position:relative;max-width:1280px;margin:0 auto;padding:0 1.5rem}.VideoCarousel_title__QY0WX{font-size:2.25rem;font-family:var(--font-display);font-weight:700;color:white;text-transform:uppercase;margin-bottom:3rem;text-align:center;letter-spacing:.05em}@media (max-width:767px){.VideoCarousel_title__QY0WX{margin-bottom:1.5rem}}@media (min-width:768px){.VideoCarousel_title__QY0WX{font-size:3rem}}.VideoCarousel_carousel___RKXf{position:relative;max-width:80rem;margin:0 auto}.VideoCarousel_slides__9bliY{position:relative;overflow:hidden}.VideoCarousel_slidesContainer__aXzDm{display:flex;position:relative;left:0;transition:left .5s ease-in-out;width:100%}.VideoCarousel_slide__wg_Fm{width:100%;flex-shrink:0;position:relative;aspect-ratio:16/9;cursor:pointer;padding:0 .5rem;box-sizing:border-box}@media (min-width:768px){.VideoCarousel_slide__wg_Fm{width:33.333%;padding:0 .75rem}}.VideoCarousel_slideImage__YRTRj{position:relative;width:100%;height:100%;border-radius:.5rem;overflow:hidden}.VideoCarousel_slideImage__YRTRj img{object-fit:contain;background-color:transparent}.VideoCarousel_slideOverlay__lVUUB{position:absolute;inset:0;background-color:rgba(0,0,0,.3);transition:background-color .3s}.VideoCarousel_slide__wg_Fm:hover .VideoCarousel_slideOverlay__lVUUB{background-color:rgba(0,0,0,.2)}.VideoCarousel_playButton__zW3Tq{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.VideoCarousel_playButtonCircle__pwkR2{width:4rem;height:4rem;background-color:rgba(255,255,255,.9);border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:all .3s}@media (min-width:768px){.VideoCarousel_playButtonCircle__pwkR2{width:5rem;height:5rem}}.VideoCarousel_slide__wg_Fm:hover .VideoCarousel_playButtonCircle__pwkR2{background-color:white;transform:scale(1.1)}.VideoCarousel_playIcon__9pUFv{width:2rem;height:2rem;color:black;margin-left:.25rem}@media (min-width:768px){.VideoCarousel_playIcon__9pUFv{width:2.5rem;height:2.5rem}}.VideoCarousel_navButton__Cs5Nf{position:absolute;top:50%;transform:translateY(-50%);z-index:10;padding:.75rem;background-color:rgba(0,0,0,.5);color:white;border-radius:9999px;transition:all .3s;backdrop-filter:blur(4px);cursor:pointer}.VideoCarousel_navButton__Cs5Nf:hover{background-color:rgba(0,0,0,.7)}.VideoCarousel_navButtonPrev__iBILk{left:0}@media (min-width:768px){.VideoCarousel_navButtonPrev__iBILk{left:-1rem}}.VideoCarousel_navButtonNext__cEG6G{right:0}@media (min-width:768px){.VideoCarousel_navButtonNext__cEG6G{right:-1rem}}.VideoCarousel_indicators__6dXNU{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}@media (max-width:767px){.VideoCarousel_indicators__6dXNU{margin-top:1rem}}.VideoCarousel_indicator__Hsl0P{transition:all .3s;border-radius:9999px;cursor:pointer}.VideoCarousel_indicatorActive__1id5Y{width:.75rem;height:.75rem;background-color:#d4af37;animation:VideoCarousel_gold-glow__d1npr 2s ease-in-out infinite}.VideoCarousel_indicatorInactive__MrXsL{width:.5rem;height:.5rem;background-color:rgba(255,255,255,.4)}.VideoCarousel_indicatorInactive__MrXsL:hover{background-color:rgba(212,175,55,.6)}@keyframes VideoCarousel_sparkle__cd_Qj{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes VideoCarousel_gold-glow__d1npr{0%,to{box-shadow:0 0 5px rgba(212,175,55,.5)}50%{box-shadow:0 0 20px rgba(212,175,55,.8)}}.VideoCarousel_videoModal__ZkdQw{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.VideoCarousel_videoModalContent__dJKb2{position:relative;width:100%;max-width:90vw;max-height:90vh;aspect-ratio:16/9;background:black;border-radius:.5rem;overflow:hidden}.VideoCarousel_videoModalClose__2wtd9{position:absolute;top:1rem;right:1rem;z-index:10;background:rgba(0,0,0,.7);color:white;border:none;border-radius:9999px;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;backdrop-filter:blur(4px)}.VideoCarousel_videoModalClose__2wtd9:hover{background:rgba(0,0,0,.9);transform:scale(1.1)}.VideoCarousel_videoPlayer__G_co5{width:100%;height:100%;object-fit:contain}.AgeVerificationModal_modal__63OVB{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;color:#fff}.AgeVerificationModal_backdrop__Z0yJ3{position:absolute;inset:0;background:radial-gradient(circle at 50% 0,rgba(212,175,55,.16),transparent 34rem),rgba(0,0,0,.88);backdrop-filter:blur(10px);animation:AgeVerificationModal_fade-in__hCQr8 .2s ease-out}.AgeVerificationModal_panel__FEDFU{position:relative;width:min(100%,45rem);border:1px solid rgba(212,175,55,.42);background:linear-gradient(145deg,rgba(24,24,27,.98),rgba(6,6,7,.98)),#0b0b0c;box-shadow:0 28px 80px rgba(0,0,0,.62),0 0 42px rgba(212,175,55,.14);padding:clamp(2rem,5vw,4rem);text-align:center;animation:AgeVerificationModal_scale-up__jtNej .24s ease-out}.AgeVerificationModal_brand__Jktyd{margin-bottom:1.35rem;color:#fff;font-family:var(--font-display);font-size:1.35rem;font-weight:900;letter-spacing:0}.AgeVerificationModal_brand__Jktyd span{color:#d4af37;text-shadow:0 0 14px rgba(212,175,55,.42)}.AgeVerificationModal_title__w1Gm5{margin:0 0 1.15rem;color:#fff;font-family:var(--font-display);font-size:clamp(2.25rem,6vw,4.25rem);font-weight:950;letter-spacing:0;line-height:.96}.AgeVerificationModal_copy__CVN0o{max-width:35rem;margin:0 auto;color:#d9d9dd;font-size:.98rem;line-height:1.55}.AgeVerificationModal_actions__Hmsl2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:28rem;margin:2.35rem auto 0}.AgeVerificationModal_primaryButton__KWIa3,.AgeVerificationModal_secondaryButton__GU7zo{min-height:3rem;border:1px solid rgba(212,175,55,.78);cursor:pointer;font-size:1rem;font-weight:800;transition:transform .18s ease,background-color .2s ease,border-color .2s ease,color .2s ease}.AgeVerificationModal_primaryButton__KWIa3{background:linear-gradient(135deg,#d4af37,#f4d03f);color:#050505;box-shadow:0 0 22px rgba(212,175,55,.22)}.AgeVerificationModal_secondaryButton__GU7zo{background:rgba(0,0,0,.4);color:#fff}.AgeVerificationModal_primaryButton__KWIa3:hover,.AgeVerificationModal_secondaryButton__GU7zo:hover{transform:translateY(-1px);border-color:#f4d03f}.AgeVerificationModal_secondaryButton__GU7zo:hover{background:rgba(212,175,55,.12);color:#f4d03f}.AgeVerificationModal_warning__J9lxK{display:flex;flex-direction:column;gap:.25rem;margin:3rem auto 0;color:#d7d7dc;font-size:.86rem;line-height:1.45}.AgeVerificationModal_warning__J9lxK span{color:#f4d03f;font-weight:800}@media (max-width:640px){.AgeVerificationModal_panel__FEDFU{padding:2rem 1.25rem}.AgeVerificationModal_actions__Hmsl2{grid-template-columns:1fr;gap:.85rem;margin-top:1.75rem}.AgeVerificationModal_copy__CVN0o{font-size:.9rem}.AgeVerificationModal_warning__J9lxK{margin-top:2rem}}@keyframes AgeVerificationModal_fade-in__hCQr8{0%{opacity:0}to{opacity:1}}@keyframes AgeVerificationModal_scale-up__jtNej{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.page_page__556_G{position:relative;min-height:100vh;color:white;font-family:var(--font-sans)}.page_page__556_G ::selection{background-color:#d4af37;color:black}.page_background__dpzbb{position:fixed;inset:0;z-index:0;width:100%;height:100%}.page_backgroundImage__Dz42v{object-fit:cover}.page_backgroundOverlay__Innva{position:absolute;inset:0;background-color:rgba(0,0,0,.7)}.page_goldGradient__AbbI9{position:absolute;inset:0;background:linear-gradient(to bottom right,transparent,transparent,rgba(212,175,55,.05))}.page_sparkle1__nZeV1{top:25%;left:25%}.page_sparkle1__nZeV1,.page_sparkle2__vw8s3{position:absolute;width:24rem;height:24rem;background-color:rgba(212,175,55,.1);border-radius:9999px;filter:blur(96px);animation:page_sparkle__nYjKX 3s ease-in-out infinite}.page_sparkle2__vw8s3{bottom:25%;right:25%;animation-delay:1s}.page_content___38fW{position:relative;z-index:10}@keyframes page_sparkle__nYjKX{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}