/* roulang page: index */
:root {
            --primary: #1e40af;
            --primary-hover: #1d4ed8;
            --sky: #0284c7;
            --text-main: #0f172a;
            --text-sub: #334155;
            --text-muted: #64748b;
            --bg-light: #f8fafc;
            --border-color: #e2e8f0;
        }
        body {
            font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            color: var(--text-main);
            background-color: #ffffff;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        .custom-card-shadow {
            box-shadow: 0 10px 30px rgba(30, 64, 175, 0.05), 0 2px 8px rgba(0, 0, 0, 0.03);
        }
        .custom-card-shadow:hover {
            box-shadow: 0 20px 40px rgba(30, 64, 175, 0.09), 0 4px 12px rgba(0, 0, 0, 0.05);
        }
        .poster-glow {
            background: radial-gradient(120% 120% at 50% 0%, rgba(30, 64, 175, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
        }

/* roulang page: category1 */
:root {
      --primary: #1e40af;
      --primary-hover: #1d4ed8;
      --sky: #0284c7;
      --text-main: #0f172a;
      --text-sub: #334155;
      --text-muted: #64748b;
      --bg-light: #f8fafc;
      --border-color: #e2e8f0;
    }
    body {
      font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      color: var(--text-main);
      background-color: #ffffff;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    .custom-card-shadow {
      box-shadow: 0 10px 30px rgba(30, 64, 175, 0.05), 0 2px 8px rgba(0, 0, 0, 0.03);
    }
    .custom-card-shadow:hover {
      box-shadow: 0 20px 40px rgba(30, 64, 175, 0.09), 0 4px 12px rgba(0, 0, 0, 0.05);
    }

/* roulang page: category2 */
:root {
      --primary: #1e40af;
      --primary-hover: #1d4ed8;
      --sky: #0284c7;
      --text-main: #0f172a;
      --text-sub: #334155;
      --text-muted: #64748b;
      --bg-light: #f8fafc;
      --border-color: #e2e8f0;
    }
    body {
      font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      color: var(--text-main);
      background-color: #ffffff;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    .custom-card-shadow {
      box-shadow: 0 10px 30px rgba(30, 64, 175, 0.05), 0 2px 8px rgba(0, 0, 0, 0.03);
    }
    .custom-card-shadow:hover {
      box-shadow: 0 20px 40px rgba(30, 64, 175, 0.09), 0 4px 12px rgba(0, 0, 0, 0.05);
    }
    .hide-scrollbar::-webkit-scrollbar {
      display: none;
    }
    .hide-scrollbar {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
