@layer astro-reveal{[data-reveal]{--reveal-index: 0}[data-reveal][data-easing=smooth]{--reveal-easing: cubic-bezier(.16, 1, .3, 1)}[data-reveal][data-easing=bounce]{--reveal-easing: cubic-bezier(.34, 1.56, .64, 1)}[data-reveal][data-easing=elastic]{--reveal-easing: cubic-bezier(.68, -.55, .27, 1.55)}[data-reveal][data-easing=sharp]{--reveal-easing: cubic-bezier(.4, 0, .2, 1)}[data-reveal][data-easing=soft]{--reveal-easing: cubic-bezier(.33, 1, .68, 1)}[data-reveal][data-speed=instant]{--reveal-duration: .2s}[data-reveal][data-speed=fast]{--reveal-duration: .4s}[data-reveal][data-speed=normal]{--reveal-duration: .7s}[data-reveal][data-speed=slow]{--reveal-duration: 1.1s}[data-reveal][data-distance-preset=small]{--reveal-distance: .5rem}[data-reveal][data-distance-preset=medium]{--reveal-distance: 1.5rem}[data-reveal][data-distance-preset=large]{--reveal-distance: 3rem}@media(prefers-reduced-motion:no-preference){@supports (animation-timeline: view()){:where(html:not(.reveal-js)) [data-reveal]{animation:linear both;animation-timeline:view();animation-range:entry calc(15% + var(--reveal-index) * 4%) cover calc(50% + var(--reveal-index) * 4%)}:where(html:not(.reveal-js)) [data-reveal=up]{animation-name:reveal-up}:where(html:not(.reveal-js)) [data-reveal=down]{animation-name:reveal-down}:where(html:not(.reveal-js)) [data-reveal=left]{animation-name:reveal-left}:where(html:not(.reveal-js)) [data-reveal=right]{animation-name:reveal-right}:where(html:not(.reveal-js)) [data-reveal=fade]{animation-name:reveal-fade}:where(html:not(.reveal-js)) [data-reveal=scale]{animation-name:reveal-scale}:where(html:not(.reveal-js)) [data-reveal=blur]{animation-name:reveal-blur}}}@media(prefers-reduced-motion:no-preference){html.reveal-js [data-reveal]{opacity:0;transition-property:opacity,transform,filter;transition-duration:var(--reveal-duration, .7s);transition-timing-function:var(--reveal-easing, cubic-bezier(.16, 1, .3, 1));transition-delay:calc(var(--reveal-index) * var(--reveal-stagger, 90ms));will-change:opacity,transform}html.reveal-js [data-reveal=up]{transform:translateY(var(--reveal-distance, 1.5rem))}html.reveal-js [data-reveal=down]{transform:translateY(calc(-1 * var(--reveal-distance, 1.5rem)))}html.reveal-js [data-reveal=left]{transform:translate(var(--reveal-distance, 1.5rem))}html.reveal-js [data-reveal=right]{transform:translate(calc(-1 * var(--reveal-distance, 1.5rem)))}html.reveal-js [data-reveal=scale]{transform:scale(var(--reveal-scale, .94))}html.reveal-js [data-reveal=blur]{filter:blur(var(--reveal-blur, 8px))}html.reveal-js [data-reveal].is-revealed{opacity:1;transform:none;filter:none}}@keyframes reveal-up{0%{opacity:0;transform:translateY(var(--reveal-distance, 1.5rem))}to{opacity:1;transform:translateY(0)}}@keyframes reveal-down{0%{opacity:0;transform:translateY(calc(-1 * var(--reveal-distance, 1.5rem)))}to{opacity:1;transform:translateY(0)}}@keyframes reveal-left{0%{opacity:0;transform:translate(var(--reveal-distance, 1.5rem))}to{opacity:1;transform:translate(0)}}@keyframes reveal-right{0%{opacity:0;transform:translate(calc(-1 * var(--reveal-distance, 1.5rem)))}to{opacity:1;transform:translate(0)}}@keyframes reveal-fade{0%{opacity:0}to{opacity:1}}@keyframes reveal-scale{0%{opacity:0;transform:scale(var(--reveal-scale, .94))}to{opacity:1;transform:scale(1)}}@keyframes reveal-blur{0%{opacity:0;filter:blur(var(--reveal-blur, 8px))}to{opacity:1;filter:blur(0)}}}@property --sky-top{syntax: "<color>"; initial-value: #030612; inherits: true;}@property --sky-mid{syntax: "<color>"; initial-value: #0a0f22; inherits: true;}@property --sky-bot{syntax: "<color>"; initial-value: #0f1530; inherits: true;}@property --hill-back{syntax: "<color>"; initial-value: #040608; inherits: true;}@property --hill-front{syntax: "<color>"; initial-value: #020306; inherits: true;}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#030612}button{cursor:pointer;border:none;background:none;font-family:inherit}input[type=range]{-webkit-appearance:none;appearance:none;background:transparent}#sky-scene[data-astro-cid-bwypt4tk]{position:fixed;inset:0;overflow:hidden;z-index:0}#sky-bg[data-astro-cid-bwypt4tk]{position:absolute;inset:0;background:linear-gradient(to bottom,var(--sky-top) 0%,var(--sky-mid) 50%,var(--sky-bot) 100%);transition:--sky-top 90s ease,--sky-mid 90s ease,--sky-bot 90s ease}#stars-canvas[data-astro-cid-bwypt4tk]{position:absolute;inset:0;width:100%;height:100%;opacity:var(--star-opacity, 1);transition:opacity 120s ease;pointer-events:none}.celestial[data-astro-cid-bwypt4tk]{position:absolute;transform:translate(-50%,-50%);opacity:0;transition:left 60s linear,top 60s linear,opacity 30s ease;pointer-events:none}#sun[data-astro-cid-bwypt4tk]{width:70px;height:70px}.sun-halo[data-astro-cid-bwypt4tk]{position:absolute;inset:-40px;border-radius:50%;background:radial-gradient(circle,rgba(255,200,60,.25) 0%,transparent 70%);animation:sun-pulse 4s ease-in-out infinite}.sun-core[data-astro-cid-bwypt4tk]{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 40% 35%,#fff9d0,#ffd23f 45%,#ff9500);box-shadow:0 0 30px 10px #ffc83c99,0 0 80px 30px #ffa0144d}@keyframes sun-pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}#moon[data-astro-cid-bwypt4tk]{width:52px;height:52px}.moon-glow[data-astro-cid-bwypt4tk]{position:absolute;inset:-30px;border-radius:50%;background:radial-gradient(circle,rgba(200,220,255,.15) 0%,transparent 70%)}.moon-core[data-astro-cid-bwypt4tk]{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 35% 30%,#e8eeff,#c8d8ff 60%,#a0b8ee);box-shadow:0 0 20px 6px #a0b4ff4d,inset -8px -4px 16px #5064b466;overflow:hidden}.crater[data-astro-cid-bwypt4tk]{position:absolute;border-radius:50%;background:#6478b440;border:1px solid rgba(80,100,160,.2)}.crater-a[data-astro-cid-bwypt4tk]{width:12px;height:12px;top:22%;left:28%}.crater-b[data-astro-cid-bwypt4tk]{width:8px;height:8px;top:52%;left:55%}.crater-c[data-astro-cid-bwypt4tk]{width:6px;height:6px;top:36%;left:60%}#clouds-layer[data-astro-cid-bwypt4tk]{position:absolute;inset:0;pointer-events:none}.cloud[data-astro-cid-bwypt4tk]{position:absolute;transition:opacity 15s ease}.cloud[data-astro-cid-bwypt4tk] svg[data-astro-cid-bwypt4tk]{filter:drop-shadow(0 4px 12px rgba(0,0,0,.12));width:100%;height:100%}.cloud-1[data-astro-cid-bwypt4tk]{width:220px;top:8%;animation:drift 85s linear infinite;animation-delay:-20s}.cloud-2[data-astro-cid-bwypt4tk]{width:165px;top:22%;animation:drift 115s linear infinite;animation-delay:-55s}.cloud-3[data-astro-cid-bwypt4tk]{width:190px;top:12%;animation:drift 70s linear infinite;animation-delay:-10s}.cloud-4[data-astro-cid-bwypt4tk]{width:140px;top:32%;animation:drift 100s linear infinite;animation-delay:-72s}.cloud-5[data-astro-cid-bwypt4tk]{width:250px;top:4%;animation:drift 130s linear infinite;animation-delay:-40s}@keyframes drift{0%{transform:translate(110vw)}to{transform:translate(-30vw)}}#clouds-layer[data-astro-cid-bwypt4tk].clouds-0 .cloud[data-astro-cid-bwypt4tk]{opacity:0}#clouds-layer[data-astro-cid-bwypt4tk].clouds-1 .cloud-1[data-astro-cid-bwypt4tk]{opacity:.7}#clouds-layer[data-astro-cid-bwypt4tk].clouds-1 .cloud-2[data-astro-cid-bwypt4tk],#clouds-layer[data-astro-cid-bwypt4tk].clouds-1 .cloud-3[data-astro-cid-bwypt4tk],#clouds-layer[data-astro-cid-bwypt4tk].clouds-1 .cloud-4[data-astro-cid-bwypt4tk],#clouds-layer[data-astro-cid-bwypt4tk].clouds-1 .cloud-5[data-astro-cid-bwypt4tk]{opacity:0}#clouds-layer[data-astro-cid-bwypt4tk].clouds-2 .cloud-1[data-astro-cid-bwypt4tk],#clouds-layer[data-astro-cid-bwypt4tk].clouds-2 .cloud-2[data-astro-cid-bwypt4tk],#clouds-layer[data-astro-cid-bwypt4tk].clouds-2 .cloud-3[data-astro-cid-bwypt4tk]{opacity:.75}#clouds-layer[data-astro-cid-bwypt4tk].clouds-2 .cloud-4[data-astro-cid-bwypt4tk],#clouds-layer[data-astro-cid-bwypt4tk].clouds-2 .cloud-5[data-astro-cid-bwypt4tk]{opacity:0}#clouds-layer[data-astro-cid-bwypt4tk].clouds-3 .cloud[data-astro-cid-bwypt4tk]{opacity:.9}#clouds-layer[data-astro-cid-bwypt4tk].clouds-3 .cloud[data-astro-cid-bwypt4tk] svg[data-astro-cid-bwypt4tk] path[data-astro-cid-bwypt4tk]{fill:#d8d8d8}#weather-canvas[data-astro-cid-bwypt4tk]{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity 5s ease}#weather-canvas[data-astro-cid-bwypt4tk].active{opacity:1}#hills[data-astro-cid-bwypt4tk]{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:max(100vw,180vh);height:auto;transition:--hill-back 90s ease,--hill-front 90s ease}#fog-layer[data-astro-cid-bwypt4tk]{position:absolute;bottom:0;left:0;width:100%;height:35%;background:linear-gradient(to top,rgba(200,210,220,.55),transparent);opacity:0;transition:opacity 8s ease;pointer-events:none}#fog-layer[data-astro-cid-bwypt4tk].active{opacity:1}#player-card[data-astro-cid-peecseug]{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2rem 2.5rem 1.75rem;min-width:280px;background:#ffffff12;backdrop-filter:blur(28px) saturate(1.4);-webkit-backdrop-filter:blur(28px) saturate(1.4);border:1px solid rgba(255,255,255,.13);border-radius:28px;box-shadow:0 8px 32px #00000059,0 1px #ffffff1a inset;color:#ffffffeb}.station-name[data-astro-cid-peecseug]{font-size:1.05rem;font-weight:300;letter-spacing:.28em;text-transform:uppercase;color:#ffffffd9}.star[data-astro-cid-peecseug]{font-size:.7em;opacity:.6;vertical-align:middle}.on-air[data-astro-cid-peecseug]{display:flex;align-items:center;gap:.5rem;opacity:.5;transition:opacity .5s ease}.on-air[data-astro-cid-peecseug].live{opacity:1}.on-air-dot[data-astro-cid-peecseug]{width:7px;height:7px;border-radius:50%;background:#4caf80}.on-air[data-astro-cid-peecseug].live .on-air-dot[data-astro-cid-peecseug]{animation:pulse-dot 1.8s ease-in-out infinite;box-shadow:0 0 6px #4caf80}@keyframes pulse-dot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.7}}.on-air-label[data-astro-cid-peecseug]{font-size:.62rem;font-weight:500;letter-spacing:.2em;color:#ffffffb3}.waveform[data-astro-cid-peecseug]{display:flex;align-items:center;gap:3px;height:28px;opacity:0;transition:opacity .5s ease}.waveform[data-astro-cid-peecseug].playing{opacity:1}.bar[data-astro-cid-peecseug]{display:block;width:3px;border-radius:2px;background:#ffffff8c;animation:wave 1.2s ease-in-out infinite;transform-origin:bottom}.bar[data-astro-cid-peecseug]:nth-child(1){height:8px;animation-delay:0s}.bar[data-astro-cid-peecseug]:nth-child(2){height:18px;animation-delay:.1s}.bar[data-astro-cid-peecseug]:nth-child(3){height:12px;animation-delay:.2s}.bar[data-astro-cid-peecseug]:nth-child(4){height:22px;animation-delay:.15s}.bar[data-astro-cid-peecseug]:nth-child(5){height:28px;animation-delay:.05s}.bar[data-astro-cid-peecseug]:nth-child(6){height:20px;animation-delay:.3s}.bar[data-astro-cid-peecseug]:nth-child(7){height:14px;animation-delay:.1s}.bar[data-astro-cid-peecseug]:nth-child(8){height:18px;animation-delay:.25s}.bar[data-astro-cid-peecseug]:nth-child(9){height:9px;animation-delay:0s}@keyframes wave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.play-btn[data-astro-cid-peecseug]{width:72px;height:72px;border-radius:50%;background:#ffffff1f;border:1.5px solid rgba(255,255,255,.22);color:#ffffffe6;display:flex;align-items:center;justify-content:center;transition:background .25s ease,transform .15s ease,box-shadow .25s ease}.play-btn[data-astro-cid-peecseug]:hover{background:#fff3;transform:scale(1.06);box-shadow:0 0 24px #ffffff26}.play-btn[data-astro-cid-peecseug]:active{transform:scale(.96)}.btn-icon[data-astro-cid-peecseug]{width:28px;height:28px}.hidden[data-astro-cid-peecseug]{display:none}.spin[data-astro-cid-peecseug]{animation:spin-anim 1s linear infinite}@keyframes spin-anim{to{transform:rotate(360deg)}}.volume-row[data-astro-cid-peecseug]{display:flex;align-items:center;gap:.6rem;width:100%}.vol-icon[data-astro-cid-peecseug]{width:16px;height:16px;flex-shrink:0;color:#ffffff80}#volume-slider[data-astro-cid-peecseug]{flex:1;height:3px;border-radius:2px;background:#ffffff26;outline:none;cursor:pointer}#volume-slider[data-astro-cid-peecseug]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#ffffffd9;cursor:pointer;box-shadow:0 0 6px #0000004d;transition:transform .15s ease}#volume-slider[data-astro-cid-peecseug]::-webkit-slider-thumb:hover{transform:scale(1.2)}#volume-slider[data-astro-cid-peecseug]::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#ffffffd9;border:none;cursor:pointer}.side-btn[data-astro-cid-7a66te4b]{position:fixed;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:#ffffff73;cursor:pointer;transition:background .3s ease,color .3s ease,transform .3s ease,opacity .3s ease,box-shadow .3s ease}.btn-tooltip[data-astro-cid-7a66te4b]{position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);white-space:nowrap;background:#080c1ce0;border:1px solid rgba(255,255,255,.12);color:#ffffffd9;font-size:.72rem;letter-spacing:.05em;padding:5px 10px;border-radius:8px;pointer-events:none;opacity:0;transition:opacity .2s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.side-btn[data-astro-cid-7a66te4b]:hover .btn-tooltip[data-astro-cid-7a66te4b]{opacity:1}.side-btn[data-astro-cid-7a66te4b]:hover{background:#ffffff24;color:#ffffffd9;transform:translateY(-50%) scale(1.1);box-shadow:0 0 16px #ffffff1a}.side-btn[data-astro-cid-7a66te4b] svg[data-astro-cid-7a66te4b]{width:18px;height:18px}.side-btn[data-astro-cid-7a66te4b].left{left:28px}.side-btn[data-astro-cid-7a66te4b].right{right:28px}@media(max-width:480px){.side-btn[data-astro-cid-7a66te4b].left{left:14px}.side-btn[data-astro-cid-7a66te4b].right{right:14px}}#about-modal[data-astro-cid-mulelyzn]{display:none;position:fixed;inset:0;z-index:50;align-items:center;justify-content:center}#about-modal[data-astro-cid-mulelyzn].open{display:flex}#modal-backdrop[data-astro-cid-mulelyzn]{position:absolute;inset:0;background:#0000008c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:fade-in .25s ease}#modal-card[data-astro-cid-mulelyzn]{position:relative;z-index:1;width:92%;max-width:420px;padding:2rem;background:#080c1ce0;border:1px solid rgba(255,255,255,.1);border-radius:24px;box-shadow:0 24px 60px #00000080,0 1px #ffffff14 inset;color:#ffffffd9;animation:slide-up .3s cubic-bezier(.34,1.56,.64,1)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}#modal-close[data-astro-cid-mulelyzn]{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ffffff73;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);transition:color .2s,background .2s;cursor:pointer}#modal-close[data-astro-cid-mulelyzn]:hover{color:#ffffffe6;background:#ffffff1f}#modal-close[data-astro-cid-mulelyzn] svg[data-astro-cid-mulelyzn]{width:15px;height:15px}.modal-header[data-astro-cid-mulelyzn]{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.modal-icon[data-astro-cid-mulelyzn]{font-size:1.4rem}#modal-title[data-astro-cid-mulelyzn]{font-size:1.1rem;font-weight:400;letter-spacing:.06em;color:#ffffffe6}.modal-body[data-astro-cid-mulelyzn]{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.25rem}.modal-intro[data-astro-cid-mulelyzn]{font-size:.85rem;font-weight:300;line-height:1.7;color:#fff9}.modal-divider[data-astro-cid-mulelyzn]{height:1px;background:#ffffff14}.locutores-label[data-astro-cid-mulelyzn]{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin-bottom:-.25rem}.locutor-card[data-astro-cid-mulelyzn]{display:flex;flex-direction:column;gap:.15rem}.locutor-name[data-astro-cid-mulelyzn]{font-size:.85rem;font-weight:400;color:#ffffffb3;letter-spacing:.02em}.locutor-desc[data-astro-cid-mulelyzn]{font-size:.85rem;font-weight:300;line-height:1.7;color:#fff9}.features-grid[data-astro-cid-mulelyzn]{display:flex;flex-direction:column;gap:.4rem}.feature-pill[data-astro-cid-mulelyzn]{display:flex;align-items:center;gap:.55rem;font-size:.85rem;color:#fff9;font-weight:300;line-height:1.7}.feature-icon[data-astro-cid-mulelyzn]{font-size:.85rem;flex-shrink:0}.modal-footer[data-astro-cid-mulelyzn]{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.footer-credit[data-astro-cid-mulelyzn]{font-size:.75rem;color:#ffffff59;letter-spacing:.02em;font-weight:300}.github-link[data-astro-cid-mulelyzn]{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#ffffffd9;text-decoration:none;transition:color .2s;letter-spacing:.02em;font-weight:300}.github-link[data-astro-cid-mulelyzn]:hover{color:#fff}.donate-link[data-astro-cid-mulelyzn]{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.7rem;border-radius:12px;background:#ff50501f;border:1px solid rgba(255,80,80,.2);color:#ffa0a0cc;font-size:.82rem;letter-spacing:.04em;text-decoration:none;transition:background .25s,color .25s;cursor:pointer}.donate-link[data-astro-cid-mulelyzn]:hover{background:#ff50502e;color:#ffb4b4f2}#weather-hud[data-astro-cid-j7pv25f6]{position:fixed;top:22px;left:50%;transform:translate(-50%);z-index:10;display:flex;flex-direction:row;align-items:center;gap:8px;padding:7px 18px;background:#0000002e;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:999px;color:#ffffffa6;font-size:.8rem;font-weight:300;letter-spacing:.06em;white-space:nowrap;pointer-events:none;user-select:none;text-shadow:0 1px 4px rgba(0,0,0,.4)}#hud-icon[data-astro-cid-j7pv25f6]{font-size:.95rem;line-height:1}#hud-temp[data-astro-cid-j7pv25f6]{opacity:.9}.hud-sep[data-astro-cid-j7pv25f6]{opacity:.3}#hud-time[data-astro-cid-j7pv25f6]{font-size:.88rem;font-weight:400;letter-spacing:.14em;color:#ffffffd9}#hud-city[data-astro-cid-j7pv25f6]{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;opacity:.5}
