html,body{margin:0;padding:0;height:100%}body{background:linear-gradient(180deg,#0f172a,#020617);color:#e5e7eb;font-family:Inter,sans-serif}#root{min-height:100vh}.app{min-height:100vh;width:100%;display:flex;flex-direction:column}.radio-screen{background-color:#0b1120;padding:22px;border-radius:16px;text-align:center;width:100%;max-width:500px;box-shadow:0 4px 30px #00000059;border:1px solid rgba(255,255,255,.05)}.radio-screen img,.image-radio,.station-image{width:100%;height:auto;max-height:190px;object-fit:contain;background-color:#000;border-radius:12px;margin-bottom:18px;padding:8px;box-shadow:0 0 15px #00000059}.radio-screen .station-title{color:#38bdf8;font-size:1.3em;font-weight:600;margin-bottom:12px}.radio-screen .MuiTypography-body1{color:#e5e7eb}.radio-screen .MuiIconButton-root{color:#22c55e;margin-top:20px;transition:.2s ease}.radio-screen .MuiIconButton-root:hover{color:#16a34a;transform:scale(1.08)}@media screen and (max-width: 600px){.radio-screen{padding:18px;max-width:430px}.image-radio,.station-image{width:85%;max-height:140px;margin:0 auto 12px}.MuiTab-root{min-width:55px;font-size:11px;padding:4px 0}}.wave-container{display:flex;align-items:flex-end;height:40px;gap:4px}.wave{width:5px;height:10px;background:#22c55e;border-radius:10px;animation:bounce 1.2s infinite ease-in-out;transition:background .2s ease}.wave:nth-child(2){animation-delay:.2s}.wave:nth-child(3){animation-delay:.4s}.wave:nth-child(4){animation-delay:.6s}.wave:nth-child(5){animation-delay:.8s}.playing .wave{animation-play-state:running;background:#22c55e}.paused .wave{animation-play-state:paused;background:#6b7280}@keyframes bounce{0%{height:10px}50%{height:35px}to{height:10px}}.wave-container.header-wave{height:14px;gap:3px}.wave-container.header-wave .wave{width:3px;height:6px}@keyframes bounce-small{0%{height:6px}50%{height:14px}to{height:6px}}.wave-container.header-wave.playing .wave{animation-name:bounce-small}.wave-container.header-wave.paused .wave{animation-name:none;background:#6b7280}.city{color:orange;font-size:20px;font-weight:700;text-transform:uppercase;margin:10px 0;text-align:left}.radio-loader{display:flex;flex-direction:column;align-items:center;color:#22c55e;font-weight:700}.ring{width:60px;height:60px;border:6px solid #1e293b;border-top-color:#22c55e;border-radius:50%;animation:rotate 1s linear infinite}@keyframes rotate{to{transform:rotate(360deg)}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-position:center;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;display:flex;flex-direction:column;align-items:center}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h3{font-size:1.5em;font-weight:500;color:#241a00}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1,h2{color:#f9f9f9}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
