@import"https://fonts.googleapis.com/css2?family=Spline+Sans:wght@400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";:root{--primary: #ad2bee;--primary-glow: rgba(173, 43, 238, .4);--bg-dark: #120917;--bg-panel: rgba(28, 16, 34, .65);--text-main: #f0ecf4;--text-muted: #9a8aab}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Spline Sans,sans-serif;background-color:var(--bg-dark);color:var(--text-main);height:100vh;width:100vw;overflow:hidden;user-select:none;-webkit-user-select:none}.text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fullscreen-center{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;gap:16px}.fullscreen-center h2{font-size:2.5rem;font-weight:700}.fullscreen-center p{font-size:1.2rem;color:var(--text-muted)}.error-icon{font-size:4rem;margin-bottom:20px}.btn-retry{margin-top:30px;background:var(--primary);color:#fff;border:none;padding:16px 32px;font-size:1.2rem;font-weight:700;border-radius:12px;cursor:pointer;box-shadow:0 8px 24px var(--primary-glow)}.loader-pulse{width:80px;height:80px;background:var(--primary);border-radius:50%;animation:pulse-ring 2s infinite cubic-bezier(.215,.61,.355,1);box-shadow:0 0 40px var(--primary-glow)}.loader-pulse--small{width:24px;height:24px;animation-duration:3s}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}to{transform:scale(2.5);opacity:0}}.unlinked-screen{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100vh;padding:8vh 0;background:radial-gradient(circle at top,#2a1040 0%,var(--bg-dark) 60%)}.unlinked-header{text-align:center;animation:fade-in-up 1s ease-out}.logo-icon{font-size:4rem;color:var(--primary);margin-bottom:-10px;display:block}.logo-text{font-size:4.5rem;font-weight:800;letter-spacing:-.04em;background:linear-gradient(135deg,#fff,#d0b0ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logo-subtext{font-size:1.4rem;color:var(--text-muted);font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-top:8px}.qr-container{display:flex;flex-direction:column;align-items:center;gap:24px;animation:fade-in-up 1s ease-out .2s both}.qr-box{background:#ffffff0d;border:1px solid rgba(173,43,238,.3);padding:32px;border-radius:32px;box-shadow:0 24px 64px #0006,0 0 80px #ad2bee26}.qr-box canvas{border-radius:16px}.qr-banner{display:flex;align-items:center;gap:12px;background:var(--primary);padding:12px 24px;border-radius:999px;box-shadow:0 8px 24px var(--primary-glow)}.qr-banner span{font-size:1.8rem}.qr-banner h2{font-size:1.4rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.qr-instructions{font-size:1.4rem;line-height:1.5;color:var(--text-muted);text-align:center}.unlinked-status{display:flex;align-items:center;gap:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:16px 32px;border-radius:999px;font-size:1.2rem;font-weight:600;color:#cca4e8;animation:fade-in-up 1s ease-out .4s both}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.player-layout{position:relative;display:flex;flex-direction:column;height:100vh;width:100vw;background:var(--bg-dark);overflow:hidden}.player-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1c1022f2,#120917fa);z-index:0}.player-header{position:relative;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:48px 64px 24px;background:linear-gradient(to bottom,rgba(0,0,0,.6) 0%,transparent 100%)}.header-left{display:flex;align-items:center;gap:16px}.header-logo{font-size:2.5rem;color:var(--primary)}.header-left h1{font-size:2rem;font-weight:800;letter-spacing:-.02em}.header-right{display:flex;align-items:center;gap:32px}.header-badge{display:flex;align-items:center;gap:12px;background:#ad2bee33;border:1px solid rgba(173,43,238,.4);padding:10px 20px;border-radius:999px;font-size:1.2rem;font-weight:700;color:#dcb3f8}.header-badge span{font-size:1.5rem}.header-clock{font-size:1.8rem;font-weight:600;color:var(--text-muted);font-variant-numeric:tabular-nums}.player-content{position:relative;z-index:1;display:flex;flex:1;padding:0 64px 64px;gap:80px}.player-main{flex:1;display:flex;flex-direction:column;justify-content:flex-end;max-width:65%}.artwork-container{position:relative;aspect-ratio:1;width:100%;max-width:65vh;margin-bottom:40px}.artwork-box{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;overflow:hidden;box-shadow:0 30px 60px #0009;background:#2a1a3a;z-index:2;border:1px solid rgba(255,255,255,.1)}.artwork-img{width:100%;height:100%;object-fit:cover}.artwork-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:8rem}.artwork-glow{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;width:calc(100% + 40px);height:calc(100% + 40px);object-fit:cover;filter:blur(60px) brightness(.8) saturate(1.5);opacity:.6;border-radius:50%;z-index:1}.track-meta{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.track-badges{display:flex;align-items:center;gap:16px;margin-bottom:8px}.track-tag{background:var(--primary);color:#fff;padding:6px 16px;border-radius:6px;font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.track-title{font-size:4.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#fff}.track-artist{font-size:2rem;font-weight:500;color:var(--text-muted)}.track-added-by{font-size:1.2rem;color:#a88cb8;margin-top:8px}.track-added-by strong{color:#fff}.eq-bars{display:flex;align-items:flex-end;gap:4px;height:24px}.eq-bar{width:6px;background:var(--primary);border-radius:3px;animation:eq-bounce 1s infinite alternate ease-in-out}.eq-bar--2{animation-delay:.2s}.eq-bar--3{animation-delay:.6s}.eq-bar--4{animation-delay:.4s}@keyframes eq-bounce{0%{height:4px}to{height:24px}}.progress-section{width:100%}.progress-bar-bg{width:100%;height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden;margin-bottom:12px}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#8120b0,#d955f0);border-radius:6px;transition:width .2s linear}.progress-labels{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:600;color:var(--text-muted);font-variant-numeric:tabular-nums}.empty-state{display:flex;flex-direction:column;justify-content:center;height:100%;max-width:600px}.empty-icon{font-size:6rem;color:#ffffff1a;margin-bottom:24px}.empty-state h2{font-size:3rem;margin-bottom:16px}.empty-state p{font-size:1.5rem;color:var(--text-muted)}.player-sidebar{display:flex;flex-direction:column;gap:32px;flex:0 0 400px}.sidebar-section{background:var(--bg-panel);border:1px solid rgba(255,255,255,.05);border-radius:24px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:24px}.sidebar-queue{flex:0 1 45%;display:flex;flex-direction:column;overflow:hidden}.sidebar-heading{display:flex;align-items:center;gap:12px;font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.sidebar-heading span{color:var(--primary)}.queue-list{display:flex;flex-direction:column;gap:16px;flex:1;overflow-y:auto;padding-right:8px}.queue-list::-webkit-scrollbar{width:6px}.queue-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.queue-list::-webkit-scrollbar-thumb{background:#ad2bee66;border-radius:3px}.queue-empty{color:var(--text-muted);font-size:1.2rem;line-height:1.5;text-align:center;padding:40px 0}.queue-item{display:flex;align-items:center;gap:16px}.queue-item-art{width:56px;height:56px;border-radius:12px;background:#ad2bee33;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.queue-item-art img{width:100%;height:100%;object-fit:cover}.queue-item-art span{color:var(--primary);font-size:1.5rem}.queue-item-info{display:flex;flex-direction:column;gap:4px;min-width:0}.queue-item-title{font-size:1.2rem;font-weight:700;color:#fff}.queue-item-meta{font-size:1rem;color:var(--text-muted)}.queue-dot{margin:0 6px;opacity:.5}.queue-added{color:#dba9f3}.sidebar-join{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:32px 20px;background:linear-gradient(135deg,#ad2bee26,#1c1022cc);border-color:#ad2bee4d;text-align:center;flex:1}.join-qr-box{background:#fff;padding:8px;border-radius:16px;box-shadow:0 8px 24px #0006}.join-text h3{font-size:1.6rem;font-weight:800;color:#fff;margin-bottom:4px}.join-text p{font-size:1.1rem;color:#cca4e8;line-height:1.4}.qr-code-text,.join-code{margin-top:12px;display:inline-block;background:#ffffff1a;padding:8px 16px;border-radius:8px;font-size:1.2rem;color:#fff;cursor:pointer;transition:all .2s;border:1px solid rgba(255,255,255,.2)}.join-code{font-size:1rem;margin-top:8px}.qr-code-text:hover,.join-code:hover{background:#ad2bee4d;border-color:#ad2bee80;transform:translateY(-2px)}.qr-code-text:active,.join-code:active{transform:translateY(0)}
