.mirror-desktop-guard {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background: #0a0a0a;
  background-image:
    radial-gradient(circle at 20% 10%, rgba(255, 169, 44, 0.08), transparent 45%),
    radial-gradient(circle at 80% 90%, rgba(255, 213, 138, 0.06), transparent 40%);
}

.mirror-desktop-guard.is-active {
  display: flex;
}

.mirror-desktop-guard__card {
  width: min(100%, 380px);
  padding: 36px 28px 32px;
  border-radius: 20px;
  border: 1px solid rgba(255, 213, 138, 0.22);
  background:
    radial-gradient(circle at top, rgba(255, 169, 44, 0.1), transparent 55%),
    rgba(18, 16, 12, 0.96);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  text-align: center;
}

.mirror-desktop-guard__logo {
  width: 140px;
  height: auto;
  margin: 0 auto 24px;
  display: block;
}

.mirror-desktop-guard__icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #ffd58a;
  border: 2px solid rgba(255, 213, 138, 0.3);
  background: rgba(255, 169, 44, 0.08);
}

.mirror-desktop-guard__title {
  margin: 0 0 10px;
  font-family: Impact, Benzin, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.92);
}

.mirror-desktop-guard__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

.mirror-desktop-guard__hint {
  margin: 18px 0 0;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 213, 138, 0.18);
  background: rgba(255, 255, 255, 0.03);
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 213, 138, 0.85);
}
