:root {
  --bg: #131517;
  --bg-top: #383838;
  --panel: #0f2433;
  --panel-2: #102a3a;
  --panel-3: #0b202d;
  --panel-soft: #122d3f;
  --line: rgba(255,255,255,.08);
  --line-soft: rgba(255,255,255,.06);
  --text: #f2f7fb;
  --muted: #9eb1c0;
  --subtle: #7b91a1;
  --green: #1fca6d;
  --blue: #137ff0;
  --blue-2: #0d6cde;
  --chip: #1a3546;
  --danger: #d67070;
  --shadow: 0 10px 28px rgba(0,0,0,.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #1A2E39;
  color: var(--text);
}
button, input, table { font: inherit; }
a { color: inherit; text-decoration: none; }

.page-shell {
  max-width: 1536px;
  margin: 0 auto;
}

.sidebar {
  width: 60px;
  background: #0d2433;
  border-right: 1px solid var(--line-soft);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 8px 14px;
  position: fixed;
  top: 0;
  left: max(calc((100vw - 1536px) / 2), 0px);
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 40;
  scrollbar-width: none;
}


.menu-btn {
  width: 44px;
  height: 44px;
  background: #173447;
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  place-items: center;
  gap: 3px;
  margin-bottom: 8px;
}

.menu-btn span {
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: #e6f0f6;
  display: block;
}

.sidebar-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  align-items: center;
}
.top-links { margin-bottom: 16px; }
.center-links { margin-top: 6px; }
.center-links .divider {
  width: 28px;
  height: 1px;
  background: var(--line);
  margin: 4px 0;
}

.icon-btn {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: transparent;
  color: #d9e7f1;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 16px;
}
.icon-btn.active,
.icon-btn:hover { background: #183549; }

.main-content {
  width: auto;
  min-width: 0;
  margin-left: 60px;
}

.topbar {
  height: 64px;
  background: linear-gradient(180deg, #1A2E39 0%, #162832 100%);
  border-bottom: none;
  box-shadow: none;
}

.container {
  width: min(1200px, calc(100% - 92px));
  margin: 0 auto;
}

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand,
.footer-logo {
  font-size: 31px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  letter-spacing: -.04em;
  font-family: Georgia, "Times New Roman", serif;
}

.nav-actions { display: flex; gap: 8px; }

.btn {
  border: 0;
  height: 44px;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}
.btn-dark { background: #233845; color: #dce7ee; }
.btn-primary {
  background: linear-gradient(180deg, #1683ff, #0f70e2);
}
.btn-lg { width: 196px; }

.content-scroll { padding-bottom: 32px; }

.hero-wrap { padding: 24px 0 0; }
.hero-grid {
  display: grid;
  grid-template-columns: 478px 660px;
  gap: 62px;
  align-items: start;
  min-height: 272px;
}
.hero-copy h1 {
  margin: 0;
  font-size: 43px;
  line-height: 1.17;
  letter-spacing: -.03em;
  max-width: 398px;
}
.oauth-copy {
  margin-top: 16px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 14px;
}
.oauth-row { display: flex; gap: 8px; }
.social-btn {
  height: 48px;
  padding: 0 14px 0 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #173245;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #e8f0f6;
  font-weight: 700;
}
.social-mark {
  width: 20px; height: 20px; border-radius: 50%; display: inline-grid; place-items: center; font-size: 12px; font-weight: 800;
}
.google { background: #fff; color: #0f65d8; }
.facebook { background: #1877f2; color: #fff; }

.hero-promos {
  display: grid;
  grid-template-columns: repeat(2, 321px);
  gap: 14px;
}
.hero-card {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #102838, #0d2231);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-visual { height: 211px; position: relative; overflow: hidden; }
.hero-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  font-size: 15px;
}
.hero-label, .hero-users { display: flex; align-items: center; gap: 6px; }
.hero-users { color: #e7f3ed; font-size: 13px; }
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #24d26f;
  display: inline-block;
  box-shadow: 0 0 8px rgba(36,210,111,.45);
}
.mini-icon { opacity: .95; }

.casino-hero .hero-visual {
  background: radial-gradient(circle at 18% 50%, rgba(53,149,255,.95), rgba(53,149,255,0) 34%),
              linear-gradient(135deg, #0a4ca6 0%, #0f6bc7 38%, #102c4b 100%);
}
.cards-visual .poker-card {
  position: absolute;
  width: 84px;
  height: 118px;
  border-radius: 8px;
  background: #fff;
  color: #111;
  font-size: 30px;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(0,0,0,.26);
}
.card-a { left: 116px; top: 50px; transform: rotate(-16deg); }
.card-k { left: 168px; top: 40px; transform: rotate(16deg); }
.dice {
  position: absolute;
  width: 56px; height: 56px;
  left: 78px; top: 88px;
  transform: rotate(18deg);
  border-radius: 12px;
  background: linear-gradient(135deg, #f55f5f, #b62424);
  box-shadow: 0 10px 24px rgba(0,0,0,.26);
}
.dice::before,
.dice::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle, #fff 0 3px, transparent 4px) 12px 12px/16px 16px no-repeat,
    radial-gradient(circle, #fff 0 3px, transparent 4px) 28px 28px/16px 16px no-repeat,
    radial-gradient(circle, #fff 0 3px, transparent 4px) 12px 28px/16px 16px no-repeat;
}

.sport-hero .hero-visual {
  background: radial-gradient(circle at 75% 35%, rgba(46,223,124,.95), rgba(46,223,124,0) 34%),
              linear-gradient(135deg, #1c6a4a 0%, #1cb55e 34%, #17422d 100%);
}
.coin {
  position: absolute;
  width: 158px;
  height: 92px;
  right: 56px;
  top: 56px;
  transform: rotate(14deg);
  border-radius: 999px;
  background: linear-gradient(180deg, #11834d, #0c5d38);
  border: 5px solid rgba(255,255,255,.2);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-style: italic;
  font-size: 30px;
  color: rgba(255,255,255,.88);
  text-shadow: 0 2px 12px rgba(0,0,0,.18);
}
.chip {
  position: absolute;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,.28);
}
.chip-a { width: 74px; height: 74px; right: 170px; top: 96px; background: #2ae07a; }
.chip-b { width: 74px; height: 74px; right: 18px; top: 114px; background: #ffffff1f; }

.search-wrap { padding-top: 24px; }
.search-shell {
  height: 50px;
  background: #102838;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  align-items: center;
  padding: 1px 12px;
}
.search-select {
  border: 0;
  background: transparent;
  color: #dce8f1;
  font-weight: 700;
  padding: 0 16px 0 0;
  height: 100%;
}
.search-field {
  flex: 1;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #0d2231;
  color: #7990a0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  font-size: 14px;
}
.search-icon { color: #9eb1c0; font-size: 18px; }

.section-wrap { padding-top: 24px; }
.section-tight { padding-top: 18px; }
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.section-header h2,
.faq-title {
  margin: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}
.slider-arrows { display: flex; gap: 1px; }
.slider-arrows button {
  width: 57px;
  height: 42px;
  background: #102838;
  color: #dfeaf3;
  border: 1px solid var(--line);
  cursor: pointer;
}
.slider-arrows button:first-child { border-radius: 10px 0 0 10px; }
.slider-arrows button:last-child { border-radius: 0 10px 10px 0; }

.game-slider,
.sport-slider,
.promo-slider {
  display: grid;
  gap: 15px;
}
.game-slider { grid-template-columns: repeat(8, minmax(100px, 1fr)); }
.sport-slider { grid-template-columns: repeat(8, minmax(100px, 1fr)); }
.promo-slider { grid-template-columns: repeat(3, 1fr); }

.game-card,
.sport-card,
.promo-banner,
.live-shell,
.faq-item,
.search-shell {
  box-shadow: var(--shadow);
}

.game-card {
  height: 204px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.1);
  position: relative;
  overflow: hidden;
  padding: 12px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
}
.game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(2,10,18,.35) 58%, rgba(2,10,18,.88) 100%);
}
.game-card > * { position: relative; z-index: 1; }
.game-title {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.05;
  max-width: 90px;
  text-transform: uppercase;
}
.game-badge {
  position: absolute;
  left: 10px;
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #dce7ef;
}
.sweet { background: linear-gradient(135deg, #ff52c9, #ec7d3b); }
.gates { background: linear-gradient(135deg, #77d7ff, #2d54df); }
.gift { background: linear-gradient(135deg, #ff965f, #c01741); }
.life { background: linear-gradient(135deg, #191919, #b56c7f); }
.sugar { background: linear-gradient(135deg, #b541ff, #ffb52b); }
.wild { background: linear-gradient(135deg, #ff721f, #8c2f17); }
.rabbit { background: linear-gradient(135deg, #e7b95e, #628a1b); }
.scatter { background: linear-gradient(135deg, #f0d679, #d38c24); }

.sport-card {
  height: 184px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: flex-end;
  padding: 14px 12px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .03em;
}
.soccer { background: linear-gradient(135deg, #1eb2ff, #1553a0); }
.tennis { background: linear-gradient(135deg, #fe7b4a, #923f7d); }
.cs2 { background: linear-gradient(135deg, #d3c04d, #726420); }
.dota { background: linear-gradient(135deg, #f74b47, #6f1633); }
.basket { background: linear-gradient(135deg, #ca6f35, #872e17); }
.baseball { background: linear-gradient(135deg, #f1cba7, #b7753b); color: #2f1f0a; }
.volley { background: linear-gradient(135deg, #f6b443, #c3501a); }
.table-tennis { background: linear-gradient(135deg, #ff5d4f, #8e203c); }

.promo-banner {
  min-height: 194px;
  border-radius: 14px;
  border: 1px solid var(--line);
  padding: 18px 18px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  overflow: hidden;
}
.promo-banner h3 {
  margin: 0 0 8px;
  font-size: 22px;
}
.promo-banner p {
  margin: 0;
  max-width: 210px;
  color: #c9d7e2;
  font-size: 14px;
  line-height: 1.4;
}
.promo-shield { background: linear-gradient(135deg, #162129, #2d5e64); }
.promo-raffle { background: linear-gradient(135deg, #135088, #2383d4); }
.promo-fair { background: linear-gradient(135deg, #1a5a38, #173145); }
.promo-art { position: relative; flex: 0 0 120px; height: 120px; }
.shield-art::before {
  content: "S";
  position: absolute;
  inset: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #33ef98, #1ac273);
  clip-path: polygon(50% 0%, 92% 18%, 92% 62%, 50% 100%, 8% 62%, 8% 18%);
  color: #15405c;
  font-size: 56px;
  font-weight: 900;
}
.ticket-art::before,
.ticket-art::after {
  content: "";
  position: absolute;
  border-radius: 18px;
  transform: rotate(-18deg);
}
.ticket-art::before { inset: 16px 28px 20px 12px; background: linear-gradient(180deg, #e7f0ff, #cddcf1); }
.ticket-art::after { inset: 4px 10px 34px 30px; background: linear-gradient(180deg, #ff6f7d, #d73845); }
.players-art::before,
.players-art::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 54px; height: 80px;
  border-radius: 26px 26px 8px 8px;
}
.players-art::before { left: 10px; background: linear-gradient(180deg, #f26f55, #83361d); }
.players-art::after { right: 10px; background: linear-gradient(180deg, #30d56a, #16743d); }

.live-wrap { padding-top: 24px; }
.live-shell {
  background: linear-gradient(180deg, #112838, #0c2231);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 18px 0 0;
}
.tab-bar {
  display: flex;
  gap: 6px;
  padding: 0 16px 16px;
}
.tab {
  height: 44px;
  border-radius: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  background: transparent;
  color: #b8cad6;
  font-weight: 700;
  cursor: pointer;
}
.tab.active {
  background: #18374c;
  color: #fff;
  border-color: var(--line);
}
.live-table { overflow-x: auto; }
.live-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 960px;
}
.live-table th,
.live-table td {
  padding: 18px 16px;
  border-top: 1px solid var(--line);
  text-align: left;
  font-size: 14px;
}
.live-table th {
  color: #dbe6ef;
  font-weight: 700;
}
.live-table td { color: #b6c7d4; }
.game-pill { color: #eaf2f8; font-weight: 700; }
.muted { color: #9ab0bf; }
.coin-sm { opacity: .75; font-size: 12px; }
.positive { color: #24d26f !important; font-weight: 700; }
.negative { color: #d98282 !important; font-weight: 700; }

.faq-wrap { padding-top: 24px; }
.faq-list {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}
.faq-item {
  border-radius: 12px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #112838, #0d2433);
  overflow: hidden;
}
.faq-trigger {
  width: 100%;
  min-height: 56px;
  border: 0;
  background: transparent;
  color: #eff6fb;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
}
.faq-content {
  display: none;
  padding: 0 16px 16px;
  color: #b8c9d5;
  line-height: 1.55;
  font-size: 15px;
}
.faq-content p { margin: 0 0 12px; }
.faq-item.open .faq-content { display: block; }
.faq-item.open .faq-trigger { border-bottom: 1px solid var(--line); }

.footer-wrap {
  padding-top: 32px;
}
.footer-shell {
  background: linear-gradient(180deg, #0c2231, #0a1d2a);
  border-top: 1px solid var(--line);
  padding: 32px 0 24px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.footer-col h4 {
  margin: 0 0 12px;
  font-size: 16px;
}
.footer-col a {
  display: block;
  color: #a5b8c7;
  font-size: 13px;
  line-height: 1.7;
  margin: 3px 0;
}
.social-row {
  text-align: center;
  font-size: 20px;
  color: #d7e3ec;
  letter-spacing: 8px;
  margin: 26px 0 20px;
}
.footer-divider {
  height: 1px;
  background: var(--line);
  margin-bottom: 24px;
}
.legal-block {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  color: #93a8b8;
  font-size: 12px;
  line-height: 1.6;
}
.rate-row,
.lang-row,
.footer-logo,
.trust-row {
  text-align: center;
}
.rate-row {
  color: #94a6b5;
  font-size: 13px;
  margin-top: 28px;
}
.lang-row { margin-top: 24px; }
.lang-btn {
  height: 44px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #143145;
  color: #dce8f1;
  font-weight: 700;
}
.footer-logo { margin-top: 28px; }
.trust-row {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.trust-badge {
  min-width: 86px;
  height: 40px;
  border-radius: 10px;
  display: inline-grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800;
  border: 1px solid var(--line);
}
.trust-green { background: #0f2f26; color: #8effb1; }
.trust-outline { background: #0f2f26; color: #5bff8b; }

.support-btn {
  position: fixed;
  right: 14px;
  bottom: 14px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #334653;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1320px) {
  .hero-grid { grid-template-columns: 1fr; gap: 18px; }
  .hero-promos { grid-template-columns: 1fr 1fr; }
  .game-slider, .sport-slider { grid-template-columns: repeat(4, 1fr); }
  .promo-slider { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 920px) {
  .sidebar { display: none; }
  .main-content { width: 100%; }
  .container { width: min(1200px, calc(100% - 28px)); }
  .nav-actions .btn:first-child { display: none; }
  .brand { font-size: 28px; }
  .hero-copy h1 { font-size: 32px; max-width: none; }
  .hero-promos { grid-template-columns: 1fr; }
  .game-slider, .sport-slider { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 16px); }
  .btn { padding: 0 14px; }
  .nav-actions .btn-primary { font-size: 13px; }
  .hero-wrap { padding-top: 16px; }
  .hero-copy h1 { font-size: 26px; }
  .search-shell { padding-inline: 8px; }
  .search-select { padding-right: 10px; font-size: 13px; }
  .game-slider, .sport-slider, .footer-grid { grid-template-columns: 1fr; }
  .section-header h2, .faq-title { font-size: 22px; }
  .slider-arrows button { width: 42px; }
  .tab-bar { overflow-x: auto; }
}

.brand{
  display:flex;
  align-items:center;
  height:32px;
}

.brand img{
  display:block;
  height:32px;
  width:auto;
}





.nav-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:12px;
  margin-left:auto;
  flex:0 0 auto;
}

.nav-actions .auth-image-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:0;
  flex:0 0 auto;
}

.nav-actions .auth-image-button img{
  display:block;
  width:auto;
  height:48px;
  max-width:none;
}

@media (max-width: 900px){
  .nav-actions{
    gap:8px;
  }
  .nav-actions .auth-image-button img{
    height:42px;
  }
}

@media (max-width: 640px){
  .nav-actions .auth-image-button img{
    height:36px;
  }
}

/* remove unwanted stripes */
.topbar::after,
.topbar::before {
  display: none !important;
}

.divider,
.header-strip,
.top-divider {
  display: none !important;
}


/* remove any chance of internal sticky scrolling wrappers */
.main-content,
.content-scroll,
.container {
  overflow: visible !important;
}



/* neutralize sticky/fixed only on sidebar itself */
.sidebar {
  inset: auto !important;
}

/* keep main area next to sidebar */
.main-content,
.content,
main {
  min-width: 0;
}





html, body {
  overflow-y: auto;
  overflow-x: hidden;
}


.sidebar::-webkit-scrollbar {
  display: none;
}

.main-content,
.content-scroll,
.container {
  overflow: visible !important;
}

.topbar {
  position: relative;
  height: 64px;
  background: linear-gradient(180deg, #1A2E39 0%, #162832 100%);
  border-bottom: none;
  box-shadow: none;
}

.topbar::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  height: 40px;
  background: linear-gradient(180deg, rgba(26,46,57,0.9) 0%, rgba(26,46,57,0) 100%);
  pointer-events: none;
}

@media (max-width: 900px) {
  .sidebar {
    position: static;
    width: 100%;
    height: auto;
    overflow: visible;
  }
}


.sidebar::-webkit-scrollbar {
  display: none;
}

.topbar {
  position: relative;
  z-index: 10;
}

@media (max-width: 900px) {
  .sidebar {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid var(--line-soft);
  }

  .main-content {
    margin-left: 0;
    width: 100%;
  }
}



.hero-visual {
  display: block;
}

.hero-block-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.casino-hero .hero-visual,
.sport-hero .hero-visual {
  background: none !important;
}



.hero-label-image {
  display: block;
  height: 22px;
  width: auto;
}



/* ===== HERO CARD HOVER EFFECT (Stake-like) ===== */
.hero-card {
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}

.hero-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

/* glow */
.hero-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  transition: box-shadow 0.28s ease, opacity 0.28s ease;
  opacity: 0;
}

.hero-card:hover::after {
  opacity: 1;
  box-shadow: 0 0 30px rgba(80, 200, 255, 0.25);
}

/* image zoom */
.hero-visual img,
.hero-block-image {
  transition: transform 0.28s ease;
}

.hero-card:hover .hero-visual img,
.hero-card:hover .hero-block-image {
  transform: scale(1.06);
}


/* HERO BUTTON OFFSET */
.hero-copy .btn {
  margin-top: 28px;
}

.hero-register-link {
  width: 280px;
  min-height: 52px;
  height: 52px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  line-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


/* SOCIAL IMAGE BUTTONS */
.social-img-btn{
  border:none;
  background:transparent;
  padding:0;
  cursor:pointer;
  display:inline-block;
  text-decoration:none;
}

.social-img-btn img{
  height:40px;
  width:auto;
  display:block;
}


/* BIGGER SOCIAL BUTTONS */
.social-img-btn img{
  height:52px;
}





/* CLEAN SEARCH IMAGE BLOCK */
.search-wrap {
  padding: 18px 0 8px;
}

.search-image-block {
  display: block;
  width: 100%;
}

.search-image-block img {
  display: block;
  width: 100%;
  height: auto;
}










/* Correct players count layout under each game card */
.game-slider {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}

.game-card-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.game-card {
  height: 204px;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 12px;
}

.game-card .game-badge {
  display: none !important;
}

.game-card-wrap > .game-badge {
  display: flex !important;
  align-items: center;
  gap: 6px;
  position: static !important;
  margin: 0;
  padding: 0 2px;
  font-size: 13px;
  line-height: 1.1;
  color: #dbe7ee;
  white-space: nowrap;
}

.game-card-wrap > .game-badge .dot {
  flex: 0 0 auto;
}

@media (max-width: 1320px) {
  .game-slider {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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


/* Games section title image */


/* Correct section title images */
.games-title-image,
.sports-title-image {
  display: flex;
  align-items: center;
  min-height: 40px;
}

.games-title-image img,
.sports-title-image img {
  display: block;
  height: 40px;
  width: auto;
  max-width: 100%;
}


.promo-title-image {
  display: flex;
  align-items: center;
  min-height: 40px;
}

.promo-title-image img {
  display: block;
  height: 40px;
  width: auto;
}


/* Clickable arrow zones */
.slider-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 0 0 auto;
}

.custom-arrows-wrap {
  position: relative;
  width: 124px;
  height: 44px;
  display: inline-block;
}

.custom-arrows {
  display: block;
  width: 124px;
  height: 44px;
  user-select: none;
  pointer-events: none;
}

.arrow-zone {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.arrow-zone-left { left: 0; }
.arrow-zone-right { right: 0; }

.arrow-zone:focus-visible {
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 2px;
  border-radius: 16px;
}

.game-card.new-game {background: linear-gradient(135deg,#4b6cb7,#182848);} 


/* Game cards like reference screenshot */
.image-game-card {
  padding: 0 !important;
  overflow: hidden;
  display: block !important;
  height: 204px;
  background: transparent !important;
  border-radius: 14px;
}

.game-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
}


/* Clickable cards */
.game-card-link,
.sport-card-link,
.promo-banner-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.game-card-link {
  border-radius: 14px;
}

.sport-card-link,
.promo-banner-link {
  border-radius: 14px;
}

.game-card-link:focus-visible,
.sport-card-link:focus-visible,
.promo-banner-link:focus-visible {
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 3px;
}

.image-sport-card {
  padding:0 !important;
  overflow:hidden;
  height:180px;
}
.sport-image {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
}



.image-promo-card{
  padding: 0 !important;
  overflow: hidden;
  height: 180px;
  border-radius: 14px;
  display: block !important;
  background: transparent !important;
}

.promo-image{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

.faq-title-image{display:block;max-width:100%;height:auto;margin-bottom:20px;}

.faq-icon{display:none!important;}



/* Fixed sidebar toggle button */
.sidebar-toggle {
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
  border: 1px solid var(--line) !important;
  border-radius: 12px !important;
  background: #173447 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.sidebar-toggle-img { width: 60px !important; height: 60px !important; object-fit: contain; display:block; }


/* remove borders like reference */
.sidebar-toggle,
.sidebar-toggle-img {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.sidebar-toggle-img {
  width: 60px !important;
  height: 60px !important;
}

/* final size like reference */
.sidebar-toggle-img{
 width:80px!important;
 height:80px!important;
}

.sidebar-toggle{
 width:80px!important;
 height:80px!important;
}

/* remove top gap */
.sidebar{
 padding-top:0!important;
 margin-top:0!important;
}

.sidebar-toggle{
 margin-top:0!important;
}

/* increase to 90x90 */
.sidebar-toggle-img{
 width:90px!important;
 height:90px!important;
}

.sidebar-toggle{
 width:90px!important;
 height:90px!important;
}

.sidebar-toggle-btn{
 border:none;
 background:transparent;
 cursor:pointer;
 padding:0;
}

/* sidebar color like reference */
.sidebar{
 background: linear-gradient(180deg, #0f2a34 0%, #0b2029 100%) !important;
}

.sidebar-toggle{
 background:#0f2a34 !important;
}


/* Sidebar images actual fix */
.sidebar {
  width: 60px;
  background: linear-gradient(180deg, #0f2a34 0%, #0b2029 100%) !important;
  border-right: 1px solid rgba(255,255,255,.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 14px !important;
  position: fixed;
  top: 0;
  left: max(calc((100vw - 1536px) / 2), 0px);
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 40;
  scrollbar-width: none;
}

.sidebar-top-image {
  display: block;
  width: 90px;
  height: 90px;
  object-fit: contain;
  flex: 0 0 auto;
}

.sidebar-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 6px;
}

.sidebar-ref-image {
  display: block;
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex: 0 0 auto;
}

.sidebar::-webkit-scrollbar {
  display: none;
}


/* clickable sidebar images */
.sidebar-top-button,
.sidebar-image-button {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.sidebar-top-button {
  width: 90px;
  height: 90px;
  flex: 0 0 auto;
}

.sidebar-image-button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
}

.sidebar-top-button:focus-visible,
.sidebar-image-button:focus-visible {
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 2px;
  border-radius: 12px;
}


/* hover lift effect for cards */
.game-card,
.sport-card,
.games-list > div,
.sports-list > div {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.game-card:hover,
.sport-card:hover,
.games-list > div:hover,
.sports-list > div:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.4);
}


/* inner shadow for promo cards */
.promo-card,
.actions-card,
.actions > div {
  position: relative;
  transition: box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.promo-card:hover,
.actions-card:hover,
.actions > div:hover {
  box-shadow:
    inset 0 0 25px rgba(0,0,0,0.35),
    inset 0 0 60px rgba(0,0,0,0.25);
}


/* actual promo hover inset shadow */
.promo-slider a,
.promo-slider .promo-banner,
.promo-slider .image-promo-card,
.promo-banner-link,
.promo-banner-link .promo-banner {
  transition: box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 14px;
}

.promo-slider a:hover .promo-banner,
.promo-slider .promo-banner:hover,
.promo-banner-link:hover .promo-banner,
.promo-slider .image-promo-card:hover {
  box-shadow: inset 0 0 30px rgba(0,0,0,0.38),
              inset 0 0 80px rgba(0,0,0,0.28);
}


/* FAQ color like reference */
.faq,
.faq-section {
  background: linear-gradient(180deg, #122a33 0%, #0f2530 100%);
  border-radius: 16px;
  padding: 16px;
}

.faq-item,
.faq-list > div,
.accordion-item {
  background: #1a3440;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.04);
  transition: background 0.2s ease, border 0.2s ease;
}

.faq-item:hover,
.faq-list > div:hover,
.accordion-item:hover {
  background: #213f4c;
  border: 1px solid rgba(255,255,255,0.08);
}

.faq-item.open,
.accordion-item.active {
  background: #1e3a46;
}


/* FULL WIDTH FOOTER FIX */
footer,
.footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(180deg, #0f2530 0%, #0b1f29 100%);
}

/* keep content centered */
footer .container,
.footer .container {
  max-width: 1200px;
  margin: 0 auto;
}


/* PERFECT FULL WIDTH FOOTER (LIKE REFERENCE) */

/* remove parent constraints */
body, html {
  overflow-x: hidden;
}

/* full bleed footer */
footer,
.footer {
  position: relative;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: linear-gradient(180deg, #0f2530 0%, #0b1f29 100%);
}

/* inner content centered */
footer > div,
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* remove accidental side gaps */
footer::before,
footer::after {
  content: none !important;
}


/* ACTUAL full-width footer fix */
footer,
.footer,
.site-footer,
.footer-section,
.bottom-footer {
  width: calc(100vw - 60px) !important;
  max-width: none !important;
  margin-left: 60px !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: linear-gradient(180deg, #0f2530 0%, #0b1f29 100%) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* stretch footer wrappers that were still constrained */
footer > div,
.footer > div,
.site-footer > div,
.footer .container,
.site-footer .container,
.footer-inner,
.footer-wrap,
.footer-content {
  max-width: 1280px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
}

/* remove any parent card/container look around footer */
footer::before,
footer::after,
.footer::before,
.footer::after,
.site-footer::before,
.site-footer::after {
  content: none !important;
}

/* if footer sits inside a generic section/card, make that wrapper transparent and unconstrained */
section:has(.footer),
section:has(.site-footer),
div:has(> footer),
div:has(> .site-footer) {
  max-width: none !important;
  background: transparent !important;
  box-shadow: none !important;
}


/* FIX footer inner container (footer-shell) */
.footer-shell {
  width: calc(100vw - 60px) !important;
  margin-left: 60px !important;
  max-width: none !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box;
  border-radius: 0 !important;
}


/* FOOTER SHIFT CORRECTION */
footer.footer-wrap,
footer {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* stretch only the visible footer panel, without double shift */
.container.footer-shell,
.footer-shell {
  width: calc(100% - 60px) !important;
  max-width: none !important;
  margin-left: 60px !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}


/* REAL footer width fix */
footer.footer-wrap {
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #0c2231, #0a1d2a) !important;
}

.container.footer-shell,
.footer-shell.container,
.footer-shell {
  width: calc(100vw - 60px) !important;
  min-width: calc(100vw - 60px) !important;
  max-width: calc(100vw - 60px) !important;
  margin: 0 0 0 60px !important;
  padding: 32px 24px 24px !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #0c2231, #0a1d2a) !important;
}

/* neutralize old container rule specifically here */
footer.footer-wrap .container.footer-shell {
  width: calc(100vw - 60px) !important;
  min-width: calc(100vw - 60px) !important;
  max-width: calc(100vw - 60px) !important;
  margin-left: 60px !important;
  margin-right: 0 !important;
}


/* gap between FAQ and footer */
footer.footer-wrap{margin-top:24px !important;}


/* footer bottom alignment fix */
footer.footer-wrap {
  width: 100vw !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

.footer-shell,
.container.footer-shell {
  width: 100% !important;
  max-width: 1200px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 32px 24px 24px !important;
  box-sizing: border-box !important;
}

.legal-block,
.rate-row,
.lang-row,
.footer-logo,
.trust-row {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}


/* footer shell realignment to match page content width */
.container.footer-shell,
.footer-shell {
  width: min(1200px, calc(100% - 92px)) !important;
  max-width: min(1200px, calc(100% - 92px)) !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 32px 0 24px !important;
  box-sizing: border-box !important;
}

.footer-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}


/* center footer grid */
.footer-grid {
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.footer-shell {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}


/* === Footer center + responsive fix === */
footer.footer-wrap {
  width: 100%;
  margin: 24px 0 0 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #0c2231, #0a1d2a) !important;
}

.container.footer-shell,
.footer-shell {
  display: block !important;
  width: auto !important;
  max-width: 1200px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 32px 24px 24px !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 40px !important;
  width: 100% !important;
  max-width: 1000px !important;
  margin: 0 auto !important;
  justify-content: center !important;
  align-items: start !important;
}

.footer-col {
  min-width: 0;
}

.footer-col h4,
.footer-col a {
  word-break: break-word;
}

.social-row,
.footer-divider,
.legal-block,
.rate-row,
.lang-row,
.footer-logo,
.trust-row {
  max-width: 1000px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.social-row {
  margin-top: 28px !important;
}

.footer-divider {
  width: 100%;
}

.legal-block {
  max-width: 820px !important;
}

@media (max-width: 1100px) {
  .container.footer-shell,
  .footer-shell {
    max-width: 1000px !important;
    padding: 28px 20px 22px !important;
  }

  .footer-grid {
    max-width: 100% !important;
    gap: 28px !important;
  }
}

@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 24px !important;
  }

  .legal-block {
    max-width: 100% !important;
  }
}

@media (max-width: 560px) {
  .container.footer-shell,
  .footer-shell {
    padding: 24px 16px 20px !important;
  }

  .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    max-width: 100% !important;
  }

  .footer-col h4 {
    margin-bottom: 10px !important;
  }

  .footer-col a {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .social-row {
    font-size: 18px !important;
    letter-spacing: 6px !important;
  }

  .lang-btn {
    width: 100%;
    max-width: 220px;
  }
}


/* === Mobile: hide left sidebar === */
@media (max-width: 768px) {
  .sidebar,
  .side-bar,
  .left-bar {
    display: none !important;
  }

  body,
  .layout,
  .main,
  .content,
  .page-shell,
  .content-scroll {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  .container,
  .footer-shell,
  .container.footer-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}


/* === Footer color fix === */
footer,
.footer,
.footer-shell,
.container.footer-shell {
  background: linear-gradient(
    180deg,
    #0f2a34 0%,
    #081c24 100%
  ) !important;
}


/* === FULL WIDTH FOOTER FIX (real) === */
.footer-shell {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  padding-left: 120px !important; /* offset for sidebar */
  padding-right: 40px !important;
}

/* center content */
.footer-shell > * {
  max-width: 1200px;
  margin: 0 auto;
}

/* MOBILE fix */
@media (max-width: 768px) {
  .footer-shell {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}


/* === REMOVE LEFT GAP (sidebar offset bug) === */
.footer-shell {
  padding-left: 0 !important;
}

/* also remove any global offset */
body, .layout, .main, .content {
  margin-left: 0 !important;
}


/* === PAINT LEFT GAP FIX === */
.footer-shell {
  position: relative;
}

.footer-shell::before {
  content: "";
  position: absolute;
  left: -300px;
  top: 0;
  width: 300px;
  height: 100%;
  background: linear-gradient(
    180deg,
    #0f2a34 0%,
    #081c24 100%
  );
  z-index: 0;
}

.footer-shell > * {
  position: relative;
  z-index: 1;
}


/* footer removed elements spacing cleanup */
.footer-logo { margin-top: 16px !important; }
.rate-row { margin-top: 18px !important; text-align: center !important; }


/* === FINAL FOOTER CENTER FIX === */

.footer-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-shell .footer-bottom,
.footer-shell .footer__bottom,
.footer-shell p,
.footer-shell div {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ensure last block is centered */
.footer-shell > div:last-child {
  text-align: center !important;
  margin: 0 auto !important;
  width: 100% !important;
}


/* === Footer even alignment fix === */
.footer-shell,
.container.footer-shell {
  display: block !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 32px 24px 24px !important;
  box-sizing: border-box !important;
}

.footer-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(180px, 220px)) !important;
  justify-content: center !important;
  column-gap: 64px !important;
  row-gap: 24px !important;
  width: max-content !important;
  max-width: 100% !important;
  margin: 0 auto 28px !important;
}

.footer-col {
  width: 100% !important;
}

.footer-col h4 {
  margin-bottom: 14px !important;
  text-align: left !important;
}

.footer-col a {
  text-align: left !important;
}

.footer-divider,
.legal-block,
.rate-row,
.footer-logo {
  max-width: 1000px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(180px, 240px)) !important;
    width: 100% !important;
    column-gap: 40px !important;
  }
}

@media (max-width: 560px) {
  .footer-grid {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 320px !important;
    column-gap: 0 !important;
  }
}


/* Anti-copy deterrents */
html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

img, svg {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}

a, button, input, textarea {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


/* FORCE HERO BUTTON SIZE */
.hero-copy a.hero-register-link{width:280px !important;min-width:280px !important;height:52px !important;min-height:52px !important;padding:0 28px !important;border-radius:12px !important;font-size:18px !important;font-weight:800 !important;line-height:52px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;box-sizing:border-box !important;}
.oauth-row a.social-img-btn img{height:52px !important;width:auto !important;display:block !important;}
