.login-container{min-height:100vh;background:#0a0f1c;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;font-family:Inter,sans-serif}.login-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;animation:float 6s ease-in-out infinite}.orb-1{width:300px;height:300px;background:linear-gradient(135deg,#00cfff,#00ffb7);top:10%;left:10%;animation-delay:0s}.orb-2{width:200px;height:200px;background:linear-gradient(135deg,#00ffb7,#00cfff);top:60%;right:15%;animation-delay:2s}.orb-3{width:250px;height:250px;background:linear-gradient(135deg,#00cfff,#fff);bottom:20%;left:20%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.login-card{background:rgba(10,15,28,.9);border:2px solid rgba(0,207,255,.3);border-radius:20px;padding:3rem;max-width:450px;width:90%;z-index:2;backdrop-filter:blur(20px)}.login-header{text-align:center;margin-bottom:2.5rem}.login-header h1{color:#e6f1ff;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#00cfff,#00ffb7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-header p{color:rgba(230,241,255,.7);font-size:1.1rem;margin:0}.login-form{gap:1.5rem}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#e6f1ff;font-weight:500;font-size:.95rem}.form-group input{padding:1rem;background:rgba(0,207,255,.05);border:2px solid rgba(0,207,255,.2);border-radius:12px;color:#e6f1ff;font-size:1rem;transition:all .3s ease;font-family:Inter,sans-serif}.form-group input:focus{outline:none;border-color:#00cfff;box-shadow:0 0 20px rgba(0,207,255,.2)}.form-group input::placeholder{color:rgba(230,241,255,.4)}.login-button{padding:1.2rem;background:linear-gradient(135deg,#00cfff,#00ffb7);border:none;border-radius:12px;color:#0a0f1c;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;font-family:Inter,sans-serif}.login-button:hover{box-shadow:0 0 30px rgba(0,207,255,.4)}.login-button:disabled{opacity:.7;cursor:not-allowed}.login-footer{text-align:center;margin-top:2rem}.login-footer p{color:rgba(230,241,255,.7);margin:0}.signup-link{color:#00cfff;text-decoration:none;font-weight:500;transition:color .3s ease}.signup-link:hover{color:#00ffb7}@media (max-width:768px){.login-card{padding:2rem;margin:1rem}.login-header h1{font-size:2rem}.orb-1,.orb-2,.orb-3{width:200px;height:200px}}