:root{--ink: #0f172a;--muted: #475569;--brand: #0ea5e9;--accent: #10b981;--bg: #f8fafc;--paper: #ffffff;--line: #dbe3ec}:root[data-theme=dark]{--ink: #e2e8f0;--muted: #94a3b8;--brand: #38bdf8;--accent: #34d399;--bg: #020617;--paper: #0f172a;--line: #1e293b}*{box-sizing:border-box}html,body{margin:0;background:var(--bg);color:var(--ink);font-family:Roboto,system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.wrap{width:min(1120px,100% - 2rem);margin-inline:auto}.hero{background:linear-gradient(180deg,#0ea5e91f,#10b9811f);border-bottom:1px solid var(--line)}.hero-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-block:1.5rem 1rem}.brand{display:flex;align-items:center;gap:.75rem}.brand img{display:inline-block;width:64px;height:64px;vertical-align:baseline}.logo-primary{fill:var(--brand)}.logo-secondary{fill:var(--accent)}.logo-line{stroke:var(--ink)}h1{margin:0;font-family:Merriweather,serif;font-size:clamp(1.7rem,4.5vw,2.4rem)}.tagline,.date,.meta{margin:.2rem 0 0;color:var(--muted)}.issue-picker{display:grid;gap:.35rem}.issue-picker label{font-size:.85rem;color:var(--muted);font-weight:700}.issue-picker select{border:1px solid var(--line);border-radius:.6rem;padding:.5rem .75rem;background:var(--paper);color:var(--ink);font-size:.95rem;min-width:230px}.theme-toggle{margin-top:.4rem;width:fit-content;display:block;justify-self:end;border:0;background:transparent;color:var(--ink);cursor:pointer;line-height:0;padding:0}.theme-toggle-track{display:block;width:43px;height:22px;border-radius:999px;background:linear-gradient(180deg,#58c7ff,#1ea2ff);position:relative;border:1px solid rgba(15,23,42,.2);box-shadow:inset 0 0 0 1px #ffffff2e;overflow:hidden;transition:background .25s ease}.theme-toggle-indicator{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fff9b8,#ffd84f 70%);box-shadow:0 2px 5px #0f172a40;transition:transform .25s ease,background .25s ease}.theme-toggle-cloud{position:absolute;bottom:4px;right:4px;width:14px;height:6px;border-radius:999px;background:#f8fbff;opacity:.95;transition:opacity .2s ease}.theme-toggle-cloud:before,.theme-toggle-cloud:after{content:"";position:absolute;border-radius:50%;background:inherit}.theme-toggle-cloud:before{width:7px;height:7px;left:2px;top:-3px}.theme-toggle-cloud:after{width:8px;height:8px;right:2px;top:-4px}.theme-toggle-stars{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .2s ease}.theme-toggle-stars:before,.theme-toggle-stars:after{content:"";position:absolute;width:2px;height:2px;border-radius:50%;background:#dbeafe;box-shadow:8px -3px #dbeafe,14px 4px #bfdbfe,-6px 5px #e2e8f0}.theme-toggle-stars:before{left:10px;top:6px}.theme-toggle-stars:after{left:24px;top:12px}:root[data-theme=dark] .hero{background:linear-gradient(180deg,#1e293bcc,#0f172af2)}:root[data-theme=dark] .top a{background:#0f172ab8}:root[data-theme=dark] footer{background:#020617}:root[data-theme=dark] .tag{background:#1e293b}:root[data-theme=dark] .theme-toggle-track{background:linear-gradient(180deg,#1f365f,#0f172a)}:root[data-theme=dark] .theme-toggle-indicator{transform:translate(23px);background:radial-gradient(circle at 60% 40%,#f8fafc,#cbd5e1 65%)}:root[data-theme=dark] .theme-toggle-indicator:after{content:"";position:absolute;top:3px;left:5px;width:4px;height:4px;border-radius:50%;background:#94a3b880;box-shadow:3px 5px #94a3b873}:root[data-theme=dark] .theme-toggle-cloud{opacity:0}:root[data-theme=dark] .theme-toggle-stars{opacity:1}.top{display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:1.1rem}.top a{display:inline-block;color:var(--ink);font-weight:700;background:#ffffffb8;border:1px solid var(--line);border-radius:999px;padding:.3rem .8rem}section{padding-block:1rem}.section-title{margin:0 0 .8rem;font-family:Merriweather,serif;font-size:1.35rem}.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.card{background:var(--paper);border:1px solid var(--line);border-radius:.9rem;padding:1rem}.card h3{margin:0;font-size:1.1rem}.card p{margin:.55rem 0 0;line-height:1.45}.links{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.source{border:1px solid var(--line);border-radius:999px;padding:.2rem .65rem;font-size:.82rem;font-weight:700;color:var(--muted)}.tag{display:inline-block;margin-top:.65rem;background:#e2e8f0;border-radius:999px;padding:.15rem .6rem;font-size:.75rem;font-weight:700}footer{margin-top:1rem;background:#fff;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr 1fr;gap:1rem;padding-block:1.2rem}footer h3,footer h4{margin:0}@media (max-width: 820px){.hero-inner,.cards,.footer-grid{grid-template-columns:1fr;display:grid}.issue-picker select{min-width:0;width:100%}}
