
.home-page {
    color: var(--text-primary);
    min-height: 100vh;
    display: flow-root;
}

.home-page .container {
    width: 100%;
    max-width: var(--container-max-width, 1600px);
    margin: 0 auto;
    padding: 0 24px;
}

.hero-banner {
    /* �ֲ��İ�/�����볡��ʱ�������ߣ��˳��Գ�ʹ��ͬһ transition�� */
    --hero-entrance-move: 640ms;
    --hero-entrance-fade: 480ms;
    --hero-entrance-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --hero-entrance-fade-ease: cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    min-height: clamp(520px, 75vh, 820px);
    height: clamp(520px, 75vh, 820px);
    display: flex;
    align-items: stretch;
    overflow: hidden;
    /* margin �����ڶ���֮�£������ֲ���ס fixed ���������� padding-top ���������򱳾������������ */
    margin-top: calc(var(--header-height, 64px) + env(safe-area-inset-top, 0px));
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 1;
}

.hero-banner.hero-banner--immersive {
    min-height: clamp(560px, 78vh, 880px);
    height: clamp(560px, 78vh, 880px);
}

.hero-banner.hero-banner--immersive .slide-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: clamp(34px, 4vw, 72px);
    padding-top: clamp(26px, 6.5vh, 80px);
    padding-bottom: 14px;
}

.hero-banner.hero-banner--immersive .slide-right {
    display: block;
    flex: 0 0 auto;
}

.hero-banner.hero-banner--immersive .slide-left {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 0;
    padding-bottom: 4px;
    padding-right: 8px;
    text-align: left;
}

/* �޹�����Ŀ���Զ����������İ�ֱ�ӵ��ڵ�ͼ�ϣ����ñ߿�/��Ƭ����߾��� .slide-content ���� */
.hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-content {
    align-items: center;
    justify-content: flex-start;
    padding-left: clamp(28px, 5.5vw, 96px);
    padding-right: clamp(20px, 4vw, 56px);
    padding-top: clamp(18px, 4.5vh, 56px);
    /* �ײ����ף�������õ�Ƭ��ǩ����λ */
    padding-bottom: clamp(64px, 11vh, 112px);
    box-sizing: border-box;
}

.hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-left {
    flex: 0 1 auto;
    width: 100%;
    max-width: min(42rem, 100%);
    margin: 0;
    padding: 0;
    text-align: left;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-badge {
    margin-bottom: 12px;
}

.hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-title {
    max-width: none;
    width: 100%;
    font-size: clamp(1.62rem, 2.85vw, 2.8rem);
    font-weight: 820;
    line-height: 1.16;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    text-wrap: balance;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65), 0 10px 32px rgba(0, 0, 0, 0.45);
}

.hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-subtitle {
    max-width: 100%;
    font-size: 0.98rem;
    line-height: 1.45;
    margin-bottom: 8px;
    opacity: 0.88;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-description {
    max-width: 100%;
    font-size: 0.94rem;
    line-height: 1.55;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.78);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

.hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-actions {
    margin-top: 2px;
}

/* ������Ŀ���������󡢱�����������ң�������Ŀʱ��������ͼ���֣� */
.hero-banner.hero-banner--immersive .hero-slide--has-track .slide-content {
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    /* �������ƣ�����+�İ������ӽ������ֱ���� */
    padding-top: clamp(14px, 4vh, 52px);
}

.hero-banner.hero-banner--immersive .hero-slide--has-track .slide-left {
    padding-right: 0;
    padding-left: clamp(10px, 2.2vw, 36px);
}

.hero-banner.hero-banner--immersive .hero-slide--has-track .slide-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

/* ��Ŀ���⣺�ϳ����������������΢�� */
.hero-banner.hero-banner--immersive .hero-slide--has-track .slide-title {
    max-width: min(44ch, 100%);
    font-size: clamp(1.72rem, 3.15vw, 3.05rem);
    font-weight: 820;
    letter-spacing: -0.022em;
    line-height: 1.14;
    margin-bottom: 12px;
    text-wrap: balance;
}

.hero-banner.hero-banner--immersive .hero-slide--has-track .slide-subtitle {
    font-size: 1rem;
    font-weight: 650;
    opacity: 0.88;
    margin-bottom: 14px;
}

.hero-banner.hero-banner--immersive .slide-hero-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35em 0.55em;
    margin: 0 0 12px;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.72);
}

.hero-banner.hero-banner--immersive .slide-hero-meta__group {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35em;
}

.hero-banner.hero-banner--immersive .slide-hero-meta__lab {
    font-size: 0.7rem;
    font-weight: 780;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.44);
}

.hero-banner.hero-banner--immersive .slide-hero-meta__sep {
    color: rgba(255, 255, 255, 0.32);
    user-select: none;
}

.hero-banner.hero-banner--immersive .slide-hero-meta__link {
    color: rgba(167, 243, 208, 0.96);
    text-decoration: none;
    font-weight: 650;
    border-bottom: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.hero-banner.hero-banner--immersive .slide-hero-meta__link:hover {
    color: #ecfdf5;
    border-bottom-color: rgba(167, 243, 208, 0.5);
}

.hero-banner.hero-banner--immersive .slide-hero-meta__link:focus-visible {
    outline: 2px solid rgba(167, 243, 208, 0.88);
    outline-offset: 3px;
    border-radius: 4px;
}

.hero-banner.hero-banner--immersive .slide-hero-meta__text {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.86);
}

.hero-banner.hero-banner--immersive .slide-description--secondary {
    font-size: 0.94rem;
    line-height: 1.52;
    opacity: 0.82;
    margin-top: 0;
    margin-bottom: 18px;
    max-width: min(52ch, 100%);
}

.hero-banner.hero-banner--immersive .slide-title {
    font-size: clamp(1.85rem, 3.6vw, 3.35rem);
    font-weight: 850;
    letter-spacing: -0.01em;
    text-transform: none;
    line-height: 1.12;
    max-width: 20ch;
    margin-bottom: 14px;
}

.hero-banner.hero-banner--immersive .slide-subtitle {
    font-size: 1.05rem;
    letter-spacing: 0.01em;
    text-transform: none;
    opacity: 0.9;
    margin-bottom: 10px;
}

.hero-banner.hero-banner--immersive .slide-description {
    font-size: 1rem;
    line-height: 1.55;
    max-width: 52ch;
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: 22px;
}

.hero-banner.hero-banner--immersive .slide-actions {
    gap: 12px;
}

.hero-banner.hero-banner--immersive .btn.btn-large {
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 750;
}

.hero-banner.hero-banner--immersive .btn.btn-outline.btn-large {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.22);
}

/* Swiper ������ҳ Hero��https://www.swiper.com.cn/ �� fade����ҳ�������봥���ɿⱣ֤ */
.hero-banner--enterprise .hero-home-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    --swiper-navigation-size: 22px;
}

.hero-banner--enterprise .hero-home-swiper .swiper-wrapper {
    height: 100%;
}

.hero-banner--enterprise .hero-slide.swiper-slide {
    height: 100%;
    box-sizing: border-box;
}

/* ���£�����С�ϸ������ǩ���� */
.hero-banner .swiper-slide .slide-badge {
    opacity: 0;
    transform: translate3d(0, 12px, 0) scale(0.94);
    will-change: opacity, transform;
    transition:
        opacity var(--hero-entrance-fade) var(--hero-entrance-fade-ease),
        transform var(--hero-entrance-move) var(--hero-entrance-ease);
}

.hero-banner .swiper-slide-active .slide-badge {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

/* �����⣺λ�Ƹ��������ڻ��£���θ����� */
.hero-banner .swiper-slide .slide-title {
    opacity: 0;
    transform: translate3d(0, 32px, 0);
    will-change: opacity, transform;
    transition:
        opacity var(--hero-entrance-fade) var(--hero-entrance-fade-ease),
        transform var(--hero-entrance-move) var(--hero-entrance-ease);
}

.hero-banner .swiper-slide-active .slide-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* ������ / ��ĿԪ��Ϣ / ���� / ��ť��ͳһ�����ϸ� */
.hero-banner .swiper-slide .slide-subtitle,
.hero-banner .swiper-slide .slide-hero-meta,
.hero-banner .swiper-slide .slide-description,
.hero-banner .swiper-slide .slide-actions {
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    will-change: opacity, transform;
    transition:
        opacity var(--hero-entrance-fade) var(--hero-entrance-fade-ease),
        transform var(--hero-entrance-move) var(--hero-entrance-ease);
}

.hero-banner .swiper-slide-active .slide-subtitle,
.hero-banner .swiper-slide-active .slide-hero-meta,
.hero-banner .swiper-slide-active .slide-description,
.hero-banner .swiper-slide-active .slide-actions {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* �����ӳ٣����϶�������������ʱ���� Swiper ������¶��� */
.hero-banner .swiper-slide-active .slide-badge {
    transition-delay: 60ms;
}

.hero-banner .swiper-slide-active .slide-title {
    transition-delay: 120ms;
}

.hero-banner .swiper-slide-active .slide-subtitle,
.hero-banner .swiper-slide-active .slide-hero-meta {
    transition-delay: 200ms;
}

.hero-banner .swiper-slide-active .slide-description {
    transition-delay: 280ms;
}

.hero-banner .swiper-slide-active .slide-actions {
    transition-delay: 360ms;
}

/* �Ҳ���棺�������� + ��΢�Ŵ�������İ��γɶ�λ */
.hero-banner .swiper-slide .slide-right {
    opacity: 0;
    transform: translate3d(28px, 0, 0) scale(0.94);
    will-change: opacity, transform;
    transition:
        opacity calc(var(--hero-entrance-fade) + 40ms) var(--hero-entrance-fade-ease) 80ms,
        transform var(--hero-entrance-move) var(--hero-entrance-ease) 80ms;
}

.hero-banner .swiper-slide-active .slide-right {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.hero-banner--enterprise.hero-banner--single-slide .slider-indicators,
.hero-banner--enterprise.hero-banner--single-slide .hero-home-swiper__prev,
.hero-banner--enterprise.hero-banner--single-slide .hero-home-swiper__next {
    display: none;
}

.slider-indicators {
    position: absolute;
    bottom: 28px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(var(--container-max-width, 1600px), calc(100vw - 48px));
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    z-index: 5;
    padding: 0;
    overflow: hidden;
    pointer-events: auto;
}

@media (max-width: 980px) {
    .slider-indicators {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
        gap: 14px;
    }
}

.hero-slider-tabs .indicator {
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
    user-select: none;
    text-align: left;
    display: block;
    opacity: 0.55;
}

.hero-slider-tabs .indicator:hover {
    opacity: 0.78;
}

.hero-slider-tabs .indicator:focus-visible {
    outline: 2px solid rgba(96, 165, 250, 0.9);
    outline-offset: 2px;
}

.hero-slider-tabs .indicator.active {
    opacity: 1;
}

.hero-slider-tab__progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    border-radius: 0;
    overflow: hidden;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.16);
}

.hero-slider-tab__progress::after {
    content: "";
    display: block;
    height: 100%;
    width: 0;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}

.hero-slider-tabs .indicator.active .hero-slider-tab__progress::after {
    animation: hero-slider-tab-progress var(--hero-autoplay-ms, 6800ms) linear forwards;
}

.hero-slider-tabs .indicator:not(.active) .hero-slider-tab__progress::after {
    animation: none;
    width: 0;
}

.hero-banner.hero-autoplay-paused .hero-slider-tabs .indicator.active .hero-slider-tab__progress::after {
    animation-play-state: paused;
}

.hero-slider-tab__top {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 14px;
    margin-top: 12px;
    margin-bottom: 10px;
    opacity: 0.92;
}

.hero-slider-tab__topLabel {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-slider-tab__title {
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.85);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hero-slider-tab__meta {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.46);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hero-slider-tabs .indicator.active .hero-slider-tab__title {
    color: rgba(255, 255, 255, 0.96);
}

@keyframes hero-slider-tab-progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.hero-banner--enterprise .hero-home-swiper .swiper-button-prev,
.hero-banner--enterprise .hero-home-swiper .swiper-button-next {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(12, 14, 20, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-banner--enterprise .hero-home-swiper .swiper-button-prev:hover,
.hero-banner--enterprise .hero-home-swiper .swiper-button-next:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.28);
}

.hero-banner--enterprise .hero-home-swiper .swiper-button-prev::after,
.hero-banner--enterprise .hero-home-swiper .swiper-button-next::after {
    font-size: 14px;
    font-weight: 900;
}

.hero-banner--enterprise .hero-home-swiper .swiper-button-prev {
    left: clamp(12px, 2.5vw, 28px);
}

.hero-banner--enterprise .hero-home-swiper .swiper-button-next {
    right: clamp(12px, 2.5vw, 28px);
}

.hero-banner--enterprise .hero-home-swiper .swiper-button-disabled {
    opacity: 0.25;
    pointer-events: none;
}

@media (max-width: 720px) {
    .hero-banner--enterprise .hero-home-swiper .swiper-button-prev,
    .hero-banner--enterprise .hero-home-swiper .swiper-button-next {
        display: none;
    }
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    --slide-bg: none;
    background-image: var(--slide-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.slide-background::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--slide-bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1.05);
    filter: blur(0px);
    opacity: 1;
    transition: var(--transition);
    z-index: 0;
}

.slide-background.using-track-background::before {
    filter: blur(32px);
    transform: scale(1.2);
}

.slide-background.using-track-background::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 600px at 70% 30%, rgba(0,0,0,0.10) 0%, rgba(0,0,0,0.65) 70%, rgba(0,0,0,0.78) 100%),
        linear-gradient(90deg, rgba(5,8,14,0.86) 0%, rgba(5,8,14,0.70) 45%, rgba(5,8,14,0.55) 100%);
    z-index: 1;
}

.hero-banner.hero-banner--immersive .slide-background.using-track-background::after {
    background:
        linear-gradient(90deg, rgba(5, 8, 14, 0.93) 0%, rgba(5, 8, 14, 0.52) 40%, rgba(5, 8, 14, 0.18) 62%, rgba(5, 8, 14, 0.45) 100%),
        radial-gradient(900px 520px at 82% 38%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

/* ��Ŀ���֣��İ����ң����������͸���Ҳ�ѹ���Ա�֤�ɶ� */
.hero-banner.hero-banner--immersive .hero-slide--has-track .slide-background.using-track-background::after {
    background:
        linear-gradient(90deg, rgba(5, 8, 14, 0.38) 0%, rgba(5, 8, 14, 0.22) 36%, rgba(5, 8, 14, 0.58) 58%, rgba(5, 8, 14, 0.94) 100%),
        radial-gradient(900px 520px at 22% 36%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 100%);
}

.hero-banner.hero-banner--immersive .slide-background:not(.using-track-background)::after {
    display: none;
}

.hero-banner.hero-banner--immersive .slide-background:not(.using-track-background)::before {
    display: none;
}

/* �Զ��屳��������ƿ�����ʾ�����Ȳ����� 1920px ���ٱ��Ŵ�խ������С�����������õ�ɫ��� */
.hero-banner.hero-banner--immersive .slide-background:not(.using-track-background) {
    background-size: min(100%, 1920px) auto;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: var(--bg-page, #121217);
}

/* �������ģ�����������㲻�ٻ���ͬһ��ͼ������ ::before ���������˫�� cover ��λ����ȷŴ� */
.hero-banner.hero-banner--immersive .slide-background.using-track-background {
    background-image: none;
    background-color: var(--bg-page, #121217);
}

.hero-banner.hero-banner--immersive .slide-background.using-track-background::before {
    /* ���Զ�����һ�£������� 1920 ���Ŵ󣬼��ᳬ�����·�ͼ������ */
    background-size: min(100%, 1920px) auto;
    background-position: center center;
    transform: none;
    filter: blur(36px);
}

.hero-banner.hero-banner--immersive .featured-track-card {
    background: transparent;
    border: none;
    box-shadow: none;
    width: 320px;
    max-width: 42vw;
}

.hero-banner.hero-banner--immersive .featured-track-card .track-artwork {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255,255,255,0.06);
    box-shadow:
        0 28px 70px rgba(0,0,0,0.55),
        0 0 0 1px rgba(255,255,255,0.12) inset;
    transform: translateY(-2px);
}

.hero-banner.hero-banner--immersive .featured-track-card .track-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-banner.hero-banner--immersive .featured-track-card .track-info {
    display: none;
}

.hero-banner.hero-banner--immersive .featured-track-card .track-row {
    display: none !important;
}

@media (max-width: 980px) {
    .hero-banner.hero-banner--immersive .slide-content {
        gap: 26px;
    }
}

@media (max-width: 720px) {
    .hero-banner.hero-banner--immersive .slide-content {
        flex-direction: column;
        align-items: flex-start;
    }
    .hero-banner.hero-banner--immersive .slide-right {
        display: none;
    }
    .hero-banner.hero-banner--immersive .slide-title {
        max-width: 100%;
    }

    .hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-content {
        align-items: stretch;
        padding-left: clamp(14px, 4vw, 22px);
        padding-right: clamp(14px, 4vw, 22px);
        padding-top: 14px;
        padding-bottom: 76px;
    }

    .hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-left {
        max-width: none;
        padding: 0;
    }
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.45) 100%),
        linear-gradient(90deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.10) 55%, rgba(0,0,0,0.22) 100%);
    z-index: 1;
    pointer-events: none;
}

/* ����Ŀ�õ�Ƭ�ӽ��������ѹ�����ֿɶ����м��͸�������������������� */
.hero-banner.hero-banner--immersive .slide-background:not(.using-track-background) .slide-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 32%,
            rgba(0, 0, 0, 0.22) 62%,
            rgba(18, 18, 23, 0.88) 100%
        ),
        linear-gradient(90deg, rgba(5, 8, 14, 0.52) 0%, rgba(5, 8, 14, 0.18) 38%, transparent 72%);
}

/* ����Ŀ����������һЩ�������������䰵���׿򡹣��ɶ�����Ҫ���İ� text-shadow */
.hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-background:not(.using-track-background) .slide-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 38%,
            rgba(0, 0, 0, 0.14) 70%,
            rgba(18, 18, 23, 0.72) 100%
        ),
        linear-gradient(90deg, rgba(5, 8, 14, 0.16) 0%, rgba(5, 8, 14, 0.05) 34%, transparent 82%);
}

.hero-banner.hero-banner--immersive .slide-background.using-track-background .slide-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 38%,
            rgba(0, 0, 0, 0.38) 65%,
            rgba(18, 18, 23, 0.97) 100%
        ),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 100%),
        linear-gradient(90deg, rgba(5, 8, 14, 0.88) 0%, rgba(5, 8, 14, 0.35) 52%, rgba(5, 8, 14, 0.2) 100%);
}

.hero-banner.hero-banner--immersive .hero-slide--has-track .slide-background.using-track-background .slide-overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0) 38%,
            rgba(0, 0, 0, 0.38) 65%,
            rgba(18, 18, 23, 0.97) 100%
        ),
        linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 100%),
        linear-gradient(90deg, rgba(5, 8, 14, 0.22) 0%, rgba(5, 8, 14, 0.32) 42%, rgba(5, 8, 14, 0.82) 72%, rgba(5, 8, 14, 0.92) 100%);
}

@supports (color: color-mix(in srgb, #000, #fff)) {
    .hero-banner.hero-banner--immersive .slide-background:not(.using-track-background) .slide-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 32%,
                rgba(0, 0, 0, 0.22) 62%,
                color-mix(in srgb, var(--bg-page, #121217) 86%, transparent) 92%,
                var(--bg-page, #121217) 100%
            ),
            linear-gradient(90deg, rgba(5, 8, 14, 0.52) 0%, rgba(5, 8, 14, 0.18) 38%, transparent 72%);
    }

    .hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-background:not(.using-track-background) .slide-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 36%,
                rgba(0, 0, 0, 0.12) 70%,
                color-mix(in srgb, var(--bg-page, #121217) 74%, transparent) 94%,
                var(--bg-page, #121217) 100%
            ),
            linear-gradient(90deg, rgba(5, 8, 14, 0.14) 0%, rgba(5, 8, 14, 0.04) 48%, transparent 82%);
    }

    .hero-banner.hero-banner--immersive .slide-background.using-track-background .slide-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 38%,
                rgba(0, 0, 0, 0.35) 64%,
                color-mix(in srgb, var(--bg-page, #121217) 92%, transparent) 92%,
                var(--bg-page, #121217) 100%
            ),
            linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 100%),
            linear-gradient(90deg, rgba(5, 8, 14, 0.88) 0%, rgba(5, 8, 14, 0.35) 52%, rgba(5, 8, 14, 0.2) 100%);
    }

    .hero-banner.hero-banner--immersive .hero-slide--has-track .slide-background.using-track-background .slide-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(0, 0, 0, 0) 0%,
                rgba(0, 0, 0, 0) 38%,
                rgba(0, 0, 0, 0.35) 64%,
                color-mix(in srgb, var(--bg-page, #121217) 92%, transparent) 92%,
                var(--bg-page, #121217) 100%
            ),
            linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.38) 100%),
            linear-gradient(90deg, rgba(5, 8, 14, 0.22) 0%, rgba(5, 8, 14, 0.32) 42%, rgba(5, 8, 14, 0.82) 72%, rgba(5, 8, 14, 0.92) 100%);
    }
}


.slide-content {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    height: 100%;
    padding: 0 24px;
    width: 100%;
    max-width: var(--container-max-width, 1600px);
    margin: 0 auto;
    min-height: 0;
    box-sizing: border-box;
}

.slide-left {
    max-width: 100%;
    padding-left: 20px;
    min-width: 0;
}

.slide-badge {
    margin-bottom: 24px;
}

.badge-text {
    display: inline-block;
    padding: 7px 14px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(255,255,255,0.92);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.22);
    backdrop-filter: blur(10px);
}

.slide-title {
    font-size: 2.75rem;
    font-weight: 750;
    letter-spacing: -0.02em;
    line-height: 1.12;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.96);
    text-shadow: 0 10px 28px rgba(0,0,0,0.55);
    word-wrap: break-word;
    max-width: 100%;
}

.slide-subtitle {
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
    max-width: 540px;
    text-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.slide-description {
    font-size: 1.1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 24px;
    max-width: 90%;
    word-wrap: break-word;
}

.slide-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: none;
    border-radius: var(--border-radius);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.btn-large {
    padding: 16px 32px;
    font-size: 18px;
}

.btn-primary {
    background: rgba(255, 255, 255, 0.92);
    color: rgba(10, 15, 25, 0.95);
    box-shadow: 0 12px 30px rgba(0,0,0,0.28);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(0,0,0,0.34);
}

.btn-outline {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.34);
    backdrop-filter: blur(10px);
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.slide-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-page .featured-track-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-radius: var(--border-radius-large);
    padding: 20px;
    border: 1px solid var(--card-border);
    max-width: 350px;
    width: 100%;
    min-width: 0;
}

.home-page .featured-track-card.has-track {
    position: relative;
    background: none;
    backdrop-filter: none;
    border: none;
    padding: 0;
    max-width: 420px;
    border-radius: var(--border-radius-large);
    overflow: hidden;
    aspect-ratio: 1 / 1;
    box-shadow: 0 22px 60px rgba(0,0,0,0.45);
    transform: translateZ(0);
}

.home-page .featured-track-card.has-track .track-artwork {
    height: 100%;
    margin: 0;
    border-radius: 0;
}

.home-page .featured-track-card.has-track .track-artwork::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: var(--transition);
    z-index: 0;
}

.home-page .featured-track-card.has-track .track-artwork:hover::after {
    opacity: 1;
}

.home-page .track-artwork {
    position: relative;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.home-page .track-artwork img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: var(--transition);
}

.home-page .featured-track-card.has-track .track-artwork img {
    height: 100%;
}

.home-page .artwork-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
    z-index: 1;
}

.home-page .track-artwork:hover .artwork-overlay {
    opacity: 1;
}

.home-page .track-artwork .track-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    font-size: 22px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}

.home-page .track-artwork .track-play-btn i {
    font-size: 22px;
}

.home-page .track-artwork:hover .track-play-btn {
    opacity: 1;
    background: rgba(0, 0, 0, 0.85);
}

.home-page .track-artwork .track-play-btn.playing {
    opacity: 1;
    background: rgba(0, 0, 0, 0.95);
}

.home-page .track-artwork .track-play-btn.playing:hover {
    background: rgba(0, 0, 0, 0.9);
}

.home-page .play-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-primary);
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: var(--transition);
}

.home-page .play-btn:hover {
    transform: scale(1.1);
    box-shadow: var(--shadow-medium);
}

.home-page .track-info {
    text-align: center;
}

.home-page .featured-track-card.has-track .track-info {
    display: none;
}

.home-page .track-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.home-page .track-artist {
    font-size: 1rem;
    color: var(--text-secondary);
    margin-bottom: 8px;
}

.home-page .track-genre {
    display: inline-block;
    padding: 4px 12px;
    background: var(--gradient-secondary);
    color: white;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px;
}

.home-page .track-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: var(--text-muted);
}

.home-page .play-count {
    display: flex;
    align-items: center;
    gap: 4px;
}

.home-page .price {
    font-weight: 600;
    color: var(--success-color);
}



.main-content {
    margin-top: -20px;
    padding: 48px 0 72px;
    position: relative;
    z-index: 0;
}

.main-content::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.06) 20%,
        rgba(255, 255, 255, 0.06) 80%,
        transparent
    );
    pointer-events: none;
}

.content-layout {
    display: grid;
    grid-template-columns: minmax(0, 3.2fr) minmax(320px, 1.3fr);
    gap: 48px;
    align-items: flex-start;
}

.content-layout > .content-left,
.content-layout > .content-right {
    min-width: 0;
}

.content-layout > .content-left {
    position: relative;
    z-index: 0;
}

.content-layout > .content-right {
    position: relative;
    z-index: 1;
    isolation: isolate;
}

@media (max-width: 1200px) {
    .content-layout {
        grid-template-columns: 1fr;
    }
}

.section {
    margin-bottom: 60px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title i {
    color: var(--primary-color);
    font-size: 1.5rem;
}

.view-all {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: var(--transition);
}

.view-all:hover {
    color: var(--accent-color);
}

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

.release-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: var(--transition);
    position: relative;
}

.release-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-color);
}

.release-artwork {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.release-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: var(--transition);
}

.release-card:hover .release-artwork img {
    transform: scale(1.05);
}

.release-artwork .artwork-overlay {
    display: flex;
    background: rgba(0, 0, 0, 0.35);
}

.release-artwork:hover .artwork-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}

.exclusive-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    background: var(--gradient-accent);
    color: white;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

.release-info {
    padding: 10px 12px 12px;
}

.release-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--text-primary);
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.release-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.release-title a:hover {
    color: var(--primary-color);
}

.release-artist {
    font-size: 0.82rem;
    color: var(--text-secondary);
    margin-bottom: 8px;
}

.release-artist a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.release-artist a:hover {
    color: var(--primary-color);
}

.release-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.release-genre {
    color: var(--text-muted);
}

.release-genre a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.release-genre a:hover {
    color: var(--primary-color);
}

.release-price {
    font-weight: 600;
    color: var(--success-color);
}

.latest-releases .release-artwork .artwork-overlay--latest,
.preorder-section .release-artwork .artwork-overlay--latest,
.charts-section .chart-card-cover .artwork-overlay--latest,
.featured-track-card.has-track .track-artwork .artwork-overlay--latest,
.album-releases-section .release-artwork .artwork-overlay--latest {
    display: block;
    pointer-events: none;
    z-index: 1;
}

.track-card-hover-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 2;
    height: 40px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    background: rgba(0, 0, 0, 0.62);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08) inset;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.latest-releases .release-card:hover .track-card-hover-bar,
.preorder-section .release-card:hover .track-card-hover-bar,
.charts-section .chart-card:hover .track-card-hover-bar,
.featured-track-card.has-track .track-artwork:hover .track-card-hover-bar,
.album-releases-section .release-card:hover .track-card-hover-bar {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.track-card-hover-bar .release-hover-play.track-play-btn {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    width: 36px;
    height: 36px;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    opacity: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.track-card-hover-bar .release-hover-play.track-play-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}

.track-card-hover-bar .release-hover-play.track-play-btn i {
    font-size: 15px;
    margin-left: 2px;
}

.track-card-hover-bar .release-hover-cart {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s ease;
}

.track-card-hover-bar .release-hover-cart:hover {
    background: rgba(255, 255, 255, 0.1);
}

.track-card-hover-bar .release-hover-cart i {
    font-size: 15px;
}

.track-card-hover-bar .release-hover-price {
    margin-left: auto;
    height: 40px;
    min-width: 0;
    padding: 0 12px;
    border-radius: 0;
    background: rgba(255, 58, 115, 0.92);
    color: rgba(255, 255, 255, 0.98);
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.track-card-hover-bar--album .release-hover-price {
    margin-left: auto;
}

.release-info--track-detail {
    padding: 10px 12px 12px;
}

.release-info--track-detail .release-title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 4px;
}

.release-info--track-detail .release-artist {
    font-size: 0.82rem;
    margin-bottom: 6px;
}

.release-track-meta-line {
    font-size: 11px;
    line-height: 1.35;
    color: rgba(148, 163, 184, 0.95);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.release-track-meta-line .rtm-sep {
    margin: 0 5px;
    opacity: 0.55;
}

.release-track-meta-line .rtm-genre {
    color: inherit;
    text-decoration: none;
}

.release-track-meta-line .rtm-genre:hover {
    color: var(--primary-color);
}

.charts-section .chart-card-body .chart-card-meta-line {
    margin-top: 2px;
}

.charts-section .chart-card-plays-line {
    font-size: 11px;
    color: rgba(148, 163, 184, 0.75);
    margin-top: 4px;
}

@media (hover: none) {
    .latest-releases .release-card .track-card-hover-bar,
    .preorder-section .release-card .track-card-hover-bar,
    .charts-section .chart-card .track-card-hover-bar,
    .featured-track-card.has-track .track-artwork .track-card-hover-bar,
    .album-releases-section .release-card .track-card-hover-bar {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }
}

.preorder-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.preorder-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: var(--transition);
    position: relative;
}

.preorder-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
    border-color: var(--warning-color);
}

.preorder-artwork {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.preorder-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.preorder-card:hover .preorder-artwork img {
    transform: scale(1.05);
}

.preorder-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    background: var(--warning-color);
    color: white;
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

.preorder-info {
    padding: 16px;
}

.preorder-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--text-primary);
}

.preorder-artist {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 10px;
}

.preorder-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.release-date {
    color: var(--text-muted);
}

.preorder-price {
    font-weight: 600;
    color: var(--warning-color);
}

.album-releases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

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

.album-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: var(--transition);
    position: relative;
    cursor: pointer;
}

.album-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-color);
}

.album-card::before {
    content: '����鿴����';
    position: absolute;
    bottom: 16px;
    right: 16px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    opacity: 0;
    transition: var(--transition);
    pointer-events: none;
    z-index: 2;
}

.album-card:hover::before {
    opacity: 1;
}

.album-artwork {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.album-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.album-card:hover .album-artwork img {
    transform: scale(1.05);
}

.album-info {
    padding: 16px;
}

.album-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--text-primary);
}

.album-artist {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 10px;
}

.album-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.album-genre {
    color: var(--text-muted);
    background: rgba(102, 126, 234, 0.2);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
}

.album-price {
    font-weight: 600;
    color: var(--primary-color);
}

.charts-carousel {
    position: relative;
}

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

.chart-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: var(--transition);
    position: relative;
}

.chart-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-color);
}

.chart-card-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    cursor: pointer;
}

.chart-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: var(--transition);
}

.chart-card:hover .chart-card-cover img {
    transform: scale(1.05);
}

.chart-card-cover:hover .artwork-overlay {
    opacity: 1;
}

.chart-rank-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.75);
    color: var(--text-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
}

.chart-card-body {
    padding: 10px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.chart-card-title {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chart-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.chart-card-title a:hover {
    color: var(--primary-color);
}

.chart-card-artist {
    font-size: 0.82rem;
    color: var(--text-secondary);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chart-card-artist a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.chart-card-artist a:hover {
    color: var(--primary-color);
}

.charts-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.charts-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: all 0.2s ease;
}

.charts-dot.active {
    background: var(--primary-color);
    transform: scale(1.2);
}

.carousel-container {
    position: relative;
    min-height: 200px;
}

.latest-releases .carousel-container:not(.js-initialized) .release-card:nth-child(n+11),
.charts-section .charts-carousel:not(.js-initialized) .chart-card:nth-child(n+11),
.album-releases-section .carousel-container:not(.js-initialized) .release-card:nth-child(n+5),
.preorder-section .carousel-container:not(.js-initialized) .release-card:nth-child(n+11),
.featured-artists-section .featured-artists-carousel:not(.js-initialized) .featured-artist-card:nth-child(n+5),
.labels-section .labels-carousel:not(.js-initialized) .label-card:nth-child(n+5) {
    display: none;
}

.carousel-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dot:hover {
    background: rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
}

.carousel-dot.active {
    background: var(--primary-color);
    transform: scale(1.2);
}

.artists-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.artist-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

.artist-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--primary-color);
}

.artist-rank {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--primary-color);
    min-width: 30px;
}

.artist-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

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

.artist-info {
    flex: 1;
    min-width: 0;
}

.artist-name {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artist-genre {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.artist-stats {
    display: flex;
    gap: 12px;
    font-size: 12px;
    color: var(--text-muted);
}

.artist-actions {
    display: flex;
    align-items: center;
}

.follow-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid var(--card-border);
    color: var(--text-secondary);
    font-size: 12px;
    cursor: pointer;
    transition: var(--transition);
}

.follow-btn:hover {
    background: var(--danger-color);
    border-color: var(--danger-color);
    color: white;
}

.labels-section {
    margin-top: 32px;
}

.labels-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.labels-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 16px;
}

.labels-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    transition: all 0.2s ease;
}

.labels-dot.active {
    background: var(--primary-color);
    transform: scale(1.2);
}

.label-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius);
    padding: 20px;
    text-align: center;
    transition: var(--transition);
}

a.label-card {
    display: block;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.label-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-color);
}

.label-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 16px;
    border-radius: 50%;
    overflow: hidden;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.label-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.label-name {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-primary);
}

.label-description {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 12px;
    line-height: 1.4;
}

.label-stats {
    display: flex;
    justify-content: space-around;
    font-size: 12px;
    color: var(--text-muted);
}

.albums-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.album-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: var(--transition);
    cursor: pointer;
    position: relative;
}

.album-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-medium);
    border-color: var(--primary-color);
}

.album-artwork {
    position: relative;
    height: 160px;
    overflow: hidden;
}

.album-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.album-card:hover .album-artwork img {
    transform: scale(1.05);
}

.album-info {
    padding: 16px;
}

.album-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--text-primary);
}

.album-artist {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 8px;
}

.album-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}

.track-count {
    color: var(--text-muted);
}

.album-price {
    font-weight: 600;
    color: var(--success-color);
}

.home-discover-genres-section .home-genre-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.home-genre-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 500;
    text-decoration: none;
    color: var(--text-primary);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    max-width: 100%;
}

.home-genre-chip:hover {
    border-color: var(--primary-color);
    background: rgba(34, 197, 94, 0.12);
    color: #fff;
}

.home-genre-chip-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
}

.home-genre-chip-count {
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--primary-color);
    background: rgba(34, 197, 94, 0.15);
    padding: 2px 6px;
    border-radius: 8px;
    flex-shrink: 0;
}

.featured-artists-section {
    margin-top: 32px;
}

.featured-artists-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.featured-artist-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: var(--border-radius);
    padding: 16px;
    transition: var(--transition);
    overflow: hidden;
}

.featured-artist-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-light);
    border-color: var(--primary-color);
}

.featured-artist-card .artist-link {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
}

.featured-artist-card .artist-avatar-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
}

.featured-artist-card .artist-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--card-border);
    transition: var(--transition);
}

.featured-artist-card:hover .artist-avatar {
    border-color: var(--primary-color);
    transform: scale(1.05);
}

.featured-artist-card .verified-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    border: 3px solid var(--card-bg);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.featured-artist-card .artist-info {
    text-align: center;
}

.featured-artist-card .artist-name {
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0 0 6px 0;
    transition: var(--transition);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-artist-card:hover .artist-name {
    color: var(--primary-color);
}

.featured-artist-card .artist-genre {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.featured-artist-card .artist-stats {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.featured-artist-card .stat-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.featured-artist-card .stat-item i {
    font-size: 0.75rem;
    color: var(--primary-color);
}

@media (max-width: 1200px) {
    .featured-artists-grid,
    .labels-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .home-discovery-panel {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px;
    }

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

@media (max-width: 768px) {
    .featured-artists-grid,
    .labels-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .featured-artist-card {
        padding: 14px;
    }
    
    .featured-artist-card .artist-avatar-wrapper {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    
    .featured-artist-card .verified-badge {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }

    .home-discovery-panel {
        padding: 22px;
        border-radius: 20px;
    }

    .home-discovery-title {
        font-size: 1.55rem;
    }

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

.bottom-banner {
    padding: 88px 0 96px;
    margin-top: 80px;
}

.remix-station-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    gap: 28px;
    align-items: stretch;
}

.remix-station-intro,
.remix-station-panel {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.remix-station-intro {
    padding: 36px 36px 34px;
}

.remix-station-panel {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.remix-station-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.remix-station-kicker::before {
    content: '';
    width: 36px;
    height: 1px;
    background: linear-gradient(90deg, var(--primary-color), transparent);
}

.remix-station-title {
    margin: 0 0 16px;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--text-primary);
}

.remix-station-description {
    margin: 0;
    max-width: 760px;
    font-size: 1.02rem;
    line-height: 1.78;
    color: var(--text-secondary);
}

.remix-station-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

.station-highlight-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.station-highlight-card strong {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
    color: var(--text-primary);
}

.station-highlight-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
    color: var(--text-secondary);
}

.station-highlight-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--primary-rgb, 34, 197, 94), 0.14);
    color: var(--primary-color);
    box-shadow: inset 0 0 0 1px rgba(var(--primary-rgb, 34, 197, 94), 0.18);
}

.remix-station-actions {
    margin-top: 30px;
}

.station-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.station-panel-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--text-primary);
}

.station-panel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--primary-color);
    box-shadow: 0 0 0 6px rgba(var(--primary-rgb, 34, 197, 94), 0.12);
}

.station-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.station-feature-card {
    display: block;
    padding: 18px;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.station-feature-card:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--primary-rgb, 34, 197, 94), 0.22);
    background: rgba(var(--primary-rgb, 34, 197, 94), 0.08);
}

.station-feature-meta {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--primary-color);
}

.station-feature-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: var(--text-primary);
}

.station-feature-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: var(--text-secondary);
}

.station-mini-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: auto;
}

.station-mini-step {
    padding: 14px 10px;
    border-radius: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.station-mini-step span {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-primary);
}

.station-mini-step small {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-muted);
}


@media (max-width: 1200px) {
    .content-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .remix-station-shell {
        grid-template-columns: 1fr;
    }

    .remix-station-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .hero-banner {
        min-height: clamp(480px, 70vh, 760px);
        height: clamp(480px, 70vh, 760px);
        margin-top: calc(var(--header-height, 56px) + env(safe-area-inset-top, 0px));
        padding-top: 0;
        padding-bottom: 20px;
        margin-bottom: 28px;
    }
    
    .hero-banner--enterprise .hero-home-swiper {
        height: 100%;
        min-height: inherit;
    }
    
    .slide-content {
        gap: 30px;
        padding: 0 20px;
    }
    
    .slide-left {
        padding-left: 0;
        max-width: 100%;
    }
    
    .slide-title {
        font-size: 2.2rem;
        line-height: 1.1;
        margin-bottom: 16px;
    }
    
    .slide-description {
        font-size: 1rem;
        margin-bottom: 20px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 16px;
    }

    .remix-station-intro,
    .remix-station-panel {
        padding: 22px;
        border-radius: 18px;
    }

    .remix-station-title {
        font-size: 1.9rem;
    }

    .remix-station-highlights,
    .station-feature-grid {
        grid-template-columns: 1fr;
    }

    .station-mini-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .hero-banner {
        min-height: clamp(440px, 65vh, 700px);
        height: clamp(440px, 65vh, 700px);
        margin-top: calc(var(--header-height, 56px) + env(safe-area-inset-top, 0px));
        padding-top: 0;
        padding-bottom: 16px;
        margin-bottom: 24px;
    }
    
    .hero-banner--enterprise .hero-home-swiper {
        height: 100%;
        min-height: inherit;
    }
    
    .slide-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
        padding: 20px 16px;
    }

    /* �Զ���õ�Ƭ��խ����������룬����̳�ȫ�־��� */
    .hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-content {
        text-align: left;
    }
    
    .slide-left {
        padding-left: 0;
        max-width: 100%;
    }
    
    .slide-title {
        font-size: 1.8rem;
        line-height: 1.1;
        margin-bottom: 12px;
        word-break: break-word;
    }
    
    .slide-description {
        font-size: 0.95rem;
        line-height: 1.4;
        margin-bottom: 16px;
        max-width: 100%;
    }
    
    .slide-actions {
        justify-content: center;
        gap: 12px;
    }

    .hero-banner.hero-banner--immersive .hero-slide:not(.hero-slide--has-track) .slide-actions {
        justify-content: flex-start;
    }
    
    .featured-track-card {
        max-width: 300px;
        padding: 20px;
    }
    
    .featured-track-card.has-track {
        padding: 0;
        max-width: 320px;
        box-shadow: var(--shadow-medium);
    }
    
    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .nav-btn.prev {
        left: 16px;
    }
    
    .nav-btn.next {
        right: 16px;
    }
    
    .releases-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 12px;
    }
    
    .preorder-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    
    .labels-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .albums-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    
    .banner-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .banner-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .featured-artists-grid {
        grid-template-columns: 1fr;
    }

    .home-discovery-panel {
        padding: 18px;
    }

    .home-discovery-title {
        font-size: 1.28rem;
    }

    .home-discovery-description {
        font-size: 0.88rem;
        line-height: 1.65;
    }

    .home-discovery-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .enterprise-visual-orb-a {
        width: 180px;
        height: 180px;
    }

    .enterprise-visual-orb-b {
        width: 120px;
        height: 120px;
    }

    .hero-banner {
        min-height: 40vh;
    }
    
    .hero-banner--enterprise .hero-home-swiper {
        height: 40vh;
    }
    
    .slide-content {
        padding: 15px 12px;
        gap: 15px;
    }
    
    .slide-title {
        font-size: 1.5rem;
        line-height: 1.1;
        margin-bottom: 10px;
        word-break: break-word;
    }
    
    .slide-description {
        font-size: 0.9rem;
        line-height: 1.3;
        margin-bottom: 12px;
    }
    
    .btn-large {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .featured-track-card {
        max-width: 280px;
        padding: 16px;
    }
    
    .featured-track-card.has-track {
        padding: 0;
        max-width: 280px;
        box-shadow: var(--shadow-medium);
    }
    
    .track-artwork img {
        height: 150px;
    }
    
    .chart-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .artist-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    
    .featured-track-card {
        padding: 16px;
    }
    
    .featured-track-card.has-track {
        padding: 0;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section {
    animation: fadeIn 0.6s ease-out;
}

.featured-artists-carousel {
    position: relative;
}

.featured-artists-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.featured-artists-section .featured-artists-carousel:not(.js-initialized) .featured-artist-card:nth-child(n+5) {
    display: none;
}

.featured-artists-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.featured-artists-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    transition: transform 0.2s ease, background 0.2s ease;
}

.featured-artists-dot.active {
    background: var(--primary-color);
    transform: scale(1.2);
}


.home-discovery-panel {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 22px;
    padding: 34px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background:
        radial-gradient(circle at top right, rgba(var(--primary-rgb, 34, 197, 94), 0.16) 0%, transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.015) 100%),
        #171717;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.18);
}

.home-discovery-panel::before {
    content: '';
    position: absolute;
    inset: auto -8% 18% auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--primary-rgb, 34, 197, 94), 0.16) 0%, transparent 72%);
    filter: blur(8px);
    pointer-events: none;
}

.home-discovery-main {
    position: relative;
    z-index: 1;
    max-width: 640px;
}

.home-discovery-kicker {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.home-discovery-title {
    margin: 0 0 14px;
    max-width: 620px;
    font-size: clamp(1.8rem, 2.6vw, 2.7rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
    color: var(--text-primary);
}

.home-discovery-description {
    max-width: 600px;
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.78;
    color: var(--text-secondary);
}

.home-discovery-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.home-discovery-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    align-content: center;
}

.home-discovery-card {
    display: block;
    padding: 18px 18px 16px;
    border-radius: 18px;
    text-decoration: none;
    color: inherit;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.home-discovery-card:hover {
    transform: translateY(-2px);
    border-color: rgba(var(--primary-rgb, 34, 197, 94), 0.32);
    background: rgba(255, 255, 255, 0.045);
}

.home-discovery-card-label {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--primary-color);
}

.home-discovery-card strong {
    display: block;
    font-size: 15px;
    line-height: 1.55;
    color: var(--text-primary);
}

@keyframes enterpriseGlowShift {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    100% {
        transform: translate3d(0, -1.5%, 0) scale(1.03);
    }
}

@keyframes enterpriseSweep {
    0% {
        transform: translateX(-18%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
    100% {
        transform: translateX(18%);
        opacity: 0.5;
    }
}

@keyframes enterprisePulse {
    0%, 100% {
        transform: scale(0.96);
        opacity: 0.58;
    }
    50% {
        transform: scale(1.04);
        opacity: 0.9;
    }
}

@keyframes enterpriseFloatA {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(-10px, -16px, 0);
    }
}

@keyframes enterpriseFloatB {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(14px, 12px, 0);
    }
}

.banner-section {
    margin-top: 28px;
}

.banner-container {
    width: 100%;
    max-width: var(--container-max-width, 1600px);
    margin: 0 auto;
}

.banner-item {
    width: 100%;
    height: 170px;
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    transition: var(--transition);
}

.banner-item:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-medium);
}

.banner-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.banner-item:hover .banner-image {
    transform: scale(1.02);
}

.banner-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 20px;
    color: white;
}

.banner-overlay .banner-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: white;
}

.banner-overlay .banner-description {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.artist-label-banner {
    border-radius: 8px;
    padding: 24px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-left-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-icon-wrapper {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-text-content {
    flex: 1;
}

.banner-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.banner-desc {
    margin: 8px 0 0 0;
    opacity: 0.9;
}

.banner-right-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner-link-btn {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
}

.promo-banner {
    border-radius: 4px;
    padding: 20px;
    margin: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.promo-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promo-text {
    flex: 1;
}

.promo-heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.promo-desc {
    margin: 8px 0 0 0;
    opacity: 0.9;
}

.promo-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    text-transform: uppercase;
}

.promo-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.promo-btn {
    width: 32px;
    height: 32px;
    background-color: var(--success-color);
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    padding: 0;
}

@keyframes home-ai-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes home-ai-scan {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.home-ai-assistant-section {
    margin-bottom: 0;
}

.home-ai-panel {
    position: relative;
    padding: 16px 14px 14px 16px;
    border-radius: var(--border-radius, 8px);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.1));
    border-left: 3px solid var(--primary-color, #22c55e);
    background: var(--card-bg, rgba(255, 255, 255, 0.02));
    box-shadow: var(--shadow-medium, 0 8px 24px rgba(0, 0, 0, 0.28));
    overflow: hidden;
    transition: var(--transition, border-color 0.2s ease, box-shadow 0.2s ease);
}

.home-ai-panel:hover {
    border-color: rgba(255, 255, 255, 0.14);
}

.home-ai-hud {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.35;
    pointer-events: none;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2));
}

.home-ai-panel--busy::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary-color, #22c55e), transparent);
    opacity: 0.85;
    animation: home-ai-scan 1s linear infinite;
    z-index: 3;
    pointer-events: none;
}

.home-ai-head {
    position: relative;
    z-index: 1;
    margin-bottom: 12px;
}

.home-ai-brand {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.home-ai-badge {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--primary-color, #22c55e);
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.15);
}

.home-ai-head-text {
    min-width: 0;
}

.home-ai-kicker {
    margin: 0 0 6px;
    font-family: ui-monospace, 'SF Mono', Consolas, 'Liberation Mono', Menlo, monospace;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--primary-color, #22c55e);
    opacity: 0.92;
}

.home-ai-title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--text-primary);
}

.home-ai-intro {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: var(--text-secondary);
}

.home-ai-tabs-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

.home-ai-tab {
    flex: 1;
    margin: 0;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text-secondary);
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
    transition:
        border-color 0.2s ease,
        background 0.2s ease,
        color 0.2s ease;
}

.home-ai-tab:hover {
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--text-primary);
}

.home-ai-tab.active {
    border-color: var(--primary-color, #22c55e);
    background: rgba(34, 197, 94, 0.1);
    color: var(--text-primary);
}

.home-ai-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.home-ai-field {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.home-ai-input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: var(--border-radius, 8px);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.1));
    background: rgba(0, 0, 0, 0.35);
    color: var(--text-primary);
    font-size: 0.875rem;
    line-height: 1.45;
    resize: vertical;
    min-height: 72px;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.home-ai-panel--busy .home-ai-input {
    opacity: 0.65;
    pointer-events: none;
}

.home-ai-input:focus {
    outline: none;
    border-color: var(--primary-color, #22c55e);
    box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.25);
}

.home-ai-actions {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 2px;
}

.home-ai-send {
    position: relative;
    min-width: 96px;
    padding: 9px 18px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 4px;
    overflow: hidden;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.home-ai-send:not(:disabled):hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
}

.home-ai-send .home-ai-send-loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.5em 0 0 -0.5em;
    font-size: 1rem;
}

.home-ai-send.is-loading .home-ai-send-label {
    opacity: 0;
}

.home-ai-send.is-loading .home-ai-send-loading {
    display: block;
    animation: home-ai-spin 0.65s linear infinite;
}

.home-ai-status {
    font-size: 0.72rem;
    font-family: ui-monospace, monospace;
    color: var(--text-muted, rgba(148, 163, 184, 0.9));
}

.home-ai-output {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    padding: 12px 12px;
    border-radius: var(--border-radius, 8px);
    border: 1px solid var(--card-border, rgba(255, 255, 255, 0.1));
    background: rgba(0, 0, 0, 0.22);
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--text-primary);
    opacity: 0;
    transform: translateY(6px);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.home-ai-output.home-ai-output--in {
    opacity: 1;
    transform: translateY(0);
}

.home-ai-reply {
    white-space: pre-wrap;
    word-break: break-word;
}

.home-ai-tracks {
    position: relative;
    z-index: 1;
    margin-top: 10px;
}

.home-ai-tracks-title {
    margin: 0 0 6px;
    font-size: 0.65rem;
    font-weight: 700;
    font-family: ui-monospace, monospace;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--primary-color, #22c55e);
}

.home-ai-track-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-ai-track-item {
    margin: 0;
}

.home-ai-track-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}

.home-ai-track-link:hover {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.1);
}

.home-ai-track-cover {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
}

.home-ai-track-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.home-ai-track-title {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-ai-track-artist {
    font-size: 0.75rem;
    color: var(--text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-ai-footnote {
    position: relative;
    z-index: 1;
    margin: 12px 0 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.62rem;
    line-height: 1.45;
    color: var(--text-muted, rgba(148, 163, 184, 0.75));
}

@media (prefers-reduced-motion: reduce) {
    .home-ai-panel--busy::after {
        animation: none;
    }

    .home-ai-send.is-loading .home-ai-send-loading {
        animation: none;
    }

    .home-ai-output {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .hero-banner .swiper-slide .slide-badge,
    .hero-banner .swiper-slide .slide-title,
    .hero-banner .swiper-slide .slide-subtitle,
    .hero-banner .swiper-slide .slide-hero-meta,
    .hero-banner .swiper-slide .slide-description,
    .hero-banner .swiper-slide .slide-actions,
    .hero-banner .swiper-slide .slide-right {
        transform: none !important;
        transition-duration: 0.12s;
        transition-delay: 0ms !important;
        transition-timing-function: ease;
    }
}

/* 修复�?�?�止 track.css �?? main.main .track-title �?�大屏�?影�?��?页幻灯�??�?�? */
@media (min-width: 1201px) {
    main.main .hero-banner .slide-title {
        font-size: 2.75rem !important;
        font-weight: 750 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
    }
    
    main.main .hero-banner.hero-banner--immersive .slide-title {
        font-size: clamp(1.85rem, 3.6vw, 3.35rem) !important;
        font-weight: 850 !important;
    }
}
