.page-module___8aEwW__header{border-bottom:1px solid var(--card-border);z-index:100;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);WebkitBackdropFilter:blur(15px);background:#030b14b3;border-radius:0 0 16px 16px;justify-content:space-between;align-items:center;margin-bottom:48px;padding:16px 24px;display:flex;position:sticky;top:0}.page-module___8aEwW__logo{color:var(--primary);text-shadow:var(--neon-glow);font-size:24px}.page-module___8aEwW__actions{align-items:center;gap:16px;display:flex}.page-module___8aEwW__searchBar{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-primary);border-radius:8px;outline:none;width:250px;padding:10px 16px}.page-module___8aEwW__searchBar:focus{border-color:var(--primary);box-shadow:var(--neon-glow)}.page-module___8aEwW__btnPrimary{background:var(--primary);color:#fff;border-radius:8px;padding:10px 24px;font-weight:600;transition:all .2s}.page-module___8aEwW__btnPrimary:hover{background:var(--primary-hover);box-shadow:var(--neon-glow-intense);transform:translateY(-2px)}.page-module___8aEwW__btnOutline{color:#fff;border:1px solid var(--card-border);background:0 0;border-radius:8px;padding:10px 24px;font-weight:600;transition:all .2s}.page-module___8aEwW__btnOutline:hover{border-color:var(--primary);color:var(--primary)}.page-module___8aEwW__bannerContainer{width:100%;margin-bottom:64px}.page-module___8aEwW__bannerImageWrapper{aspect-ratio:3;border:1px solid var(--card-border);border-radius:16px;width:100%;height:auto;position:relative;overflow:hidden;box-shadow:0 20px 40px #0009}.page-module___8aEwW__bannerImage{object-fit:cover;object-position:center;width:100%;height:100%}.page-module___8aEwW__bannerOverlay{text-align:center;background:linear-gradient(90deg,#000c 10%,#0000004d 50%,#000c 90%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.page-module___8aEwW__bannerSubtitle{font-family:var(--font-display);color:var(--primary);letter-spacing:2px;text-shadow:var(--neon-glow);z-index:2;margin-bottom:-10px;font-size:24px}.page-module___8aEwW__bannerTitle{font-family:var(--font-display);color:#fff;text-shadow:0 10px 20px #000c;margin:0;font-size:100px;font-weight:900;line-height:1}.page-module___8aEwW__bannerDesc{color:#e2e8f0;letter-spacing:1px;background:#00a8ff33;border:1px solid #00a8ff4d;border-radius:4px;margin-top:16px;padding:8px 24px;font-size:16px;font-weight:600}.page-module___8aEwW__productGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.page-module___8aEwW__productCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;flex-direction:column;gap:16px;padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.page-module___8aEwW__productCard:before{content:"";background:var(--primary);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.page-module___8aEwW__productCard:hover{border-color:var(--card-hover-border);transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.page-module___8aEwW__productCard:hover:before{opacity:1}.page-module___8aEwW__productImagePlaceholder{background:#0000004d;border-radius:8px;justify-content:center;align-items:center;height:200px;margin-bottom:8px;font-size:48px;display:flex}.page-module___8aEwW__productTitle{font-size:20px;font-weight:700}.page-module___8aEwW__productPrice{color:var(--text-primary);margin-top:auto;font-size:24px;font-weight:800}.page-module___8aEwW__btnBuy{background:var(--primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px;font-size:16px;font-weight:600;transition:all .2s;display:flex}.page-module___8aEwW__btnBuy:hover{background:var(--primary-hover);box-shadow:var(--neon-glow)}.page-module___8aEwW__cartOverlay{z-index:1000;background:#000c;justify-content:flex-end;animation:.2s ease-out page-module___8aEwW__fadeIn;display:flex;position:fixed;inset:0}.page-module___8aEwW__cartSidebar{background:var(--bg-color);border-left:1px solid var(--card-border);flex-direction:column;width:400px;max-width:100%;height:100%;padding:24px;animation:.3s cubic-bezier(.16,1,.3,1) page-module___8aEwW__slideIn;display:flex}@keyframes page-module___8aEwW__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.page-module___8aEwW__cartHeader{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;display:flex}.page-module___8aEwW__cartHeader h2{font-family:var(--font-display)}.page-module___8aEwW__cartHeader button{color:var(--text-secondary);font-size:24px;transition:color .2s}.page-module___8aEwW__cartHeader button:hover{color:#fff}.page-module___8aEwW__cartItems{flex-direction:column;flex:1;gap:16px;display:flex;overflow-y:auto}.page-module___8aEwW__cartItem{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;justify-content:space-between;align-items:center;padding:16px;display:flex}.page-module___8aEwW__cartItem h4{margin-bottom:4px;font-weight:600}.page-module___8aEwW__cartItem p{color:var(--primary);font-weight:700}.page-module___8aEwW__btnRemove{color:#ef4444;font-size:14px;font-weight:600}.page-module___8aEwW__btnRemove:hover{text-decoration:underline}.page-module___8aEwW__cartFooter{border-top:1px solid var(--card-border);margin-top:24px;padding-top:24px}.page-module___8aEwW__cartTotal{justify-content:space-between;margin-bottom:16px;font-size:20px;font-weight:800;display:flex}.page-module___8aEwW__logoNeon{color:#fff;text-shadow:0 0 2px #00a8ff,0 0 8px #00a8ff,0 0 15px #00a8ff;animation:2.5s ease-in-out infinite alternate page-module___8aEwW__neonPulse}@keyframes page-module___8aEwW__neonPulse{0%{text-shadow:0 0 2px #00a8ff80,0 0 6px #00a8ff80,0 0 10px #00a8ff80}to{text-shadow:0 0 2px #00a8ff,0 0 8px #00a8ff,0 0 18px #00a8ff}}.page-module___8aEwW__categoryNav{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:32px;display:flex}.page-module___8aEwW__categoryBtn{color:var(--text-secondary);border:1px solid var(--card-border);cursor:pointer;background:#ffffff0d;border-radius:30px;padding:8px 24px;font-weight:600;transition:all .2s}.page-module___8aEwW__categoryBtn:hover{border-color:var(--primary);color:#fff;background:#00a8ff1a}.page-module___8aEwW__categoryBtnActive{background:var(--primary);color:#fff;border:1px solid var(--primary);box-shadow:0 0 15px #00a8ff66}.page-module___8aEwW__badge{color:#fff;z-index:2;text-transform:uppercase;background:linear-gradient(90deg,#ff4757,#ff6b81);border-radius:20px;padding:4px 12px;font-size:12px;font-weight:800;position:absolute;top:12px;right:12px;box-shadow:0 4px 10px #ff475780}.page-module___8aEwW__badgePremium{color:#000;background:linear-gradient(90deg,#eccc68,#ffa502);box-shadow:0 4px 10px #ffa50280}.page-module___8aEwW__footer{background:linear-gradient(#0000 0%,#000a14f2 30%,#000a14 100%);margin-top:100px;position:relative}.page-module___8aEwW__footerGlowLine{background:linear-gradient(90deg,#0000 0%,#00a8ff 20%,#00e5ff 50%,#00a8ff 80%,#0000 100%);height:2px;animation:3s ease-in-out infinite page-module___8aEwW__glowSweep;box-shadow:0 0 20px #00a8ff,0 0 40px #00a8ff4d}@keyframes page-module___8aEwW__glowSweep{0%,to{opacity:.6}50%{opacity:1}}.page-module___8aEwW__footerStats{background:#00a8ff0d;border-bottom:1px solid #00a8ff1a;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding:16px 24px;display:flex}.page-module___8aEwW__footerStat{flex-direction:column;align-items:center;gap:4px;padding:8px 32px;display:flex}.page-module___8aEwW__footerStatValue{color:#00e5ff;letter-spacing:2px;text-transform:uppercase;text-shadow:0 0 8px #00e5ff99;font-size:14px;font-weight:800}.page-module___8aEwW__footerStatLabel{color:#475569;letter-spacing:1px;text-transform:uppercase;font-size:11px}.page-module___8aEwW__footerStatDivider{background:#00a8ff33;width:1px;height:32px}.page-module___8aEwW__footerContent{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1400px;margin:0 auto;padding:56px 48px 40px;display:grid}@media (max-width:900px){.page-module___8aEwW__footerContent{grid-template-columns:1fr 1fr;gap:32px;padding:40px 24px}}@media (max-width:560px){.page-module___8aEwW__footerContent{grid-template-columns:1fr}}.page-module___8aEwW__footerBrand{flex-direction:column;gap:16px;display:flex}.page-module___8aEwW__footerLogo{color:#00e5ff;letter-spacing:3px;text-shadow:0 0 10px #00e5ffb3,0 0 20px #00e5ff4d;font-size:22px;font-weight:900}.page-module___8aEwW__footerDesc{color:#475569;max-width:300px;font-size:13px;line-height:1.7}.page-module___8aEwW__footerSocials{gap:10px;margin-top:4px;display:flex}.page-module___8aEwW__footerSocialIcon{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.page-module___8aEwW__footerSocialIcon:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0006}.page-module___8aEwW__footerSection{flex-direction:column;gap:0;display:flex}.page-module___8aEwW__footerColTitle{color:#00a8ff;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid #00a8ff26;margin-bottom:18px;padding-bottom:10px;font-size:12px;font-weight:800}.page-module___8aEwW__footerList{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.page-module___8aEwW__footerList li a{color:#64748b;align-items:center;gap:6px;font-size:13px;text-decoration:none;transition:all .2s;display:flex}.page-module___8aEwW__footerList li a:hover{color:#00e5ff;transform:translate(4px)}.page-module___8aEwW__footerPayments{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.page-module___8aEwW__footerPayBadge{color:#94a3b8;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;display:flex}.page-module___8aEwW__footerSecure{color:#22c55e;letter-spacing:.5px;margin:0;font-size:11px}.page-module___8aEwW__footerBottom{border-top:1px solid #ffffff0d;padding:20px 48px}.page-module___8aEwW__footerBottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1400px;margin:0 auto;display:flex}.page-module___8aEwW__footerBottomInner>span:first-child{color:#00a8ff;letter-spacing:2px;text-shadow:0 0 8px #00a8ff66;font-size:14px;font-weight:800}.page-module___8aEwW__footerCopyright{color:#334155;font-size:12px}.page-module___8aEwW__socialProofToast{border:1px solid var(--primary);border-left:4px solid var(--primary);z-index:1000;background:#030b14f2;border-radius:8px;align-items:center;gap:16px;padding:16px 20px;animation:.5s cubic-bezier(.16,1,.3,1) page-module___8aEwW__slideInLeft,.5s ease-in 4.5s forwards page-module___8aEwW__fadeOut;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 10px 30px #00a8ff33}.page-module___8aEwW__socialProofIcon{color:var(--primary);background:#00a8ff33;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.page-module___8aEwW__socialProofText p{color:#fff;margin:0;font-size:14px;font-weight:600}.page-module___8aEwW__socialProofText span{color:var(--text-secondary);font-size:12px}@keyframes page-module___8aEwW__slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes page-module___8aEwW__fadeOut{0%{opacity:1}to{opacity:0;visibility:hidden}}.page-module___8aEwW__animateFadeInUp{animation:.6s ease-out backwards page-module___8aEwW__fadeInUp}@keyframes page-module___8aEwW__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module___8aEwW__floatingSocials{z-index:1000;flex-direction:column;gap:8px;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%)}.page-module___8aEwW__socialBtn{color:#fff;border-radius:8px 0 0 8px;justify-content:center;align-items:center;width:45px;height:45px;text-decoration:none;transition:all .3s;display:flex;box-shadow:-2px 2px 10px #0006}.page-module___8aEwW__socialBtn:hover{width:55px}.page-module___8aEwW__socialBtn svg{filter:drop-shadow(0 2px 2px #0003);width:24px;height:24px}
.checkout-module__T5qxHW__checkoutContainer{z-index:2000;background:#000;animation:.2s ease-out checkout-module__T5qxHW__fadeIn;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes checkout-module__T5qxHW__fadeIn{0%{opacity:0}to{opacity:1}}.checkout-module__T5qxHW__leftPanel{color:#fff;background:#000;flex-direction:column;flex:1;padding:40px;display:flex;overflow-y:auto}.checkout-module__T5qxHW__btnBack{color:#fff;align-self:flex-start;align-items:center;gap:8px;margin-bottom:40px;font-size:16px;font-weight:500;display:flex}.checkout-module__T5qxHW__btnBack:hover{opacity:.8}.checkout-module__T5qxHW__formWrapper{width:100%;max-width:480px;margin:0 auto}.checkout-module__T5qxHW__sectionTitle{text-align:center;margin-bottom:24px;font-size:16px;font-weight:600}.checkout-module__T5qxHW__stepper{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.checkout-module__T5qxHW__step{color:#888;z-index:2;background:#000;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;display:flex}.checkout-module__T5qxHW__activeStep{color:#00a8ff;border-color:#00a8ff;box-shadow:0 0 10px #00a8ff4d}.checkout-module__T5qxHW__stepLine{z-index:1;background:#333;flex:1;height:1px;margin:0 -8px}.checkout-module__T5qxHW__form{flex-direction:column;gap:20px;display:flex}.checkout-module__T5qxHW__inputGroup{flex-direction:column;gap:8px;display:flex}.checkout-module__T5qxHW__inputGroup label{color:#e5e5e5;font-size:14px;font-weight:500}.checkout-module__T5qxHW__inputGroup input,.checkout-module__T5qxHW__inputGroup select{color:#fff;background:#0a0a0a;border:1px solid #222;border-radius:6px;outline:none;padding:12px 16px;font-size:14px;transition:border-color .2s}.checkout-module__T5qxHW__inputGroup input:focus,.checkout-module__T5qxHW__inputGroup select:focus{border-color:#00a8ff}.checkout-module__T5qxHW__btnProceed{color:#fff;background:#009cf0;border-radius:6px;align-self:flex-start;margin-top:16px;padding:12px 24px;font-size:14px;font-weight:600;transition:background .2s}.checkout-module__T5qxHW__btnProceed:hover{background:#008be6}.checkout-module__T5qxHW__rightPanel{background:#111;border-left:1px solid #222;flex:1;padding:80px 40px;overflow-y:auto}.checkout-module__T5qxHW__summaryWrapper{width:100%;max-width:480px;margin:0 auto}.checkout-module__T5qxHW__cartItems{flex-direction:column;gap:24px;margin-bottom:32px;display:flex}.checkout-module__T5qxHW__summaryItem{align-items:center;gap:16px;display:flex}.checkout-module__T5qxHW__itemImageWrapper{position:relative}.checkout-module__T5qxHW__itemImagePlaceholder{color:#666;background:#222;border:1px solid #333;border-radius:8px;justify-content:center;align-items:center;width:64px;height:64px;font-size:12px;display:flex}.checkout-module__T5qxHW__itemBadge{color:#000;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px}.checkout-module__T5qxHW__itemDetails{flex:1}.checkout-module__T5qxHW__itemDetails h4{color:#fff;font-size:14px;font-weight:500}.checkout-module__T5qxHW__itemPrice{color:#fff;font-size:14px}.checkout-module__T5qxHW__couponSection{border-top:1px solid #222;gap:8px;margin-bottom:32px;padding-top:32px;display:flex}.checkout-module__T5qxHW__couponInput{color:#fff;background:#0a0a0a;border:1px solid #222;border-radius:6px;outline:none;flex:1;padding:12px 16px;font-size:14px}.checkout-module__T5qxHW__couponInput:focus{border-color:#00a8ff}.checkout-module__T5qxHW__btnApply{color:#fff;background:#009cf0;border-radius:6px;padding:0 24px;font-size:14px;font-weight:600;transition:background .2s}.checkout-module__T5qxHW__btnApply:hover{background:#008be6}.checkout-module__T5qxHW__totalsSection{border-top:1px solid #222;flex-direction:column;gap:16px;padding-top:32px;display:flex}.checkout-module__T5qxHW__totalRow{color:#ccc;justify-content:space-between;font-size:14px;display:flex}.checkout-module__T5qxHW__finalTotal{color:#fff;font-size:16px;font-weight:600}.checkout-module__T5qxHW__discordSection{flex-direction:column;gap:12px;margin-top:20px;display:flex}.checkout-module__T5qxHW__btnDiscordLink{color:#fff;background:#5865f2;border-radius:6px;justify-content:center;align-items:center;gap:10px;padding:12px;font-weight:600;transition:opacity .2s;display:flex}.checkout-module__T5qxHW__btnDiscordLink:hover{opacity:.9}.checkout-module__T5qxHW__discordProfile{background:#1a1c1e;border:1px solid #333;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex}.checkout-module__T5qxHW__discordProfile img{border-radius:50%;width:40px;height:40px}.checkout-module__T5qxHW__btnCancelLink{color:#ff4757;margin-top:2px;font-size:12px;font-weight:600;display:block}.checkout-module__T5qxHW__paymentMethods{flex-direction:column;gap:12px;display:flex}.checkout-module__T5qxHW__paymentOption{cursor:pointer;background:#0a0a0a;border:1px solid #222;border-radius:8px;align-items:center;gap:15px;padding:15px 20px;transition:all .2s;display:flex}.checkout-module__T5qxHW__selectedPayment{background:#00a8ff0d;border-color:#00a8ff}.checkout-module__T5qxHW__paymentIcon img{width:auto;height:40px}.checkout-module__T5qxHW__activeLine{background:#00a8ff!important}.checkout-module__T5qxHW__btnRemove{color:#ff4757;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px}
.Sidebar-module__WZVnLW__sidebarContainer{z-index:100;width:220px;position:relative}@keyframes Sidebar-module__WZVnLW__fadeIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.Sidebar-module__WZVnLW__customSelect{width:100%;position:relative}.Sidebar-module__WZVnLW__selectTrigger{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;color:#fff;background:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;justify-content:space-between;align-items:center;height:45px;padding:10px 15px;transition:all .3s;display:flex}.Sidebar-module__WZVnLW__selectTrigger:hover{border-color:#00a8ff;transform:translateY(-2px);box-shadow:0 0 15px #00a8ff4d}.Sidebar-module__WZVnLW__selectTrigger.Sidebar-module__WZVnLW__active{background:#0f172af2;border-color:#00a8ff}.Sidebar-module__WZVnLW__selectedOption{letter-spacing:.5px;align-items:center;gap:12px;font-weight:600;display:flex}.Sidebar-module__WZVnLW__arrow{color:#94a3b8;font-size:14px;transition:transform .3s}.Sidebar-module__WZVnLW__selectTrigger.Sidebar-module__WZVnLW__active .Sidebar-module__WZVnLW__arrow{color:#00a8ff;transform:rotate(180deg)}.Sidebar-module__WZVnLW__dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:1000;background:#0f172af2;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 10px);left:0;transform:translateY(-10px);box-shadow:0 20px 40px #0006}.Sidebar-module__WZVnLW__dropdown.Sidebar-module__WZVnLW__active{opacity:1;visibility:visible;transform:translateY(0)}.Sidebar-module__WZVnLW__searchBox{margin-bottom:12px;position:relative}.Sidebar-module__WZVnLW__searchBox input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:12px 35px 12px 15px;font-size:14px;transition:all .2s}.Sidebar-module__WZVnLW__searchBox input:focus{background:#ffffff1a;border-color:#00a8ff}.Sidebar-module__WZVnLW__searchIcon{color:#64748b;font-size:14px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.Sidebar-module__WZVnLW__optionsContainer{max-height:300px;padding-right:5px;overflow-y:auto}.Sidebar-module__WZVnLW__optionsContainer::-webkit-scrollbar{width:5px}.Sidebar-module__WZVnLW__optionsContainer::-webkit-scrollbar-thumb{background:#334155;border-radius:10px}.Sidebar-module__WZVnLW__option{cursor:pointer;color:#94a3b8;border-radius:8px;align-items:center;gap:12px;margin-bottom:4px;padding:10px 15px;transition:all .2s;display:flex}.Sidebar-module__WZVnLW__option:hover{color:#fff;background:#00a8ff1a;transform:translate(5px)}.Sidebar-module__WZVnLW__option.Sidebar-module__WZVnLW__selected{color:#fff;background:#00a8ff}.Sidebar-module__WZVnLW__option i{text-align:center;width:20px;font-size:16px}.Sidebar-module__WZVnLW__noResults{text-align:center;color:#64748b;padding:20px;font-size:13px}@media (max-width:1024px){.Sidebar-module__WZVnLW__sidebarContainer{width:100%;margin-bottom:20px;padding:0 20px;position:static}}
.MainCarousel-module__xScBmq__slider{background:#000;border:1px solid #00a8ff33;border-radius:20px;width:100%;max-width:1200px;height:300px;margin:40px auto;position:relative;overflow:hidden}.MainCarousel-module__xScBmq__list{width:100%;height:100%;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex}.MainCarousel-module__xScBmq__item{flex:0 0 100%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.MainCarousel-module__xScBmq__itemBg{z-index:0;background-position:50%;background-size:cover;position:absolute;inset:0}.MainCarousel-module__xScBmq__item img{object-fit:cover;z-index:1;width:100%;height:100%;position:relative}.MainCarousel-module__xScBmq__itemOverlay{z-index:5;pointer-events:none;background:linear-gradient(#0000 50%,#000000b3 100%);position:absolute;inset:0}.MainCarousel-module__xScBmq__itemTitle{font-family:var(--font-display);color:#fff;letter-spacing:2px;text-shadow:0 2px 10px #000c;margin:0;font-size:32px}.MainCarousel-module__xScBmq__itemSubtitle{color:#00a8ff;text-transform:uppercase;letter-spacing:3px;margin-top:8px;font-size:14px;font-weight:800}.MainCarousel-module__xScBmq__buttons{pointer-events:none;z-index:10;justify-content:space-between;display:flex;position:absolute;top:50%;left:10px;right:10px;transform:translateY(-50%)}.MainCarousel-module__xScBmq__navBtn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;cursor:pointer;pointer-events:auto;background:#00a8ff33;border:1px solid #00a8ff66;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-size:16px;transition:all .3s;display:flex}.MainCarousel-module__xScBmq__navBtn:hover{background:#00a8ff;border-color:#00a8ff;transform:scale(1.1);box-shadow:0 0 20px #00a8ff80}.MainCarousel-module__xScBmq__dots{justify-content:center;gap:12px;width:100%;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:20px;left:0}.MainCarousel-module__xScBmq__dot{cursor:pointer;background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:all .5s}.MainCarousel-module__xScBmq__dot.MainCarousel-module__xScBmq__active{background:#00a8ff;border-radius:10px;width:30px;box-shadow:0 0 10px #00a8ff80}@media (max-width:768px){.MainCarousel-module__xScBmq__slider{height:300px;margin:20px 10px}.MainCarousel-module__xScBmq__itemTitle{font-size:22px}.MainCarousel-module__xScBmq__itemOverlay{padding:20px}}
.NewsTicker-module__jcsO2W__tickerContainer{background:#0006;border:1px solid #00a8ff4d;border-radius:4px;flex:0 0 400px;align-items:center;height:30px;margin:0 15px;display:flex;overflow:hidden}.NewsTicker-module__jcsO2W__tickerWrapper{width:100%;overflow:hidden}.NewsTicker-module__jcsO2W__tickerContent{white-space:nowrap;animation:15s linear infinite NewsTicker-module__jcsO2W__ticker;display:flex}.NewsTicker-module__jcsO2W__tickerItem{color:#fff;letter-spacing:1px;text-transform:uppercase;text-shadow:0 0 5px #00a8ff80;padding:0 40px;font-size:13px;font-weight:600}@keyframes NewsTicker-module__jcsO2W__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.NewsTicker-module__jcsO2W__tickerContent:hover{animation-play-state:paused}
