@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,600&family=Hanken+Grotesk:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--bg: #0d0e10;--panel: #16181b;--card: #1b1e22;--line: rgba(236, 231, 223, .09);--ink: #ece7df;--dim: #9a958c;--faint: #6b6760;--accent: #c1121f;--gold: #d9a441;--green: #5a9d6b}*{box-sizing:border-box}html,body,#root{margin:0;background:var(--bg);color:var(--ink);font-family:Hanken Grotesk,sans-serif;min-height:100vh}input,button{font-family:inherit}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3px;background:var(--line);border-radius:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:15px;height:15px;border-radius:50%;background:var(--accent);cursor:pointer}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin 1s linear infinite}
