* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
}

.game-categories-1vdnr {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px;
  justify-content: center;
}

p {
  color: var(--text-gray);
  line-height: 1.7;
  padding: 10px;
  margin-bottom: 1rem;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  p {
    padding: 8px;
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  p {
    padding: 6px;
    font-size: 13px;
    line-height: 1.5;
  }
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  background: var(--card-bg);
  border: 1px solid rgb(50 27 78);
  border-radius: 15px;
  overflow: hidden;
}
table th {
  background: rgb(123 49 179 / 33%);
  color: var(--text-light);
  padding: 1rem 0.8rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.95rem;
  border-bottom: 1px solid rgb(50 27 78);
  font-style: italic;
}
table td {
  padding: 0.9rem 0.8rem;
  color: var(--text-gray);
  border-bottom: 1px solid rgb(50 27 78);
  font-size: 0.9rem;
}
table tr:last-child td {
  border-bottom: none;
}
table tr:hover {
  background: rgb(123 49 179 / 6%);
}
table th:first-child {
  border-top-left-radius: 15px;
}
table th:last-child {
  border-top-right-radius: 15px;
}

@media (max-width: 768px) {
  table {
    margin: 1.5rem 0;
    font-size: 0.85rem;
    width: 100%;
  }
  table th {
    padding: 0.8rem 0.4rem;
    font-size: 0.8rem;
  }
  table td {
    padding: 0.7rem 0.4rem;
    font-size: 0.8rem;
    word-break: break-word;
  }
}

@media (max-width: 480px) {
  table {
    margin: 1rem 0;
    font-size: 0.75rem;
    width: 100%;
  }
  table th {
    padding: 0.6rem 0.3rem;
    font-size: 0.75rem;
  }
  table td {
    padding: 0.5rem 0.3rem;
    font-size: 0.75rem;
    word-break: break-word;
  }
}

ul,
ol {
  list-style-position: outside;
  padding-left: 40px;
  margin: 0;
  text-align: left;
}

ul li::marker {
  color: rgb(87 48 135);
}

ol li::marker {
  color: rgb(87 48 135);
}

li {
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  ul,
  ol {
    padding-left: 25px;
  }
}

@media (max-width: 480px) {
  ul,
  ol {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .main-wrapper-1vdnr .game-categories-1vdnr {
    position: relative;
    width: calc(100vw);
    margin-left: 0;
    margin-right: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-t;
    padding: 0px 18px;
    gap: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .sidebar-1vdnr.collapsed + .main-wrapper-1vdnr .game-categories-1vdnr {
    left: -60px;
  }

  .game-categories-1vdnr::-webkit-scrollbar {
    display: none;
  }

  .game-category-btn-1vdnr {
    flex-shrink: 0;
    min-width: 80px;
    white-space: nowrap;
  }
}

@media (min-width: 769px) {
  .main-wrapper-1vdnr .game-categories-1vdnr {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.game-category-btn-1vdnr {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica,
    sans-serif;
  font-weight: 500;
  width: 105px;
  height: 70px;
  padding: 8px;
  cursor: pointer;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  text-transform: none;
  white-space: nowrap;
  text-align: center;
  justify-content: space-around;
}

.game-category-btn-1vdnr.active {
  background: #182034;
  border-radius: 10px;
  color: #fff;
}

.game-category-btn-1vdnr img {
  width: 25px;
  height: 25px;

  flex-shrink: 0;
}

body {
  font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica,
    sans-serif;
  background: #0d111c;
  color: #ffffff;
  min-height: 100vh;
  overflow-x: hidden;
}

.app-container-1vdnr {
  display: flex;
  min-height: 100vh;
}

.sidebar-1vdnr {
  position: fixed;
  top: 80px;
  left: 0;
  width: 255px;
  background: #080e1a;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  transition: width 0.3s ease;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar-1vdnr::-webkit-scrollbar {
  display: none;
}

.sidebar-1vdnr.collapsed {
  width: 90px;
}

.sidebar-container-1vdnr {
  padding: 16px;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.sidebar-header-1vdnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.sidebar-1vdnr.collapsed .sidebar-header-1vdnr {
  padding: 8px;
  margin-bottom: 16px;
}

.sidebar-logo-1vdnr {
  transition: all 0.3s ease;
}

.sidebar-logo-1vdnr img {
  height: 34px;
  transition: all 0.3s ease;
}

.sidebar-1vdnr.collapsed .sidebar-logo-1vdnr img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.sidebar-close-btn-1vdnr {
  display: none;
}

.welcome-bonus-1vdnr {
  background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 100%);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.sidebar-1vdnr.collapsed .welcome-bonus-1vdnr {
  display: none;
}

.welcome-bonus-1vdnr::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="30" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="60" cy="70" r="1" fill="rgba(255,255,255,0.1)"/></svg>');
  pointer-events: none;
}

.bonus-content-1vdnr {
  position: relative;
  z-index: 1;
}

.bonus-title-1vdnr {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.bonus-amount-1vdnr {
  margin-bottom: 4px;
}

.bonus-percent-1vdnr {
  font-size: 12px;
  font-weight: 450;
  color: #fcfc3c;
}

.bonus-text-1vdnr {
  font-size: 12px;
  font-weight: 450;
  color: #ffffff;
  margin-left: 4px;
}

.bonus-value-1vdnr {
  font-size: 12px;
  font-weight: 450;
  color: #fcfc3c;
  margin-bottom: 8px;
}

.bonus-link-1vdnr {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.bonus-link-1vdnr:hover {
  text-decoration: underline;
}

.sidebar-actions-1vdnr {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.sidebar-1vdnr.collapsed .sidebar-actions-1vdnr {
  display: block;
}

.sidebar-1vdnr.collapsed .sidebar-actions-1vdnr .sidebar-btn-1vdnr {
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  font-size: 0;
  margin-bottom: 4px;
  justify-content: center;
}

.sidebar-1vdnr.collapsed .sidebar-actions-1vdnr .sidebar-btn-1vdnr img {
  margin: 0;
}

.sidebar-1vdnr.collapsed .sidebar-grid-1vdnr {
  grid-template-columns: 1fr;
  gap: 0.1px;
}

.sidebar-1vdnr.collapsed .grid-btn-1vdnr {
  padding: 12px;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  font-size: 0;
}

.sidebar-1vdnr.collapsed .grid-btn-1vdnr img {
  margin: 0;
}

.sidebar-btn-1vdnr {
  width: 100%;
  background: rgb(0 33 55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.sidebar-btn-1vdnr:hover {
  background: linear-gradient(
    51.77deg,
    rgb(111 60 170) 0%,
    rgb(217 126 221) 100%
  );
}

.sidebar-grid-1vdnr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.grid-btn-1vdnr {
  margin-bottom: 0;
  font-size: 12px;
  padding: 5px 5px;
}

.sidebar-nav-1vdnr {
  overflow: visible;
}

.nav-list-1vdnr {
  list-style: none;
  padding-left: 0px;
}

.nav-item-1vdnr {
  margin-bottom: 4px;
}

.nav-btn-1vdnr {
  width: 100%;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
}

.sidebar-1vdnr.collapsed .nav-btn-1vdnr {
  padding: 12px;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.sidebar-1vdnr.collapsed .nav-btn-1vdnr span {
  display: none;
}

.sidebar-1vdnr.collapsed .nav-btn-1vdnr img {
  margin: 0;
}

.nav-btn-1vdnr:hover {
  background: rgb(0 33 55);
}

.nav-btn-1vdnr.active {
  background: rgba(255, 215, 0, 0.1);
  color: #ffd700;
}

.sidebar-1vdnr.collapsed .expandable-1vdnr .nav-btn-1vdnr {
  justify-content: center;
}

.sidebar-1vdnr.collapsed .nav-item-1vdnr.expandable {
  position: relative;
}

.expand-icon-1vdnr {
  transition: transform 0.2s;
  color: rgba(255, 255, 255, 0.6);
}

.sidebar-1vdnr.collapsed .expand-icon-1vdnr {
  display: none;
}

.expandable-1vdnr.open .expand-icon-1vdnr {
  transform: rotate(180deg);
}

.sub-nav-1vdnr {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #00192a;
  border-radius: 10px;
}

.sidebar-1vdnr.collapsed .sub-nav-1vdnr {
  position: static;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  background: #18212e !important;
  gap: 4px;
  background: none;
  border: none;
  box-shadow: none;
}

.sidebar-1vdnr.collapsed .sub-nav-link-1vdnr {
  padding: 8px;
  justify-content: center;
  font-size: 0;
  gap: 0px;
  margin-bottom: 0;
}

.sidebar-1vdnr.collapsed .sub-nav-link-1vdnr img {
  margin: 0;
}

.expandable-1vdnr.open .sub-nav-1vdnr {
  max-height: 500px;
}

.sub-nav-link-1vdnr {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.2s;
  margin-bottom: 2px;
}

.sub-nav-link-1vdnr:hover {
  background: rgb(0 33 55);
  color: #ffffff;
}

.sidebar-bottom-actions-1vdnr {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.sidebar-1vdnr.collapsed .loyalty-program-1vdnr {
  margin-bottom: 0;
}

.sidebar-1vdnr.collapsed .loyalty-btn-large-1vdnr {
  min-width: 20px;
  height: 60px;
  font-size: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  margin: 0;
  border-radius: 12px;
  background-color: rgb(252 88 25 / 0%);
  border: 1px solid rgb(48 55 68);
  box-shadow: rgb(145 53 18 / 0%) 0px 6px 0px -3px !important;
}

.sidebar-1vdnr.collapsed .loyalty-btn-large-1vdnr img:first-child {
  width: 25px;
  height: 25px;
  display: block;
}

.sidebar-1vdnr.collapsed .loyalty-btn-large-1vdnr img:last-child {
  display: none;
}

.sidebar-1vdnr.collapsed .bottom-grid-1vdnr {
  display: none;
}

.sidebar-1vdnr.collapsed .sidebar-footer-1vdnr {
  padding: 8px 0;
  align-items: center;
}

.sidebar-1vdnr.collapsed .sidebar-footer-1vdnr .support-btn-1vdnr {
  padding: 12px;
  justify-content: center;
}

.sidebar-1vdnr.collapsed .sidebar-footer-1vdnr .footer-btn-1vdnr {
  padding: 12px;
  justify-content: center;
}

.sidebar-1vdnr.collapsed .sidebar-footer-1vdnr .support-btn-1vdnr {
  font-size: 0;
}

.sidebar-1vdnr.collapsed .sidebar-footer-1vdnr .footer-btn-1vdnr {
  font-size: 0;
}

.sidebar-1vdnr.collapsed .sidebar-footer-1vdnr .support-btn-1vdnr img,
.sidebar-1vdnr.collapsed .sidebar-footer-1vdnr .footer-btn-1vdnr img {
  margin: 0;
}

.sidebar-1vdnr.collapsed .chat_img-1vdnr {
  display: none;
}

.sidebar-1vdnr.collapsed .support-btn-1vdnr {
  min-width: 55px;
  height: 60px;
  font-size: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0;
  margin: 0;
  border-radius: 12px;
  background-color: rgb(252 88 25 / 0%);
  border: 1px solid rgb(48 55 68);
  box-shadow: rgb(145 53 18 / 0%) 0px 6px 0px -3px !important;
}

.loyalty-program-1vdnr {
  margin-bottom: 16px;
}

.loyalty-btn-large-1vdnr {
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: __Inter_f367f3, __Inter_Fallback_f367f3, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  min-height: 42px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  height: 40px;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: none !important;
  outline: 0px;
  margin: 0px 0px 11px;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-style: solid;
  border-image: initial;
  padding: 0px;
  background: linear-gradient(360deg, rgb(68, 35, 29) 0%, rgb(15, 21, 37) 100%);
  border-color: rgb(255, 56, 12);
  border-width: 0px 0px 2px;
  border-radius: 8px;
}

.sidebar-1vdnr.collapsed .loyalty-btn-large-1vdnr:hover {
  background: rgb(0 33 55);
}

.bottom-grid-1vdnr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.bottom-btn-1vdnr {
  background: rgb(0 33 55);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 5px 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.bottom-btn-1vdnr:hover {
  background: rgba(255, 255, 255, 0.1);
}

.sidebar-footer-1vdnr {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.support-btn-1vdnr {
  background: #00192a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
  position: relative;
}

.support-btn-1vdnr img:last-child {
  position: absolute;
  right: 12px;
}

.support-btn-1vdnr:hover {
  background: #001a2e;
}

.footer-btn-1vdnr {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  padding: 8px 16px;
  border-radius: 8px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  gap: 8px;
  text-align: left;
}

.footer-btn-1vdnr:hover {
  background: rgb(0 33 55);
  color: #ffffff;
}

.main-wrapper-1vdnr {
  flex: 1;
  margin-left: calc(255px + max(0px, (100vw - 255px - 1400px) / 2));
  max-width: 1400px;
  transition: margin-left 0.3s ease;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.sidebar-1vdnr.collapsed + .main-wrapper-1vdnr {
  margin-left: calc(90px + max(0px, (100vw - 90px - 1400px) / 2));
}

.sidebar-overlay-1vdnr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.sidebar-overlay-1vdnr.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-toggle-1vdnr {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
  display: none;
}

.sidebar-toggle-1vdnr:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .sidebar-toggle-1vdnr {
    display: block;
  }
}

.header-1vdnr {
  background: #0d111c;
  padding: 0;
  height: 60px;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #000000;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.header-container-1vdnr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background: #0d111c;
  width: 100%;
  height: 60px;
  padding: 8px 5px;
}

.header-left-1vdnr {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.back-btn-1vdnr {
  background: linear-gradient(360deg, rgb(22, 33, 50) 0%, rgb(15, 21, 37) 100%);
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  margin-left: 14px;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s;
}

.back-btn-1vdnr:hover {
  background: linear-gradient(90deg, rgb(42, 63, 95) 0%, rgb(27, 38, 65) 100%);
}

body.sidebar-collapsed .back-btn-1vdnr img {
  transform: scaleX(-1);
}

.logo-1vdnr {
  display: flex;
  align-items: center;
  margin-left: 12px;
  margin-right: 58px;
  margin-top: 5px;
  margin-left: 23px;
}

.logo-1vdnr img {
  width: auto;
  height: 40px;
  padding-left: 14px;
}

.search-container-1vdnr {
  position: relative;
}

.search-input-wrapper-1vdnr {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgb(0, 33, 55);
  transition: 0.3s;
  border-radius: 15px;
  padding: 0;
  transition: all 0.3s;
}

.search-input-wrapper-1vdnr:hover {
  border: 1px solid #002137;
}

.search-input-wrapper-1vdnr:focus-within {
  border: 1px solid #002137;
}

.search-icon-wrapper-1vdnr {
  display: flex;
  align-items: center;
  padding: 0 12px;
  pointer-events: none;
}

.search-icon-1vdnr {
  width: 24px;
  height: 24px;
  color: transparent;
}

.search-input-1vdnr {
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 16px 12px 0;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  outline: none;
}

.search-input-1vdnr::placeholder {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.search-input-1vdnr:focus::placeholder {
  opacity: 0;
}

.header-right-1vdnr {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

.btn-1vdnr {
  padding: 0px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;

  letter-spacing: 0;
  text-transform: none;
  margin: 5px;
  width: 68px;
  height: 40px;
}

.btn-login-1vdnr {
  background: transparent;
  color: #ffffff;
  border: 1px solid #7c32b5;
  position: relative;
}

.btn-login-1vdnr:hover {
  border: 1px solid #a6208d;
  background: none;
}

.btn-signup-1vdnr {
  background: linear-gradient(
    51.77deg,
    rgb(95, 31, 170) 0%,
    rgb(210, 105, 215) 100%
  );
  color: #ffffff;
  border: none;
  position: relative;
}

.btn-signup-1vdnr:hover {
  background: linear-gradient(
    51.77deg,
    rgb(111 60 170) 0%,
    rgb(217 126 221) 100%
  );
}

.btn-signup-1vdnr .gift-icon-1vdnr {
  position: absolute;
  top: -6px;
  right: -9px;
  width: 28px;
  height: 28px;
  animation: bounce-and-shake 2s infinite ease-in-out;
}

@keyframes bounce-and-shake {
  0% {
    transform: translateY(0) scale(1);
  }
  25% {
    transform: translateY(-5px) scale(1.1, 1.1);
  }
  50% {
    transform: translateY(0) scale(1);
  }
  75% {
    transform: rotate(-10deg);
  }
  87.5% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.main-content-1vdnr {
  padding: 70px 20px 60px;
  text-align: center;
  max-width: 100%;
  overflow-x: hidden;
}

.demo-title-1vdnr {
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

@media (min-width: 600px) {
  .header-1vdnr {
    height: 80px;
  }

  .header-container-1vdnr {
    height: 80px;
    padding: 8px 15px 8px 5px;
  }

  .main-content-1vdnr {
    padding-top: 0px;
  }

  .btn-1vdnr {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .header-container-1vdnr {
    padding: 0 24px 0 0;
  }

  .search-container-1vdnr {

  }
}

@media (min-width: 1200px) {
  .btn-1vdnr {
    width: 132px;
    height: 40px;
    font-size: 12px;
  }

  .btn-login-1vdnr {
    width: 132px;
  }

  .btn-signup-1vdnr {
    width: 132px;
  }
}

@media (max-width: 768px) {
  .sidebar-1vdnr {
    position: fixed;
    top: 60px;
    left: -280px;
    width: 280px !important;
    transition: left 0.3s ease;
  }

  .sidebar-1vdnr.mobile-open {
    left: 0;
  }

  .sidebar-1vdnr.collapsed {
    width: 280px !important;
  }

  .sidebar-1vdnr.collapsed .welcome-bonus-1vdnr {
    display: block;
  }

  .sidebar-1vdnr.collapsed .sidebar-actions-1vdnr {
    display: block;
  }

  .sidebar-1vdnr.collapsed .sidebar-bottom-actions-1vdnr {
    display: block;
  }

  .sidebar-1vdnr.collapsed .nav-btn-1vdnr {
    flex-direction: row;
    gap: 12px;
    padding: 12px 16px;
  }

  .sidebar-1vdnr.collapsed .nav-btn-1vdnr span {
    display: inline;
  }

  .sidebar-1vdnr.collapsed .expand-icon-1vdnr {
    display: block;
  }

  .sidebar-1vdnr.collapsed .sub-nav-1vdnr {
    display: block;
  }

  .sidebar-1vdnr.collapsed .sidebar-footer-1vdnr .support-btn-1vdnr {
    font-size: 12px;
    justify-content: space-between;
    padding: 12px 16px;
  }

  .sidebar-1vdnr.collapsed .sidebar-footer-1vdnr .footer-btn-1vdnr {
    font-size: 12px;
    justify-content: flex-t;
    padding: 8px 16px;
  }

  .main-wrapper-1vdnr {
    margin-left: 0;
  }

  .sidebar-overlay-1vdnr {
    display: none;
  }
}

@media (max-width: 768px) {
  .sidebar-1vdnr {
    top: 64px;
    height: calc(100vh - 64px);
  }

  .header-1vdnr {
    height: auto;
    min-height: 64px;
    padding: 8px 12px;
  }

  .header-container-1vdnr {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .header-left-1vdnr {
    margin-bottom: 0;
  }

  .back-btn-1vdnr {
    display: none;
  }

  .logo-1vdnr img {
    height: 20px;
  }

  .search-container-1vdnr {
    display: none;
  }

  .search-input-1vdnr {
    font-size: 16px;
    padding: 12px 12px 12px 0;
  }

  .header-right-1vdnr {
    margin-left: auto;
    gap: 8px;
    align-items: center;
    align-self: center;
  }

  .btn-1vdnr {
    width: 100px;
    height: 40px;
    font-size: 12px;
    margin: 0;
  }

  .demo-title-1vdnr {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .header-1vdnr {
    flex-direction: column;
    align-items: stretch;
    padding: 5px;
  }

  .logo-1vdnr {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
  }

  .header-left-1vdnr {
    justify-content: space-between;
  }

  .header-right-1vdnr {
    margin-left: 0;
    justify-content: center;
    gap: 6px;
    align-items: center;
    align-self: center;
  }

  .btn-1vdnr {
    width: 100px;
    font-size: 11px;
    margin: 0;
  }

  .search-container-1vdnr {
    display: none;
  }

  .demo-title-1vdnr {
    font-size: 36px;
  }

  .main-content-1vdnr {
    padding: 0px 16px 40px;
  }
}

.promotions-btn-1vdnr {
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: __Inter_f367f3, __Inter_Fallback_f367f3, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 12px;
  min-height: 42px;
  gap: 4px;

  color: rgb(255, 255, 255);
  height: 40px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: none !important;
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 9px 18px;
  background: linear-gradient(
    51.77deg,
    rgb(95, 31, 170) 0%,
    rgb(210, 105, 215) 100%
  );
  margin-bottom: 0.7rem;
}

.free-money-1vdnr {
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  border-image-source: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: __Inter_f367f3, __Inter_Fallback_f367f3, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 12px;
  gap: 4px;
  min-height: 42px;

  height: 40px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-image-slice: 1;
  box-shadow: none !important;
  outline: 0px;
  margin: 0px;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0px;
  background: linear-gradient(
    360deg,
    rgb(81, 47, 58) 5%,
    rgb(14, 23, 44) 62.5%
  );
  border-color: rgb(237, 106, 30);
  border-style: solid;
  border-width: 0px 0px 2px;
  border-radius: 8px;
}

.lucky-spin-1vdnr {
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  border-image-source: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: __Inter_f367f3, __Inter_Fallback_f367f3, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
  font-size: 14px;
  min-height: 42px;
  height: 40px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  border-image-slice: 1;
  box-shadow: none !important;
  outline: 0px;
  margin: 0px;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0px;
  background: linear-gradient(
      360deg,
      rgb(14, 84, 118) 5%,
      rgb(14, 23, 44) 62.5%
    )
    rgb(187, 40, 255);
  border-color: rgb(73, 167, 196);
  border-style: solid;
  border-width: 0px 0px 2px;
  border-radius: 8px;
}

.lucky-spin-1vdnr:hover {
  background: linear-gradient(
    62.28deg,
    rgb(73, 167, 196) 34.78%,
    rgb(26, 118, 255) 65.95%
  );
}

.free-money-1vdnr:hover {
  background: linear-gradient(
    51.77deg,
    rgb(237, 106, 30) 0%,
    rgb(210, 105, 215) 87.13%
  );
}
.slider-1vdnr {
  width: 100%;
  margin: 100px 0 0px;
  padding: 0 20px;
}

.slider-container-1vdnr {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}

.slider-track-1vdnr {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 1400%;
}

.slide-1vdnr {
  width: 7.142857%;
  flex-shrink: 0;
}

.slide-images-1vdnr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
}

.slide-images-1vdnr img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.slider-dots-1vdnr {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 23px 0 2px 0;
  position: relative;
}

.dot-1vdnr {
  width: 26px;
  height: 8px;
  opacity: 1;
  border-radius: 50px;
  background-color: #182034;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot-1vdnr.active {
  width: 26px;
  height: 8px;
  opacity: 1;
  border-radius: 50px;
  background-color: #732cb2;
  border: 0;
}

@media (max-width: 768px) {
  .slider-1vdnr {
    margin: 80px 0 20px;
    padding: 0 15px;
  }

  .slider-track-1vdnr {
    width: 1400%;
  }

  .slide-1vdnr {
    width: 7.142857%;
    padding: 10px;
  }

  .slide-images-1vdnr {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .slide-images-1vdnr img {
    height: 180px;
    border-radius: 8px;
  }

  .slide-images-1vdnr img:nth-child(2),
  .slide-images-1vdnr img:nth-child(3) {
    display: none;
  }

  .dot-1vdnr:nth-child(n + 10) {
    display: none;
  }
}

@media (max-width: 480px) {
  .slider-1vdnr {
    margin: 70px 0 15px;
    padding: 0 10px;
  }

  .slide-1vdnr {
    padding: 8px;
  }

  .slide-images-1vdnr img {
    height: 140px;
    border-radius: 6px;
  }
}

@media (max-width: 360px) {
  .slider-1vdnr {
    margin: 65px 0 10px;
    padding: 0 8px;
  }

  .slide-1vdnr {
    padding: 6px;
  }

  .slide-images-1vdnr img {
    height: 120px;
    border-radius: 4px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .slider-1vdnr {
    margin: 70px 0 15px;
    padding: 0 20px;
  }

  .slide-1vdnr {
    padding: 8px;
  }

  .slide-images-1vdnr img {
    height: 160px;
    border-radius: 8px;
  }

  .slider-dots-1vdnr {
    gap: 10px;
    padding: 12px 0 8px 0;
  }

  .dot-1vdnr {
    width: 22px;
    height: 6px;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .slider-1vdnr {
    margin: 65px 0 12px;
    padding: 0 15px;
  }

  .slide-1vdnr {
    padding: 6px;
  }

  .slide-images-1vdnr img {
    height: 140px;
    border-radius: 6px;
  }

  .slider-dots-1vdnr {
    gap: 8px;
    padding: 10px 0 6px 0;
  }

  .dot-1vdnr {
    width: 20px;
    height: 5px;
  }
}

@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px) {
  .header-1vdnr {
    height: 70px;
    min-height: 50px;
    padding: 4px 8px;
  }

  .header-container-1vdnr {
    height: 50px;
    padding: 0 12px 0 0;
  }

  .sidebar-1vdnr {
    top: 70px;
    height: calc(100vh - 50px);
  }

  .slider-1vdnr {
    margin: 75px 0 10px;
    padding: 0 15px;
  }

  .slide-images-1vdnr img {
    height: 185px;
  }

  .slider-dots-1vdnr {
    padding: 8px 0 4px 0;
  }
}

.modal-overlay-1vdnr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.modal-overlay-1vdnr.hidden {
  display: none;
}

.hidden-1vdnr {
  display: none !important;
}

.register-modal-1vdnr {
  background: #0d111c;
  border-radius: 16px;
  width: 90%;
  max-width: 1000px;
  max-height: 95vh;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
  position: relative;
}

.modal-close-1vdnr {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #073453;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 12px;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.modal-close-1vdnr:hover {
  background: rgba(255, 255, 255, 0.1);
}

.register-container-1vdnr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}

.register-left-1vdnr {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.promo-slider-1vdnr {
  width: 100%;
  height: 100%;
}

.promo-image-1vdnr {
  width: 100%;
  height: 100%;
}

.promo-image-1vdnr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}

.register-right-1vdnr {
  padding: 30px;
  color: #ffffff;
}

.register-header-1vdnr {
  margin-bottom: 30px;
}

.register-title-1vdnr {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
}

.auth-buttons-1vdnr {
  display: flex;
  gap: 10px;
  background: #00192a;
  border-radius: 15px;
  margin-bottom: 20px;
}

.auth-btn-1vdnr {
  flex: 1;
  padding: 13px 20px;
  background: transparent;
  border: 4px solid #00192a;
  color: #ffffff;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.auth-btn-1vdnr.active {
  background: #073453;
  color: #ffffff;
}

.register-form-1vdnr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group-1vdnr {
  position: relative;
}

.form-label-1vdnr {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #ffffff;
}

.form-input-1vdnr {
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  border: 1px solid #073453;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  transition: border-color 0.3s ease;
}

.form-input-1vdnr:focus {
  outline: none;
  border-color: #fe4af8;
}

.form-input-1vdnr::placeholder {
  color: #888;
}

.form-select-1vdnr {
  width: 100%;
  padding: 12px 16px;
  background: #001523;
  border: 1px solid #073453;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.form-select-1vdnr:focus {
  outline: none;
  border-color: #fe4af8;
}

.password-input-1vdnr {
  position: relative;
}

.password-toggle-1vdnr {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.phone-input-1vdnr {
  display: flex;
  align-items: center;
  border: 1px solid #073453;
  border-radius: 8px;
  overflow: hidden;
}

.country-code-1vdnr {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #1a1f2e;
  border-right: 1px solid #073453;
  color: #ffffff;
  font-size: 14px;
}

.ph-flag-1vdnr {
  width: 20px;
  height: 15px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2"><rect width="3" height="2" fill="%23ce1126"/><rect width="3" height="1" fill="%230038a8"/><polygon points="0,0 1.5,1 0,2" fill="%23ffffff"/></svg>')
    no-repeat center/cover;
}

.ru-flag-1vdnr {
  width: 20px;
  height: 15px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3 2"><rect width="3" height="0.666" y="0" fill="%23ffffff"/><rect width="3" height="0.666" y="0.666" fill="%230039a6"/><rect width="3" height="0.668" y="1.332" fill="%23d52b1e"/></svg>')
    no-repeat center/cover;
  border-radius: 2px;
}

.phone-field-1vdnr {
  border: none;
  flex: 1;
}

.promo-toggle-1vdnr {
  margin: 10px 0;
}

.toggle-label-1vdnr {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}

.promo-checkbox-1vdnr {
  width: 18px;
  height: 18px;
  accent-color: #742db2;
}

.submit-btn-1vdnr {
  width: 100%;
  padding: 14px;
  background: linear-gradient(
    51.77deg,
    rgb(95, 31, 170) 0%,
    rgb(210, 105, 215) 100%
  );
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.submit-btn-1vdnr:disabled {
  background: #00192a;
  color: #888;
  cursor: not-allowed;
}

.submit-btn-1vdnr:not(:disabled):hover {
  background: linear-gradient(
    51.77deg,
    rgb(111 60 170) 0%,
    rgb(217 126 221) 100%
  );
}

.register-footer-1vdnr {
  text-align: center;
  margin: 20px 0;
}

.login-link-1vdnr {
  font-size: 14px;
  color: #ffffff;
}

.login-link-1vdnr a {
  color: #fe4af8;
  text-decoration: underline;
}

.social-login-1vdnr {
  margin: 20px 0;
}

.divider-1vdnr {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.divider-line-1vdnr {
  flex: 1;
  height: 1px;
  background: #444;
}

.divider-text-1vdnr {
  font-size: 12px;
  color: #888;
}

.google-btn-1vdnr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 12px;
  background: #073453;
  border: 3px solid #00192a;
  border-radius: 12px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.terms-1vdnr {
  text-align: center;
  margin-top: 20px;
}

.terms-text-1vdnr {
  font-size: 12px;
}

.terms-notice-1vdnr {
  color: #1e83c9;
}

.terms-link-1vdnr {
  color: #fe4af8;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .register-modal-1vdnr {
    width: 95%;
    margin: 20px;
  }

  .register-container-1vdnr {
    grid-template-columns: 1fr;
  }

  .register-left-1vdnr {
    display: none;
  }

  .register-right-1vdnr {
    padding: 20px;
  }

  .register-title-1vdnr {
    display: block;
    margin-bottom: 20px;
  }
}

.ggrid-section-1vdnr {
  padding: 20px;
}

.ggrid-header-1vdnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ggrid-title-1vdnr {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ggrid-section-icon-1vdnr {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ggrid-section-title-1vdnr {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.ggrid-count-1vdnr {
  flex-grow: 1;
  margin-left: 20px;
}

.ggrid-count-number-1vdnr {
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #232331;
  padding: 7px;
  font-weight: 500;
  border-radius: 10px;
}

.ggrid-nav-1vdnr {
  display: flex;
  gap: 8px;
}

.ggrid-nav-btn-1vdnr {
  width: 40px;
  height: 40px;
  background: #073453;
  border: none;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ggrid-nav-btn-1vdnr:hover:not(:disabled) {
  background: #0a4564;
}

.ggrid-nav-btn-1vdnr:disabled {
  background: #002137;
  color: #444;
  cursor: not-allowed;
}

.ggrid-slider-1vdnr {
  overflow: hidden;
}

.ggrid-track-1vdnr {
  display: flex;
  gap: 18px;
  transition: transform 0.3s ease;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.ggrid-card-1vdnr {
  flex-shrink: 0;
  width: 153px;
  max-width: 153px;
  min-width: 153px;
  height: 152px;
  max-height: 152px;
  min-height: 152px;
  background: #002137;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.ggrid-card-1vdnr:hover {
  transition: 0.3s;
}

.ggrid-card-1vdnr:hover .ggrid-overlay-1vdnr {
  opacity: 1;
}

.ggrid-card-1vdnr:hover .ggrid-image-1vdnr {
  filter: blur(0.5rem);
}

.ggrid-image-wrapper-1vdnr {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 122px;
}

.ggrid-image-1vdnr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.ggrid-overlay-1vdnr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  flex-direction: column;
  gap: 12px;
  z-index: 2;
}

.ggrid-actions-1vdnr {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}

.ggrid-play-btn-1vdnr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  color: inherit;
  font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica,
    sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.75;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #16171a;
  background: linear-gradient(
    51.77deg,
    rgb(95, 31, 170) 0%,
    rgb(210, 105, 215) 100%
  );
  box-shadow: none !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  padding: 7px 14px;
  font-size: 13px;
  min-height: 22px;
  line-height: 22px;
  border-radius: 10px;
  color: #fff;
  width: 80px;
  height: 40px;
  min-height: 40px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 12px;
  padding: 10px 9px;
  font-size: 12px !important;
}

.ggrid-play-btn-1vdnr:hover {
  text-decoration: none;
  background: linear-gradient(
    51.77deg,
    rgb(111 60 170) 0%,
    rgb(217 126 221) 100%
  );
  color: #fff;
}

.ggrid-info-1vdnr {
  text-align: center;
  background: linear-gradient(
      360deg,
      rgb(14 84 118) 1% 5%,
      rgb(14, 23, 44) 62.5%
    )
    rgb(187, 40, 255);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  border-color: rgb(73, 167, 196);
  border-style: solid;
  border-width: 0px 0px 2px;
  border-radius: 0px 0px 15px 15px;
}

.ggrid-name-1vdnr {
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.ggrid-provider-1vdnr {
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  font-weight: 400;
  line-height: 1.2;
  margin: 3px 0 0 0;
}

@media (max-width: 768px) {
  .ggrid-section-1vdnr {
    padding: 15px;
  }

  .ggrid-header-1vdnr {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ggrid-title-1vdnr {
    flex: 1;
    min-width: 200px;
  }

  .ggrid-section-title-1vdnr {
    font-size: 18px;
  }

  .ggrid-slider-1vdnr {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ggrid-slider-1vdnr::-webkit-scrollbar {
    display: none;
  }

  .ggrid-track-1vdnr {
    padding-bottom: 10px;
  }

  .ggrid-nav-1vdnr {
    display: none;
  }
}

.tournaments-section-1vdnr {
  padding: 20px;
}

.tournaments-header-1vdnr {
  margin-bottom: 24px;
}

.tournaments-title-wrapper-1vdnr {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tournaments-icon-1vdnr {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.tournaments-title-1vdnr {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.tournaments-slider-1vdnr {
  position: relative;
}

.tournaments-track-1vdnr {
  display: flex;
  transition: transform 0.3s ease;
  justify-content: space-around;
  flex-wrap: wrap;
}

.tournaments-track-1vdnr::-webkit-scrollbar {
  display: none;
}

.tournament-card-1vdnr {
  flex-shrink: 0;
  width: 330px;
  background: #080e1a;
  border-radius: 12px;
  border: 12px solid #212731;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
  position: relative;
  max-width: 100%;
}

.tournament-image-1vdnr {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.tournament-banner-1vdnr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.tournament-countdown-1vdnr {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  justify-content: center;
}

.countdown-item-1vdnr {
  text-align: center;
}

.countdown-number-1vdnr {
  background: rgba(0, 25, 42, 0.9);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 12px;
  border-radius: 8px;
  margin-bottom: 4px;
}

.countdown-label-1vdnr {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.tournament-provider-1vdnr {
  position: absolute;
  bottom: 0;
  right: 20px;
  background: #00192a;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.8;
}

.tournament-info-1vdnr {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tournament-type-1vdnr {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px 0;
  display: flex;
  justify-content: center;
}

.tournament-name-1vdnr {
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 16px 0;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}

.tournament-prize-label-1vdnr {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px 0;
}

.tournament-prize-1vdnr {
  color: #fcfc3c;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 16px 0;
  line-height: 1.1;
}

.tournament-join-btn-1vdnr {
  background: linear-gradient(
    51.77deg,
    rgb(95, 31, 170) 0%,
    rgb(210, 105, 215) 100%
  );
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-top: auto;
  font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica,
    sans-serif;
}

.tournament-join-btn-1vdnr:hover {
  background: linear-gradient(
    51.77deg,
    rgb(85, 21, 160) 0%,
    rgb(200, 95, 205) 100%
  );
  transform: translateY(-2px);
}

@media (max-width: 1200px) {
  .tournament-card-1vdnr {
    width: 380px;
  }
}

@media (max-width: 1024px) {
  .tournament-card-1vdnr {
    width: 350px;
  }

  .tournaments-track-1vdnr {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .tournaments-track-1vdnr {
    flex-direction: column;
    overflow-x: visible;
    gap: 20px;
    padding: 0 20px;
  }

  .tournament-card-1vdnr {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .tournament-image-1vdnr {
    height: 200px;
  }

  .tournament-name-1vdnr {
    font-size: 20px;
  }

  .tournament-prize-1vdnr {
    font-size: 24px;
  }

  .tournament-info-1vdnr {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .tournaments-track-1vdnr {
    padding: 0 15px;
  }

  .tournaments-icon-1vdnr {
    width: 28px;
    height: 28px;
  }

  .tournaments-title-1vdnr {
    font-size: 20px;
  }

  .tournament-countdown-1vdnr {
    gap: 12px;
    margin-bottom: 12px;
  }

  .countdown-number-1vdnr {
    font-size: 14px;
    padding: 6px 8px;
  }

  .countdown-label-1vdnr {
    font-size: 10px;
  }

  .tournament-name-1vdnr {
    font-size: 18px;
  }

  .tournament-prize-1vdnr {
    font-size: 22px;
  }

  .tournament-info-1vdnr {
    padding: 16px;
  }
}

.loyalty-program-section-1vdnr {
  padding: 20px;
}

.loyalty-container-1vdnr {
  background: linear-gradient(
      104deg,
      rgb(33 39 49) 0%,
      rgb(33 39 49 / 29%) 100%
    ),
    url(../pics/Loyalty_Program.avif) center / cover no-repeat;
  border-radius: 16px;
  padding: 40px;
  overflow: hidden;
}

.loyalty-left-1vdnr {
  position: relative;
  z-index: 2;
}

.loyalty-header-1vdnr {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.loyalty-main-1vdnr {
  color: #cccccc;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.loyalty-link-1vdnr {
  margin: 0;
}

.loyalty-btn-1vdnr {
  background: linear-gradient(
    51.77deg,
    rgb(95, 31, 170) 0%,
    rgb(210, 105, 215) 100%
  );
  color: #ffffff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.loyalty-btn-1vdnr:hover {
  background: linear-gradient(
    51.77deg,
    rgb(85, 21, 160) 0%,
    rgb(200, 95, 205) 100%
  );
  transform: translateY(-2px);
}

.loyalty-arrow-1vdnr {
  font-weight: 700;
  transition: transform 0.3s ease;
}

.loyalty-btn-1vdnr:hover .loyalty-arrow-1vdnr {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .loyalty-program-section-1vdnr {
    padding: 35px;
  }

  .loyalty-container-1vdnr {
    padding: 30px 20px;
  }

  .loyalty-header-1vdnr {
    font-size: 24px;
  }

  .loyalty-main-1vdnr {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .loyalty-container-1vdnr {
    padding: 24px 16px;
  }

  .loyalty-header-1vdnr {
    font-size: 22px;
  }

  .loyalty-main-1vdnr {
    font-size: 14px;
  }

  .loyalty-btn-1vdnr {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.footer-container-1vdnr {
  margin: 0 auto;
}

.footer-top-1vdnr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand-1vdnr {
  grid-column: span 1;
}

.footer-logo-img-1vdnr {
  width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.footer-certificates-1vdnr {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.certificate-item-1vdnr img {
  height: auto;
}

.anj-certificate-1vdnr img {
  max-width: 50px;
  height: auto;
}

.responsible-gaming-1vdnr img {
  max-width: 80px;
  height: auto;
}

.footer-column-title-1vdnr {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 24px;
}

.footer-links-1vdnr {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-1vdnr li {
  margin-bottom: 12px;
}

.footer-links-1vdnr a {
  color: #8298ad;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.3s ease;
}

.footer-links-1vdnr a:hover {
  color: #fcfc3c;
}

.social-links-1vdnr {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.social-link-1vdnr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social-link-1vdnr:hover {
  background: #fcfc3c;
}

.social-link-1vdnr img {
  width: 16px;
  height: 16px;
}

.footer-section-1vdnr .support-btn-1vdnr {
  background: #fcfc3c;
  border: 1px solid #fcfc3c;
  border-radius: 8px;
  padding: 12px 20px;
  color: #00192a;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  text-decoration: none;
}

.footer-section-1vdnr .support-btn-1vdnr:hover {
  background: #e8e824;
  border-color: #e8e824;
}

.footer-section-1vdnr .support-btn-1vdnr span {
  color: #00192a;
  font-weight: 700;
}

.footer-section-1vdnr .support-btn-1vdnr img {
  width: 16px;
  height: 16px;
}

.footer-mobile-logo-1vdnr {
  display: none;
}

.footer-middle-1vdnr {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
  padding: 40px 0;
  border-top: 1px solid #1a2332;
  border-bottom: 1px solid #1a2332;
  align-items: center;
}

.partners-section-1vdnr {
  display: flex;
  justify-content: center;
}

.partners-img-1vdnr {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.payments-providers-1vdnr {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.payments-img-1vdnr,
.providers-img-1vdnr {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.footer-bottom-1vdnr {
  text-align: center;
}

.copyright-text-1vdnr {
  color: #8298ad;
  font-size: 10px;
  line-height: 20px;
  margin: 0 0 20px 0;
  text-align: center;
}

.email-link-1vdnr {
  color: #fcfc3c;
  text-decoration: none;
}

.email-link-1vdnr:hover {
  text-decoration: underline;
}

.copyright-final-1vdnr {
  color: #8298ad;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.update-date-1vdnr {
  color: #6b7c8d;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  margin: 8px 0 0 0;
  opacity: 0.8;
}

@media (max-width: 1024px) {
  .footer-top-1vdnr {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
  }

  .footer-brand-1vdnr {
    grid-column: span 1;
  }

  .footer-social-1vdnr {
    grid-column: span 1;
    grid-row: 1;
  }

  .footer-middle-1vdnr {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-certificates-1vdnr {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-container-1vdnr {
    padding: 30px 15px 15px;
  }

  .footer-top-1vdnr {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-brand-1vdnr {
    grid-column: span 1;
    order: 1;
  }

  .footer-logo-img-1vdnr {
    width: 160px;
    margin: 0 auto 20px;
    display: block;
  }

  .footer-mobile-logo-1vdnr {
    display: none;
  }

  .footer-certificates-1vdnr {
    justify-content: center;
  }

  .social-links-1vdnr {
    justify-content: center;
  }

  .footer-middle-1vdnr {
    gap: 25px;
    padding: 30px 0;
  }

  .partners-img-1vdnr,
  .payments-img-1vdnr,
  .providers-img-1vdnr {
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .footer-container-1vdnr {
    padding: 25px 12px 12px;
  }

  .footer-top-1vdnr {
    gap: 20px;
  }

  .footer-logo-img-1vdnr {
    width: 140px;
  }

  .anj-certificate-1vdnr img {
    max-width: 60px;
  }

  .footer-column-title-1vdnr {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .footer-links-1vdnr a {
    font-size: 13px;
  }

  .social-links-1vdnr {
    gap: 10px;
  }

  .social-link-1vdnr {
    width: 36px;
    height: 36px;
  }

  .partners-img-1vdnr,
  .payments-img-1vdnr,
  .providers-img-1vdnr {
    max-width: 240px;
  }

  .copyright-text-1vdnr {
    font-size: 9px;
    line-height: 15px;
  }

  .copyright-final-1vdnr {
    font-size: 13px;
  }

  .update-date-1vdnr {
    font-size: 11px;
    line-height: 16px;
    margin: 6px 0 0 0;
  }
}

/* Tournament Pages */
.tournament-banner-1vdnr {
  max-width: 1000px;
  text-align: center;
}

.tournament-image-1vdnr {
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .tournament-image-1vdnr {
    border-radius: 8px;
  }
}

/* Game Pages */
.game-container-1vdnr {
  max-width: 1000px;
  margin: 30px auto;
}
.game-window-1vdnr {
  width: 100%;
  height: 450px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.game-window-1vdnr::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(0.5rem);
  z-index: 1;
}
.game-overlay-1vdnr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 62%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: 2;
  border: 3px solid #1a384b;
  border-radius: 18px;
}
.game-play-btn-1vdnr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background-color: #fcfc3c;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica,
    sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
  letter-spacing: 0;
  padding: 12px 16px;
  border-radius: 12px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    transform 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: #000;
  width: 100px;
  height: 50px;
  min-height: 50px;
  box-shadow: none;
}
.game-play-btn-1vdnr:hover {
  text-decoration: none;
  background-color: #fcfc3c;
  color: #000;
  transform: scale(1.1);
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .game-container-1vdnr {
    margin: 20px 15px;
  }
  .game-window-1vdnr {
    height: 300px;
  }
  .game-play-btn-1vdnr {
    width: 90px;
    height: 45px;
    padding: 10px 14px;
    font-size: 14px;
  }
}

/* Game Description Styles */
.game-description-1vdnr {
  margin: 30px auto 0;
  padding: 0 20px;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}
.game-description-1vdnr h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.game-description-1vdnr h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 12px;
  color: #ffffff;
  text-align: left;
}
.game-description-1vdnr p {
  font-size: 14px;
  margin-bottom: 16px;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}
.game-info-table-1vdnr {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  background: #00192a;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.game-info-table-1vdnr tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.game-info-table-1vdnr tr:last-child {
  border-bottom: none;
}
.game-info-table-1vdnr td {
  padding: 12px 16px;
  font-size: 14px;
  color: #ffffff;
}
.game-info-table-1vdnr td:first-child {
  background: #00192a;
  font-weight: 500;
  width: 60%;
}
.game-info-table-1vdnr td:last-child {
  background: #002137;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
.game-description-1vdnr ul {
  padding-left: 20px;
  list-style: none;
  margin: 16px 0;
}
.game-description-1vdnr ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.game-description-1vdnr ul li::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: -15px;
}
.game-description-1vdnr ol {
  padding-left: 20px;
  list-style: decimal;
  margin: 16px 0;
}
.game-description-1vdnr ol li {
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .game-description-1vdnr {
    padding: 0 16px;
    margin: 20px auto 0;
  }
  .game-description-1vdnr h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .game-description-1vdnr h3 {
    font-size: 16px;
    margin: 18px 0 10px;
  }
  .game-description-1vdnr p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .game-description-1vdnr ul,
  .game-description-1vdnr ol {
    padding-left: 15px;
    margin: 12px 0;
  }
  .game-description-1vdnr ul li,
  .game-description-1vdnr ol li {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .game-info-table-1vdnr td {
    padding: 8px 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .game-description-1vdnr {
    padding: 0 12px;
    margin: 15px auto 0;
  }
  .game-description-1vdnr h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .game-description-1vdnr h3 {
    font-size: 15px;
    margin: 16px 0 8px;
  }
  .game-description-1vdnr p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .game-description-1vdnr ul,
  .game-description-1vdnr ol {
    padding-left: 12px;
    margin: 10px 0;
  }
  .game-description-1vdnr ul li,
  .game-description-1vdnr ol li {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .game-info-table-1vdnr td {
    padding: 6px 8px;
    font-size: 12px;
  }
}

/* Breadcrumbs Styles */
.breadcrumbs-1vdnr {
  padding: 12px 20px;
  background: transparent;
  margin-top: 90px;
}

.breadcrumb-list-1vdnr {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumb-item-1vdnr {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-link-1vdnr {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.breadcrumb-link-1vdnr:hover {
  color: #ffd700;
  text-decoration: none;
}

.breadcrumb-current-1vdnr {
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-separator-1vdnr {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

@media (max-width: 768px) {
  .breadcrumbs-1vdnr {
    padding: 10px 15px;
    margin-top: 70px;
  }

  .breadcrumb-list-1vdnr {
    font-size: 13px;
  }

  .breadcrumb-separator-1vdnr {
    margin: 0 6px;
  }
}

@media (max-width: 480px) {
  .breadcrumbs-1vdnr {
    padding: 8px 12px;
    margin-top: 75px;
  }

  .breadcrumb-list-1vdnr {
    font-size: 12px;
  }

  .breadcrumb-separator-1vdnr {
    margin: 0 4px;
  }
}

/* Tournament Category Cards */
.tournament-categories-1vdnr {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

.tournament-category-card-1vdnr {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.tournament-category-card-1vdnr:hover {
  transform: translateY(-5px);
  border-color: #ffd700;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

.tournament-image-container-1vdnr {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.tournament-image-1vdnr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tournament-category-card-1vdnr:hover .tournament-image-1vdnr {
  transform: scale(1.05);
}

.tournament-info-1vdnr {
  padding: 20px;
  color: #fff;
}

.tournament-info-1vdnr h3 {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffd700;
}

.tournament-info-1vdnr p {
  margin: 0 0 15px 0;
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.4;
}

.tournament-status-1vdnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.tournament-badge-1vdnr {
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.tournament-badge-1vdnr.active {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: #fff;
}

.tournament-prize-1vdnr {
  color: #ffd700;
  font-weight: bold;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .tournament-categories-1vdnr {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    padding: 15px 0;
  }

  .tournament-image-container-1vdnr {
    height: 160px;
  }

  .tournament-info-1vdnr {
    padding: 15px;
  }

  .tournament-info-1vdnr h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .tournament-categories-1vdnr {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .tournament-image-container-1vdnr {
    height: 140px;
  }
}

/* Game Category Cards */
.game-category-card-1vdnr {
  background: #002137;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 160px;
  display: flex;
  flex-direction: column;
}

.game-category-card-1vdnr:hover {
  background: #00304a;
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.category-link-1vdnr {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.category-link-1vdnr:hover {
  text-decoration: none;
  color: inherit;
}

.category-header-1vdnr {
  margin-bottom: 12px;
}

.category-header-1vdnr h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.category-header-1vdnr p {
  color: #fcfc3c;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-description-1vdnr {
  flex-grow: 1;
  display: flex;
  align-items: flex-t;
}

.category-description-1vdnr p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.game-category-card-1vdnr:hover .category-header-1vdnr h4 {
  color: #ffd700;
}

.game-category-card-1vdnr:hover .category-description-1vdnr p {
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) {
  .ggrid-track-1vdnr {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .game-category-card-1vdnr {
    height: 140px;
  }

  .category-link-1vdnr {
    padding: 16px;
  }

  .category-header-1vdnr h4 {
    font-size: 16px;
  }

  .category-description-1vdnr p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .game-category-card-1vdnr {
    height: 120px;
  }

  .category-link-1vdnr {
    padding: 14px;
  }

  .category-header-1vdnr {
    margin-bottom: 8px;
  }

  .category-header-1vdnr h4 {
    font-size: 15px;
  }

  .category-header-1vdnr p {
    font-size: 11px;
  }

  .category-description-1vdnr p {
    font-size: 12px;
    line-height: 1.3;
  }
}

.faq-section-1vdnr {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.faq-title-1vdnr {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.faq-container-1vdnr {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item-1vdnr {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: background 0.3s ease;
}

.faq-item-1vdnr:hover {
  background: rgba(255, 255, 255, 0.08);
}

.faq-question-1vdnr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question-1vdnr:hover {
  color: #b758cd;
}

.faq-icon-1vdnr {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #b758cd;
}

.faq-item-1vdnr.active .faq-icon-1vdnr {
  transform: rotate(180deg);
}

.faq-answer-1vdnr {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item-1vdnr.active .faq-answer-1vdnr {
  max-height: 500px;
  padding: 0 24px 20px 24px;
}

.faq-answer-1vdnr p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .faq-section-1vdnr {
    margin: 30px auto;
    padding: 0 16px;
  }

  .faq-title-1vdnr {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .faq-question-1vdnr {
    font-size: 16px;
    padding: 16px 18px;
  }

  .faq-answer-1vdnr p {
    font-size: 14px;
  }

  .faq-item-1vdnr.active .faq-answer-1vdnr {
    padding: 0 18px 16px 18px;
  }
}

.contacts-section-1vdnr {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.contacts-title-1vdnr {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.contacts-container-1vdnr {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.contact-item-1vdnr {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.contact-item-1vdnr:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.contact-icon-1vdnr {
  flex-shrink: 0;
  color: #b758cd;
  stroke: #b758cd;
}

.contact-content-1vdnr {
  flex: 0.86;
}

.contact-label-1vdnr {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-value-1vdnr {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.contact-link-1vdnr {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link-1vdnr:hover {
  color: #f39c12;
}

@media (max-width: 768px) {
  .contacts-section-1vdnr {
    margin: 30px auto;
    padding: 0 16px;
  }

  .contacts-title-1vdnr {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .contacts-container-1vdnr {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-item-1vdnr {
    padding: 20px;
  }

  .contact-value-1vdnr {
    font-size: 14px;
  }

  .contact-label-1vdnr {
    font-size: 12px;
  }
}
