:root{--primary: #87a567;--primary-light: #a8c185;--primary-dark: #6b8549;--accent: #d87b2b;--dark: #1a1a1a;--light: #ffffff;--bg-light: #f7faf4}.music-page.svelte-1d376ng{padding:80px 0 60px;background:#f5f5f0;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.container.svelte-1d376ng{max-width:1400px;margin:0 auto;padding:0 20px}.player-section.svelte-1d376ng{margin-bottom:4rem}.player-wrapper.svelte-1d376ng{display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a}.album-art-wrapper.svelte-1d376ng{display:flex;flex-direction:column;gap:1.5rem}.album-art.svelte-1d376ng{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px #00000026}.player-controls.svelte-1d376ng{display:flex;align-items:center;gap:1rem;justify-content:center}.control-btn.svelte-1d376ng{width:48px;height:48px;border-radius:50%;border:none;background:#4a5568;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.control-btn.svelte-1d376ng:hover{background:#2d3748;transform:scale(1.05)}.control-btn.active.svelte-1d376ng{background:#fbbf24;color:#1a202c}.play-pause-btn.svelte-1d376ng{width:64px;height:64px;background:#fbbf24;color:#1a202c}.play-pause-btn.svelte-1d376ng:hover{background:#fbbf24}.control-btn.svelte-1d376ng svg:where(.svelte-1d376ng){width:24px;height:24px}.play-pause-btn.svelte-1d376ng svg:where(.svelte-1d376ng){width:28px;height:28px}.volume-control.svelte-1d376ng{display:flex;align-items:center;gap:.75rem;margin-left:auto}.volume-icon.svelte-1d376ng{width:20px;height:20px;color:#4a5568}.volume-slider.svelte-1d376ng{position:relative;width:100px;height:4px;background:#e2e8f0;border-radius:2px;cursor:pointer}.volume-slider-track.svelte-1d376ng{position:absolute;inset:0;background:#e2e8f0;border-radius:2px}.volume-slider-fill.svelte-1d376ng{position:absolute;left:0;top:0;height:100%;background:#fbbf24;border-radius:2px}.volume-slider-handle.svelte-1d376ng{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#fbbf24;border-radius:50%;cursor:grab;box-shadow:0 2px 4px #0003}.volume-slider-handle.svelte-1d376ng:active{cursor:grabbing}.progress-bar-wrapper.svelte-1d376ng{width:100%}.progress-bar.svelte-1d376ng{position:relative;width:100%;height:4px;background:#e2e8f0;border-radius:2px;cursor:pointer}.progress-bar-track.svelte-1d376ng{position:absolute;inset:0;background:#e2e8f0;border-radius:2px}.progress-bar-fill.svelte-1d376ng{position:absolute;left:0;top:0;height:100%;background:#fbbf24;border-radius:2px}.progress-bar-handle.svelte-1d376ng{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#fbbf24;border-radius:50%;cursor:grab;box-shadow:0 2px 4px #0003}.progress-bar-handle.svelte-1d376ng:active{cursor:grabbing}.tracklist-wrapper.svelte-1d376ng{display:flex;flex-direction:column}.tracklist-title.svelte-1d376ng{font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:600;color:#1a202c;margin:0 0 .5rem}.tracklist-subtitle.svelte-1d376ng{font-size:1rem;color:#4a5568;margin:0 0 1.5rem}.tracklist.svelte-1d376ng{flex:1;overflow-y:auto;max-height:400px;padding-right:.5rem}.tracklist-item.svelte-1d376ng{display:flex;align-items:center;gap:1rem;padding:.75rem;border:none;background:transparent;cursor:pointer;border-radius:6px;transition:background .2s ease;width:100%;text-align:left;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tracklist-item.svelte-1d376ng:hover{background:#f7fafc}.tracklist-item.active.svelte-1d376ng{background:linear-gradient(90deg,#fbbf241a,#fcd34d1a);color:#1a202c;font-weight:600}.track-number.svelte-1d376ng{font-size:.875rem;color:#718096;min-width:24px;font-weight:500}.tracklist-item.active.svelte-1d376ng .track-number:where(.svelte-1d376ng){color:#f59e0b;font-weight:700}.track-title.svelte-1d376ng{font-size:.9375rem;color:#2d3748;flex:1}.tracklist-item.active.svelte-1d376ng .track-title:where(.svelte-1d376ng){color:#1a202c}.playlist-section.svelte-1d376ng{margin-top:4rem;padding:0 20px;width:100%;box-sizing:border-box}.playlist-section-title.svelte-1d376ng{font-family:Oswald,sans-serif;font-size:2.5rem;font-weight:600;color:#1a202c;text-align:center;margin:0 0 2.5rem;padding:0}.playlists-grid.svelte-1d376ng{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;width:100%;padding:0;box-sizing:border-box;margin:0;align-items:stretch}.playlist-card.svelte-1d376ng{background:transparent;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease,border .3s ease;cursor:pointer;display:block;border:2px solid transparent;padding:0;width:100%;height:100%;min-height:300px;margin:0;position:relative}.playlist-card.svelte-1d376ng:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.playlist-card.selected.svelte-1d376ng{border-color:#fbbf24;box-shadow:0 4px 16px #fbbf244d}.playlist-cover.svelte-1d376ng{width:100%;height:100%;min-height:300px;object-fit:contain;object-position:center center;display:block;border-radius:12px;background:transparent;margin:0;padding:0}@media(max-width:1024px){.player-wrapper.svelte-1d376ng{grid-template-columns:1fr;gap:2rem}.tracklist.svelte-1d376ng{max-height:300px}}@media(max-width:1024px){.playlists-grid.svelte-1d376ng{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.music-page.svelte-1d376ng{padding:60px 0 40px}.container.svelte-1d376ng,.playlist-section.svelte-1d376ng{padding:0 15px}.player-wrapper.svelte-1d376ng{padding:1.5rem}.tracklist-title.svelte-1d376ng,.playlist-section-title.svelte-1d376ng{font-size:2rem}.playlists-grid.svelte-1d376ng{grid-template-columns:repeat(2,1fr);gap:1.5rem}.volume-control.svelte-1d376ng{margin-left:0}}@media(max-width:480px){.music-page.svelte-1d376ng{padding:40px 0 30px}.container.svelte-1d376ng,.playlist-section.svelte-1d376ng{padding:0 15px}.player-controls.svelte-1d376ng{flex-wrap:wrap;justify-content:center}.control-btn.svelte-1d376ng{width:40px;height:40px}.play-pause-btn.svelte-1d376ng{width:56px;height:56px}.control-btn.svelte-1d376ng svg:where(.svelte-1d376ng){width:20px;height:20px}.play-pause-btn.svelte-1d376ng svg:where(.svelte-1d376ng){width:24px;height:24px}.volume-slider.svelte-1d376ng{width:80px}.tracklist-title.svelte-1d376ng,.playlist-section-title.svelte-1d376ng{font-size:1.75rem}.playlists-grid.svelte-1d376ng{grid-template-columns:1fr;gap:1.5rem}}
