@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@500;700&display=swap);body{align-items:center;background:#0f0c29;background:linear-gradient(90deg,#0f0c29,#a8a4ce,#24243e);color:#00fffc;display:flex;font-family:Rajdhani,Courier New,monospace;justify-content:center;margin:0;min-height:100vh;overflow-x:hidden}.app{max-width:600px;padding:20px;perspective:1000px;width:100%}.game{animation:float 6s ease-in-out infinite;background:#0f0c29cc;border:1px solid #00fffc;border-radius:16px;box-shadow:0 0 20px #00fffc4d,0 0 40px #00fffc33,inset 0 0 15px #00fffc1a;padding:40px;text-align:center;transform-style:preserve-3d}.game h1{font-size:2.5rem;letter-spacing:2px;margin:0 0 30px;text-shadow:0 0 10px #00fffc,0 0 20px #00fffc}.game input{background:#0000;border:2px solid #ff00f7;border-radius:6px;color:#00fffc;font-size:18px;margin-right:15px;padding:12px 15px;text-align:center;transition:all .3s;width:120px}.game input:focus{border-color:#00fffc;box-shadow:0 0 15px #ff00f7;outline:none}.game button{background:#0000;border:2px solid #ff00f7;border-radius:6px;color:#ff00f7;cursor:pointer;font-size:18px;font-weight:700;letter-spacing:1px;overflow:hidden;padding:12px 25px;position:relative;transition:all .3s}.game button:hover{background:#ff00f71a;border-color:#00fffc;box-shadow:0 0 15px #00fffc80;color:#00fffc;transform:translateY(-3px)}.game button:before{background:linear-gradient(90deg,#0000,#00fffc66,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:.5s;width:100%}.game button:hover:before{left:100%}.message{animation:pulse 2s infinite;background:#0000004d;border-left:4px solid #ff00f7;border-radius:6px;font-size:1.1rem;font-weight:700;margin:30px 0;padding:15px}.message.error{animation:glitch 1s linear infinite;border-left-color:#ff3864;color:#ff3864;text-shadow:0 0 10px #ff3864}
/*# sourceMappingURL=main.5fc6d31e.css.map*/