* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  font-family: Arial, sans-serif;
  background-color: #132648;
  color: #e8e8e8;
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.v8n2p-no-scroll {
  overflow: hidden;
}

.x9k4m-wrapper {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.b3n6m-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.h6m9x-header {
  background-color: #132342;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.p7k4n-header-content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
}

.v9k3p-logo-link {
  display: block;
}

.t4n7m-logo-img {
  height: 50px;
  width: auto;
  object-fit: contain;
  display: block;
}

.w5r2k-nav-menu {
  display: flex;
  gap: 20px;
  align-items: center;
  min-width: 0;
}

.x8p4n-nav-link {
  color: #e8e8e8;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 14px;
  white-space: nowrap;
}

.x8p4n-nav-link:hover {
  background-color: rgba(228, 200, 128, 0.1);
  color: #e4c880;
}

.r3m7k-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2;
  flex: 0 0 auto;
}

.k9n4p-header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}

.t6m8x-review-count {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e8e8e8;
  font-size: 13px;
  padding: 6px 12px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  white-space: nowrap;
}

.p8k4m-btn {
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}

.p8k4m-btn-login {
  background-color: #e4c880;
  color: #132342;
}

.p8k4m-btn-login:hover {
  background-color: #f0d896;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(228, 200, 128, 0.3);
}

.p8k4m-btn-register {
  background-color: #2eaf00;
  color: #ffffff;
}

.p8k4m-btn-register:hover {
  background-color: #36c700;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46, 175, 0, 0.3);
}

.w4k7n-burger-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.m9p3x-burger-line {
  width: 25px;
  height: 3px;
  background-color: #e8e8e8;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.w4k7n-burger-btn.r7m3k-active .m9p3x-burger-line:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.w4k7n-burger-btn.r7m3k-active .m9p3x-burger-line:nth-child(2) {
  opacity: 0;
}

.w4k7n-burger-btn.r7m3k-active .m9p3x-burger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.q7p2n-hero-section {
  position: relative;
  padding: 60px 0;
  margin-bottom: 40px;
}

.w8r5t-hero-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(135deg, rgba(19, 35, 66, 0.95), rgba(19, 38, 72, 0.9)),
  url("/hero-banner.jpg") center/cover;
  z-index: -1;
}

.v4k8p-hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 40px;
  align-items: start;
}

.m2x7q-casino-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 0;
}

.z5j9w-casino-logo {
  width: 150px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 12px;
  display: block;
}

.n8p4r-rating-block {
  margin-bottom: 20px;
}

.t6k2m-star-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.r9w3p-stars {
  color: #e4c880;
  font-size: 24px;
  letter-spacing: 2px;
}

.l4n8x-rating-value {
  font-size: 20px;
  font-weight: 700;
  color: #e4c880;
}

.h7m2q-bonus-info {
  background: linear-gradient(135deg, rgba(46, 175, 0, 0.2), rgba(46, 175, 0, 0.1));
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid rgba(46, 175, 0, 0.3);
}

.k3p9w-bonus-text {
  font-size: 16px;
  font-weight: 600;
  color: #2eaf00;
  text-align: center;
}

.y6r3n-button-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.p8k4m-btn-primary {
  background-color: #2eaf00;
  color: #ffffff;
}

.p8k4m-btn-primary:hover {
  background-color: #36c700;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 175, 0, 0.4);
}

.p8k4m-btn-secondary {
  background-color: rgba(228, 200, 128, 0.2);
  color: #e4c880;
  border: 2px solid #e4c880;
}

.p8k4m-btn-secondary:hover {
  background-color: #e4c880;
  color: #132342;
  transform: translateY(-2px);
}

.f9x2p-ratings-summary {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-width: 0;
}

.j4n7m-summary-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #e4c880;
}

.w3k8r-rating-bar {
  display: grid;
  grid-template-columns: 80px 1fr 40px;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.v7p2n-rating-label {
  font-size: 13px;
  color: #d0d0d0;
}

.b4m9x-bar-container {
  height: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.t8k3p-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #2eaf00, #36c700);
  border-radius: 4px;
  transition: width 0.5s ease;
}

.q2n6m-rating-count {
  text-align: right;
  font-weight: 600;
  color: #e8e8e8;
  font-size: 13px;
}

.l6p9w-casino-info-block {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  padding: 25px;
  border-radius: 16px;
  margin-top: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.k2m7x-info-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: #e4c880;
}

.r4n8p-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  max-height: 200px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.r4n8p-info-grid.x2m8k-expanded {
  max-height: 1000px;
}

.v3k6m-info-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.t7p2w-info-label {
  color: #b0b0b0;
  font-size: 13px;
}

.b9m4x-info-value {
  font-weight: 600;
  color: #e8e8e8;
  font-size: 13px;
  text-align: right;
}

.n6k9p-show-more-btn {
  margin-top: 15px;
  padding: 8px 20px;
  background-color: rgba(228, 200, 128, 0.2);
  color: #e4c880;
  border: 1px solid #e4c880;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.n6k9p-show-more-btn:hover {
  background-color: #e4c880;
  color: #132342;
}

.y4k7p-toc-section {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 40px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.m8r3n-toc-title {
  font-size: 22px;
  margin-bottom: 20px;
  color: #e4c880;
}

.w5p2k-toc-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.t7m4x-toc-link {
  padding: 10px 18px;
  background-color: rgba(228, 200, 128, 0.15);
  color: #e4c880;
  border-radius: 25px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  border: 1px solid rgba(228, 200, 128, 0.3);
}

.t7m4x-toc-link:hover {
  background-color: #e4c880;
  color: #132342;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(228, 200, 128, 0.3);
}

.p6m3k-leave-review-section {
  margin-bottom: 40px;
}

.x8r5n-bonus-banner {
  background: linear-gradient(135deg, #2eaf00, #36c700);
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 8px 32px rgba(46, 175, 0, 0.3);
  gap: 20px;
}

.k4p7w-banner-text {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.p8k4m-btn-bonus {
  background-color: #e4c880;
  color: #132342;
  padding: 12px 30px;
  font-size: 16px;
}

.p8k4m-btn-bonus:hover {
  background-color: #f0d896;
  transform: scale(1.05);
}

.v9n2m-review-form-container {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.j7k3p-form-title {
  font-size: 24px;
  margin-bottom: 25px;
  color: #e4c880;
}

.r4m8x-review-form {
  display: grid;
  gap: 20px;
}

.w6p3n-form-group {
  display: grid;
  gap: 8px;
}

.t9k2m-form-label {
  font-weight: 600;
  color: #e8e8e8;
  font-size: 14px;
}

.b7p4x-form-input,
.y8k3m-form-textarea {
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  color: #e8e8e8;
  font-family: Arial, sans-serif;
  font-size: 14px;
  transition: all 0.3s ease;
}

.b7p4x-form-input:focus,
.y8k3m-form-textarea:focus {
  outline: none;
  border-color: #e4c880;
  background-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(228, 200, 128, 0.1);
}

.y8k3m-form-textarea {
  resize: vertical;
  min-height: 100px;
}

.n5k8r-ratings-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 10px;
}

.m3p6w-rating-item {
  display: grid;
  gap: 8px;
}

.v7k2n-rating-param {
  font-size: 13px;
  color: #d0d0d0;
}

.x4r9p-stars-input {
  display: flex;
  gap: 5px;
  cursor: pointer;
  flex-wrap: wrap;
}

.x4r9p-stars-input .v4n8r-star {
  font-size: 24px;
  color: rgba(228, 200, 128, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
}

.x4r9p-stars-input .v4n8r-star.r7k2p-filled,
.x4r9p-stars-input .v4n8r-star.t9m4k-hover {
  color: #e4c880;
}

.p8k4m-btn-submit {
  background-color: #2eaf00;
  color: #ffffff;
  padding: 14px 30px;
  font-size: 16px;
  margin-top: 10px;
}

.p8k4m-btn-submit:hover {
  background-color: #36c700;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(46, 175, 0, 0.4);
}

.l6n9p-success-message {
  background: linear-gradient(135deg, rgba(46, 175, 0, 0.2), rgba(46, 175, 0, 0.1));
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(46, 175, 0, 0.3);
  text-align: center;
  color: #2eaf00;
  font-weight: 600;
  font-size: 16px;
}

.k9m4x-reviews-section {
  margin-bottom: 40px;
}

.w7p3n-section-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: #e4c880;
  text-align: center;
}

.r8m3k-reviews-container {
  display: grid;
  gap: 25px;
}

.v6p9n-review-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.v6p9n-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.t4k7m-review-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.w9n2p-author-section {
  display: flex;
  gap: 15px;
  align-items: center;
  min-width: 0;
}

.b5k8r-review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(228, 200, 128, 0.3);
  flex: 0 0 auto;
}

.x3m7k-author-details {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.p6n4m-author-name {
  font-size: 16px;
  color: #e8e8e8;
}

.r2k9x-meta-info {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: #b0b0b0;
  flex-wrap: wrap;
}

.v8p3n-country-badge {
  display: flex;
  align-items: center;
  gap: 5px;
}

.t5k2m-flag-icon {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
}

.w4n7p-review-date {
  color: #b0b0b0;
}

.k7m4x-rating-section {
  text-align: right;
}

.b9p2n-overall-rating {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.x6k3m-stars-display {
  display: flex;
  gap: 2px;
}

.v4n8r-star {
  font-size: 20px;
}

.v4n8r-star.r7k2p-filled {
  color: #e4c880;
}

.v4n8r-star.w9m3x-empty {
  color: rgba(228, 200, 128, 0.3);
}

.t5p9k-rating-number {
  font-weight: 700;
  color: #e4c880;
  font-size: 16px;
}

.m8k4n-show-details-btn {
  margin-top: 10px;
  padding: 6px 12px;
  background-color: rgba(228, 200, 128, 0.1);
  color: #e4c880;
  border: 1px solid rgba(228, 200, 128, 0.3);
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s ease;
}

.m8k4n-show-details-btn:hover {
  background-color: rgba(228, 200, 128, 0.2);
}

.p6r9m-detailed-ratings {
  display: none;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 12px;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
}

.p6r9m-detailed-ratings.b3n7p-visible {
  display: grid;
}

.k4m8x-rating-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  gap: 10px;
}

.v7n2p-detail-label {
  color: #d0d0d0;
}

.b9k3m-detail-stars {
  color: #e4c880;
}

.w3n8k-review-body {
  margin-bottom: 20px;
}

.t7p4m-review-title {
  font-size: 18px;
  margin-bottom: 12px;
  color: #e4c880;
}

.x5k9n-review-text {
  color: #d0d0d0;
  line-height: 1.7;
}

.r4m7p-text-content.v8k2n-truncated {
  max-height: 80px;
  overflow: hidden;
  position: relative;
}

.r4m7p-text-content.v8k2n-truncated::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 5px;
  background: linear-gradient(to right, transparent, rgba(19, 38, 72, 0.95));
}

.b6n3m-expand-btn {
  margin-top: 10px;
  padding: 6px 15px;
  background-color: rgba(228, 200, 128, 0.1);
  color: #e4c880;
  border: 1px solid rgba(228, 200, 128, 0.3);
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
}

.b6n3m-expand-btn:hover {
  background-color: rgba(228, 200, 128, 0.2);
}

.k9p4x-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 15px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
}

.t3n7m-pros-section,
.r7k3m-cons-section {
  display: grid;
  gap: 8px;
}

.w6k2p-pros-title {
  color: #2eaf00;
  font-size: 14px;
}

.x4n8p-cons-title {
  color: #ff6b6b;
  font-size: 14px;
}

.b8m4n-pros-list,
.m9k6r-cons-list {
  list-style: none;
  display: grid;
  gap: 5px;
}

.v5p9k-pros-item,
.p2n5k-cons-item {
  font-size: 13px;
  color: #d0d0d0;
  padding-left: 18px;
  position: relative;
}

.v5p9k-pros-item::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2eaf00;
  font-weight: bold;
}

.p2n5k-cons-item::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: #ff6b6b;
  font-weight: bold;
}

.w8p3n-review-source {
  margin-top: 15px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  font-size: 13px;
}

.t5k9m-source-label {
  color: #b0b0b0;
  margin-right: 8px;
}

.v4n7k-source-link {
  color: #e4c880;
  text-decoration: underline;
}

.v4n7k-source-link:hover {
  color: #f0d896;
}

.b5m9k-review-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  gap: 15px;
  flex-wrap: wrap;
}

.p7k3n-reaction-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.w4r8m-like-btn,
.m3p7x-dislike-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #d0d0d0;
}

.w4r8m-like-btn:hover,
.m3p7x-dislike-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

.w4r8m-like-btn.r7m3k-active {
  background-color: rgba(46, 175, 0, 0.2);
  border-color: #2eaf00;
  color: #2eaf00;
}

.m3p7x-dislike-btn.r7m3k-active {
  background-color: rgba(255, 107, 107, 0.2);
  border-color: #ff6b6b;
  color: #ff6b6b;
}

.x6k2p-icon {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.t9n4k-like-count,
.r5k8n-dislike-count {
  font-weight: 600;
  font-size: 14px;
}

.v8n2m-reply-toggle-btn {
  padding: 8px 15px;
  background-color: rgba(228, 200, 128, 0.1);
  color: #e4c880;
  border: 1px solid rgba(228, 200, 128, 0.3);
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
}

.v8n2m-reply-toggle-btn:hover {
  background-color: rgba(228, 200, 128, 0.2);
}

.b6k3n-reply-form-container {
  display: none;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.b6k3n-reply-form-container.k4p9x-visible {
  display: block;
}

.w9p2k-reply-form {
  display: grid;
  gap: 10px;
}

.p8k4m-btn-small {
  padding: 8px 16px;
  font-size: 13px;
}

.r5n8k-faq-section {
  margin-top: 50px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.p4m7x-faq-container {
  display: grid;
  gap: 15px;
}

.t6k9n-faq-item {
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.v3p8m-faq-question {
  width: 100%;
  padding: 18px 20px;
  background-color: transparent;
  border: none;
  color: #e8e8e8;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.v3p8m-faq-question::after {
  content: "+";
  font-size: 24px;
  color: #e4c880;
  transition: transform 0.3s ease;
  flex: 0 0 auto;
}

.v3p8m-faq-question.r7m3k-active::after {
  transform: rotate(45deg);
}

.v3p8m-faq-question:hover {
  background-color: rgba(228, 200, 128, 0.05);
}

.b7r2k-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.b7r2k-faq-answer.k4p9x-visible {
  max-height: 500px;
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.b7r2k-faq-answer p {
  color: #d0d0d0;
  line-height: 1.7;
  font-size: 14px;
}

.x3m7k-comparison-section {
  margin-bottom: 40px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.n9p4r-table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
}

.v6k2m-comparison-table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  overflow: hidden;
}

.v6k2m-comparison-table thead {
  background-color: rgba(228, 200, 128, 0.1);
}

.v6k2m-comparison-table th,
.v6k2m-comparison-table td {
  padding: 15px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #e8e8e8;
}

.v6k2m-comparison-table th {
  font-weight: 700;
  color: #e4c880;
  font-size: 14px;
}

.v6k2m-comparison-table td {
  font-size: 13px;
}

.v6k2m-comparison-table tr:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.y7k3p-supplementary-section {
  margin-bottom: 40px;
}

.m4n8r-screenshots-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  align-items: stretch;
}

.b6p2k-screenshot-item {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  display: block;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.b6p2k-screenshot-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.b6p2k-screenshot-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.t8r4n-content-section {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.x6m9p-review-content {
  color: #d0d0d0;
  line-height: 1.8;
}

.x6m9p-review-content h2 {
  color: #e4c880;
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.x6m9p-review-content h3 {
  color: #e4c880;
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 12px;
}

.x6m9p-review-content p {
  margin-bottom: 15px;
}

.x6m9p-review-content ul,
.x6m9p-review-content ol {
  margin-bottom: 15px;
  padding-left: 25px;
}

.x6m9p-review-content li {
  margin-bottom: 8px;
}

.x6m9p-review-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  overflow: hidden;
}

.x6m9p-review-content th,
.x6m9p-review-content td {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
}

.x6m9p-review-content th {
  background-color: rgba(228, 200, 128, 0.1);
  color: #e4c880;
  font-weight: 600;
}

.x6m9p-review-content strong {
  color: #e8e8e8;
  font-weight: 700;
}

.p5k8r-author-section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid rgba(228, 200, 128, 0.2);
}

.v3n7m-author-card {
  background-color: rgba(255, 255, 255, 0.03);
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.r6m2x-author-name {
  font-size: 20px;
  color: #e4c880;
  margin-bottom: 10px;
}

.t4n8k-author-bio {
  color: #d0d0d0;
  line-height: 1.7;
  margin-bottom: 15px;
  font-size: 14px;
}

.w7p3k-author-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.m4k9n-author-link {
  color: #e4c880;
  text-decoration: underline;
  font-size: 14px;
  transition: color 0.3s ease;
}

.m4k9n-author-link:hover {
  color: #f0d896;
}

.n7k4m-footer {
  background-color: #132342;
  padding: 40px 0 20px;
  margin-top: 60px;
  border-top: 2px solid rgba(228, 200, 128, 0.2);
}

.t9p6x-footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.v4k8m-footer-section {
  display: grid;
  gap: 15px;
  min-width: 0;
}

.r6n2p-footer-logo {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
  display: block;
}

.w3m7k-footer-desc {
  font-size: 13px;
  color: #b0b0b0;
  line-height: 1.6;
}

.b8r4n-footer-title {
  font-size: 16px;
  color: #e4c880;
  margin-bottom: 10px;
}

.x2p9m-footer-nav {
  display: grid;
  gap: 8px;
}

.k7m3x-footer-link {
  color: #d0d0d0;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.k7m3x-footer-link:hover {
  color: #e4c880;
}

.p5n8k-trust-logos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.trust-badge {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  backdrop-filter: blur(6px);
  text-transform: uppercase;
  white-space: nowrap;
}

.trust-badge.curacao {
  border-color: #00c2ff;
  color: #00c2ff;
}

.trust-badge.ssl {
  border-color: #00ff9c;
  color: #00ff9c;
}

.trust-badge.responsible {
  border-color: #ffcc00;
  color: #ffcc00;
}

.m9k3r-payment-logos {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.payment-badge {
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.35px;
  border-radius: 6px;
  border: 1px solid #8aa9ff;
  color: #8aa9ff;
  background: rgba(138, 169, 255, 0.08);
  text-transform: uppercase;
  white-space: nowrap;
}

.w6p4n-footer-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.t8k2m-copyright {
  font-size: 13px;
  color: #b0b0b0;
  margin-bottom: 10px;
}

.v3r7k-disclaimer {
  font-size: 12px;
  color: #888;
  margin-bottom: 15px;
  line-height: 1.6;
}

.b9m4x-legal-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.l8n4p-sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #2eaf00, #36c700);
  padding: 15px 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.l8n4p-sticky-widget.k4p9x-visible {
  transform: translateY(0);
}

.k6r9m-widget-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.v3p7k-widget-text {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.p8k4m-btn-widget {
  background-color: #e4c880;
  color: #132342;
  padding: 12px 30px;
  font-size: 16px;
}

.p8k4m-btn-widget:hover {
  background-color: #f0d896;
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .v4k8p-hero-content {
    grid-template-columns: 1fr;
  }

  .r4n8p-info-grid {
    grid-template-columns: 1fr;
  }

  .n5k8r-ratings-grid {
    grid-template-columns: 1fr;
  }

  .m4n8r-screenshots-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .t9p6x-footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .p7k4n-header-content {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .w4k7n-burger-btn {
    display: flex;
  }

  .w5r2k-nav-menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: #132342;
    flex-direction: column;
    padding: 20px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    gap: 10px;
    z-index: 999;
  }

  .w5r2k-nav-menu.k4p9x-visible {
    transform: translateX(0);
  }

  .x8p4n-nav-link {
    width: 100%;
    padding: 12px;
    justify-content: flex-start;
  }

  .k9n4p-header-actions {
    gap: 10px;
  }

  .t6m8x-review-count {
    display: none;
  }

  .y6r3n-button-group {
    grid-template-columns: 1fr;
  }

  .w5p2k-toc-nav {
    flex-direction: column;
  }

  .x8r5n-bonus-banner {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .t4k7m-review-header {
    grid-template-columns: 1fr;
  }

  .k7m4x-rating-section {
    text-align: left;
  }

  .b9p2n-overall-rating {
    align-items: flex-start;
  }

  .k9p4x-pros-cons {
    grid-template-columns: 1fr;
  }

  .b5m9k-review-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .t9p6x-footer-content {
    grid-template-columns: 1fr;
  }

  .k6r9m-widget-content {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 14px;
    padding-bottom: 86px;
  }

  .b3n6m-container {
    padding: 0 14px;
  }

  .q7p2n-hero-section {
    padding: 30px 0;
    margin-bottom: 25px;
  }

  .h6m9x-header {
    padding: 10px 0;
  }

  .t4n7m-logo-img {
    height: 42px;
  }

  .p7k4n-header-content {
    gap: 10px;
  }

  .k9n4p-header-actions {
    gap: 8px;
  }

  .p8k4m-btn {
    padding: 10px 14px;
    font-size: 14px;
  }

  .p8k4m-btn-login,
  .p8k4m-btn-register {
    padding: 9px 12px;
    font-size: 13px;
    white-space: nowrap;
  }

  .m2x7q-casino-card,
  .f9x2p-ratings-summary,
  .l6p9w-casino-info-block,
  .v9n2m-review-form-container,
  .r5n8k-faq-section,
  .x3m7k-comparison-section,
  .t8r4n-content-section {
    padding: 18px;
    border-radius: 14px;
  }

  .z5j9w-casino-logo {
    width: 120px;
    margin-bottom: 14px;
  }

  .r9w3p-stars {
    font-size: 20px;
  }

  .l4n8x-rating-value {
    font-size: 18px;
  }

  .k3p9w-bonus-text {
    font-size: 14px;
  }

  .w3k8r-rating-bar {
    grid-template-columns: 70px 1fr 28px;
    gap: 8px;
  }

  .v7p2n-rating-label,
  .q2n6m-rating-count {
    font-size: 12px;
  }

  .v3k6m-info-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .b9m4x-info-value {
    text-align: left;
  }

  .k2m7x-info-title {
    font-size: 18px;
  }

  .w7p3n-section-title {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .j7k3p-form-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .b7p4x-form-input,
  .y8k3m-form-textarea {
    font-size: 14px;
    padding: 11px;
  }

  .x4r9p-stars-input .v4n8r-star {
    font-size: 22px;
  }

  .x8r5n-bonus-banner {
    padding: 18px;
    gap: 12px;
  }

  .k4p7w-banner-text {
    font-size: 16px;
  }

  .p8k4m-btn-bonus {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
  }

  .v6p9n-review-card {
    padding: 18px;
  }

  .t4k7m-review-title {
    font-size: 16px;
  }

  .x5k9n-review-text {
    font-size: 14px;
  }

  .k9p4x-pros-cons {
    padding: 12px;
  }

  .v3p8m-faq-question {
    padding: 14px 14px;
    font-size: 14px;
  }

  .b7r2k-faq-answer.k4p9x-visible {
    padding: 14px;
  }

  .m4n8r-screenshots-container {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }

  .n9p4r-table-wrapper {
    overflow: visible;
  }

  .v6k2m-comparison-table,
  .v6k2m-comparison-table thead,
  .v6k2m-comparison-table tbody,
  .v6k2m-comparison-table th,
  .v6k2m-comparison-table td,
  .v6k2m-comparison-table tr {
    display: block;
    width: 100%;
  }

  .v6k2m-comparison-table thead {
    display: none;
  }

  .v6k2m-comparison-table tr {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
  }

  .v6k2m-comparison-table td {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 12px 14px;
    font-size: 13px;
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 10px;
    align-items: center;
  }

  .v6k2m-comparison-table td:last-child {
    border-bottom: none;
    grid-template-columns: 1fr;
  }

  .v6k2m-comparison-table td::before {
    content: attr(data-label);
    color: #b0b0b0;
    font-size: 12px;
  }

  .v6k2m-comparison-table td:not([data-label])::before {
    content: "";
    display: none;
  }

  .l8n4p-sticky-widget {
    padding: 10px 12px;
  }

  .v3p7k-widget-text {
    font-size: 14px;
  }

  .p8k4m-btn-widget {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .b3n6m-container {
    padding: 0 16px;
  }

  .q7p2n-hero-section {
    padding: 40px 0;
  }

  .m2x7q-casino-card,
  .f9x2p-ratings-summary,
  .l6p9w-casino-info-block,
  .v9n2m-review-form-container,
  .r5n8k-faq-section,
  .x3m7k-comparison-section,
  .t8r4n-content-section {
    padding: 22px;
  }

  .w7p3n-section-title {
    font-size: 24px;
  }
}

.z4m8k-unused-class-1 {
  display: none;
}

.w9p2n-unused-class-2 {
  visibility: hidden;
}

.x7k3m-unused-class-3 {
  opacity: 0;
}

.v6n9r-unused-class-4 {
  position: absolute;
  left: -9999px;
}

.t5m8k-unused-class-5 {
  clip: rect(0, 0, 0, 0);
}
