.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: var(--nf-rain);
    box-shadow: 0 0 12px rgb(var(--nf-rain-rgb) / 0.2);
}

.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);
}

/* Rainy rooftop artist discovery */
.explore-queue-rail,
.explore-queue-rail .queue-builder-dropzone,
.artist-hero,
.artist-tracks-section,
.artist-pulse-card,
.artist-pulse-reaction-panel {
    border-color: var(--nf-border);
    background:
        linear-gradient(150deg, rgb(var(--nf-rain-rgb) / 0.08), transparent 42%, rgb(var(--nf-window-rgb) / 0.055)),
        var(--nf-surface-glass);
    box-shadow: var(--nf-shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.052);
}

.explore-queue-rail .queue-builder-dropzone::after {
    background: linear-gradient(90deg, transparent, rgb(var(--nf-window-rgb) / 0.48), rgb(var(--nf-rain-rgb) / 0.34), transparent);
}

.explore-queue-rail .queue-empty-mark,
.artist-pulse-reaction-option,
.artist-tracks-section .explore-track-row,
.artist-tracks-section .explore-track-tags > span {
    border-color: var(--nf-border);
    background: rgba(255, 255, 255, 0.04);
}

.explore-queue-rail .queue-empty-mark::before,
.explore-queue-rail .queue-empty-mark::after {
    background: var(--nf-rain);
    box-shadow: 0 0 12px rgb(var(--nf-rain-rgb) / 0.2);
}

.artist-pulse-reaction-option:hover,
.artist-pulse-reaction-option.is-active,
.artist-tracks-section .explore-track-row:hover,
.artist-tracks-section .explore-track-row.is-selected {
    border-color: rgb(var(--nf-rain-rgb) / 0.36);
    background:
        linear-gradient(90deg, rgb(var(--nf-rain-rgb) / 0.1), rgb(var(--nf-window-rgb) / 0.055)),
        rgba(255, 255, 255, 0.045);
    box-shadow: var(--nf-glow-rain), inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.artist-pulse-reaction-login-link {
    color: var(--nf-rain);
}

