/* roulang page: index */
:root {
      --primary: #1e40af;
      --primary-hover: #1d4ed8;
      --secondary: #3b82f6;
      --accent: #0ea5e9;
      --bg-light: #f8fafc;
      --text-main: #0f172a;
      --text-body: #334155;
      --text-muted: #64748b;
      --border-color: #e2e8f0;
    }
    body {
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Heiti SC", sans-serif;
      line-height: 1.75;
      color: var(--text-body);
      background-color: var(--bg-light);
    }
    .custom-shadow {
      box-shadow: 0 10px 25px -5px rgba(30, 64, 175, 0.05), 0 8px 10px -6px rgba(30, 64, 175, 0.05);
    }

/* roulang page: article */
:root {
      --primary: #1e40af;
      --primary-hover: #1d4ed8;
      --secondary: #3b82f6;
      --accent: #0ea5e9;
      --bg-light: #f8fafc;
      --text-main: #0f172a;
      --text-body: #334155;
      --text-muted: #64748b;
      --border-color: #e2e8f0;
    }
    body {
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Heiti SC", sans-serif;
      line-height: 1.75;
      color: var(--text-body);
      background-color: var(--bg-light);
    }
    .custom-shadow {
      box-shadow: 0 10px 25px -5px rgba(30, 64, 175, 0.05), 0 8px 10px -6px rgba(30, 64, 175, 0.05);
    }
    .cms-article-content h2 {
      font-size: 1.5rem;
      font-weight: 700;
      color: var(--text-main);
      margin-top: 2rem;
      margin-bottom: 1rem;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid var(--border-color);
    }
    .cms-article-content h3 {
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--text-main);
      margin-top: 1.5rem;
      margin-bottom: 0.75rem;
    }
    .cms-article-content p {
      margin-bottom: 1.25rem;
      line-height: 1.85;
      color: #334155;
    }
    .cms-article-content ul, .cms-article-content ol {
      margin-bottom: 1.25rem;
      padding-left: 1.5rem;
      color: #334155;
    }
    .cms-article-content ul {
      list-style-type: disc;
    }
    .cms-article-content ol {
      list-style-type: decimal;
    }
    .cms-article-content li {
      margin-bottom: 0.5rem;
    }
    .cms-article-content blockquote {
      border-left: 4px solid var(--primary);
      background: #eff6ff;
      padding: 1rem 1.25rem;
      border-radius: 0 0.5rem 0.5rem 0;
      margin: 1.5rem 0;
      color: #1e3a8a;
      font-style: italic;
    }
    .cms-article-content img {
      max-width: 100%;
      height: auto;
      border-radius: 0.75rem;
      margin: 1.5rem 0;
      border: 1px solid #e2e8f0;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    }

/* roulang page: category1 */
:root {
      --primary: #1e40af;
      --primary-hover: #1d4ed8;
      --secondary: #3b82f6;
      --accent: #0ea5e9;
      --bg-light: #f8fafc;
      --text-main: #0f172a;
      --text-body: #334155;
      --text-muted: #64748b;
      --border-color: #e2e8f0;
    }
    body {
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Heiti SC", sans-serif;
      line-height: 1.75;
      color: var(--text-body);
      background-color: var(--bg-light);
    }
    .custom-shadow {
      box-shadow: 0 10px 25px -5px rgba(30, 64, 175, 0.05), 0 8px 10px -6px rgba(30, 64, 175, 0.05);
    }
    .card-transition {
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    }
    .card-transition:hover {
      transform: translateY(-3px);
      box-shadow: 0 12px 24px -6px rgba(30, 64, 175, 0.08), 0 6px 12px -4px rgba(30, 64, 175, 0.04);
    }
