.auth-core-overlay{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  padding:20px;
  background:rgba(0,0,0,.45);
  z-index:500;
}

.auth-core-overlay.on{display:flex}

.auth-core-modal{
  width:100%;
  max-width:420px;
  padding:36px;
  border-radius:20px;
  background:#fff;
  color:#111110;
  position:relative;
  box-shadow:0 20px 60px rgba(0,0,0,.18);
  font-family:var(--auth-core-font-family,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif);
}

.auth-core-close{
  position:absolute;
  top:16px;
  right:16px;
  width:30px;
  height:30px;
  border:0;
  border-radius:8px;
  background:none;
  color:#6B6B68;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .13s;
}

.auth-core-close:hover{background:#F7F7F5}

.auth-core-logo{
  width:54px;
  height:54px;
  margin:0 auto 20px;
  border-radius:14px;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 28px rgba(37,99,168,.18),0 0 0 1px rgba(17,17,16,.06);
}

.auth-core-logo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.auth-core-title{
  font-size:22px;
  font-weight:800;
  text-align:center;
  margin-bottom:6px;
  letter-spacing:-.3px;
}

.auth-core-subtitle{
  font-size:14px;
  color:#6B6B68;
  text-align:center;
  margin-bottom:28px;
}

.auth-core-soon{
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:14px;
  padding:8px 0 4px;
}

.auth-core-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:color-mix(in srgb, var(--auth-core-primary,#2563A8) 10%, white);
  border:1px solid color-mix(in srgb, var(--auth-core-primary,#2563A8) 24%, white);
  color:var(--auth-core-primary,#2563A8);
  font-size:12px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.auth-core-copy{
  max-width:320px;
  font-size:14px;
  line-height:1.6;
  color:#6B6B68;
}

.auth-core-note{
  font-size:13px;
  color:#111110;
  font-weight:600;
}
