:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;--background-color: #242424;background-color:var(--background-color);--accent-color: #48d6ff;--dark-accent-color: #535bf2;accent-color:var(--accent-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--accent-color);text-decoration:inherit}a:hover{color:var(--dark-accent-color)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}button,a.button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;color:var(--accent-color);background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover,a.button:hover{border-color:var(--accent-color)}button:focus,a.button:focus,button:focus-visible,a.button:focus-visible{outline:4px auto -webkit-focus-ring-color}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background:#444;border-radius:999px}.slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}.switch input:checked+.slider{background:var(--accent-color)}.switch input:checked+.slider:before{transform:translate(20px)}
