
    :root {
      --page-bg-color: #000000;
      --page-text-color: #FFFFFF;
      --page-accent-color: #FFD700; /* Gold/Yellow */
      --page-secondary-text-color: #CCCCCC;
      --page-border-color: #333333;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      line-height: 1.6;
      color: var(--page-text-color);
      background-color: var(--page-bg-color);
      padding: 20px;
      padding-top: 10px; /* Adjust for fixed header */
      box-sizing: border-box;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__container {
      max-width: 1000px;
      margin: 0 auto;
      background-color: #1a1a1a;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
      padding-top: 10px; /* Ensure content starts below fixed header */
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__hero-section {
      text-align: center;
      margin-bottom: 40px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__hero-image {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      display: block;
      object-fit: cover;
      filter: brightness(0.7); /* Slightly darken for text readability, not changing color */
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__hero-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: var(--page-text-color);
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      width: 90%;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__main-title {
      font-size: 2.8em;
      color: var(--page-accent-color);
      margin-bottom: 15px;
      text-align: center;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__intro-text {
      font-size: 1.1em;
      text-align: center;
      margin-bottom: 30px;
      color: var(--page-secondary-text-color);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__section-title {
      font-size: 2em;
      color: var(--page-accent-color);
      margin-top: 40px;
      margin-bottom: 20px;
      border-bottom: 2px solid var(--page-border-color);
      padding-bottom: 10px;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__sub-section-title {
      font-size: 1.5em;
      color: var(--page-text-color);
      margin-top: 30px;
      margin-bottom: 15px;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__paragraph {
      margin-bottom: 15px;
      color: var(--page-text-color);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__list {
      list-style-type: disc;
      margin-left: 25px;
      margin-bottom: 15px;
      color: var(--page-text-color);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__list-item {
      margin-bottom: 8px;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__image-wrapper {
      text-align: center;
      margin: 30px 0;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__content-image {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__call-to-action {
      text-align: center;
      margin-top: 40px;
      padding: 20px;
      background-color: #2a2a2a;
      border-radius: 8px;
      border: 1px solid var(--page-accent-color);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__call-to-action-text {
      font-size: 1.2em;
      margin-bottom: 20px;
      color: var(--page-text-color);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__cta-button {
      display: inline-block;
      padding: 12px 25px;
      background-color: var(--page-accent-color);
      color: var(--page-bg-color);
      text-decoration: none;
      border-radius: 5px;
      font-weight: bold;
      transition: background-color 0.3s ease, transform 0.3s ease;
      border: none;
      cursor: pointer;
      font-size: 1em;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__cta-button:hover {
      background-color: #e6b800;
      transform: translateY(-2px);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-section {
      margin-top: 50px;
      background-color: #1a1a1a;
      padding: 25px;
      border-radius: 8px;
      border: 1px solid var(--page-border-color);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-title {
      font-size: 2em;
      color: var(--page-accent-color);
      text-align: center;
      margin-bottom: 30px;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-item {
      margin-bottom: 15px;
      border: 1px solid var(--page-border-color);
      border-radius: 5px;
      overflow: hidden;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-question {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
      background-color: #2a2a2a;
      cursor: pointer;
      user-select: none;
      color: var(--page-text-color);
      font-weight: bold;
      font-size: 1.1em;
      transition: background-color 0.3s ease;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-question:hover {
      background-color: #3a3a3a;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-question h3 {
      margin: 0;
      font-size: 1.1em;
      color: inherit;
      pointer-events: none; /* Prevent h3 from blocking click event */
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-toggle {
      font-size: 1.5em;
      line-height: 1;
      pointer-events: none; /* Prevent toggle icon from blocking click event */
      transition: transform 0.3s ease;
      color: var(--page-accent-color);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-toggle {
      transform: rotate(45deg); /* Change + to X or similar */
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-answer {
      max-height: 0;
      overflow: hidden;
      padding: 0 15px;
      background-color: #1f1f1f;
      color: var(--page-secondary-text-color);
      transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;
      opacity: 0;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-answer {
      max-height: 2000px !important; /* Sufficiently large */
      padding: 20px 15px !important;
      opacity: 1;
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__summary {
      margin-top: 40px;
      padding: 25px;
      background-color: #2a2a2a;
      border-left: 5px solid var(--page-accent-color);
      border-radius: 5px;
      color: var(--page-text-color);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__conclusion {
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid var(--page-border-color);
      text-align: center;
      color: var(--page-secondary-text-color);
    }

    .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__conclusion strong {
      color: var(--page-accent-color);
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__container {
        padding: 15px;
        padding-top: 10px !important; /* Ensure content starts below fixed header on mobile */
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__main-title {
        font-size: 2em;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__intro-text {
        font-size: 1em;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__section-title {
        font-size: 1.6em;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__sub-section-title {
        font-size: 1.3em;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__paragraph,
      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__list-item {
        font-size: 0.95em;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__content-image {
        max-width: 100% !important;
        height: auto !important;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-question {
        padding: 12px 15px;
        font-size: 1em;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-question h3 {
        font-size: 1em;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-toggle {
        font-size: 1.3em;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-answer {
        padding: 0 10px;
      }

      .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-item.active .page-resources-how-to-play-gacam67-no-hu-rules-and-tips-explained__faq-answer {
        padding: 15px 10px !important;
      }
    }
  