.artists-page{margin-top:40px;text-align:center}.artists-page h1{font-size:2rem;letter-spacing:1px;margin-bottom:32px}.artists-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;justify-items:center;align-items:start;padding:40px 60px;max-width:1400px;margin:0 auto}.artist-card{width:100%;max-width:360px;text-decoration:none;color:var(--text);background:var(--bg-soft);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:all .25s ease}.artist-card:hover{transform:translateY(-5px) scale(1.02);border-color:var(--accent);box-shadow:0 0 12px rgba(87,214,255,.4)}.artist-card img{width:100%;height:260px;object-fit:cover}.artist-card h2{margin:16px;text-align:center;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}.artist-detail{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:40px;text-align:center}.artist-detail img{width:280px;height:280px;object-fit:cover;border-radius:50%;border:2px solid var(--accent);box-shadow:0 0 18px rgba(87,214,255,.25);background:#000}.artist-info{max-width:700px}.artist-info h1{font-size:2rem;margin-bottom:8px;letter-spacing:1px;text-transform:uppercase}.artist-description p{margin:0 0 16px;line-height:1.6;white-space:pre-line;color:var(--muted)}.artist-icons{display:flex;justify-content:center;gap:28px;margin-top:22px}.artist-icons img{width:40px;height:40px;opacity:.95;border:0!important;border-radius:0!important;background:0 0!important;box-shadow:none!important;filter:none!important;transform:scale(1);transition:transform .2s ease,opacity .2s ease}@media (hover:hover){.artist-icons img:hover{transform:scale(1.12);opacity:1}}.artist-player{margin-top:24px;border-radius:10px;overflow:hidden;width:100%;max-width:700px}.back-btn{position:absolute;left:40px;top:120px;color:#fff;text-decoration:none;font-family:"Orbitron",sans-serif;font-weight:500;letter-spacing:1.5px;transition:color .25s ease,transform .2s ease}.back-btn:hover{color:var(--accent);transform:translateX(-3px)}@media (max-width:1024px){.artists-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media (max-width:768px){.artists-grid{grid-template-columns:1fr;padding:24px 16px;gap:24px}.artist-detail{gap:18px;margin-top:18px}.artist-detail img{width:220px;height:220px}.artist-info{max-width:92vw}.artist-info h1{font-size:1.6rem}.artist-description p{font-size:.95rem}.artist-icons{gap:18px;margin-top:16px}.artist-icons img{width:36px;height:36px}.artist-player{margin-top:16px}.artist-player iframe{height:160px}.back-btn{position:static!important;display:block!important;margin:12px 0 0 16px!important;text-align:left!important;width:100%}}.back-container{width:100%;display:flex;justify-content:flex-start;padding-left:16px;margin-top:12px}.artist-flags{display:flex;align-items:center;justify-content:center;gap:4px;margin:8px 0 16px;font-family:"Orbitron",sans-serif;font-size:.9rem;letter-spacing:1.5px;color:var(--text)}.flag-group{display:flex;align-items:center;gap:1px}.flag-inline{width:36px;height:24px;border:0!important;box-shadow:none!important;border-radius:2px!important;background:0 0!important;object-fit:contain;vertical-align:middle;display:inline-block}.artist-flags .flag-inline{all:unset;width:36px;height:24px;border-radius:2px;object-fit:contain;display:inline-block}@media (max-width:768px){.artist-flags .flag-inline{width:28px;height:18px}}