
:root{--pb-dark:#1A1A1A;--pb-red:#e31b23;--pb-green:#0ba74a;--pb-yellow:#f5c400}
.pb-radio-bar{position:sticky;top:0;z-index:999999;width:100%;background:var(--pb-dark);color:#fff;border-bottom:3px solid var(--pb-red);box-shadow:0 4px 18px rgba(0,0,0,.25);font-family:Arial,Helvetica,sans-serif}
.pb-radio-inner{max-width:1280px;min-height:66px;margin:auto;padding:8px 18px;display:flex;align-items:center;gap:18px}
.pb-radio-live{display:flex;align-items:center;gap:10px;min-width:215px}
.pb-radio-live small{display:block;color:#ff3b42;font-size:10px;font-weight:800;letter-spacing:1.4px}
.pb-radio-live strong{display:block;margin-top:3px;font-size:14px}
.pb-dot{width:11px;height:11px;border-radius:50%;background:var(--pb-red);animation:pbpulse 1.5s infinite}
@keyframes pbpulse{0%{box-shadow:0 0 0 0 rgba(227,27,35,.6)}70%{box-shadow:0 0 0 9px rgba(227,27,35,0)}100%{box-shadow:0 0 0 0 rgba(227,27,35,0)}}
.pb-play{width:46px;height:46px;border:0;border-radius:50%;background:var(--pb-red);color:#fff;display:grid;place-items:center;cursor:pointer;box-shadow:0 6px 16px rgba(227,27,35,.3);transition:.2s}
.pb-play:hover{transform:scale(1.05)}
.pb-wave{display:flex;align-items:center;gap:3px;width:38px;height:28px}
.pb-wave i{display:block;width:3px;height:7px;border-radius:3px;background:var(--pb-yellow)}
.pb-radio-bar.is-playing .pb-wave i{animation:pbwave .7s ease-in-out infinite alternate}
.pb-radio-bar.is-playing .pb-wave i:nth-child(2){animation-delay:.12s}.pb-radio-bar.is-playing .pb-wave i:nth-child(3){animation-delay:.22s}.pb-radio-bar.is-playing .pb-wave i:nth-child(4){animation-delay:.08s}.pb-radio-bar.is-playing .pb-wave i:nth-child(5){animation-delay:.18s}
@keyframes pbwave{to{height:26px}}
.pb-brand{flex:1;min-width:0}.pb-brand b{font-size:15px}.pb-brand em{font-style:normal;color:var(--pb-red)}.pb-brand small{display:block;margin-top:3px;color:rgba(255,255,255,.58);font-size:10px;letter-spacing:.5px}
.pb-volume-box{display:flex;align-items:center;gap:8px}.pb-volume-box input{width:115px;accent-color:var(--pb-red)}
@media(max-width:760px){.pb-radio-inner{min-height:58px;padding:7px 10px;gap:10px}.pb-radio-live{min-width:0;flex:1}.pb-radio-live strong{font-size:12px}.pb-brand,.pb-wave,.pb-volume-box{display:none}.pb-play{width:42px;height:42px}}
