.pulscamAgeGateOverlay{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  background:
    radial-gradient(circle at top right, rgba(255,138,26,.20), transparent 34%),
    radial-gradient(circle at bottom left, rgba(255,42,42,.13), transparent 34%),
    rgba(10,10,10,.72);
  backdrop-filter:blur(12px);
}

.pulscamAgeGateOverlay.active{
  display:flex;
}

.pulscamAgeGateModal{
  width:min(720px,100%);
  border-radius:26px;
  background:
    radial-gradient(circle at top right, rgba(255,138,26,.10), transparent 34%),
    linear-gradient(180deg,#ffffff,#fffaf6);
  color:#111;
  box-shadow:0 30px 90px rgba(0,0,0,.35);
  border:1px solid rgba(255,255,255,.60);
  overflow:hidden;
  font-family:Arial,sans-serif;
}

.pulscamAgeGateTop{
  padding:22px 24px 18px;
  border-bottom:1px solid rgba(0,0,0,.07);
}

.pulscamAgeGateBadge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,106,26,.10);
  color:#ff5a00;
  border:1px solid rgba(255,106,26,.18);
  font-size:12px;
  font-weight:900;
  margin-bottom:12px;
}

.pulscamAgeGateTitle{
  margin:0;
  font-size:26px;
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.02em;
}

.pulscamAgeGateSubtitle{
  margin:10px 0 0;
  color:#666;
  font-size:14px;
  line-height:1.55;
}

.pulscamAgeGateBody{
  padding:18px 24px 22px;
}

.pulscamAgeGateGrid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
  margin-bottom:16px;
}

.pulscamAgeGatePoint{
  padding:12px;
  border-radius:16px;
  background:#fff;
  border:1px solid rgba(0,0,0,.065);
  color:#555;
  font-size:13px;
  line-height:1.45;
}

.pulscamAgeGatePoint strong{
  display:block;
  color:#111;
  margin-bottom:4px;
  font-size:13px;
}

.pulscamAgeGateNotice{
  padding:14px 15px;
  border-radius:18px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(255,120,40,.16);
  color:#5d5d5d;
  font-size:13px;
  line-height:1.6;
  box-shadow:0 10px 28px rgba(0,0,0,.035);
}

.pulscamAgeGateChecks{
  margin-top:16px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.pulscamAgeGateCheck{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#333;
  font-size:13px;
  line-height:1.45;
}

.pulscamAgeGateCheck input{
  margin-top:2px;
  width:17px;
  height:17px;
  accent-color:#ff6a1a;
  flex:0 0 auto;
}

.pulscamAgeGateActions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

.pulscamAgeGateBtn{
  min-height:42px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid transparent;
  cursor:pointer;
  font-weight:900;
  font-size:14px;
  font-family:Arial,sans-serif;
}

.pulscamAgeGateBtnPrimary{
  color:#fff;
  background:linear-gradient(90deg,#ff2a2a,#ff8a1a);
  box-shadow:0 10px 24px rgba(255,90,20,.24);
}

.pulscamAgeGateBtnPrimary:disabled{
  opacity:.45;
  cursor:not-allowed;
  box-shadow:none;
}

.pulscamAgeGateBtnGhost{
  color:#111;
  background:rgba(0,0,0,.035);
  border-color:rgba(0,0,0,.08);
}

.pulscamAgeGateLinks{
  margin-top:14px;
  display:flex;
  gap:10px 14px;
  flex-wrap:wrap;
  font-size:12px;
}

.pulscamAgeGateLinks a{
  color:#777;
  text-decoration:none;
  padding:0;
}

.pulscamAgeGateLinks a:hover{
  color:#ff6a1a;
  background:transparent;
}

.pulscamAgeGateLocked{
  overflow:hidden!important;
}

@media(max-width:620px){
  .pulscamAgeGateTop{
    padding:20px 18px 16px;
  }

  .pulscamAgeGateBody{
    padding:16px 18px 20px;
  }

  .pulscamAgeGateTitle{
    font-size:22px;
  }

  .pulscamAgeGateGrid{
    grid-template-columns:1fr;
  }

  .pulscamAgeGateActions{
    flex-direction:column-reverse;
    align-items:stretch;
  }

  .pulscamAgeGateBtn{
    width:100%;
  }
}

/* PULSCAM_LEGAL_CHECKBOX_LINKS_V1 */
.pulscamAgeGateLegalLink{
  color:#2563eb;
  font-weight:900;
  text-decoration:none;
  text-underline-offset:3px;
}
.pulscamAgeGateLegalLink:hover,
.pulscamAgeGateLegalLink:focus{
  color:#1d4ed8;
  text-decoration:underline;
}

/* PULSCAM_REMOVE_AGGRESSIVE_FRONTEND_FIX_STATIC_LEGAL_V1 */
/* Age gate legal links are text links, not buttons. */
.pulscamAgeGate a.pulscamAgeGateLegalLink,
.pulscamAgeGateLinks a.pulscamAgeGateLegalLink,
a.pulscamAgeGateLegalLink{
  display:inline !important;
  width:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  color:#2563eb !important;
  font-weight:900 !important;
  text-decoration:none !important;
  text-underline-offset:3px !important;
  line-height:inherit !important;
  transform:none !important;
}
.pulscamAgeGate a.pulscamAgeGateLegalLink:hover,
.pulscamAgeGate a.pulscamAgeGateLegalLink:focus,
.pulscamAgeGateLinks a.pulscamAgeGateLegalLink:hover,
.pulscamAgeGateLinks a.pulscamAgeGateLegalLink:focus,
a.pulscamAgeGateLegalLink:hover,
a.pulscamAgeGateLegalLink:focus{
  color:#1d4ed8 !important;
  text-decoration:underline !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  transform:none !important;
}
