@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";
.radio-page{color:#fff;-webkit-font-smoothing:antialiased;background:#0a0a0f;flex-direction:column;align-items:center;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;position:relative;overflow:hidden}.radio-bg{z-index:0;position:fixed;inset:0;overflow:hidden}.radio-bg-orb{filter:blur(120px);opacity:.4;will-change:transform;border-radius:50%;position:absolute}.radio-bg-orb-1{background:radial-gradient(circle,#6366f1,#4f46e5 40%,#0000 70%);width:600px;height:600px;animation:18s ease-in-out infinite orbFloat1;top:-10%;left:-10%}.radio-bg-orb-2{background:radial-gradient(circle,#ec4899,#db2777 40%,#0000 70%);width:500px;height:500px;animation:22s ease-in-out infinite orbFloat2;bottom:-15%;right:-10%}.radio-bg-orb-3{background:radial-gradient(circle,#06b6d4,#0891b2 40%,#0000 70%);width:400px;height:400px;animation:15s ease-in-out infinite orbFloat3;top:40%;left:50%;transform:translate(-50%)}@keyframes orbFloat1{0%,to{transform:translate(0)scale(1)}33%{transform:translate(80px,60px)scale(1.1)}66%{transform:translate(-40px,30px)scale(.95)}}@keyframes orbFloat2{0%,to{transform:translate(0)scale(1)}33%{transform:translate(-60px,-50px)scale(1.05)}66%{transform:translate(40px,-30px)scale(.9)}}@keyframes orbFloat3{0%,to{transform:translate(-50%)translate(0)scale(1)}50%{transform:translate(-50%)translate(30px,-40px)scale(1.15)}}.radio-loading{color:#fff9;background:#0a0a0f;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:100vh;font-family:Inter,sans-serif;display:flex}.radio-loading svg{color:#6366f1}.radio-loading p{letter-spacing:.05em;font-size:1rem}.radio-header{z-index:10;justify-content:space-between;align-items:center;width:100%;max-width:480px;padding:1.5rem 1.5rem 0;display:flex;position:relative}.radio-logo{letter-spacing:.12em;color:#fff;align-items:center;gap:.6rem;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700;display:flex}.radio-logo svg{color:#6366f1}.radio-playlist-toggle{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ffffffb3;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem .9rem;font-size:.8rem;font-weight:500;transition:all .3s;display:flex}.radio-playlist-toggle:hover,.radio-playlist-toggle.active{color:#a5b4fc;background:#6366f126;border-color:#6366f166}.radio-main{z-index:10;flex-direction:column;align-items:center;gap:1.8rem;width:100%;max-width:480px;padding:2rem 1.5rem 3rem;display:flex;position:relative}.radio-cover-section{justify-content:center;width:100%;display:flex}.radio-vinyl-wrapper{width:280px;height:280px;position:relative}.radio-vinyl-wrapper.spinning .radio-vinyl{animation:3s linear infinite vinylSpin}.radio-vinyl{background:conic-gradient(#111 0deg,#1a1a2e 30deg,#111 60deg,#1a1a2e 90deg,#111 120deg,#1a1a2e 150deg,#111 180deg,#1a1a2e 210deg,#111 240deg,#1a1a2e 270deg,#111 300deg,#1a1a2e 330deg,#111 360deg);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;box-shadow:0 0 0 3px #ffffff0d,0 0 60px #6366f126,0 20px 60px #00000080}.radio-vinyl-grooves{border:1px solid #ffffff08;border-radius:50%;position:absolute;inset:10px;box-shadow:inset 0 0 0 15px #ffffff03,inset 0 0 0 30px #ffffff04,inset 0 0 0 45px #ffffff03,inset 0 0 0 60px #ffffff04,inset 0 0 0 75px #ffffff03}.radio-vinyl-label{z-index:2;background:linear-gradient(135deg,#1e1b4b,#312e81);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0006}.radio-vinyl-label:after{content:"";z-index:3;background:#0a0a0f;border-radius:50%;width:12px;height:12px;position:absolute}.radio-cover-img{object-fit:cover;border-radius:50%;width:100%;height:100%}@keyframes vinylSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.radio-track-info{text-align:center;width:100%}.radio-track-title{letter-spacing:.04em;background:linear-gradient(135deg,#fff 0%,#a5b4fc 50%,#c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Space Grotesk,sans-serif;font-size:1.6rem;font-weight:700;line-height:1.2}.radio-track-artist{color:#ffffff73;letter-spacing:.06em;margin-top:.35rem;font-size:.9rem;font-weight:400}.radio-visualizer{align-items:flex-end;gap:3px;width:100%;max-width:360px;height:64px;padding:0 .5rem;display:flex}.radio-viz-bar{opacity:.75;background:linear-gradient(#ec4899,#a855f7,#6366f1);border-radius:2px;flex:1;min-height:4px;transition:height 80ms}.radio-progress-section{align-items:center;gap:.75rem;width:100%;display:flex}.radio-time{color:#ffffff59;font-variant-numeric:tabular-nums;text-align:center;min-width:36px;font-size:.72rem}.radio-progress-bar{cursor:pointer;background:#ffffff14;border-radius:999px;flex:1;height:5px;position:relative;overflow:visible}.radio-progress-fill{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:999px;height:100%;transition:width .1s linear;position:relative}.radio-progress-dot{opacity:0;background:#fff;border-radius:50%;width:12px;height:12px;transition:opacity .2s;position:absolute;top:50%;right:-6px;transform:translateY(-50%);box-shadow:0 0 8px #6366f199}.radio-progress-bar:hover .radio-progress-dot{opacity:1}.radio-controls{justify-content:center;align-items:center;gap:1.2rem;display:flex}.radio-ctrl-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.6rem;transition:all .25s;display:flex;position:relative}.radio-ctrl-btn:hover{color:#fff;background:#ffffff14}.radio-ctrl-btn.active{color:#6366f1}.radio-ctrl-sm{padding:.5rem}.radio-ctrl-play{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;width:64px;height:64px;transition:all .3s;box-shadow:0 4px 20px #6366f166,0 0 #6366f100;color:#fff!important}.radio-ctrl-play:hover{background:linear-gradient(135deg,#818cf8,#a78bfa);transform:scale(1.08);box-shadow:0 6px 30px #6366f18c,0 0 0 6px #6366f11f}.radio-ctrl-play:active{transform:scale(.96)}.radio-repeat-badge{color:#6366f1;font-size:.55rem;font-weight:800;position:absolute;top:2px;right:2px}.radio-volume{align-items:center;gap:.6rem;width:160px;display:flex}.radio-volume-slider{appearance:none;cursor:pointer;background:#ffffff1a;border-radius:999px;outline:none;flex:1;height:4px}.radio-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:14px;height:14px;box-shadow:0 0 6px #6366f180}.radio-volume-slider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:14px;height:14px;box-shadow:0 0 6px #6366f180}.radio-playlist-drawer{z-index:100;-webkit-backdrop-filter:blur(40px)saturate(1.5);backdrop-filter:blur(40px)saturate(1.5);background:#0a0a12eb;border-left:1px solid #ffffff0f;flex-direction:column;width:380px;max-width:90vw;height:100vh;display:flex;position:fixed;top:0;right:0}.radio-playlist-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.radio-playlist-header h2{letter-spacing:.04em;margin:0;font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:600}.radio-playlist-header button{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:1.8rem;line-height:1;transition:color .2s}.radio-playlist-header button:hover{color:#fff}.radio-playlist-list{flex:1;padding:.5rem;overflow-y:auto}.radio-playlist-list::-webkit-scrollbar{width:4px}.radio-playlist-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:999px}.radio-playlist-item{color:#fff;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.8rem;width:100%;padding:.75rem;transition:all .25s;display:flex}.radio-playlist-item:hover{background:#ffffff0d}.radio-playlist-item.active{background:#6366f11f;border:1px solid #6366f133}.radio-playlist-cover{object-fit:cover;background:#ffffff0d;border-radius:8px;flex-shrink:0;width:48px;height:48px}.radio-playlist-meta{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.radio-playlist-title{white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:600;overflow:hidden}.radio-playlist-artist{color:#fff6;font-size:.75rem}.radio-playlist-playing{flex-shrink:0;align-items:flex-end;gap:2px;height:18px;display:flex}.radio-playlist-playing span{background:#6366f1;border-radius:1px;width:3px;animation:.6s ease-in-out infinite alternate eqBar;display:block}.radio-playlist-playing span:first-child{height:40%;animation-delay:0s}.radio-playlist-playing span:nth-child(2){height:70%;animation-delay:.15s}.radio-playlist-playing span:nth-child(3){height:50%;animation-delay:.3s}@keyframes eqBar{0%{height:20%}to{height:100%}}@media (max-width:520px){.radio-header{padding:1rem 1rem 0}.radio-main{padding:1.5rem 1rem 2.5rem}.radio-vinyl-wrapper{width:220px;height:220px}.radio-vinyl-label{width:90px;height:90px}.radio-track-title{font-size:1.3rem}.radio-visualizer{height:48px}.radio-playlist-drawer{width:100vw;max-width:100vw}}@media (min-height:800px){.radio-main{gap:2.2rem;padding-top:3rem}.radio-vinyl-wrapper{width:300px;height:300px}.radio-vinyl-label{width:130px;height:130px}}@media (min-width:768px){.radio-main{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:32px;margin-top:2rem;padding:3rem 2.5rem 4rem;box-shadow:0 40px 80px #0000004d}}
