@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@600&display=swap');
body{font-family:'Kanit',sans-serif;background:#0a0e13;color:#e6f0ff;padding:24px}
#meter{width:260px;height:12px;background:#1f2937;border-radius:6px;overflow:hidden;margin:8px 0}
#meter span{display:block;height:100%;width:0;background:#10b981;transition:width .2s}
button{padding:6px 12px;border-radius:6px}
#count{margin:6px 0}
