/* Base styles for the page container */.page-35-phfun-login-register-online {  font-family: 'Arial', sans-serif;  color: #E0E0E0;  background-color: #1A1A2E; /* Dark background */  line-height: 1.6;  overflow-x: hidden; /* Prevent horizontal scroll */  padding-top: 10px; /* Small padding top for aesthetic, assuming body has header offset */}.page-35-phfun-login-register-online__section-title {  font-size: 2.5em;  color: #E94560; /* Accent color */  text-align: center;  margin-bottom: 40px;  padding: 0 15px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__hero-section {  position: relative;  width: 100%;  min-height: 500px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  overflow: hidden;  margin-bottom: 50px;  box-sizing: border-box;}.page-35-phfun-login-register-online__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: 1;  filter: brightness(0.5); /* Darken image for text readability */}.page-35-phfun-login-register-online__hero-content {  position: relative;  z-index: 2;  max-width: 900px;  padding: 20px;  background-color: rgba(0, 0, 0, 0.4);  border-radius: 10px;}.page-35-phfun-login-register-online__hero-title {  font-size: 3.5em;  color: #FFFFFF;  margin-bottom: 20px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__hero-subtitle {  font-size: 1.5em;  color: #F0F0F0;  margin-bottom: 30px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__hero-ctas {  display: flex;  justify-content: center;  gap: 20px;  flex-wrap: wrap;}.page-35-phfun-login-register-online__hero-button {  display: inline-block;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;  min-width: 150px;  text-align: center;}.page-35-phfun-login-register-online__hero-button--primary {  background-color: #E94560; /* Accent color */  color: #FFFFFF;  border: 2px solid #E94560;}.page-35-phfun-login-register-online__hero-button--primary:hover {  background-color: #C0394F;  transform: translateY(-3px);}.page-35-phfun-login-register-online__hero-button--secondary {  background-color: transparent;  color: #E94560;  border: 2px solid #E94560;}.page-35-phfun-login-register-online__hero-button--secondary:hover {  background-color: rgba(233, 69, 96, 0.2);  transform: translateY(-3px);}.page-35-phfun-login-register-online__intro-section {  padding: 50px 20px;  text-align: center;  background-color: #2D2D44;  margin-bottom: 50px;}.page-35-phfun-login-register-online__intro-text {  max-width: 800px;  margin: 0 auto 40px auto;  font-size: 1.1em;  color: #C0C0C0;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__intro-features {  display: flex;  justify-content: center;  gap: 30px;  flex-wrap: wrap;}.page-35-phfun-login-register-online__feature-item {  background-color: #1A1A2E;  padding: 30px;  border-radius: 10px;  flex: 1;  min-width: 280px;  max-width: 350px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  box-sizing: border-box;}.page-35-phfun-login-register-online__feature-item:hover {  transform: translateY(-10px);}.page-35-phfun-login-register-online__feature-icon {  width: 100px;  height: 100px;  object-fit: contain;  margin-bottom: 20px;  max-width: 100%;}.page-35-phfun-login-register-online__feature-title {  font-size: 1.6em;  color: #E94560;  margin-bottom: 15px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__feature-description {  font-size: 1em;  color: #A0A0A0;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__quick-access-section {  padding: 50px 20px;  text-align: center;  background-color: #1A1A2E;  margin-bottom: 50px;}.page-35-phfun-login-register-online__quick-access-text {  max-width: 800px;  margin: 0 auto 40px auto;  font-size: 1.1em;  color: #C0C0C0;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__access-links {  display: flex;  justify-content: center;  gap: 20px;  flex-wrap: wrap;}.page-35-phfun-login-register-online__access-button {  display: inline-block;  padding: 15px 25px;  background-color: #E94560;  color: #FFFFFF;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 1em;  transition: background-color 0.3s ease, transform 0.3s ease;  min-width: 180px;  text-align: center;  box-sizing: border-box;}.page-35-phfun-login-register-online__access-button:hover {  background-color: #C0394F;  transform: translateY(-3px);}.page-35-phfun-login-register-online__games-section {  padding: 50px 20px;  background-color: #2D2D44;  margin-bottom: 50px;  text-align: center;}.page-35-phfun-login-register-online__games-intro {  max-width: 800px;  margin: 0 auto 40px auto;  font-size: 1.1em;  color: #C0C0C0;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__game-categories {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-35-phfun-login-register-online__game-card {  background-color: #1A1A2E;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  text-align: center;  box-sizing: border-box;}.page-35-phfun-login-register-online__game-card:hover {  transform: translateY(-10px);}.page-35-phfun-login-register-online__game-image {  width: 100%;  height: 200px;  object-fit: cover;  max-width: 100%;}.page-35-phfun-login-register-online__game-title {  font-size: 1.5em;  color: #E94560;  margin: 20px 15px 10px 15px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__game-description {  font-size: 0.95em;  color: #A0A0A0;  padding: 0 15px 20px 15px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__game-button {  display: inline-block;  background-color: #533483; /* Another accent color */  color: #FFFFFF;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-35-phfun-login-register-online__game-button:hover {  background-color: #3E2563;}.page-35-phfun-login-register-online__promotions-section {  padding: 50px 20px;  background-color: #1A1A2E;  margin-bottom: 50px;  text-align: center;}.page-35-phfun-login-register-online__promotions-intro {  max-width: 800px;  margin: 0 auto 40px auto;  font-size: 1.1em;  color: #C0C0C0;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-35-phfun-login-register-online__promo-card {  background-color: #2D2D44;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  text-align: center;  box-sizing: border-box;}.page-35-phfun-login-register-online__promo-card:hover {  transform: translateY(-10px);}.page-35-phfun-login-register-online__promo-image {  width: 100%;  height: 220px;  object-fit: cover;  max-width: 100%;}.page-35-phfun-login-register-online__promo-title {  font-size: 1.6em;  color: #E94560;  margin: 20px 15px 10px 15px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__promo-description {  font-size: 1em;  color: #A0A0A0;  padding: 0 15px 20px 15px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__promo-button {  display: inline-block;  background-color: #E94560;  color: #FFFFFF;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-bottom: 20px;  transition: background-color 0.3s ease;}.page-35-phfun-login-register-online__promo-button:hover {  background-color: #C0394F;}.page-35-phfun-login-register-online__security-section {  padding: 50px 20px;  background-color: #2D2D44;  margin-bottom: 50px;}.page-35-phfun-login-register-online__security-content {  display: flex;  flex-wrap: wrap;  align-items: center;  justify-content: center;  gap: 40px;  max-width: 1200px;  margin: 0 auto;}.page-35-phfun-login-register-online__security-text {  flex: 1;  min-width: 300px;  max-width: 600px;  color: #C0C0C0;  font-size: 1.1em;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__security-list {  list-style: none;  padding: 0;  margin: 30px 0;}.page-35-phfun-login-register-online__security-list li {  display: flex;  align-items: center;  margin-bottom: 15px;  font-size: 1.1em;  color: #F0F0F0;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__list-icon {  width: 40px;  height: 40px;  object-fit: contain;  margin-right: 15px;  max-width: 100%;}.page-35-phfun-login-register-online__contact-button {  display: inline-block;  background-color: #533483;  color: #FFFFFF;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-top: 20px;  transition: background-color 0.3s ease;}.page-35-phfun-login-register-online__contact-button:hover {  background-color: #3E2563;}.page-35-phfun-login-register-online__security-image {  flex: 1;  min-width: 300px;  max-width: 500px;  height: auto;  object-fit: cover;  border-radius: 10px;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  max-width: 100%;}.page-35-phfun-login-register-online__faq-section {  padding: 50px 20px;  background-color: #1A1A2E;  margin-bottom: 50px;  text-align: center;}.page-35-phfun-login-register-online__faq-container {  max-width: 900px;  margin: 0 auto;}.page-35-phfun-login-register-online__faq-item {  background-color: #2D2D44;  margin-bottom: 15px;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);  box-sizing: border-box;}.page-35-phfun-login-register-online__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  background-color: #3E2563; /* Darker accent for question */  color: #FFFFFF;  font-size: 1.2em;  font-weight: bold;  user-select: none;  transition: background-color 0.3s ease;  box-sizing: border-box;}.page-35-phfun-login-register-online__faq-question:hover {  background-color: #533483;}.page-35-phfun-login-register-online__faq-question h3 {  margin: 0;  font-size: 1em; /* Adjust to fit parent font size */  color: inherit;  pointer-events: none; /* Prevent h3 from blocking click event */  word-wrap: break-word;  overflow-wrap: break-word;  flex-grow: 1;  text-align: left;}.page-35-phfun-login-register-online__faq-toggle {  font-size: 1.5em;  margin-left: 15px;  transition: transform 0.3s ease;  pointer-events: none; /* Prevent span from blocking click event */}.page-35-phfun-login-register-online__faq-item.active .page-35-phfun-login-register-online__faq-toggle {  transform: rotate(45deg);}.page-35-phfun-login-register-online__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px; /* Initial padding */  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  background-color: #2D2D44;  color: #C0C0C0;  text-align: left;  box-sizing: border-box;}.page-35-phfun-login-register-online__faq-item.active .page-35-phfun-login-register-online__faq-answer {  max-height: 2000px !important; /* Sufficiently large */  padding: 20px 25px !important; /* Padding when active */  opacity: 1;}.page-35-phfun-login-register-online__faq-answer p {  margin: 0;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__blog-section {  padding: 50px 20px;  background-color: #2D2D44;  text-align: center;}.page-35-phfun-login-register-online__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-35-phfun-login-register-online__blog-card {  background-color: #1A1A2E;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  transition: transform 0.3s ease;  text-align: left;  box-sizing: border-box;}.page-35-phfun-login-register-online__blog-card:hover {  transform: translateY(-10px);}.page-35-phfun-login-register-online__blog-image {  width: 100%;  height: 250px;  object-fit: cover;  max-width: 100%;}.page-35-phfun-login-register-online__blog-content-wrapper {  padding: 20px;}.page-35-phfun-login-register-online__blog-title {  font-size: 1.4em;  margin-bottom: 10px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__blog-title a {  color: #E94560;  text-decoration: none;  transition: color 0.3s ease;}.page-35-phfun-login-register-online__blog-title a:hover {  color: #C0394F;}.page-35-phfun-login-register-online__blog-excerpt {  font-size: 0.95em;  color: #A0A0A0;  margin-bottom: 15px;  word-wrap: break-word;  overflow-wrap: break-word;}.page-35-phfun-login-register-online__blog-date {  font-size: 0.85em;  color: #707070;  display: block;}.page-35-phfun-login-register-online__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-35-phfun-login-register-online__floating-button {  display: flex;  align-items: center;  justify-content: center;  width: 60px;  height: 60px;  border-radius: 50%;  background-color: #E94560;  color: #FFFFFF;  text-decoration: none;  font-weight: bold;  font-size: 1em;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);  transition: background-color 0.3s ease, transform 0.3s ease;}.page-35-phfun-login-register-online__floating-button--login {  background-color: #533483;}.page-35-phfun-login-register-online__floating-button--login:hover {  background-color: #3E2563;  transform: scale(1.1);}.page-35-phfun-login-register-online__floating-button--register:hover {  background-color: #C0394F;  transform: scale(1.1);}/* Responsive adjustments */@media (max-width: 1024px) {  .page-35-phfun-login-register-online__hero-title {    font-size: 2.8em;  }  .page-35-phfun-login-register-online__hero-subtitle {    font-size: 1.3em;  }  .page-35-phfun-login-register-online__section-title {    font-size: 2em;  }}.page-35-phfun-login-register-online img { max-width: 100%; height: auto; }.page-35-phfun-login-register-online__security-list li {  box-sizing: border-box;  width: 100%;  margin-left: 0;  margin-right: 0;}.page-35-phfun-login-register-online__faq-container {  box-sizing: border-box;  width: 100%;  padding: 0 10px;}.page-35-phfun-login-register-online__faq-item {  box-sizing: border-box;  width: 100%;  margin-left: 0;  margin-right: 0;}.page-35-phfun-login-register-online__blog-grid {  box-sizing: border-box;  width: 100%;  padding: 0 10px;}@media (max-width: 768px) {  .page-35-phfun-login-register-online__hero-section {    min-height: 400px;  }  .page-35-phfun-login-register-online__hero-title {    font-size: 2.2em;  }  .page-35-phfun-login-register-online__hero-subtitle {    font-size: 1.1em;  }  .page-35-phfun-login-register-online__hero-ctas {    flex-direction: column;    gap: 15px;  }  .page-35-phfun-login-register-online__hero-button {    width: 80%;    max-width: 300px;    margin: 0 auto;  }  .page-35-phfun-login-register-online__section-title {    font-size: 1.8em;  }  .page-35-phfun-login-register-online__intro-features {    flex-direction: column;    align-items: center;  }  .page-35-phfun-login-register-online__feature-item {    width: 100% !important;    max-width: 90% !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;    padding: 20px;  }  .page-35-phfun-login-register-online__quick-access-section .page-35-phfun-login-register-online__access-links {    flex-direction: column;    align-items: center;  }  .page-35-phfun-login-register-online__access-button {    width: 90% !important;    max-width: 300px !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-35-phfun-login-register-online__game-categories,  .page-35-phfun-login-register-online__promo-grid,  .page-35-phfun-login-register-online__blog-grid {    grid-template-columns: 1fr;    padding: 0 10px;  }  .page-35-phfun-login-register-online__game-card,  .page-35-phfun-login-register-online__promo-card,  .page-35-phfun-login-register-online__blog-card {    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-35-phfun-login-register-online__security-content {    flex-direction: column;  }  .page-35-phfun-login-register-online__security-text,  .page-35-phfun-login-register-online__security-image {    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-35-phfun-login-register-online__faq-question,  .page-35-phfun-login-register-online__faq-answer {    padding: 15px 20px;  }  .page-35-phfun-login-register-online__faq-item.active .page-35-phfun-login-register-online__faq-answer {    padding: 15px 20px !important;  }  .page-35-phfun-login-register-online__faq-question h3 {    font-size: 1em;  }  .page-35-phfun-login-register-online__floating-buttons {    flex-direction: row;    bottom: 10px;    right: 10px;    left: 10px;    justify-content: space-around;  }  .page-35-phfun-login-register-online__floating-button {    width: 50px;    height: 50px;    font-size: 0.9em;  }}.page-35-phfun-login-register-online__security-list {  width: 100% !important;  max-width: 100% !important;  padding: 0 !important;  margin-left: 0 !important;  margin-right: 0 !important;  box-sizing: border-box !important;}.page-35-phfun-login-register-online__security-list li {  width: 100% !important;  max-width: 100% !important;  margin-left: 0 !important;  margin-right: 0 !important;  box-sizing: border-box !important;  word-wrap: break-word !important;  overflow-wrap: break-word !important;}@media (max-width: 480px) {  .page-35-phfun-login-register-online__hero-title {    font-size: 1.8em;  }  .page-35-phfun-login-register-online__hero-subtitle {    font-size: 0.9em;  }  .page-35-phfun-login-register-online__section-title {    font-size: 1.5em;  }  .page-35-phfun-login-register-online__hero-button {    font-size: 1em;    padding: 12px 20px;  }  .page-35-phfun-login-register-online__feature-title {    font-size: 1.4em;  }  .page-35-phfun-login-register-online__quick-access-text,  .page-35-phfun-login-register-online__games-intro,  .page-35-phfun-login-register-online__promotions-intro {    font-size: 1em;  }  .page-35-phfun-login-register-online__floating-buttons {    bottom: 5px;    right: 5px;    left: 5px;  }  .page-35-phfun-login-register-online__floating-button {    width: 45px;    height: 45px;    font-size: 0.8em;  }}