.login-container{display:flex;min-height:100vh;background-color:#fff}.login-left{flex:1;background:linear-gradient(135deg,#000,#1a1a1a);display:flex;align-items:center;justify-content:center;padding:60px;position:relative;overflow:hidden}.login-left:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:rotate 30s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.login-branding{position:relative;z-index:1;text-align:center;color:#fff}.logo{margin-bottom:30px;display:flex;justify-content:center}.logo-circle{width:80px;height:80px;background:#fff;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;box-shadow:0 10px 40px #fff3}.brand-title{font-size:48px;font-weight:700;margin-bottom:16px;letter-spacing:-1px}.brand-tagline{font-size:18px;color:#d1d1d1;font-weight:300}.login-right{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;background-color:#fff}.login-box{width:100%;max-width:440px}.login-header{margin-bottom:40px}.login-header h2{font-size:32px;font-weight:700;color:#000;margin-bottom:8px}.login-header p{font-size:16px;color:#666}.login-form,.form-group{margin-bottom:24px}.form-group label{display:block;font-size:14px;font-weight:600;color:#000;margin-bottom:8px}.form-group input{width:100%;padding:12px 16px;font-size:16px;border:2px solid #e5e5e5;border-radius:8px;transition:all .2s ease;background-color:#fff;color:#000}.form-group input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.form-group input::placeholder{color:#999}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.remember-me{display:flex;align-items:center;gap:8px;font-size:14px;color:#000;cursor:pointer}.remember-me input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#000000}.forgot-password{font-size:14px;color:#000;text-decoration:none;font-weight:600;transition:opacity .2s ease}.forgot-password:hover{opacity:.7}.btn-primary{width:100%;padding:14px 24px;font-size:16px;font-weight:600;color:#fff;background-color:#000;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-primary:hover:not(:disabled){background-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.divider{position:relative;text-align:center;margin:32px 0}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e5e5e5}.divider span{position:relative;display:inline-block;padding:0 16px;background-color:#fff;color:#999;font-size:14px;font-weight:500}.google-login-wrapper{margin-bottom:24px;display:flex;justify-content:center}.google-login-wrapper>div{width:100%!important}.google-login-wrapper>div>div{width:100%!important}.signup-prompt{text-align:center;font-size:14px;color:#666}.signup-prompt a{color:#000;text-decoration:none;font-weight:600;transition:opacity .2s ease}.signup-prompt a:hover{opacity:.7}.login-footer{margin-top:60px;text-align:center;color:#999;font-size:14px}.footer-links{margin-top:8px;display:flex;justify-content:center;gap:8px}.footer-links a{color:#666;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#000}@media (max-width: 968px){.login-container{flex-direction:column}.login-left{min-height:300px;padding:40px 20px}.brand-title{font-size:36px}.brand-tagline{font-size:16px}.login-right{padding:40px 20px}.login-header h2{font-size:28px}}@media (max-width: 480px){.login-left{min-height:250px}.logo-circle{width:60px;height:60px;font-size:28px}.brand-title{font-size:28px}.brand-tagline{font-size:14px}.login-header h2{font-size:24px}.login-footer{margin-top:40px}.footer-links{flex-direction:column;gap:4px}.footer-links span{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
