.elementor-4501 .elementor-element.elementor-element-11cf4bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4501 .elementor-element.elementor-element-500484b > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-500484b *//* ================================
   GME PRIVATE LANDING — CLEAN
   ================================ */

body.page-id-4501 {
  background: #000 !important;
  overflow: hidden;
}

/* HARD REMOVE HEADER & FOOTER */
body.page-id-4501 header,
body.page-id-4501 footer {
  display: none !important;
}

/* Root container */
.gme-private {
  min-height: 100vh;
  padding: 140px 20px 80px; /* TOP is the only control */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: monospace;
  color: #e5e5e5;
}

/* ACCESS RESTRICTED */
.gme-private-badge {
  font-size: 0.55rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #ff0033;
  border: 1px solid rgba(255, 0, 51, 0.45);
  padding: 6px 12px;
  margin-bottom: 32px;
  margin-top: 32px;
  opacity: 0.85;
}

/* TITLE */
.gme-private-title {
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: #ff3b81;
  text-shadow:
    0 0 12px rgba(255, 59, 129, 0.6),
    0 0 28px rgba(255, 59, 129, 0.25);
  margin-bottom: 18px;
}

/* SUBTEXT */
.gme-private-sub {
  font-size: 0.9rem;
  line-height: 1.6;
  max-width: 280px;
  opacity: 0.75;
  margin-bottom: 36px;
}

/* STATUS */
.gme-private-lock {
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #00ffcc;
  opacity: 0.7;
}

/* Cursor blink */
@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

.protocol-status::after {
  content: "_";
  margin-left: 4px;
  animation: blink 1.2s infinite;
}

/* MOBILE ONLY — SMALL TUNE */
@media (max-width: 767px) {
  .gme-private {
    padding-top: 500px; /* increase/decrease THIS ONLY */
  }

  .gme-private-title {
    font-size: 1.6rem;
  }
}

/* Slightly de-emphasize system tagline */
.power-holders {
  opacity: 0.45;
  font-size: 0.6rem;
  margin-bottom: 156px;
}

/* Give title breathing room */
.gme-private-title {
  margin-bottom: 22px;
}

/* Calm the protocol line */
.gme-private-lock {
  margin-top: 8px;
  opacity: 0.65;
}

/* === COMING SOON MOBILE CENTER FIX === */
@media (max-width: 767px) {
  body.page-coming-soon {
    overflow: hidden !important;
  }

  .gme-private {
    min-height: 100svh; /* better than 100vh on mobile */
    padding-top: calc(env(safe-area-inset-top) + 24px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 24px);
    justify-content: center; /* keep it centered */
  }
}/* End custom CSS */