:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;justify-content:center;text-align:center;place-items:top;min-width:320px;min-height:100vh}a{text-decoration:none;color:inherit}footer{font-size:.6rem;padding-bottom:.5rem}h1{font-size:3.2em;line-height:1.1}input{width:20rem}.offline{border:1px solid red}.online{border:1px solid green}button{margin:2px;border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#1fd376}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#1fd376}button{background-color:#f9f9f9}}@property --a{syntax: "<angle>"; inherits: false; initial-value: 0deg;}@keyframes spinBorder{0%{--a: 0deg}to{--a: 360deg}}.input-neon-wrapper{position:relative;width:300px;padding:12px;border-radius:12px;background:repeating-conic-gradient(from var(--a),#f3fbfc 0%,#f3fbfc 5%,transparent 5%,transparent 40%,#f3fbfc 50%);animation:spinBorder 8s linear infinite}.input-neon-wrapper:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;background:#25252b;border-radius:8px;z-index:1}.input-neon{position:relative;z-index:2;width:100%;padding:10px 15px;background:transparent;color:#fff;border:none;outline:none;font-size:16px}
