:root{--bg: #ffffff;--panel: #f6f7f9;--text: #1a1a1a;--muted: #8a8f98;--border: #e3e6ea;--accent: #018bff;--ok: #2ea043;--warn: #d4a017;--info: #3b82f6;--part: #e8730c;--crit: #d1242f}[data-theme=dark]{--bg: #0d1117;--panel: #161b22;--text: #e6edf3;--muted: #7d8590;--border: #30363d;--accent: #58a6ff;--ok: #3fb950;--warn: #d29922;--info: #58a6ff;--part: #db6d28;--crit: #f85149}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,Segoe UI,Roboto,sans-serif}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.container{max-width:900px;margin:0 auto;padding:24px}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid var(--border)}.tile{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid var(--border);border-radius:8px;background:var(--panel);margin:6px 0;cursor:pointer}.badge{font-size:12px;color:var(--muted);border:1px solid var(--border);border-radius:999px;padding:2px 8px;margin-left:8px}.dot{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:8px}.group-title{display:flex;align-items:center;gap:6px;margin-top:20px;font-weight:600}.tooltip{position:relative;cursor:help;color:var(--muted);border:1px solid var(--border);border-radius:50%;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.tooltip:hover:after{content:attr(data-tip);position:absolute;left:20px;top:-4px;width:220px;background:var(--text);color:var(--bg);padding:8px;border-radius:6px;font-size:12px;z-index:10}.banner{padding:16px;border-radius:8px;font-weight:600;margin:16px 0}.arrow{transition:transform .15s}.arrow.open{transform:rotate(90deg)}
