/* Approved hybrid sign in presentation. Existing authentication controls remain authoritative. */
.coranth-entry{display:block;margin:0;background:#fff;color:#253b58;font-family:Inter,system-ui,sans-serif;font-synthesis:none;}
.coranth-entry *{box-sizing:border-box;}
.coranth-entry .public-header{height:87px;max-width:1180px;margin:auto;display:flex;justify-content:space-between;align-items:center;padding:0 42px;border-bottom:1px solid #edf0f4;background:#fff;}
.coranth-entry .entry-brand{display:flex;align-items:center;gap:7px;font-size:23px;font-weight:740;letter-spacing:-1px;color:#162e53;text-decoration:none;margin:0;}
.coranth-entry .entry-brand img{width:28px;height:28px;}
.coranth-entry .public-nav{display:flex;align-items:center;gap:28px;font-size:12px;}
.coranth-entry .public-nav a{color:#6a778a;text-decoration:none;}
.coranth-entry .entry-signin{border:1px solid #e0e6ef;border-radius:6px;padding:9px 15px;}
.coranth-entry .login-wrap{min-height:0;max-width:970px;margin:58px auto 0;padding:40px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:100px;align-items:center;background:#f7f9fc;border-radius:16px;}
.coranth-entry .entry-eyebrow{font-size:10px;letter-spacing:.12em;color:#7b8596;font-weight:600;margin:0;}
.coranth-entry .entry-intro h1{font-size:37px;line-height:1.18;letter-spacing:-1.3px;max-width:330px;font-weight:620;margin:0;color:#1d3c60;}
.coranth-entry .entry-description{font-size:14px;line-height:1.8;color:#748093;max-width:310px;margin:14px 0;}
.coranth-entry .signin-illustration{margin-top:25px;width:220px;height:110px;}
.coranth-entry .signin-illustration svg{width:100%;height:100%;}
.coranth-entry .login-card{border:1px solid #dfe6ef;border-radius:10px;padding:29px;box-shadow:0 15px 45px #243f6210;background:#fff;}
.coranth-entry .login-card h2{font-size:21px;letter-spacing:-.5px;font-weight:590;margin:0 0 10px;color:#253b58;}
.coranth-entry .login-card .hint{font-size:12px;line-height:1.7;color:#7b8797;}
.coranth-entry .login-card label{display:block;font-size:11px;margin:24px 0 8px;color:#253b58;}
.coranth-entry .login-card input:not([type=checkbox]){height:42px;min-height:42px;border:1px solid #d7deea;border-radius:5px;padding:12px;background:transparent;font-size:13px;color:#344b6f;}
.coranth-entry .entry-address{display:flex;align-items:center;border:1px solid #d7deea;border-radius:5px;padding-right:11px;font-size:11px;color:#8994a5;}
.coranth-entry .entry-address input:not([type=checkbox]){min-width:0;border:0;height:40px;min-height:40px;}
.coranth-entry .entry-address span{white-space:nowrap;}
.coranth-entry .login-card button{border:1px solid #1e3b61;border-radius:6px;padding:9px 12px;font:inherit;font-size:12px;min-height:35px;line-height:normal;margin-top:16px;background:#1e3b61;color:#fff;box-shadow:0 3px 6px #1a365317;}
.coranth-entry .login-card #passkeyBtn{border-color:#dce2ea;margin:16px 0 0!important;box-shadow:none;}
.coranth-entry .login-card .signin-note{font-size:10px;color:#8c98a8;margin-top:20px;line-height:1.7;}
.coranth-entry .entry-route-hint{font-size:10px;overflow-wrap:anywhere;margin:8px 0 0;}
@media(max-width:750px){
 .coranth-entry .public-header{height:75px;margin:0 18px;padding:0 4px;}
 .coranth-entry .public-nav{gap:8px;}
 .coranth-entry .public-nav .secondary{display:none;}
 .coranth-entry .entry-signin{font-size:11px;padding:8px 11px;}
 .coranth-entry .login-wrap{grid-template-columns:minmax(0,1fr);padding:24px;margin-top:20px;gap:24px;border-radius:0;max-width:none;}
 .coranth-entry .entry-intro h1{font-size:29px;}
 .coranth-entry .entry-description{font-size:12px;}
 .coranth-entry .signin-illustration{display:none;}
 .coranth-entry .login-card{padding:24px;}
}

.coranth-entry .entry-footer{text-align:center;font-size:10px;color:#919caa;padding:25px;line-height:1.8;}
.coranth-entry .entry-footer a{color:inherit;text-decoration:none;}
.coranth-entry .entry-footer a:hover{text-decoration:underline;}
