.academy-growth-device-page,
.academy-growth-device-page #page,
.academy-growth-device-page .site-content,
.academy-growth-device-page .content-area,
.academy-growth-device-page .site-main,
.academy-growth-device-page article,
.academy-growth-device-page .inside-article,
.academy-growth-device-page .entry-content {
  background: #080e19 !important;
}
.academy-growth-device-page .site-footer,
.academy-growth-device-page .site-info,
.academy-growth-device-page .inside-site-info,
.academy-growth-device-page footer {
  background: #080e19 !important;
}
.academy-growth-device-page .site-content {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
.academy-growth-device-page .content-area,
.academy-growth-device-page .site-main,
.academy-growth-device-page article,
.academy-growth-device-page .inside-article,
.academy-growth-device-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.academy-growth-device-page #right-sidebar,
.academy-growth-device-page #left-sidebar,
.academy-growth-device-page .widget-area { display: none !important; }

.growth-device-access {
  width: min(100% - 32px, 720px);
  margin: 56px auto 96px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(20,31,50,.98), rgba(10,17,29,.98));
  color: #f7f9fc;
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
}

.growth-device-access__kicker {
  display: block;
  margin-bottom: 12px;
  color: #3888ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
}

.growth-device-access h1,
.growth-device-access h2 {
  margin: 0 0 12px;
  color: #fff;
  line-height: 1.08;
}

.growth-device-access h1 { font-size: clamp(32px, 7vw, 54px); }
.growth-device-access h2 { font-size: clamp(25px, 5vw, 34px); }
.growth-device-access > p,
.growth-device-access__intro { color: rgba(255,255,255,.68); line-height: 1.65; }

.growth-device-form { margin-top: 30px; }
.growth-device-field { display: block; margin-bottom: 18px; }
.growth-device-field span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.growth-device-field input {
  box-sizing: border-box;
  width: 100%;
  min-height: 58px;
  padding: 0 17px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 13px;
  outline: none;
  background: #090e18;
  color: #fff;
  font: inherit;
  font-size: 16px;
}
.growth-device-field input:focus { border-color: #3888ff; box-shadow: 0 0 0 3px rgba(56,136,255,.16); }
.growth-device-code input { text-align: center; font-size: 25px; font-weight: 800; letter-spacing: .24em; }

.growth-device-primary,
.growth-device-send {
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: #3888ff;
  color: #fff;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}
.growth-device-primary { width: 100%; }
.growth-device-primary:disabled,
.growth-device-send:disabled { cursor: wait; opacity: .68; }
.growth-device-restart {
  display: block;
  margin: 14px auto 0;
  padding: 7px;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.58);
  font: inherit;
  cursor: pointer;
}
.growth-device-status { min-height: 22px; margin: 14px 0 0; color: #79adff; line-height: 1.45; }

.growth-device-card {
  display: flex;
  gap: 18px;
  margin: 28px 0 8px;
  padding: 24px;
  border: 1px solid rgba(56,136,255,.32);
  border-radius: 18px;
  background: rgba(56,136,255,.07);
}
.growth-device-card__icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  background: rgba(56,136,255,.14);
  color: #5f9cff;
}
.growth-device-card__icon svg { width: 25px; height: 25px; }
.growth-device-card h3 { margin: 0 0 8px; color: #fff; font-size: 20px; }
.growth-device-card p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.55; }
.growth-device-card__actions { display: flex; align-items: center; gap: 17px; margin-top: 17px; }
.growth-device-card__actions a { color: #79adff; font-weight: 650; }
.growth-device-card .growth-device-status { margin-top: 10px; color: #79adff; }

.growth-login-code-option {
  width: min(100%, 520px);
  margin: 18px auto 0;
  padding: 16px 18px;
  border: 1px solid rgba(56,136,255,.24);
  border-radius: 14px;
  background: rgba(56,136,255,.06);
  color: rgba(255,255,255,.62);
  text-align: center;
}
.growth-login-code-option span { display: block; margin-bottom: 5px; font-size: 13px; }
.growth-login-code-option a { color: #79adff; font-weight: 750; text-decoration: none; }

@media (max-width: 600px) {
  .growth-device-access { width: min(100% - 24px, 720px); margin-top: 30px; padding: 26px 20px; border-radius: 22px; }
  .growth-device-card { align-items: flex-start; padding: 19px; }
  .growth-device-card__icon { flex-basis: 42px; width: 42px; height: 42px; }
  .growth-device-card__actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .growth-device-card__actions a { text-align: center; }
}
