/* Client-portal-only large-screen gate. Do not include on staff/admin or proposal pages. */
.client-portal-screen-gate {
  display: none;
}

html.client-portal-screen-blocked,
html.client-portal-screen-blocked body {
  min-height: 100vh;
}

html.client-portal-screen-blocked body {
  background:
    radial-gradient(circle at top left, rgba(201, 168, 76, 0.16), transparent 34rem),
    linear-gradient(135deg, #0f1117 0%, #151925 54%, #0f1117 100%);
  overflow: hidden;
}

html.client-portal-screen-blocked .login-card,
html.client-portal-screen-blocked .topnav,
html.client-portal-screen-blocked .tab-bar,
html.client-portal-screen-blocked main,
html.client-portal-screen-blocked #ghost-banner {
  display: none !important;
}

html.client-portal-screen-blocked .client-portal-screen-gate {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  color: #e8e8e8;
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.client-portal-screen-gate-card {
  width: min(100%, 520px);
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 22px;
  background: rgba(26, 29, 39, 0.94);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  padding: 2rem;
  text-align: center;
}

.client-portal-screen-gate-logo {
  width: 76px;
  height: 76px;
  border-radius: 18px;
  object-fit: contain;
  margin-bottom: 1rem;
  filter: drop-shadow(0 10px 24px rgba(201, 168, 76, 0.16));
}

.client-portal-screen-gate-kicker {
  color: #c9a84c;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.65rem;
}

.client-portal-screen-gate h1 {
  margin: 0;
  color: #f4f4f4;
  font-size: clamp(1.45rem, 7vw, 2rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.client-portal-screen-gate p {
  margin: 1rem auto 0;
  max-width: 420px;
  color: #a8aec4;
  font-size: 1rem;
  line-height: 1.6;
}

.client-portal-screen-gate-note {
  margin-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
  color: #c7ccd9;
  font-size: 0.88rem;
  line-height: 1.5;
}
