:root{
  --bg: #07141f;
  --bg2:#0a1f30;
  --panel:#0b2234;
  --panel2:#0d2a40;
  --line: rgba(255,255,255,.08);
  --text:#e9f1ff;
  --muted:#9fb4cc;
  --accent:#ff9a1f;
  --accent2:#32d0c6;
  --good:#53d86a;
  --radius: 16px;
  --radius2: 22px;
  --shadow: 0 18px 45px rgba(0,0,0,.45);
  --container: 1280px;
}
*{ box-sizing:border-box; }
html,body{ height:100%; }
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
  background:
    radial-gradient(1200px 700px at 40% -10%, rgba(60,120,255,.10), transparent 55%),
    radial-gradient(900px 520px at 80% 10%, rgba(50,208,198,.10), transparent 60%),
    var(--bg);
  color:var(--text);
  line-height:1.45;
}
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; height:auto; display:block; }
.skip-link{ position:absolute; left:-999px; top:10px; background:#000; color:#fff; padding:10px 12px; border-radius:10px; }
.skip-link:focus{ left:12px; z-index:999; }
.icon-btn{
  width:42px; height:42px; display:inline-flex; align-items:center; justify-content:center;
  border-radius: 12px; border:1px solid var(--line); background: rgba(255,255,255,.03);
  color: rgba(233,241,255,.92); cursor:pointer;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; padding:10px 14px;
  border-radius: 14px; font-weight:900; border:1px solid var(--line);
  background: rgba(255,255,255,.03); cursor:pointer;
}
.btn-primary{ background: linear-gradient(180deg, #ffb14c, var(--accent)); color:#1b0f00; border-color: rgba(0,0,0,.18); }
.btn-ghost{ background: transparent; border-color: rgba(255,255,255,.14); color: rgba(233,241,255,.92); }
.btnlink{ display:inline-flex; }
.brand{ display:flex; align-items:center; gap:10px; }
.brand img{ filter: drop-shadow(0 10px 18px rgba(0,0,0,.25)); }
.topbar{
  position:sticky; top:0; z-index:50; height:64px; display:flex; align-items:center; justify-content: space-between;
  padding: 0 16px; background: linear-gradient(180deg, rgba(7,20,31,.95), rgba(7,20,31,.70));
  backdrop-filter: blur(10px); border-bottom: 1px solid var(--line);
}
.topbar__left, .topbar__right{ display:flex; align-items:center; gap:12px; }
.topnav{ display:flex; align-items:center; gap:10px; margin-left: 10px; flex-wrap: wrap; }
.topnav__item{
  display:inline-flex; padding:10px 14px; border-radius: 14px;
  border:1px solid rgba(255,255,255,.06); background: rgba(255,255,255,.02);
  color: var(--muted); font-weight:900;
}
.topnav__item.is-active{ background: rgba(50,208,198,.10); border-color: rgba(50,208,198,.22); color: rgba(233,241,255,.95); }
.content--full{ width: min(var(--container), calc(100% - 24px)); margin: 16px auto 42px; }
.promo{ margin-bottom: 14px; }
.promo__grid{
  display:flex; gap: 12px; overflow:auto; padding: 10px 2px 4px;
  scroll-snap-type: x mandatory;
}
.promoCard{
  position:relative; min-height: 170px; min-width: 310px; border-radius: var(--radius2);
  border: 1px solid rgba(255,255,255,.10); box-shadow: var(--shadow); overflow:hidden;
  padding: 18px 18px; display:flex; flex-direction:column; justify-content:flex-end; gap: 10px;
}
.promoCard__bg{ position:absolute; inset:0; width:100%; height:100%; object-fit: cover; opacity:.95; }
.promoCard::before{ content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(0,0,0,.60), rgba(0,0,0,.15)); pointer-events:none; }
.promoCard::after{ content:""; position:absolute; inset:0; background: radial-gradient(420px 220px at 20% 20%, rgba(255,255,255,.20), transparent 55%); opacity:.30; pointer-events:none; }
.promoCard__title,.promoCard__sub,.promoCard__cta{ position:relative; }
.promoCard__title{ font-size: 1.15rem; font-weight: 980; text-transform: uppercase; letter-spacing: .6px; line-height: 1.15; }
.promoCard__sub{ color: rgba(233,241,255,.82); font-weight: 750; font-size: .92rem; max-width: 44ch; }
.promoCard__cta{
  display:inline-flex; width: max-content; padding: 10px 12px; border-radius: 14px;
  background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.18);
  font-weight: 950; text-transform: uppercase; letter-spacing: .4px;
}
.sectionHead{ display:flex; flex-direction: column; gap: 8px; margin: 16px 0 10px; }
.sectionHead--row{ flex-direction: row; align-items:center; justify-content: space-between; }
h2{ margin:0; font-size: 1.15rem; font-weight: 980; letter-spacing: .3px; text-transform: uppercase; }
.seeMore{ color: rgba(255,154,31,.95); font-weight: 950; }
.winnersRow{
  display:flex; gap: 12px; overflow:auto; padding: 10px 2px 4px;
  scroll-snap-type: x mandatory;
}
.winnersRow::-webkit-scrollbar{ height: 10px; }
.winnersRow::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.10); border-radius: 999px; }
.winner{
  min-width: 210px; scroll-snap-align: start; display:flex; align-items:center; gap: 10px;
  padding: 12px 12px; border-radius: 16px;
  background: linear-gradient(180deg, rgba(13,42,64,.85), rgba(11,34,52,.55));
  border: 1px solid rgba(60,120,255,.14);
}
.winner__img{
  width: 44px; height: 44px; border-radius: 12px; flex: 0 0 auto;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.10);
}
.winner__name{ margin:0; font-size:.92rem; color: rgba(233,241,255,.78); font-weight: 950; }
.winner__amt{ margin:2px 0 0; font-weight: 980; color: rgba(83,216,106,.95); }
.winner__game{ margin:2px 0 0; color: var(--muted); font-weight: 800; font-size:.9rem; }
.filterbar{
  margin: 10px 0 8px; padding: 12px 12px; border-radius: var(--radius2);
  background: linear-gradient(180deg, rgba(11,34,52,.70), rgba(11,34,52,.38));
  border: 1px solid rgba(255,255,255,.08); box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.table-wrapper {
  width: 100%;
  overflow-x: auto;
}

table {
  min-width: 600px;
  border-collapse: collapse;
}
.search{
  display:flex; align-items:center; gap: 10px; height: 44px; padding: 0 12px;
  border-radius: 14px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08);
}
.search__ic{ opacity:.85; }
.search__input{
  width:100%; background: transparent; border: 0; outline: none;
  color: rgba(233,241,255,.92); font-weight: 800;
}
.search__input::placeholder{ color: rgba(159,180,204,.85); }
.chips{
  margin-top: 10px; display:flex; gap:10px; overflow:auto; padding-bottom: 4px;
}
.chips::-webkit-scrollbar{ height: 10px; }
.chips::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.10); border-radius: 999px; }
.chip{
  flex: 0 0 auto; display:inline-flex; align-items:center; gap: 8px;
  padding: 10px 12px; border-radius: 14px;
  background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.08);
  color: rgba(233,241,255,.86); font-weight: 950;
}
.chip.is-active{ background: rgba(60,120,255,.12); border-color: rgba(60,120,255,.22); }
.gameGrid{ display:grid; grid-template-columns: repeat(6, 1fr); gap: 14px; }
.gameCard{
  border-radius: var(--radius2); overflow:hidden; border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.02); box-shadow: 0 16px 40px rgba(0,0,0,.30); position:relative;
}
.gameCard img{ width:100%; aspect-ratio: 1 / 1; object-fit: cover; display:block; }
.gameCard__meta{ padding: 10px 10px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(0,0,0,.14); }
.gameCard__name{ margin:0; font-weight: 980; font-size: .92rem; }
.gameCard__prov{ margin: 4px 0 0; color: var(--muted); font-weight: 800; font-size: .85rem; }
.gameCard__overlay{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center; gap:10px;
  background: rgba(0,0,0,.48); opacity:0; transition: opacity .18s ease;
}
.gameCard:hover .gameCard__overlay{ opacity: 1; }
.gameCard:hover{ transform: translateY(-2px); transition: transform .18s ease; }
.gameBtn{
  padding: 10px 12px; border-radius: 14px; font-weight: 980;
  border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.10);
}
.gameBtn--play{ background: linear-gradient(180deg, #ffb14c, var(--accent)); color:#1b0f00; border-color: rgba(0,0,0,.18); }
.gameBtn--demo{ background: rgba(255,255,255,.10); color: rgba(233,241,255,.92); }
.footer{ margin-top: 22px; padding: 18px 0 0; border-top: 1px solid rgba(255,255,255,.08); }
.footer__inner{ display:flex; flex-direction: column; gap: 10px; padding-bottom: 18px; }
.footer__text{ margin:0; color: var(--muted); font-weight: 750; }
.footer__nav{ display:flex; gap:14px; flex-wrap: wrap; }
.footer__nav a{ color: rgba(233,241,255,.85); font-weight: 850; opacity:.8; }
.footer__nav a:hover{ opacity:1; }
@media (max-width: 1200px){
  .promo__grid{ grid-template-columns: repeat(2, 1fr); }
  .gameGrid{ grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 980px){
  .gameGrid{ grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px){
  .topnav{ display:none; }
  .promo__grid{ grid-template-columns: 1fr; }
  .gameGrid{ grid-template-columns: repeat(2, 1fr); }
  .topbar__right .btn{ padding: 10px 12px; }
}
