.blk-gate-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.65), rgba(2, 6, 23, 0.65));
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  backdrop-filter: blur(10px);
}

.blk-gate-badge:hover {
  border-color: rgba(255, 75, 192, 0.55);
  color: rgba(255, 255, 255, 0.95);
}

.blk-gate-badge.is-muted {
  opacity: 0.72;
  filter: saturate(0.7);
}

.blk-gate-badge__q {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.blk-gate-badge--block {
  display: inline-flex;
  padding: 6px 12px;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.blk-gate-media {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.blk-gate-media__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blk-gate-media.is-locked .blk-gate-media__img,
.blk-gate-media.is-locked video {
  filter: blur(10px) saturate(0.55);
  transform: scale(1.03);
}

.blk-gate-media__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  background:
    radial-gradient(800px 260px at 30% 20%, rgba(255, 75, 192, 0.25), rgba(255, 75, 192, 0) 60%),
    radial-gradient(800px 260px at 70% 20%, rgba(106, 154, 255, 0.20), rgba(106, 154, 255, 0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0.20), rgba(0,0,0,0.55));
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-align: center;
  pointer-events: none;
}

.blk-gate-media__overlay .bi {
  font-size: 22px;
}

.blk-gate-media__overlay span {
  font-size: 12px;
  opacity: 0.95;
}

.blk-gate-cta {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.blk-gate-cta button {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(135deg, rgba(255, 75, 192, 0.18), rgba(106, 154, 255, 0.14));
  color: rgba(255, 255, 255, 0.95);
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 900;
  letter-spacing: 0.2px;
}

.blk-gate-cta button:hover {
  border-color: rgba(255, 75, 192, 0.55);
}

.blk-gate-modal {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(2, 6, 23, 0.68);
  backdrop-filter: blur(10px);
}

.blk-gate-modal.is-open {
  display: flex;
}

.blk-gate-modal__panel {
  width: min(420px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(900px 260px at 18% 20%, rgba(255,75,192,0.22), rgba(255,75,192,0) 62%),
    radial-gradient(900px 260px at 82% 20%, rgba(106,154,255,0.20), rgba(106,154,255,0) 60%),
    linear-gradient(180deg, rgba(18,18,22,0.98), rgba(12,12,15,0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.65);
  overflow: hidden;
}

.blk-gate-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
}

.blk-gate-modal__title {
  font-weight: 1000;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.blk-gate-modal__close {
  border: 0;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blk-gate-modal__body {
  padding: 0 16px 16px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
}

.blk-gate-modal__actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.blk-gate-modal__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 14px;
  font-weight: 1000;
  letter-spacing: 0.2px;
}

.blk-gate-modal__actions a.blk-gate-modal__signup {
  background: linear-gradient(135deg, rgba(255, 75, 192, 0.95), rgba(106, 154, 255, 0.92));
  color: #07070b;
}

.blk-gate-modal__actions a.blk-gate-modal__login {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.95);
}

.blk-gate-modal__foot {
  margin-top: 10px;
  text-align: center;
}

.blk-gate-modal__dismiss {
  display: inline-flex;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 800;
  padding: 8px 10px;
}

