:root{
  --bg:#0a0a0e;
  --sidebar:#0d0d12;
  --panel:#141419;
  --panel-2:#1a1a21;
  --card:#16161d;
  --line:#23232c;
  --text:#f4f4f6;
  --muted:#9a9aa6;
  --muted-2:#7b7b86;
  --green-1:#a6e22e;
  --green-2:#6fbf00;
  --sidebar-w:120px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
html,body{max-width:100%;overflow-x:hidden}
body{
  background:var(--bg);
  color:var(--text);
  font-family:"Inter","Segoe UI",Arial,Helvetica,sans-serif;
  font-size:14px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}

/* ===== MOBILE HEADER ===== */
.gaxalplchfdi{display:none}

/* ===== BUTTONS ===== */
.dwhfjmbesjmg{
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:700;letter-spacing:.5px;border-radius:8px;
  cursor:pointer;transition:.18s;text-align:center;
}
.llussmtexyjn{
  background:linear-gradient(180deg,var(--green-1),var(--green-2));
  color:#0e1a00;padding:10px 14px;font-size:12px;
  box-shadow:0 6px 16px rgba(122,192,0,.25);
}
.llussmtexyjn:hover{filter:brightness(1.07)}
.tvfdnujgmpdb{
  background:transparent;color:#e9e9ee;padding:10px 14px;font-size:12px;
  border:1px solid #34343f;
}
.tvfdnujgmpdb:hover{border-color:#4a4a58;background:#16161d}
.hpsdcvqhzlft{padding:13px 30px;font-size:13px;border-radius:9px}

/* ===== SIDEBAR ===== */
.oszpisnhwqek{
  position:fixed;top:0;left:0;bottom:0;width:var(--sidebar-w);
  background:var(--sidebar);
  border-right:1px solid #17171d;
  display:flex;flex-direction:column;align-items:stretch;
  padding:18px 14px;gap:22px;z-index:50;
}
.gfihcqdyftho{display:block;padding:4px 2px 2px}
.gfihcqdyftho img{width:64px}
.nkcllogcreqm{display:flex;flex-direction:column;gap:6px}
.nkcllogcreqm a{
  display:flex;flex-direction:column;align-items:center;gap:7px;
  color:var(--muted);font-size:10.5px;font-weight:500;text-align:center;
  padding:11px 4px;border-radius:9px;transition:.15s;line-height:1.25;
}
.nkcllogcreqm a svg{width:22px;height:22px;color:var(--muted)}
.nkcllogcreqm a:hover{background:#15151b;color:#e6e6ea}
.nkcllogcreqm a.vrknqdmgmuyj{color:var(--green-1)}
.nkcllogcreqm a.vrknqdmgmuyj svg{color:var(--green-1)}
.smhucbhuewvc{display:flex;flex-direction:column;gap:9px}
.smhucbhuewvc .dwhfjmbesjmg{width:100%}
.ebqishxbkzox{
  display:none;
  width:42px;
  height:42px;
  border:1px solid #2b2b34;
  border-radius:8px;
  background:#15151b;
  color:var(--text);
  cursor:pointer;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
}
.ebqishxbkzox span{
  width:20px;
  height:2px;
  background:currentColor;
  border-radius:2px;
  transition:.2s;
}

/* ===== MAIN ===== */
.hpbnvwkltovm{
  margin-left:var(--sidebar-w);
  padding:14px 20px 14px 14px;
}

/* ===== HERO ===== */
.ccmuxxomnfur{
  position:relative;overflow:hidden;border-radius:14px;
  min-height:288px;display:flex;align-items:center;
  background-color:#0a0a16;
  background-image:
    linear-gradient(90deg,#05050c 0%,rgba(6,6,16,.88) 24%,rgba(8,8,20,.25) 42%,transparent 58%),
    url("../img/vuowxbzlirxvpb.webp");
  background-repeat:no-repeat,no-repeat;
  background-position:left center,60% center;
  background-size:cover,cover;
}
.jmwbemhqpowy{position:relative;z-index:2;padding:34px 38px;max-width:560px}
.jtexjlefysry{font-size:11px;color:#c8b9d8;margin-bottom:10px;opacity:.85}
.jtexjlefysry span{margin:0 5px}
.ccmuxxomnfur h1{font-size:33px;font-weight:800;letter-spacing:.3px;margin-bottom:12px}
.ccmuxxomnfur p{color:#d7cee2;font-size:13.5px;max-width:430px;margin-bottom:20px}
.eznpxouohqvb{
  display:flex;align-items:center;gap:8px;margin-top:16px;
  font-size:11.5px;color:#cdbfe0;
}
.eznpxouohqvb svg{width:15px;height:15px;color:var(--green-1);flex:none}

/* ===== PAYMENTS BAR ===== */
.ctcuyoidpomi{
  margin-top:14px;background:var(--panel);border:1px solid var(--line);
  border-radius:12px;padding:16px 26px;
  display:flex;align-items:center;justify-content:center;gap:38px;flex-wrap:wrap;
}
.issqidkekrus{font-size:11px;font-weight:700;letter-spacing:1.2px;color:#cfcfd6}
.plqtfjwahfvt{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.plqtfjwahfvt img{height:26px;width:auto;opacity:.95}

/* ===== SECTIONS ===== */
.ewghgsbekvvd{margin-top:20px;background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:22px 24px}
.apetuaqvnddl{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;margin-bottom:18px}
.wavufthkzmka{width:22px;height:22px;color:var(--green-1)}

/* ===== PROVIDERS ===== */
.hbnkfqtykbdf{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.mgrrahwenhqo{
  background:var(--panel-2);border:1px solid #262630;border-radius:12px;
  height:92px;display:flex;align-items:center;justify-content:center;padding:16px;
  min-width:0;transition:.18s;
}
.mgrrahwenhqo:hover{border-color:#3a3a48;transform:translateY(-2px)}
.mgrrahwenhqo img{max-height:40px;max-width:100%;filter:brightness(0) invert(1);opacity:.92}

/* ===== GAME ROWS ===== */
.fddmziottusv{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.tatbihsqcorv{
  position:relative;border-radius:12px;overflow:hidden;background:var(--card);
  border:1px solid #23232c;min-width:0;transition:.18s;aspect-ratio:187/280;
}
.lcokeyucksgb .tatbihsqcorv{aspect-ratio:184/430}
.tatbihsqcorv img{width:100%;height:100%;object-fit:cover;transition:.24s}
.tatbihsqcorv::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.68));
  opacity:0;
  transition:.22s;
}
.tatbihsqcorv::after{
  content:"ΠΑΙΞΕ";
  position:absolute;
  left:50%;
  top:50%;
  z-index:2;
  transform:translate(-50%,-42%);
  min-width:92px;
  padding:10px 18px;
  border-radius:8px;
  background:linear-gradient(180deg,var(--green-1),var(--green-2));
  color:#0e1a00;
  box-shadow:0 8px 22px rgba(122,192,0,.32);
  font-size:12px;
  font-weight:800;
  line-height:1;
  text-align:center;
  opacity:0;
  transition:.22s;
}
.tatbihsqcorv:hover,.tatbihsqcorv:focus-visible{transform:translateY(-4px);border-color:#3a3a48;box-shadow:0 10px 26px rgba(0,0,0,.4)}
.tatbihsqcorv:hover img,.tatbihsqcorv:focus-visible img{filter:saturate(1.08) brightness(.78);transform:scale(1.04)}
.tatbihsqcorv:hover::before,.tatbihsqcorv:focus-visible::before,.tatbihsqcorv:active::before{opacity:1}
.tatbihsqcorv:hover::after,.tatbihsqcorv:focus-visible::after,.tatbihsqcorv:active::after{opacity:1;transform:translate(-50%,-50%)}

/* ===== PROSE ===== */
.fszudjhqjeta{padding:26px 28px}
.prose-h1{font-size:22px;font-weight:700;margin-bottom:18px}
.fszudjhqjeta h3{font-size:16px;font-weight:600;color:#eaeaef;margin:22px 0 10px}
.fszudjhqjeta h3:first-of-type{margin-top:4px}
.fszudjhqjeta p{color:var(--muted);font-size:13px;margin-bottom:12px;max-width:900px}
.bpmsysxsrwyz{padding:30px 34px}
.bpmsysxsrwyz h2{
  margin:30px 0 12px;
  color:#f2f2f5;
  font-size:21px;
  line-height:1.25;
}
.bpmsysxsrwyz h2:first-child{margin-top:0}
.bpmsysxsrwyz h3{
  margin:24px 0 10px;
  color:#e9e9ee;
  font-size:17px;
}
.bpmsysxsrwyz p{max-width:980px}
.bpmsysxsrwyz ul{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:12px 0 18px 20px;
  color:var(--muted);
}
.bpmsysxsrwyz li p{margin:0}
.ojgdbetdzviw{
  width:100%;
  margin:18px 0 22px;
  overflow-x:auto;
  border:1px solid #282832;
  border-radius:10px;
}
.bpmsysxsrwyz table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  background:var(--panel-2);
}
.bpmsysxsrwyz td{
  width:50%;
  padding:14px 16px;
  border-right:1px solid #282832;
  border-bottom:1px solid #282832;
  vertical-align:top;
}
.bpmsysxsrwyz tr:first-child td{
  color:#f5f5f7;
  font-weight:800;
  background:#1d1d25;
}
.bpmsysxsrwyz td:last-child{border-right:0}
.bpmsysxsrwyz tr:last-child td{border-bottom:0}
.bpmsysxsrwyz td p{margin:0;max-width:none}

/* ===== FAQ ===== */
.faq{padding:30px 26px 34px}
.faq-heading{text-align:center;font-size:21px;font-weight:700;margin-bottom:22px}
.faq details{
  background:var(--panel-2);border:1px solid #262630;border-radius:10px;
  margin-bottom:12px;overflow:hidden;
}
.faq summary{
  list-style:none;cursor:pointer;padding:16px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  font-size:13.5px;font-weight:600;color:#e9e9ee;
}
.faq summary::-webkit-details-marker{display:none}
.chev{width:11px;height:11px;border-right:2px solid #8a8a95;border-bottom:2px solid #8a8a95;transform:rotate(45deg);transition:.2s;flex:none;margin-right:4px}
.faq details[open] .chev{transform:rotate(-135deg)}
.faq-body{padding:0 20px 18px;color:var(--muted);font-size:13px;max-width:940px}

/* ===== FOOTER ===== */
.kuhvsvshjdnq{margin-top:26px;background:#0c0c11;border:1px solid #16161d;border-radius:14px;padding:34px 30px 20px}
.ntaycimipejo{display:grid;grid-template-columns:1.1fr 1.4fr 1.6fr;gap:30px}
.apabykgwiuze img{width:120px;margin-bottom:12px}
.gdtklkyusdwd{display:flex;gap:10px}
.gdtklkyusdwd a{font-size:12px;color:var(--muted);font-weight:600}
.gdtklkyusdwd a.vrknqdmgmuyj{color:#fff}
.qwopeysnfmwy h4{font-size:12px;letter-spacing:1.4px;color:#cfcfd6;margin-bottom:16px}
.vylqmzdjnlpe{display:grid;grid-template-columns:1fr 1fr;gap:8px 26px}
.vylqmzdjnlpe ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.vylqmzdjnlpe a{font-size:12.5px;color:var(--muted)}
.vylqmzdjnlpe a:hover{color:#e6e6ea}
.slpdfinkdwqc p{font-size:11.5px;color:var(--muted-2);line-height:1.7}
.lwfnyvarzdql{display:flex;align-items:center;justify-content:center;gap:60px;padding:30px 0 22px;margin-top:24px;border-top:1px solid #17171d}
.lwfnyvarzdql img{height:30px;opacity:.6}
.qqiplmgjjtct{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #17171d;padding-top:16px;font-size:11.5px;color:var(--muted-2)}
.koyxzlqlvrgy{display:flex;align-items:center;gap:8px}
.koyxzlqlvrgy svg{width:16px;height:16px}

/* ===== POLICY PAGES ===== */
.xuxmexyrnlwv{
  min-height:auto;
  align-items:flex-start;
  background-image:
    linear-gradient(90deg,#05050c 0%,rgba(6,6,16,.92) 38%,rgba(8,8,20,.45) 70%),
    url("../img/vuowxbzlirxvpb.webp");
}
.xuxmexyrnlwv .jmwbemhqpowy{padding:38px;max-width:760px}
.tpvcnhqfuezc{
  display:inline-flex;
  margin-bottom:12px;
  color:var(--green-1);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.zbpqzygjjkwj{padding:30px 34px}
.zbpqzygjjkwj h2{
  margin:26px 0 10px;
  color:#f1f1f4;
  font-size:18px;
  line-height:1.3;
}
.zbpqzygjjkwj h2:first-child{margin-top:0}
.zbpqzygjjkwj p,.zbpqzygjjkwj li{
  color:var(--muted);
  font-size:13px;
}
.zbpqzygjjkwj p{margin-bottom:12px;max-width:940px}
.zbpqzygjjkwj ul{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:10px 0 16px 18px;
  max-width:900px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px){
  .hbnkfqtykbdf{grid-template-columns:repeat(3,minmax(0,1fr))}
  .fddmziottusv{grid-template-columns:repeat(4,minmax(0,1fr))}
  .ntaycimipejo{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}
  .slpdfinkdwqc{grid-column:1/-1}
}
@media(max-width:900px){
  .fddmziottusv{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ntaycimipejo{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:720px){
  :root{--sidebar-w:0px}
  body.nav-open{overflow:hidden}
  .gaxalplchfdi{
    position:fixed;
    top:0;
    left:0;
    right:0;
    height:64px;
    z-index:90;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:10px 14px;
    background:rgba(10,10,14,.96);
    border-bottom:1px solid #1c1c24;
    backdrop-filter:blur(12px);
  }
  .cucmtgcxawzo,.ebqishxbkzox{flex:none}
  .cucmtgcxawzo img{width:82px}
  .gaxalplchfdi .ebqishxbkzox{display:flex}
  body.nav-open .ebqishxbkzox span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  body.nav-open .ebqishxbkzox span:nth-child(2){opacity:0}
  body.nav-open .ebqishxbkzox span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .oszpisnhwqek{
    position:fixed;
    top:74px;
    left:12px;
    right:12px;
    bottom:auto;
    width:auto;
    max-height:calc(100vh - 88px);
    overflow:auto;
    padding:14px;
    gap:14px;
    border:1px solid #272730;
    border-radius:12px;
    box-shadow:0 18px 46px rgba(0,0,0,.45);
    transform:translateY(-12px);
    opacity:0;
    pointer-events:none;
    transition:.2s;
  }
  body.nav-open .oszpisnhwqek{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
  }
  .oszpisnhwqek .gfihcqdyftho{display:none}
  .nkcllogcreqm{gap:8px}
  .nkcllogcreqm a{
    flex-direction:row;
    justify-content:flex-start;
    gap:12px;
    padding:12px;
    font-size:13px;
    text-align:left;
  }
  .nkcllogcreqm a svg{width:21px;height:21px;flex:none}
  .smhucbhuewvc{flex-direction:row}
  .hpbnvwkltovm{
    margin-left:0;
    padding:78px 12px 12px;
  }
  .ccmuxxomnfur{
    min-height:430px;
    align-items:flex-end;
    border-radius:12px;
    background-image:
      linear-gradient(180deg,rgba(5,5,12,.18) 0%,rgba(5,5,12,.55) 42%,#05050c 100%),
      url("../img/vuowxbzlirxvpb.webp");
    background-position:center top,center top;
  }
  .jmwbemhqpowy{width:100%;min-width:0;padding:168px 18px 24px;max-width:none}
  .ccmuxxomnfur h1{font-size:24px;line-height:1.15}
  .ccmuxxomnfur p{font-size:13px}
  .eznpxouohqvb{align-items:flex-start;line-height:1.4}
  .ctcuyoidpomi{
    padding:14px;
    gap:14px;
    text-align:center;
  }
  .plqtfjwahfvt{justify-content:center;gap:12px}
  .plqtfjwahfvt img{height:22px}
  .ewghgsbekvvd{margin-top:14px;padding:18px 14px;border-radius:12px}
  .hbnkfqtykbdf,.fddmziottusv{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .mgrrahwenhqo{height:78px;padding:12px}
  .fszudjhqjeta{padding:20px 16px}
  .bpmsysxsrwyz{padding:22px 16px}
  .bpmsysxsrwyz h2{font-size:19px}
  .bpmsysxsrwyz h3{font-size:16px}
  .bpmsysxsrwyz ul{margin-left:18px}
  .prose-h1,.faq-heading{font-size:20px;line-height:1.25}
  .faq{padding:22px 14px}
  .faq summary{padding:15px 14px;font-size:13px}
  .faq-body{padding:0 14px 16px}
  .kuhvsvshjdnq{padding:24px 16px 18px;border-radius:12px}
  .vylqmzdjnlpe{grid-template-columns:1fr}
  .lwfnyvarzdql{gap:28px;flex-wrap:wrap}
  .qqiplmgjjtct{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .xuxmexyrnlwv .jmwbemhqpowy{padding:30px 18px}
  .zbpqzygjjkwj{padding:22px 16px}
}
@media(max-width:420px){
  .hpbnvwkltovm{padding-left:10px;padding-right:10px}
  .hbnkfqtykbdf,.fddmziottusv{gap:10px}
  .smhucbhuewvc{flex-direction:column}
  .hpsdcvqhzlft{width:100%}
}
