body.site.auth-page {
  margin: 0;
  min-height: 100vh;
  color: #f3f7ff;
  background:
    radial-gradient(1200px 520px at 10% 0%, rgba(121, 170, 0, 0.18), transparent 60%),
    radial-gradient(900px 460px at 100% 100%, rgba(26, 120, 220, 0.2), transparent 60%),
    linear-gradient(140deg, #0d1420 0%, #101b2b 45%, #0b1420 100%);
}

body.site.auth-page main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 14px;
}

#noryx-auth-root {
  width: min(460px, 94vw);
}

.noryx-auth-overlay {
  position: relative;
  inset: auto;
  z-index: 1;
  display: block;
  padding: 0;
  pointer-events: auto;
}

.noryx-auth-backdrop {
  display: none;
}

.noryx-auth-card {
  position: relative;
  width: 100%;
  background: linear-gradient(150deg, #1147cf 0%, #1f5fef 62%, #39b8ff 100%);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(9, 32, 84, 0.4);
  padding: 24px;
  color: #fff;
  font-family: Rubik, system-ui, -apple-system, Segoe UI, sans-serif;
}

.noryx-auth-title {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.noryx-auth-subtitle {
  margin: 0 0 18px;
  color: #e7f2ff;
  font-size: 14px;
}

.noryx-auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
}

.noryx-auth-links a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.14);
}

.noryx-auth-links a:hover {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.24);
}

.noryx-auth-widget {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.noryx-auth-widget iframe {
  max-width: 100%;
}

.noryx-auth-submit {
  margin-top: 4px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #79aa00, #88be04);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.noryx-auth-submit:hover {
  filter: brightness(1.03);
}

.noryx-auth-message {
  min-height: 20px;
  font-size: 13px;
  margin-top: 8px;
}

.noryx-auth-message.error {
  color: #ff9e9e;
}

.noryx-auth-message.ok {
  color: #c1f390;
}

.noryx-auth-switch {
  margin-top: 10px;
  font-size: 13px;
  color: #ecf5ff;
}

.noryx-auth-switch a {
  color: #ffffff;
  text-decoration: none;
}

.noryx-auth-switch a:hover {
  text-decoration: underline;
}
