@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--font-main: "Outfit", sans-serif;--color-bg-dark: #0a0a0c;--color-bg-card: rgba(255, 255, 255, .05);--color-bg-card-hover: rgba(255, 255, 255, .1);--color-text-primary: #ffffff;--color-text-secondary: #a0a0a0;--color-accent-primary: #8b5cf6;--color-accent-secondary: #ec4899;--gradient-main: linear-gradient(135deg, var(--color-accent-primary), var(--color-accent-secondary));--glass-border: 1px solid rgba(255, 255, 255, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-bg-dark);color:var(--color-text-primary);min-height:100vh;overflow-x:hidden;background-image:radial-gradient(circle at 10% 20%,rgba(139,92,246,.15) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(236,72,153,.15) 0%,transparent 40%)}#root{display:flex;flex-direction:column;min-height:100vh}.app-container{max-width:1200px;margin:0 auto;padding:2rem;padding-bottom:120px}.header{text-align:center;margin-bottom:3rem;padding:2rem 0}.logo-text{font-size:2.5rem;font-weight:700;background:var(--gradient-main);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.subtitle{color:var(--color-text-secondary);font-size:1.1rem}.stations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.station-card{background:var(--color-bg-card);border:var(--glass-border);border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.station-card:hover{background:var(--color-bg-card-hover);transform:translateY(-5px);border-color:#8b5cf64d}.station-icon{width:80px;height:80px;background:linear-gradient(135deg,#2a2a35,#1a1a20);border-radius:50%;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary)}.station-card.active .station-icon{background:var(--gradient-main);color:#fff}.station-name{font-weight:600;font-size:1.2rem;margin-bottom:.5rem}.station-status{font-size:.85rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:6px}.live-dot{width:8px;height:8px;background-color:#666;border-radius:50%;display:inline-block}.live-dot.active{background-color:#22c55e;box-shadow:0 0 0 4px #22c55e33}.fixed-player{position:fixed;bottom:0;left:0;right:0;height:100px;background:#0f172af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:var(--glass-border);display:flex;align-items:center;padding:0 2rem;z-index:100}.player-info{display:flex;align-items:center;gap:1.5rem;flex:1}.player-thumb{width:60px;height:60px;border-radius:8px;background:#333;overflow:hidden;display:flex;align-items:center;justify-content:center}.player-thumb img{width:100%;height:100%;object-fit:cover}.player-text h3{font-size:1.1rem;font-weight:600;margin-bottom:.2rem}.player-text p{color:var(--color-text-secondary);font-size:.9rem}.player-controls{flex:1;display:flex;justify-content:center}.btn-play{width:50px;height:50px;border-radius:50%;background:var(--gradient-main);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.player-volume{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:1rem}.volume-slider{width:100px}@media(max-width:768px){.fixed-player{height:auto;flex-direction:column;padding:1rem;gap:1rem}.player-info,.player-controls,.player-volume{width:100%;justify-content:center}}@media(max-width:600px){.stations-grid{grid-template-columns:repeat(3,1fr);gap:.8rem}}.full-player-overlay{position:fixed;top:0;left:0;width:100%;height:100dvh;background-color:var(--color-bg-dark);z-index:2000;display:flex;flex-direction:column;overflow:hidden}.player-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;filter:blur(80px);opacity:.3;z-index:-1}.player-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,transparent 0%,var(--color-bg-dark) 100%);z-index:-1}.player-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;width:100%;z-index:10;flex-shrink:0}.icon-btn{background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:50%;transition:background .3s}.icon-btn:hover{background:#ffffff1a}.back-btn{display:flex;align-items:center;gap:8px;background:none;border:none;color:#fff;cursor:pointer;padding:10px 16px;border-radius:24px;transition:background .3s;font-size:1.4rem;font-weight:600}.back-btn:hover{background:#ffffff1a}.header-station-info{display:flex;flex-direction:column;align-items:center;gap:4px}.header-pretitle{font-size:.75rem;letter-spacing:2px;text-transform:uppercase;color:var(--color-text-secondary)}.header-title{font-size:clamp(1rem,6vw,2.5rem);font-weight:700;color:#fff;text-align:center;line-height:1.2}.player-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:1rem;width:100%;max-width:600px;margin:0 auto;gap:1rem;overflow-y:auto}.artwork-container{width:min(280px,65vw);aspect-ratio:1/1;height:auto;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #00000080;margin-bottom:.5rem;flex-shrink:0}.main-artwork{width:100%;height:100%;object-fit:cover}.placeholder-art{width:100%;height:100%;background:linear-gradient(135deg,#2a2a35,#1a1a20);display:flex;align-items:center;justify-content:center}.track-info-large{text-align:center;width:100%;flex-shrink:0}.track-title-large{font-size:clamp(1.4rem,5vw,1.8rem);font-weight:700;margin-bottom:.2rem;background:linear-gradient(to right,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;padding:0 .5rem}.track-artist-large{font-size:clamp(1rem,3vw,1.2rem);color:#fff;font-weight:500;margin-bottom:.2rem}.track-album-large{font-size:1rem;color:var(--color-text-secondary);font-weight:400}.controls-large{width:100%;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1rem;flex-shrink:0}.wave-container{width:100%;max-width:600px;flex:0 0 auto;height:200px;margin:.5rem auto 0;display:flex;justify-content:center;align-items:center;overflow:hidden}.play-icon{width:48px;height:48px}@media(max-width:768px){.back-btn span{display:none}.back-btn{padding:8px}.header-station-info{flex:1;min-width:0;padding:0 .5rem}.header-title{font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;display:block}.header-pretitle{font-size:.6rem}.player-content{justify-content:flex-start;padding-bottom:2rem;gap:.5rem}.artwork-container{width:min(240px,60vw);height:auto;max-height:30vh;aspect-ratio:1/1;flex-shrink:0;margin:1rem 0}.track-info-large{margin-top:0;margin-bottom:.5rem;flex-shrink:0}.track-title-large{font-size:1.3rem}.wave-container{height:80px;margin:0 auto}.controls-large{gap:.5rem;margin-bottom:.5rem;margin-top:auto}.play-btn-large{width:60px;height:60px}.play-icon{width:32px;height:32px}}.volume-container{display:flex;align-items:center;gap:1rem;padding:0 1rem}.volume-slider-large{flex:1;height:6px;background:#fff3;border-radius:3px;appearance:none;outline:none}.volume-slider-large::-webkit-slider-thumb{appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 0 10px #ffffff80}.main-playback-controls{display:flex;justify-content:center;align-items:center}.play-btn-large{width:80px;height:80px;border-radius:50%;background:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 30px #ffffff4d;transition:transform .2s,box-shadow .2s}.play-btn-large:hover{transform:scale(1.05);box-shadow:0 0 40px #ffffff80}.play-btn-large svg{fill:#000}@media(max-width:600px){.stations-grid{grid-template-columns:repeat(3,1fr);gap:.8rem;-webkit-overflow-scrolling:touch;scroll-behavior:smooth}}.play-btn-large{cursor:pointer!important;z-index:100!important;position:relative!important}.app-container{max-width:1400px;margin:0 auto;padding:1rem;height:100dvh;display:flex;flex-direction:column;overflow:hidden}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:.5rem;padding:.5rem 0;flex-shrink:0;width:100%}@media(max-height:700px){.hero-logo img{height:100px!important}.hero-subtitle{font-size:1.2rem!important}}.logo-text{font-size:2rem;font-weight:700;background:var(--gradient-main);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.2rem;letter-spacing:-.02em}.subtitle{color:var(--color-text-secondary);font-size:.9rem}.hero-subtitle{color:#fff;text-shadow:0 0 10px rgba(255,255,255,.5);font-size:1.8rem;font-weight:700;letter-spacing:1px;margin-top:.5rem}.stations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-auto-rows:1fr;gap:.8rem;width:100%;flex:1;overflow-y:auto;padding-bottom:1rem;align-content:start}@media(min-width:768px){.stations-grid{grid-template-columns:repeat(4,1fr);align-content:center}}@media(min-width:1200px){.stations-grid{grid-template-columns:repeat(5,1fr)}}.station-card{background:var(--color-bg-card);border:var(--glass-border);border-radius:12px;padding:.8rem;cursor:pointer;transition:var(--transition-smooth);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;min-height:110px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.station-card:hover{background:var(--color-bg-card-hover);transform:translateY(-3px);box-shadow:0 5px 15px -5px #00000080;border-color:#8b5cf64d}.station-card.active{border-color:var(--color-accent-primary);background:#8b5cf61a}.station-icon{width:44px;height:44px;background:linear-gradient(135deg,#2a2a35,#1a1a20);border-radius:50%;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--color-text-secondary);box-shadow:0 3px 8px #0000004d;transition:var(--transition-smooth);flex-shrink:0}.station-icon svg{width:50%!important;height:50%!important}.station-card:hover .station-icon,.station-card.active .station-icon{transform:scale(1.1);color:#fff;background:var(--gradient-main);box-shadow:0 0 15px #8b5cf666}.station-name{font-weight:600;font-size:.9rem;margin-bottom:.3rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.station-status{font-size:.7rem;color:var(--color-text-secondary);display:flex;align-items:center;gap:4px}.live-dot{width:6px;height:6px;background-color:#22c55e;border-radius:50%;display:inline-block}.live-dot.active{box-shadow:0 0 #22c55eb3;animation:pulse-green 2s infinite}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #22c55eb3}70%{transform:scale(1);box-shadow:0 0 0 6px #22c55e00}to{transform:scale(.95);box-shadow:0 0 #22c55e00}}.playing-bars{display:flex;gap:2px;height:14px;align-items:flex-end}.bar{width:3px;background:var(--color-accent-primary);border-radius:2px;animation:equalizer 1s infinite ease-in-out}.bar:nth-child(2){animation-delay:.1s}.bar:nth-child(3){animation-delay:.2s}.bar:nth-child(4){animation-delay:.3s}@media(max-width:480px){.app-container{padding:.8rem}.stations-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.station-card{min-height:100px;padding:.6rem}.station-name{font-size:.8rem}}@media(max-width:600px){.stations-grid{grid-template-columns:repeat(3,1fr);gap:.8rem-webkit-overflow-scrolling:touch;scroll-behavior:smooth}}@media(max-height:600px)and (max-width:900px){.hero-section{display:none}.stations-grid{grid-template-columns:repeat(6,1fr)}}
