.CdsTY-LoginPage-Container{background-color:#f9fafb;min-height:100vh;display:flex}.CdsTY-LoginPage-Sidebar{background-color:#fff;justify-content:center;align-items:center;width:50%;padding:3rem;display:none}.CdsTY-LoginPage-SidebarContent{width:100%;max-width:400px}.CdsTY-LoginPage-TestimonialSection{text-align:center;margin-bottom:4rem}.CdsTY-LoginPage-Testimonial{color:#1f2937;margin-bottom:2rem;font-size:1.5rem;font-weight:600;line-height:1.6}.CdsTY-LoginPage-AuthorInfo{margin-bottom:1.5rem}.CdsTY-LoginPage-AuthorName{color:#6b7280;margin-bottom:.25rem;font-size:.875rem}.CdsTY-LoginPage-AuthorTitle{color:#9ca3af;font-size:.875rem}.CdsTY-LoginPage-StarRating{justify-content:center;gap:.25rem;display:flex}.CdsTY-LoginPage-Star{color:#3b82f6;font-size:1.25rem}.CdsTY-LoginPage-IntegrationsSection{margin-top:4rem}.CdsTY-LoginPage-IntegrationsCard{background-color:#f9fafb;border-radius:.75rem;padding:1.5rem}.CdsTY-LoginPage-IntegrationsHeader{margin-bottom:1rem}.CdsTY-LoginPage-IntegrationsTitle{align-items:center;gap:.75rem;display:flex}.CdsTY-LoginPage-IntegrationsIcon{background:linear-gradient(45deg,#3b82f6,#1d4ed8);border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.CdsTY-LoginPage-IconText{color:#fff;font-size:.875rem;font-weight:700}.CdsTY-LoginPage-IntegrationsText{color:#1f2937;font-size:.875rem;font-weight:500}.CdsTY-LoginPage-IntegrationItem{background-color:#fff;border-radius:.5rem;justify-content:space-between;align-items:center;margin-top:1rem;padding:1rem;display:flex}.CdsTY-LoginPage-AppInfo{align-items:center;gap:.75rem;display:flex}.CdsTY-LoginPage-AppIcon{background-color:#3b82f6;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.CdsTY-LoginPage-AppIconText{color:#fff;font-size:.875rem;font-weight:700}.CdsTY-LoginPage-AppName{color:#1f2937;margin-bottom:.125rem;font-size:.875rem;font-weight:500}.CdsTY-LoginPage-AppDescription{color:#6b7280;font-size:.75rem}.CdsTY-LoginPage-ToggleWrapper{align-items:center;display:flex}.CdsTY-LoginPage-Toggle{cursor:pointer;background-color:#d1d5db;border-radius:.75rem;align-items:center;width:2.5rem;height:1.5rem;padding:.125rem;transition:background-color .2s;display:flex}.CdsTY-LoginPage-Toggle.CdsTY-LoginPage-ToggleActive{background-color:#3b82f6;justify-content:flex-end}.CdsTY-LoginPage-ToggleButton{background-color:#fff;border-radius:50%;width:1rem;height:1rem;transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.1)}.CdsTY-LoginPage-FormSection{flex:1;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.CdsTY-LoginPage-FormWrapper{width:100%;max-width:480px}.CdsTY-LoginPage-Card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.CdsTY-LoginPage-CardHeader{background:linear-gradient(90deg,#3b82f6,#1d4ed8);height:.25rem}.CdsTY-LoginPage-CardContent{padding:2rem}.CdsTY-LoginPage-Header{text-align:center;margin-bottom:2rem}.CdsTY-LoginPage-Title{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.CdsTY-LoginPage-Subtitle{color:#6b7280;font-size:.875rem}.CdsTY-LoginPage-AlertSuccess{background-color:#d1fae5;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.CdsTY-LoginPage-AlertError{background-color:#fef2f2;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.CdsTY-LoginPage-AlertText{font-size:.875rem}.CdsTY-LoginPage-AlertSuccess .CdsTY-LoginPage-AlertText{color:#059669}.CdsTY-LoginPage-AlertError .CdsTY-LoginPage-AlertText{color:#dc2626}.CdsTY-LoginPage-GoogleButton{width:100%}.CdsTY-LoginPage-Divider{text-align:center;margin:1.5rem 0;position:relative}.CdsTY-LoginPage-DividerLine{background-color:#d1d5db;height:1px;position:absolute;top:50%;left:0;right:0}.CdsTY-LoginPage-DividerText{color:#6b7280;background-color:#fff;padding:0 1rem;font-size:.875rem;position:relative}.CdsTY-LoginPage-Form{flex-direction:column;gap:1.5rem;display:flex}.CdsTY-LoginPage-Field{flex-direction:column;gap:.5rem;display:flex}.CdsTY-FormElement-Label{color:#374151;font-size:.875rem;font-weight:500}.CdsTY-FormElement-Input{background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;width:100%;padding:.75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.CdsTY-FormElement-Input::placeholder{color:#9ca3af}.CdsTY-FormElement-Input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.CdsTY-FormElement-InputWrapper{position:relative}.CdsTY-FormElement-ToggleButton{cursor:pointer;color:#9ca3af;background:0 0;border:none;padding:0;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.CdsTY-LoginPage-EyeIcon{width:1.25rem;height:1.25rem}.CdsTY-LoginPage-CaptchaSection{justify-content:center;display:flex}.CdsTY-LoginPage-LinksSection{justify-content:space-between;align-items:center;display:flex}.CdsTY-LoginPage-RememberSection{align-items:center;gap:.5rem;display:flex}.CdsTY-FormElement-Checkbox{accent-color:#3b82f6;border:1px solid #d1d5db;border-radius:.25rem;width:1rem;height:1rem}.CdsTY-LoginPage-RememberLabel{color:#6b7280;cursor:pointer;font-size:.875rem}.CdsTY-LoginPage-ForgotLink{color:#3b82f6;font-size:.875rem;font-weight:500;text-decoration:none}.CdsTY-LoginPage-ForgotLink:hover{color:#1d4ed8}.CdsTY-FormElement-Button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.5rem;width:100%;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s}.CdsTY-FormElement-Button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.CdsTY-FormElement-Button:disabled{opacity:.6;cursor:not-allowed}.CdsTY-LoginPage-LoginButton{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.CdsTY-LoginPage-OTPForm{flex-direction:column;gap:1.5rem;display:flex}.CdsTY-LoginPage-OTPDisplaySection{margin-bottom:1rem}.CdsTY-LoginPage-OTPDisplayCard{text-align:center;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:.75rem;padding:1.5rem}.CdsTY-LoginPage-OTPDisplayHeader{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.CdsTY-LoginPage-OTPDisplayIcon{background-color:#0ea5e9;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.CdsTY-LoginPage-OTPIcon{color:#fff;width:1.25rem;height:1.25rem}.CdsTY-LoginPage-OTPDisplayTitle{color:#0c4a6e;font-size:1rem;font-weight:600}.CdsTY-LoginPage-OTPDisplayCode{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.CdsTY-LoginPage-OTPCodeText{color:#0c4a6e;letter-spacing:.25rem;background-color:#fff;border:2px solid #0ea5e9;border-radius:.5rem;padding:.75rem 1rem;font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;box-shadow:0 2px 4px rgba(14,165,233,.1)}.CdsTY-LoginPage-CopyButton{color:#fff;cursor:pointer;background-color:#0ea5e9;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.CdsTY-LoginPage-CopyButton:hover{background-color:#0284c7;transform:translateY(-1px);box-shadow:0 4px 8px rgba(14,165,233,.3)}.CdsTY-LoginPage-CopyButtonCopied{background-color:#10b981}.CdsTY-LoginPage-CopyButtonCopied:hover{background-color:#059669}.CdsTY-LoginPage-CopyIcon{width:1rem;height:1rem}.CdsTY-LoginPage-OTPDisplayNote{color:#0369a1;font-size:.875rem}.CdsTY-LoginPage-OTPSection{text-align:center}.CdsTY-LoginPage-OTPInputs{justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.CdsTY-FormElement-OTPInput{text-align:center;border:1px solid #d1d5db;border-radius:.5rem;width:3rem;height:3rem;font-size:1.125rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.CdsTY-FormElement-OTPInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.CdsTY-LoginPage-TimerSection{text-align:center}.CdsTY-LoginPage-TimerText{color:#6b7280;font-size:.875rem}.CdsTY-LoginPage-TimerValue{color:#3b82f6;font-weight:600}.CdsTY-LoginPage-ExpiredText{color:#dc2626;font-size:.875rem}.CdsTY-LoginPage-ResendSection{text-align:center}.CdsTY-LoginPage-ResendButton{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:.875rem;font-weight:500}.CdsTY-LoginPage-ResendButton:hover:not(:disabled){color:#1d4ed8}.CdsTY-LoginPage-ResendButton:disabled{opacity:.5}.CdsTY-LoginPage-WaitText{color:#6b7280;font-size:.875rem}.CdsTY-LoginPage-BackSection{text-align:center}.CdsTY-LoginPage-BackButton{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:.875rem}.CdsTY-LoginPage-BackButton:hover{color:#374151}.CdsTY-LoginPage-MaxAttemptsSection{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.CdsTY-LoginPage-MaxAttemptsIcon{background-color:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.CdsTY-LoginPage-WarningIcon{color:#dc2626;width:2rem;height:2rem}.CdsTY-LoginPage-MaxAttemptsTitle{color:#1f2937;margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.CdsTY-LoginPage-MaxAttemptsText{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.CdsTY-LoginPage-CountdownText{color:#dc2626;font-size:.875rem;font-weight:500}@media (min-width:1024px){.CdsTY-LoginPage-Sidebar{display:flex}}@media (max-width:640px){.CdsTY-LoginPage-FormSection{padding:1rem}.CdsTY-LoginPage-CardContent{padding:1.5rem}.CdsTY-LoginPage-LinksSection{flex-direction:column;align-items:flex-start;gap:1rem}.CdsTY-LoginPage-OTPInputs{gap:.5rem}.CdsTY-FormElement-OTPInput{width:2.5rem;height:2.5rem;font-size:1rem}.CdsTY-LoginPage-OTPDisplayCode{flex-direction:column;gap:.75rem}.CdsTY-LoginPage-OTPCodeText{letter-spacing:.125rem;font-size:1.25rem}}@media (max-width:480px){.CdsTY-LoginPage-FormWrapper{max-width:100%}.CdsTY-LoginPage-TestimonialSection{margin-bottom:2rem}.CdsTY-LoginPage-Testimonial{font-size:1.25rem}}.CdsTY-LoginPage-GoogleSection{margin-bottom:1.5rem}.CdsTY-LoginPage-GoogleButton{cursor:pointer;color:#3c4043;background-color:#fff;border:1px solid #dadce0;border-radius:.375rem;justify-content:center;align-items:center;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.CdsTY-LoginPage-GoogleButton:hover{border-color:#dadce0;box-shadow:0 1px 3px rgba(60,64,67,.3),0 4px 8px 3px rgba(60,64,67,.15)}.CdsTY-LoginPage-GoogleButton:active{background-color:#f8f9fa;box-shadow:0 1px 2px rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.CdsTY-LoginPage-GoogleIcon{align-items:center;width:20px;height:20px;margin-right:.75rem;display:flex}.CdsTY-LoginPage-GoogleText{color:#3c4043;font-weight:500}@media (max-width:768px){.CdsTY-LoginPage-GoogleButton{padding:.875rem 1rem}}
