@import url("https://fonts.googleapis.com/css2?family=Anton&family=IBM+Plex+Mono:wght@400;500;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}::selection{background:#e8c500;color:#000}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0c0c0c}::-webkit-scrollbar-thumb{background:#2a2a2a}::-webkit-scrollbar-thumb:hover{background:#3a3a3a}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}html{scroll-behavior:smooth}textarea::placeholder{color:transparent}input::placeholder{color:#444}.explicit-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:3px;background:linear-gradient(90deg,#e8c500 50%,#ff7800 75%,#ff2828);outline:none;cursor:pointer;border-radius:2px}.explicit-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;background:var(--thumb-color,#e8c500);border-radius:50%;cursor:pointer;border:2px solid #0c0c0c;box-shadow:0 0 8px var(--thumb-color,#e8c500);-webkit-transition:background .2s,box-shadow .2s;transition:background .2s,box-shadow .2s}.explicit-slider::-moz-range-thumb{width:18px;height:18px;background:var(--thumb-color,#e8c500);border-radius:50%;cursor:pointer;border:2px solid #0c0c0c;box-shadow:0 0 8px var(--thumb-color,#e8c500);-moz-transition:background .2s,box-shadow .2s;transition:background .2s,box-shadow .2s}.explicit-slider::-moz-range-track{background:linear-gradient(90deg,#e8c500 50%,#ff7800 75%,#ff2828);height:3px;border-radius:2px}