.Home-module__CeaPEa__home{flex-direction:column;display:flex}.Home-module__CeaPEa__topSection{padding-bottom:2.5rem}.Home-module__CeaPEa__heroGrid{grid-template-columns:1.4fr .6fr;align-items:stretch;gap:3rem;width:90%;max-width:1600px;margin-bottom:1rem;margin-left:auto;margin-right:auto;display:grid}@media (max-width:1023px){.Home-module__CeaPEa__heroGrid{grid-template-columns:1fr;gap:2.5rem;width:100%;margin-bottom:.5rem;padding:0 1rem}}.Home-module__CeaPEa__sliderContainer{justify-content:center;align-items:center;width:100%;min-width:0;display:flex}.Home-module__CeaPEa__desktopReviews{background:#ffffff08;border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;justify-self:center;width:100%;max-width:500px;height:100%;padding:1.5rem;display:flex;overflow:hidden}.Home-module__CeaPEa__mobileReviews{background:linear-gradient(#0000 0%,#ffffff0a 100%);border-top:1px solid #ffffff0d;margin-top:2rem;padding:4rem 0;display:none}.Home-module__CeaPEa__sideReviewHeader{align-items:center;margin-bottom:1.5rem;display:flex}.Home-module__CeaPEa__sideReviewHeader h3{margin:0;font-size:1.15rem;font-weight:700}@media (max-width:1100px){.Home-module__CeaPEa__topGrid{grid-template-columns:1fr}.Home-module__CeaPEa__desktopReviews{display:none}.Home-module__CeaPEa__mobileReviews{margin-bottom:2rem;display:block}}.Home-module__CeaPEa__hero{background:linear-gradient(135deg, var(--color-surface) 0%, var(--color-primary-light) 100%);padding:5rem 0;position:relative;overflow:hidden}.Home-module__CeaPEa__heroContainer{align-items:center;gap:4rem;display:flex}.Home-module__CeaPEa__heroContent{flex:1}.Home-module__CeaPEa__heroTitle{margin-bottom:1.5rem;font-size:3.2rem;font-weight:800;line-height:1.3}.Home-module__CeaPEa__heroSubtitle{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1.45rem;line-height:1.6}.Home-module__CeaPEa__shineText{background:linear-gradient(120deg, var(--color-primary) 0%, var(--color-accent) 30%, #fff 50%, var(--color-accent) 70%, var(--color-primary) 100%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;animation:3s linear infinite Home-module__CeaPEa__shineAnimation;display:inline-block}@keyframes Home-module__CeaPEa__shineAnimation{0%{background-position:0%}to{background-position:200%}}.Home-module__CeaPEa__heroActions{gap:1.5rem;display:flex}.Home-module__CeaPEa__primaryBtn{background:var(--color-gradient);color:#fff;border-radius:var(--radius-full);padding:.75rem 2.5rem;font-size:1.125rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);animation:2s infinite Home-module__CeaPEa__buttonPulse;position:relative;overflow:hidden;box-shadow:0 4px 20px #e81d2366}.Home-module__CeaPEa__primaryBtn:after{content:"";pointer-events:none;background:linear-gradient(45deg,#0000,#fff3,#0000);width:200%;height:200%;transition:all .5s;position:absolute;top:-50%;left:-50%;transform:rotate(45deg)}.Home-module__CeaPEa__primaryBtn:hover:after{top:100%;left:100%}.Home-module__CeaPEa__primaryBtn:hover{filter:brightness(1.1);color:#fff;transform:translateY(-4px)scale(1.05);box-shadow:0 12px 25px #e81d2380}@keyframes Home-module__CeaPEa__buttonPulse{0%{box-shadow:0 0 #e81d2366}70%{box-shadow:0 0 0 15px #e81d2300}to{box-shadow:0 0 #e81d2300}}.Home-module__CeaPEa__secondaryBtn{background-color:var(--color-surface);color:var(--color-text);border-radius:var(--radius-full);transition:all var(--transition-fast);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);padding:.75rem 2rem;font-size:1.125rem;font-weight:600}.Home-module__CeaPEa__secondaryBtn:hover{background-color:var(--color-surface-hover);color:var(--color-primary)}.Home-module__CeaPEa__heroImage{flex:1;justify-content:center;display:flex}.Home-module__CeaPEa__floatingImage{border-radius:var(--radius-lg);object-fit:contain;width:100%;max-width:280px;height:auto;animation:6s ease-in-out infinite Home-module__CeaPEa__float}@keyframes Home-module__CeaPEa__float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.Home-module__CeaPEa__section{padding:5rem 0}.Home-module__CeaPEa__bgLight{background-color:var(--color-surface)}.Home-module__CeaPEa__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.Home-module__CeaPEa__sectionHeader h2{white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:2rem;font-weight:700;overflow:hidden}.Home-module__CeaPEa__viewAll{color:var(--color-primary);border-radius:var(--radius-full);transition:all var(--transition-fast);background:#e81d2314;border:1px solid #e81d2326;flex-shrink:0;align-items:center;gap:4px;padding:6px 16px;font-size:.9rem;font-weight:700;display:inline-flex}.Home-module__CeaPEa__viewAll:after{content:"›";font-size:1.2rem;line-height:1}.Home-module__CeaPEa__viewAll:hover{background:var(--color-primary);color:#fff;text-decoration:none;transform:translate(4px);box-shadow:0 4px 12px #e81d234d}.Home-module__CeaPEa__viewAllDesktop{display:inline-flex}.Home-module__CeaPEa__viewAllMobile{display:none}.Home-module__CeaPEa__newsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.Home-module__CeaPEa__newsCard{background-color:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all var(--transition-normal);border:1px solid var(--color-border);overflow:hidden}.Home-module__CeaPEa__newsCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.Home-module__CeaPEa__newsImageContainer{height:200px;overflow:hidden}.Home-module__CeaPEa__newsImage{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-normal)}.Home-module__CeaPEa__newsCard:hover .Home-module__CeaPEa__newsImage{transform:scale(1.05)}.Home-module__CeaPEa__newsContent{padding:1.5rem}.Home-module__CeaPEa__newsDate{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.875rem;display:block}.Home-module__CeaPEa__newsContent h3{margin-bottom:.75rem;font-size:1.25rem}.Home-module__CeaPEa__newsContent p{color:var(--color-text-muted);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.95rem;display:-webkit-box;overflow:hidden}.Home-module__CeaPEa__gameGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:4rem 3.5rem;width:100%;max-width:1400px;margin:0 auto;padding:1rem 0;display:grid}@media (max-width:1200px){.Home-module__CeaPEa__gameGrid{gap:3.5rem 2.5rem;padding:1rem 1.5rem}}@media (max-width:768px){.Home-module__CeaPEa__gameGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:2.5rem 1.5rem;padding:1rem}}.Home-module__CeaPEa__gameRow{flex-wrap:nowrap;gap:2.5rem;display:flex}.Home-module__CeaPEa__standardGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));justify-content:center;gap:2.5rem 1.5rem;width:100%;margin:0 auto;padding:2rem 0;display:grid}@media (max-width:768px){.Home-module__CeaPEa__standardGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem 1rem;padding:1rem}}.Home-module__CeaPEa__premiumGrid{grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem;width:100%;max-width:1400px;margin:0 auto;display:grid}@media (min-width:1024px){.Home-module__CeaPEa__premiumGrid{grid-template-columns:repeat(4,1fr);gap:3rem 2rem}}.Home-module__CeaPEa__premiumCard{background:#0a0a0a;border:1px solid #ffffff0d;border-radius:28px;width:100%;max-width:280px;margin:0 auto;text-decoration:none;transition:all .5s cubic-bezier(.23,1,.32,1);position:relative}@media (max-width:768px){.Home-module__CeaPEa__premiumGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem 1rem;padding:.5rem 1rem}.Home-module__CeaPEa__premiumCard{border-radius:20px;max-width:100%}.Home-module__CeaPEa__premiumWrapper{aspect-ratio:4/5}}.Home-module__CeaPEa__premiumWrapper{aspect-ratio:4/5;border-radius:inherit;width:100%;position:relative;overflow:hidden}.Home-module__CeaPEa__premiumImage{object-fit:cover;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.23,1,.32,1)}.Home-module__CeaPEa__premiumOverlay{background:linear-gradient(#0000 0% 30%,#000000b3 60%,#000000f2 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:all .5s;display:flex;position:absolute;inset:0}.Home-module__CeaPEa__premiumInfo h3{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 8px #000c;-webkit-line-clamp:2;line-clamp:2;white-space:normal;-webkit-box-orient:vertical;margin-bottom:12px;font-size:1.25rem;font-weight:900;line-height:1.1;display:-webkit-box;overflow:hidden}.Home-module__CeaPEa__premiumMeta{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.Home-module__CeaPEa__metaBadge{background:var(--color-primary);color:#fff;text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:3px 8px;font-size:9px;font-weight:900}.Home-module__CeaPEa__premiumMeta p{color:#fffc;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11px;overflow:hidden}@media (max-width:768px){.Home-module__CeaPEa__premiumInfo h3{margin-bottom:8px;font-size:.95rem}.Home-module__CeaPEa__premiumOverlay{padding:.85rem}.Home-module__CeaPEa__premiumMeta{gap:6px}}.Home-module__CeaPEa__premiumLandscape{grid-column:span 1;width:100%;max-width:480px}.Home-module__CeaPEa__premiumLandscape .Home-module__CeaPEa__premiumWrapper{aspect-ratio:16/9}.Home-module__CeaPEa__premiumCard:hover{border-color:var(--color-primary);transform:translateY(-10px)scale(1.02)}.Home-module__CeaPEa__premiumCard:hover .Home-module__CeaPEa__premiumImage{transform:scale(1.1)}.Home-module__CeaPEa__standardGrid .Home-module__CeaPEa__gameCard{width:160px}@media (max-width:768px){.Home-module__CeaPEa__premiumLandscape{grid-column:1/-1;max-width:100%}.Home-module__CeaPEa__premiumLandscape .Home-module__CeaPEa__premiumWrapper{aspect-ratio:16/9}}.Home-module__CeaPEa__autoScrollContainer{white-space:nowrap;gap:2rem;padding:1rem;display:flex;overflow-x:hidden}.Home-module__CeaPEa__carouselItem:hover{z-index:10}.Home-module__CeaPEa__gameCard{flex-direction:column;flex-shrink:0;align-items:center;width:100%;min-width:140px;max-width:180px;height:100%;margin:0 auto;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.Home-module__CeaPEa__gameCard:hover{transform:translateY(-8px)}.Home-module__CeaPEa__gameLogoWrapper{aspect-ratio:1;background:#1a1a20;border:1px solid #ffffff0d;border-radius:24px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden;box-shadow:0 10px 20px #0003}.Home-module__CeaPEa__gameLogo{object-fit:cover;width:100%;height:100%;transition:transform .6s}.Home-module__CeaPEa__gameText h3{color:#fff;width:100%;margin-bottom:2px;font-size:.95rem;font-weight:700}.Home-module__CeaPEa__gameText p{color:#fff6;font-size:.85rem}.Home-module__CeaPEa__badge{background:linear-gradient(135deg, var(--color-primary) 0%, #ff4d4d 100%);color:#fff;border-radius:var(--radius-full);z-index:10;letter-spacing:.5px;pointer-events:none;text-transform:uppercase;border:1px solid #fff3;padding:4px 12px;font-size:.7rem;font-weight:800;position:absolute;top:10px;right:10px;overflow:hidden;box-shadow:0 4px 15px #e81d2366}.Home-module__CeaPEa__badge:after{content:"";background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;animation:2.5s infinite Home-module__CeaPEa__shimmer;position:absolute;top:0;left:0;transform:translate(-100%)}.Home-module__CeaPEa__autoScrollWrapper{width:100%;padding:1.5rem 0;position:relative;overflow:visible}.Home-module__CeaPEa__autoScrollContainer{white-space:nowrap;scrollbar-width:none;gap:1.5rem;width:max-content;padding:1rem;display:flex;overflow-x:auto}.Home-module__CeaPEa__autoScrollContainer::-webkit-scrollbar{display:none}.Home-module__CeaPEa__carouselItem{flex:0 0 160px;transition:transform .3s}.Home-module__CeaPEa__shimmerEffect{z-index:5;pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;animation:3s infinite Home-module__CeaPEa__shimmer;position:absolute;top:0;left:0}@keyframes Home-module__CeaPEa__shimmer{0%{transform:translate(-150%)skew(-20deg)}50%,to{transform:translate(150%)skew(-20deg)}}.Home-module__CeaPEa__flashCard{border-color:#0000!important}.Home-module__CeaPEa__flashCard:before{content:"";z-index:-1;filter:blur(8px);opacity:.8;background:linear-gradient(90deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red) 0 0/400%;border-radius:30px;animation:10s linear infinite Home-module__CeaPEa__flashAnim;position:absolute;inset:-3px}@keyframes Home-module__CeaPEa__flashAnim{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.Home-module__CeaPEa__pulseText{animation:2s infinite Home-module__CeaPEa__pulseAnim}@keyframes Home-module__CeaPEa__pulseAnim{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.3);color:var(--color-primary);transform:scale(1.05)}}.Home-module__CeaPEa__gameLogoWrapper{aspect-ratio:1;border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);transition:box-shadow var(--transition-normal);margin-bottom:1.25rem;position:relative;overflow:hidden}.Home-module__CeaPEa__gameCard:hover .Home-module__CeaPEa__gameLogoWrapper{box-shadow:var(--shadow-hover)}.Home-module__CeaPEa__gameLogo{object-fit:cover;width:100%;height:100%;display:block}.Home-module__CeaPEa__gameText{width:100%;max-width:100%;padding:0 .25rem}.Home-module__CeaPEa__gameText h3{color:var(--color-text);transition:color var(--transition-fast);white-space:normal;word-break:break-word;overflow-wrap:break-word;margin-bottom:.25rem;font-size:1.15rem;font-weight:700;line-height:1.3}.Home-module__CeaPEa__gameCard:hover .Home-module__CeaPEa__gameText h3{color:var(--color-primary)}.Home-module__CeaPEa__gameText p{color:var(--color-text-muted);white-space:normal;word-break:break-word;font-size:.9rem;line-height:1.2}@media (max-width:992px){.Home-module__CeaPEa__heroContainer{text-align:center;flex-direction:column;gap:2rem}.Home-module__CeaPEa__heroImage{order:-1}.Home-module__CeaPEa__heroActions{justify-content:center}}@media (max-width:768px){.Home-module__CeaPEa__heroTitle{font-size:2.2rem}.Home-module__CeaPEa__floatingImage{max-width:180px}.Home-module__CeaPEa__gameGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem}.Home-module__CeaPEa__gameText h3{font-size:.95rem}}.Home-module__CeaPEa__mobileLogoHeader{display:none}.Home-module__CeaPEa__topSlider{background:var(--color-background)}.Home-module__CeaPEa__fullWidthTicker{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border-top:1px solid #ffffff0d;border-bottom:1px solid #ffffff0d;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.Home-module__CeaPEa__mainLogo{filter:drop-shadow(0 15px 30px #0009);width:380px;height:auto;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)}.Home-module__CeaPEa__mainLogo:hover{transform:scale(1.05)rotate(-2deg)}.Home-module__CeaPEa__heroRow{justify-content:center;align-items:center;gap:4rem;display:flex}.Home-module__CeaPEa__heroLogoSide{flex:none}.Home-module__CeaPEa__heroContentSide{flex:1;max-width:750px}@media (max-width:992px){.Home-module__CeaPEa__heroRow{text-align:center;flex-direction:column;gap:2rem}.Home-module__CeaPEa__mainLogo{width:280px;margin-bottom:1rem}}@media (max-width:768px){.Home-module__CeaPEa__hero{padding:3rem 0}.Home-module__CeaPEa__heroTitle{margin-bottom:1rem;font-size:1.8rem}.Home-module__CeaPEa__heroSubtitle{margin-bottom:2rem;font-size:1.1rem}.Home-module__CeaPEa__mainLogo{width:220px}.Home-module__CeaPEa__section{padding:3rem 0}.Home-module__CeaPEa__sectionHeader{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-bottom:1.5rem;display:flex}.Home-module__CeaPEa__viewAllDesktop{display:inline-flex}.Home-module__CeaPEa__viewAllMobile{display:none}.Home-module__CeaPEa__sectionHeader h2{font-size:1.4rem}.Home-module__CeaPEa__viewAll{padding:5px 12px;font-size:.75rem}.Home-module__CeaPEa__badge{padding:3px 8px;font-size:.65rem;top:8px;right:8px}.Home-module__CeaPEa__gameText h3{font-size:.95rem}.Home-module__CeaPEa__gameText p{font-size:.75rem}}.Home-module__CeaPEa__maintenanceCard{filter:grayscale(.8);opacity:.8;pointer-events:none!important;cursor:not-allowed!important}.Home-module__CeaPEa__maintenanceBadge{color:#fff!important;background:linear-gradient(135deg,#4b5563 0%,#1f2937 100%)!important;border:1px solid #ffffff1a!important;box-shadow:0 4px 15px #0006!important}.Home-module__CeaPEa__maintenanceOverlay{color:#fff;z-index:5;text-transform:uppercase;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;justify-content:center;align-items:center;font-size:.7rem;font-weight:800;display:flex;position:absolute;inset:0}.Home-module__CeaPEa__searchWrapper{width:100%;margin-bottom:3rem}.Home-module__CeaPEa__searchInput{background:var(--color-surface);border:1px solid var(--color-border);color:#fff;width:100%;box-shadow:var(--shadow-sm);border-radius:20px;padding:1.25rem 1.5rem 1.25rem 3.5rem;font-size:1.25rem;transition:all .3s}.Home-module__CeaPEa__searchInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #e81d2326, var(--shadow-md);background:#ffffff0d;outline:none}.Home-module__CeaPEa__searchIcon{opacity:.6;pointer-events:none;font-size:1.5rem;position:absolute;top:50%;left:1.25rem;transform:translateY(-50%)}.Home-module__CeaPEa__searchClear{color:var(--color-text-muted);background:#ffffff0d;border-radius:10px;padding:.5rem 1rem;font-size:.9rem;transition:all .2s;position:absolute;top:50%;right:1.25rem;transform:translateY(-50%)}.Home-module__CeaPEa__searchClear:hover{color:var(--color-primary);background:#e81d231a}.Home-module__CeaPEa__landscapeCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;padding:1.25rem 2rem;transition:all .4s;text-align:left!important;flex-direction:row!important;align-items:center!important;gap:2rem!important;width:100%!important;max-width:600px!important}.Home-module__CeaPEa__landscapeCard .Home-module__CeaPEa__gameLogoWrapper{border-radius:16px;flex-shrink:0;width:120px!important;height:80px!important;margin-bottom:0!important}.Home-module__CeaPEa__landscapeCard .Home-module__CeaPEa__gameText h3{margin-bottom:6px;font-size:1.3rem!important}.Home-module__CeaPEa__landscapeCard:hover{background:#ffffff0d;border-color:#e81d234d;transform:translate(10px)scale(1.02)}.Home-module__CeaPEa__shimmerCard{position:relative;overflow:hidden}.Home-module__CeaPEa__shimmerCard:after{content:"";pointer-events:none;z-index:5;background:linear-gradient(120deg,#0000,#ffffff0d 40%,#ffffff4d 50%,#ffffff0d 60%,#0000);width:100%;height:100%;animation:4s infinite Home-module__CeaPEa__shimmerSweep;position:absolute;top:0;left:-200%}@keyframes Home-module__CeaPEa__shimmerSweep{0%{transform:translate(-100%)skew(-25deg)}25%,to{transform:translate(200%)skew(-25deg)}}.Home-module__CeaPEa__pulseText{animation:2s ease-in-out infinite Home-module__CeaPEa__textPulse;display:inline-block}@keyframes Home-module__CeaPEa__textPulse{0%{text-shadow:0 0 #e81d2300;transform:scale(1)}50%{text-shadow:0 0 15px #e81d2366;transform:scale(1.05)}to{text-shadow:0 0 #e81d2300;transform:scale(1)}}.Home-module__CeaPEa__glitterOverlay{opacity:.2;pointer-events:none;z-index:2;background-image:radial-gradient(circle,#fff 1px,#0000 1px),radial-gradient(circle,#fff 1.5px,#0000 1.5px);background-position:0 0,10px 10px;background-size:20px 20px,40px 40px;animation:2s infinite alternate Home-module__CeaPEa__glitterFlicker;position:absolute;inset:0}@keyframes Home-module__CeaPEa__glitterFlicker{0%{opacity:.1;transform:scale(1)}to{opacity:.3;transform:scale(1.1)}}.Home-module__CeaPEa__flashSection{background:#ffffff05;border-radius:24px;margin:2rem 0;position:relative;padding:4rem 1rem!important}.Home-module__CeaPEa__flashSection:before{content:"";-webkit-mask-composite:xor;opacity:.4;pointer-events:none;background:linear-gradient(45deg,red,#ff7300,#fffb00,#48ff00,#00ffd5,#002bff,#7a00ff,#ff00c8,red);border-radius:24px;padding:2px;animation:4s linear infinite Home-module__CeaPEa__borderRotate;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes Home-module__CeaPEa__borderRotate{0%{filter:hue-rotate()}to{filter:hue-rotate(360deg)}}
.NewsPopup-module__CaIdia__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;flex-direction:column;justify-content:flex-start;align-items:center;padding:25vh 20px 50px;animation:.3s NewsPopup-module__CaIdia__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.NewsPopup-module__CaIdia__modal{background:#1e293b;border:1px solid #ffffff1a;border-radius:24px;width:100%;max-width:600px;animation:.4s cubic-bezier(.175,.885,.32,1.275) NewsPopup-module__CaIdia__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.NewsPopup-module__CaIdia__closeBtn{color:#fff;cursor:pointer;z-index:10;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:15px;right:15px}.NewsPopup-module__CaIdia__closeBtn:hover{background:var(--color-primary);transform:rotate(90deg)}.NewsPopup-module__CaIdia__imageContainer{background-color:#0f172a;justify-content:center;align-items:center;width:100%;min-height:250px;max-height:500px;display:flex;position:relative;overflow:hidden}.NewsPopup-module__CaIdia__skeleton{background:linear-gradient(90deg,#1e293b 25%,#334155 50%,#1e293b 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s linear infinite NewsPopup-module__CaIdia__shimmer;position:absolute;top:0;left:0}@keyframes NewsPopup-module__CaIdia__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.NewsPopup-module__CaIdia__image{object-fit:contain;opacity:0;width:100%;height:auto;max-height:500px;transition:opacity .3s ease-in-out;display:block}.NewsPopup-module__CaIdia__image.NewsPopup-module__CaIdia__loaded{opacity:1}.NewsPopup-module__CaIdia__content{padding:1.5rem 2rem 1.25rem}.NewsPopup-module__CaIdia__title{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:800;line-height:1.2}.NewsPopup-module__CaIdia__body{color:#ffffffb3;white-space:pre-wrap;margin-bottom:.5rem;font-size:1rem;line-height:1.6}.NewsPopup-module__CaIdia__footer{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.NewsPopup-module__CaIdia__dontShow{color:#ffffffb3;cursor:pointer;border-radius:var(--radius-full);background:#00000080;border:1px solid #ffffff1a;align-items:center;gap:.6rem;padding:.5rem 1.25rem;font-size:.9rem;transition:all .2s;display:flex}.NewsPopup-module__CaIdia__dontShow:hover{color:#fff;background:#000000b3}.NewsPopup-module__CaIdia__outsideFooter{justify-content:center;width:100%;max-width:600px;margin-top:1rem;animation:.5s .3s backwards NewsPopup-module__CaIdia__fadeIn;display:flex}@keyframes NewsPopup-module__CaIdia__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes NewsPopup-module__CaIdia__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.NewsPopup-module__CaIdia__modal{max-height:90vh;overflow-y:auto}}
.MarqueeTicker-module__DDmEmG__tickerWrapper{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:100;background:0 0;border-bottom:none;flex:1;align-items:center;height:50px;display:flex;position:relative;overflow:hidden}.MarqueeTicker-module__DDmEmG__tickerContent{white-space:nowrap;padding-left:100%;animation:60s linear infinite MarqueeTicker-module__DDmEmG__marquee;display:flex}.MarqueeTicker-module__DDmEmG__tickerItem{color:#fff;align-items:center;gap:.75rem;padding:0 2rem;font-size:.85rem;display:flex}.MarqueeTicker-module__DDmEmG__label{background:var(--color-primary);color:#fff;text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:.7rem;font-weight:800}.MarqueeTicker-module__DDmEmG__user{color:var(--color-primary);font-weight:700}.MarqueeTicker-module__DDmEmG__reward{color:#fbbf24;font-weight:700}@keyframes MarqueeTicker-module__DDmEmG__marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.MarqueeTicker-module__DDmEmG__tickerWrapper:hover .MarqueeTicker-module__DDmEmG__tickerContent{animation-play-state:paused}
