
body { background:#050505; color:#e5e5e5; font-family:Arial; }
.main-header { background:#000; padding:20px; display:flex; justify-content:space-between; }
.logo { color:#39ff14; font-size:28px; text-shadow:0 0 10px #39ff14; }
.section-title { color:#39ff14; margin-top:40px; }
.top-stories { display:grid; grid-template-columns:2fr 1fr 1fr; gap:20px; }
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:20px; }
.news-card, .story { background:#0a0a0a; padding:10px; border:1px solid #111; }
.news-card:hover, .story:hover { border-color:#39ff14; box-shadow:0 0 10px #39ff14; }
.footer { background:#000; padding:20px; text-align:center; margin-top:40px; }
