.mld-auth-shell [hidden]{display:none!important}
.mld-auth-shell{
  --mld-blue:#1548d5;
  --mld-navy:#061f56;
  --mld-border:#dce5f4;
  --mld-muted:#667085;
  font-family:Inter,Arial,sans-serif;
  width:100%;
  padding:36px 18px;
  box-sizing:border-box
}
.mld-auth-shell *{box-sizing:border-box}
.mld-auth-card{
  max-width:460px;
  margin:0 auto;
  padding:32px;
  background:#fff;
  border:1px solid var(--mld-border);
  border-radius:18px;
  box-shadow:0 18px 50px rgba(6,31,86,.12)
}
.mld-auth-brand{text-align:center;margin-bottom:24px}
.mld-auth-brand h2{margin:0 0 7px;color:var(--mld-navy);font-size:26px}
.mld-auth-brand p{margin:0;color:var(--mld-muted)}
.mld-google-btn,.mld-primary-btn{
  width:100%;min-height:48px;border-radius:9px;font-weight:700;cursor:pointer
}
.mld-google-btn{
  display:flex;align-items:center;justify-content:center;gap:12px;
  border:1px solid #cbd5e1;background:#fff;color:#172b57
}
.mld-google-g{font-size:20px;font-weight:800;color:#4285f4}
.mld-primary-btn{border:0;background:linear-gradient(135deg,var(--mld-blue),#0a2f98);color:#fff!important}
.mld-auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#98a2b3;font-size:12px}
.mld-auth-divider:before,.mld-auth-divider:after{content:"";height:1px;background:#e4e7ec;flex:1}
.mld-auth-form{display:grid;gap:14px}
.mld-auth-form h3{margin:2px 0 4px;text-align:center;color:var(--mld-navy)}
.mld-auth-form label span{display:block;margin-bottom:6px;font-size:13px;font-weight:700;color:#344054}
.mld-auth-form input{
  width:100%;height:48px;border:1px solid #cbd5e1;border-radius:9px;padding:0 13px;
  outline:none;background:#fff
}
.mld-auth-form input:focus{border-color:var(--mld-blue);box-shadow:0 0 0 3px rgba(21,72,213,.10)}
.mld-auth-links{display:flex;justify-content:space-between;gap:14px;margin-top:16px}
.mld-link-btn{border:0;background:transparent;color:var(--mld-blue);font-weight:700;cursor:pointer;padding:5px 0}
.mld-back-login{margin-top:4px}
.mld-auth-status{margin-bottom:16px;padding:11px 13px;border-radius:9px;font-size:13px}
.mld-auth-status[data-type="error"]{background:#fff1f2;color:#b42318;border:1px solid #fecdd3}
.mld-auth-status[data-type="success"]{background:#ecfdf3;color:#067647;border:1px solid #abefc6}
.mld-auth-status[data-type="info"]{background:#eff6ff;color:#175cd3;border:1px solid #bfdbfe}
.mld-auth-user{text-align:center}
.mld-user-avatar{
  width:72px;height:72px;border-radius:50%;margin:0 auto 14px;overflow:hidden;
  display:grid;place-items:center;background:#edf3ff;color:var(--mld-blue);font-size:28px;font-weight:800
}
.mld-user-avatar img{width:100%;height:100%;object-fit:cover}
.mld-auth-user h3{margin:0 0 4px;color:var(--mld-navy)}
.mld-auth-user p{margin:0 0 18px;color:var(--mld-muted)}
.mld-auth-user .mld-link-btn{margin-top:10px}
.mld-auth-notice{padding:12px 14px;border:1px solid #f4d38a;background:#fff8e7;border-radius:8px}
@media(max-width:520px){
  .mld-auth-card{padding:24px 18px}
  .mld-auth-links{flex-direction:column;align-items:flex-start}
}
