:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--yellow:#f6c400;--yellow-light:#ffe071;--black:#050505;--dark:#0b0b0b;--dark-soft:#151515;--white:#fff;--text-soft:#d4d4d4}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{background:#050505;font-family:Arial,Helvetica,sans-serif}.radio-app{background-image:url(/radio-background.png);background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;width:100%;height:100dvh;min-height:100dvh;display:flex;position:relative;overflow:hidden}.background-overlay{pointer-events:none;z-index:1;background:linear-gradient(#00000047,#0000007a 45%,#000000d1);position:absolute;inset:0}.radio-content{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;max-width:760px;min-height:0;margin:0 auto;padding:30px 24px 20px;display:flex;position:relative}.sound-wave-wrapper{justify-content:center;align-items:center;width:100%;margin-bottom:18px;display:flex}.sound-wave{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:linear-gradient(135deg,#00000080,#0f0f0f33);border:1px solid #f6c4002e;border-radius:24px;justify-content:center;align-items:center;gap:5px;width:min(100%,560px);height:115px;padding:15px 18px;display:flex;box-shadow:0 10px 35px #00000059}.wave-bar{background:linear-gradient(to top, #d99e00, var(--yellow), var(--yellow-light));transform-origin:50%;width:5px;height:18px;animation:1.8s ease-in-out infinite waveIdle;animation-delay:calc(var(--i) * -.05s);border-radius:20px;flex-shrink:0;display:block;box-shadow:0 0 8px #f6c40066}@keyframes waveIdle{0%,to{opacity:.55;height:18px}50%{opacity:.85;height:28px}}.sound-wave.active .wave-bar{animation:.8s ease-in-out infinite wavePlaying;animation-delay:calc(var(--i) * -.07s)}@keyframes wavePlaying{0%,to{height:20px}25%{height:calc(35px + (var(--i) * 1px))}50%{height:calc(80px - ((var(--i) % 7) * 7px))}75%{height:calc(45px + ((var(--i) % 5) * 8px))}}.player-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#070707f0,#121212e6);border:2px solid #f6c400e0;border-radius:28px;flex-direction:column;align-items:center;width:100%;max-width:560px;padding:22px 24px 18px;display:flex;box-shadow:0 12px 45px #0009,inset 0 1px #ffffff0d}.play-button{border:3px solid var(--yellow);width:82px;height:82px;color:var(--yellow);cursor:pointer;background:radial-gradient(circle at 30% 25%,#292929,#070707 65%);border-radius:50%;justify-content:center;align-items:center;transition:transform .25s,box-shadow .25s,background .25s;display:flex;box-shadow:0 0 0 6px #f6c40014,0 8px 24px #00000080}.play-button:hover{transform:scale(1.06);box-shadow:0 0 0 8px #f6c4001f,0 0 28px #f6c40059}.play-button:active{transform:scale(.96)}.play-button.playing{background:linear-gradient(145deg,#171717,#050505);box-shadow:0 0 0 7px #f6c4001f,0 0 35px #f6c40059}.listen-label{color:var(--yellow);letter-spacing:2.5px;text-transform:uppercase;margin-top:12px;font-size:.72rem;font-weight:800}.live-status{color:var(--text-soft);letter-spacing:1.8px;text-transform:uppercase;justify-content:center;align-items:center;gap:8px;margin-top:15px;font-size:.68rem;font-weight:800;display:flex}.live-dot{background:#555;border-radius:50%;width:8px;height:8px;transition:background .3s,box-shadow .3s}.live-dot.active{background:var(--yellow);animation:1.4s infinite pulseLive;box-shadow:0 0 10px #f6c400f2}@keyframes pulseLive{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.35)}}.now-playing{text-align:center;width:100%;margin-top:12px}.music-title{color:var(--white);white-space:nowrap;text-overflow:ellipsis;text-shadow:0 2px 12px #000000a6;font-size:clamp(1rem,3vw,1.35rem);font-weight:800;line-height:1.25;overflow:hidden}.music-artist{color:var(--yellow-light);white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:clamp(.78rem,2.5vw,.95rem);font-weight:500;overflow:hidden}.volume-control{align-items:center;gap:12px;width:100%;max-width:330px;margin-top:18px;display:flex}.volume-button{width:32px;height:32px;color:var(--yellow);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.volume-control input{width:100%;accent-color:var(--yellow);cursor:pointer}.error-message{color:#ffb7b7;text-align:center;margin-top:12px;font-size:.75rem}.bottom-menu{z-index:5;width:100%;min-height:72px;padding:7px 8px calc(7px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#0a0a0af2,#000000fa);border-top:1px solid #f6c40040;grid-template-columns:repeat(5,1fr);align-items:center;display:grid;position:relative;box-shadow:0 -8px 30px #00000073}.menu-item{color:#8b8b8b;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;padding:5px 2px;transition:color .2s,transform .2s;display:flex}.menu-item:hover{color:var(--yellow)}.menu-item:active{transform:scale(.94)}.menu-item.active{color:var(--yellow)}.menu-item span{white-space:nowrap;font-size:.6rem;font-weight:700}@media (width<=768px){.radio-app{background-image:url(/radio-background-celular.png);background-position:50%}.background-overlay{background:linear-gradient(#00000029,#00000057 42%,#000c)}.radio-content{justify-content:flex-end;padding:20px 16px 12px}.sound-wave-wrapper{margin-bottom:12px}.sound-wave{border-radius:20px;gap:3px;height:90px;padding:12px 10px}.wave-bar{width:4px}.player-section{border-radius:24px;padding:17px 18px 14px}.play-button{border-width:2px;width:70px;height:70px}.listen-label{margin-top:9px;font-size:.64rem}.live-status{margin-top:10px;font-size:.6rem}.now-playing{margin-top:8px}.music-title{font-size:1rem}.music-artist{margin-top:4px;font-size:.78rem}.volume-control{margin-top:13px}.bottom-menu{min-height:66px}.menu-item svg{width:20px;height:20px}.menu-item span{font-size:.55rem}}@media (height<=700px){.radio-content{padding-top:12px}.sound-wave{height:70px}.sound-wave-wrapper{margin-bottom:8px}.player-section{padding:12px 18px 10px}.play-button{width:60px;height:60px}.listen-label{margin-top:6px}.live-status{margin-top:7px}.now-playing{margin-top:5px}.volume-control{margin-top:8px}.bottom-menu{min-height:60px}}button:focus-visible,input:focus-visible{outline:2px solid var(--yellow);outline-offset:3px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
