#playerPage,body{flex-direction:column}.song-card,body{overflow:hidden}body{margin:0;padding:0;font-family:Inter,system-ui,sans-serif;color:#fff;display:flex;align-items:center;justify-content:center;min-height:100vh;transition:background .5s;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000}body.song-list-bg{background:url('wallpapers/main.gif') center center/cover no-repeat fixed;backdrop-filter:blur(3px)}body.player-bg{background-size:cover;backdrop-filter:blur(1px)}.video-background-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;opacity:0;pointer-events:none;transition:opacity .7s ease-in-out}.song-card:hover .hover-gif,.video-background-container.active{opacity:1}.video-background-container video{width:100vw;height:100vh;object-fit:cover}#songListPage{width:100%;max-width:900px;padding:20px}.emoji-icon{vertical-align:middle;margin-left:1px}.profile{text-align:center;margin-bottom:30px}.avatar-container{position:relative;display:inline-block;width:64px;height:64px;margin-bottom:10px}.avatar-container img{width:64px;height:64px;border-radius:50%;display:block}.discord-status-indicator{width:14px;height:14px;border-radius:50%;background-color:#43b581;border:2px solid #000;position:absolute;bottom:0;right:0}.discord-status-indicator.idle,.status-dot.idle{background-color:#faa61a}.discord-status-indicator.dnd{background-color:#f04747}.discord-status-indicator.offline,.status-dot.offline{background-color:#747f8d}.username{font-size:1.4rem;font-weight:700;margin:8px 0 4px;color:#fff}.quote{color:#ccc;font-size:.95rem;font-style:italic;margin:0}.song-cardcover{width:64px;height:64px;border-radius:30%;margin-bottom:10px}.song-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px}.song-content{display:flex;align-items:center;gap:12px}.song-card{background-color:rgba(0,0,0,.5);border:1.7px solid #444;padding:15px;border-radius:10px;transition:background-color .3s,transform .2s;cursor:pointer;text-decoration:none;color:#fff;user-select:none}#backBtn:hover,.music-player,.song-card:hover{background-color:rgba(255,255,255,.1)}#playerPage,.music-player{width:100%;padding:20px;display:flex}.song-card:hover{transform:scale(1.03)}.song-title{font-weight:700;font-size:1rem}.song-artist{font-size:.85rem;color:#aaa}#playerPage{align-items:center;max-width:700px}#backBtn{position:fixed;align-self:flex-start;margin-bottom:15px;padding:8px 15px;font-size:1rem;border:1px solid rgba(255,255,255,.3);background-color:transparent;color:#fff;border-radius:6px;backdrop-filter:blur(6px);cursor:pointer;transition:background-color .3s}.music-player{border-radius:20px;backdrop-filter:blur(1px);border:1px solid rgba(8,8,8,.514);flex-direction:column;align-items:center;max-width:450px}.player-cover{border-radius:10px;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.25);width:180px}.player-info{text-align:center;margin-top:10px}.controls{display:flex;align-items:center;justify-content:center;margin-top:10px;gap:15px;width:100%}.play-pause-btn{background-color:rgba(255,255,255,.15);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(255,255,255,.25);cursor:pointer;transition:transform .2s}.play-pause-btn:hover{transform:scale(1.1)}.progress-container{flex:1;height:8px;background-color:#444;border-radius:4px;overflow:hidden;cursor:pointer}.progress-bar{height:100%;width:0%;background-color:#fff;transition:width .2s}.control-row{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:20px}.progress-section,.volume-container{align-items:center;width:100%;display:flex}.control-icon:hover{transform:scale(1.2);opacity:1}.progress-section{gap:12px;margin-top:15px}#currentTime,#totalTime{font-size:.8rem;color:#ccc;min-width:35px;text-align:center}.volume-container{gap:10px;margin-top:10px}#volumeSlider{-webkit-appearance:none}#volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;-webkit-appearance:none;width:10px;height:10px;background:#fff;border-radius:50%;cursor:pointer}#volumeSlider{-webkit-appearance:none;width:100px;height:4px;background:#ccc;border-radius:2px;outline:0;transition:background .3s}#volumeSlider::-moz-range-thumb{width:10px;height:10px;background:#fff;border-radius:50%;cursor:pointer}.player-cover{height:180px}.player-info h3{font-size:1.1rem}.player-info p{color:#aaa;font-size:.85rem}.control-icon{color:#fff;opacity:.8;cursor:pointer;transition:transform .2s;width:20px;height:20px}.play-pause-btn{width:40px;height:40px}.custom-footer{text-align:center;padding:15px 20px;font-size:.85rem;color:#fff;font-weight:500;margin:0;line-height:1.2}.custom-footer p{margin:2px 0}.custom-footer .footer-links{margin-top:6px}.custom-footer .footer-links a{color:#fff;margin:0 10px;text-decoration:none;font-weight:500}.custom-footer .footer-links a:hover{text-decoration:underline}.status-dot{width:16px;height:16px;border-radius:50%;border:3px solid #111;position:absolute;bottom:0;right:0}.status-dot.online{background-color:#43b581}.status-dot.dnd{background-color:#f04747;display:flex;align-items:center;justify-content:center}.status-dot.dnd::after{content:"";width:8px;height:2px;background:#fff;border-radius:1px}.song-card{position:relative}.hover-gif{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .3s;z-index:1}.song-card .song-details{position:relative;z-index:2;transition:opacity .3s}.song-card:hover .song-details{opacity:0}