﻿:root {
  color-scheme: dark;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0f172a;
  color: #e2e8f0;
}

* { box-sizing: border-box; }
body { margin: 0; background: linear-gradient(135deg, #020617, #111827); }
:focus-visible { outline: 3px solid #38bdf8; outline-offset: 3px; }
.artist-network-page, .artist-detail-page { position: relative; isolation: isolate; }
.artist-background { position: fixed; top: 0; right: -2rem; bottom: -2rem; left: -2rem; z-index: 0; overflow: hidden; background: #020617; pointer-events: none; }
.artist-background::after { content: ""; position: absolute; inset: 0; background: rgba(2, 6, 23, 0.64); }
.artist-background img { width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: 0.52; filter: blur(10px) saturate(1); transform: scale(1.06); }
.artist-network-page > .page, .artist-detail-page > .page { position: relative; z-index: 1; }
.release-detail-page { position: relative; isolation: isolate; --release-accent: #64748b; }
.release-detail-page .detail-card { border-color: color-mix(in srgb, var(--release-accent) 45%, transparent); }
.collection-index-page { position: relative; isolation: isolate; }
.collection-background { position: fixed; inset: -2rem; z-index: 0; overflow: hidden; background: #020617; pointer-events: none; }
.collection-background::after { content: ""; position: absolute; inset: 0; background: rgba(2, 6, 23, 0.6); }
.collection-background img { width: 100%; height: 100%; object-fit: cover; opacity: 0.45; filter: blur(8px) saturate(1); transform: scale(1.15); }
.collection-index-page > .page { position: relative; z-index: 1; }
.release-background { position: fixed; top: 0; right: -2rem; bottom: -2rem; left: -2rem; z-index: 0; overflow: hidden; background: #020617; pointer-events: none; }
.release-background::after { content: ""; position: absolute; inset: 0; background: rgba(2, 6, 23, 0.62); }
.release-background img { width: 100%; height: 100%; object-fit: cover; object-position: top; opacity: 0.55; filter: blur(10px) saturate(1); transform: scale(1.06); }
a { color: inherit; text-decoration: none; }
.page { max-width: 1900px; margin: 0 auto; padding: 2rem 1.5rem 3rem; }
.hero { display: grid; gap: 1.5rem; margin-bottom: 2rem; position: relative; }
.hero-actions { position: absolute; top: 0; right: 0; display: inline-flex; align-items: center; gap: 0.25rem; }
[data-tooltip] { position: relative; }
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(2px);
  z-index: 200;
  padding: 0.3rem 0.6rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.96);
  color: #e2e8f0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 130ms ease, transform 130ms ease;
}
[data-tooltip]:hover::after, [data-tooltip]:focus-visible::after { opacity: 1; transform: translateX(-50%) translateY(0); }
.hero-actions [data-tooltip]::after { left: auto; right: 0; transform: translateX(0) translateY(2px); }
.hero-actions [data-tooltip]:hover::after, .hero-actions [data-tooltip]:focus-visible::after { transform: translateX(0) translateY(0); }
.rss-link { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.35rem 0.6rem; border-radius: 999px; color: #fdba74; text-decoration: none; font-size: 0.8rem; font-weight: 700; transition: background 0.15s ease, transform 0.15s ease; }
.rss-link svg { width: 1.1rem; height: 1.1rem; fill: #fb923c; }
.rss-link:hover { background: rgba(251, 146, 60, 0.15); transform: translateY(-1px); color: #fed7aa; }
.rss-link:hover svg { fill: #fb923c; }
.settings-btn { display: inline-flex; align-items: center; justify-content: center; width: 2.1rem; height: 2.1rem; padding: 0; border: none; border-radius: 999px; background: transparent; color: #94a3b8; cursor: pointer; transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease; }
.settings-btn svg { width: 1.25rem; height: 1.25rem; fill: currentColor; }
.settings-btn:hover { background: rgba(148, 163, 184, 0.15); color: #e2e8f0; transform: rotate(45deg); }
.settings-btn[aria-expanded="true"] { background: rgba(148, 163, 184, 0.18); color: #38bdf8; }
.settings-popup { position: absolute; top: 4.9rem; right: 0; z-index: 1200; min-width: 16rem; padding: 0.6rem; border: 1px solid rgba(148, 163, 184, 0.3); border-radius: 16px; background: rgba(15, 23, 42, 0.98); box-shadow: 0 25px 60px rgba(2, 6, 23, 0.6); }
.settings-popup[hidden] { display: none; }
.settings-title { margin: 0.2rem 0.7rem 0.55rem; font-size: 0.95rem; color: #f8fafc; }
.settings-row { display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; padding: 0.55rem 0.7rem; border-radius: 10px; font-size: 0.9rem; color: #e2e8f0; cursor: pointer; }
.settings-row:hover { background: rgba(148, 163, 184, 0.1); }
.settings-row input { width: 1.1rem; height: 1.1rem; accent-color: #38bdf8; cursor: pointer; }
.settings-service { display: inline-flex; align-items: center; gap: 0.6rem; }
.settings-icon { display: inline-flex; align-items: center; justify-content: center; width: 1.6rem; height: 1.6rem; border-radius: 999px; }
.settings-icon svg { width: 0.85rem; height: 0.85rem; fill: currentColor; }
.settings-icon--apple { background: #fa243c; color: #ffffff; }
.settings-icon--spotify { background: #1db954; color: #ffffff; }
.settings-icon--youtube { background: #ffffff; color: #ff0000; }
.settings-icon--deezer { background: #a238ff; color: #ffffff; }
.settings-actions { display: flex; justify-content: flex-end; gap: 0.5rem; margin-top: 0.65rem; padding: 0.05rem 0.35rem 0.3rem; }
.settings-ok { padding: 0.45rem 1.2rem; border: none; border-radius: 999px; background: #38bdf8; color: #0f172a; font-size: 0.85rem; font-weight: 700; cursor: pointer; transition: background 0.15s ease, transform 0.15s ease; }
.settings-ok:hover { background: #7dd3fc; transform: scale(1.04); }
.settings-cancel { padding: 0.45rem 1rem; border: 1px solid rgba(148, 163, 184, 0.35); border-radius: 999px; background: transparent; color: #cbd5e1; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease; }
.settings-cancel:hover { background: rgba(148, 163, 184, 0.12); color: #e2e8f0; transform: scale(1.04); }
.settings-divider { height: 1px; background: rgba(148, 163, 184, 0.2); margin: 0.4rem 0; }
.eyebrow { text-transform: uppercase; letter-spacing: 0.3em; font-size: 0.8rem; color: #38bdf8; margin: 0 0 0.35rem; }
h1 { margin: 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.intro-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.intro { flex: 1; min-width: 0; margin: 0.5rem 0 0; color: #38bdf8; max-width: 60ch; }
.network-hero .intro { max-width: none; }
.header-shortcuts { display: inline-flex; align-items: center; gap: 0.5rem; }
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 1rem; }
.stat-card { padding: 1rem; border: 1px solid rgba(148, 163, 184, 0.3); border-radius: 16px; background: rgba(15, 23, 42, 0.82); box-shadow: 0 10px 30px rgba(2, 6, 23, 0.25); }
.stat-value { display: block; font-size: 1.35rem; font-weight: 700; }
.stat-label { color: #94a3b8; font-size: 0.9rem; }
.collection-delta { font-size: 0.72em; font-weight: 600; white-space: nowrap; }
.collection-delta-up { color: #22c55e; }
.collection-delta-down { color: #ef4444; }
.collection-delta-same { color: #facc15; }
.search-panel { display: grid; gap: 0.45rem; margin: 0 0 1rem; position: sticky; top: 1.25rem; z-index: 60; padding: 0.55rem 0.75rem 0.6rem; border: 1px solid transparent; border-radius: 16px; background: transparent; transition: background 160ms ease, border-color 160ms ease; }
.search-panel.search-panel-stuck { background: rgba(2, 6, 23, 0.66); border-color: rgba(148, 163, 184, 0.16); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.search-controls { display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) auto; gap: 0.8rem; align-items: end; }
.search-label { display: inline-block; margin-bottom: 0.7rem; font-size: 0.9rem; color: #cbd5e1; }
.search-input { width: 100%; border: 1px solid rgba(148, 163, 184, 0.45); border-radius: 12px; background: rgba(15, 23, 42, 0.9); color: #e2e8f0; padding: 0.7rem 2.5rem 0.7rem 0.8rem; font: inherit; }
.search-input::-webkit-search-cancel-button, .search-input::-webkit-search-decoration { display: none; -webkit-appearance: none; }
.search-field { position: relative; }
.search-clear { position: absolute; top: 50%; right: 0.35rem; transform: translateY(-50%); display: grid; place-items: center; width: 1.9rem; height: 1.9rem; border: none; border-radius: 10px; background: rgba(148, 163, 184, 0.14); color: #e2e8f0; font-size: 1.1rem; line-height: 1; cursor: pointer; }
.search-clear:hover { background: rgba(148, 163, 184, 0.3); color: #fff; }
.search-clear:focus-visible { outline: 2px solid #38bdf8; outline-offset: 2px; }
.search-clear[hidden] { display: none; }
.search-select { width: 100%; border: 1px solid rgba(148, 163, 184, 0.45); border-radius: 12px; background: rgba(15, 23, 42, 0.9); color: #e2e8f0; padding: 0.7rem 0.8rem; font: inherit; }
.search-input::placeholder { color: #94a3b8; }
.search-input:focus, .search-select:focus { outline: 2px solid rgba(56, 189, 248, 0.45); border-color: #38bdf8; }
.search-meta { margin: 0; color: #94a3b8; font-size: 0.88rem; margin-bottom: 1rem; margin-top: 0.3rem;}
.meta-price { color: #fbbf24; font-weight: 700; }
.artist-search-section { margin-top: 1rem; }
.artist-search-heading { margin: 0 0 0.8rem; font-size: 1rem; color: #cbd5e1; }
.no-stats .stats { display: none; }
.random-modal-content.new-releases-modal-content { padding: 1.4rem 1.7rem; }
.new-releases-modal-title { margin: 0 0 1.1rem; font-size: 1.3rem; font-weight: 700; color: #38bdf8; letter-spacing: 0.01em; }
.new-releases-modal-note { margin: 1.1rem auto 0; max-width: 46ch; color: #94a3b8; font-size: 0.85rem; line-height: 1.5; text-align: center; }
.new-releases-modal-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; width: min(94vw, 1000px); max-height: 74vh; overflow-y: auto; padding: 0.25rem; }
.new-releases-cover-link { display: block; position: relative; border-radius: 14px; overflow: hidden; }
.new-releases-cover-link[hidden] { display: none; }
.new-releases-cover { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #1e293b; transition: transform 160ms ease; }
.new-releases-cover-link:hover .new-releases-cover { transform: scale(1.04); }
@media (max-width: 639px) {
    .new-releases-modal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
    #new-releases-modal { display: none !important; }
}
.release-sort-pending #release-grid,
.release-sort-pending #release-filter-empty,
.release-sort-pending #artist-search-section { visibility: hidden; }
.grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; justify-content: start; }
.card { width: 100%; max-width: none; border: 1px solid rgba(148, 163, 184, 0.25); border-radius: 18px; overflow: hidden; background: rgba(15, 23, 42, 0.92); box-shadow: 0 10px 35px rgba(2, 6, 23, 0.25); transition: transform 160ms ease, border-color 160ms ease; }
.card:hover { transform: translateY(-2px); border-color: #38bdf8; }
#release-grid .card { border-color: #38bdf8; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
#release-grid .card[data-folder-id="9174259"] { border-color: #facc15; }
#release-grid .card:hover { transform: translateY(-3px); box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.55), 0 0 26px rgba(56, 189, 248, 0.28), 0 16px 40px rgba(2, 6, 23, 0.45); }
#release-grid .card[data-folder-id="9174259"]:hover { box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.55), 0 0 26px rgba(250, 204, 21, 0.28), 0 16px 40px rgba(2, 6, 23, 0.45); }
.card-link { display: flex; flex-direction: column; height: 100%; }
.cover-link { display: block; position: relative; }
.new-tag { position: absolute; top: 0.65rem; right: 0.65rem; display: inline-flex; align-items: center; justify-content: center; width: 3.6rem; height: 3.6rem; border: 3px solid #ffffff; border-radius: 50%; background: #facc15; color: #422006; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; transform: rotate(-8deg); box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.35), 0 5px 16px rgba(2, 6, 23, 0.55); }
.cover { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #1e293b; transition: transform 240ms ease; }
.cover-link:hover .cover, .cover-link:focus-visible .cover { transform: scale(1.06); }
.js .cover { opacity: 0; transition: opacity 0.5s ease, transform 240ms ease; }
.js .cover.is-loaded { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .js .cover { opacity: 1; transition: none; } }
.content { padding: 1rem; display: flex; flex-direction: column; gap: 0.35rem; }
.artist { margin: 0; font-size: 1.05rem; color: #38bdf8; }
.artist-link-name { color: #f97316; }
.artist-link-name-internal { color: #f97316; }
.artist-link-external .artist-link-name, .artist-link-name-external { color: #f97316; }
.artist-link-self { color: #ffffff; font-weight: inherit; }
.artist-link-self .artist-link-name, .artist-link-self .artist-link-name-internal { color: #ffffff; }
.artist-link-count { color: #94a3b8; font-size: 0.82em; font-weight: 500; }
h2 { margin: 0; font-size: 1.05rem; line-height: 1.3; }
.title-link:hover { text-decoration: underline; }
.stats-static-title { color: #f8fafc; }
.meta { margin: 0; color: #cbd5e1; font-size: 0.92rem; }
.price { margin-top: auto; font-weight: 700; color: #fbbf24; }
.price-meta { display: inline-flex; align-items: baseline; gap: 0.3rem; margin-left: 0.35rem; font-size: 0.78rem; font-weight: 600; }
.shop { margin: 0.2rem 0 0; font-size: 0.88rem; color: #94a3b8; }
.price-date { color: #cbd5e1; }
.price-trend { display: inline-block; min-width: 0.8rem; font-size: 0.82rem; font-weight: 800; }
.price-trend-up { color: #22c55e; }
.price-trend-down { color: #ef4444; }
.price-trend-same { color: #facc15; }
.back-link { display: inline-block; margin-bottom: 1rem; color: #38bdf8; font-weight: 600; }
.detail-page { display: grid; gap: 1.25rem; }
.release-detail-page .detail-card { background: rgba(15, 23, 42, 0.94); }
.release-detail-page > .page { position: relative; z-index: 1; }
.detail-hero { display: grid; grid-template-columns: minmax(220px, 320px) 1fr; gap: 1.5rem; align-items: start; }
.detail-cover { width: 100%; border-radius: 20px; background: #1e293b; transition: transform 240ms ease; }
.image-lightbox-trigger { cursor: zoom-in; }
.detail-cover-wrap:hover .detail-cover, .detail-cover:focus-visible { transform: scale(1.04); }
.image-lightbox-trigger:focus-visible { outline: 3px solid #f97316; outline-offset: 4px; }
.image-lightbox[hidden] { display: none; }
.image-lightbox { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: .5rem; background: rgba(2, 6, 23, .94); }
.image-lightbox-dialog { position: relative; display: grid; place-items: center; width: 92vw; height: 84vh; }
.image-lightbox-dialog .info-modal-close { top: -1.1rem; right: 50%; transform: translateX(50%); }
.image-lightbox-image { display: block; width: auto; height: min(78vh, 1000px); max-width: 92vw; object-fit: contain; object-position: center; border-radius: 8px; box-shadow: 0 20px 70px rgba(0, 0, 0, .5); }
@media (max-width: 640px) { .image-lightbox { padding: .25rem; } }
.detail-cover-wrap { position: relative; overflow: hidden; border-radius: 20px; box-shadow: 0 12px 35px rgba(2, 6, 23, 0.28); }
.detail-header { display: grid; gap: 0.75rem; }
.release-rating { align-self: start; justify-self: end; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.28rem; width: 4.5rem; aspect-ratio: 1; padding: 0.4rem; border-radius: 14px; color: #fff; line-height: 1; }
.release-rating-brand { display: block; width: 2.3rem; }
.release-rating-brand svg { display: block; width: 100%; height: auto; fill: currentColor; }
.release-rating-value { font-weight: 500; font-size: 1.1rem; }
.release-rating-count { font-size: 0.72rem; }
.release-rating.rating-good { background: #16a34a; }
.release-rating.rating-mid { background: #eab308; }
.release-quote-row { display: flex; justify-self: end; align-items: flex-start; justify-content: flex-end; gap: 1.75rem; flex-wrap: wrap; }
.release-quote { margin: 0; justify-self: end; text-align: right; max-width: 40ch; font-style: italic; font-weight: 600; font-size: 1.6rem; line-height: 1.4; color: var(--release-accent); }
.release-quote-row .release-quote { justify-self: auto; max-width: 46ch; }
.release-quote-column { display: grid; gap: 0.35rem; justify-items: end; margin-top: -0.5rem; }
.ai-generated-note { margin: 0; font-size: 0.7rem; color: #94a3b8; text-align: right; white-space: nowrap; }
.artist-detail-page .detail-header > .intro { max-width: none; font-size: 1.15rem; line-height: 1.5; }
.collection-description-title { margin: 1rem 0 -0.55rem; font-size: 1rem; font-weight: 700; color: #ffffff; letter-spacing: 0.01em; }
.collection-description { flex: 1; min-width: 0; margin: 0; color: #38bdf8; max-width: 60ch; }
.collection-description-block { display: grid; gap: 0.35rem; margin: 0 0 1.5rem; }
.collection-description-block .ai-generated-note { text-align: left; }
.artist-detail-page .detail-header .collection-description { max-width: none; font-size: 1.15rem; line-height: 1.5; }
.artist-release-link { color: #f97316; }
.artist-release-link:hover { color: #fb923c; text-decoration: underline; }
.artist-release-link-external { color: #f97316; }
.artist-release-link-external:hover { color: #fb923c; text-decoration: underline; }
.detail-page .detail-header .artist { font-size: clamp(1.8rem, 3vw, 2.8rem); line-height: 1.1; }
.detail-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.release-detail-actions { justify-content: flex-end; gap: 0.5rem; }
.release-service-buttons { gap: 0.5rem; }
.release-mobile-actions { display: none; align-items: center; gap: 0.5rem; flex-wrap: wrap; }
.release-detail-actions .artist-resource { margin: 0; }
.release-collection-column { position: relative; min-width: 0; height: 100%; }
.release-collection-column .release-collection-card { height: 100%; }
.release-collection-column .release-detail-actions { position: absolute; right: 0; bottom: calc(100% + 1.25rem); }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 0.7rem 1rem; border: none; border-radius: 999px; background: #38bdf8; color: #020617; font-weight: 700; cursor: pointer; transition: transform 160ms ease, opacity 160ms ease; }
.random-pick-btn { display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem; padding: 0; border: none; border-radius: 999px; background: #38bdf8; color: #020617; cursor: pointer; transition: transform 160ms ease, opacity 160ms ease, box-shadow 160ms ease; }
.random-pick-btn svg { width: 1.5rem; height: 1.5rem; fill: currentColor; }
.random-pick-btn:hover { transform: rotate(20deg) scale(1.08); box-shadow: 0 6px 18px rgba(56, 189, 248, 0.35); }
.random-pick-btn:active { transform: scale(0.94); }
.random-pick-btn[disabled] { opacity: 0.6; cursor: default; transform: none; }
#random-release-btn { background: #eab308; }
#random-release-btn:hover { box-shadow: 0 6px 18px rgba(234, 179, 8, 0.35); }
.info-btn { display: inline-flex; align-items: center; justify-content: center; width: 2.1rem; height: 2.1rem; padding: 0; border: none; border-radius: 999px; background: transparent; color: #94a3b8; cursor: pointer; transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease; }
.info-btn svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.info-btn:hover, .info-btn[aria-expanded="true"] { background: rgba(56, 189, 248, 0.15); color: #38bdf8; transform: scale(1.08); }
.help-btn { display: inline-flex; align-items: center; justify-content: center; width: 1.25rem; height: 1.25rem; padding: 0; border: 1px solid #94a3b8; border-radius: 999px; background: transparent; color: #94a3b8; font: 700 0.7rem/1 inherit; cursor: pointer; transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease; }
.help-btn:hover, .help-btn[aria-expanded="true"] { background: rgba(56, 189, 248, 0.15); border-color: #38bdf8; color: #38bdf8; transform: scale(1.08); }
.random-modal { position: fixed; inset: 0; z-index: 1000; display: flex; align-items: center; justify-content: center; background: rgba(2, 6, 23, 0.78); }
.random-modal[hidden] { display: none; }
.random-modal-content { position: relative; padding: 0.5rem; border-radius: 20px; background: rgba(15, 23, 42, 0.95); border: 1px solid rgba(148, 163, 184, 0.3); box-shadow: 0 25px 60px rgba(2, 6, 23, 0.6); display: flex; flex-direction: column; align-items: center; }
.random-modal-close { position: absolute; top: -0.9rem; right: -0.9rem; width: 2.2rem; height: 2.2rem; border: none; border-radius: 999px; background: #38bdf8; color: #020617; font-size: 1.2rem; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.random-modal-close:hover { background: #bae6fd; }
.random-modal-link { position: relative; display: block; }
.random-modal-image { display: block; width: min(60vw, 640px); height: auto; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 14px; background: #1e293b; }
.play-circle { width: 3.1rem; height: 3.1rem; border: none; border-radius: 999px; background: #fa243c; color: #ffffff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.15s ease, transform 0.15s ease; }
.play-circle svg { width: 1.4rem; height: 1.4rem; fill: currentColor; }
.play-circle--small { width: 2.25rem; height: 2.25rem; }
.play-circle--small svg { width: 1.35rem; height: 1.35rem; }
.play-circle--small:hover { transform: scale(1.08); }
.play-circle--spotify { background: #1db954; }
.play-buttons { display: flex; align-items: center; gap: 0.5rem; }
.play-circle:hover { background: #ff4d61; transform: scale(1.05); }
.play-circle--spotify:hover { background: #38d36d; }
.play-circle--youtube { background: #ffffff; color: #ff0000; text-decoration: none; }
.play-circle--youtube:hover { background: #ffe1e1; }
.play-circle--deezer { background: #a238ff; color: #ffffff; text-decoration: none; }
.play-circle--deezer:hover { background: #b25cff; }
.play-circle--discogs { background: #ffffff; color: #111827; text-decoration: none; border: 1px solid rgba(148, 163, 184, 0.55); }
.play-circle--discogs img { width: 1.5rem; height: 1.5rem; object-fit: contain; }
.play-circle--discogs:hover { background: #f8fafc; border-color: #cbd5e1; }
@media (hover: none) {
    .play-circle--spotify:hover { background: #1db954; transform: none; }
    .play-circle--youtube:hover { background: #ffffff; transform: none; }
    .play-circle--deezer:hover { background: #a238ff; transform: none; }
}
.play-circle[disabled] { opacity: 0.6; cursor: default; }
.play-circle.playing, .track-play.playing { animation: track-play-pulse 1s ease-in-out infinite; }
@keyframes track-play-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.45; } }
.random-modal-play { position: static; bottom: auto; left: auto; }
.random-modal-play-buttons { position: absolute; bottom: 1.5rem; left: 1.5rem; display: flex; align-items: center; gap: 0.5rem; }

.quiz-btn { background: #a855f7; }
.quiz-btn:hover { box-shadow: 0 6px 18px rgba(168, 85, 247, 0.35); }
.quiz-modal { z-index: 1200; padding: 1.5vh 1.5vw; }
.quiz-modal-content { position: relative; width: min(97vw, 1180px); border-radius: 20px; background: rgba(15, 23, 42, 0.97); border: 1px solid rgba(148, 163, 184, 0.3); box-shadow: 0 25px 60px rgba(2, 6, 23, 0.6); display: flex; flex-direction: column; align-items: stretch; max-height: 97vh; padding: 0; overflow: hidden; }
.quiz-modal-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.5; filter: blur(10px) saturate(1); transform: scale(1.06); pointer-events: none; }
.quiz-modal-content::before { content: ""; position: absolute; inset: 0; background: rgba(2, 6, 23, 0.6); pointer-events: none; }
.quiz-modal-inner { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 0; }
.quiz-modal-head { position: relative; padding: 1.4rem 4rem 0.3rem; text-align: center; }
.quiz-modal-title { margin: 0; color: #f1f5f9; font-size: 1.9rem; font-weight: 800; line-height: 1.2; }
.quiz-modal-close { position: absolute; top: 50%; right: 1.3rem; transform: translateY(-50%); flex: none; width: 2.5rem; height: 2.5rem; border: none; border-radius: 999px; background: #38bdf8; color: #020617; font-size: 1.3rem; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.quiz-modal-close:hover { background: #bae6fd; }
.quiz-modal-body { overflow-y: auto; padding: 1.3rem 2.4rem 2.2rem; }
.quiz-prompt { display: grid; gap: 1rem; justify-items: center; text-align: center; }
.quiz-prompt--quote { justify-items: stretch; }
.quiz-prompt-question { margin: 0; color: #e2e8f0; font-size: 1.25rem; line-height: 1.4; }
.quiz-prompt-image { width: min(52vw, 380px); aspect-ratio: 1 / 1; object-fit: cover; border-radius: 14px; background: #1e293b; }
.quiz-prompt-caption { margin: 0; color: #94a3b8; font-size: 0.95rem; }
.quiz-prompt-quote { margin: 0; padding: 1.2rem 1.5rem; border-left: 5px solid #a855f7; border-radius: 0 12px 12px 0; background: rgba(168, 85, 247, 0.1); color: #e9d5ff; font-size: 1.35rem; line-height: 1.6; }
.quiz-options { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; margin-top: 1.4rem; }
.quiz-option { display: grid; gap: 0.6rem; min-width: 0; padding: 0.85rem; border: 1px solid rgba(148, 163, 184, 0.35); border-radius: 14px; background: rgba(2, 6, 23, 0.4); color: #e2e8f0; text-align: left; cursor: pointer; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.quiz-option:hover:not(:disabled) { transform: translateY(-2px); border-color: #a855f7; box-shadow: 0 8px 20px rgba(168, 85, 247, 0.25); }
.quiz-option:disabled { cursor: default; opacity: 0.6; }
.quiz-option--correct, .quiz-option--correct:disabled { opacity: 1; border: 3px solid rgba(34, 197, 94, 0.9); background: rgba(22, 163, 74, 0.22); box-shadow: 0 6px 18px rgba(34, 197, 94, 0.3); }
.quiz-option--wrong, .quiz-option--wrong:disabled { opacity: 1; border: 3px solid rgba(239, 68, 68, 0.9); background: rgba(185, 28, 28, 0.25); }
.quiz-option-image-wrap { display: block; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 10px; background: #1e293b; }
.quiz-option-image { width: 100%; height: 100%; object-fit: cover; display: block; }
.quiz-option-label { display: grid; gap: 0.15rem; }
.quiz-option-name { color: #e2e8f0; font-size: 0.9rem; line-height: 1.3; font-weight: 600; overflow-wrap: anywhere; }
.quiz-option-subtitle { color: #94a3b8; font-size: 0.8rem; }
.quiz-option[disabled]:not(.quiz-option--correct):not(.quiz-option--wrong) .quiz-option-image, .quiz-option[disabled]:not(.quiz-option--correct):not(.quiz-option--wrong) .quiz-option-label { filter: grayscale(1); }
.quiz-feedback { margin-top: 1.4rem; padding: 0.9rem 1.2rem; border-radius: 12px; font-weight: 700; text-align: center; }
.quiz-flash-correct::after { animation: quiz-flash-correct 1s ease-out; }
.quiz-flash-wrong::after { animation: quiz-flash-wrong 1s ease-out; }
.quiz-modal-content::after { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; }
@keyframes quiz-flash-correct { 0% { opacity: 0.9; background: rgba(34, 197, 94, 0.75); } 100% { opacity: 0; } }
@keyframes quiz-flash-wrong { 0% { opacity: 0.9; background: rgba(239, 68, 68, 0.75); } 100% { opacity: 0; } }
.quiz-feedback--correct { background: #16a34a; color: #ffffff; border: 3px solid #22c55e; font-size: 1.15rem; }
.quiz-feedback--error { background: #dc2626; color: #ffffff; border: 3px solid #f87171; font-size: 1.15rem; }
.quiz-actions { display: flex; justify-content: center; margin-top: 1.8rem; }
.quiz-next { padding: 0.6rem 1.4rem; border: none; border-radius: 999px; background: #a855f7; color: #ffffff; font-weight: 700; cursor: pointer; transition: background 160ms ease, transform 160ms ease; }
.quiz-next:hover { background: #c084fc; transform: translateY(-1px); }
.quiz-next[hidden] { display: none; }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.info-modal { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; padding: 1.5rem; background: rgba(2, 6, 23, 0.78); }
.info-modal[hidden] { display: none; }
.info-modal-content { position: relative; width: min(100%, 1100px); max-height: min(92vh, 900px); overflow: hidden; border: 1px solid rgba(148, 163, 184, 0.3); border-radius: 20px; background: rgba(15, 23, 42, 0.98); box-shadow: 0 25px 60px rgba(2, 6, 23, 0.6); }
.info-modal-body { max-height: min(92vh, 900px); overflow-y: auto; padding: 2rem 2.5rem; line-height: 1.55; }
.info-modal-body h2 { margin: 0 0 0.8rem; color: #e2e8f0; font-size: 1.35rem; }
.info-modal-body h2:not(:first-child) { margin-top: 2rem; }
.info-modal-body p { margin: 0 0 1rem; color: #cbd5e1; }
.info-modal-close { position: absolute; top: 0.7rem; right: 0.7rem; z-index: 1; width: 2.2rem; height: 2.2rem; border: none; border-radius: 999px; background: #38bdf8; color: #020617; font-size: 1.2rem; line-height: 1; cursor: pointer; }
.info-modal-close:hover { background: #bae6fd; }
@media (max-width: 480px) {
    .random-modal-image { width: 85vw; }
    .info-modal { padding: 0.75rem; }
    .info-modal-body { padding: 1.75rem 1.25rem; }
    .quiz-modal-body { padding: 1rem 1.1rem 1.6rem; }
    .quiz-modal-head { padding: 1.1rem 3.6rem 0.2rem; }
    .quiz-modal-close { top: 62%; }
    .quiz-modal-title { font-size: 1.5rem; }
    .quiz-prompt-quote { font-size: 1.2rem; padding: 1rem 1.1rem; }
    .quiz-options { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.8rem; }
    .quiz-prompt-image { width: 70vw; }
}
.artist-members { display: grid; gap: 0.75rem; }
.artist-members h2 { margin: 0 0 0.2rem; font-size: 1rem; }
.artist-members ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.45rem; }
.artist-member { border-radius: 999px; padding: 0.35rem 0.65rem; font-size: 0.88rem; border: 1px solid transparent; }
.artist-member-link { text-decoration: underline; text-underline-offset: 2px; font-weight: 600; }
.artist-member-link:hover { opacity: 0.9; }
.artist-member-name { color: inherit; }
.artist-member span { opacity: 0.85; margin-left: 0.35rem; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.05em; }
.artist-member.member-active { background: rgba(22, 163, 74, 0.16); border-color: rgba(34, 197, 94, 0.5); color: #86efac; }
.artist-member.member-inactive { background: rgba(185, 28, 28, 0.2); border-color: rgba(239, 68, 68, 0.55); color: #fca5a5; }
.artist-member.member-unknown { background: rgba(148, 163, 184, 0.16); border-color: rgba(148, 163, 184, 0.45); color: #cbd5e1; }
.artist-member.member-band { background: rgba(56, 189, 248, 0.12); border-color: rgba(56, 189, 248, 0.45); color: #bae6fd; }
.artist-relations-card { grid-column: 1 / -1; border-color: rgba(56, 189, 248, 0.42); }
.artist-relations-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.artist-relations-heading h2 { margin-bottom: 0.2rem; }
.artist-relations-heading .meta { margin: 0; }
.artist-relations-network-link { flex: 0 0 auto; padding: 0.42rem 0.7rem; border: 1px solid rgba(56, 189, 248, 0.42); border-radius: 999px; color: #bae6fd; font-size: 0.84rem; }
.artist-relations-network-link:hover { background: rgba(56, 189, 248, 0.12); }
.artist-relations-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin-top: 1rem; }
.artist-relation-card { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 0.85rem; min-width: 0; padding: 1rem; border: 1px solid rgba(148, 163, 184, 0.2); border-radius: 14px; background: rgba(2, 6, 23, 0.35); }
.artist-relation-card:not(:has(> .artist-relation-image)) .artist-relation-content { grid-column: 1 / -1; }
.artist-relation-image { width: 92px; height: 92px; object-fit: cover; border-radius: 10px; background: #1e293b; }
.artist-image-placeholder { background: #f97316; }
.artist-relation-content { display: grid; gap: 0.55rem; min-width: 0; align-content: start; }
.artist-relation-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 0.6rem; }
.artist-relation-shared-count { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; width: 2.35rem; height: 2.35rem; border-radius: 999px; background: #16a34a; color: #ffffff; font-size: 1rem; font-weight: 800; }
.artist-relation-shared-count:hover { background: #22c55e; color: #ffffff; }
.artist-relation-shared-count--static { cursor: default; }
.artist-relation-shared-count--static:hover { background: #16a34a; color: #ffffff; }
.artist-relation-band, .artist-relation-roles { margin: 0; }
.artist-relation-content h3 { margin: 0; font-size: 1rem; line-height: 1.25; overflow-wrap: anywhere; }
.artist-relation-content h3 a { color: #f8fafc; }
.artist-relation-content h3 a:hover { color: #38bdf8; text-decoration: underline; }
.artist-relation-content .meta { margin: 0; }
.artist-relation-roles { margin: 0; color: #f97316; font-size: 0.8rem; line-height: 1.35; }
.artist-relation-person { color: #ffffff; font-weight: 600; }
.artist-relation-role-text { color: #f97316; }
.artist-relation-track { color: #c4b5fd; }
.artist-relation-band { margin: 0; color: #86efac; font-size: 0.8rem; line-height: 1.35; }
.artist-relation-releases { display: grid; gap: 0.55rem; margin-top: 0.35rem; font-size: 0.82rem; line-height: 1.3; }
.artist-relation-releases > span { color: #94a3b8; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; }
.artist-relation-release { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 0.55rem; padding-top: 0.65rem; border-top: 1px solid rgba(148, 163, 184, 0.2); }
.artist-relation-releases > .artist-relation-release:first-of-type { padding-top: 0.2rem; border-top: 0; }
.artist-relation-release:not(:has(> .artist-relation-release-cover-link)) { grid-template-columns: 1fr; }
.artist-relation-release-cover-link { display: block; }
.artist-relation-release-cover { width: 42px; height: 42px; object-fit: cover; border-radius: 6px; background: #1e293b; }
.artist-relation-release-content { display: grid; gap: 0.15rem; min-width: 0; }
.artist-relation-release-content > a { color: #f8fafc; font-size: 1rem; font-weight: 700; line-height: 1.25; }
.artist-relation-release-content > a:hover { color: #38bdf8; text-decoration: underline; }
.artist-relation-release > a { color: #bae6fd; }
.artist-relation-release > a:hover { color: #ffffff; text-decoration: underline; }
.artist-relation-release-roles { padding-left: 0.55rem; color: #f97316; font-size: 0.78rem; line-height: 1.35; }
.artist-relation-releases a { overflow: hidden; color: #cbd5e1; text-overflow: ellipsis; white-space: nowrap; }
.artist-relation-releases a:hover { color: #38bdf8; text-decoration: underline; }
.detail-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1rem; }
.detail-card { border: 1px solid rgba(148, 163, 184, 0.24); border-radius: 18px; background: rgba(15, 23, 42, 0.92); padding: 1rem 1.1rem; box-shadow: 0 10px 30px rgba(2, 6, 23, 0.22); }
.detail-card h2 { font-size: 1.1rem; margin-bottom: 0.8rem; }
.release-info-grid { align-items: stretch; }
.release-info-grid > .detail-card { height: 100%; }
.release-overview-card, .release-collection-card { padding: 1.2rem; }
.release-detail-page .release-overview-card, .release-detail-page .release-collection-card { border-color: color-mix(in srgb, var(--release-accent) 60%, transparent); }
.release-overview-card .meta-list, .release-collection-card .meta-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.7rem; }
.release-overview-card .meta-list > div, .release-collection-card .meta-list > div { min-width: 0; padding: 0.7rem; border: 1px solid rgba(148, 163, 184, 0.16); border-radius: 12px; background: rgba(2, 6, 23, 0.28); }
.release-overview-card .meta-list dt, .release-collection-card .meta-list dt { font-size: 0.72rem; letter-spacing: 0.12em; }
.release-overview-card .meta-list dd, .release-collection-card .meta-list dd { line-height: 1.4; overflow-wrap: anywhere; }
.release-collection-card .meta-list dt { color: #fb923c; }
.release-collection-card .artist-resource a { width: fit-content; }
.release-collection-card .meta-list .condition-row { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.7rem; padding: 0; border: 0; background: transparent; }
.release-collection-card .meta-list .condition-row > div { min-width: 0; padding: 0.7rem; border: 1px solid rgba(148, 163, 184, 0.16); border-radius: 12px; background: rgba(2, 6, 23, 0.28); }
.release-collection-card .meta-list .condition-cell { display: grid; gap: 0.7rem; }
.release-collection-card .meta-list .condition-cell dd { display: flex; flex-direction: column; align-items: flex-start; gap: 0.35rem; }
.condition-badge { display: inline-flex; align-items: center; justify-content: center; min-width: 2.4rem; padding: 0.2rem 0.6rem; border-radius: 999px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.05em; border: 1px solid rgba(255, 255, 255, 0.9); color: #fff; background-color: var(--cond-color, #94a3b8); }
.condition-full { font-size: 0.75rem; color: #94a3b8; line-height: 1.4; overflow-wrap: anywhere; }
.cond-m { --cond-color: #34d399; }
.cond-nm { --cond-color: #2dd4bf; }
.cond-vgp { --cond-color: #22d3ee; }
.cond-vg { --cond-color: #38bdf8; }
.cond-gp { --cond-color: #fbbf24; }
.cond-g { --cond-color: #fb923c; }
.cond-f { --cond-color: #f97316; }
.cond-p { --cond-color: #fb7185; }
.cond-generic { --cond-color: #94a3b8; }
.release-role-collab-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.release-role-collab-grid > .detail-card { width: 100%; border-color: color-mix(in srgb, var(--release-accent) 60%, transparent); }
.release-role-collab-grid > .detail-card:only-child { grid-column: 1 / -1; }
.release-role-collab-grid h2 { margin-top: 0; }
.release-collaborations-content, .release-roles-content { display: flex; flex-direction: column; align-items: flex-start; gap: 0.4rem; line-height: 1.65; }
.release-collaborations-content br, .release-roles-content br { display: none; }
.release-collaborations-content .artist-link, .release-roles-content .artist-link { break-inside: avoid; }
.meta-list { display: grid; gap: 0.55rem; margin: 0; }
.meta-list div { display: grid; gap: 0.15rem; }
.meta-list dt { color: #38bdf8; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.18em; }
.meta-list dd { margin: 0; color: #e2e8f0; }
.artist-resource { margin: 0; }
.title-row { display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap; }
.artist-resource a { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.4rem 0.7rem; border-radius: 999px; background: rgba(56, 189, 248, 0.12); border: 1px solid rgba(56, 189, 248, 0.35); color: #bae6fd; font-size: 0.88rem; }
.artist-resource a:hover { background: rgba(56, 189, 248, 0.18); }
.note-list, .tracklist { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.note-list li { display: flex; justify-content: space-between; gap: 0.75rem; padding: 0.6rem 0; border-bottom: 1px solid rgba(148, 163, 184, 0.18); }
.tracklist li { display: grid; gap: 0.35rem; padding: 0.6rem 0; border-bottom: 1px solid rgba(148, 163, 184, 0.18); }
.track-main { display: grid; grid-template-columns: minmax(2.5rem, auto) minmax(0, 1fr) auto auto 4rem; column-gap: 1.2rem; align-items: center; }
.track-duration { display: inline-flex; align-items: center; justify-content: flex-end; width: 4rem; min-height: 1.7rem; color: #94a3b8; text-align: right; }
.tracklist-without-duration .track-main { grid-template-columns: minmax(2.5rem, auto) minmax(0, 1fr) auto auto; }
.tracklist-without-duration .track-duration { display: none; }
.tracklist strong { min-width: 0; }
.track-play { width: 1.7rem; height: 1.7rem; border: none; border-radius: 999px; background: #fa243c; color: #ffffff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.15s ease, transform 0.15s ease; opacity: 0.85; }
.track-play svg { width: 0.85rem; height: 0.85rem; fill: currentColor; }
.track-play-buttons { display: inline-flex; align-items: center; gap: 0.8rem; }
.track-buttons { display: inline-flex; align-items: center; gap: 0.8rem; }
.track-play:hover { transform: scale(1.1); opacity: 1; }
.track-play[disabled] { opacity: 0.5; cursor: default; }
.track-play:not(.track-play--spotify):not(.track-play--youtube):not(.track-play--deezer):hover { background: #ff4d61; }
.track-play--spotify { background: #1db954; }
.track-play--spotify:hover { background: #38d36d; transform: scale(1.1); opacity: 1; }
@media (hover: none) {
    .track-play--spotify:hover { background: #1db954; transform: none; opacity: 0.85; }
}
.track-play--youtube { background: #ffffff; color: #ff0000; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.track-play--youtube:hover { background: #ffe1e1; transform: scale(1.1); opacity: 1; }
.track-play--deezer { background: #a238ff; color: #ffffff; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; }
.track-play--deezer:hover { background: #b25cff; transform: scale(1.1); opacity: 1; }
.track-lyrics { width: 1.7rem; height: 1.7rem; border: none; border-radius: 999px; background: #4338ca; color: #ffffff; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: background 0.15s ease, transform 0.15s ease; opacity: 0.85; }
.track-lyrics svg { width: 0.85rem; height: 0.85rem; fill: currentColor; }
.track-lyrics:hover { background: #6366f1; transform: scale(1.1); opacity: 1; }
.track-lyrics[disabled] { opacity: 0.5; cursor: default; }
.lyrics-modal { position: fixed; inset: 0; z-index: 1100; display: flex; align-items: center; justify-content: center; background: rgba(2, 6, 23, 0.78); padding: 1rem; }
.lyrics-modal[hidden] { display: none; }
.lyrics-modal-content { position: relative; width: min(90vw, 640px); max-height: 85vh; display: flex; flex-direction: column; padding: 1.4rem; border-radius: 20px; background: rgba(15, 23, 42, 0.98); border: 1px solid rgba(148, 163, 184, 0.3); box-shadow: 0 25px 60px rgba(2, 6, 23, 0.6); }
.lyrics-modal-close { position: absolute; top: 0.8rem; right: 0.8rem; width: 2rem; height: 2rem; border: none; border-radius: 999px; background: #38bdf8; color: #020617; font-size: 1.1rem; line-height: 1; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; }
.lyrics-modal-close:hover { background: #bae6fd; }
.lyrics-modal-title { margin: 0; padding-right: 2.5rem; font-size: 1.15rem; }
.lyrics-modal-artist { margin: 0.25rem 0 0.9rem; color: #38bdf8; font-size: 0.95rem; }
.lyrics-modal-body { overflow-y: auto; color: #e2e8f0; font-size: 0.95rem; white-space: pre-wrap; line-height: 1.55; }
.lyrics-modal-source { margin: 1rem 0 0; font-size: 0.78rem; color: #94a3b8; }
.lyrics-modal-source a { color: #38bdf8; }
.lyrics-modal-source a:hover { text-decoration: underline; }
.track-credit { display: grid; gap: 0.25rem; font-size: 0.9rem; color: #cbd5e1; }
.track-credit-credits { gap: 0.45rem; margin-left: 1.25rem; }
.track-credit-credits .track-credit-value { padding-bottom: 0.45rem; line-height: 1.55; }
.track-credit-label { color: #38bdf8; margin-right: 0.25rem; }
.artist-release-grid { display: grid; gap: 0.85rem; }
.artist-release-card { display: grid; grid-template-columns: 92px 1fr; gap: 0.85rem; border: 1px solid rgba(148, 163, 184, 0.2); border-radius: 14px; padding: 1rem; background: rgba(2, 6, 23, 0.35); }
.artist-release-cover-link { display: block; }
.artist-release-cover { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 10px; background: #1e293b; }
.artist-release-content { position: relative; display: grid; gap: 0.3rem; align-content: start; min-width: 0; }
.artist-release-title-row { display: block; padding-right: 4.2rem; }
.artist-release-new-tag { position: absolute; top: 50%; right: 0; display: inline-flex; align-items: center; justify-content: center; width: 3.6rem; height: 3.6rem; border: 3px solid #ffffff; border-radius: 50%; background: #facc15; color: #422006; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; transform: translateY(-50%) rotate(-8deg); box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.35), 0 5px 16px rgba(2, 6, 23, 0.55); }
.artist-release-content h3 { margin: 0; font-size: 1rem; line-height: 1.3; }
.artist-collab-tracks { list-style: none; margin: 0.35rem 0 0; padding: 0; display: grid; gap: 0.35rem; }
.artist-collab-tracks li { display: grid; grid-template-columns: minmax(2.5rem, auto) minmax(0, 1fr) auto; gap: 0.55rem; align-items: baseline; font-size: 0.9rem; color: #cbd5e1; border-bottom: 1px solid rgba(148, 163, 184, 0.15); padding-bottom: 0.35rem; }
.artist-collab-position { color: #38bdf8; }
.artist-collab-track-cell { min-width: 0; display: grid; gap: 0.15rem; }
.artist-collab-track { min-width: 0; }
.artist-collab-duration { color: #94a3b8; }
.artist-collab-role { color: #f97316; }
.artist-collab-track { color: #c4b5fd; }
.artist-collab-track { color: #c4b5fd; }
.carousel { position: relative; border-radius: 16px; overflow: hidden; background: transparent; }
.carousel-view { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; position: relative; }
.carousel-slide { display: none; min-width: 0; aspect-ratio: 1 / 1; position: relative; }
.carousel-slide.active { display: block; }
.carousel-image { width: 100%; height: 100%; object-fit: contain; background: #0f172a; }
.carousel-button { position: absolute; top: 50%; transform: translateY(-50%); border: none; width: 2.5rem; height: 2.5rem; border-radius: 999px; background: rgba(2, 6, 23, 0.7); color: white; font-size: 1.3rem; cursor: pointer; }
.carousel-button.prev { left: 0.75rem; }
.carousel-button.next { right: 0.75rem; }
.carousel-dots { position: absolute; bottom: 0.9rem; left: 50%; transform: translateX(-50%); display: flex; gap: 0.45rem; }
.carousel-dot { width: 0.7rem; height: 0.7rem; border: none; border-radius: 999px; background: rgba(226, 232, 240, 0.55); cursor: pointer; padding: 0; }
.carousel-dot.active { background: #38bdf8; }
@media (max-width: 760px) {
    .carousel-view { grid-template-columns: 1fr; }
}
.stats-link { display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem; margin-left: 0.35rem; border-radius: 999px; background: #38bdf8; color: #020617; vertical-align: middle; transition: transform 160ms ease, opacity 160ms ease, box-shadow 160ms ease; }
.stats-link svg { width: 1.5rem; height: 1.5rem; fill: currentColor; }
.stats-link:hover { transform: scale(1.08); box-shadow: 0 6px 18px rgba(56, 189, 248, 0.35); }
.network-link { display: inline-flex; align-items: center; justify-content: center; width: 2.6rem; height: 2.6rem; border-radius: 999px; background: #f97316; color: #020617; transition: transform 160ms ease, box-shadow 160ms ease; }
.network-link svg { width: 1.5rem; height: 1.5rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
.network-link:hover { transform: scale(1.08); box-shadow: 0 6px 18px rgba(249, 115, 22, 0.35); }
.artist-title-row { display: flex; align-items: center; gap: 0.75rem; flex-wrap: nowrap; min-width: 0; }
.artist-title-row h1 { flex: 0 0 auto; min-width: 0; margin: 0; white-space: nowrap; }
.artist-detail-actions { display: flex; align-items: center; justify-content: flex-end; gap: 0.5rem; }
.artist-detail-actions .artist-resource { margin: 0; }
.artist-network-link { flex: 0 0 auto; width: 2.25rem; height: 2.25rem; }
.artist-network-link svg { width: 1.25rem; height: 1.25rem; }
.stats-sections { display: grid; gap: 1.5rem; }
.chart { width: 100%; height: auto; }
.chart-axis { stroke: rgba(148, 163, 184, 0.4); stroke-width: 1; }
.chart-line { stroke: #38bdf8; stroke-width: 2; }
.chart-point { fill: #38bdf8; }
.chart-point-value { fill: #e2e8f0; font-size: 0.62rem; }
.chart-bar { fill: #38bdf8; opacity: 0.85; }
.chart--year .chart-bar { fill: #38bdf8; }
.chart--month .chart-bar { fill: #a78bfa; }
.chart--value .chart-line { stroke: #34d399; }
.chart-bar-value { fill: #e2e8f0; font-size: 0.62rem; }
.chart-row-link { cursor: pointer; }
.chart-row-static { cursor: default; }
.chart-row-link .chart-bar { transition: opacity 150ms ease, filter 150ms ease; }
.chart-row-link:hover .chart-bar,
.chart-row-link:focus-visible .chart-bar { opacity: 1; filter: brightness(1.2); }
.chart-average-line { stroke: #fbbf24; stroke-width: 1.5; stroke-dasharray: 4 3; }
.chart-average-label { fill: #fbbf24; font-size: 0.65rem; font-weight: 700; }
.chart-label { fill: #94a3b8; font-size: 0.7rem; }
.network-page { display: grid; gap: 1.25rem; }
.network-hero { margin-bottom: 0; }
.network-search-label { color: #cbd5e1; font-size: 0.9rem; font-weight: 600; margin-top: 0.4rem; }
.network-search { max-width: 44rem; font-size: 1.05rem; padding: 0.9rem 1rem; }
.network-search-results { display: grid; max-width: 44rem; margin-top: -0.8rem; padding: 0.35rem; border: 1px solid rgba(148, 163, 184, 0.3); border-radius: 12px; background: #0f172a; }
.network-search-results[hidden], .network-view[hidden] { display: none; }
.network-search-results button { border: 0; border-radius: 8px; padding: 0.6rem 0.7rem; background: transparent; color: #e2e8f0; text-align: left; font: inherit; cursor: pointer; }
.network-search-results button:hover, .network-search-results button:focus-visible { background: rgba(56, 189, 248, 0.15); outline: none; }
.network-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.network-view-heading { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; align-items: stretch; }
.network-shared-albums { grid-column: 1 / -1; }
.network-shared-album-list { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.network-shared-album-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.network-shared-album-card { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: 0.9rem; padding: 0.9rem; border: 1px solid rgba(148, 163, 184, 0.2); border-radius: 14px; background: rgba(2, 6, 23, 0.35); align-content: start; }
.network-shared-album-card img { width: 120px; height: 120px; object-fit: cover; border-radius: 10px; background: #1e293b; }
.network-shared-single .network-shared-album-list { display: flex; flex-wrap: wrap; gap: 0.7rem; }
.network-shared-single .network-shared-album-card { display: block; padding: 0; border: 0; background: transparent; }
.network-shared-single .network-shared-album-content { display: none; }
.network-shared-single .network-shared-album-content.network-shared-album-content-visible { display: grid; }
.network-shared-album-content { display: grid; gap: 0.35rem; align-content: start; }
.network-shared-album-role { margin: 0; color: #f97316; font-size: 0.9rem; line-height: 1.35; }
.network-shared-album-band { margin: 0; color: #86efac; font-size: 0.9rem; line-height: 1.35; }
.network-second-artist { display: grid; gap: 0.45rem; align-content: start; }
.network-second-layout { display: flex; align-items: flex-start; gap: 1rem; }
.network-second-layout > div { display: grid; gap: 0.45rem; align-content: start; }
.network-second-image { width: 150px; height: 150px; object-fit: cover; border-radius: 16px; background: #1e293b; }
.network-extra-artist { display: flex; align-items: flex-start; gap: 1rem; position: relative; }
.network-extra-artist > div { display: grid; gap: 0.45rem; align-content: start; }
.network-extra-artist .network-selected-image { flex: 0 0 auto; }
.network-section-heading h2, .network-view-heading h2 { margin-bottom: 0.25rem; font-size: 1.35rem; }
.network-title-link { color: #f97316; }
.network-title-link:hover { color: #fb923c; text-decoration: underline; }
.network-section-heading .meta { margin: 0; }
.network-start-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.7rem; margin-top: 1rem; }
.network-start-card { display: grid; gap: 0.35rem; padding: 0.9rem; border: 1px solid rgba(148, 163, 184, 0.25); border-radius: 12px; background: rgba(2, 6, 23, 0.35); color: #e2e8f0; text-align: left; cursor: pointer; font: inherit; transition: border-color 160ms ease, transform 160ms ease, background 160ms ease; }
.network-start-card:hover, .network-start-card:focus-visible { border-color: #f97316; background: rgba(249, 115, 22, 0.1); transform: translateY(-2px); outline: none; }
.network-start-card strong { color: #f97316; }
.network-start-card span { color: #94a3b8; font-size: 0.82rem; }
.button-secondary { background: transparent; color: #bae6fd; border: 1px solid rgba(56, 189, 248, 0.4); }
.network-view { display: grid; gap: 1rem; }
.network-loading { position: fixed; top: 50%; left: 50%; z-index: 2000; transform: translate(-50%, -50%); margin: 0; padding: 1.1rem 1.4rem; border: 1px solid rgba(56, 189, 248, 0.5); border-radius: 14px; background: rgba(15, 23, 42, 0.98); color: #bae6fd; font-weight: 600; box-shadow: 0 20px 60px rgba(2, 6, 23, 0.7); }
.network-selected-bands { margin-top: 0.55rem; color: #86efac; line-height: 1.4; }
.network-selected-bands strong { margin-right: 0.35rem; color: #4ade80; }
.network-selected-bands a { color: #86efac; text-decoration: underline; text-underline-offset: 2px; }
.network-selected-artist { display: flex; align-items: flex-start; gap: 1.4rem; padding: 1.4rem; border-color: rgba(56, 189, 248, 0.55); background: linear-gradient(135deg, rgba(14, 116, 144, 0.3), rgba(15, 23, 42, 0.95)); }
.network-second-artist, .network-extra-artist { border-color: rgba(56, 189, 248, 0.55); background: linear-gradient(135deg, rgba(14, 116, 144, 0.3), rgba(15, 23, 42, 0.95)); }
.network-selected-artist, .network-second-artist { position: relative; }
.network-remove { position: absolute; top: 0.7rem; right: 0.7rem; z-index: 1; width: 2rem; height: 2rem; border: 0; border-radius: 999px; background: rgba(148, 163, 184, 0.18); color: #e2e8f0; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.network-remove:hover { background: #ef4444; color: #ffffff; }
.network-selected-artist > div { display: grid; gap: 0.45rem; align-content: start; }
.network-selected-artist h2 { font-size: 1.8rem; line-height: 1.15; }
.network-selected-image { width: 150px; height: 150px; object-fit: cover; border-radius: 16px; background: #1e293b; }
.network-graph { min-height: 520px; border: 1px solid rgba(148, 163, 184, 0.24); border-radius: 18px; background: radial-gradient(circle at center, rgba(30, 41, 59, 0.7), rgba(2, 6, 23, 0.6)); overflow: hidden; }
.network-graph svg { display: block; width: 100%; height: auto; min-height: 520px; }
.network-edge { stroke: rgba(56, 189, 248, 0.45); stroke-linecap: round; }
.network-node { cursor: pointer; outline: none; }
.network-node rect { fill: #f97316; stroke: #fed7aa; stroke-width: 2; transition: transform 160ms ease, fill 160ms ease; transform-box: fill-box; transform-origin: center; }
.network-node:hover rect, .network-node:focus-visible rect { fill: #fb923c; transform: scale(1.08); }
.network-node text { fill: #020617; font-size: 0.62rem; font-weight: 700; pointer-events: none; }
.network-node .network-node-count { fill: #7c2d12; font-size: 0.5rem; font-weight: 600; }
.network-node-active { cursor: default; }
.network-node-active rect { fill: #38bdf8; stroke: #bae6fd; }
.network-node-active text { fill: #082f49; font-size: 0.72rem; }
.network-connection-list { display: grid; gap: 0.6rem; }
.network-connection-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.network-relationship-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.network-relationship-card { display: grid; grid-template-columns: 120px minmax(0, 1fr) auto auto; column-gap: 1.2rem; row-gap: 0.9rem; padding: 1rem; border: 1px solid rgba(148, 163, 184, 0.2); border-radius: 14px; background: rgba(2, 6, 23, 0.35); align-content: start; }
.network-relationship-card > .network-relationship-image-link { display: block; width: 120px; height: 120px; }
.network-relationship-card > .network-relationship-image-link img { width: 120px; height: 120px; object-fit: cover; border-radius: 10px; background: #1e293b; }
.network-relationship-card:not(:has(> .network-relationship-image-link)) .network-relationship-content { grid-column: 1 / 3; }
.network-relationship-card:not(:has(> .network-relationship-image-link)) .network-relationship-total { grid-column: 3; }
.network-relationship-card:not(:has(> .network-relationship-image-link)) .network-relationship-common { grid-column: 4; }
.network-relationship-content { min-width: 0; display: grid; gap: 0.3rem; align-content: start; }
.network-relationship-name { display: block; min-width: 0; color: #ffffff; font-size: 1.2rem; font-weight: 700; overflow-wrap: anywhere; }
.network-relationship-name:hover { text-decoration: underline; }
.network-relationship-total { color: #e2e8f0; font-size: 0.85rem; }
.network-relationship-total { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 999px; background: #f97316; color: #ffffff; font-size: 1rem; font-weight: 800; align-self: start; }
.network-relationship-total { border: 0; cursor: pointer; font-family: inherit; }
.network-relationship-total:hover { background: #fb923c; }
.network-relationship-bubbles { display: flex; align-items: center; gap: 0.5rem; }
.network-relationship-common { display: inline-flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; border-radius: 999px; background: #16a34a; color: #ffffff; font-size: 1rem; font-weight: 800; align-self: start; }
.network-relationship-common { border: 0; cursor: pointer; font-family: inherit; }
.network-relationship-common:disabled { cursor: default; opacity: 1; }
.network-relationship-details { display: grid; grid-column: 1 / -1; gap: 1rem; margin-top: 0.55rem; margin-left: 1rem; align-content: start; }
.network-relation-row { display: grid; gap: 0.15rem; padding-top: 0.7rem; border-top: 1px solid rgba(148, 163, 184, 0.15); color: #cbd5e1; font-size: 0.9rem; line-height: 1.35; }
.network-release-info > strong { font-size: 1.05rem; }
.network-release-title { color: #bae6fd; font-size: 1.05rem; font-weight: 700; }
.network-release-title:hover { color: #ffffff; text-decoration: underline; }
.network-relation-row:has(a > .network-release-cover) { grid-template-columns: 60px minmax(0, 1fr); align-items: start; column-gap: 1rem; }
.network-release-cover { width: 60px; height: 60px; object-fit: cover; border-radius: 7px; background: #1e293b; }
.network-release-info { display: grid; gap: 0.1rem; }
.network-relation-row strong { color: #bae6fd; font-weight: 600; }
.network-relation-row span { color: #f97316; }
.network-relation-person { color: #ffffff !important; font-weight: 600; }
.network-track-name { color: #c4b5fd !important; }
.network-band-relation { color: #86efac; }
.network-band-relation-inactive { color: #fca5a5; }
.network-relation-roles { display: grid; gap: 0.1rem; padding: 0.35rem 0; color: #f97316; font-size: 0.9rem; line-height: 1.35; }
.network-connection { display: grid; gap: 0.2rem; padding: 0.65rem 0.7rem; border-radius: 10px; background: rgba(2, 6, 23, 0.35); border: 1px solid rgba(148, 163, 184, 0.15); }
.network-connection:hover { border-color: #f97316; }
.network-connection strong { color: #f97316; }
.network-connection span { color: #94a3b8; font-size: 0.8rem; line-height: 1.35; }
.network-connection em { color: #fbbf24; font-size: 0.78rem; line-height: 1.35; font-style: normal; }
.stats-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 0.6rem; }
.stats-list-item { display: grid; grid-template-columns: 1.5rem auto 1fr auto; align-items: center; gap: 0.7rem; padding: 0.5rem 0; border-bottom: 1px solid rgba(148, 163, 184, 0.18); }
.stats-list-item:has(.stats-cover) { grid-template-columns: 1.5rem 48px 1fr auto; }
.stats-list-item:not(:has(.stats-cover)) { grid-template-columns: 1.5rem 1fr auto; }
.stats-rank { color: #94a3b8; font-weight: 700; text-align: right; }
.stats-cover { width: 48px; height: 48px; object-fit: cover; border-radius: 8px; background: #1e293b; }
.stats-list-content { min-width: 0; display: grid; gap: 0.1rem; }
.stats-list-content h3 { margin: 0; font-size: 0.95rem; }
.stats-value { color: #fbbf24; font-weight: 700; white-space: nowrap; }
@media (max-width: 1400px) {
    .grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 1100px) {
    .grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .hero-actions { position: static; justify-content: flex-end; }
    .settings-popup { top: 3rem; }
    .search-controls { grid-template-columns: 1fr; }
  .detail-hero { grid-template-columns: 1fr; }
    .artist-release-card { grid-template-columns: 1fr; }
    .artist-release-cover { max-width: 160px; }
    .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .network-section-heading { align-items: flex-start; flex-direction: column; }
    .network-view-heading { grid-template-columns: 1fr; }
    .network-connection-list { grid-template-columns: 1fr; }
    .network-relationship-grid { grid-template-columns: 1fr; }
    .network-relationship-card { grid-template-columns: 120px minmax(0, 1fr) 2.4rem; }
    .network-relationship-card > .network-relationship-image-link { grid-row: 1 / span 2; }
    .network-relationship-card .network-relationship-bubbles { grid-column: 2; grid-row: 2; justify-self: start; }
    .network-relationship-card:not(:has(> .network-relationship-image-link)) .network-relationship-content { grid-column: 1 / -1; }
    .network-relationship-card:not(:has(> .network-relationship-image-link)) .network-relationship-total { grid-column: 1; grid-row: 2; }
    .network-relationship-card:not(:has(> .network-relationship-image-link)) .network-relationship-common { grid-column: 2; grid-row: 2; }
    .network-relationship-card:not(:has(> .network-relationship-image-link)) .network-relationship-bubbles { grid-column: 1 / -1; grid-row: 2; }
    .network-shared-album-list { grid-template-columns: 1fr; }
    .artist-relations-grid { grid-template-columns: 1fr; }
    .network-selected-image { width: 110px; height: 110px; }
    .network-second-image { width: 110px; height: 110px; }
    .release-overview-card .meta-list, .release-collection-card .meta-list { grid-template-columns: 1fr; }
    .release-detail-page .detail-page { gap: 0.75rem; }
    .release-mobile-actions { display: flex; justify-content: flex-end; margin-top: 0.25rem; }
    .release-collection-column .release-detail-actions { display: none; }
    .release-role-collab-grid { grid-template-columns: 1fr; }
    .track-main { grid-template-columns: minmax(2.5rem, auto) minmax(0, 1fr) 4rem; row-gap: 1rem; }
    .track-buttons { grid-column: 2; grid-row: 2; justify-self: start; }
    .track-duration { grid-column: 3; grid-row: 1 / span 2; }
}
@media (max-width: 480px) {
    .grid { grid-template-columns: 1fr; }
    .artist-relations-heading { flex-direction: column; }
}
