
/* v1.13 - NO AR decidido no navegador pelo horário visível */
.rah-program-card.is-live{
  border-color:#f6c700 !important;
  box-shadow:
    0 0 0 2px rgba(246,199,0,.24),
    0 16px 34px rgba(0,0,0,.28) !important;
}
.rah-program-card.is-live .rah-live-tag{
  display:inline-flex !important;
  background:#f6c700 !important;
  color:#08214a !important;
}
.rah-program-card .rah-live-tag[hidden]{
  display:none !important;
}


/* v1.12 - destaque automático do programa NO AR */
.rah-program-card.is-live{
  border-color:rgba(246,199,0,.95) !important;
  box-shadow:
    0 0 0 2px rgba(246,199,0,.18),
    0 16px 34px rgba(0,0,0,.25) !important;
}
.rah-program-card.is-live .rah-program-body{
  background:linear-gradient(180deg,rgba(246,199,0,.08),rgba(6,28,67,.06));
}
.rah-program-card.is-live .rah-program-body h3{
  color:#fff;
}
.rah-program-card.is-live .rah-live-tag{
  display:inline-flex;
}


/* v1.11 - NO AR automático pelo horário */
.rah-live-tag[hidden]{display:none !important}
.rah-program-card.is-live{
  border-color:var(--rah-yellow) !important;
  box-shadow:0 0 0 1px rgba(246,199,0,.34),0 16px 34px rgba(0,0,0,.28) !important;
  transform:translateY(-2px);
}
.rah-program-card.is-live .rah-program-body{
  background:linear-gradient(180deg,rgba(246,199,0,.08),transparent 55%);
}


/* v1.9 - a logo agora aumenta por zoom sem deslocar o menu */
.rah-brand-logo-frame{
  width:210px;
  height:58px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex:0 0 210px;
}
.rah-brand-logo{
  width:auto !important;
  height:58px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain;
  transform:scale(var(--rah-logo-zoom,2.2));
  transform-origin:center center;
}
.rah-footer-logo-frame{
  width:300px;
  height:105px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.rah-footer-logo-image{
  width:auto !important;
  height:92px !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain;
  transform:scale(var(--rah-footer-logo-zoom,2.6));
  transform-origin:center center;
}
@media(max-width:900px){
  .rah-brand-logo-frame{
    width:175px;
    height:52px;
    flex-basis:175px;
  }
  .rah-brand-logo{
    height:52px !important;
  }
}
@media(max-width:680px){
  .rah-brand-logo-frame{
    width:145px;
    height:46px;
    flex-basis:145px;
  }
  .rah-brand-logo{
    width:auto !important;
    height:46px !important;
    max-width:none !important;
    max-height:none !important;
  }
}


/* v1.8 - controle de tamanho da logo */
.rah-brand-logo{
  max-width:360px !important;
  max-height:66px !important;
  height:auto !important;
}
.rah-footer-logo-image{
  max-width:420px !important;
  max-height:130px !important;
  height:auto !important;
}
.rah-brand{
  min-width:0;
}
@media(max-width:900px){
  .rah-brand-logo{
    max-width:230px !important;
    max-height:54px !important;
  }
}
@media(max-width:680px){
  .rah-brand-logo{
    width:auto !important;
    max-width:170px !important;
    max-height:46px !important;
  }
}


/* v1.7 - suporte à logo oficial */
.rah-brand-logo{
  display:block;
  width:auto;
  max-width:180px;
  max-height:54px;
  object-fit:contain;
}
.rah-footer-logo-image{
  display:block;
  width:auto;
  max-width:250px;
  max-height:100px;
  object-fit:contain;
  margin-bottom:10px;
}
@media(max-width:680px){
  .rah-brand-logo{
    max-width:145px;
    max-height:46px;
  }
}


/* v1.6 - refinamento do topo inspirado na referência */
.rah-dashboard .rah-shell{
  width:min(1420px,calc(100% - 34px));
}
.rah-dashboard-grid{
  grid-template-columns:minmax(0,1.32fr) minmax(380px,.68fr);
  gap:24px;
}
.rah-program-panel{
  min-width:0;
}
.rah-latest-panel{
  min-width:0;
}
.rah-program-cards{
  grid-template-columns:repeat(4,minmax(150px,1fr));
  gap:14px;
}
.rah-program-card{
  min-width:0;
}
.rah-program-visual{
  height:175px;
}
.rah-program-body{
  min-height:112px;
  padding:13px 14px 15px;
}
.rah-program-body h3{
  font-size:15px;
  line-height:1.15;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}
.rah-program-body p{
  font-size:11px;
  line-height:1.4;
}
.rah-compact-item{
  grid-template-columns:132px 1fr;
}
.rah-compact-thumb{
  height:80px;
}
.rah-compact-item h3{
  font-size:14px;
}
.rah-hero{
  padding-top:48px;
}
.rah-home{
  padding-bottom:90px;
}
@media(max-width:1250px){
  .rah-dashboard .rah-shell{
    width:min(1180px,calc(100% - 34px));
  }
  .rah-dashboard-grid{
    grid-template-columns:1fr;
  }
  .rah-program-cards{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media(max-width:900px){
  .rah-program-cards{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:560px){
  .rah-program-cards{
    display:flex;
    overflow-x:auto;
    gap:12px;
    padding-bottom:6px;
    scroll-snap-type:x mandatory;
  }
  .rah-program-card{
    flex:0 0 78%;
    scroll-snap-align:start;
  }
}


/* v1.5 - programação e notícias no estilo da referência */
.rah-dashboard{
  padding:24px 0 36px;
  background:radial-gradient(circle at 15% 0%,rgba(0,93,230,.20),transparent 32%),linear-gradient(180deg,#03142f 0%,#020d22 100%);
}
.rah-dashboard-grid{
  grid-template-columns:minmax(0,1.17fr) minmax(360px,.83fr);
  gap:22px;
}
.rah-program-panel,.rah-latest-panel{
  padding:20px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.13);
  background:linear-gradient(180deg,rgba(5,28,67,.94),rgba(2,15,38,.94));
}
.rah-program-cards{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.rah-program-card{
  overflow:hidden;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.16);
  background:linear-gradient(180deg,#082d6b,#061c43);
  box-shadow:0 12px 25px rgba(0,0,0,.15);
}
.rah-program-visual{
  height:158px;
  background-size:cover;
  background-position:center top;
}
.rah-program-visual.has-image{
  background-size:cover !important;
  background-position:center top !important;
}
.rah-program-art{
  width:88px;
  height:88px;
  border-radius:20px;
  font-size:18px;
}
.rah-program-body{
  min-height:108px;
  padding:12px 13px 15px;
}
.rah-program-body small{
  color:#c9d1de;
  font-size:11px;
  text-transform:none;
}
.rah-program-body h3{
  margin:5px 0 6px;
  color:#fff;
  font-size:15px;
  line-height:1.15;
}
.rah-program-body p{
  margin:0;
  color:#bec7d5;
  font-size:11px;
  line-height:1.4;
}
.rah-live-tag{
  top:10px;
  right:10px;
  padding:6px 8px;
  border-radius:8px;
  background:var(--rah-yellow);
  color:#0c2347;
}
.rah-latest-panel{
  padding-bottom:16px;
}
.rah-compact-news{
  gap:10px;
}
.rah-compact-item{
  grid-template-columns:142px 1fr;
  gap:12px;
  padding-bottom:10px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.rah-compact-item:last-child{
  border-bottom:0;
  padding-bottom:0;
}
.rah-compact-thumb{
  height:84px;
  border-radius:9px;
}
.rah-compact-item h3{
  margin:3px 0 5px;
  font-size:14px;
  line-height:1.22;
}
.rah-compact-item time{
  font-size:10px;
}
.rah-panel-heading h2{
  font-size:18px;
}
.rah-panel-heading a{
  font-size:11px;
}
@media(max-width:1180px){
  .rah-dashboard-grid{grid-template-columns:1fr}
  .rah-program-cards{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .rah-program-cards{grid-template-columns:1fr}
  .rah-compact-item{grid-template-columns:100px 1fr}
  .rah-compact-thumb{height:72px}
}


/* v1.4 - programação no topo */
.rah-dashboard{padding:28px 0 42px;}
.rah-hero{padding-top:18px;}
.rah-home .rah-dashboard + .rah-hero{padding-top:6px;}


/* v1.3 - Programação + Notícias + rodapé portal + player inferior */
.rah-dashboard{padding:42px 0 48px;background:radial-gradient(circle at 18% 20%,rgba(10,87,165,.28),transparent 32%),linear-gradient(180deg,#061a39 0%,#03142e 100%);color:#fff}
.rah-dashboard-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:28px}.rah-program-panel,.rah-latest-panel{border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:22px;background:rgba(3,20,46,.48)}
.rah-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.rah-panel-heading h2{margin:0;color:#fff;font-size:20px;text-transform:uppercase}.rah-panel-heading a{color:var(--rah-yellow);font-size:12px;font-weight:900;text-transform:uppercase}
.rah-program-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.rah-program-card{overflow:hidden;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(180deg,#0a326f,#081b3e);color:#fff}.rah-program-card:hover{color:#fff;transform:translateY(-2px)}
.rah-program-visual{position:relative;height:150px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,rgba(246,199,0,.12),transparent 35%),linear-gradient(135deg,#0d64d6,#052a66)}.rah-yellow-art{background:linear-gradient(135deg,#ffb500,#d98a00)}.rah-live-visual{background:linear-gradient(135deg,#08499c,#061f48)}
.rah-program-art{display:grid;place-items:center;width:92px;height:92px;border-radius:24px;color:#fff;font-size:22px;font-weight:950;border:2px solid rgba(255,255,255,.2);background:rgba(1,20,50,.42)}
.rah-live-tag,.rah-live-mini{display:inline-flex;align-items:center;border-radius:6px;background:var(--rah-yellow);color:#11243d;font-size:9px;font-weight:950;letter-spacing:.06em}.rah-live-tag{position:absolute;top:10px;right:10px;padding:6px 8px}.rah-live-mini{padding:2px 5px}
.rah-program-body{padding:14px}.rah-program-body small{color:#b9c6d9;font-size:11px;text-transform:uppercase}.rah-program-body h3{margin:4px 0 6px;color:#fff;font-size:17px;line-height:1.1;text-transform:uppercase}.rah-program-body p{margin:0;color:#aebbd0;font-size:12px;line-height:1.45}
.rah-compact-news{display:grid;gap:14px}.rah-compact-item{display:grid;grid-template-columns:150px 1fr;gap:14px;align-items:center}.rah-compact-thumb{height:88px;overflow:hidden;border-radius:10px;background:#0a326f}.rah-compact-thumb img{width:100%;height:100%;object-fit:cover}.rah-compact-item span{color:#20a0ff;font-size:10px;font-weight:900;text-transform:uppercase}.rah-compact-item h3{margin:4px 0 5px;font-size:15px;line-height:1.25}.rah-compact-item h3 a{color:#fff}.rah-compact-item time{color:#8fa1ba;font-size:11px}.rah-compact-empty{padding:24px;color:#b6c4d8}
.rah-site-footer{position:relative;padding:58px 0 96px;overflow:hidden;background:radial-gradient(circle at 100% 20%,rgba(11,99,213,.17),transparent 30%),linear-gradient(180deg,#061a39,#020f25)}.rah-footer-mega{position:relative;z-index:1;display:grid;grid-template-columns:1.35fr .75fr .75fr .9fr;gap:46px}.rah-footer-logo{color:#fff;font-size:44px;font-style:italic;font-weight:950;letter-spacing:-.05em}.rah-footer-logo span{display:inline-block;margin-left:6px;padding:5px 8px;border-radius:8px;background:var(--rah-yellow);color:#0b2c5f;font-size:15px}.rah-footer-brandcol>strong{display:block;margin-top:4px;color:#fff;font-size:12px;font-style:italic}.rah-footer-brandcol p{max-width:330px;color:#aebbd0;line-height:1.7}.rah-footer-social{display:flex;gap:10px;margin-top:18px}.rah-footer-social a{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;border:1px solid rgba(255,255,255,.28);font-size:10px;font-weight:900}
.rah-footer-column{display:flex;flex-direction:column;gap:10px}.rah-footer-column h3{margin:0 0 16px;padding-bottom:10px;color:#fff;font-size:14px;text-transform:uppercase;border-bottom:2px solid var(--rah-yellow);width:max-content}.rah-footer-column a,.rah-footer-column p{color:#aebbd0;font-size:13px}.rah-footer-column a:hover{color:#fff}
.rah-sticky-player{background:linear-gradient(90deg,#0a52b4,#062f70);border-top:1px solid rgba(255,255,255,.16);box-shadow:0 -10px 35px rgba(0,0,0,.22)}.rah-sticky-inner{min-height:82px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.rah-sticky-brand{justify-self:start}.rah-player-center{display:flex;align-items:center;gap:16px;justify-self:center}.rah-main-play{width:58px;height:58px;min-height:58px;padding:0;border-radius:50%;background:var(--rah-yellow);border:3px solid rgba(6,31,70,.55);box-shadow:0 0 0 2px rgba(246,199,0,.35)}.rah-live-copy{display:flex;flex-direction:column}.rah-live-copy strong{color:var(--rah-yellow);font-size:14px}.rah-live-copy span{color:#fff;font-size:12px}.rah-player-actions{justify-self:end;display:flex;gap:10px;align-items:center}.rah-player-actions a{padding:9px 14px;border-radius:999px;color:#fff;border:1px solid rgba(255,255,255,.28);font-size:11px;font-weight:800;text-transform:uppercase}.rah-home{padding-bottom:82px}
@media(max-width:1100px){.rah-dashboard-grid{grid-template-columns:1fr}.rah-program-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.rah-program-cards{grid-template-columns:1fr 1fr}.rah-compact-item{grid-template-columns:105px 1fr}.rah-footer-mega{grid-template-columns:1fr 1fr}.rah-footer-brandcol{grid-column:1/-1}.rah-sticky-inner{grid-template-columns:1fr auto}.rah-player-center{justify-self:end}.rah-player-actions,.rah-live-copy{display:none}}
@media(max-width:520px){.rah-program-cards{grid-template-columns:1fr}.rah-footer-mega{grid-template-columns:1fr}.rah-footer-brandcol{grid-column:auto}}


/* v1.2 - cabeçalho e rodapé próprios da Rádio Ação na Home */
body.rah-front-page #header,
body.rah-front-page .site-header,
body.rah-front-page header#header,
body.rah-front-page #footer,
body.rah-front-page .site-footer,
body.rah-front-page footer#footer {
  display: none !important;
}

body.rah-front-page .rah-site-header,
body.rah-front-page .rah-site-footer {
  display: block !important;
}

.rah-site-header {
  position: sticky;
  top: 0;
  z-index: 9997;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid #e7edf5;
  backdrop-filter: blur(14px);
}

.admin-bar .rah-site-header {
  top: 32px;
}

.rah-header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.rah-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  color: var(--rah-navy);
}

.rah-brand:hover {
  color: var(--rah-navy);
}

.rah-brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--rah-blue), var(--rah-blue2));
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  font-style: italic;
  box-shadow: inset -5px -5px 0 rgba(246,199,0,.95);
}

.rah-brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.rah-brand-copy strong {
  font-size: 17px;
  font-weight: 950;
}

.rah-brand-copy small {
  margin-top: 5px;
  color: var(--rah-blue2);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.rah-main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

.rah-main-nav a {
  position: relative;
  padding: 28px 0;
  color: #263a53;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.rah-main-nav a:hover {
  color: var(--rah-blue2);
}

.rah-main-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 20px;
  height: 2px;
  background: var(--rah-yellow);
  transition: right .2s ease;
}

.rah-main-nav a:hover:after {
  right: 0;
}

.rah-header-live {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 11px;
  background: var(--rah-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.rah-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  margin-left: auto;
  padding: 10px;
  border: 1px solid var(--rah-border);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.rah-menu-toggle > span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  border-radius: 99px;
  background: var(--rah-navy);
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px,1px,1px,1px) !important;
  white-space: nowrap !important;
}

.rah-site-footer {
  padding: 58px 0 90px;
  background: var(--rah-navy);
  color: #fff;
}

.rah-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr .7fr .7fr;
  gap: 50px;
}

.rah-footer-brand {
  font-size: 28px;
  font-weight: 950;
  letter-spacing: -.03em;
}

.rah-footer-brand span {
  color: var(--rah-yellow);
}

.rah-site-footer p {
  max-width: 380px;
  color: rgba(255,255,255,.65);
}

.rah-footer-nav,
.rah-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.rah-footer-nav strong,
.rah-footer-contact strong {
  margin-bottom: 8px;
  color: var(--rah-yellow);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rah-footer-nav a,
.rah-footer-contact a {
  color: rgba(255,255,255,.75);
  font-size: 13px;
}

.rah-footer-nav a:hover,
.rah-footer-contact a:hover {
  color: #fff;
}

.rah-footer-bottom {
  margin-top: 38px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.45);
  font-size: 11px;
}

@media (max-width: 1120px) {
  .rah-main-nav {
    gap: 12px;
  }

  .rah-main-nav a {
    font-size: 11px;
  }

  .rah-header-live {
    display: none;
  }
}

@media (max-width: 900px) {
  .rah-header-inner {
    position: relative;
  }

  .rah-menu-toggle {
    display: block;
  }

  .rah-main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    margin: 0;
    padding: 14px 20px 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--rah-border);
    box-shadow: 0 20px 40px rgba(20,55,90,.12);
  }

  .rah-site-header.menu-open .rah-main-nav {
    display: flex;
  }

  .rah-main-nav a {
    padding: 12px 0;
    font-size: 13px;
  }

  .rah-main-nav a:after {
    display: none;
  }

  .rah-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rah-footer-grid > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .admin-bar .rah-site-header {
    top: 46px;
  }

  .rah-header-inner {
    min-height: 68px;
  }

  .rah-brand-mark {
    width: 38px;
    height: 38px;
  }

  .rah-footer-grid {
    grid-template-columns: 1fr;
  }

  .rah-footer-grid > :first-child {
    grid-column: auto;
  }

  .rah-footer-bottom {
    flex-direction: column;
  }
}


/* v1.1 - quebra segura do container estreito do Blocksy na Home */
body.rah-front-page .site-main > .ct-container,
body.rah-front-page .site-main > .ct-container-full,
body.rah-front-page .site-main .ct-container,
body.rah-front-page .site-main .ct-container-narrow,
body.rah-front-page .site-main .content-area,
body.rah-front-page .site-main article,
body.rah-front-page .site-main .entry-content,
body.rah-front-page .site-main .ct-content,
body.rah-front-page #main-container,
body.rah-front-page #main-container > .ct-container {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.rah-front-page .site-main .entry-content > * {
  max-width: none !important;
}

body.rah-front-page .site-main {
  width: 100% !important;
  max-width: none !important;
  overflow: visible !important;
}

body.rah-front-page .rah-home {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  overflow: hidden;
}

.rah-now-cover,
.rah-sticky-cover {
  object-fit: cover;
  flex: 0 0 auto;
  background: rgba(255,255,255,.1);
}

.rah-now-cover {
  width: 46px;
  height: 46px;
  border-radius: 10px;
}

.rah-now-copy {
  min-width: 0;
}

.rah-now-copy strong,
.rah-now-copy span {
  display: block;
  max-width: 470px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rah-now-copy span {
  margin-top: 2px;
  color: rgba(255,255,255,.7);
  font-size: 12px;
}

.rah-sticky-cover {
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.rah-sticky-brand {
  min-width: 0;
}

.rah-sticky-brand > div {
  min-width: 0;
}

.rah-sticky-brand strong,
.rah-sticky-artist {
  display: block;
  max-width: min(52vw, 620px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rah-sticky-artist {
  margin-top: 1px;
  color: rgba(255,255,255,.65);
  font-size: 11px;
}

@media (max-width: 680px) {
  .rah-now-cover {
    width: 40px;
    height: 40px;
  }

  .rah-sticky-cover {
    width: 36px;
    height: 36px;
  }

  .rah-sticky-brand strong,
  .rah-sticky-artist {
    max-width: 52vw;
  }
}


:root{--rah-blue:#073b7a;--rah-blue2:#0a57a5;--rah-navy:#041f42;--rah-yellow:#f6c700;--rah-text:#102033;--rah-muted:#6b7788;--rah-soft:#f4f7fb;--rah-border:#e7edf5}
body.rah-front-page .entry-header,body.rah-front-page .page-title,body.rah-front-page .hero-section{display:none!important}
body.rah-front-page .site-main,body.rah-front-page main{padding-top:0!important}
.rah-home{width:100%;margin-left:0;color:var(--rah-text);background:#fff;overflow:hidden}
.rah-home *{box-sizing:border-box}.rah-home a{text-decoration:none}.rah-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}
.rah-hero{padding:72px 0 64px;background:radial-gradient(circle at 78% 15%,rgba(246,199,0,.22),transparent 28%),linear-gradient(135deg,var(--rah-navy),var(--rah-blue) 52%,var(--rah-blue2));color:#fff}
.rah-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:64px;align-items:center}
.rah-live-pill{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.14em}
.rah-live-pill span,.rah-onair-dot{width:9px;height:9px;border-radius:50%;background:#ff394d;box-shadow:0 0 0 6px rgba(255,57,77,.14)}
.rah-hero h1{margin:18px 0 10px;color:#fff;font-size:clamp(42px,6vw,78px);line-height:.98;letter-spacing:-.04em;font-weight:900}
.rah-slogan{margin:0;color:var(--rah-yellow);font-size:clamp(21px,2.6vw,31px);font-weight:800}.rah-intro{max-width:620px;margin:22px 0 0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.65}
.rah-hero-actions,.rah-inline-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.rah-play-button,.rah-secondary-button,.rah-light-button,.rah-outline-light,.rah-sticky-play{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 20px;border-radius:12px;font-weight:800;cursor:pointer}
.rah-play-button{border:0;background:var(--rah-yellow);color:#102033}.rah-secondary-button{border:1px solid rgba(255,255,255,.25);color:#fff;background:rgba(255,255,255,.08)}
.rah-now{display:flex;align-items:center;gap:15px;margin-top:34px}.rah-now small,.rah-sticky-brand small{display:block;font-size:10px;font-weight:800;letter-spacing:.13em;opacity:.7}.rah-now strong{font-size:14px}
.rah-equalizer{height:28px;display:flex;gap:3px;align-items:flex-end}.rah-equalizer i{width:4px;border-radius:99px;background:var(--rah-yellow);animation:rahEq 1s infinite ease-in-out}.rah-equalizer i:nth-child(1){height:11px}.rah-equalizer i:nth-child(2){height:22px}.rah-equalizer i:nth-child(3){height:15px}.rah-equalizer i:nth-child(4){height:26px}.rah-equalizer i:nth-child(5){height:18px}@keyframes rahEq{50%{transform:scaleY(.55)}}
.rah-hero-card{position:relative;min-height:370px;padding:34px;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.06));border:1px solid rgba(255,255,255,.2);box-shadow:0 28px 80px rgba(0,0,0,.25);overflow:hidden}
.rah-frequency{position:relative;z-index:2;color:#fff;font-weight:950;letter-spacing:-.08em;font-size:clamp(88px,11vw,145px);line-height:.9}.rah-fm{position:relative;z-index:2;margin-top:8px;color:var(--rah-yellow);font-size:42px;font-weight:950}
.rah-wave{position:absolute;left:-12%;right:-12%;bottom:90px;height:90px;background:repeating-linear-gradient(90deg,transparent 0 6px,rgba(255,255,255,.18) 6px 9px);transform:skewY(-6deg)}
.rah-card-footer{position:absolute;z-index:2;left:34px;right:34px;bottom:30px;display:flex;justify-content:space-between;align-items:center}.rah-card-footer span{padding:7px 10px;border-radius:999px;background:#ff394d;color:#fff;font-size:10px;font-weight:900;letter-spacing:.12em}.rah-card-footer strong{color:#fff;font-size:18px}
.rah-breaking{background:var(--rah-yellow)}.rah-breaking-inner{min-height:52px;display:flex;align-items:center;gap:18px}.rah-breaking strong{font-size:12px;letter-spacing:.12em;padding-right:18px;border-right:1px solid rgba(0,0,0,.25)}
.rah-section{padding:76px 0}.rah-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.rah-section-heading h2,.rah-social h2,.rah-jornal h2{margin:4px 0 0;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.035em;font-weight:900}.rah-section-heading>a{color:var(--rah-blue);font-weight:800}.rah-kicker{color:var(--rah-blue2);font-size:11px;font-weight:900;letter-spacing:.15em}
.rah-news-layout{display:grid;grid-template-columns:1.25fr .9fr;gap:34px}.rah-featured-card{border-radius:22px;overflow:hidden;background:var(--rah-soft)}.rah-image-wrap{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:var(--rah-navy)}.rah-image-wrap img,.rah-thumb img{width:100%;height:100%;object-fit:cover}.rah-category{position:absolute;left:18px;bottom:18px;padding:7px 10px;border-radius:999px;background:var(--rah-yellow);color:#0a2140;font-size:10px;font-weight:900;text-transform:uppercase}
.rah-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#fff;font-size:36px;font-weight:950;background:linear-gradient(135deg,var(--rah-navy),var(--rah-blue2))}.rah-placeholder.rah-small{font-size:15px}
.rah-featured-content{padding:25px}.rah-featured-content time,.rah-news-item time{color:var(--rah-muted);font-size:12px}.rah-featured-content h3{margin:9px 0 10px;font-size:clamp(24px,3vw,35px);line-height:1.08}.rah-featured-content h3 a,.rah-news-item h3 a{color:var(--rah-text)}.rah-featured-content p{margin:0;color:var(--rah-muted);line-height:1.65}
.rah-news-list{display:grid}.rah-news-item{display:grid;grid-template-columns:150px 1fr;gap:16px;padding:15px 0;border-bottom:1px solid var(--rah-border)}.rah-thumb{display:block;aspect-ratio:4/3;overflow:hidden;border-radius:12px;background:var(--rah-navy)}.rah-category-text{color:var(--rah-blue2);font-size:10px;font-weight:900;text-transform:uppercase}.rah-news-item h3{margin:4px 0 8px;font-size:17px;line-height:1.25}.rah-empty{padding:50px;border-radius:20px;text-align:center;background:var(--rah-soft)}
.rah-jornal{background:linear-gradient(135deg,var(--rah-navy),var(--rah-blue));color:#fff}.rah-jornal-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.rah-jornal h2{color:#fff}.rah-kicker-light{color:var(--rah-yellow)}.rah-jornal p{color:rgba(255,255,255,.77);line-height:1.7}.rah-light-button{color:#092447;background:var(--rah-yellow)}.rah-outline-light{color:#fff;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.07)}
.rah-jornal-visual{min-height:300px;padding:42px;border-radius:28px;display:flex;flex-direction:column;justify-content:center;background:#fff;color:var(--rah-blue);transform:rotate(-2deg);box-shadow:0 30px 70px rgba(0,0,0,.24)}.rah-jornal-visual span{width:fit-content;padding:7px 12px;color:#fff;background:#f07e2d;font-weight:950}.rah-jornal-visual strong{margin-top:4px;font-size:clamp(48px,7vw,84px);line-height:.95;font-weight:950;letter-spacing:-.06em}.rah-jornal-visual small{margin-top:20px;color:#67758a;font-weight:800}
.rah-link-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.rah-link-card{min-height:230px;padding:25px;border-radius:18px;border:1px solid var(--rah-border);background:#fff;color:var(--rah-text)}.rah-link-card>span{display:block;color:var(--rah-yellow);font-size:13px;font-weight:950}.rah-link-card strong{display:block;margin-top:35px;font-size:22px;font-weight:900}.rah-link-card p{color:var(--rah-muted);line-height:1.55}
.rah-social{padding:55px 0 120px;background:var(--rah-soft)}.rah-social-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.rah-social-links{display:flex;flex-wrap:wrap;gap:10px}.rah-social-links a{display:inline-flex;align-items:center;min-height:46px;padding:0 16px;border-radius:12px;background:#fff;border:1px solid var(--rah-border);color:var(--rah-blue);font-weight:800}
.rah-sticky-player{position:fixed;z-index:9998;left:0;right:0;bottom:0;color:#fff;background:rgba(4,31,66,.96);border-top:1px solid rgba(255,255,255,.12)}.rah-sticky-inner{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.rah-sticky-brand{display:flex;align-items:center;gap:13px}.rah-sticky-brand strong{display:block;font-size:14px}.rah-sticky-play{min-height:42px;padding:0 16px;border:0;background:var(--rah-yellow);color:#102033}
.rah-home.is-playing .rah-play-icon{font-size:0}.rah-home.is-playing .rah-play-icon:after{content:'❚❚';font-size:12px}
@media(max-width:980px){.rah-hero-grid,.rah-news-layout,.rah-jornal-grid{grid-template-columns:1fr}.rah-link-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.rah-shell{width:min(100% - 28px,1180px)}.rah-hero{padding:54px 0 44px}.rah-hero-actions,.rah-inline-actions{flex-direction:column}.rah-play-button,.rah-secondary-button,.rah-light-button,.rah-outline-light{width:100%}.rah-section{padding:58px 0}.rah-section-heading,.rah-social-inner{align-items:flex-start;flex-direction:column}.rah-news-item{grid-template-columns:110px 1fr}.rah-link-grid{grid-template-columns:1fr}.rah-sticky-play [data-rah-label]{display:none}}
