@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Sora:wght@400;500;600;700&display=swap");@keyframes credSpin{to{transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}.cred-input{width:100%;border:1.5px solid #e2eaf0;border-radius:12px;padding:14px 16px;font-size:.875rem;color:#1a2b5e;outline:none;font-family:Sora,sans-serif;background:#fff;transition:border-color .15s;display:block}.cred-input:focus{border-color:#4abfb0}.cred-label{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:1.5px;color:#4abfb0;margin-bottom:7px}.cred-label,.cred-submit{font-weight:700;font-family:Sora,sans-serif}.cred-submit{width:100%;height:52px;background:#1a2b5e;color:#fff;border:none;border-radius:999px;font-size:1rem;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;gap:8px}.cred-submit:hover:not(:disabled){background:#0f1b3d}.cred-submit:disabled{opacity:.65;cursor:not-allowed}.cred-hero{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 64px)}.cred-left{background:#1a2b5e;padding:72px 64px}.cred-left,.cred-right{display:flex;flex-direction:column;justify-content:center}.cred-right{background:#f7f9fc;padding:64px;align-items:center;overflow-y:auto}.cred-card{width:100%;max-width:520px;background:#fff;border-radius:20px;box-shadow:0 8px 40px rgba(26,43,94,.1);padding:40px}.cred-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width:900px){.cred-hero{grid-template-columns:1fr}.cred-left{display:none}.cred-right{padding:48px 32px;min-height:calc(100vh - 64px)}.cred-card{max-width:100%}}@media (max-width:600px){.cred-right{padding:28px 16px}.cred-card{padding:28px 20px}.cred-grid-2{grid-template-columns:1fr}}@media (max-width:480px){.cred-nav{padding:0 16px!important}.cred-nav-link{font-size:.8rem!important}.cred-logo{height:26px!important}}