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

.bk7x-body {
  font-family: 'PT Sans', sans-serif;
  background-color: #323234;
  color: #e8e8e8;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

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

.tk9m-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 20px;
}

.zm8k-logo-link {
  display: block;
  text-decoration: none;
}

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

.dy5z-nav {
  justify-self: center;
}

.nw7q-nav-list {
  display: flex;
  list-style: none;
  gap: 30px;
}

.kr9v-nav-link {
  color: #e8e8e8;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.kr9v-nav-link:hover {
  color: #00fbc8;
}

.jt2x-icon {
  font-size: 18px;
}

.wz6k-header-buttons {
  display: flex;
  gap: 12px;
  align-items: center;
}

.pm1v-btn {
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 15px;
}

.pm1v-btn-login {
  background-color: #00fbc8;
  color: #000000;
}

.pm1v-btn-login:hover {
  background-color: #00d9b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 251, 200, 0.4);
}

.pm1v-btn-register {
  background-color: #ff2e09;
  color: #ffffff;
}

.pm1v-btn-register:hover {
  background-color: #e02808;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 46, 9, 0.4);
}

.pm1v-btn-primary {
  background-color: #00fbc8;
  color: #000000;
}

.pm1v-btn-primary:hover {
  background-color: #00d9b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 251, 200, 0.4);
}

.pm1v-btn-secondary {
  background-color: transparent;
  color: #00fbc8;
  border: 2px solid #00fbc8;
}

.pm1v-btn-secondary:hover {
  background-color: #00fbc8;
  color: #000000;
}

.pm1v-btn-bonus {
  background-color: #ff2e09;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 18px;
}

.pm1v-btn-bonus:hover {
  background-color: #e02808;
  transform: translateY(-2px);
}

.pm1v-btn-widget {
  background-color: #ff2e09;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 14px;
}

.pm1v-btn-full {
  width: 100%;
}

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

.kx3n-burger-line {
  width: 25px;
  height: 3px;
  background-color: #00fbc8;
  transition: all 0.3s ease;
}

.v3zk-main {
  padding-bottom: 80px;
}

.qw8n-hero {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.dm2p-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/hero-banner.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: 0;
}

.qw8n-hero .fn5r-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
}

.ht4j-casino-card {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 251, 200, 0.2);
}

.lp9m-card-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.xz1k-casino-logo{
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #000;
}


.bg6v-rating-section {
  flex: 1;
}

.ty2w-overall-rating {
  margin-bottom: 8px;
}

.nm8d-rating-value {
  font-size: 32px;
  font-weight: 700;
  color: #00fbc8;
}

.cr5p-rating-max {
  font-size: 18px;
  color: #9a9a9a;
}

.uw7q-progress-container {
  width: 100%;
  height: 12px;
  background-color: #1a1a1c;
  border-radius: 6px;
  overflow: hidden;
}

.jk3x-progress-bar {
  height: 100%;
  border-radius: 6px;
  transition: width 0.5s ease;
}

.ws4h-bonus-info {
  text-align: center;
  padding: 15px;
  background: linear-gradient(90deg, #ff2e09 0%, #ff6e09 100%);
  border-radius: 12px;
  margin-bottom: 20px;
}

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

.qm6n-button-group {
  display: grid;
  gap: 12px;
}

.yh3t-reviews-distribution {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 46, 9, 0.2);
}

.dn7k-dist-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #e8e8e8;
}

.lw2m-dist-list {
  display: grid;
  gap: 8px;
}

.zx5r-dist-item {
  display: grid;
  grid-template-columns: 30px 1fr 40px;
  align-items: center;
  gap: 10px;
}

.kp8n-score {
  font-weight: 700;
  color: #00fbc8;
}

.vb4j-dist-bar {
  height: 8px;
  background-color: #1a1a1c;
  border-radius: 4px;
  overflow: hidden;
}

.hm9w-dist-fill {
  height: 100%;
  background: linear-gradient(90deg, #00fbc8 0%, #00d9b3 100%);
  transition: width 0.5s ease;
}

.qt1c-count {
  text-align: right;
  font-size: 14px;
  color: #9a9a9a;
}

.rk7m-detailed-ratings,
.pk9z-bonuses,
.jx8w-review-form-section,
.bv4w-user-reviews,
.xm9p-faq,
.mw7k-advantages,
.kz7v-content-section,
.wq5m-author {
  padding: 60px 0;
}

.wp3z-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: #e8e8e8;
}

.dt8q-ratings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.nx2w-rating-item {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 251, 200, 0.1);
  display: grid;
  gap: 10px;
}

.mb5k-param-name {
  font-weight: 700;
  color: #e8e8e8;
}

.vw6m-bonuses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.tz3q-bonus-card {
  background: linear-gradient(135deg, #2a2a2c 0%, #1a1a1c 100%);
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  border: 2px solid rgba(255, 46, 9, 0.3);
  display: grid;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tz3q-bonus-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(255, 46, 9, 0.3);
}

.rm8x-bonus-label {
  font-size: 18px;
  color: #e8e8e8;
}

.df2n-bonus-amount {
  font-size: 24px;
  font-weight: 700;
  color: #ff2e09;
}

.hw5v-bonus-banner {
  background: linear-gradient(90deg, #ff2e09 0%, #ff6e09 100%);
  padding: 25px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 15px;
}

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

.zn4p-form-wrapper {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgba(0, 251, 200, 0.2);
}

.lr8m-review-form {
  display: grid;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

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

.bn3x-label {
  font-weight: 700;
  color: #e8e8e8;
}

.vm2k-input,
.fk9p-textarea {
  padding: 12px 16px;
  border: 2px solid rgba(0, 251, 200, 0.3);
  border-radius: 8px;
  background-color: #1a1a1c;
  color: #e8e8e8;
  font-family: 'PT Sans', sans-serif;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.vm2k-input:focus,
.fk9p-textarea:focus {
  outline: none;
  border-color: #00fbc8;
}

.dx5z-ratings-inputs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.pw8r-rating-input-group {
  display: grid;
  gap: 5px;
}

.hs4m-rating-label {
  font-size: 14px;
  color: #9a9a9a;
}

.jy6n-rating-input {
  padding: 10px;
  border: 2px solid rgba(0, 251, 200, 0.3);
  border-radius: 6px;
  background-color: #1a1a1c;
  color: #e8e8e8;
  font-size: 15px;
}

.mx7t-success-message {
  background-color: rgba(0, 251, 200, 0.2);
  border: 2px solid #00fbc8;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  color: #00fbc8;
  font-weight: 700;
}

.wb5m-reviews-container {
  display: grid;
  gap: 30px;
}

.qx7n-review-card {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
  padding: 30px;
  border-radius: 16px;
  border: 1px solid rgba(0, 251, 200, 0.1);
  transition: box-shadow 0.3s ease;
}

.qx7n-review-card:hover {
  box-shadow: 0 8px 24px rgba(0, 251, 200, 0.2);
}

.dn9w-review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 15px;
}

.pk2m-author-section {
  display: flex;
  gap: 15px;
  align-items: center;
}

.vz8x-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.tw5r-author-meta {
  display: grid;
  gap: 4px;
}

.nx4k-author-name {
  font-size: 18px;
  color: #e8e8e8;
}

.my7q-country {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #9a9a9a;
}

.bw3z-flag {
  width: 20px;
  height: 15px;
  object-fit: cover;
}

.kr9m-date {
  font-size: 14px;
  color: #9a9a9a;
}

.wh6p-rating-section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zn2x-main-rating {
  background: linear-gradient(90deg, #ff2e09 0%, #00fbc8 100%);
  padding: 10px 20px;
  border-radius: 8px;
}

.vm8k-rating-value {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
}

.yx5p-rating-max {
  font-size: 16px;
  color: #000000;
}

.fk7w-expand-ratings {
  background-color: transparent;
  border: 2px solid #00fbc8;
  color: #00fbc8;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease;
}

.fk7w-expand-ratings:hover {
  background-color: #00fbc8;
  color: #000000;
}

.cm3n-detailed-ratings {
  margin-bottom: 20px;
  padding: 15px;
  background-color: rgba(0, 251, 200, 0.05);
  border-radius: 8px;
}

.lx9r-sub-ratings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.pn4v-sub-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.wm2k-param {
  color: #9a9a9a;
}

.vz7x-value {
  color: #00fbc8;
  font-weight: 700;
}

.kw9m-review-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #e8e8e8;
}

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

.rx7k-body-content {
  color: #d0d0d0;
  line-height: 1.8;
}

.jm2w-truncated {
  max-height: 100px;
  overflow: hidden;
  position: relative;
}

.dm8v-read-more {
  background: none;
  border: none;
  color: #00fbc8;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 10px;
}

.wn4z-pros-cons {
  display: grid;
  gap: 15px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.xy7m-pros,
.qp2x-cons {
  display: grid;
  gap: 8px;
}

.bk3w-label {
  font-size: 16px;
  color: #e8e8e8;
}

.vq9n-list {
  list-style: none;
  padding-left: 20px;
}

.zm5k-item {
  position: relative;
  padding-left: 15px;
  color: #d0d0d0;
  line-height: 1.6;
}

.zm5k-item:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #00fbc8;
}

.nx8w-source {
  margin-bottom: 15px;
  font-size: 14px;
}

.jr5m-source-label {
  color: #9a9a9a;
}

.tv4k-source-link {
  color: #00fbc8;
  text-decoration: underline;
}

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

.bn9x-likes {
  display: flex;
  gap: 15px;
}

.ky4m-like-btn {
  background: none;
  border: 2px solid rgba(0, 251, 200, 0.3);
  color: #e8e8e8;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.ky4m-like-btn:hover {
  border-color: #00fbc8;
  background-color: rgba(0, 251, 200, 0.1);
}

.mw5r-count {
  font-weight: 700;
}

.zx3n-reply-btn {
  background: none;
  border: 2px solid #00fbc8;
  color: #00fbc8;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.zx3n-reply-btn:hover {
  background-color: #00fbc8;
  color: #000000;
}

.rk8m-reply-form {
  margin-top: 15px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  display: grid;
  gap: 10px;
}

.nr5t-faq-list {
  display: grid;
  gap: 15px;
  max-width: 900px;
  margin: 0 auto;
}

.gw2k-faq-item {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(0, 251, 200, 0.1);
}

.cn8v-faq-question {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #e8e8e8;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}

.cn8v-faq-question:after {
  content: '▼';
  position: absolute;
  right: 20px;
  color: #00fbc8;
  transition: transform 0.3s ease;
}

.fj3r-faq-answer {
  padding: 0 20px 20px;
  color: #d0d0d0;
  line-height: 1.8;
}

.zy3q-advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.px8n-advantage-item {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid rgba(0, 251, 200, 0.1);
  transition: transform 0.3s ease;
}

.px8n-advantage-item:hover {
  transform: translateY(-5px);
}

.kw2r-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.vn5m-advantage-title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #00fbc8;
}

.rh9z-advantage-text {
  color: #d0d0d0;
  line-height: 1.6;
}

.pn4w-content-box {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
  padding: 40px;
  border-radius: 16px;
  border: 1px solid rgba(0, 251, 200, 0.1);
  max-width: 1200px;
  margin: 0 auto;
}

.pn4w-content-box h1 {
  font-size: 36px;
  margin-bottom: 30px;
  color: #e8e8e8;
}

.pn4w-content-box h2 {
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #00fbc8;
}

.pn4w-content-box h3 {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #e8e8e8;
}

.pn4w-content-box p {
  margin-bottom: 15px;
  color: #d0d0d0;
  line-height: 1.8;
}

.pn4w-content-box ul,
.pn4w-content-box ol {
  margin-bottom: 20px;
  padding-left: 30px;
  color: #d0d0d0;
}

.pn4w-content-box li {
  margin-bottom: 8px;
  line-height: 1.7;
}

.pn4w-content-box table {
  width: 100%;
  margin: 25px auto;
  border-collapse: collapse;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}

.pn4w-content-box th,
.pn4w-content-box td {
  padding: 15px;
  text-align: left;
  border: 1px solid rgba(0, 251, 200, 0.2);
}

.pn4w-content-box th {
  background-color: rgba(0, 251, 200, 0.1);
  font-weight: 700;
  color: #00fbc8;
}

.pn4w-content-box td {
  color: #d0d0d0;
}

.dr8t-author-card {
  background: linear-gradient(135deg, #1a1a1c 0%, #2a2a2c 100%);
  padding: 30px;
  border-radius: 16px;
  display: flex;
  gap: 25px;
  align-items: center;
  border: 1px solid rgba(0, 251, 200, 0.1);
}

.yx3k-author-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.jm6w-author-info {
  flex: 1;
}

.bn2r-author-name {
  font-size: 24px;
  margin-bottom: 10px;
  color: #00fbc8;
}

.fv7z-author-bio {
  color: #d0d0d0;
  line-height: 1.7;
  margin-bottom: 15px;
}

.tm9x-author-social {
  display: flex;
  gap: 15px;
}

.kv4p-social-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #00fbc8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.kv4p-social-link:hover {
  color: #00d9b3;
}

.cx2w-icon {
  font-size: 20px;
}

.bx9n-footer {
  background-color: #000000;
  padding: 40px 0 20px;
  margin-top: 60px;
}

.rw4k-footer-content {
  display: grid;
  gap: 30px;
  text-align: center;
}

.yn3q-footer-logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.cx8m-footer-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
}

.dn9k-footer-link {
  color: #9a9a9a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.dn9k-footer-link:hover {
  color: #00fbc8;
}

.tw6z-trust-logos {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.km4v-trust-logo {
  height: 40px;
  width: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.km4v-trust-logo:hover {
  opacity: 1;
}

.jx7n-legal {
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.6;
}

.zw3m-copyright {
  margin-bottom: 10px;
}

.bn5k-legal-text {
  margin-bottom: 5px;
}

.nz8q-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, #ff2e09 0%, #ff6e09 100%);
  padding: 15px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
  z-index: 999;
}

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

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

.hy6n-unused-style {
  display: none;
}

.zm4k-placeholder {
  visibility: hidden;
}

@media (max-width: 1024px) {
  .qw8n-hero .fn5r-container {
    grid-template-columns: 1fr;
  }
  
  .yh3t-reviews-distribution {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .dy5z-nav {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    background-color: #000000;
    padding: 20px;
    transition: left 0.3s ease;
    z-index: 999;
  }
  
  .dy5z-nav.active {
    left: 0;
  }
  
  .nw7q-nav-list {
    flex-direction: column;
    gap: 15px;
  }
  
  .mv8r-burger {
    display: flex;
  }

  .tk9m-header-inner {
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
  }

  .wz6k-header-buttons {
    position: static;
    transform: none;
    justify-self: end;
    gap: 10px;
  }
  
  .hw5v-bonus-banner {
    justify-content: center;
    text-align: center;
  }
  
  .dr8t-author-card {
    flex-direction: column;
    text-align: center;
  }
  
  .hp5r-widget-content {
    flex-direction: column;
    text-align: center;
  }
  
  .pn4w-content-box {
    padding: 25px;
  }
  
  .pn4w-content-box table {
    font-size: 14px;
  }
  
  .pn4w-content-box th,
  .pn4w-content-box td {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .wp3z-section-title {
    font-size: 24px;
  }
  
  .pm1v-btn {
    padding: 10px 18px;
    font-size: 14px;
  }
  
  .dn9w-review-header {
    flex-direction: column;
  }
  
  .wh6p-rating-section {
    width: 100%;
    justify-content: space-between;
  }
  
  .pw7z-review-footer {
    flex-direction: column;
    gap: 15px;
  }
}
