/* roulang page: index */
:root {
            --bg-main: #0b0d13;
            --bg-card: rgba(24, 29, 45, 0.78);
            --primary: #ff2a6d;
            --secondary: #05d9e8;
        }
        body {
            background-color: var(--bg-main);
            color: #f1f5f9;
            overflow-x: hidden;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0d13;
        }
        ::-webkit-scrollbar-thumb {
            background: #242b3d;
            border-radius: 4px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #ff2a6d;
        }
        .text-glow-pink {
            text-shadow: 0 0 16px rgba(255, 42, 109, 0.45);
        }
        .text-glow-cyan {
            text-shadow: 0 0 16px rgba(5, 217, 232, 0.45);
        }
        .box-glow {
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
        }
        .box-glow-pink {
            box-shadow: 0 0 25px -5px rgba(255, 42, 109, 0.35);
        }
        .mask-radial {
            mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
            -webkit-mask-image: radial-gradient(circle at center, black 60%, transparent 100%);
        }

/* roulang page: category2 */
:root {
      --bg-main: #0b0d13;
      --bg-card: rgba(24, 29, 45, 0.78);
      --primary: #ff2a6d;
      --secondary: #05d9e8;
    }
    body {
      background-color: var(--bg-main);
      color: #f1f5f9;
      overflow-x: hidden;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
    .text-glow-pink {
      text-shadow: 0 0 16px rgba(255, 42, 109, 0.45);
    }
    .text-glow-cyan {
      text-shadow: 0 0 16px rgba(5, 217, 232, 0.45);
    }
    .custom-scroll::-webkit-scrollbar {
      height: 6px;
      width: 6px;
    }
    .custom-scroll::-webkit-scrollbar-track {
      background: #0b0d13;
    }
    .custom-scroll::-webkit-scrollbar-thumb {
      background: #1f293d;
      border-radius: 9999px;
    }
    .custom-scroll::-webkit-scrollbar-thumb:hover {
      background: #ff2a6d;
    }
    .poster-hover:hover .poster-overlay {
      opacity: 1;
      transform: translateY(0);
    }
    .poster-hover:hover .poster-img {
      transform: scale(1.06);
    }

/* roulang page: category1 */
:root {
      --bg-main: #0b0d13;
      --bg-card: rgba(24, 29, 45, 0.78);
      --primary: #ff2a6d;
      --secondary: #05d9e8;
    }
    body {
      background-color: var(--bg-main);
      color: #f1f5f9;
      overflow-x: hidden;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
    .text-glow-pink {
      text-shadow: 0 0 16px rgba(255, 42, 109, 0.45);
    }
    .text-glow-cyan {
      text-shadow: 0 0 16px rgba(5, 217, 232, 0.45);
    }
    .cinema-glass {
      background: rgba(24, 29, 45, 0.78);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }
    .custom-scroll::-webkit-scrollbar {
      height: 6px;
      width: 6px;
    }
    .custom-scroll::-webkit-scrollbar-thumb {
      background: #334155;
      border-radius: 4px;
    }
    .custom-scroll::-webkit-scrollbar-track {
      background: #0f172a;
    }

/* roulang page: category3 */
:root {
      --bg-main: #0b0d13;
      --bg-card: rgba(24, 29, 45, 0.78);
      --primary: #ff2a6d;
      --secondary: #05d9e8;
    }
    body {
      background-color: var(--bg-main);
      color: #f1f5f9;
      overflow-x: hidden;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
    .text-glow-pink {
      text-shadow: 0 0 16px rgba(255, 42, 109, 0.45);
    }
    .text-glow-cyan {
      text-shadow: 0 0 16px rgba(5, 217, 232, 0.45);
    }
    .card-glass {
      background: var(--bg-card);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.08);
    }
    .card-glass:hover {
      border-color: rgba(255, 42, 109, 0.35);
      box-shadow: 0 10px 30px -10px rgba(255, 42, 109, 0.25);
    }
    .glow-border {
      position: relative;
    }
    .glow-border::after {
      content: '';
      position: absolute;
      inset: -1px;
      border-radius: inherit;
      padding: 1px;
      background: linear-gradient(135deg, rgba(255, 42, 109, 0.5), rgba(5, 217, 232, 0.3));
      -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      pointer-events: none;
    }
    .custom-scrollbar::-webkit-scrollbar {
      height: 6px;
      width: 6px;
    }
    .custom-scrollbar::-webkit-scrollbar-track {
      background: #0b0d13;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
      background: #1e293b;
      border-radius: 9999px;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb:hover {
      background: #ff2a6d;
    }

/* roulang page: category4 */
:root {
      --bg-main: #0b0d13;
      --bg-card: rgba(24, 29, 45, 0.78);
      --primary: #ff2a6d;
      --secondary: #05d9e8;
    }
    body {
      background-color: var(--bg-main);
      color: #f1f5f9;
      overflow-x: hidden;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    }
    .text-glow-pink {
      text-shadow: 0 0 16px rgba(255, 42, 109, 0.45);
    }
    .text-glow-cyan {
      text-shadow: 0 0 16px rgba(5, 217, 232, 0.45);
    }
    .custom-scrollbar::-webkit-scrollbar {
      height: 6px;
      width: 6px;
    }
    .custom-scrollbar::-webkit-scrollbar-track {
      background: rgba(11, 13, 19, 0.8);
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
      background: rgba(255, 42, 109, 0.35);
      border-radius: 9999px;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb:hover {
      background: rgba(255, 42, 109, 0.7);
    }
