:root{--bg:#0b0f18;--text:#f3f4f6;--muted:#9ca3af}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Inter,Arial;scrollbar-gutter:stable both-edges;overflow-y:scroll}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .6rem;border-radius:999px;background:#111827;border:1px solid rgba(255,255,255,.08)}.badge .dot{width:8px;height:8px;border-radius:999px;background:#10b981}.tooltip{position:absolute;left:0;top:calc(100% + 8px);min-width:260px;max-width:360px;background:#0b0f18;border:1px solid rgba(255,255,255,.12);padding:10px 12px;border-radius:12px;box-shadow:0 8px 22px #00000059;color:#e5e7eb;z-index:20;opacity:0;pointer-events:none;transition:opacity .12s ease}.badge:hover .tooltip,.badge:focus-within .tooltip{opacity:1;pointer-events:auto}
