body{margin:0;background:#000;color:#fff;font-family:Arial,sans-serif}.landing-container{display:flex;align-items:center;justify-content:center;height:100vh;background:#000;color:gold;font-size:2rem}.ps-tv-page{background:#000;color:#f5b700;min-height:100vh;padding:40px}.ps-tv-title{text-align:center;margin-bottom:40px}.ps-tv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.ps-tv-card{text-decoration:none}.ps-tv-card-inner{background:#0b0b0b;border:1px solid #f5b700;padding:20px;border-radius:8px;text-align:center;transition:.3s}.ps-tv-card-inner:hover{transform:scale(1.05);box-shadow:0 0 20px #f5b70080}.ps-tv-card img{max-width:100%;height:80px;object-fit:contain;margin-bottom:15px}.ps-tv-card h3{font-size:16px}.tv-guide{min-height:100vh;background:linear-gradient(135deg,#0a0a0a,#1a1a1a);padding:2rem;color:#fff}.tv-guide-header{text-align:center;margin-bottom:3rem}.tv-guide-title{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,gold,orange);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.tv-guide-subtitle{color:#888;font-size:1.1rem}.tv-guide-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto}.tv-guide-loading,.tv-guide-error,.tv-guide-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#888}.tv-loading-spinner{width:48px;height:48px;border:3px solid #333;border-top-color:gold;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.station-card{background:linear-gradient(145deg,#1a1a1a,#252525);border:1px solid #333;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.station-card:hover{transform:translateY(-4px);border-color:var(--accent-color, #FFD700);box-shadow:0 8px 32px #ffd70026}.station-card-header{display:flex;align-items:center;gap:1rem}.station-card-logo{width:64px;height:64px;border-radius:12px;object-fit:cover;background:#333}.station-card-logo-placeholder{width:64px;height:64px;border-radius:12px;background:linear-gradient(135deg,gold,orange);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#000}.station-card-title{font-size:1.25rem;font-weight:600;color:#fff}.station-card-description{color:#888;font-size:.9rem;line-height:1.5;flex-grow:1}.station-card-button{background:linear-gradient(135deg,gold,orange);border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.station-card-button:hover{transform:scale(1.02);box-shadow:0 4px 16px #ffd7004d}.station-card-button-icon{font-size:.8rem}.station-page{min-height:100vh;color:#fff}.station-page-loading,.station-page-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#0a0a0a;color:#888;gap:1rem}.station-page-error button{background:#333;border:1px solid #444;color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;margin-top:1rem}.station-page-error button:hover{background:#444}.station-header{padding:1.5rem 2rem;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}.station-back-btn{background:transparent;border:1px solid #444;color:#888;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;margin-bottom:1rem;transition:all .2s ease}.station-back-btn:hover{border-color:var(--station-accent, #FFD700);color:var(--station-accent, #FFD700)}.station-header-content{display:flex;align-items:center;gap:1.5rem}.station-header-logo{width:80px;height:80px;border-radius:16px;object-fit:cover;background:#333;border:2px solid var(--station-accent, #FFD700)}.station-header-logo-placeholder{width:80px;height:80px;border-radius:16px;background:linear-gradient(135deg,gold,orange);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#000}.station-header-title{font-size:2rem;font-weight:700;color:var(--station-accent, #FFD700);margin-bottom:.25rem}.station-header-description{color:#aaa;font-size:1rem;max-width:600px}.station-content{display:grid;grid-template-columns:1fr 320px;gap:2rem;padding:2rem;max-width:1600px;margin:0 auto}@media (max-width: 1024px){.station-content{grid-template-columns:1fr}.station-guide-column{order:-1}}.station-main-column{display:flex;flex-direction:column;gap:2rem}.live-now,.live-now-empty{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:1.5rem}.live-now-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.live-now-header h3{font-size:1.25rem;font-weight:600}.live-badge{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}.live-badge-live{background:red;color:#fff;animation:pulse 2s infinite}.live-badge-offline{background:#333;color:#888}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.live-now-player-container{border-radius:12px;overflow:hidden;background:#000}.live-now-video{width:100%;aspect-ratio:16/9;background:#000}.live-now-meta{margin-top:.75rem;color:#888;font-size:.875rem}.live-now-placeholder{text-align:center;padding:3rem 1rem;color:#666}.live-now-placeholder-icon{font-size:3rem;margin-bottom:1rem}.live-now-placeholder-sub{font-size:.875rem;color:#555;margin-top:.5rem}.vod-section,.vod-empty{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:1.5rem}.vod-section h3,.vod-empty h3{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--station-accent, #FFD700)}.vod-empty-content{text-align:center;padding:2rem;color:#666}.vod-empty-icon{font-size:3rem;margin-bottom:1rem}.vod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.vod-card{background:#252525;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease}.vod-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0006}.vod-thumbnail-container{position:relative;aspect-ratio:16/9;background:#333}.vod-thumbnail{width:100%;height:100%;object-fit:cover}.vod-thumbnail-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);color:#555;font-size:2rem}.vod-play-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.vod-card:hover .vod-play-overlay{opacity:1}.vod-play-icon{width:48px;height:48px;background:#ffd700e6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#000;font-size:1.25rem;padding-left:4px}.vod-category-badge{position:absolute;top:8px;right:8px;background:#000000b3;color:gold;padding:.25rem .5rem;border-radius:4px;font-size:.7rem;text-transform:uppercase}.vod-info{padding:1rem}.vod-title{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vod-description{font-size:.8rem;color:#888;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.vod-date{font-size:.75rem;color:#666;margin-top:.5rem}.vod-player-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.vod-player-container{background:#1a1a1a;border-radius:16px;max-width:900px;width:100%;padding:1.5rem;position:relative}.vod-player-close{position:absolute;top:1rem;right:1rem;background:#333;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.vod-player-close:hover{background:#444}.vod-player-container h4{font-size:1.25rem;margin-bottom:1rem;padding-right:3rem}.vod-player-video{width:100%;aspect-ratio:16/9;background:#000;border-radius:8px}.vod-player-description{margin-top:1rem;color:#888;font-size:.9rem;line-height:1.6}.stream-player,.stream-player-empty{background:#1a1a1a;border:1px solid #333;border-radius:16px;overflow:hidden}.stream-player-header{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #333}.stream-player-title{font-size:1.1rem;font-weight:600}.stream-player-container{background:#000}.stream-player-video{width:100%;aspect-ratio:16/9}.stream-player-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#666}.stream-player-placeholder-icon{font-size:3rem;margin-bottom:1rem}.station-guide-column{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:1.5rem;height:fit-content;position:sticky;top:2rem}.station-guide-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--station-accent, #FFD700)}.station-guide-empty{text-align:center;padding:2rem 1rem;color:#666}.station-guide-empty-sub{font-size:.875rem;margin-top:.5rem;color:#555}.station-guide-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.station-guide-item{background:#252525;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.guide-times{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--station-accent, #FFD700);font-weight:600}.guide-time-separator{color:#666}.guide-info{display:flex;flex-direction:column;gap:.25rem}.guide-show-title{font-size:.95rem;color:#fff}.guide-show-description{font-size:.8rem;color:#888;line-height:1.4}.tv-station-card{background:linear-gradient(145deg,#1a1a1a,#252525);border:1px solid #333;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.tv-station-card:hover{transform:translateY(-4px);border-color:var(--accent, #FFD700);box-shadow:0 8px 32px #ffd70026}.tv-station-card-logo{width:72px;height:72px;border-radius:16px;overflow:hidden;background:#333;display:flex;align-items:center;justify-content:center}.tv-station-card-logo img{width:100%;height:100%;object-fit:cover}.tv-station-card-logo-fallback{width:72px;height:72px;border-radius:16px;background:linear-gradient(135deg,gold,orange);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#000}.tv-station-card-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.tv-station-card-name{font-size:1.25rem;font-weight:700;color:#fff}.tv-station-card-description{font-size:.9rem;color:#888;line-height:1.5}.tv-station-card-badges{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.tv-badge-live{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;background:red;color:#fff}.tv-badge-live-dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:pulse 1.5s infinite}.tv-badge-network{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:600;background:#ffd70033;color:gold}.tv-station-card--featured{position:relative;background:linear-gradient(145deg,#1a0a2e,#2a1a3e,#1a0a2e);border:2px solid #FFD700;overflow:hidden}.tv-station-card--featured:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,transparent,rgba(255,215,0,.1),transparent 30%);animation:featuredRotate 6s linear infinite;pointer-events:none}.tv-station-card--featured:after{content:"⭐ FEATURED";position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:12px;font-size:.65rem;font-weight:800;background:linear-gradient(135deg,gold,orange);color:#000;text-transform:uppercase;letter-spacing:.5px}.tv-station-card--featured:hover{border-color:#ffdf00;box-shadow:0 0 30px #ffd70066,0 8px 32px #ffd70033;transform:translateY(-6px) scale(1.02)}.tv-station-card--featured .tv-station-card-logo img{filter:drop-shadow(0 0 8px rgba(255,215,0,.5))}.tv-station-card--featured .tv-station-card-name{background:linear-gradient(90deg,gold,#fff,gold);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes featuredRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tv-guide-empty-sub{font-size:.9rem;color:#666;margin-top:.5rem}.station-featured-video{background:#1a1a1a;border:1px solid #333;border-radius:16px;overflow:hidden}.station-video-wrapper{background:#000}.station-video-wrapper video{width:100%;aspect-ratio:16/9;display:block}.station-video-meta{padding:1.5rem}.station-video-meta h2{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.station-video-meta p{color:#888;font-size:.95rem;line-height:1.5}.station-no-video{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:4rem 2rem;text-align:center;color:#666}.station-no-video-icon{font-size:4rem;margin-bottom:1rem}.station-no-video h3{font-size:1.5rem;margin-bottom:.5rem;color:#888}.station-live-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;background:red;color:#fff;margin-top:.5rem}.station-live-dot{width:8px;height:8px;border-radius:50%;background:#fff;animation:pulse 1.5s infinite}.station-slug-debug{font-size:.8rem;color:#555;font-family:monospace}.video-card-active{border-color:gold;box-shadow:0 0 20px #ffd7004d}.video-card-thumbnail img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.tv-guide{padding:1rem}.tv-guide-title{font-size:1.75rem}.tv-guide-grid{grid-template-columns:1fr}.station-header{padding:1rem}.station-header-content{flex-direction:column;text-align:center}.station-content{padding:1rem;gap:1rem}.vod-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}.station-videos{margin-top:2rem;padding:1.5rem;background:#0006;border-radius:12px;border:1px solid rgba(255,215,0,.1)}.playlist-title{font-size:1.5rem;font-weight:700;color:gold;margin-bottom:1.5rem}.playlist-empty{text-align:center;padding:2rem;color:#888}.playlist-empty-sub{font-size:.9rem;color:#666;margin-top:.5rem}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.video-card{background:#ffffff0d;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:transform .2s ease,box-shadow .2s ease}.video-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #ffd70026;border-color:#ffd7004d}.video-card-thumbnail{position:relative;aspect-ratio:16 / 9;background:#000}.video-card-thumbnail video{width:100%;height:100%;object-fit:cover}.video-card-duration{position:absolute;bottom:8px;right:8px;background:#000c;padding:2px 6px;border-radius:4px;font-size:.75rem;color:#fff;font-weight:600}.video-card-info{padding:1rem}.video-card-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.3}.video-card-description{font-size:.85rem;color:#aaa;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card-date{font-size:.75rem;color:#666}@media (max-width: 600px){.video-grid{grid-template-columns:1fr}.playlist-title{font-size:1.25rem}}.ps-broadcast{background:linear-gradient(180deg,#0a0a0a,#111);border:1px solid rgba(212,175,55,.35);border-radius:4px;overflow:hidden;box-shadow:0 0 40px #0009,inset 0 1px #d4af3714}.ps-broadcast-chyron{display:flex;align-items:center;gap:1rem;padding:.65rem 1.25rem;background:linear-gradient(90deg,#000,#1a1508,#000);border-bottom:1px solid rgba(212,175,55,.4);font-family:Segoe UI,system-ui,sans-serif}.ps-broadcast-chyron-gold{font-size:.7rem;font-weight:800;letter-spacing:.2em;color:#1a1a1a;background:linear-gradient(180deg,#f4e4a6,#c9a227);padding:.25rem .6rem;border-radius:2px}.ps-broadcast-chyron-live{display:inline-flex;align-items:center;gap:.35rem;font-weight:800;font-size:.75rem;letter-spacing:.15em;color:#ff2a2a}.ps-broadcast-dot{width:8px;height:8px;border-radius:50%;background:#ff2a2a;box-shadow:0 0 10px red;animation:ps-broadcast-pulse 1.2s ease-in-out infinite}@keyframes ps-broadcast-pulse{50%{opacity:.5;transform:scale(.9)}}.ps-broadcast-chyron-title{color:#f5f0e6;font-weight:600;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ps-broadcast-player{min-height:320px;max-height:62vh}.ps-broadcast-meta{padding:.75rem 1rem;font-size:.85rem;color:#8a8070}.ps-broadcast-meta--live{color:#c9a227}.ps-broadcast-queue{display:grid;grid-template-columns:220px 1fr;gap:1rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(212,175,55,.15)}@media (max-width: 768px){.ps-broadcast-queue{grid-template-columns:1fr}}.ps-broadcast-queue h4{margin:0 0 .5rem;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:#c9a227}.ps-broadcast-queue-card{display:flex;gap:.5rem;align-items:center;background:#0d0d0d;border:1px solid rgba(212,175,55,.2);border-radius:4px;padding:.5rem;font-size:.85rem;color:#e8e4dc}.ps-broadcast-queue-card img{width:56px;height:32px;object-fit:cover;border-radius:2px}.ps-broadcast-queue-list{margin:0;padding-left:0;list-style:none;max-height:180px;overflow-y:auto;font-size:.8rem;color:#9a9285}.ps-broadcast-queue-list li{display:flex;align-items:center;gap:.5rem;padding:.35rem .5rem;border-radius:2px}.ps-broadcast-queue-list li.active{background:#c9a2271f;color:#f4e4a6}.ps-broadcast-queue-list li.done{opacity:.45}.ps-broadcast-q-idx{font-family:ui-monospace,monospace;color:#c9a227;min-width:1.25rem}.ps-broadcast-muted{color:#666;font-size:.85rem;margin:0}.ps-broadcast--empty .ps-broadcast-offair{min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;color:#8a8070}.ps-broadcast-offair-icon{font-size:2.5rem;opacity:.5;margin-bottom:.5rem}.ps-broadcast-offair h3{color:#c9a227;margin:0 0 .5rem;letter-spacing:.08em}music-library{min-height:100vh;background:linear-gradient(135deg,#0a0a0f,#1a1a2e,#0f0f1a);color:#fff;padding-bottom:100px}music-header{background:linear-gradient(180deg,rgba(255,184,77,015) 0%,transparent 100%);border-bottom:1px solid rgba(255,184,77,02);padding:24px 32px}music-header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}music-logo{display:flex;align-items:center;gap:16px}music-logo-icon{font-size:48px;background:linear-gradient(135deg,#ffb84d,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:pulse-glow 2s ease-in-out infinite}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 10px rgba(255,184,77,05))}50%{filter:drop-shadow(0 0 20px rgba(255,184,77,08))}}music-logo h1{margin:0;font-size:28px;font-weight:800;background:linear-gradient(90deg,#ffb84d,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}music-logo p{margin:4px 0 0;font-size:14px;color:#888}music-btn{padding:12px 24px;border-radius:24px;font-weight:600;font-size:14px;cursor:pointer;transition:all 02s ease;border:none}music-btn--primary{background:linear-gradient(135deg,#ffb84d,#ff8c00);color:#000}music-btn--primary:hover{transform:scale(105);box-shadow:0 4px 20px #ffb84d}music-filters{max-width:1400px;margin:0 auto;padding:24px 32px;display:flex;flex-direction:column;gap:16px}music-search{display:flex;gap:8px;max-width:400px}music-search input{flex:1;padding:12px 16px;background:#fff;border:1px solid rgba(255,255,255,01);border-radius:24px;color:#fff;font-size:14px}music-search input::placeholder{color:#666}music-search input:focus{outline:none;border-color:#ffb84d}music-search button{padding:12px 16px;background:#ffb84d;border:1px solid rgba(255,184,77,03);border-radius:24px;color:#ffb84d;cursor:pointer;transition:all 02s ease}music-search button:hover{background:#ffb84d}music-filter-group{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}music-genres{display:flex;gap:8px;flex-wrap:wrap}music-genre-btn{padding:8px 16px;background:#fff;border:1px solid rgba(255,255,255,01);border-radius:20px;color:#888;font-size:13px;cursor:pointer;transition:all 02s ease}music-genre-btn:hover{background:#fff;color:#fff}music-genre-btnactive{background:linear-gradient(135deg,#ffb84d,#ff8c00);color:#000;border-color:transparent}music-sort{padding:10px 16px;background:#fff;border:1px solid rgba(255,255,255,01);border-radius:8px;color:#fff;font-size:14px;cursor:pointer}music-sort:focus{outline:none;border-color:#ffb84d}music-view-toggle{display:flex;gap:4px;background:#fff;border-radius:24px;padding:4px}music-view-toggle button{padding:8px 16px;background:transparent;border:none;border-radius:20px;color:#888;font-size:13px;cursor:pointer;transition:all 02s ease}music-view-toggle button:hover{color:#fff}music-view-toggle buttonactive{background:#ffb84d;color:#ffb84d}music-content{max-width:1400px;margin:0 auto;padding:0 32px}music-loading{text-align:center;padding:64px;color:#888}music-spinner{width:48px;height:48px;border:3px solid rgba(255,184,77,02);border-top-color:#ffb84d;border-radius:50%;margin:0 auto 16px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}music-error{text-align:center;padding:64px;color:#ff6b6b}music-error button{margin-top:16px;padding:12px 24px;background:#ff6b6b;border:1px solid rgba(255,107,107,03);border-radius:8px;color:#ff6b6b;cursor:pointer}music-empty{text-align:center;padding:80px 32px}music-empty-icon{font-size:64px;margin-bottom:24px;opacity:05}music-empty h3{margin:0 0 8px;font-size:24px;color:#fff}music-empty p{margin:0 0 24px;color:#888}music-track-list{display:flex;flex-direction:column;gap:2px}music-track-row{display:grid;grid-template-columns:40px 48px 56px 1fr 150px 100px 100px 60px auto;gap:16px;align-items:center;padding:12px 16px;background:#fff;border-radius:8px;transition:all 02s ease}music-track-row:hover{background:#fff}music-track-rowplaying{background:#ffb84d;border-left:3px solid #ffb84d}music-track-num{color:#666;font-size:14px;text-align:center}music-track-play{width:40px;height:40px;border-radius:50%;background:#ffb84d;border:none;color:#ffb84d;font-size:16px;cursor:pointer;transition:all 02s ease}music-track-play:hover{background:#ffb84d;color:#000;transform:scale(11)}music-track-cover{width:48px;height:48px;border-radius:6px;overflow:hidden;background:#fff}music-track-cover img{width:100%;height:100%;object-fit:cover}music-track-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:24px;background:linear-gradient(135deg,#2a2a3e,#1a1a2e)}music-track-info{overflow:hidden}music-track-title{font-weight:600;font-size:15px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}music-track-artist{font-size:13px;color:#888;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}music-track-album{font-size:13px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}music-track-genre{font-size:12px;color:#888;background:#fff;padding:4px 8px;border-radius:12px;text-align:center}music-track-plays{font-size:13px;color:#666}music-track-duration{font-size:13px;color:#888;text-align:right}music-track-explicit{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;background:#fff;border-radius:3px;font-size:10px;font-weight:700;color:#888}music-track-actions{display:flex;align-items:center;gap:4px;margin-left:8px}music-delete-btn{width:28px;height:28px;border-radius:50%;background:#ff6464;border:1px solid rgba(255,100,100,02);color:#ff6b6b;font-size:12px;cursor:pointer;transition:all 02s ease;display:flex;align-items:center;justify-content:center;opacity:06}music-track-row:hover music-delete-btn{opacity:1}music-delete-btn:hover{background:#ff6464;border-color:#ff6464;transform:scale(11)}music-delete-confirm{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#ff6464;border-radius:16px;animation:fadeIn 02s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(09)}to{opacity:1;transform:scale(1)}}music-delete-btn--yes{background:#ff6464;border-color:#ff6b6b;color:#ff6b6b;width:24px;height:24px;font-size:11px}music-delete-btn--yes:hover{background:#ff6b6b;color:#fff}music-delete-btn--no{background:#fff;border-color:#fff;color:#888;width:24px;height:24px;font-size:11px}music-delete-btn--no:hover{background:#fff;color:#fff}music-artist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:24px}music-artist-card{background:#fff;border-radius:16px;padding:24px;text-align:center;cursor:pointer;transition:all 02s ease}music-artist-card:hover{background:#fff;transform:translateY(-4px)}music-artist-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#ffb84d,#ff8c00);display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:40px;font-weight:700;color:#000}music-artist-name{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}music-artist-stats{font-size:13px;color:#888}music-player-bar{position:fixed;bottom:0;left:0;right:0;height:80px;background:linear-gradient(180deg,#14141e,#0a0a0f);border-top:1px solid rgba(255,184,77,02);display:flex;align-items:center;justify-content:space-between;padding:0 24px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000}music-player-track{display:flex;align-items:center;gap:12px;flex:1;min-width:200px}music-player-cover{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#fff}music-player-cover img{width:100%;height:100%;object-fit:cover}music-player-cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:28px;background:linear-gradient(135deg,#2a2a3e,#1a1a2e)}music-player-info{overflow:hidden}music-player-title{font-weight:600;font-size:15px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}music-player-artist{font-size:13px;color:#888}music-player-controls{display:flex;align-items:center;gap:16px}music-player-btn{width:40px;height:40px;border-radius:50%;background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer;transition:all 02s ease}music-player-btn:hover{color:#ffb84d}music-player-btn--main{width:48px;height:48px;background:#ffb84d;color:#000;font-size:20px}music-player-btn--main:hover{background:#ff8c00;color:#000;transform:scale(11)}music-player-progress{flex:2;display:flex;align-items:center;gap:12px;max-width:500px}music-player-time{font-size:12px;color:#888;min-width:40px}music-player-progress-bar{flex:1;height:4px;background:#fff;border-radius:2px;cursor:pointer;overflow:hidden}music-player-progress-fill{height:100%;background:linear-gradient(90deg,#ffb84d,#ff8c00);border-radius:2px;transition:width 01s linear}music-player-volume{display:flex;align-items:center;gap:8px;flex:1;max-width:150px;justify-content:flex-end}music-player-volume span{font-size:18px}music-player-volume input[type=range]{width:100px;height:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border-radius:2px}music-player-volume input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:50%;background:#ffb84d;cursor:pointer}@media (max-width: 1024px){music-track-row{grid-template-columns:40px 48px 48px 1fr 80px 60px auto}music-track-album,music-track-genre{display:none}}@media (max-width: 768px){music-header-content{flex-direction:column;gap:16px;text-align:center}music-filters{padding:16px}music-filter-group{flex-direction:column;align-items:flex-start}music-genres{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}music-track-row{grid-template-columns:40px 1fr 60px auto}music-track-num,music-track-cover,music-track-plays{display:none}music-delete-confirm span{display:none}music-player-bar{height:auto;padding:12px 16px;flex-direction:column;gap:12px}music-player-track{width:100%}music-player-progress{width:100%;max-width:none}music-player-volume{display:none}}
