html.gp-age-locked,
html.gp-age-locked body {
  overflow: hidden !important;
}
.gp-age-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(26, 109, 255, .28), transparent 55%),
    linear-gradient(165deg, #070b14 0%, #0a1224 48%, #07070b 100%);
  color: #f4efe4;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}
.gp-age-gate[hidden] { display: none !important; }
.gp-age-gate__card {
  width: min(440px, 100%);
  text-align: center;
  padding: 36px 28px 28px;
  border-radius: 22px;
  border: 1px solid rgba(90, 163, 255, .22);
  background: rgba(10, 16, 32, .88);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .55);
  backdrop-filter: blur(12px);
}
.gp-age-gate__logo {
  width: 92px;
  height: auto;
  margin: 0 auto 14px;
  display: block;
  filter: drop-shadow(0 8px 22px rgba(26, 109, 255, .35));
}
.gp-age-gate__badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #ffd27a;
  background: rgba(232, 195, 106, .12);
  border: 1px solid rgba(232, 195, 106, .28);
}
.gp-age-gate h1 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #fff;
}
.gp-age-gate p {
  margin: 0 0 22px;
  color: #b9c4d8;
  font-size: .95rem;
  line-height: 1.5;
}
.gp-age-gate__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gp-age-gate button {
  appearance: none;
  border: 0;
  border-radius: 12px;
  padding: 14px 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.gp-age-gate__yes {
  color: #fff;
  background: linear-gradient(135deg, #5aa3ff, #1a6dff 50%, #0b4fd6);
  box-shadow: 0 10px 24px rgba(26, 109, 255, .35);
}
.gp-age-gate__yes:hover { filter: brightness(1.06); }
.gp-age-gate__no {
  color: #d7dde8;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
}
.gp-age-gate__legal {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
  font-size: .75rem !important;
  color: #7d8798 !important;
}
.gp-age-gate.is-blocked .gp-age-gate__actions { display: none; }
.gp-age-gate.is-blocked h1 { color: #ff8a93; }

html.gp-age-theme-community .gp-age-gate {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(232, 195, 106, .16), transparent 55%),
    linear-gradient(180deg, #07070b 0%, #0c0d14 100%);
}
html.gp-age-theme-community .gp-age-gate__card {
  border-color: rgba(232, 195, 106, .28);
  background: rgba(10, 10, 16, .9);
}
html.gp-age-theme-community .gp-age-gate__yes {
  color: #1a1408;
  background: linear-gradient(180deg, #fff0c2, #e8c36a 45%, #b8862a);
  box-shadow: 0 12px 30px rgba(232, 195, 106, .28);
}

.gp-kyc-gate {
  position: fixed;
  inset: 0;
  z-index: 2147482000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(4, 8, 16, .78);
  backdrop-filter: blur(8px);
  color: #f4efe4;
  font-family: Inter, system-ui, sans-serif;
}
.gp-kyc-gate[hidden] { display: none !important; }
.gp-kyc-gate__card {
  width: min(460px, 100%);
  text-align: center;
  padding: 32px 26px;
  border-radius: 20px;
  border: 1px solid rgba(90, 163, 255, .25);
  background: #0d1528;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .5);
}
.gp-kyc-gate h2 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: #fff;
}
.gp-kyc-gate p {
  margin: 0 0 18px;
  color: #b9c4d8;
  line-height: 1.5;
  font-size: .92rem;
}
.gp-kyc-gate a,
.gp-kyc-gate button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  padding: 12px 16px;
  font: inherit;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.gp-kyc-gate__ok {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #5aa3ff, #1a6dff);
}
.gp-kyc-gate__ghost {
  margin-left: 8px;
  border: 1px solid rgba(255,255,255,.14);
  background: transparent;
  color: #d7dde8;
}
