:root{--bg:#09090b;--panel:#151519;--panel2:#1d1d22;--text:#f7f7f8;--muted:#a1a1aa;--accent:#1ed760;--line:#29292f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 75% 8%,#183c27 0,transparent 26%),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding-bottom:118px}html.full-open,body.full-open{overflow:hidden!important;overscroll-behavior:none}body.full-open{position:fixed;width:100%;left:0;right:0;touch-action:none}button,input{font:inherit}button,a{color:inherit}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.topbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;padding:12px clamp(20px,3vw,56px);position:sticky;top:0;z-index:20;background:rgba(9,9,11,.8);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.05)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:21px;font-weight:800}.brand-mark{width:39px;height:39px;display:grid;place-items:center;border-radius:13px;background:var(--accent);color:#07140b;font-weight:900}.top-actions{display:flex;align-items:center;gap:10px}.search{width:min(440px,36vw);height:44px;display:flex;align-items:center;gap:10px;padding:0 15px;background:var(--panel);border:1px solid var(--line);border-radius:99px;color:var(--muted)}.search svg{width:19px}.search input{width:100%;border:0;outline:0;background:transparent;color:white}.button{height:44px;padding:0 18px;border-radius:99px;border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;font-weight:700;background:var(--panel)}.primary{background:var(--accent);border-color:var(--accent);color:#07140b}.ghost:hover{background:var(--panel2)}.full{width:100%}main{width:min(1640px,calc(100% - 48px));margin:auto}.hero{min-height:440px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;padding:55px 4%}.eyebrow{color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.18em}.hero h1{font-size:clamp(56px,6.5vw,104px);line-height:.86;letter-spacing:-.065em;margin:18px 0 28px}.hero h1 em{color:var(--accent);font-style:normal}.hero p{max-width:610px;color:#babac2;font-size:18px;line-height:1.65}.hero-art{height:340px;position:relative;display:grid;place-items:center}.disc{width:min(310px,70vw);aspect-ratio:1;border-radius:50%;background:repeating-radial-gradient(circle,#101014 0 8px,#202027 9px 11px),#111;box-shadow:0 45px 100px #000;position:relative;animation:spin 15s linear infinite paused}.playing .disc{animation-play-state:running}.disc:after{content:"S";position:absolute;inset:34%;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#07140b;font-size:50px;font-weight:900}@keyframes spin{to{transform:rotate(360deg)}}.library{background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.01));border:1px solid rgba(255,255,255,.07);border-radius:30px;padding:32px;margin-bottom:40px}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:25px}.section-head h2{font-size:36px;margin:8px 0 0}.section-head>span{color:var(--muted)}.track-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:18px}.track{min-width:0;padding:14px;border-radius:16px;background:#17171b;border:1px solid transparent;transition:.2s;position:relative}.track[hidden]{display:none!important}.track:hover,.track.active{background:#222228;border-color:#34343c;transform:translateY(-3px)}.track.active{box-shadow:inset 0 0 0 1px rgba(30,215,96,.45)}.track-cover-wrap{aspect-ratio:1;position:relative}.cover-button{position:relative;width:100%;height:100%;border:0;padding:0;border-radius:12px;overflow:hidden;cursor:pointer;background:#222;display:block}.cover-button img{width:100%;height:100%;object-fit:cover;display:block}.cover-play{position:absolute;right:12px;bottom:12px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#07140b;opacity:0;transform:translateY(7px);transition:.2s;box-shadow:0 8px 25px #000}.cover-play svg{fill:currentColor;stroke:none;margin-left:2px}.track:hover .cover-play,.track.active .cover-play{opacity:1;transform:none}.track-main{display:grid;gap:4px;min-width:0;padding:14px 2px 8px}.track-main strong,.track-main span,.track-main small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.track-main strong{font-size:16px}.track-main span{font-size:14px;color:#cacacf}.track-main small{font-size:12px;color:var(--muted)}.track-bottom{height:36px;display:flex;align-items:center;justify-content:space-between}.duration{font-size:12px;color:var(--muted)}.card-actions{display:flex;align-items:center;gap:2px}.card-actions form{margin:0}.icon-button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;text-decoration:none;cursor:pointer}.icon-button svg{width:19px;height:19px}.icon-button:hover{background:#34343b}.danger:hover{background:#472027;color:#ffb4bf}.empty,.no-result{grid-column:1/-1;text-align:center;padding:65px 20px;color:var(--muted)}.empty div{font-size:50px;color:var(--accent)}.empty h3,.no-result h3{color:white;margin-bottom:8px}footer{width:min(1640px,calc(100% - 48px));margin:0 auto 20px;display:flex;justify-content:space-between;color:#73737d;font-size:13px}.player{position:fixed;z-index:50;left:16px;right:16px;bottom:16px;min-height:84px;display:grid;grid-template-columns:62px minmax(150px,1fr) minmax(340px,1.55fr) minmax(190px,1fr);align-items:center;gap:15px;padding:10px 18px;border-radius:22px;background:rgba(24,24,29,.94);border:1px solid #383840;box-shadow:0 20px 70px #000;backdrop-filter:blur(25px)}.player[hidden]{display:none}.player-cover-button{border:0;background:none;padding:0;width:62px;height:62px;cursor:pointer}.player-cover-button img{width:62px;height:62px;object-fit:cover;border-radius:11px;display:block}.player-info{display:grid;gap:5px;min-width:0}.player-info strong,.player-info span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-info span{font-size:13px;color:var(--muted)}.player-center{display:grid;gap:7px}.controls{display:flex;justify-content:center;align-items:center;gap:18px}.controls button,.player-actions button,.full-player button{border:0;background:transparent;cursor:pointer}.controls button{width:34px;height:34px;display:grid;place-items:center}.main-play{width:40px!important;height:40px!important;border-radius:50%!important;background:white!important;color:#111}.main-play svg,.full-main-play svg{fill:currentColor;stroke:none}.timeline{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:8px;color:var(--muted);font-size:11px}.player-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px}.player-actions button,.player-actions a{width:36px;height:36px;display:grid;place-items:center;text-decoration:none}.player input[type=range],.full-player input[type=range]{accent-color:var(--accent);height:4px}.player-actions input{width:88px}.full-player{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:30px;overflow:hidden;overscroll-behavior:none;touch-action:none;height:100dvh;max-height:100dvh}.full-player[hidden]{display:none}.full-bg,.full-shade{position:absolute;inset:0}.full-bg{background-position:center;background-size:cover;filter:blur(45px) saturate(1.25);transform:scale(1.12)}.full-shade{background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.9)),rgba(8,8,10,.45);backdrop-filter:blur(5px)}.full-close{position:absolute;z-index:2;right:28px;top:25px;width:48px;height:48px;border-radius:50%!important;background:rgba(255,255,255,.12)!important;display:grid;place-items:center}.full-content{position:relative;z-index:1;width:min(560px,100%);max-height:calc(100dvh - 60px);display:grid;justify-items:center;align-content:center;overflow:hidden;touch-action:auto}.full-content>img{width:min(430px,75vw);aspect-ratio:1;object-fit:cover;border-radius:24px;box-shadow:0 35px 100px rgba(0,0,0,.7)}.full-info{width:100%;display:grid;text-align:center;gap:7px;margin:25px 0 20px}.full-info strong{font-size:clamp(26px,4vw,42px)}.full-info span{font-size:17px;color:#d3d3d7}.full-timeline{width:100%;display:grid;gap:7px}.full-timeline input{width:100%}.full-timeline div{display:flex;justify-content:space-between;color:#d3d3d7;font-size:12px}.full-controls{display:flex;align-items:center;gap:42px;margin:22px 0}.full-controls button{width:50px;height:50px;display:grid;place-items:center}.full-controls svg{width:29px;height:29px}.full-main-play{width:68px!important;height:68px!important;border-radius:50%!important;background:white!important;color:#111}.full-actions{display:flex;align-items:center;gap:13px}.full-actions button,.full-actions a{width:40px;height:40px;display:grid;place-items:center;text-decoration:none}.full-actions input{width:130px}.modal{position:fixed;inset:0;z-index:300;display:none;place-items:center;padding:20px;background:rgba(0,0,0,.72);backdrop-filter:blur(8px)}.modal.show{display:grid}.modal-card{width:min(430px,100%);background:#17171b;border:1px solid #34343b;border-radius:25px;padding:30px;position:relative;box-shadow:0 30px 100px #000}.modal-card.wide{width:min(650px,100%)}.modal-close{position:absolute;right:18px;top:15px;border:0;background:transparent;font-size:28px;cursor:pointer}.modal-card h2{margin:0 0 8px;font-size:30px}.modal-card p{color:var(--muted)}.modal-card form{display:grid;gap:16px;margin-top:22px}.modal-card label{display:grid;gap:8px;font-size:13px;font-weight:700}.modal-card input:not([type=file]){height:48px;border-radius:12px;border:1px solid #34343b;background:#0f0f12;color:white;padding:0 14px;outline:none}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.file-zone{min-height:115px!important;place-items:center;align-content:center;border:1px dashed #484850;border-radius:14px;color:var(--muted);cursor:pointer;text-align:center;padding:14px}.file-zone input{display:none}.file-zone span{color:white;max-width:220px;overflow:hidden;text-overflow:ellipsis}
.mobile-admin-access{display:none}
.toast{position:fixed;right:25px;top:95px;z-index:350;background:#4b2026;color:#ffd8dd;border:1px solid #79343e;padding:15px 20px;border-radius:13px}
@media(max-width:900px){body{padding-bottom:152px}.topbar{align-items:flex-start}.top-actions{flex-wrap:wrap;justify-content:flex-end}.search{order:3;width:100%}.hero{grid-template-columns:1fr;padding:55px 4%}.hero-art{display:none}.library{padding:22px}.track-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:13px}.player{left:8px;right:8px;bottom:8px;grid-template-columns:52px 1fr auto;gap:10px;padding:10px 12px}.player-cover-button,.player-cover-button img{width:52px;height:52px}.player-center{grid-column:1/-1}.controls{position:absolute;right:64px;top:18px}.timeline{grid-template-columns:35px 1fr 35px}.player-actions{position:absolute;right:12px;top:18px}.player-actions>*{display:none!important}.player-actions #expandBtn{display:grid!important}.grid{grid-template-columns:1fr}.brand span:last-child{display:none}.section-head h2{font-size:29px}}
@media(max-width:560px){main{width:calc(100% - 18px)}.topbar{padding:12px 10px}.hero{min-height:360px;padding:42px 8px}.hero h1{font-size:52px}.hero p{font-size:16px}.top-actions .ghost{font-size:0;width:44px;padding:0}.top-actions .ghost:after{content:'⚙';font-size:18px}.library{padding:14px;border-radius:22px}.track-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.track{padding:9px;border-radius:13px}.cover-play{width:42px;height:42px;right:8px;bottom:8px}.track-main{padding-top:10px}.track-main strong{font-size:14px}.track-main span{font-size:12px}.card-actions .danger{display:none}.section-head{padding:5px}.section-head>span{display:none}footer{width:calc(100% - 25px)}.full-player{padding:20px}.full-close{right:15px;top:15px}.full-content>img{width:min(360px,82vw)}.full-controls{gap:25px}}

/* Sections d'accueil */
.home-section{margin:0 0 28px;padding:30px 32px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.028),rgba(255,255,255,.008));border:1px solid rgba(255,255,255,.06)}
.featured-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}
.featured-card{position:relative;min-width:0;padding:13px;border-radius:17px;background:#17171b;transition:.2s}
.featured-card:hover{background:#24242a;transform:translateY(-3px)}
.featured-card strong,.featured-card small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.featured-card strong{margin-top:12px;font-size:15px}.featured-card small{margin-top:5px;color:var(--muted);font-size:13px}
.featured-cover{position:relative;display:block;width:100%;aspect-ratio:1;padding:0;border:0;border-radius:13px;overflow:hidden;background:#222;cursor:pointer}
.featured-cover img{width:100%;height:100%;display:block;object-fit:cover}
.featured-cover>span{position:absolute;right:10px;bottom:10px;width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#07140b;opacity:0;transform:translateY(7px);transition:.2s;box-shadow:0 9px 24px #000}
.featured-cover>span svg{fill:currentColor;stroke:none;margin-left:2px}.featured-card:hover .featured-cover>span{opacity:1;transform:none}
.rank{position:absolute;z-index:2;left:6px;top:5px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#07140b;font-weight:900;box-shadow:0 5px 18px #000}
.full-main-play svg rect,.main-play svg rect{fill:currentColor;stroke:none}
@media(max-width:1150px){.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.home-section{padding:18px 14px;border-radius:22px}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.featured-card{padding:9px}.featured-cover>span{width:40px;height:40px;opacity:1;transform:none}.home-section .section-head>span{display:none}}

/* Vues complètes des rubriques */
.section-head-actions{display:flex;align-items:center;gap:18px;color:var(--muted)}
.see-all{border:1px solid #3a3a42;background:#222228;color:#fff;border-radius:999px;padding:10px 17px;font-weight:800;cursor:pointer;transition:.2s}
.see-all:hover{background:#fff;color:#111;border-color:#fff;transform:translateY(-1px)}
.collection-view{margin:0 0 28px;padding:34px 32px 42px;border-radius:30px;background:linear-gradient(180deg,rgba(30,215,96,.11),rgba(255,255,255,.015) 260px);border:1px solid rgba(255,255,255,.07);min-height:65vh}
.collection-view[hidden]{display:none}
.collection-toolbar{display:flex;align-items:center;gap:18px;margin-bottom:30px}
.collection-toolbar h2{margin:3px 0 5px;font-size:clamp(32px,5vw,58px)}
.collection-toolbar p{margin:0;color:var(--muted)}
.collection-back{width:48px;height:48px;flex:0 0 48px;border:1px solid #3a3a42;border-radius:50%;background:#1c1c21;color:#fff;font-size:25px;cursor:pointer}
.collection-back:hover{background:#fff;color:#111}
.collection-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}
body.collection-open .hero,body.collection-open .home-section,body.collection-open .library{display:none}
@media(max-width:560px){.section-head-actions span{display:none}.section-head-actions{gap:8px}.see-all{padding:8px 13px;font-size:13px}.collection-view{padding:22px 14px;border-radius:22px}.collection-toolbar{align-items:flex-start}.collection-back{width:42px;height:42px;flex-basis:42px}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}


/* Ajustements mobiles : recherche à droite du logo et accès admin sous le footer */
@media(max-width:900px){
  .topbar{display:flex;align-items:center;gap:10px}
  .brand{flex:0 0 auto}
  .top-actions{flex:1;min-width:0;display:flex;flex-wrap:nowrap;justify-content:stretch}
  .top-actions .search{order:0;width:100%;min-width:0;flex:1}
  .header-admin-button{display:none!important}
  .mobile-admin-access{display:flex;width:calc(100% - 25px);margin:0 auto 28px;justify-content:center}
  .mobile-admin-access .button{width:100%;max-width:420px}
}
@media(max-width:560px){
  .topbar{padding:12px 10px}
  .brand{gap:0}
  .brand-mark{width:39px;height:39px}
  .top-actions{gap:0}
  .search{height:42px;padding:0 12px;margin-left:8px}
  .search input{min-width:0;font-size:14px}
  .mobile-admin-access{margin-bottom:34px}
}

/* V5 — conteneurs plus larges et sans fond */
main,
footer{
  width:min(1880px,calc(100% - 24px));
}

.library,
.home-section,
.collection-view{
  background:transparent;
  border-color:transparent;
  box-shadow:none;
}

.library{
  padding-left:12px;
  padding-right:12px;
}

.home-section,
.collection-view{
  padding-left:12px;
  padding-right:12px;
}

@media(max-width:900px){
  main,
  footer{
    width:calc(100% - 16px);
  }
  .library,
  .home-section,
  .collection-view{
    padding-left:6px;
    padding-right:6px;
  }
}

@media(max-width:560px){
  main,
  footer{
    width:calc(100% - 10px);
  }
  .library,
  .home-section,
  .collection-view{
    padding-left:3px;
    padding-right:3px;
    border-radius:0;
  }
}

/* V6 — titres plus larges, recherche instantanée, modes de lecture et édition */
.track-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:20px}
.collection-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr));gap:20px}
.collection-card .collection-meta{min-width:0;padding-right:4px}
.collection-card strong{font-size:17px}
.section-head-actions{margin-left:auto}

/* Liste instantanée sous la recherche */
.search{position:relative;overflow:visible}
.search-results{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:120;max-height:min(520px,70vh);overflow:auto;padding:8px;background:rgba(22,22,27,.98);border:1px solid #393940;border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.7);backdrop-filter:blur(22px)}
.search-results[hidden]{display:none}
.search-result{width:100%;display:grid;grid-template-columns:48px minmax(0,1fr) 34px;align-items:center;gap:11px;padding:8px;border:0;border-radius:12px;background:transparent;color:#fff;text-align:left;cursor:pointer}
.search-result:hover,.search-result:focus-visible{background:#29292f;outline:none}
.search-result img{width:48px;height:48px;border-radius:9px;object-fit:cover}
.search-result span{display:grid;gap:3px;min-width:0}
.search-result strong,.search-result small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.search-result small{color:var(--muted)}
.search-result i{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--accent);color:#07140b;font-style:normal}
.search-result i svg{width:17px;height:17px;fill:currentColor;stroke:none}
.search-empty{padding:20px;text-align:center;color:var(--muted)}

/* Aléatoire et répétition */
.mode-button{color:var(--muted);position:relative}
.mode-button.active{color:var(--accent)}
.mode-button.active:after{content:"";position:absolute;left:50%;bottom:0;width:4px;height:4px;border-radius:50%;background:var(--accent);transform:translateX(-50%)}
.controls{gap:12px}
.full-controls{gap:24px}
.full-controls .mode-button{width:42px;height:42px}
.full-controls .mode-button svg{width:23px;height:23px}

/* Modification d'un titre */
.edit-preview{display:flex;align-items:center;gap:14px;padding:12px;border:1px solid #34343b;border-radius:14px;background:#101014}
.edit-preview img{width:64px;height:64px;border-radius:10px;object-fit:cover}
.edit-preview div{display:grid;gap:5px;min-width:0}
.edit-preview strong,.edit-preview span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.edit-preview span{font-size:12px;color:var(--muted)}
.icon-button.edit-track:hover{background:#21432d;color:#9bffbd}

@media(max-width:900px){
  .track-grid,.collection-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr))}
  .controls{position:static;right:auto;top:auto;gap:10px}
  .player-center{grid-column:1/-1}
  .controls button{width:31px;height:31px}
  .mode-button svg{width:18px;height:18px}
  .search-results{left:8px;right:0}
}
@media(max-width:560px){
  .track-grid,.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .track-main strong,.collection-card strong{font-size:15px}
  .search-results{position:fixed;top:66px;left:8px;right:8px;max-height:62vh;border-radius:15px}
  .full-controls{gap:10px;width:100%;justify-content:center}
  .full-controls button{width:42px;height:42px}
  .full-main-play{width:60px!important;height:60px!important}
}

/* Tooltips des commandes du lecteur */
.has-tooltip{position:relative}
.has-tooltip::before{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%,6px);padding:7px 10px;border-radius:8px;background:#050506;color:#fff;border:1px solid rgba(255,255,255,.13);box-shadow:0 8px 24px rgba(0,0,0,.45);font-size:12px;font-weight:650;line-height:1;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,transform .16s ease,visibility .16s;z-index:300}
.has-tooltip::after{content:"";position:absolute;left:50%;bottom:calc(100% + 5px);width:8px;height:8px;background:#050506;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);transform:translateX(-50%) rotate(45deg);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .16s ease,visibility .16s;z-index:299}
.has-tooltip:hover::before,.has-tooltip:focus-visible::before{opacity:1;visibility:visible;transform:translate(-50%,0)}
.has-tooltip:hover::after,.has-tooltip:focus-visible::after{opacity:1;visibility:visible}
.full-controls .has-tooltip::before{bottom:calc(100% + 12px)}
@media(max-width:560px){.has-tooltip::before{font-size:11px;max-width:190px;white-space:normal;text-align:center}.controls .has-tooltip::before{bottom:calc(100% + 8px)}}

@media(max-height:760px){.full-player{padding:16px}.full-content{max-height:calc(100dvh - 32px)}.full-content>img{width:min(300px,42vh)}.full-info{margin:12px 0 10px}.full-info strong{font-size:clamp(22px,3vw,32px)}.full-controls{margin:10px 0;gap:28px}.full-main-play{width:58px!important;height:58px!important}}
@media(max-height:560px) and (orientation:landscape){.full-content{width:min(900px,calc(100% - 40px));grid-template-columns:minmax(180px,34vh) minmax(320px,1fr);grid-template-rows:auto auto auto auto;column-gap:28px;text-align:left}.full-content>img{grid-row:1/5;width:100%;max-height:70vh}.full-info{text-align:left;margin:0 0 8px}.full-controls{margin:8px 0}.full-actions{justify-self:start}}

/* V9 — artistes et indicateur animé du titre en cours */
.artist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:20px}
.artist-card{display:grid;gap:8px;padding:14px;border:0;border-radius:18px;background:#18181d;color:#fff;text-align:left;cursor:pointer;transition:transform .2s,background .2s}
.artist-card:hover{transform:translateY(-4px);background:#24242a}
.artist-card img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:50%;box-shadow:0 12px 30px rgba(0,0,0,.35)}
.artist-card strong,.artist-card small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.artist-card strong{margin-top:5px;font-size:16px}.artist-card small{color:var(--muted)}
.wave-icon{display:flex!important;align-items:center;justify-content:center;gap:2px;margin:0!important}
.wave-icon i{display:block;width:3px;height:15px;border-radius:4px;background:currentColor;animation:sonora-wave .75s ease-in-out infinite}
.wave-icon i:nth-child(2){animation-delay:.12s}.wave-icon i:nth-child(3){animation-delay:.24s}.wave-icon i:nth-child(4){animation-delay:.36s}
@keyframes sonora-wave{0%,100%{transform:scaleY(.3)}50%{transform:scaleY(1)}}
.track.active .cover-play,.featured-card.is-current .featured-cover>span,.collection-card.is-current .featured-cover>span{opacity:1;transform:none}
.track.active .cover-play svg,.featured-card.is-current .featured-cover>span svg,.collection-card.is-current .featured-cover>span svg{display:none}
@media(max-width:560px){.artist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.artist-card{padding:10px}.artist-card strong{font-size:14px}}


/* V10 — gestion des photos d'artistes */
.artist-card-wrap{position:relative;min-width:0}
.artist-card-wrap .artist-card{width:100%;height:100%}
.artist-edit-button{position:absolute;right:20px;top:20px;width:38px;height:38px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(10,10,13,.86);color:#fff;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.35);z-index:2;transition:transform .2s,background .2s}
.artist-edit-button:hover{transform:scale(1.08);background:var(--accent)}
.artist-edit-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.artist-edit-preview{display:flex;align-items:center;gap:14px;margin:8px 0 18px;padding:12px;border-radius:16px;background:rgba(255,255,255,.05)}
.artist-edit-preview img{width:74px;height:74px;object-fit:cover;border-radius:50%}
.artist-edit-preview strong{font-size:18px}
@media(max-width:560px){.artist-edit-button{right:14px;top:14px;width:34px;height:34px}}
