/* Music-first home */
.track-cover {
    background:
        linear-gradient(180deg, rgba(4, 8, 18, 0.02), rgba(4, 8, 18, 0.34)),
        var(--track-cover-image, url("../images/no-album-art.svg")) center / cover;
}

.home-page .panel {
    border-color: rgba(184, 205, 236, 0.14);
    background:
        linear-gradient(180deg, rgba(9, 14, 28, 0.56), rgba(6, 10, 22, 0.68)),
        rgba(5, 8, 18, 0.42);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 22px 70px rgba(0, 0, 0, 0.34);
}

.music-hero-grid {
    isolation: isolate;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 410px);
    gap: clamp(20px, 4vw, 72px);
    min-height: min(820px, calc(100vh - 104px));
    padding: clamp(34px, 6vw, 86px) clamp(18px, 4vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(184, 205, 236, 0.2);
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(3, 6, 14, 0.52), rgba(5, 8, 18, 0.06) 44%, rgba(3, 6, 14, 0.28)),
        linear-gradient(180deg, rgba(3, 6, 14, 0.05), rgba(3, 6, 14, 0.22) 58%, rgba(3, 6, 14, 0.34)),
        var(--scene-image) center / cover;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.055),
        inset 0 0 44px rgba(188, 218, 255, 0.04),
        inset 0 -120px 180px rgba(0, 0, 0, 0.42),
        0 30px 90px rgba(0, 0, 0, 0.22);
    backdrop-filter: none;
}

.music-hero-grid::before {
    inset: 13px;
    width: auto;
    height: auto;
    border: 1px solid rgba(184, 205, 236, 0.22);
    border-radius: 6px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px calc(50% - 1px), rgba(255, 255, 255, 0.14) 50%, transparent calc(50% + 1px), transparent 100%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px calc(100% - 1px), rgba(255, 255, 255, 0.08) 100%),
        repeating-linear-gradient(96deg, rgba(190, 224, 255, 0.032) 0 1px, transparent 1px 18px);
    opacity: calc(var(--scene-glass-opacity) + 0.18 + var(--time-glass-boost));
    transform: none;
    box-shadow: inset 0 0 70px rgba(181, 214, 255, 0.05);
}

.music-hero-grid::after {
    inset: 0;
    width: auto;
    height: auto;
    background:
        radial-gradient(circle at 58% 28%, rgb(var(--neon-primary-rgb) / var(--time-hero-neon-opacity)), transparent 32%),
        radial-gradient(circle at 88% 54%, rgb(var(--neon-secondary-rgb) / var(--time-hero-neon-opacity)), transparent 30%),
        radial-gradient(circle at 16% 82%, var(--scene-warmth), transparent 20%),
        radial-gradient(circle at 74% 30%, var(--scene-glow), transparent 34%),
        linear-gradient(180deg, rgba(3, 5, 12, 0), rgba(3, 5, 12, 0.2));
    filter: none;
    opacity: 1;
}

.home-beta-notice {
    position: relative;
    z-index: 1;
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
    width: min(100%, 910px);
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.38);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.2), rgb(var(--neon-secondary-rgb) / 0.12)),
        rgba(5, 9, 20, 0.56);
    color: rgba(248, 250, 255, 0.9);
    font-size: clamp(0.9rem, 1.1vw, 1rem);
    font-weight: 780;
    line-height: 1.45;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 18px 46px rgb(var(--neon-primary-rgb) / 0.14);
    backdrop-filter: blur(12px) saturate(1.08);
}

.home-beta-notice-label {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.36);
    border-radius: 999px;
    background: rgb(var(--neon-primary-rgb) / 0.14);
    color: rgba(255, 214, 234, 0.96);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.home-beta-notice-text {
    min-width: 0;
}

.music-hero-grid > .hero-copy {
    grid-column: 1;
    grid-row: 2;
}

.latest-release-card {
    display: grid;
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 14px;
    align-self: end;
    justify-self: end;
    width: min(100%, 390px);
    padding: 14px;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(6, 10, 22, 0.42), rgba(7, 12, 27, 0.26)),
        radial-gradient(circle at 18% 18%, rgba(88, 213, 246, 0.1), transparent 34%),
        radial-gradient(circle at 84% 90%, var(--scene-warmth), transparent 38%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 46px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px) saturate(1.04);
}

.room-builder-cta {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    justify-self: end;
    width: min(100%, 430px);
    min-height: 318px;
    padding: 14px;
    gap: 14px;
    overflow: hidden;
    border-color: rgb(var(--neon-primary-rgb) / 0.36);
    color: var(--text);
    text-decoration: none;
    background:
        linear-gradient(180deg, rgba(9, 14, 30, 0.28), rgba(5, 8, 18, 0.62)),
        radial-gradient(circle at 16% 8%, rgb(var(--neon-primary-rgb) / 0.3), transparent 40%),
        radial-gradient(circle at 84% 68%, rgb(var(--neon-secondary-rgb) / 0.23), transparent 44%);
    box-shadow:
        0 0 0 1px rgb(var(--neon-primary-rgb) / 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 38px rgb(var(--neon-secondary-rgb) / 0.08),
        0 22px 60px rgba(0, 0, 0, 0.28),
        0 0 34px rgb(var(--neon-primary-rgb) / 0.2),
        0 0 74px rgb(var(--neon-secondary-rgb) / 0.12);
    backdrop-filter: blur(10px) saturate(1.08);
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        transform 180ms ease;
    animation: room-builder-neon-breathe 5.8s ease-in-out infinite;
}

.room-builder-cta::before,
.room-builder-cta::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.room-builder-cta::before {
    inset: -34px -28px;
    background:
        radial-gradient(circle at 20% 18%, rgb(var(--neon-primary-rgb) / 0.42), transparent 28%),
        radial-gradient(circle at 84% 42%, rgb(var(--neon-secondary-rgb) / 0.28), transparent 34%);
    filter: blur(28px);
    opacity: 0.54;
}

.room-builder-cta::after {
    inset: 0;
    border-radius: inherit;
    background:
        linear-gradient(115deg, rgba(255, 255, 255, 0.16), transparent 18% 72%, rgba(255, 255, 255, 0.08)),
        linear-gradient(180deg, rgb(var(--neon-primary-rgb) / 0.14), transparent 42%);
    opacity: 0.42;
    mix-blend-mode: screen;
}

.room-builder-cta > * {
    position: relative;
    z-index: 1;
}

.room-builder-cta.panel {
    border-color: rgb(var(--neon-primary-rgb) / 0.36);
}

.room-builder-cta:hover,
.room-builder-cta:focus-visible {
    border-color: rgb(var(--neon-primary-rgb) / 0.74);
    transform: translateY(-2px);
    box-shadow:
        0 0 0 1px rgb(var(--neon-primary-rgb) / 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        inset 0 0 44px rgb(var(--neon-secondary-rgb) / 0.12),
        0 26px 66px rgba(0, 0, 0, 0.32),
        0 0 54px rgb(var(--neon-primary-rgb) / 0.34),
        0 0 96px rgb(var(--neon-secondary-rgb) / 0.2);
}

.room-builder-cta:hover::before,
.room-builder-cta:focus-visible::before {
    opacity: 0.78;
}

.room-builder-cta:focus-visible {
    outline: 2px solid rgb(var(--neon-primary-rgb) / 0.74);
    outline-offset: 3px;
}

.room-builder-cta-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(150px, 13vw, 192px);
    overflow: hidden;
    border: 1px solid rgb(var(--neon-secondary-rgb) / 0.24);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
        radial-gradient(circle at 50% 88%, rgb(var(--neon-primary-rgb) / 0.22), transparent 44%),
        rgba(7, 12, 27, 0.36);
    box-shadow:
        inset 0 0 28px rgb(var(--neon-secondary-rgb) / 0.08),
        0 0 30px rgb(var(--neon-primary-rgb) / 0.14);
}

.room-builder-cta-media::after {
    content: "";
    position: absolute;
    inset: auto 12% 12px;
    height: 22px;
    border-radius: 999px;
    background: rgb(var(--neon-primary-rgb) / 0.2);
    filter: blur(14px);
}

.room-builder-cta-media img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(112%, 390px);
    max-width: none;
    height: auto;
    filter:
        drop-shadow(0 18px 24px rgba(0, 0, 0, 0.3))
        drop-shadow(0 0 18px rgb(var(--neon-primary-rgb) / 0.18));
}

.room-builder-cta-copy {
    display: grid;
    gap: 7px;
    min-width: 0;
}

.room-builder-cta-copy .eyebrow {
    margin: 0;
    color: rgb(var(--neon-primary-rgb) / 0.9);
}

.room-builder-cta-title {
    display: block;
    font-size: clamp(1.28rem, 1.9vw, 1.72rem);
    font-weight: 850;
    line-height: 1.05;
    text-wrap: balance;
}

.room-builder-cta-text {
    display: block;
    color: rgba(224, 232, 247, 0.72);
    font-size: 0.92rem;
    line-height: 1.55;
}

.room-builder-cta-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    min-height: 36px;
    margin-top: 4px;
    padding: 0 14px;
    border: 1px solid rgb(var(--neon-primary-rgb) / 0.34);
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgb(var(--neon-primary-rgb) / 0.28), rgb(var(--neon-secondary-rgb) / 0.16)),
        rgba(7, 12, 27, 0.38);
    color: var(--text);
    font-size: 0.86rem;
    font-weight: 820;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 0 24px rgb(var(--neon-primary-rgb) / 0.18);
}

@keyframes room-builder-neon-breathe {
    0%,
    100% {
        box-shadow:
            0 0 0 1px rgb(var(--neon-primary-rgb) / 0.16),
            inset 0 1px 0 rgba(255, 255, 255, 0.1),
            inset 0 0 38px rgb(var(--neon-secondary-rgb) / 0.08),
            0 22px 60px rgba(0, 0, 0, 0.28),
            0 0 34px rgb(var(--neon-primary-rgb) / 0.2),
            0 0 74px rgb(var(--neon-secondary-rgb) / 0.12);
    }

    50% {
        box-shadow:
            0 0 0 1px rgb(var(--neon-primary-rgb) / 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.12),
            inset 0 0 44px rgb(var(--neon-secondary-rgb) / 0.1),
            0 22px 60px rgba(0, 0, 0, 0.28),
            0 0 46px rgb(var(--neon-primary-rgb) / 0.28),
            0 0 92px rgb(var(--neon-secondary-rgb) / 0.17);
    }
}

@media (prefers-reduced-motion: reduce) {
    .room-builder-cta {
        animation: none;
    }
}

.latest-release-cover,
.album-card-art,
.ranked-track-art {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(167, 184, 218, 0.18);
    background: rgba(255, 255, 255, 0.045);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 18px 48px rgba(0, 0, 0, 0.32);
}

.latest-release-cover {
    width: 104px;
    justify-self: start;
    aspect-ratio: 1;
    border-radius: 10px;
}

.latest-release-cover img,
.album-card-art img,
.ranked-track-art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.latest-release-copy h2 {
    margin: 0;
    font-size: clamp(1.16rem, 1.8vw, 1.62rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.latest-release-copy p:last-child {
    margin: 0;
    font-size: 0.86rem;
}

.latest-release-card .button {
    grid-column: 1 / -1;
    min-height: 44px;
}

.music-hero-grid .signal {
    background: rgba(5, 9, 19, 0.42);
    color: rgba(224, 232, 247, 0.72);
    margin-bottom: clamp(18px, 1.8vw, 28px);
}

.music-hero-grid h1 {
    max-width: min(820px, 100%);
    margin-bottom: clamp(24px, 2vw, 34px);
    font-size: clamp(2.7rem, 5.05vw, 5.32rem);
    line-height: 1.08;
    overflow-wrap: normal;
    text-wrap: balance;
}

.music-hero-grid .hero-lede {
    max-width: 720px;
    color: rgba(224, 232, 247, 0.78);
    line-height: 1.8;
    overflow-wrap: normal;
    word-break: normal;
}

.music-hero-grid .button {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.16),
        0 16px 40px rgba(45, 120, 255, 0.18);
}

.music-hero-grid .button-muted {
    background: rgba(7, 12, 26, 0.34);
}

.music-hero-grid .live-stat {
    width: min(100%, 560px);
    padding: 12px;
    background:
        linear-gradient(135deg, rgba(7, 12, 26, 0.32), rgba(7, 12, 26, 0.18)),
        rgba(5, 8, 18, 0.14);
    backdrop-filter: blur(8px);
    opacity: 0.82;
}

.music-hero-grid .library-stat {
    min-height: 76px;
    background: rgba(255, 255, 255, 0.018);
}

@media (min-width: 981px) {
    .latest-release-card {
        transform: none;
    }
}

.music-library-panel,
.monthly-top-panel {
    padding: clamp(16px, 2.2vw, 24px);
}

.album-card-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(12px, 1.4vw, 18px);
}

.album-card {
    display: grid;
    gap: 12px;
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(167, 184, 218, 0.13);
    border-radius: var(--radius);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
        rgba(255, 255, 255, 0.04);
    color: var(--text);
    text-align: left;
    cursor: pointer;
}

.album-card:hover,
.album-card:focus-visible,
.album-card.is-selected,
.ranked-track:hover,
.ranked-track:focus-visible,
.ranked-track.is-selected,
.latest-release-card .button:hover,
.latest-release-card .button:focus-visible {
    border-color: rgba(88, 213, 246, 0.54);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 18px 48px rgba(88, 213, 246, 0.1);
}

.album-card-art {
    aspect-ratio: 1;
    border-radius: 12px;
}

.album-card-copy,
.ranked-track-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.album-card-copy strong,
.album-card-copy small,
.ranked-track-copy strong,
.ranked-track-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.album-card-copy strong {
    min-height: 2.42em;
    line-height: 1.21;
    white-space: normal;
    overflow-wrap: anywhere;
}

.album-card-copy small,
.ranked-track-copy small,
.ranked-track-plays {
    color: var(--muted);
    font-size: 0.86rem;
}

.ranked-track-list {
    display: grid;
    gap: 10px;
}

.ranked-track {
    display: grid;
    grid-template-columns: 46px 64px minmax(0, 1fr) minmax(128px, auto);
    gap: 14px;
    align-items: center;
    min-height: 82px;
    padding: 10px 14px;
    border: 1px solid rgba(167, 184, 218, 0.13);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.045);
    color: var(--text);
    text-align: left;
    cursor: pointer;
}

.ranked-track-number {
    color: #91e5ff;
    font-size: 0.92rem;
    font-weight: 820;
    letter-spacing: 0;
}

.ranked-track-art {
    width: 64px;
    aspect-ratio: 1;
    border-radius: 10px;
}

.ranked-track-plays {
    justify-self: end;
    white-space: nowrap;
}

@media (max-width: 1180px) {
    .music-hero-grid .hero-mood-strip {
        display: none;
    }

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

@media (max-width: 980px) {
    .music-hero-grid {
        grid-template-columns: 1fr;
        align-items: start;
        padding-block: clamp(28px, 8vw, 58px) clamp(24px, 7vw, 48px);
    }

    .music-hero-grid .hero-copy {
        display: grid;
        gap: 16px;
        max-width: 700px;
    }

    .music-hero-grid .signal,
    .music-hero-grid h1,
    .music-hero-grid .hero-lede,
    .music-hero-grid .hero-actions {
        margin-block: 0;
    }

    .music-hero-grid h1 {
        line-height: 1.08;
    }

    .room-builder-cta,
    .latest-release-card {
        grid-column: 1;
        grid-row: auto;
        justify-self: stretch;
        width: 100%;
    }

    .room-builder-cta {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr) minmax(160px, 220px);
        align-items: stretch;
    }

    .room-builder-cta-media {
        order: 2;
        min-height: 168px;
    }

    .room-builder-cta-copy {
        align-content: center;
        order: 1;
    }

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

    .latest-release-cover {
        width: 140px;
    }

    .latest-release-card .button {
        grid-column: 1 / -1;
    }

}

@media (max-width: 760px) {
    .music-hero-grid {
        padding-inline: clamp(18px, 6vw, 34px);
    }

    .home-beta-notice {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .music-hero-grid .hero-copy {
        gap: 18px;
    }

    .music-hero-grid h1 {
        max-width: 10ch;
        font-size: clamp(3rem, 12vw, 4.35rem);
        line-height: 1.08;
    }

    .music-hero-grid .hero-lede {
        max-width: 30rem;
        line-height: 1.7;
    }

    .latest-release-card {
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .latest-release-cover {
        width: 112px;
        align-self: start;
    }

    .latest-release-copy h2 {
        font-size: 1.24rem;
    }

    .music-hero-grid .hero-actions {
        margin-top: 4px;
        margin-bottom: 0;
    }

    .room-builder-cta {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .room-builder-cta-media,
    .room-builder-cta-copy {
        order: initial;
    }

    .room-builder-cta-media {
        min-height: 154px;
    }

    .room-builder-cta-media img {
        width: min(116%, 360px);
    }

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

    .ranked-track {
        grid-template-columns: 34px 56px minmax(0, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .ranked-track-art {
        width: 56px;
    }

    .ranked-track-plays {
        grid-column: 3;
        justify-self: start;
    }
}

@media (max-width: 640px) {
    .music-hero-grid .hero-lede {
        max-width: 17rem;
    }
}

@media (max-width: 430px) {
    .music-hero-grid {
        padding: 26px 16px 24px;
    }

    .music-hero-grid .hero-copy {
        gap: 20px;
        padding-top: 4px;
    }

    .music-hero-grid .signal {
        line-height: 1.35;
    }

    .music-hero-grid h1 {
        max-width: 9.8ch;
        font-size: clamp(2.78rem, 12.2vw, 3.38rem);
        line-height: 1.08;
    }

    .music-hero-grid .hero-lede {
        max-width: 17rem;
        font-size: 1.02rem;
        line-height: 1.76;
    }

    .album-card-grid {
        grid-template-columns: 1fr;
    }

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

    .album-card-art {
        width: 96px;
    }

    .album-card-copy strong {
        min-height: 0;
    }
}

.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,
.music-hero-grid .room-builder-cta {
    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);
}

.music-hero-grid .room-builder-cta {
    animation: none;
}

.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, rgba(88, 213, 246, 0.76), rgba(88, 213, 246, 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 rgba(var(--neon-primary-rgb), 0.24);
    border-radius: 8px;
    color: rgba(238, 244, 255, 0.8);
    background: rgba(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, rgba(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: rgba(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: rgba(var(--neon-primary-rgb), 0.34);
    background: rgba(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: rgba(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;
    }
}

.for-you-hub {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 14px;
    align-items: stretch;
    padding-top: 18px;
}

.for-you-hub-intro,
.for-you-hub-stats,
.for-you-hub-panel {
    min-width: 0;
    border: 1px solid var(--neon-line);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(8, 13, 24, 0.92), rgba(14, 24, 42, 0.76));
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2);
}

.for-you-hub-intro {
    display: grid;
    align-content: center;
    gap: 10px;
    padding: clamp(18px, 3vw, 28px);
}

.for-you-hub-intro h1,
.for-you-hub-intro p {
    margin: 0;
}

.for-you-hub-intro h1 {
    color: #ffffff;
    font-size: clamp(2rem, 4.5vw, 4.4rem);
    line-height: 0.98;
}

.for-you-hub-intro p:not(.eyebrow) {
    max-width: 720px;
    color: rgba(231, 238, 255, 0.74);
    line-height: 1.55;
}

.for-you-hub-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.for-you-hub-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}

.for-you-hub-stat {
    display: grid;
    align-content: space-between;
    gap: 8px;
    min-height: 118px;
    padding: 16px;
    background: rgba(7, 13, 25, 0.94);
}

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

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

.for-you-hub-stat span {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.for-you-hub-stat strong {
    color: #ffffff;
    font-size: clamp(1.35rem, 3vw, 2.4rem);
    line-height: 1;
}

.for-you-resume-card {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(260px, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(var(--neon-secondary-rgb), 0.24);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(var(--neon-secondary-rgb), 0.11), rgba(var(--neon-primary-rgb), 0.055)),
        rgba(7, 13, 25, 0.91);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.055),
        0 18px 48px rgba(0, 0, 0, 0.22);
}

.for-you-resume-card.is-loading {
    border-color: rgba(var(--neon-primary-rgb), 0.5);
}

.for-you-resume-card.is-error,
.for-you-resume-card.is-unavailable {
    border-color: rgba(255, 117, 117, 0.32);
}

.for-you-resume-card.is-locked {
    border-color: rgba(255, 201, 117, 0.34);
}

.for-you-resume-copy,
.for-you-resume-track {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.for-you-resume-copy h2,
.for-you-resume-copy p {
    margin: 0;
}

.for-you-resume-copy h2 {
    color: #ffffff;
    font-size: clamp(1.16rem, 2vw, 1.56rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.for-you-resume-copy p:not(.eyebrow) {
    color: rgba(231, 238, 255, 0.72);
    line-height: 1.5;
}

.for-you-resume-status {
    min-height: 18px;
    color: rgba(var(--neon-primary-rgb), 0.94);
    font-size: 0.8rem;
    font-weight: 800;
}

.for-you-resume-status[data-state="error"] {
    color: rgba(255, 171, 171, 0.94);
}

.for-you-resume-body {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    min-width: 0;
}

.for-you-resume-art {
    display: block;
    width: 58px;
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid rgba(var(--neon-primary-rgb), 0.22);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(var(--neon-primary-rgb), 0.22), rgba(var(--neon-secondary-rgb), 0.12)),
        rgba(255, 255, 255, 0.05);
}

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

.for-you-resume-art-soft {
    background:
        linear-gradient(135deg, rgba(var(--neon-primary-rgb), 0.2), rgba(var(--neon-secondary-rgb), 0.08)),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 8px);
}

.for-you-resume-track span,
.for-you-resume-track small,
.for-you-resume-track em {
    min-width: 0;
    color: rgba(231, 238, 255, 0.64);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.for-you-resume-track span {
    color: rgba(var(--neon-primary-rgb), 0.9);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.for-you-resume-track strong {
    min-width: 0;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.for-you-resume-track em {
    color: rgba(var(--neon-secondary-rgb), 0.95);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 850;
}

.for-you-resume-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.for-you-daily-mix {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(240px, 0.75fr) minmax(280px, 1fr);
    gap: 14px;
    min-width: 0;
    padding: 14px;
    border: 1px solid rgba(var(--neon-primary-rgb), 0.24);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(var(--neon-primary-rgb), 0.1), rgba(var(--neon-secondary-rgb), 0.07)),
        rgba(7, 13, 25, 0.9);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.for-you-daily-mix.is-loading {
    border-color: rgba(var(--neon-primary-rgb), 0.44);
}

.for-you-daily-mix.is-error {
    border-color: rgba(255, 117, 117, 0.36);
}

.for-you-daily-mix-copy {
    display: grid;
    align-content: center;
    gap: 8px;
    min-width: 0;
}

.for-you-daily-mix-copy h2,
.for-you-daily-mix-copy p {
    margin: 0;
}

.for-you-daily-mix-copy h2 {
    color: #ffffff;
    font-size: clamp(1.35rem, 2.4vw, 2.05rem);
    line-height: 1.05;
    overflow-wrap: anywhere;
}

.for-you-daily-mix-copy p:not(.eyebrow) {
    color: rgba(231, 238, 255, 0.72);
    line-height: 1.52;
}

.for-you-daily-mix-status {
    min-height: 20px;
    color: rgba(var(--neon-primary-rgb), 0.96);
    font-size: 0.82rem;
    font-weight: 800;
}

.for-you-daily-mix-status[data-state="error"] {
    color: rgba(255, 171, 171, 0.94);
}

.for-you-daily-mix-moods {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    gap: 8px;
    min-width: 0;
}

.for-you-daily-mix-chip {
    min-height: 34px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: rgba(238, 244, 255, 0.86);
    background: rgba(255, 255, 255, 0.055);
    font: inherit;
    font-size: 0.8rem;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.for-you-daily-mix-chip:hover,
.for-you-daily-mix-chip:focus-visible,
.for-you-daily-mix-chip.is-active {
    border-color: rgba(var(--neon-primary-rgb), 0.48);
    color: #ffffff;
    background: rgba(var(--neon-primary-rgb), 0.16);
}

.for-you-daily-mix-chip:disabled {
    cursor: wait;
    opacity: 0.74;
}

.for-you-daily-mix-preview {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    min-width: 0;
}

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

.for-you-daily-mix-card .home-for-you-track-art {
    width: 58px;
}

.for-you-pass-card {
    align-content: start;
    gap: 9px;
}

.for-you-pass-card .for-you-pass-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-width: 0;
}

.for-you-pass-card .for-you-pass-card-head span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.for-you-pass-card .for-you-pass-card-head em {
    flex: 0 0 auto;
    max-width: 94px;
    padding: 3px 9px;
    border: 1px solid rgba(var(--neon-primary-rgb), 0.28);
    border-radius: 999px;
    color: rgba(238, 244, 255, 0.88);
    background: rgba(var(--neon-primary-rgb), 0.12);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.for-you-pass-card strong {
    font-size: clamp(1.08rem, 1.6vw, 1.38rem);
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.for-you-pass-card small {
    max-width: 24ch;
    font-size: 0.8rem;
    line-height: 1.45;
}

.for-you-pass-link {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.82rem;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
}

.for-you-pass-link:hover,
.for-you-pass-link:focus-visible {
    border-color: rgba(var(--neon-primary-rgb), 0.42);
    background: rgba(var(--neon-primary-rgb), 0.14);
}

.for-you-hub-panel {
    display: grid;
    gap: 12px;
    padding: 14px;
}

.for-you-hub-picks {
    grid-column: 1;
}

.for-you-hub-artists {
    grid-column: 2;
}

.for-you-hub-pulse {
    grid-column: 1 / -1;
}

.for-you-hub-panel-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.for-you-hub-panel-heading h2,
.for-you-hub-panel-heading p {
    margin: 0;
}

.for-you-hub-panel-heading h2 {
    color: #ffffff;
    font-size: 1.05rem;
}

.for-you-hub-panel-heading a {
    flex: 0 0 auto;
    color: rgba(var(--neon-primary-rgb), 0.95);
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
}

.for-you-hub-pick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.for-you-hub-pick.home-for-you-track-card {
    min-height: 88px;
}

.home-for-you-track-reason {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin-top: 2px;
    padding: 3px 7px;
    border: 1px solid rgba(var(--neon-primary-rgb), 0.24);
    border-radius: 999px;
    color: rgba(var(--neon-primary-rgb), 0.98);
    background: rgba(var(--neon-primary-rgb), 0.09);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.for-you-artist-list,
.for-you-pulse-list {
    display: grid;
    gap: 9px;
}

.for-you-hub-pulse .for-you-pulse-list {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.for-you-hub-panel .home-for-you-empty {
    padding: 14px;
    border: 1px dashed rgba(var(--neon-primary-rgb), 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.025);
}

.for-you-artist-list-grid,
.for-you-pulse-list-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

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

.for-you-artist-card:hover,
.for-you-artist-card:focus-visible,
.for-you-pulse-card:hover,
.for-you-pulse-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(var(--neon-primary-rgb), 0.34);
    background: rgba(var(--neon-primary-rgb), 0.08);
}

.for-you-artist-card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.for-you-artist-avatar {
    display: grid;
    width: 46px;
    aspect-ratio: 1;
    place-items: center;
    overflow: hidden;
    border-radius: 8px;
    color: #08111d;
    background: rgba(var(--neon-primary-rgb), 0.88);
    font-weight: 900;
}

.for-you-artist-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.for-you-artist-card strong,
.for-you-artist-card small,
.for-you-pulse-meta strong,
.for-you-pulse-meta em,
.for-you-pulse-card > span:last-child {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.for-you-artist-card strong,
.for-you-pulse-meta strong {
    color: #ffffff;
}

.for-you-artist-card small {
    margin-top: 3px;
    color: rgba(231, 238, 255, 0.62);
    font-size: 0.76rem;
    white-space: nowrap;
}

.for-you-pulse-card {
    display: grid;
    gap: 7px;
    padding: 11px;
}

.for-you-pulse-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.for-you-pulse-meta em {
    flex: 0 1 auto;
    color: rgba(var(--neon-primary-rgb), 0.95);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
}

.for-you-pulse-card > span:last-child {
    color: rgba(231, 238, 255, 0.72);
    font-size: 0.84rem;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.for-you-page .home-for-you-section {
    margin-top: 18px;
    padding: clamp(18px, 2vw, 26px);
    gap: clamp(16px, 1.8vw, 22px);
}

.for-you-page .home-for-you-topline {
    align-items: center;
    padding: 0;
}

.for-you-page .home-for-you-actions {
    padding-right: 0;
}

.for-you-page .home-for-you-title-block h2 {
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    line-height: 1.05;
}

.for-you-page .home-for-you-shelf {
    padding: 14px;
}

.for-you-page-shelves .home-for-you-track-row {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 12px;
}

.for-you-page-shelves .home-for-you-track-card {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 9px;
    min-height: 86px;
    padding: 9px;
}

.for-you-page-shelves .home-for-you-track-art {
    width: 66px;
}

.for-you-page-shelves .home-for-you-track-copy {
    gap: 3px;
}

.for-you-page-shelves .home-for-you-track-copy strong {
    font-size: 0.9rem;
}

.for-you-page-shelves .home-for-you-track-copy small {
    font-size: 0.74rem;
}

.for-you-page-shelves .track-title-link {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.for-you-page-shelves .home-for-you-track-reason {
    max-width: calc(100% - 2px);
    padding: 3px 6px;
    font-size: 0.64rem;
}

@media (min-width: 1366px) {
    .for-you-hub {
        grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.75fr);
    }
}

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

    .for-you-resume-card {
        grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
    }

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

    .for-you-daily-mix {
        grid-template-columns: 1fr;
    }

    .for-you-daily-mix-preview {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .for-you-hub-picks,
    .for-you-hub-artists,
    .for-you-hub-pulse {
        grid-column: auto;
    }

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

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

@media (max-width: 760px) {
    .for-you-hub {
        gap: 12px;
        padding-top: 12px;
    }

    .for-you-hub-intro h1 {
        font-size: 2.4rem;
    }

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

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

    .for-you-resume-card {
        grid-template-columns: 1fr;
        padding: 12px;
    }

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

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

    .for-you-daily-mix {
        padding: 12px;
    }

    .for-you-daily-mix-moods {
        flex-wrap: nowrap;
        margin-inline: -2px;
        padding-bottom: 4px;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .for-you-daily-mix-chip {
        flex: 0 0 auto;
    }

    .for-you-daily-mix-preview {
        grid-template-columns: 1fr;
    }

    .for-you-hub-stats,
    .for-you-hub-pick-grid {
        grid-template-columns: 1fr;
    }

    .for-you-hub-stat {
        min-height: 96px;
    }

    .for-you-pulse-meta {
        display: grid;
    }
}

