.radio-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.on-air-indicator{width:14px;height:14px;background-color:#e53e3e;border-radius:50%;animation:pulse 2s infinite;box-shadow:0 0 #e53e3e}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #e53e3eb3}70%{transform:scale(1);box-shadow:0 0 0 10px #e53e3e00}to{transform:scale(.95);box-shadow:0 0 #e53e3e00}}.custom-player-container{box-shadow:inset 0 2px 4px #00000080}.play-pause-btn{background-color:#f9ed0d;color:#000;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;transition:transform .2s ease,background-color .2s ease;flex-shrink:0}.play-pause-btn:hover{background-color:#fff200;transform:scale(1.05)}.audio-visualizer{display:flex;align-items:flex-end;gap:4px;height:40px}.visualizer-bar{width:8px;background-color:#f9ed0d;border-radius:4px;animation:dance 1.5s infinite ease-in-out}.visualizer-bar:nth-child(2){animation-delay:-1.2s}.visualizer-bar:nth-child(3){animation-delay:-1s}.visualizer-bar:nth-child(4){animation-delay:-.8s}.visualizer-bar:nth-child(5){animation-delay:-.6s}@keyframes dance{0%,to{height:5%}50%{height:100%}}.volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;background:#4a4a4a;border-radius:5px;outline:none;transition:opacity .2s}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#f9ed0d;cursor:pointer;border-radius:50%;border:2px solid black}.volume-slider::-moz-range-thumb{width:20px;height:20px;background:#f9ed0d;cursor:pointer;border-radius:50%;border:2px solid black}
