/* ═══════════════════════════════════════════════════════════
   concept.css — shared styles for all Tier 2 concept pages
   Artist pages override :root variables in an inline <style>.
   ═══════════════════════════════════════════════════════════ */

/* ── DEFAULTS (overridden per-artist) ── */
:root {
  --bg: #0f0f0f;
  --surface: #1a1a1a;
  --surface2: #222222;
  --border: #2a2a2a;
  --text: #f0f0f0;
  --text-muted: #888;
  --accent: #f5a623;
  --accent-dim: rgba(245,166,35,0.12);
  --font-sans: 'Noto Sans', sans-serif;
  --font-serif: 'Noto Serif', serif;
  --font-mono: 'Noto Sans Mono', monospace;
  --ghost: rgba(255,255,255,0.15);
  /* Artist palette — each page overrides these */
  --artist-primary: #aa895c;
  --artist-secondary: #888;
  --artist-primary-dim: rgba(170,137,92,0.10);
  --artist-secondary-dim: rgba(136,136,136,0.10);
  --artist-border: rgba(170,137,92,0.28);
  --artist-bg-tint: rgba(170,137,92,0.04);
  /* Album accent — overridden by palette extraction JS on work pages */
  --album-accent: #aa895c;
  --album-accent-dim: rgba(170,137,92,0.10);
  --album-accent-border: rgba(170,137,92,0.28);
}

/* ── RESET + BASE ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: var(--bg); color: var(--text);
  font-family: var(--font-sans); font-weight: 300; line-height: 1.6;
  background-image: radial-gradient(ellipse at 20% 0%, var(--artist-bg-tint) 0%, transparent 60%);
}

/* ── SITE HEADER ── */
.site-header { padding: 0.75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; }
.site-logo { display: block; line-height: 0; text-decoration: none; }
.site-logo img { width: 4rem; height: auto; opacity: 0.75; transition: opacity 0.15s; }
.site-logo:hover img { opacity: 1; }
.site-nav { display: flex; gap: 1.5rem; align-items: center; }
.site-nav a { color: var(--text-muted); font-size: 0.85rem; text-decoration: none; }
.site-nav a:hover { color: var(--text); }

/* ── ARTIST HERO ── */
.artist-hero { padding: 2rem 1.5rem 2rem; max-width: 900px; margin: 0 auto; }
.artist-hero.has-art { display: grid; grid-template-columns: 1fr auto; gap: 1rem 2rem; align-items: start; }
.hero-main { grid-column: 1; }
.hero-text { grid-column: 1; }

.artist-label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); margin-bottom: 0.5rem; }
.artist-name { font-family: var(--font-serif); font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 500; margin-bottom: 0.75rem; }
.artist-name-native { font-size: 1.1rem; color: var(--text-muted); margin-bottom: 0.6rem; font-family: var(--font-sans); font-weight: 300; }
.artist-name sub { font-size: 0.4em; color: var(--text-muted); vertical-align: baseline; margin-left: 0.2em; }
.artist-meta { display: flex; gap: 1.5rem; flex-wrap: wrap; padding-bottom: 1rem; }
.artist-meta span { font-size: 0.82rem; color: var(--text-muted); }
.artist-meta strong { color: var(--text); font-weight: 400; }
.artist-bio-wrap { max-width: 640px; position: relative; }
.artist-bio-wrap:not(.expanded) .artist-bio { max-height: calc(1.7em * 5); overflow: hidden; }
.artist-bio-wrap:not(.expanded)::after { content: ''; position: absolute; bottom: 2rem; left: 0; right: 0; height: 3em; background: linear-gradient(transparent, var(--bg)); pointer-events: none; }
.artist-bio-wrap.expanded::after { display: none; }
.artist-bio { font-size: 0.95rem; color: var(--text-muted); line-height: 1.7; padding-bottom: 0.5rem; }
.bio-toggle { background: none; border: none; color: var(--artist-primary, var(--text-muted)); font-size: 0.78rem; cursor: pointer; padding: 0; opacity: 0.7; transition: opacity 0.15s; }
.bio-toggle:hover { opacity: 1; }

/* ── HERO ART + PALETTE ── */
.hero-art { grid-column: 2; grid-row: 1 / 5; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; width: 130px; }
.album-art-block { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; width: 140px; }
.album-art { width: 130px; height: 130px; border-radius: 4px; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--artist-primary-dim) 0%, var(--artist-secondary-dim) 50%, var(--bg) 100%); object-fit: cover; }
.album-art-placeholder { font-size: 0.65rem; color: var(--text-muted); font-family: var(--font-mono); text-align: center; line-height: 1.4; }
.palette-strip { display: flex; gap: 3px; width: 100%; }
.palette-swatch { height: 5px; flex: 1; border-radius: 2px; }
.palette-label { font-size: 0.65rem; color: var(--text-muted); text-align: center; font-family: var(--font-mono); line-height: 1.3; }
.palette-label em { color: var(--artist-primary); font-style: normal; }

/* ── NETWORK CHIPS ── */
.network-chips { display: flex; gap: 0.4rem; flex-wrap: wrap; padding-bottom: 1rem; align-items: center; }
.network-label { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); }
.network-chip { font-size: 0.72rem; padding: 0.18rem 0.55rem; border: 1px solid var(--border); border-radius: 12px; color: var(--text-muted); text-decoration: none; transition: all 0.15s; }
a.network-chip { cursor: pointer; }
a.network-chip:hover { border-color: var(--artist-primary); color: var(--artist-primary); background: var(--artist-primary-dim); }
span.network-chip { border-style: dashed; cursor: default; }
.network-chip.scene { border-style: dashed; }
.network-sep { color: var(--border); font-size: 0.7rem; margin: 0 0.1rem; }

/* ── IDENTITY CHIPS ── */
.identity-chips { display: flex; gap: 0.4rem; flex-wrap: wrap; padding-bottom: 1rem; align-items: center; }
.identity-chip { font-size: 0.7rem; padding: 0.15rem 0.55rem; border-radius: 3px; border: 1px solid var(--artist-border); background: var(--artist-primary-dim); color: var(--artist-primary); text-decoration: none; transition: all 0.15s; }
a.identity-chip { cursor: pointer; }
a.identity-chip:hover { border-color: var(--artist-primary); background: var(--artist-primary); color: #0f0f0f; }
span.identity-chip { border-style: dashed; cursor: default; }
.identity-chip.primary { border-color: var(--artist-primary); font-weight: 400; }
.identity-chip.collaborative { border-color: var(--border); color: var(--text-muted); background: none; }
a.identity-chip.collaborative:hover { border-color: var(--text-muted); background: var(--text-muted); color: #0f0f0f; }

/* ── SCENE CHIPS ── */
.scene-chips { display: flex; gap: 0.5rem; flex-wrap: wrap; padding-bottom: 1rem; }
.scene-chip { font-size: 0.72rem; padding: 0.2rem 0.6rem; border: 1px solid var(--border); border-radius: 12px; color: var(--text-muted); }

/* ── IDENTITY CLOUD (doseone) ── */
.identity-section { margin: 1.5rem 0 0; }
.section-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); margin-bottom: 0.6rem; }
.identity-cloud { display: flex; flex-wrap: wrap; gap: 0.4rem; }

/* ── COUNTS (doseone hero) ── */
.artist-counts { display: flex; gap: 2rem; margin-bottom: 1.25rem; }
.count-item { text-align: center; }
.count-num { display: block; font-size: 1.8rem; font-weight: 700; color: var(--artist-primary); line-height: 1; }
.count-label { display: block; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }

/* ── IDENTITY GRID (Mid-Air Thief) ── */
.identity-grid { display: grid; grid-template-columns: auto 1fr; gap: 0.3rem 1rem; margin-bottom: 1.25rem; }
.id-key { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); white-space: nowrap; }
.id-val { font-size: 0.84rem; }
.id-val.unknown { font-family: var(--font-mono); color: var(--text-muted); font-size: 0.78rem; }
.rx { display: inline-block; background: var(--redact, #2e2e34); color: var(--redact, #2e2e34); border-radius: 2px; padding: 0 0.2em; font-family: var(--font-mono); font-size: 0.88em; user-select: none; }

/* ── IDENTITY TIMELINE (Mid-Air Thief) ── */
.identity-timeline { grid-column: 1 / -1; padding: 1rem 1.1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: 0.5rem; }
.identity-timeline-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 0.75rem; }
.id-steps { display: flex; gap: 0; flex-wrap: wrap; align-items: stretch; }
.id-step { flex: 1; min-width: 120px; padding: 0.5rem 0.75rem; border-left: 2px solid var(--border); position: relative; }
.id-step.active { border-left-color: var(--artist-primary); }
.id-step-name { font-size: 0.82rem; font-weight: 400; color: var(--text); }
.id-step-name.active { color: var(--artist-primary); }
.id-step-native { font-size: 0.72rem; color: var(--text-muted); }
.id-step-period { font-size: 0.68rem; color: var(--text-muted); font-family: var(--font-mono); }
.id-step-note { font-size: 0.68rem; color: var(--text-muted); font-style: italic; margin-top: 0.15rem; }

/* ── ABSENCE NOTICE ── */
.absence-notice { display: flex; gap: 0.75rem; align-items: flex-start; padding: 0.9rem 1.1rem; margin-bottom: 0.5rem; border-radius: 6px; border-left: 3px solid var(--artist-border); background: var(--artist-primary-dim); font-size: 0.83rem; color: var(--text-muted); line-height: 1.6; grid-column: 1 / -1; }

/* ── HERO SIPS ── */
.hero-sips { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; padding: 0.75rem 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); grid-column: 1 / -1; }
.hero-sips-label { font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); display: inline-flex; align-items: center; gap: 0.35rem; }
.hero-sips-label img { width: 16px; height: 16px; object-fit: contain; opacity: 1; }
.hero-sips-total { font-size: 0.88rem; font-weight: 700; color: var(--artist-primary); }
.hero-sips-count { font-size: 0.9rem; font-weight: 700; color: var(--artist-primary); }
.hero-sips-emoji { display: flex; gap: 0.3rem; flex-wrap: wrap; }
.hero-sips-emoji > span { display: flex; align-items: center; gap: 0.25rem; font-size: 0.7rem; padding: 0.15rem 0.45rem; border-radius: 20px; border: 1px solid var(--border); background: var(--surface2); color: var(--text-muted); position: relative; cursor: default; }
.sip-sipper-count { font-size: 0.65rem; color: var(--text-muted); margin-left: auto; white-space: nowrap; }
.sipper-count { font-size: 0.68rem; color: var(--text-muted); margin-left: auto; white-space: nowrap; }
.sip-total { font-size: 0.78rem; }

/* ── MODE BAR ── */
.mode-bar { max-width: 900px; margin: 0 auto; padding: 1.25rem 1.5rem; display: flex; gap: 0; }
.mode-btn { padding: 0.55rem 1.4rem; border: 1px solid var(--border); background: none; color: var(--text-muted); font-family: var(--font-sans); font-size: 0.88rem; cursor: pointer; transition: all 0.15s; margin-left: -1px; }
.mode-btn:first-child { border-radius: 6px 0 0 6px; margin-left: 0; }
.mode-btn:last-child { border-radius: 0 6px 6px 0; }
.mode-btn:hover { border-color: var(--text-muted); color: var(--text); z-index: 1; }
.mode-btn.active { border-color: var(--artist-primary); color: var(--artist-primary); background: var(--artist-primary-dim); z-index: 2; }

/* ── FILTER BAR ── */
.filter-bar { max-width: 900px; margin: 0 auto; padding: 0.25rem 1.5rem 0.5rem; display: flex; align-items: center; gap: 1rem; }
.filter-toggle { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; user-select: none; }
.filter-toggle input[type="checkbox"] { width: 14px; height: 14px; accent-color: var(--artist-primary); cursor: pointer; }
.filter-label { font-family: var(--font-mono); font-size: 0.72rem; color: var(--text-muted); letter-spacing: 0.01em; }

/* ── CONTENT ── */
.content { max-width: 900px; margin: 0 auto; padding: 0 1.5rem 4rem; }

/* ── ERAS ── */
.era { margin: 2.5rem 0; }
.era-header { display: flex; align-items: baseline; gap: 1rem; padding-bottom: 0.75rem; margin-bottom: 1.25rem; flex-wrap: wrap; }
.era-name { font-family: var(--font-serif); font-size: 1.1rem; font-weight: 500; }
.era-years { font-size: 0.78rem; color: var(--text-muted); }
.era-note { font-size: 0.78rem; color: var(--text-muted); margin-left: auto; font-style: italic; max-width: 340px; text-align: right; }

/* ── COVER ART ── */
.work-art { width: 80px; height: 80px; object-fit: cover; border-radius: 0; border: none; display: block; flex-shrink: 0; }
.work-art-placeholder { width: 80px; height: 80px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--surface2); border-right: 1px solid var(--border); }
.work-art-placeholder::after { content: ''; display: block; width: 24px; height: 24px; border-radius: 50%; border: 2px solid var(--border); opacity: 0.3; }

/* ── WORK CARDS ── */
.works-grid { display: grid; gap: 1rem; }
.work-card { display: grid; grid-template-columns: 80px 3rem 1fr auto auto; align-items: center; gap: 0 1rem; padding: 0 1rem 0 0; border-radius: 6px; border: 1px solid var(--border); background: var(--surface); text-decoration: none; color: var(--text); transition: border-color 0.15s, background 0.15s; overflow: hidden; }
.work-card .work-art,
.work-card .work-art-placeholder { grid-row: 1; grid-column: 1; }
.work-card[data-href]:hover,
.work-card:has(.bandcamp-link):hover { border-color: var(--text-muted); }
.work-card.ghost { opacity: 0.4; border-style: dashed; cursor: default; pointer-events: none; }
.work-card.ghost .work-title { text-decoration: line-through; text-decoration-color: var(--text-muted); }

.work-year { font-size: 1rem; color: var(--text-muted); font-variant-numeric: tabular-nums; }
.work-title { font-size: 0.92rem; font-weight: 400; }
.work-badge { font-size: 0.7rem; padding: 0.2rem 0.5rem; border-radius: 3px; white-space: nowrap; }
.badge-ep { background: rgba(255,255,255,0.06); color: var(--text-muted); }
.badge-collab { background: var(--accent-dim); color: var(--accent); }
.badge-lost { background: rgba(200,50,50,0.12); color: #e55; }
.badge-suppressed { background: rgba(200,50,50,0.12); color: #e55; }
.badge-instrumental { background: rgba(255,255,255,0.04); color: var(--text-muted); }
.badge-identity { background: rgba(255,255,255,0.04); color: var(--text-muted); font-size: 0.65rem; }
.badge-variations { background: rgba(255,255,255,0.04); color: var(--text-muted); font-size: 0.65rem; cursor: pointer; transition: color 0.15s, background 0.15s; }
.badge-variations:hover { color: var(--text); background: rgba(255,255,255,0.08); }
.badge-series { background: var(--artist-primary-dim); color: var(--artist-primary); }
.badge-remix { background: rgba(255,255,255,0.04); color: var(--text-muted); }
.badge-reception { background: rgba(255,255,255,0.04); color: var(--text-muted); font-size: 0.65rem; }
.badge-insights { display: inline-flex; align-items: center; gap: 0.25rem; background: rgba(255,255,255,0.04); color: var(--text-muted); font-size: 0.65rem; vertical-align: middle; }
.badge-insights svg { opacity: 0.6; }

/* ── VARIATIONS (listing page cards) ── */
.variations-nested { display: block; border-top: 1px solid var(--border); }
.variations-nested .var-item { display: grid; grid-template-columns: 40px 3rem 1fr auto; align-items: center; gap: 0.75rem; padding: 0.5rem 0; font-size: 0.82rem; border-bottom: 1px solid rgba(255,255,255,0.03); color: var(--text-muted); }
.variations-nested .var-item:last-child { border-bottom: 0; }
.variations-nested .var-item:hover { background: rgba(255,255,255,0.03); }
.var-art { width: 40px; height: 40px; object-fit: cover; border-radius: 3px; flex-shrink: 0; }
.var-art-placeholder { width: 40px; height: 40px; border-radius: 3px; background: var(--surface2); flex-shrink: 0; }
.var-year { font-size: 0.7rem; font-family: var(--font-mono); }
.var-title { font-size: 0.82rem; }
.var-title .var-link { color: var(--text-muted); text-decoration: none; }
.var-title .var-link:hover { color: var(--text); text-decoration: underline; }
.var-title .bandcamp-link { margin-left: 0.4rem; vertical-align: middle; }
.var-title .bandcamp-icon { width: 14px; height: 14px; }
.var-note { font-size: 0.65rem; font-style: italic; }

/* ── VARIATIONS (detail page cross-nav) ── */
.variations-section { margin: 2rem 0; }
.variations-list { display: flex; flex-direction: column; gap: 2px; }
.var-row { display: grid; grid-template-columns: 48px 1fr auto; gap: 0.75rem; align-items: center; padding: 0.6rem 0.75rem; border-radius: 6px; text-decoration: none; color: var(--text-muted); transition: background 0.15s; }
.var-row:hover { background: rgba(255,255,255,0.04); }
.var-row.var-current { background: rgba(255,255,255,0.03); color: var(--text); pointer-events: none; }
.var-row-art { width: 48px; height: 48px; object-fit: cover; border-radius: 4px; flex-shrink: 0; }
.var-row-art-placeholder { width: 48px; height: 48px; border-radius: 4px; background: var(--surface2); flex-shrink: 0; }
.var-row-info { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
.var-row-title { font-size: 0.85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.var-row-meta { font-size: 0.7rem; color: var(--text-muted); font-family: var(--font-mono); }

/* ── SERIES GROUP ── */
.series-group { border: 1px solid var(--border); border-radius: 8px; overflow: hidden; }
.series-header { padding: 0.4rem 1rem; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.02); }
.series-label { font-weight: 500; }
.series-group .work-card,
.series-group .work-card-expanded { border: none; border-radius: 0; border-bottom: 1px solid var(--border); }
.series-group .work-card:last-child,
.series-group .work-card-expanded:last-child { border-bottom: none; }

/* ── EXPANDED WORK CARD ── */
.work-card-expanded { display: flex; flex-direction: row; text-decoration: none; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); transition: border-color 0.15s; overflow: hidden; padding: 0; }
.work-card-expanded .work-art { border-radius: 0; border: none; width: 80px; height: 80px; object-fit: cover; flex-shrink: 0; align-self: flex-start; }
.work-card-expanded .work-art-placeholder { width: 80px; height: 80px; flex-shrink: 0; align-self: flex-start; border-radius: 0; }
.work-card-expanded .card-body { flex: 1; min-width: 0; padding: 1rem; }
.work-card-expanded .card-inner { display: grid; grid-template-columns: 3.5rem 1fr auto; align-items: center; gap: 0.75rem; }
.work-card-expanded .card-inner .work-year { font-size: 0.82rem; color: var(--artist-primary); }
.work-card-expanded .card-inner .work-title { font-size: 1rem; font-weight: 400; }
.work-card-expanded[data-href]:hover,
.work-card-expanded:has(.bandcamp-link):hover { border-color: var(--text-muted); }

/* Card metadata + description */
.card-meta { display: flex; gap: 0.75rem; padding: 0.3rem 0; font-size: 0.7rem; color: var(--text-muted); opacity: 0.6; }
.card-meta span { white-space: nowrap; }
.card-meta span + span::before { content: '·'; margin-right: 0.75rem; opacity: 0.4; }
.card-desc { font-size: 0.75rem; color: var(--text-muted); line-height: 1.5; padding: 0.2rem 0 0.4rem; max-height: calc(1.5em * 2); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

/* Bandcamp link icon */
.bandcamp-link { display: inline-flex; align-items: center; justify-content: center; padding: 0.2rem; opacity: 0.35; transition: opacity 0.15s; }
.bandcamp-link:hover { opacity: 0.85; }
.bandcamp-icon { width: 1rem; height: 0.6rem; filter: brightness(0) invert(1); }
.work-card .bandcamp-link, .work-card-expanded .bandcamp-link { margin-left: auto; }

/* ── SPECTROGRAM BACKGROUND (Layer 2 work cards) ── */
.work-card.has-spectrogram,
.work-card-expanded.has-spectrogram { position: relative; overflow: hidden; }
.work-card .spec-bg,
.work-card-expanded .spec-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center 35%;
  opacity: 0.15; transition: opacity 0.3s; pointer-events: none;
}
.work-card[data-href]:hover .spec-bg,
.work-card:has(.bandcamp-link):hover .spec-bg,
.work-card-expanded[data-href]:hover .spec-bg,
.work-card-expanded:has(.bandcamp-link):hover .spec-bg { opacity: 0.3; }

/* ── WORK METADATA ROW ── */
.work-meta { display: flex; gap: 0.75rem; padding: 0.3rem 0; font-size: 0.7rem; color: var(--text-muted); opacity: 0.6; flex-wrap: wrap; }
.work-meta-item { display: inline-flex; align-items: baseline; gap: 0.3rem; }
.work-meta-item + .work-meta-item::before { content: '·'; margin-right: 0.3rem; opacity: 0.4; }
.work-meta-key { display: none; }

/* ── CARD RECEPTION (Beauty Pill) ── */
.card-reception { padding: 0.5rem 1rem; border-top: 1px solid var(--border); font-size: 0.76rem; color: var(--text-muted); display: flex; gap: 1rem; flex-wrap: wrap; }
.reception-item { display: flex; gap: 0.35rem; align-items: baseline; }
.reception-score { font-weight: 700; }
.reception-score.high { color: var(--artist-primary); }
.reception-score.low { color: #e07070; }

/* ── MID-AIR THIEF CARD STYLE ── */
.card-header { display: grid; grid-template-columns: 3.5rem 1fr; border-bottom: 1px solid var(--border); }
.card-year { background: var(--surface2); border-right: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; font-family: var(--font-mono); color: var(--text-muted); padding: 1rem 0.25rem; }
.card-title-block { padding: 0.85rem 1.1rem; }
.card-title { font-size: 0.98rem; font-weight: 400; color: var(--text); }
.card-subtitle { font-size: 0.75rem; color: var(--text-muted); margin-top: 0.15rem; }
.alias-badge { display: inline-block; font-size: 0.63rem; padding: 0.12rem 0.4rem; border-radius: 3px; background: var(--artist-secondary-dim); color: var(--artist-secondary); border: 1px solid rgba(118,152,160,0.25); margin-left: 0.4rem; vertical-align: middle; }
.card-fields { padding: 0.75rem 1.1rem; display: grid; gap: 0.3rem; border-bottom: 1px solid var(--border); }
.data-row { display: flex; gap: 0.75rem; align-items: baseline; }
.data-key { font-size: 0.67rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); width: 72px; flex-shrink: 0; }
.data-val { font-size: 0.82rem; }
.data-val.unk { font-family: var(--font-mono); color: var(--text-muted); font-size: 0.76rem; }

/* ── SIP MARKS ── */
.sip-marks { display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap; padding: 0.5rem 0; }
.sip-marks-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); }
.sip-label { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); display: inline-flex; align-items: center; gap: 0.3rem; }
.sip-label img { width: 14px; height: 14px; object-fit: contain; opacity: 0.6; }
.sip-pills { display: flex; gap: 0.3rem; flex-wrap: wrap; }
.sip-pill { display: flex; align-items: center; gap: 0.25rem; font-size: 0.7rem; padding: 0.15rem 0.45rem; border-radius: 20px; border: 1px solid var(--border); background: var(--surface2); color: var(--text-muted); position: relative; cursor: default; }
.sip-pill[data-tip]:hover::after { content: attr(data-tip); position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 0.65rem; padding: 0.25rem 0.55rem; border-radius: 4px; background: var(--surface2); color: var(--text); border: 1px solid var(--border); pointer-events: none; z-index: 10; }
.sip-pill[data-tip]:hover::before { content: ''; position: absolute; bottom: calc(100% + 2px); left: 50%; transform: translateX(-50%); border: 4px solid transparent; border-top-color: var(--surface2); pointer-events: none; z-index: 10; }
/* Hero sips tooltips */
.hero-sips-emoji > span[data-tip]:hover::after { content: attr(data-tip); position: absolute; bottom: calc(100% + 6px); left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 0.65rem; padding: 0.25rem 0.55rem; border-radius: 4px; background: var(--surface2); color: var(--text); border: 1px solid var(--border); pointer-events: none; z-index: 10; }
.hero-sips-emoji > span[data-tip]:hover::before { content: ''; position: absolute; bottom: calc(100% + 2px); left: 50%; transform: translateX(-50%); border: 4px solid transparent; border-top-color: var(--surface2); pointer-events: none; z-index: 10; }

/* ── ARTIST VOICE (inline, within work cards) ── */
.artist-voice { padding: 0.75rem 1rem 0.75rem 1.25rem; border-left: 3px solid var(--artist-primary); background: var(--artist-primary-dim); border-bottom: 1px solid var(--border); }
.voice-label { font-size: 0.62rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--artist-primary); opacity: 0.85; display: block; margin-bottom: 0.3rem; }
.artist-voice p { font-size: 0.84rem; color: var(--text); line-height: 1.65; }
.artist-voice cite { display: block; font-size: 0.68rem; color: var(--text-muted); margin-top: 0.3rem; font-style: normal; }

/* Voice carousel */
.voice-carousel { position: relative; overflow: hidden; }
.voice-carousel .artist-voice { display: none; }
.voice-carousel .artist-voice.active { display: block; }
.carousel-nav { display: flex; align-items: center; justify-content: flex-end; gap: 0.25rem; padding: 0.45rem 1rem; background: var(--artist-primary-dim); border-bottom: 1px solid var(--border); }
.carousel-count { font-size: 0.7rem; color: var(--text-muted); font-family: var(--font-mono); }
.carousel-arrow { background: none; border: 1px solid var(--border); color: var(--text-muted); cursor: pointer; font-size: 1rem; padding: 0.15rem 0.5rem; border-radius: 4px; line-height: 1; transition: all 0.15s; }
.carousel-arrow:hover { color: var(--text); background: rgba(255,255,255,0.06); border-color: var(--text-muted); }

/* Quote block — sibling to work cards in chronological flow */
.quote-block { grid-column: 1 / -1; margin: 0.25rem 0; }

/* Standalone voice (outside cards) */
.standalone-voice { max-width: 660px; margin: 1.5rem auto; padding: 1.1rem 1.4rem 1.1rem 1.6rem; border-left: 3px solid var(--artist-primary); background: var(--artist-primary-dim); border-radius: 0 6px 6px 0; }
.standalone-voice p { font-size: 0.88rem; color: var(--text); line-height: 1.65; }
.standalone-voice cite { display: block; font-size: 0.7rem; color: var(--text-muted); margin-top: 0.4rem; font-style: normal; }

/* Fan interpretation (Mid-Air Thief) */
.fan-interp { padding: 0.85rem 1.1rem 0.85rem 1.4rem; border-left: 3px solid var(--border); background: rgba(0,0,0,0.15); border-bottom: 1px solid var(--border); }
.fan-label { font-size: 0.65rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); opacity: 0.7; display: block; margin-bottom: 0.35rem; }
.fan-interp p { font-size: 0.84rem; color: var(--text-muted); font-style: italic; line-height: 1.65; }
.fan-interp cite { display: block; font-size: 0.68rem; color: var(--text-muted); opacity: 0.5; margin-top: 0.35rem; font-style: normal; }

/* ── CALLOUT NOTES ── */
.loss-note { margin-top: 1.25rem; padding: 1rem 1.25rem; border-radius: 6px; border-left: 3px solid #e55; background: rgba(200,50,50,0.06); font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; }
.loss-note strong { color: #e99; display: block; margin-bottom: 0.25rem; font-weight: 400; font-style: italic; }
.threat-note { margin-top: 1.25rem; padding: 1rem 1.25rem; border-radius: 6px; border-left: 3px solid var(--artist-secondary); background: var(--artist-secondary-dim); font-size: 0.85rem; color: var(--text-muted); line-height: 1.65; }
.threat-note strong { color: var(--artist-secondary); display: block; margin-bottom: 0.25rem; font-weight: 400; }

/* ── HEALTH TIMELINE (Beauty Pill) ── */
.health-timeline { grid-column: 1 / -1; padding: 0.9rem 1.1rem; border-radius: 6px; border-left: 3px solid var(--health, #e07070); background: var(--health-dim, rgba(224,112,112,0.08)); font-size: 0.82rem; color: var(--text-muted); line-height: 1.65; margin-top: 0.5rem; }
.health-timeline strong { color: var(--health, #e07070); font-weight: 400; display: block; margin-bottom: 0.25rem; }

/* ── SILENCE GAP (Beauty Pill) ── */
.silence-gap { margin: 2rem 0; padding: 1.5rem 1.25rem; border: 1px dashed var(--text-muted); border-radius: 6px; background: rgba(138,138,138,0.06); text-align: center; }
.silence-gap .gap-years { font-family: var(--font-serif); font-size: 1.8rem; color: var(--text-muted); margin-bottom: 0.5rem; }
.silence-gap .gap-note { font-size: 0.82rem; color: var(--text-muted); line-height: 1.6; max-width: 500px; margin: 0 auto; }

/* ── PILLARS (Emika) ── */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.75rem; margin-top: 1rem; grid-column: 1 / -1; }
.pillar { padding: 0.75rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); }
.pillar-name { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--artist-primary); margin-bottom: 0.25rem; }
.pillar-desc { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; }

/* ── GEOGRAPHY ARC (Emika) ── */
.geo-arc { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 1.5rem 0; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.geo-step { padding: 0.75rem; border-right: 1px solid var(--border); background: var(--surface); }
.geo-step:last-child { border-right: none; }
.geo-step.active { background: var(--artist-primary-dim); border-bottom: 2px solid var(--artist-primary); }
.geo-place { font-size: 0.82rem; font-weight: 400; color: var(--text); }
.geo-period { font-size: 0.68rem; color: var(--text-muted); font-family: var(--font-mono); }
.geo-note { font-size: 0.68rem; color: var(--text-muted); font-style: italic; margin-top: 0.15rem; }

/* ── GEAR BLOCK ── */
.gear-block { border: 1px solid var(--border); border-radius: 8px; padding: 1.1rem 1.25rem; margin: 1.5rem 0; background: var(--surface); }
.gear-title { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 0.75rem; }
.gear-item { display: flex; gap: 0.75rem; align-items: baseline; padding: 0.3rem 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
.gear-item:last-child { border-bottom: none; }
.gear-name { font-size: 0.82rem; color: var(--text); min-width: 160px; flex-shrink: 0; }
.gear-desc { font-size: 0.78rem; color: var(--text-muted); }
.gear-item.lvad { border-left: 3px solid var(--health, #e07070); padding-left: 0.75rem; margin-left: -0.75rem; }

/* ── COLLECTIVE VIEW (doseone) ── */
.filter-bar { padding: 1.25rem 0 1rem; border-bottom: 1px solid var(--border); margin-bottom: 1.5rem; }
.filter-label { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 0.6rem; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.filter-chip { font-size: 0.78rem; padding: 0.25rem 0.7rem; border-radius: 20px; border: 1px solid var(--border); color: var(--text-muted); background: none; cursor: pointer; transition: all 0.15s; font-family: var(--font-sans); }
.filter-chip:hover { border-color: var(--text-muted); color: var(--text); }
.filter-chip.active { color: var(--bg); font-weight: 400; }

.collective { margin-bottom: 2.5rem; }
.collective-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid var(--border); }
.collective-dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.collective-name { font-family: var(--font-serif); font-size: 1.05rem; }
.collective-members { font-size: 0.78rem; color: var(--text-muted); }
.collective-count { margin-left: auto; font-size: 0.75rem; color: var(--text-muted); }

.works-compact { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 0.5rem; }
.work-tile { padding: 0.65rem 0.9rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); cursor: pointer; transition: all 0.15s; display: flex; flex-direction: column; gap: 0.2rem; }
.work-tile:hover { background: var(--surface2); }
.work-tile[data-hide="true"] { display: none; }
.tile-year { font-size: 0.7rem; color: var(--text-muted); }
.tile-title { font-size: 0.85rem; color: var(--text); line-height: 1.3; }
.tile-meta { font-size: 0.7rem; color: var(--text-muted); }

/* Legend */
.legend { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.5rem; padding: 0.75rem 1rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; }
.legend-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.75rem; color: var(--text-muted); }
.legend-dot { width: 8px; height: 8px; border-radius: 50%; }

/* ── COLLABORATION GROUPS ── */
.collab-group { margin: 2rem 0; }
.collab-group:first-of-type { margin-top: 0; }
.collab-group-header { display: flex; align-items: baseline; gap: 0.75rem; padding-bottom: 0.5rem; margin-bottom: 1rem; border-bottom: 1px solid var(--border); }
.collab-group-name { font-family: var(--font-serif); font-size: 1rem; font-weight: 500; color: var(--text); }
.collab-group-note { font-size: 0.78rem; color: var(--text-muted); font-style: italic; }

/* ── ABSENCES SIDEBAR (Mid-Air Thief) ── */
.absences-block { margin-top: 2rem; padding: 1.1rem 1.25rem; border: 1px dashed var(--border); border-radius: 6px; }
.absences-title { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-muted); margin-bottom: 0.75rem; }
.absence-item { display: flex; gap: 0.6rem; align-items: baseline; padding: 0.35rem 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
.absence-item:last-child { border-bottom: none; }
.absence-marker { font-size: 0.7rem; color: var(--text-muted); opacity: 0.5; flex-shrink: 0; }
.absence-text { font-size: 0.78rem; color: var(--text-muted); line-height: 1.5; }

/* ── PAGE NOTE (Mid-Air Thief) ── */
.page-note { margin-top: 3rem; padding: 1.1rem 1.25rem; border: 1px dashed var(--border); border-radius: 6px; font-size: 0.78rem; color: var(--text-muted); line-height: 1.7; font-family: var(--font-mono); }
.page-note strong { color: var(--artist-primary); font-weight: 400; display: block; margin-bottom: 0.25rem; }

/* ── VIEW STATES ── */
.view { display: none; }
.view.active { display: block; }

/* ── FOOTER ── */
.site-footer { display: flex; align-items: center; justify-content: center; gap: 0.75rem; padding: 1.25rem 1.5rem; margin-top: 2rem; }
.footer-brand { display: flex; align-items: center; flex-shrink: 0; text-decoration: none; }
.footer-brand img { width: 2.75rem; height: auto; display: block; opacity: 0.75; transition: opacity 0.15s; }
.footer-brand:hover img { opacity: 1; }
.footer-copy { font-family: var(--font-sans); font-weight: 300; font-size: 0.75rem; color: var(--text-muted); opacity: 0.5; text-decoration: none; }
.footer-copy:hover { opacity: 0.8; color: var(--text-muted); text-decoration: none; }
.footer-sep { color: var(--text-muted); opacity: 0.3; font-size: 0.7rem; margin: 0 0.2rem; }

/* ── MOBILE ── */
@media (max-width: 640px) {
  .mode-bar { overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .mode-bar::-webkit-scrollbar { display: none; }
  .mode-btn { padding: 0.5rem 1rem; font-size: 0.8rem; white-space: nowrap; flex-shrink: 0; }
  .artist-hero.has-art { grid-template-columns: 1fr; }
  .hero-art { grid-column: 1; grid-row: auto; justify-self: center; }
  .pillars { grid-template-columns: 1fr; }
  .geo-arc { grid-template-columns: 1fr 1fr; }
}

/* ── EMBEDDED PLAYER (work detail pages with self-hosted audio) ─────────────── */

.isi-player {
  width: 100%;
}

/* ── Controls bar ── */
.player-controls-bar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 900px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem 0.5rem;
}
.player-play-btn, .player-restart-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--p-accent, var(--album-accent, #aa895c));
  border-radius: 50%;
  background: transparent;
  color: var(--p-accent, var(--album-accent, #aa895c));
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  flex-shrink: 0;
}
.player-play-btn:hover, .player-restart-btn:hover {
  background: var(--p-accent-dim, var(--album-accent-dim, rgba(170,137,92,0.10)));
}
.player-play-btn svg, .player-restart-btn svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}
.player-play-btn .pause-icon { display: none; }
.player-play-btn.playing .play-icon { display: none; }
.player-play-btn.playing .pause-icon { display: block; }
.player-restart-btn svg {
  width: 14px;
  height: 14px;
}

.player-time {
  font-family: var(--font-mono, 'Noto Sans Mono', monospace);
  font-size: 0.75rem;
  color: var(--text-muted);
  margin-left: 0.25rem;
}

/* ── Player outer (spectrogram + waveform container) ── */
.player-outer {
  position: relative;
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}
.player-loader {
  position: absolute;
  inset: 0;
  background: var(--bg, #0d0d0d);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  z-index: 10;
  transition: opacity 0.5s ease;
  min-height: 298px;
}
.player-loader-text {
  font-size: 0.75rem;
  color: var(--text-muted);
  letter-spacing: 0.05em;
}
.player-loader-text .dots {
  display: inline-block;
  width: 1.4em;
  text-align: left;
}
@keyframes isi-dots {
  0%   { content: '.'; }
  33%  { content: '..'; }
  66%  { content: '...'; }
  100% { content: '.'; }
}
.player-loader-text .dots::after {
  content: '.';
  animation: isi-dots 1.2s steps(1) infinite;
}

/* Waveform */
#isi-waveform { width: 100%; height: 48px; cursor: pointer; }
#isi-waveform wave { border-radius: 0 !important; }
#isi-waveform canvas { display: block; width: 100% !important; }

/* Pins rail (annotation markers below spectrogram) */
#isi-pins-rail {
  width: 100%;
  height: 34px;
  background: #0f0f0f;
  position: relative;
  overflow: hidden;
}
#isi-pins-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  will-change: transform;
}
.player-ann-pin {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transform: translateX(-50%);
  z-index: 6;
  opacity: 0.8;
  transition: opacity 0.15s, transform 0.15s;
}
.player-ann-pin:hover {
  opacity: 1;
  transform: translateX(-50%) scale(1.15);
}
.player-ann-pin-needle {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid var(--p-accent2, var(--album-accent, #78c8ff));
  flex-shrink: 0;
}
.player-ann-pin-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--p-accent2, var(--album-accent, #78c8ff));
  border: 1.5px solid var(--p-accent2, var(--album-accent, #78c8ff));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: -1px;
}
.player-ann-pin-img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* ── Annotation modal ── */
.player-ann-modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(15,15,15,0.88);
  align-items: center;
  justify-content: center;
}
.player-ann-modal-overlay.open { display: flex; }
.player-ann-modal-card {
  background: var(--bg, #0d0d0d);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  max-width: 480px;
  width: 90%;
  position: relative;
  box-shadow: 0 8px 32px rgba(0,0,0,0.6);
}
.player-ann-modal-close {
  position: absolute;
  top: 0.6rem;
  right: 0.75rem;
  background: none;
  border: none;
  color: var(--text-muted, #888);
  font-size: 1.1rem;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.player-ann-modal-close:hover { color: var(--text, #eee); }
.player-ann-modal-close .kbd-hint {
  font-size: 0.6rem;
  font-family: var(--font-sans, 'Noto Sans', sans-serif);
  font-weight: 300;
  letter-spacing: 0.03em;
  color: var(--text-muted, #666);
  border: 1px solid var(--text-muted, #555);
  border-radius: 3px;
  padding: 1px 4px;
  opacity: 0.5;
  line-height: 1.4;
}
.player-ann-modal-ts {
  display: inline-block;
  font-size: 0.75rem;
  font-family: var(--font-sans, 'Noto Sans', sans-serif);
  color: var(--p-accent2, var(--album-accent, #78c8ff));
  margin-bottom: 0.5rem;
}
.player-ann-modal-text {
  font-family: var(--font-sans, 'Noto Sans', sans-serif);
  font-weight: 300;
  font-size: 0.95rem;
  color: var(--text, #eee);
  line-height: 1.55;
  margin: 0;
}

/* ── Active annotation card ── */
.player-ann-active {
  max-width: 900px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem;
  opacity: 0;
  transition: opacity 0.4s;
}
.player-ann-active.ready { opacity: 1; }
.player-ann-card {
  background: var(--surface, #141414);
  border-left: 3px solid var(--p-accent, var(--album-accent, #aa895c));
  border-radius: 0 6px 6px 0;
  padding: 0.75rem 1rem;
  transition: transform 0.2s ease;
}
.player-ann-card.exiting {
  transform: translateX(-4px);
  opacity: 0.6;
}
.player-ann-ts {
  display: block;
  font-family: var(--font-mono, 'Noto Sans Mono', monospace);
  font-size: 0.7rem;
  color: var(--p-accent2, var(--album-accent, #78c8ff));
  margin-bottom: 0.25rem;
}
.player-ann-text {
  font-family: var(--font-sans, 'Noto Sans', sans-serif);
  font-weight: 300;
  font-size: 0.85rem;
  color: var(--text, #eee);
  line-height: 1.6;
  margin: 0;
}
.player-ann-text.placeholder {
  color: var(--text-muted);
  font-style: italic;
}

/* ── All annotations list ── */
.player-ann-list-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem 1rem;
  opacity: 0;
  transition: opacity 0.4s;
}
.player-ann-list-wrap.ready { opacity: 1; }
.player-ann-list-wrap details summary {
  font-family: var(--font-sans, 'Noto Sans', sans-serif);
  font-size: 0.78rem;
  color: var(--text-muted);
  cursor: pointer;
  user-select: none;
  padding: 0.5rem 0;
}
.player-ann-list-wrap details summary:hover { color: var(--text); }
.player-ann-list {
  margin-top: 0.5rem;
}
.player-ann-row {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  cursor: pointer;
  transition: background 0.1s;
}
.player-ann-row:hover { background: rgba(255,255,255,0.03); }
.player-ann-row.active {
  background: var(--p-accent-dim, var(--album-accent-dim, rgba(170,137,92,0.10)));
}
.player-ann-row .ts {
  font-family: var(--font-mono, 'Noto Sans Mono', monospace);
  font-size: 0.72rem;
  color: var(--p-accent2, var(--album-accent, #78c8ff));
  flex-shrink: 0;
  min-width: 2.5rem;
}
.player-ann-row .body {
  font-family: var(--font-sans, 'Noto Sans', sans-serif);
  font-weight: 300;
  font-size: 0.82rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ── Multi-track selector ── */
.player-tracklist {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.player-track-btn {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s, border-color 0.15s;
  font-family: var(--font-sans, 'Noto Sans', sans-serif);
}
.player-track-btn:hover {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.06);
}
.player-track-btn.active {
  background: var(--p-accent-dim, var(--album-accent-dim, rgba(170,137,92,0.10)));
  border-color: var(--p-accent, var(--album-accent-border, rgba(170,137,92,0.28)));
}
.player-track-num {
  font-family: var(--font-mono, 'Noto Sans Mono', monospace);
  font-size: 0.72rem;
  color: var(--text-muted);
  width: 1.5rem;
  text-align: right;
  flex-shrink: 0;
}
.player-track-name {
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--text);
  flex: 1;
}
.player-track-btn.active .player-track-name {
  color: var(--p-accent, var(--album-accent, #aa895c));
}
.player-track-dur {
  font-family: var(--font-mono, 'Noto Sans Mono', monospace);
  font-size: 0.72rem;
  color: var(--text-muted);
}

/* ── MOBILE: player ── */
@media (max-width: 640px) {
  .player-controls-bar { padding: 0.5rem 1rem; }
  .player-ann-active { padding: 0.5rem 1rem; }
  .player-ann-list-wrap { padding: 0 1rem 0.75rem; }
  .player-tracklist { padding: 0 1rem 0.5rem; }
  .player-ann-modal-close .kbd-hint { display: none; }
}
