* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 80px;
    }

    body {
      font-family: 'Segoe UI', 'PingFang SC', 'Helvetica Neue', -apple-system, sans-serif;
      background: linear-gradient(180deg, #faf8ff 0%, #f3edfc 100%);
      color: #1e1b2e;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }

    :root {
      --primary: #7c3aed;
      --primary-light: #a78bfa;
      --accent: #f97316;
      --bg-card: #ffffff;
      --shadow-sm: 0 8px 20px rgba(124, 58, 237, 0.08);
      --shadow-hover: 0 20px 30px -8px rgba(124, 58, 237, 0.2);
    }

    .container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .skip-link {
      position: absolute;
      top: -40px;
      left: 0;
      background: var(--primary);
      color: white;
      padding: 8px 16px;
      z-index: 1000;
      text-decoration: none;
      border-radius: 0 0 8px 0;
    }

    .skip-link:focus {
      top: 0;
    }
    .navbar {
      position: sticky;
      top: 0;
      z-index: 100;
      background: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(20px);
      border-bottom: 1px solid rgba(124, 58, 237, 0.15);
      padding: 12px 0;
    }

    .navbar .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .nav-brand {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .brand-icon {
      background: linear-gradient(145deg, #8b5cf6, #ec4899);
      width: 40px;
      height: 40px;
      border-radius: 12px 4px 12px 4px;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: rotate(-2deg);
      box-shadow: 0 6px 12px rgba(139, 92, 246, 0.3);
    }

    .brand-icon i {
      font-size: 24px;
      color: white;
    }

    .nav-brand span {
      font-size: 1.8rem;
      font-weight: 800;
      background: linear-gradient(135deg, #6d28d9, #db2777);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .nav-links {
      display: flex;
      gap: 32px;
      font-weight: 600;
    }

    .nav-links a {
      text-decoration: none;
      color: #3b2a5a;
      font-size: 1.05rem;
      padding: 6px 0;
      border-bottom: 2px solid transparent;
      transition: 0.2s;
    }

    .nav-links a:hover,
    .nav-links a.active {
      color: var(--primary);
      border-bottom-color: var(--primary);
    }

    .nav-actions {
      display: flex;
      gap: 16px;
      align-items: center;
      color: #4c2b8a;
    }

    .nav-actions i {
      font-size: 1.4rem;
      cursor: pointer;
    }

    .nav-download-btn {
      background: linear-gradient(135deg, var(--primary), #a78bfa);
      color: white;
      padding: 8px 18px;
      border-radius: 40px;
      font-weight: 600;
      font-size: 0.95rem;
      display: flex;
      align-items: center;
      gap: 6px;
      box-shadow: 0 4px 10px #c4b5fd;
      cursor: pointer;
      text-decoration: none;
    }

    .upload-btn {
      background: white;
      color: var(--primary);
      padding: 8px 18px;
      border-radius: 40px;
      font-weight: 600;
      font-size: 0.95rem;
      display: flex;
      align-items: center;
      gap: 6px;
      border: 1.5px solid #d9c5ff;
      cursor: pointer;
    }

    /* ========== HERO ========== */
    .hero {
      padding: 50px 0 30px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 40px;
    }

    .hero-content {
      flex: 1 1 400px;
    }

    .hero-badge {
      background: linear-gradient(135deg, #ede3ff, #f3e8ff);
      color: var(--primary);
      padding: 8px 20px;
      border-radius: 40px;
      font-weight: 600;
      font-size: 0.95rem;
      display: inline-block;
      margin-bottom: 20px;
      border: 1px solid #d9c5ff;
    }

    .hero-content h1 {
      font-size: 3.2rem;
      font-weight: 800;
      line-height: 1.2;
      background: linear-gradient(145deg, #4c1d95, #b45389, #7c3aed);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      margin-bottom: 20px;
    }

    .hero-content p {
      font-size: 1.2rem;
      color: #5b4a6e;
      margin-bottom: 30px;
    }

    .hero-buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--primary), #a78bfa);
      color: white;
      padding: 14px 32px;
      border-radius: 60px;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      box-shadow: 0 8px 20px #c4b5fd;
    }

    .btn-outline {
      background: white;
      color: var(--primary);
      padding: 14px 32px;
      border-radius: 60px;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      border: 1.5px solid #d9c5ff;
    }

    .hero-stats {
      display: flex;
      gap: 40px;
      margin-top: 40px;
    }

    .stat-item h3 {
      font-size: 2rem;
      color: var(--primary);
    }

    .hero-visual {
      flex: 1 1 350px;
      background: linear-gradient(145deg, #ffffff, #f3e8ff);
      border-radius: 40px;
      padding: 25px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      box-shadow: 0 20px 30px -10px #d9c5ff;
    }

    .hero-card {
      background: white;
      border-radius: 24px;
      padding: 16px 12px;
      width: 140px;
      text-align: center;
      box-shadow: var(--shadow-sm);
      border: 1px solid #f0eaff;
    }

    .hero-card svg {
      width: 48px;
      height: 48px;
      margin-bottom: 8px;
    }
    .feature-strip {
      background: linear-gradient(90deg, #f3e8ff, #ede3ff, #f3e8ff);
      border-radius: 60px;
      padding: 16px 24px;
      margin: 20px 0 10px;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 20px;
      border: 1px solid #d9c5ff;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      color: #4c1d95;
    }

    .feature-item i {
      font-size: 1.4rem;
      color: var(--accent);
      background: white;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .section-nav {
      display: flex;
      gap: 10px 24px;
      flex-wrap: wrap;
      margin: 24px 0 10px;
      padding-bottom: 12px;
      border-bottom: 1px solid #e4d9ff;
    }

    .section-nav a {
      text-decoration: none;
      font-weight: 600;
      padding: 8px 4px;
      color: #4b3a66;
      border-bottom: 3px solid transparent;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .section-nav a:hover {
      color: var(--primary);
      border-bottom-color: var(--primary-light);
    }
    .section-title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 40px 0 20px;
    }

    .section-title h2 {
      font-size: 1.9rem;
      font-weight: 700;
      background: linear-gradient(145deg, #4c1d95, #b45389);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .section-title a {
      color: var(--primary);
      text-decoration: none;
      font-weight: 600;
    }
    .video-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 24px;
    }

    .video-card {
      background: white;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: var(--shadow-sm);
      border: 1px solid #f0eaff;
      transition: all 0.25s;
    }

    .video-card:hover {
      transform: translateY(-6px);
      box-shadow: var(--shadow-hover);
    }

    .thumbnail {
      position: relative;
      aspect-ratio: 9 / 16;
      overflow: hidden;
    }

    .thumb-svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0,0,0,0.35);
      backdrop-filter: blur(6px);
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid rgba(255,255,255,0.8);
      z-index: 2;
    }

    .play-icon i {
      font-size: 24px;
      color: white;
    }

    .video-duration {
      position: absolute;
      bottom: 12px;
      right: 12px;
      background: rgba(20,10,30,0.75);
      backdrop-filter: blur(4px);
      color: white;
      padding: 5px 12px;
      border-radius: 40px;
      font-size: 0.8rem;
      font-weight: 600;
      z-index: 2;
    }

    .live-badge {
      position: absolute;
      top: 12px;
      left: 12px;
      background: #ef4444;
      color: white;
      padding: 4px 12px;
      border-radius: 40px;
      font-size: 0.75rem;
      font-weight: 700;
      z-index: 2;
    }

    .video-info {
      padding: 16px 14px 18px;
    }

    .video-title {
      font-weight: 700;
      font-size: 1.05rem;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .creator {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 10px 0 12px;
    }

    .avatar {
      width: 32px;
      height: 32px;
      border-radius: 40px;
      background: linear-gradient(135deg, #e9d5ff, #d9c5ff);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .stats {
      display: flex;
      gap: 18px;
      color: #6b4f8c;
      font-size: 0.9rem;
    }

    .fa-heart {
      color: #ec4899;
    }
    .hot-scroll {
      display: flex;
      gap: 24px;
      overflow-x: auto;
      padding: 8px 4px 20px;
    }

    .hot-scroll::-webkit-scrollbar {
      height: 6px;
    }

    .hot-scroll::-webkit-scrollbar-thumb {
      background: #cbb2ff;
      border-radius: 10px;
    }

    .hot-card {
      flex: 0 0 360px;
      background: white;
      border-radius: 32px;
      padding: 20px;
      box-shadow: var(--shadow-sm);
      display: flex;
      gap: 18px;
      border: 1px solid #f0e2ff;
    }

    .hot-thumb-container {
      width: 130px;
      height: 170px;
      border-radius: 24px;
      overflow: hidden;
      position: relative;
      box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    }

    .hot-thumb-svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .hot-live-tag {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #ef4444;
      color: white;
      padding: 3px 10px;
      border-radius: 30px;
      font-size: 0.7rem;
      font-weight: 700;
      z-index: 2;
    }

    .hot-info {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .hot-info h4 {
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .feature-tag {
      font-size: 0.8rem;
      background: #f3e8ff;
      padding: 2px 8px;
      border-radius: 20px;
      color: #7c3aed;
      margin-left: 6px;
    }

    .hot-meta {
      color: #6b4f8c;
      margin-bottom: 8px;
    }

    .hot-viewer {
      display: flex;
      align-items: center;
      gap: 8px;
      margin: 12px 0;
    }

    .live-now-btn {
      background: linear-gradient(135deg, #ef4444, #dc2626);
      color: white;
      border: none;
      padding: 10px 0;
      border-radius: 40px;
      font-weight: 700;
      font-size: 0.95rem;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      cursor: pointer;
      box-shadow: 0 4px 12px rgba(239,68,68,0.3);
      width: 100%;
    }

    .platform-feature-badge {
      display: inline-block;
      background: linear-gradient(135deg, #7c3aed, #ec4899);
      color: white;
      padding: 4px 12px;
      border-radius: 40px;
      font-size: 0.75rem;
      font-weight: 600;
      margin-left: 8px;
    }
    .row-split {
      display: grid;
      grid-template-columns: 2fr 1fr;
      gap: 24px;
      margin: 30px 0;
    }

    .rank-box, .side-card {
      background: white;
      border-radius: 28px;
      padding: 24px;
      box-shadow: var(--shadow-sm);
      border: 1px solid #f0eaff;
    }

    .rank-header {
      display: flex;
      gap: 24px;
      margin-bottom: 20px;
    }

    .rank-tab {
      font-weight: 700;
      color: #6b4f8c;
      padding-bottom: 8px;
      border-bottom: 3px solid transparent;
    }

    .rank-tab.active {
      color: var(--primary);
      border-bottom-color: var(--primary);
    }

    .rank-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 14px 0;
      border-bottom: 1px solid #f3e8ff;
    }

    .rank-num {
      width: 30px;
      font-weight: 800;
      color: #c084fc;
      font-size: 1.2rem;
    }

    .rank-cover {
      width: 48px;
      height: 48px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .rank-info {
      flex: 1;
    }

    .comment-item {
      display: flex;
      gap: 12px;
      margin: 16px 0;
      padding-bottom: 12px;
      border-bottom: 1px solid #f3e8ff;
    }

    .comment-like {
      color: #a78bfa;
      font-size: 0.8rem;
      display: block;
      margin-top: 4px;
    }
    .topic-cloud {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin: 30px 0 20px;
    }

    .topic-tag {
      background: #f3e8ff;
      padding: 10px 22px;
      border-radius: 60px;
      font-weight: 600;
      color: #4c1d95;
      border: 1px solid #d9c5ff;
    }
    .creator-row {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
      margin: 20px 0 30px;
    }

    .creator-card {
      background: white;
      border-radius: 48px;
      padding: 12px 24px 12px 16px;
      display: flex;
      align-items: center;
      gap: 12px;
      box-shadow: var(--shadow-sm);
      border: 1px solid #f0e2ff;
    }

    .follow-btn {
      background: #f3e8ff;
      border: none;
      border-radius: 40px;
      padding: 8px 20px;
      font-weight: 600;
      color: var(--primary);
      cursor: pointer;
      margin-left: 8px;
    }
    .download-section {
      background: linear-gradient(135deg, #4c1d95, #7c3aed, #a78bfa);
      border-radius: 40px;
      padding: 48px 40px;
      margin: 50px 0 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 30px;
    }

    .download-content {
      color: white;
      flex: 1 1 300px;
    }

    .download-content h2 {
      font-size: 2.5rem;
      font-weight: 800;
      margin-bottom: 16px;
    }

    .download-buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .download-btn {
      background: white;
      color: var(--primary);
      padding: 16px 32px;
      border-radius: 60px;
      font-weight: 700;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 12px;
    }

    .download-qr {
      background: white;
      padding: 20px;
      border-radius: 28px;
      text-align: center;
    }

    .qr-svg {
      width: 140px;
      height: 140px;
      margin-bottom: 12px;
    }
    .contact-section {
      background: white;
      border-radius: 40px;
      padding: 40px;
      margin: 30px 0 20px;
      box-shadow: var(--shadow-sm);
    }

    .contact-header {
      text-align: center;
      margin-bottom: 36px;
    }

    .contact-header h2 {
      font-size: 2.2rem;
      font-weight: 700;
      background: linear-gradient(145deg, #4c1d95, #b45389);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }

    .contact-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 24px;
      margin-bottom: 30px;
    }

    .contact-card {
      background: #faf8ff;
      border-radius: 24px;
      padding: 28px 20px;
      text-align: center;
      border: 1px solid #ede4ff;
    }

    .contact-card i {
      font-size: 2.8rem;
      color: var(--primary);
      margin-bottom: 16px;
      background: linear-gradient(135deg, #ede3ff, #f3e8ff);
      padding: 16px;
      border-radius: 20px;
    }

    .contact-value {
      font-weight: 700;
      font-size: 1.1rem;
      color: var(--primary);
      margin-top: 12px;
    }

    .social-links {
      display: flex;
      justify-content: center;
      gap: 24px;
      margin-top: 30px;
    }

    .social-links a {
      background: #f3e8ff;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--primary);
      font-size: 1.5rem;
      text-decoration: none;
    }

    .contact-form {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px dashed #d9c5ff;
    }

    .contact-form input {
      flex: 1 1 250px;
      padding: 16px 20px;
      border: 1.5px solid #e4d9ff;
      border-radius: 60px;
      font-size: 1rem;
      background: #faf8ff;
    }

    .contact-form button {
      background: var(--primary);
      color: white;
      border: none;
      padding: 16px 36px;
      border-radius: 60px;
      font-weight: 700;
      cursor: pointer;
    }
    .footer {
      margin-top: 40px;
      padding: 30px 0;
      text-align: center;
      color: #785ba3;
      border-top: 1px dashed #d9c5ff;
    }

    .footer a {
      color: var(--primary);
      text-decoration: none;
      margin: 0 8px;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
    }
    .nav-tools {
      display: flex;
      align-items: center;
      gap: 12px;
      margin-right: 12px;
    }

    .nav-search {
      display: flex;
      align-items: center;
      gap: 10px;
      background: white;
      border: 1.5px solid #e4d9ff;
      padding: 10px 14px;
      border-radius: 999px;
      min-width: 260px;
      box-shadow: 0 4px 14px rgba(124, 58, 237, 0.08);
    }

    .nav-search i {
      color: #8b5cf6;
      font-size: 1rem;
    }

    .nav-search input {
      border: none;
      outline: none;
      width: 100%;
      background: transparent;
      color: #2d1f46;
      font-size: 0.95rem;
    }

    .nav-login-btn {
      background: linear-gradient(135deg, #ffffff, #faf5ff);
      color: var(--primary);
      padding: 8px 16px;
      border-radius: 40px;
      font-weight: 700;
      font-size: 0.95rem;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      border: 1.5px solid #d9c5ff;
      cursor: pointer;
      text-decoration: none;
    }

    .search-panel {
      margin: 22px 0 12px;
      background: rgba(255,255,255,0.8);
      border: 1px solid #e9ddff;
      border-radius: 28px;
      padding: 18px;
      box-shadow: var(--shadow-sm);
    }

    .search-panel-top {
      display: flex;
      gap: 14px;
      align-items: center;
      flex-wrap: wrap;
    }

    .search-panel-box {
      flex: 1 1 420px;
      display: flex;
      align-items: center;
      gap: 10px;
      background: white;
      border-radius: 999px;
      border: 1.5px solid #e4d9ff;
      padding: 14px 18px;
    }

    .search-panel-box input {
      width: 100%;
      border: none;
      outline: none;
      background: transparent;
      font-size: 1rem;
      color: #2f2148;
    }

    .search-go-btn {
      background: linear-gradient(135deg, var(--primary), #a78bfa);
      color: white;
      border: none;
      padding: 14px 24px;
      border-radius: 999px;
      font-weight: 700;
      cursor: pointer;
      box-shadow: 0 8px 18px rgba(124,58,237,0.22);
    }

    .hot-keywords {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 14px;
      color: #6b4f8c;
      font-size: 0.95rem;
    }

    .hot-keyword {
      background: #f3e8ff;
      color: #6d28d9;
      border: 1px solid #e7d7ff;
      border-radius: 999px;
      padding: 8px 14px;
      cursor: pointer;
      font-weight: 600;
    }

    .user-menu {
      position: fixed;
      inset: 0;
      background: rgba(16,12,28,0.45);
      backdrop-filter: blur(8px);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 999;
      padding: 20px;
    }

    .user-menu.open { display: flex; }

    .user-card {
      width: min(460px, 100%);
      background: white;
      border-radius: 30px;
      padding: 28px;
      box-shadow: 0 25px 45px rgba(35, 15, 70, 0.2);
      border: 1px solid #efe5ff;
      position: relative;
    }

    .close-modal-btn {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 42px;
      height: 42px;
      border: none;
      border-radius: 50%;
      background: #f5edff;
      color: var(--primary);
      cursor: pointer;
      font-size: 1rem;
    }

    .user-profile {
      display: flex;
      gap: 14px;
      align-items: center;
      margin-bottom: 24px;
    }

    .user-avatar-lg {
      width: 62px;
      height: 62px;
      border-radius: 20px;
      background: linear-gradient(135deg, #8b5cf6, #ec4899);
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      box-shadow: 0 10px 20px rgba(124,58,237,0.25);
    }

    .user-actions-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 14px;
      margin-top: 18px;
    }

    .user-action-item {
      background: #faf7ff;
      border: 1px solid #eee2ff;
      border-radius: 20px;
      padding: 16px;
      font-weight: 700;
      color: #4c1d95;
      display: flex;
      gap: 10px;
      align-items: center;
    }

    .detail-modal {
      position: fixed;
      inset: 0;
      background: rgba(10,10,16,0.72);
      backdrop-filter: blur(8px);
      display: none;
      align-items: center;
      justify-content: center;
      z-index: 1000;
      padding: 22px;
    }

    .detail-modal.open { display: flex; }

    .detail-shell {
      width: min(1200px, 100%);
      max-height: 92vh;
      overflow: auto;
      background: #fff;
      border-radius: 34px;
      padding: 22px;
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 20px;
      box-shadow: 0 30px 60px rgba(15, 8, 40, 0.35);
    }

    .detail-player {
      background: linear-gradient(160deg, #120f1b, #25173f);
      border-radius: 28px;
      min-height: 640px;
      position: relative;
      overflow: hidden;
      padding: 26px;
      color: white;
      display: flex;
      align-items: end;
    }

    .detail-player::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at center, rgba(236,72,153,0.25), transparent 40%),
                  radial-gradient(circle at 20% 20%, rgba(124,58,237,0.35), transparent 30%);
    }

    .detail-overlay-content {
      position: relative;
      z-index: 2;
      width: 100%;
    }

    .detail-meta-card {
      background: #faf8ff;
      border-radius: 28px;
      padding: 20px;
      border: 1px solid #eee4ff;
    }

    .detail-stat-row, .detail-action-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin: 14px 0;
    }

    .chip-btn {
      border: 1px solid #e4d9ff;
      background: white;
      color: #5b3a8f;
      border-radius: 999px;
      padding: 10px 16px;
      font-weight: 700;
      cursor: pointer;
    }

    .comment-stream {
      margin-top: 18px;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .comment-card-lite {
      background: white;
      border: 1px solid #f0e8ff;
      border-radius: 20px;
      padding: 14px 16px;
    }

    .related-list {
      display: flex;
      flex-direction: column;
      gap: 12px;
      margin-top: 18px;
    }

    .related-item {
      display: flex;
      gap: 12px;
      align-items: center;
      padding: 12px;
      border-radius: 20px;
      background: white;
      border: 1px solid #f1e8ff;
      cursor: pointer;
    }

    .related-thumb {
      width: 78px;
      height: 104px;
      border-radius: 16px;
      background: linear-gradient(135deg, #e9d5ff, #fbcfe8);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #6d28d9;
      font-size: 1.5rem;
      flex-shrink: 0;
    }

    .feed-launch {
      margin: 18px 0 0;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 14px 24px;
      border-radius: 999px;
      background: linear-gradient(135deg, #111827, #4c1d95);
      color: white;
      text-decoration: none;
      font-weight: 800;
      box-shadow: 0 12px 24px rgba(17, 24, 39, 0.22);
    }

    .reels-overlay {
      position: fixed;
      inset: 0;
      background: #000;
      display: none;
      z-index: 1100;
      overflow: hidden;
    }

    .reels-overlay.open { display: block; }

    .reels-header {
      position: absolute;
      top: 18px;
      left: 18px;
      right: 18px;
      z-index: 3;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: white;
    }

    .reels-close {
      border: 1px solid rgba(255,255,255,0.2);
      background: rgba(255,255,255,0.08);
      color: white;
      width: 44px;
      height: 44px;
      border-radius: 50%;
      cursor: pointer;
    }

    .reels-track {
      height: 100vh;
      overflow-y: auto;
      scroll-snap-type: y mandatory;
    }

    .reel-slide {
      min-height: 100vh;
      position: relative;
      scroll-snap-align: start;
      display: flex;
      align-items: end;
      justify-content: center;
      padding: 22px;
      background: radial-gradient(circle at top, rgba(139,92,246,0.35), transparent 25%), #09070d;
    }

    .reel-phone {
      width: min(430px, 100%);
      height: 88vh;
      border-radius: 34px;
      overflow: hidden;
      position: relative;
      background: linear-gradient(180deg, #1b1530 0%, #0a0911 100%);
      border: 1px solid rgba(255,255,255,0.08);
      box-shadow: 0 18px 50px rgba(0,0,0,0.45);
      display: flex;
      align-items: end;
    }

    .reel-bg {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 5rem;
      opacity: 0.9;
    }

    .reel-gradient {
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.8));
    }

    .reel-info {
      position: relative;
      z-index: 2;
      color: white;
      width: 100%;
      padding: 24px;
      display: flex;
      justify-content: space-between;
      gap: 16px;
      align-items: end;
    }

    .reel-side-actions {
      display: flex;
      flex-direction: column;
      gap: 18px;
      align-items: center;
      font-size: 0.95rem;
    }

    .reel-action {
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: center;
      color: white;
    }

    .reel-action i {
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(255,255,255,0.12);
      border-radius: 50%;
    }

    @media (max-width: 800px) {
      .row-split { grid-template-columns: 1fr; }
      .nav-links { display: none; }
      .nav-search { min-width: 100%; }
      .nav-tools { width: 100%; order: 3; margin: 10px 0 0; }
      .nav-actions { width: 100%; justify-content: space-between; flex-wrap: wrap; }
      .detail-shell { grid-template-columns: 1fr; padding: 16px; }
      .detail-player { min-height: 420px; }
      .reel-phone { height: 100vh; border-radius: 0; width: 100%; }
      .hero-content h1 { font-size: 2.4rem; }
    }