/* IRACUNDOLOGIA - estilos generales */

body{background:#000!important;color:#eee!important;margin:0;}
a{color:#6fd6a6;}
a:hover{color:#9ff2c8;}

.page-wrap{text-align:center;padding-bottom:145px;}

.portada .text h1,.portada .text h2,.portada .text p{color:#fff!important;}

.titulo-radio{font-size:1.1em;margin:10px auto 12px;color:#0a5;font-weight:bold;}

.image-block{display:inline-block;margin:10px;max-width:221px;vertical-align:top;text-align:center;}
.image-block img{width:221px;height:221px;object-fit:cover;border-radius:8px;display:block;box-shadow:0 6px 18px rgba(0,0,0,.35);background:#111;}
.image-block figcaption{margin-top:8px;font-size:.92em;line-height:1.3;color:#ddd;}

.image-block a{cursor:url("/img/cursor-sound.cur"),pointer;position:relative;display:inline-block;}
.image-block a::after{content:"🔊";position:absolute;inset:0;display:grid;place-items:center;font-size:44px;opacity:0;transform:scale(.92);transition:opacity .18s ease,transform .18s ease;pointer-events:none;text-shadow:0 0 18px rgba(0,0,0,.85);}
.image-block a:hover img{filter:brightness(.65);}
.image-block a:hover::after{opacity:1;transform:scale(1);}

.hero-img{max-width:850px;width:95%;height:auto;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.35);}

.intro{max-width:900px;font-size:.95em;line-height:1.6;margin:20px auto;text-align:center;padding:0 12px;color:#ddd;}

h1,h2,h3{color:#fff;}

hr{border:0;border-top:1px solid rgba(255,255,255,.15);margin:26px auto;max-width:1100px;}


/* =========================================================
   RADIO
   ========================================================= */

.radio-player{position:fixed;left:0;right:0;bottom:0;z-index:1500;min-height:92px;box-sizing:border-box;padding:10px 16px;overflow:visible;background:linear-gradient(110deg,rgba(18,8,34,.98),rgba(10,35,45,.98),rgba(32,8,28,.98));background-size:220% 220%;border-top:1px solid rgba(111,214,166,.55);box-shadow:0 -6px 28px rgba(0,0,0,.58),0 -1px 18px rgba(111,214,166,.12);backdrop-filter:blur(8px);animation:radioGradient 9s ease infinite;}

.radio-player::before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(111,214,166,.08),transparent);transform:translateX(-100%);animation:radioSweep 5s linear infinite;}

@keyframes radioGradient{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}
@keyframes radioSweep{0%{transform:translateX(-100%)}55%,100%{transform:translateX(100%)}}

.radio-player-inner{max-width:1050px;margin:0 auto;display:flex;align-items:center;gap:14px;}

.radio-play{flex:0 0 54px;width:54px;height:54px;border:1px solid rgba(255,255,255,.45);border-radius:50%;cursor:pointer;font-size:23px;line-height:54px;text-align:center;background:linear-gradient(135deg,#6fd6a6,#28a9d8);color:#07130f;box-shadow:0 0 18px rgba(111,214,166,.35);transition:transform .15s ease,opacity .15s ease,box-shadow .2s ease;}
.radio-play:hover{transform:scale(1.07);box-shadow:0 0 26px rgba(111,214,166,.65);}
.radio-play.is-playing{animation:radioPlayPulse 1.8s ease-in-out infinite;}
.radio-play:disabled{cursor:wait;opacity:.6;}

@keyframes radioPlayPulse{0%,100%{box-shadow:0 0 12px rgba(111,214,166,.35)}50%{box-shadow:0 0 28px rgba(111,214,166,.85)}}

.radio-play-wrap{position:relative;flex:0 0 54px;}

.radio-start-hint{position:absolute;left:50%;bottom:66px;transform:translateX(-50%);width:max-content;max-width:240px;padding:8px 12px;border-radius:9px;background:#d51f2b;color:#fff;font-size:.76rem;font-weight:800;letter-spacing:.02em;box-shadow:0 5px 20px rgba(213,31,43,.42);pointer-events:none;animation:hintPulse 1.25s ease-in-out infinite;z-index:2;}
.radio-start-hint::after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);border:7px solid transparent;border-top-color:#d51f2b;}
.radio-start-hint.hidden{display:none;}

.radio-hand{display:inline-block;margin-right:5px;animation:handPoint .75s ease-in-out infinite alternate;}

@keyframes hintPulse{0%,100%{box-shadow:0 5px 16px rgba(213,31,43,.32)}50%{box-shadow:0 5px 28px rgba(255,55,70,.72)}}
@keyframes handPoint{from{transform:translateY(-3px)}to{transform:translateY(3px)}}

.radio-info{min-width:0;flex:1;text-align:left;}

.radio-live{display:flex;align-items:center;gap:7px;margin-bottom:4px;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#ddd;}
.radio-live-dot{width:8px;height:8px;border-radius:50%;background:#777;box-shadow:none;transition:background .2s ease,box-shadow .2s ease;}

.radio-player.is-playing .radio-live-dot{background:#ff3b3b;box-shadow:0 0 8px rgba(255,59,59,.9);animation:livePulse 1.15s ease-in-out infinite;}

@keyframes livePulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.35;transform:scale(.72)}}

.radio-song{color:#9ff2c8;font-size:1rem;font-weight:700;white-space:nowrap;overflow:hidden;text-shadow:0 0 12px rgba(111,214,166,.25);}
.radio-song-track{display:inline-block;min-width:100%;}
.radio-song.is-overflowing .radio-song-track{animation:songScroll var(--song-scroll-duration,12s) linear infinite alternate;}

@keyframes songScroll{from{transform:translateX(0)}to{transform:translateX(var(--song-scroll-distance,0px))}}

.radio-song.song-change{animation:songChange .55s ease;}

@keyframes songChange{0%{opacity:.15;transform:translateY(5px)}100%{opacity:1;transform:translateY(0)}}

.radio-status{margin-top:3px;color:#9db9c3;font-size:.76rem;}

.radio-eq{display:inline-flex;align-items:flex-end;gap:2px;height:12px;margin-left:3px;}
.radio-eq i{display:block;width:2px;height:3px;background:#66777d;border-radius:2px;opacity:.45;}

.radio-player.is-playing .radio-eq i{background:#6fd6a6;opacity:1;animation:eqBounce .7s ease-in-out infinite alternate;}
.radio-player.is-playing .radio-eq i:nth-child(2){animation-delay:.15s;}
.radio-player.is-playing .radio-eq i:nth-child(3){animation-delay:.3s;}
.radio-player.is-playing .radio-eq i:nth-child(4){animation-delay:.45s;}

@keyframes eqBounce{from{height:3px;opacity:.5}to{height:12px;opacity:1}}

.radio-controls{display:flex;align-items:center;gap:8px;}
.radio-volume{width:110px;cursor:pointer;}
.radio-mute{border:0;background:transparent;color:#fff;cursor:pointer;font-size:20px;width:34px;height:34px;padding:0;}

@media(max-width:640px){
  .page-wrap{padding-bottom:155px;}
  .radio-player{padding:9px 10px;min-height:104px;}
  .radio-player-inner{gap:10px;flex-wrap:wrap;}
  .radio-play{flex-basis:48px;width:48px;height:48px;line-height:48px;font-size:20px;}
  .radio-play-wrap{flex-basis:48px;}
  .radio-start-hint{left:0;bottom:60px;transform:none;font-size:.69rem;padding:7px 9px;}
  .radio-start-hint::after{left:23px;transform:none;}
  .radio-info{width:calc(100% - 58px);}
  .radio-controls{width:100%;padding-left:58px;box-sizing:border-box;}
  .radio-volume{flex:1;width:auto;}
  .radio-song{font-size:.9rem;}
  .hint-desktop{display:none!important;}
  .hint-mobile{display:inline!important;}
}