/* roulang page: index */
:root {
      --bg-main: #0B0716;
      --bg-card: rgba(255, 255, 255, 0.04);
      --border-card: rgba(255, 255, 255, 0.1);
    }
    body {
      background-color: #0B0716;
      color: #E2E8F0;
      overflow-x: hidden;
    }
    .neon-glow {
      box-shadow: 0 0 30px rgba(121, 40, 202, 0.35);
    }
    .rose-glow {
      box-shadow: 0 0 25px rgba(255, 0, 128, 0.3);
    }
    .card-glass {
      background: rgba(255, 255, 255, 0.035);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, 0.09);
    }
    .card-glass-hover:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(121, 40, 202, 0.45);
      transform: translateY(-4px);
    }
    .text-gradient {
      background: linear-gradient(135deg, #FFFFFF 0%, #E9D5FF 50%, #FDA4AF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .text-gradient-purple {
      background: linear-gradient(135deg, #C084FC 0%, #FF0080 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

/* roulang page: category1 */
:root {
      --bg-main: #0B0716;
      --bg-card: rgba(255, 255, 255, 0.04);
      --border-card: rgba(255, 255, 255, 0.1);
    }
    body {
      background-color: #0B0716;
      color: #E2E8F0;
      overflow-x: hidden;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
    .card-glass {
      background: rgba(255, 255, 255, 0.035);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, 0.09);
    }
    .card-glass-hover {
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .card-glass-hover:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(121, 40, 202, 0.45);
      transform: translateY(-4px);
    }
    .text-gradient {
      background: linear-gradient(135deg, #FFFFFF 0%, #E9D5FF 50%, #FDA4AF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .text-gradient-purple {
      background: linear-gradient(135deg, #C084FC 0%, #FF0080 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .glow-glow {
      box-shadow: 0 0 35px -5px rgba(121, 40, 202, 0.3);
    }

/* roulang page: article */
:root {
      --bg-main: #0B0716;
      --bg-card: rgba(255, 255, 255, 0.04);
      --border-card: rgba(255, 255, 255, 0.1);
    }
    body {
      background-color: #0B0716;
      color: #E2E8F0;
      overflow-x: hidden;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    }
    .card-glass {
      background: rgba(255, 255, 255, 0.035);
      backdrop-filter: blur(16px);
      border: 1px solid rgba(255, 255, 255, 0.09);
    }
    .card-glass-hover {
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .card-glass-hover:hover {
      background: rgba(255, 255, 255, 0.06);
      border-color: rgba(121, 40, 202, 0.45);
      transform: translateY(-4px);
    }
    .text-gradient {
      background: linear-gradient(135deg, #FFFFFF 0%, #E9D5FF 50%, #FDA4AF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .text-gradient-purple {
      background: linear-gradient(135deg, #C084FC 0%, #FF0080 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }
    .prose-cinema {
      color: #CBD5E1;
      font-size: 1.075rem;
      line-height: 1.95;
    }
    .prose-cinema p {
      margin-bottom: 1.6rem;
      letter-spacing: 0.01em;
    }
    .prose-cinema h2 {
      color: #FFFFFF;
      font-size: 1.65rem;
      font-weight: 700;
      margin-top: 2.5rem;
      margin-bottom: 1.25rem;
      padding-bottom: 0.6rem;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      position: relative;
    }
    .prose-cinema h2::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      width: 40px;
      height: 2px;
      background: linear-gradient(90deg, #7928CA, #FF0080);
    }
    .prose-cinema h3 {
      color: #F8FAFC;
      font-size: 1.35rem;
      font-weight: 600;
      margin-top: 2rem;
      margin-bottom: 1rem;
    }
    .prose-cinema blockquote {
      margin: 2rem 0;
      padding: 1.25rem 1.75rem;
      background: rgba(121, 40, 202, 0.08);
      border-left: 4px solid #FF0080;
      border-radius: 0 1rem 1rem 0;
      font-style: normal;
      color: #E2E8F0;
    }
    .prose-cinema ul {
      list-style-type: disc;
      padding-left: 1.75rem;
      margin-bottom: 1.6rem;
    }
    .prose-cinema li {
      margin-bottom: 0.5rem;
    }
    .prose-cinema strong {
      color: #FFFFFF;
      font-weight: 600;
    }
    .prose-cinema img {
      border-radius: 1rem;
      margin: 2rem 0;
      border: 1px solid rgba(255, 255, 255, 0.1);
      box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
    }
