/* ArealLyn Static Login V1.0.0 */
html:not([data-arealyn-authenticated="true"]) #app {
  visibility: hidden;
}

.arealyn-static-login-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 32%, rgba(36, 218, 255, .13), transparent 33%),
    radial-gradient(circle at 63% 64%, rgba(167, 92, 255, .10), transparent 40%),
    #070b12;
}

.arealyn-static-login-card {
  width: min(410px, 100%);
  display: grid;
  gap: 13px;
  border: 1px solid rgba(36, 218, 255, .30);
  border-radius: 20px;
  background: rgba(10, 16, 26, .96);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, .60),
    inset 0 0 34px rgba(36, 218, 255, .055);
  padding: 24px;
}

.arealyn-static-login-card > img {
  width: 76px;
  height: 76px;
  justify-self: center;
  border-radius: 50%;
  filter: drop-shadow(0 0 18px rgba(36, 218, 255, .33));
}

.arealyn-static-login-card h1,
.arealyn-static-login-card p {
  margin: 0;
  text-align: center;
}

.arealyn-static-login-card h1 {
  font-size: 24px;
}

.arealyn-static-login-card p {
  color: #9aa8bb;
  font-size: 12px;
  line-height: 1.45;
}

.static-login-user {
  display: grid;
  gap: 3px;
  border: 1px solid #27354a;
  border-radius: 10px;
  background: #0c1420;
  padding: 10px 12px;
}

.static-login-user span,
.arealyn-static-login-card label > span {
  color: #91a0b4;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.static-login-user strong {
  color: #31dfff;
  font-size: 12px;
}

#arealynStaticLoginForm {
  display: grid;
  gap: 11px;
}

#arealynStaticLoginForm label {
  display: grid;
  gap: 5px;
}

.static-password-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
}

.static-password-row input,
.static-password-row button,
.static-login-submit {
  min-height: 44px;
  border-radius: 10px;
}

.static-password-row input {
  width: 100%;
  border: 1px solid #27354a;
  outline: 0;
  background: #0c1420;
  color: #f5f8fc;
  padding: 0 12px;
}

.static-password-row input:focus {
  border-color: #2bdcff;
  box-shadow: 0 0 0 3px rgba(43, 220, 255, .10);
}

.static-password-row button {
  min-width: 64px;
  border: 1px solid #33445d;
  background: #111c2b;
  color: #b5c2d2;
  cursor: pointer;
}

.static-login-submit {
  border: 0;
  background: linear-gradient(135deg, #27d9ff, #a46cff);
  color: #051018;
  font-weight: 900;
  cursor: pointer;
}

.static-login-submit:disabled {
  opacity: .55;
  cursor: wait;
}

#arealynStaticLoginStatus {
  min-height: 16px;
  margin: 0;
  color: #58ee9e;
  font-size: 10px;
}

#arealynStaticLoginStatus.error {
  color: #ff7f8e;
}

.arealyn-static-login-card > small {
  color: #647389;
  text-align: center;
  font-size: 8px;
}

.static-login-version {
  color: #58ee9e;
  font-size: 7px;
  white-space: nowrap;
}
