[data-login-suspended],
.login-dialog-close {
  cursor: pointer;
}

#mobile-menu [data-login-suspended] {
  width: 100%;
}

[data-login-suspended]:focus-visible,
.login-dialog-close:focus-visible {
  outline: 3px solid #93c5fd;
  outline-offset: 4px;
}

html:has(.login-dialog[open]) {
  overflow: hidden;
}

.login-dialog {
  margin: auto;
  width: min(28rem, calc(100% - 2rem));
  max-height: calc(100% - 2rem);
  overflow: auto;
  padding: 2rem;
  border: 1px solid #374151;
  border-radius: 1.25rem;
  background: #111827;
  color: #f3f4f6;
  box-shadow: 0 24px 80px #0009;
  text-align: left;
}

.login-dialog::backdrop {
  background: #030712bf;
  backdrop-filter: blur(6px);
}

.login-dialog-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.25rem;
  border: 1px solid #6366f14d;
  border-radius: 0.875rem;
  background: #6366f11a;
  color: #a5b4fc;
}

.login-dialog h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

.login-dialog p {
  margin-top: 0.875rem;
  color: #9ca3af;
  line-height: 1.65;
}

.login-dialog-close {
  width: 100%;
  margin-top: 1.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.625rem;
  background: #2563eb;
  color: white;
  font-weight: 600;
}

.login-dialog-close:hover {
  background: #1d4ed8;
}
