:root {  --page-background: #1a1a1a;  --page-text-color: #f0f0f0;  --page-accent-color: #e0b000;  --page-dark-text: #333333;  --page-card-background: #2a2a2a;  --page-border-color: #444444;}.page-happy-playtime-chapter-2-game {  background-color: var(--page-background);  color: var(--page-text-color);  font-family: 'Arial', sans-serif;  line-height: 1.6;  overflow-x: hidden;}.page-happy-playtime-chapter-2-game section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;}.page-happy-playtime-chapter-2-game h1,.page-happy-playtime-chapter-2-game h2,.page-happy-playtime-chapter-2-game h3 {  color: var(--page-accent-color);  text-align: center;  margin-bottom: 20px;}.page-happy-playtime-chapter-2-game h1 {  font-size: 2.8em;  line-height: 1.2;}.page-happy-playtime-chapter-2-game h2 {  font-size: 2.2em;  line-height: 1.3;}.page-happy-playtime-chapter-2-game h3 {  font-size: 1.6em;  line-height: 1.4;}.page-happy-playtime-chapter-2-game p {  font-size: 1.1em;  margin-bottom: 15px;  text-align: center;}.page-happy-playtime-chapter-2-game strong {  color: var(--page-accent-color);}.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__hero-cta,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__quick-link-button,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__game-card-button,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__promo-card-button,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__contact-button,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__blog-cta {  display: inline-block;  background-color: var(--page-accent-color);  color: var(--page-dark-text);  padding: 12px 25px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  margin-top: 20px;  text-align: center;  border: none;  cursor: pointer;}.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__hero-cta:hover,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__quick-link-button:hover,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__game-card-button:hover,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__promo-card-button:hover,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__contact-button:hover,.page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__blog-cta:hover {  background-color: #ffcc00;  transform: translateY(-2px);}.page-happy-playtime-chapter-2-game__hero-section {  display: flex;  flex-direction: column;  align-items: center;  justify-content: center;  text-align: center;  padding-top: 10px;  padding-bottom: 40px;  min-height: 70vh;  position: relative;  overflow: hidden;}.page-happy-playtime-chapter-2-game__hero-image-wrapper {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  z-index: 0;  background-color: rgba(0, 0, 0, 0.5);}.page-happy-playtime-chapter-2-game__hero-image {  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.6;}.page-happy-playtime-chapter-2-game__hero-content {  position: relative;  z-index: 1;  max-width: 800px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.6);  border-radius: 10px;}.page-happy-playtime-chapter-2-game__hero-title {  color: #ffffff;  margin-bottom: 15px;  font-size: 3.5em;}.page-happy-playtime-chapter-2-game__hero-description {  color: #e0e0e0;  font-size: 1.3em;  margin-bottom: 30px;}.page-happy-playtime-chapter-2-game__intro-section {  text-align: center;  background-color: var(--page-card-background);  padding: 60px 20px;}.page-happy-playtime-chapter-2-game__intro-title {  color: var(--page-accent-color);  margin-bottom: 25px;}.page-happy-playtime-chapter-2-game__intro-text {  max-width: 900px;  margin: 0 auto 40px auto;}.page-happy-playtime-chapter-2-game__intro-features {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  margin-top: 40px;}.page-happy-playtime-chapter-2-game__intro-feature-item {  flex: 1 1 calc(33% - 40px);  max-width: 350px;  background-color: var(--page-background);  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  text-align: center;  box-sizing: border-box;}.page-happy-playtime-chapter-2-game__feature-icon {  width: 100%;  max-width: 250px;  height: auto;  margin-bottom: 20px;  border-radius: 5px;}.page-happy-playtime-chapter-2-game__feature-title {  color: #ffffff;  font-size: 1.4em;  margin-top: 0;}.page-happy-playtime-chapter-2-game__quick-access-section {  text-align: center;  background-color: var(--page-background);  padding: 60px 20px;}.page-happy-playtime-chapter-2-game__quick-access-description {  max-width: 800px;  margin: 0 auto 40px auto;}.page-happy-playtime-chapter-2-game__quick-access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;  margin-top: 30px;}.page-happy-playtime-chapter-2-game__quick-link-button {  flex: 1 1 auto;  max-width: 250px;  min-width: 180px;}.page-happy-playtime-chapter-2-game__games-section {  background-color: var(--page-card-background);  padding: 60px 20px;  text-align: center;}.page-happy-playtime-chapter-2-game__games-description {  max-width: 800px;  margin: 0 auto 40px auto;}.page-happy-playtime-chapter-2-game__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.page-happy-playtime-chapter-2-game__game-category-card {  background-color: var(--page-background);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  display: flex;  flex-direction: column;  text-align: center;}.page-happy-playtime-chapter-2-game__game-card-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 1px solid var(--page-border-color);}.page-happy-playtime-chapter-2-game__game-card-title {  color: #ffffff;  padding: 15px 10px 5px;  margin: 0;  font-size: 1.3em;}.page-happy-playtime-chapter-2-game__game-category-card p {  font-size: 0.95em;  color: #cccccc;  padding: 0 15px 15px;  flex-grow: 1;}.page-happy-playtime-chapter-2-game__game-card-button {  margin: 0 15px 20px;  padding: 10px 15px;  font-size: 1em;  width: calc(100% - 30px);  box-sizing: border-box;}.page-happy-playtime-chapter-2-game__promo-section {  background-color: var(--page-background);  padding: 60px 20px;  text-align: center;}.page-happy-playtime-chapter-2-game__promo-description {  max-width: 800px;  margin: 0 auto 40px auto;}.page-happy-playtime-chapter-2-game__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-happy-playtime-chapter-2-game__promo-card {  background-color: var(--page-card-background);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  display: flex;  flex-direction: column;  text-align: center;}.page-happy-playtime-chapter-2-game__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  border-bottom: 1px solid var(--page-border-color);}.page-happy-playtime-chapter-2-game__promo-card-title {  color: #ffffff;  padding: 15px 10px 5px;  margin: 0;  font-size: 1.3em;}.page-happy-playtime-chapter-2-game__promo-card p {  font-size: 0.95em;  color: #cccccc;  padding: 0 15px 15px;  flex-grow: 1;}.page-happy-playtime-chapter-2-game__promo-card-button {  margin: 0 15px 20px;  padding: 10px 15px;  font-size: 1em;  width: calc(100% - 30px);  box-sizing: border-box;}.page-happy-playtime-chapter-2-game__security-section {  background-color: var(--page-card-background);  padding: 60px 20px;  text-align: center;}.page-happy-playtime-chapter-2-game__security-description {  max-width: 800px;  margin: 0 auto 40px auto;}.page-happy-playtime-chapter-2-game__security-grid {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 30px;  margin-top: 40px;}.page-happy-playtime-chapter-2-game__security-item {  flex: 1 1 calc(33% - 40px);  max-width: 350px;  background-color: var(--page-background);  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  text-align: center;  box-sizing: border-box;}.page-happy-playtime-chapter-2-game__security-icon {  width: 100%;  max-width: 250px;  height: auto;  margin-bottom: 20px;  border-radius: 5px;}.page-happy-playtime-chapter-2-game__security-item-title {  color: #ffffff;  font-size: 1.4em;  margin-top: 0;}.page-happy-playtime-chapter-2-game__contact-cta {  margin-top: 40px;}.page-happy-playtime-chapter-2-game__faq-section {  background-color: var(--page-background);  padding: 60px 20px;  text-align: center;}.page-happy-playtime-chapter-2-game__faq-title {  margin-bottom: 40px;}.page-happy-playtime-chapter-2-game__faq-container {  max-width: 900px;  margin: 0 auto;  text-align: left;}.page-happy-playtime-chapter-2-game__faq-item {  background-color: var(--page-card-background);  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}.page-happy-playtime-chapter-2-game__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: var(--page-card-background);  cursor: pointer;  border-bottom: 1px solid var(--page-border-color);  transition: background-color 0.3s ease;}.page-happy-playtime-chapter-2-game__faq-question:hover {  background-color: #3a3a3a;}.page-happy-playtime-chapter-2-game__faq-question-text {  margin: 0;  font-size: 1.2em;  color: #ffffff;  flex-grow: 1;  pointer-events: none;}.page-happy-playtime-chapter-2-game__faq-toggle {  font-size: 1.5em;  font-weight: bold;  color: var(--page-accent-color);  margin-left: 20px;  pointer-events: none;  transition: transform 0.3s ease;}.page-happy-playtime-chapter-2-game__faq-item.active .page-happy-playtime-chapter-2-game__faq-toggle {  transform: rotate(45deg);}.page-happy-playtime-chapter-2-game__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;  background-color: #333333;  color: #cccccc;}.page-happy-playtime-chapter-2-game__faq-item.active .page-happy-playtime-chapter-2-game__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-happy-playtime-chapter-2-game__faq-answer p {  margin: 0;  text-align: left;  font-size: 1em;}.page-happy-playtime-chapter-2-game__blog-section {  background-color: var(--page-card-background);  padding: 60px 20px;  text-align: center;}.page-happy-playtime-chapter-2-game__blog-description {  max-width: 800px;  margin: 0 auto 40px auto;}.page-happy-playtime-chapter-2-game__blog-posts {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  margin-top: 40px;}.page-happy-playtime-chapter-2-game__blog-card {  background-color: var(--page-background);  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  display: flex;  flex-direction: column;  text-align: left;}.page-happy-playtime-chapter-2-game__blog-card-image {  width: 100%;  height: 200px;  object-fit: cover;  border-bottom: 1px solid var(--page-border-color);}.page-happy-playtime-chapter-2-game__blog-card-content {  padding: 15px 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-happy-playtime-chapter-2-game__blog-card-title {  margin: 0 0 10px;  font-size: 1.2em;  text-align: left;}.page-happy-playtime-chapter-2-game__blog-card-title a {  color: #ffffff;  text-decoration: none;  transition: color 0.3s ease;}.page-happy-playtime-chapter-2-game__blog-card-title a:hover {  color: var(--page-accent-color);}.page-happy-playtime-chapter-2-game__blog-card-excerpt {  font-size: 0.95em;  color: #cccccc;  margin-bottom: 15px;  text-align: left;  flex-grow: 1;}.page-happy-playtime-chapter-2-game__blog-card-date {  font-size: 0.85em;  color: #999999;  display: block;  text-align: right;  margin-top: auto;}.page-happy-playtime-chapter-2-game__blog-cta-wrapper {  margin-top: 40px;}@media (max-width: 1024px) {  .page-happy-playtime-chapter-2-game h1 {    font-size: 2.5em;  }  .page-happy-playtime-chapter-2-game h2 {    font-size: 2em;  }  .page-happy-playtime-chapter-2-game__hero-description {    font-size: 1.1em;  }  .page-happy-playtime-chapter-2-game__intro-feature-item,  .page-happy-playtime-chapter-2-game__security-item {    flex: 1 1 calc(50% - 20px);  }}@media (max-width: 768px) {  .page-happy-playtime-chapter-2-game section {    padding: 30px 15px;  }  .page-happy-playtime-chapter-2-game h1 {    font-size: 2em;  }  .page-happy-playtime-chapter-2-game h2 {    font-size: 1.8em;  }  .page-happy-playtime-chapter-2-game h3 {    font-size: 1.4em;  }  .page-happy-playtime-chapter-2-game p {    font-size: 1em;  }  .page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__hero-cta,  .page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__quick-link-button,  .page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__game-card-button,  .page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__promo-card-button,  .page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__contact-button,  .page-happy-playtime-chapter-2-game a.page-happy-playtime-chapter-2-game__blog-cta {    padding: 10px 20px;    font-size: 1em;    width: 100%;    max-width: 300px;    margin-left: auto;    margin-right: auto;  }  .page-happy-playtime-chapter-2-game__hero-title {    font-size: 2.5em;  }  .page-happy-playtime-chapter-2-game__hero-description {    font-size: 1em;  }  .page-happy-playtime-chapter-2-game__intro-features,  .page-happy-playtime-chapter-2-game__security-grid {    flex-direction: column;    align-items: center;  }  .page-happy-playtime-chapter-2-game__intro-feature-item,  .page-happy-playtime-chapter-2-game__security-item {    flex: 1 1 100%;    max-width: 100%;    width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    padding: 20px 15px;  }  .page-happy-playtime-chapter-2-game__quick-access-links {    flex-direction: column;    align-items: center;  }  .page-happy-playtime-chapter-2-game__quick-link-button {    width: 100% !important;    max-width: 300px;  }  .page-happy-playtime-chapter-2-game__game-categories,  .page-happy-playtime-chapter-2-game__promo-grid,  .page-happy-playtime-chapter-2-game__blog-posts {    grid-template-columns: 1fr;  }  .page-happy-playtime-chapter-2-game img {    max-width: 100% !important;    height: auto !important;    box-sizing: border-box !important;  }  .page-happy-playtime-chapter-2-game__hero-image-wrapper {    width: 100% !important;    max-width: 100% !important;    overflow: hidden !important;    box-sizing: border-box !important;  }  .page-happy-playtime-chapter-2-game__game-card-image,  .page-happy-playtime-chapter-2-game__promo-image,  .page-happy-playtime-chapter-2-game__blog-card-image {    height: 180px;  }  .page-happy-playtime-chapter-2-game__faq-question {    padding: 15px 15px;  }  .page-happy-playtime-chapter-2-game__faq-question-text {    font-size: 1.1em;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-happy-playtime-chapter-2-game__faq-answer {    padding: 15px 15px;  }  .page-happy-playtime-chapter-2-game__faq-answer p {    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }}@media (max-width: 480px) {  .page-happy-playtime-chapter-2-game h1 {    font-size: 1.8em;  }  .page-happy-playtime-chapter-2-game h2 {    font-size: 1.6em;  }  .page-happy-playtime-chapter-2-game__hero-title {    font-size: 2em;  }  .page-happy-playtime-chapter-2-game__hero-content {    padding: 15px;  }  .page-happy-playtime-chapter-2-game__faq-question-text {    font-size: 1em;  }}