/* roulang page: index */
:root {
      --primary-black: #111827;
      --primary-slate: #0F172A;
      --accent-gold: #D97706;
      --accent-red: #E11D48;
      --bg-paper: #F8FAFC;
      --text-main: #030712;
      --text-muted: #64748B;
      --border-slate: #E2E8F0;
    }
    body {
      font-family: system-ui, -apple-system, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background-color: #FFFFFF;
      color: #334155;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    .custom-scroll::-webkit-scrollbar {
      height: 4px;
    }
    .custom-scroll::-webkit-scrollbar-thumb {
      background-color: #CBD5E1;
      border-radius: 4px;
    }

/* roulang page: category2 */
:root {
      --primary-black: #111827;
      --primary-slate: #0F172A;
      --accent-gold: #D97706;
      --accent-red: #E11D48;
      --bg-paper: #F8FAFC;
      --text-main: #030712;
      --text-muted: #64748B;
      --border-slate: #E2E8F0;
    }
    body {
      font-family: system-ui, -apple-system, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background-color: #FFFFFF;
      color: #334155;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    .custom-scrollbar::-webkit-scrollbar {
      height: 4px;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
      background: #CBD5E1;
      border-radius: 2px;
    }

/* roulang page: category1 */
:root {
      --primary-black: #111827;
      --primary-slate: #0F172A;
      --accent-gold: #D97706;
      --accent-red: #E11D48;
      --bg-paper: #F8FAFC;
      --text-main: #030712;
      --text-muted: #64748B;
      --border-slate: #E2E8F0;
    }
    body {
      font-family: system-ui, -apple-system, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background-color: #FFFFFF;
      color: #334155;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    .badge-chip {
      display: inline-flex;
      align-items: center;
      padding: 0.125rem 0.5rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 600;
    }
    .custom-scroll::-webkit-scrollbar {
      height: 4px;
    }
    .custom-scroll::-webkit-scrollbar-thumb {
      background: #CBD5E1;
      border-radius: 2px;
    }

/* roulang page: category4 */
:root {
      --primary-black: #111827;
      --primary-slate: #0F172A;
      --accent-gold: #D97706;
      --accent-red: #E11D48;
      --bg-paper: #F8FAFC;
      --text-main: #030712;
      --text-muted: #64748B;
      --border-slate: #E2E8F0;
    }
    body {
      font-family: system-ui, -apple-system, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
      background-color: #FFFFFF;
      color: #334155;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
    }
    .badge-chip {
      display: inline-flex;
      align-items: center;
      padding: 0.125rem 0.5rem;
      border-radius: 9999px;
      font-size: 0.75rem;
      font-weight: 600;
    }
    .newspaper-grid-border {
      border-right: 1px solid #E2E8F0;
    }
    @media (max-width: 1023px) {
      .newspaper-grid-border {
        border-right: none;
        border-bottom: 1px solid #E2E8F0;
      }
    }
