@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap);@import url(https://fonts.cdnfonts.com/css/akira-expanded);:root{--primary:#181c2b;--secondary:#b21f1f;--accent:#fdbb2d;--text-light:#ffffff;--text-dark:#d1d5db;--card-bg:rgba(26, 42, 108, 0.85);--card-hover:rgba(26, 42, 108, 0.95);--border-radius:16px;--shadow:0 8px 25px rgba(0, 0, 0, 0.15);--transition:all 0.3s ease;--font-main:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;--active-green:#2ecc40;--inactive-red:#c0392b;--active-blue:#3498db;--blue-glow:0 0 10px 4px rgba(52, 152, 219, 0.7)}*{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-main)}body{min-height:100vh;color:var(--text-dark);background:linear-gradient(135deg,#181c2b 0%,#23243a 100%);position:relative;overflow-x:hidden;padding:10px;padding-bottom:3cm}body::before{content:"";position:fixed;top:-30%;left:-50%;width:200vw;height:200vh;pointer-events:none;z-index:0;background:radial-gradient(ellipse at 0% 0%,rgb(255 255 255 / .08) 0%,#fff0 60%);animation:hazdeluz 8s linear infinite;mix-blend-mode:lighten}@keyframes hazdeluz{0%{left:-50%;top:-30%}40%{left:20%;top:50%}60%{left:60%;top:10%}100%{left:110%;top:80%}}.container{max-width:1080px;margin:0 auto;position:relative;z-index:1;width:100%}header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;padding:15px 0;margin-bottom:20px;border-bottom:2px solid rgb(255 255 255 / .07);gap:15px;background-color:rgb(0 0 0 / .4)}.logo{display:flex;align-items:center;gap:12px}.logo img{width:100px;height:auto;object-fit:contain;box-shadow:0 4px 12px rgb(0 0 0 / .3);border:none;border-radius:0}.logo h1{font-size:1.4rem;font-weight:800;margin:0;line-height:1.2;background:linear-gradient(to right,#0033cc,#ffffff,#cc0000);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;background-clip:text;color:#fff0;text-shadow:0 1px 1px rgb(255 255 255 / .2)}.header-center{display:flex;align-items:center;gap:15px}.social-links{display:flex;gap:12px}.social-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;transition:all 0.3s ease;box-shadow:0 5px 15px rgb(0 0 0 / .2)}.social-btn.facebook{background:#1877f2}.social-btn.instagram{background:#e1306c}.social-btn.twitter{background:#1da1f2}.social-btn.telegram{background:#08c}.social-btn:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 8px 20px rgb(0 0 0 / .3)}.header-right{display:flex;align-items:center;gap:12px}.search-box{width:auto;min-width:100px;height:36px;background:rgb(255 255 255 / .08);border-radius:999px;padding:4px 12px;display:flex;align-items:center;box-shadow:0 2px 6px rgb(0 0 0 / .1);gap:6px;color:#fff;transform:translateX(-.6cm)}.search-box input{flex:1;background:#fff0;border:none;padding:4px 2px;color:#fff;font-size:.75rem;outline:none;width:100%;border-radius:999px}.search-box input::placeholder{color:rgb(255 255 255 / .6)}.search-box i{color:rgb(255 255 255 / .8);font-size:.9rem;width:16px;text-align:center;flex-shrink:0;background:transparent!important;border:none!important;border-radius:0!important;padding:0!important;margin:0!important;display:flex;align-items:center;justify-content:center}.install-btn{background:var(--accent);color:#333;border:none;padding:4px 10px;border-radius:18px;font-weight:400;font-size:.8rem;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px rgb(0 0 0 / .15);transition:var(--transition);height:32px;min-width:90px;transform:translateX(-.6cm)}.install-btn:hover{background:#fd3;transform:translate(-.5cm,-1px);box-shadow:0 4px 12px rgb(0 0 0 / .25)}.shortcode-cabecera{margin-bottom:25px;padding:20px;background:rgb(255 255 255 / .05);border-radius:16px;backdrop-filter:blur(10px);text-align:center}.marquee-iframe-container{margin:15px auto 25px;max-width:1080px;text-align:center;width:100%;padding:10px;background:rgb(255 255 255 / .05);border-radius:16px;backdrop-filter:blur(10px)}.marquee-iframe-container iframe{width:100%;height:60px;border:none;background:#fff0;max-height:60px;overflow:hidden}.carousel-wrapper{margin:20px auto 35px;max-width:1080px;width:100%;padding:10px;background:rgb(255 255 255 / .05);border-radius:16px;backdrop-filter:blur(10px)}.carousel-container{border-radius:16px;overflow:hidden;box-shadow:var(--shadow);background-color:rgb(0 0 0 / .3);position:relative}.carousel-slide{display:none}.carousel-slide.active{display:block}.carousel-slide img{width:100%;height:auto;max-height:320px;object-fit:cover}.carousel-dots{text-align:center;margin-top:12px}.dot{cursor:pointer;height:14px;width:14px;margin:0 6px;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color 0.4s}.active-dot,.dot:hover{background-color:#717171}.shortcode-row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:32px;margin:24px auto;padding:20px 24px;max-width:1080px;background:rgb(255 255 255 / .05);border-radius:16px;backdrop-filter:blur(10px);box-sizing:border-box}.shortcode-item{flex:1 1 48%;min-width:300px;padding:12px;background-color:rgb(255 255 255 / .08);border-radius:12px;box-shadow:0 2px 6px rgb(0 0 0 / .1);box-sizing:border-box;word-wrap:break-word}@media screen and (max-width:640px){.shortcode-item{flex:1 1 100%;min-width:100%}}.radio-grid-wrapper{margin-top:20px;margin-bottom:30px;padding:20px;background:rgb(255 255 255 / .05);border-radius:16px;backdrop-filter:blur(10px);max-width:1080px;margin-left:auto;margin-right:auto}.radio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;margin:0}.radio-card{display:grid;grid-template-columns:100px 1fr;grid-template-rows:auto auto auto auto auto;gap:8px;padding:16px;background:linear-gradient(rgb(26 42 108 / .92),rgb(35 36 58 / .92)),url(https://radiosdeyaracuy.com/wp-content/uploads/2025/08/rdyazul.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:var(--border-radius);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);backdrop-filter:blur(2px);border:1px solid rgb(255 255 255 / .15);position:relative;z-index:1}.radio-card:hover{transform:translateY(-6px);box-shadow:0 12px 25px rgb(0 0 0 / .35);border-color:rgb(255 255 255 / .22);background:var(--card-hover)}.radio-image{grid-column:1;grid-row:1 / span 2;width:70px;height:70px;border-radius:50%;object-fit:cover;box-shadow:0 3px 8px rgb(0 0 0 / .3);border:2px solid rgb(255 255 255 / .15);justify-self:center;align-self:center;margin-top:8px}.radio-button-group{grid-column:1 / span 2;grid-row:2;display:flex;justify-content:center;gap:10px;margin-top:-10px}.website-btn,.custom-play-btn{justify-self:unset;align-self:unset;margin:0}.website-btn{width:30px;height:30px;border-radius:50%;background:var(--accent);color:#333;display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:pointer;box-shadow:0 2px 6px rgb(0 0 0 / .2);transition:all 0.2s ease;border:1px solid rgb(255 255 255 / .3)}.website-btn:hover{transform:scale(1.1);box-shadow:0 3px 10px rgb(0 0 0 / .3)}.custom-play-btn{width:45px;height:45px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;cursor:pointer;transition:background 0.2s,box-shadow 0.2s,filter 0.2s;background:var(--inactive-red);color:#fff;box-shadow:0 3px 8px rgb(0 0 0 / .15);outline:none}.custom-play-btn:not(.active):hover{filter:brightness(1.08);background:#e74c3c}.custom-play-btn.active{background:var(--active-green);animation:flicker 0.7s infinite alternate;box-shadow:0 0 10px 4px rgb(46 204 64 / .7)}@keyframes flicker{0%{filter:brightness(1.15)}25%{filter:brightness(1.5)}50%{filter:brightness(1.1)}75%{filter:brightness(1.5) saturate(1.3)}100%{filter:brightness(1.2)}}.radio-info{grid-column:1 / span 2;grid-row:3;text-align:center}.radio-info h3{font-size:1.5rem;margin:0;color:#FFDF00;text-shadow:0 1px 3px rgb(0 0 0 / .5);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.radio-details{grid-column:1 / span 2;grid-row:4;display:flex;flex-direction:column;gap:4px;margin:6px 0}.radio-detail{display:flex;align-items:center;gap:6px;font-size:.9rem}.radio-detail i{color:var(--accent);width:16px}.now-playing-cover{grid-column:1;grid-row:5;width:100%;max-width:110px;height:100px;border-radius:6px;object-fit:cover;box-shadow:0 3px 8px rgb(0 0 0 / .2);border:1px solid rgb(255 255 255 / .2);justify-self:center;align-self:start;margin-top:8px}.now-playing-preview{grid-column:2;grid-row:5;padding:8px 10px;background:rgb(0 0 0 / .15);backdrop-filter:blur(1px);border-radius:8px;font-size:.9rem;display:flex;flex-direction:column;justify-content:flex-start;min-width:0;overflow:hidden}.now-playing-preview .song-title,.now-playing-preview .song-artist{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.now-playing-preview .song-artist{font-size:.8em;color:rgb(255 255 255 / .7)}.pwa-marquee-container{position:relative;margin:20px 0;padding:20px;background:rgb(255 255 255 / .05);border-radius:16px;backdrop-filter:blur(10px);overflow:hidden;height:120px;display:flex;align-items:center}.pwa-marquee{display:flex;animation:marquee-scroll 30s linear infinite;white-space:nowrap;width:max-content}.marquee-item{display:flex;align-items:center;gap:14px;margin-right:50px;flex-shrink:0}.marquee-item i{font-size:2.2rem;color:var(--accent);flex-shrink:0}.marquee-content h3{font-size:1.3rem;margin-bottom:6px;font-weight:600;color:#fff}.marquee-content p{color:rgb(255 255 255 / .85);font-size:1rem;line-height:1.4}@keyframes marquee-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}.pwa-marquee-container:hover .pwa-marquee{animation-play-state:paused}.offline-message,.online-message{position:fixed;bottom:90px;left:20px;padding:12px 24px;border-radius:32px;box-shadow:0 4px 15px rgb(0 0 0 / .3);display:none;z-index:1001;font-weight:600;font-size:.95rem}.offline-message{background:#ff6b6b;color:#fff}.online-message{background:#4CAF50;color:#fff}.loader{text-align:center;margin:30px 0}.loader-dot{width:14px;height:14px;background:var(--accent);border-radius:50%;margin:0 6px;display:inline-block;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%,100%{transform:scale(.8);opacity:.7}50%{transform:scale(1.2);opacity:1}}footer{text-align:center;padding:12px;background-color:#141428;color:#fff;font-size:.9rem;margin-top:20px;border-top:1px solid rgb(255 255 255 / .1)}footer a{color:#00e676;text-decoration:none}.shortcode-zone{margin:25px 0;padding:20px;background:rgb(255 255 255 / .05);border-radius:16px;backdrop-filter:blur(10px);text-align:center}.radio-card,.shortcode-item,.now-playing-preview{word-break:break-word;overflow-wrap:break-word}.barra-player{position:fixed;bottom:0;left:0;right:0;width:100vw;max-width:100%;height:3cm;background-color:#282828;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 20px;box-sizing:border-box;z-index:10000;box-shadow:0 -2px 5px rgb(0 0 0 / .3);z-index:9999}.player-controls-right{display:flex;align-items:center;margin-left:auto;gap:15px}.radio-info,.social-buttons,.metadata,.controls,.player-controller{position:relative;z-index:10;white-space:nowrap}.radio-info{display:flex;align-items:center;flex-shrink:0}.radio-logo{height:3.5cm;margin-right:10px;border-radius:5px}.radio-name{font-size:1.4em;margin:0;font-weight:800;font-family:'akira expanded',sans-serif}.social-buttons{margin-left:auto;margin-right:20px;flex-shrink:0}.social-buttons a{color:#bbb;font-size:1.8em;margin-left:10px;text-decoration:none;transition:color 0.2s ease-in-out}.social-buttons a:hover{color:#eee}.metadata{display:flex;align-items:center;margin-right:20px;flex-shrink:1;overflow:hidden}.player-cover{width:3.5cm;height:3cm;overflow:hidden;border-radius:3px;margin-right:8px;background-color:#333;display:flex;justify-content:center;align-items:center;flex-shrink:0}.player-cover.loading::before{content:'';display:block;width:18px;height:18px;border-radius:50%;border:2px solid #eee;border-top-color:#fff0;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.cover-image{width:100%;height:100%;object-fit:fill;display:block}.song-details{display:flex;flex-direction:column;justify-content:center;overflow:hidden}.song-title{font-size:1em;margin-bottom:2px;margin-top:0;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.song-artist{font-size:.7em;margin:0;color:#bbb;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.controls{display:flex;align-items:center;flex-shrink:0;margin-left:0;margin-right:0}.controls.player-controller{display:flex;align-items:center;gap:10px;margin:0}.player-button{background-color:#fff;color:#888;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:1.2em;cursor:pointer;border:none;outline:none;transition:background-color 0.2s ease-in-out,transform 0.2s ease-in-out;position:relative;overflow:visible;margin-left:5px}.player-button:first-child{margin-left:0}.player-button:hover{background-color:#f0f0f0;transform:scale(1.05)}.player-button-play::after{content:'';display:block;position:absolute;width:100%;height:100%;border-radius:50%;background-color:rgb(0 123 255 / .4);opacity:0;top:0;left:0;transform:scale(0);transition:transform 0.4s ease-out,opacity 0.4s ease-out;z-index:-1}.player-button-play.playing::after{transform:scale(1.5);opacity:1}@keyframes pulse-blue{0%{transform:scale(1);opacity:.6}80%{transform:scale(1.4);opacity:0}100%{transform:scale(1.4);opacity:0}}.player-button-play::before{content:'';position:absolute;width:100%;height:100%;border-radius:50%;background-color:rgb(0 123 255 / .3);z-index:-2;animation:pulse-blue 2s infinite}.volume-button{font-size:1.4em}.controls.player-controller{position:relative;display:flex;align-items:center;justify-content:center;gap:20px}.volume-button,.player-button-play{z-index:10}.player-button.volume-button{transition:background-color 0.3s ease,box-shadow 0.3s ease}.volume-slider{-webkit-appearance:none;appearance:none;position:absolute;z-index:5;background:#f0f0f0;border-radius:8px;height:10px;width:120px;cursor:pointer;bottom:125%}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:#ff6b6b;border-radius:10px;cursor:pointer;border:2px solid #e34a4a}.volume-slider::-moz-range-track{background:#f0f0f0;border-radius:8px;height:10px;cursor:pointer;border:none}.volume-slider::-moz-range-thumb{width:20px;height:20px;background:#ff6b6b;border-radius:10px;cursor:pointer;border:2px solid #e34a4a}.visualizer-container{position:absolute;bottom:0;left:0;width:100%;height:40%;pointer-events:none;overflow:hidden;z-index:0;opacity:1;transition:opacity 0.3s ease-in-out;filter:blur(2px)}.visualizer-container.visualizer-hidden{opacity:0}#audio-visualizer{display:block;width:100%;height:100%}.dynamic-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:.25;z-index:-1}@media (max-width:1024px){.barra-player .radio-info{display:none!important}.volume-slider{width:90px;height:8px;bottom:115%}.volume-slider::-webkit-slider-thumb{width:16px;height:16px}}@media (max-width:768px){header{flex-direction:column;text-align:center;gap:15px}.header-center{order:3;width:100%;justify-content:center}.logo h1{font-size:1.2rem}.social-btn{width:35px;height:35px;font-size:1rem}.search-box{width:120px}.install-btn{font-size:.75rem;min-width:120px}.shortcode-cabecera,.shortcode-zone{padding:15px;font-size:.9rem}.carousel-slide img{max-height:160px}.radio-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:15px}.radio-card{padding:12px;grid-template-columns:1fr;grid-template-rows:auto auto auto auto auto auto;gap:8px}.radio-image{width:100px;height:100px;grid-column:1;grid-row:1;justify-self:center;margin-top:0}.radio-button-group{grid-column:1;grid-row:2;margin-top:0;justify-content:center}.radio-info{grid-column:1;grid-row:3;text-align:center;margin:8px 0;display:block!important}.radio-info h3{font-size:1.2rem;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.3;word-break:break-word;color:#FFDF00;text-shadow:0 1px 3px rgb(0 0 0 / .5);font-weight:700}.radio-details{grid-column:1;grid-row:4;margin:8px 0}.radio-detail{font-size:.85rem}.now-playing-cover{width:100px;height:100px;grid-column:1;grid-row:5;justify-self:center;margin-top:8px}.now-playing-preview{grid-column:1;grid-row:6;width:100%;margin-top:8px;text-align:center;padding:8px}.barra-player{height:auto;padding:10px 15px;align-items:center;justify-content:space-between}.metadata{margin:0 10px;flex:1;min-width:0}.player-cover{width:60px;height:60px;margin-right:8px}.song-details{flex:1;min-width:0}.song-title{font-size:.9em}.song-artist{font-size:.7em}.social-buttons{display:none}.player-controls-right{gap:8px}.controls.player-controller{gap:8px;margin-left:auto}.player-button{width:30px;height:30px;font-size:1em}.volume-slider{width:70px;height:6px;bottom:110%;right:-5px}.volume-slider::-webkit-slider-thumb{width:14px;height:14px;border:1px solid #e34a4a}.volume-slider::-moz-range-thumb{width:14px;height:14px;border:1px solid #e34a4a}.visualizer-container{height:30px}.pwa-marquee-container{height:100px;padding:15px}.marquee-item{gap:10px;margin-right:30px}.marquee-item i{font-size:1.8rem}.marquee-content h3{font-size:1.1rem}.marquee-content p{font-size:.9rem}.shortcode-row{flex-direction:column;gap:15px;padding:15px}.shortcode-item{flex:1 1 100%;min-width:100%}}@media (max-width:480px){.logo img{width:60px}.logo h1{font-size:1rem}.social-links{gap:8px}.social-btn{width:30px;height:30px;font-size:.9rem}.search-box{width:100px}.install-btn{font-size:.7rem;min-width:110px;padding:5px 10px}.radio-card{padding:10px;gap:6px}.radio-info h3{font-size:1.1rem}.radio-image{width:80px;height:80px}.now-playing-cover{width:80px;height:80px}.radio-detail{font-size:.8rem}.now-playing-preview{font-size:.85rem}.barra-player{padding:8px 10px}.player-controls-right{gap:5px}.controls.player-controller{gap:5px}.player-cover{width:50px;height:50px}.song-title{font-size:.8em}.song-artist{font-size:.65em}.player-button{width:28px;height:28px;font-size:.9em}.volume-slider{width:55px;height:5px;bottom:105%;right:-3px;border-radius:6px}.volume-slider::-webkit-slider-thumb{width:12px;height:12px;border:1px solid #e34a4a}.volume-slider::-moz-range-thumb{width:12px;height:12px;border:1px solid #e34a4a}.pwa-marquee-container{height:80px;padding:10px}.marquee-item{gap:8px;margin-right:20px}.marquee-item i{font-size:1.5rem}.marquee-content h3{font-size:1rem;margin-bottom:4px}.marquee-content p{font-size:.8rem}}@media (min-width:769px) and (max-width:1024px){.barra-player .radio-info{display:none!important}.barra-player{padding:12px 20px}.metadata{margin:0 15px}.player-cover{width:70px;height:70px}.song-title{font-size:.95em}.song-artist{font-size:.75em}.social-buttons{display:none}.radio-grid{grid-template-columns:repeat(3,1fr);gap:15px}}@media (min-width:1025px){.social-buttons{display:flex}.barra-player .radio-info{display:flex!important}.barra-player{justify-content:space-between;padding:0 20px}.metadata{margin-right:30px}.player-controls-right{margin-left:auto}}.volume-slider{transition:all 0.3s ease;box-shadow:0 2px 5px rgb(0 0 0 / .2)}.volume-slider:hover{box-shadow:0 3px 8px rgb(0 0 0 / .3)}.volume-slider::-webkit-slider-track{background:#ddd;border-radius:8px;height:100%}.volume-slider::-moz-range-track{background:#ddd;border-radius:8px;height:100%;border:none}@media (max-width:768px){.player-controls-right{position:relative;z-index:100}.volume-slider{z-index:101}}header .header-right .search-box i.fas.fa-search{display:flex!important;align-items:center!important;justify-content:center!important;width:16px!important;height:16px!important;margin:0!important;padding:0!important;background:transparent!important;border:none!important;border-radius:0!important;color:rgb(255 255 255 / .8)!important;font-size:0.9rem!important;flex-shrink:0!important}