@media (min-width: 761px) {
  @font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: "Proxima Nova";
    src: url("fonts/ProximaNova-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
}

:root {
  --bg: #111217;
  --panel: #15161d;
  --panel-2: #1a1b23;
  --panel-3: #252632;
  --muted: rgba(255, 255, 255, 0.62);
  --line: rgba(255, 255, 255, 0.08);
  --gold: #ff9416;
  --gold-2: #fecb0a;
  --green: #98ff16;
  --text: #ffffff;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}

@media (min-width: 761px) {
  body {
    font-family: "Proxima Nova", Arial, Helvetica, sans-serif;
  }
}

body::selection {
  background: rgba(255, 148, 22, 0.35);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #111217;
}

::-webkit-scrollbar-thumb {
  background: #3c3e51;
  border-radius: 6px;
}

.site-shell {
  display: flex;
  min-height: 100vh;
  background: var(--bg);
}

.sidebar {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 256px;
  height: 100vh;
  flex: 0 0 256px;
  overflow-y: auto;
  border-right: 1px solid var(--line);
  background: #1a1b23;
}

.sidebar-top {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 64px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
}

.menu-toggle,
.icon-button,
.mobile-menu {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #252632;
  color: #c9cad9;
}

.mode-tabs {
  display: flex;
  flex: 1;
  gap: 2px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #111217;
}

.mode-tabs span {
  flex: 1;
  min-width: 0;
  padding: 7px 10px;
  border-radius: 999px;
  color: #a7a8b7;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.mode-tabs span:first-child {
  background: #353846;
  color: #fecb0a;
}

.sidebar-content {
  padding: 16px 12px 28px;
}

.search-box {
  position: relative;
  margin-bottom: 12px;
}

.search-box input {
  width: 100%;
  height: 42px;
  padding: 0 14px 0 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
  background: #252632;
  color: var(--text);
}

.search-box svg {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #7b7e91;
}

.side-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.side-actions .btn::before {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  content: "";
  background: currentColor;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

.side-actions .btn-gold {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 7.5A2.5 2.5 0 0 1 5.5 5h13A2.5 2.5 0 0 1 21 7.5v9A2.5 2.5 0 0 1 18.5 19h-13A2.5 2.5 0 0 1 3 16.5v-9Zm2 1V10h14V8.5A1.5 1.5 0 0 0 17.5 7h-11A1.5 1.5 0 0 0 5 8.5Zm0 4v3A1.5 1.5 0 0 0 6.5 17h11a1.5 1.5 0 0 0 1.5-1.5v-3H5Zm2 2h5v1.5H7V14.5Z'/%3E%3C/svg%3E");
}

.side-actions .btn-outline {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M8.5 10.5a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7Zm0-2a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM2 18.5C2 15.46 4.46 13 7.5 13h2c2.3 0 4.26 1.41 5.08 3.41l-1.83 1.06A3.5 3.5 0 0 0 9.5 15h-2A3.5 3.5 0 0 0 4 18.5V20H2v-1.5Zm15-8.5h2v3h3v2h-3v3h-2v-3h-3v-2h3v-3Z'/%3E%3C/svg%3E");
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.18s ease, filter 0.18s ease, background 0.18s ease;
}

.btn:hover,
.icon-button:hover,
.menu-toggle:hover {
  filter: brightness(1.08);
}

.btn:focus-visible,
.icon-button:focus-visible,
.menu-toggle:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.btn-gold {
  background: linear-gradient(90deg, #fecd0a 0%, #d75619 42%, #feca0a 74%, #fe8a0a 100%);
  color: #1c1d24;
  box-shadow: 0 0 16px rgba(255, 148, 22, 0.24);
}

.btn-dark {
  background: #252632;
  color: #f3f3fa;
  border: 1px solid var(--line);
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border: 1px solid var(--gold);
}

.side-section {
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.side-link {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 9px 10px;
  border-radius: 6px;
  color: #b4b6c7;
  font-size: 14px;
  font-weight: 700;
}

.side-link:hover,
.side-link.is-active {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.side-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  background: currentColor;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

[data-icon="lobby"],
[data-icon="pokies"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5.5A1.5 1.5 0 0 1 5.5 4h13A1.5 1.5 0 0 1 20 5.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 4 18.5v-13ZM6 6v4h4V6H6Zm6 0v4h6V6h-6Zm-6 6v6h6v-6H6Zm8 0v6h4v-6h-4Z'/%3E%3C/svg%3E");
}

[data-icon="prestige"],
[data-icon="vip"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3 4 9l8 12 8-12-8-6ZM7.7 9l2.4-2.1L9.2 9H7.7Zm3.6 0 .7-2.1.7 2.1h-1.4Zm3.5 0-.9-2.1L16.3 9h-1.5ZM8.1 11h2.3l1 4.9L8.1 11Zm3.9 0 2.2 0L12 17.2 12 11Zm3.6 0h2.3l-3.3 4.9 1-4.9Z'/%3E%3C/svg%3E");
}

[data-icon="exclusive"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M13.2 2 15 8.2 21 10l-6 1.8-1.8 6.2-1.8-6.2L5.4 10l6-1.8L13.2 2ZM6.5 14l1 3.4 3.3 1-3.3 1-1 3.4-1-3.4-3.3-1 3.3-1 1-3.4Zm11.4 1 1 2.6 2.6 1-2.6 1-1 2.6-1-2.6-2.6-1 2.6-1 1-2.6Z'/%3E%3C/svg%3E");
}

[data-icon="new"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='m12 2 1.9 5.1L19 5.2l-1.9 5.1 4.9 2.2-5.1 1.9 1.9 5.1-5.1-1.9L12 22l-1.9-5.1L5 18.8l1.9-5.1L2 11.5l5.1-1.9L5.2 4.5l5.1 1.9L12 2Z'/%3E%3C/svg%3E");
}

[data-icon="live"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M5 5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V5Zm2 0v14a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1Zm3.2 4.2A2.8 2.8 0 0 1 15 11.1c0 2.7-3 4.4-3 4.4s-3-1.7-3-4.4c0-1.2.8-2.2 1.8-2.2.6 0 1 .3 1.2.7.2-.4.6-.7 1.2-.7Z'/%3E%3C/svg%3E");
}

[data-icon="highroller"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3 3 8l9 13 9-13-9-5Zm0 2.3L16.3 8H7.7L12 5.3ZM7 10h3.6L12 16.7 7 10Zm6.4 0H17l-5 6.7 1.4-6.7Z'/%3E%3C/svg%3E");
}

[data-icon="providers"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h7v6H4V5Zm2 2v2h3V7H6Zm7-2h7v6h-7V5Zm2 2v2h3V7h-3ZM4 13h7v6H4v-6Zm2 2v2h3v-2H6Zm7-2h7v6h-7v-6Zm2 2v2h3v-2h-3Z'/%3E%3C/svg%3E");
}

[data-icon="promos"],
[data-icon="loyalty"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 10h16v10H4V10Zm2 2v6h5v-6H6Zm7 0v6h5v-6h-5ZM7.5 4C9 4 10.2 5 11 6.2 11.8 5 13 4 14.5 4A2.5 2.5 0 0 1 17 6.5c0 .6-.2 1.1-.5 1.5H20v2H4V8h3.5A2.4 2.4 0 0 1 7 6.5 2.5 2.5 0 0 1 7.5 4Zm0 2c-.3 0-.5.2-.5.5s.2.5.5.5H10c-.5-.6-1.4-1-2.5-1Zm7 0c-1.1 0-2 .4-2.5 1h2.5c.3 0 .5-.2.5-.5s-.2-.5-.5-.5Z'/%3E%3C/svg%3E");
}

[data-icon="support"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3a8 8 0 0 0-8 8v4a3 3 0 0 0 3 3h2v-7H6a6 6 0 0 1 12 0h-3v7h2.1A5.1 5.1 0 0 1 12 21h-2v-2h2a3.1 3.1 0 0 0 3-2.2V18h2a3 3 0 0 0 3-3v-4a8 8 0 0 0-8-8Z'/%3E%3C/svg%3E");
}

.tournament-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #252632;
  color: #d8d9e5;
  font-size: 13px;
}

.timer {
  padding: 3px 6px;
  border: 1px solid rgba(152, 255, 22, 0.24);
  border-radius: 4px;
  color: var(--green);
  background: rgba(152, 255, 22, 0.08);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.app {
  flex: 1;
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 24px;
  border-bottom: 1px solid var(--line);
  background: rgba(37, 38, 50, 0.96);
  backdrop-filter: blur(12px);
}

.logo {
  display: inline-flex;
  align-items: center;
  width: 128px;
  height: 42px;
}

.logo img {
  width: 128px;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu {
  display: none;
}

.page-wrap {
  width: min(1600px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 42px;
}

.hero {
  position: relative;
  min-height: 386px;
  overflow: hidden;
  border: 1px solid rgba(255, 148, 22, 0.2);
  border-radius: 12px;
  background: #15161d;
  box-shadow: var(--shadow);
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(17, 18, 23, 0.98) 0%, rgba(17, 18, 23, 0.66) 36%, rgba(17, 18, 23, 0.2) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 370px minmax(0, 1fr);
  align-items: center;
  gap: 44px;
  min-height: 386px;
  padding: 32px;
}

.deposit-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(31, 33, 42, 0.94);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.deposit-row {
  display: grid;
  grid-template-columns: 1fr 122px;
  gap: 8px;
}

.currency-picker {
  position: relative;
  min-width: 0;
}

.field,
.currency-select {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #15161d;
}

.field span {
  margin-right: 8px;
  color: #a8aabb;
}

.field input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-weight: 800;
}

.currency-select {
  justify-content: space-between;
  color: #ffffff;
  font-weight: 800;
}

.currency-select::after {
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border-right: 2px solid #787b8e;
  border-bottom: 2px solid #787b8e;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.currency-select img {
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.currency-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 12;
  display: grid;
  width: max(180px, 100%);
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #15161d;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42);
}

.currency-menu[hidden] {
  display: none;
}

.currency-menu button {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 7px 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #d8d9e5;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.currency-menu button:hover,
.currency-menu button[aria-selected="true"] {
  background: #252632;
  color: #ffffff;
}

.currency-menu img {
  width: 20px;
  height: 20px;
}

.currency-menu small {
  color: #85889b;
  font-size: 11px;
  font-weight: 800;
}

.amount-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.amount-grid button {
  min-height: 36px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #2f303f;
  color: #d7d8e6;
  font-weight: 700;
}

.amount-grid button:hover {
  background: #3a3c4d;
}

.amount-grid button.is-active {
  background: linear-gradient(90deg, #fecd0a 0%, #fe8a0a 100%);
  color: #1c1d24;
}

.payment-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 26px;
}

.payment-strip img {
  width: auto;
  max-width: 54px;
  height: 22px;
  object-fit: contain;
}

.terms-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  min-height: 32px;
  padding: 0 6px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.hero-title {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 5.1vw, 72px);
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
  text-shadow: 0 4px 26px rgba(0, 0, 0, 0.58);
}

.hero-copy p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 800;
}

.hero-dots {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 50%;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
}

.hero-dots button {
  position: relative;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  background: transparent;
}

.hero-dots button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  content: "";
  background: #3c3e51;
  transform: translate(-50%, -50%);
}

.hero-dots button.is-active {
  width: 32px;
  background: transparent;
}

.hero-dots button.is-active::after {
  width: 32px;
  background: var(--gold);
}

.live-panel,
.content-panel,
.bets-table,
.legal-card,
.not-found-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(31, 33, 42, 0.68);
}

.live-panel {
  margin-top: 24px;
  padding: 14px;
}

.panel-tabs {
  display: flex;
  gap: 4px;
  padding: 0 0 10px;
  border-bottom: 1px solid var(--line);
  color: #73768a;
  font-size: 14px;
  font-weight: 800;
}

.panel-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 5px 9px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #73768a;
  font-size: 12px;
  font-weight: 900;
}

.panel-tabs button::before {
  width: 14px;
  height: 14px;
  content: "";
  background: currentColor;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

.panel-tabs button[data-live-tab="wins"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 5h16v14H4V5Zm2 2v3h12V7H6Zm0 5v5h3v-5H6Zm5 0v5h7v-5h-7Z'/%3E%3C/svg%3E");
}

.panel-tabs button[data-live-tab="fame"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 4h10v2h3v3a5 5 0 0 1-5 5h-.2A5.1 5.1 0 0 1 13 16.7V19h4v2H7v-2h4v-2.3A5.1 5.1 0 0 1 9.2 14H9a5 5 0 0 1-5-5V6h3V4Zm2 2v5a3 3 0 0 0 6 0V6H9Zm8 2v3.7A3 3 0 0 0 18 9V8h-1ZM6 8v1a3 3 0 0 0 1 2.2V8H6Z'/%3E%3C/svg%3E");
}

.panel-tabs button[data-live-tab="rewards"] {
  --icon-url: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 10h16v10H4V10Zm2 2v6h5v-6H6Zm7 0v6h5v-6h-5ZM7.5 4C9 4 10.2 5 11 6.2 11.8 5 13 4 14.5 4A2.5 2.5 0 0 1 17 6.5c0 .6-.2 1.1-.5 1.5H20v2H4V8h3.5A2.4 2.4 0 0 1 7 6.5 2.5 2.5 0 0 1 7.5 4Z'/%3E%3C/svg%3E");
}

.panel-tabs button.is-active {
  background: #252632;
  color: var(--gold);
}

.wins-row {
  position: relative;
  overflow: hidden;
  padding-top: 14px;
  scrollbar-width: none;
}

.wins-row::before,
.wins-row::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 34px;
  content: "";
  pointer-events: none;
}

.wins-row::before {
  left: 0;
  background: linear-gradient(90deg, rgba(31, 33, 42, 0.96), rgba(31, 33, 42, 0));
}

.wins-row::after {
  right: 0;
  background: linear-gradient(270deg, rgba(31, 33, 42, 0.96), rgba(31, 33, 42, 0));
}

.wins-track {
  display: flex;
  width: max-content;
  gap: 12px;
  animation: ticker-scroll 40s linear infinite;
  will-change: transform;
}

.live-panel:hover .wins-track {
  animation-play-state: paused;
}

.wins-row::-webkit-scrollbar,
.game-scroll::-webkit-scrollbar,
.provider-scroll::-webkit-scrollbar {
  display: none;
}

.win-card {
  display: flex;
  flex: 0 0 158px;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #15161d;
}

.win-card img {
  width: 44px;
  height: 44px;
  border-radius: 6px;
  object-fit: cover;
}

.win-card .win-user,
.win-card span,
.win-card small {
  display: block;
  line-height: 1.25;
}

.win-card .win-user {
  color: #e4e5ef;
  font-size: 12px;
  font-weight: 700;
}

.win-card span {
  color: #00e676;
  font-size: 12px;
  font-weight: 900;
}

.win-card small {
  color: #818497;
  font-size: 10px;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 6px));
  }
}

.section-block {
  margin-top: 32px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.section-title h2 {
  margin: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.1;
}

.title-mark {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: var(--gold);
  background: currentColor;
  -webkit-mask: var(--icon-url) center / contain no-repeat;
  mask: var(--icon-url) center / contain no-repeat;
}

.show-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 2px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.game-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.game-card {
  position: relative;
  flex: 0 0 158px;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #252632;
  scroll-snap-align: start;
}

.game-cover {
  position: relative;
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #2f303f;
}

.game-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s ease;
}

.game-card:hover .game-cover img {
  transform: scale(1.05);
}

.game-cover::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 44%, rgba(0, 0, 0, 0.75));
  opacity: 0.9;
}

.play-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.84);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.play-mark::after {
  position: absolute;
  top: 50%;
  left: 53%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #1c1d24;
  content: "";
  transform: translate(-50%, -50%);
}

.game-card:hover .play-mark {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.game-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 3;
  padding: 3px 7px;
  border-radius: 4px;
  background: linear-gradient(90deg, #fecd0a, #fe8a0a);
  color: #1c1d24;
  font-size: 10px;
  font-weight: 900;
}

.game-meta {
  display: flex;
  min-height: 88px;
  flex-direction: column;
  padding: 9px;
}

.game-meta h3 {
  display: -webkit-box;
  min-height: 32px;
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.game-meta p {
  margin: 4px 0 8px;
  overflow: hidden;
  color: #b8bac9;
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.game-actions {
  display: grid;
  gap: 6px;
  margin-top: auto;
}

.game-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 8px;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 900;
}

.game-actions a:first-child {
  background: var(--gold);
  color: #1c1d24;
}

.game-actions a:last-child {
  border: 1px solid rgba(255, 148, 22, 0.45);
  color: var(--gold);
}

.promo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.promo-card {
  position: relative;
  min-height: 212px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #252632;
}

.promo-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promo-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(17, 18, 23, 0.82), rgba(17, 18, 23, 0.24));
}

.promo-content {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  min-height: 212px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 18px;
}

.promo-content span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.45);
  color: #dedfeb;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.promo-content h3 {
  width: min(80%, 260px);
  margin: 10px 0 auto;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.65);
}

.provider-scroll {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
}

.provider-card {
  display: flex;
  flex: 0 0 195px;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 88px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #15161d;
  transition: transform 0.2s ease, background 0.2s ease;
}

.provider-card:hover {
  transform: translateY(-4px);
  background: #252632;
}

.provider-card img {
  max-width: 160px;
  max-height: 52px;
  object-fit: contain;
}

.provider-card span {
  color: #c8cad8;
  font-weight: 900;
  text-align: center;
}

.bets-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.bets-controls button,
.bet-limit select {
  min-height: 36px;
  padding: 9px 13px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #9b9daf;
  font-size: 13px;
  font-weight: 800;
}

.bets-controls button.is-active {
  background: var(--gold);
  color: #1c1d24;
}

.bets-controls button:not(.is-active):hover,
.bet-limit select:hover {
  background: #252632;
  color: #ffffff;
}

.bet-limit {
  margin-left: auto;
}

.bet-limit select {
  min-width: 78px;
  border: 1px solid var(--line);
  outline: none;
  background: #1f212a;
  color: #d9dae5;
}

.bets-table {
  overflow-x: auto;
}

.bets-table table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  white-space: nowrap;
}

.bets-table th,
.bets-table td {
  padding: 12px 16px;
  border-bottom: 1px solid var(--line);
  text-align: right;
}

.bets-table th {
  background: #1a1b23;
  color: #777a8f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.bets-table td {
  color: #d9dae5;
  font-size: 14px;
  font-weight: 700;
}

.bets-table th:first-child,
.bets-table td:first-child,
.bets-table th:nth-child(2),
.bets-table td:nth-child(2) {
  text-align: left;
}

.bets-table td:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bets-table td:nth-child(2) img {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  object-fit: cover;
}

.bets-table td:last-child {
  color: #00e676;
  font-weight: 900;
}

.bets-table tbody tr {
  transition: opacity 0.25s ease;
}

.bets-table tbody tr.is-entering td {
  animation: bet-row-in 0.5s ease both;
}

@keyframes bet-row-in {
  from {
    background: rgba(152, 255, 22, 0.11);
    transform: translateY(-8px);
  }

  to {
    background: transparent;
    transform: translateY(0);
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.content-panel {
  margin-top: 36px;
  padding: clamp(18px, 3vw, 32px);
}

.content-panel h1,
.content-panel h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 900;
}

.content-panel h3 {
  margin: 24px 0 8px;
  font-size: 20px;
  font-weight: 900;
}

.content-panel p,
.content-panel li,
.legal-card p,
.legal-card li,
.not-found-card p {
  color: #c6c8d6;
  font-size: 16px;
  line-height: 1.65;
}

.content-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.content-panel ul,
.legal-card ul {
  padding-left: 20px;
}

.review-content > h1:first-child,
.review-content > h2:first-child {
  font-size: clamp(30px, 4vw, 44px);
}

.review-content h2:not(:first-child) {
  margin-top: 34px;
  padding-top: 6px;
}

.review-content h3 {
  color: #f5f5f8;
}

.review-content strong {
  color: #ffffff;
}

.review-content code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #252632;
  color: var(--gold-2);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
}

.faq-block {
  margin-top: 38px;
  padding-top: 6px;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(21, 22, 29, 0.82);
  overflow: hidden;
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 15px 52px 15px 18px;
  color: #f5f5f8;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  right: 18px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gold);
  color: #1c1d24;
  content: "+";
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: 0;
  padding: 0 18px 18px;
}

.table-wrap {
  overflow-x: auto;
  margin: 16px 0 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.review-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.review-table th,
.review-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.review-table th {
  background: #20222c;
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.review-table td {
  color: #c6c8d6;
  font-size: 14px;
  line-height: 1.55;
}

.review-table tr:last-child td {
  border-bottom: 0;
}

.table-cta {
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
}

.table-cta .btn {
  min-width: min(100%, 260px);
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #14151b;
}

.footer-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 40px 0 54px;
  text-align: center;
}

.footer-nav,
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.footer-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #d9dae4;
  font-size: 14px;
  font-weight: 800;
}

.age-badge {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 24px auto 0;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.footer-payments img {
  width: auto;
  height: 34px;
  max-width: 110px;
  object-fit: contain;
}

.copyright {
  margin-top: 22px;
  color: #8e91a5;
  font-size: 13px;
  line-height: 1.7;
}

.copyright a,
.breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-width: 32px;
  min-height: 32px;
}

.legal-main,
.not-found-main {
  width: min(960px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px 0 48px;
}

.breadcrumb {
  margin-bottom: 18px;
  color: #9295a7;
  font-size: 13px;
  font-weight: 800;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb a {
  color: var(--gold);
}

.legal-card,
.not-found-card {
  padding: clamp(22px, 4vw, 42px);
}

.legal-card h1,
.not-found-card h1 {
  margin: 0 0 14px;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 900;
  line-height: 1;
}

.legal-card h2 {
  margin: 28px 0 10px;
  font-size: 22px;
  font-weight: 900;
}

.support-button,
.back-to-top {
  position: fixed;
  z-index: 120;
  right: 22px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.4);
}

.support-button {
  bottom: 88px;
  width: 54px;
  height: 54px;
  background: var(--gold);
  color: #1c1d24;
  font-weight: 900;
}

.back-to-top {
  bottom: 22px;
  width: 44px;
  height: 44px;
  background: #252632;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu .bar,
.menu-toggle .bar {
  display: block;
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-menu .bar + .bar,
.menu-toggle .bar + .bar {
  margin-top: 4px;
}

@media (max-width: 1180px) {
  .promo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .sidebar {
    position: fixed;
    left: 0;
    transform: translateX(-102%);
    transition: transform 0.22s ease;
  }

  .sidebar.is-open {
    transform: translateX(0);
  }

  .mobile-menu {
    display: inline-grid;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .deposit-card {
    max-width: 390px;
  }

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

@media (max-width: 760px) {
  .support-button {
    display: none;
  }

  .site-header {
    padding: 0 14px;
    gap: 8px;
  }

  .mobile-menu {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }

  .logo {
    width: 96px;
    flex: 0 1 96px;
  }

  .logo img {
    width: 96px;
  }

  .header-actions {
    flex: 0 0 auto;
    gap: 4px;
  }

  .header-actions .icon-button {
    display: none;
  }

  .header-actions .btn-dark {
    display: none;
  }

  .header-actions .btn {
    min-height: 34px;
    padding: 8px 9px;
    font-size: 12px;
  }

  .page-wrap,
  .footer-inner,
  .legal-main,
  .not-found-main {
    width: min(100% - 24px, 100%);
  }

  .hero {
    min-height: 620px;
  }

  .hero-inner {
    min-height: 620px;
    padding: 18px;
  }

  .deposit-card,
  .hero-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-title {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.05;
  }

  .deposit-row {
    grid-template-columns: 1fr;
  }

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

  .promo-grid {
    grid-template-columns: 1fr;
  }

  .game-card {
    flex-basis: 138px;
  }

}

@media (max-width: 380px) {
  .hero-title {
    font-size: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
