@import url('https://fonts.googleapis.com/css2?family=Karla:wght@600;700&display=swap');
:root{--bg:#0b0f14;--fg:#e9f2ff;--line:#2b3b56;--brand:#f59e0b}
*{box-sizing:border-box}
body{font-family:Karla,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);margin:0;padding:22px}
li{margin:7px 0}
.bar{width:320px;max-width:100%;height:12px;border-radius:999px;border:1px solid var(--line);background:#111827;overflow:hidden;margin-top:12px}
#fill{display:block;height:100%;width:0;background:var(--brand);transition:width .15s}
#pct{margin-top:8px;font-weight:700}
.js-note{margin-top:8px;opacity:.9}
a{display:inline-block;margin-top:12px;color:#93c5fd;text-decoration:none}
a:hover{text-decoration:underline}
