
/* ADS SAFE STATIC COMPLIANCE PATCH */
.ads-safe-notice,
.ads-safe-shield,
.ads-safe-footer,
.ads-safe-legal,
.ads-safe-age-modal,
.ads-safe-hero-badge {
  box-sizing: border-box;
}
.ads-safe-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 0;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(198, 161, 91, .45);
  background: rgba(11, 47, 102, .82);
  color: #fff;
  font-weight: 700;
  line-height: 1.35;
}
.ads-safe-hero-badge strong {
  color: #c6a15b;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78em;
}
.ads-safe-shield {
  width: min(1120px, calc(100% - 40px));
  margin: 32px auto;
  padding: 22px;
  display: flex;
  gap: 16px;
  border: 1px solid rgba(198, 161, 91, .38);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(11,47,102,.28), rgba(0,0,0,.10));
  color: inherit;
}
.ads-safe-shield__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0b2f66;
  color: #fff;
  border: 1px solid #c6a15b;
  font-weight: 900;
}
.ads-safe-shield strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.08rem;
}
.ads-safe-shield p {
  margin: 0;
  opacity: .86;
  line-height: 1.55;
}
.ads-safe-footer {
  margin-top: 24px;
  padding: 14px;
  border: 1px solid rgba(198, 161, 91, .32);
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-size: 14px;
}
.ads-safe-footer__age {
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border-radius: 999px;
  background: #0b2f66;
  color: #fff;
  font-weight: 800;
  border: 1px solid rgba(198, 161, 91, .55);
}
.ads-safe-legal {
  width: min(1120px, calc(100% - 40px));
  margin: 44px auto;
  padding: 28px;
  border: 1px solid rgba(198, 161, 91, .28);
  border-radius: 24px;
  background: rgba(11, 47, 102, .08);
}
.ads-safe-legal h2 { margin-top: 0; }
.ads-safe-legal h3 { margin: 22px 0 8px; }
.ads-safe-legal p, .ads-safe-legal li {
  line-height: 1.65;
  opacity: .88;
}
.ads-safe-age-lock body { overflow: hidden; }
.ads-safe-age-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(10px);
}
.ads-safe-age-modal--hidden { display: none !important; }
.ads-safe-age-modal__card {
  width: min(560px, 100%);
  border: 1px solid rgba(198, 161, 91, 0.45);
  border-radius: 28px;
  padding: 34px;
  background: linear-gradient(145deg, #0b1020, #05070c);
  color: #fff;
  box-shadow: 0 24px 90px rgba(0,0,0,.55);
  text-align: center;
}
.ads-safe-age-modal__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #0b2f66;
  border: 1px solid #c6a15b;
  font-weight: 800;
  letter-spacing: .04em;
}
.ads-safe-age-modal h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 42px); }
.ads-safe-age-modal p { color: rgba(255,255,255,.78); line-height: 1.6; }
.ads-safe-age-modal__disclaimer {
  border: 1px solid rgba(198, 161, 91, .35);
  border-radius: 18px;
  padding: 14px;
  background: rgba(198, 161, 91, .08);
}
.ads-safe-age-modal__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
}
.ads-safe-age-modal__actions button {
  border: 1px solid rgba(198, 161, 91, .55);
  border-radius: 999px;
  padding: 13px 22px;
  cursor: pointer;
  font-weight: 700;
}
#ads-safe-age-yes { background: #0b2f66; color: #fff; }
#ads-safe-age-no { background: transparent; color: #fff; }
.ads-safe-age-modal__denied { color: #ffb4b4 !important; font-weight: 700; }
@media (max-width: 640px) {
  .ads-safe-shield { flex-direction: column; }
  .ads-safe-age-modal__card { padding: 26px 18px; }
}
