/* Radio del sito ANIMA — stile KIROSHI v1 (comuni/STANDARD-VISUAL.md) */

#anima-radio-gate {
  position: fixed;
  inset: 0;
  background: #0a0e14;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1.2s ease;
}

#anima-radio-gate.hidden {
  opacity: 0;
  pointer-events: none;
}

#anima-radio-gate .wordmark {
  color: #d7e3ef;
  font-size: 14px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 32px;
  opacity: 0;
  animation: fade-in 1.5s ease forwards 0.4s;
}

@keyframes fade-in {
  to { opacity: 1; }
}

#anima-radio-gate .enter-btn {
  background: transparent;
  border: 1px solid #1e2a38;
  color: #22d3ee;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 12px 28px;
  border-radius: 14px;
  cursor: pointer;
}

#anima-radio-gate .enter-btn:hover {
  border-color: #22d3ee;
}

#anima-radio-bar {
  position: fixed;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #111823;
  border: 1px solid #1e2a38;
  border-radius: 14px;
  padding: 8px 14px;
  color: #d7e3ef;
  font-size: 11px;
  z-index: 100;
}

#anima-radio-bar .muted { color: #7d93a8; }

#anima-radio-bar button {
  background: transparent;
  border: 1px solid #1e2a38;
  color: #d7e3ef;
  border-radius: 8px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 11px;
}
