.auth-screen {
  min-height: 100vh !important;
  padding: 0 !important;
  background: #fff !important;
}
.auth-screen [hidden] { display:none !important; }
.auth-screen .auth-card {
  display: grid !important;
  grid-template-columns: 1.08fr .92fr !important;
  width: 100% !important;
  max-width: none !important;
  height: 100vh !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: none !important;
}
.auth-screen .auth-showcase {
  position: relative;
  display: flex !important;
  flex-direction: column;
  min-width: 0;
  padding: 42px 55px !important;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 65% 40%,#2576e0 0,#1159bc 35%,#0c3e8c 100%) !important;
}
.auth-screen .auth-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  opacity: .12;
  background-image: linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);
  background-size: 50px 50px;
  box-shadow: none;
  mask-image: linear-gradient(135deg,transparent,#000);
}
.auth-screen .showcase-brand {
  position: relative;
  z-index: 2;
  gap: 9px;
  font-size: 17px;
  letter-spacing: -.5px;
}
.auth-screen .showcase-brand > span {
  width: 35px;
  height: 35px;
  border-radius: 9px;
  color: #1c6bd2;
  background: #fff;
  box-shadow: 0 5px 14px #09377a38;
}
.auth-screen .showcase-brand strong { color:#fff; font-size:17px; font-weight:600; }
.auth-screen .showcase-copy {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: auto 0;
}
.auth-screen .showcase-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: #dbeaff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}
.auth-screen .showcase-copy h2 {
  margin: 20px 0 !important;
  color: #fff;
  font-size: clamp(40px,4.2vw,52px) !important;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -2px;
}
.auth-screen .showcase-copy p {
  max-width: none;
  margin: 0;
  color: #d9e8fb;
  font-size: 15px;
  line-height: 1.8;
}
.auth-screen .showcase-visual { display:none !important; }
.auth-screen .showcase-foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  gap: 55px;
  padding-top: 24px;
  border-top: 1px solid #ffffff30;
  color: #fff;
}
.auth-screen .showcase-foot > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.auth-screen .showcase-foot strong { color:#fff; font-size:20px; line-height:1; }
.auth-screen .showcase-foot small { color:#bfd7f5; font-size:9px; text-transform:uppercase; letter-spacing:1px; }
.auth-screen .auth-panel {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 40px clamp(40px,7vw,110px) !important;
  background: #fff !important;
}
.auth-screen .auth-mobile-brand { display:none !important; }
.auth-screen .auth-loading {
  width: min(390px,100%);
  margin: auto;
}
.auth-screen .auth-form {
  position: relative;
  width: min(390px,100%);
  align-self: center;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.auth-screen .auth-heading::before {
  content: "✓";
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  border-radius: 12px;
  color: #1e70dd;
  background: #e9f2ff;
  font-size: 22px;
  font-weight: 700;
}
.auth-screen .auth-heading { margin:0 0 28px !important; }
.auth-screen .auth-heading > span { display:none !important; }
.auth-screen .auth-heading h1 {
  margin: 0 0 8px !important;
  color: #182236;
  font-size: 25px !important;
  font-weight: 700;
  letter-spacing: -.7px;
}
.auth-screen .auth-heading p { margin:0 !important; color:#7d899b; font-size:12px; line-height:1.6; }
.auth-screen .auth-form label {
  display: flex !important;
  flex-direction: column;
  gap: 8px !important;
  margin: 0 0 16px !important;
  color: #344054;
  font-size: 11px !important;
  font-weight: 600;
}
.auth-screen .auth-form input {
  width: 100%;
  height: 45px !important;
  padding: 0 13px !important;
  border: 1px solid #dce2ea !important;
  border-radius: 7px !important;
  color: #182236;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 12px;
  outline: 0;
}
.auth-screen .auth-form input:hover { border-color:#b9c4d2 !important; }
.auth-screen .auth-form input:focus { border-color:#2374df !important; box-shadow:0 0 0 3px #2374df14 !important; }
.auth-screen .auth-form .remember-login {
  display: grid !important;
  grid-template-columns: 16px minmax(0,1fr);
  align-items: center !important;
  gap: 10px !important;
  width: 100%;
  margin: -1px 0 16px !important;
  cursor: pointer;
}
.auth-screen .auth-form .remember-login input {
  width: 16px !important;
  height: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 3px !important;
  accent-color: #176bdb;
  box-shadow: none !important;
  justify-self: start;
}
.auth-screen .auth-form .remember-login input:focus-visible {
  outline: 2px solid #2374df;
  outline-offset: 2px;
  box-shadow: none !important;
}
.auth-screen .auth-form .remember-login span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}
.auth-screen .auth-form .remember-login strong { color:#344054; font-size:11px; font-weight:600; }
.auth-screen .auth-form .remember-login small { color:#7d899b; font-size:9px; font-weight:400; line-height:1.4; }
.auth-screen .auth-error { min-height:20px; margin:-3px 0 8px; font-size:11px; }
.auth-screen #authSubmit {
  width: 100%;
  height: 44px !important;
  margin: 0 !important;
  border: 0;
  border-radius: 7px !important;
  color: #fff;
  background: #176bdb !important;
  box-shadow: 0 5px 12px #176bdb30 !important;
  font-size: 12px;
  font-weight: 600;
  transform: none !important;
}
.auth-screen #authSubmit:hover { background:#0e5ec8 !important; transform:none !important; }
.auth-screen .registration-link { margin:12px 0 0 !important; }
.auth-screen .auth-foot {
  width: min(390px,100%);
  margin: 25px auto 0 !important;
  color: #8792a4;
  font-size: 10px;
}
@media (max-width: 800px) {
  .auth-screen .auth-card { display:block !important; height:100vh !important; overflow:auto !important; }
  .auth-screen .auth-showcase { display:none !important; }
  .auth-screen .auth-panel { min-height:100vh; padding:45px 25px !important; justify-content:flex-start; }
  .auth-screen .auth-mobile-brand { display:flex !important; width:min(390px,100%); margin:0 auto 45px !important; }
  .auth-screen .auth-mobile-brand .auth-logo { width:35px; height:35px; border-radius:9px; background:linear-gradient(145deg,#1976eb,#4b8ef1); }
}
