﻿    :root {
      --home-accent: #f3a36a;
      --home-accent-strong: #ff8d4f;
      --home-cool: #6ca8ff;
      --home-panel: rgba(17, 19, 31, 0.78);
      --home-panel-strong: rgba(14, 16, 26, 0.96);
      --home-border: rgba(255, 255, 255, 0.08);
      --home-shadow: 0 30px 80px rgba(4, 6, 16, 0.45);
    }

    body.home-gradient {
      background:
        radial-gradient(circle at 20% 0%, rgba(243, 163, 106, 0.14), transparent 26%),
        radial-gradient(circle at 80% 10%, rgba(108, 168, 255, 0.16), transparent 28%),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.06), transparent 36%),
        linear-gradient(180deg, #090b12 0%, #0c0f18 48%, #090b12 100%);
    }

    .navbar {
      background: linear-gradient(180deg, rgba(12, 14, 22, 0.96), rgba(9, 11, 18, 0.92));
      backdrop-filter: blur(18px);
      border-right: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 18px 0 42px rgba(0, 0, 0, 0.28);
      transition: background var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);
    }

    .navbar.scrolled {
      background: linear-gradient(180deg, rgba(10, 12, 19, 0.98), rgba(8, 10, 17, 0.98));
      border-color: rgba(255, 255, 255, 0.08);
      box-shadow: 18px 0 42px rgba(0, 0, 0, 0.28);
    }

    .home-shell {
      position: relative;
      margin-left: 220px;
      overflow: hidden;
    }

    @media (min-width: 1025px) {
      .home-shell {
        margin-left: 252px;
      }
    }

    .page-content.home-page {
      margin-left: 0;
      padding-bottom: calc(var(--player-height) + var(--spacing-3xl));
    }

    .hero.hero-immersive {
      min-height: auto;
      align-items: stretch;
      justify-content: flex-start;
      padding: var(--spacing-xl) 0 var(--spacing-xl);
      text-align: left;
    }

    .hero.hero-immersive::before {
      background: none;
    }

    .hero-grid {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: minmax(0, 0.96fr) minmax(420px, 0.94fr);
      grid-template-areas:
        "banner banner"
        "copy stage"
        "queue queue";
      gap: 22px 24px;
      align-items: stretch;
      min-height: auto;
      padding: clamp(26px, 4vw, 36px);
      border-radius: 34px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: var(--home-shadow);
      background:
        radial-gradient(circle at top left, rgba(243, 163, 106, 0.08), transparent 24%),
        radial-gradient(circle at top right, rgba(108, 168, 255, 0.1), transparent 28%),
        rgba(9, 12, 19, 0.78);
      backdrop-filter: blur(16px);
    }

    .hero-grid::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 22%);
      pointer-events: none;
    }

    .hero-grid::after {
      content: '';
      position: absolute;
      left: -6%;
      bottom: -20%;
      width: 340px;
      height: 340px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(243, 163, 106, 0.18), transparent 64%);
      filter: blur(18px);
      pointer-events: none;
    }

    .hero-banner-strip {
      grid-area: banner;
      position: relative;
      z-index: 1;
      display: block;
      min-height: 184px;
      border-radius: 26px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 20px 50px rgba(4, 6, 16, 0.28);
      background: rgba(12, 15, 24, 0.9);
    }

    .hero-banner-track {
      display: flex;
      height: 100%;
      transition: transform 560ms ease;
    }

    .hero-banner-slide {
      min-width: 100%;
      min-height: 184px;
      padding: 22px 24px 54px;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      gap: 20px;
      position: relative;
      overflow: hidden;
    }

    .hero-banner-slide::before {
      content: '';
      position: absolute;
      inset: 0;
      pointer-events: none;
    }

    .hero-banner-slide.is-brand {
      background:
        radial-gradient(circle at 15% 25%, rgba(243, 163, 106, 0.18), transparent 30%),
        radial-gradient(circle at 82% 22%, rgba(108, 168, 255, 0.18), transparent 26%),
        linear-gradient(120deg, rgba(10, 12, 19, 0.98), rgba(14, 18, 30, 0.92));
    }

    .hero-banner-slide.is-brand::before {
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 55%),
        radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.08), transparent 28%);
    }

    .hero-banner-slide.is-intro {
      background:
        radial-gradient(circle at top right, rgba(108, 168, 255, 0.14), transparent 30%),
        linear-gradient(135deg, rgba(11, 15, 24, 0.98), rgba(15, 19, 31, 0.95));
    }

    .hero-banner-slide.is-intro::before {
      background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 48%),
        linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.02) 100%);
    }

    .banner-brand-main,
    .banner-slide-main,
    .banner-slide-side {
      position: relative;
      z-index: 1;
    }

    .banner-brand-main {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 10px;
      padding-top: 4px;
      flex: 1;
      min-width: 0;
    }

    .banner-brand-logo {
      width: min(280px, 100%);
      height: auto;
      display: block;
      filter:
        drop-shadow(0 16px 34px rgba(58, 83, 158, 0.2))
        drop-shadow(0 0 20px rgba(255, 255, 255, 0.06));
    }

    .banner-wordmark {
      min-width: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-top: -2px;
    }

    .banner-wordmark-title {
      margin: 0;
      font-size: clamp(1.72rem, 2.4vw, 2.42rem);
      line-height: 1.02;
      letter-spacing: -0.045em;
    }

    .banner-wordmark-copy {
      max-width: 500px;
      margin: 0;
      color: rgba(255, 255, 255, 0.7);
      font-size: 0.88rem;
      line-height: 1.62;
    }

    .banner-brand-side {
      position: relative;
      z-index: 1;
      width: 286px;
      display: grid;
      gap: 10px;
      align-content: center;
    }

    .banner-feature-card {
      padding: 13px 15px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(12px);
    }

    .banner-feature-card strong {
      display: block;
      margin-bottom: 4px;
      font-size: 0.88rem;
    }

    .banner-feature-card span {
      display: block;
      color: rgba(255, 255, 255, 0.64);
      font-size: 0.76rem;
      line-height: 1.48;
    }

    .banner-slide-main {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: 0;
    }

    .banner-slide-kicker {
      display: inline-flex;
      width: fit-content;
      align-items: center;
      gap: 8px;
      padding: 6px 11px;
      margin-bottom: 12px;
      border-radius: var(--radius-full);
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.74rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .banner-slide-title {
      margin: 0 0 12px;
      max-width: 480px;
      font-size: clamp(1.76rem, 2.3vw, 2.36rem);
      line-height: 1.04;
      letter-spacing: -0.04em;
    }

    .banner-slide-copy {
      max-width: 500px;
      margin: 0;
      color: rgba(255, 255, 255, 0.68);
      font-size: 0.86rem;
      line-height: 1.62;
    }

    .banner-slide-side {
      width: 324px;
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
      align-content: center;
    }

    .banner-chip {
      padding: 14px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
    }

    .banner-chip strong {
      display: block;
      margin-bottom: 4px;
      font-size: 0.9rem;
    }

    .banner-chip span {
      color: rgba(255, 255, 255, 0.62);
      font-size: 0.76rem;
      line-height: 1.46;
    }

    .hero-banner-controls {
      position: absolute;
      left: 24px;
      right: 24px;
      bottom: 16px;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      pointer-events: none;
    }

    .hero-banner-control,
    .hero-banner-dot {
      pointer-events: auto;
      border: none;
      cursor: pointer;
    }

    .hero-banner-control {
      width: 38px;
      height: 38px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(7, 10, 18, 0.62);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(10px);
      transition: transform var(--transition-fast), background var(--transition-fast), border-color var(--transition-fast);
    }

    .hero-banner-control:hover {
      transform: translateY(-1px);
      background: rgba(16, 20, 30, 0.9);
      border-color: rgba(255, 255, 255, 0.16);
    }

    .hero-banner-dots {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 8px 12px;
      border-radius: var(--radius-full);
      background: rgba(7, 10, 18, 0.58);
      border: 1px solid rgba(255, 255, 255, 0.08);
      backdrop-filter: blur(10px);
    }

    .hero-banner-dot {
      width: 10px;
      height: 10px;
      padding: 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.28);
      transition: transform var(--transition-fast), background var(--transition-fast);
    }

    .hero-banner-dot.active {
      transform: scale(1.18);
      background: linear-gradient(135deg, var(--home-accent), var(--home-cool));
    }
    }

    .hero-copy,
    .hero-stage,
    .hero-queue {
      position: relative;
      z-index: 1;
    }

    .hero-copy {
      grid-area: copy;
      max-width: 560px;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 10px 0;
    }

    .hero.hero-immersive .hero-actions {
      justify-content: flex-start;
      gap: 14px;
      margin-bottom: 24px;
      flex-wrap: wrap;
    }

    .hero-actions .btn {
      min-width: 150px;
      min-height: 54px;
      border-radius: 999px;
      padding: 12px 22px;
      font-size: 0.96rem;
      font-weight: 650;
      letter-spacing: -0.01em;
      backdrop-filter: blur(12px);
    }

    .hero-actions .btn svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
    }

    .hero-actions .btn-primary {
      min-width: 182px;
      min-height: 60px;
      padding: 15px 28px;
      font-size: 1.04rem;
      font-weight: 700;
      box-shadow: 0 18px 42px rgba(243, 163, 106, 0.3);
    }

    .hero-actions .btn-primary svg {
      width: 22px;
      height: 22px;
    }

    .hero-actions .btn-secondary {
      min-width: 148px;
      color: rgba(255, 255, 255, 0.94);
    }

    .hero.hero-immersive .btn-primary {
      background: linear-gradient(135deg, var(--home-accent), var(--home-accent-strong));
      color: #121113;
      box-shadow: 0 16px 38px rgba(243, 163, 106, 0.28);
    }

    .hero.hero-immersive .btn-primary:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 48px rgba(243, 163, 106, 0.34);
    }

    .hero.hero-immersive .btn-secondary {
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.12);
      color: var(--color-text-primary);
    }

    .hero.hero-immersive .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.09);
      border-color: rgba(255, 255, 255, 0.18);
    }

    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .metric-card {
      padding: 14px 16px;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.07);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(12px);
    }

    .metric-card strong {
      display: block;
      margin-bottom: 6px;
      font-size: 1.34rem;
      font-weight: 700;
      letter-spacing: -0.04em;
    }

    .metric-card span {
      color: rgba(255, 255, 255, 0.62);
      font-size: 0.78rem;
      line-height: 1.56;
    }

    .panel-glass {
      border: 1px solid var(--home-border);
      background: var(--home-panel);
      box-shadow: var(--home-shadow);
      backdrop-filter: blur(16px);
    }

    .hero-stage {
      grid-area: stage;
      position: relative;
      align-self: stretch;
      display: flex;
      min-width: 0;
      padding-top: 0;
    }

    .hero-stage::before,
    .hero-stage::after {
      content: '';
      position: absolute;
      border-radius: 999px;
      filter: blur(60px);
      opacity: 0.6;
      pointer-events: none;
    }

    .hero-stage::before {
      top: 8%;
      right: 6%;
      width: 160px;
      height: 160px;
      background: rgba(243, 163, 106, 0.18);
    }

    .hero-stage::after {
      left: -8%;
      bottom: 6%;
      width: 180px;
      height: 180px;
      background: rgba(108, 168, 255, 0.16);
    }

    .hero-spotlight {
      position: relative;
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 196px auto;
      gap: 14px;
      align-items: stretch;
      width: 100%;
      min-height: 100%;
      padding: 16px;
      border-radius: 26px;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%),
        rgba(9, 12, 20, 0.84);
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 20px 50px rgba(4, 6, 16, 0.38);
      backdrop-filter: blur(14px);
      transition: transform var(--transition-normal), border-color var(--transition-normal), box-shadow var(--transition-normal);
    }

    .hero-spotlight:hover {
      transform: translateY(-4px);
      border-color: rgba(243, 163, 106, 0.24);
      box-shadow: 0 30px 70px rgba(4, 6, 16, 0.48);
    }

    .hero-spotlight-cover {
      position: relative;
      aspect-ratio: auto;
      min-height: 196px;
      border-radius: 22px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 24px 50px rgba(0, 0, 0, 0.3);
    }

    .hero-spotlight-cover::after {
      content: '';
      position: absolute;
      inset: auto 0 0 0;
      height: 38%;
      background: linear-gradient(180deg, transparent, rgba(5, 8, 15, 0.82));
      pointer-events: none;
    }

    .hero-spotlight-cover img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 600ms ease;
    }

    .spotlight-cover-caption {
      position: absolute;
      left: 14px;
      right: 14px;
      bottom: 14px;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 10px;
    }

    .spotlight-cover-label,
    .spotlight-cover-state {
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: var(--radius-full);
      background: rgba(9, 11, 18, 0.58);
      border: 1px solid rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.86);
      font-size: 0.72rem;
      backdrop-filter: blur(10px);
    }

    .hero-spotlight:hover .hero-spotlight-cover img {
      transform: scale(1.03);
    }

    .hero-spotlight-body {
      display: flex;
      flex-direction: column;
      min-width: 0;
      justify-content: flex-start;
    }

    .spotlight-topline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 10px;
      color: rgba(255, 255, 255, 0.62);
      font-size: 0.78rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .spotlight-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 7px 12px;
      border-radius: var(--radius-full);
      background: rgba(243, 163, 106, 0.14);
      border: 1px solid rgba(243, 163, 106, 0.18);
      color: rgba(255, 238, 226, 0.96);
    }

    .spotlight-topline-side {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    .spotlight-side-chip {
      display: none;
    }

    .spotlight-time {
      display: inline-flex;
      align-items: center;
      padding: 6px 10px;
      border-radius: var(--radius-full);
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.74rem;
      letter-spacing: 0.04em;
      text-transform: none;
    }

    .hero-spotlight-title {
      margin: 0 0 8px;
      font-size: clamp(1.38rem, 1.9vw, 1.76rem);
      line-height: 1.06;
      letter-spacing: -0.05em;
    }

    .spotlight-submeta {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      margin-bottom: 8px;
    }

    .spotlight-artist-name {
      display: inline-flex;
      align-items: center;
      font-size: 1rem;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.94);
    }

    .spotlight-artist-note {
      color: rgba(255, 255, 255, 0.56);
      font-size: 0.82rem;
      line-height: 1.6;
    }

    .hero-spotlight-desc {
      margin: 0;
      color: rgba(255, 255, 255, 0.7);
      line-height: 1.62;
      font-size: 0.84rem;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden;
    }

    .hero-spotlight-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 7px;
      margin: 12px 0 14px;
    }

    .hero-spotlight-tag {
      padding: 6px 9px;
      border-radius: var(--radius-full);
      background: rgba(255, 255, 255, 0.05);
      border: 1px solid rgba(255, 255, 255, 0.04);
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.74rem;
    }

    .hero-spotlight-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-top: auto;
      padding-top: 14px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .spotlight-meta {
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.78rem;
    }

    .spotlight-meta span {
      display: inline-flex;
      align-items: center;
      padding: 7px 10px;
      border-radius: var(--radius-full);
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .spotlight-open {
      display: inline-flex;
      align-items: center;
      padding: 9px 14px;
      border-radius: var(--radius-full);
      border: 1px solid rgba(243, 163, 106, 0.18);
      background: rgba(243, 163, 106, 0.1);
      color: rgba(255, 232, 212, 0.96);
      font-size: 0.82rem;
      font-weight: 600;
      white-space: nowrap;
    }

    .hero-queue {
      grid-area: queue;
      padding: 18px 20px;
      border-radius: 24px;
      background: rgba(7, 9, 16, 0.54);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
      backdrop-filter: blur(18px);
    }

    .queue-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 14px;
    }

    .queue-head strong {
      font-size: 0.98rem;
      font-weight: 600;
    }

    .queue-head span {
      color: rgba(255, 255, 255, 0.56);
      font-size: 0.78rem;
    }

    .queue-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 12px;
    }

    .queue-item {
      display: grid;
      grid-template-columns: 58px minmax(0, 1fr) auto;
      align-items: center;
      gap: 12px;
      padding: 11px;
      border-radius: 18px;
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid transparent;
      transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
    }

    .queue-item:hover {
      transform: translateY(-2px);
      border-color: rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.06);
    }

    .queue-thumb {
      width: 58px;
      height: 58px;
      border-radius: 16px;
      overflow: hidden;
      flex-shrink: 0;
    }

    .queue-thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .queue-meta {
      min-width: 0;
    }

    .queue-title {
      display: block;
      font-size: 0.92rem;
      font-weight: 600;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .queue-subtitle {
      display: block;
      margin-top: 4px;
      color: rgba(255, 255, 255, 0.56);
      font-size: 0.78rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .queue-play {
      padding: 9px 12px;
      border-radius: var(--radius-full);
      background: rgba(255, 255, 255, 0.06);
      color: var(--color-text-primary);
      font-size: 0.8rem;
      transition: background var(--transition-fast), color var(--transition-fast);
    }

    .queue-play:hover {
      background: rgba(243, 163, 106, 0.16);
      color: var(--home-accent);
    }

    .section-header-stack {
      align-items: flex-end;
      gap: 20px;
    }

    .section-kicker {
      display: inline-block;
      margin-bottom: 12px;
      color: rgba(255, 255, 255, 0.45);
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.16em;
      text-transform: uppercase;
    }

    .section-intro {
      max-width: 460px;
      color: rgba(255, 255, 255, 0.58);
      line-height: 1.8;
      font-size: 0.92rem;
    }

    .section-title {
      font-size: clamp(1.8rem, 3vw, 2.6rem);
      letter-spacing: -0.04em;
    }

    .featured-section,
    .creators-community-section,
    .community-preview-section {
      background: transparent;
    }

    .home-scenes-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 14px;
    }

    .home-scene-card {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-height: 162px;
      padding: 18px;
      border-radius: 24px;
      overflow: hidden;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%),
        rgba(16, 19, 30, 0.88);
      border: 1px solid rgba(255, 255, 255, 0.06);
      transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
    }

    .home-scene-card::before {
      content: '';
      position: absolute;
      inset: auto -40% -28% auto;
      width: 140px;
      height: 140px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(243, 163, 106, 0.18), transparent 66%);
      pointer-events: none;
    }

    .home-scene-card:hover {
      transform: translateY(-4px);
      border-color: rgba(243, 163, 106, 0.18);
      background: rgba(19, 22, 35, 0.96);
    }

    .home-scene-icon {
      font-size: 2rem;
      line-height: 1;
    }

    .home-scene-name {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .home-scene-desc {
      color: rgba(255, 255, 255, 0.56);
      font-size: 0.83rem;
      line-height: 1.7;
    }

    .featured-layout {
      display: grid;
      grid-template-columns: 320px minmax(0, 1fr);
      gap: 24px;
      align-items: start;
    }

    .featured-copy {
      padding: 26px;
      border-radius: 30px;
    }

    .featured-copy h3 {
      margin: 0 0 10px;
      font-size: 1.55rem;
      letter-spacing: -0.04em;
    }

    .featured-copy p {
      color: rgba(255, 255, 255, 0.62);
      line-height: 1.85;
      font-size: 0.92rem;
    }

    .featured-copy-list {
      display: grid;
      gap: 14px;
      margin: 24px 0 22px;
    }

    .featured-copy-item {
      display: grid;
      grid-template-columns: 34px minmax(0, 1fr);
      gap: 12px;
      padding-top: 14px;
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .featured-copy-item:first-child {
      border-top: none;
      padding-top: 0;
    }

    .featured-copy-index {
      color: rgba(243, 163, 106, 0.86);
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: -0.04em;
    }

    .featured-copy-title {
      display: block;
      margin-bottom: 6px;
      font-size: 0.96rem;
      font-weight: 600;
    }

    .featured-copy-meta {
      color: rgba(255, 255, 255, 0.54);
      font-size: 0.82rem;
    }

    .featured-copy .btn {
      width: 100%;
    }

    .featured-grid {
      gap: 18px;
    }

    .featured-grid .track-card {
      border-radius: 28px;
      overflow: hidden;
      background: rgba(16, 18, 29, 0.94);
      border: 1px solid rgba(255, 255, 255, 0.05);
      box-shadow: 0 18px 40px rgba(4, 6, 16, 0.28);
    }

    .featured-grid .track-card:hover {
      border-color: rgba(108, 168, 255, 0.18);
    }

    .featured-grid .track-card .cover {
      border-radius: 24px 24px 0 0;
      overflow: hidden;
    }

    .featured-grid .track-card .info {
      padding: 18px 18px 20px;
    }

    .featured-grid .track-card .title {
      font-size: 1rem;
      margin-bottom: 6px;
    }

    .featured-grid .track-card .artist {
      color: rgba(255, 255, 255, 0.64);
    }

    .featured-grid .track-card .plays {
      margin-top: 10px;
      color: rgba(255, 255, 255, 0.42);
    }

    .dual-section {
      display: grid;
      grid-template-columns: minmax(0, 1.06fr) 360px;
      gap: 24px;
      align-items: start;
    }

    .dual-panel {
      padding: 28px;
      border-radius: 30px;
      background: rgba(14, 16, 27, 0.92);
      border: 1px solid rgba(255, 255, 255, 0.06);
    }

    .home-artists-grid {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin-top: 4px;
    }

    .home-artist-card {
      display: grid;
      grid-template-columns: 68px minmax(0, 1fr);
      gap: 14px;
      padding: 16px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.04);
      transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
    }

    .home-artist-card:hover {
      transform: translateY(-3px);
      border-color: rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.05);
    }

    .home-artist-card .avatar {
      width: 68px;
      height: 68px;
      border-radius: 20px;
      overflow: hidden;
      border: none;
      margin: 0;
    }

    .home-artist-card .avatar img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .home-artist-body {
      min-width: 0;
    }

    .home-artist-name {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
      margin-bottom: 8px;
      font-size: 1rem;
      font-weight: 600;
    }

    .home-artist-bio {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      color: rgba(255, 255, 255, 0.6);
      font-size: 0.84rem;
      line-height: 1.75;
      margin-bottom: 12px;
    }

    .home-artist-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 12px;
    }

    .home-artist-tag {
      padding: 5px 8px;
      border-radius: var(--radius-full);
      background: rgba(255, 255, 255, 0.06);
      color: rgba(255, 255, 255, 0.62);
      font-size: 0.72rem;
    }

    .home-artist-stats {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      color: rgba(255, 255, 255, 0.46);
      font-size: 0.76rem;
    }

    .challenge-panel {
      position: relative;
      overflow: hidden;
      background:
        radial-gradient(circle at top right, rgba(243, 163, 106, 0.22), transparent 30%),
        radial-gradient(circle at bottom left, rgba(108, 168, 255, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(14, 16, 27, 0.98), rgba(18, 20, 32, 0.98));
    }

    .challenge-panel::before {
      content: '';
      position: absolute;
      top: -40px;
      right: -30px;
      width: 180px;
      height: 180px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 60%);
      pointer-events: none;
    }

    .challenge-stack {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .challenge-stack .challenge-tag {
      width: fit-content;
      margin-bottom: 18px;
      padding: 7px 12px;
      background: rgba(255, 255, 255, 0.08);
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.88);
      font-size: 0.76rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
    }

    .challenge-stack h3 {
      margin: 0 0 10px;
      font-size: 2rem;
      letter-spacing: -0.05em;
      line-height: 1.02;
    }

    .challenge-stack p {
      color: rgba(255, 255, 255, 0.68);
      line-height: 1.85;
      margin-bottom: 18px;
    }

    .challenge-meta {
      display: grid;
      gap: 10px;
      margin-bottom: 22px;
      color: rgba(255, 255, 255, 0.54);
      font-size: 0.84rem;
    }

    .challenge-actions {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: auto;
    }

    .challenge-actions .btn {
      min-width: 0;
      flex: 1;
    }

    .community-preview-shell {
      padding: 30px;
      border-radius: 34px;
      background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 100%),
        rgba(12, 15, 24, 0.94);
      border: 1px solid rgba(255, 255, 255, 0.06);
      box-shadow: var(--home-shadow);
    }

    .community-preview-layout {
      display: grid;
      grid-template-columns: 320px minmax(0, 1fr);
      gap: 22px;
      align-items: start;
    }

    .community-note {
      padding: 22px;
      border-radius: 26px;
    }

    .community-note h3 {
      margin: 0 0 10px;
      font-size: 1.5rem;
      letter-spacing: -0.04em;
    }

    .community-note p {
      color: rgba(255, 255, 255, 0.6);
      line-height: 1.8;
      font-size: 0.9rem;
    }

    .community-note-list {
      display: grid;
      gap: 10px;
      margin: 20px 0 22px;
    }

    .community-note-list li {
      position: relative;
      padding-left: 18px;
      color: rgba(255, 255, 255, 0.72);
      font-size: 0.88rem;
    }

    .community-note-list li::before {
      content: '';
      position: absolute;
      top: 0.5rem;
      left: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--home-accent), var(--home-cool));
    }

    .home-post-list {
      display: grid;
      gap: 14px;
    }

    .home-post-list .post-card {
      display: flex;
      flex-direction: column;
      padding: 22px;
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 24px;
      background: rgba(255, 255, 255, 0.03);
      transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
    }

    .home-post-list .post-card:hover {
      transform: translateY(-3px);
      border-color: rgba(255, 255, 255, 0.1);
      background: rgba(255, 255, 255, 0.05);
    }

    .home-post-list .post-card .header {
      margin-bottom: 12px;
    }

    .home-post-list .post-card .title {
      margin-bottom: 10px;
      font-size: 1.12rem;
      line-height: 1.45;
    }

    .home-post-list .post-card .excerpt {
      margin-bottom: 14px;
      -webkit-line-clamp: 3;
      line-height: 1.8;
      color: rgba(255, 255, 255, 0.62);
    }

    .home-post-list .post-card .tag {
      background: rgba(255, 255, 255, 0.06);
      color: rgba(255, 255, 255, 0.62);
    }

    .home-post-list .post-card .meta {
      color: rgba(255, 255, 255, 0.44);
    }

    /* 移动端菜单 */
    .mobile-menu-toggle {
      display: none;
      width: 40px;
      height: 40px;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      cursor: pointer;
    }

    .mobile-menu-toggle span {
      width: 24px;
      height: 2px;
      background: var(--color-text-primary);
      transition: all var(--transition-fast);
    }

    .mobile-menu-toggle.active span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 6px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
      opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
      transform: rotate(-45deg) translate(6px, -6px);
    }

    /* 移动端导航 */
    .mobile-nav {
      display: none;
      position: fixed;
      top: var(--nav-height);
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--color-bg-primary);
      flex-direction: column;
      padding: var(--spacing-xl);
      z-index: 999;
    }

    .mobile-nav.active {
      display: flex;
    }

    .mobile-nav a {
      display: block;
      padding: var(--spacing-md) 0;
      font-size: 1.2rem;
      border-bottom: 1px solid var(--color-border);
    }

    @media (max-width: 1280px) {
      .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.92fr);
      }

      .banner-brand-side,
      .banner-slide-side {
        width: 280px;
      }

      .home-scenes-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
    }

    @media (max-width: 1024px) {
      .home-shell {
        margin-left: 220px;
      }

      .hero-grid,
      .featured-layout,
      .dual-section,
      .community-preview-layout {
        grid-template-columns: 1fr;
      }

      .hero-grid {
        grid-template-areas:
          "banner"
          "copy"
          "stage"
          "queue";
        min-height: auto;
        padding: 24px;
      }

      .hero-copy {
        max-width: none;
        justify-content: flex-start;
        padding: 0;
      }

      .hero-banner-strip {
        min-height: 168px;
      }

      .hero-banner-slide {
        min-height: 168px;
        padding: 20px 22px 58px;
        flex-direction: column;
        justify-content: center;
      }

      .banner-brand-main,
      .banner-slide-main {
        width: 100%;
      }

      .banner-brand-side,
      .banner-slide-side {
        width: 100%;
      }

      .hero-stage {
        min-height: 0;
      }

      .home-artists-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 768px) {
      .home-shell {
        margin-left: 0;
      }

      .mobile-menu-toggle {
        display: flex;
      }

      .hero.hero-immersive {
        padding-top: var(--spacing-xl);
      }

      .hero-grid {
        gap: 18px;
        padding: 20px;
      }

      .hero-banner-strip {
        min-height: 140px;
      }

      .hero-banner-slide {
        min-height: 140px;
        padding: 18px 16px 56px;
      }

      .banner-brand-main {
        gap: 10px;
      }

      .banner-wordmark-title,
      .banner-slide-title {
        font-size: clamp(1.4rem, 7vw, 2rem);
      }

      .banner-slide-side {
        grid-template-columns: 1fr 1fr;
      }

      .hero-banner-controls {
        left: 16px;
        right: 16px;
        bottom: 12px;
      }

      .hero.hero-immersive .hero-actions {
        flex-direction: column;
        align-items: stretch;
      }

      .hero-actions .btn {
        min-width: 0;
        min-height: 54px;
        padding: 13px 20px;
        font-size: 0.96rem;
      }

      .hero-actions .btn svg {
        width: 20px;
        height: 20px;
      }

      .hero-actions .btn-primary,
      .hero-actions .btn-secondary {
        min-width: 0;
        min-height: 54px;
        padding: 13px 20px;
        font-size: 0.96rem;
      }

      .hero-actions .btn-primary svg,
      .hero-actions .btn-secondary svg {
        width: 20px;
        height: 20px;
      }

      .hero-metrics {
        grid-template-columns: 1fr;
      }

      .hero-spotlight {
        min-height: auto;
      }

      .hero-spotlight-cover {
        min-height: 220px;
      }

      .queue-list {
        grid-template-columns: 1fr;
      }

      .hero-spotlight-footer,
      .section-header-stack {
        flex-direction: column;
        align-items: flex-start;
      }

      .spotlight-meta {
        justify-content: flex-start;
      }

      .spotlight-open {
        margin-left: 0;
      }

      .home-scenes-grid,
      .featured-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .home-artists-grid {
        grid-template-columns: 1fr;
      }

      .challenge-actions {
        flex-direction: column;
      }

      .community-preview-shell,
      .dual-panel,
      .featured-copy {
        padding: 22px;
      }
    }

    @media (max-width: 520px) {
      .hero-banner-strip {
        min-height: 118px;
      }

      .hero-banner-slide {
        min-height: 118px;
        padding: 16px 14px 54px;
      }

      .banner-brand-main {
        gap: 8px;
      }

      .banner-slide-side {
        grid-template-columns: 1fr;
      }

      .hero-banner-controls {
        left: 12px;
        right: 12px;
      }

      .home-scenes-grid,
      .featured-grid {
        grid-template-columns: 1fr;
      }

      .queue-head {
        flex-direction: column;
        align-items: flex-start;
      }

      .queue-item {
        grid-template-columns: 56px minmax(0, 1fr);
      }

      .queue-play {
        grid-column: span 2;
      }
    }

    .home-onboarding {
      position: fixed;
      inset: 0;
      z-index: 1200;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      background: rgba(6, 8, 14, 0.68);
      backdrop-filter: blur(14px);
    }

    .home-onboarding[hidden] {
      display: none;
    }

    .home-onboarding-panel {
      width: min(760px, 100%);
      padding: clamp(24px, 4vw, 34px);
      border-radius: 28px;
      background:
        radial-gradient(circle at top left, rgba(243, 163, 106, 0.15), transparent 24%),
        radial-gradient(circle at top right, rgba(108, 168, 255, 0.14), transparent 22%),
        rgba(12, 15, 24, 0.96);
      border: 1px solid rgba(255, 255, 255, 0.08);
      box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
    }

    .onboarding-topline {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      gap: var(--spacing-lg);
      margin-bottom: 24px;
    }

    .onboarding-kicker {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 12px;
      margin-bottom: 12px;
      border-radius: var(--radius-full);
      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: rgba(255, 255, 255, 0.78);
      font-size: 0.78rem;
    }

    .onboarding-title {
      margin: 0 0 10px;
      font-size: clamp(1.72rem, 3vw, 2.3rem);
      line-height: 1.06;
      letter-spacing: -0.04em;
    }

    .onboarding-copy {
      margin: 0;
      max-width: 560px;
      color: rgba(255, 255, 255, 0.72);
      line-height: 1.8;
    }

    .onboarding-close {
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.04);
      color: rgba(255, 255, 255, 0.9);
      cursor: pointer;
    }

    .onboarding-groups {
      display: grid;
      gap: 18px;
    }

    .onboarding-group {
      padding: 18px 18px 20px;
      border-radius: 22px;
      background: rgba(255, 255, 255, 0.03);
      border: 1px solid rgba(255, 255, 255, 0.05);
    }

    .onboarding-group-head {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 12px;
      margin-bottom: 14px;
    }

    .onboarding-group-head strong {
      font-size: 1rem;
    }

    .onboarding-group-head span {
      color: var(--color-text-muted);
      font-size: 0.84rem;
    }

    .onboarding-options {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .onboarding-option {
      padding: 11px 16px;
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: var(--radius-full);
      background: rgba(255, 255, 255, 0.03);
      color: rgba(255, 255, 255, 0.82);
      cursor: pointer;
      transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
    }

    .onboarding-option:hover,
    .onboarding-option.active {
      transform: translateY(-1px);
      border-color: rgba(243, 163, 106, 0.3);
      background: linear-gradient(135deg, rgba(243, 163, 106, 0.18), rgba(108, 168, 255, 0.12));
    }

    .onboarding-actions {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: var(--spacing-md);
      margin-top: 24px;
      flex-wrap: wrap;
    }

    .onboarding-note {
      color: var(--color-text-muted);
      font-size: 0.84rem;
    }

    @media (max-width: 720px) {
      .home-onboarding-panel {
        padding: 22px;
      }

      .onboarding-topline,
      .onboarding-actions {
        align-items: flex-start;
        flex-direction: column;
      }

      .onboarding-close {
        align-self: flex-end;
      }
    }
