.NewsList_section___4Ypz{padding:4rem 0}.NewsList_container__ZwTIT{max-width:80rem;margin:0 auto;padding:0 1rem}.NewsList_header__r7gD7{margin-bottom:4rem;text-align:center}.NewsList_title__fv4_a{font-size:3rem;font-weight:700;color:white;margin-bottom:1rem}.NewsList_subtitle__lXzyy{color:var(--text-secondary);font-size:1.125rem;max-width:40rem;margin:0 auto}.NewsList_grid__C_8w3{display:grid;grid-template-columns:1fr;gap:2rem}.NewsList_card__EzfY6{display:flex;flex-direction:column;background-color:var(--xpr-panel-bg);border:1px solid var(--glass-border);border-radius:1rem;overflow:hidden;transition:all .3s ease;height:100%}.NewsList_card__EzfY6:hover{transform:translateY(-4px);border-color:var(--xpr-blue);box-shadow:0 10px 30px -10px rgba(0,0,0,.5)}.NewsList_imageContainer__2dfLL{position:relative;aspect-ratio:16/9;width:100%;background-color:#1a1d26;overflow:hidden}.NewsList_newsImage__wClY_{width:100%;height:100%;object-fit:cover;background-color:#000}.NewsList_imagePlaceholder__LLk3T{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,var(--xpr-panel-bg),#1a1d26);color:var(--text-muted);font-weight:500}.NewsList_categoryTag__fttyP{position:absolute;top:1rem;right:1rem;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--xpr-cyan);padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;border:1px solid rgba(255,255,255,.1)}.NewsList_content__NvJa_{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}.NewsList_date__ocpHN{color:var(--text-muted);font-size:.875rem;margin-bottom:.75rem}.NewsList_cardTitle__gNLYy{font-size:1.25rem;font-weight:700;color:white;margin-bottom:1rem;line-height:1.4}.NewsList_excerpt__CGjJl{color:var(--text-secondary);font-size:.875rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.NewsList_readMore__vTLbd{color:var(--xpr-blue);font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.5rem;transition:gap .2s}.NewsList_card__EzfY6:hover .NewsList_readMore__vTLbd{gap:.75rem}@media (min-width:768px){.NewsList_container__ZwTIT{padding:0 1.5rem}.NewsList_grid__C_8w3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.NewsList_container__ZwTIT{padding:0 2rem}.NewsList_grid__C_8w3{grid-template-columns:repeat(3,1fr)}}