.ch-page{background:#f0f4ff;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.ch-card{border-radius:18px;width:100%;max-width:900px;min-height:580px;display:flex;overflow:hidden;box-shadow:0 8px 40px #1a3faa1f}.ch-left{background:#1a3faa;flex-direction:column;justify-content:space-between;width:42%;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.ch-blob{pointer-events:none;border-radius:50%;position:absolute}.ch-blob--tl{background:#ffffff0f;width:220px;height:220px;top:-70px;right:-70px}.ch-blob--br{background:#ffffff0a;width:260px;height:260px;bottom:-90px;left:-50px}.ch-left__top{z-index:1;position:relative}.ch-brand{align-items:center;gap:10px;margin-bottom:2rem;display:flex}.ch-brand__icon{background:#ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ch-brand__name{color:#fff;font-size:15px;font-weight:500}.ch-left__heading{color:#fff;margin-bottom:.75rem;font-size:24px;font-weight:600;line-height:1.3}.ch-left__sub{color:#ffffffa6;font-size:13.5px;line-height:1.65}.ch-features{flex-direction:column;gap:10px;margin-top:1.75rem;display:flex}.ch-feature-pill{background:#ffffff1a;border:.5px solid #ffffff26;border-radius:30px;align-items:center;gap:10px;padding:8px 14px;display:flex}.ch-feature-pill__dot{background:#6ee7b7;border-radius:50%;flex-shrink:0;width:7px;height:7px}.ch-feature-pill span:last-child{color:#ffffffd9;font-size:12.5px}.ch-left__bottom{z-index:1;position:relative}.ch-trust{color:#ffffff80;align-items:center;gap:6px;font-size:11.5px;display:flex}.ch-trust svg{color:#ffffff80}.ch-trust__sep{opacity:.4;margin:0 2px}.ch-right{background:#fff;flex:1;align-items:center;padding:2.5rem 2.25rem;display:flex}.ch-form{width:100%}.ch-form__badge{color:#4a5fa8;background:#f5f7ff;border:.5px solid #d6deff;border-radius:20px;align-items:center;gap:6px;margin-bottom:1.1rem;padding:4px 12px;font-size:11.5px;display:inline-flex}.ch-form__badge svg{color:#4a5fa8}.ch-form__title{color:#111827;margin-bottom:.3rem;font-size:22px;font-weight:600;line-height:1.3}.ch-form__sub{color:#6b7280;margin-bottom:1.5rem;font-size:13.5px;line-height:1.5}.ch-error{color:#dc2626;background:#fff5f5;border:.5px solid #fecaca;border-radius:8px;align-items:center;gap:7px;margin-bottom:1rem;padding:10px 12px;font-size:13px;display:flex}.ch-field{margin-bottom:1rem}.ch-label{color:#374151;letter-spacing:.01em;margin-bottom:6px;font-size:12.5px;font-weight:500;display:block}.ch-label__note{color:#1a3faa;font-size:11px;font-weight:400}.ch-field__meta{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ch-field__meta .ch-label{margin-bottom:0}.ch-input-wrap{background:#f9fafb;border:.5px solid #d1d5db;border-radius:8px;align-items:center;height:42px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}.ch-input-wrap:focus-within{background:#fff;border-color:#1a3faa;box-shadow:0 0 0 3px #1a3faa14}.ch-input-wrap__icon{color:#9ca3af;flex-shrink:0;margin-right:8px}.ch-input{color:#111827;background:0 0;border:none;outline:none;flex:1;font-size:13.5px}.ch-input::placeholder{color:#d1d5db}.ch-input:disabled{opacity:.6;cursor:not-allowed}.ch-forgot{color:#1a3faa;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:500;transition:opacity .15s}.ch-forgot:hover{opacity:.75}.ch-eye-btn{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;margin-left:6px;padding:0;transition:color .15s;display:flex}.ch-eye-btn:hover{color:#374151}.ch-remember{align-items:center;gap:7px;margin-bottom:1.4rem;display:flex}.ch-remember input[type=checkbox]{accent-color:#1a3faa;cursor:pointer;width:14px;height:14px}.ch-remember label{color:#6b7280;cursor:pointer;font-size:12.5px}.ch-submit{color:#fff;cursor:pointer;background:#1a3faa;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:44px;font-size:14px;font-weight:500;transition:background .15s,opacity .15s;display:flex}.ch-submit:hover:not(:disabled){background:#1535a0}.ch-submit:active:not(:disabled){transform:scale(.99)}.ch-submit:disabled{opacity:.65;cursor:not-allowed}.ch-spinner{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite ch-spin}@keyframes ch-spin{to{transform:rotate(360deg)}}.ch-divider{align-items:center;gap:10px;margin:1.25rem 0;display:flex}.ch-divider hr{border:none;border-top:.5px solid #e5e7eb;flex:1}.ch-divider span{color:#9ca3af;font-size:11.5px}.ch-register{text-align:center;color:#6b7280;font-size:12.5px}.ch-register__link{cursor:pointer;color:#1a3faa;background:0 0;border:none;padding:0;font-size:12.5px;font-weight:500;transition:opacity .15s}.ch-register__link:hover{opacity:.75}.ch-footer-links{justify-content:center;gap:16px;margin-top:1rem;display:flex}.ch-footer-links button{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0;font-size:11.5px;transition:color .15s}.ch-footer-links button:hover{color:#374151}@media (max-width:640px){.ch-card{min-height:unset;border-radius:12px;flex-direction:column}.ch-left{width:100%;padding:1.75rem 1.5rem}.ch-features{grid-template-columns:1fr 1fr;gap:8px;display:grid}.ch-left__bottom{margin-top:1.5rem}.ch-right{padding:1.75rem 1.5rem}}
