/* Кибернетика easter eggs + contact tweaks */
.kib-telegram {
  font-size: 18px !important;
  letter-spacing: 0.02em;
  word-break: break-word;
}

.kib-egg-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(20px);
  z-index: 99999;
  max-width: min(92vw, 420px);
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(12, 18, 28, 0.94);
  color: #f4f1ec;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  border: 1px solid rgba(162, 144, 129, 0.45);
  text-align: center;
}

.kib-egg-toast.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.kib-egg-toast a {
  color: #c9b6a4;
  text-decoration: underline;
}

.kib-egg-badge {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 99998;
  display: none;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(26, 41, 60, 0.92);
  color: #f0ebe4;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid rgba(162, 144, 129, 0.5);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.kib-egg-badge.is-on {
  display: inline-flex;
}

.kib-egg-badge:hover {
  transform: translateY(-2px);
  color: #fff;
}

.kib-egg-badge .kib-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7dffb3;
  box-shadow: 0 0 10px rgba(125, 255, 179, 0.8);
}

.kib-egg-hint {
  cursor: help;
  opacity: 0.55;
  padding: 0 2px;
}

.promo__immelman_description.is-kib-revealed {
  color: #c9b6a4;
}

.sotial-network a[href*="kibernetika"],
.sotial-network a[href*="t.me"] {
  letter-spacing: 0.04em;
}
