/* roulang page: index */
:root {
            --bg-base: #0f1115;
            --bg-surface: #181b22;
            --bg-card: #20242e;
            --primary: #f59e0b;
            --primary-hover: #d97706;
            --accent: #e11d48;
            --accent-glow: rgba(225, 29, 72, 0.25);
            --text-primary: #f8fafc;
            --text-secondary: #94a3b8;
            --text-muted: #64748b;
            --border-subtle: rgba(255, 255, 255, 0.08);
            --shadow-card: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
        }

        body {
            background-color: var(--bg-base);
            color: var(--text-primary);
            font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
            line-height: 1.75;
            overflow-x: hidden;
        }

        .cinema-glass {
            background: rgba(24, 27, 34, 0.88);
            backdrop-filter: blur(16px);
            -webkit-backdrop-filter: blur(16px);
            border: 1px solid var(--border-subtle);
        }

        .cinema-glow-border:hover {
            border-color: rgba(245, 158, 11, 0.4);
            box-shadow: 0 0 25px rgba(245, 158, 11, 0.15);
        }

        .poster-card {
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .poster-card:hover {
            transform: translateY(-6px) scale(1.02);
            box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.8);
        }

        .poster-card:hover .poster-img {
            transform: scale(1.06);
        }

        /* 隐藏原生滚动条保持美观 */
        .no-scrollbar::-webkit-scrollbar {
            display: none;
        }
        .no-scrollbar {
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

/* roulang page: category2 */
:root {
        --bg-base: #0f1115;
        --bg-surface: #181b22;
        --bg-card: #20242e;
        --primary: #f59e0b;
        --primary-hover: #d97706;
        --accent: #e11d48;
        --accent-glow: rgba(225, 29, 72, 0.25);
        --text-primary: #f8fafc;
        --text-secondary: #94a3b8;
        --text-muted: #64748b;
        --border-subtle: rgba(255, 255, 255, 0.08);
        --shadow-card: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    }
    body {
        background-color: var(--bg-base);
        color: var(--text-primary);
        font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
        line-height: 1.75;
        overflow-x: hidden;
    }
    .cinema-glass {
        background: rgba(24, 27, 34, 0.88);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid var(--border-subtle);
    }
    .cinema-glow-border:hover {
        border-color: rgba(245, 158, 11, 0.4);
        box-shadow: 0 0 25px rgba(245, 158, 11, 0.15);
    }
    .poster-card {
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .poster-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.8);
    }
    .poster-card:hover .poster-img {
        transform: scale(1.06);
    }
    .filter-btn-active {
        background-color: var(--primary);
        color: #020617;
        font-weight: 600;
    }
    .schedule-day-active {
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.2), rgba(225, 29, 72, 0.15));
        border-color: rgba(245, 158, 11, 0.5);
    }

/* roulang page: category1 */
:root {
        --bg-base: #0f1115;
        --bg-surface: #181b22;
        --bg-card: #20242e;
        --primary: #f59e0b;
        --primary-hover: #d97706;
        --accent: #e11d48;
        --accent-glow: rgba(225, 29, 72, 0.25);
        --text-primary: #f8fafc;
        --text-secondary: #94a3b8;
        --text-muted: #64748b;
        --border-subtle: rgba(255, 255, 255, 0.08);
        --shadow-card: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    }
    body {
        background-color: var(--bg-base);
        color: var(--text-primary);
        font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
        line-height: 1.75;
        overflow-x: hidden;
    }
    .cinema-glass {
        background: rgba(24, 27, 34, 0.88);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid var(--border-subtle);
    }
    .cinema-glow-border:hover {
        border-color: rgba(245, 158, 11, 0.4);
        box-shadow: 0 0 25px rgba(245, 158, 11, 0.15);
    }
    .poster-card {
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .poster-card:hover {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.8);
    }
    .poster-card:hover .poster-img {
        transform: scale(1.06);
    }
    /* 专区定制标签选中态 */
    .filter-chip {
        transition: all 0.2s ease-in-out;
    }
    .filter-chip.active {
        background-color: var(--primary);
        color: #020617;
        font-weight: 600;
    }
    .filter-chip:not(.active):hover {
        background-color: rgba(255, 255, 255, 0.06);
        color: #f8fafc;
    }

/* roulang page: category3 */
:root {
      --bg-base: #0f1115;
      --bg-surface: #181b22;
      --bg-card: #20242e;
      --primary: #f59e0b;
      --primary-hover: #d97706;
      --accent: #e11d48;
      --accent-glow: rgba(225, 29, 72, 0.25);
      --text-primary: #f8fafc;
      --text-secondary: #94a3b8;
      --text-muted: #64748b;
      --border-subtle: rgba(255, 255, 255, 0.08);
      --shadow-card: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    }
    body {
      background-color: var(--bg-base);
      color: var(--text-primary);
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
      line-height: 1.75;
      overflow-x: hidden;
    }
    .cinema-glass {
      background: rgba(24, 27, 34, 0.88);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      border: 1px solid var(--border-subtle);
    }
    .cinema-glow-border:hover {
      border-color: rgba(245, 158, 11, 0.4);
      box-shadow: 0 0 25px rgba(245, 158, 11, 0.15);
    }
    .poster-card {
      transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .poster-card:hover {
      transform: translateY(-6px) scale(1.02);
      box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.8);
    }
    .poster-card:hover .poster-img {
      transform: scale(1.06);
    }
    .filter-chip.active {
      background: #f59e0b;
      color: #0f1115;
      font-weight: 600;
    }
    .filter-chip {
      background: rgba(255, 255, 255, 0.05);
      color: #94a3b8;
      transition: all 0.2s ease;
    }
    .filter-chip:hover:not(.active) {
      background: rgba(255, 255, 255, 0.12);
      color: #ffffff;
    }
