/* Base do player Rádio Peniel (LP + app sem depender do rbac-debug). */
.peniel-radio--unit { position: relative; }
.peniel-radio { border: 0; border-radius: 1rem; background: transparent; padding: 0; }
.peniel-radio__chassis {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: stretch;
}
.peniel-radio__chassis:has(.peniel-radio__grille--end) {
  grid-template-columns: 4.5rem minmax(0, 1fr) 4.5rem;
}
.peniel-radio__grille {
  border-radius: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0 1px, transparent 1px 4px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 4px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.35));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  min-height: 7.5rem;
}
.peniel-radio__panel {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.85rem;
  background: linear-gradient(180deg, rgba(24, 24, 27, 0.95), rgba(9, 9, 11, 0.98));
  padding: 0.95rem 1rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.peniel-radio__brand-col { display: flex; flex-direction: column; gap: 0.65rem; min-width: 0; }
.peniel-radio__now-col { min-width: 0; }
.peniel-radio__stage {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  width: 100%;
}
.peniel-radio__stage .peniel-radio__display {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}
.peniel-radio__stage .peniel-radio__viz {
  flex: 0 0 auto;
}
.peniel-radio__dial {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  background: radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), rgba(0, 0, 0, 0.55));
  flex-shrink: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.45);
}
.peniel-radio__dial--lg { width: 2.35rem; height: 2.35rem; }
.peniel-radio__dial-knob {
  width: 0.45rem; height: 0.45rem; border-radius: 999px;
  background: rgba(248, 113, 113, 0.95); transform: translateY(-0.35rem);
  box-shadow: 0 0 8px rgba(248, 113, 113, 0.45);
}
.peniel-radio__led {
  width: 0.55rem; height: 0.55rem; border-radius: 999px;
  background: rgba(113, 113, 122, 0.8); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35); flex-shrink: 0;
}
.peniel-radio__led.is-live { background: #ef4444; box-shadow: 0 0 10px rgba(239, 68, 68, 0.65); }
.peniel-radio__led.is-offline { background: rgba(113, 113, 122, 0.65); }
.peniel-radio__display {
  margin-top: 0.75rem; padding: 0.65rem 0.75rem; border-radius: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}
.peniel-radio__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 0; }
.peniel-radio__kicker { margin: 0; font-family: Montserrat, system-ui, sans-serif; font-size: 1rem; font-weight: 700; color: #fff; }
.peniel-radio__subtitle { margin: 0.2rem 0 0; font-size: 0.82rem; color: #a3a3a3; }
.peniel-radio__status {
  flex-shrink: 0; border-radius: 999px; padding: 0.25rem 0.65rem;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
}
.peniel-radio__status.is-live { background: rgba(239, 68, 68, 0.18); color: #fca5a5; }
.peniel-radio__status.is-online { background: rgba(74, 222, 128, 0.14); color: #86efac; }
.peniel-radio__status.is-offline { background: rgba(113, 113, 122, 0.2); color: #d4d4d8; }
.peniel-radio__track { margin: 0; font-weight: 700; color: #fff; line-height: 1.25; }
.peniel-radio__artist { margin: 0.15rem 0 0; font-size: 0.82rem; color: #a3a3a3; }
.peniel-radio__host {
  margin: 0.12rem 0 0;
  font-size: 0.72rem;
  font-weight: 700;
  color: #fca5a5;
}
.peniel-radio__host:empty,
.peniel-radio__host[hidden] { display: none; }
.peniel-radio__controls { display: flex; align-items: center; gap: 0.75rem; margin-top: 0.15rem; }
.peniel-radio__play {
  display: inline-flex; align-items: center; justify-content: center;
  width: 2.65rem; height: 2.65rem; border: 0; border-radius: 999px;
  background: linear-gradient(180deg, #c94141, #9b1b1b); color: #fff; cursor: pointer;
  box-shadow: 0 8px 18px rgba(155, 27, 27, 0.35);
}
.peniel-radio__play:hover:not(:disabled) { filter: brightness(1.06); }
.peniel-radio__play:disabled { opacity: 0.55; cursor: not-allowed; }
.peniel-radio__volume { display: flex; align-items: center; gap: 0.45rem; min-width: 0; color: #d4d4d8; font-size: 0.85rem; }
.peniel-radio__volume input[type="range"] { flex: 1 1 auto; min-width: 4.5rem; accent-color: #c94141; }
.peniel-radio__hint { margin: 0.35rem 0 0; font-size: 0.72rem; color: #a1a1aa; line-height: 1.25; }
