/* === FALUB — login.css === */

#login-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #D20A2E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-box {
  background: #ffffff;
  border-radius: 18px;
  padding: 48px 44px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.30);
}

.login-logo {
  width: 180px;
  display: block;
  margin: 0 auto 12px;
}

.login-subtitle {
  text-align: center;
  color: var(--text2);
  font-size: 13px;
  margin-bottom: 32px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.login-btn {
  width: 100%;
  padding: 13px;
  font-size: 15px;
  justify-content: center;
  margin-top: 8px;
}

.login-hint {
  text-align: center;
  font-size: 12px;
  color: var(--red);
  margin-top: 12px;
  min-height: 18px;
  font-weight: 600;
}
