/**
 * Glue layer for existing HQ / login / no-access markup (not in drop-in README).
 * Loads after official flobo CSS. No distressed assets.
 */

.flobo-tagline {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.72);
}

.flobo-hero-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flobo-hero-brand .flobo-tagline {
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.65);
}

.hq-auth-curtain-card .flobo-brand-lockup,
.auth-bridge .flobo-brand-lockup,
.auth-guard-card .flobo-brand-lockup {
  justify-content: center;
  width: 100%;
  margin-bottom: 0.5rem;
}

.hq-auth-curtain-card .flobo-logo,
.auth-bridge .flobo-logo,
.auth-guard-card .flobo-logo {
  max-width: 220px;
  height: auto;
}

.hq-auth-curtain-card .flobo-tagline,
.auth-bridge .flobo-tagline,
.auth-guard-card .flobo-tagline {
  text-align: center;
  margin-bottom: 1rem;
}

.auth-guard-card .flobo-tagline {
  color: rgba(255, 255, 255, 0.72);
}

.auth-guard-card h1 {
  margin: 0 0 0.65rem;
  font-size: 1.45rem;
  font-weight: 650;
}

.auth-guard-card .muted {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.45;
}

body.auth-page {
  margin: 0;
  background: var(--flobo-black, #0d1117);
  color: var(--flobo-white, #fff);
}

body.auth-page main.auth-shell {
  min-height: calc(100vh - 52px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
}
