
.radio-breadcrumb{display:flex;align-items:center;gap:9px;margin:8px 0 14px;color:#718197;font-size:11px}.radio-breadcrumb a{color:#8ce9b7;text-decoration:none}.radio-breadcrumb i{font-size:8px;color:#465466}.radio-breadcrumb strong{color:#cbd5e1;max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.radio-quick-info{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0 14px}.radio-quick-info span{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(255,255,255,.07);background:rgba(4,10,16,.45);border-radius:999px;color:#a7b5c6;font-size:10px}.radio-quick-info i{color:#31dc88}.radio-program-title{display:flex!important;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px!important;border:0!important;padding:0!important}.radio-program-title span{color:#7ef2b3;font-size:10px;font-weight:900;letter-spacing:.04em}.radio-program-title a{color:#a8f2c9;text-decoration:none;font-size:9px;font-weight:800}.v8-related-card{transition:transform .18s ease,border-color .18s ease}.v8-related-card:hover{transform:translateY(-3px)}@media(max-width:650px){.radio-breadcrumb{margin-top:4px}.radio-quick-info{gap:5px}.radio-quick-info span{font-size:9px;padding:6px 8px}.radio-program-title a{display:none}}

/* V25 — Tocando agora */
.radio-now-playing{display:flex;align-items:center;gap:12px;margin:0 0 13px;padding:11px 13px;border:1px solid rgba(126,242,179,.14);background:linear-gradient(135deg,rgba(11,31,25,.76),rgba(5,12,18,.7));border-radius:14px;min-height:58px;box-shadow:inset 0 1px rgba(255,255,255,.025)}
.radio-now-icon{width:34px;height:34px;flex:0 0 34px;border-radius:10px;display:grid;place-items:center;background:rgba(49,220,136,.1);color:#54e99a}
.radio-now-copy{min-width:0;display:flex;flex-direction:column;gap:2px;flex:1}
.radio-now-copy span{font-size:8px;font-weight:900;letter-spacing:.12em;color:#68eaa6}
.radio-now-copy span i{font-size:8px;margin-right:3px}
.radio-now-copy strong{font-size:13px;line-height:1.25;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.radio-now-copy small{font-size:10px;color:#8493a5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.radio-now-playing time{font-size:8px;color:#68788b;white-space:nowrap}
.radio-now-playing.has-song .radio-now-icon{animation:v25Pulse 1.7s ease-in-out infinite}
@keyframes v25Pulse{50%{transform:scale(1.06);box-shadow:0 0 0 5px rgba(49,220,136,.045)}}
@media(max-width:650px){.radio-now-playing{padding:10px;gap:9px}.radio-now-playing time{display:none}.radio-now-copy strong{font-size:12px}.radio-now-copy small{font-size:9px}}

/* V34 — Player fixo integrado à página da rádio */
.v34-fixed-player{position:fixed;left:16px;right:16px;bottom:14px;z-index:1250;display:none;padding:0;pointer-events:none}
.v34-fixed-player.playing{display:block}
.v34-player-inner{max-width:1180px;margin:0 auto;min-height:68px;display:grid;grid-template-columns:minmax(260px,1fr) auto minmax(220px,260px) auto;align-items:center;gap:18px;padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(7,11,17,.96);box-shadow:0 18px 55px rgba(0,0,0,.5),0 0 0 1px rgba(24,210,123,.035);backdrop-filter:blur(18px);pointer-events:auto}
.v34-station{display:flex;align-items:center;gap:11px;min-width:0}.v34-art{width:46px;height:46px;flex:0 0 46px;border-radius:11px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.1)}.v34-art img{width:100%!important;height:100%!important;object-fit:contain!important;display:block}.v34-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.v34-copy strong{font-size:14px;color:#f5f7fa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v34-copy small{font-size:10px;color:#9aa8b9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v34-live{font-size:8px;font-weight:900;letter-spacing:.1em;color:#5be89d;display:flex;align-items:center;gap:5px}.v34-live i{width:6px;height:6px;border-radius:50%;background:#19d27c;box-shadow:0 0 9px rgba(25,210,124,.7)}.v34-live b{font-size:8px;color:#7e8da0;font-weight:700;letter-spacing:0;margin-left:3px}.v34-play{width:46px;height:46px;border:0;border-radius:50%;background:linear-gradient(145deg,#20d47d,#0fa968);color:#06120b;cursor:pointer;box-shadow:0 8px 22px rgba(25,210,124,.18)}.v34-play:hover{transform:scale(1.04)}.v34-volume{display:flex;align-items:center;gap:8px;color:#8796a8}.v34-volume input{width:120px;accent-color:#20d47d}.v34-volume span{font-size:9px;min-width:28px}.v34-actions{display:flex;align-items:center;gap:5px}.v34-actions button,.v34-actions a{width:35px;height:35px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(255,255,255,.035);color:#b6c0cc;text-decoration:none;cursor:pointer}.v34-actions button:hover,.v34-actions a:hover{color:#fff;border-color:rgba(32,212,125,.35);background:rgba(32,212,125,.07)}.v34-fixed-player.playing .v34-play{box-shadow:0 0 0 5px rgba(25,210,124,.06),0 8px 22px rgba(25,210,124,.22)}.v34-has-player{padding-bottom:100px!important}
@media(max-width:900px){.v34-player-inner{grid-template-columns:1fr auto auto;gap:10px}.v34-volume{display:none}.v34-actions button,.v34-actions a{display:none}.v34-actions{display:block}.v34-actions:after{content:'×';display:grid;place-items:center;width:32px;height:32px;color:#9aa8b9;border:1px solid rgba(255,255,255,.08);border-radius:9px}.v34-fixed-player{left:8px;right:8px;bottom:8px}.v34-player-inner{padding:8px 10px;border-radius:14px}.v34-copy strong{font-size:12px}.v34-copy small{font-size:9px}.v34-art{width:42px;height:42px;flex-basis:42px}.v34-play{width:42px;height:42px}}

/* V39 — Tocando Agora premium */
.radio-now-playing{position:relative;overflow:hidden}
.radio-now-playing::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(84,233,154,.035),transparent);transform:translateX(-100%);pointer-events:none}
.radio-now-playing.has-song::after{animation:v39Sweep 3.2s ease-in-out infinite}
.radio-now-bars{margin-left:auto;display:flex;align-items:flex-end;gap:3px;height:25px;width:30px;flex:0 0 30px;opacity:.72}
.radio-now-bars i{display:block;width:3px;height:8px;border-radius:3px;background:#54e99a;transform-origin:bottom}
.radio-now-playing.has-song .radio-now-bars i:nth-child(1){animation:v39Bar .75s ease-in-out infinite}
.radio-now-playing.has-song .radio-now-bars i:nth-child(2){animation:v39Bar .55s ease-in-out .12s infinite}
.radio-now-playing.has-song .radio-now-bars i:nth-child(3){animation:v39Bar .9s ease-in-out .05s infinite}
.radio-now-playing.has-song .radio-now-bars i:nth-child(4){animation:v39Bar .62s ease-in-out .2s infinite}
.radio-now-playing.has-song .radio-now-bars i:nth-child(5){animation:v39Bar .8s ease-in-out .1s infinite}
.radio-now-playing.metadata-off .radio-now-bars{opacity:.25}
@keyframes v39Bar{0%,100%{height:6px}50%{height:23px}}
@keyframes v39Sweep{0%{transform:translateX(-100%)}55%,100%{transform:translateX(100%)}}
@media(max-width:650px){.radio-now-bars{display:none}}

/* =========================================================
   V50.3.2 — Player mobile unificado + logo centralizada
   Na página individual, o player integrado ao conteúdo é o único
   player utilizado no celular. O player fixo global fica reservado
   para as demais páginas do portal.
========================================================= */
@media (max-width: 768px){
  html, body.v8-radio-page{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }

  body.v8-radio-page .v8-container{
    width:calc(100% - 20px);
    max-width:600px;
    min-width:0;
  }

  body.v8-radio-page .v8-hero-card,
  body.v8-radio-page .v8-hero-content,
  body.v8-radio-page .v8-hero-copy{
    width:100%;
    max-width:100%;
    min-width:0;
  }

  body.v8-radio-page .v8-hero-content{
    grid-template-columns:minmax(0,1fr)!important;
    justify-items:stretch;
    padding:22px 16px 24px!important;
    gap:20px!important;
  }

  /* A arte ocupa uma linha própria e fica matematicamente centralizada. */
  body.v8-radio-page .v8-art-wrap{
    width:100%;
    max-width:100%;
    min-width:0;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    justify-self:stretch;
    margin:0 auto;
    overflow:visible;
  }

  body.v8-radio-page .v8-art-wrap img#radioLogo{
    display:block!important;
    width:min(245px,72vw)!important;
    height:auto!important;
    max-width:100%!important;
    aspect-ratio:1/1;
    object-fit:contain!important;
    margin:0 auto!important;
    transform:none;
  }

  body.v8-radio-page .v8-art-wrap.playing img#radioLogo{
    transform:scale(1.02);
  }

  body.v8-radio-page .v8-hero-copy h1{
    min-width:0!important;
    max-width:100%!important;
    font-size:clamp(28px,8vw,36px)!important;
    line-height:1.08!important;
    overflow-wrap:anywhere!important;
    word-break:break-word!important;
  }

  body.v8-radio-page .v8-location,
  body.v8-radio-page .radio-now-playing,
  body.v8-radio-page .v8-main-player,
  body.v8-radio-page .v8-volume,
  body.v8-radio-page .v8-actions{
    min-width:0;
    max-width:100%;
  }

  body.v8-radio-page .radio-now-playing{
    overflow:hidden;
  }

  /* Player integrado: sempre disponível e sem depender do rodapé. */
  body.v8-radio-page .v8-main-player{
    display:flex!important;
    width:100%!important;
    visibility:visible!important;
    opacity:1!important;
  }

  /* Se algum player global for injetado/cacheado na página individual,
     ele nunca deve competir com o player integrado no celular. */
  body.v8-radio-page .v11-player-shell,
  body.v8-radio-page .v11-radio-footer-player,
  body.v8-radio-page .v34-fixed-player,
  body.v8-radio-page .v5-player-shell{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
}


/* =========================================================
   V51.1 — PÁGINA PREMIUM INDIVIDUAL DA RÁDIO
   Camada visual adicionada ao final para vencer estilos legados.
========================================================= */
body.v8-radio-page{
  background:
    radial-gradient(circle at 78% 18%,rgba(31,211,126,.07),transparent 30%),
    radial-gradient(circle at 18% 34%,rgba(71,91,160,.10),transparent 32%),
    #070a10;
}
body.v8-radio-page .v8-header{
  background:rgba(5,8,13,.82);
  border-bottom:1px solid rgba(255,255,255,.055);
  backdrop-filter:blur(18px);
}
body.v8-radio-page .v8-main{padding-bottom:70px}
body.v8-radio-page .v8-hero-card{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 25px 80px rgba(0,0,0,.34), inset 0 1px rgba(255,255,255,.035);
}
body.v8-radio-page .v8-hero-card::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(120deg,rgba(16,185,129,.045),transparent 35%,rgba(112,72,160,.05));
}
body.v8-radio-page .v8-hero-content{position:relative;z-index:2}
body.v8-radio-page .v8-art-wrap{filter:drop-shadow(0 22px 32px rgba(0,0,0,.38))}
body.v8-radio-page .v8-art-wrap img#radioLogo{
  border-radius:28px!important;
  border:5px solid rgba(255,255,255,.96)!important;
  background:#05070b!important;
  box-shadow:0 0 0 1px rgba(24,210,123,.10),0 20px 55px rgba(0,0,0,.45)!important;
}
body.v8-radio-page .v8-kicker span:first-child{
  background:rgba(24,210,123,.09)!important;
  border-color:rgba(24,210,123,.25)!important;
  color:#69efaa!important;
}
body.v8-radio-page .v8-hero-copy h1{
  letter-spacing:-.035em;
  text-wrap:balance;
}
body.v8-radio-page .v8-live-line strong{
  padding:6px 9px;border:1px solid rgba(255,255,255,.06);
  border-radius:999px;background:rgba(255,255,255,.025);
}
body.v8-radio-page .v8-main-player{
  border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;
  box-shadow:0 15px 35px rgba(0,0,0,.18),inset 0 1px rgba(255,255,255,.035);
  transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
body.v8-radio-page .v8-main-player:hover{border-color:rgba(24,210,123,.28)!important;transform:translateY(-1px)}
body.v8-radio-page .v8-play{box-shadow:0 12px 30px rgba(24,210,123,.20)!important}
.v511-hero-metrics{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;
}
.v511-hero-metrics>div{
  min-width:0;display:flex;align-items:center;gap:9px;padding:10px 11px;
  border:1px solid rgba(255,255,255,.065);border-radius:13px;
  background:rgba(3,8,13,.35);
}
.v511-hero-metrics>div>i{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:rgba(24,210,123,.08);color:#49e99a;flex:0 0 30px}
.v511-hero-metrics span{min-width:0;display:flex;flex-direction:column;gap:1px}
.v511-hero-metrics strong{font-size:11px;color:#eef5f1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.v511-hero-metrics small{font-size:8px;color:#718095;text-transform:uppercase;letter-spacing:.06em}
.v511-section-nav{
  display:flex;align-items:center;gap:8px;overflow:auto;scrollbar-width:none;margin:16px 0 20px;padding:2px 1px;
}
.v511-section-nav::-webkit-scrollbar{display:none}
.v511-section-nav a{
  flex:0 0 auto;display:inline-flex;align-items:center;gap:7px;padding:9px 12px;
  border:1px solid rgba(255,255,255,.075);border-radius:999px;background:rgba(255,255,255,.025);
  color:#aab6c5;text-decoration:none;font-size:10px;font-weight:800;transition:.18s ease;
}
.v511-section-nav a i{color:#3fe596}
.v511-section-nav a:hover{color:#fff;border-color:rgba(24,210,123,.30);background:rgba(24,210,123,.07);transform:translateY(-1px)}
body.v8-radio-page .v8-panel,
body.v8-radio-page .v8-related,
body.v8-radio-page .v22-programacao{
  border-color:rgba(255,255,255,.08)!important;
  box-shadow:0 18px 55px rgba(0,0,0,.14);
}
body.v8-radio-page .v8-section-head h2,
body.v8-radio-page .v22-section-head h2{letter-spacing:-.02em}
body.v8-radio-page .v8-related-card{border-color:rgba(255,255,255,.075)!important}
@media(max-width:768px){
  body.v8-radio-page .v8-main{padding-bottom:34px}
  .v511-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}
  .v511-hero-metrics>div{padding:8px 6px;gap:6px;justify-content:center}
  .v511-hero-metrics>div>i{width:26px;height:26px;flex-basis:26px;font-size:10px}
  .v511-hero-metrics strong{font-size:9px}
  .v511-hero-metrics small{font-size:7px}
  .v511-section-nav{margin:12px 0 16px}
  .v511-section-nav a{font-size:9px;padding:8px 10px}
}
@media(max-width:430px){
  .v511-hero-metrics strong{font-size:8px}
  .v511-hero-metrics small{font-size:6.5px}
  .v511-hero-metrics>div>i{display:none}
}

/* V53.4 — Rádio com Identidade */
.v534-badges{display:flex;flex-wrap:wrap;gap:6px;margin:10px 0 8px}.v534-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:900;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.045);color:#dbeafe}.v534-badge i{font-size:10px}.v534-badge.verified{color:#86efac;background:rgba(34,197,94,.10);border-color:rgba(34,197,94,.25)}.v534-badge.hot{color:#fbbf24;background:rgba(245,158,11,.10);border-color:rgba(245,158,11,.22)}.v534-badge.rated{color:#fde68a;background:rgba(250,204,21,.09);border-color:rgba(250,204,21,.22)}.v534-badge.growth{color:#67e8f9;background:rgba(34,211,238,.08);border-color:rgba(34,211,238,.20)}
.v534-rating{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:4px 0 13px}.v534-stars{display:inline-flex;gap:2px}.v534-stars i{font-size:12px;color:#334155}.v534-stars i.on{color:#fbbf24}.v534-rating strong{font-size:13px;color:#fff}.v534-rating small{font-size:10px;color:#8291a6}.v534-rate-open{border:1px solid rgba(24,210,123,.25);background:rgba(24,210,123,.07);color:#74f2ae;border-radius:8px;padding:6px 9px;font-size:10px;font-weight:800;cursor:pointer}.v534-rate-open:hover{background:rgba(24,210,123,.14)}
.v534-rating-modal{position:fixed;inset:0;z-index:99999;background:rgba(2,6,12,.78);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:18px}.v534-rating-modal[hidden]{display:none}.v534-rating-box{position:relative;width:min(440px,100%);padding:24px;border-radius:20px;background:#0d1520;border:1px solid rgba(255,255,255,.10);box-shadow:0 30px 90px rgba(0,0,0,.55)}.v534-rating-box h3{margin:6px 0 5px;color:#fff;font-size:20px}.v534-rating-box p{margin:0;color:#94a3b8;font-size:12px}.v534-rating-close{position:absolute;right:12px;top:9px;border:0;background:transparent;color:#94a3b8;font-size:28px;cursor:pointer}.v534-rate-stars{display:flex;justify-content:center;gap:9px;margin:22px 0}.v534-rate-stars button{border:0;background:transparent;color:#334155;font-size:28px;cursor:pointer;transition:.15s}.v534-rate-stars button:hover,.v534-rate-stars button.active{color:#fbbf24;transform:scale(1.08)}.v534-rating-box textarea{width:100%;min-height:95px;resize:vertical;border:1px solid rgba(255,255,255,.09);background:#080e17;color:#fff;border-radius:12px;padding:11px;font:inherit;font-size:12px;outline:none}.v534-submit-rate{width:100%;margin-top:10px;padding:11px;border:0;border-radius:11px;background:#16a34a;color:#fff;font-weight:900;cursor:pointer}.v534-rating-box>small{display:block;min-height:15px;margin-top:8px;text-align:center;color:#86efac;font-size:10px}.v534-modal-open{overflow:hidden}
@media(max-width:600px){.v534-badges{gap:5px}.v534-badge{font-size:9px;padding:5px 7px}.v534-rating-box{padding:20px}.v534-rate-stars{gap:5px}.v534-rate-stars button{font-size:25px}}

.v534-identity-panel{margin:16px 0;padding:20px;border-radius:18px;background:linear-gradient(135deg,rgba(16,28,42,.96),rgba(8,17,27,.96));border:1px solid rgba(255,255,255,.08)}.v534-identity-summary{display:flex;align-items:center;justify-content:space-between;gap:18px}.v534-identity-summary h2{margin:5px 0;color:#fff;font-size:19px}.v534-identity-summary p{margin:0;color:#8b9ab0;font-size:11px}.v534-score{min-width:130px;text-align:center;padding:11px 14px;border-radius:14px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}.v534-score strong{display:block;color:#fff;font-size:28px}.v534-score span{display:block}.v534-score i{font-size:11px;color:#334155}.v534-score i.on{color:#fbbf24}.v534-score small{display:block;color:#8190a4;font-size:9px;margin-top:3px}.v534-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:15px}.v534-review{padding:13px;border-radius:13px;background:#09111b;border:1px solid rgba(255,255,255,.06)}.v534-review-head{display:flex;align-items:center;gap:9px}.v534-avatar{width:34px;height:34px;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#172235;color:#94a3b8;flex:0 0 34px}.v534-avatar img{width:100%;height:100%;object-fit:cover}.v534-review-head strong,.v534-review-head small{display:block}.v534-review-head strong{color:#e8eef7;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.v534-review-head small{color:#fbbf24;font-size:9px;margin-top:2px}.v534-review p{margin:10px 0 0;color:#a7b4c6;font-size:10px;line-height:1.55}.v534-main-rate{margin-top:12px;border:1px solid rgba(24,210,123,.25);background:rgba(24,210,123,.08);color:#74f2ae;border-radius:9px;padding:8px 12px;font-size:10px;font-weight:900;cursor:pointer}.v534-main-rate:hover{background:rgba(24,210,123,.14)}
@media(max-width:800px){.v534-identity-summary{align-items:flex-start;flex-direction:column}.v534-score{width:100%}.v534-review-grid{grid-template-columns:1fr}.v534-identity-panel{padding:16px}}
