@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap');
:root{--bg:#f8fafc;--fg:#0f1720;--line:#cbd5e1}
*{box-sizing:border-box}
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);margin:0;padding:22px}
.badge{display:inline-flex;gap:8px;align-items:center;padding:8px 10px;border-radius:999px;border:1px solid var(--line);background:#ffffff;margin:6px}
.dot{width:10px;height:10px;border-radius:50%}
.js-note{margin-top:10px;opacity:.85}
a{display:inline-block;margin-top:12px;color:#2563eb;text-decoration:none}
a:hover{text-decoration:underline}
