.signin-container{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.signin-content{background:white;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);padding:3rem;width:100%;max-width:450px;position:relative}.logo-section{position:absolute;top:2rem;left:2rem}.logo-link{display:flex;align-items:center;text-decoration:none;color:inherit}.logo{width:40px;height:40px;margin-right:.5rem}.logo-text{font-size:1.5rem;font-weight:700;color:#2d3748;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.signup-link{position:absolute;top:2rem;right:2rem}.signup-link a{color:#667eea;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.signup-link a:hover{color:#764ba2;text-decoration:underline}.form-section{margin-top:4rem;text-align:center}.form-section h1{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.subtitle{color:#718096;margin-bottom:2rem;font-size:1rem}.signin-form{text-align:left}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2d3748;font-size:.9rem}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-group input::placeholder{color:#a0aec0}.google-note{margin-top:1rem;font-size:.875rem;color:#718096;line-height:1.5}.google-btn{width:100%;padding:.85rem 1.5rem;background:white;color:#3c4043;border:2px solid #dadce0;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.google-btn:hover{background:#f8f9fa;border-color:#c6c9cc;box-shadow:0 2px 8px rgba(0,0,0,.06)}.divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0 1.5rem;color:#718096;font-size:.9rem}.divider:after,.divider:before{content:"";flex:1;height:1px;background:#e2e8f0}.divider span{white-space:nowrap}.signin-btn{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.signin-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px rgba(102,126,234,.4)}.signin-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.signin-container{padding:1rem}.signin-content{padding:2rem}.logo-section{left:auto;justify-content:center}.logo-section,.signup-link{position:relative;top:auto;margin-bottom:2rem}.signup-link{right:auto;text-align:center}.form-section{margin-top:2rem}.form-section h1{font-size:1.8rem}}@media (max-width:480px){.signin-content{padding:1.5rem}.form-section h1{font-size:1.6rem}.logo{width:32px;height:32px}.logo-text{font-size:1.3rem}}
/*# sourceMappingURL=4435430a83b11aa5.css.map*/