/* roulang page: index */
:root {
      --bg-main: #0c0d14;
      --bg-sec: #13151f;
      --bg-card: #1a1d2b;
      --primary: #ffb800;
      --primary-hover: #e6a500;
      --accent: #ff2a6d;
      --green: #05d550;
      --text-main: #f1f5f9;
      --text-muted: #94a3b8;
      --border-color: rgba(255, 255, 255, 0.08);
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-lg: 16px;
      --shadow-base: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
      --shadow-glow: 0 0 25px -5px rgba(255, 184, 0, 0.25);
    }
    
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      background-color: var(--bg-main);
      color: var(--text-main);
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
      line-height: 1.75;
      font-size: 15px;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }

    a, button {
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /* 聚焦与可访问性高亮 */
    a:focus-visible, button:focus-visible, input:focus-visible {
      outline: 2px solid var(--primary);
      outline-offset: 3px;
    }

    .glass-nav {
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      background-color: rgba(12, 13, 20, 0.85);
      border-bottom: 1px solid var(--border-color);
    }

    .cinema-card {
      background-color: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-base);
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }

    .cinema-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 184, 0, 0.4);
      box-shadow: var(--shadow-glow);
    }

    .glow-tag {
      background: rgba(255, 184, 0, 0.12);
      border: 1px solid rgba(255, 184, 0, 0.3);
      color: var(--primary);
    }

    .glow-tag-accent {
      background: rgba(255, 42, 109, 0.12);
      border: 1px solid rgba(255, 42, 109, 0.3);
      color: var(--accent);
    }

    .glow-tag-green {
      background: rgba(5, 213, 80, 0.12);
      border: 1px solid rgba(5, 213, 80, 0.3);
      color: var(--green);
    }

    /* 优惠券虚线边框效果 */
    .coupon-ticket {
      position: relative;
      background: radial-gradient(circle at 0 50%, transparent 12px, #1a1d2b 13px),
                  radial-gradient(circle at 100% 50%, transparent 12px, #1a1d2b 13px);
      background-size: 100% 100%;
    }

    /* 模拟播放器交互指示线 */
    .play-progress-track {
      height: 4px;
      background: rgba(255, 255, 255, 0.15);
      position: relative;
      border-radius: 9999px;
    }
    .play-progress-bar {
      height: 100%;
      background: var(--primary);
      width: 68%;
      border-radius: 9999px;
    }

/* roulang page: category2 */
:root {
      --bg-main: #0c0d14;
      --bg-sec: #13151f;
      --bg-card: #1a1d2b;
      --primary: #ffb800;
      --primary-hover: #e6a500;
      --accent: #ff2a6d;
      --green: #05d550;
      --text-main: #f1f5f9;
      --text-muted: #94a3b8;
      --border-color: rgba(255, 255, 255, 0.08);
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-lg: 16px;
      --shadow-base: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
      --shadow-glow: 0 0 25px -5px rgba(255, 184, 0, 0.25);
    }
    body {
      background-color: var(--bg-main);
      color: var(--text-main);
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
      line-height: 1.75;
      font-size: 15px;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }
    a, button {
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    a:focus-visible, button:focus-visible, input:focus-visible {
      outline: 2px solid var(--primary);
      outline-offset: 3px;
    }
    .glass-nav {
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      background-color: rgba(12, 13, 20, 0.85);
      border-bottom: 1px solid var(--border-color);
    }
    .cinema-card {
      background-color: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-base);
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    .cinema-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 184, 0, 0.4);
      box-shadow: var(--shadow-glow);
    }
    .glow-tag {
      background: rgba(255, 184, 0, 0.12);
      border: 1px solid rgba(255, 184, 0, 0.3);
      color: var(--primary);
    }
    .glow-tag-accent {
      background: rgba(255, 42, 109, 0.12);
      border: 1px solid rgba(255, 42, 109, 0.3);
      color: var(--accent);
    }
    .glow-tag-green {
      background: rgba(5, 213, 80, 0.12);
      border: 1px solid rgba(5, 213, 80, 0.3);
      color: var(--green);
    }
    .filter-pill {
      border: 1px solid rgba(255, 255, 255, 0.08);
      background-color: rgba(255, 255, 255, 0.03);
      color: #94a3b8;
    }
    .filter-pill:hover, .filter-pill.active {
      background-color: var(--primary);
      color: #0c0d14;
      font-weight: 600;
      border-color: var(--primary);
    }
    .scroll-hide::-webkit-scrollbar {
      display: none;
    }
    .scroll-hide {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

/* roulang page: category1 */
:root {
      --bg-main: #0c0d14;
      --bg-sec: #13151f;
      --bg-card: #1a1d2b;
      --primary: #ffb800;
      --primary-hover: #e6a500;
      --accent: #ff2a6d;
      --green: #05d550;
      --text-main: #f1f5f9;
      --text-muted: #94a3b8;
      --border-color: rgba(255, 255, 255, 0.08);
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-lg: 16px;
      --shadow-base: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
      --shadow-glow: 0 0 25px -5px rgba(255, 184, 0, 0.25);
    }
    body {
      background-color: var(--bg-main);
      color: var(--text-main);
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
      line-height: 1.75;
      font-size: 15px;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }
    a, button {
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    a:focus-visible, button:focus-visible, input:focus-visible {
      outline: 2px solid var(--primary);
      outline-offset: 3px;
    }
    .glass-nav {
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      background-color: rgba(12, 13, 20, 0.85);
      border-bottom: 1px solid var(--border-color);
    }
    .cinema-card {
      background-color: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-base);
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    .cinema-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 184, 0, 0.4);
      box-shadow: var(--shadow-glow);
    }
    .glow-tag {
      background: rgba(255, 184, 0, 0.12);
      border: 1px solid rgba(255, 184, 0, 0.3);
      color: var(--primary);
    }
    .glow-tag-accent {
      background: rgba(255, 42, 109, 0.12);
      border: 1px solid rgba(255, 42, 109, 0.3);
      color: var(--accent);
    }
    .glow-tag-green {
      background: rgba(5, 213, 80, 0.12);
      border: 1px solid rgba(5, 213, 80, 0.3);
      color: var(--green);
    }
    .filter-pill {
      border: 1px solid rgba(255, 255, 255, 0.08);
      background: rgba(255, 255, 255, 0.03);
      color: #94a3b8;
    }
    .filter-pill:hover, .filter-pill.active {
      background: rgba(255, 184, 0, 0.15);
      border-color: var(--primary);
      color: #ffffff;
      font-weight: 600;
    }
    .rank-badge-1 {
      background: linear-gradient(135deg, #ffb800 0%, #e65100 100%);
      color: #0c0d14;
    }
    .rank-badge-2 {
      background: linear-gradient(135deg, #cbd5e1 0%, #64748b 100%);
      color: #0c0d14;
    }
    .rank-badge-3 {
      background: linear-gradient(135deg, #b45309 0%, #78350f 100%);
      color: #ffffff;
    }
    .rank-badge-normal {
      background: rgba(255, 255, 255, 0.08);
      color: #94a3b8;
    }

/* roulang page: category3 */
:root {
      --bg-main: #0c0d14;
      --bg-sec: #13151f;
      --bg-card: #1a1d2b;
      --primary: #ffb800;
      --primary-hover: #e6a500;
      --accent: #ff2a6d;
      --green: #05d550;
      --text-main: #f1f5f9;
      --text-muted: #94a3b8;
      --border-color: rgba(255, 255, 255, 0.08);
      --radius-sm: 8px;
      --radius-md: 12px;
      --radius-lg: 16px;
      --shadow-base: 0 10px 30px -10px rgba(0, 0, 0, 0.6);
      --shadow-glow: 0 0 25px -5px rgba(255, 184, 0, 0.25);
    }
    body {
      background-color: var(--bg-main);
      color: var(--text-main);
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
      line-height: 1.75;
      font-size: 15px;
      overflow-x: hidden;
      -webkit-font-smoothing: antialiased;
    }
    a, button {
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    a:focus-visible, button:focus-visible, input:focus-visible {
      outline: 2px solid var(--primary);
      outline-offset: 3px;
    }
    .glass-nav {
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      background-color: rgba(12, 13, 20, 0.85);
      border-bottom: 1px solid var(--border-color);
    }
    .cinema-card {
      background-color: var(--bg-card);
      border: 1px solid var(--border-color);
      box-shadow: var(--shadow-base);
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    .cinema-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 184, 0, 0.4);
      box-shadow: var(--shadow-glow);
    }
    .glow-tag {
      background: rgba(255, 184, 0, 0.12);
      border: 1px solid rgba(255, 184, 0, 0.3);
      color: var(--primary);
    }
    .glow-tag-accent {
      background: rgba(255, 42, 109, 0.12);
      border: 1px solid rgba(255, 42, 109, 0.3);
      color: var(--accent);
    }
    .glow-tag-green {
      background: rgba(5, 213, 80, 0.12);
      border: 1px solid rgba(5, 213, 80, 0.3);
      color: var(--green);
    }
    .filter-pill {
      background: rgba(255, 255, 255, 0.04);
      border: 1px solid rgba(255, 255, 255, 0.08);
      color: var(--text-muted);
      padding: 4px 14px;
      border-radius: 9999px;
      font-size: 13px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
    }
    .filter-pill:hover {
      color: #fff;
      background: rgba(255, 255, 255, 0.1);
      border-color: rgba(255, 184, 0, 0.3);
    }
    .filter-pill.active {
      background: var(--primary);
      color: #0c0d14;
      font-weight: 700;
      border-color: var(--primary);
      box-shadow: 0 0 12px rgba(255, 184, 0, 0.35);
    }
    .rank-num {
      font-family: Impact, "Arial Black", sans-serif;
      line-height: 1;
    }
    .line-clamp-2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
