:root{--bg-primary: #0f0f12 url("./background-S5ZU4YKO.webp") no-repeat;--bg-body-primary: #0f0f12;--text-primary: #e0e0e6;--accent-color: #6a5acd;--fallback-cover-bg: #0f0f12 url("./background-S5ZU4YKO.webp") no-repeat}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-body-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh}.player-ovr{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.player{background:var(--bg-primary);position:relative;background-position:center;background-size:cover;border-radius:16px;aspect-ratio:9 / 16;padding:1.5rem;width:100%;max-width:56.25vh;max-height:100vh;display:flex;flex-direction:column;text-align:center;box-shadow:0 8px 24px #00000080}.cover{width:100%;aspect-ratio:1 / 1;border-radius:12px;background-size:cover;background-position:center;margin-bottom:1.25rem;transition:opacity .3s;display:none}.cover.fallback{background-color:var(--fallback-cover-bg)}.info{position:absolute;top:0;left:0;width:100%;display:block;background:#00000080}.info h2{font-size:1.25rem;margin-bottom:1.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:10%;color:#fff;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000}.visualizer{width:99%;height:12%;border-radius:8px;position:absolute;left:50%;transform:translate(-50%);align-items:flex-end;bottom:3px}.controls{display:flex;justify-content:center;align-items:end;gap:1rem;position:absolute;left:50%;transform:translate(-50%);bottom:0}.controls button{background:transparent;border:none;border-radius:50%;width:56px;height:56px;font-size:1.25rem;cursor:pointer;transition:background .2s;z-index:10}.controls img{max-width:50px}.controls button:hover{opacity:.9}.settings{display:flex;flex-direction:column;gap:.75rem;font-size:.9rem}.settings label{display:flex;align-items:center;gap:.5rem;justify-content:center}@media(max-width:480px){.player{padding:1rem}.controls button{width:48px;height:48px;font-size:1.1rem}}.viz-controls{display:flex;justify-content:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.viz-controls button{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;width:44px;height:44px;font-size:1.2rem;cursor:pointer;color:var(--text-primary);transition:all .2s ease;display:flex;align-items:center;justify-content:center}#link img,#share img{position:absolute;bottom:0;max-width:46px;max-height:46px}#link img{right:0}#share img{right:50px}.viz-controls button:hover{background:#6a5acd33;border-color:var(--accent-color);transform:translateY(-2px)}.viz-controls button.active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.time-display{display:flex;justify-content:center;gap:1rem;margin-top:.75rem;font-size:.95rem;color:var(--text-primary);min-height:10%}.viz-controls{display:none;width:0;height:0}#background-container,#click-block{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}#click-block{display:flex;justify-content:center;align-items:center;background:transparent}#click-block img{max-width:100%;max-height:80vh;border-radius:12px;animation:pulse-glow 2s ease-in-out infinite;box-shadow:0 0 20px #fffc}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #fffc}50%{box-shadow:0 0 40px #fff}}#bg-video{width:100%;height:100%;object-fit:cover}.player-controls-overlay{position:absolute;right:20px;bottom:41%;transform:translateY(-50%);display:flex;flex-direction:column;gap:6px;z-index:10}.player-controls-overlay img{max-width:34px}.player-action-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;padding:5px;background:transparent;color:#fff;font-size:14px;cursor:pointer;text-decoration:none;transition:background .2s}.player-track-link{display:block}
