.explore-page main {
    gap: 18px;
}

body.explore-page {
    overflow-x: clip;
}

body[data-neon-theme].explore-page {
    --explore-neon-edge: rgb(var(--neon-primary-rgb) / 0.22);
    --explore-neon-wash: linear-gradient(135deg, var(--neon-soft), transparent 42%, var(--neon-secondary-soft));
    --explore-neon-glow: 0 0 28px rgb(var(--neon-primary-rgb) / 0.12);
    --explore-neon-glow-strong: 0 0 44px rgb(var(--neon-primary-rgb) / 0.18), 0 0 58px rgb(var(--neon-secondary-rgb) / 0.12);
    --explore-glass: rgba(5, 9, 21, 0.78);
    --explore-glass-strong: rgba(4, 7, 18, 0.88);
}

.explore-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 22px;
    min-height: 420px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.22);
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 20%, rgb(var(--neon-primary-rgb) / 0.2), transparent 36%),
        radial-gradient(circle at 88% 10%, rgb(var(--neon-secondary-rgb) / 0.18), transparent 38%),
        linear-gradient(90deg, rgba(4, 8, 18, 0.97), rgba(4, 8, 18, 0.82), rgba(4, 8, 18, 0.5)),
        url("../images/scenes/nightflat-window-city-default.png") center / cover no-repeat,
        rgba(7, 11, 24, 0.92);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 0 1px rgb(var(--neon-secondary-rgb) / 0.08),
        0 0 36px rgb(var(--neon-primary-rgb) / var(--time-hero-neon-opacity)),
        0 24px 72px rgba(0, 0, 0, 0.34);
}

.explore-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(3, 6, 17, 0.38), transparent 32%, rgba(3, 6, 17, 0.24)),
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.1), transparent 28%, rgb(var(--neon-secondary-rgb) / 0.1)),
        linear-gradient(180deg, rgba(3, 6, 17, 0.16), transparent 48%, rgba(3, 6, 17, 0.68));
    opacity: calc(0.62 + var(--audio-reactive-level) * 0.24);
    pointer-events: none;
}

.explore-hero::after {
    content: "";
    position: absolute;
    inset: auto 28px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neon-primary), var(--neon-secondary), transparent);
    box-shadow: 0 0 22px var(--neon-glow);
    pointer-events: none;
}

.explore-hero-copy,
.explore-feature-track {
    position: relative;
    z-index: 1;
}

.explore-hero-copy {
    display: grid;
    align-content: center;
    gap: 18px;
    max-width: 790px;
}

.explore-hero-copy .eyebrow,
.explore-hero-copy h1,
.explore-hero-copy p {
    margin: 0;
}

.explore-hero-copy h1 {
    max-width: 690px;
    font-size: 4.8rem;
    line-height: 0.98;
    letter-spacing: 0;
    text-wrap: balance;
}

.explore-hero-copy p:not(.eyebrow) {
    max-width: 620px;
    color: rgba(224, 232, 247, 0.78);
    font-size: 1.08rem;
    line-height: 1.72;
}

.explore-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.explore-hero-stats span {
    display: grid;
    min-width: 112px;
    padding: 12px 14px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.08), rgb(var(--neon-secondary-rgb) / 0.045)),
        rgba(4, 8, 18, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.explore-hero-stats strong {
    font-size: 1.34rem;
    text-shadow: 0 0 16px rgb(var(--neon-primary-rgb) / 0.22);
}

.explore-hero-stats small {
    color: rgba(224, 232, 247, 0.66);
}

.explore-feature-track {
    align-self: end;
    display: grid;
    gap: 14px;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.34);
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 12%, rgb(var(--neon-primary-rgb) / 0.12), transparent 38%),
        radial-gradient(circle at 92% 84%, rgb(var(--neon-secondary-rgb) / 0.1), transparent 34%),
        var(--explore-glass);
    color: var(--text);
    text-align: left;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 24px rgb(var(--neon-primary-rgb) / 0.08),
        0 18px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(20px) saturate(1.08);
}

.explore-feature-track:hover,
.explore-feature-track:focus-visible {
    border-color: rgb(var(--neon-primary-rgb) / 0.7);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 0 32px rgb(var(--neon-primary-rgb) / 0.16),
        0 20px 58px rgba(0, 0, 0, 0.32);
}

.explore-feature-art {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 11;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.explore-feature-art::after,
.explore-release-play::after,
.explore-track-art-button::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, transparent 45%, rgb(var(--neon-primary-rgb) / 0.18)),
        linear-gradient(0deg, rgba(3, 6, 17, 0.12), transparent 45%);
    opacity: 0.7;
    pointer-events: none;
}

.explore-release-play > span[aria-hidden="true"],
.explore-track-art-button > span[aria-hidden="true"],
.explore-feature-art .premium-track-lock,
.explore-release-play .premium-track-lock {
    z-index: 1;
}

.explore-feature-art img,
.explore-release-play img,
.explore-artist-card img,
.explore-track-art-button img,
.artist-hero-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.explore-feature-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.explore-feature-copy strong {
    font-size: 1.65rem;
    line-height: 1.08;
    text-shadow: 0 0 18px rgba(3, 6, 17, 0.88);
    overflow-wrap: anywhere;
}

.explore-feature-copy small,
.explore-feature-copy span:not(.eyebrow) {
    color: rgba(224, 232, 247, 0.7);
}

.explore-filter-panel {
    display: grid;
    gap: 14px;
    padding: 16px;
    border-radius: 8px;
    border-color: var(--explore-neon-edge);
    background:
        var(--explore-neon-wash),
        var(--explore-glass-strong);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        var(--explore-neon-glow);
    backdrop-filter: blur(18px) saturate(1.08);
}

.explore-filter-panel .section-heading,
.explore-section > .section-heading,
.explore-queue-rail .section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: end;
}

.explore-filter-panel .section-heading > div,
.explore-section > .section-heading > div,
.explore-queue-rail .section-heading > div {
    min-width: 0;
}

.explore-filter-panel .section-heading .button,
.explore-section-action,
.explore-queue-rail .section-heading .button {
    justify-self: end;
    width: auto;
    white-space: nowrap;
}

.explore-discovery-form {
    display: grid;
    grid-template-columns: minmax(260px, 1.65fr) repeat(4, minmax(132px, 0.72fr)) auto;
    gap: 10px;
    align-items: end;
    min-width: 0;
}

.explore-discovery-form label {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.explore-discovery-form label span {
    color: rgba(224, 232, 247, 0.58);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.explore-discovery-form input,
.explore-discovery-form select {
    width: 100%;
    min-height: 42px;
    border-color: rgb(var(--neon-primary-rgb) / 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(4, 8, 18, 0.62);
    color: var(--text);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.explore-discovery-form input:focus,
.explore-discovery-form select:focus {
    border-color: rgb(var(--neon-primary-rgb) / 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 3px rgb(var(--neon-primary-rgb) / 0.08);
}

.explore-discovery-search input::placeholder {
    color: rgba(224, 232, 247, 0.46);
}

.explore-search-tabs {
    display: flex;
    gap: 8px;
    min-width: 0;
    overflow-x: auto;
    padding: 2px 0 4px;
    scrollbar-width: thin;
}

.explore-search-tab {
    display: inline-grid;
    grid-template-columns: minmax(0, auto) auto;
    gap: 8px;
    align-items: center;
    min-width: max-content;
    padding: 9px 11px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.14);
    border-radius: 8px;
    color: rgba(224, 232, 247, 0.72);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(4, 8, 18, 0.58);
}

.explore-search-tab:hover,
.explore-search-tab:focus-visible,
.explore-search-tab.is-active {
    border-color: var(--neon-line);
    color: #f7f9ff;
    background:
        linear-gradient(135deg, var(--neon-soft), var(--neon-secondary-soft)),
        rgba(255, 255, 255, 0.045);
    box-shadow: 0 0 18px rgb(var(--neon-primary-rgb) / 0.12);
}

.explore-search-tab span,
.explore-search-tab small {
    min-width: 0;
}

.explore-search-tab span {
    font-weight: 820;
}

.explore-search-tab small {
    display: inline-grid;
    place-items: center;
    min-width: 28px;
    min-height: 24px;
    padding: 2px 7px;
    border-radius: 999px;
    color: rgba(224, 232, 247, 0.72);
    background: rgb(var(--neon-primary-rgb) / 0.1);
    font-variant-numeric: tabular-nums;
}

.explore-search-error {
    margin: 0;
    padding: 9px 11px;
    border: 1px solid rgb(var(--neon-secondary-rgb) / 0.2);
    border-radius: 8px;
    color: rgba(255, 225, 225, 0.86);
    background: rgba(88, 20, 34, 0.18);
}

.explore-search-error[hidden] {
    display: none;
}

.explore-sound-browser {
    padding: 18px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
        rgba(4, 8, 18, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.explore-sound-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 12px;
    min-width: 0;
}

.explore-sound-card {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
    min-height: 104px;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    color: var(--text);
    background:
        radial-gradient(circle at 14% 16%, rgb(var(--neon-primary-rgb) / 0.08), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(5, 9, 21, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.045),
        0 10px 26px rgba(0, 0, 0, 0.12);
    transition:
        border-color 160ms ease,
        background-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.explore-sound-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent 55%, rgb(var(--neon-secondary-rgb) / 0.05));
    opacity: 0;
    transition: opacity 160ms ease;
}

.explore-sound-card:hover,
.explore-sound-card:focus-visible,
.explore-sound-card:focus-within,
.explore-sound-card.is-active {
    border-color: rgb(var(--neon-primary-rgb) / 0.34);
    background:
        radial-gradient(circle at 14% 16%, rgb(var(--neon-primary-rgb) / 0.14), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.024)),
        rgba(7, 12, 26, 0.82);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 16px 34px rgba(0, 0, 0, 0.2),
        0 0 22px rgb(var(--neon-primary-rgb) / 0.08);
    transform: translateY(-1px);
}

.explore-sound-card:hover::after,
.explore-sound-card:focus-visible::after,
.explore-sound-card:focus-within::after,
.explore-sound-card.is-active::after {
    opacity: 1;
}

.explore-sound-card.is-active {
    outline: 1px solid rgb(var(--neon-primary-rgb) / 0.28);
    outline-offset: -4px;
}

.explore-sound-art {
    position: relative;
    display: block;
    overflow: hidden;
    width: 72px;
    aspect-ratio: 1;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 7px;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.14), rgb(var(--neon-secondary-rgb) / 0.08)),
        var(--explore-sound-image) center / cover no-repeat,
        url("../images/scenes/nightflat-window-city-default.png") center / cover no-repeat;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.explore-sound-art::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 8, 18, 0.08), rgba(4, 8, 18, 0.44)),
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.08), rgb(var(--neon-secondary-rgb) / 0.05));
}

.explore-sound-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.explore-sound-copy strong,
.explore-sound-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.explore-sound-copy strong {
    color: #f4f7ff;
    font-size: 1.02rem;
    line-height: 1.18;
}

.explore-sound-copy small {
    color: rgba(224, 232, 247, 0.62);
    font-size: 0.84rem;
    font-variant-numeric: tabular-nums;
}

.explore-sound-card-followable,
.explore-sound-card-radio {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

.explore-sound-main {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-width: 0;
    color: inherit;
}

.explore-sound-main:hover,
.explore-sound-main:focus-visible {
    color: inherit;
}

.explore-sound-status {
    justify-self: start;
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 3px 8px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.32);
    border-radius: 999px;
    background: rgb(var(--neon-primary-rgb) / 0.14);
    color: #f4f7ff;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
}

.explore-sound-card > .explore-sound-status {
    grid-column: 2;
}

.explore-sound-main .explore-sound-status {
    grid-column: 2;
    margin-top: -2px;
}

.follow-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.22);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
        rgba(5, 9, 21, 0.74);
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition:
        border-color 160ms ease,
        background-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.follow-chip:hover,
.follow-chip:focus-visible,
.follow-chip.is-following {
    border-color: var(--neon-line);
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.16), rgb(var(--neon-secondary-rgb) / 0.08)),
        rgba(255, 255, 255, 0.045);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 18px rgb(var(--neon-primary-rgb) / 0.1);
}

.follow-chip:hover,
.follow-chip:focus-visible {
    transform: translateY(-1px);
}

.genre-radio-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid rgb(var(--neon-secondary-rgb) / 0.26);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgb(var(--neon-secondary-rgb) / 0.13), rgb(var(--neon-primary-rgb) / 0.06)),
        rgba(5, 9, 21, 0.78);
    color: #f4f7ff;
    font-size: 0.78rem;
    font-weight: 850;
    line-height: 1;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition:
        border-color 160ms ease,
        background-color 160ms ease,
        box-shadow 160ms ease,
        transform 160ms ease;
}

.genre-radio-button:hover,
.genre-radio-button:focus-visible,
.genre-radio-button[data-radio-state="ready"] {
    border-color: rgb(var(--neon-secondary-rgb) / 0.46);
    background:
        linear-gradient(135deg, rgb(var(--neon-secondary-rgb) / 0.2), rgb(var(--neon-primary-rgb) / 0.1)),
        rgba(255, 255, 255, 0.045);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 0 18px rgb(var(--neon-secondary-rgb) / 0.1);
}

.genre-radio-button:hover,
.genre-radio-button:focus-visible {
    transform: translateY(-1px);
}

.genre-radio-feedback {
    grid-column: 1 / -1;
    min-height: 0;
    font-size: 0.76rem;
}

.explore-main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 18px;
    align-items: start;
}

.explore-main-stack,
.explore-section {
    display: grid;
    gap: 18px;
    min-width: 0;
}

.explore-section {
    margin-top: 4px;
}

#search-results {
    scroll-margin-top: 24px;
}

#explore-all-title {
    font-size: clamp(2.05rem, 3.1vw, 3.15rem);
    line-height: 1;
    color: #f7f9ff;
    text-shadow:
        0 0 18px rgb(var(--neon-primary-rgb) / 0.16),
        0 10px 34px rgba(0, 0, 0, 0.34);
}

.explore-release-grid,
.explore-artist-grid,
.explore-playlist-grid {
    display: grid;
    gap: 12px;
}

.explore-release-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.explore-release-card {
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(86px, 1fr) auto;
    gap: 10px;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.14);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 12%, rgb(var(--neon-primary-rgb) / 0.08), transparent 38%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.022)),
        var(--explore-glass);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(16px) saturate(1.06);
}

.explore-release-card:hover,
.explore-release-card.is-selected {
    border-color: var(--neon-line);
    background:
        radial-gradient(circle at 18% 12%, rgb(var(--neon-primary-rgb) / 0.14), transparent 40%),
        radial-gradient(circle at 92% 86%, rgb(var(--neon-secondary-rgb) / 0.1), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.028)),
        rgba(5, 9, 21, 0.68);
    box-shadow: var(--explore-neon-glow-strong);
}

.explore-release-play,
.explore-track-art-button {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    cursor: pointer;
}

.explore-release-play {
    aspect-ratio: 1;
}

.explore-release-play > span[aria-hidden="true"],
.explore-track-art-button > span[aria-hidden="true"] {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 34px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--neon-primary), var(--neon-secondary));
    box-shadow: 0 0 20px var(--neon-glow);
}

.explore-release-play > span[aria-hidden="true"]::before,
.explore-track-art-button > span[aria-hidden="true"]::before {
    content: "";
    position: absolute;
    left: 13px;
    top: 9px;
    border-left: 10px solid rgba(4, 8, 18, 0.92);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.explore-release-copy {
    display: grid;
    align-content: start;
    gap: 5px;
    min-width: 0;
}

.explore-release-copy h3,
.explore-playlist-card h3 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.22;
    color: #f4f7ff;
    overflow-wrap: anywhere;
}

.explore-release-copy h3 {
    display: -webkit-box;
    min-height: 2.44em;
    max-height: 2.44em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.explore-release-copy a,
.explore-track-copy a {
    color: rgb(var(--neon-primary-rgb) / 0.92);
    font-weight: 760;
    text-shadow: 0 0 14px rgb(var(--neon-primary-rgb) / 0.14);
}

.explore-release-copy small,
.explore-playlist-card small {
    color: rgba(224, 232, 247, 0.68);
    line-height: 1.45;
}

.explore-release-copy small {
    display: -webkit-box;
    max-height: 2.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.explore-card-actions,
.explore-track-actions {
    display: flex;
    gap: 8px;
    align-items: center;
}

.explore-icon-button {
    display: inline-grid;
    place-items: center;
    width: 36px;
    min-width: 36px;
    aspect-ratio: 1;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: var(--text);
    cursor: pointer;
}

.explore-icon-button:hover,
.explore-icon-button:focus-visible,
.explore-icon-button.is-active {
    border-color: var(--neon-line);
    background:
        radial-gradient(circle at 50% 45%, rgb(var(--neon-primary-rgb) / 0.16), transparent 58%),
        var(--neon-soft);
    color: var(--neon-primary);
    box-shadow:
        0 0 18px rgb(var(--neon-primary-rgb) / 0.14),
        0 0 28px rgb(var(--neon-secondary-rgb) / 0.08);
}

.explore-icon-button .favorite-track-button-icon {
    width: 18px;
    aspect-ratio: 1;
    background: currentColor;
    -webkit-mask: url("../icons/lucide/heart.svg") center / contain no-repeat;
    mask: url("../icons/lucide/heart.svg") center / contain no-repeat;
}

.explore-icon-button.is-active .favorite-track-button-icon {
    background: linear-gradient(135deg, var(--neon-primary), var(--neon-secondary));
    filter: drop-shadow(0 0 8px var(--neon-glow));
}

.explore-queue-add span {
    font-size: 1.3rem;
    line-height: 1;
}

.explore-queue-add.is-active {
    border-color: rgb(var(--neon-secondary-rgb) / 0.64);
    background:
        radial-gradient(circle at 50% 45%, rgb(var(--neon-secondary-rgb) / 0.24), transparent 58%),
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.18), rgb(var(--neon-secondary-rgb) / 0.16)),
        rgba(255, 255, 255, 0.06);
    color: #ffffff;
    box-shadow:
        0 0 20px rgb(var(--neon-secondary-rgb) / 0.22),
        0 0 34px rgb(var(--neon-primary-rgb) / 0.12);
}

.explore-queue-add.is-active span {
    text-shadow:
        0 0 8px rgb(var(--neon-secondary-rgb) / 0.72),
        0 0 14px rgb(var(--neon-primary-rgb) / 0.42);
}

.explore-artist-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.explore-artist-card {
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.14);
    border-radius: 8px;
    color: var(--text);
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.045), transparent 48%, rgb(var(--neon-secondary-rgb) / 0.035)),
        rgba(255, 255, 255, 0.045);
}

.explore-artist-card:hover,
.explore-artist-card:focus-visible {
    border-color: var(--neon-line);
    background:
        linear-gradient(135deg, var(--neon-soft), var(--neon-secondary-soft)),
        rgba(255, 255, 255, 0.05);
    box-shadow: var(--explore-neon-glow);
}

.explore-artist-card img {
    aspect-ratio: 1;
    border-radius: 8px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.18);
}

.explore-artist-card span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.explore-artist-card strong {
    overflow-wrap: anywhere;
}

.explore-artist-card small {
    color: rgba(224, 232, 247, 0.64);
}

.explore-playlist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.explore-playlist-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.14);
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 18%, rgb(var(--neon-primary-rgb) / 0.08), transparent 36%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022)),
        rgba(5, 9, 21, 0.72);
    backdrop-filter: blur(14px) saturate(1.06);
}

.explore-playlist-card:hover {
    border-color: var(--neon-line);
    box-shadow: var(--explore-neon-glow);
}

.explore-playlist-card .button {
    justify-self: start;
}

.explore-playlist-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-start;
    min-width: 0;
}

.explore-playlist-actions .button {
    width: auto;
    min-width: 142px;
}

.explore-playlist-card p {
    margin: 6px 0;
    color: rgba(224, 232, 247, 0.66);
    line-height: 1.5;
}

.explore-result-grid {
    align-items: stretch;
}

.explore-result-card {
    min-height: 100%;
}

.explore-room-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.explore-room-card {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.14);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.055), transparent 46%, rgb(var(--neon-secondary-rgb) / 0.04)),
        rgba(5, 9, 21, 0.72);
    backdrop-filter: blur(14px) saturate(1.06);
}

.explore-room-card:hover {
    border-color: var(--neon-line);
    box-shadow: var(--explore-neon-glow);
}

.explore-room-art {
    display: block;
    width: 82px;
    aspect-ratio: 1;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.16), rgb(var(--neon-secondary-rgb) / 0.08)),
        var(--explore-room-image, radial-gradient(circle at 42% 36%, rgba(255, 255, 255, 0.18), transparent 32%)),
        rgba(255, 255, 255, 0.045);
    background-size: cover;
    background-position: center;
}

.explore-room-card > span:not(.explore-room-art) {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.explore-room-card strong {
    color: #f4f7ff;
    overflow-wrap: anywhere;
}

.explore-room-card em {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(224, 232, 247, 0.68);
    font-style: normal;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.explore-room-card small {
    color: rgba(224, 232, 247, 0.62);
}

.explore-room-card .button {
    grid-column: 1 / -1;
    justify-self: start;
    width: auto;
}

.explore-empty-panel {
    padding: 20px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.14);
    border-radius: 8px;
    background:
        linear-gradient(135deg, var(--neon-soft), transparent 52%, var(--neon-secondary-soft)),
        rgba(5, 9, 21, 0.72);
}

.explore-empty-panel h2 {
    margin: 0;
    color: #f7f9ff;
}

.explore-empty-panel p:not(.eyebrow) {
    max-width: 680px;
    color: rgba(224, 232, 247, 0.72);
    line-height: 1.55;
}

.explore-track-table {
    display: grid;
    gap: 8px;
}

.explore-track-row {
    display: grid;
    grid-template-columns: 42px 58px minmax(160px, 1.2fr) minmax(170px, 0.85fr) 76px 82px;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.035), transparent 52%, rgb(var(--neon-secondary-rgb) / 0.025)),
        rgba(5, 9, 21, 0.7);
    backdrop-filter: blur(12px) saturate(1.04);
}

.explore-track-row:hover,
.explore-track-row.is-selected {
    border-color: var(--neon-line);
    background:
        radial-gradient(circle at 12% 50%, rgb(var(--neon-primary-rgb) / 0.13), transparent 42%),
        linear-gradient(90deg, var(--neon-soft), var(--neon-secondary-soft)),
        rgba(255, 255, 255, 0.04);
    box-shadow: var(--explore-neon-glow);
}

.explore-track-rank {
    color: rgba(224, 232, 247, 0.58);
    font-variant-numeric: tabular-nums;
    font-weight: 760;
}

.explore-track-art-button {
    width: 58px;
    aspect-ratio: 1;
}

.explore-track-art-button > span[aria-hidden="true"] {
    width: 22px;
    right: 5px;
    bottom: 5px;
}

.explore-track-art-button > span[aria-hidden="true"]::before {
    left: 9px;
    top: 6px;
    border-left-width: 7px;
    border-top-width: 5px;
    border-bottom-width: 5px;
}

.explore-track-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.explore-track-copy strong,
.explore-track-copy a,
.explore-track-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.explore-track-copy strong {
    color: #f4f7ff;
    font-weight: 820;
}

.explore-track-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
}

.explore-track-tag {
    min-width: 0;
    max-width: 120px;
    padding: 4px 8px;
    overflow: hidden;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.14);
    border-radius: 8px;
    color: rgba(224, 232, 247, 0.7);
    text-overflow: ellipsis;
    white-space: nowrap;
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.06), rgb(var(--neon-secondary-rgb) / 0.035)),
        rgba(255, 255, 255, 0.035);
    transition:
        border-color 160ms ease,
        color 160ms ease,
        background 160ms ease,
        transform 160ms ease;
}

.explore-track-tag:hover,
.explore-track-tag:focus-visible {
    border-color: rgb(var(--neon-primary-rgb) / 0.34);
    color: #f5f7ff;
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.105), rgb(var(--neon-secondary-rgb) / 0.055)),
        rgba(255, 255, 255, 0.048);
    transform: translateY(-1px);
}

.explore-track-duration {
    color: rgba(224, 232, 247, 0.68);
    font-variant-numeric: tabular-nums;
    text-align: right;
    white-space: nowrap;
}

.explore-track-actions {
    width: 82px;
    min-width: 0;
    justify-self: end;
    justify-content: flex-end;
}

.explore-track-actions .explore-icon-button,
.explore-track-actions .favorite-track-manage-button {
    flex: 0 0 36px;
    width: 36px;
    min-width: 36px;
    border-radius: 8px;
}

.explore-track-actions .favorite-track-button-icon {
    width: 18px;
    height: 18px;
}

.explore-release-card.is-locked,
.explore-track-row.is-locked,
.explore-feature-track.is-locked {
    border-color: rgb(var(--neon-secondary-rgb) / 0.32);
}

.explore-section .section-note {
    margin: 6px 0 0;
    color: rgba(224, 232, 247, 0.66);
    line-height: 1.45;
}

.explore-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 2px auto 0;
    padding: 8px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.018)),
        rgba(4, 8, 18, 0.62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
}

.explore-pagination > span:not(.button) {
    min-width: 112px;
    color: rgba(224, 232, 247, 0.68);
    font-size: 0.9rem;
    font-weight: 760;
    text-align: center;
    white-space: nowrap;
}

.explore-page-step {
    min-width: 96px;
    justify-content: center;
}

.explore-page-next:not(.is-disabled) {
    border-color: rgb(var(--neon-primary-rgb) / 0.3);
    box-shadow: 0 8px 24px rgb(var(--neon-primary-rgb) / 0.16);
}

.explore-pagination .is-disabled {
    opacity: 0.46;
    pointer-events: none;
}

.explore-page-content.is-loading {
    opacity: 0.7;
    pointer-events: none;
    transition: opacity 120ms ease;
}

.explore-queue-rail {
    position: sticky;
    top: 96px;
    align-self: start;
    display: grid;
    gap: 14px;
    max-height: none;
    overflow: visible;
    padding: 16px;
    border-radius: 8px;
    border-color: var(--explore-neon-edge);
    background:
        radial-gradient(circle at 18% 12%, rgb(var(--neon-primary-rgb) / 0.1), transparent 40%),
        radial-gradient(circle at 88% 84%, rgb(var(--neon-secondary-rgb) / 0.08), transparent 36%),
        var(--explore-glass-strong);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        var(--explore-neon-glow);
    backdrop-filter: blur(20px) saturate(1.08);
}

.explore-queue-rail .queue-builder-dropzone {
    position: relative;
    isolation: isolate;
    grid-template-columns: 42px minmax(0, 1fr);
    place-items: center start;
    gap: 12px;
    min-height: 112px;
    padding: 16px;
    overflow: hidden;
    border-color: rgb(var(--neon-primary-rgb) / 0.28);
    background:
        radial-gradient(circle at 18% 18%, rgb(var(--neon-primary-rgb) / 0.18), transparent 38%),
        radial-gradient(circle at 84% 88%, rgb(var(--neon-secondary-rgb) / 0.12), transparent 40%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
        rgba(5, 9, 21, 0.72);
    color: var(--text);
    text-align: left;
}

.explore-queue-rail .queue-builder-list {
    max-height: min(34vh, 360px);
    overflow-y: auto;
}

.explore-queue-rail .queue-builder-dropzone::after {
    content: "";
    position: absolute;
    inset: auto 14px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neon-primary), var(--neon-secondary), transparent);
    opacity: 0.74;
    pointer-events: none;
}

.explore-queue-rail .queue-empty-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 42px;
    aspect-ratio: 1;
    border: 1px solid var(--neon-line);
    border-radius: 50%;
    background:
        radial-gradient(circle at 45% 35%, rgba(255, 255, 255, 0.16), transparent 42%),
        linear-gradient(135deg, var(--neon-soft), var(--neon-secondary-soft)),
        rgba(6, 10, 22, 0.88);
    box-shadow: 0 0 24px rgb(var(--neon-primary-rgb) / 0.14);
}

.explore-queue-rail .queue-empty-mark::before,
.explore-queue-rail .queue-empty-mark::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--neon-primary), var(--neon-secondary));
    box-shadow: 0 0 12px var(--neon-glow);
}

.explore-queue-rail .queue-empty-mark::before {
    width: 15px;
    height: 3px;
}

.explore-queue-rail .queue-empty-mark::after {
    width: 3px;
    height: 15px;
}

.explore-queue-rail .queue-empty-copy {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.explore-queue-rail .queue-empty-copy strong {
    color: #f4f7ff;
    font-size: 0.98rem;
    line-height: 1.25;
}

.explore-queue-rail .queue-empty-copy small {
    color: rgba(224, 232, 247, 0.68);
    line-height: 1.45;
}

.explore-queue-rail .queue-builder-empty {
    padding: 11px 12px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(224, 232, 247, 0.7);
    line-height: 1.45;
}

.artist-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: clamp(240px, 24vw, 340px) minmax(0, 1fr);
    gap: clamp(24px, 3vw, 42px);
    align-items: center;
    padding: clamp(22px, 3vw, 36px);
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at 12% 16%, rgb(var(--neon-primary-rgb) / 0.12), transparent 34%),
        radial-gradient(circle at 92% 12%, rgb(var(--neon-secondary-rgb) / 0.08), transparent 36%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
        rgba(5, 9, 21, 0.76);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 54px rgba(0, 0, 0, 0.22),
        0 0 24px rgb(var(--neon-primary-rgb) / 0.06);
}

.artist-hero::after {
    content: "";
    position: absolute;
    inset: auto clamp(22px, 3vw, 36px) 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(var(--neon-primary-rgb) / 0.72), rgb(var(--neon-secondary-rgb) / 0.44), transparent);
    opacity: 0.56;
    pointer-events: none;
}

.artist-hero-art {
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 1;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 46px rgba(0, 0, 0, 0.28),
        0 0 28px rgb(var(--neon-primary-rgb) / 0.08);
}

.artist-hero-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 15px;
    min-width: 0;
}

.artist-hero-copy h1,
.artist-hero-copy p {
    margin: 0;
}

.artist-hero-copy h1 {
    max-width: 760px;
    font-size: clamp(3rem, 4.4vw, 4.7rem);
    line-height: 0.98;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.artist-hero-copy p:not(.eyebrow) {
    max-width: 760px;
    color: rgba(224, 232, 247, 0.72);
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
    line-height: 1.7;
}

.artist-hero .favorite-collection-stats {
    gap: 8px;
}

.artist-hero .favorite-collection-stats span {
    min-width: 110px;
    padding: 10px 12px;
    border-color: rgb(var(--neon-primary-rgb) / 0.14);
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.07), rgb(var(--neon-secondary-rgb) / 0.035)),
        rgba(255, 255, 255, 0.035);
}

.artist-hero .favorite-collection-stats strong {
    font-size: 1.04rem;
}

.artist-hero .hero-actions {
    gap: 10px;
    align-items: stretch;
}

.artist-hero .hero-actions .button {
    min-width: 150px;
    min-height: 46px;
    justify-content: center;
}

.artist-hero .follow-hint {
    margin-top: 0;
    color: rgba(224, 232, 247, 0.62);
    font-size: 0.9rem;
}

.artist-living-status {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(170px, 0.26fr) minmax(0, 1fr);
    gap: 12px 18px;
    align-items: center;
    margin: clamp(14px, 1.8vw, 20px) 0;
    padding: 14px 16px;
    overflow: hidden;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 0%, rgb(var(--neon-primary-rgb) / 0.1), transparent 36%),
        radial-gradient(circle at 96% 60%, rgb(var(--neon-secondary-rgb) / 0.08), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
        rgba(4, 8, 19, 0.72);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 12px 34px rgba(0, 0, 0, 0.18),
        0 0 22px rgb(var(--neon-primary-rgb) / 0.05);
}

.artist-living-status::before {
    content: "";
    position: absolute;
    inset: 10px auto 10px 0;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--neon-primary), rgb(var(--neon-secondary-rgb) / 0.66));
    opacity: 0.64;
    pointer-events: none;
}

.artist-living-status-heading {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 5px;
    min-width: 0;
}

.artist-living-status-heading .eyebrow,
.artist-living-status-heading h2 {
    margin: 0;
}

.artist-living-status-heading .eyebrow {
    color: var(--neon-primary);
}

.artist-living-status-heading h2 {
    color: rgba(245, 248, 255, 0.9);
    font-size: clamp(1rem, 1.15vw, 1.18rem);
    line-height: 1.2;
    letter-spacing: 0;
}

.artist-living-status-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
    gap: 8px;
    min-width: 0;
}

.artist-living-status-item {
    display: grid;
    gap: 4px;
    min-width: 0;
    min-height: 66px;
    padding: 10px 11px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.055), rgb(var(--neon-secondary-rgb) / 0.035)),
        rgba(255, 255, 255, 0.03);
}

.artist-living-status-item span {
    color: rgba(184, 198, 225, 0.68);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.artist-living-status-item strong {
    min-width: 0;
    color: rgba(250, 233, 245, 0.92);
    font-size: 0.94rem;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.release-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: clamp(260px, 28vw, 420px) minmax(0, 1fr);
    gap: clamp(24px, 3.2vw, 48px);
    align-items: center;
    padding: clamp(22px, 3vw, 38px);
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at 14% 16%, rgb(var(--neon-primary-rgb) / 0.12), transparent 34%),
        radial-gradient(circle at 92% 18%, rgb(var(--neon-secondary-rgb) / 0.08), transparent 36%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
        rgba(5, 9, 21, 0.78);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 54px rgba(0, 0, 0, 0.22),
        0 0 24px rgb(var(--neon-primary-rgb) / 0.06);
}

.release-hero::after {
    content: "";
    position: absolute;
    inset: auto clamp(22px, 3vw, 36px) 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(var(--neon-primary-rgb) / 0.72), rgb(var(--neon-secondary-rgb) / 0.44), transparent);
    opacity: 0.56;
    pointer-events: none;
}

.release-hero-art {
    position: relative;
    z-index: 1;
    overflow: hidden;
    aspect-ratio: 1;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 46px rgba(0, 0, 0, 0.28),
        0 0 28px rgb(var(--neon-primary-rgb) / 0.08);
}

.release-hero-art img,
.release-discography-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.release-hero-copy {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 15px;
    min-width: 0;
}

.release-hero-copy h1,
.release-hero-copy p {
    margin: 0;
}

.release-hero-copy h1 {
    max-width: 820px;
    font-size: clamp(3rem, 4.6vw, 5rem);
    line-height: 0.98;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.release-hero-copy p:not(.eyebrow) {
    max-width: 760px;
    color: rgba(224, 232, 247, 0.72);
    font-size: clamp(0.98rem, 1.08vw, 1.08rem);
    line-height: 1.7;
}

.release-artist-line a,
.release-discography-copy a,
.release-track-row a {
    color: inherit;
    text-decoration: none;
}

.release-artist-line a:hover,
.release-discography-copy a:hover,
.release-track-row a:hover {
    color: var(--neon-primary);
}

.release-stats {
    gap: 8px;
}

.release-stats span {
    min-width: 118px;
    padding: 10px 12px;
    border-color: rgb(var(--neon-primary-rgb) / 0.14);
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.07), rgb(var(--neon-secondary-rgb) / 0.035)),
        rgba(255, 255, 255, 0.035);
}

.release-stats strong {
    font-size: 1.04rem;
}

.release-actions {
    gap: 10px;
}

.release-actions .button {
    min-height: 46px;
    justify-content: center;
}

.release-feedback {
    margin: 0;
    color: rgba(224, 232, 247, 0.7);
    font-size: 0.9rem;
}

.release-feedback.is-error {
    color: #f3b8c7;
}

.release-tracklist-section,
.artist-discography-section {
    padding: clamp(16px, 2vw, 22px);
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
        rgba(5, 9, 21, 0.38);
}

.release-track-table {
    gap: 10px;
}

.release-track-row {
    padding: 10px 12px;
    border-color: rgb(var(--neon-primary-rgb) / 0.1);
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.03), transparent 54%, rgb(var(--neon-secondary-rgb) / 0.02)),
        rgba(5, 9, 21, 0.72);
}

.release-empty {
    margin: 0;
    padding: 16px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
}

.release-discography-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 12px;
}

.release-discography-card {
    display: grid;
    gap: 11px;
    min-width: 0;
    padding: 12px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.055), rgb(var(--neon-secondary-rgb) / 0.035)),
        rgba(5, 9, 21, 0.62);
}

.release-discography-art {
    display: block;
    overflow: hidden;
    aspect-ratio: 1;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.release-discography-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.release-discography-copy h3,
.release-discography-copy p,
.release-discography-copy small {
    margin: 0;
}

.release-discography-copy h3 {
    font-size: 1rem;
    line-height: 1.22;
    overflow-wrap: anywhere;
}

.release-discography-copy small {
    color: rgba(224, 232, 247, 0.66);
    line-height: 1.45;
}

.release-discography-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.artist-pulse-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(16px, 2vw, 22px);
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    background:
        radial-gradient(circle at 8% 0%, rgb(var(--neon-primary-rgb) / 0.12), transparent 34%),
        radial-gradient(circle at 96% 18%, rgb(var(--neon-secondary-rgb) / 0.07), transparent 38%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
        rgba(5, 9, 21, 0.74);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 0 1px rgb(var(--neon-primary-rgb) / 0.04),
        0 18px 46px rgba(0, 0, 0, 0.18);
}

.artist-pulse-section::after {
    content: "";
    position: absolute;
    inset: auto clamp(18px, 2.4vw, 26px) 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(var(--neon-primary-rgb) / 0.68), rgb(var(--neon-secondary-rgb) / 0.46), transparent);
    opacity: 0.48;
    pointer-events: none;
}

.artist-pulse-section > .section-heading {
    margin-bottom: 12px;
}

.artist-pulse-section .eyebrow {
    color: var(--neon-primary);
    text-shadow: 0 0 16px rgb(var(--neon-primary-rgb) / 0.14);
}

.artist-pulse-section .section-heading h2 {
    font-size: clamp(1.35rem, 1.8vw, 1.72rem);
    line-height: 1.1;
}

.artist-pulse-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: clamp(340px, 42vh, 520px);
    padding: 8px;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.1);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(1, 4, 13, 0.32), rgba(1, 4, 13, 0.12)),
        rgba(1, 4, 13, 0.18);
    box-shadow:
        inset 0 10px 22px rgba(0, 0, 0, 0.18),
        inset 0 -12px 24px rgba(0, 0, 0, 0.16);
    scrollbar-color: rgb(var(--neon-primary-rgb) / 0.45) rgb(var(--neon-primary-rgb) / 0.08);
    scrollbar-width: thin;
}

.artist-pulse-list::-webkit-scrollbar {
    width: 8px;
}

.artist-pulse-list::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgb(var(--neon-primary-rgb) / 0.08);
}

.artist-pulse-list::-webkit-scrollbar-thumb {
    border: 2px solid rgba(1, 4, 13, 0.74);
    border-radius: 999px;
    background: linear-gradient(180deg, var(--neon-primary), rgb(var(--neon-secondary-rgb) / 0.74));
}

.artist-pulse-card {
    position: relative;
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas:
        "main"
        "reactions";
    gap: 10px;
    min-width: 0;
    min-height: 0;
    padding: 14px 16px 12px;
    overflow: hidden;
    border: 1px solid rgba(184, 205, 236, 0.13);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.045), transparent 56%, rgb(var(--neon-secondary-rgb) / 0.026)),
        rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
    scroll-margin: 18px 0 calc(var(--player-height, 120px) + 28px);
}

.artist-pulse-card::before {
    content: "";
    position: absolute;
    inset: 12px auto 12px 0;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--neon-primary), rgb(var(--neon-secondary-rgb) / 0.64));
    opacity: 0.58;
}

.artist-pulse-card-main {
    grid-area: main;
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
    align-items: stretch;
    min-width: 0;
}

.artist-pulse-note-copy {
    min-width: 0;
}

.artist-pulse-card:first-child {
    border-color: rgb(var(--neon-primary-rgb) / 0.22);
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.075), transparent 58%, rgb(var(--neon-secondary-rgb) / 0.04)),
        rgba(255, 255, 255, 0.04);
}

.artist-pulse-body {
    min-width: 0;
    margin: 0;
    color: rgba(236, 243, 255, 0.86);
    font-size: clamp(0.94rem, 0.95vw, 1rem);
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.artist-pulse-card:first-child .artist-pulse-body {
    color: rgba(248, 251, 255, 0.9);
    font-size: clamp(0.98rem, 1vw, 1.04rem);
    line-height: 1.58;
}

.artist-pulse-body-collapsible [hidden] {
    display: none;
}

.artist-pulse-read-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: 8px;
    padding: 7px 11px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.18);
    border-radius: 8px;
    color: rgba(245, 225, 242, 0.86);
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.09), rgb(var(--neon-secondary-rgb) / 0.045)),
        rgba(255, 255, 255, 0.03);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1.1;
    cursor: pointer;
    transition:
        border-color 160ms ease,
        color 160ms ease,
        background 160ms ease,
        box-shadow 160ms ease;
}

.artist-pulse-read-toggle:hover,
.artist-pulse-read-toggle:focus-visible {
    border-color: rgb(var(--neon-primary-rgb) / 0.42);
    color: rgba(255, 255, 255, 0.96);
    background: linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.15), rgb(var(--neon-secondary-rgb) / 0.08));
    box-shadow: 0 0 18px rgb(var(--neon-primary-rgb) / 0.12);
}

.artist-pulse-context-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
}

.artist-pulse-context-chips span {
    max-width: 100%;
    min-height: 28px;
    padding: 5px 9px;
    overflow: hidden;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.15);
    border-radius: 8px;
    color: rgba(235, 219, 236, 0.82);
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.07), rgb(var(--neon-secondary-rgb) / 0.04)),
        rgba(255, 255, 255, 0.028);
}

.artist-pulse-story-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    min-width: 0;
}

.artist-pulse-story-chip,
.artist-pulse-related-note {
    max-width: 100%;
    min-height: 30px;
    padding: 5px 9px;
    overflow: hidden;
    border: 1px solid rgba(218, 177, 230, 0.16);
    border-radius: 8px;
    color: rgba(238, 231, 246, 0.82);
    font-size: 0.7rem;
    font-weight: 760;
    line-height: 1.2;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.055), rgb(var(--neon-secondary-rgb) / 0.035)),
        rgba(255, 255, 255, 0.024);
}

.artist-pulse-story-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.artist-pulse-story-chip span {
    color: rgba(178, 190, 218, 0.82);
    font-weight: 780;
}

.artist-pulse-story-chip strong {
    min-width: 0;
    overflow: hidden;
    color: rgba(250, 236, 251, 0.9);
    font: inherit;
    font-weight: 820;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.artist-pulse-story-chip-link,
.artist-pulse-related-note {
    border-color: rgb(var(--neon-primary-rgb) / 0.24);
    color: rgba(255, 235, 250, 0.9);
}

.artist-pulse-story-chip-link:hover,
.artist-pulse-story-chip-link:focus-visible,
.artist-pulse-related-note:hover,
.artist-pulse-related-note:focus-visible {
    border-color: rgb(var(--neon-primary-rgb) / 0.46);
    color: rgba(255, 255, 255, 0.96);
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.12), rgb(var(--neon-secondary-rgb) / 0.06)),
        rgba(255, 255, 255, 0.04);
    box-shadow: 0 0 18px rgb(var(--neon-primary-rgb) / 0.1);
}

.artist-pulse-related-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding-inline: 10px;
    color: rgba(238, 216, 246, 0.86);
}

.artist-pulse-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    padding-top: 0;
    color: rgba(172, 186, 214, 0.76);
    font-size: 0.72rem;
    letter-spacing: 0;
    line-height: 1.35;
    text-align: left;
    text-transform: uppercase;
}

.artist-pulse-meta span {
    padding: 4px 9px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.2);
    border-radius: 8px;
    color: rgba(236, 243, 255, 0.78);
    background: rgb(var(--neon-primary-rgb) / 0.075);
}

.artist-pulse-meta time {
    padding-top: 5px;
    white-space: nowrap;
}

.artist-pulse-reactions {
    grid-area: reactions;
    position: static;
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding-top: 9px;
    border-top: 1px solid rgba(184, 205, 236, 0.11);
    scroll-margin-bottom: calc(var(--player-height, 120px) + 28px);
    transform: none;
}

.artist-pulse-reaction-bar {
    position: static;
    display: grid;
    grid-template-columns: auto minmax(7ch, 1fr) auto;
    gap: 8px 10px;
    align-items: center;
    min-width: 0;
}

.artist-pulse-reaction-current,
.artist-pulse-reaction-toolbox-toggle {
    position: static;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 11px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-radius: 8px;
    color: rgba(230, 238, 255, 0.76);
    background: rgba(255, 255, 255, 0.04);
    font: inherit;
    font-size: 0.78rem;
    line-height: 1.1;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    transition:
        border-color 160ms ease,
        color 160ms ease,
        background 160ms ease,
        box-shadow 160ms ease;
}

.artist-pulse-reaction-current {
    min-width: 92px;
}

.artist-pulse-reaction-toolbox-toggle {
    min-width: 104px;
}

.artist-pulse-reaction-current-static {
    cursor: default;
}

.artist-pulse-reaction-current:hover,
.artist-pulse-reaction-current:focus-visible,
.artist-pulse-reaction-current.is-active,
.artist-pulse-reaction-toolbox-toggle:hover,
.artist-pulse-reaction-toolbox-toggle:focus-visible,
.artist-pulse-reactions.is-open .artist-pulse-reaction-toolbox-toggle {
    border-color: rgb(var(--neon-primary-rgb) / 0.42);
    color: rgba(255, 255, 255, 0.94);
    background: linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.16), rgb(var(--neon-secondary-rgb) / 0.08));
    box-shadow: 0 0 18px rgb(var(--neon-primary-rgb) / 0.12);
}

.artist-pulse-reaction-current:disabled,
.artist-pulse-reaction-toolbox-toggle:disabled {
    cursor: wait;
    opacity: 0.68;
}

.artist-pulse-reaction-total {
    min-width: 0;
    color: rgba(172, 186, 214, 0.82);
    font-size: 0.76rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.artist-pulse-reaction-toolbox {
    position: static;
    min-width: 0;
    margin: 0;
    padding: 8px 0 0;
    border-top: 1px solid rgb(var(--neon-primary-rgb) / 0.16);
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
}

.artist-pulse-reaction-toolbox[hidden] {
    display: none;
}

.artist-pulse-reaction-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 7px;
    min-width: 0;
}

.artist-pulse-reaction-option {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-width: 0;
    min-height: 50px;
    padding: 7px 9px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.14);
    border-radius: 8px;
    color: rgba(230, 238, 255, 0.78);
    background: rgba(255, 255, 255, 0.035);
    font: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition:
        border-color 140ms ease,
        background 140ms ease,
        box-shadow 140ms ease;
}

.artist-pulse-reaction-option:hover,
.artist-pulse-reaction-option:focus-visible,
.artist-pulse-reaction-option.is-active {
    border-color: rgb(var(--neon-primary-rgb) / 0.42);
    color: rgba(255, 255, 255, 0.94);
    background: linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.14), rgb(var(--neon-secondary-rgb) / 0.06));
    box-shadow: 0 0 14px rgb(var(--neon-primary-rgb) / 0.16);
}

.artist-pulse-reaction-option:disabled {
    cursor: wait;
    opacity: 0.68;
}

.artist-pulse-reaction-icon {
    width: 1.35em;
    text-align: center;
    font-size: 1rem;
    line-height: 1;
}

.artist-pulse-reaction-option-icon {
    width: 1.6em;
    text-align: center;
    font-size: 1.08rem;
    line-height: 1;
}

.artist-pulse-reaction-option-copy {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.artist-pulse-reaction-option-copy strong,
.artist-pulse-reaction-option-copy small {
    min-width: 0;
    overflow-wrap: anywhere;
}

.artist-pulse-reaction-option-copy strong {
    color: rgba(248, 251, 255, 0.9);
    font-size: 0.78rem;
    line-height: 1.2;
}

.artist-pulse-reaction-option-copy small {
    color: rgba(172, 186, 214, 0.76);
    font-size: 0.68rem;
    line-height: 1.25;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.artist-pulse-reaction-option-count {
    min-width: 2ch;
    color: rgba(172, 186, 214, 0.82);
    font-size: 0.74rem;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    text-align: right;
}

.artist-pulse-reaction-option.is-active .artist-pulse-reaction-option-count {
    color: rgba(255, 255, 255, 0.92);
}

.artist-pulse-reaction-login-link {
    display: inline-flex;
    margin-top: 9px;
    color: var(--neon-primary);
    font-size: 0.74rem;
    line-height: 1.35;
    text-decoration: none;
}

.artist-pulse-reaction-login-link:hover,
.artist-pulse-reaction-login-link:focus-visible {
    color: rgba(255, 255, 255, 0.94);
}

.artist-pulse-empty {
    margin: 0;
    padding: 14px;
    border: 1px solid rgba(184, 205, 236, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.032);
}

.artist-tracks-section {
    padding: clamp(16px, 2vw, 22px);
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
        rgba(5, 9, 21, 0.38);
}

.artist-tracks-section .explore-track-table {
    gap: 10px;
}

.artist-tracks-section .explore-track-row {
    padding: 10px 12px;
    border-color: rgb(var(--neon-primary-rgb) / 0.1);
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.03), transparent 54%, rgb(var(--neon-secondary-rgb) / 0.02)),
        rgba(5, 9, 21, 0.72);
}

.artist-tracks-section .explore-track-row:hover,
.artist-tracks-section .explore-track-row.is-selected {
    box-shadow:
        0 0 22px rgb(var(--neon-primary-rgb) / 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.artist-tracks-section .explore-track-tags > span {
    min-width: 0;
    max-width: 132px;
    padding: 4px 8px;
    overflow: hidden;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.13);
    border-radius: 8px;
    color: rgba(224, 232, 247, 0.68);
    text-overflow: ellipsis;
    white-space: nowrap;
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.052), rgb(var(--neon-secondary-rgb) / 0.03)),
        rgba(255, 255, 255, 0.026);
}

@media (max-width: 900px) {
    .release-hero {
        grid-template-columns: 220px minmax(0, 1fr);
    }

    .artist-living-status {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .artist-living-status-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .artist-pulse-card-main {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .artist-pulse-meta {
        justify-content: flex-start;
        text-align: left;
    }
}

@media (max-width: 760px) {
    .release-hero {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .release-hero-art {
        width: min(100%, 340px);
    }

    .release-actions .button {
        min-width: 0;
    }

    .release-discography-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .artist-living-status {
        margin: 12px 0;
        padding: 13px;
    }

    .artist-living-status-item {
        min-height: 60px;
        padding: 9px 10px;
    }

    .artist-pulse-list {
        padding: 8px;
    }

    .artist-hero .hero-actions .button {
        min-width: 0;
    }

    .artist-pulse-card {
        min-height: 0;
        gap: 12px;
        padding: 14px;
    }

    .artist-pulse-meta {
        justify-content: flex-start;
        min-width: 0;
        text-align: left;
    }

    .artist-pulse-context-chips span {
        min-height: 30px;
    }

    .artist-pulse-story-chip,
    .artist-pulse-related-note {
        min-height: 32px;
    }

    .artist-pulse-reaction-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .release-hero-copy h1 {
        font-size: 2.35rem;
    }

    .release-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .release-stats span {
        min-width: 0;
    }

    .release-actions,
    .release-discography-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .release-discography-grid {
        grid-template-columns: 1fr;
    }

    .release-discography-card {
        grid-template-columns: 84px minmax(0, 1fr);
        align-items: center;
    }

    .release-discography-art {
        width: 84px;
    }

    .release-discography-actions,
    .release-discography-card .release-feedback {
        grid-column: 1 / -1;
    }

    .artist-living-status {
        gap: 10px;
    }

    .artist-living-status-heading h2 {
        font-size: 1rem;
    }

    .artist-living-status-grid {
        gap: 7px;
    }

    .artist-living-status-item {
        min-height: 56px;
        padding: 8px;
    }

    .artist-living-status-item span {
        font-size: 0.62rem;
    }

    .artist-living-status-item strong {
        font-size: 0.86rem;
        line-height: 1.22;
    }

    .artist-pulse-section {
        padding: 14px;
    }

    .artist-pulse-list {
        gap: 9px;
        padding: 7px;
    }

    .artist-pulse-card {
        padding: 13px 12px;
    }

    .artist-pulse-body,
    .artist-pulse-card:first-child .artist-pulse-body {
        font-size: 0.96rem;
        line-height: 1.54;
    }

    .artist-pulse-read-toggle {
        min-height: 36px;
        margin-top: 7px;
        padding: 8px 11px;
    }

    .artist-pulse-context-chips {
        gap: 5px;
    }

    .artist-pulse-context-chips span {
        max-width: 100%;
        min-height: 29px;
        padding: 5px 8px;
        font-size: 0.68rem;
    }

    .artist-pulse-story-links {
        gap: 5px;
    }

    .artist-pulse-story-chip,
    .artist-pulse-related-note {
        min-height: 32px;
        padding: 5px 8px;
        font-size: 0.67rem;
    }

    .artist-pulse-meta {
        gap: 5px;
        font-size: 0.68rem;
    }

    .artist-pulse-reactions {
        gap: 7px 10px;
    }

    .artist-pulse-reaction-bar {
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
    }

    .artist-pulse-reaction-current,
    .artist-pulse-reaction-toolbox-toggle {
        min-height: 34px;
        padding: 7px 10px;
    }

    .artist-pulse-reaction-current {
        min-width: 88px;
    }

    .artist-pulse-reaction-toolbox-toggle {
        min-width: 82px;
    }

    .artist-pulse-reaction-total {
        text-align: center;
    }

    .artist-pulse-reaction-toolbox {
        padding-top: 8px;
    }

    .artist-pulse-reaction-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }

    .artist-pulse-reaction-option {
        min-height: 58px;
        padding: 8px;
    }

    .artist-pulse-reaction-option-copy strong {
        font-size: 0.76rem;
    }

    .artist-pulse-reaction-option-copy small {
        font-size: 0.66rem;
    }
}

@media (max-width: 1365px) {
    .explore-release-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .explore-artist-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .explore-playlist-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .explore-sound-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1364px) {
    .explore-main-layout {
        grid-template-columns: 1fr;
    }

    .explore-track-row {
        grid-template-columns: 34px 54px minmax(0, 1fr) 82px;
    }

    .explore-track-tags {
        grid-column: 3 / -1;
        grid-row: 2;
    }

    .explore-track-actions {
        grid-column: 4;
        grid-row: 1;
    }

    .explore-track-duration {
        display: none;
    }

    .explore-queue-rail {
        position: static;
        max-height: 360px;
        overflow: auto;
    }
}

@media (max-width: 1180px) {
    .explore-hero {
        grid-template-columns: 1fr;
    }

    .explore-feature-track {
        grid-template-columns: 230px minmax(0, 1fr);
        align-items: center;
    }

    .explore-feature-art {
        aspect-ratio: 1;
    }

    .explore-release-grid,
    .explore-playlist-grid,
    .explore-room-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .explore-artist-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 900px) {
    .explore-hero-copy h1,
    .artist-hero-copy h1,
    .release-hero-copy h1 {
        font-size: 3.2rem;
    }

    .explore-discovery-form {
        grid-template-columns: minmax(0, 1fr) minmax(150px, 0.55fr) minmax(150px, 0.55fr);
    }

    .explore-discovery-search {
        grid-column: 1 / -1;
    }

    .explore-search-tabs {
        flex-wrap: wrap;
        overflow-x: visible;
    }

    .explore-sound-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .explore-queue-rail {
        max-height: none;
    }

    .artist-hero {
        grid-template-columns: 220px minmax(0, 1fr);
    }
}

@media (max-width: 700px) {
    .explore-hero,
    .artist-hero,
    .release-hero {
        padding: 18px;
    }

    .explore-hero-copy h1,
    .artist-hero-copy h1,
    .release-hero-copy h1 {
        font-size: 2.35rem;
    }

    .explore-feature-track,
    .artist-hero,
    .release-hero {
        grid-template-columns: 1fr;
    }

    .explore-release-grid,
    .explore-artist-grid,
    .explore-playlist-grid,
    .explore-room-grid {
        grid-template-columns: 1fr;
    }

    .explore-filter-panel .section-heading,
    .explore-section > .section-heading,
    .explore-queue-rail .section-heading {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .explore-filter-panel .section-heading .button,
    .explore-section-action,
    .explore-queue-rail .section-heading .button,
    .explore-playlist-actions .button,
    .explore-room-card .button {
        justify-self: stretch;
        width: 100%;
    }

    .explore-discovery-form {
        grid-template-columns: 1fr;
    }

    .explore-sound-browser {
        padding: 14px;
    }

    .explore-sound-grid {
        grid-template-columns: 1fr;
    }

    .explore-sound-card {
        min-height: 76px;
    }

    .explore-sound-card-followable,
    .explore-sound-card-radio {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .explore-sound-main {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
    }

    .explore-sound-art {
        width: 62px;
    }

    .explore-track-row {
        grid-template-columns: 48px minmax(0, 1fr) 82px;
        gap: 10px;
    }

    .explore-track-rank {
        display: none;
    }

    .explore-track-art-button {
        width: 48px;
    }

    .explore-track-tags {
        grid-column: 2 / -1;
        grid-row: 2;
    }

    .explore-track-actions {
        grid-column: 2 / -1;
        grid-row: 3;
        justify-self: end;
    }

    .explore-pagination {
        justify-content: center;
        width: 100%;
        padding: 8px;
    }

    .explore-page-step {
        flex: 1 1 112px;
    }
}

@media (max-width: 520px) {
    .explore-search-tab {
        flex: 1 1 calc(50% - 8px);
        justify-content: space-between;
        min-width: 0;
    }

    .explore-sound-card-followable,
    .explore-sound-card-radio {
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .explore-sound-card-followable .follow-chip,
    .genre-radio-button {
        width: 100%;
    }

    .explore-room-card {
        grid-template-columns: 66px minmax(0, 1fr);
    }

    .explore-room-art {
        width: 66px;
    }
}

/* Dense responsive discovery layout */
@media (min-width: 1366px) {
    .explore-main-layout {
        grid-template-columns: minmax(0, 1fr) clamp(340px, 22vw, 460px);
    }

    .explore-release-grid {
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    }

    .explore-artist-grid {
        grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
    }

    .explore-playlist-grid,
    .explore-room-grid,
    .explore-sound-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .explore-track-row {
        grid-template-columns: 42px 64px minmax(220px, 1.15fr) minmax(260px, 0.95fr) 78px 88px;
    }
}

@media (min-width: 1600px) {
    .explore-hero {
        grid-template-columns: minmax(0, 1fr) clamp(360px, 27vw, 560px);
        min-height: clamp(420px, 30vw, 620px);
        padding: clamp(28px, 2.4vw, 46px);
    }

    .explore-hero-copy h1 {
        font-size: clamp(4.8rem, 5vw, 7.4rem);
    }

    .explore-discovery-form {
        grid-template-columns: minmax(320px, 1.6fr) repeat(4, minmax(150px, 0.8fr)) auto;
    }
}

@media (min-width: 2200px) {
    .explore-main-layout {
        grid-template-columns: minmax(0, 1fr) clamp(420px, 19vw, 560px);
    }

    .explore-release-grid {
        grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    }

    .explore-artist-grid {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
}

@media (max-width: 560px) {
    .explore-hero-stats {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .explore-hero-stats span {
        min-width: 0;
    }

    .explore-track-actions {
        width: auto;
        min-width: 82px;
        justify-self: end;
        justify-content: flex-end;
    }

    .explore-track-actions .explore-icon-button,
    .explore-track-actions .favorite-track-manage-button {
        flex: 0 0 36px;
        width: 36px;
        min-width: 36px;
        height: 36px;
    }

    .artist-page .artist-tracks-section .explore-track-actions {
        width: 82px;
        justify-content: flex-end;
    }

    .artist-page .artist-tracks-section .explore-track-actions .explore-icon-button,
    .artist-page .artist-tracks-section .explore-track-actions .favorite-track-manage-button {
        flex: 0 0 36px;
        width: 36px;
        min-width: 36px;
    }
}
