body.resume-gated {
  min-height: 100vh;
}

.resume-auth-overlay {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(8, 17, 14, 0.88);
  z-index: 2000;
}

.resume-auth-card {
  width: min(420px, 100%);
  background: #ffffff;
  color: #10231c;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.resume-auth-card h1 {
  margin: 0 0 10px;
  font-size: 1.5rem;
}

.resume-auth-card p {
  margin: 0;
}

.resume-error {
  margin-top: 10px;
  color: #b42318;
  min-height: 1.25rem;
}

/* Top-bar button layout for resume page */
.resume-gated .top-bar-inner {
  position: relative;
}

.resume-gated .top-bar-actions {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.resume-gated .top-bar-actions .btn {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
}

.resume-gated .top-bar-actions .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.75);
}

.resume-gated .top-bar-actions .btn-outline-light:hover {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
