/* Zaryon — standalone auth (login / signup) — no heavy logo */
html.pm-auth-standalone .pm-topbar,
html.pm-auth-standalone .navbar.pm-nav-green,
html.pm-auth-standalone .pm-mobile-header,
html.pm-auth-standalone .pm-engagement-strip,
html.pm-auth-standalone footer.pm-footer,
html.pm-auth-standalone .pm-mobile-nav,
body.pm-auth-standalone .pm-topbar,
body.pm-auth-standalone .navbar.pm-nav-green,
body.pm-auth-standalone .pm-mobile-header,
body.pm-auth-standalone .pm-engagement-strip,
body.pm-auth-standalone footer.pm-footer,
body.pm-auth-standalone .pm-mobile-nav {
  display: none !important;
}

html.pm-auth-standalone .pm-page-container,
body.pm-auth-standalone .pm-page-container {
  margin-top: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
}

.pm-auth-layout {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f1f5f9;
}

.pm-auth-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: #fff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.pm-auth-topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #0f172a;
  font-weight: 800;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}

.pm-auth-topbar__mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, #f85606, #ff9a56);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  flex-shrink: 0;
}

.pm-auth-topbar__back {
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  text-decoration: none;
}

.pm-auth-topbar__back:hover {
  color: var(--pm-primary, #f85606);
}

.pm-auth-layout__main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem 3rem;
}

.pm-auth-split {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 920px;
  gap: 0;
}

@media (min-width: 768px) {
  .pm-auth-split {
    grid-template-columns: 1fr 1.05fr;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow:
      0 4px 6px rgba(15, 23, 42, 0.04),
      0 28px 56px rgba(15, 23, 42, 0.1);
    border: 1px solid rgba(15, 23, 42, 0.06);
  }
}

.pm-auth-split__hero {
  display: none;
  padding: 2.5rem 2rem;
  background: linear-gradient(145deg, #f85606 0%, #e04a00 42%, #ff8f4a 100%);
  color: #fff;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .pm-auth-split__hero {
    display: flex;
  }
}

.pm-auth-split__hero h2 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.pm-auth-split__hero p {
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.92;
  line-height: 1.55;
  max-width: 280px;
}

.pm-auth-split__hero ul {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.pm-auth-split__hero li {
  font-size: 0.875rem;
  padding: 0.35rem 0;
  opacity: 0.95;
}

.pm-auth-split__hero li::before {
  content: "✓ ";
  font-weight: 800;
}

.pm-auth-card {
  background: #fff;
  padding: 2rem 1.75rem 1.75rem;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .pm-auth-card {
    max-width: none;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    border: none;
  }
}

.pm-auth-card__title {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin: 0 0 0.25rem;
}

.pm-auth-card__sub {
  font-size: 0.9rem;
  color: #64748b;
  margin: 0 0 1.5rem;
}

.pm-auth-alert {
  border-radius: 12px;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.pm-auth-social {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.15rem;
}

.pm-auth-social-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  min-height: 48px;
  padding: 0 1rem;
  border-radius: 11px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.pm-auth-social-btn:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
  color: #0f172a;
}

.pm-auth-divider {
  text-align: center;
  font-size: 0.8rem;
  color: #94a3b8;
  margin: 0 0 1.15rem;
}

.pm-auth-form .form-label {
  font-weight: 600;
  font-size: 0.8125rem;
  color: #475569;
  margin-bottom: 0.35rem;
}

.pm-auth-form .form-control {
  min-height: 46px;
  border-radius: 11px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 0.9375rem;
}

.pm-auth-form .form-control:focus {
  background: #fff;
  border-color: rgba(248, 86, 6, 0.5);
  box-shadow: 0 0 0 3px rgba(248, 86, 6, 0.12);
}

.pm-auth-submit {
  width: 100%;
  min-height: 48px;
  margin-top: 0.35rem;
  border: none;
  border-radius: 11px;
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(180deg, #ff7a2e 0%, #f85606 100%);
  box-shadow: 0 6px 18px rgba(248, 86, 6, 0.3);
  transition: transform 0.15s, box-shadow 0.2s;
}

.pm-auth-submit:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(248, 86, 6, 0.35);
}

.pm-auth-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  font-size: 0.875rem;
}

.pm-auth-footer a {
  font-weight: 600;
  color: #475569;
  text-decoration: none;
}

.pm-auth-footer a:hover {
  color: var(--pm-primary, #f85606);
}
