/* roulang page: index */
:root {
      --primary: #f59e0b;
      --primary-dark: #d97706;
      --secondary: #15803d;
      --bg-cream: #fffdf7;
      --text-main: #1f2937;
      --text-muted: #4b5563;
      --border-warm: #f3e8d0;
    }
    body {
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
      background-color: var(--bg-cream);
      color: var(--text-main);
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
    }
    .custom-shadow {
      box-shadow: 0 10px 30px -5px rgba(217, 119, 6, 0.08);
    }
    .hero-mesh {
      background: radial-gradient(circle at 10% 20%, rgba(254, 243, 199, 0.7) 0%, rgba(255, 253, 247, 0) 50%),
                  radial-gradient(circle at 90% 80%, rgba(220, 252, 231, 0.5) 0%, rgba(255, 253, 247, 0) 50%);
    }
    .honey-glow {
      background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    }

/* roulang page: category1 */
:root {
      --primary: #f59e0b;
      --primary-dark: #d97706;
      --secondary: #15803d;
      --bg-cream: #fffdf7;
      --text-main: #1f2937;
      --text-muted: #4b5563;
      --border-warm: #f3e8d0;
    }
    body {
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
      background-color: var(--bg-cream);
      color: var(--text-main);
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
    }
    .custom-shadow {
      box-shadow: 0 10px 30px -5px rgba(217, 119, 6, 0.08);
    }
    .hero-mesh {
      background: radial-gradient(circle at 10% 20%, rgba(254, 243, 199, 0.7) 0%, rgba(255, 253, 247, 0) 50%),
                  radial-gradient(circle at 90% 80%, rgba(220, 252, 231, 0.5) 0%, rgba(255, 253, 247, 0) 50%);
    }

/* roulang page: article */
:root {
      --primary: #f59e0b;
      --primary-dark: #d97706;
      --secondary: #15803d;
      --bg-cream: #fffdf7;
      --text-main: #1f2937;
      --text-muted: #4b5563;
      --border-warm: #f3e8d0;
    }
    body {
      font-family: system-ui, -apple-system, "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
      background-color: var(--bg-cream);
      color: var(--text-main);
      line-height: 1.75;
      -webkit-font-smoothing: antialiased;
    }
    .custom-shadow {
      box-shadow: 0 10px 30px -5px rgba(217, 119, 6, 0.08);
    }
    .hero-mesh {
      background: radial-gradient(circle at 10% 20%, rgba(254, 243, 199, 0.7) 0%, rgba(255, 253, 247, 0) 50%),
                  radial-gradient(circle at 90% 80%, rgba(220, 252, 231, 0.5) 0%, rgba(255, 253, 247, 0) 50%);
    }
    .prose h2 {
      font-size: 1.5rem;
      font-weight: 700;
      color: #1f2937;
      margin-top: 2rem;
      margin-bottom: 1rem;
      padding-left: 0.75rem;
      border-left: 4px solid var(--secondary);
      line-height: 1.4;
    }
    .prose h3 {
      font-size: 1.25rem;
      font-weight: 600;
      color: #27272a;
      margin-top: 1.5rem;
      margin-bottom: 0.75rem;
    }
    .prose p {
      margin-bottom: 1.25rem;
      color: #4b5563;
      line-height: 1.85;
      font-size: 1.05rem;
    }
    .prose ul, .prose ol {
      margin-bottom: 1.25rem;
      padding-left: 1.5rem;
      color: #4b5563;
    }
    .prose li {
      margin-bottom: 0.5rem;
      list-style-type: disc;
    }
    .prose blockquote {
      border-left: 4px solid var(--primary);
      background-color: #fefce8;
      padding: 1rem 1.25rem;
      border-radius: 0.5rem;
      margin: 1.5rem 0;
      color: #78350f;
      font-style: italic;
    }
    .prose img {
      border-radius: 1rem;
      margin: 1.5rem auto;
      box-shadow: 0 4px 20px -2px rgba(0,0,0,0.05);
    }
