.home-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    max-width: 760px;
    color: rgba(224, 232, 247, 0.72);
    font-size: 0.92rem;
    line-height: 1.4;
}

.home-hero-points span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding-left: 14px;
}

.home-hero-points span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgb(var(--neon-primary-rgb) / 0.92);
    box-shadow: 0 0 14px rgb(var(--neon-primary-rgb) / 0.46);
}

body.home-page[data-neon-theme] .music-hero-grid {
    border-color: rgb(var(--neon-primary-rgb) / 0.18);
    background:
        linear-gradient(90deg, rgba(3, 6, 14, 0.58), rgba(5, 8, 18, 0.14) 46%, rgba(3, 6, 14, 0.36)),
        linear-gradient(180deg, rgba(3, 6, 14, 0.04), rgba(3, 6, 14, 0.2) 58%, rgba(3, 6, 14, 0.4)),
        var(--scene-image) center / cover;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        inset 0 -88px 150px rgba(0, 0, 0, 0.38),
        0 24px 72px rgba(0, 0, 0, 0.24);
}

body.home-page[data-neon-theme] .music-hero-grid::before {
    inset: 16px;
    border-color: rgba(184, 205, 236, 0.12);
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 0 1px, transparent 1px calc(50% - 1px), rgba(255, 255, 255, 0.08) 50%, transparent calc(50% + 1px)),
        repeating-linear-gradient(96deg, rgba(190, 224, 255, 0.02) 0 1px, transparent 1px 20px);
    opacity: 0.44;
    box-shadow: none;
}

body.home-page[data-neon-theme] .music-hero-grid::after {
    background:
        radial-gradient(circle at 78% 18%, rgb(var(--neon-primary-rgb) / 0.12), transparent 34%),
        radial-gradient(circle at 18% 82%, rgb(var(--neon-secondary-rgb) / 0.1), transparent 28%),
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.08), transparent 42%, rgb(var(--neon-secondary-rgb) / 0.07)),
        linear-gradient(90deg, transparent, rgb(var(--neon-primary-rgb) / 0.42), rgb(var(--neon-secondary-rgb) / 0.36), transparent) left bottom / 100% 1px no-repeat;
    opacity: 1;
}

.music-hero-grid .latest-release-card {
    border-color: rgba(184, 205, 236, 0.16);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 48px rgba(0, 0, 0, 0.26);
}

.home-membership-section,
.home-community-section {
    display: grid;
    gap: clamp(18px, 2.4vw, 28px);
    margin-block: clamp(22px, 3.4vw, 44px);
}

.home-section-shell {
    position: relative;
    isolation: isolate;
    display: grid;
    gap: clamp(18px, 2.2vw, 28px);
    overflow: hidden;
    border: 1px solid rgba(184, 205, 236, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
        radial-gradient(circle at 14% 0%, rgb(var(--neon-primary-rgb) / 0.1), transparent 36%),
        radial-gradient(circle at 86% 12%, rgb(var(--neon-secondary-rgb) / 0.08), transparent 32%),
        rgba(5, 9, 20, 0.56);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.075),
        0 22px 64px rgba(0, 0, 0, 0.24);
}

.home-community-shell {
    padding: clamp(20px, 3vw, 34px);
    border-color: rgb(var(--neon-primary-rgb) / 0.18);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.012)),
        radial-gradient(circle at 14% 2%, rgb(var(--neon-primary-rgb) / 0.12), transparent 32%),
        radial-gradient(circle at 88% 12%, rgb(var(--neon-secondary-rgb) / 0.1), transparent 34%),
        rgba(5, 9, 20, 0.58);
}

.home-community-shell::before,
.home-community-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.home-community-shell::before {
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.045) 0 1px, transparent 1px 56px),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 10px);
    background-size: 44px 100%, auto;
    opacity: 0.34;
    mix-blend-mode: screen;
}

.home-community-shell::after {
    inset: auto clamp(18px, 3vw, 34px) 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neon-primary), var(--neon-secondary), transparent);
    opacity: 0.44;
    box-shadow: 0 0 18px rgb(var(--neon-primary-rgb) / 0.22);
}

.home-community-shell > * {
    position: relative;
    z-index: 1;
}

.home-section-intro {
    display: grid;
    gap: 10px;
    max-width: 820px;
}

.home-section-intro .eyebrow,
.home-section-intro h2,
.home-section-intro p {
    margin: 0;
}

.home-section-intro h2 {
    max-width: 780px;
    font-size: clamp(1.9rem, 3.05vw, 3.35rem);
    line-height: 1.06;
    text-wrap: balance;
}

.home-section-intro p:not(.eyebrow) {
    max-width: 660px;
    color: rgba(224, 232, 247, 0.72);
    font-size: 1.02rem;
    line-height: 1.72;
}

.home-value-grid,
.home-community-grid {
    display: grid;
    gap: clamp(14px, 1.8vw, 20px);
}

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

.home-community-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    align-items: start;
}

.home-value-card {
    position: relative;
    display: grid;
    align-content: start;
    gap: 10px;
    min-height: 248px;
    padding: clamp(18px, 2.2vw, 26px);
    overflow: hidden;
    border: 1px solid rgba(184, 205, 236, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
        radial-gradient(circle at 14% 10%, rgb(var(--neon-primary-rgb) / 0.16), transparent 34%),
        rgba(6, 10, 22, 0.46);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 18px 54px rgba(0, 0, 0, 0.22);
}

.home-value-card::after {
    content: "";
    position: absolute;
    inset: auto 18px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(var(--neon-primary-rgb) / 0.56), transparent);
    opacity: 0.72;
}

.home-value-card .eyebrow,
.home-value-card h3,
.home-value-card p {
    position: relative;
    z-index: 1;
    margin: 0;
}

.home-value-card h3 {
    max-width: 16rem;
    font-size: clamp(1.2rem, 1.7vw, 1.55rem);
    line-height: 1.12;
    text-wrap: balance;
}

.home-value-card p:not(.eyebrow) {
    color: rgba(224, 232, 247, 0.7);
    line-height: 1.64;
}

.home-value-mark {
    position: relative;
    z-index: 1;
    width: 34px;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 0 28px rgb(var(--neon-primary-rgb) / 0.18);
}

.home-value-mark-cyan {
    background: linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.62), rgb(var(--neon-primary-rgb) / 0.12));
}

.home-value-mark-rose {
    background: linear-gradient(135deg, rgba(224, 98, 154, 0.78), rgba(224, 98, 154, 0.12));
}

.home-value-mark-amber {
    background: linear-gradient(135deg, rgba(255, 190, 125, 0.82), rgba(255, 190, 125, 0.14));
}

.home-membership-section {
    padding: clamp(20px, 3vw, 34px);
    align-items: start;
    border-color: rgba(184, 205, 236, 0.12);
}

.home-membership-section .home-section-intro {
    max-width: 760px;
}

.home-membership-section .home-section-intro h2 {
    max-width: 660px;
    font-size: clamp(1.9rem, 3.05vw, 3.45rem);
}

.home-membership-section .home-section-intro p:not(.eyebrow) {
    max-width: 700px;
    font-size: 0.98rem;
    line-height: 1.65;
}

.home-membership-section .home-value-grid {
    align-items: stretch;
}

.home-membership-section .home-value-card {
    min-height: 0;
    padding: clamp(18px, 2vw, 24px);
    border-color: rgba(184, 205, 236, 0.13);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
        radial-gradient(circle at 12% 8%, rgb(var(--neon-primary-rgb) / 0.08), transparent 34%),
        rgba(7, 11, 23, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.065),
        0 14px 38px rgba(0, 0, 0, 0.18);
}

.home-membership-section .home-value-card::after {
    opacity: 0.32;
}

.home-membership-section .home-value-card h3 {
    max-width: 18rem;
    font-size: clamp(1.06rem, 1.35vw, 1.32rem);
    line-height: 1.15;
}

.home-membership-section .home-value-card p:not(.eyebrow) {
    font-size: 0.95rem;
    line-height: 1.58;
}

.home-membership-section .home-value-mark {
    width: 30px;
    border-radius: 7px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 0 18px rgb(var(--neon-primary-rgb) / 0.12);
}

.home-preview-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(20px, 3vw, 34px);
    border-color: rgba(184, 205, 236, 0.12);
}

.home-preview-section::before {
    content: "";
    position: absolute;
    inset: -30% -12% auto;
    height: 260px;
    pointer-events: none;
    background:
        radial-gradient(circle at 22% 36%, rgb(var(--neon-primary-rgb) / 0.1), transparent 34%),
        radial-gradient(circle at 82% 42%, rgb(var(--neon-secondary-rgb) / 0.08), transparent 30%);
    opacity: 0.56;
    z-index: -1;
}

.home-preview-heading {
    position: relative;
    align-items: end;
    gap: 18px;
    margin-bottom: clamp(16px, 2vw, 24px);
}

.home-preview-heading h2 {
    max-width: 640px;
}

.home-preview-heading p:not(.eyebrow) {
    max-width: 560px;
    margin: 8px 0 0;
    color: rgba(224, 232, 247, 0.68);
    line-height: 1.62;
}

.home-preview-layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(16px, 2vw, 24px);
    align-items: stretch;
}

.home-feature-track {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    gap: 14px;
    min-width: 0;
    padding: 12px;
    overflow: hidden;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.18);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
        radial-gradient(circle at 50% 20%, rgb(var(--neon-primary-rgb) / 0.1), transparent 46%),
        rgba(255, 255, 255, 0.045);
    color: var(--text);
    text-align: left;
    cursor: pointer;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 22px 58px rgba(0, 0, 0, 0.28);
}

.home-feature-track:hover,
.home-feature-track:focus-visible {
    border-color: rgb(var(--neon-primary-rgb) / 0.62);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 24px 62px rgba(0, 0, 0, 0.3),
        0 0 38px rgb(var(--neon-primary-rgb) / 0.16);
}

.home-feature-track.is-locked {
    border-color: rgba(255, 190, 125, 0.38);
    background:
        linear-gradient(180deg, rgba(255, 190, 125, 0.08), rgba(255, 255, 255, 0.02)),
        rgba(255, 255, 255, 0.04);
}

.home-feature-track-art {
    position: relative;
    display: block;
    aspect-ratio: 1;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(167, 184, 218, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
}

.home-feature-track-art img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-feature-track-glow {
    position: absolute;
    inset: 18% 8% auto;
    height: 42%;
    border-radius: 999px;
    background: rgb(var(--neon-primary-rgb) / 0.18);
    filter: blur(24px);
}

.home-feature-track-copy {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.home-feature-track-copy .eyebrow,
.home-feature-track-copy strong,
.home-feature-track-copy small {
    display: block;
}

.home-feature-track-copy strong {
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
    text-wrap: balance;
}

.home-feature-track-copy small {
    color: rgba(224, 232, 247, 0.68);
    font-size: 0.92rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
}

.home-preview-section .album-card {
    min-height: 100%;
    border-radius: 8px;
}

.home-preview-section .album-card-art {
    border-radius: 8px;
}

.home-artist-pulse-section {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-column: 1 / -1;
    gap: clamp(14px, 1.8vw, 20px);
    min-width: 0;
    padding: clamp(16px, 2.4vw, 26px);
    overflow: hidden;
    border-color: rgb(var(--neon-primary-rgb) / 0.34);
    background:
        linear-gradient(90deg, rgb(var(--neon-primary-rgb) / 0.12) 0 1px, transparent 1px 42px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.015)),
        radial-gradient(circle at 12% 12%, rgb(var(--neon-primary-rgb) / 0.22), transparent 32%),
        radial-gradient(circle at 96% 16%, rgb(var(--neon-secondary-rgb) / 0.18), transparent 34%),
        rgba(4, 8, 19, 0.76);
    background-size: 42px 100%, auto, auto, auto, auto;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgb(var(--neon-secondary-rgb) / 0.16),
        0 0 0 1px rgb(var(--neon-secondary-rgb) / 0.1),
        0 24px 70px rgba(0, 0, 0, 0.36),
        0 0 48px rgb(var(--neon-primary-rgb) / 0.12);
}

.home-artist-pulse-section::before,
.home-artist-pulse-section::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.home-artist-pulse-section::before {
    inset: 0;
    z-index: -1;
    background:
        repeating-linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.035) 0,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px,
            transparent 7px
        );
    opacity: 0.34;
    mix-blend-mode: screen;
}

.home-artist-pulse-section::after {
    inset: auto 18px 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--neon-primary), var(--neon-secondary), transparent);
    opacity: 0.82;
    box-shadow: 0 0 22px rgb(var(--neon-primary-rgb) / 0.34);
}

.home-artist-channel-topbar {
    display: flex;
    gap: 16px;
    align-items: start;
    justify-content: space-between;
    min-width: 0;
}

.home-artist-channel-title {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.home-artist-channel-kicker {
    color: var(--neon-primary);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-shadow: 0 0 16px rgb(var(--neon-primary-rgb) / 0.22);
    text-transform: uppercase;
}

.home-artist-channel-title h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1.55rem, 3vw, 3rem);
    line-height: 0.98;
    text-wrap: balance;
}

.home-artist-on-air {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid rgb(var(--neon-secondary-rgb) / 0.48);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgb(var(--neon-secondary-rgb) / 0.22), rgb(var(--neon-primary-rgb) / 0.11)),
        rgba(255, 255, 255, 0.055);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 0 24px rgb(var(--neon-secondary-rgb) / 0.24);
}

.home-artist-on-air-dot {
    width: 8px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: var(--neon-secondary);
    box-shadow: 0 0 14px rgb(var(--neon-secondary-rgb) / 0.72);
    animation: homeArtistOnAirPulse 1400ms ease-in-out infinite;
}

.home-artist-headline {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(12px, 1.6vw, 18px);
    align-items: center;
    min-width: 0;
    padding: clamp(14px, 2vw, 22px);
    overflow: hidden;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.28);
    border-radius: 8px;
    background:
        radial-gradient(circle at 0% 20%, rgb(var(--neon-primary-rgb) / 0.2), transparent 36%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.024)),
        rgba(255, 255, 255, 0.04);
    color: var(--text);
    text-decoration: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 14px 34px rgba(0, 0, 0, 0.18);
    transition:
        border-color 160ms ease,
        transform 160ms ease,
        box-shadow 160ms ease;
}

.home-artist-headline::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--neon-primary), var(--neon-secondary));
    box-shadow: 0 0 24px rgb(var(--neon-primary-rgb) / 0.42);
}

.home-artist-headline:hover,
.home-artist-headline:focus-visible {
    border-color: rgb(var(--neon-primary-rgb) / 0.58);
    transform: translateY(-1px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.13),
        0 20px 52px rgba(0, 0, 0, 0.28),
        0 0 34px rgb(var(--neon-primary-rgb) / 0.16);
}

.home-artist-equalizer {
    display: flex;
    align-items: end;
    justify-content: center;
    gap: 3px;
    width: clamp(54px, 6vw, 84px);
    height: clamp(46px, 5vw, 64px);
    padding: 10px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.22);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
}

.home-artist-equalizer span {
    width: 5px;
    height: 32%;
    border-radius: 999px 999px 2px 2px;
    background: linear-gradient(180deg, var(--neon-secondary), var(--neon-primary));
    box-shadow: 0 0 12px rgb(var(--neon-primary-rgb) / 0.36);
    animation: homeArtistEqualizer 900ms ease-in-out infinite;
}

.home-artist-equalizer span:nth-child(2) {
    animation-delay: -140ms;
}

.home-artist-equalizer span:nth-child(3) {
    animation-delay: -320ms;
}

.home-artist-equalizer span:nth-child(4) {
    animation-delay: -90ms;
}

.home-artist-equalizer span:nth-child(5) {
    animation-delay: -440ms;
}

.home-artist-equalizer span:nth-child(6) {
    animation-delay: -220ms;
}

.home-artist-equalizer span:nth-child(7) {
    animation-delay: -560ms;
}

.home-artist-headline-copy {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.home-artist-headline-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    min-width: 0;
}

.home-artist-headline-meta strong {
    color: rgba(248, 251, 255, 0.94);
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    line-height: 1.1;
}

.home-artist-headline-meta span,
.home-artist-headline-meta time {
    flex: 0 0 auto;
    padding: 3px 6px;
    border: 1px solid rgb(var(--neon-secondary-rgb) / 0.14);
    border-radius: 8px;
    color: rgba(236, 243, 255, 0.72);
    background: rgb(var(--neon-secondary-rgb) / 0.07);
    font-size: 0.68rem;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-artist-headline-body {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(236, 243, 255, 0.9);
    font-size: clamp(1rem, 1.55vw, 1.35rem);
    line-height: 1.52;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-artist-ticker {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.2);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0.22)),
        rgba(255, 255, 255, 0.026);
}

.home-artist-ticker::before,
.home-artist-ticker::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: clamp(24px, 6vw, 90px);
    height: 100%;
    pointer-events: none;
}

.home-artist-ticker::before {
    left: 0;
    background: linear-gradient(90deg, rgba(4, 8, 19, 0.96), transparent);
}

.home-artist-ticker::after {
    right: 0;
    background: linear-gradient(270deg, rgba(4, 8, 19, 0.96), transparent);
}

.home-artist-ticker-track {
    display: flex;
    width: max-content;
    min-width: 100%;
    animation: homeArtistTicker 36s linear infinite;
}

.home-artist-ticker:hover .home-artist-ticker-track,
.home-artist-ticker:focus-within .home-artist-ticker-track {
    animation-play-state: paused;
}

.home-artist-ticker-group {
    display: flex;
    flex: 0 0 auto;
    align-items: stretch;
    min-width: 100%;
}

.home-artist-ticker-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: min(520px, 46vw);
    min-height: 46px;
    padding: 9px 18px;
    border-right: 1px solid rgb(var(--neon-primary-rgb) / 0.14);
    color: var(--text);
    text-decoration: none;
    white-space: nowrap;
}

.home-artist-ticker-item:hover,
.home-artist-ticker-item:focus-visible {
    background: rgb(var(--neon-primary-rgb) / 0.08);
}

.home-artist-ticker-live {
    flex: 0 0 auto;
    width: 6px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: var(--neon-primary);
    box-shadow: 0 0 12px rgb(var(--neon-primary-rgb) / 0.58);
}

.home-artist-ticker-item strong {
    flex: 0 0 auto;
    color: #ffffff;
    font-size: 0.84rem;
}

.home-artist-ticker-item span:not(.home-artist-ticker-live) {
    overflow: hidden;
    color: rgba(224, 232, 247, 0.76);
    font-size: 0.84rem;
    text-overflow: ellipsis;
}

.home-artist-ticker-item time {
    flex: 0 0 auto;
    color: rgba(172, 186, 214, 0.68);
    font-size: 0.72rem;
}

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

.home-room-panel,
.home-ritual-panel {
    min-width: 0;
}

.home-page .home-artist-pulse-section {
    padding: clamp(16px, 2.2vw, 24px);
    border-color: rgb(var(--neon-primary-rgb) / 0.16);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
        radial-gradient(circle at 12% 12%, rgb(var(--neon-primary-rgb) / 0.12), transparent 32%),
        radial-gradient(circle at 96% 16%, rgb(var(--neon-secondary-rgb) / 0.1), transparent 34%),
        rgba(5, 9, 20, 0.58);
    background-size: auto;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 16px 42px rgba(0, 0, 0, 0.2);
}

.home-page .home-artist-pulse-section::before {
    background:
        repeating-linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.018) 0,
            rgba(255, 255, 255, 0.018) 1px,
            transparent 1px,
            transparent 9px
        );
    opacity: 0.28;
}

.home-page .home-artist-pulse-section::after {
    opacity: 0.42;
    box-shadow: 0 0 18px rgb(var(--neon-primary-rgb) / 0.2);
}

.home-page .home-artist-channel-title h2 {
    font-size: clamp(1.45rem, 2.45vw, 2.55rem);
    line-height: 1.03;
}

.home-page .home-artist-on-air {
    border-color: rgb(var(--neon-secondary-rgb) / 0.34);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 0 18px rgb(var(--neon-secondary-rgb) / 0.16);
}

.home-page .home-artist-headline {
    border-color: rgb(var(--neon-primary-rgb) / 0.16);
    background:
        radial-gradient(circle at 0% 20%, rgb(var(--neon-primary-rgb) / 0.12), transparent 36%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(255, 255, 255, 0.032);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 12px 30px rgba(0, 0, 0, 0.18);
}

.home-page .home-artist-headline-body {
    font-size: clamp(0.98rem, 1.35vw, 1.18rem);
}

.home-page .home-artist-ticker {
    border-color: rgb(var(--neon-primary-rgb) / 0.13);
}

.home-page .home-feature-track {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.075),
        0 14px 36px rgba(0, 0, 0, 0.2);
}

.home-page .home-preview-section .album-card,
.home-page .playlist-strip .playlist-card,
.home-page .home-room-panel,
.home-page .home-ritual-panel {
    border-color: rgba(184, 205, 236, 0.11);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.042), rgba(255, 255, 255, 0.012)),
        rgba(6, 10, 22, 0.44);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 12px 32px rgba(0, 0, 0, 0.16);
}

.home-page .home-room-panel .section-heading,
.home-page .home-ritual-panel .section-heading {
    margin-bottom: 14px;
}

.home-page .home-room-panel .section-heading h2,
.home-page .home-ritual-panel .section-heading h2 {
    font-size: clamp(1.1rem, 1.5vw, 1.45rem);
    line-height: 1.14;
}

.home-page .home-room-panel .room-row,
.home-page .home-ritual-panel .achievement {
    border-color: rgba(184, 205, 236, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.032), rgba(255, 255, 255, 0.012)),
        rgba(4, 8, 18, 0.38);
    box-shadow: none;
}

.home-page .home-ritual-panel .achievement-list {
    gap: 10px;
}

.home-page .playlist-strip {
    padding: clamp(20px, 3vw, 34px);
    border-color: rgba(184, 205, 236, 0.12);
}

.home-page .playlist-strip .section-heading {
    margin-bottom: clamp(16px, 2vw, 22px);
}

.home-page .playlist-strip .playlist-grid {
    gap: clamp(14px, 1.8vw, 20px);
}

.home-page .playlist-strip .playlist-card {
    padding: clamp(14px, 1.8vw, 18px);
}

.home-page .playlist-strip .playlist-art {
    min-height: clamp(96px, 8vw, 126px);
    border-radius: 8px;
    opacity: 0.86;
}

@keyframes homeArtistTicker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes homeArtistOnAirPulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.42;
        transform: scale(0.72);
    }
}

@keyframes homeArtistEqualizer {
    0%,
    100% {
        height: 28%;
    }

    35% {
        height: 82%;
    }

    68% {
        height: 44%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-artist-on-air-dot,
    .home-artist-equalizer span,
    .home-artist-ticker-track {
        animation: none;
    }

    .home-artist-ticker-track,
    .home-artist-ticker-group {
        display: grid;
        width: auto;
        min-width: 0;
    }

    .home-artist-ticker-group[aria-hidden="true"] {
        display: none;
    }

    .home-artist-ticker-item {
        max-width: none;
        white-space: normal;
    }
}

@media (max-width: 1180px) {
    .home-preview-layout {
        grid-template-columns: 1fr;
    }

    .home-feature-track {
        grid-template-columns: minmax(160px, 240px) minmax(0, 1fr);
        grid-template-rows: auto;
        align-items: center;
    }

    .home-feature-track-art {
        align-self: stretch;
    }
}

@media (max-width: 980px) {
    .home-value-grid,
    .home-community-grid {
        grid-template-columns: 1fr;
    }

    .home-value-card {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .home-hero-points {
        display: grid;
        gap: 8px;
    }

    .home-section-intro h2 {
        font-size: clamp(2rem, 9vw, 3.15rem);
    }

    .home-preview-heading {
        align-items: stretch;
    }

    .home-preview-heading .button {
        justify-self: start;
    }

    .home-feature-track {
        grid-template-columns: 130px minmax(0, 1fr);
        gap: 12px;
    }

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

    .home-artist-channel-topbar,
    .home-artist-headline {
        grid-template-columns: 1fr;
    }

    .home-artist-channel-topbar {
        display: grid;
    }

    .home-artist-on-air {
        justify-self: start;
    }

    .home-artist-ticker {
        overflow: visible;
    }

    .home-artist-ticker::before,
    .home-artist-ticker::after {
        display: none;
    }

    .home-artist-ticker-track,
    .home-artist-ticker-group {
        display: grid;
        width: auto;
        min-width: 0;
    }

    .home-artist-ticker-group {
        gap: 8px;
    }

    .home-artist-ticker-track {
        animation: none;
    }

    .home-artist-ticker-group[aria-hidden="true"] {
        display: none;
    }

    .home-artist-ticker-item {
        display: grid;
        grid-template-columns: 8px minmax(0, 1fr);
        grid-template-areas:
            "live name"
            "live time"
            "live body";
        gap: 3px 10px;
        align-items: start;
        width: 100%;
        max-width: none;
        min-width: 0;
        min-height: 0;
        padding: 12px 14px;
        border-right: 0;
        border-bottom: 1px solid rgb(var(--neon-primary-rgb) / 0.12);
        white-space: normal;
    }

    .home-artist-ticker-item:last-child {
        border-bottom: 0;
    }

    .home-artist-ticker-live {
        grid-area: live;
        margin-top: 0.45rem;
    }

    .home-artist-ticker-item strong {
        grid-area: name;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-artist-ticker-item span:not(.home-artist-ticker-live) {
        grid-area: body;
        display: -webkit-box;
        min-width: 0;
        overflow: hidden;
        line-height: 1.45;
        overflow-wrap: anywhere;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .home-artist-ticker-item time {
        grid-area: time;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 560px) {
    .home-membership-section,
    .home-community-section {
        margin-block: 22px;
    }

    .home-value-card {
        padding: 18px;
    }

    .home-feature-track {
        grid-template-columns: 1fr;
    }

    .home-feature-track-art {
        width: 100%;
    }

    .home-preview-grid {
        grid-template-columns: 1fr;
    }

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

    .home-artist-headline {
        padding: 13px;
    }

    .home-artist-headline-meta {
        align-items: start;
    }

    .home-artist-headline-meta span,
    .home-artist-headline-meta time {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1366px) {
    .album-card-grid {
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    }

    .home-preview-layout {
        grid-template-columns: clamp(320px, 28vw, 460px) minmax(0, 1fr);
        align-items: start;
    }

    .home-feature-track {
        align-self: start;
        grid-template-rows: auto auto;
    }

    .home-feature-track-art {
        aspect-ratio: 4 / 3;
        max-height: clamp(220px, 22vw, 340px);
    }

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

@media (min-width: 1900px) {
    .music-hero {
        grid-template-columns: minmax(0, 1fr) clamp(420px, 28vw, 640px);
    }

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

    .home-preview-layout {
        grid-template-columns: clamp(340px, 22vw, 500px) minmax(0, 1fr);
    }
}

.for-you-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 520px);
    align-items: stretch;
    gap: 18px;
    padding-top: clamp(20px, 4vw, 54px);
}

.for-you-page-hero-copy {
    display: grid;
    align-content: center;
    gap: 16px;
    min-width: 0;
}

.for-you-page-hero-copy h1 {
    margin: 0;
    max-width: 880px;
    color: #f8fbff;
    font-size: clamp(2.4rem, 7vw, 5.8rem);
    line-height: 0.94;
}

.for-you-page-hero-copy p:not(.eyebrow) {
    margin: 0;
    max-width: 760px;
    color: rgba(231, 238, 255, 0.76);
    font-size: clamp(1rem, 1.5vw, 1.14rem);
    line-height: 1.7;
}

.for-you-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.for-you-page-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.for-you-page-stat {
    display: grid;
    align-content: space-between;
    gap: 8px;
    min-height: 150px;
    padding: 18px;
    border: 1px solid var(--neon-line);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(8, 13, 24, 0.94), rgba(13, 28, 47, 0.76));
}

.for-you-page-stat:first-child {
    grid-column: 1 / -1;
}

.for-you-page-stat span,
.for-you-page-stat small {
    color: rgba(231, 238, 255, 0.68);
}

.for-you-page-stat span {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.for-you-page-stat strong {
    color: #ffffff;
    font-size: clamp(1.5rem, 4vw, 2.6rem);
    line-height: 1;
}

.for-you-page-stat small {
    line-height: 1.45;
}

.for-you-page-shelves {
    margin-top: 26px;
}

.home-for-you-section {
    display: grid;
    gap: 18px;
    margin-top: 34px;
}

.home-for-you-topline {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 220px) auto;
    align-items: end;
    gap: 14px;
}

.home-for-you-title-block {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.home-for-you-title-block h2 {
    margin: 0;
    color: #f8fbff;
    font-size: clamp(2rem, 5vw, 3.9rem);
    line-height: 0.96;
}

.home-for-you-title-block p:not(.eyebrow) {
    margin: 0;
    max-width: 760px;
    color: rgba(231, 238, 255, 0.76);
    line-height: 1.65;
}

.home-for-you-status-card,
.home-for-you-shelf {
    border: 1px solid var(--neon-line);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(11, 17, 31, 0.92), rgba(12, 23, 39, 0.78));
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.home-for-you-status-card {
    display: grid;
    gap: 5px;
    min-height: 104px;
    padding: 16px;
}

.home-for-you-status-card span,
.home-for-you-status-card small {
    color: rgba(231, 238, 255, 0.68);
    font-size: 0.78rem;
}

.home-for-you-status-card strong {
    color: #ffffff;
    font-size: 1rem;
}

.home-for-you-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.home-for-you-status {
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.24);
    border-radius: 8px;
    color: rgba(238, 244, 255, 0.8);
    background: rgb(var(--neon-primary-rgb) / 0.08);
}

.home-for-you-status[data-state="error"] {
    border-color: rgba(255, 160, 190, 0.34);
    background: rgba(90, 20, 40, 0.24);
}

.home-for-you-section.is-refreshing .home-for-you-status-card {
    position: relative;
    overflow: hidden;
}

.home-for-you-section.is-refreshing .home-for-you-status-card::after {
    content: "";
    position: absolute;
    inset: auto 14px 12px 14px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgb(var(--neon-primary-rgb) / 0.72), transparent);
    animation: home-for-you-loading 1.25s ease-in-out infinite;
}

@keyframes home-for-you-loading {
    0% {
        transform: translateX(-45%);
        opacity: 0.35;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateX(45%);
        opacity: 0.35;
    }
}

.home-for-you-shelves {
    display: grid;
    gap: 16px;
}

.home-for-you-shelf {
    display: grid;
    gap: 14px;
    padding: 16px;
}

.home-for-you-shelf-heading {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 14px;
}

.home-for-you-shelf-heading h3,
.home-for-you-shelf-heading p {
    margin: 0;
}

.home-for-you-shelf-heading h3 {
    color: #f9fbff;
    font-size: 1.08rem;
}

.home-for-you-shelf-heading p {
    margin-top: 5px;
    max-width: 680px;
    color: rgba(231, 238, 255, 0.68);
    line-height: 1.5;
}

.home-for-you-shelf-heading a {
    flex: 0 0 auto;
    color: rgb(var(--neon-primary-rgb) / 0.96);
    font-size: 0.86rem;
    font-weight: 700;
    text-decoration: none;
}

.home-for-you-track-row,
.home-for-you-room-grid,
.home-for-you-playlist-grid {
    display: grid;
    gap: 10px;
}

.home-for-you-track-row {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.home-for-you-room-grid,
.home-for-you-playlist-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.home-for-you-track-card,
.home-for-you-room-card,
.home-for-you-playlist-card {
    min-width: 0;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    text-decoration: none;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.home-for-you-track-card:hover,
.home-for-you-track-card:focus-within,
.home-for-you-room-card:hover,
.home-for-you-room-card:focus-visible,
.home-for-you-playlist-card:hover,
.home-for-you-playlist-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgb(var(--neon-primary-rgb) / 0.34);
    background: rgb(var(--neon-primary-rgb) / 0.08);
}

.home-for-you-track-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    min-height: 96px;
    padding: 10px;
    cursor: pointer;
}

.home-for-you-track-card.is-locked {
    cursor: default;
}

.home-for-you-track-art {
    position: relative;
    width: 76px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.home-for-you-track-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-for-you-track-copy {
    display: grid;
    align-content: center;
    gap: 4px;
    min-width: 0;
}

.home-for-you-track-copy .eyebrow {
    margin: 0;
    font-size: 0.68rem;
}

.home-for-you-track-copy strong,
.home-for-you-track-copy small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-for-you-track-copy strong {
    color: #ffffff;
    font-size: 0.96rem;
}

.home-for-you-track-copy small {
    color: rgba(231, 238, 255, 0.62);
    font-size: 0.78rem;
}

.home-for-you-room-card,
.home-for-you-playlist-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
}

.home-for-you-room-card strong,
.home-for-you-room-card small,
.home-for-you-playlist-card strong,
.home-for-you-playlist-card small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-for-you-room-card strong,
.home-for-you-playlist-card strong {
    color: #ffffff;
}

.home-for-you-room-card small,
.home-for-you-playlist-card small {
    margin-top: 3px;
    color: rgba(231, 238, 255, 0.62);
    font-size: 0.78rem;
}

.home-for-you-room-card em {
    display: inline-grid;
    min-width: 34px;
    min-height: 34px;
    place-items: center;
    border-radius: 999px;
    color: #08111d;
    background: rgb(var(--neon-primary-rgb) / 0.9);
    font-style: normal;
    font-weight: 800;
}

.home-for-you-playlist-card {
    grid-template-columns: 48px minmax(0, 1fr);
}

.home-for-you-playlist-card .playlist-art {
    width: 48px;
    height: 48px;
    border-radius: 8px;
}

.home-for-you-empty {
    margin: 0;
}

@media (max-width: 980px) {
    .for-you-page-hero {
        grid-template-columns: 1fr;
    }

    .for-you-page-panel-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .for-you-page-stat:first-child {
        grid-column: auto;
    }

    .home-for-you-topline {
        grid-template-columns: minmax(0, 1fr) minmax(150px, 190px);
    }

    .home-for-you-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .for-you-page-hero {
        gap: 14px;
        padding-top: 16px;
    }

    .for-you-page-hero-copy h1 {
        font-size: 2.6rem;
        line-height: 0.98;
    }

    .for-you-page-actions,
    .for-you-page-actions .button {
        width: 100%;
    }

    .for-you-page-actions .button {
        justify-content: center;
    }

    .for-you-page-panel-grid {
        grid-template-columns: 1fr;
    }

    .for-you-page-stat {
        min-height: 112px;
    }

    .home-for-you-section {
        margin-top: 24px;
        gap: 14px;
    }

    .home-for-you-topline,
    .home-for-you-shelf-heading {
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-for-you-title-block h2 {
        font-size: 2rem;
        line-height: 1.02;
    }

    .home-for-you-actions,
    .home-for-you-actions .button {
        width: 100%;
    }

    .home-for-you-actions .button {
        justify-content: center;
    }

    .home-for-you-track-row,
    .home-for-you-room-grid,
    .home-for-you-playlist-grid {
        grid-template-columns: 1fr;
    }

    .home-for-you-track-card {
        grid-template-columns: 64px minmax(0, 1fr);
        min-height: 84px;
    }

    .home-for-you-track-art {
        width: 64px;
    }
}

.home-page .nightflat-onboarding--home {
    margin: 18px auto 22px;
}

.home-rail-section,
.home-live-strip-shell {
    overflow: hidden;
    border: 1px solid rgba(184, 205, 236, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
        rgba(5, 9, 20, 0.58);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 18px 54px rgba(0, 0, 0, 0.2);
}

.home-rail-section {
    display: grid;
    gap: 18px;
    width: min(100%, 1760px);
    margin: 16px auto 0;
    padding: 18px;
}

.home-music-section .section-heading,
.home-podcast-section .home-section-intro {
    display: flex;
    gap: 18px;
    align-items: end;
    justify-content: space-between;
    max-width: none;
}

.home-music-section .section-heading > div,
.home-podcast-section .home-section-intro > div {
    min-width: 0;
}

.home-music-section h2,
.home-podcast-section h2 {
    margin: 0;
    font-size: 2rem;
    line-height: 1.08;
}

.home-music-section p:not(.eyebrow),
.home-podcast-section p:not(.eyebrow) {
    margin: 6px 0 0;
    max-width: 620px;
    color: rgba(224, 232, 247, 0.68);
    line-height: 1.58;
}

.home-music-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.home-stream-track-card {
    position: relative;
    display: grid;
    gap: 9px;
    min-width: 0;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(184, 205, 236, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--text);
    cursor: pointer;
    transition:
        border-color 160ms ease,
        background 160ms ease,
        transform 160ms ease;
}

.home-stream-track-card:hover,
.home-stream-track-card:focus-visible {
    border-color: rgb(var(--neon-primary-rgb) / 0.42);
    background: rgba(255, 255, 255, 0.055);
    transform: translateY(-1px);
}

.home-stream-track-card.is-featured {
    border-color: rgb(var(--neon-secondary-rgb) / 0.28);
    background:
        linear-gradient(180deg, rgb(var(--neon-secondary-rgb) / 0.08), rgba(255, 255, 255, 0.035)),
        rgba(255, 255, 255, 0.035);
}

.home-stream-track-card.is-locked {
    border-color: rgba(255, 190, 125, 0.38);
}

.home-stream-track-art {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(184, 205, 236, 0.14);
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.055);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.home-stream-track-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-stream-track-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
    padding: 0 2px 3px;
}

.home-stream-track-copy .eyebrow,
.home-stream-track-copy strong,
.home-stream-track-copy small {
    display: block;
}

.home-stream-track-copy strong {
    color: #f7fbff;
    font-size: 1rem;
    line-height: 1.14;
    overflow-wrap: anywhere;
}

.home-stream-track-card.is-featured .home-stream-track-copy strong {
    font-size: 1rem;
}

.home-stream-track-copy small {
    overflow: hidden;
    color: rgba(224, 232, 247, 0.62);
    font-size: 0.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-podcast-section {
    background:
        linear-gradient(135deg, rgb(var(--neon-secondary-rgb) / 0.055), transparent 42%, rgba(255, 190, 125, 0.045)),
        rgba(5, 9, 20, 0.58);
}

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

.home-podcast-card {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    min-height: 132px;
    padding: 10px;
    overflow: hidden;
    border: 1px solid rgba(184, 205, 236, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
        rgba(6, 10, 22, 0.62);
    color: var(--text);
    text-decoration: none;
}

.home-podcast-cover,
.home-podcast-placeholder-art {
    position: relative;
    display: block;
    width: 104px;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(184, 205, 236, 0.14);
    border-radius: 7px;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.16), rgb(var(--neon-secondary-rgb) / 0.08)),
        rgba(255, 255, 255, 0.045);
}

.home-podcast-cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-podcast-placeholder-art {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    align-items: end;
    padding: 12px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.012)),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 18px),
        rgba(6, 10, 22, 0.64);
}

.home-podcast-placeholder-art span {
    min-height: 34%;
    border-radius: 7px 7px 3px 3px;
    background: linear-gradient(180deg, rgb(var(--neon-primary-rgb) / 0.55), rgb(var(--neon-secondary-rgb) / 0.18));
    box-shadow: 0 0 14px rgb(var(--neon-primary-rgb) / 0.16);
}

.home-podcast-placeholder-art span:nth-child(2) {
    min-height: 68%;
}

.home-podcast-placeholder-art span:nth-child(3) {
    min-height: 50%;
}

.home-podcast-placeholder-rose .home-podcast-placeholder-art span {
    background: linear-gradient(180deg, rgba(224, 98, 154, 0.62), rgb(var(--neon-secondary-rgb) / 0.14));
}

.home-podcast-placeholder-amber .home-podcast-placeholder-art span {
    background: linear-gradient(180deg, rgba(255, 190, 125, 0.7), rgb(var(--neon-primary-rgb) / 0.12));
}

.home-podcast-copy {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.home-podcast-copy .eyebrow,
.home-podcast-copy h3,
.home-podcast-copy p,
.home-podcast-copy strong,
.home-podcast-copy span,
.home-podcast-copy em {
    margin: 0;
}

.home-podcast-copy h3,
.home-podcast-copy strong {
    color: #f7fbff;
    font-size: 1.06rem;
    font-style: normal;
    line-height: 1.12;
    overflow-wrap: anywhere;
}

.home-podcast-copy p:not(.eyebrow),
.home-podcast-copy > span:not(.eyebrow) {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(224, 232, 247, 0.68);
    font-size: 0.9rem;
    line-height: 1.48;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-podcast-copy a {
    color: inherit;
}

.home-podcast-copy em,
.home-podcast-meta span {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    justify-self: start;
    padding: 3px 8px;
    border: 1px solid rgba(184, 205, 236, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(224, 232, 247, 0.68);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 780;
}

.home-podcast-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.home-page .home-community-section {
    width: min(100%, 1760px);
    margin: 16px auto 0;
}

.home-live-strip-shell {
    display: grid;
    grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 14px;
}

.home-live-strip-heading {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.home-live-strip-heading p,
.home-live-strip-heading h2,
.home-live-strip-heading span {
    margin: 0;
}

.home-live-strip-heading h2 {
    color: #f8fbff;
    font-size: 1.42rem;
    line-height: 1.08;
}

.home-live-strip-heading span {
    color: rgba(224, 232, 247, 0.62);
    font-size: 0.82rem;
    font-weight: 780;
}

.home-live-feed {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 10px;
    min-width: 0;
}

.home-live-pulse-item,
.home-live-room-chip {
    min-width: 0;
    border: 1px solid rgba(184, 205, 236, 0.11);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    color: var(--text);
    text-decoration: none;
}

.home-live-pulse-item {
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    gap: 8px;
    align-items: center;
    padding: 10px 12px;
}

.home-live-pulse-item strong,
.home-live-pulse-item > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-live-pulse-item > span:last-child {
    color: rgba(224, 232, 247, 0.66);
}

.home-live-dot {
    width: 8px;
    aspect-ratio: 1;
    border-radius: 999px;
    background: var(--neon-primary);
    box-shadow: 0 0 14px rgb(var(--neon-primary-rgb) / 0.54);
}

.home-live-room-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    min-width: 0;
}

.home-live-room-chip {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 6px 8px;
    align-items: center;
    padding: 8px 9px;
}

.home-live-room-chip strong,
.home-live-room-chip small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-live-room-chip small {
    grid-column: 2;
    color: rgba(224, 232, 247, 0.62);
    font-size: 0.76rem;
}

