@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--bg-color: #000000;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--text-muted: rgba(255, 255, 255, .5);--accent: #ffffff;--accent-muted: rgba(255, 255, 255, .2);--glass-bg: rgba(20, 20, 20, .4);--glass-border: rgba(255, 255, 255, .05);--font-family: "Inter", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--bg-color);color:var(--text-primary);line-height:1.5;min-height:100vh;min-height:100dvh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none}#root{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;position:relative}button{background:none;border:none;color:inherit;cursor:pointer;font-family:inherit;outline:none;-webkit-tap-highlight-color:transparent}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--glass-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#fff3}.layout-root{display:flex;flex-direction:column;height:100vh;height:100dvh;position:relative;overflow:hidden;color:#fff;background:#000}.dynamic-background{position:absolute;inset:0;z-index:0}.dynamic-blur-img{width:100%;height:100%;object-fit:cover;transform:scale(1.1);filter:blur(12px) brightness(.6) saturate(1.2);transition:opacity 1s ease;animation:slowPan 40s ease-in-out infinite alternate}@keyframes slowPan{0%{transform:scale(1.1) translate(0)}to{transform:scale(1.2) translate(-2%,2%)}}.bg-gradient-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0003,#00000080 60%,#000000e6)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;z-index:10}.brand{display:flex;align-items:center;gap:.75rem;font-weight:700;letter-spacing:.05em;font-size:1.1rem}.brand-logo{height:32px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.btn-install{display:flex;align-items:center;gap:.5rem;background:#ffffff26;border:1px solid rgba(255,255,255,.1);color:#fff;padding:.4rem .8rem;border-radius:99px;font-weight:600;font-size:.85rem;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-install:hover{background:#ffffff40}.main-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:0 1.5rem;z-index:10;overflow-y:hidden;width:100%}.hero-section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:480px;height:100%;padding-bottom:2rem}.hero-art-wrapper{position:relative;width:80%;max-width:320px;margin:0 auto 2rem;aspect-ratio:1/1;border-radius:8px;overflow:hidden;box-shadow:0 30px 60px #000000b3;background:#111}.hero-art{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-out}.hero-art.pulse-anim{animation:breathing 8s infinite alternate ease-in-out}@keyframes breathing{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero-info{display:flex;flex-direction:column;width:100%;align-items:flex-start;text-align:left;margin-bottom:1.5rem}.hero-info-header{display:flex;justify-content:space-between;align-items:flex-end;width:100%;margin-bottom:.25rem;gap:1rem}.hero-title{font-size:1.6rem;font-weight:800;line-height:1.2;letter-spacing:-.02em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 4px 12px rgba(0,0,0,.5);flex:1}.live-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#ff6b6b;padding:.25rem .6rem;border-radius:4px;font-size:.65rem;font-weight:700;letter-spacing:.1em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;height:fit-content;margin-bottom:.3rem}.live-dot{width:5px;height:5px;background:#ef4444;border-radius:50%;box-shadow:0 0 8px #ef4444;animation:pulseLight 2s infinite}.hero-subtitle{font-size:1.1rem;font-weight:400;color:#ffffffb3}.mobile-player-controls{width:100%;display:flex;flex-direction:column;gap:1.5rem}.mobile-volume-group{display:flex;align-items:center;gap:1rem;width:100%}.mute-btn{color:#ffffffb3;transition:color .2s;background:transparent;border:none;cursor:pointer;padding:0;display:flex}.mute-btn:hover{color:#fff}.volume-slider{flex:1;-webkit-appearance:none;height:4px;background:#fff3;border-radius:2px;outline:none;cursor:pointer}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 2px 5px #00000080}.mobile-mega-controls{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 1rem}.tool-btn{color:#ffffffb3;background:transparent;border:none;border-radius:50%;transition:color .2s,background .2s;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:.75rem}.tool-btn:active{background:#ffffff1a;color:#fff}.play-pause-btn{border-radius:50%;background:#fff;color:#000;display:flex;justify-content:center;align-items:center;box-shadow:0 8px 30px #fff3;transition:transform .2s cubic-bezier(.175,.885,.32,1.275);border:none;cursor:pointer}.play-pause-btn.mega-play{width:80px;height:80px}.play-pause-btn:active{transform:scale(.9)}.play-pause-btn.is-playing{box-shadow:0 8px 40px #fff6}.play-icon-offset{margin-left:4px}.ocean-waves-container{position:absolute;left:0;right:0;width:100%;height:120px;z-index:5;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 1s ease,visibility 1s ease;bottom:0}.ocean-waves-container.waves-active{opacity:1;visibility:visible}.waves{position:absolute;width:100%;height:100%;bottom:0;left:0}.parallax>use{animation:move-forever 15s cubic-bezier(.55,.5,.45,.5) infinite;animation-play-state:paused}.ocean-waves-container.waves-active .parallax>use{animation-play-state:running}.parallax>use:nth-child(1){animation-delay:-2s;animation-duration:10s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:15s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:20s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:25s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}.mobile-footer-base{height:60px;width:100%;display:flex;justify-content:center;align-items:center;z-index:10;background:linear-gradient(to top,#000,#0000)}.mobile-footer-text{font-size:.75rem;color:#fff6;font-weight:500;text-transform:uppercase;letter-spacing:.05em;z-index:20}.history-modal-overlay{position:absolute;inset:0;background:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;display:flex;justify-content:center;align-items:center;padding:1.5rem}.history-modal-content{background:#141414d9;border:1px solid rgba(255,255,255,.1);border-radius:20px;width:100%;max-width:440px;max-height:75vh;display:flex;flex-direction:column;box-shadow:0 25px 60px #000000b3;overflow:hidden}.history-header{padding:1.2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}.history-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;margin:0}.close-btn{color:#ffffff80;background:transparent;border:none;cursor:pointer;display:flex}.history-list{padding:1rem 1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.history-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;border-radius:8px;background:#ffffff08}.history-number{font-size:.8rem;font-weight:700;color:#fff6;width:20px}.history-track{font-weight:500;font-size:.95rem;line-height:1.3;color:#ffffffe6}.history-empty{text-align:center;color:#ffffff80;padding:2rem 0}.hidden-mobile{display:none!important}@media(min-width:1024px){.hidden-mobile{display:flex!important}.mobile-only{display:none!important}.navbar{padding:2rem 4rem}.btn-install{padding:.5rem 1.25rem;font-size:.9rem}.brand-logo{height:40px}.brand-text{font-size:1.25rem}.dynamic-blur-img{filter:blur(10px) brightness(.3) saturate(1.2)}.ocean-waves-container{height:160px;bottom:119px}.main-content{justify-content:center;padding-bottom:220px}.hero-section{flex-direction:row;max-width:1400px;gap:5rem;align-items:center;justify-content:flex-start;margin-top:0}.hero-art-wrapper{max-width:480px;width:40vw;border-radius:12px;box-shadow:0 40px 100px #000c;margin-bottom:0}.hero-info{align-items:flex-start;justify-content:center}.hero-info-header{flex-direction:column;align-items:flex-start;gap:.5rem}.hero-title{font-size:5.5rem;font-weight:900;line-height:1.1;text-shadow:0 10px 40px rgba(0,0,0,.6)}.live-badge{margin-bottom:1rem;font-size:.8rem;padding:.35rem 1rem}.hero-subtitle{font-size:1.75rem;margin-bottom:2.5rem}.listeners-count{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1a;padding:.75rem 1.5rem;border-radius:99px;font-weight:600;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)}.player-bar{position:absolute;bottom:0;left:0;right:0;height:120px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background:#080808f2;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-top:1px solid rgba(255,255,255,.1);padding:0 4rem;box-shadow:0 -10px 50px #000c;z-index:50}.player-bar-left{display:flex;align-items:center;gap:1.25rem;width:30%;min-width:250px}.mini-art{width:72px;height:72px;border-radius:6px;object-fit:cover;box-shadow:0 4px 15px #00000080}.mini-info{display:flex;flex-direction:column;overflow:hidden}.mini-title{font-weight:700;font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-subtitle{font-size:.9rem;color:#fff9}.player-bar-center{width:40%;display:flex;justify-content:center}.player-controls{display:flex;align-items:center;gap:2rem}.play-pause-btn{width:64px;height:64px}.tool-btn:hover{color:#fff;transform:scale(1.1)}.player-bar-right{width:30%;display:flex;align-items:center;justify-content:flex-end;gap:2.5rem}.volume-wrapper{display:flex;align-items:center;gap:1rem;width:150px}.desktop-social-bar{display:flex;align-items:center;gap:1rem;padding-left:1.5rem;border-left:1px solid rgba(255,255,255,.1)}.desktop-social-bar a{color:#ffffff80;transition:all .2s}.desktop-social-bar a:hover{color:#fff;transform:translateY(-2px)}}
