#rtsh-radio-player,
#rtsh-radio-player * { box-sizing: border-box; }

#rtsh-radio-player {
  position: fixed !important;
  z-index: 999999;
  right: auto !important;
  left: 50% !important;
  bottom: max(10px, env(safe-area-inset-bottom));
  display: block;
  width: calc(100vw - 40px) !important;
  max-width: 1200px !important;
  margin: 0 !important;
  padding: 12px 20px;
  border-radius: 7px;
  background: #14232a;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, .35);
  color: #fff;
  font-family: inherit;
  transform: translateX(-50%) !important;
}

#rtsh-radio-player audio { display: none !important; }
#rtsh-radio-player .rtsh-radio-player__bar { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 16px; min-height: 56px; }
#rtsh-radio-player .rtsh-radio-player__heading { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
#rtsh-radio-player .rtsh-radio-player__name { display: flex; min-width: 0; align-items: center; gap: 8px; }
#rtsh-radio-player #rtsh-radio-logo { display: block; width: 56px; height: 30px; flex: 0 0 56px; object-fit: contain; object-position: left center; }
#rtsh-radio-player #rtsh-radio-logo[hidden] { display: none; }
#rtsh-radio-player #rtsh-radio-title { overflow: hidden; color: #fff; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
#rtsh-radio-player .rtsh-radio-player__live { color: var(--rtsh-radio-accent, #cb1212); font-size: 10px; letter-spacing: 2px; }
#rtsh-radio-player .rtsh-radio-player__live[hidden] { display: none !important; }
#rtsh-radio-player .rtsh-radio-player__status-line { display: flex; min-height: 14px; align-items: center; gap: 14px; overflow: hidden; line-height: 14px; white-space: nowrap; }
#rtsh-radio-player #rtsh-radio-now-playing { display: block; max-width: 100%; overflow: hidden; color: #cfd8dc; font-size: 11px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
#rtsh-radio-player #rtsh-radio-now-playing[hidden] { display: none !important; }
#rtsh-radio-player #rtsh-radio-now-playing strong { color: #fff; font-weight: 600; }
#rtsh-radio-player .rtsh-radio-player__transport,
#rtsh-radio-player .rtsh-radio-player__navigation { display: flex; align-items: center; gap: 8px; }
#rtsh-radio-player .rtsh-radio-player__transport { justify-self: center; }
#rtsh-radio-player .rtsh-radio-player__volume-controls { display: flex; align-items: center; gap: 7px; }
#rtsh-radio-player .rtsh-radio-player__navigation { display: flex !important; visibility: visible !important; min-width: 0; justify-content: flex-end; opacity: 1 !important; }

#rtsh-radio-player button {
  appearance: none;
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: 20px Arial, sans-serif;
}

#rtsh-radio-player button:hover,
#rtsh-radio-player button:focus,
#rtsh-radio-player button[aria-pressed="true"] { background: rgba(255, 255, 255, .06); color: var(--rtsh-radio-accent, #20c4ef); }
#rtsh-radio-player button:focus-visible,
#rtsh-radio-player #rtsh-radio-volume:focus-visible { outline: 2px solid var(--rtsh-radio-accent, #20c4ef); outline-offset: 2px; }
#rtsh-radio-player #rtsh-radio-play { width: 56px; height: 56px; color: var(--rtsh-radio-accent, #20c4ef); font-size: 27px; }
#rtsh-radio-player #rtsh-radio-volume,
#rtsh-radio-player input#rtsh-radio-volume[type="range"] { display: block !important; position: static !important; width: 90px !important; min-width: 90px !important; height: 22px !important; margin: 0 !important; padding: 0 !important; overflow: visible !important; border: 0 !important; border-radius: 0 !important; background: transparent !important; visibility: visible !important; opacity: 1 !important; appearance: none !important; -webkit-appearance: none !important; accent-color: var(--rtsh-radio-accent, #20c4ef); writing-mode: horizontal-tb !important; cursor: pointer; }
#rtsh-radio-player input#rtsh-radio-volume[type="range"]::-webkit-slider-runnable-track { width: 100%; height: 4px; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .48); }
#rtsh-radio-player input#rtsh-radio-volume[type="range"]::-webkit-slider-thumb { width: 14px; height: 14px; margin-top: -5px; border: 0; border-radius: 50%; background: var(--rtsh-radio-accent, #20c4ef); appearance: none; -webkit-appearance: none; box-shadow: 0 0 0 2px #14232a; }
#rtsh-radio-player input#rtsh-radio-volume[type="range"]::-moz-range-track { width: 100%; height: 4px; border: 0; border-radius: 999px; background: rgba(255, 255, 255, .48); }
#rtsh-radio-player input#rtsh-radio-volume[type="range"]::-moz-range-progress { height: 4px; border-radius: 999px; background: var(--rtsh-radio-accent, #20c4ef); }
#rtsh-radio-player input#rtsh-radio-volume[type="range"]::-moz-range-thumb { width: 14px; height: 14px; border: 0; border-radius: 50%; background: var(--rtsh-radio-accent, #20c4ef); box-shadow: 0 0 0 2px #14232a; }
#rtsh-radio-player #rtsh-radio-channels-toggle { gap: 5px; font-size: 14px; }
#rtsh-radio-player #rtsh-radio-channels-toggle svg { transition: transform .2s; }
#rtsh-radio-player #rtsh-radio-channels-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
#rtsh-radio-player #rtsh-radio-message { display: inline-flex; min-width: 0; align-items: center; margin: 0; overflow: hidden; color: #fff; font-size: 11px; line-height: 14px; text-overflow: ellipsis; white-space: nowrap; pointer-events: none; }
#rtsh-radio-player .rtsh-radio-connecting-dots { display: inline-flex; width: 4px; margin-left: 0; overflow: hidden; white-space: nowrap; animation: rtsh-radio-dot-count 1.2s steps(2, end) infinite; }
#rtsh-radio-player .rtsh-radio-connecting-dots span { display: inline-block; width: 4px; min-width: 4px; }
@keyframes rtsh-radio-dot-count { from { width: 4px; } to { width: 12px; } }
#rtsh-radio-player #rtsh-radio-message[hidden],
#rtsh-radio-player #rtsh-radio-channel-list[hidden] { display: none !important; }

#rtsh-radio-player #rtsh-radio-channel-list {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  max-height: 50vh;
  padding: 12px;
  overflow-y: auto;
  border-radius: 7px;
  background: #14232a;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, .35);
}

#rtsh-radio-player #rtsh-radio-channel-list button { justify-content: flex-start; gap: 8px; border: 1px solid rgba(255, 255, 255, .1); font-size: 14px; text-align: left; }
#rtsh-radio-player #rtsh-radio-channel-list img { display: block; width: 20px; height: 20px; flex: 0 0 20px; object-fit: contain; }

@media (max-width: 767.98px) {
  #rtsh-radio-player { right: auto !important; bottom: 0; left: 0 !important; width: 100vw !important; min-width: 100vw !important; max-width: 100vw !important; margin: 0 !important; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); border-radius: 0; transform: none !important; }
  #rtsh-radio-player .rtsh-radio-player__bar { grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr); grid-template-rows: auto; gap: 5px; min-height: 48px; }
  #rtsh-radio-player .rtsh-radio-player__heading { grid-column: 1; grid-row: 1; gap: 2px; }
  #rtsh-radio-player .rtsh-radio-player__transport { grid-column: 2; grid-row: 1; gap: 0; justify-self: center; }
  #rtsh-radio-player .rtsh-radio-player__navigation { position: static; display: flex !important; grid-column: 3; grid-row: 1; justify-self: stretch; justify-content: flex-end; gap: 0; }
  #rtsh-radio-player .rtsh-radio-player__volume-controls { position: static; display: flex; gap: 5px; transform: none; }
  #rtsh-radio-player #rtsh-radio-play { width: 44px; height: 44px; }
  #rtsh-radio-player #rtsh-radio-title { font-size: 12px; }
  #rtsh-radio-player #rtsh-radio-logo { width: 44px; height: 24px; flex-basis: 44px; }
  #rtsh-radio-player #rtsh-radio-mute { display: inline-flex !important; min-width: 36px; width: 36px; padding: 4px; font-size: 17px; }
  #rtsh-radio-player #rtsh-radio-volume,
  #rtsh-radio-player input#rtsh-radio-volume[type="range"] { display: block !important; width: 78px !important; min-width: 78px !important; }
  #rtsh-radio-player #rtsh-radio-channels-toggle { min-width: 40px; font-size: 0; }
  #rtsh-radio-player #rtsh-radio-channels-toggle { position: static; }
  #rtsh-radio-player #rtsh-radio-channels-toggle svg { margin: 0; }
  #rtsh-radio-player #rtsh-radio-channel-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 420px) {
  #rtsh-radio-player { padding-right: 6px; padding-left: 6px; }
  #rtsh-radio-player .rtsh-radio-player__bar { gap: 2px; }
  #rtsh-radio-player .rtsh-radio-player__volume-controls { gap: 3px; }
  #rtsh-radio-player #rtsh-radio-mute { min-width: 32px; width: 32px; }
  #rtsh-radio-player #rtsh-radio-volume,
  #rtsh-radio-player input#rtsh-radio-volume[type="range"] { width: 60px !important; min-width: 60px !important; }
}
