.artist-auth-page,
.artist-dashboard {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 90px);
  padding: clamp(7rem, 12vw, 10rem) 1.25rem 6rem;
  box-sizing: border-box;
}

.artist-auth-page { display: grid; place-items: start center; }

.artist-auth-card {
  width: min(100%, 470px);
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(9,9,9,.98), rgba(2,2,2,.98));
  box-shadow: 0 30px 90px rgba(0,0,0,.55), inset 0 1px rgba(255,255,255,.025);
}

.artist-kicker {
  margin: 0 0 .8rem;
  color: rgba(255,255,255,.35);
  font-size: .65rem;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.artist-auth-card h1,
.artist-dashboard h1 { margin: 0; font-size: clamp(2rem, 6vw, 3.6rem); line-height: 1.05; }
.artist-auth-copy,
.artist-dashboard-head > div > p:last-child { color: rgba(255,255,255,.38); line-height: 1.65; }

.artist-auth-error {
  margin: 1.25rem 0;
  padding: .8rem 1rem;
  border: 1px solid rgba(239,68,68,.22);
  border-radius: 12px;
  color: #fca5a5;
  background: rgba(239,68,68,.055);
  font-size: .78rem;
}

.artist-auth-form { display: grid; gap: 1.15rem; margin-top: 1.8rem; }
.artist-auth-form label { color: rgba(255,255,255,.65); font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.artist-auth-form input {
  width: 100%; min-height: 52px; margin-top: .55rem; padding: .9rem 1rem;
  box-sizing: border-box; border: 1px solid rgba(255,255,255,.09); border-radius: 12px;
  background: rgba(0,0,0,.58); color: #fff; font: inherit; font-size:1rem; outline: none;
}
.artist-auth-form input:focus { border-color: rgba(255,255,255,.48); box-shadow: 0 0 0 3px rgba(255,255,255,.025); }
.artist-auth-form button:not(.artist-pass-toggle):not(.artist-auth-submit):not(.artist-resend-btn),
.artist-primary-action,
.artist-empty-state a {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,.14); border-radius: 12px;
  background: linear-gradient(110deg, #080808, #181818, #080808); color: #fff;
  text-decoration: none; text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; cursor: pointer;
}
.artist-auth-switch { margin: 1.5rem 0 0; text-align: center; color: rgba(255,255,255,.3); font-size: .76rem; }
.artist-auth-switch a { color: rgba(255,255,255,.78); }
.artist-resend { margin-top:1.4rem; color:rgba(255,255,255,.38); font-size:.72rem; }
.artist-resend summary { cursor:pointer; text-align:center; }
.artist-resend .artist-auth-form { margin-top:1rem; }
.artist-notice-card { text-align:center; }
.artist-notice-error { color:#fca5a5; }
.artist-notice-link { display:inline-block; margin-top:1rem; color:#fff; font-size:.75rem; }
.verification-success-page { place-items:center; }
.verification-success-card { width:min(100%,560px); padding:clamp(2rem,7vw,4.5rem); text-align:center; border:1px solid rgba(255,255,255,.09); border-radius:30px; background:radial-gradient(circle at 50% 0,rgba(124,58,237,.14),transparent 48%),#050505; animation:verification-card-in .75s cubic-bezier(.2,.8,.2,1) both; }
.verification-success-card h1 { margin:.8rem 0 1rem; font-size:clamp(2rem,7vw,4rem); }.verification-success-card>p:not(.artist-kicker) { color:rgba(255,255,255,.45); line-height:1.7; }
.verification-rings { position:relative; display:grid; place-items:center; width:112px; height:112px; margin:0 auto 2rem; }
.verification-rings span { position:absolute; inset:0; border:1px solid rgba(167,139,250,.45); border-radius:50%; animation:verification-ring 2s ease-out infinite; }.verification-rings span:nth-child(2) { animation-delay:.65s; }
.verification-rings i { display:grid; place-items:center; width:68px; height:68px; border-radius:50%; background:linear-gradient(135deg,#7c3aed,#a78bfa); color:#fff; font-size:2rem; font-style:normal; box-shadow:0 0 45px rgba(124,58,237,.35); animation:verification-check .65s .2s cubic-bezier(.2,1.4,.4,1) both; }
.verification-continue { display:inline-flex; align-items:center; justify-content:center; min-height:52px; margin-top:1.5rem; padding:0 1.7rem; border-radius:12px; background:#fff; color:#050505; text-decoration:none; font-size:.72rem; font-weight:700; text-transform:uppercase; letter-spacing:.13em; }.verification-success-card small { display:block; margin-top:1rem; color:rgba(255,255,255,.2); }
@keyframes verification-card-in { from { opacity:0; transform:translateY(22px) scale(.97); } to { opacity:1; transform:none; } }
@keyframes verification-ring { 0% { transform:scale(.55); opacity:.8; } 100% { transform:scale(1.35); opacity:0; } }
@keyframes verification-check { from { opacity:0; transform:scale(.3) rotate(-20deg); } to { opacity:1; transform:scale(1) rotate(0); } }
@media (prefers-reduced-motion:reduce) { .verification-success-card,.verification-rings span,.verification-rings i { animation:none; } }

.artist-dashboard {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding-top: clamp(2.5rem,6vw,4.5rem);
  background: radial-gradient(circle at 50% 0,rgba(255,255,255,.025),transparent 34rem);
}
.artist-dashboard-head { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin-bottom: 1rem; }
.artist-profile-section {
  padding: clamp(1.5rem,4vw,2.4rem);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  background: linear-gradient(145deg,rgba(13,13,13,.96),rgba(5,5,5,.98));
  box-shadow: 0 24px 70px rgba(0,0,0,.38),inset 0 1px rgba(255,255,255,.025);
  text-align: left;
}
.artist-profile-section > div:first-child { text-align: left; }
.artist-profile-section h1 { margin-left: -2px; }
.artist-dashboard-actions { display: flex; align-items: center; gap: .75rem; }
.artist-dashboard-actions form { margin: 0; }
.artist-primary-action { padding: 0 1.25rem; }
.artist-logout { min-height: 52px; padding: 0 1rem; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: #050505; color: rgba(255,255,255,.45); cursor: pointer; }

.artist-demo-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 1rem; }
.artist-demo-card { padding: 1.5rem; border: 1px solid rgba(255,255,255,.075); border-radius: 18px; background: linear-gradient(145deg,#090909,#030303); color: #fff; text-decoration: none; transition: transform .25s,border-color .25s; }
.artist-demo-item { display:grid; gap:.75rem; }.artist-demo-item .artist-demo-card { display:block; }
.artist-demo-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.2); }
.artist-demo-top,.artist-demo-meta { display:flex; justify-content:space-between; align-items:center; gap:1rem; }
.artist-demo-genre,.artist-demo-status { font-size:.58rem; text-transform:uppercase; letter-spacing:.12em; color:rgba(255,255,255,.32); }
.artist-demo-status { padding:.3rem .55rem; border:1px solid rgba(255,255,255,.08); border-radius:999px; }
.artist-demo-card h2 { margin:1.6rem 0 .25rem; font-size:1.15rem; }
.artist-demo-card > p { margin:0 0 1.5rem; color:rgba(255,255,255,.28); font-size:.75rem; }
.artist-demo-meta { padding-top:1rem; border-top:1px solid rgba(255,255,255,.055); color:rgba(255,255,255,.3); font-size:.65rem; }
.status-approved { color:#86efac; border-color:rgba(74,222,128,.2); }
.status-declined { color:rgba(255,255,255,.35); }
.status-reviewing,.status-team_discussion { color:#c7d2fe; border-color:rgba(165,180,252,.2); }
.status-needs_revision { color:#fdba74; border-color:rgba(251,146,60,.2); }

.artist-empty-state { padding:4rem 1.5rem; text-align:center; border:1px dashed rgba(255,255,255,.1); border-radius:20px; }
.artist-empty-state h2 { margin:0; }.artist-empty-state p { color:rgba(255,255,255,.32); }.artist-empty-state a { margin-top:1rem; padding:0 1.5rem; }
.artist-pagination { display:flex; justify-content:center; gap:1rem; margin-top:2rem; color:rgba(255,255,255,.35); }
.artist-pagination a { color:#fff; text-decoration:none; }
/* ── Notification bell + dropdown ─────────────────────────────────────────── */
.artist-bell { position: relative; }
.artist-bell-btn {
  position: relative; width: 52px; height: 52px; display: grid; place-items: center;
  border: 1px solid rgba(255,255,255,.08); border-radius: 12px;
  background: #050505; color: rgba(255,255,255,.6); cursor: pointer;
  transition: color .18s, border-color .18s, background .18s;
}
.artist-bell-btn:hover { color: #fff; border-color: rgba(255,255,255,.2); }
.artist-bell-btn svg { width: 21px; height: 21px; }
.artist-bell.is-open .artist-bell-btn { color: #fff; border-color: rgba(255,255,255,.25); background: #0c0c0c; }
.artist-bell.is-open .artist-bell-btn svg { animation: bellSwing .55s ease; transform-origin: 50% 4px; }
@keyframes bellSwing { 0%,100% { transform: rotate(0); } 22% { transform: rotate(13deg); } 46% { transform: rotate(-10deg); } 70% { transform: rotate(5deg); } }
.artist-bell-badge {
  position: absolute; top: -5px; right: -5px; min-width: 19px; height: 19px; padding: 0 5px;
  display: grid; place-items: center; border-radius: 999px;
  background: linear-gradient(135deg,#a78bfa,#7c3aed); color: #fff;
  font-size: .58rem; font-weight: 800; line-height: 1;
  box-shadow: 0 0 0 2px #050505, 0 4px 10px rgba(124,58,237,.5);
}

.artist-bell-panel {
  position: absolute; top: calc(100% + .7rem); right: 0; z-index: 60;
  width: min(360px, calc(100vw - 2rem));
  border: 1px solid rgba(255,255,255,.1); border-radius: 16px; overflow: hidden;
  background: linear-gradient(165deg, rgba(18,18,20,.99), rgba(8,8,9,.99));
  box-shadow: 0 26px 70px rgba(0,0,0,.62), inset 0 1px rgba(255,255,255,.045);
  transform-origin: top right; animation: bellPop .26s cubic-bezier(.2,.9,.25,1);
}
.artist-bell-panel[hidden] { display: none; }
.artist-bell-panel.is-dragging { animation: none; box-shadow: 0 34px 95px rgba(0,0,0,.72), 0 0 0 1px rgba(255,255,255,.07); }
@keyframes bellPop { from { opacity: 0; transform: translateY(-10px) scale(.95); } to { opacity: 1; transform: translateY(0) scale(1); } }

.artist-bell-head {
  display: flex; align-items: center; gap: .6rem;
  padding: .8rem 1rem; border-bottom: 1px solid rgba(255,255,255,.07);
  cursor: grab; user-select: none; touch-action: none;
  background: linear-gradient(180deg, rgba(255,255,255,.025), transparent);
}
.artist-bell-head:active, .artist-bell-panel.is-dragging .artist-bell-head { cursor: grabbing; }
.artist-bell-grip {
  width: 16px; height: 11px; flex: 0 0 auto; color: rgba(255,255,255,.4);
  background: radial-gradient(circle, currentColor 1.1px, transparent 1.5px) 0 0 / 5px 5px;
}
.artist-bell-head strong { flex: 1; font-size: .8rem; color: #fff; letter-spacing: .02em; }
.artist-bell-count {
  color: #c4b5fd; font-size: .58rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em;
  padding: .22rem .5rem; border-radius: 999px; background: rgba(167,139,250,.13);
}

.artist-bell-list { max-height: min(58vh, 420px); overflow-y: auto; }
.artist-bell-empty { padding: 1.8rem 1.1rem; text-align: center; color: rgba(255,255,255,.3); font-size: .76rem; }

/* Each notification: icon + a soft type-coloured light spilling in from the LEFT. */
.artist-bell-item {
  position: relative; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .75rem;
  padding: .8rem 1rem .8rem .95rem;
  color: #fff; text-decoration: none; overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: background .18s;
  --glow: rgba(255,255,255,.7);
  animation: bellItemIn .34s cubic-bezier(.2,.8,.2,1) both;
  animation-delay: calc(var(--i, 0) * .045s + .04s);
}
.artist-bell-item:last-child { border-bottom: 0; }
/* Weak glow from the left */
.artist-bell-item::after {
  content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 46%;
  background: radial-gradient(110% 80% at 0 50%, var(--glow), transparent 70%);
  opacity: .1; pointer-events: none; transition: opacity .2s;
}
/* Left accent bar */
.artist-bell-item::before {
  content: ''; position: absolute; top: 18%; bottom: 18%; left: 0; width: 2px; border-radius: 0 3px 3px 0;
  background: var(--glow); box-shadow: 2px 0 10px var(--glow); opacity: .7;
}
.artist-bell-item:hover { background: rgba(255,255,255,.035); }
.artist-bell-item:hover::after { opacity: .17; }
.artist-bell-item.is-unread { background: rgba(255,255,255,.022); }

.artist-bell-ico {
  position: relative; z-index: 1; flex: 0 0 auto;
  width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px;
  color: var(--glow); background: color-mix(in srgb, var(--glow) 13%, transparent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--glow) 28%, transparent);
}
.artist-bell-ico svg { width: 16px; height: 16px; }
.artist-bell-body { position: relative; z-index: 1; min-width: 0; }
.artist-bell-body strong { display: block; font-size: .78rem; line-height: 1.25; }
.artist-bell-text { display: -webkit-box; margin: .25rem 0 0; color: rgba(255,255,255,.45); font-size: .7rem; line-height: 1.45; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.artist-bell-body time { display: block; margin-top: .4rem; color: rgba(255,255,255,.3); font-size: .6rem; }
/* Per-type accent colours */
.artist-bell-item.is-approved { --glow: #4ade80; }
.artist-bell-item.is-declined { --glow: #f87171; }
.artist-bell-item.is-revision { --glow: #fb923c; }
.artist-bell-item.is-message  { --glow: rgba(255,255,255,.72); }
.artist-bell-item.is-approved .artist-bell-body strong { color: #c7f7d6; }
.artist-bell-item.is-declined .artist-bell-body strong { color: #fdcccc; }
.artist-bell-item.is-revision .artist-bell-body strong { color: #fde0bf; }

@keyframes bellItemIn { from { opacity: 0; transform: translateX(-9px); } to { opacity: 1; transform: none; } }

@media (prefers-reduced-motion: reduce) {
  .artist-bell-panel, .artist-bell-item { animation: none; }
  .artist-bell.is-open .artist-bell-btn svg { animation: none; }
}
/* Final outcome chip shown under an approved/declined demo card. */
.artist-demo-outcome {
  display:flex; align-items:center; justify-content:center; gap:.5rem;
  min-height:42px; margin-top:-.5rem; border-radius:12px;
  font-size:.66rem; font-weight:700; text-transform:uppercase; letter-spacing:.14em;
}
.artist-demo-outcome::before { content:''; width:7px; height:7px; border-radius:50%; flex:0 0 auto; }
.artist-demo-outcome.is-approved {
  color:#4ade80; border:1px solid rgba(74,222,128,.35); background:rgba(74,222,128,.07);
}
.artist-demo-outcome.is-approved::before { background:#4ade80; box-shadow:0 0 8px rgba(74,222,128,.7); }
.artist-demo-outcome.is-declined {
  color:#f87171; border:1px solid rgba(248,113,113,.32); background:rgba(248,113,113,.06);
}
.artist-demo-outcome.is-declined::before { background:#f87171; box-shadow:0 0 8px rgba(248,113,113,.6); }

/* Approved → clickable button that opens the submission tracker. */
.artist-demo-outcome.is-link {
  justify-content:flex-start; gap:.6rem; padding:0 .55rem 0 .85rem; text-decoration:none;
  background:linear-gradient(135deg, rgba(74,222,128,.16), rgba(74,222,128,.05) 70%);
  border-color:rgba(74,222,128,.4);
  box-shadow:0 0 0 rgba(74,222,128,0);
  transition:transform .18s, border-color .18s, box-shadow .18s, background .18s;
}
.artist-demo-outcome.is-link:hover {
  transform:translateY(-2px); border-color:rgba(74,222,128,.65);
  background:linear-gradient(135deg, rgba(74,222,128,.22), rgba(74,222,128,.07) 70%);
  box-shadow:0 10px 26px rgba(0,0,0,.32), 0 0 22px rgba(74,222,128,.18);
}
.artist-demo-outcome.is-link .outcome-text { display:inline-flex; align-items:center; gap:.5rem; }
.artist-demo-outcome .outcome-sep { color:rgba(74,222,128,.45); font-weight:400; }
.artist-demo-outcome .outcome-cta { color:#eafff1; }
.artist-demo-outcome .outcome-arrow {
  flex:0 0 auto; margin-left:auto; display:grid; place-items:center; width:26px; height:26px; border-radius:8px;
  background:rgba(74,222,128,.16); color:#bdf5cf; font-size:.9rem; letter-spacing:0;
  transition:transform .2s, background .18s;
}
.artist-demo-outcome.is-link:hover .outcome-arrow { transform:translateX(3px); background:rgba(74,222,128,.28); }
.artist-demos-section {
  padding: clamp(1.2rem,3vw,1.6rem);
  border: 1px solid rgba(255,255,255,.085);
  border-radius: 22px;
  background: linear-gradient(145deg,rgba(11,11,11,.92),rgba(4,4,4,.96));
  box-shadow: 0 24px 70px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.02);
}
.artist-dashboard-section-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:1rem;
  margin-bottom:1.25rem;
  padding:0 .1rem 1.1rem;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.artist-dashboard-section-head .artist-kicker { margin-bottom:.4rem; }
.artist-dashboard-section-head h2 { margin:0; color:#f4f4f4; font-size:1.25rem; }
.artist-dashboard-section-head > span { color:rgba(255,255,255,.3); font-size:.66rem; text-transform:uppercase; letter-spacing:.1em; }

/* Public demo card component */
.artist-demo-card { display:flex!important; flex-direction:column; min-height:255px; text-align:left; }
.artist-demo-card h3 { margin:1.5rem 0 1.25rem; color:#f2f2f2; font-size:1.15rem; line-height:1.3; }
.artist-demo-genre { color:rgba(255,255,255,.45); font-size:.65rem; }
.demo-card-facts { display:grid; grid-template-columns:1fr 1fr; gap:.8rem; margin:0 0 1.25rem; }
.demo-card-facts div { display:grid; gap:.3rem; }
.demo-card-facts dt { color:rgba(255,255,255,.32); font-size:.63rem; text-transform:uppercase; letter-spacing:.1em; }
.demo-card-facts dd { margin:0; color:rgba(255,255,255,.65); font-size:.73rem; }
.demo-view-details {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:44px;
  margin-top:auto;
  padding:0 .9rem;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.78);
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:.64rem;
  transition:border-color .2s,background .2s,transform .2s;
}
.demo-view-details:hover { transform:translateY(-1px); border-color:rgba(255,255,255,.3); background:rgba(255,255,255,.06); color:#fff; }
.release-room { max-width:920px; }.release-form { display:grid; gap:1rem; }
.release-form section { padding:clamp(1.2rem,4vw,2rem); border:1px solid rgba(255,255,255,.08); border-radius:20px; background:#070707; }
.release-form h2 { margin:0; font-size:1.1rem; }.release-form section>p { color:rgba(255,255,255,.35); font-size:.72rem; }
.release-form label { display:grid; gap:.5rem; margin-top:1rem; color:rgba(255,255,255,.58); font-size:.68rem; text-transform:uppercase; letter-spacing:.1em; }
.release-form input,.release-form textarea { width:100%; box-sizing:border-box; padding:.85rem 1rem; border:1px solid rgba(255,255,255,.1); border-radius:12px; background:#000; color:#fff; font:inherit; font-size:1rem; line-height:1.5; resize:vertical; }
.release-submit { width:100%; border:0; }.release-success { margin-bottom:1rem; padding:1rem; border:1px solid rgba(74,222,128,.2); color:#86efac; border-radius:12px; }

/* ═══════════════════════════════════════════════════════════
   Artist auth — refined sign-in (shared card uplift + login extras)
   ═══════════════════════════════════════════════════════════ */

/* Card: soft top bloom + cinematic entrance (applies to all auth cards) */
.artist-auth-card {
  position: relative;
  overflow: hidden;
  animation: artistAuthIn .7s cubic-bezier(.2,.8,.2,1) both;
}
.artist-auth-card::before {
  content: "";
  position: absolute;
  inset: -1px -1px auto -1px;
  height: 180px;
  background: radial-gradient(120% 100% at 50% 0, rgba(255,255,255,.045), transparent 70%);
  pointer-events: none;
}
.artist-auth-card > * { position: relative; z-index: 1; }

@keyframes artistAuthIn {
  from { opacity: 0; transform: translateY(20px) scale(.985); }
  to   { opacity: 1; transform: none; }
}

/* Brand mark (login) — decorative, non-interactive */
.artist-auth-logo {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.08);
  background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.01));
}
.artist-auth-logo img {
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 0 12px rgba(255,255,255,.18));
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

/* Inputs: smoother focus glow + softer placeholders */
.artist-auth-form input {
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.artist-auth-form input::placeholder { color: rgba(255,255,255,.22); letter-spacing: 0; }
.artist-auth-form input:focus {
  border-color: rgba(255,255,255,.55);
  box-shadow: 0 0 0 3px rgba(255,255,255,.06), 0 0 22px rgba(255,255,255,.04);
  background: rgba(0,0,0,.7);
}

/* Password field + show/hide toggle */
.artist-pass-wrap { position: relative; display: block; margin-top: .55rem; }
.artist-pass-wrap input { margin-top: 0; padding-right: 3rem; }
.artist-auth-form .artist-pass-toggle {
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 2.1rem;
  height: 2.1rem;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: rgba(255,255,255,.4);
  letter-spacing: 0;
  cursor: pointer;
  transition: color .2s ease, background .2s ease;
}
.artist-auth-form .artist-pass-toggle:hover {
  transform: translateY(-50%);   /* keep centered — never shift on hover */
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.06);
}
.artist-auth-form .artist-pass-toggle:active { transform: translateY(-50%); }
.artist-auth-form .artist-pass-toggle:focus-visible {
  transform: translateY(-50%);
  outline: 2px solid rgba(255,255,255,.4);
  outline-offset: 1px;
}
/* Icons stack in one grid cell and cross-fade with a little rotate/scale */
.artist-pass-toggle svg {
  grid-area: 1 / 1;
  width: 1.15rem;
  height: 1.15rem;
  display: block;
  transition: opacity .42s ease, transform .58s cubic-bezier(.2, 1.4, .4, 1);
}
.artist-pass-toggle .eye-on  { opacity: 1; transform: scale(1) rotate(0); }
.artist-pass-toggle .eye-off { opacity: 0; transform: scale(.55) rotate(-25deg); }
.artist-pass-toggle.is-on .eye-on  { opacity: 0; transform: scale(.55) rotate(25deg); }
.artist-pass-toggle.is-on .eye-off { opacity: 1; transform: scale(1) rotate(0); }

/* Tactile pop on tap (keeps the -50% centering) */
.artist-pass-toggle.is-tapped { animation: passTap .5s ease; }
@keyframes passTap {
  0%   { transform: translateY(-50%) scale(1); }
  40%  { transform: translateY(-50%) scale(.8); }
  100% { transform: translateY(-50%) scale(1); }
}

/* Field "materializes" on each toggle so the dots↔text swap reads as motion */
.artist-pass-wrap input.is-revealing { animation: passReveal .55s ease; }
@keyframes passReveal {
  0%   { filter: blur(5px);   opacity: .35; }
  55%  { filter: blur(1.5px); opacity: .9; }
  100% { filter: blur(0);     opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .artist-pass-toggle svg,
  .artist-pass-toggle.is-tapped,
  .artist-pass-wrap input.is-revealing { animation: none; transition: none; }
}

/* Primary submit — high-contrast, premium */
.artist-auth-form .artist-auth-submit {
  width: 100%;
  min-height: 54px;
  margin-top: .4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(180deg, #ffffff, #e7e7e7);
  color: #060606;
  cursor: pointer;
  font: 700 .74rem/1 var(--font-family-main);
  text-transform: uppercase;
  letter-spacing: .16em;
  box-shadow: 0 12px 30px rgba(0,0,0,.45), inset 0 1px rgba(255,255,255,.6);
  transition: transform .22s ease, box-shadow .22s ease;
}
.artist-auth-form .artist-auth-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0,0,0,.55), 0 0 24px rgba(255,255,255,.12);
}
.artist-auth-form .artist-auth-submit:active { transform: translateY(0); }
.artist-auth-form .artist-auth-submit:focus-visible { outline: 2px solid rgba(255,255,255,.6); outline-offset: 3px; }

/* Secondary links row */
.artist-auth-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .5rem .75rem;
  margin-top: 1.6rem;
  color: rgba(255,255,255,.34);
  font-size: .76rem;
}
.artist-auth-links a { color: rgba(255,255,255,.82); text-decoration: none; }
.artist-auth-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.artist-auth-sep { color: rgba(255,255,255,.2); }

/* Resend — quiet secondary action */
.artist-auth-form .artist-resend-btn {
  width: 100%;
  min-height: 46px;
  margin-top: .2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  background: linear-gradient(110deg, #080808, #181818, #080808);
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .68rem;
  transition: border-color .2s ease;
}
.artist-auth-form .artist-resend-btn:hover { border-color: rgba(255,255,255,.28); }

@media (prefers-reduced-motion: reduce) {
  .artist-auth-card { animation: none; }
}

@media (max-width: 900px) { .artist-demo-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width: 640px) {
  .artist-auth-page { padding-top:5.5rem; }
  .artist-dashboard { padding:1.1rem 1rem 4rem; }
  .artist-auth-card { border-radius:20px; }
  .artist-dashboard-head { align-items:flex-start; flex-direction:column; gap:1.5rem; }
  .artist-profile-section,.artist-demos-section {
    position:relative;
    margin-bottom:1rem;
    border-radius:18px;
  }
  .artist-profile-section { padding:1.4rem; }
  .artist-demos-section::before {
    content:'';
    position:absolute;
    top:-.6rem;
    left:1.2rem;
    right:1.2rem;
    height:1px;
    background:rgba(255,255,255,.09);
  }
  .artist-demos-section { padding:1rem; }
  .artist-dashboard-section-head { align-items:center; margin-bottom:1rem; padding-bottom:.9rem; }
  .artist-dashboard-actions { width:100%; }.artist-primary-action { flex:1; }
  .artist-demo-grid { grid-template-columns:1fr; }
  /* Anchor the dropdown to the bell's left edge so it never overflows off-screen. */
  .artist-bell-panel { left:0; right:auto; transform-origin:top left; }
}
