
.artist-page-shell{padding-bottom:1rem}
.artist-auth-wrap{width:min(760px,100%);margin:clamp(1.4rem,4vw,3rem) auto}
.artist-card{border:1px solid var(--line2);border-radius:20px;background:linear-gradient(145deg,rgba(16,23,33,.98),rgba(9,14,21,.98));box-shadow:var(--shadow);padding:clamp(1rem,3vw,1.5rem)}
.artist-card h1,.artist-card h2,.artist-card h3{margin-top:.1rem}
.artist-form{display:grid;gap:1rem}
.artist-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}
.artist-field{display:grid;gap:.42rem}
.artist-field label{font-weight:850}
.artist-field input,.artist-field select,.artist-field textarea{width:100%;border:1px solid var(--line2);border-radius:13px;background:#091019;color:var(--text);padding:.82rem .9rem}
.artist-field textarea{min-height:110px;resize:vertical}
.artist-check{display:flex;align-items:flex-start;gap:.65rem;color:var(--muted)}
.artist-check input{margin-top:.25rem;accent-color:var(--orange)}
.artist-alert{margin:0 0 1rem;padding:.9rem 1rem;border-radius:14px;border:1px solid var(--line2);font-weight:750}
.artist-alert--success{background:rgba(69,207,131,.12);border-color:rgba(69,207,131,.5)}
.artist-alert--warning{background:rgba(255,179,71,.12);border-color:rgba(255,179,71,.5)}
.artist-alert--error{background:rgba(216,59,47,.12);border-color:rgba(216,59,47,.55)}
.artist-auth-links{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1rem;font-size:.94rem}
.artist-dashboard-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap;margin:1.2rem 0}
.artist-account-line{color:var(--muted);font-size:.92rem}
.artist-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1rem 0 1.5rem}
.artist-stat{padding:1rem;border:1px solid var(--line2);border-radius:16px;background:#0a111a}
.artist-stat strong{display:block;font-size:1.7rem}
.artist-status{display:inline-flex;align-items:center;padding:.3rem .6rem;border-radius:999px;border:1px solid var(--line2);font-size:.78rem;font-weight:850}
.artist-status--approved{background:rgba(69,207,131,.12);border-color:rgba(69,207,131,.45)}
.artist-status--pending{background:rgba(255,179,71,.12);border-color:rgba(255,179,71,.45)}
.artist-status--declined,.artist-status--rejected{background:rgba(216,59,47,.12);border-color:rgba(216,59,47,.45)}
.artist-section{margin-top:1.2rem}
.artist-profile-list{display:grid;gap:.65rem;margin:.8rem 0}
.artist-profile-row{display:flex;justify-content:space-between;gap:.8rem;align-items:center;padding:.8rem .9rem;border:1px solid var(--line2);border-radius:14px;background:#0a111a}
.artist-song-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}
.artist-song{display:grid;grid-template-columns:112px minmax(0,1fr);gap:1rem;padding:.85rem;border:1px solid var(--line2);border-radius:18px;background:linear-gradient(145deg,#0b131d,#081019);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.artist-song:hover{transform:translateY(-2px);border-color:rgba(255,208,109,.28);box-shadow:0 14px 34px rgba(0,0,0,.2)}
.artist-song-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;flex-wrap:wrap}
.artist-song h3{margin:.1rem 0 .25rem;font-size:1.15rem}
.artist-song-meta{color:var(--muted);font-size:.88rem}
.artist-song-actions{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:.85rem}

.artist-tip{padding:.9rem 1rem;border-left:4px solid var(--blue2);border-radius:0 12px 12px 0;background:rgba(22,141,226,.08);color:var(--muted)}
.artist-danger-zone{margin-top:2rem;padding-top:1.2rem;border-top:1px solid var(--line2)}
.artist-small{font-size:.86rem;color:var(--muted)}
.artist-public-hero{margin:clamp(1rem,3vw,2rem) 0}
.artist-public-hero .card{padding:clamp(1.2rem,4vw,2rem)}
.artist-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem}
.artist-feature{padding:1rem;border:1px solid var(--line2);border-radius:16px;background:#0a111a}
.artist-feature .icon{font-size:1.8rem}
.artist-fairness{margin-top:1rem;padding:1rem;border:1px solid rgba(255,208,109,.35);border-radius:16px;background:rgba(255,208,109,.07)}
.artist-admin-table{width:100%;border-collapse:collapse}
.artist-admin-table th,.artist-admin-table td{padding:.65rem;border-bottom:1px solid var(--line2);text-align:left;vertical-align:top}
.artist-admin-actions{display:flex;gap:.45rem;flex-wrap:wrap}
.artist-admin-card{margin-top:1rem}
.artist-search-result{padding:.8rem;border:1px solid var(--line2);border-radius:12px;background:#0a111a;margin-top:.65rem}
.artist-search-result form{display:flex;gap:.6rem;align-items:end;flex-wrap:wrap;margin-top:.6rem}
.artist-search-result select{min-width:220px}
.artist-home-teaser{display:grid;grid-template-columns:auto 1fr auto;gap:1rem;align-items:center;padding:1.1rem 1.2rem;border:1px solid rgba(255,106,26,.28);border-radius:18px;background:linear-gradient(135deg,rgba(255,106,26,.08),rgba(22,141,226,.08),rgba(11,17,25,.96))}
.artist-home-teaser-icon{font-size:2rem}
.artist-home-teaser h2{margin:.1rem 0 .25rem;font-size:clamp(1.35rem,3vw,2rem)}
.artist-login-pill{display:inline-flex;align-items:center;justify-content:center;padding:.58rem .76rem;border:1px solid rgba(255,208,109,.42);border-radius:999px;background:rgba(255,208,109,.08);color:#ffd06d;text-decoration:none;font-size:.82rem;font-weight:900;white-space:nowrap}
.artist-login-pill:hover{background:rgba(255,208,109,.16)}
.artist-nav-mobile{display:none}
.artist-inline-callout{margin-top:1rem;padding:1rem;border:1px solid rgba(22,141,226,.26);border-radius:16px;background:rgba(22,141,226,.06)}
@media(max-width:1350px){.brand-tagline{display:none}}@media(max-width:1180px){.artist-login-desktop{display:none}}@media(max-width:1000px){.artist-nav-mobile{display:list-item}}
@media(max-width:760px){
  .artist-grid-2,.artist-stats,.artist-feature-grid{grid-template-columns:1fr}
  .artist-home-teaser{grid-template-columns:auto 1fr}
  .artist-home-teaser .button-secondary{grid-column:1/-1;justify-self:start}
  .artist-profile-row{align-items:flex-start;flex-direction:column}
  .artist-admin-table{display:block;overflow-x:auto}
}

/* Artist-Dashboard V2 */
.artist-rotation-panel{position:relative;overflow:hidden;border-color:rgba(255,208,109,.22)}
.artist-rotation-panel::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--orange),#ffd166,var(--blue2))}
.artist-rotation-heading{display:flex!important;align-items:flex-start;justify-content:space-between;gap:1rem}
.artist-slot-count{flex:0 0 auto;min-width:86px;padding:.75rem .9rem;border:1px solid rgba(255,208,109,.25);border-radius:16px;background:rgba(255,208,109,.07);text-align:center}
.artist-slot-count strong{display:block;font-size:1.55rem;line-height:1;color:#ffd166}.artist-slot-count span{display:block;margin-top:.25rem;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:850}
.artist-rotation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:1rem 0}
.artist-rotation-slot{min-height:132px;border:1px solid var(--line2);border-radius:18px;background:#0a111a;text-decoration:none;color:var(--text);overflow:hidden;transition:transform .18s ease,border-color .18s ease,background .18s ease;position:relative}
.artist-rotation-slot.is-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem;border-style:dashed;background:linear-gradient(145deg,rgba(255,255,255,.02),rgba(22,141,226,.04));cursor:pointer}
.artist-rotation-slot.is-empty:hover{transform:translateY(-2px);border-color:rgba(255,208,109,.58);background:linear-gradient(145deg,rgba(255,208,109,.07),rgba(22,141,226,.07))}
.artist-rotation-plus{display:grid;place-items:center;width:38px;height:38px;margin-bottom:.45rem;border-radius:999px;background:rgba(255,208,109,.1);border:1px solid rgba(255,208,109,.28);color:#ffd166;font-size:1.7rem;line-height:1}
.artist-rotation-slot-kicker{font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:var(--muted)}
.artist-rotation-slot.is-empty strong{font-size:1.03rem;margin:.18rem 0}.artist-rotation-slot.is-empty>span:last-child{font-size:.84rem;color:#ffd166;font-weight:800}
.artist-rotation-slot.is-used{display:grid;grid-template-columns:108px minmax(0,1fr);gap:.7rem;align-items:center;padding:.65rem;border-color:rgba(255,208,109,.3);background:linear-gradient(145deg,rgba(255,208,109,.07),#0a111a 55%)}
.artist-rotation-slot-cover{width:108px;aspect-ratio:1/1;min-height:0;border-radius:12px;background:linear-gradient(145deg,#172434,#0a111a);display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.artist-rotation-slot-cover img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.artist-rotation-slot-cover span{font-size:2rem;color:#ffd166}
.artist-rotation-slot-body{padding:.15rem .15rem .15rem 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}.artist-rotation-slot-body>strong{display:block;width:100%;margin:.18rem 0;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.artist-rotation-slot-body>span:not(.artist-rotation-slot-kicker){color:var(--muted);font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}
.artist-slot-action{margin-top:.55rem;padding:0;border:0;background:none;color:#ffd166;font:inherit;font-size:.78rem;font-weight:850;cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.artist-song-cover{width:112px;aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#111c29;border:1px solid rgba(255,255,255,.08);align-self:start}.artist-song-cover img{display:block;width:100%;height:100%;object-fit:cover}.artist-song-cover-fallback{width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,rgba(255,106,26,.26),transparent 32%),linear-gradient(145deg,#192838,#0b1119)}.artist-song-cover-fallback span{font-size:2.3rem;color:#ffd166}
.artist-song-body{min-width:0}.artist-song-body .artist-song-actions form{margin:0}
.artist-profile-row{background:linear-gradient(145deg,#0b131d,#091019)}
.artist-stat{background:linear-gradient(145deg,#0b131d,#091019);position:relative;overflow:hidden}.artist-stat::after{content:"";position:absolute;inset:auto -20px -28px auto;width:70px;height:70px;border-radius:50%;background:rgba(22,141,226,.08)}
/* Öffentliche Artist-Seite: grafischer Portal-Vorgeschmack */
.artist-hero-split{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:1.25rem;align-items:center}
.artist-portal-preview{padding:1rem;border:1px solid rgba(255,208,109,.24);border-radius:20px;background:radial-gradient(circle at 80% 10%,rgba(22,141,226,.16),transparent 35%),linear-gradient(145deg,#101925,#080d14);box-shadow:0 18px 44px rgba(0,0,0,.28)}
.artist-preview-top{display:flex;justify-content:space-between;gap:.6rem;align-items:center;margin-bottom:.8rem}.artist-preview-top strong{font-size:1rem}.artist-preview-badge{padding:.28rem .5rem;border-radius:999px;background:rgba(255,208,109,.1);border:1px solid rgba(255,208,109,.25);color:#ffd166;font-size:.72rem;font-weight:900}
.artist-preview-covers{display:grid;grid-template-columns:repeat(3,1fr);gap:.55rem}.artist-preview-cover{aspect-ratio:1/1;border-radius:12px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.08);font-size:1.65rem;background:linear-gradient(145deg,rgba(255,106,26,.22),#142132)}.artist-preview-cover:nth-child(2){background:linear-gradient(145deg,rgba(22,141,226,.26),#111a27)}.artist-preview-cover:nth-child(3){background:linear-gradient(145deg,rgba(255,208,109,.18),#17151a)}
.artist-preview-slots{display:grid;gap:.45rem;margin-top:.7rem}.artist-preview-slot{display:flex;align-items:center;gap:.5rem;padding:.55rem .65rem;border:1px solid var(--line2);border-radius:11px;background:rgba(255,255,255,.025);font-size:.78rem;color:var(--muted)}.artist-preview-slot strong{color:var(--text)}

@media(max-width:980px){
  .artist-song-grid{grid-template-columns:1fr}
  .artist-hero-split{grid-template-columns:1fr}
  .artist-portal-preview{max-width:560px}
}
@media(max-width:760px){
  .artist-rotation-heading{display:block!important}.artist-slot-count{display:inline-block;margin-top:.7rem}
  .artist-rotation-grid{grid-template-columns:1fr}
  .artist-rotation-slot{min-height:104px}
  .artist-rotation-slot.is-used{grid-template-columns:82px minmax(0,1fr)}
  .artist-rotation-slot.is-used{grid-template-columns:88px minmax(0,1fr);padding:.55rem}
  .artist-rotation-slot-cover{width:88px;min-height:0}
  .artist-song{grid-template-columns:82px minmax(0,1fr);gap:.75rem}.artist-song-cover{width:82px}
}
@media(max-width:480px){
  .artist-song{grid-template-columns:1fr}.artist-song-cover{width:100%;max-width:180px}
}


/* Artist Song Picker – echte Auswahl für freie Rotation-Slots */
.artist-song-picker{
  width:min(920px,calc(100vw - 2rem));
  max-height:min(84vh,820px);
  padding:0;
  border:1px solid rgba(255,208,109,.28);
  border-radius:22px;
  background:#0a1018;
  color:var(--text);
  box-shadow:0 28px 90px rgba(0,0,0,.58);
}
.artist-song-picker::backdrop{
  background:rgba(2,5,9,.78);
  backdrop-filter:blur(5px);
}
.artist-song-picker-shell{
  max-height:min(84vh,820px);
  overflow:auto;
  padding:1.15rem;
}
.artist-song-picker-head{
  position:sticky;
  top:-1.15rem;
  z-index:3;
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:flex-start;
  margin:-1.15rem -1.15rem 1rem;
  padding:1.15rem;
  background:linear-gradient(180deg,rgba(10,16,24,.99),rgba(10,16,24,.94));
  border-bottom:1px solid var(--line2);
}
.artist-song-picker-head h2{
  margin:.1rem 0 .35rem;
  font-size:clamp(1.35rem,3vw,2rem);
}
.artist-song-picker-head p:last-child{
  margin-bottom:0;
  color:var(--muted);
}
.artist-song-picker-close{
  flex:0 0 auto;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid var(--line2);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:var(--text);
  font-size:1.7rem;
  line-height:1;
  cursor:pointer;
}
.artist-song-picker-close:hover{
  border-color:rgba(255,208,109,.45);
  color:#ffd166;
}
.artist-song-picker-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:.8rem;
}
.artist-picker-song{
  display:grid;
  grid-template-columns:96px minmax(0,1fr);
  gap:.85rem;
  padding:.75rem;
  border:1px solid var(--line2);
  border-radius:16px;
  background:linear-gradient(145deg,#0d1722,#091019);
}
.artist-picker-cover{
  width:96px;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.08);
  background:#111c29;
}
.artist-picker-cover img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.artist-picker-song-body{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.artist-picker-song-body strong{
  display:block;
  width:100%;
  margin:.12rem 0;
  font-size:1rem;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.artist-picker-artist{
  color:#ffd166;
  font-size:.76rem;
  font-weight:900;
}
.artist-picker-status{
  color:var(--muted);
  font-size:.78rem;
  margin-bottom:.6rem;
}
.artist-picker-song-body form{
  width:100%;
  margin-top:auto;
}
.artist-picker-select{
  width:100%;
  justify-content:center;
  font-size:.82rem;
}
.artist-song-picker-foot{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
  margin-top:1rem;
  padding-top:1rem;
  border-top:1px solid var(--line2);
  color:var(--muted);
  font-size:.86rem;
}
@media(max-width:700px){
  .artist-song-picker-grid{grid-template-columns:1fr}
  .artist-picker-song{grid-template-columns:76px minmax(0,1fr)}
  .artist-picker-cover{width:76px}
  .artist-song-picker-foot{align-items:flex-start;flex-direction:column}
}


/* Passwort anzeigen / verbergen */
.artist-password-wrap{
  position:relative;
}
.artist-password-wrap input{
  padding-right:3.2rem !important;
}
.artist-password-toggle{
  position:absolute;
  top:50%;
  right:.55rem;
  transform:translateY(-50%);
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:10px;
  background:transparent;
  color:var(--muted);
  cursor:pointer;
  transition:background .16s ease,color .16s ease;
}
.artist-password-toggle:hover{
  background:rgba(255,208,109,.08);
  color:#ffd166;
}
.artist-password-toggle:focus-visible{
  outline:2px solid var(--orange2);
  outline-offset:2px;
}
.artist-eye{
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.artist-eye--hide{display:none}
.artist-password-toggle[aria-pressed="true"] .artist-eye--show{display:none}
.artist-password-toggle[aria-pressed="true"] .artist-eye--hide{display:block}
