@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Oswald:wght@500;600;700&display=swap');
:root{--blue:#0d42ff;--cyan:#238dff;--white:#f7f9ff;--muted:#b5bdcc;--line:rgba(255,255,255,.18)}
*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#03060b;color:var(--white);font-family:Inter,system-ui,sans-serif}button,input{font:inherit}button,a{color:inherit}a{text-decoration:none}
.hero{position:relative;width:100%;height:100svh;min-height:600px;overflow:hidden;isolation:isolate}.hero-bg-stack,.hero-bg{position:absolute;inset:0}.hero-bg{background:center/cover no-repeat;opacity:0;transform:scale(1.045);transition:opacity 1.5s ease,transform 10s linear}.hero-bg.is-active{opacity:1;transform:scale(1)}
.hero-overlay{display:none}.film-grain{display:none}
.topbar{position:relative;z-index:4;display:grid;grid-template-columns:220px 1fr 160px;align-items:center;width:calc(100% - 90px);height:92px;margin:17px auto 0}.brand img{width:92px;height:80px;object-fit:contain;filter:drop-shadow(0 8px 20px #000)}.nav{display:flex;justify-content:center;gap:38px}.nav a{position:relative;color:#e1e5ef;font-size:14px;font-weight:500;letter-spacing:.02em;padding:32px 0;transition:.25s}.nav a:hover,.nav a.active{color:#5c8fff}.nav a.active:after{content:'';position:absolute;left:-8px;right:-8px;bottom:22px;height:2px;background:#174cff;box-shadow:0 0 16px #174cff}
.login-button{justify-self:end;display:flex;align-items:center;gap:13px;background:linear-gradient(135deg,#0b37dc,#0926a9);border:0;border-radius:4px;padding:14px 20px;font-size:16px;cursor:pointer;box-shadow:0 10px 30px rgba(8,41,217,.35);transition:.25s}.login-button:hover{box-shadow:0 15px 38px rgba(20,81,255,.65);filter:brightness(1.14)}.user-icon{font-size:23px;line-height:1}
.hero-content{position:relative;z-index:3;display:flex;align-items:center;width:calc(100% - 124px);height:calc(100% - 200px);margin:auto}.hero-copy{margin-top:35px}.eyebrow{margin:0 0 15px;color:#dfe8ff;font-size:12px;letter-spacing:.23em}.eyebrow b{color:#4a7eff;font-weight:500}.play-mark{color:#1c63ff;margin-right:9px}.hero h1{margin:0;font-family:Oswald,sans-serif;font-size:clamp(72px,8.2vw,145px);font-weight:600;line-height:.9;letter-spacing:.01em;color:#edf0f5;text-shadow:0 5px 25px rgba(0,0,0,.45)}.hero h2{font-family:Oswald,sans-serif;font-size:clamp(28px,3vw,48px);font-weight:500;line-height:1.1;margin:22px 0 14px;color:#c6cad2}.hero h2 strong{font-weight:500;color:#2d6bff}.hero-desc{font-size:15px;line-height:1.6;color:#e3e5ea;margin:0}.hero-actions{display:flex;gap:16px;margin-top:28px}.btn{border:0;cursor:pointer;border-radius:4px;padding:14px 20px;font-size:15px;letter-spacing:.02em;transition:transform .25s,box-shadow .25s,filter .25s}.btn:hover{transform:translateY(-3px) scale(1.015);filter:brightness(1.13)}.btn-xl{min-width:211px}.btn-primary{background:linear-gradient(135deg,#0b36df,#0926ac);box-shadow:0 12px 32px rgba(5,43,220,.4)}.btn-primary b{float:right;margin-left:35px;font-size:25px;line-height:15px;font-weight:400}.btn-discord{background:rgba(4,7,14,.53);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(12px)}.discord-mark{color:#758dff;font-size:18px;margin-right:9px}
.hero-bottom{position:absolute;z-index:4;left:0;right:0;bottom:30px;display:flex;justify-content:center;align-items:center}.carousel-meta{display:flex;align-items:center;gap:12px}.carousel-dots{display:flex;gap:14px}.carousel-dots button{width:18px;height:5px;border-radius:5px;border:1px solid #ccd3dc;background:transparent;cursor:pointer}.carousel-dots button.active{background:#1460ff;border-color:#1460ff;box-shadow:0 0 13px #1460ff}.carousel-progress{display:none}.music-pill{position:absolute;right:55px;display:flex;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.2);background:rgba(4,8,15,.36);border-radius:20px;padding:9px 15px;color:#dce5ff;font-size:10px;letter-spacing:.1em;cursor:pointer;backdrop-filter:blur(12px)}.music-pill b{font-size:18px;color:#4e80ff}.equalizer{display:flex;gap:2px;height:14px;align-items:end}.equalizer i{display:block;width:2px;background:#4c7cff;animation:bars .8s ease-in-out infinite alternate}.equalizer i:nth-child(1){height:7px}.equalizer i:nth-child(2){height:14px;animation-delay:.2s}.equalizer i:nth-child(3){height:10px;animation-delay:.4s}@keyframes bars{to{height:4px}}
.modal{position:fixed;inset:0;z-index:20;display:none}.modal.is-open{display:block}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.76);backdrop-filter:blur(14px)}.glass{background:linear-gradient(145deg,rgba(20,31,54,.91),rgba(5,10,20,.95));border:1px solid rgba(122,160,255,.27);box-shadow:0 30px 100px rgba(0,0,0,.65),inset 0 1px rgba(255,255,255,.1)}
.auth-panel{position:relative;width:min(450px,calc(100% - 32px));margin:7vh auto;padding:32px;border-radius:18px;animation:pop .35s ease}.modal-close{position:absolute;right:15px;top:13px;width:34px;height:34px;border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:50%;color:#fff;font-size:23px;cursor:pointer}.auth-logo{width:105px;height:80px;object-fit:contain}.auth-panel h3,.player-panel h3{font-family:Oswald;font-size:35px;font-weight:500;margin:4px 0 7px}.auth-subtitle{color:var(--muted);font-size:13px;line-height:1.5;margin:0 0 22px}.auth-panel form{display:grid;gap:13px}.auth-panel label{display:grid;gap:7px;color:#bbc5d8;font-size:12px}.auth-panel input{width:100%;padding:13px 14px;border:1px solid rgba(255,255,255,.15);border-radius:7px;background:rgba(0,0,0,.25);color:white;outline:0}.auth-panel input:focus{border-color:#4780ff;box-shadow:0 0 0 3px rgba(35,105,255,.15)}.password-box{position:relative}.password-box input{padding-right:44px}.toggle-password{position:absolute;right:8px;top:8px;border:0;background:transparent;color:#7ea4ff;padding:5px;cursor:pointer}.forgot-link,.auth-switch button{border:0;background:none;color:#7aa0ff;cursor:pointer;font-size:12px;padding:12px 0}.auth-switch{text-align:center;color:#8995aa;font-size:12px}.auth-switch button{padding:0 0 0 4px}.hidden{display:none!important}
.player-panel{position:relative;width:min(580px,calc(100% - 32px));margin:11vh auto;padding:30px;border-radius:18px;animation:pop .35s ease}.player-heading{display:flex;justify-content:space-between;align-items:start}.player-heading .eyebrow{margin-bottom:4px}.playing-led{font-size:10px;color:#58e9a0;letter-spacing:.1em}.audio-visual{display:flex;align-items:center;justify-content:center;gap:30px;padding:30px 0}.album-orb{width:150px;height:150px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 30%,#6398ff,#122e9a 45%,#060a18 70%);font:600 50px Oswald;box-shadow:0 0 0 11px rgba(55,111,255,.08),0 0 60px rgba(27,82,255,.4)}.album-orb span{color:#77a1ff}.wave{display:flex;gap:5px;align-items:center}.wave i{width:4px;height:22px;background:#477dff;border-radius:4px;animation:bars .7s ease-in-out infinite alternate}.wave i:nth-child(2n){height:40px;animation-delay:.2s}.wave i:nth-child(3n){height:28px;animation-delay:.4s}.track-time{display:flex;align-items:center;gap:10px;color:#8d9bb2;font-size:11px}.track-time input{flex:1}.player-controls{display:flex;justify-content:center;align-items:center;gap:24px;margin:18px 0}.player-controls button{border:0;background:none;color:white;font-size:24px;cursor:pointer}.player-controls .play-button{width:55px;height:55px;border-radius:50%;background:#1553ef;font-size:18px;box-shadow:0 8px 25px rgba(22,78,239,.4)}.volume{display:flex;align-items:center;gap:8px;font-size:14px}.volume input{width:90px}.playlist{display:grid;gap:7px}.playlist button{display:flex;align-items:center;gap:14px;border:1px solid transparent;border-radius:8px;padding:11px;background:rgba(255,255,255,.035);color:#b8c2d4;text-align:left;cursor:pointer}.playlist button.selected{border-color:#295ee5;background:rgba(28,75,190,.2);color:#fff}.playlist button span{color:#6f91ff;font-size:11px}.playlist button b{margin-left:auto;color:#6e8dff}@keyframes pop{from{opacity:0;transform:translateY(15px) scale(.98)}to{opacity:1;transform:none}}
.toast{position:fixed;z-index:50;left:50%;bottom:24px;transform:translate(-50%,20px);opacity:0;background:#101b32;border:1px solid #315bc0;border-radius:8px;padding:13px 18px;font-size:12px;transition:.3s}.toast.show{opacity:1;transform:translate(-50%,0)}
@media(max-width:1100px){.topbar{width:calc(100% - 40px);grid-template-columns:120px 1fr 120px}.nav{gap:18px}.nav a{font-size:11px}.hero-content{width:calc(100% - 70px)}}@media(max-width:720px){.hero{min-height:560px}.topbar{height:75px;margin-top:8px;grid-template-columns:70px 1fr 95px}.brand img{width:70px;height:66px}.nav{display:none}.login-button{padding:11px 13px;font-size:12px}.hero-content{width:calc(100% - 38px);height:calc(100% - 150px);align-items:center}.hero-copy{margin-top:15px}.hero h1{font-size:clamp(55px,15vw,90px)}.hero h2{font-size:clamp(22px,6vw,34px)}.hero-desc{font-size:12px}.hero-actions{gap:9px;flex-direction:column;align-items:flex-start}.btn-xl{min-width:190px}.music-pill{right:15px;bottom:45px}.hero-bottom{bottom:19px}.auth-panel,.player-panel{margin-top:5vh}.audio-visual{padding:20px 0}.album-orb{width:110px;height:110px;font-size:38px}}

/* The supplied artwork is the finished desktop composition. Keep the UI hotspots,
   but do not render a second copy of its typography and controls over the artwork. */
.hero-bg{background-size:100% 100%;transform:none!important;transition:opacity 1.5s ease}
.topbar{z-index:6;opacity:0}
.topbar a,.topbar button{pointer-events:auto}
.hero-content{z-index:5;position:absolute;inset:0;width:100%;height:100%;margin:0;pointer-events:none}
.hero-copy{opacity:0;pointer-events:none}
.hero-actions{pointer-events:auto}
.hero-bottom{z-index:6;opacity:0;pointer-events:none}
.music-pill{pointer-events:auto}
