.login-page{background:linear-gradient(to bottom right,#eff6ff,#fff,#f0fdf4);min-height:100vh;position:relative}.login-header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#fffc;border-bottom:1px solid #e5e7eb;position:fixed;top:0;left:0;right:0}.login-header .login-header-inner{justify-content:space-between;align-items:center;max-width:80rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.login-header .signup-hint{color:#4b5563;font-size:.875rem}.login-header .signup-hint .signup-link{color:#0f1729;font-weight:600}.login-header .signup-hint .signup-link:hover{text-decoration:underline}.login-main{justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem 3rem;display:flex}.login-content{width:100%;max-width:28rem}.login-card{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@media (min-width:768px){.login-card{padding:3rem}}.login-card-head{text-align:center;margin-bottom:2rem}.login-card-head h1{color:#0f1729;margin-bottom:.5rem;font-size:1.875rem;font-weight:700;line-height:1.2}@media (min-width:768px){.login-card-head h1{font-size:2.25rem}}.login-card-head p{color:#4b5563}.social-buttons{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.social-buttons .social-btn{cursor:pointer;background-color:#0000;border:2px solid #d1d5db;border-radius:.75rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;transition:background-color .2s;display:flex}.social-buttons .social-btn:hover{background-color:#f9fafb}.social-buttons .social-btn svg{width:1.25rem;height:1.25rem}.social-buttons .social-btn span{color:#374151;font-weight:500}.login-divider{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;position:relative}.login-divider:before{content:"";border-top:1px solid #d1d5db;position:absolute;top:50%;left:0;right:0}.login-divider span{color:#6b7280;background-color:#fff;padding:0 1rem;font-size:.875rem;position:relative}.login-form{flex-direction:column;gap:1.5rem;display:flex}.login-form .field label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.login-form .field input{border:1px solid #d1d5db;border-radius:.75rem;outline:none;width:100%;padding:.75rem 1rem;font-size:1rem;transition:box-shadow .15s,border-color .15s}.login-form .field input::placeholder{color:#9ca3af}.login-form .field input:focus{border-color:#0000;box-shadow:0 0 0 2px #0f1729}.login-form .forgot{text-align:right;margin-top:.5rem}.login-form .forgot .forgot-link{color:#0f1729;font-size:.875rem}.login-form .forgot .forgot-link:hover{text-decoration:underline}.login-error{color:#b91c1c;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;padding:.75rem 1rem;font-size:.875rem}.login-submit{width:100%;padding-top:.875rem!important;padding-bottom:.875rem!important;font-size:1.0625rem!important}.login-submit .spinner{width:1.25rem;height:1.25rem;animation:1s linear infinite login-spin}.terms-text{text-align:center;color:#4b5563;margin-top:1.5rem;font-size:.875rem}.terms-text .terms-link{color:#0f1729;text-decoration:underline}@keyframes login-spin{to{transform:rotate(360deg)}}.login-success{text-align:center;flex-direction:column;align-items:center;display:flex}.login-success .login-success-icon{background-color:#d7fb9e;border-radius:9999px;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;display:flex}.login-success .login-success-icon svg{color:#0f1729;width:2rem;height:2rem}.login-success h1{color:#0f1729;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.login-success p{color:#4b5563;line-height:1.6}
