@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600;700&family=Cousine:wght@400;700&display=swap");:root{--background:0 0% 100%;--foreground:0 0% 3.9%;--card:0 0% 100%;--card-foreground:0 0% 3.9%;--primary:210 100% 50%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 45.1%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--success-bg:141 79% 91%;--success-fg:142 71% 24%;--warning-bg:48 96% 89%;--warning-fg:25 95% 39%;--info-bg:210 100% 95%;--info-fg:210 100% 35%;--brand:#4845DF}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:Work Sans,system-ui,sans-serif;color:hsl(var(--foreground));background:hsl(0 0% 97%);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.mono,code{font-family:Cousine,ui-monospace,monospace;font-size:12.5px}.shell{max-width:1240px;margin:0 auto;padding:0 24px}.top{border-bottom:1px solid hsl(var(--border));background:hsl(var(--background))}.top-inner{justify-content:space-between;padding:20px 24px;max-width:1240px;margin:0 auto}.brand-mark,.top-inner{display:flex;align-items:center}.brand-mark{gap:12px;font-weight:600}.brand-mark .dot{width:32px;height:32px;border-radius:8px;background:var(--brand);color:white;display:grid;place-items:center;font-weight:700;font-size:13px;font-family:Cousine,monospace}.brand-mark .titles h1{margin:0;font-size:15px;font-weight:600;letter-spacing:-.01em}.brand-mark .titles .sub,.top-meta{font-size:12px;color:hsl(var(--muted-foreground))}.top-meta{display:flex;align-items:center;gap:16px}.top-meta .pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:9999px;border:1px solid hsl(var(--border));background:hsl(var(--background));font-weight:500}.top-meta .pill .led{width:6px;height:6px;border-radius:50%;background:hsl(var(--success-fg))}.top-meta .pill.stale .led{background:hsl(var(--warning-fg))}.top-meta .pill.down .led{background:hsl(var(--destructive))}.section-head{padding:28px 0 8px}.section-head h2{margin:0;font-size:15px;font-weight:600;letter-spacing:-.01em}.section-head p{margin:4px 0 0;font-size:12.5px;color:hsl(var(--muted-foreground))}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;padding-top:12px}.stat{border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--card));padding:16px}.stat .k{font-size:10.5px;color:hsl(var(--muted-foreground));font-weight:600;text-transform:uppercase;letter-spacing:.06em}.stat .v{font-size:26px;font-weight:600;margin-top:6px;letter-spacing:-.015em}.stat .delta{font-size:12px;color:hsl(var(--muted-foreground));margin-top:2px}.card{border:1px solid hsl(var(--border));border-radius:12px;background:hsl(var(--card));overflow:hidden;margin-top:12px}.card-head{padding:14px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsl(var(--border))}.card-head .title{font-size:14px;font-weight:600}.card-head .sub{font-size:12px;color:hsl(var(--muted-foreground));margin-left:8px;font-weight:400}.card-body{padding:0}table.qa{width:100%;border-collapse:collapse;font-size:13px}table.qa thead th{text-align:left;padding:10px 16px;font-weight:600;font-size:11px;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;background:hsl(0 0% 98%)}table.qa td,table.qa thead th{border-bottom:1px solid hsl(var(--border))}table.qa td{padding:12px 16px;vertical-align:middle}table.qa tr:last-child td{border-bottom:none}table.qa tbody tr:hover{background:hsl(var(--accent)/.5)}table.qa .partner{font-weight:600;text-transform:capitalize}table.qa .prefix{color:hsl(var(--muted-foreground))}table.qa .num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-family:Cousine,monospace;font-size:12px}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:9999px;font-size:11px;font-weight:600;background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge.ok{background:hsl(var(--success-bg));color:hsl(var(--success-fg))}.badge.warn{background:hsl(var(--warning-bg));color:hsl(var(--warning-fg))}.badge.bad{background:hsl(var(--destructive)/.15);color:hsl(var(--destructive))}.badge.info{background:hsl(var(--info-bg));color:hsl(var(--info-fg))}.footnote{padding:32px 0 40px;color:hsl(var(--muted-foreground));font-size:12px}.footnote a{color:hsl(var(--info-fg));text-decoration:underline;-webkit-text-decoration-color:hsl(var(--border));text-decoration-color:hsl(var(--border))}.empty{padding:40px 16px;text-align:center;color:hsl(var(--muted-foreground));font-size:13px}.empty strong{display:block;color:hsl(var(--foreground));font-size:14px;margin-bottom:4px}