/* roulang page: index */
:root {
      --primary-color: #1e40af;
      --secondary-color: #0284c7;
      --bg-canvas: #f8fafc;
      --text-main: #0f172a;
      --text-muted: #64748b;
      --card-border: #f1f5f9;
    }
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background-color: var(--bg-canvas);
      color: var(--text-main);
      -webkit-font-smoothing: antialiased;
    }
    .custom-shadow-hover {
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .custom-shadow-hover:hover {
      transform: translateY(-3px);
      box-shadow: 0 20px 25px -5px rgba(30, 64, 175, 0.08), 0 8px 10px -6px rgba(30, 64, 175, 0.04);
    }
    .hero-glass {
      background: rgba(255, 255, 255, 0.88);
      backdrop-filter: blur(12px);
    }
    .badge-glow {
      box-shadow: 0 0 12px rgba(2, 132, 199, 0.35);
    }

/* roulang page: category1 */
:root {
      --primary-color: #1e40af;
      --secondary-color: #0284c7;
      --bg-canvas: #f8fafc;
      --text-main: #0f172a;
      --text-muted: #64748b;
      --card-border: #f1f5f9;
    }
    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background-color: var(--bg-canvas);
      color: var(--text-main);
      -webkit-font-smoothing: antialiased;
    }
    .custom-shadow-hover {
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .custom-shadow-hover:hover {
      transform: translateY(-3px);
      box-shadow: 0 20px 25px -5px rgba(30, 64, 175, 0.08), 0 8px 10px -6px rgba(30, 64, 175, 0.04);
    }
    .hero-glass {
      background: rgba(255, 255, 255, 0.88);
      backdrop-filter: blur(12px);
    }
    .badge-glow {
      box-shadow: 0 0 12px rgba(2, 132, 199, 0.35);
    }
    .poster-aspect {
      aspect-ratio: 16 / 9;
    }
