body.appforge-footer-enabled {
  min-height: 100vh;
}

#appforge-live-footer,
#appforge-live-footer * {
  box-sizing: border-box;
}

#appforge-live-footer {
  width: 100%;
  margin-top: 42px;
  padding: 24px 34px 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(91, 235, 221, 0.10), transparent 30%),
    radial-gradient(circle at 88% 15%, rgba(126, 98, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #050b1c 0%, #020613 100%);
  border-top: 1px solid rgba(104, 239, 225, 0.22);
  color: #dbe8ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.af-footer-inner {
  max-width: 1480px;
  margin: 0 auto;
}

.af-footer-top,
.af-footer-brand,
.af-footer-summary,
.af-footer-badge {
  display: none !important;
}

.af-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
  padding: 0;
}

.af-footer-col {
  min-width: 0;
  padding: 16px 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.042);
  border-radius: 18px;
}

.af-footer-col h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  color: #68efe1;
  letter-spacing: -0.01em;
}

.af-footer-col p {
  display: block !important;
  margin: 0 0 12px;
  min-height: 34px;
  color: #9baac3;
  font-size: 12px;
  line-height: 1.45;
}

.af-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  align-items: center;
}

.af-footer-links a {
  color: #dbe8ff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.35;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.af-footer-links a:hover {
  color: #68efe1;
  border-bottom-color: #68efe1;
}

.af-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: #8f9db5;
  font-size: 12px;
}

.af-footer-bottom-links {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  align-items: center;
}

.af-footer-bottom-links a {
  color: #b9c8df;
  text-decoration: none;
}

.af-footer-bottom-links a:hover {
  color: #68efe1;
}

.af-policy-page {
  min-height: 100vh;
  background: #050b1c;
  color: #eaf2ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.af-policy-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 22px 34px;
  background: rgba(4, 9, 24, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.af-policy-nav a {
  color: #dbe8ff;
  text-decoration: none;
  font-weight: 800;
}

.af-policy-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 32px;
}

.af-policy-kicker {
  color: #68efe1;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 900;
}

.af-policy-main h1 {
  font-size: clamp(38px, 5vw, 68px);
  line-height: .95;
  margin: 12px 0;
}

.af-policy-subtitle {
  color: #b5c2d8;
  font-size: 18px;
  line-height: 1.7;
  max-width: 860px;
}

.af-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.af-policy-card {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  padding: 24px;
}

.af-policy-card li {
  color: #c8d6ee;
  line-height: 1.55;
  margin-bottom: 8px;
}

@media(max-width:1100px) {
  #appforge-live-footer {
    padding: 22px 18px 16px;
  }

  .af-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .af-footer-col p {
    min-height: auto;
  }
}

@media(max-width:720px) {
  .af-footer-grid,
  .af-policy-grid {
    grid-template-columns: 1fr;
  }

  .af-footer-col {
    padding: 15px;
  }

  .af-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .af-policy-nav {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* APPFORGE_PERMANENT_LOGIN_CREDS_CSS_START */
#af-login-helper {
  position: fixed;
  width: 340px;
  max-height: 62vh;
  overflow: auto;
  z-index: 999999;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(104,239,225,.32);
  background:
    radial-gradient(circle at 0% 0%, rgba(104,239,225,.13), transparent 36%),
    linear-gradient(180deg, rgba(8,17,42,.98), rgba(3,8,22,.98));
  box-shadow: 0 24px 80px rgba(0,0,0,.40);
  color: #eaf2ff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#af-login-helper h3 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 900;
  color: #68efe1;
}

#af-login-helper .aflh-note {
  margin: 0 0 12px;
  color: #9baac3;
  font-size: 12px;
  line-height: 1.35;
}

#af-login-helper .aflh-role {
  display: grid;
  gap: 4px;
  width: 100%;
  margin: 7px 0;
  padding: 10px 11px;
  text-align: left;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
  color: #dbe8ff;
  cursor: pointer;
}

#af-login-helper .aflh-role:hover {
  border-color: rgba(104,239,225,.58);
  background: rgba(104,239,225,.09);
}

#af-login-helper .aflh-title {
  font-size: 12px;
  font-weight: 900;
  color: #ffffff;
}

#af-login-helper .aflh-creds {
  font-size: 11px;
  color: #aebbd2;
  word-break: break-all;
}

#af-login-helper .aflh-small {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255,255,255,.10);
  color: #8f9db5;
  font-size: 11px;
  line-height: 1.35;
}

@media(max-width: 1180px) {
  #af-login-helper {
    left: 16px !important;
    right: 16px !important;
    top: auto !important;
    bottom: 16px !important;
    width: auto !important;
    max-height: 42vh;
  }
}
/* APPFORGE_PERMANENT_LOGIN_CREDS_CSS_END */
