body{margin:0;font-family:Segoe UI,Arial,sans-serif;background:linear-gradient(135deg,#1a1b2f,#23243a);color:#fff;min-height:100vh}.app-root{display:flex;min-height:100vh;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar{position:fixed;left:0;top:0;width:200px;height:100vh;background:#181a28f2;display:flex;flex-direction:column;padding:2rem 1.5rem;z-index:20;box-shadow:2px 0 16px #0003}.sidebar .logo{font-size:1.8rem;font-weight:700;margin-bottom:3rem;letter-spacing:1px;color:#fff}.sidebar nav{flex:1;display:flex;flex-direction:column;gap:.8rem}.sidebar nav a{color:#bfc9d9;text-decoration:none;font-size:1.1rem;padding:.8rem 1rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;gap:.8rem}.sidebar nav a:hover{background:#ffffff1a;color:#fff}.main-panel{margin-left:240px;flex:1 1 0%;padding:2rem 2.5rem 8rem;min-height:100vh;background:none;display:flex;flex-direction:column;align-items:flex-start;width:100%;box-sizing:border-box;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main-panel h1{font-size:2.5rem;font-weight:700;margin-bottom:2rem;color:#fff}.search-bar{display:flex;gap:1rem;margin-bottom:2.5rem;max-width:600px}.search-bar input{flex:1;padding:1rem 1.5rem;border:none;border-radius:12px;background:#ffffff1a;color:#fff;font-size:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s ease}.search-bar input::placeholder{color:#bfc9d9}.search-bar input:focus{outline:none;background:#ffffff26;box-shadow:0 0 0 2px #5eead44d}.search-bar button{background:linear-gradient(135deg,#5eead4,#2563eb);color:#fff;border:none;border-radius:12px;padding:1rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.search-bar button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #5eead44d}.search-results{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:2rem}.search-result{background:#1e222cb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:12px;padding:1rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 16px #0000001a;overflow:hidden;max-width:100%;box-sizing:border-box}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.search-result:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0003;border-color:#5eead44d;background:#1e222ce6}.search-result img{width:100%;height:120px;object-fit:cover;border-radius:8px;margin-bottom:.75rem}.search-result .title{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:.25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;max-width:100%}.search-result .artist{color:#bfc9d9;font-size:.8rem;margin-bottom:.5rem;line-height:1.2;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;max-width:100%}.search-result .duration{color:#8b9bb4;font-size:.75rem;font-weight:500}.player-bar{position:fixed;width:80%;transform:translate(-50%);bottom:20px;background:#22263af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px 16px 0 0;padding:1rem 2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1);z-index:30;margin:0 auto;min-width:0;max-width:none;animation:slideUp .5s ease-out}@keyframes slideUp{0%{transform:translate(-50%) translateY(100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.seek-bar-container{width:100%;max-width:1200px;margin:0 auto 1rem;display:flex;align-items:center;gap:1rem}.time-display{font-size:.95rem;color:#bfc9d9;min-width:44px;text-align:center}.seek-bar{width:100%;height:6px;background:#23263a;border-radius:4px;position:relative;overflow:hidden}.seek-progress{height:100%;background:linear-gradient(90deg,#5eead4,#4ade80);border-radius:4px;position:absolute;left:0;top:0;transition:width .2s}.seek-input{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2;margin:0;padding:0}.seek-thumb{position:absolute;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:50%;background:#5eead4;box-shadow:0 2px 8px #00000026;border:2px solid #23243a;pointer-events:none;transition:left .1s}.player-controls{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.song-info-section{display:flex;align-items:center;gap:1.2rem;min-width:0;flex:1}.album-art{width:56px;height:56px;border-radius:12px;object-fit:cover;box-shadow:0 2px 8px #0000002e}.album-art-placeholder{width:56px;height:56px;border-radius:12px;background:#ffffff1a;display:flex;align-items:center;justify-content:center}.album-art-placeholder .material-symbols-outlined{font-size:2rem;color:#888}.song-title{font-weight:700;font-size:1.1rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.3rem}.song-artist{color:#bfc9d9;font-size:.98rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.favorite-btn{background:none;border:none;cursor:pointer;color:#bfc9d9;font-size:1.7rem;padding:.2rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.favorite-btn.favorited{color:#ff6b6b}.favorite-btn:hover{transform:scale(1.1);color:#ff6b6b!important}.playback-controls{display:flex;align-items:center;gap:.7rem;flex:1;justify-content:center}.control-btn{background:none;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.control-btn:hover:not(:disabled){background:#ffffff1a;transform:scale(1.1)}.control-btn.active{color:#5eead4;background:#5eead41a}.control-btn:disabled{opacity:.4;cursor:not-allowed}.control-btn:disabled:hover{transform:none;background:none}.play-btn{background:linear-gradient(135deg,#5eead4,#2563eb);border:none;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.play-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #5eead44d}.volume-section{display:flex;align-items:center;gap:.7rem;flex:1;justify-content:flex-end}.playlist-btn{background:none;border:none;cursor:pointer;color:#5eead4;font-size:1.7rem;padding:.2rem;display:flex;align-items:center;justify-content:center;transition:color .2s cubic-bezier(.4,0,.2,1)}.playlist-btn:hover{transform:scale(1.1);color:#fff!important}.volume-control{display:flex;align-items:center;gap:.3rem;min-width:90px}.volume-control .material-symbols-outlined{color:#bfc9d9;font-size:1.2rem}.volume-slider{accent-color:#5eead4;width:60px;height:4px;border-radius:2px;background:#ffffff1a;outline:none}.loading{color:#5eead4;font-size:1.1rem;text-align:center;margin:2rem 0}.error{color:#ff6b6b;font-size:1.1rem;text-align:center;margin:2rem 0;padding:1rem;background:#ff6b6b1a;border-radius:8px}.search-suggestions{display:flex;flex-wrap:wrap;gap:.7rem;margin-bottom:2.2rem;margin-top:-1.2rem;max-width:700px}.search-suggestion-btn{background:#ffffff14;color:#5eead4;border:none;border-radius:20px;padding:.5rem 1.2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s;box-shadow:0 1px 4px #00000014}.search-suggestion-btn:hover:not(:disabled){background:linear-gradient(135deg,#5eead4,#2563eb);color:#fff;box-shadow:0 2px 8px #5eead42e}.search-suggestion-btn:disabled{opacity:.6;cursor:not-allowed}.search-result{position:relative;overflow:hidden}.search-result:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.search-result:hover:before{left:100%}@media (max-width: 1024px){.sidebar{width:200px}.main-panel{margin-left:200px;padding:1.5rem 1.5rem 8rem}.player-bar{padding:1rem 1.5rem}.search-results{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.sidebar{width:70px;padding:1rem .5rem;transition:width .3s ease}.sidebar .logo{font-size:1.2rem;margin-bottom:2rem}.sidebar nav a{padding:.8rem;justify-content:center;transition:all .2s ease}.sidebar nav a span{display:none}.main-panel{margin-left:70px;padding:1rem 1rem 8rem}.main-panel h1{font-size:2rem}.player-bar{left:70px;margin:0 .5rem;padding:1rem}.search-results{grid-template-columns:1fr}.search-bar{flex-direction:column}.search-bar button{width:100%;justify-content:center}.search-result img{height:120px}.player-controls{gap:1rem}.song-info-section{gap:.8rem}.album-art,.album-art-placeholder{width:48px;height:48px}.song-title{font-size:1rem}.song-artist{font-size:.9rem}}@media (max-width: 480px){.sidebar{display:none}.main-panel{margin-left:0;padding:.5rem .5rem 8rem}.player-bar{left:0;margin:0 .5rem;border-radius:0;padding:.7rem .5rem}.player-bar .now-playing{gap:.8rem}.player-bar .now-playing img{width:50px;height:50px}.player-bar .song-title{font-size:1rem}.player-bar .song-artist{font-size:.9rem}.player-controls{flex-direction:column;gap:.8rem}.song-info-section{justify-content:center}.playback-controls{order:2}.volume-section{order:3;justify-content:center}.search-suggestions{gap:.5rem}.search-suggestion-btn{padding:.4rem 1rem;font-size:.9rem}}@media (max-width: 1024px){.player-bar{left:200px;padding:1rem 1.5rem;width:90%}.player-controls{gap:1.5rem}}@media (min-width: 769px){.player-bar{position:fixed;left:50%;transform:translate(-50%);bottom:24px;max-width:900px;border-radius:18px 18px 0 0;background:#141622fa;box-shadow:0 -2px 24px #00000040;z-index:2000;padding:1.2rem 2.5rem;display:flex;flex-direction:column;align-items:center;min-width:0;margin:0}.seek-bar-container{width:100%;margin-bottom:1rem;padding:0 .5rem}.seek-bar{width:100%;min-width:0}.player-controls{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.5rem;min-width:0}.song-info-section{display:flex;align-items:center;min-width:0;margin-right:1.5rem}.now-playing-thumbnail{width:56px;height:56px;border-radius:12px;object-fit:cover;margin-right:1rem}.volume-section{flex:1 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:1rem;min-width:0}.volume-slider{width:120px}}@media (max-width: 768px){.player-bar{position:fixed;left:0;right:0;bottom:0;z-index:2000;background:#141622fa;box-shadow:0 -2px 16px #00000040;border-radius:0;margin:0;padding:.5rem .5rem .75rem;display:flex;flex-direction:column;align-items:center;min-width:0}.seek-bar-container{width:100%;margin-bottom:.5rem;padding:0 .5rem}.seek-bar{width:100%;min-width:0}.player-controls{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;min-width:0}.song-info-section{display:flex;align-items:center;justify-content:center;min-width:0;margin-right:.5rem}.now-playing-thumbnail{width:44px;height:44px;border-radius:8px;object-fit:cover;margin-right:.5rem}.volume-section{flex:1 1 auto;display:flex;align-items:center;justify-content:flex-end;gap:.5rem;min-width:0}.volume-slider{width:70px}}.heart-anim-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;pointer-events:none}.heart-anim-bg{position:absolute;left:50%;bottom:60px;transform:translate(-50%);width:120px;height:120px;border-radius:50%;background:#22263ab3;filter:blur(16px);box-shadow:0 8px 32px #00000040;pointer-events:none}.heart-anim-heart{position:relative;font-size:4.5rem;color:#ff6b6b;filter:drop-shadow(0 2px 16px #ff6b6b88);animation:heart-pop-up 1.1s cubic-bezier(.23,1.12,.62,1.01);pointer-events:none}@keyframes heart-pop-up{0%{opacity:0;transform:translateY(120px) scale(.7)}40%{opacity:1;transform:translateY(-10px) scale(1.15)}60%{opacity:1;transform:translateY(-20px) scale(1.05)}80%{opacity:1;transform:translateY(-10px) scale(1.1)}to{opacity:0;transform:translateY(-40px) scale(.8)}}.favorite-btn.favorited .material-symbols-outlined{color:#ff6b6b!important;font-variation-settings:"FILL" 1}html{scroll-behavior:smooth}.queue-section{margin-top:2rem;background:#ffffff0d;border-radius:12px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.toggle-btn{background:none;border:none;color:#bfc9d9;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s}.toggle-btn:hover{background:#ffffff1a;color:#fff}.queue-list{display:flex;flex-direction:column;gap:.5rem}.queue-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#ffffff0d;border-radius:8px;transition:all .2s}.queue-item:hover{background:#ffffff1a}.queue-item-left{display:flex;align-items:center;gap:.75rem;flex:1}.heart-btn{background:none;border:none;color:#bfc9d9;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s}.heart-btn:hover{color:#ff6b6b;transform:scale(1.1)}.heart-btn .material-symbols-outlined{font-size:1.1rem}.queue-thumbnail{width:40px;height:40px;border-radius:6px;object-fit:cover}.queue-info{flex:1;min-width:0}.queue-title{color:#fff;font-size:.9rem;font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.queue-artist{color:#bfc9d9;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-item-right{display:flex;align-items:center;gap:.75rem}.queue-duration{color:#bfc9d9;font-size:.8rem}.remove-btn{background:none;border:none;color:#bfc9d9;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.remove-btn:hover{background:#ff6b6b33;color:#ff6b6b}.remove-btn .material-symbols-outlined{font-size:1rem}.empty-queue{color:#bfc9d9;text-align:center;padding:1rem;font-style:italic}.add-to-queue-btn{position:absolute;top:.5rem;right:.5rem;background:#000000b3;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;opacity:0;transform:scale(.8)}.search-result:hover .add-to-queue-btn{opacity:1;transform:scale(1)}.add-to-queue-btn:hover{background:#5eead433;color:#5eead4}.add-to-queue-btn .material-symbols-outlined{font-size:1rem}.queue-container{padding:1rem 0}.queue-list-full{display:flex;flex-direction:column;gap:.5rem}.queue-item-full{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;border-radius:12px;transition:all .2s;cursor:grab;border:2px solid transparent}.queue-item-full:hover{background:#ffffff1a;transform:translateY(-2px)}.queue-item-full.playing{background:#5eead41a;border-color:#5eead44d}.queue-item-full.dragging{opacity:.5;transform:rotate(5deg)}.queue-item-full:active{cursor:grabbing}.drag-handle{color:#bfc9d9;cursor:grab;padding:.25rem;border-radius:50%;transition:all .2s}.drag-handle:hover{color:#fff;background:#ffffff1a}.drag-handle:active{cursor:grabbing}.drag-handle .material-symbols-outlined{font-size:1.2rem}.empty-state{text-align:center;padding:3rem 1rem;color:#bfc9d9}.empty-state .material-symbols-outlined{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h3{color:#fff;margin-bottom:.5rem;font-size:1.2rem}.empty-state p{font-size:.9rem;line-height:1.5}.queue-item-full .queue-thumbnail{width:50px;height:50px;border-radius:8px}.queue-item-full .queue-info{flex:1;margin-left:1rem}.queue-item-full .queue-title{font-size:1rem;margin-bottom:.25rem}.queue-item-full .queue-artist{font-size:.85rem}@media (max-width: 768px){.queue-item-full{padding:.75rem}.queue-item-full .queue-thumbnail{width:40px;height:40px}.queue-item-full .queue-title{font-size:.9rem}.queue-item-full .queue-artist{font-size:.8rem}.drag-handle .material-symbols-outlined{font-size:1rem}}.queue-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.queue-header h1{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.play-queue-btn{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#5eead4,#4ade80);border:none;border-radius:25px;padding:.75rem 1.5rem;color:#000;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #5eead44d}.play-queue-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #5eead466}.play-queue-btn:active{transform:translateY(0)}.play-queue-btn .material-symbols-outlined{font-size:1.2rem}.btn-text{font-weight:700;letter-spacing:.5px}@media (max-width: 768px){.queue-header{flex-direction:column;gap:1rem;align-items:flex-start}.play-queue-btn{padding:.6rem 1.2rem;font-size:.85rem}.play-queue-btn .material-symbols-outlined{font-size:1.1rem}}.mobile-navbar{display:none;position:fixed;top:0;left:0;right:0;z-index:1000;background:#1e222cb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1);padding:1rem}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;animation:fadeIn .3s ease-out}.mobile-menu-overlay.closing{animation:fadeOut .3s ease-in}.mobile-menu{position:fixed;top:0;left:0;width:280px;height:100%;background:#141622fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.1);z-index:3001;animation:slideInLeft .3s ease-out;overflow-y:auto}.mobile-menu.closing{animation:slideOutLeft .3s ease-in}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-header h2{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.close-menu-btn{background:none;border:none;color:#bfc9d9;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .2s ease}.close-menu-btn:hover{background:#ffffff1a;color:#fff}.mobile-nav-links{padding:1rem 0}.mobile-nav-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:#bfc9d9;text-decoration:none;font-size:1rem;font-weight:500;transition:all .2s ease;border-radius:8px;margin:0 .5rem}.mobile-nav-link:hover{background:#ffffff1a;color:#fff}.mobile-nav-link.active{background:#5eead433;color:#5eead4}.mobile-nav-link .material-symbols-outlined{font-size:1.2rem}.mobile-nav-content{display:flex;align-items:center;justify-content:space-between}.hamburger-btn{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s}.hamburger-btn:hover{background:#ffffff1a}.hamburger-btn .material-symbols-outlined{font-size:1.5rem}.mobile-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0}.mobile-spacer{width:40px}@media (max-width: 768px){.mobile-navbar{display:block}.sidebar{display:none}.main-content{margin-left:0;margin-top:80px;padding:1rem}.player-bar{padding:.75rem 1rem}.player-controls{flex-direction:column;gap:.75rem}.song-info-section{display:flex;align-items:center;gap:.75rem;justify-content:center}.song-details{display:none}.now-playing-thumbnail{width:50px;height:50px;border-radius:8px;object-fit:cover}.playback-controls{display:flex;justify-content:center;gap:1rem}.volume-section{display:flex;justify-content:center;gap:1rem;align-items:center}.volume-control{display:flex;align-items:center;gap:.5rem}.volume-slider{width:80px}.main-content h1:first-child{display:none}.search-section{margin-top:0}.search-container{flex-direction:column;gap:1rem}.search-container input{width:100%}.search-container button{width:100%;padding:.75rem}.search-suggestions{grid-template-columns:repeat(2,1fr);gap:.5rem}.search-suggestion-btn{padding:.5rem .75rem;font-size:.8rem}.search-results{grid-template-columns:repeat(2,1fr);gap:1rem}.search-result{padding:.75rem}.search-result img{width:100%;height:120px}.search-result .title{font-size:.8rem}.search-result .artist,.search-result .duration{font-size:.7rem}}@media (min-width: 769px){.mobile-navbar{display:none}.sidebar{display:block}.main-content{margin-left:250px;margin-top:0}}.player-bar{position:fixed;bottom:0;left:0;right:0;width:100%;background:#141622fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -2px 16px #00000040;z-index:2000;padding:.5rem 1rem;display:flex;flex-direction:column;align-items:center;min-width:0;border-radius:0;margin:0 0 1rem;transform:none}.seek-bar-container{width:100%;margin-bottom:.5rem;padding:0 .5rem}.seek-bar-row{display:flex;align-items:center;width:100%;gap:.5rem}.time-display{color:#bfc9d9;font-size:.75rem;min-width:32px;text-align:center;-webkit-user-select:none;user-select:none}.player-controls{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;min-width:0;padding:.25rem 0}.song-info-section{display:flex;align-items:center;gap:.5rem;min-width:0;flex-shrink:0}.now-playing-thumbnail{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0;transition:transform .3s ease}.now-playing-thumbnail.playing{animation:rotate 3s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.song-details{min-width:0;flex:1}.song-title{color:#fff;font-size:.85rem;font-weight:500;margin-bottom:.15rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.song-artist{color:#bfc9d9;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playback-controls{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.control-btn{background:none;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.play-btn{background:linear-gradient(135deg,#5eead4,#4ade80);border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#000;font-size:1.3rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #5eead44d}.volume-section{display:flex;align-items:center;gap:.5rem;min-width:0;flex-shrink:0}.volume-control{display:flex;align-items:center;gap:.4rem;min-width:0}.volume-slider{width:70px;height:4px;background:#23263a;border-radius:2px;outline:none;cursor:pointer;-webkit-appearance:none;appearance:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:12px;height:12px;background:#5eead4;border-radius:50%;cursor:pointer}.volume-slider::-moz-range-thumb{width:12px;height:12px;background:#5eead4;border-radius:50%;cursor:pointer;border:none}@media (min-width: 769px){.player-bar{left:50%;transform:translate(-50%);width:min(90vw,900px);border-radius:16px 16px 0 0;margin-bottom:1rem}}@media (max-width: 480px){.player-bar{width:93%;left:50%;transform:translate(-50%);right:unset;margin:0 0 1rem;padding:.5rem .5rem .75rem;min-height:64px;border-radius:16px;box-shadow:0 -2px 16px #00000040}.player-bar-mobile-inner{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.5rem;min-height:48px}.mobile-thumb{flex:0 0 44px;display:flex;align-items:center;justify-content:center}.mobile-now-playing-thumb{width:40px;height:40px;border-radius:50%;object-fit:cover;box-shadow:0 2px 8px #00000026;border:2px solid #23263a;transition:transform .3s ease}.mobile-now-playing-thumb.playing{animation:rotate 3s linear infinite}.mobile-controls{flex:1 1 auto;display:flex;align-items:center;justify-content:center;gap:.5rem}.mobile-controls .play-btn{width:48px;height:48px;font-size:1.7rem;box-shadow:0 2px 8px #5eead426}.mobile-controls .control-btn{width:36px;height:36px;font-size:1.2rem}.mobile-heart{flex:0 0 44px;display:flex;align-items:center;justify-content:flex-end}.mobile-heart .favorite-btn{font-size:1.5rem;padding:.5rem}.seek-bar-container{margin-bottom:.3rem}.seek-bar{height:4px;border-radius:2px}.seek-progress{border-radius:2px}.time-display{font-size:.75rem;min-width:32px}.now-playing-thumbnail{width:36px;height:36px}.song-title{font-size:.8rem}.song-artist{font-size:.7rem}.control-btn{width:32px;height:32px;font-size:1.1rem}.play-btn{width:44px;height:44px;font-size:1.5rem}.volume-slider{width:60px}}.main-content{flex:1;padding:2rem;overflow-y:auto;overflow-x:hidden;max-width:100%;box-sizing:border-box}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem;max-width:100%;overflow-x:hidden}
