.desktop-only-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at top, rgba(42, 252, 131, 0.09), transparent 32%),
    radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.12), transparent 28%),
    rgba(7, 11, 20, 0.96);
  backdrop-filter: blur(18px);
}

.desktop-only-gate__card {
  width: min(100%, 31rem);
  border-radius: 28px;
  border: 1px solid rgba(46, 219, 127, 0.18);
  background: linear-gradient(180deg, rgba(19, 28, 44, 0.98), rgba(10, 16, 29, 0.98));
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(42, 252, 131, 0.04);
  padding: 28px 24px;
  color: #eaf2ff;
}

.desktop-only-gate__brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.desktop-only-gate__brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(42, 252, 131, 0.14);
}

.desktop-only-gate__brand-mark svg {
  width: 28px;
  height: 28px;
}

.desktop-only-gate__brand-copy strong {
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.desktop-only-gate__brand-copy span {
  display: block;
  margin-top: 4px;
  color: #9db0cf;
  font-size: 0.9rem;
}

.desktop-only-gate__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid rgba(42, 252, 131, 0.2);
  background: rgba(42, 252, 131, 0.08);
  color: #86f6bf;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 12px;
  margin-bottom: 18px;
}

.desktop-only-gate__title {
  margin: 0 0 12px;
  font-size: clamp(1.7rem, 5vw, 2.2rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 900;
}

.desktop-only-gate__copy {
  margin: 0;
  color: #b7c6de;
  font-size: 0.98rem;
  line-height: 1.7;
}

.desktop-only-gate__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.desktop-only-gate__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #d7e5fb;
  font-size: 0.92rem;
  line-height: 1.5;
}

.desktop-only-gate__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 0.45rem;
  border-radius: 999px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #2edb7f, #3b82f6);
  box-shadow: 0 0 0 6px rgba(42, 252, 131, 0.08);
}

.desktop-only-gate__hint {
  margin-top: 20px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(12, 18, 31, 0.74);
  padding: 14px 16px;
  color: #94a3b8;
  font-size: 0.86rem;
  line-height: 1.6;
}

body.desktop-only-blocked {
  overflow: hidden !important;
}

body.desktop-only-blocked .desktop-only-gate {
  display: flex;
}
