
.logoIn[data-v-c92a0275] {
  /*rotate: 160deg;*/
  animation: example 4s infinite;
}
.logoOut[data-v-c92a0275] {
  rotate: 360deg;
}
.contact-link[data-v-c92a0275] {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}
.contact-link[data-v-c92a0275]::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #1976d2;
  transition: width 0.3s;
}
.contact-link[data-v-c92a0275]:hover::after {
  width: 100%;
}
.info-icon[data-v-c92a0275] {
  margin-right: 20px;
  padding: 12px;
  border-radius: 50%;
  background: rgba(25, 118, 210, 0.15);
}
.pulse-icon[data-v-c92a0275] {
  animation: iconPulse-c92a0275 2s infinite;
}
@keyframes iconPulse-c92a0275 {
0%, 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(25, 118, 210, 0.4);
}
50% { transform: scale(1.05); box-shadow: 0 0 0 10px rgba(25, 118, 210, 0);
}
}
.footer-links[data-v-c92a0275] {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.footer-link[data-v-c92a0275] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  transition: color 0.3s ease;
  padding: 4px 0;
  border-bottom: 1px dashed rgba(0, 217, 255, 0.3);
}
.footer-link[data-v-c92a0275]:hover {
  color: #00d9ff;
  border-bottom-color: #00d9ff;
}
.link-badge[data-v-c92a0275] {
  font-size: 10px;
  padding: 2px 4px;
  background: rgba(0, 217, 255, 0.1);
  border: 1px solid rgba(0, 217, 255, 0.3);
  color: #00d9ff;
}
.link-divider[data-v-c92a0275] {
  color: #00d9ff;
  opacity: 0.5;
}
