/* roulang page: index */
:root {
      --bg-main: #0D0F12;
      --bg-surface: #15181E;
      --bg-card: #1C2028;
      --color-primary: #FF2E63;
      --color-cyan: #08D9D6;
      --color-gold: #FFD369;
      --text-main: #F4F6F9;
      --text-sub: #A6AFBD;
      --text-muted: #6B7688;
      --border-line: rgba(255, 255, 255, 0.08);
      --border-accent: rgba(255, 46, 99, 0.3);
      --glow-primary: 0 0 25px rgba(255, 46, 99, 0.35);
    }

    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;
    }

    .border-custom {
      border: 1px solid var(--border-line);
    }

    .border-custom-active {
      border: 1px solid var(--border-accent);
    }

    .glow-btn {
      box-shadow: 0 0 18px rgba(255, 46, 99, 0.4);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .glow-btn:hover {
      box-shadow: 0 0 28px rgba(255, 46, 99, 0.65);
      transform: translateY(-2px);
    }

    .card-shadow {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }

    .cinema-cover {
      transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .cinema-cover-wrap:hover .cinema-cover {
      transform: scale(1.06);
    }

    /* FAQ Handlers */
    .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease-out, opacity 0.3s ease;
      opacity: 0;
    }
    .faq-active .faq-content {
      max-height: 220px;
      opacity: 1;
    }
    .faq-active .faq-icon {
      transform: rotate(180deg);
    }

/* roulang page: category1 */
:root {
      --bg-main: #0D0F12;
      --bg-surface: #15181E;
      --bg-card: #1C2028;
      --color-primary: #FF2E63;
      --color-cyan: #08D9D6;
      --color-gold: #FFD369;
      --text-main: #F4F6F9;
      --text-sub: #A6AFBD;
      --text-muted: #6B7688;
      --border-line: rgba(255, 255, 255, 0.08);
      --border-accent: rgba(255, 46, 99, 0.3);
      --glow-primary: 0 0 25px rgba(255, 46, 99, 0.35);
    }
    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;
    }
    .border-custom {
      border: 1px solid var(--border-line);
    }
    .border-custom-active {
      border: 1px solid var(--border-accent);
    }
    .glow-btn {
      box-shadow: 0 0 18px rgba(255, 46, 99, 0.4);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .glow-btn:hover {
      box-shadow: 0 0 28px rgba(255, 46, 99, 0.65);
      transform: translateY(-2px);
    }
    .card-shadow {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    .cinema-cover {
      transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .cinema-cover-wrap:hover .cinema-cover {
      transform: scale(1.06);
    }
    .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease-out, opacity 0.3s ease;
      opacity: 0;
    }
    .faq-active .faq-content {
      max-height: 220px;
      opacity: 1;
    }
    .faq-active .faq-icon {
      transform: rotate(180deg);
    }
    .filter-chip {
      transition: all 0.2s ease;
    }
    .filter-chip:hover {
      color: #FFF;
      border-color: rgba(255,255,255,0.25);
    }
    .filter-chip.active {
      background-color: var(--color-primary);
      color: #FFF;
      border-color: var(--color-primary);
      box-shadow: 0 0 12px rgba(255, 46, 99, 0.4);
    }

/* roulang page: category2 */
:root {
      --bg-main: #0D0F12;
      --bg-surface: #15181E;
      --bg-card: #1C2028;
      --color-primary: #FF2E63;
      --color-cyan: #08D9D6;
      --color-gold: #FFD369;
      --text-main: #F4F6F9;
      --text-sub: #A6AFBD;
      --text-muted: #6B7688;
      --border-line: rgba(255, 255, 255, 0.08);
      --border-accent: rgba(255, 46, 99, 0.3);
      --glow-primary: 0 0 25px rgba(255, 46, 99, 0.35);
    }
    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;
    }
    .border-custom {
      border: 1px solid var(--border-line);
    }
    .border-custom-active {
      border: 1px solid var(--border-accent);
    }
    .glow-btn {
      box-shadow: 0 0 18px rgba(255, 46, 99, 0.4);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .glow-btn:hover {
      box-shadow: 0 0 28px rgba(255, 46, 99, 0.65);
      transform: translateY(-2px);
    }
    .card-shadow {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    .cinema-cover {
      transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .cinema-cover-wrap:hover .cinema-cover {
      transform: scale(1.06);
    }
    .cinema-cover-wrap:hover .play-overlay {
      opacity: 1;
    }
    /* Filter Bar Styles */
    .filter-chip {
      display: inline-block;
      padding: 4px 14px;
      border-radius: 9999px;
      font-size: 13px;
      font-weight: 500;
      color: var(--text-sub);
      transition: all 0.2s ease;
      cursor: pointer;
      user-select: none;
    }
    .filter-chip:hover {
      color: #fff;
      background-color: rgba(255, 255, 255, 0.06);
    }
    .filter-chip.active {
      background-color: var(--color-primary);
      color: #fff;
      box-shadow: 0 0 12px rgba(255, 46, 99, 0.4);
    }
    /* FAQ Handlers */
    .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease-out, opacity 0.3s ease;
      opacity: 0;
    }
    .faq-active .faq-content {
      max-height: 220px;
      opacity: 1;
    }
    .faq-active .faq-icon {
      transform: rotate(180deg);
    }

/* roulang page: category3 */
:root {
            --bg-main: #0D0F12;
            --bg-surface: #15181E;
            --bg-card: #1C2028;
            --color-primary: #FF2E63;
            --color-cyan: #08D9D6;
            --color-gold: #FFD369;
            --text-main: #F4F6F9;
            --text-sub: #A6AFBD;
            --text-muted: #6B7688;
            --border-line: rgba(255, 255, 255, 0.08);
            --border-accent: rgba(255, 46, 99, 0.3);
            --glow-primary: 0 0 25px rgba(255, 46, 99, 0.35);
        }
        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;
        }
        .border-custom {
            border: 1px solid var(--border-line);
        }
        .border-custom-active {
            border: 1px solid var(--border-accent);
        }
        .glow-btn {
            box-shadow: 0 0 18px rgba(255, 46, 99, 0.4);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .glow-btn:hover {
            box-shadow: 0 0 28px rgba(255, 46, 99, 0.65);
            transform: translateY(-2px);
        }
        .card-shadow {
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
        }
        .cinema-cover {
            transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
        }
        .cinema-cover-wrap:hover .cinema-cover {
            transform: scale(1.06);
        }
        .faq-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease-out, opacity 0.3s ease;
            opacity: 0;
        }
        .faq-active .faq-content {
            max-height: 220px;
            opacity: 1;
        }
        .faq-active .faq-icon {
            transform: rotate(180deg);
        }
        .filter-chip {
            transition: all 0.2s ease;
        }
        .filter-chip:hover {
            color: #FFFFFF;
            border-color: rgba(255, 255, 255, 0.2);
            background: rgba(255, 255, 255, 0.05);
        }
        .filter-chip.active {
            background: #FF2E63;
            color: #FFFFFF;
            border-color: #FF2E63;
            box-shadow: 0 0 12px rgba(255, 46, 99, 0.4);
        }

/* roulang page: category4 */
:root {
      --bg-main: #0D0F12;
      --bg-surface: #15181E;
      --bg-card: #1C2028;
      --color-primary: #FF2E63;
      --color-cyan: #08D9D6;
      --color-gold: #FFD369;
      --text-main: #F4F6F9;
      --text-sub: #A6AFBD;
      --text-muted: #6B7688;
      --border-line: rgba(255, 255, 255, 0.08);
      --border-accent: rgba(255, 46, 99, 0.3);
      --glow-primary: 0 0 25px rgba(255, 46, 99, 0.35);
    }
    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;
    }
    .border-custom {
      border: 1px solid var(--border-line);
    }
    .border-custom-active {
      border: 1px solid var(--border-accent);
    }
    .glow-btn {
      box-shadow: 0 0 18px rgba(255, 46, 99, 0.4);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .glow-btn:hover {
      box-shadow: 0 0 28px rgba(255, 46, 99, 0.65);
      transform: translateY(-2px);
    }
    .card-shadow {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    }
    .cinema-cover {
      transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    }
    .cinema-cover-wrap:hover .cinema-cover {
      transform: scale(1.06);
    }
    .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease-out, opacity 0.3s ease;
      opacity: 0;
    }
    .faq-active .faq-content {
      max-height: 240px;
      opacity: 1;
    }
    .faq-active .faq-icon {
      transform: rotate(180deg);
    }
