.pl-age-gate {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background:
    radial-gradient(circle at 50% 16%, rgba(240, 22, 45, .12), transparent 28rem),
    rgba(3, 4, 6, .975);
  display: grid;
  place-items: center;
  padding: 18px;
}
.pl-age-card {
  width: min(540px, 100%);
  background: #10141a;
  color: #f7f7f8;
  border: 1px solid #303744;
  border-radius: 25px;
  padding: 34px;
  text-align: center;
  box-shadow: 0 28px 100px #000;
}
.pl-age-logo { display: flex; justify-content: center; margin: 0 auto 19px; }
.pl-age-logo .pl-brand { display: inline-flex; justify-content: center; }
.pl-age-logo .pl-logo-image { width: 240px; max-height: 108px; object-fit: contain; filter: drop-shadow(0 0 10px rgba(240, 22, 45, .23)); }
.pl-age-fallback { display: inline-flex; flex-direction: column; font-weight: 900; line-height: .9; }
.pl-age-fallback span { font-size: 18px; color: #fff; }
.pl-age-fallback b { font-size: 37px; color: #f0162d; }
.pl-age-card h2 { font-size: 32px; line-height: 1.1; margin: 12px 0; letter-spacing: -.025em; }
.pl-age-card p { color: #c4c8ce; }
.pl-age-language { display: flex; justify-content: center; gap: 7px; }
.pl-age-language button { border: 0; background: none; color: #fff; padding: 5px; cursor: pointer; }
.pl-age-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 24px 0 16px; }
.pl-age-actions button, .pl-age-contact { min-height: 50px; border-radius: 14px; border: 1px solid #353c48; font-weight: 800; cursor: pointer; }
.pl-age-yes { background: #f0162d; color: #fff; }
.pl-age-yes:hover { background: #ff263d; }
.pl-age-no { background: #202630; color: #fff; }
.pl-age-legal { font-size: 12px; }
.pl-age-legal a { text-decoration: underline; }
.pl-age-contact { display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; background: #f0162d; color: #fff; }
.pl-age-confirmed .pl-age-gate { display: none; }
.pl-age-pending body { overflow: hidden; }
@media (max-width: 520px) {
  .pl-age-card { padding: 25px 18px; border-radius: 21px; }
  .pl-age-logo .pl-logo-image { width: 205px; }
  .pl-age-card h2 { font-size: 27px; }
}
