/* roulang page: index */
:root {
            --bg-base: #0B0C10;
            --bg-card: #14161D;
            --bg-hover: #1E222D;
            --primary: #FF2A6D;
            --secondary: #05D9E8;
            --accent: #FFB800;
            --text-main: #F1F3F7;
            --text-muted: #A0AEC0;
            --border-line: #222736;
        }
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        body {
            background-color: var(--bg-base);
            color: var(--text-main);
            font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
            line-height: 1.75;
            -webkit-font-smoothing: antialiased;
        }
        a {
            color: inherit;
            text-decoration: none;
            transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
        }
        .cinema-glow {
            box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
        }
        .cinema-glow:hover {
            box-shadow: 0 15px 35px -5px rgba(255, 42, 109, 0.25);
        }
        .custom-scroll::-webkit-scrollbar {
            height: 6px;
            width: 6px;
        }
        .custom-scroll::-webkit-scrollbar-track {
            background: #111319;
        }
        .custom-scroll::-webkit-scrollbar-thumb {
            background: #222736;
            border-radius: 4px;
        }
        .custom-scroll::-webkit-scrollbar-thumb:hover {
            background: #FF2A6D;
        }

/* roulang page: category1 */
:root {
      --bg-base: #0B0C10;
      --bg-card: #14161D;
      --bg-hover: #1E222D;
      --primary: #FF2A6D;
      --secondary: #05D9E8;
      --accent: #FFB800;
      --text-main: #F1F3F7;
      --text-muted: #A0AEC0;
      --border-line: #222736;
    }
    body {
      background-color: var(--bg-base);
      color: var(--text-main);
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
    }
    a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }
    .cinema-glow {
      box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
    }
    .cinema-glow:hover {
      box-shadow: 0 15px 35px -5px rgba(255, 42, 109, 0.25);
    }
    .badge-primary {
      background: rgba(255, 42, 109, 0.15);
      border: 1px solid rgba(255, 42, 109, 0.4);
      color: #FF2A6D;
    }
    .badge-secondary {
      background: rgba(5, 217, 232, 0.15);
      border: 1px solid rgba(5, 217, 232, 0.4);
      color: #05D9E8;
    }
    .badge-gold {
      background: rgba(255, 184, 0, 0.15);
      border: 1px solid rgba(255, 184, 0, 0.4);
      color: #FFB800;
    }

/* roulang page: category2 */
:root {
      --bg-base: #0B0C10;
      --bg-card: #14161D;
      --bg-hover: #1E222D;
      --primary: #FF2A6D;
      --secondary: #05D9E8;
      --accent: #FFB800;
      --text-main: #F1F3F7;
      --text-muted: #A0AEC0;
      --border-line: #222736;
    }
    body {
      background-color: var(--bg-base);
      color: var(--text-main);
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
    }
    a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }
    .cinema-glow {
      box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
    }
    .cinema-glow:hover {
      box-shadow: 0 15px 35px -5px rgba(255, 42, 109, 0.25);
    }
    .active-filter-tab {
      background-color: #FF2A6D;
      color: #FFFFFF;
      border-color: #FF2A6D;
    }

/* roulang page: category3 */
:root {
      --bg-base: #0B0C10;
      --bg-card: #14161D;
      --bg-hover: #1E222D;
      --primary: #FF2A6D;
      --secondary: #05D9E8;
      --accent: #FFB800;
      --text-main: #F1F3F7;
      --text-muted: #A0AEC0;
      --border-line: #222736;
    }
    body {
      background-color: var(--bg-base);
      color: var(--text-main);
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
    }
    a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }
    .cinema-glow {
      box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
    }
    .cinema-glow:hover {
      box-shadow: 0 15px 35px -5px rgba(255, 42, 109, 0.25);
    }

/* roulang page: category4 */
:root {
      --bg-base: #0B0C10;
      --bg-card: #14161D;
      --bg-hover: #1E222D;
      --primary: #FF2A6D;
      --secondary: #05D9E8;
      --accent: #FFB800;
      --text-main: #F1F3F7;
      --text-muted: #A0AEC0;
      --border-line: #222736;
    }
    body {
      background-color: var(--bg-base);
      color: var(--text-main);
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
    }
    a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    }
    .cinema-glow {
      box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.7);
    }
    .cinema-glow:hover {
      box-shadow: 0 15px 35px -5px rgba(255, 42, 109, 0.25);
    }
    .filter-btn-active {
      background-color: #FF2A6D;
      color: #FFFFFF;
      border-color: #FF2A6D;
    }
