/* roulang page: index */
:root {
      --bg-main: #0d0f12;
      --bg-card: #161a20;
      --bg-float: #202630;
      --color-brand: #e11d48;
      --color-brand-hover: #be123c;
      --color-violet: #8b5cf6;
      --color-gold: #f59e0b;
      --text-main: #f1f5f9;
      --text-muted: #94a3b8;
      --border-card: rgba(51, 65, 85, 0.45);
    }
    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;
    }
    .no-scrollbar::-webkit-scrollbar { display: none; }
    .no-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }
    .cinema-mask {
      background: linear-gradient(180deg, rgba(13,15,18,0.2) 0%, rgba(13,15,18,0.85) 70%, #0d0f12 100%);
    }
    .spotlight-glow {
      background: radial-gradient(circle at center, rgba(225, 29, 72, 0.15) 0%, rgba(13, 15, 18, 0) 70%);
    }
    .card-sheen {
      border: 1px solid var(--border-card);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .card-sheen:hover {
      border-color: rgba(225, 29, 72, 0.4);
      transform: translateY(-4px);
      box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.8), 0 0 16px 1px rgba(225, 29, 72, 0.2);
    }

/* roulang page: category1 */
:root {
      --bg-main: #0d0f12;
      --bg-card: #161a20;
      --bg-float: #202630;
      --color-brand: #e11d48;
      --color-brand-hover: #be123c;
      --color-violet: #8b5cf6;
      --color-gold: #f59e0b;
      --text-main: #f1f5f9;
      --text-muted: #94a3b8;
      --border-card: rgba(51, 65, 85, 0.45);
    }
    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;
    }
    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
    .card-sheen {
      border: 1px solid var(--border-card);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .card-sheen:hover {
      border-color: rgba(225, 29, 72, 0.5);
      transform: translateY(-4px);
      box-shadow: 0 14px 28px -6px rgba(0, 0, 0, 0.8), 0 0 16px 1px rgba(225, 29, 72, 0.25);
    }
    .poster-zoom img {
      transition: transform 0.4s ease;
    }
    .poster-zoom:hover img {
      transform: scale(1.06);
    }
    .tag-filter-active {
      background-color: #e11d48;
      color: #ffffff;
      font-weight: 600;
      border-color: #e11d48;
    }

/* roulang page: category2 */
:root {
      --bg-main: #0d0f12;
      --bg-card: #161a20;
      --bg-float: #202630;
      --color-brand: #e11d48;
      --color-brand-hover: #be123c;
      --color-violet: #8b5cf6;
      --color-gold: #f59e0b;
      --text-main: #f1f5f9;
      --text-muted: #94a3b8;
      --border-card: rgba(51, 65, 85, 0.45);
    }
    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;
    }
    .cinema-mask {
      background: linear-gradient(180deg, rgba(13,15,18,0.3) 0%, rgba(13,15,18,0.85) 75%, #0d0f12 100%);
    }
    .card-sheen {
      border: 1px solid var(--border-card);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .card-sheen:hover {
      border-color: rgba(225, 29, 72, 0.45);
      transform: translateY(-4px);
      box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.8), 0 0 16px 1px rgba(225, 29, 72, 0.25);
    }
    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }

/* roulang page: category3 */
:root {
      --bg-main: #0d0f12;
      --bg-card: #161a20;
      --bg-float: #202630;
      --color-brand: #e11d48;
      --color-brand-hover: #be123c;
      --color-violet: #8b5cf6;
      --color-gold: #f59e0b;
      --text-main: #f1f5f9;
      --text-muted: #94a3b8;
      --border-card: rgba(51, 65, 85, 0.45);
    }
    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;
    }
    .cinema-mask {
      background: linear-gradient(180deg, rgba(13,15,18,0.2) 0%, rgba(13,15,18,0.85) 70%, #0d0f12 100%);
    }
    .card-sheen {
      border: 1px solid var(--border-card);
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .card-sheen:hover {
      border-color: rgba(225, 29, 72, 0.4);
      transform: translateY(-4px);
      box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.8), 0 0 16px 1px rgba(225, 29, 72, 0.2);
    }
    .no-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .no-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
