:root{
  --bg:#132832;--bg2:#18323c;--panel:#263f49;--card:#425d68;--line:#dbe6eb;
  --text:#fff;--muted:#b9c7cc;--green:#44d13d;--accent:#ff0f72;--orange:#ff6a00;
  --shadow:0 18px 45px rgba(0,0,0,.28);--radius:8px;--sidebar:238px;--player:64px;
}

/* Footer player: fixed dark media-bar layout. */
.player{
  --player-blue:#0aaeea;
  position:fixed!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  height:64px!important;
  min-height:64px!important;
  display:grid!important;
  grid-template-columns:304px 166px minmax(220px,1fr) auto!important;
  align-items:center!important;
  gap:22px!important;
  padding:0 20px!important;
  background:#1f2321!important;
  border-top:1px solid #b8b8b8!important;
  box-shadow:inset 0 1px 0 #b8b8b8,0 -10px 24px rgba(0,0,0,.28)!important;
  z-index:100!important;
  overflow:visible!important;
  color:#eee!important;
}
.player[hidden]{display:none!important}
.player>*{position:relative}
.player-station{
  grid-column:1!important;
  grid-row:1!important;
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  justify-self:stretch!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
}
.player-station:after{
  content:none!important;
  display:none!important;
}
.player img{
  width:50px!important;
  height:50px!important;
  border-radius:4px!important;
  object-fit:contain!important;
  background:#fff!important;
  box-shadow:none!important;
}
.player-info{display:grid!important;gap:4px!important;min-width:0!important}
.player-info strong,.player-info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.player-info strong{font-size:14px!important;font-weight:800!important;color:#f2f2f2!important;line-height:1.05!important}
.player-info small{font-size:13px!important;color:#babfbc!important;line-height:1!important;background:transparent!important;border:0!important;padding:0!important}
.player-controls{
  grid-column:2!important;
  grid-row:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:24px!important;
}
.player-play,.player-mini,.player .icon-btn,.player-link,.player-menu-row{
  border:0;
  background:transparent;
  color:#a7aca9;
  cursor:pointer;
  padding:0;
  transition:color .16s ease,opacity .16s ease,transform .16s ease;
}
.player-play,.player-mini,.player .icon-btn,.player-link{
  display:grid!important;
  place-items:center!important;
}
.player-play{width:34px!important;height:46px!important;color:#f4f4f4!important}
.player-play .play-icon,.player-play.is-stop .play-icon{width:34px!important;height:34px!important}
.player-mini{width:22px!important;height:34px!important;color:#909592!important;opacity:1!important}
.player-mini .control-icon{width:21px!important;height:21px!important}
.player-play:hover,.player-mini:hover,.player .icon-btn:hover,.player-link:hover{color:#f6f6f6!important;opacity:1!important;transform:none!important}
.control-icon{display:block;width:20px;height:20px;fill:currentColor;pointer-events:none}
.player-progress{
  grid-column:3!important;
  grid-row:1!important;
  display:grid!important;
  grid-template-columns:42px minmax(160px,1fr) 96px!important;
  align-items:center!important;
  gap:10px!important;
  min-width:0!important;
}
.player-progress span{
  color:#7d837f;
  font-size:12px;
  line-height:1;
  font-variant-numeric:tabular-nums;
}
.player-live-info{white-space:nowrap;text-align:right}
.player-live-info b{color:var(--player-blue);font-weight:800}
.player input[type=range]{
  --range-progress:0%;
  width:100%!important;
  height:4px!important;
  appearance:none;
  background:transparent!important;
  border-radius:0!important;
  cursor:pointer;
  outline:0;
}
.player input[type=range]::-webkit-slider-runnable-track{
  height:4px!important;
  border-radius:0!important;
  background:linear-gradient(90deg,var(--player-blue) 0%,var(--player-blue) var(--range-progress),rgba(255,255,255,.1) var(--range-progress),rgba(255,255,255,.1) 100%)!important;
}
.player input[type=range]::-webkit-slider-thumb{
  appearance:none!important;
  width:0!important;
  height:0!important;
  margin-top:2px!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
}
.player input[type=range]:hover::-webkit-slider-thumb{
  width:10px!important;
  height:10px!important;
  margin-top:-3px!important;
  border-radius:50%!important;
  background:var(--player-blue)!important;
}
.player-actions{
  grid-column:4!important;
  grid-row:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:22px!important;
  min-width:max-content!important;
}
.player-links{display:flex!important;grid-column:auto!important;grid-row:auto!important;gap:0!important;justify-content:center!important;min-width:0!important}
.player-link{width:24px!important;height:34px!important;border-radius:0!important;color:#a7aca9!important;font-size:0!important}
.player-link .control-icon{width:22px!important;height:22px!important}
.player-link:hover{background:transparent!important}
.player .icon-btn{width:24px!important;height:34px!important;border-radius:0!important;background:transparent!important;color:#a7aca9!important;font-size:0!important}
.player .icon-btn .control-icon{width:22px!important;height:22px!important}
#closePlayer{color:var(--player-blue)!important}
#closePlayer .control-icon{width:28px!important;height:28px!important}
.player-volume{display:block!important;grid-column:auto!important;grid-row:auto!important;position:relative!important;min-width:0!important;color:inherit!important}
.player-volume-popover{
  position:absolute;
  left:50%;
  bottom:43px;
  width:40px;
  height:116px;
  transform:translateX(-50%);
  background:#282c2a;
  border-radius:6px;
  box-shadow:0 12px 28px rgba(0,0,0,.35);
  display:grid;
  place-items:center;
  z-index:3;
}
.player-volume-popover[hidden]{display:none!important}
.player-volume-popover input{width:92px!important;transform:rotate(-90deg);transform-origin:center}
.player-settings-menu{
  position:absolute!important;
  right:72px;
  bottom:64px;
  width:250px;
  padding:10px 0;
  background:#242825;
  color:#fff;
  border-radius:6px;
  box-shadow:0 16px 34px rgba(0,0,0,.42);
  z-index:4;
}
.player-settings-menu[hidden]{display:none!important}
.player-menu-row{
  width:100%;
  min-height:47px;
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  padding:0 18px;
  color:#f2f2f2;
  text-align:left;
  font-size:13px;
  font-weight:800;
}
.player-menu-row:hover{background:rgba(255,255,255,.05);color:#fff}
.player-menu-row .control-icon{width:19px;height:19px;color:#fff}
.player-menu-row b{font-size:12px;font-weight:500;color:#f2f2f2}
.player-switch{
  width:40px;
  height:22px;
  border-radius:999px;
  background:#555b58;
  position:relative;
}
.player-switch:before{
  content:"";
  position:absolute;
  left:4px;
  top:4px;
  width:14px;
  height:14px;
  border-radius:50%;
  background:#aab0ac;
}
.player-switch.active{background:#194f5d}
.player-switch.active:before{left:22px;background:var(--player-blue)}
.player audio{display:none!important}
.live-dot,.player-live-meta{display:none!important}

/* Responsive: pantallas medianas */
@media(max-width:1100px){
  .player{grid-template-columns:260px 138px minmax(160px,1fr) auto!important;gap:14px!important;padding:0 14px!important}
  .player-actions{gap:14px!important}
}

/* Responsive: móviles (820px y menos) */
@media(max-width:820px){
  .player{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    grid-template-columns:minmax(0,1fr) 44px auto!important;
    height:64px!important;
    min-height:64px!important;
    gap:10px!important;
    padding:0 12px!important;
    background:#1f2321!important;
    border-top:1px solid #b8b8b8!important;
    overflow:visible!important;
  }
  
  /* Ocultamos elementos innecesarios en móvil */
  .player-station:after,
  .player-mini,
  .player-links,
  .player-progress {
    display:none!important;
  }
  
  /* Estación - primera fila */
  .player-station{
    grid-column:1!important;
    grid-row:1!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    gap:10px!important;
    width:100%!important;
    min-width:0!important;
    align-self:center!important;
  }
  
  .player img{
    width:44px!important;
    height:44px!important;
    border-radius:4px!important;
    object-fit:contain!important;
    background:#fff!important;
  }
  
  .player-info strong{
    font-size:13px!important;
  }
  
  .player-info small{
    font-size:11px!important;
  }
  
  /* Controles - segunda columna */
  .player-controls{
    grid-column:2!important;
    grid-row:1!important;
    gap:0!important;
    justify-content:center!important;
    align-self:center!important;
  }
  
  .player-play{
    width:40px!important;
    height:48px!important;
  }
  
  .player-play .play-icon,
  .player-play.is-stop .play-icon{
    width:30px!important;
    height:30px!important;
  }
  
  /* Acciones - tercera columna (cierre) */
  .player-actions{
    grid-column:3!important;
    grid-row:1!important;
    gap:12px!important;
    min-width:auto!important;
    align-self:center!important;
    display:flex!important;
    align-items:center!important;
  }
  
  .player-volume,
  #playerSettings,
  #closePlayer{
    display:grid!important;
    width:28px!important;
    height:44px!important;
    place-items:center!important;
    color:#a7aca9!important;
  }
  
  #closePlayer{
    color:var(--player-blue)!important;
  }
  
  .player-volume .control-icon,
  #playerSettings .control-icon,
  #closePlayer .control-icon{
    width:22px!important;
    height:22px!important;
  }
  
  /* Barra de progreso - segunda fila */
  .player-progress{
    grid-column:1/-1!important;
    grid-row:2!important;
    display:grid!important;
    grid-template-columns:42px minmax(120px,1fr) auto!important;
    gap:8px!important;
    width:100%!important;
    margin-top:4px!important;
  }
  
  .player-progress span{
    font-size:11px!important;
  }
  
  .player-live-info{
    font-size:11px!important;
    white-space:nowrap!important;
  }
  
  /* Menú de ajustes reposicionado */
  .player-volume{
    position:relative!important;
    overflow:visible!important;
  }

  .player-volume-popover{
    left:50%!important;
    bottom:44px!important;
    width:40px!important;
    height:122px!important;
    transform:translateX(-50%)!important;
    background:#2b302d!important;
    border-radius:5px!important;
    box-shadow:0 12px 26px rgba(0,0,0,.34)!important;
    display:grid!important;
    place-items:center!important;
    z-index:130!important;
  }

  .player-volume-popover[hidden]{
    display:none!important;
  }

  .player-volume-popover input{
    width:92px!important;
    height:4px!important;
    transform:rotate(-90deg)!important;
    transform-origin:center!important;
    accent-color:var(--player-blue)!important;
  }

  .player-settings-menu{
    right:10px!important;
    bottom:70px!important;
    width:min(250px,calc(100% - 20px))!important;
  }
  .player-progress,
  .player-links{
    display:none!important;
  }
}

/* Estilos base - mantienen el resto de tu diseño */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.app-shell{min-height:100vh;display:flex}
.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:#2b4850;padding:20px 14px 110px;overflow:auto;z-index:50;border-right:1px solid rgba(255,255,255,.08)}
.brand,.topbar,.top-brand{display:flex;align-items:center;gap:10px}
.brand{margin-bottom:28px;position:relative}
.brand-logo,.mini-logo{width:38px;height:38px;border-radius:8px;display:grid;place-items:center;background:#fff;color:#132832;font-weight:900;border:1px solid rgba(255,255,255,.75);overflow:hidden;flex:0 0 38px}
.mini-logo{width:32px;height:32px;flex-basis:32px}
.brand-logo img,.mini-logo img{width:100%;height:100%;object-fit:contain;border-radius:6px;display:block;background:#fff;padding:2px}
.icon-btn,.menu-btn{border:0;background:transparent;color:#fff;cursor:pointer;font-size:24px}
.icon-btn .control-icon,.menu-btn .control-icon{width:22px;height:22px;fill:currentColor}
.brand .icon-btn{display:none}
.sidebar-close-floating{display:none}
.main-nav{display:grid;gap:7px;margin-bottom:30px}
.nav-item,.category-item{width:100%;min-height:38px;border:1px solid rgba(255,255,255,.9);background:#18353d;color:#fff;border-radius:7px;text-align:left;padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:12px;font-weight:700}
.nav-icon{width:18px;height:18px;fill:currentColor;flex:0 0 18px}
.nav-item.active,.nav-item:hover,.category-item:hover,.category-item.active{color:#fff;border-color:#fff;background:#3a5b64}
.filter-title{text-transform:uppercase;color:#bcc7cb;font-size:11px;border:1px solid rgba(255,255,255,.6);background:rgba(255,255,255,.04);padding:5px 6px;text-align:center;margin:0 8px 12px}
.category-list{display:grid;gap:7px}
.main{margin-left:var(--sidebar);width:calc(100% - var(--sidebar));padding-bottom:var(--player);contain:layout}
.topbar{position:sticky;top:0;z-index:40;height:64px;background:rgba(20,20,20,.94);padding:0 24px;box-shadow:0 6px 22px rgba(0,0,0,.22)}
.menu-btn{display:none}
.top-brand{min-width:310px}
.search-box{height:38px;max-width:480px;min-width:0;flex:1;background:#fff;border-radius:22px;display:flex;align-items:center;gap:12px;color:#111;padding:0 16px}
.search-box input,.hero-search input{border:0;outline:0;width:100%;min-width:0;background:transparent;color:#222}
.autocomplete-wrap{position:relative}
.autocomplete-panel{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:90;background:#fff;color:#122832;border:1px solid rgba(18,40,50,.14);border-radius:8px;box-shadow:0 18px 38px rgba(0,0,0,.28);overflow:hidden;max-height:320px;overflow-y:auto}
.autocomplete-item{width:100%;border:0;background:#fff;color:#122832;display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;text-align:left;padding:9px 12px;cursor:pointer;border-bottom:1px solid #edf2f5}
.autocomplete-item:last-child{border-bottom:0}
.autocomplete-item:hover,.autocomplete-item.active{background:#edf9f0}
.autocomplete-item img{width:42px;height:42px;border-radius:6px;object-fit:cover;background:#eef3f5}
.autocomplete-item strong,.autocomplete-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.autocomplete-item strong{font-size:14px;color:#132832}
.autocomplete-item small{font-size:12px;color:#60717a}
.play-icon{display:block;width:52%;height:52%;fill:currentColor;pointer-events:none}
.autocomplete-play{width:34px;height:34px;border-radius:50%;border:0;background:#44d13d;color:#061116;display:grid;place-items:center;position:relative;flex:0 0 34px}
.autocomplete-play .play-icon{width:50%;height:50%}
.top-actions{margin-left:auto;display:flex;align-items:center;gap:18px;font-size:14px}
.register-btn{background:#43c337;padding:9px 18px;border-radius:8px}
.hero{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:48px;align-items:center;padding:42px 80px 36px}
.eyebrow{color:var(--muted);font-size:14px}
.hero h1{font-size:50px;line-height:1.02;margin:24px 0 22px;max-width:760px;letter-spacing:0}
.hero-search{display:flex;max-width:660px;height:46px;background:#fff;border-radius:26px;margin-bottom:14px}
.hero-search.hero-search{overflow:visible}
.hero-search input{padding:0 22px}
.hero-search button[type=submit]{border:0;background:linear-gradient(90deg,var(--accent),var(--orange));color:#fff;font-weight:700;padding:0 22px;cursor:pointer;border-radius:0 26px 26px 0}
.hero-autocomplete{max-width:660px}
.hero-desc{max-width:700px;font-size:12px;font-weight:700}
.hero-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-top:26px}
.hero-buttons a{padding:12px 22px;border-radius:24px;background:linear-gradient(90deg,var(--accent),var(--orange));border:1px solid #fff;font-weight:700}
.hero-buttons a:nth-child(2){background:linear-gradient(90deg,#06d656,#1889f2)}
.hero-slider{display:grid;place-items:center}
html.detail-view #homeHero,body.detail-view #homeHero,
html.detail-view main>.content-section,body.detail-view main>.content-section,
html.detail-view #sliderSection,body.detail-view #sliderSection,
html.detail-view #adSection,body.detail-view #adSection,
html.detail-view .site-footer,body.detail-view .site-footer{display:none}
html.list-view #homeHero,body.list-view #homeHero,
html.list-view #sliderSection,body.list-view #sliderSection,
html.list-view #adSection,body.list-view #adSection,
html.list-view #recentSection,body.list-view #recentSection,
html.list-view #departmentSection,body.list-view #departmentSection{display:none}
html.static-view #homeHero,body.static-view #homeHero,
html.static-view #radioListSection,body.static-view #radioListSection,
html.static-view #sliderSection,body.static-view #sliderSection,
html.static-view #adSection,body.static-view #adSection,
html.static-view #recentSection,body.static-view #recentSection,
html.static-view #departmentSection,body.static-view #departmentSection{display:none}
html.department-view #homeHero,body.department-view #homeHero,
html.department-view #radioListSection,body.department-view #radioListSection,
html.department-view #sliderSection,body.department-view #sliderSection,
html.department-view #adSection,body.department-view #adSection,
html.department-view #recentSection,body.department-view #recentSection{display:none!important}
html.detail-view .main,body.detail-view .main{padding-bottom:calc(var(--player) + 28px)}
html.department-view #departmentSection,body.department-view #departmentSection{display:block}
html.department-view main>#departmentSection,body.department-view main>#departmentSection{padding-top:28px}
.hero[hidden],.content-section[hidden],.slider-section[hidden],.ad-section[hidden],.radio-detail-section[hidden]{display:none!important}
.radio-detail-section{padding:26px 72px 42px}
.radio-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}
.radio-detail-card{display:grid;grid-template-columns:256px minmax(0,1fr);gap:30px;align-items:start;padding:18px 0 22px}
.detail-img{width:256px;aspect-ratio:1/1;object-fit:cover;background:#fff;border:3px solid #d7e4e8;box-shadow:0 18px 34px rgba(0,0,0,.28)}
.detail-main h1{font-size:32px;line-height:1.1;margin:8px 0 6px;letter-spacing:0}
.detail-tags,.detail-actions{display:flex;flex-wrap:wrap;gap:8px}
.detail-tag,.detail-action{border:1px solid rgba(255,255,255,.22);background:#087d93;color:#fff;border-radius:5px;padding:6px 10px;font-size:13px;font-weight:700}
.detail-meta{color:#cbd8dc;margin:0 0 34px;font-size:14px}
.detail-controls{display:flex;align-items:center;gap:16px;margin-bottom:18px;color:#d9e6ea;flex-wrap:wrap}
.detail-play{width:50px;height:50px;border-radius:50%;border:0;background:#55c53a;color:#061116;display:grid;place-items:center;cursor:pointer;line-height:1;text-align:center;position:relative;padding:0}
.detail-play .play-icon{width:54%;height:54%}
.detail-play.is-stop .play-icon{width:48%;height:48%}
.detail-inline-actions{display:none}
.detail-actions{margin-bottom:16px}
.detail-action{background:#173944;border-color:rgba(255,255,255,.24)}
.detail-action{display:inline-flex;align-items:center;justify-content:center;gap:7px}
.detail-action .social-icon{width:16px;height:16px;fill:currentColor;display:block;flex:0 0 16px}
.detail-action.share-action{background:#55c53a;color:#07120a;border-color:#55c53a}
.detail-action.disabled{opacity:.45;cursor:not-allowed;background:#20323a;color:#b8c7cc}
.detail-link-label{display:block;color:#b9c7cc;font-size:12px;font-weight:700;margin-bottom:7px;text-transform:uppercase}
.detail-link-box{display:flex;flex:1 1 360px;max-width:620px;height:40px;background:#fff;border-radius:6px;overflow:hidden;margin:0}
.detail-link-box input{border:0;outline:0;flex:1;padding:0 12px;color:#122832;min-width:0}
.detail-link-box button{border:0;background:#55c53a;color:#061116;font-weight:800;padding:0 16px;cursor:pointer}
.detail-related{margin:22px 0 26px;width:100%;max-width:100%;color:#fff}
.detail-related[hidden]{display:none}
.detail-related-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}
.detail-related-head h2{font-size:20px;line-height:1.15;margin:0;letter-spacing:0}
.detail-related-controls{display:flex;gap:8px;flex:0 0 auto}
.detail-related-controls button{width:34px;height:34px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#203c46;color:#fff;font-size:24px;line-height:1;display:grid;place-items:center;cursor:pointer}
.detail-related-controls button .control-icon{width:18px;height:18px;fill:currentColor}
.detail-related-controls button:hover{background:#55c53a;color:#061116;border-color:#55c53a}
.detail-related-track{display:grid;grid-auto-flow:column;grid-auto-columns:158px;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:2px}
.detail-related-track::-webkit-scrollbar{display:none}
.related-radio-card{scroll-snap-align:start;background:var(--card);border-radius:5px;padding:8px 8px 12px;text-align:center;cursor:pointer;min-width:0;transition:.18s transform,.18s background}
.related-radio-card:hover{transform:translateY(-3px);background:#506d79}
.related-radio-thumb{position:relative;width:100%;aspect-ratio:1/1;background:#102830;display:grid;place-items:center;margin-bottom:9px;overflow:hidden}
.related-radio-thumb img{width:100%;height:100%;object-fit:cover;background:#fff;display:block}
.related-radio-card h3{font-size:13px;line-height:1.2;margin:0 0 4px;min-height:31px;display:flex;align-items:end;justify-content:center;overflow:hidden}
.related-radio-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.related-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;box-shadow:var(--shadow);opacity:.96;padding:0;border:0;cursor:pointer;text-align:center}
.related-play .play-icon{width:54%;height:54%}
.related-play.is-stop,.related-radio-card.is-playing .related-play{background:#44d13d;color:#061116}
.related-play.is-stop .play-icon,.related-radio-card.is-playing .related-play .play-icon{width:47%;height:47%}
.detail-description{grid-column:1/-1;max-width:none;line-height:1.62;font-size:15px;margin:0;color:#fff;white-space:pre-wrap;padding-top:2px}
.detail-side{display:grid;gap:18px;position:sticky;top:82px}
.content-section,.slider-section,.ad-section{padding:0 80px 40px}
html.list-view main>.content-section,body.list-view main>.content-section{padding-top:28px}
html.static-view main>.content-section,body.static-view main>.content-section{padding-top:28px}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.section-head h2{font-size:26px;margin:0;letter-spacing:0}
.clear-btn,.load-more{border:1px solid #fff;color:#fff;background:transparent;border-radius:20px;padding:9px 18px;cursor:pointer}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:24px;align-items:start}
.compact-grid{grid-template-columns:repeat(auto-fill,minmax(138px,1fr))}
.radio-card{background:var(--card);border-radius:5px;padding:8px 8px 14px;text-align:center;box-shadow:0 1px 0 rgba(255,255,255,.05);cursor:pointer;transition:.18s transform,.18s background;position:relative;overflow:hidden;min-height:210px;display:flex;flex-direction:column}
.radio-card:hover{transform:translateY(-4px);background:#506d79}
.radio-thumb{position:relative;width:100%;aspect-ratio:1/1;background:#102830;display:grid;place-items:center;margin-bottom:10px;overflow:hidden}
.radio-thumb img,.radio-card>img{width:100%;height:100%;object-fit:cover;background:#fff;display:block}
.radio-card h3{font-size:14px;line-height:1.2;margin:0 0 4px;min-height:30px;display:flex;align-items:end;justify-content:center}
.radio-views{display:block;margin:0 0 4px;color:#e2eef2;font-size:12px;line-height:1.15;font-weight:800}
.radio-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.2}
.play-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#fff;color:#111;display:grid;place-items:center;box-shadow:var(--shadow);opacity:.96;padding:0;border:0;cursor:pointer;text-align:center}
.play-badge .play-icon{width:54%;height:54%}
.play-badge.is-stop .play-icon,.radio-card.is-playing .play-badge .play-icon{width:47%;height:47%}
.radio-card.is-playing .play-badge{background:#44d13d;color:#061116}
.featured-card{width:264px;cursor:pointer}
.message-box{padding:14px 16px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:rgba(255,255,255,.06);margin-bottom:18px}
.static-page-card{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.045);border-radius:8px;padding:22px;color:#dce9ed;line-height:1.65;width:100%;max-width:none;margin:0 0 26px}
.static-page-card p{margin:0 0 14px}
.static-page-card p:last-child{margin-bottom:0}
.load-more-wrap{text-align:center;margin:28px 0}
.slider-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}
.slider-card{min-height:210px;border:1px solid rgba(255,255,255,.14);border-radius:8px;overflow:hidden;background:#0f242c;position:relative;display:flex;align-items:flex-end;color:#fff;isolation:isolate}
.slider-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.slider-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,12,16,.86) 0%,rgba(4,12,16,.58) 48%,rgba(4,12,16,.22) 100%);z-index:-1}
.slider-card-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:9px;width:min(78%,520px);padding:22px;text-shadow:0 2px 8px rgba(0,0,0,.5)}
.slider-card strong{font-size:22px;line-height:1.15}
.slider-card small{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;font-size:14px;line-height:1.45;color:#dbe8ec}
.slider-card em{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 16px;border-radius:999px;background:var(--green);color:#071116;font-style:normal;font-weight:900;font-size:13px;text-shadow:none;box-shadow:0 8px 20px rgba(68,209,61,.24)}
.ad-slot{width:100%;max-width:100%;min-height:92px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.025);display:grid;place-items:center;text-align:center;padding:14px;border-radius:8px;color:#ddecf0;overflow:hidden;contain:layout paint}
.ad-slot>*{max-width:100%}
.ad-slot iframe,.ad-slot img,.ad-slot ins{max-width:100%!important}
.ad-slot iframe,.ad-slot img{display:block}
.ad-slot ins{min-width:0!important;margin-left:auto!important;margin-right:auto!important}
.ad-slot .adsbygoogle{display:block!important;max-width:100%!important}
.ad-slot.ad-loaded{border-color:transparent;background:transparent;padding:0;min-height:92px}
.ad-slot.ad-loaded:empty{display:none}
.ad-slot.ad-unfilled{display:none!important;min-height:0!important;margin:0!important;padding:0!important;border:0!important}
.ad-slot[hidden]{display:none!important}
.list-ad-slot{margin:0 0 22px}
.grid+.list-ad-slot,.department-grid+.list-ad-slot,.slider-row+.list-ad-slot,.static-page-card+.list-ad-slot{margin-top:24px}
.static-page-section .list-ad-slot{margin-bottom:22px}
.static-page-section .static-page-card+.list-ad-slot{margin-top:24px;margin-bottom:0}
.load-more-wrap+.list-ad-slot{margin:24px 0 0}
.ad-slot-wide{max-width:970px;margin:0 auto 24px}
.radio-detail-section>.ad-slot-wide:first-child{margin-top:4px;margin-bottom:28px}
.ad-slot-rect,.ad-slot-rect.ad-loaded{min-height:250px}
.ad-slot.empty{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.018);color:#8fa3aa}
.ad-slot span{display:block;text-transform:uppercase;font-size:11px;color:var(--green);margin-bottom:4px}
.ad-slot strong{font-size:14px;word-break:break-word}
.department-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px}
.department-card{min-height:92px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:#203c46;color:#fff;padding:12px;text-align:left;cursor:pointer;display:grid;grid-template-columns:64px minmax(0,1fr);grid-template-rows:auto auto;align-items:center;column-gap:12px;row-gap:4px}
.department-card:hover{border-color:#fff;background:#2b4a55}
.department-card img{grid-row:1/3;width:64px;height:64px;border-radius:7px;object-fit:cover;background:#102830;border:1px solid rgba(255,255,255,.12)}
.department-card span{font-weight:800;line-height:1.2;overflow:hidden;text-overflow:ellipsis}
.department-card small{color:var(--muted);line-height:1.2}
.site-footer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin:10px 80px 132px;padding:24px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:8px;color:var(--muted)}
.site-footer h2{font-size:18px;color:#fff;margin:0 0 10px}
.site-footer p{margin:0 0 12px;line-height:1.5}
.site-footer a{color:#fff;font-weight:700}
.footer-nav{display:grid;gap:9px}
.footer-nav a{display:flex;align-items:center;gap:10px;color:#dce9ed;font-weight:700}
.footer-nav a:hover{color:#fff}
.footer-nav svg{width:18px;height:18px;flex:0 0 18px;fill:var(--green)}
@media(max-width:600px){
  .footer-nav{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .footer-nav a{width:100%;min-height:34px;padding:6px 0!important;font-size:15px!important;line-height:1.2!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important}
  .footer-nav svg{width:16px;height:16px;flex:0 0 16px}
}
.footer-register-radio{border:1px solid #fff;background:#43c337;color:#fff;border-radius:8px;padding:10px 18px;font-weight:800;cursor:pointer}
.footer-register-radio:hover{background:#38b62f}
.submission-modal{position:fixed;inset:0;z-index:140;display:block;padding:18px;overflow:hidden}
.submission-modal[hidden]{display:none}
.submission-backdrop{position:absolute;inset:0;background:rgba(3,12,16,.72)}
.submission-dialog{position:absolute;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);width:min(760px,calc(100% - 36px));max-height:min(92dvh,820px);overflow-y:auto;overscroll-behavior:contain;background:#17323c;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:8px;box-shadow:0 24px 70px rgba(0,0,0,.45);padding:24px;scrollbar-width:thin;scrollbar-color:rgba(85,197,58,.75) rgba(255,255,255,.08);-webkit-overflow-scrolling:touch}
.submission-dialog::-webkit-scrollbar{width:8px}
.submission-dialog::-webkit-scrollbar-track{background:rgba(255,255,255,.08);border-radius:999px}
.submission-dialog::-webkit-scrollbar-thumb{background:rgba(85,197,58,.78);border-radius:999px;border:2px solid #17323c}
.submission-dialog::-webkit-scrollbar-thumb:hover{background:rgba(85,197,58,.95)}
.submission-dialog h2{margin:0 0 8px;font-size:24px;text-align:center}
.submission-dialog p{margin:0 auto 18px;color:#d4e2e6;line-height:1.45;text-align:center;max-width:560px}
.submission-close{position:absolute;z-index:2;top:max(10px,calc(50% - min(46dvh,410px) - 18px));left:calc(50% + min(380px,calc(50vw - 18px)) - 18px);width:36px;height:36px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:#203c46;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.35);display:grid;place-items:center;padding:0}
.submission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.submission-grid label{display:block;color:#e5f1f4;font-size:13px;font-weight:800}
.submission-grid .full{grid-column:1/-1}
.submission-grid input,.submission-grid select,.submission-grid textarea{width:100%;border:1px solid rgba(255,255,255,.2);border-radius:7px;background:#fff;color:#132832;padding:11px 12px;outline:0}
.submission-grid label>input,.submission-grid label>select,.submission-grid label>textarea{display:block;margin-top:7px}
.submission-grid textarea{resize:vertical;min-height:96px}
.required-mark{color:#ff7ba9;font-weight:900}
.submission-captcha{min-width:0}
.submission-captcha span{color:#55c53a;font-weight:900}
.submission-actions-row{display:grid;grid-template-columns:minmax(150px,220px) minmax(160px,1fr) minmax(150px,auto);align-items:end;gap:12px}
.submission-actions-row.submission-no-captcha{grid-template-columns:1fr auto}
.submission-actions-row input[name="captcha_answer"]{width:100%;min-width:0;height:50px;padding:10px 12px;border:1px solid #dee2e6;border-radius:7px;box-sizing:border-box}
#submissionCaptchaQuestion{min-height:50px;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px 12px;border:1px solid #dee2e6;border-radius:7px;background:#f8f9fa;color:#2b2b2b;font-size:22px;font-weight:900;line-height:1.15;word-break:break-word}
.submission-honeypot{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}
.submission-message{margin:16px 0 0;border-radius:7px;padding:12px 14px;font-weight:700;line-height:1.35}
.submission-message.success{background:rgba(68,209,61,.16);border:1px solid rgba(68,209,61,.55);color:#dffadc}
.submission-message.error{background:rgba(255,15,114,.14);border:1px solid rgba(255,15,114,.48);color:#ffe1ec}
.submission-submit{border:0;border-radius:8px;background:#43c337;color:#fff;padding:0 24px;font-weight:900;cursor:pointer;min-height:50px;white-space:nowrap}
.submission-submit:disabled{opacity:.62;cursor:wait}
.site-notification-toast{position:fixed;right:22px;bottom:calc(var(--player) + 18px);z-index:120;width:min(360px,calc(100% - 32px));background:#fff;color:#122832;border-radius:8px;box-shadow:0 18px 45px rgba(0,0,0,.32);padding:16px 42px 16px 16px;cursor:pointer}
.site-notification-toast[hidden]{display:none}
.install-prompt-visible .site-notification-toast{bottom:calc(var(--player) + 112px);z-index:122}
.site-notification-body strong{display:block;font-size:15px;margin-bottom:5px;color:#122832}
.site-notification-body p{margin:0;color:#52656d;font-size:13px;line-height:1.35}
.site-notification-close{position:absolute;top:8px;right:8px;width:28px;height:28px;border:0;border-radius:50%;background:#edf2f5;color:#122832;cursor:pointer;font-weight:800;display:grid;place-items:center;padding:0}
.install-app-prompt{position:fixed;left:22px;bottom:calc(var(--player) + 18px);z-index:121;width:min(390px,calc(100% - 32px));display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:12px;background:#fff;color:#122832;border-radius:8px;box-shadow:0 18px 45px rgba(0,0,0,.32);padding:14px 42px 14px 14px}
.install-app-prompt[hidden]{display:none}
.install-app-image{width:48px;height:48px;border-radius:8px;object-fit:cover;background:#132832;display:block}
.install-app-copy{min-width:0}
.install-app-copy strong{display:block;font-size:15px;color:#122832;margin-bottom:4px}
.install-app-copy p{margin:0;color:#52656d;font-size:13px;line-height:1.3}
.install-app-action{height:38px;padding:0 16px;border-radius:8px;background:#00b879;color:#fff;text-decoration:none;font-weight:800;font-size:13px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}
.install-app-close{position:absolute;top:8px;right:8px;width:28px;height:28px;border:0;border-radius:50%;background:#edf2f5;color:#122832;cursor:pointer;display:grid;place-items:center;padding:0}
.skeleton,.skeleton-card{background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(255,255,255,.18),rgba(255,255,255,.08));background-size:200% 100%;animation:pulse 1.2s linear infinite}
@keyframes pulse{to{background-position:-200% 0}}
@media(max-width:1100px){
  .hero{grid-template-columns:1fr;padding:34px}
  .hero-slider{display:none}
  .content-section,.slider-section,.ad-section,.radio-detail-section{padding-left:34px;padding-right:34px}
  .radio-detail-layout{grid-template-columns:1fr}
  .detail-side{position:static}
  .top-brand{min-width:240px}
  .hero h1{font-size:42px}
}
@media(max-width:820px){
  .sidebar{transform:translateX(-100%);transition:.2s;box-shadow:18px 0 34px rgba(0,0,0,.34)}
  .sidebar.open{transform:translateX(0)}
  .sidebar-backdrop{position:fixed;inset:0;background:rgba(4,14,18,.58);z-index:45;opacity:0;pointer-events:none;transition:.2s}
  .sidebar-backdrop.show{opacity:1;pointer-events:auto}
  .menu-btn{display:grid;place-items:center}
  .sidebar-close-floating{position:fixed;top:18px;left:calc(var(--sidebar) + 4px);z-index:60;width:38px;height:38px;border:1px solid rgba(255,255,255,.75);border-radius:7px;background:#18353d;color:#fff;place-items:center;padding:0;box-shadow:0 10px 24px rgba(0,0,0,.24)}
  .sidebar.open~.sidebar-close-floating{display:grid}
  html,body,.app-shell{max-width:100%;overflow-x:hidden}
  .main{margin-left:0;width:100%;max-width:100%;overflow-x:hidden}
  .topbar{padding:0 14px}
  .top-brand{min-width:auto}
  .top-brand b{display:none}
  .top-actions{display:none}
  .search-box{max-width:none}
  .hero{padding:26px 16px}
  .hero h1{font-size:33px}
  .hero-copy{min-width:0;max-width:100%}
  .hero-search{width:100%;max-width:100%;overflow:visible}
  .hero-search input{flex:1 1 auto;width:auto;min-width:0;padding:0 16px}
  .hero-search button[type=submit]{flex:0 0 auto;padding:0 16px;max-width:36%;white-space:nowrap}
  .content-section,.slider-section,.ad-section,.radio-detail-section{padding:18px 18px 30px}
  .radio-detail-section{width:100%;max-width:100%;overflow-x:hidden}
  .radio-detail-layout{width:100%;max-width:min(420px,calc(100% - 36px));margin-left:auto;margin-right:auto;transform:none;contain:layout;overflow:hidden;min-width:0}
  .radio-detail-card{width:100%;max-width:100%;margin-left:auto;margin-right:auto;min-width:0}
  html.list-view main>.content-section,body.list-view main>.content-section{padding-top:26px}
  html.static-view main>.content-section,body.static-view main>.content-section{padding-top:26px}
  .static-page-card{padding:18px;margin-bottom:22px}
  .slider-row{grid-template-columns:1fr}
  .slider-card{min-height:190px}
  .slider-card-content{width:100%;padding:18px}
  .slider-card strong{font-size:19px}
  .slider-card small{-webkit-line-clamp:2}
  .radio-detail-card{grid-template-columns:1fr;gap:18px}
  .detail-img{width:min(100%,280px);justify-self:center}
  .detail-main{text-align:center;display:grid;justify-items:center;min-width:0;max-width:100%}
  .detail-main h1{font-size:28px}
  .detail-meta{margin-bottom:20px}
  .detail-tags,.detail-actions{justify-content:center}
  .detail-controls{gap:12px;margin-bottom:14px;justify-content:center;width:100%;min-width:0}
  .detail-inline-actions{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;min-width:0}
  .detail-inline-action{width:34px;height:34px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:#173944;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:900;line-height:1;padding:0}
  .detail-inline-action .social-icon{width:18px;height:18px;fill:currentColor;display:block}
  .detail-inline-action.share{background:#55c53a;color:#07120a;border-color:#55c53a;cursor:pointer}
  .detail-inline-action.disabled{opacity:.35;background:#20323a;color:#b8c7cc}
  .detail-actions{display:none}
  .detail-link-box{height:auto;min-height:40px;flex-basis:100%;max-width:none;min-width:0}
  .detail-controls{max-width:560px;margin-left:auto;margin-right:auto;min-width:0}
  .detail-link-box input{font-size:15px;text-overflow:ellipsis;min-width:0;max-width:100%}
  .detail-link-box button{min-width:112px}
  .detail-related{margin:20px 0 24px}
  .detail-related-track{grid-auto-columns:138px;gap:12px;min-width:0}
  .detail-related-head h2{font-size:18px}
  .related-radio-card h3{font-size:12px;min-height:29px}
  .detail-description{font-size:14px;max-width:620px;margin:0 auto;text-align:left;min-width:0;word-break:break-word}
  .detail-side{display:block;min-width:0;max-width:100%}
  .ad-slot{min-height:90px;padding:12px;margin-left:0;margin-right:0;min-width:0;max-width:100%;overflow:hidden}
  .ad-slot.ad-loaded{min-height:90px}
  .ad-slot-wide{max-width:100%;min-width:0}
  .ad-slot-rect,.ad-slot-rect.ad-loaded{min-height:120px}
  .site-footer{grid-template-columns:1fr;margin:0 18px 185px}
  .department-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .department-card{min-height:118px;grid-template-columns:1fr;grid-template-rows:auto auto auto;justify-items:center;text-align:center;padding:10px;row-gap:6px}
  .department-card img{width:58px;height:58px}
  .hero-buttons{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
  }
  .hero-buttons a{
    width:auto !important;
    min-height:42px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    flex:0 1 auto;
    min-width:0;
    padding:0 22px;
    border-radius:999px;
    max-width:min(100%,310px);
    white-space:normal;
    font-size:16px;
    line-height:1;
  }
  .grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
  .radio-card{padding:6px 6px 10px;min-height:0}
  .radio-card h3{font-size:12px;min-height:26px;margin-bottom:3px}
  .radio-views{font-size:11px;margin-bottom:3px}
  .radio-card p{font-size:12px}
  .play-badge{width:40px;height:40px}
  .site-notification-toast{left:18px;right:auto;bottom:82px;width:min(310px,calc(100% - 36px));padding:13px 38px 13px 13px}
  .install-prompt-visible .site-notification-toast{bottom:184px}
  .install-app-prompt{left:18px;right:auto;bottom:82px;width:min(310px,calc(100% - 36px));grid-template-columns:38px minmax(0,1fr);gap:10px;padding:11px 36px 11px 11px}
  .install-app-action{grid-column:1 / -1;width:100%;height:36px}
  .install-app-image{width:38px;height:38px}
  .install-app-copy strong{font-size:14px}
  .install-app-copy p{font-size:12px}
  .submission-modal{padding:12px}
  .submission-dialog{width:calc(100% - 36px);max-height:calc(100dvh - 64px);padding:18px 14px}
  .submission-dialog h2{font-size:21px}
  .submission-dialog p{font-size:13px;margin-bottom:14px}
  .submission-close{top:14px;left:auto;right:14px}
  .submission-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .submission-grid label{font-size:12px}
  .submission-grid input,.submission-grid select,.submission-grid textarea{padding:9px 10px}
  .submission-actions-row{grid-template-columns:minmax(120px,180px) minmax(0,1fr);gap:10px}
  .submission-actions-row.submission-no-captcha{grid-template-columns:1fr}
  .submission-submit{width:100%;padding:10px 12px}
  .submission-actions-row.submission-no-captcha .submission-submit{grid-column:auto}
  .submission-captcha{
    min-width:0;
  }
  #submissionCaptchaQuestion{
    min-height:42px!important;
    padding:8px!important;
    font-size:20px!important;
    line-height:1.1!important;
  }
  .submission-actions-row input[name="captcha_answer"]{
    min-width:0!important;
    height:42px!important;
    padding:8px 10px!important;
    font-size:13px!important;
  }
  .submission-actions-row .submission-submit{
    height:44px!important;
  }
  .detail-link-box input,
  .detail-link-box button,
  .detail-link-box,
  .detail-controls .detail-link-box {
    min-width:0 !important;
    max-width:100% !important;
  }
  .detail-link-box input {
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
  .submission-grid input,
  .submission-grid select,
  .submission-grid textarea,
  .submission-grid label,
  .static-page-card,
  .static-page-card p,
  .ad-slot strong,
  .department-card span,
  .department-card small,
  .radio-card h3,
  .radio-card p,
  .detail-description,
  .detail-tag,
  .detail-action,
  .detail-meta,
  .hero-desc,
  .site-footer p,
  .site-footer a {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .footer-nav a{
    word-break:normal!important;
    overflow-wrap:normal!important;
  }
  .main,
  .content-section,
  .radio-detail-section,
  .hero,
  .topbar,
  .sidebar {
    overflow-x: hidden !important;
  }
  a[href],
  .submission-grid input[type="url"],
  .submission-grid input[type="text"] {
    word-break: break-all !important;
    overflow-wrap: break-word !important;
  }
  .detail-controls {
    width: 100%;
    overflow-x: hidden;
  }
  .detail-link-box {
    max-width: 100%;
    width: 100%;
  }
}
@media(max-width:600px){
  html,
  body,
  .app-shell,
  .main{
    width:100%;
    max-width:100%;
    overflow-x:hidden;
  }
  .radio-detail-section{
    width:100%;
    padding-left:12px;
    padding-right:12px;
  }
  .radio-detail-layout{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    transform:none;
    contain:layout;
    overflow:hidden;
    min-width:0;
  }
  .radio-detail-layout,
  .radio-detail-card,
  .detail-main{
    min-width:0;
    max-width:100%;
  }
  .radio-detail-card{
    width:100%;
    max-width:100%;
    margin:0 auto;
    justify-items:center;
  }
  .detail-img{
    width:min(280px,100%);
    max-width:100%;
  }
  .detail-main{
    width:100%;
    max-width:100%;
    justify-self:center;
    transform:none;
  }
  .detail-main h1,
  .detail-meta,
  .detail-tags{
    max-width:100%;
  }
  .detail-description{
    width:100%;
    max-width:100%;
    margin:0;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }
  .detail-controls{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:10px 12px;
    width:100%;
    max-width:none;
    margin-left:auto;
    margin-right:auto;
    padding-inline:0;
  }
  .detail-inline-actions{
    flex:0 1 auto;
    min-width:0;
    max-width:100%;
    gap:8px;
  }
  .detail-controls .detail-link-box{
    display:grid;
    grid-template-columns:minmax(0,1fr) 84px;
    align-items:center;
    flex:0 1 100%;
    width:100%;
    max-width:100% !important;
    min-height:46px;
    height:auto;
    flex-basis:auto;
    gap:0;
    margin:6px auto 0;
    background:#fff;
    border:1px solid rgba(255,255,255,.22);
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 8px 22px rgba(0,0,0,.16);
  }
  .detail-link-box input{
    width:100%;
    min-width:0;
    height:46px;
    border:0;
    border-radius:0;
    padding:0 12px;
    color:#122832;
    background:#fff;
    font-size:14px;
    text-align:left;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    word-break:normal !important;
  }
  .detail-link-box button{
    width:auto;
    min-width:84px;
    height:46px;
    border-radius:0;
    padding:0 10px;
    font-size:14px;
    line-height:1;
  }
}
@media(max-width:430px){
  .hero h1{font-size:29px}
  .hero-buttons{justify-content:flex-start}
  .hero-buttons a{width:auto !important;text-align:center;padding:0 16px;font-size:14px}
  .grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
  .submission-actions-row{grid-template-columns:minmax(96px,126px) minmax(0,1fr)}
  .submission-actions-row.submission-no-captcha{grid-template-columns:1fr}
  #submissionCaptchaQuestion{
    min-height:38px!important;
    padding:6px!important;
    font-size:18px!important;
  }
  .submission-actions-row input[name="captcha_answer"]{
    height:38px!important;
    font-size:12px!important;
  }
  .topbar{gap:8px}
  .search-box{height:34px}
  .radio-card h3{font-size:13px}
  .hero{padding:24px 12px;gap:16px}
   .hero-copy{max-width:100%;min-width:0}
   .hero-search{width:100%;max-width:100%;margin-bottom:10px;overflow:visible}
   .hero-search input{padding:0 14px;font-size:14px}
   .hero-search button[type=submit]{padding:0 14px;font-size:13px}
   .hero-buttons{width:100%;display:flex;flex-wrap:wrap;gap:8px}
   .hero-buttons a{flex:1 1 calc(50% - 4px);min-width:0;max-width:100%;white-space:normal;font-size:13px;padding:10px 14px;line-height:1.2}
  .radio-detail-section{padding-left:12px;padding-right:12px}
  .radio-detail-layout,
  .radio-detail-card{
    width:100%;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    transform:none;
  }
  .detail-main{transform:none}
  .detail-controls{width:100%;gap:8px 6px;justify-content:center}
  .detail-play{width:44px;height:44px}
  .detail-inline-actions{gap:5px}
  .detail-inline-action{width:30px;height:30px}
  .detail-inline-action .social-icon{width:16px;height:16px}
  .detail-controls .detail-link-box{flex-basis:100%;width:100%;max-width:100% !important;margin-left:auto;margin-right:auto}
  .detail-img{width:100%;max-width:240px}
  .detail-actions{gap:7px}
  .detail-action{font-size:12px;padding:6px 8px}
  .detail-related-head{align-items:center}
  .detail-related-track{grid-auto-columns:124px}
  .detail-related-controls button{width:32px;height:32px;font-size:22px}
  .related-play{width:38px;height:38px}
  .detail-link-box input{font-size:13px}
  .detail-link-box button{min-width:80px;padding:0 10px;font-size:13px}
  .submission-actions-row{grid-template-columns:1fr}
}
