* {
  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-hwu70 {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  padding: 16px 20px;
  justify-content: flex-start;
  overflow-x: auto;
  scrollbar-width: none;
}
.game-categories-hwu70::-webkit-scrollbar { display: none; }

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-hwu70 .game-categories-hwu70 {
    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-hwu70.collapsed + .main-wrapper-hwu70 .game-categories-hwu70 {
    left: -60px;
  }

  .game-categories-hwu70::-webkit-scrollbar {
    display: none;
  }

  .game-category-btn-hwu70 {
    flex-shrink: 0;
    min-width: 80px;
    white-space: nowrap;
  }
}

@media (min-width: 769px) {
  .main-wrapper-hwu70 .game-categories-hwu70 {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.game-category-btn-hwu70 {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.07);
  border: 1.5px solid rgba(255,255,255,0.10);
  border-radius: 50px;
  color: rgba(255,255,255,0.75);
  font-family: "__Inter_e8ce0c", "__Inter_Fallback_e8ce0c", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 9px 18px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.game-category-btn-hwu70:hover {
  background: rgba(255,255,255,0.13);
  color: #fff;
  border-color: rgba(255,255,255,0.2);
}

.game-category-btn-hwu70.active {
  background: #ff8c00;
  border-color: #ff8c00;
  color: #fff;
  box-shadow: 0 0 14px rgba(255,140,0,0.45);
}

.game-category-btn-hwu70 img {
  width: 18px;
  height: 18px;
  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-hwu70 {
  display: flex;
  min-height: 100vh;
}

.sidebar-hwu70 {
  position: fixed;
  top: 60px;
  left: 0;
  width: 255px;
  height: calc(100vh - 60px);
  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-hwu70::-webkit-scrollbar {
  display: none;
}

.sidebar-hwu70.collapsed {
  width: 90px;
}

.sidebar-container-hwu70 {
  padding: 16px 10px;
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
}

.sidebar-footer-hwu70 {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.07);
}

.sidebar-header-hwu70 {
  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-hwu70.collapsed .sidebar-header-hwu70 {
  padding: 8px;
  margin-bottom: 16px;
}

.sidebar-logo-hwu70 {
  transition: all 0.3s ease;
}

.sidebar-logo-hwu70 img {
  height: 34px;
  transition: all 0.3s ease;
}

.sidebar-hwu70.collapsed .sidebar-logo-hwu70 img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.sidebar-close-btn-hwu70 {
  display: none;
}

.welcome-bonus-hwu70 {
  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-hwu70.collapsed .welcome-bonus-hwu70 {
  display: none;
}

.welcome-bonus-hwu70::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-hwu70 {
  position: relative;
  z-index: 1;
}

.bonus-title-hwu70 {
  font-size: 14px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.bonus-amount-hwu70 {
  margin-bottom: 4px;
}

.bonus-percent-hwu70 {
  font-size: 12px;
  font-weight: 450;
  color: #fcfc3c;
}

.bonus-text-hwu70 {
  font-size: 12px;
  font-weight: 450;
  color: #ffffff;
  margin-left: 4px;
}

.bonus-value-hwu70 {
  font-size: 12px;
  font-weight: 450;
  color: #fcfc3c;
  margin-bottom: 8px;
}

.bonus-link-hwu70 {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.bonus-link-hwu70:hover {
  text-decoration: underline;
}

.sidebar-actions-hwu70 {
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.sidebar-hwu70.collapsed .sidebar-actions-hwu70 {
  display: block;
}

.sidebar-hwu70.collapsed .sidebar-actions-hwu70 .sidebar-btn-hwu70 {
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  font-size: 0;
  margin-bottom: 4px;
  justify-content: center;
}

.sidebar-hwu70.collapsed .sidebar-actions-hwu70 .sidebar-btn-hwu70 img {
  margin: 0;
}

.sidebar-hwu70.collapsed .sidebar-grid-hwu70 {
  grid-template-columns: 1fr;
  gap: 0.1px;
}

.sidebar-hwu70.collapsed .grid-btn-hwu70 {
  padding: 12px;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  font-size: 0;
}

.sidebar-hwu70.collapsed .grid-btn-hwu70 img {
  margin: 0;
}

.sidebar-btn-hwu70 {
  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-hwu70:hover {
  background: linear-gradient(
    51.77deg,
    rgb(111 60 170) 0%,
    rgb(217 126 221) 100%
  );
}

.sidebar-grid-hwu70 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.grid-btn-hwu70 {
  margin-bottom: 0;
  font-size: 12px;
  padding: 5px 5px;
}

.sidebar-nav-hwu70 {
  overflow: visible;
}

.nav-list-hwu70 {
  list-style: none;
  padding-left: 0px;
}

.nav-item-hwu70 {
  margin-bottom: 4px;
}

.nav-btn-hwu70 {
  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-hwu70.collapsed .nav-btn-hwu70 {
  padding: 12px;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.sidebar-hwu70.collapsed .nav-btn-hwu70 span {
  display: none;
}

.sidebar-hwu70.collapsed .nav-btn-hwu70 img {
  margin: 0;
}

.nav-btn-hwu70:hover {
  background: rgb(0 33 55);
}

.nav-btn-hwu70.active {
  background: rgba(255, 215, 0, 0.1);
  color: #ffd700;
}

.sidebar-hwu70.collapsed .expandable-hwu70 .nav-btn-hwu70 {
  justify-content: center;
}

.sidebar-hwu70.collapsed .nav-item-hwu70.expandable {
  position: relative;
}

.expand-icon-hwu70 {
  transition: transform 0.2s;
  color: rgba(255, 255, 255, 0.6);
}

.sidebar-hwu70.collapsed .expand-icon-hwu70 {
  display: none;
}

.expandable-hwu70.open .expand-icon-hwu70 {
  transform: rotate(180deg);
}

.sub-nav-hwu70 {
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #00192a;
  border-radius: 10px;
}

.sidebar-hwu70.collapsed .sub-nav-hwu70 {
  position: static;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  background: #18212e !important;
  gap: 4px;
  background: none;
  border: none;
  box-shadow: none;
}

.sidebar-hwu70.collapsed .sub-nav-link-hwu70 {
  padding: 8px;
  justify-content: center;
  font-size: 0;
  gap: 0px;
  margin-bottom: 0;
}

.sidebar-hwu70.collapsed .sub-nav-link-hwu70 img {
  margin: 0;
}

.expandable-hwu70.open .sub-nav-hwu70 {
  max-height: 500px;
}

.sub-nav-link-hwu70 {
  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-hwu70:hover {
  background: rgb(0 33 55);
  color: #ffffff;
}

.sidebar-bottom-actions-hwu70 {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.sidebar-hwu70.collapsed .loyalty-program-hwu70 {
  margin-bottom: 0;
}

.sidebar-hwu70.collapsed .loyalty-btn-large-hwu70 {
  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-hwu70.collapsed .loyalty-btn-large-hwu70 img:first-child {
  width: 25px;
  height: 25px;
  display: block;
}

.sidebar-hwu70.collapsed .loyalty-btn-large-hwu70 img:last-child {
  display: none;
}

.sidebar-hwu70.collapsed .bottom-grid-hwu70 {
  display: none;
}

.sidebar-hwu70.collapsed .sidebar-footer-hwu70 {
  padding: 8px 0;
  align-items: center;
}

.sidebar-hwu70.collapsed .sidebar-footer-hwu70 .support-btn-hwu70 {
  padding: 12px;
  justify-content: center;
}

.sidebar-hwu70.collapsed .sidebar-footer-hwu70 .footer-btn-hwu70 {
  padding: 12px;
  justify-content: center;
}

.sidebar-hwu70.collapsed .sidebar-footer-hwu70 .support-btn-hwu70 {
  font-size: 0;
}

.sidebar-hwu70.collapsed .sidebar-footer-hwu70 .footer-btn-hwu70 {
  font-size: 0;
}

.sidebar-hwu70.collapsed .sidebar-footer-hwu70 .support-btn-hwu70 img,
.sidebar-hwu70.collapsed .sidebar-footer-hwu70 .footer-btn-hwu70 img {
  margin: 0;
}

.sidebar-hwu70.collapsed .chat_img-hwu70 {
  display: none;
}

.sidebar-hwu70.collapsed .support-btn-hwu70 {
  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-hwu70 {
  margin-bottom: 16px;
}

.loyalty-btn-large-hwu70 {
  -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-hwu70.collapsed .loyalty-btn-large-hwu70:hover {
  background: rgb(0 33 55);
}

.bottom-grid-hwu70 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}

.bottom-btn-hwu70 {
  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-hwu70:hover {
  background: rgba(255, 255, 255, 0.1);
}

.sidebar-footer-hwu70 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.support-btn-hwu70 {
  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-hwu70 img:last-child {
  position: absolute;
  right: 12px;
}

.support-btn-hwu70:hover {
  background: #001a2e;
}

.footer-btn-hwu70 {
  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-hwu70:hover {
  background: rgb(0 33 55);
  color: #ffffff;
}

.main-wrapper-hwu70 {
  flex: 1;
  margin-left: 255px;
  width: calc(100vw - 255px);
  max-width: calc(100vw - 255px);
  min-width: 0;
  overflow-x: hidden;
  transition: margin-left 0.3s ease, width 0.3s ease, max-width 0.3s ease;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  box-sizing: border-box;
}

.sidebar-hwu70.collapsed + .main-wrapper-hwu70 {
  margin-left: 90px;
  width: calc(100vw - 90px);
  max-width: calc(100vw - 90px);
}

.sidebar-overlay-hwu70 {
  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-hwu70.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-toggle-hwu70 {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
  display: none;
}

.sidebar-toggle-hwu70:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .sidebar-toggle-hwu70 {
    display: block;
  }
}

.header-hwu70 {
  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-hwu70 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  background: #0d111c;
  width: 100%;
  height: 60px;
  padding: 8px 5px;
}

.header-left-hwu70 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.back-btn-hwu70 {
  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-hwu70:hover {
  background: linear-gradient(90deg, rgb(42, 63, 95) 0%, rgb(27, 38, 65) 100%);
}

body.sidebar-collapsed .back-btn-hwu70 img {
  transform: scaleX(-1);
}

.logo-hwu70 {
  display: flex;
  align-items: center;
  margin-left: 12px;
  margin-right: 58px;
  margin-top: 5px;
  margin-left: 23px;
}

.logo-hwu70 img {
  width: auto;
  height: 40px;
  padding-left: 14px;
}

.search-container-hwu70 {
  position: relative;
}

.search-input-wrapper-hwu70 {
  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-hwu70:hover {
  border: 1px solid #002137;
}

.search-input-wrapper-hwu70:focus-within {
  border: 1px solid #002137;
}

.search-icon-wrapper-hwu70 {
  display: flex;
  align-items: center;
  padding: 0 12px;
  pointer-events: none;
}

.search-icon-hwu70 {
  width: 24px;
  height: 24px;
  color: transparent;
}

.search-input-hwu70 {
  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-hwu70::placeholder {
  color: #ffffff;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.search-input-hwu70:focus::placeholder {
  opacity: 0;
}

.header-right-hwu70 {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

.btn-hwu70 {
  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-hwu70 {
  background: transparent;
  color: #ffffff;
  border: 1px solid #7c32b5;
  position: relative;
}

.btn-login-hwu70:hover {
  border: 1px solid #a6208d;
  background: none;
}

.btn-signup-hwu70 {
  background: linear-gradient(
    51.77deg,
    rgb(95, 31, 170) 0%,
    rgb(210, 105, 215) 100%
  );
  color: #ffffff;
  border: none;
  position: relative;
}

.btn-signup-hwu70:hover {
  background: linear-gradient(
    51.77deg,
    rgb(111 60 170) 0%,
    rgb(217 126 221) 100%
  );
}

.btn-signup-hwu70 .gift-icon-hwu70 {
  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-hwu70 {
  padding: 70px 20px 60px;
  text-align: center;
  max-width: 100%;
  overflow-x: hidden;
}

.demo-title-hwu70 {
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

@media (min-width: 600px) {
  .header-hwu70 {
    height: 80px;
  }

  .header-container-hwu70 {
    height: 80px;
    padding: 8px 15px 8px 5px;
  }

  .main-content-hwu70 {
    padding-top: 0px;
  }

  .btn-hwu70 {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }
}

@media (min-width: 900px) {
  .header-container-hwu70 {
    padding: 0 24px 0 0;
  }

  .search-container-hwu70 {

  }
}

@media (min-width: 1200px) {
  .btn-hwu70 {
    width: 132px;
    height: 40px;
    font-size: 12px;
  }

  .btn-login-hwu70 {
    width: 132px;
  }

  .btn-signup-hwu70 {
    width: 132px;
  }
}

@media (max-width: 768px) {
  .sidebar-hwu70 {
    position: fixed;
    top: 60px;
    left: -280px;
    width: 280px !important;
    transition: left 0.3s ease;
  }

  .sidebar-hwu70.mobile-open {
    left: 0;
  }

  .sidebar-hwu70.collapsed {
    width: 280px !important;
  }

  .sidebar-hwu70.collapsed .welcome-bonus-hwu70 {
    display: block;
  }

  .sidebar-hwu70.collapsed .sidebar-actions-hwu70 {
    display: block;
  }

  .sidebar-hwu70.collapsed .sidebar-bottom-actions-hwu70 {
    display: block;
  }

  .sidebar-hwu70.collapsed .nav-btn-hwu70 {
    flex-direction: row;
    gap: 12px;
    padding: 12px 16px;
  }

  .sidebar-hwu70.collapsed .nav-btn-hwu70 span {
    display: inline;
  }

  .sidebar-hwu70.collapsed .expand-icon-hwu70 {
    display: block;
  }

  .sidebar-hwu70.collapsed .sub-nav-hwu70 {
    display: block;
  }

  .sidebar-hwu70.collapsed .sidebar-footer-hwu70 .support-btn-hwu70 {
    font-size: 12px;
    justify-content: space-between;
    padding: 12px 16px;
  }

  .sidebar-hwu70.collapsed .sidebar-footer-hwu70 .footer-btn-hwu70 {
    font-size: 12px;
    justify-content: flex-t;
    padding: 8px 16px;
  }

  .main-wrapper-hwu70 {
    margin-left: 0;
  }

  .sidebar-overlay-hwu70 {
    display: none;
  }
}

@media (max-width: 768px) {
  .sidebar-hwu70 {
    top: 64px;
    height: calc(100vh - 64px);
  }

  .header-hwu70 {
    height: auto;
    min-height: 64px;
    padding: 8px 12px;
  }

  .header-container-hwu70 {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }

  .header-left-hwu70 {
    margin-bottom: 0;
  }

  .back-btn-hwu70 {
    display: none;
  }

  .logo-hwu70 img {
    height: 20px;
  }

  .search-container-hwu70 {
    display: none;
  }

  .search-input-hwu70 {
    font-size: 16px;
    padding: 12px 12px 12px 0;
  }

  .header-right-hwu70 {
    margin-left: auto;
    gap: 8px;
    align-items: center;
    align-self: center;
  }

  .btn-hwu70 {
    width: 100px;
    height: 40px;
    font-size: 12px;
    margin: 0;
  }

  .demo-title-hwu70 {
    font-size: 48px;
  }
}

@media (max-width: 480px) {
  .header-hwu70 {
    flex-direction: column;
    align-items: stretch;
    padding: 5px;
  }

  .logo-hwu70 {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
  }

  .header-left-hwu70 {
    justify-content: space-between;
  }

  .header-right-hwu70 {
    margin-left: 0;
    justify-content: center;
    gap: 6px;
    align-items: center;
    align-self: center;
  }

  .btn-hwu70 {
    width: 100px;
    font-size: 11px;
    margin: 0;
  }

  .search-container-hwu70 {
    display: none;
  }

  .demo-title-hwu70 {
    font-size: 36px;
  }

  .main-content-hwu70 {
    padding: 0px 16px 40px;
  }
}

.promotions-btn-hwu70 {
  -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-hwu70 {
  -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-hwu70 {
  -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-hwu70:hover {
  background: linear-gradient(
    62.28deg,
    rgb(73, 167, 196) 34.78%,
    rgb(26, 118, 255) 65.95%
  );
}

.free-money-hwu70:hover {
  background: linear-gradient(
    51.77deg,
    rgb(237, 106, 30) 0%,
    rgb(210, 105, 215) 87.13%
  );
}
.slider-hwu70 {
  width: 100%;
  margin: 100px 0 0px;
  padding: 0 20px;
}

.slider-container-hwu70 {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 16px;
}

.slider-track-hwu70 {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 1400%;
}

.slide-hwu70 {
  width: 7.142857%;
  flex-shrink: 0;
}

.slide-images-hwu70 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: center;
}

.slide-images-hwu70 img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.slider-dots-hwu70 {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 23px 0 2px 0;
  position: relative;
}

.dot-hwu70 {
  width: 26px;
  height: 8px;
  opacity: 1;
  border-radius: 50px;
  background-color: #182034;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot-hwu70.active {
  width: 26px;
  height: 8px;
  opacity: 1;
  border-radius: 50px;
  background-color: #732cb2;
  border: 0;
}

@media (max-width: 768px) {
  .slider-hwu70 {
    margin: 80px 0 20px;
    padding: 0 15px;
  }

  .slider-track-hwu70 {
    width: 1400%;
  }

  .slide-hwu70 {
    width: 7.142857%;
    padding: 10px;
  }

  .slide-images-hwu70 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .slide-images-hwu70 img {
    height: 180px;
    border-radius: 8px;
  }

  .slide-images-hwu70 img:nth-child(2),
  .slide-images-hwu70 img:nth-child(3) {
    display: none;
  }

  .dot-hwu70:nth-child(n + 10) {
    display: none;
  }
}

@media (max-width: 480px) {
  .slider-hwu70 {
    margin: 70px 0 15px;
    padding: 0 10px;
  }

  .slide-hwu70 {
    padding: 8px;
  }

  .slide-images-hwu70 img {
    height: 140px;
    border-radius: 6px;
  }
}

@media (max-width: 360px) {
  .slider-hwu70 {
    margin: 65px 0 10px;
    padding: 0 8px;
  }

  .slide-hwu70 {
    padding: 6px;
  }

  .slide-images-hwu70 img {
    height: 120px;
    border-radius: 4px;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .slider-hwu70 {
    margin: 70px 0 15px;
    padding: 0 20px;
  }

  .slide-hwu70 {
    padding: 8px;
  }

  .slide-images-hwu70 img {
    height: 160px;
    border-radius: 8px;
  }

  .slider-dots-hwu70 {
    gap: 10px;
    padding: 12px 0 8px 0;
  }

  .dot-hwu70 {
    width: 22px;
    height: 6px;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .slider-hwu70 {
    margin: 65px 0 12px;
    padding: 0 15px;
  }

  .slide-hwu70 {
    padding: 6px;
  }

  .slide-images-hwu70 img {
    height: 140px;
    border-radius: 6px;
  }

  .slider-dots-hwu70 {
    gap: 8px;
    padding: 10px 0 6px 0;
  }

  .dot-hwu70 {
    width: 20px;
    height: 5px;
  }
}

@media (max-width: 768px) and (orientation: landscape) and (max-height: 500px) {
  .header-hwu70 {
    height: 70px;
    min-height: 50px;
    padding: 4px 8px;
  }

  .header-container-hwu70 {
    height: 50px;
    padding: 0 12px 0 0;
  }

  .sidebar-hwu70 {
    top: 70px;
    height: calc(100vh - 50px);
  }

  .slider-hwu70 {
    margin: 75px 0 10px;
    padding: 0 15px;
  }

  .slide-images-hwu70 img {
    height: 185px;
  }

  .slider-dots-hwu70 {
    padding: 8px 0 4px 0;
  }
}

.modal-overlay-hwu70 {
  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-hwu70.hidden {
  display: none;
}

.hidden-hwu70 {
  display: none !important;
}

.register-modal-hwu70 {
  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-hwu70 {
  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-hwu70:hover {
  background: rgba(255, 255, 255, 0.1);
}

.register-container-hwu70 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 500px;
}

.register-left-hwu70 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.promo-slider-hwu70 {
  width: 100%;
  height: 100%;
}

.promo-image-hwu70 {
  width: 100%;
  height: 100%;
}

.promo-image-hwu70 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 0 0 16px;
}

.register-right-hwu70 {
  padding: 30px;
  color: #ffffff;
}

.register-header-hwu70 {
  margin-bottom: 30px;
}

.register-title-hwu70 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 25px;
}

.auth-buttons-hwu70 {
  display: flex;
  gap: 10px;
  background: #00192a;
  border-radius: 15px;
  margin-bottom: 20px;
}

.auth-btn-hwu70 {
  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-hwu70.active {
  background: #073453;
  color: #ffffff;
}

.register-form-hwu70 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group-hwu70 {
  position: relative;
}

.form-label-hwu70 {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #ffffff;
}

.form-input-hwu70 {
  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-hwu70:focus {
  outline: none;
  border-color: #fe4af8;
}

.form-input-hwu70::placeholder {
  color: #888;
}

.form-select-hwu70 {
  width: 100%;
  padding: 12px 16px;
  background: #001523;
  border: 1px solid #073453;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}

.form-select-hwu70:focus {
  outline: none;
  border-color: #fe4af8;
}

.password-input-hwu70 {
  position: relative;
}

.password-toggle-hwu70 {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.phone-input-hwu70 {
  display: flex;
  align-items: center;
  border: 1px solid #073453;
  border-radius: 8px;
  overflow: hidden;
}

.country-code-hwu70 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #1a1f2e;
  border-right: 1px solid #073453;
  color: #ffffff;
  font-size: 14px;
}

.ph-flag-hwu70 {
  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-hwu70 {
  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-hwu70 {
  border: none;
  flex: 1;
}

.promo-toggle-hwu70 {
  margin: 10px 0;
}

.toggle-label-hwu70 {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}

.promo-checkbox-hwu70 {
  width: 18px;
  height: 18px;
  accent-color: #742db2;
}

.submit-btn-hwu70 {
  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-hwu70:disabled {
  background: #00192a;
  color: #888;
  cursor: not-allowed;
}

.submit-btn-hwu70:not(:disabled):hover {
  background: linear-gradient(
    51.77deg,
    rgb(111 60 170) 0%,
    rgb(217 126 221) 100%
  );
}

.register-footer-hwu70 {
  text-align: center;
  margin: 20px 0;
}

.login-link-hwu70 {
  font-size: 14px;
  color: #ffffff;
}

.login-link-hwu70 a {
  color: #fe4af8;
  text-decoration: underline;
}

.social-login-hwu70 {
  margin: 20px 0;
}

.divider-hwu70 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.divider-line-hwu70 {
  flex: 1;
  height: 1px;
  background: #444;
}

.divider-text-hwu70 {
  font-size: 12px;
  color: #888;
}

.google-btn-hwu70 {
  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-hwu70 {
  text-align: center;
  margin-top: 20px;
}

.terms-text-hwu70 {
  font-size: 12px;
}

.terms-notice-hwu70 {
  color: #1e83c9;
}

.terms-link-hwu70 {
  color: #fe4af8;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .register-modal-hwu70 {
    width: 95%;
    margin: 20px;
  }

  .register-container-hwu70 {
    grid-template-columns: 1fr;
  }

  .register-left-hwu70 {
    display: none;
  }

  .register-right-hwu70 {
    padding: 20px;
  }

  .register-title-hwu70 {
    display: block;
    margin-bottom: 20px;
  }
}

.ggrid-section-hwu70 {
  padding: 20px;
}

.ggrid-header-hwu70 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ggrid-title-hwu70 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ggrid-section-icon-hwu70 {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.ggrid-section-title-hwu70 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

.ggrid-count-hwu70 {
  flex-grow: 1;
  margin-left: 20px;
}

.ggrid-count-number-hwu70 {
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #232331;
  padding: 7px;
  font-weight: 500;
  border-radius: 10px;
}

.ggrid-nav-hwu70 {
  display: flex;
  gap: 8px;
  align-items: center;
}

.ggrid-nav-btn-hwu70 {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.08);
  border: 1.5px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.ggrid-nav-btn-hwu70:hover:not(:disabled) {
  background: rgba(255,255,255,0.16);
  border-color: rgba(255,255,255,0.25);
}

.ggrid-nav-btn-hwu70:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.ggrid-all-btn-hwu70 {
  background: #ff8c00;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 9px 20px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s ease;
  box-shadow: 0 0 14px rgba(255,140,0,0.35);
}

.ggrid-all-btn-hwu70:hover {
  background: #e07800;
  box-shadow: 0 0 20px rgba(255,140,0,0.55);
}

/* Provider of the Month badge */
.provider-month-badge-hwu70 {
  display: flex;
  justify-content: center;
  margin: 16px 0 24px;
}
.provider-month-badge-hwu70 span {
  display: inline-block;
  background: #1a1438;
  border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 16px;
  padding: 18px 72px;
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  box-shadow: 0 2px 24px rgba(0,0,0,0.4);
  text-align: center;
}

/* All Providers section — styles are inline in index.php to avoid CSS class transformation */

.ggrid-slider-hwu70 {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.ggrid-slider-hwu70::-webkit-scrollbar {
  display: none;
}

.ggrid-track-hwu70 {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
  min-width: max-content;
}

.ggrid-card-hwu70 {
  flex-shrink: 0;
  width: 160px;
  min-width: 160px;
  height: 210px;
  background: #13141f;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.ggrid-card-hwu70:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.5);
}

.ggrid-card-hwu70:hover .ggrid-overlay-hwu70 {
  opacity: 1;
}

.ggrid-card-hwu70:hover .ggrid-image-hwu70 {
  transform: scale(1.05);
}

.ggrid-image-wrapper-hwu70 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.ggrid-image-hwu70 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  transition: transform 0.3s ease;
}

.ggrid-overlay-hwu70 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(0,0,0,0.45);
  transition: opacity 0.25s ease;
  flex-direction: column;
  gap: 12px;
  z-index: 3;
  border-radius: 14px;
}

.ggrid-name-overlay-hwu70 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.6) 55%, transparent 100%);
  padding: 28px 10px 10px;
  z-index: 2;
  border-radius: 0 0 14px 14px;
  pointer-events: none;
}

.ggrid-fav-btn-hwu70 {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 4;
  background: rgba(0,0,0,0.45);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
}

.ggrid-fav-btn-hwu70:hover {
  background: rgba(255,80,80,0.7);
  color: #fff;
}

.ggrid-actions-hwu70 {
  display: flex;
  gap: 12px;
  flex-wrap: nowrap;
}

.ggrid-play-btn-hwu70 {
  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-hwu70:hover {
  text-decoration: none;
  background: linear-gradient(
    51.77deg,
    rgb(111 60 170) 0%,
    rgb(217 126 221) 100%
  );
  color: #fff;
}

.ggrid-name-hwu70 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

.ggrid-provider-hwu70 {
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  margin: 3px 0 0 0;
}

@media (max-width: 768px) {
  .ggrid-section-hwu70 {
    padding: 15px;
  }

  .ggrid-header-hwu70 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .ggrid-title-hwu70 {
    flex: 1;
    min-width: 200px;
  }

  .ggrid-section-title-hwu70 {
    font-size: 18px;
  }

  .ggrid-slider-hwu70 {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ggrid-slider-hwu70::-webkit-scrollbar {
    display: none;
  }

  .ggrid-track-hwu70 {
    padding-bottom: 10px;
  }

  .ggrid-nav-hwu70 {
    display: none;
  }
}

.tournaments-section-hwu70 {
  padding: 20px;
}

.tournaments-header-hwu70 {
  margin-bottom: 24px;
}

.tournaments-title-wrapper-hwu70 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tournaments-icon-hwu70 {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.tournaments-title-hwu70 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.tournaments-slider-hwu70 {
  position: relative;
}

.tournaments-track-hwu70 {
  display: flex;
  transition: transform 0.3s ease;
  justify-content: space-around;
  flex-wrap: wrap;
}

.tournaments-track-hwu70::-webkit-scrollbar {
  display: none;
}

.tournament-card-hwu70 {
  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-hwu70 {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.tournament-banner-hwu70 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.tournament-countdown-hwu70 {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  justify-content: center;
}

.countdown-item-hwu70 {
  text-align: center;
}

.countdown-number-hwu70 {
  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-hwu70 {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.tournament-provider-hwu70 {
  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-hwu70 {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tournament-type-hwu70 {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px 0;
  display: flex;
  justify-content: center;
}

.tournament-name-hwu70 {
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 16px 0;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}

.tournament-prize-label-hwu70 {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 4px 0;
}

.tournament-prize-hwu70 {
  color: #fcfc3c;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 16px 0;
  line-height: 1.1;
}

.tournament-join-btn-hwu70 {
  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-hwu70: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-hwu70 {
    width: 380px;
  }
}

@media (max-width: 1024px) {
  .tournament-card-hwu70 {
    width: 350px;
  }

  .tournaments-track-hwu70 {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .tournaments-track-hwu70 {
    flex-direction: column;
    overflow-x: visible;
    gap: 20px;
    padding: 0 20px;
  }

  .tournament-card-hwu70 {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .tournament-image-hwu70 {
    height: 200px;
  }

  .tournament-name-hwu70 {
    font-size: 20px;
  }

  .tournament-prize-hwu70 {
    font-size: 24px;
  }

  .tournament-info-hwu70 {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width: 480px) {
  .tournaments-track-hwu70 {
    padding: 0 15px;
  }

  .tournaments-icon-hwu70 {
    width: 28px;
    height: 28px;
  }

  .tournaments-title-hwu70 {
    font-size: 20px;
  }

  .tournament-countdown-hwu70 {
    gap: 12px;
    margin-bottom: 12px;
  }

  .countdown-number-hwu70 {
    font-size: 14px;
    padding: 6px 8px;
  }

  .countdown-label-hwu70 {
    font-size: 10px;
  }

  .tournament-name-hwu70 {
    font-size: 18px;
  }

  .tournament-prize-hwu70 {
    font-size: 22px;
  }

  .tournament-info-hwu70 {
    padding: 16px;
  }
}

.loyalty-program-section-hwu70 {
  padding: 20px;
}

.loyalty-container-hwu70 {
  background: linear-gradient(
      104deg,
      rgb(33 39 49) 0%,
      rgb(33 39 49 / 29%) 100%
    ),
    url(../../imgs/tournaments/Loyalty_Program.avif) center / cover no-repeat;
  border-radius: 16px;
  padding: 40px;
  overflow: hidden;
}

.loyalty-left-hwu70 {
  position: relative;
  z-index: 2;
}

.loyalty-header-hwu70 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 16px 0;
  line-height: 1.2;
}

.loyalty-main-hwu70 {
  color: #cccccc;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 24px 0;
}

.loyalty-link-hwu70 {
  margin: 0;
}

.loyalty-btn-hwu70 {
  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-hwu70:hover {
  background: linear-gradient(
    51.77deg,
    rgb(85, 21, 160) 0%,
    rgb(200, 95, 205) 100%
  );
  transform: translateY(-2px);
}

.loyalty-arrow-hwu70 {
  font-weight: 700;
  transition: transform 0.3s ease;
}

.loyalty-btn-hwu70:hover .loyalty-arrow-hwu70 {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .loyalty-program-section-hwu70 {
    padding: 35px;
  }

  .loyalty-container-hwu70 {
    padding: 30px 20px;
  }

  .loyalty-header-hwu70 {
    font-size: 24px;
  }

  .loyalty-main-hwu70 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .loyalty-container-hwu70 {
    padding: 24px 16px;
  }

  .loyalty-header-hwu70 {
    font-size: 22px;
  }

  .loyalty-main-hwu70 {
    font-size: 14px;
  }

  .loyalty-btn-hwu70 {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.footer-container-hwu70 {
  margin: 0 auto;
}

.footer-top-hwu70 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 40px;
}

.footer-brand-hwu70 {
  grid-column: span 1;
}

.footer-logo-img-hwu70 {
  width: 180px;
  height: auto;
  margin-bottom: 20px;
}

.footer-certificates-hwu70 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.certificate-item-hwu70 img {
  height: auto;
}

.anj-certificate-hwu70 img {
  max-width: 50px;
  height: auto;
}

.responsible-gaming-hwu70 img {
  max-width: 80px;
  height: auto;
}

.footer-column-title-hwu70 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px 0;
  line-height: 24px;
}

.footer-links-hwu70 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links-hwu70 li {
  margin-bottom: 12px;
}

.footer-links-hwu70 a {
  color: #8298ad;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  transition: color 0.3s ease;
}

.footer-links-hwu70 a:hover {
  color: #fcfc3c;
}

.social-links-hwu70 {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.social-link-hwu70 {
  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-hwu70:hover {
  background: #fcfc3c;
}

.social-link-hwu70 img {
  width: 16px;
  height: 16px;
}

.footer-section-hwu70 .support-btn-hwu70 {
  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-hwu70 .support-btn-hwu70:hover {
  background: #e8e824;
  border-color: #e8e824;
}

.footer-section-hwu70 .support-btn-hwu70 span {
  color: #00192a;
  font-weight: 700;
}

.footer-section-hwu70 .support-btn-hwu70 img {
  width: 16px;
  height: 16px;
}

.footer-mobile-logo-hwu70 {
  display: none;
}

.footer-middle-hwu70 {
  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-hwu70 {
  display: flex;
  justify-content: center;
}

.partners-img-hwu70 {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.payments-providers-hwu70 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}

.payments-img-hwu70,
.providers-img-hwu70 {
  width: 100%;
  max-width: 330px;
  height: auto;
}

.footer-bottom-hwu70 {
  text-align: center;
}

.copyright-text-hwu70 {
  color: #8298ad;
  font-size: 10px;
  line-height: 20px;
  margin: 0 0 20px 0;
  text-align: center;
}

.email-link-hwu70 {
  color: #fcfc3c;
  text-decoration: none;
}

.email-link-hwu70:hover {
  text-decoration: underline;
}

.copyright-final-hwu70 {
  color: #8298ad;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin: 0;
}

.update-date-hwu70 {
  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-hwu70 {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 30px;
  }

  .footer-brand-hwu70 {
    grid-column: span 1;
  }

  .footer-social-hwu70 {
    grid-column: span 1;
    grid-row: 1;
  }

  .footer-middle-hwu70 {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-certificates-hwu70 {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-container-hwu70 {
    padding: 30px 15px 15px;
  }

  .footer-top-hwu70 {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .footer-brand-hwu70 {
    grid-column: span 1;
    order: 1;
  }

  .footer-logo-img-hwu70 {
    width: 160px;
    margin: 0 auto 20px;
    display: block;
  }

  .footer-mobile-logo-hwu70 {
    display: none;
  }

  .footer-certificates-hwu70 {
    justify-content: center;
  }

  .social-links-hwu70 {
    justify-content: center;
  }

  .footer-middle-hwu70 {
    gap: 25px;
    padding: 30px 0;
  }

  .partners-img-hwu70,
  .payments-img-hwu70,
  .providers-img-hwu70 {
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .footer-container-hwu70 {
    padding: 25px 12px 12px;
  }

  .footer-top-hwu70 {
    gap: 20px;
  }

  .footer-logo-img-hwu70 {
    width: 140px;
  }

  .anj-certificate-hwu70 img {
    max-width: 60px;
  }

  .footer-column-title-hwu70 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .footer-links-hwu70 a {
    font-size: 13px;
  }

  .social-links-hwu70 {
    gap: 10px;
  }

  .social-link-hwu70 {
    width: 36px;
    height: 36px;
  }

  .partners-img-hwu70,
  .payments-img-hwu70,
  .providers-img-hwu70 {
    max-width: 240px;
  }

  .copyright-text-hwu70 {
    font-size: 9px;
    line-height: 15px;
  }

  .copyright-final-hwu70 {
    font-size: 13px;
  }

  .update-date-hwu70 {
    font-size: 11px;
    line-height: 16px;
    margin: 6px 0 0 0;
  }
}

/* Tournament Pages */
.tournament-banner-hwu70 {
  max-width: 1000px;
  text-align: center;
}

.tournament-image-hwu70 {
  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-hwu70 {
    border-radius: 8px;
  }
}

/* Game Pages */
.game-container-hwu70 {
  max-width: 1000px;
  margin: 30px auto;
}
.game-window-hwu70 {
  width: 100%;
  height: 450px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.game-window-hwu70::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-hwu70 {
  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-hwu70 {
  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-hwu70: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-hwu70 {
    margin: 20px 15px;
  }
  .game-window-hwu70 {
    height: 300px;
  }
  .game-play-btn-hwu70 {
    width: 90px;
    height: 45px;
    padding: 10px 14px;
    font-size: 14px;
  }
}

/* Game Description Styles */
.game-description-hwu70 {
  margin: 30px auto 0;
  padding: 0 20px;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}
.game-description-hwu70 h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
  text-align: left;
}
.game-description-hwu70 h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 24px 0 12px;
  color: #ffffff;
  text-align: left;
}
.game-description-hwu70 p {
  font-size: 14px;
  margin-bottom: 16px;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}
.game-info-table-hwu70 {
  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-hwu70 tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.game-info-table-hwu70 tr:last-child {
  border-bottom: none;
}
.game-info-table-hwu70 td {
  padding: 12px 16px;
  font-size: 14px;
  color: #ffffff;
}
.game-info-table-hwu70 td:first-child {
  background: #00192a;
  font-weight: 500;
  width: 60%;
}
.game-info-table-hwu70 td:last-child {
  background: #002137;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
.game-description-hwu70 ul {
  padding-left: 20px;
  list-style: none;
  margin: 16px 0;
}
.game-description-hwu70 ul li {
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}
.game-description-hwu70 ul li::before {
  content: "•";
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  left: -15px;
}
.game-description-hwu70 ol {
  padding-left: 20px;
  list-style: decimal;
  margin: 16px 0;
}
.game-description-hwu70 ol li {
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .game-description-hwu70 {
    padding: 0 16px;
    margin: 20px auto 0;
  }
  .game-description-hwu70 h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .game-description-hwu70 h3 {
    font-size: 16px;
    margin: 18px 0 10px;
  }
  .game-description-hwu70 p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .game-description-hwu70 ul,
  .game-description-hwu70 ol {
    padding-left: 15px;
    margin: 12px 0;
  }
  .game-description-hwu70 ul li,
  .game-description-hwu70 ol li {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .game-info-table-hwu70 td {
    padding: 8px 10px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .game-description-hwu70 {
    padding: 0 12px;
    margin: 15px auto 0;
  }
  .game-description-hwu70 h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .game-description-hwu70 h3 {
    font-size: 15px;
    margin: 16px 0 8px;
  }
  .game-description-hwu70 p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .game-description-hwu70 ul,
  .game-description-hwu70 ol {
    padding-left: 12px;
    margin: 10px 0;
  }
  .game-description-hwu70 ul li,
  .game-description-hwu70 ol li {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .game-info-table-hwu70 td {
    padding: 6px 8px;
    font-size: 12px;
  }
}

/* Breadcrumbs Styles */
.breadcrumbs-hwu70 {
  padding: 12px 20px;
  background: transparent;
  margin-top: 90px;
}

.breadcrumb-list-hwu70 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumb-item-hwu70 {
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb-link-hwu70 {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 500;
}

.breadcrumb-link-hwu70:hover {
  color: #ffd700;
  text-decoration: none;
}

.breadcrumb-current-hwu70 {
  color: #ffffff;
  font-weight: 600;
}

.breadcrumb-separator-hwu70 {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

@media (max-width: 768px) {
  .breadcrumbs-hwu70 {
    padding: 10px 15px;
    margin-top: 70px;
  }

  .breadcrumb-list-hwu70 {
    font-size: 13px;
  }

  .breadcrumb-separator-hwu70 {
    margin: 0 6px;
  }
}

@media (max-width: 480px) {
  .breadcrumbs-hwu70 {
    padding: 8px 12px;
    margin-top: 75px;
  }

  .breadcrumb-list-hwu70 {
    font-size: 12px;
  }

  .breadcrumb-separator-hwu70 {
    margin: 0 4px;
  }
}

/* Tournament Category Cards */
.tournament-categories-hwu70 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px 0;
}

.tournament-category-card-hwu70 {
  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-hwu70:hover {
  transform: translateY(-5px);
  border-color: #ffd700;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.2);
}

.tournament-image-container-hwu70 {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.tournament-image-hwu70 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.tournament-category-card-hwu70:hover .tournament-image-hwu70 {
  transform: scale(1.05);
}

.tournament-info-hwu70 {
  padding: 20px;
  color: #fff;
}

.tournament-info-hwu70 h3 {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffd700;
}

.tournament-info-hwu70 p {
  margin: 0 0 15px 0;
  color: #ccc;
  font-size: 0.95rem;
  line-height: 1.4;
}

.tournament-status-hwu70 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.tournament-badge-hwu70 {
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

.tournament-badge-hwu70.active {
  background: linear-gradient(135deg, #28a745, #20c997);
  color: #fff;
}

.tournament-prize-hwu70 {
  color: #ffd700;
  font-weight: bold;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .tournament-categories-hwu70 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 15px;
    padding: 15px 0;
  }

  .tournament-image-container-hwu70 {
    height: 160px;
  }

  .tournament-info-hwu70 {
    padding: 15px;
  }

  .tournament-info-hwu70 h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .tournament-categories-hwu70 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .tournament-image-container-hwu70 {
    height: 140px;
  }
}

/* Game Category Cards */
.game-category-card-hwu70 {
  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-hwu70: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-hwu70 {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}

.category-link-hwu70:hover {
  text-decoration: none;
  color: inherit;
}

.category-header-hwu70 {
  margin-bottom: 12px;
}

.category-header-hwu70 h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 1.2;
}

.category-header-hwu70 p {
  color: #fcfc3c;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.category-description-hwu70 {
  flex-grow: 1;
  display: flex;
  align-items: flex-t;
}

.category-description-hwu70 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.game-category-card-hwu70:hover .category-header-hwu70 h4 {
  color: #ffd700;
}

.game-category-card-hwu70:hover .category-description-hwu70 p {
  color: rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) {
  .ggrid-track-hwu70 {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }

  .game-category-card-hwu70 {
    height: 140px;
  }

  .category-link-hwu70 {
    padding: 16px;
  }

  .category-header-hwu70 h4 {
    font-size: 16px;
  }

  .category-description-hwu70 p {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .game-category-card-hwu70 {
    height: 120px;
  }

  .category-link-hwu70 {
    padding: 14px;
  }

  .category-header-hwu70 {
    margin-bottom: 8px;
  }

  .category-header-hwu70 h4 {
    font-size: 15px;
  }

  .category-header-hwu70 p {
    font-size: 11px;
  }

  .category-description-hwu70 p {
    font-size: 12px;
    line-height: 1.3;
  }
}

.faq-section-hwu70 {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.faq-title-hwu70 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.faq-container-hwu70 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item-hwu70 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: background 0.3s ease;
}

.faq-item-hwu70:hover {
  background: rgba(255, 255, 255, 0.08);
}

.faq-question-hwu70 {
  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-hwu70:hover {
  color: #b758cd;
}

.faq-icon-hwu70 {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: #b758cd;
}

.faq-item-hwu70.active .faq-icon-hwu70 {
  transform: rotate(180deg);
}

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

.faq-item-hwu70.active .faq-answer-hwu70 {
  max-height: 500px;
  padding: 0 24px 20px 24px;
}

.faq-answer-hwu70 p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 768px) {
  .faq-section-hwu70 {
    margin: 30px auto;
    padding: 0 16px;
  }

  .faq-title-hwu70 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .faq-question-hwu70 {
    font-size: 16px;
    padding: 16px 18px;
  }

  .faq-answer-hwu70 p {
    font-size: 14px;
  }

  .faq-item-hwu70.active .faq-answer-hwu70 {
    padding: 0 18px 16px 18px;
  }
}

.contacts-section-hwu70 {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.contacts-title-hwu70 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.contacts-container-hwu70 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.contact-item-hwu70 {
  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-hwu70:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}

.contact-icon-hwu70 {
  flex-shrink: 0;
  color: #b758cd;
  stroke: #b758cd;
}

.contact-content-hwu70 {
  flex: 0.86;
}

.contact-label-hwu70 {
  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-hwu70 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  line-height: 1.5;
}

.contact-link-hwu70 {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-link-hwu70:hover {
  color: #f39c12;
}

@media (max-width: 768px) {
  .contacts-section-hwu70 {
    margin: 30px auto;
    padding: 0 16px;
  }

  .contacts-title-hwu70 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .contacts-container-hwu70 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .contact-item-hwu70 {
    padding: 20px;
  }

  .contact-value-hwu70 {
    font-size: 14px;
  }

  .contact-label-hwu70 {
    font-size: 12px;
  }
}

/* ===== HEADER LOGO ICON & TOGGLE ===== */
.logo-icon-hwu70 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #1a1030;
  flex-shrink: 0;
  margin-right: 4px;
}
.logo-icon-hwu70 img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.sidebar-toggle-hwu70 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #1a1030;
  border: none;
  cursor: pointer;
  color: #fff;
  flex-shrink: 0;
  margin-right: 8px;
  transition: background 0.2s;
}
.sidebar-toggle-hwu70:hover { background: #251840; }
.toggle-arrow-hwu70 {
  transition: transform 0.3s ease;
}
/* When sidebar is expanded, flip arrow left */
body:not(.sidebar-collapsed) .toggle-arrow-hwu70,
.sidebar-hwu70:not(.collapsed) ~ * .toggle-arrow-hwu70 {
  transform: rotate(180deg);
}
.lang-select-hwu70 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: rgba(255,255,255,0.7);
  font-size: 13px;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  transition: background 0.2s;
}
.lang-select-hwu70:hover { background: rgba(255,255,255,0.07); }

/* ===== SIDEBAR VIP & FOOTER BUTTONS ===== */
.sidebar-vip-hwu70 {
  margin: 12px 10px;
  background: linear-gradient(135deg, #7a4f00, #c47a00);
  border-radius: 12px;
  padding: 14px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sidebar-vip-icon-hwu70 {
  color: #ffe066;
  display: flex;
  align-items: center;
}
.sidebar-vip-text-hwu70 strong {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.sidebar-vip-text-hwu70 span {
  display: block;
  color: rgba(255,255,255,0.75);
  font-size: 11px;
  line-height: 1.4;
  margin-top: 2px;
}
.sidebar-vip-btn-hwu70 {
  margin-top: 8px;
  width: 100%;
  background: #ff8c00;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 9px 0;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.sidebar-vip-btn-hwu70:hover { background: #e07800; }

.sidebar-login-btn-hwu70,
.sidebar-reg-btn-hwu70 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.sidebar-login-btn-hwu70 {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.8);
}
.sidebar-login-btn-hwu70:hover {
  border-color: rgba(255,140,0,0.5);
  color: #ff8c00;
}
.sidebar-reg-btn-hwu70 {
  background: linear-gradient(135deg, #ff8c00, #e06000);
  border: none;
  color: #fff;
  margin-top: 6px;
}
.sidebar-reg-btn-hwu70:hover { background: linear-gradient(135deg, #ff9d1a, #f07010); }

/* Collapsed: hide VIP block and button text, keep icon-only buttons */
.sidebar-hwu70.collapsed .sidebar-vip-hwu70 {
  display: none !important;
}
.sidebar-hwu70.collapsed .sidebar-login-btn-hwu70 span,
.sidebar-hwu70.collapsed .sidebar-reg-btn-hwu70 span {
  display: none !important;
}
.sidebar-hwu70.collapsed .sidebar-login-btn-hwu70,
.sidebar-hwu70.collapsed .sidebar-reg-btn-hwu70 {
  padding: 10px 0;
  justify-content: center;
}

/* ===== SIDEBAR COLLAPSED BEHAVIOUR ===== */

/* Collapsed: show only icons */
.sidebar-hwu70.collapsed .nav-btn-hwu70 span,
.sidebar-hwu70.collapsed .nav-badge-hwu70 {
  display: none !important;
}

/* Collapse label always hidden — shown only as title tooltip */
.collapse-label-hwu70 {
  display: none !important;
}

.sidebar-hwu70.collapsed .nav-btn-hwu70 {
  justify-content: center;
  padding: 10px 0 !important;
}

.sidebar-hwu70.collapsed .sidebar-nav-hwu70 {
  padding: 0 8px;
}

.sidebar-hwu70.collapsed .sidebar-footer-hwu70 button span {
  display: none !important;
}

.sidebar-hwu70.collapsed .sidebar-footer-hwu70 .support-btn-hwu70 {
  justify-content: center;
  padding: 10px 0 !important;
}

/* Collapse button at top of sidebar */
.sidebar-collapse-btn-hwu70 {
  display: flex;
  justify-content: flex-end;
  padding: 10px 12px 6px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  margin-bottom: 8px;
}

.sidebar-hwu70.collapsed .sidebar-collapse-btn-hwu70 {
  justify-content: center;
}

.back-btn-hwu70 {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
  transition: all 0.2s;
  white-space: nowrap;
}

.back-btn-hwu70:hover {
  color: #fff;
  background: rgba(255,255,255,0.07);
}

/* Arrow rotates when collapsed */
.sidebar-hwu70.collapsed .collapse-arrow-hwu70 {
  transform: rotate(180deg);
}

.collapse-arrow-hwu70 {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

/* ===== NEON ACCENTS ===== */
.tiger-brand-hwu70 {
  color: #ff8c00;
  text-shadow: 0 0 18px rgba(255,140,0,0.7), 0 0 40px rgba(255,140,0,0.35);
}
.tiger-hero-title-hwu70 {
  text-shadow: 0 2px 24px rgba(0,0,0,0.5);
}
.tiger-stat-num-hwu70 {
  color: #ff8c00;
  text-shadow: 0 0 12px rgba(255,140,0,0.6);
}
.btn-play-hwu70, .btn-signup-hwu70 {
  box-shadow: 0 0 16px rgba(255,140,0,0.45), 0 4px 16px rgba(255,100,0,0.3) !important;
}
.btn-play-hwu70:hover, .btn-signup-hwu70:hover {
  box-shadow: 0 0 28px rgba(255,140,0,0.7), 0 4px 20px rgba(255,100,0,0.5) !important;
}
.nav-btn-hwu70:hover {
  text-shadow: 0 0 8px rgba(255,140,0,0.4);
}
.badge-new-hwu70, .badge-hot-hwu70 {
  box-shadow: 0 0 8px rgba(255,140,0,0.5);
}
.sidebar-reg-btn-hwu70 {
  box-shadow: 0 0 14px rgba(255,140,0,0.4) !important;
}
.sidebar-vip-btn-hwu70 {
  box-shadow: 0 0 12px rgba(255,140,0,0.4);
}

/* Live chat styles are inline in index.php to avoid CSS class transformation */

/* ===== CUSTOM TOOLTIP (JS-based, see sidebar.js) ===== */
#site-tooltip {
  position: fixed;
  background: #1a1030;
  color: #fff;
  border: 1px solid rgba(255, 140, 0, 0.45);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 99999;
  box-shadow: 0 4px 14px rgba(0,0,0,0.55);
}
#site-tooltip.visible {
  opacity: 1;
}

/* Adjust main-wrapper for collapsed sidebar */
.sidebar-hwu70.collapsed + .main-wrapper-hwu70 {
  margin-left: 90px !important;
  width: calc(100vw - 90px) !important;
  max-width: calc(100vw - 90px) !important;
}

/* ===== TIGER CASINO THEME ===== */
body {
  background: #090a12;
}

.sidebar-hwu70 {
  background: #0f1020;
  border-right: none;
}
.sidebar-hwu70::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    #ff8c00 15%,
    #ffaa00 50%,
    #ff8c00 85%,
    transparent 100%
  );
  box-shadow: 0 0 12px rgba(255,140,0,0.8), 0 0 28px rgba(255,140,0,0.4);
  border-radius: 2px;
  pointer-events: none;
}

.header-hwu70 {
  background: #0b0c18;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* Nav items */
.nav-btn-hwu70 {
  color: rgba(255,255,255,0.65) !important;
  transition: color 0.18s, background 0.18s !important;
}
.nav-btn-hwu70:hover {
  color: #fff !important;
  background: rgba(255,140,0,0.08) !important;
}
.nav-btn-hwu70 svg {
  opacity: 0.7;
  transition: opacity 0.18s;
}
.nav-btn-hwu70:hover svg { opacity: 1; }

.btn-signup-hwu70 {
  background: linear-gradient(135deg, #ff8c00, #e06000) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 600 !important;
}

.btn-login-hwu70 {
  background: transparent !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  color: rgba(255,255,255,0.85) !important;
}
.btn-login-hwu70:hover {
  border-color: rgba(255,140,0,0.5) !important;
  color: #ff8c00 !important;
}

/* Badge colors */
.badge-new-hwu70 {
  background: #ff8c00 !important;
  color: #fff !important;
}
.badge-soon-hwu70 {
  background: rgba(255,255,255,0.12) !important;
  color: rgba(255,255,255,0.6) !important;
}
.badge-hot-hwu70 {
  background: #e03030 !important;
  color: #fff !important;
}

/* Tiger Hero Section */
.tiger-hero-hwu70 {
  display: flex;
  gap: 32px;
  padding: 32px 32px 32px 32px;
  align-items: flex-start;
  min-height: 340px;
  background: radial-gradient(ellipse at 60% 50%, rgba(255,140,0,0.08) 0%, transparent 60%);
}

.tiger-hero-left-hwu70 {
  flex: 1;
  min-width: 0;
}

.tiger-hero-title-hwu70 {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.tiger-brand-hwu70 {
  color: #ff8c00;
  font-style: italic;
}

.tiger-hero-sub-hwu70 {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  margin-bottom: 28px;
  padding: 0;
}

.tiger-hero-btns-hwu70 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
}

.btn-play-hwu70 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #ff8c00, #ff5500);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-play-hwu70:hover { filter: brightness(1.12); transform: translateY(-2px); }

.btn-outline-hwu70 {
  padding: 16px 28px;
  background: rgba(255,255,255,0.07);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-outline-hwu70:hover { border-color: #ff8c00; color: #ff8c00; }

.tiger-stats-hwu70 {
  display: flex;
  align-items: center;
  gap: 0;
}

.tiger-stat-hwu70 {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 0;
}

.tiger-stat-num-hwu70 {
  font-size: 22px;
  font-weight: 800;
  color: #ff8c00;
}

.tiger-stat-label-hwu70 {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-top: 2px;
}

.tiger-stat-sep-hwu70 {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.15);
  margin-right: 20px;
}

/* Tiger hero right - bonus cards */
.tiger-hero-right-hwu70 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 400px;
  max-width: 460px;
}

.bonus-card-hwu70 {
  display: flex;
  align-items: center;
  gap: 22px;
  background: #1a1438;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 28px 30px;
  transition: border-color 0.2s, transform 0.2s;
}
.bonus-card-hwu70:hover {
  border-color: rgba(255,140,0,0.4);
  transform: translateX(4px);
}

.bonus-card-icon-hwu70 {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bonus-card-icon-hwu70 svg {
  width: 28px;
  height: 28px;
}

.bonus-card-text-hwu70 {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.bonus-card-text-hwu70 strong {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.bonus-card-text-hwu70 span {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  line-height: 1.4;
}

/* Nav badges */
.nav-badge-hwu70 {
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.badge-new-hwu70 { background: #ff8c00; color: #fff; }
.badge-soon-hwu70 { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); }

/* Nav button with badge: make it a flex row */
.nav-btn-hwu70 {
  display: flex !important;
  align-items: center;
  width: 100%;
}

/* game categories Tiger style — see main .game-category-btn-hwu70 above */

/* ggrid play button Tiger orange */
.ggrid-play-btn-hwu70 {
  background: linear-gradient(135deg, #ff8c00, #ff5500) !important;
}

/* tournament join button */
.tournament-join-btn-hwu70 {
  background: linear-gradient(135deg, #ff8c00, #ff5500) !important;
}

@media (max-width: 900px) {
  .tiger-hero-hwu70 {
    flex-direction: column;
    padding: 24px 16px;
    gap: 24px;
  }
  .tiger-hero-title-hwu70 { font-size: 30px; }
  .tiger-hero-right-hwu70 { min-width: unset; max-width: 100%; }
}

/* slider-DISABLED: hide the old slider */
.slider-DISABLED-hwu70 { display: none !important; }
