#bnny-persistent-audio { display: none; }

.bnny-mini-player {
  position: fixed;
  z-index: 90;
  right: 18px;
  bottom: 18px;
  display: flex;
  width: min(430px, calc(100vw - 36px));
  min-height: 70px;
  align-items: center;
  gap: 14px;
  padding: 8px 10px;
  border: 1px solid #9b6a30;
  border-radius: 9px;
  background: rgba(22, 16, 11, .97);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .34);
  color: #ffb454;
  font-family: 'TC Volume Sans', 'JetBrains Mono', sans-serif;
}

.bnny-mini-player[hidden],
.bnny-studio-page .bnny-mini-player { display: none; }

.bnny-mini-station {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.bnny-mini-station img {
  width: 52px;
  height: 52px;
  flex: none;
  border: 1px solid rgba(255, 180, 84, .35);
  border-radius: 4px;
  background: #080604;
  object-fit: contain;
}

.bnny-mini-copy { display: grid; min-width: 0; gap: 1px; }
.bnny-mini-label { color: #c98a3a; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.bnny-mini-copy strong,
.bnny-mini-copy > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.bnny-mini-copy strong { color: #fff2dd; font-size: 15px; line-height: 1.2; }
.bnny-mini-copy > span:last-child { color: #c8af8e; font-size: 12px; }

.bnny-mini-controls { display: flex; flex: none; gap: 6px; }
.bnny-mini-controls button {
  min-width: 40px;
  min-height: 38px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 180, 84, .6);
  border-radius: 5px;
  background: transparent;
  color: #ffb454;
  cursor: pointer;
  font: 12px 'TC Volume Sans', 'JetBrains Mono', sans-serif;
}
.bnny-mini-controls button:hover,
.bnny-mini-controls button:focus-visible { background: rgba(255, 180, 84, .14); }

body.bnny-has-player:not(.bnny-studio-page) { padding-bottom: 92px; }

@media (max-width: 520px) {
  .bnny-mini-player { right: 10px; bottom: 10px; width: calc(100vw - 20px); gap: 8px; }
  .bnny-mini-station img { width: 46px; height: 46px; }
  .bnny-mini-copy strong { font-size: 13px; }
  .bnny-mini-controls button { min-width: 36px; padding-inline: 7px; }
  body.bnny-has-player:not(.bnny-studio-page) { padding-bottom: 84px; }
}
