@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{background:#0f0f23;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Space Grotesk,-apple-system,system-ui,sans-serif;display:flex;position:relative;overflow:hidden}body:before{content:"";pointer-events:none;background:radial-gradient(circle,#6366f126 0%,#0000 70%);width:500px;height:500px;position:absolute;top:-250px;right:-250px}body:after{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf61f 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:-200px;left:-200px}main{z-index:1;width:100%;max-width:520px;position:relative}h1{color:#e5e7eb;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#181825cc;border:1px solid #ffffff14;border-radius:20px;margin-bottom:1rem;padding:2rem;box-shadow:0 20px 50px #00000080,inset 0 1px #ffffff0d}form>div{margin-bottom:1.5rem}form>div:last-of-type{margin-bottom:1.75rem}label{color:#9ca3af;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:500;display:block}input{color:#e5e7eb;background:#0f0f2399;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}input::placeholder{color:#6b7280}input:focus{background:#0f0f23e6;border-color:#6366f1;outline:none;transform:translateY(-1px);box-shadow:0 0 0 3px #6366f126,0 4px 12px #6366f11a}button[type=submit]{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);border:none;border-radius:12px;width:100%;padding:.95rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 16px #6366f14d,inset 0 1px #fff3}button[type=submit]:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}button[type=submit]:hover:before{left:100%}button[type=submit]:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f166,inset 0 1px #fff3}button[type=submit]:active{transform:translateY(0)}button[type=submit]:disabled{opacity:.5;cursor:not-allowed;transform:none}button[type=button]{color:#6b7280;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;border-radius:6px;width:auto;margin:0 auto;padding:.5rem 1.25rem;font-family:-apple-system,system-ui,sans-serif;font-size:.8rem;font-weight:400;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:all .2s;display:block}button[type=button]:hover{color:#ef4444;text-decoration-color:#ef4444}button[type=button]:active{color:#dc2626}button[type=button]:disabled{opacity:.5;cursor:not-allowed}.error-message{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d;border-radius:10px;margin-bottom:1.5rem;padding:.875rem 1rem;font-size:.85rem;font-weight:500}.otp-info{text-align:center;margin-bottom:1.5rem}.otp-info p{color:#9ca3af;font-size:.85rem;line-height:1.5}.otp-input{letter-spacing:.5rem;text-align:center;font-weight:600;padding:1.25rem 1rem!important;font-size:1.75rem!important}.secondary-actions{text-align:center;margin-top:1rem}.secondary-actions button{font-size:.85rem}.secondary-actions button:hover{color:#6366f1;text-decoration-color:#6366f1}
