.login-form{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex;overflow-y:auto}.login-form-title{color:var(--global-primary-text);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.login-form .login-form-content{width:50%}.login-form .login-form-content .login-form-sign-in-cta{width:100%}.login-form-footer{text-align:center;margin-top:24px;font-size:14px}.login-form-footer-text{color:#6b7280}.login-form-footer-link{color:var(--global-primary-color);font-weight:500;text-decoration:none}@media (max-width:768px){.login-form .login-form-content{width:80%}}
.login-hero{background:linear-gradient(135deg,#514ae5 0%,#4f46e5 100%);border-top-left-radius:15%;flex-direction:column;height:100%;display:flex}.login-hero-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.login-hero-title{color:var(--color-white);margin-bottom:1.5rem;font-size:2.5rem;font-weight:600;line-height:1.15}.login-hero-description{color:#d1d7fc;max-width:520px;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.login-hero-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1f;border:1px solid #ffffff26;border-radius:1rem;width:100%;max-width:480px;padding:1rem;box-shadow:0 2px 8px #00000026}.login-hero-card-header{align-items:center;gap:1rem;margin-bottom:1.4rem;display:flex}.login-hero-avatar{background:#ffffff40;border-radius:50%;flex-shrink:0;width:3rem;height:3rem}.login-hero-progress-bar{background:#fff3;border-radius:4px;flex:1;height:8px;overflow:hidden}.login-hero-progress-fill{background:linear-gradient(90deg,#10b981 0%,#34d399 100%);border-radius:4px;width:98%;height:100%;animation:1.5s ease-out progressFill}.login-hero-match-badge{color:#fff;letter-spacing:.5px;background:#10b981e6;border-radius:.4rem;flex-shrink:0;padding:6px 12px;font-size:.7rem;font-weight:700}.login-hero-card-rows{flex-direction:column;gap:.7rem;display:flex}.login-hero-card-row{background:#ffffff26;border-radius:.4rem;height:.7rem}.login-hero-card-row:first-child{width:100%}.login-hero-card-row:nth-child(2){width:85%}.login-hero-card-row:nth-child(3){width:70%}.login-hero-footer{border-top:1px solid #ffffff26;justify-content:center;align-items:center;gap:1rem;margin-top:auto;padding:1rem 0;display:flex}.login-hero-footer-item{color:#ffffffb3;letter-spacing:1px;font-size:.75rem;font-weight:600}.login-hero-footer-dot{color:#fff6;font-size:.7rem}@keyframes progressFill{0%{width:0%}to{width:98%}}@media (max-width:1024px){.login-hero{padding:60px 40px 32px}.login-hero-title{font-size:44px}.login-hero-description{font-size:16px}}@media (max-width:768px){.login-hero{padding:40px 24px 24px}.login-hero-title{font-size:36px}.login-hero-icon{width:56px;height:56px;margin-bottom:24px}.login-hero-card{padding:24px}}
