/* roulang page: index */
:root {
            --bg-main: #0b0d13;
            --bg-card: #131722;
            --bg-elevated: #181226;
            --brand-purple: #8B5CF6;
            --brand-violet: #A855F7;
            --brand-pink: #EC4899;
            --brand-cyan: #06B6D4;
            --text-main: #F3F4F6;
            --text-muted: #9CA3AF;
            --text-dim: #6B7280;
            --border-glow: rgba(255, 255, 255, 0.1);
        }

        body {
            background-color: var(--bg-main);
            color: var(--text-main);
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
            overflow-x: hidden;
            scroll-behavior: smooth;
        }

        .cinema-glass {
            background: rgba(19, 23, 34, 0.7);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid var(--border-glow);
        }

        .cinema-card-glow {
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .cinema-card-glow:hover {
            transform: translateY(-4px) scale(1.01);
            border-color: rgba(139, 92, 246, 0.45);
            box-shadow: 0 16px 30px -10px rgba(139, 92, 246, 0.35);
        }

        .text-gradient {
            background: linear-gradient(135deg, #F3F4F6 30%, #A855F7 80%, #EC4899 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .text-gradient-purple {
            background: linear-gradient(135deg, #C084FC 0%, #EC4899 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .custom-scrollbar::-webkit-scrollbar {
            height: 6px;
            width: 6px;
        }
        .custom-scrollbar::-webkit-scrollbar-track {
            background: #0b0d13;
        }
        .custom-scrollbar::-webkit-scrollbar-thumb {
            background: #2b2f3e;
            border-radius: 9999px;
        }
        .custom-scrollbar::-webkit-scrollbar-thumb:hover {
            background: #8B5CF6;
        }

/* roulang page: category1 */
:root {
      --bg-main: #0b0d13;
      --bg-card: #131722;
      --bg-elevated: #181226;
      --brand-purple: #8B5CF6;
      --brand-violet: #A855F7;
      --brand-pink: #EC4899;
      --brand-cyan: #06B6D4;
      --text-main: #F3F4F6;
      --text-muted: #9CA3AF;
      --text-dim: #6B7280;
      --border-glow: rgba(255, 255, 255, 0.1);
    }
    body {
      background-color: var(--bg-main);
      color: var(--text-main);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }
    .cinema-glass {
      background: rgba(19, 23, 34, 0.7);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid var(--border-glow);
    }
    .cinema-card-glow {
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .cinema-card-glow:hover {
      transform: translateY(-4px) scale(1.01);
      border-color: rgba(139, 92, 246, 0.45);
      box-shadow: 0 16px 30px -10px rgba(139, 92, 246, 0.35);
    }
    .text-gradient {
      background: linear-gradient(135deg, #F3F4F6 30%, #A855F7 80%, #EC4899 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .text-gradient-purple {
      background: linear-gradient(135deg, #C084FC 0%, #EC4899 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

/* roulang page: category3 */
:root {
      --bg-main: #0b0d13;
      --bg-card: #131722;
      --bg-elevated: #181226;
      --brand-purple: #8B5CF6;
      --brand-violet: #A855F7;
      --brand-pink: #EC4899;
      --brand-cyan: #06B6D4;
      --text-main: #F3F4F6;
      --text-muted: #9CA3AF;
      --text-dim: #6B7280;
      --border-glow: rgba(255, 255, 255, 0.1);
    }
    body {
      background-color: var(--bg-main);
      color: var(--text-main);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }
    .cinema-glass {
      background: rgba(19, 23, 34, 0.7);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid var(--border-glow);
    }
    .cinema-card-glow {
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .cinema-card-glow:hover {
      transform: translateY(-4px) scale(1.01);
      border-color: rgba(139, 92, 246, 0.45);
      box-shadow: 0 16px 30px -10px rgba(139, 92, 246, 0.35);
    }
    .text-gradient {
      background: linear-gradient(135deg, #F3F4F6 30%, #A855F7 80%, #EC4899 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .text-gradient-purple {
      background: linear-gradient(135deg, #C084FC 0%, #EC4899 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .hide-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .hide-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

/* roulang page: category2 */
:root {
      --bg-main: #0b0d13;
      --bg-card: #131722;
      --bg-elevated: #181226;
      --brand-purple: #8B5CF6;
      --brand-violet: #A855F7;
      --brand-pink: #EC4899;
      --brand-cyan: #06B6D4;
      --text-main: #F3F4F6;
      --text-muted: #9CA3AF;
      --text-dim: #6B7280;
      --border-glow: rgba(255, 255, 255, 0.1);
    }
    body {
      background-color: var(--bg-main);
      color: var(--text-main);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }
    .cinema-glass {
      background: rgba(19, 23, 34, 0.7);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid var(--border-glow);
    }
    .cinema-card-glow {
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .cinema-card-glow:hover {
      transform: translateY(-4px) scale(1.01);
      border-color: rgba(139, 92, 246, 0.45);
      box-shadow: 0 16px 30px -10px rgba(139, 92, 246, 0.35);
    }
    .text-gradient {
      background: linear-gradient(135deg, #F3F4F6 30%, #A855F7 80%, #EC4899 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .text-gradient-purple {
      background: linear-gradient(135deg, #C084FC 0%, #EC4899 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .scrollbar-hide::-webkit-scrollbar {
      display: none;
    }
    .scrollbar-hide {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
