.radio-player-container{position:fixed;bottom:0;left:0;width:100%;background-color:#222;color:#f0f0f0;padding:15px 20px;box-shadow:0 -2px 10px #00000080;z-index:1000;display:flex;flex-direction:column;align-items:center;font-family:Roboto,sans-serif;transition:all .3s ease-in-out}.player-controls{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:900px;margin-bottom:10px;gap:30px}.station-branding{display:flex;align-items:center;gap:10px;margin-right:auto}.station-logo{height:40px;width:auto;border-radius:8px;object-fit:contain}.station-name{font-size:1.4em;font-weight:700;color:#f0f0f0;white-space:nowrap}.live-indicator{background-color:#e74c3c;color:#fff;padding:4px 8px;border-radius:5px;font-size:.8em;font-weight:700;margin-left:10px;animation:pulse 1.5s infinite;text-transform:uppercase}@keyframes pulse{0%{box-shadow:0 0 #e74c3cb3}70%{box-shadow:0 0 0 10px #e74c3c00}to{box-shadow:0 0 #e74c3c00}}.player-button{background:none;border:none;color:#f0f0f0;font-size:24px;cursor:pointer;padding:8px;transition:color .2s ease-in-out,transform .2s ease-in-out}.player-button:hover{color:#00bcd4;transform:scale(1.1)}.player-button i{display:block;line-height:1}.volume-controls{display:flex;align-items:center;margin-left:200px;margin-right:auto}.volume-slider{display:none;width:80px;margin:0 10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;background:#555;outline:none;border-radius:3px;transition:background .2s ease-in-out}.volume-slider-popup.active{display:flex}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#00bcd4;cursor:grab;box-shadow:0 0 2px #0006}.volume-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#00bcd4;cursor:grab;box-shadow:0 0 2px #0006}.toggle-arrow i{transition:transform .3s ease-in-out}.radio-player-container.expanded .toggle-arrow i{transform:rotate(180deg)}.program-details{max-height:0;overflow:hidden;width:100%;max-width:900px;text-align:center;transition:max-height .4s ease-out,opacity .4s ease-out;opacity:0}.program-details.expanded{max-height:200px;opacity:1;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.program-details h3{margin-top:0;color:#00bcd4}.director-info{display:flex;align-items:center;justify-content:center;margin-bottom:10px}.director-info img{width:60px;height:60px;border-radius:50%;object-fit:cover;margin-right:10px;border:2px solid #00bcd4}.program-details p{margin-bottom:5px;line-height:1.4}@media (max-width: 768px){.radio-player-container{padding:10px 15px}.player-controls{flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:8px;margin-bottom:5px}.station-branding{flex-direction:row;gap:5px;margin-right:0;margin-bottom:0}.station-logo{height:25px}.station-name{font-size:.9em;margin-left:0;white-space:nowrap}.live-indicator{font-size:.7em;padding:2px 5px;margin-left:0}.player-button{font-size:20px;padding:5px}.volume-control-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.volume-slider-popup{display:none!important;position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#0e6826;padding:10px 5px;border-radius:8px;box-shadow:0 -2px 10px #0006;z-index:1001;flex-direction:column;align-items:center;gap:5px;min-height:80px}.volume-slider-popup.active{display:flex!important}.volume-slider{writing-mode:vertical-lr;direction:rtl;width:6px;height:80px;margin:0;background:#515357}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#effc74;cursor:grab;box-shadow:0 0 2px #0006}.volume-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#effc74;cursor:grab;box-shadow:0 0 2px #0006}.program-details.expanded{max-height:250px;padding-top:10px}.director-info{flex-direction:column;gap:5px}.director-info img{width:50px;height:50px;margin-right:0;margin-bottom:5px}.program-details p{font-size:.9em}}
