*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:'Poppins',system-ui,sans-serif;background:var(--color-background);color:var(--color-text);line-height:1.6;min-height:100vh;padding-top:var(--site-chrome-height,7.3rem);padding-bottom:80px;overflow-x:hidden}
.theme-theme02-radio-popular{
  --theme-max-width:1450px;
  --site-topbar-height:2.55rem;
  --site-header-height:4.75rem;
  --site-chrome-height:calc(var(--site-topbar-height) + var(--site-header-height));
  --preview-banner-height:3.35rem;
  --nav-font-size:clamp(.94rem,.9vw,1.05rem);
  --nav-font-weight:600;
  --nav-gap:clamp(1.05rem,1.75vw,2rem);
  --nav-menu-gap:clamp(1.1rem,1.6vw,1.75rem);
  --logo-font-size:clamp(1.28rem,1.6vw,1.48rem)
}
img{max-width:100%;height:auto;display:block}
a{color:var(--color-accent);text-decoration:none}
a:hover{text-decoration:underline}
.container,
.theme-theme02-radio-popular .header-inner,
.theme-theme02-radio-popular .site-topbar__inner,
.theme-theme02-radio-popular .footer-inner,
.theme-theme02-radio-popular .player-inner{
  width:min(1450px, 92vw);
  max-width:1450px;
  margin-left:auto;
  margin-right:auto;
  box-sizing:border-box
}

/* Header */
.theme-theme02-radio-popular .site-header{
  position:fixed;top:0;left:0;right:0;z-index:800;
  width:100%;
  background:color-mix(in srgb, var(--color-primary) 94%, transparent);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:0;
  box-shadow:none
}
body.theme-theme02-radio-popular:has(.theme-preview-banner){
  padding-top:calc(var(--preview-banner-height) + var(--site-chrome-height))
}
body.theme-theme02-radio-popular:has(.theme-preview-banner) .theme-preview-banner{
  position:fixed!important;top:0;left:0;right:0;z-index:900;
  box-shadow:none!important;border:0!important
}
body.theme-theme02-radio-popular:has(.theme-preview-banner) .site-header{
  top:calc(var(--preview-banner-height) - 1px)
}
.theme-theme02-radio-popular .header-inner{
  position:relative;display:flex;align-items:center;justify-content:flex-start;gap:1rem;
  padding:.75rem 0;min-height:var(--site-header-height);
  z-index:1
}
.theme-theme02-radio-popular .site-logo{
  position:relative;z-index:2;flex:0 1 auto;min-width:0;
  font-family:'Poppins',system-ui,sans-serif;font-size:var(--logo-font-size);font-weight:800;
  letter-spacing:-.02em;color:#fff;text-decoration:none;display:inline-flex;align-items:center;gap:.55rem;
  white-space:nowrap;overflow:hidden;max-width:min(280px,calc(100% - 3.75rem));
  text-shadow:0 2px 10px rgba(0,0,0,.32)
}
.theme-theme02-radio-popular .site-logo img{
  display:block;height:48px;width:auto;max-width:100%;object-fit:contain;
  filter:drop-shadow(0 2px 10px rgba(0,0,0,.32))
}
.theme-theme02-radio-popular .site-nav{
  display:none;gap:var(--nav-gap);align-items:center;justify-content:center
}
.theme-theme02-radio-popular .site-nav a{
  color:#fff;font-family:'Poppins',system-ui,sans-serif;font-size:var(--nav-font-size);font-weight:var(--nav-font-weight);
  line-height:1.2;letter-spacing:.015em;text-decoration:none;white-space:nowrap;
  padding:.2rem .15rem;
  text-shadow:0 1px 3px rgba(0,0,0,.45),0 0 14px rgba(0,0,0,.18);
  transition:opacity .2s ease,transform .2s ease
}
.theme-theme02-radio-popular .site-nav a:hover{opacity:.88;text-decoration:none;transform:translateY(-1px)}
.theme-theme02-radio-popular .nav-toggle{
  display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;margin-left:.45rem;
  position:relative;z-index:2;background:none;border:1px solid rgba(255,255,255,.35);
  color:#fff;font-family:'Poppins',system-ui,sans-serif;font-size:1.35rem;font-weight:700;
  padding:.4rem .68rem;border-radius:16px;cursor:pointer
}
.theme-theme02-radio-popular .site-nav.is-open{
  display:flex;flex-direction:column;align-items:stretch;position:absolute;top:100%;left:0;right:0;z-index:3;
  background:rgb(0 0 0 / 80%);padding:1.1rem 4vw;border-bottom:1px solid rgba(255,255,255,.12);gap:.65rem
}
.theme-theme02-radio-popular .site-nav.is-open a{
  font-size:1.05rem;font-weight:600;padding:.55rem 0;text-shadow:none
}

/* Menu horizontal só quando couber (classe via JS) */
.theme-theme02-radio-popular .header-inner--nav-desktop{
  display:grid;grid-template-columns:auto 1fr auto;
  align-items:center;gap:.75rem 1.5rem
}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-logo{
  grid-column:1;justify-self:start;max-width:100%;flex:none
}
.theme-theme02-radio-popular .header-inner--nav-desktop .header-menu{
  display:contents
}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav{
  display:flex;position:static;flex-wrap:nowrap;justify-self:center;max-width:100%
}
.theme-theme02-radio-popular .header-inner--nav-desktop .theme-mode-toggle{
  justify-self:end
}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav.is-open{
  position:static;flex-direction:row;padding:0;border:none;background:none
}
.theme-theme02-radio-popular .header-inner--nav-desktop .nav-toggle{display:none}

/* "+" dropdown (Locutores/Pedidos/Mural) — only takes effect in the fitted desktop nav; on mobile the links just flow normally. */
.theme-theme02-radio-popular .site-nav__more{display:contents}
.theme-theme02-radio-popular .site-nav__more-toggle{display:none}
.theme-theme02-radio-popular .site-nav__more-menu{display:contents}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more{
  display:inline-flex;position:relative
}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more-toggle{
  display:inline-flex;align-items:center;gap:.25rem;background:none;border:none;cursor:pointer;
  color:#fff;font-family:'Poppins',system-ui,sans-serif;font-size:var(--nav-font-size);font-weight:var(--nav-font-weight);
  padding:.2rem .15rem;text-shadow:0 1px 3px rgba(0,0,0,.45),0 0 14px rgba(0,0,0,.18)
}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more-toggle:hover{opacity:.88}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more-plus{font-size:1.25em;line-height:1}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more-arrow{font-size:.9em;transition:transform .2s ease}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more.is-open .site-nav__more-arrow{transform:rotate(180deg)}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more-menu{
  display:none;position:absolute;top:100%;right:0;margin-top:.6rem;z-index:5;flex-direction:column;gap:.15rem;
  background:rgb(20 20 20 / 92%);border-radius:12px;padding:.55rem;min-width:160px;
  box-shadow:0 12px 30px rgba(0,0,0,.35)
}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more.is-open .site-nav__more-menu{display:flex}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more-menu a{
  text-shadow:none;padding:.5rem .65rem;border-radius:8px;white-space:nowrap
}
.theme-theme02-radio-popular .header-inner--nav-desktop .site-nav__more-menu a:hover{
  background:rgba(255,255,255,.12);transform:none
}
.hero-logo{display:block;height:72px;width:auto;max-width:min(280px,70vw);margin:0 auto 1rem;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.28))}

/* Home com carrossel: barra fixa sobre o slide */
.theme-theme02-radio-popular:has(.hero--slider) .site-header{
  background:transparent;
  backdrop-filter:none;
  -webkit-backdrop-filter:none
}
.theme-theme02-radio-popular:has(.hero--slider) .site-topbar{
  background:color-mix(in srgb, var(--color-primary) 92%, #8a2b00)
}
.theme-theme02-radio-popular:has(.hero--slider) .header-inner{
  width:min(1450px, 92vw);
  max-width:1450px;
  margin-left:auto;
  margin-right:auto;
  padding-left:0;
  padding-right:0;
  background:transparent
}
.theme-theme02-radio-popular:has(.hero--slider) .header-inner::before{
  content:"";
  position:absolute;
  inset:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:rgb(0 0 0 / 30%);
  z-index:-1;
  pointer-events:none
}
.theme-theme02-radio-popular:has(.hero--slider) .site-nav.is-open{
  background:rgb(0 0 0 / 80%)
}
.theme-theme02-radio-popular:has(.hero--slider) .site-header.is-scrolled{
  background:color-mix(in srgb, var(--color-primary) 94%, transparent);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px)
}
.theme-theme02-radio-popular:has(.hero--slider) .site-header.is-scrolled .header-inner{
  background:transparent
}
.theme-theme02-radio-popular:has(.hero--slider) .site-header.is-scrolled .header-inner::before{
  display:none
}
.theme-theme02-radio-popular:has(.hero--slider) .site-header.is-scrolled .site-nav.is-open{
  background:rgb(0 0 0 / 80%)
}
.theme-theme02-radio-popular:has(.hero--slider) .hero--slider{
  position:relative;z-index:1;margin-top:calc(-1 * var(--site-chrome-height))
}
.theme-theme02-radio-popular:has(.hero--slider) .theme-slider__copy{
  padding-top:calc(4.5rem + var(--site-chrome-height))
}
@media (max-width:720px){
  .theme-theme02-radio-popular:has(.hero--slider) .hero--slider{
    margin-top:calc(-1 * var(--site-chrome-height))
  }
  .theme-theme02-radio-popular:has(.hero--slider) .hero--slider,
  .theme-theme02-radio-popular:has(.hero--slider) .theme-slider,
  .theme-theme02-radio-popular:has(.hero--slider) .theme-slider__copy{
    min-height:min(58vh, 520px)
  }
  .theme-theme02-radio-popular:has(.hero--slider) .theme-slider__copy{
    padding:calc(2.4rem + var(--site-chrome-height)) 1.05rem 2.7rem
  }
  .theme-theme02-radio-popular .hero-brand{
    font-size:clamp(1.4rem,7vw,2rem)
  }
}

/* Top bar (relógio, clima, redes, busca) */
.theme-theme02-radio-popular .site-topbar{
  background:color-mix(in srgb, var(--color-primary) 88%, #8a2b00);
  color:#fff;border-bottom:1px solid rgba(255,255,255,.16);overflow:visible
}
.theme-theme02-radio-popular .site-topbar__inner{
  display:flex;align-items:center;gap:.7rem 1rem;min-height:var(--site-topbar-height);
  padding:.28rem 0;
  font-size:.78rem;font-weight:600
}
.theme-theme02-radio-popular .site-topbar__when{
  display:flex;align-items:center;gap:.55rem;min-width:0;flex:1 1 auto
}
.theme-theme02-radio-popular .site-topbar__clock{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:4.7rem;padding:.16rem .7rem;border-radius:999px;
  background:rgba(255,255,255,.18);font-variant-numeric:tabular-nums;letter-spacing:.02em
}
.theme-theme02-radio-popular .site-topbar__sep{
  width:1px;height:1em;background:rgba(255,255,255,.55);flex:0 0 auto
}
.theme-theme02-radio-popular .site-topbar__date{
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.theme-theme02-radio-popular .site-topbar__weather-wrap{position:relative;flex:0 0 auto}
.theme-theme02-radio-popular .site-topbar__weather{
  display:inline-flex;align-items:center;gap:.45rem;border:0;cursor:pointer;font:inherit;
  background:#fff;color:#3a3a3a;border-radius:999px;padding:.16rem .7rem .16rem .85rem;
  flex:0 0 auto;box-shadow:0 1px 4px rgba(0,0,0,.08)
}
.theme-theme02-radio-popular .site-topbar__weather:hover{filter:brightness(1.03)}
.theme-theme02-radio-popular .site-topbar__picker{
  position:absolute;top:calc(100% + .4rem);left:50%;transform:translateX(-50%);z-index:40;
  width:min(240px,80vw);background:#fff;color:#1f2937;border-radius:12px;
  box-shadow:0 12px 28px rgba(0,0,0,.18);padding:.55rem;display:grid;gap:.4rem
}
.theme-theme02-radio-popular .site-topbar__picker[hidden]{display:none!important}
.theme-theme02-radio-popular .site-topbar__picker-input{
  width:100%;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem .6rem;font:inherit;font-size:.8rem
}
.theme-theme02-radio-popular .site-topbar__picker-geo,
.theme-theme02-radio-popular .site-topbar__picker-city{
  width:100%;border:0;background:#f3f4f6;color:#111827;border-radius:8px;padding:.4rem .6rem;
  font:inherit;font-size:.78rem;font-weight:600;cursor:pointer;text-align:left
}
.theme-theme02-radio-popular .site-topbar__picker-geo{background:#fff7ed;color:#9a3412}
.theme-theme02-radio-popular .site-topbar__picker-list{display:grid;gap:.28rem;max-height:180px;overflow:auto}
.theme-theme02-radio-popular .site-topbar__picker-city:hover{background:#ffe8d6}
.theme-theme02-radio-popular .site-topbar__city{
  font-size:.72rem;font-weight:800;letter-spacing:.04em
}
.theme-theme02-radio-popular .site-topbar__wicon{display:inline-flex;line-height:1;font-size:.95rem}
.theme-theme02-radio-popular .site-topbar__temps{display:inline-flex;align-items:baseline;gap:.15rem}
.theme-theme02-radio-popular .site-topbar__min{color:#3b82f6;font-weight:800}
.theme-theme02-radio-popular .site-topbar__slash{color:#9aa3af}
.theme-theme02-radio-popular .site-topbar__max{color:#ef476f;font-weight:800}
.theme-theme02-radio-popular .site-topbar__tools{
  display:flex;align-items:center;gap:.7rem;margin-left:auto
}
.theme-theme02-radio-popular .site-topbar__social{display:flex;align-items:center;gap:.45rem}
.theme-theme02-radio-popular .site-topbar__social a{
  display:inline-flex;color:#fff;opacity:.95;line-height:0
}
.theme-theme02-radio-popular .site-topbar__social a:hover{opacity:1;text-decoration:none}
.theme-theme02-radio-popular .site-topbar__social svg{width:15px;height:15px}
.theme-theme02-radio-popular .site-topbar__search{
  display:flex;align-items:center;background:#fff;border-radius:999px;overflow:hidden;
  min-width:148px;max-width:190px
}
.theme-theme02-radio-popular .site-topbar__search input{
  width:100%;border:0;background:transparent;padding:.28rem .75rem;font:inherit;font-size:.78rem;color:#4b5563;outline:none
}
.theme-theme02-radio-popular .site-topbar__search button{
  border:0;background:transparent;color:#6b7280;padding:.2rem .65rem .2rem .1rem;cursor:pointer;display:inline-flex
}
.theme-theme02-radio-popular .visually-hidden{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0
}
@media (max-width: 1100px){
  .theme-theme02-radio-popular .site-topbar__date{display:none}
}
@media (max-width: 820px){
  .theme-theme02-radio-popular{--site-topbar-height:5.2rem}
  .theme-theme02-radio-popular .site-topbar__inner{flex-wrap:wrap;justify-content:space-between}
  .theme-theme02-radio-popular .site-topbar__tools{width:100%;justify-content:space-between}
  .theme-theme02-radio-popular .site-topbar__search{max-width:none;flex:1}
}

/* Page subnav (inner pages) */
.theme-page-nav{background:#fff;border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 2px 10px rgba(0,0,0,.03)}
.theme-page-nav__inner{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.28rem .35rem;overflow-x:auto;padding:.32rem 0;scrollbar-width:none;-ms-overflow-style:none}
.theme-page-nav__inner::-webkit-scrollbar{display:none}
.theme-page-nav__link{flex:0 0 auto;padding:.28rem .68rem;border-radius:999px;font-size:.78rem;font-weight:600;line-height:1.2;color:rgba(26,26,26,.78);text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease}
.theme-page-nav__link:hover{color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 8%, transparent);text-decoration:none}
.theme-page-nav__link.is-active{color:#fff;background:var(--color-primary);box-shadow:0 2px 10px color-mix(in srgb, var(--color-primary) 22%, transparent)}

/* Hero */
.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--color-text)}
.hero-bg{position:absolute;inset:0;background:linear-gradient(135deg, var(--color-primary) 0%, color-mix(in srgb, var(--color-primary) 55%, #FFB347) 50%, #FFB347 100%);z-index:0}
.hero-bg::after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 20% 80%, rgba(255,255,255,0.15) 0%, transparent 50%);background-size:40px 40px;opacity:.8}
.hero-inner{position:relative;z-index:1;text-align:center;padding:3rem 4vw;max-width:800px}
.hero-eyebrow{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;opacity:.7;margin-bottom:.75rem}
.hero-brand{font-family:'Poppins',serif;font-size:clamp(2.2rem,8vw,4rem);font-weight:700;line-height:1.1;margin-bottom:.5rem}
.hero-headline{font-size:clamp(1rem,3vw,1.35rem);font-weight:600;margin-bottom:.5rem;opacity:.9}
.hero-support{font-size:.95rem;opacity:.75;margin-bottom:1.75rem;max-width:520px;margin-left:auto;margin-right:auto}
.btn-listen{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--color-accent);color:var(--color-primary);border:none;border-radius:16px;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:transform .2s,opacity .2s}
.btn-listen:hover{transform:scale(1.03);opacity:.92}
.btn-listen-icon{font-size:.85rem}
.now-playing-block{margin-top:1.15rem;padding:.7rem 1.15rem .7rem .7rem;background:rgba(0,0,0,.25);border:0;border-radius:16px;backdrop-filter:blur(8px);display:inline-flex;align-items:center;gap:.85rem;color:inherit;font:inherit;text-align:left;text-decoration:none;cursor:pointer;max-width:min(100%,420px)}
.now-playing-block:hover,.now-playing-block:focus{background:rgba(0,0,0,.34);text-decoration:none}
.now-playing-block.is-playing{box-shadow:0 0 0 2px rgba(255,255,255,.28)}
.np-play{flex:none;display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:transparent;border:2px solid rgba(255,255,255,.72);color:#fff;box-shadow:none}
.np-play__icon{display:block;font-size:.9rem;line-height:1;transform:translateX(1px)}
.now-playing-block.is-playing .np-play{border-color:rgba(255,255,255,.95);background:rgba(255,255,255,.12)}
.np-copy{min-width:0}
.np-label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:.25rem}
.np-track{display:block;font-size:.95rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/* Sections */
.section{padding:3.5rem 0}
.section-title{font-family:'Poppins',serif;font-size:clamp(1.5rem,4vw,2rem);margin-bottom:1.5rem;color:var(--color-text)}
.section-link{display:inline-block;margin-top:1.5rem;font-weight:600;font-size:.9rem}
.card-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
.card{background:rgba(128,128,128,.08);border:1px solid rgba(128,128,128,.15);border-radius:var(--theme-box-radius,16px);padding:1.25rem;transition:transform .2s}
.card:hover{transform:translateY(-2px)}
.card-title{font-family:'Poppins',serif;font-size:1.1rem;margin-bottom:.5rem}
.card-meta{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);margin:0 0 .4rem}
.card-text{font-size:.9rem;opacity:.8;line-height:1.5}
.card-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--theme-box-radius-inner,12px);margin-bottom:.75rem}

/* Page */
.page-hero{background:var(--color-primary);color:var(--color-text);padding:2.5rem 0}
.page-title{font-family:'Poppins',serif;font-size:clamp(1.75rem,5vw,2.5rem)}
.page-content{padding:2.5rem 0}
.item-list{display:flex;flex-direction:column;gap:1rem}
.item-card{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;background:rgba(128,128,128,.06);border:1px solid rgba(128,128,128,.12);border-radius:var(--theme-box-radius,16px)}
.item-img{width:100%;max-width:200px;aspect-ratio:1;object-fit:cover;border-radius:var(--theme-box-radius-inner,12px)}
.item-title{font-family:'Poppins',serif;font-size:1.15rem}
.item-text{font-size:.9rem;opacity:.8}
.empty-state{text-align:center;opacity:.6;padding:2rem}
.content-block{max-width:640px}
.static-page-board .content-block,
.contact-page__intro.content-block{max-width:none}

/* Contact form */
.contact-form{display:flex;flex-direction:column;gap:1rem;max-width:480px}
.form-group{display:flex;flex-direction:column;gap:.35rem}
.form-group label{font-size:.85rem;font-weight:600}
.form-group input,.form-group textarea{padding:.65rem .85rem;border:1px solid rgba(128,128,128,.3);border-radius:16px;background:var(--color-background);color:var(--color-text);font-family:inherit;font-size:1rem}

/* Player bar */
.player-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--color-primary);border-top:1px solid rgba(255,255,255,.1);padding:.65rem 4vw}
.player-inner{display:flex;align-items:center;gap:.75rem;max-width:var(--theme-max-width,1450px);width:min(var(--theme-max-width,1450px),92vw);margin:0 auto}
.player-btn{width:42px;height:42px;border-radius:50%;border:none;background:var(--color-accent);color:var(--color-primary);font-size:1rem;cursor:pointer;flex-shrink:0;display:flex;align-items:center;justify-content:center}
.player-info{flex:1;min-width:0}
.player-label{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;opacity:.6}
.player-track{display:block;font-size:.85rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.player-volume{width:80px;flex-shrink:0}
.player-volume input{width:100%;accent-color:var(--color-accent)}

/* Footer */
.site-footer{background:var(--color-primary);color:var(--color-text);padding:2rem 4vw 6.525rem;margin-top:3rem;border-top:1px solid rgba(255,255,255,.08)}
body.theme-theme02-radio-popular.has-radio-player{padding-bottom:0}
.footer-inner{max-width:var(--theme-max-width,1450px);width:min(var(--theme-max-width,1450px),92vw);margin:0 auto;text-align:center}
.footer-brand{font-family:'Poppins',serif;font-size:1.25rem;font-weight:700;margin-bottom:.75rem;opacity:.5;color:#fff}
.footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:.75rem}
.footer-nav a{color:#fff;opacity:.7;font-size:.95rem;text-decoration:none}
.footer-social{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.9rem;margin:0 0 .85rem}
.footer-social a{display:inline-flex;color:#fff;opacity:.7;line-height:0}
.footer-social a:hover{opacity:1}
.footer-social svg{width:18px;height:18px}
.footer-copy{font-size:.85rem;opacity:.5;color:#fff}
.footer-visit-counter{font-size:.82rem;margin-top:.35rem;color:#fff}
.footer-visit-counter strong{font-weight:700}

@media (min-width: 900px) {
  .footer-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    text-align: left;
    row-gap: 0.9rem;
    column-gap: 1.5rem;
  }
  .footer-brand {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
  .footer-nav {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
  }
  .footer-social {
    grid-column: 3;
    grid-row: 1;
    justify-content: flex-end;
    margin: 0;
  }
  .footer-copy {
    grid-column: 1 / -1;
    grid-row: 2;
    text-align: center;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }
  .footer-visit-counter {
    grid-column: 1 / -1;
    grid-row: 3;
    text-align: center;
    margin-top: 0;
  }
}

/* Theme-specific overrides */
.theme-popular .btn-listen{color:var(--color-primary)}
.theme-popular .hero{color:#fff}
.theme-news .card-grid-news{grid-template-columns:1fr}
.theme-news .card-news{border-left:3px solid var(--color-accent)}
.theme-minimal .site-header,.theme-minimal .site-footer,.theme-minimal .player-bar{background:#fff;border-color:#eee;color:#111}
.theme-minimal .site-nav a,.theme-minimal .site-logo,.theme-minimal .footer-nav a,.theme-minimal .footer-social a{color:#111}
.theme-minimal .hero{color:#111}
.theme-minimal .btn-listen{background:#000;color:#fff}
.theme-minimal .now-playing-block{background:#f5f5f5;color:#111}
.theme-jovem .btn-listen{color:#0A0A0A}
.theme-tv .hero-bg::before{content:'';position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,229,255,.02) 2px,rgba(0,229,255,.02) 4px);animation:scan 8s linear infinite}
@keyframes scan{0%{transform:translateY(0)}100%{transform:translateY(40px)}}
.theme-rock .hero-brand{text-transform:uppercase;letter-spacing:.05em}
.theme-classic .hero-brand{font-style:italic}
.theme-sertanejo .hero-brand{text-transform:uppercase}

/* Story rail (podcasts below slides) */
.story-rail{padding:1.15rem 0;background:var(--color-background);border-bottom:1px solid rgba(0,0,0,.06)}
.story-rail__head{display:flex;align-items:center;gap:.55rem;margin:0 0 1rem;padding:0 .25rem}
.story-rail__icon{display:inline-flex;align-items:center;justify-content:center;width:1.55rem;height:1.55rem;font-size:1.15rem;line-height:1;color:var(--color-primary);filter:drop-shadow(0 1px 0 rgba(0,0,0,.08))}
.story-rail__title{flex:1;font-size:clamp(1.15rem,2.5vw,1.35rem);font-weight:800;color:var(--color-primary);letter-spacing:-.02em}
.story-rail__more{margin-left:auto;font-size:.88rem;font-weight:600;color:var(--color-primary);text-decoration:none;white-space:nowrap}
.story-rail__more:hover{text-decoration:underline}
.story-rail{min-width:0}
.story-rail .container{min-width:0;max-width:100%}
.story-rail__track{display:flex;--rail-gap:clamp(10px,2vw,18px);--rail-visible:1.15;gap:var(--rail-gap);overflow-x:auto;padding:0 .25rem 1.15rem;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;touch-action:pan-x;user-select:none;-webkit-user-select:none;width:100%;max-width:100%;min-width:0;box-sizing:border-box}
.story-rail__track.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}
.story-rail__track.is-dragging .story-rail__card{pointer-events:none}
.story-rail__track::-webkit-scrollbar{display:none;width:0;height:0}
.story-rail__card{position:relative;flex:0 0 calc((100% - ((var(--rail-visible) - 1) * var(--rail-gap))) / var(--rail-visible));width:calc((100% - ((var(--rail-visible) - 1) * var(--rail-gap))) / var(--rail-visible));aspect-ratio:16/9;height:auto;border-radius:var(--theme-box-radius,16px);overflow:hidden;scroll-snap-align:start;background:#1a1a1a;text-decoration:none;color:#fff;box-shadow:0 6px 18px rgba(0,0,0,.14);transition:transform .2s ease,box-shadow .2s ease}
.story-rail__card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.2);text-decoration:none}
.story-rail__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}
.story-rail__img--fallback{background:linear-gradient(160deg,var(--color-primary) 0%,color-mix(in srgb,var(--color-primary) 55%,#FFB347) 55%,#FFB347 100%)}
.story-rail__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 18%,rgba(0,0,0,.45) 68%,rgba(0,0,0,.88) 100%);pointer-events:none}
.story-rail__copy{position:absolute;left:0;right:0;bottom:0;z-index:1;padding:.55rem .72rem .62rem;font-size:clamp(.78rem,1.8vw,.88rem);line-height:1.28;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,.45)}
.story-rail__kicker{display:block;margin-bottom:.18rem;font-size:clamp(.58rem,1.4vw,.66rem);font-weight:700;line-height:1.2;letter-spacing:.05em;text-transform:uppercase;opacity:.92}
.story-rail__label{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.story-rail__play{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;width:2.45rem;height:2.45rem;border-radius:50%;font-size:.88rem;line-height:1;color:#fff;background:rgba(0,0,0,.55);border:2px solid rgba(255,255,255,.85);box-shadow:0 4px 16px rgba(0,0,0,.28);pointer-events:none}
.story-rail__card--video:hover .story-rail__play{background:rgba(220,38,38,.88);border-color:#fff}
@media(min-width:640px){
.story-rail__track{--rail-visible:2;--rail-gap:clamp(12px,1.8vw,18px)}
}
@media(min-width:960px){
.story-rail__track{--rail-visible:4;--rail-gap:18px}
}
@media(max-width:639px){
.story-rail{padding:1rem 0 .45rem}
.story-rail .container{width:100%;max-width:100%;padding:0 1rem}
.story-rail__head{margin:0 0 .85rem;padding:0;gap:.45rem}
.story-rail__title{font-size:1.18rem}
.story-rail__more{font-size:.82rem;padding:.15rem 0}
.story-rail__track{
  --rail-visible:1.38;
  --rail-gap:12px;
  padding:0 0 1.15rem;
  scroll-snap-type:x mandatory;
}
.story-rail__card{
  scroll-snap-stop:always;
  box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.story-rail__shade{
  background:linear-gradient(180deg,rgba(0,0,0,.05) 12%,rgba(0,0,0,.42) 58%,rgba(0,0,0,.9) 100%);
}
.story-rail__copy{padding:.7rem .8rem .78rem;font-size:.92rem}
.story-rail__kicker{font-size:.68rem;margin-bottom:.22rem;letter-spacing:.06em}
.story-rail__label{font-size:.95rem;line-height:1.25;-webkit-line-clamp:2}
.story-rail__play{width:2.55rem;height:2.55rem;font-size:.9rem;background:rgba(0,0,0,.62)}
}

@media(min-width:640px){
.card-grid{grid-template-columns:repeat(2,1fr)}
.item-card{flex-direction:row;align-items:flex-start}
}
/* Últimas notícias no celular: só o título, card compacto.
   Seletor com 3 classes de propósito — theme-appearance.css (carregado
   depois) redeclara display:flex/inline-block em .news-feed__meta e
   .card-more com a mesma especificidade de .section-news sozinho, então
   isso venceria por ordem de carga; .card-grid-news a mais desempata. */
@media(max-width:639px){
.section-news .card-grid-news .card{padding:.85rem 1rem}
.section-news .card-grid-news .card-title{font-size:.95rem;margin-bottom:0}
.section-news .card-grid-news .card-img{aspect-ratio:16/9;margin-bottom:.6rem}
.section-news .card-grid-news .news-feed__meta,
.section-news .card-grid-news .card-text,
.section-news .card-grid-news .card-more{display:none}
}
@media(min-width:960px){
.card-grid{grid-template-columns:repeat(3,1fr)}
.theme-news .card-grid-news{grid-template-columns:repeat(3,1fr)}
}

/* Home: coluna de banners 428px abaixo dos podcasts */
.home-split{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:1.15rem;
  padding:0;
  align-items:start
}
.home-split .section,
.site-shell .section{
  padding:0 0 1.15rem
}
.home-split .section-programs,
.site-shell .section-programs{
  padding-top:0;
  padding-bottom:1.15rem
}
.home-split .section-news,
.site-shell .section-news{
  margin-top:0;
  margin-bottom:1.15rem;
  padding:0 0 1.15rem
}
.site-shell .section-programs + .section-news,
.site-shell .section-news + .section-programs{
  margin-top:0;
  padding-top:0
}
.home-split .card-grid-news{grid-template-columns:1fr}
.home-split .card-grid-gallery{grid-template-columns:1fr}
@media(min-width:640px){
  .home-split .card-grid-news{grid-template-columns:repeat(2,minmax(0,1fr))}
  .home-split .card-grid-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
}
.home-banners{
  display:grid;
  gap:1.15rem;
  width:100%;
  max-width:428px
}
.home-banners__label{
  margin:0;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.55
}
.home-banners__slot{width:100%}
.home-banners .banner-carousel{width:100%}
.home-mid-banners-stack{
  display:grid;
  gap:1.15rem;
  margin:0 0 1.15rem;
  width:100%
}
.home-mid-banners-stack--compact{margin:0 0 1.15rem}
.home-mid-banners-stack--tall{margin:0 0 1.15rem}
.home-mid-banners{margin:0;width:100%}
.home-mid-banners .banner-carousel{width:100%}
.home-mid-banners--compact{margin:0}
@media(min-width:1100px){
  .home-split{grid-template-columns:minmax(0,1fr) 428px;gap:1.15rem}
  .home-split:not(:has(> .site-shell__aside)):not(:has(> .home-split__aside)){grid-template-columns:minmax(0,1fr)}
  .home-split__aside{
    width:428px;
    display:grid;
    gap:1.15rem;
    align-content:start
  }
  .home-split .card-grid{grid-template-columns:repeat(2,1fr)}
  .home-split .card-grid-news{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}
  .home-split .card-grid-news .card{padding:.85rem}
  .home-split .card-grid-news .card-title{font-size:.92rem;margin-bottom:.35rem}
  .home-split .card-grid-news .card-text{font-size:.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .home-split .card-grid-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}
  .home-split .card-grid-gallery .card{padding:.85rem}
  .home-split .card-grid-gallery .card-title{font-size:.92rem;margin-bottom:0}
}
@media(max-width:1099px){
  .home-banners{margin:0 auto}
}

/* Modo escuro — theme02 (não altera o claro) */
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .theme-page-nav{
  background:var(--color-surface);
  border-bottom-color:var(--color-border);
  box-shadow:0 2px 10px rgba(0,0,0,.28)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .theme-page-nav__link{
  color:rgba(247,237,228,.78)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .story-rail{
  border-bottom-color:var(--color-border)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .story-rail__title{
  color:var(--color-primary)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .card,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .item-card{
  background:var(--color-surface);
  border-color:var(--color-border)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .card-title,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .item-title{
  color:var(--color-text)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .theme-page-hero,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .page-hero{
  color:var(--color-text)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .theme-page-hero__back{
  color:var(--color-primary)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .theme-page-hero__title,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .theme-page-hero__lead{
  color:var(--color-text)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .site-footer,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .footer-nav a,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .footer-copy,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .footer-visit-counter{
  color:#fff
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .news-article__title,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .news-article__lead,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .news-article__body{
  color:var(--color-text)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .news-side-list{
  background:var(--color-surface);
  border-color:var(--color-border)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .podcast-card__title,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .podcasts-empty__title{
  color:var(--color-text)
}
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .form-group input,
html[data-theme-mode="dark"] body.theme-theme02-radio-popular .form-group textarea{
  background:var(--color-surface);
  border-color:var(--color-border);
  color:var(--color-text)
}
/* Percentual e barra dentro da própria opção clicável; o box de resultado de baixo some (ver theme.js inlinePollResults). */
.theme-theme02-radio-popular .poll-option{
  flex-wrap:wrap;
  row-gap:.5rem
}
.theme-theme02-radio-popular .poll-option__pct{
  margin-left:auto;
  font-weight:700;
  color:var(--color-primary,#ff6b00);
  font-size:.85em;
  flex-shrink:0
}
.theme-theme02-radio-popular .poll-option__bar{
  flex:0 0 100%;
  width:100%
}
.theme-theme02-radio-popular .poll-card__total--inline{
  margin-top:.85rem
}

/* "Tocando agora" no hero, menor. */
.theme-theme02-radio-popular .now-playing-block{
  padding:.45rem .85rem .45rem .45rem;
  border-radius:12px;
  gap:.6rem
}
.theme-theme02-radio-popular .np-play{
  width:34px;
  height:34px
}
.theme-theme02-radio-popular .np-play__icon{
  font-size:.72rem
}
.theme-theme02-radio-popular .np-label{
  font-size:.62rem;
  margin-bottom:.15rem
}
.theme-theme02-radio-popular .np-track{
  font-size:.8rem
}

html[data-theme-mode="dark"] body.theme-theme02-radio-popular .hero-bg{
  background:linear-gradient(135deg, color-mix(in srgb, var(--color-primary) 88%, #141210) 0%, color-mix(in srgb, var(--color-primary) 45%, #221C18) 55%, #2A221C 100%)
}