.news-bento{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:auto;gap:16px;grid-template-areas:"personal personal personal personal personal personal personal personal personal personal personal personal" "top      top      top      top      top      top      top      top      custom   custom   custom   custom" "market   market   market   market   market   market   nhero    nhero    nhero    nhero    nhero    nhero" "press    press    press    press    press    press    trending trending trending trending trending trending"}@media (max-width:1023px){.news-bento{grid-template-columns:1fr;grid-template-areas:"personal" "custom" "top" "market" "nhero" "press" "trending"}}.news-featured-card{transition:transform .25s ease,box-shadow .25s ease}.news-featured-card:hover{transform:translateY(-3px);box-shadow:0 0 30px rgba(230,59,46,.08)}.news-featured-card:hover .news-featured-img{transform:scale(1.03)}.news-card{transition:transform .2s ease,box-shadow .2s ease}.news-card:hover{transform:translateY(-2px);box-shadow:0 0 24px rgba(230,59,46,.06)}@keyframes breaking-pulse{0%,to{box-shadow:0 0 0 0 rgba(239,68,68,.4)}50%{box-shadow:0 0 0 6px rgba(239,68,68,0)}}.animate-breaking{animation:breaking-pulse 2s ease-in-out infinite}@keyframes news-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.news-stagger>*{opacity:0;animation:news-fade-in .3s ease-out both}.news-stagger>:first-child{animation-delay:0s}.news-stagger>:nth-child(2){animation-delay:50ms}.news-stagger>:nth-child(3){animation-delay:.1s}.news-stagger>:nth-child(4){animation-delay:.15s}.news-stagger>:nth-child(5){animation-delay:.2s}.news-stagger>:nth-child(6){animation-delay:.25s}.news-stagger>:nth-child(7){animation-delay:.3s}.news-stagger>:nth-child(8){animation-delay:.35s}.news-stagger>:nth-child(9){animation-delay:.4s}.news-stagger>:nth-child(10){animation-delay:.45s}.news-stagger>:nth-child(11){animation-delay:.5s}.news-stagger>:nth-child(12){animation-delay:.55s}.time-group-heading{position:relative;padding-left:12px}.time-group-heading:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:16px;background:#E63B2E;border-radius:2px}.news-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(9,9,11,.85));border-radius:inherit}.news-img-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(9,9,11,.9))}.trending-pill{transition:background .15s ease,transform .15s ease,color .15s ease}.trending-pill:hover{transform:scale(1.05)}