@import "https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";
.NewsSection-module-scss-module__C2blOq__newsSection{background-color:var(--background);min-height:100vh;padding:4rem 2rem;transition:background-color .3s;position:relative;overflow:hidden}.NewsSection-module-scss-module__C2blOq__newsSection:before{content:"";pointer-events:none;position:absolute;inset:0}.NewsSection-module-scss-module__C2blOq__newsSection:after{content:"";background:linear-gradient(180deg,transparent,var(--border)50%,transparent);pointer-events:none;width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.NewsSection-module-scss-module__C2blOq__container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.NewsSection-module-scss-module__C2blOq__newsGrid{grid-template-columns:1fr;gap:1.75rem;display:grid}@media (min-width:768px){.NewsSection-module-scss-module__C2blOq__newsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.NewsSection-module-scss-module__C2blOq__newsGrid{grid-template-columns:repeat(3,1fr);gap:2rem}}.NewsSection-module-scss-module__C2blOq__featuredArticle{background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;grid-column:1/-1;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px #00000005,0 12px 24px #0000000a}.NewsSection-module-scss-module__C2blOq__featuredArticle:before{content:"";background:linear-gradient(90deg,var(--primary),var(--accent),#ec4899);z-index:2;top:0;background-size:200% 100%;height:3px;animation:4s linear infinite NewsSection-module-scss-module__C2blOq__shimmer;position:absolute;inset-inline:0}.NewsSection-module-scss-module__C2blOq__featuredArticle:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 16px #0000000f,0 20px 40px #00000014}@media (min-width:1024px){.NewsSection-module-scss-module__C2blOq__featuredArticle{grid-template-columns:1.5fr 1fr;display:grid}}.NewsSection-module-scss-module__C2blOq__featuredImage{background:var(--muted);width:100%;height:400px;position:relative;overflow:hidden}@media (min-width:1024px){.NewsSection-module-scss-module__C2blOq__featuredImage{height:100%;min-height:450px}}.NewsSection-module-scss-module__C2blOq__featuredImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.NewsSection-module-scss-module__C2blOq__featuredArticle:hover .NewsSection-module-scss-module__C2blOq__featuredImage img{transform:scale(1.05)}.NewsSection-module-scss-module__C2blOq__overlay{z-index:1;top:0;background:linear-gradient(#0009 0%,#0000 100%);justify-content:space-between;align-items:flex-start;padding:1.75rem;display:flex;position:absolute;inset-inline:0}.NewsSection-module-scss-module__C2blOq__category{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px var(--shadow-color);border-radius:100px;padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;transition:all .3s}.NewsSection-module-scss-module__C2blOq__liveBadge{letter-spacing:.05em;color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:100px;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;animation:2.5s ease-in-out infinite NewsSection-module-scss-module__C2blOq__pulse;display:flex;box-shadow:0 4px 12px #ef44444d,0 0 0 3px #ef44441a}.NewsSection-module-scss-module__C2blOq__liveDot{background:#fff;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite NewsSection-module-scss-module__C2blOq__blink;box-shadow:0 0 8px #fffc}.NewsSection-module-scss-module__C2blOq__featuredContent{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}@media (max-width:1023px){.NewsSection-module-scss-module__C2blOq__featuredContent{padding:2rem}}.NewsSection-module-scss-module__C2blOq__featuredTitle{color:var(--heading-color);letter-spacing:-.02em;margin-bottom:1.25rem;font-family:Lora,serif;font-size:clamp(1.875rem,4.5vw,2.5rem);font-weight:700;line-height:1.25;transition:color .3s}.NewsSection-module-scss-module__C2blOq__featuredTitle:hover{color:var(--primary)}.NewsSection-module-scss-module__C2blOq__featuredDescription{color:var(--text-color);margin-bottom:2rem;font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:400;line-height:1.75}.NewsSection-module-scss-module__C2blOq__readMore{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);color:#fff;cursor:pointer;border:none;border-radius:100px;align-self:flex-start;align-items:center;gap:.625rem;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #3b82f640}.NewsSection-module-scss-module__C2blOq__readMore svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.NewsSection-module-scss-module__C2blOq__readMore:hover{background:linear-gradient(135deg,var(--primary-hover)0%,var(--primary)100%);transform:translateY(-2px);box-shadow:0 8px 20px #3b82f659,0 0 0 4px #3b82f61a}.NewsSection-module-scss-module__C2blOq__readMore:hover svg{transform:translate(4px)}.NewsSection-module-scss-module__C2blOq__readMore:active{transform:translateY(0)}.NewsSection-module-scss-module__C2blOq__articleCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 2px 8px var(--shadow-color);cursor:pointer;border-radius:16px;flex-direction:column;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.NewsSection-module-scss-module__C2blOq__articleCard:hover{border-color:var(--accent);background:var(--card-bg);box-shadow:0 12px 28px var(--shadow-color);transform:translateY(-6px)}.NewsSection-module-scss-module__C2blOq__cardImage{background:var(--muted);width:100%;height:240px;position:relative;overflow:hidden}.NewsSection-module-scss-module__C2blOq__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.NewsSection-module-scss-module__C2blOq__articleCard:hover .NewsSection-module-scss-module__C2blOq__cardImage img{transform:scale(1.08)}.NewsSection-module-scss-module__C2blOq__liveTag{letter-spacing:.05em;color:#fff;text-transform:uppercase;z-index:1;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:100px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 12px #ef444466,0 0 0 3px #ef44441a}.NewsSection-module-scss-module__C2blOq__pulseDot{background:#fff;border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite NewsSection-module-scss-module__C2blOq__blink;box-shadow:0 0 6px #fffc}.NewsSection-module-scss-module__C2blOq__playButton{cursor:pointer;filter:drop-shadow(0 8px 24px #0000004d);z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.NewsSection-module-scss-module__C2blOq__articleCard:hover .NewsSection-module-scss-module__C2blOq__playButton{transform:translate(-50%,-50%)scale(1.15)}.NewsSection-module-scss-module__C2blOq__playButton circle{fill:#fffffffa}.NewsSection-module-scss-module__C2blOq__playButton path{fill:var(--primary)}.NewsSection-module-scss-module__C2blOq__cardContent{flex-direction:column;flex:1;padding:1.75rem;display:flex}.NewsSection-module-scss-module__C2blOq__cardTitle{color:var(--heading-color);letter-spacing:-.01em;margin-bottom:.75rem;font-family:Lora,serif;font-size:1.125rem;font-weight:600;line-height:1.4;transition:color .3s}.NewsSection-module-scss-module__C2blOq__articleCard:hover .NewsSection-module-scss-module__C2blOq__cardTitle{color:var(--accent)}.NewsSection-module-scss-module__C2blOq__cardDescription{color:var(--text-color);margin-bottom:auto;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;line-height:1.6}.NewsSection-module-scss-module__C2blOq__cardMeta{border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;font-family:Inter,sans-serif;font-size:.8125rem;display:flex}.NewsSection-module-scss-module__C2blOq__timestamp{align-items:center;gap:.5rem;display:flex}.NewsSection-module-scss-module__C2blOq__timestamp:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite NewsSection-module-scss-module__C2blOq__pulse-dot}.NewsSection-module-scss-module__C2blOq__noLive{text-align:center;background:var(--card-bg);border:2px dashed var(--border);border-radius:20px;grid-column:1/-1;padding:4rem 2rem}.NewsSection-module-scss-module__C2blOq__noLive h3{color:var(--heading-color);margin-bottom:.75rem;font-family:Lora,serif;font-size:1.75rem}.NewsSection-module-scss-module__C2blOq__noLive p{color:var(--text-color);font-family:Inter,sans-serif;font-size:1.125rem}.NewsSection-module-scss-module__C2blOq__loadingCard{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;animation:1.5s ease-in-out infinite NewsSection-module-scss-module__C2blOq__pulse-bg;overflow:hidden}.NewsSection-module-scss-module__C2blOq__loadingSkeleton{background:linear-gradient(90deg,var(--muted)0%,var(--border)50%,var(--muted)100%);background-size:200% 100%;animation:1.5s linear infinite NewsSection-module-scss-module__C2blOq__shimmer}@keyframes NewsSection-module-scss-module__C2blOq__pulse{0%,to{box-shadow:0 4px 12px #ef44444d,0 0 0 3px #ef44441a}50%{box-shadow:0 4px 20px #ef444480,0 0 0 6px #ef444426}}@keyframes NewsSection-module-scss-module__C2blOq__pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}@keyframes NewsSection-module-scss-module__C2blOq__blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes NewsSection-module-scss-module__C2blOq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes NewsSection-module-scss-module__C2blOq__pulse-bg{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:767px){.NewsSection-module-scss-module__C2blOq__newsSection{padding:2rem 1rem}.NewsSection-module-scss-module__C2blOq__newsGrid{gap:1.5rem}.NewsSection-module-scss-module__C2blOq__featuredImage{height:280px}.NewsSection-module-scss-module__C2blOq__featuredContent{padding:1.5rem}.NewsSection-module-scss-module__C2blOq__cardImage{height:200px}.NewsSection-module-scss-module__C2blOq__overlay{padding:1.25rem}}
.Newslist-module-scss-module__ljel2q__newsListSection{background-color:var(--background);min-height:100vh;padding:3rem 2rem;position:relative}.Newslist-module-scss-module__ljel2q__container{grid-template-columns:1fr;gap:3rem;max-width:1400px;margin:0 auto;display:grid}@media (min-width:1024px){.Newslist-module-scss-module__ljel2q__container{grid-template-columns:1fr 380px}}.Newslist-module-scss-module__ljel2q__mainContent{width:100%}.Newslist-module-scss-module__ljel2q__newsGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:640px){.Newslist-module-scss-module__ljel2q__newsGrid{grid-template-columns:repeat(2,1fr)}}.Newslist-module-scss-module__ljel2q__newsCard{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 2px 8px var(--shadow-color);cursor:pointer;border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.Newslist-module-scss-module__ljel2q__newsCard:hover{border-color:var(--accent);box-shadow:0 8px 20px var(--shadow-color);transform:translateY(-4px)}.Newslist-module-scss-module__ljel2q__cardImage{background:var(--muted);width:100%;height:200px;position:relative;overflow:hidden}.Newslist-module-scss-module__ljel2q__cardImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.Newslist-module-scss-module__ljel2q__newsCard:hover .Newslist-module-scss-module__ljel2q__cardImage img{transform:scale(1.06)}.Newslist-module-scss-module__ljel2q__videoIcon{z-index:2;filter:drop-shadow(0 4px 12px #ef444466);animation:2s ease-in-out infinite Newslist-module-scss-module__ljel2q__pulse;position:absolute;top:.75rem;right:.75rem}.Newslist-module-scss-module__ljel2q__videoIcon svg{display:block}.Newslist-module-scss-module__ljel2q__cardContent{padding:1.5rem}.Newslist-module-scss-module__ljel2q__cardHeader{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.Newslist-module-scss-module__ljel2q__categoryBadge{letter-spacing:.05em;text-transform:uppercase;color:var(--primary);background:var(--nav-hover-bg);border:1px solid var(--primary);border-radius:100px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.Newslist-module-scss-module__ljel2q__opinionBadge{letter-spacing:.05em;text-transform:uppercase;color:#ef4444;background:#ef444414;border:1px solid #ef444433;border-radius:100px;align-items:center;gap:.375rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;display:flex}.Newslist-module-scss-module__ljel2q__opinionBadge svg{width:14px;height:14px}.Newslist-module-scss-module__ljel2q__cardTitle{color:var(--heading-color);-webkit-line-clamp:3;letter-spacing:-.01em;-webkit-box-orient:vertical;font-family:Lora,serif;font-size:1.125rem;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.Newslist-module-scss-module__ljel2q__newsCard:hover .Newslist-module-scss-module__ljel2q__cardTitle{color:var(--primary)}.Newslist-module-scss-module__ljel2q__sidebar{flex-direction:column;gap:2.5rem;display:flex}.Newslist-module-scss-module__ljel2q__trendingSection{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 12px var(--shadow-color);border-radius:20px;padding:2rem}.Newslist-module-scss-module__ljel2q__trendingHeader{margin-bottom:2rem;position:relative}.Newslist-module-scss-module__ljel2q__trendingTitle{color:var(--heading-color);letter-spacing:-.02em;font-family:Lora,serif;font-size:2rem;font-weight:700}.Newslist-module-scss-module__ljel2q__trendingAccent{background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px;width:60px;height:4px;margin-top:.75rem}.Newslist-module-scss-module__ljel2q__trendingList{flex-direction:column;gap:1.25rem;display:flex}.Newslist-module-scss-module__ljel2q__trendingCard{background:var(--nav-hover-bg);border:1px solid var(--border);cursor:pointer;border-radius:12px;grid-template-columns:45px 85px 1fr;align-items:start;gap:1rem;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid}.Newslist-module-scss-module__ljel2q__trendingCard:hover{border-color:var(--primary);box-shadow:-2px 4px 16px var(--shadow-color);transform:translate(4px)}.Newslist-module-scss-module__ljel2q__trendingRank{background:var(--nav-hover-bg);border:2px solid var(--primary);width:45px;height:45px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;font-family:Lora,serif;font-size:1.25rem;font-weight:700;display:flex}.Newslist-module-scss-module__ljel2q__trendingImage{background:var(--muted);border:1px solid var(--border);border-radius:10px;width:85px;height:64px;overflow:hidden}.Newslist-module-scss-module__ljel2q__trendingImage img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.Newslist-module-scss-module__ljel2q__trendingCard:hover .Newslist-module-scss-module__ljel2q__trendingImage img{transform:scale(1.1)}.Newslist-module-scss-module__ljel2q__trendingText{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}──────────────────────────────────────────── .Newslist-module-scss-module__ljel2q__adSpace{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 2px 8px var(--shadow-color);border-radius:16px;padding:2rem}.Newslist-module-scss-module__ljel2q__adLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);text-align:center;margin-bottom:1.25rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;display:block}.Newslist-module-scss-module__ljel2q__adWrapper{border:1px solid var(--border);background:0 0;border-radius:12px;width:100%;line-height:0;position:relative;overflow:hidden}.Newslist-module-scss-module__ljel2q__adLink{line-height:0;display:block}.Newslist-module-scss-module__ljel2q__adImage{object-fit:contain;width:100%;height:auto;transition:transform .4s;display:block}.Newslist-module-scss-module__ljel2q__adWrapper:hover .Newslist-module-scss-module__ljel2q__adImage{transform:scale(1.03)}.Newslist-module-scss-module__ljel2q__adTitleOverlay{color:#fff;text-align:center;z-index:1;background:#000000a6;padding:10px 14px;font-size:13px;font-weight:500;position:absolute;bottom:0;left:0;right:0}.Newslist-module-scss-module__ljel2q__adDots{z-index:2;gap:8px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.Newslist-module-scss-module__ljel2q__dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:9px;height:9px;transition:all .3s}.Newslist-module-scss-module__ljel2q__activeDot{background:#fff;transform:scale(1.3)}.Newslist-module-scss-module__ljel2q__adPlaceholder{background:var(--muted);border:2px dashed var(--primary);color:#6b7280;border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:160px;font-size:14px;display:flex}.Newslist-module-scss-module__ljel2q__emptyAdBox{text-align:center;color:#9ca3af;padding:2rem 1rem}.Newslist-module-scss-module__ljel2q__emptyAdBox span{margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:block}.Newslist-module-scss-module__ljel2q__emptyAdBox small{font-size:.8rem}@keyframes Newslist-module-scss-module__ljel2q__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.95)}}@media (max-width:1023px){.Newslist-module-scss-module__ljel2q__newsListSection{padding:2rem 1.5rem}.Newslist-module-scss-module__ljel2q__container{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:639px){.Newslist-module-scss-module__ljel2q__newsListSection{padding:2rem 1rem}.Newslist-module-scss-module__ljel2q__newsGrid{grid-template-columns:1fr;gap:1.5rem}.Newslist-module-scss-module__ljel2q__cardImage{height:180px}.Newslist-module-scss-module__ljel2q__cardTitle{font-size:1rem}.Newslist-module-scss-module__ljel2q__trendingSection{padding:1.5rem}.Newslist-module-scss-module__ljel2q__trendingTitle{font-size:1.5rem}.Newslist-module-scss-module__ljel2q__trendingCard{grid-template-columns:40px 75px 1fr;gap:.875rem}.Newslist-module-scss-module__ljel2q__trendingRank{width:40px;height:40px;font-size:1.125rem}.Newslist-module-scss-module__ljel2q__trendingImage{width:75px;height:56px}}
.LatestNews-module-scss-module__iTjZ3W__latestNewsSection{background-color:var(--background);padding:4rem 2rem;transition:background-color .3s;position:relative;overflow:hidden}.LatestNews-module-scss-module__iTjZ3W__latestNewsSection:before{content:"";pointer-events:none;position:absolute;inset:0}.LatestNews-module-scss-module__iTjZ3W__latestNewsSection:after{content:"";background:linear-gradient(180deg,transparent,var(--border)50%,transparent);pointer-events:none;width:1px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.LatestNews-module-scss-module__iTjZ3W__container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.LatestNews-module-scss-module__iTjZ3W__header{text-align:center;margin-bottom:3rem}.LatestNews-module-scss-module__iTjZ3W__title{color:var(--heading-color);letter-spacing:-.02em;margin-bottom:1rem;font-family:Lora,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;transition:color .3s}.LatestNews-module-scss-module__iTjZ3W__titleUnderline{background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px;width:120px;height:4px;margin:0 auto;box-shadow:0 2px 12px #3b82f64d}.LatestNews-module-scss-module__iTjZ3W__newsGrid{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 12px var(--shadow-color);border-radius:20px;grid-template-columns:1fr;gap:0;transition:all .3s;display:grid;overflow:hidden}@media (min-width:768px){.LatestNews-module-scss-module__iTjZ3W__newsGrid{grid-template-columns:repeat(3,1fr)}}.LatestNews-module-scss-module__iTjZ3W__newsItem{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:1fr 140px;gap:1.25rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative}@media (min-width:768px){.LatestNews-module-scss-module__iTjZ3W__newsItem{border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.LatestNews-module-scss-module__iTjZ3W__newsItem:nth-child(3n){border-right:none}.LatestNews-module-scss-module__iTjZ3W__newsItem:nth-last-child(-n+3),.LatestNews-module-scss-module__iTjZ3W__newsItem:last-child:nth-child(3n+1),.LatestNews-module-scss-module__iTjZ3W__newsItem:last-child:nth-child(3n+2),.LatestNews-module-scss-module__iTjZ3W__newsItem:nth-last-child(2):nth-child(3n+1){border-bottom:none}}.LatestNews-module-scss-module__iTjZ3W__newsItem:before{content:"";background:linear-gradient(180deg,var(--primary),var(--accent));width:3px;height:0;transition:height .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.LatestNews-module-scss-module__iTjZ3W__newsItem:hover{background:var(--nav-hover-bg);z-index:2;box-shadow:0 4px 16px var(--shadow-color);transform:scale(1.02)}.LatestNews-module-scss-module__iTjZ3W__newsItem:hover:before{height:100%}@media (max-width:767px){.LatestNews-module-scss-module__iTjZ3W__newsItem{border-right:none!important}.LatestNews-module-scss-module__iTjZ3W__newsItem:last-child{border-bottom:none}}.LatestNews-module-scss-module__iTjZ3W__content{flex-direction:column;justify-content:center;gap:.75rem;display:flex}.LatestNews-module-scss-module__iTjZ3W__category{letter-spacing:.05em;text-transform:uppercase;color:var(--primary);font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;transition:color .3s}.LatestNews-module-scss-module__iTjZ3W__newsItem:hover .LatestNews-module-scss-module__iTjZ3W__category{color:var(--primary-hover)}.LatestNews-module-scss-module__iTjZ3W__newsTitle{color:var(--heading-color);-webkit-line-clamp:3;letter-spacing:-.01em;-webkit-box-orient:vertical;font-family:Lora,serif;font-size:1.0625rem;font-weight:600;line-height:1.5;transition:color .3s;display:-webkit-box;overflow:hidden}.LatestNews-module-scss-module__iTjZ3W__newsItem:hover .LatestNews-module-scss-module__iTjZ3W__newsTitle{color:var(--primary)}.LatestNews-module-scss-module__iTjZ3W__imageWrapper{background:var(--muted);border:1px solid var(--border);border-radius:10px;flex-shrink:0;width:140px;height:90px;transition:border-color .3s;overflow:hidden}.LatestNews-module-scss-module__iTjZ3W__newsItem:hover .LatestNews-module-scss-module__iTjZ3W__imageWrapper{border-color:var(--primary)}.LatestNews-module-scss-module__iTjZ3W__imageWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.LatestNews-module-scss-module__iTjZ3W__newsItem:hover .LatestNews-module-scss-module__iTjZ3W__imageWrapper img{transform:scale(1.1)}.LatestNews-module-scss-module__iTjZ3W__readMoreWrapper{justify-content:center;margin-top:3rem;display:flex}.LatestNews-module-scss-module__iTjZ3W__readMoreButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);border:1px solid var(--primary);color:#fff;cursor:pointer;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #3b82f640}.LatestNews-module-scss-module__iTjZ3W__readMoreButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.LatestNews-module-scss-module__iTjZ3W__readMoreButton svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.LatestNews-module-scss-module__iTjZ3W__readMoreButton:hover{background:linear-gradient(135deg,var(--primary-hover)0%,var(--primary)100%);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.LatestNews-module-scss-module__iTjZ3W__readMoreButton:hover:before{left:100%}.LatestNews-module-scss-module__iTjZ3W__readMoreButton:hover svg{transform:translate(4px)}.LatestNews-module-scss-module__iTjZ3W__readMoreButton:active{transform:translateY(0);box-shadow:0 2px 8px #3b82f640}.LatestNews-module-scss-module__iTjZ3W__newsItem.LatestNews-module-scss-module__iTjZ3W__animate-pulse{animation:1.5s ease-in-out infinite LatestNews-module-scss-module__iTjZ3W__pulse-bg}.LatestNews-module-scss-module__iTjZ3W__newsItem.LatestNews-module-scss-module__iTjZ3W__animate-pulse .LatestNews-module-scss-module__iTjZ3W__bg-gray-200{background:linear-gradient(90deg,var(--muted)0%,var(--border)50%,var(--muted)100%);background-size:200% 100%;animation:1.5s linear infinite LatestNews-module-scss-module__iTjZ3W__shimmer}@keyframes LatestNews-module-scss-module__iTjZ3W__pulse-bg{0%,to{opacity:1}50%{opacity:.85}}@keyframes LatestNews-module-scss-module__iTjZ3W__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:767px){.LatestNews-module-scss-module__iTjZ3W__latestNewsSection{padding:3rem 1.5rem}.LatestNews-module-scss-module__iTjZ3W__header{margin-bottom:2rem}.LatestNews-module-scss-module__iTjZ3W__title{font-size:1.75rem}.LatestNews-module-scss-module__iTjZ3W__newsItem{grid-template-columns:1fr 120px;gap:1rem;padding:1.25rem}.LatestNews-module-scss-module__iTjZ3W__imageWrapper{width:120px;height:80px}.LatestNews-module-scss-module__iTjZ3W__newsTitle{font-size:.9375rem}.LatestNews-module-scss-module__iTjZ3W__readMoreButton{padding:.875rem 2rem;font-size:.9375rem}}@media (max-width:480px){.LatestNews-module-scss-module__iTjZ3W__latestNewsSection{padding:2rem 1rem}.LatestNews-module-scss-module__iTjZ3W__newsItem{grid-template-columns:1fr 100px;gap:.875rem;padding:1rem}.LatestNews-module-scss-module__iTjZ3W__imageWrapper{width:100px;height:70px}.LatestNews-module-scss-module__iTjZ3W__newsTitle{-webkit-line-clamp:4;font-size:.875rem}.LatestNews-module-scss-module__iTjZ3W__category{font-size:.75rem}.LatestNews-module-scss-module__iTjZ3W__readMoreButton{padding:.75rem 1.75rem;font-size:.875rem}}
.SportsNews-module-scss-module__1yUeUa__sportsSection{background-color:var(--background);padding:4rem 2rem;transition:background-color .3s;position:relative;overflow:hidden}.SportsNews-module-scss-module__1yUeUa__sportsSection:before{content:"";pointer-events:none;position:absolute;inset:0}.SportsNews-module-scss-module__1yUeUa__sportsSection:after{content:"";background:linear-gradient(180deg,transparent,var(--border)50%,transparent);pointer-events:none;width:1px;height:100%;position:absolute;top:0;right:50%;transform:translate(50%)}.SportsNews-module-scss-module__1yUeUa__container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.SportsNews-module-scss-module__1yUeUa__header{text-align:center;margin-bottom:3rem}.SportsNews-module-scss-module__1yUeUa__title{color:var(--heading-color);letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Lora,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;transition:color .3s}.SportsNews-module-scss-module__1yUeUa__categoryNav{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 2px 8px var(--shadow-color);border-radius:100px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;max-width:fit-content;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:.75rem;transition:all .3s;display:flex}.SportsNews-module-scss-module__1yUeUa__categoryButton{color:var(--text-color);cursor:pointer;letter-spacing:.01em;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:100px;padding:.625rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.SportsNews-module-scss-module__1yUeUa__categoryButton:hover{background:var(--nav-hover-bg);border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.SportsNews-module-scss-module__1yUeUa__categoryButton.SportsNews-module-scss-module__1yUeUa__active{background:var(--nav-hover-bg);border-color:var(--primary);color:var(--primary);box-shadow:0 2px 8px var(--shadow-color);font-weight:600}.SportsNews-module-scss-module__1yUeUa__articlesContainer{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 12px var(--shadow-color);border-radius:20px;padding:2rem;transition:all .3s}.SportsNews-module-scss-module__1yUeUa__articlesGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.SportsNews-module-scss-module__1yUeUa__articlesGrid{grid-template-columns:1fr 1fr}}.SportsNews-module-scss-module__1yUeUa__featuredArticle{background:var(--muted);cursor:pointer;border:1px solid var(--card-border);border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.SportsNews-module-scss-module__1yUeUa__featuredArticle:before{content:"";background:linear-gradient(90deg,var(--primary),var(--accent));opacity:0;z-index:2;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.SportsNews-module-scss-module__1yUeUa__featuredArticle:hover{border-color:var(--primary);box-shadow:0 12px 32px var(--shadow-color);transform:translateY(-6px)}.SportsNews-module-scss-module__1yUeUa__featuredArticle:hover:before{opacity:1}.SportsNews-module-scss-module__1yUeUa__featuredArticle:hover .SportsNews-module-scss-module__1yUeUa__featuredImage img{transform:scale(1.06)}.SportsNews-module-scss-module__1yUeUa__featuredImage{background:var(--muted);width:100%;height:400px;position:relative;overflow:hidden}.SportsNews-module-scss-module__1yUeUa__featuredImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.SportsNews-module-scss-module__1yUeUa__imageOverlay{pointer-events:none;background:linear-gradient(#0000 0%,#000000d9 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.SportsNews-module-scss-module__1yUeUa__featuredContent{z-index:1;padding:2rem;position:absolute;bottom:0;left:0;right:0}.SportsNews-module-scss-module__1yUeUa__categoryBadge{letter-spacing:.05em;text-transform:uppercase;color:var(--primary);background:var(--card-bg);border:1px solid var(--primary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 8px var(--shadow-color);border-radius:100px;margin-bottom:.75rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;transition:all .3s;display:inline-block}.SportsNews-module-scss-module__1yUeUa__featuredTitle{color:#fff;text-shadow:0 2px 12px #0009;letter-spacing:-.01em;font-family:Lora,serif;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:700;line-height:1.3}.SportsNews-module-scss-module__1yUeUa__regularArticles{flex-direction:column;gap:1.5rem;display:flex}.SportsNews-module-scss-module__1yUeUa__regularArticle{background:var(--nav-hover-bg);border:1px solid var(--border);cursor:pointer;border-radius:12px;grid-template-columns:1fr 180px;gap:1.5rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative}.SportsNews-module-scss-module__1yUeUa__regularArticle:before{content:"";background:linear-gradient(180deg,var(--primary),var(--accent));border-radius:0 2px 2px 0;width:3px;height:0;transition:height .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.SportsNews-module-scss-module__1yUeUa__regularArticle:hover{background:var(--nav-hover-bg);border-color:var(--primary);box-shadow:-2px 4px 16px var(--shadow-color);transform:translate(4px)}.SportsNews-module-scss-module__1yUeUa__regularArticle:hover:before{height:100%}.SportsNews-module-scss-module__1yUeUa__regularArticle:hover .SportsNews-module-scss-module__1yUeUa__articleImage img{transform:scale(1.1)}.SportsNews-module-scss-module__1yUeUa__articleContent{flex-direction:column;justify-content:center;gap:.75rem;display:flex}.SportsNews-module-scss-module__1yUeUa__articleTitle{color:var(--heading-color);letter-spacing:-.01em;font-family:Lora,serif;font-size:1.0625rem;font-weight:600;line-height:1.5;transition:color .3s}.SportsNews-module-scss-module__1yUeUa__regularArticle:hover .SportsNews-module-scss-module__1yUeUa__articleTitle{color:var(--primary)}.SportsNews-module-scss-module__1yUeUa__articleImage{background:var(--muted);border:1px solid var(--border);border-radius:10px;flex-shrink:0;width:180px;height:120px;overflow:hidden}.SportsNews-module-scss-module__1yUeUa__articleImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.SportsNews-module-scss-module__1yUeUa__readMoreWrapper{justify-content:center;margin-top:3rem;display:flex}.SportsNews-module-scss-module__1yUeUa__readMoreButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);border:1px solid var(--primary);color:#fff;cursor:pointer;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #3b82f640}.SportsNews-module-scss-module__1yUeUa__readMoreButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.SportsNews-module-scss-module__1yUeUa__readMoreButton svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.SportsNews-module-scss-module__1yUeUa__readMoreButton:hover{background:linear-gradient(135deg,var(--primary-hover)0%,var(--primary)100%);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.SportsNews-module-scss-module__1yUeUa__readMoreButton:hover:before{left:100%}.SportsNews-module-scss-module__1yUeUa__readMoreButton:hover svg{transform:translate(4px)}.SportsNews-module-scss-module__1yUeUa__readMoreButton:active{transform:translateY(0)}@media (max-width:1023px){.SportsNews-module-scss-module__1yUeUa__sportsSection{padding:3rem 1.5rem}.SportsNews-module-scss-module__1yUeUa__header{margin-bottom:2rem}.SportsNews-module-scss-module__1yUeUa__title{font-size:1.875rem}.SportsNews-module-scss-module__1yUeUa__categoryNav{gap:.375rem;padding:.625rem}.SportsNews-module-scss-module__1yUeUa__categoryButton{padding:.5rem 1.25rem;font-size:.875rem}.SportsNews-module-scss-module__1yUeUa__articlesContainer{padding:1.5rem}.SportsNews-module-scss-module__1yUeUa__articlesGrid{gap:1.5rem}.SportsNews-module-scss-module__1yUeUa__featuredImage{height:300px}.SportsNews-module-scss-module__1yUeUa__featuredContent{padding:1.5rem}.SportsNews-module-scss-module__1yUeUa__featuredTitle{font-size:1.375rem}}@media (max-width:767px){.SportsNews-module-scss-module__1yUeUa__sportsSection{padding:2rem 1rem}.SportsNews-module-scss-module__1yUeUa__categoryNav{padding:.5rem}.SportsNews-module-scss-module__1yUeUa__categoryButton{padding:.5rem 1rem;font-size:.8125rem}.SportsNews-module-scss-module__1yUeUa__regularArticle{grid-template-columns:1fr 140px;gap:1rem;padding:1.25rem}.SportsNews-module-scss-module__1yUeUa__articleImage{width:140px;height:100px}.SportsNews-module-scss-module__1yUeUa__articleTitle{font-size:.9375rem}.SportsNews-module-scss-module__1yUeUa__featuredImage{height:250px}.SportsNews-module-scss-module__1yUeUa__readMoreButton{padding:.875rem 2rem;font-size:.9375rem}}@media (max-width:480px){.SportsNews-module-scss-module__1yUeUa__categoryNav{gap:.25rem;padding:.5rem}.SportsNews-module-scss-module__1yUeUa__categoryButton{padding:.5rem .875rem;font-size:.75rem}.SportsNews-module-scss-module__1yUeUa__regularArticle{grid-template-columns:1fr 120px;gap:.875rem;padding:1rem}.SportsNews-module-scss-module__1yUeUa__articleImage{width:120px;height:85px}.SportsNews-module-scss-module__1yUeUa__articleTitle{font-size:.875rem}.SportsNews-module-scss-module__1yUeUa__readMoreButton{padding:.75rem 1.75rem;font-size:.875rem}}
.EntertainmentNews-module-scss-module__96PSSG__sportsSection{background-color:var(--background);padding:4rem 2rem;transition:background-color .3s;position:relative;overflow:hidden}.EntertainmentNews-module-scss-module__96PSSG__sportsSection:before{content:"";pointer-events:none;position:absolute;inset:0}.EntertainmentNews-module-scss-module__96PSSG__sportsSection:after{content:"";background:linear-gradient(180deg,transparent,var(--border)50%,transparent);pointer-events:none;width:1px;height:100%;position:absolute;top:0;right:50%;transform:translate(50%)}.EntertainmentNews-module-scss-module__96PSSG__container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.EntertainmentNews-module-scss-module__96PSSG__header{text-align:center;margin-bottom:3rem}.EntertainmentNews-module-scss-module__96PSSG__title{color:var(--heading-color);letter-spacing:-.02em;margin-bottom:1.5rem;font-family:Lora,serif;font-size:clamp(2rem,5vw,3rem);font-weight:700;transition:color .3s}.EntertainmentNews-module-scss-module__96PSSG__categoryNav{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 2px 8px var(--shadow-color);border-radius:100px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;max-width:fit-content;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:.75rem;transition:all .3s;display:flex}.EntertainmentNews-module-scss-module__96PSSG__categoryButton{color:var(--text-color);cursor:pointer;letter-spacing:.01em;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:100px;padding:.625rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.EntertainmentNews-module-scss-module__96PSSG__categoryButton:hover{background:var(--nav-hover-bg);border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.EntertainmentNews-module-scss-module__96PSSG__categoryButton.EntertainmentNews-module-scss-module__96PSSG__active{background:var(--nav-hover-bg);border-color:var(--primary);color:var(--primary);box-shadow:0 2px 8px var(--shadow-color);font-weight:600}.EntertainmentNews-module-scss-module__96PSSG__articlesContainer{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 4px 12px var(--shadow-color);border-radius:20px;padding:2rem;transition:all .3s}.EntertainmentNews-module-scss-module__96PSSG__articlesGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.EntertainmentNews-module-scss-module__96PSSG__articlesGrid{grid-template-columns:1fr 1fr}}.EntertainmentNews-module-scss-module__96PSSG__featuredArticle{background:var(--muted);cursor:pointer;border:1px solid var(--card-border);border-radius:16px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.EntertainmentNews-module-scss-module__96PSSG__featuredArticle:before{content:"";background:linear-gradient(90deg,var(--primary),var(--accent));opacity:0;z-index:2;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.EntertainmentNews-module-scss-module__96PSSG__featuredArticle:hover{border-color:var(--primary);box-shadow:0 12px 32px var(--shadow-color);transform:translateY(-6px)}.EntertainmentNews-module-scss-module__96PSSG__featuredArticle:hover:before{opacity:1}.EntertainmentNews-module-scss-module__96PSSG__featuredArticle:hover .EntertainmentNews-module-scss-module__96PSSG__featuredImage img{transform:scale(1.06)}.EntertainmentNews-module-scss-module__96PSSG__featuredImage{background:var(--muted);width:100%;height:400px;position:relative;overflow:hidden}.EntertainmentNews-module-scss-module__96PSSG__featuredImage img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.EntertainmentNews-module-scss-module__96PSSG__imageOverlay{pointer-events:none;background:linear-gradient(#0000 0%,#000000d9 100%);height:60%;position:absolute;bottom:0;left:0;right:0}.EntertainmentNews-module-scss-module__96PSSG__featuredContent{z-index:1;padding:2rem;position:absolute;bottom:0;left:0;right:0}.EntertainmentNews-module-scss-module__96PSSG__categoryBadge{letter-spacing:.05em;text-transform:uppercase;color:var(--primary);background:var(--card-bg);border:1px solid var(--primary);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 8px var(--shadow-color);border-radius:100px;margin-bottom:.75rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;transition:all .3s;display:inline-block}.EntertainmentNews-module-scss-module__96PSSG__featuredTitle{color:#fff;text-shadow:0 2px 12px #0009;letter-spacing:-.01em;font-family:Lora,serif;font-size:clamp(1.375rem,2.5vw,1.75rem);font-weight:700;line-height:1.3}.EntertainmentNews-module-scss-module__96PSSG__regularArticles{flex-direction:column;gap:1.5rem;display:flex}.EntertainmentNews-module-scss-module__96PSSG__regularArticle{background:var(--nav-hover-bg);border:1px solid var(--border);cursor:pointer;border-radius:12px;grid-template-columns:1fr 180px;gap:1.5rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative}.EntertainmentNews-module-scss-module__96PSSG__regularArticle:before{content:"";background:linear-gradient(180deg,var(--primary),var(--accent));border-radius:0 2px 2px 0;width:3px;height:0;transition:height .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.EntertainmentNews-module-scss-module__96PSSG__regularArticle:hover{background:var(--nav-hover-bg);border-color:var(--primary);box-shadow:-2px 4px 16px var(--shadow-color);transform:translate(4px)}.EntertainmentNews-module-scss-module__96PSSG__regularArticle:hover:before{height:100%}.EntertainmentNews-module-scss-module__96PSSG__regularArticle:hover .EntertainmentNews-module-scss-module__96PSSG__articleImage img{transform:scale(1.1)}.EntertainmentNews-module-scss-module__96PSSG__articleContent{flex-direction:column;justify-content:center;gap:.75rem;display:flex}.EntertainmentNews-module-scss-module__96PSSG__articleTitle{color:var(--heading-color);letter-spacing:-.01em;font-family:Lora,serif;font-size:1.0625rem;font-weight:600;line-height:1.5;transition:color .3s}.EntertainmentNews-module-scss-module__96PSSG__regularArticle:hover .EntertainmentNews-module-scss-module__96PSSG__articleTitle{color:var(--primary)}.EntertainmentNews-module-scss-module__96PSSG__articleImage{background:var(--muted);border:1px solid var(--border);border-radius:10px;flex-shrink:0;width:180px;height:120px;overflow:hidden}.EntertainmentNews-module-scss-module__96PSSG__articleImage img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.EntertainmentNews-module-scss-module__96PSSG__readMoreWrapper{justify-content:center;margin-top:3rem;display:flex}.EntertainmentNews-module-scss-module__96PSSG__readMoreButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-hover)100%);border:1px solid var(--primary);color:#fff;cursor:pointer;border-radius:100px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #3b82f640}.EntertainmentNews-module-scss-module__96PSSG__readMoreButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.EntertainmentNews-module-scss-module__96PSSG__readMoreButton svg{transition:transform .3s cubic-bezier(.4,0,.2,1)}.EntertainmentNews-module-scss-module__96PSSG__readMoreButton:hover{background:linear-gradient(135deg,var(--primary-hover)0%,var(--primary)100%);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.EntertainmentNews-module-scss-module__96PSSG__readMoreButton:hover:before{left:100%}.EntertainmentNews-module-scss-module__96PSSG__readMoreButton:hover svg{transform:translate(4px)}.EntertainmentNews-module-scss-module__96PSSG__readMoreButton:active{transform:translateY(0)}@media (max-width:1023px){.EntertainmentNews-module-scss-module__96PSSG__sportsSection{padding:3rem 1.5rem}.EntertainmentNews-module-scss-module__96PSSG__header{margin-bottom:2rem}.EntertainmentNews-module-scss-module__96PSSG__title{font-size:1.875rem}.EntertainmentNews-module-scss-module__96PSSG__categoryNav{gap:.375rem;padding:.625rem}.EntertainmentNews-module-scss-module__96PSSG__categoryButton{padding:.5rem 1.25rem;font-size:.875rem}.EntertainmentNews-module-scss-module__96PSSG__articlesContainer{padding:1.5rem}.EntertainmentNews-module-scss-module__96PSSG__articlesGrid{gap:1.5rem}.EntertainmentNews-module-scss-module__96PSSG__featuredImage{height:300px}.EntertainmentNews-module-scss-module__96PSSG__featuredContent{padding:1.5rem}.EntertainmentNews-module-scss-module__96PSSG__featuredTitle{font-size:1.375rem}}@media (max-width:767px){.EntertainmentNews-module-scss-module__96PSSG__sportsSection{padding:2rem 1rem}.EntertainmentNews-module-scss-module__96PSSG__categoryNav{padding:.5rem}.EntertainmentNews-module-scss-module__96PSSG__categoryButton{padding:.5rem 1rem;font-size:.8125rem}.EntertainmentNews-module-scss-module__96PSSG__regularArticle{grid-template-columns:1fr 140px;gap:1rem;padding:1.25rem}.EntertainmentNews-module-scss-module__96PSSG__articleImage{width:140px;height:100px}.EntertainmentNews-module-scss-module__96PSSG__articleTitle{font-size:.9375rem}.EntertainmentNews-module-scss-module__96PSSG__featuredImage{height:250px}.EntertainmentNews-module-scss-module__96PSSG__readMoreButton{padding:.875rem 2rem;font-size:.9375rem}}@media (max-width:480px){.EntertainmentNews-module-scss-module__96PSSG__categoryNav{gap:.25rem;padding:.5rem}.EntertainmentNews-module-scss-module__96PSSG__categoryButton{padding:.5rem .875rem;font-size:.75rem}.EntertainmentNews-module-scss-module__96PSSG__regularArticle{grid-template-columns:1fr 120px;gap:.875rem;padding:1rem}.EntertainmentNews-module-scss-module__96PSSG__articleImage{width:120px;height:85px}.EntertainmentNews-module-scss-module__96PSSG__articleTitle{font-size:.875rem}.EntertainmentNews-module-scss-module__96PSSG__readMoreButton{padding:.75rem 1.75rem;font-size:.875rem}}
