*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:#fff;color:#111;line-height:1.5;padding:1rem;max-width:48rem;margin:0 auto}.card{background:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:1rem;margin-bottom:1rem}.card h2{font-size:1.1rem;margin-bottom:.25rem}.card .status{display:inline-block;font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:4px;text-transform:uppercase;margin-right:.5rem}.status-developing{background:#fff3cd;color:#856404}.status-confirmed{background:#d4edda;color:#155724}.status-unclear{background:#e2e3e5;color:#383d41}.status-resolved{background:#cce5ff;color:#004085}.meta{font-size:.8rem;color:#555}.source-health{font-size:.8rem;margin-top:2rem;padding-top:1rem;border-top:1px solid #dee2e6}.source-health ul{list-style:none;padding:0}.source-health li{margin-bottom:.25rem}.degraded{color:#dc3545}.stale{color:#ffc107}.ok{color:#28a745}a{color:#0056b3;text-decoration:none}a:hover{text-decoration:underline}@media(max-width:600px){body{padding:.5rem}}