@keyframes spin{to{transform:rotate(360deg)}}#home-news-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.article-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #e2e8f0;overflow:hidden;height:100%}.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.read-more{font-weight:600;color:var(--primary-color);text-decoration:none;transition:color .2s}.read-more:hover{color:var(--secondary-color)}
