.page-module___8aEwW__container{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__main{flex-direction:column;flex:1;gap:2rem;padding:1rem .75rem;display:flex}@media (min-width:480px){.page-module___8aEwW__main{gap:2.5rem;padding:1.25rem 1rem}}@media (min-width:768px){.page-module___8aEwW__main{gap:4rem;padding:2rem 5%}}.page-module___8aEwW__hero{grid-template-columns:1fr;gap:1rem;margin-top:.5rem;display:grid}@media (min-width:480px){.page-module___8aEwW__hero{gap:1.5rem;margin-top:1rem}}@media (min-width:900px){.page-module___8aEwW__hero{grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}}.page-module___8aEwW__trendingSidebar{background:var(--bg-card);border:1px solid var(--border-light);-webkit-backdrop-filter:blur(8px);border-radius:12px;padding:1.25rem 1rem}@media (min-width:480px){.page-module___8aEwW__trendingSidebar{border-radius:16px;padding:1.5rem}}@media (min-width:768px){.page-module___8aEwW__trendingSidebar{border-radius:20px;padding:2.5rem 2rem}}.page-module___8aEwW__sectionTitle{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.15rem;font-weight:700;display:flex}@media (min-width:480px){.page-module___8aEwW__sectionTitle{margin-bottom:1.2rem;font-size:1.3rem}}@media (min-width:768px){.page-module___8aEwW__sectionTitle{margin-bottom:1.5rem;font-size:1.5rem}}.page-module___8aEwW__sectionTitle:before{content:"";background:var(--accent-blue);border-radius:2px;flex-shrink:0;width:4px;height:18px;display:block}@media (min-width:768px){.page-module___8aEwW__sectionTitle:before{height:24px}}.page-module___8aEwW__trendingList{flex-direction:column;gap:.75rem;display:flex}@media (min-width:480px){.page-module___8aEwW__trendingList{gap:1rem}}@media (min-width:768px){.page-module___8aEwW__trendingList{gap:1.5rem}}.page-module___8aEwW__trendingItem{cursor:pointer;border-radius:8px;align-items:center;gap:.75rem;padding:.4rem;transition:transform .2s;display:flex}@media (min-width:480px){.page-module___8aEwW__trendingItem{gap:1rem;padding:.5rem}}.page-module___8aEwW__trendingItem:hover{background:#ffffff08;transform:translate(10px)}.page-module___8aEwW__trendingNumber{color:#ffffff1a;-webkit-text-stroke:1px var(--accent-blue);flex-shrink:0;font-size:1.3rem;font-weight:800}@media (min-width:480px){.page-module___8aEwW__trendingNumber{font-size:1.5rem}}@media (min-width:768px){.page-module___8aEwW__trendingNumber{font-size:2rem}}.page-module___8aEwW__trendingTitle{color:var(--text-primary);line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:600;transition:color .2s;display:-webkit-box;overflow:hidden}.page-module___8aEwW__trendingItem:hover .page-module___8aEwW__trendingTitle{color:var(--accent-pink)}@media (min-width:480px){.page-module___8aEwW__trendingTitle{font-size:1rem}}@media (min-width:768px){.page-module___8aEwW__trendingTitle{font-size:1.1rem}}.page-module___8aEwW__newsGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:480px){.page-module___8aEwW__newsGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width:900px){.page-module___8aEwW__newsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}}.page-module___8aEwW__forYouSection{background:var(--bg-card);border:1px solid #ff003c40;border-radius:12px;margin-bottom:0;padding:1rem}@media (min-width:480px){.page-module___8aEwW__forYouSection{border-radius:14px;padding:1.25rem}}@media (min-width:768px){.page-module___8aEwW__forYouSection{border-radius:16px;padding:1.5rem}}.page-module___8aEwW__forYouTitle{color:var(--accent-pink);align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__codesWidget{flex-direction:column;gap:.75rem;display:flex}@media (min-width:768px){.page-module___8aEwW__codesWidget{gap:1rem}}.page-module___8aEwW__codesWidgetHeader{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.page-module___8aEwW__codesWidgetHeader .page-module___8aEwW__sectionTitle{margin-bottom:0}.page-module___8aEwW__viewAllLink{color:var(--accent-blue);white-space:nowrap;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .2s}.page-module___8aEwW__viewAllLink:hover{opacity:.75}.page-module___8aEwW__codesGrid{flex-direction:column;gap:.6rem;display:flex}@media (min-width:768px){.page-module___8aEwW__codesGrid{flex-direction:row;gap:1rem}}.page-module___8aEwW__codeCard{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-primary);border-radius:10px;flex:1;align-items:center;gap:.75rem;padding:.875rem 1rem;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}@media (min-width:768px){.page-module___8aEwW__codeCard{border-radius:12px;padding:1rem 1.25rem}}.page-module___8aEwW__codeCard:hover{border-color:#00ff884d;transform:translateY(-2px);box-shadow:0 4px 20px #00ff880f}.page-module___8aEwW__codeActiveDot{background:#0f8;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite page-module___8aEwW__blink;box-shadow:0 0 6px #0f8}@keyframes page-module___8aEwW__blink{0%,to{opacity:1}50%{opacity:.3}}.page-module___8aEwW__codeCardContent{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.page-module___8aEwW__codeGameTag{color:#0f8;text-transform:uppercase;letter-spacing:.5px;font-size:.7rem;font-weight:700}.page-module___8aEwW__codeCardTitle{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}@media (min-width:768px){.page-module___8aEwW__codeCardTitle{font-size:.88rem}}.page-module___8aEwW__codeArrow{color:var(--text-secondary);flex-shrink:0;font-size:1rem;transition:transform .2s}.page-module___8aEwW__codeCard:hover .page-module___8aEwW__codeArrow{transform:translate(4px)}.page-module___8aEwW__newsletterSection{background:linear-gradient(135deg,#00f0ff0a,#9d00ff0a);border:1px solid #00f0ff1a;border-radius:14px;padding:1.5rem 1rem}@media (min-width:480px){.page-module___8aEwW__newsletterSection{border-radius:16px;padding:2rem 1.5rem}}@media (min-width:768px){.page-module___8aEwW__newsletterSection{border-radius:20px;padding:2.5rem 2rem}}.page-module___8aEwW__newsletterContent{flex-direction:column;gap:1.5rem;display:flex}@media (min-width:768px){.page-module___8aEwW__newsletterContent{flex-direction:row;align-items:center;gap:3rem}}.page-module___8aEwW__newsletterText{flex-direction:column;flex:1;gap:.5rem;display:flex}@media (min-width:768px){.page-module___8aEwW__newsletterText{gap:.75rem}}.page-module___8aEwW__newsletterTitle{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:800}@media (min-width:480px){.page-module___8aEwW__newsletterTitle{font-size:1.3rem}}@media (min-width:768px){.page-module___8aEwW__newsletterTitle{font-size:1.4rem}}.page-module___8aEwW__newsletterDesc{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.6}@media (min-width:768px){.page-module___8aEwW__newsletterDesc{font-size:.95rem}}.page-module___8aEwW__newsletterFormWrapper{flex:1;width:100%;max-width:460px}.page-module___8aEwW__feedHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.5rem;display:flex}.page-module___8aEwW__emptyState{text-align:center;color:var(--text-secondary);padding:2rem 1rem;font-size:.95rem}@media (min-width:768px){.page-module___8aEwW__emptyState{padding:3rem 1rem}}
.Navbar-module__cJzEcG__navbar{-webkit-backdrop-filter:blur(16px);z-index:100;border-bottom:1px solid var(--border-light);background:#0b0d17d9;flex-direction:column;transition:all .3s;display:flex;position:sticky;top:0;box-shadow:0 4px 30px #0000001a}.Navbar-module__cJzEcG__topRow{justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;display:flex}.Navbar-module__cJzEcG__logo{letter-spacing:-1px;background:linear-gradient(90deg, var(--accent-blue), var(--accent-purple));-webkit-text-fill-color:transparent;text-transform:uppercase;-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:1.4rem;font-weight:800;text-decoration:none}.Navbar-module__cJzEcG__iconGroup{color:var(--text-secondary);align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__icon{cursor:pointer;transition:color .2s,transform .2s}.Navbar-module__cJzEcG__icon:hover{color:var(--accent-blue);transform:scale(1.1)}.Navbar-module__cJzEcG__menuToggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex}.Navbar-module__cJzEcG__menuToggle:hover{color:var(--accent-blue)}.Navbar-module__cJzEcG__navLinks{border-top:0 solid #0000;flex-direction:column;gap:0;max-height:0;padding:0 1rem;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.Navbar-module__cJzEcG__navLinksOpen{border-top:1px solid var(--border-light);max-height:320px;padding:.5rem 1rem 1rem}.Navbar-module__cJzEcG__navLinks a{color:var(--text-primary);border-bottom:1px solid #ffffff0a;padding:.75rem 0;font-size:1rem;font-weight:500;transition:color .2s;position:relative}.Navbar-module__cJzEcG__navLinks a:last-child{border-bottom:none}.Navbar-module__cJzEcG__navLinks a:after{content:"";background:var(--accent-blue);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--accent-blue)}.Navbar-module__cJzEcG__navLinks a:hover:after{width:100%}@media (min-width:768px){.Navbar-module__cJzEcG__navbar{flex-direction:row;align-items:center;padding:.5rem 5%}.Navbar-module__cJzEcG__topRow{display:contents}.Navbar-module__cJzEcG__logo{order:1;font-size:1.8rem}.Navbar-module__cJzEcG__menuToggle{display:none}.Navbar-module__cJzEcG__navLinks{border-top:none;flex-direction:row;flex:1;order:2;align-items:center;gap:2.5rem;max-height:none;margin-left:2rem;padding:0;overflow:visible}.Navbar-module__cJzEcG__navLinksOpen{border-top:none;padding:0}.Navbar-module__cJzEcG__navLinks a{border-bottom:none;padding:0;font-size:1rem}.Navbar-module__cJzEcG__iconGroup{order:3;gap:1rem;margin-left:auto}}
.SearchModal-module__b1D-bq__overlay{-webkit-backdrop-filter:blur(16px);z-index:1000;background:#070914eb;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:1.5rem;animation:.15s SearchModal-module__b1D-bq__fadeIn;display:flex;position:fixed;inset:0}@media (min-width:480px){.SearchModal-module__b1D-bq__overlay{padding-top:clamp(3rem,8vh,6rem)}}@media (min-width:768px){.SearchModal-module__b1D-bq__overlay{padding-top:clamp(4rem,10vh,8rem)}}@keyframes SearchModal-module__b1D-bq__fadeIn{0%{opacity:0}to{opacity:1}}.SearchModal-module__b1D-bq__closeButton{border:1px solid var(--border-light);width:48px;height:48px;color:var(--text-secondary);cursor:pointer;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:fixed;top:1.5rem;right:1.5rem}.SearchModal-module__b1D-bq__closeButton:hover{border-color:var(--accent-pink);color:var(--accent-pink);background:#ff003c26}.SearchModal-module__b1D-bq__searchContainer{width:100%;max-width:720px;padding:0 1rem;animation:.2s SearchModal-module__b1D-bq__slideDown}@keyframes SearchModal-module__b1D-bq__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.SearchModal-module__b1D-bq__inputWrapper{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:.75rem;padding:0 1.25rem;transition:border-color .2s,box-shadow .2s;display:flex;position:relative}.SearchModal-module__b1D-bq__inputWrapper:focus-within{border-color:var(--accent-blue);box-shadow:0 0 0 3px #00f0ff1a,0 4px 24px #00f0ff14}.SearchModal-module__b1D-bq__searchIcon{color:var(--text-secondary);flex-shrink:0}.SearchModal-module__b1D-bq__searchInput{color:var(--text-primary);font-size:1rem;font-family:var(--font-main);background:0 0;border:none;outline:none;flex:1;padding:.9rem 0;font-weight:500}@media (min-width:480px){.SearchModal-module__b1D-bq__searchInput{padding:1rem 0;font-size:1.1rem}}@media (min-width:768px){.SearchModal-module__b1D-bq__searchInput{padding:1.1rem 0;font-size:1.2rem}}.SearchModal-module__b1D-bq__searchInput::placeholder{color:#a0aab280}.SearchModal-module__b1D-bq__spinnerIcon{color:var(--accent-blue);flex-shrink:0;animation:.8s linear infinite SearchModal-module__b1D-bq__spin}@keyframes SearchModal-module__b1D-bq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SearchModal-module__b1D-bq__clearBtn{width:28px;height:28px;color:var(--text-secondary);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.SearchModal-module__b1D-bq__clearBtn:hover{color:var(--accent-pink);background:#ff003c33}.SearchModal-module__b1D-bq__resultsArea{border:1px solid var(--border-light);background:#1a1d2ef2;border-radius:16px;max-height:60vh;margin-top:1rem;overflow:hidden auto}.SearchModal-module__b1D-bq__resultsArea::-webkit-scrollbar{width:4px}.SearchModal-module__b1D-bq__resultsArea::-webkit-scrollbar-track{background:0 0}.SearchModal-module__b1D-bq__resultsArea::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.SearchModal-module__b1D-bq__hintArea{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.SearchModal-module__b1D-bq__hintLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;display:flex}.SearchModal-module__b1D-bq__hintChips{flex-wrap:wrap;gap:.5rem;display:flex}.SearchModal-module__b1D-bq__hintChip{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;font-size:.85rem;font-family:var(--font-main);background:#ffffff0f;border-radius:20px;padding:.4rem 1rem;transition:all .2s}.SearchModal-module__b1D-bq__hintChip:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:#00f0ff1a}.SearchModal-module__b1D-bq__shortcuts{color:var(--text-secondary);opacity:.6;border-top:1px solid var(--border-light);gap:1.5rem;padding-top:.5rem;font-size:.8rem;display:none}@media (min-width:768px){.SearchModal-module__b1D-bq__shortcuts{display:flex}}.SearchModal-module__b1D-bq__shortcuts kbd{border:1px solid var(--border-light);background:#ffffff1a;border-radius:4px;margin-right:.25rem;padding:.1rem .4rem;font-family:monospace;font-size:.75rem}.SearchModal-module__b1D-bq__resultsHeader{border-bottom:1px solid var(--border-light);padding:.75rem 1.25rem}.SearchModal-module__b1D-bq__resultsCount{color:var(--text-secondary);font-size:.8rem}.SearchModal-module__b1D-bq__resultList{flex-direction:column;display:flex}.SearchModal-module__b1D-bq__resultItem{color:var(--text-primary);cursor:pointer;border-bottom:1px solid #ffffff0a;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;transition:background .15s;display:flex}.SearchModal-module__b1D-bq__resultItem:last-child{border-bottom:none}.SearchModal-module__b1D-bq__resultItem:hover,.SearchModal-module__b1D-bq__resultItemActive{background:#00f0ff0d}.SearchModal-module__b1D-bq__resultTag{color:#000;white-space:nowrap;text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:.25rem .6rem;font-size:.7rem;font-weight:800}.SearchModal-module__b1D-bq__resultBody{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.SearchModal-module__b1D-bq__resultTitle{white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;line-height:1.4;overflow:hidden}.SearchModal-module__b1D-bq__resultExcerpt{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.SearchModal-module__b1D-bq__resultCategory{color:var(--text-secondary);white-space:nowrap;flex-shrink:0;font-size:.75rem}.SearchModal-module__b1D-bq__skeleton{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:8px;height:60px;margin:.5rem 1rem;animation:1.2s infinite SearchModal-module__b1D-bq__shimmer}@keyframes SearchModal-module__b1D-bq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.SearchModal-module__b1D-bq__noResults{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 1.5rem;display:flex}.SearchModal-module__b1D-bq__noResultsEmoji{margin-bottom:.5rem;font-size:2.5rem}.SearchModal-module__b1D-bq__noResults p{color:var(--text-primary);margin:0;font-size:1rem}.SearchModal-module__b1D-bq__noResultsHint{color:var(--text-secondary)!important;font-size:.9rem!important}.SearchModal-module__b1D-bq__searchFooter{text-align:center;color:#a0aab266;margin-top:.75rem;font-size:.78rem}.SearchModal-module__b1D-bq__searchFooter kbd{background:#ffffff14;border:1px solid #ffffff1f;border-radius:4px;padding:.1rem .4rem;font-family:monospace;font-size:.72rem}
.Footer-module__S6Hkya__footer{text-align:center;color:var(--text-secondary);border-top:1px solid var(--border-light);background:var(--bg-primary);margin-top:auto;padding:2rem 1rem;font-size:.9rem}.Footer-module__S6Hkya__links{justify-content:center;gap:1.5rem;margin-top:1rem;display:flex}.Footer-module__S6Hkya__links a:hover{color:var(--accent-blue);text-decoration:underline}@media (min-width:768px){.Footer-module__S6Hkya__footer{padding:3rem;font-size:1rem}}
.HeroCarousel-module__hy1Euq__embla{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000004d}@media (min-width:768px){.HeroCarousel-module__hy1Euq__embla{border-radius:20px}}.HeroCarousel-module__hy1Euq__viewport{width:100%;overflow:hidden}.HeroCarousel-module__hy1Euq__container{display:flex}.HeroCarousel-module__hy1Euq__slide{flex:0 0 100%;min-width:0;position:relative}.HeroCarousel-module__hy1Euq__featuredCard{background:var(--bg-secondary);flex-direction:column;justify-content:flex-end;min-height:280px;padding:1.25rem;display:flex;position:relative}@media (min-width:480px){.HeroCarousel-module__hy1Euq__featuredCard{min-height:350px;padding:1.5rem}}@media (min-width:768px){.HeroCarousel-module__hy1Euq__featuredCard{min-height:480px;padding:2.5rem}}.HeroCarousel-module__hy1Euq__featuredImage{z-index:1;width:100%;height:100%;transition:transform 6s ease-in-out;position:absolute;top:0;left:0}.HeroCarousel-module__hy1Euq__slide:hover .HeroCarousel-module__hy1Euq__featuredImage{transform:scale(1.05)}.HeroCarousel-module__hy1Euq__featuredContent{z-index:2;background:linear-gradient(to top, var(--bg-primary) 10%, transparent);margin:-1.25rem;padding:6rem 1.25rem 1.25rem;position:relative}@media (min-width:480px){.HeroCarousel-module__hy1Euq__featuredContent{margin:-1.5rem;padding:8rem 1.5rem 1.5rem}}@media (min-width:768px){.HeroCarousel-module__hy1Euq__featuredContent{margin:-2.5rem;padding:12rem 2.5rem 2.5rem}}.HeroCarousel-module__hy1Euq__badge{background:var(--accent-pink);color:#fff;text-transform:uppercase;border-radius:4px;margin-bottom:.8rem;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}@media (min-width:768px){.HeroCarousel-module__hy1Euq__badge{margin-bottom:1rem;padding:.4rem 1rem;font-size:.8rem}}.HeroCarousel-module__hy1Euq__featuredTitle{color:#fff;text-shadow:0 2px 10px #00000080;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.2rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}@media (min-width:480px){.HeroCarousel-module__hy1Euq__featuredTitle{-webkit-line-clamp:unset;margin-bottom:.8rem;font-size:1.5rem}}@media (min-width:768px){.HeroCarousel-module__hy1Euq__featuredTitle{margin-bottom:1rem;font-size:2.5rem;line-height:1.2}}.HeroCarousel-module__hy1Euq__featuredDesc{color:#d1d5db;text-shadow:0 1px 5px #00000080;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;display:-webkit-box;overflow:hidden}@media (min-width:480px){.HeroCarousel-module__hy1Euq__featuredDesc{-webkit-line-clamp:unset;font-size:.95rem}}@media (min-width:768px){.HeroCarousel-module__hy1Euq__featuredDesc{max-width:80%;font-size:1.1rem}}.HeroCarousel-module__hy1Euq__navButton{z-index:10;border:1px solid var(--border-light);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0b0d1799;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}@media (min-width:480px){.HeroCarousel-module__hy1Euq__navButton{width:40px;height:40px}}.HeroCarousel-module__hy1Euq__navButton:hover{background:var(--accent-blue);color:var(--bg-primary);border-color:var(--accent-blue);box-shadow:0 0 15px var(--accent-blue)}.HeroCarousel-module__hy1Euq__prevButton{left:.5rem}.HeroCarousel-module__hy1Euq__nextButton{right:.5rem}@media (min-width:480px){.HeroCarousel-module__hy1Euq__prevButton{left:1rem}.HeroCarousel-module__hy1Euq__nextButton{right:1rem}}
.NewsCard-module__CYGr8G__newsCard{background:var(--bg-card);border:1px solid var(--border-light);cursor:pointer;-webkit-backdrop-filter:blur(8px);border-radius:12px;flex-direction:column;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden}@media (min-width:768px){.NewsCard-module__CYGr8G__newsCard{border-radius:16px}}.NewsCard-module__CYGr8G__newsCard:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--accent-purple), var(--accent-blue));-webkit-mask-composite:xor;opacity:0;z-index:10;pointer-events:none;padding:2px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.NewsCard-module__CYGr8G__newsCard:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00f0ff1f}@media (min-width:768px){.NewsCard-module__CYGr8G__newsCard:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00f0ff26}}.NewsCard-module__CYGr8G__newsCard:hover:before{opacity:1}.NewsCard-module__CYGr8G__imageWrapper{height:160px;position:relative;overflow:hidden}@media (min-width:480px){.NewsCard-module__CYGr8G__imageWrapper{height:180px}}@media (min-width:768px){.NewsCard-module__CYGr8G__imageWrapper{height:220px}}.NewsCard-module__CYGr8G__image{width:100%;height:100%;transition:transform .5s}.NewsCard-module__CYGr8G__newsCard:hover .NewsCard-module__CYGr8G__image{transform:scale(1.1)}.NewsCard-module__CYGr8G__content{flex-direction:column;flex:1;padding:1.2rem;display:flex}@media (min-width:768px){.NewsCard-module__CYGr8G__content{padding:1.5rem}}.NewsCard-module__CYGr8G__meta{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:.8rem;font-size:.8rem;display:flex}@media (min-width:768px){.NewsCard-module__CYGr8G__meta{font-size:.85rem}}.NewsCard-module__CYGr8G__category{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.5px;font-weight:700}.NewsCard-module__CYGr8G__title{color:var(--text-primary);flex:1;margin-bottom:1rem;font-size:1.1rem;font-weight:700;line-height:1.4}@media (min-width:768px){.NewsCard-module__CYGr8G__title{margin-bottom:1.2rem;font-size:1.25rem}}.NewsCard-module__CYGr8G__readMore{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;transition:color .2s;display:flex}.NewsCard-module__CYGr8G__newsCard:hover .NewsCard-module__CYGr8G__readMore{color:var(--accent-pink)}@media (min-width:768px){.NewsCard-module__CYGr8G__readMore{font-size:.9rem}}
.CodeBlock-module__JGDIXa__wrapper{border:1px solid var(--border-light);border-radius:16px;margin:2.5rem 0;overflow:hidden}.CodeBlock-module__JGDIXa__expiredBanner{color:var(--accent-pink);background:#ff003c1f;border-bottom:1px solid #ff003c40;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.CodeBlock-module__JGDIXa__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.CodeBlock-module__JGDIXa__gameBadge{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:800}.CodeBlock-module__JGDIXa__codeCount{color:var(--text-secondary);font-size:.8rem}.CodeBlock-module__JGDIXa__codeList{flex-direction:column;display:flex}.CodeBlock-module__JGDIXa__codeRow{background:var(--bg-primary);border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:background .15s;display:flex}.CodeBlock-module__JGDIXa__codeRow:last-child{border-bottom:none}.CodeBlock-module__JGDIXa__codeRow:hover{background:#00f0ff08}.CodeBlock-module__JGDIXa__codeRowExpired{opacity:.5}.CodeBlock-module__JGDIXa__codeInfo{flex-direction:column;gap:.25rem;min-width:0;display:flex}.CodeBlock-module__JGDIXa__codeText{color:var(--accent-blue);letter-spacing:2px;word-break:break-all;font-family:Courier New,Courier,monospace;font-size:1.1rem;font-weight:700}.CodeBlock-module__JGDIXa__codeRewards{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.CodeBlock-module__JGDIXa__copyBtn{color:var(--accent-blue);font-size:.85rem;font-weight:600;font-family:var(--font-main);cursor:pointer;white-space:nowrap;background:#00f0ff14;border:1px solid #00f0ff33;border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.5rem 1rem;transition:all .2s;display:flex}.CodeBlock-module__JGDIXa__copyBtn:hover:not(:disabled){border-color:var(--accent-blue);background:#00f0ff26;box-shadow:0 0 12px #00f0ff26}.CodeBlock-module__JGDIXa__copyBtn:disabled{cursor:not-allowed;opacity:.4;border-color:var(--border-light);color:var(--text-secondary);background:#ffffff0a}.CodeBlock-module__JGDIXa__copyBtnSuccess{color:#0f8!important;background:#00ff881a!important;border-color:#0f8!important}.CodeBlock-module__JGDIXa__howTo{background:#00f0ff0a;border-top:1px solid #00f0ff1f;padding:1.25rem}.CodeBlock-module__JGDIXa__howToTitle{color:var(--text-primary);margin-bottom:1rem;font-size:.95rem;font-weight:700}.CodeBlock-module__JGDIXa__howToContent{flex-direction:column;gap:.6rem;display:flex}.CodeBlock-module__JGDIXa__howToStep{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.CodeBlock-module__JGDIXa__stepNum{width:22px;height:22px;color:var(--accent-blue);background:#00f0ff26;border:1px solid #00f0ff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.7rem;font-weight:800;display:flex}
.NewsletterForm-module__Me2VVa__form{flex-direction:column;gap:.75rem;width:100%;display:flex}.NewsletterForm-module__Me2VVa__inputRow{flex-direction:column;gap:.5rem;display:flex}@media (min-width:480px){.NewsletterForm-module__Me2VVa__inputRow{flex-direction:row}}.NewsletterForm-module__Me2VVa__input{color:var(--text-primary);font-size:.95rem;font-family:var(--font-main);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;outline:none;flex:1;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s}.NewsletterForm-module__Me2VVa__input:focus{border-color:var(--accent-blue);box-shadow:0 0 0 3px #00f0ff14}.NewsletterForm-module__Me2VVa__input::placeholder{color:#a0aab280}.NewsletterForm-module__Me2VVa__input:disabled{opacity:.5}.NewsletterForm-module__Me2VVa__btn{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));color:#000;font-size:.9rem;font-weight:800;font-family:var(--font-main);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;min-width:120px;padding:.75rem 1.4rem;transition:opacity .2s,transform .2s;display:flex}.NewsletterForm-module__Me2VVa__btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.NewsletterForm-module__Me2VVa__btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.NewsletterForm-module__Me2VVa__spinner{border:2px solid #0000004d;border-top-color:#000;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite NewsletterForm-module__Me2VVa__spin}@keyframes NewsletterForm-module__Me2VVa__spin{to{transform:rotate(360deg)}}.NewsletterForm-module__Me2VVa__successState{color:#0f8;background:#00ff8814;border:1px solid #0f83;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.NewsletterForm-module__Me2VVa__successIcon{flex-shrink:0;font-size:1.5rem}.NewsletterForm-module__Me2VVa__successState p{margin:0}.NewsletterForm-module__Me2VVa__errorMsg{color:var(--accent-pink);margin:0;padding-left:.25rem;font-size:.85rem}.NewsletterForm-module__Me2VVa__disclaimer{color:var(--text-secondary);opacity:.6;margin:0;font-size:.78rem}
.ReadingProgressBar-module__4o0K7G__track{z-index:9999;pointer-events:none;background:#ffffff0f;width:100%;height:3px;position:fixed;top:0;left:0}.ReadingProgressBar-module__4o0K7G__bar{background:linear-gradient(90deg, var(--accent-blue), var(--accent-purple), var(--accent-pink));height:100%;box-shadow:0 0 10px var(--accent-blue);border-radius:0 2px 2px 0;transition:width .1s linear}
.page-module__SkTyMG__container{flex-direction:column;min-height:100vh;display:flex}.page-module__SkTyMG__hero{border-bottom:1px solid var(--border-light);flex-direction:column;justify-content:flex-end;width:100%;min-height:35vh;padding-top:80px;display:flex;position:relative}@media (min-width:768px){.page-module__SkTyMG__hero{min-height:65vh;padding-top:120px}}.page-module__SkTyMG__heroImage{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__SkTyMG__heroOverlay{z-index:2;background:linear-gradient(to top, var(--bg-primary) 10%, transparent);width:100%;padding:2rem 1.25rem 1.5rem;position:relative}@media (min-width:768px){.page-module__SkTyMG__heroOverlay{padding:6rem 5% 3rem}}.page-module__SkTyMG__heroContent{flex-direction:column;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.page-module__SkTyMG__categoryBadge{background:var(--accent-blue);color:#000;text-transform:uppercase;border-radius:4px;width:fit-content;padding:.4rem 1rem;font-size:.85rem;font-weight:800}.page-module__SkTyMG__title{text-shadow:0 4px 10px #000c;font-size:1.6rem;font-weight:800;line-height:1.2}@media (min-width:768px){.page-module__SkTyMG__title{font-size:3.5rem}}.page-module__SkTyMG__metaInfo{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.95rem;display:flex}.page-module__SkTyMG__authorMeta{color:var(--text-primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.page-module__SkTyMG__mainLayout{flex-direction:column;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:flex}@media (min-width:1024px){.page-module__SkTyMG__mainLayout{flex-direction:row;gap:4rem;padding:4rem 5%}}.page-module__SkTyMG__articleBody{flex:1;max-width:800px}.page-module__SkTyMG__content{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.page-module__SkTyMG__content p{margin-bottom:2rem}.page-module__SkTyMG__summaryBox{border:1px solid #00f0ff33;border-left:4px solid var(--accent-blue);background:#00f0ff0d;border-radius:0 12px 12px 0;margin-bottom:2.5rem;padding:1.5rem 2rem}.page-module__SkTyMG__summaryTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.page-module__SkTyMG__summaryBox ul{flex-direction:column;gap:.8rem;margin:0;padding-left:1.5rem;display:flex}.page-module__SkTyMG__summaryBox li{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.page-module__SkTyMG__content h2{color:var(--text-primary);margin:3rem 0 1.5rem;font-size:1.8rem;font-weight:700}.page-module__SkTyMG__content blockquote{border-left:4px solid var(--accent-pink);background:var(--bg-card);color:var(--text-primary);border-radius:0 12px 12px 0;margin:2rem 0;padding:1.5rem;font-size:1.2rem;font-style:italic;box-shadow:0 4px 20px #ff003c0d}.page-module__SkTyMG__tagsWrapper{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:2rem;display:flex}.page-module__SkTyMG__tag{color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.page-module__SkTyMG__tag:hover{background:var(--accent-purple);border-color:var(--accent-purple)}.page-module__SkTyMG__authorBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex}.page-module__SkTyMG__authorAvatar{background:linear-gradient(45deg, var(--accent-blue), var(--accent-purple));border-radius:50%;flex-shrink:0;width:80px;height:80px}.page-module__SkTyMG__authorDetails h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem}.page-module__SkTyMG__authorDetails p{color:var(--text-secondary);margin-bottom:0;font-size:.95rem}.page-module__SkTyMG__sidebar{width:100%}@media (min-width:1024px){.page-module__SkTyMG__sidebar{flex-shrink:0;width:320px}}.page-module__SkTyMG__stickyBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;padding:2rem;position:sticky;top:100px}.page-module__SkTyMG__relatedSection{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 6rem}@media (min-width:768px){.page-module__SkTyMG__relatedSection{padding:4rem 5% 6rem}}.page-module__SkTyMG__sectionTitle{align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.8rem;font-weight:700;display:flex}.page-module__SkTyMG__sectionTitle:before{content:"";background:var(--accent-blue);border-radius:2px;width:4px;height:24px;display:block}.page-module__SkTyMG__newsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:600px){.page-module__SkTyMG__newsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}}
.page-module__4CLzJa__container{flex-direction:column;min-height:100vh;display:flex}.page-module__4CLzJa__hero{border-bottom:1px solid var(--border-light);flex-direction:column;justify-content:flex-end;width:100%;min-height:35vh;padding-top:80px;display:flex;position:relative}@media (min-width:768px){.page-module__4CLzJa__hero{min-height:65vh;padding-top:120px}}.page-module__4CLzJa__heroImage{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__4CLzJa__heroOverlay{z-index:2;background:linear-gradient(to top, var(--bg-primary) 10%, transparent);width:100%;padding:2rem 1.25rem 1.5rem;position:relative}@media (min-width:768px){.page-module__4CLzJa__heroOverlay{padding:6rem 5% 3rem}}.page-module__4CLzJa__heroContent{flex-direction:column;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.page-module__4CLzJa__categoryBadge{background:var(--accent-blue);color:#000;text-transform:uppercase;border-radius:4px;width:fit-content;padding:.4rem 1rem;font-size:.85rem;font-weight:800}.page-module__4CLzJa__title{text-shadow:0 4px 10px #000c;font-size:1.6rem;font-weight:800;line-height:1.2}@media (min-width:768px){.page-module__4CLzJa__title{font-size:3.5rem}}.page-module__4CLzJa__metaInfo{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.95rem;display:flex}.page-module__4CLzJa__authorMeta{color:var(--text-primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.page-module__4CLzJa__mainLayout{flex-direction:column;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:flex}@media (min-width:1024px){.page-module__4CLzJa__mainLayout{flex-direction:row;gap:4rem;padding:4rem 5%}}.page-module__4CLzJa__articleBody{flex:1;max-width:800px}.page-module__4CLzJa__content{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.page-module__4CLzJa__content p{margin-bottom:2rem}.page-module__4CLzJa__summaryBox{border:1px solid #00f0ff33;border-left:4px solid var(--accent-blue);background:#00f0ff0d;border-radius:0 12px 12px 0;margin-bottom:2.5rem;padding:1.5rem 2rem}.page-module__4CLzJa__summaryTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.page-module__4CLzJa__summaryBox ul{flex-direction:column;gap:.8rem;margin:0;padding-left:1.5rem;display:flex}.page-module__4CLzJa__summaryBox li{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.page-module__4CLzJa__content h2{color:var(--text-primary);margin:3rem 0 1.5rem;font-size:1.8rem;font-weight:700}.page-module__4CLzJa__content blockquote{border-left:4px solid var(--accent-pink);background:var(--bg-card);color:var(--text-primary);border-radius:0 12px 12px 0;margin:2rem 0;padding:1.5rem;font-size:1.2rem;font-style:italic;box-shadow:0 4px 20px #ff003c0d}.page-module__4CLzJa__tagsWrapper{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:2rem;display:flex}.page-module__4CLzJa__tag{color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.page-module__4CLzJa__tag:hover{background:var(--accent-purple);border-color:var(--accent-purple)}.page-module__4CLzJa__authorBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex}.page-module__4CLzJa__authorAvatar{background:linear-gradient(45deg, var(--accent-blue), var(--accent-purple));border-radius:50%;flex-shrink:0;width:80px;height:80px}.page-module__4CLzJa__authorDetails h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem}.page-module__4CLzJa__authorDetails p{color:var(--text-secondary);margin-bottom:0;font-size:.95rem}.page-module__4CLzJa__sidebar{width:100%}@media (min-width:1024px){.page-module__4CLzJa__sidebar{flex-shrink:0;width:320px}}.page-module__4CLzJa__stickyBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;padding:2rem;position:sticky;top:100px}.page-module__4CLzJa__relatedSection{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 6rem}@media (min-width:768px){.page-module__4CLzJa__relatedSection{padding:4rem 5% 6rem}}.page-module__4CLzJa__sectionTitle{align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.8rem;font-weight:700;display:flex}.page-module__4CLzJa__sectionTitle:before{content:"";background:var(--accent-blue);border-radius:2px;width:4px;height:24px;display:block}.page-module__4CLzJa__newsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:600px){.page-module__4CLzJa__newsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}}
.FeedTabs-module__-PP97q__tabsContainer{border-bottom:2px solid var(--border-color,#222);gap:.5rem;margin-bottom:.75rem;display:flex}@media (min-width:480px){.FeedTabs-module__-PP97q__tabsContainer{gap:.75rem;margin-bottom:1rem}}@media (min-width:768px){.FeedTabs-module__-PP97q__tabsContainer{gap:1rem}}.FeedTabs-module__-PP97q__tab{color:var(--text-secondary,#888);border-bottom:3px solid #0000;margin-bottom:-2px;padding:.4rem .25rem .6rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .2s}@media (min-width:480px){.FeedTabs-module__-PP97q__tab{padding:.5rem .5rem .75rem;font-size:1.15rem}}@media (min-width:768px){.FeedTabs-module__-PP97q__tab{font-size:1.25rem}}.FeedTabs-module__-PP97q__tab:hover{color:var(--text-primary,#fff)}.FeedTabs-module__-PP97q__activeTab{color:var(--text-primary,#fff);border-bottom:3px solid var(--primary-color,#e50914)}
.page-module__f_8xBG__container{flex-direction:column;min-height:100vh;display:flex}.page-module__f_8xBG__main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 5%}.page-module__f_8xBG__breadcrumb{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.page-module__f_8xBG__breadcrumb a{color:var(--accent-blue);text-decoration:none}.page-module__f_8xBG__breadcrumb a:hover{text-decoration:underline}.page-module__f_8xBG__layout{align-items:flex-start;gap:3rem;display:flex}.page-module__f_8xBG__articleCol{flex-direction:column;flex:1;gap:1.5rem;min-width:0;display:flex}.page-module__f_8xBG__bannerActive{color:#0f8;background:#00ff8814;border:1px solid #0f83;border-radius:10px;align-items:center;gap:.6rem;padding:.8rem 1.2rem;font-size:.9rem;font-weight:600;display:flex}.page-module__f_8xBG__bannerExpired{color:var(--accent-pink);background:#ff003c14;border:1px solid #ff003c33;border-radius:10px;align-items:center;gap:.6rem;padding:.8rem 1.2rem;font-size:.9rem;font-weight:600;display:flex}.page-module__f_8xBG__title{color:var(--text-primary);font-size:clamp(1.5rem,4vw,2.2rem);font-weight:800;line-height:1.2}.page-module__f_8xBG__meta{color:var(--text-secondary);flex-wrap:wrap;gap:1rem;font-size:.85rem;display:flex}.page-module__f_8xBG__meta span{align-items:center;gap:.3rem;display:flex}.page-module__f_8xBG__excerpt{color:var(--text-secondary);font-size:1rem;line-height:1.7}.page-module__f_8xBG__tags{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:.5rem;padding-top:1.5rem;display:flex}.page-module__f_8xBG__tag{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.4rem .9rem;font-size:.82rem;text-decoration:none;transition:all .2s}.page-module__f_8xBG__tag:hover{background:var(--accent-purple);border-color:var(--accent-purple);color:#fff}.page-module__f_8xBG__disclaimer{color:var(--text-secondary);background:#ffc8000d;border:1px solid #ffc80026;border-radius:10px;padding:1rem 1.25rem;font-size:.85rem;line-height:1.6}.page-module__f_8xBG__sidebar{flex-direction:column;flex-shrink:0;gap:1.5rem;width:300px;display:flex;position:sticky;top:100px}@media (max-width:1023px){.page-module__f_8xBG__layout{flex-direction:column}.page-module__f_8xBG__sidebar{width:100%;position:static}}.page-module__f_8xBG__sideCard{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.page-module__f_8xBG__sideTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.page-module__f_8xBG__relatedList{flex-direction:column;gap:.75rem;display:flex}.page-module__f_8xBG__relatedItem{background:var(--bg-primary);border:1px solid #ffffff0a;border-radius:8px;flex-direction:column;gap:.25rem;padding:.75rem;text-decoration:none;transition:border-color .15s;display:flex}.page-module__f_8xBG__relatedItem:hover{border-color:#00f0ff33}.page-module__f_8xBG__relatedActive{color:#0f8;font-size:.72rem;font-weight:700}.page-module__f_8xBG__relatedExpired{color:var(--accent-pink);font-size:.72rem;font-weight:700}.page-module__f_8xBG__relatedTitle{color:var(--text-primary);font-size:.85rem;line-height:1.4}.page-module__f_8xBG__viewAllBtn{text-align:center;color:var(--accent-blue);background:#00f0ff0f;border:1px solid #00f0ff26;border-radius:8px;padding:.7rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.page-module__f_8xBG__viewAllBtn:hover{background:#00f0ff1f}.page-module__f_8xBG__statRow{color:var(--text-secondary);border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.85rem;display:flex}.page-module__f_8xBG__statRow strong{color:var(--text-primary)}
.page-module__g2r0qa__container{flex-direction:column;min-height:100vh;display:flex}.page-module__g2r0qa__main{flex-direction:column;flex:1;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 5%;display:flex}.page-module__g2r0qa__pageHeader{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 0 1rem;display:flex}.page-module__g2r0qa__headerIcon{font-size:3rem;animation:2s infinite page-module__g2r0qa__bounce}@keyframes page-module__g2r0qa__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.page-module__g2r0qa__pageTitle{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.page-module__g2r0qa__pageSubtitle{color:var(--text-secondary);text-align:center;max-width:500px;font-size:1rem;line-height:1.6}.page-module__g2r0qa__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--border-light);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1.2rem;font-weight:700;display:flex}.page-module__g2r0qa__sectionIcon{color:var(--accent-blue)}.page-module__g2r0qa__expiredTitle,.page-module__g2r0qa__expiredTitle .page-module__g2r0qa__sectionIcon{color:var(--text-secondary)}.page-module__g2r0qa__codesGrid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (min-width:640px){.page-module__g2r0qa__codesGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.page-module__g2r0qa__codesGrid{grid-template-columns:repeat(3,1fr)}}.page-module__g2r0qa__codeCard{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-primary);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.page-module__g2r0qa__codeCard:before{content:"";background:linear-gradient(90deg, var(--accent-blue), var(--accent-purple));opacity:0;height:3px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.page-module__g2r0qa__codeCard:hover{border-color:#00f0ff4d;transform:translateY(-3px);box-shadow:0 8px 32px #00f0ff14}.page-module__g2r0qa__codeCard:hover:before{opacity:1}.page-module__g2r0qa__codeCardExpired{opacity:.55}.page-module__g2r0qa__codeCardExpired:hover{box-shadow:none;border-color:var(--border-light);transform:none}.page-module__g2r0qa__cardTopRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.page-module__g2r0qa__activeBadge{color:#0f8;background:#00ff881a;border:1px solid #0f83;border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.page-module__g2r0qa__expiredBadge{color:var(--accent-pink);background:#ff003c14;border:1px solid #ff003c26;border-radius:20px;padding:.25rem .6rem;font-size:.75rem;font-weight:700}.page-module__g2r0qa__expiryBadge{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.72rem;display:flex}.page-module__g2r0qa__cardTitle{color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.4}.page-module__g2r0qa__cardExcerpt{color:var(--text-secondary);flex:1;font-size:.85rem;line-height:1.5}.page-module__g2r0qa__cardFooter{justify-content:space-between;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.page-module__g2r0qa__tagRow{flex-wrap:wrap;gap:.4rem;display:flex}.page-module__g2r0qa__gameTag{color:var(--accent-blue);background:#00f0ff14;border:1px solid #00f0ff26;border-radius:12px;padding:.2rem .5rem;font-size:.72rem;font-weight:600}.page-module__g2r0qa__codeCountBadge{color:var(--accent-purple);white-space:nowrap;background:#9d00ff1a;border:1px solid #9d00ff33;border-radius:12px;flex-shrink:0;padding:.25rem .6rem;font-size:.75rem;font-weight:700}
.page-module__ZzrH9W__container{flex-direction:column;min-height:100vh;display:flex}.page-module__ZzrH9W__hero{border-bottom:1px solid var(--border-light);flex-direction:column;justify-content:flex-end;width:100%;min-height:35vh;padding-top:80px;display:flex;position:relative}@media (min-width:768px){.page-module__ZzrH9W__hero{min-height:65vh;padding-top:120px}}.page-module__ZzrH9W__heroImage{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.page-module__ZzrH9W__heroOverlay{z-index:2;background:linear-gradient(to top, var(--bg-primary) 10%, transparent);width:100%;padding:2rem 1.25rem 1.5rem;position:relative}@media (min-width:768px){.page-module__ZzrH9W__heroOverlay{padding:6rem 5% 3rem}}.page-module__ZzrH9W__heroContent{flex-direction:column;gap:1rem;max-width:1000px;margin:0 auto;display:flex}.page-module__ZzrH9W__categoryBadge{background:var(--accent-blue);color:#000;text-transform:uppercase;border-radius:4px;width:fit-content;padding:.4rem 1rem;font-size:.85rem;font-weight:800}.page-module__ZzrH9W__title{text-shadow:0 4px 10px #000c;font-size:1.6rem;font-weight:800;line-height:1.2}@media (min-width:768px){.page-module__ZzrH9W__title{font-size:3.5rem}}.page-module__ZzrH9W__metaInfo{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.95rem;display:flex}.page-module__ZzrH9W__authorMeta{color:var(--text-primary);align-items:center;gap:.5rem;font-weight:600;display:flex}.page-module__ZzrH9W__mainLayout{flex-direction:column;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem;display:flex}@media (min-width:1024px){.page-module__ZzrH9W__mainLayout{flex-direction:row;gap:4rem;padding:4rem 5%}}.page-module__ZzrH9W__articleBody{flex:1;max-width:800px}.page-module__ZzrH9W__content{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.page-module__ZzrH9W__content p{margin-bottom:2rem}.page-module__ZzrH9W__summaryBox{border:1px solid #00f0ff33;border-left:4px solid var(--accent-blue);background:#00f0ff0d;border-radius:0 12px 12px 0;margin-bottom:2.5rem;padding:1.5rem 2rem}.page-module__ZzrH9W__summaryTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-size:1.1rem;font-weight:700}.page-module__ZzrH9W__summaryBox ul{flex-direction:column;gap:.8rem;margin:0;padding-left:1.5rem;display:flex}.page-module__ZzrH9W__summaryBox li{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.page-module__ZzrH9W__content h2{color:var(--text-primary);margin:3rem 0 1.5rem;font-size:1.8rem;font-weight:700}.page-module__ZzrH9W__content blockquote{border-left:4px solid var(--accent-pink);background:var(--bg-card);color:var(--text-primary);border-radius:0 12px 12px 0;margin:2rem 0;padding:1.5rem;font-size:1.2rem;font-style:italic;box-shadow:0 4px 20px #ff003c0d}.page-module__ZzrH9W__tagsWrapper{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:.5rem;margin-top:3rem;padding-top:2rem;display:flex}.page-module__ZzrH9W__tag{color:var(--text-primary);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.page-module__ZzrH9W__tag:hover{background:var(--accent-purple);border-color:var(--accent-purple)}.page-module__ZzrH9W__authorBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem;display:flex}.page-module__ZzrH9W__authorAvatar{background:linear-gradient(45deg, var(--accent-blue), var(--accent-purple));border-radius:50%;flex-shrink:0;width:80px;height:80px}.page-module__ZzrH9W__authorDetails h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem}.page-module__ZzrH9W__authorDetails p{color:var(--text-secondary);margin-bottom:0;font-size:.95rem}.page-module__ZzrH9W__sidebar{width:100%}@media (min-width:1024px){.page-module__ZzrH9W__sidebar{flex-shrink:0;width:320px}}.page-module__ZzrH9W__stickyBox{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:16px;padding:2rem;position:sticky;top:100px}.page-module__ZzrH9W__relatedSection{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 6rem}@media (min-width:768px){.page-module__ZzrH9W__relatedSection{padding:4rem 5% 6rem}}.page-module__ZzrH9W__sectionTitle{align-items:center;gap:.5rem;margin-bottom:2rem;font-size:1.8rem;font-weight:700;display:flex}.page-module__ZzrH9W__sectionTitle:before{content:"";background:var(--accent-blue);border-radius:2px;width:4px;height:24px;display:block}.page-module__ZzrH9W__newsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:600px){.page-module__ZzrH9W__newsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}}
.page-module__VBdWPW__container{flex-direction:column;min-height:100vh;display:flex}.page-module__VBdWPW__mainLayout{flex:1;width:100%;max-width:1000px;margin:0 auto;padding:3rem 1.5rem 6rem}.page-module__VBdWPW__profileHeader{border-bottom:1px solid var(--border-light);flex-direction:column;align-items:flex-start;gap:1.5rem;margin-bottom:4rem;padding-bottom:2rem;display:flex}@media (min-width:600px){.page-module__VBdWPW__profileHeader{flex-direction:row;justify-content:space-between;align-items:center}}.page-module__VBdWPW__userInfo{align-items:center;gap:1.5rem;display:flex}.page-module__VBdWPW__avatar{object-fit:cover;border:2px solid var(--accent-blue);border-radius:50%;width:80px;height:80px}.page-module__VBdWPW__avatarPlaceholder{background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:800;display:flex}.page-module__VBdWPW__title{color:#fff;margin-bottom:.25rem;font-size:2rem;font-weight:800}.page-module__VBdWPW__subtitle{color:var(--text-secondary);font-size:1rem}.page-module__VBdWPW__signOutBtn{color:var(--accent-pink);cursor:pointer;background:#ff003c1a;border:1px solid #ff003c33;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.page-module__VBdWPW__signOutBtn:hover{background:#ff003c33}.page-module__VBdWPW__bookmarksSection h2{color:#fff;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.page-module__VBdWPW__newsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:600px){.page-module__VBdWPW__newsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}}.page-module__VBdWPW__emptyState{text-align:center;border:1px dashed var(--border-light);background:#ffffff05;border-radius:12px;padding:4rem 1rem}.page-module__VBdWPW__emptyState p{color:var(--text-secondary);margin-bottom:1.5rem}.page-module__VBdWPW__browseBtn{background:var(--accent-blue);color:#000;border-radius:30px;padding:.75rem 2rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.page-module__VBdWPW__browseBtn:hover{opacity:.9}
.QuickFilter-module__Th9Tga__quickFilterContainer{width:100%;margin:1rem 0 2rem}.QuickFilter-module__Th9Tga__quickFilterTitle{color:var(--text-secondary,#888);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.QuickFilter-module__Th9Tga__scrollArea{scrollbar-width:none;-ms-overflow-style:none;gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.QuickFilter-module__Th9Tga__scrollArea::-webkit-scrollbar{display:none}.QuickFilter-module__Th9Tga__filterPill{white-space:nowrap;background-color:var(--bg-secondary,#1a1a1a);color:var(--text-primary,#fff);border:1px solid var(--border-color,#333);border-radius:9999px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.QuickFilter-module__Th9Tga__filterPill:hover{background-color:var(--bg-hover,#2a2a2a);border-color:var(--primary-color,#e50914)}.QuickFilter-module__Th9Tga__activePill{background-color:var(--primary-color,#e50914);color:#fff;border-color:var(--primary-color,#e50914)}.QuickFilter-module__Th9Tga__activePill:hover{background-color:var(--primary-color-hover,#b80710);border-color:var(--primary-color-hover,#b80710)}
