@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{background-color:#000;color:#fff;font-family:Roboto,sans-serif;height:100%;overflow:hidden;width:100%}.App{height:100%;padding-top:20px;position:relative;width:100%}.App,.input-container{align-items:center;display:flex;flex-direction:column}.input-container{margin-bottom:60px;max-width:300px;width:80%}.token-label{color:#fff;font-size:1rem;margin-bottom:10px;text-align:center}.token-input{background-color:#000;border:2px solid #fff;border-radius:8px;color:#fff;font-size:1rem;height:40px;outline:none;padding:0 10px;transition:border-color .3s ease,background-color .3s ease;width:100%}.token-input::placeholder{color:#d3d3d3}.token-input:focus{background-color:#333;border-color:#d3d3d3}.round-button{align-items:center;background-color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:1.5rem;height:80%;justify-content:center;margin-top:20px;max-height:300px;max-width:300px;outline:none;padding:20px;position:relative;text-align:center;transition:transform .3s ease,background-color .3s ease,box-shadow .3s ease;width:80%;z-index:2}.round-button:hover{background-color:#d3d3d3;box-shadow:0 0 20px #ffffff80}.round-button.lighting{animation:wave-edge 10s linear infinite}.round-button:focus{outline:none}.round-button:disabled{cursor:not-allowed}.note{bottom:5%;font-size:1.1rem;line-height:1.5;max-width:600px;position:absolute;text-align:center;width:80%;z-index:1}@keyframes wave-edge{0%{border-radius:50%}10%{border-radius:60% 40% 60% 40%/40% 40% 60% 60%}20%{border-radius:40% 60% 60% 40%/40% 60% 60% 40%}30%{border-radius:40% 60% 40% 60%/60% 40% 60% 40%}40%{border-radius:60% 40% 40% 60%/60% 60% 40% 40%}50%{border-radius:60% 40% 60% 40%/40% 60% 40% 60%}60%{border-radius:40% 60% 60% 40%/40% 40% 60% 60%}70%{border-radius:40% 60% 40% 60%/60% 40% 60% 40%}80%{border-radius:60% 40% 40% 60%/60% 60% 40% 40%}to{border-radius:60% 40% 60% 40%/40% 60% 40% 60%}}.wave{animation:wave-animation 5s ease-in-out infinite;background:radial-gradient(circle,#ffffff80,#fff0);border-radius:50%;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}@keyframes wave-animation{0%,to{border-radius:50%}25%{border-radius:30% 70% 30% 70%/70% 30% 70% 30%}50%{border-radius:50% 50% 70% 30%/30% 50% 50% 70%}75%{border-radius:70% 30% 50% 50%/50% 70% 30% 50%}}
/*# sourceMappingURL=main.c8d0bb43.css.map*/