:root{color-scheme:light dark;--fg:#1a1a1a;--muted:#666;--accent:#0b66c3;--border:#e2e2e2}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--fg);line-height:1.5}main{max-width:720px;margin:0 auto;padding:2rem 1.25rem 4rem}h1{margin-bottom:.25rem}.subtitle{color:var(--muted);margin-top:0}.headlines{list-style:none;margin:1.5rem 0 0;padding:0}.headline{padding:.9rem 0;border-bottom:1px solid var(--border)}.headline a{color:var(--accent);text-decoration:none;font-weight:600}.headline a:hover{text-decoration:underline}.meta{display:flex;gap:.75rem;margin-top:.25rem;font-size:.8rem;color:var(--muted)}.source{text-transform:uppercase;letter-spacing:.04em}.empty,.error{color:var(--muted);margin-top:1.5rem}