.page-game-n-h {  font-family: 'Arial', sans-serif;  color: #333;  background-color: #f8f8f8;  line-height: 1.6;  padding-top: var(--header-offset, 122px);}.page-game-n-h__hero-section {  position: relative;  width: 100%;  height: 60vh;  min-height: 300px;  background-color: #000;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #fff;  overflow: hidden;  padding: 10px 20px;  box-sizing: border-box;}.page-game-n-h__hero-image {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  opacity: 0.7;  z-index: 0;}.page-game-n-h__hero-content {  position: relative;  z-index: 1;  max-width: 900px;}.page-game-n-h__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  color: #ffcc00;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}.page-game-n-h__hero-subtitle {  font-size: 1.2em;  margin-bottom: 30px;  color: #eee;}.page-game-n-h__hero-button {  display: inline-block;  background-color: #ffcc00;  color: #000;  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;}.page-game-n-h__hero-button:hover {  background-color: #e6b800;  transform: translateY(-3px);}.page-game-n-h__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  background-color: #fff;  padding: 30px 20px;  box-shadow: 0 2px 5px rgba(0,0,0,0.1);}.page-game-n-h__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-game-n-h__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-game-n-h__section {  padding: 60px 20px;  max-width: 1200px;  margin: 0 auto;  text-align: center;}.page-game-n-h__section-title {  font-size: 2.2em;  color: #333;  margin-bottom: 40px;  position: relative;  display: inline-block;}.page-game-n-h__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: -10px;  transform: translateX(-50%);  width: 60px;  height: 4px;  background-color: #ffcc00;  border-radius: 2px;}.page-game-n-h__intro-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  text-align: left;}.page-game-n-h__intro-card {  background-color: #fff;  padding: 30px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;}.page-game-n-h__intro-card:hover {  transform: translateY(-10px);}.page-game-n-h__intro-card-title {  font-size: 1.5em;  color: #ffcc00;  margin-bottom: 15px;}.page-game-n-h__intro-card-text {  color: #555;  font-size: 1em;}.page-game-n-h__quick-links {  background-color: #eee;  padding: 60px 20px;}.page-game-n-h__link-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));  gap: 20px;}.page-game-n-h__link-button {  display: block;  background-color: #007bff;  color: #fff;  padding: 18px 25px;  border-radius: 8px;  text-decoration: none;  font-weight: bold;  font-size: 1.1em;  transition: background-color 0.3s ease, transform 0.3s ease;}.page-game-n-h__link-button:hover {  background-color: #0056b3;  transform: translateY(-3px);}.page-game-n-h__game-showcase {  background-color: #f0f0f0;}.page-game-n-h__game-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;}.page-game-n-h__game-card {  background-color: #fff;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  text-align: left;  transition: transform 0.3s ease;}.page-game-n-h__game-card:hover {  transform: translateY(-10px);}.page-game-n-h__game-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-game-n-h__game-content {  padding: 20px;}.page-game-n-h__game-title {  font-size: 1.4em;  color: #333;  margin-bottom: 10px;}.page-game-n-h__game-description {  font-size: 0.95em;  color: #666;  margin-bottom: 15px;}.page-game-n-h__game-button {  display: inline-block;  background-color: #ffcc00;  color: #000;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 0.9em;  transition: background-color 0.3s ease;}.page-game-n-h__game-button:hover {  background-color: #e6b800;}.page-game-n-h__promotions {  background-color: #f8f8f8;}.page-game-n-h__promo-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-game-n-h__promo-card {  background-color: #fff;  padding: 25px;  border-radius: 10px;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  text-align: left;  transition: transform 0.3s ease;}.page-game-n-h__promo-card:hover {  transform: translateY(-10px);}.page-game-n-h__promo-title {  font-size: 1.3em;  color: #007bff;  margin-bottom: 10px;}.page-game-n-h__promo-text {  font-size: 0.95em;  color: #555;}.page-game-n-h__security-support {  background-color: #333;  color: #fff;}.page-game-n-h__security-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  text-align: left;}.page-game-n-h__security-item {  background-color: #444;  padding: 25px;  border-radius: 10px;}.page-game-n-h__security-item-title {  font-size: 1.4em;  color: #ffcc00;  margin-bottom: 10px;}.page-game-n-h__security-item-text {  font-size: 0.95em;  color: #ccc;}.page-game-n-h__faq-section {  background-color: #f0f0f0;}.page-game-n-h__faq-item {  background-color: #fff;  border-radius: 8px;  margin-bottom: 15px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;}.page-game-n-h__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  cursor: pointer;  user-select: none;  background-color: #f9f9f9;  border-bottom: 1px solid #eee;}.page-game-n-h__faq-question h3 {  font-size: 1.2em;  color: #333;  margin: 0;  pointer-events: none;}.page-game-n-h__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #ffcc00;  transition: transform 0.3s ease;  pointer-events: none;}.page-game-n-h__faq-item.active .page-game-n-h__faq-toggle {  transform: rotate(45deg);}.page-game-n-h__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #555;}.page-game-n-h__faq-item.active .page-game-n-h__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-game-n-h__blog-section {  background-color: #fff;}.page-game-n-h__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;}.page-game-n-h__blog-card {  background-color: #fff;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  text-align: left;  transition: transform 0.3s ease;}.page-game-n-h__blog-card:hover {  transform: translateY(-10px);}.page-game-n-h__blog-image {  width: 100%;  height: 220px;  object-fit: cover;}.page-game-n-h__blog-content {  padding: 20px;}.page-game-n-h__blog-title {  font-size: 1.3em;  color: #333;  margin-bottom: 10px;  line-height: 1.4;}.page-game-n-h__blog-title a {  text-decoration: none;  color: inherit;  transition: color 0.3s ease;}.page-game-n-h__blog-title a:hover {  color: #007bff;}.page-game-n-h__blog-excerpt {  font-size: 0.9em;  color: #666;  margin-bottom: 15px;}.page-game-n-h__blog-date {  font-size: 0.85em;  color: #999;}.page-game-n-h__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  z-index: 1000;  display: flex;  flex-direction: column;  gap: 10px;}.page-game-n-h__floating-button {  background-color: #ffcc00;  color: #000;  border: none;  border-radius: 50%;  width: 50px;  height: 50px;  display: flex;  justify-content: center;  align-items: center;  font-size: 1.1em;  font-weight: bold;  cursor: pointer;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease, transform 0.3s ease;  text-decoration: none;}.page-game-n-h__floating-button:hover {  background-color: #e6b800;  transform: translateY(-3px);}.page-game-n-h__floating-button--register {  background-color: #007bff;  color: #fff;}.page-game-n-h__floating-button--register:hover {  background-color: #0056b3;}.page-game-n-h__floating-button--login {  background-color: #28a745;  color: #fff;}.page-game-n-h__floating-button--login:hover {  background-color: #218838;}@media (max-width: 768px) {  .page-game-n-h__hero-section {    height: 50vh;    padding: 10px;  }  .page-game-n-h__hero-title {    font-size: 2em;  }  .page-game-n-h__hero-subtitle {    font-size: 1em;  }  .page-game-n-h__hero-button {    padding: 12px 25px;    font-size: 1em;  }  .page-game-n-h__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 20px 10px;  }  .page-game-n-h__payment-logo,  .page-game-n-h__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-game-n-h__section {    padding: 40px 15px;  }  .page-game-n-h__section-title {    font-size: 1.8em;    margin-bottom: 30px;  }  .page-game-n-h__intro-grid,  .page-game-n-h__link-grid,  .page-game-n-h__game-grid,  .page-game-n-h__promo-grid,  .page-game-n-h__security-grid,  .page-game-n-h__blog-grid {    grid-template-columns: 1fr;    gap: 20px;  }  .page-game-n-h__intro-card,  .page-game-n-h__game-card,  .page-game-n-h__promo-card,  .page-game-n-h__security-item,  .page-game-n-h__blog-card {    padding: 20px;  }  .page-game-n-h__link-button {    font-size: 1em;    padding: 15px 20px;  }  .page-game-n-h__faq-question {    padding: 15px 20px;  }  .page-game-n-h__faq-question h3 {    font-size: 1.1em;  }  .page-game-n-h__faq-answer {    padding: 0 20px;  }  .page-game-n-h__faq-item.active .page-game-n-h__faq-answer {    padding: 15px 20px !important;  }  .page-game-n-h__floating-buttons {    bottom: 15px;    right: 15px;  }  .page-game-n-h__floating-button {    width: 45px;    height: 45px;    font-size: 1em;  }  .page-game-n-h__intro-grid .page-game-n-h__intro-card,  .page-game-n-h__link-grid .page-game-n-h__link-button,  .page-game-n-h__game-grid .page-game-n-h__game-card,  .page-game-n-h__promo-grid .page-game-n-h__promo-card,  .page-game-n-h__security-grid .page-game-n-h__security-item,  .page-game-n-h__blog-grid .page-game-n-h__blog-card,  .page-game-n-h__faq-section .page-game-n-h__faq-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-game-n-h__intro-grid,  .page-game-n-h__link-grid,  .page-game-n-h__game-grid,  .page-game-n-h__promo-grid,  .page-game-n-h__security-grid,  .page-game-n-h__blog-grid,  .page-game-n-h__faq-section {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}