body {  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;  line-height: 1.6;  color: #f0f0f0;  background-color: #1a1a2e;  margin: 0;  padding-top: var(--header-offset, 122px);}.page-90ok {  max-width: 1200px;  margin: 0 auto;  padding: 10px 15px 20px;  box-sizing: border-box;}.page-90ok__hero-section {  position: relative;  width: 100%;  height: 500px;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #fff;  padding: 20px;  box-sizing: border-box;  background: url('[GALLERY:hero:1920x1080:gaming,casino,abstract]') no-repeat center center/cover;  border-radius: 15px;  margin-bottom: 30px;}.page-90ok__hero-title {  font-size: 3.5em;  margin-bottom: 15px;  color: #ffda44;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-90ok__hero-subtitle {  font-size: 1.5em;  margin-bottom: 30px;  color: #e0e0e0;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.page-90ok__hero-cta {  display: inline-block;  background-color: #e94560;  color: #fff;  padding: 15px 30px;  border-radius: 50px;  text-decoration: none;  font-size: 1.2em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);}.page-90ok__hero-cta:hover {  background-color: #ff6a81;  transform: translateY(-3px);}.page-90ok__section {  background-color: #0f3460;  padding: 40px 20px;  margin-bottom: 30px;  border-radius: 15px;  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);}.page-90ok__section-title {  font-size: 2.5em;  color: #ffda44;  text-align: center;  margin-bottom: 30px;  position: relative;}.page-90ok__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: -10px;  transform: translateX(-50%);  width: 80px;  height: 4px;  background-color: #e94560;  border-radius: 2px;}.page-90ok__text-content {  font-size: 1.1em;  color: #c0c0c0;  margin-bottom: 20px;  text-align: justify;}.page-90ok__text-content strong {  color: #ffda44;}.page-90ok__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;}.page-90ok__card {  background-color: #16213e;  border-radius: 12px;  padding: 25px;  text-align: center;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;  justify-content: space-between;  align-items: center;}.page-90ok__card:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);}.page-90ok__card-image {  max-width: 100%;  height: auto;  border-radius: 8px;  margin-bottom: 15px;  object-fit: cover;  min-width: 200px;  min-height: 200px;}.page-90ok__card-title {  font-size: 1.5em;  color: #ffda44;  margin-bottom: 10px;}.page-90ok__card-text {  color: #a0a0a0;  font-size: 0.95em;  margin-bottom: 20px;}.page-90ok__card-button {  display: inline-block;  background-color: #e94560;  color: #fff;  padding: 10px 20px;  border-radius: 30px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-90ok__card-button:hover {  background-color: #ff6a81;}.page-90ok__promo-list {  list-style: none;  padding: 0;  margin: 0;}.page-90ok__promo-item {  background-color: #16213e;  margin-bottom: 15px;  padding: 20px;  border-radius: 10px;  display: flex;  align-items: center;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;}.page-90ok__promo-item:hover {  transform: translateX(5px);}.page-90ok__promo-item-image {  width: 100px;  height: 100px;  border-radius: 8px;  margin-right: 20px;  object-fit: cover;  min-width: 100px;  min-height: 100px;}.page-90ok__promo-item-content {  flex-grow: 1;}.page-90ok__promo-item-title {  font-size: 1.4em;  color: #ffda44;  margin-bottom: 5px;}.page-90ok__promo-item-desc {  color: #c0c0c0;  font-size: 0.95em;}.page-90ok__faq-list {  list-style: none;  padding: 0;}.page-90ok__faq-item {  background-color: #16213e;  margin-bottom: 15px;  border-radius: 10px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}.page-90ok__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 18px 20px;  background-color: #0f3460;  color: #fff;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-90ok__faq-question:hover {  background-color: #1a4f8a;}.page-90ok__faq-question h3 {  margin: 0;  font-size: 1.2em;  color: #ffda44;  pointer-events: none;}.page-90ok__faq-toggle {  font-size: 1.8em;  font-weight: bold;  color: #ffda44;  transition: transform 0.3s ease;  pointer-events: none;}.page-90ok__faq-item.active .page-90ok__faq-toggle {  transform: rotate(45deg);}.page-90ok__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 15px;  color: #c0c0c0;  font-size: 0.95em;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  opacity: 0;}.page-90ok__faq-item.active .page-90ok__faq-answer {  max-height: 2000px !important;  padding: 20px 15px !important;  opacity: 1;}.page-90ok__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 25px;}.page-90ok__blog-post {  background-color: #16213e;  border-radius: 12px;  overflow: hidden;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);  transition: transform 0.3s ease, box-shadow 0.3s ease;  display: flex;  flex-direction: column;}.page-90ok__blog-post:hover {  transform: translateY(-5px);  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);}.page-90ok__blog-image {  width: 100%;  height: 200px;  object-fit: cover;  min-width: 200px;  min-height: 200px;}.page-90ok__blog-content {  padding: 20px;  flex-grow: 1;  display: flex;  flex-direction: column;}.page-90ok__blog-title {  font-size: 1.4em;  color: #ffda44;  margin-bottom: 10px;  line-height: 1.3;}.page-90ok__blog-title a {  color: #ffda44;  text-decoration: none;}.page-90ok__blog-title a:hover {  text-decoration: underline;}.page-90ok__blog-excerpt {  color: #a0a0a0;  font-size: 0.9em;  margin-bottom: 15px;  flex-grow: 1;}.page-90ok__blog-date {  font-size: 0.85em;  color: #707070;  text-align: right;}.page-90ok__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-90ok__floating-button {  background-color: #e94560;  color: #fff;  padding: 12px 20px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  text-align: center;  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);  transition: background-color 0.3s ease, transform 0.3s ease;}.page-90ok__floating-button:hover {  background-color: #ff6a81;  transform: translateY(-3px);}.page-90ok__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  margin-top: 30px;  margin-bottom: 30px;}.page-90ok__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-90ok__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}@media (max-width: 768px) {  .page-90ok__hero-title {    font-size: 2.5em;  }  .page-90ok__hero-subtitle {    font-size: 1.2em;  }  .page-90ok__hero-cta {    padding: 12px 25px;    font-size: 1em;  }  .page-90ok__section-title {    font-size: 2em;  }  .page-90ok__text-content {    font-size: 1em;  }  .page-90ok__grid {    grid-template-columns: 1fr;  }  .page-90ok__card {    padding: 20px;  }  .page-90ok__card-title {    font-size: 1.3em;  }  .page-90ok__promo-item {    flex-direction: column;    text-align: center;  }  .page-90ok__promo-item-image {    margin-right: 0;    margin-bottom: 15px;  }  .page-90ok__faq-question h3 {    font-size: 1.1em;  }  .page-90ok__faq-answer {    padding: 0 10px;  }  .page-90ok__faq-item.active .page-90ok__faq-answer {    padding: 15px 10px !important;  }  .page-90ok__blog-image {    height: 180px;  }  .page-90ok__blog-title {    font-size: 1.2em;  }  .page-90ok__floating-buttons {    bottom: 15px;    right: 15px;  }  .page-90ok__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-90ok__payment-logo,  .page-90ok__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-90ok__promo-list,  .page-90ok__faq-list,  .page-90ok__blog-grid {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }  .page-90ok__promo-item,  .page-90ok__faq-item,  .page-90ok__blog-post {    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;  }}