@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@600;700&display=swap');
:root{--bg:#f8fafc;--fg:#0f1720;--line:#cbd5e1;--brand:#9a3412}
*{box-sizing:border-box}
body{font-family:"Source Sans 3",system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);margin:0;padding:22px}
.row{display:flex;gap:10px;align-items:center;margin-top:10px;flex-wrap:wrap}
input{padding:6px 10px;border-radius:10px;border:1px solid var(--line);width:320px;max-width:100%}
button{padding:6px 10px;border-radius:10px;border:1px solid var(--line);background:#ffffff;cursor:pointer}
li{margin:6px 0}
.time{color:var(--brand);font-weight:700;margin-right:8px}
.count{margin-top:10px;font-weight:700}
.js-note{margin-top:8px;opacity:.85}
a{display:inline-block;margin-top:12px;color:#2563eb;text-decoration:none}
a:hover{text-decoration:underline}
