: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 ===== */
.bohunswdzjvm{display:none}

/* ===== BUTTONS ===== */
.srcggmpzitya{
  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;
}
.avgkmaqtwyxp{
  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);
}
.avgkmaqtwyxp:hover{filter:brightness(1.07)}
.ddukjhnlhmca{
  background:transparent;color:#e9e9ee;padding:10px 14px;font-size:12px;
  border:1px solid #34343f;
}
.ddukjhnlhmca:hover{border-color:#4a4a58;background:#16161d}
.flqrcwmaxanx{padding:13px 30px;font-size:13px;border-radius:9px}

/* ===== SIDEBAR ===== */
.lrxwxnxwecrc{
  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;
}
.wmcualxdulki{display:block;padding:4px 2px 2px}
.wmcualxdulki img{width:64px}
.prwuazijamsm{display:flex;flex-direction:column;gap:6px}
.prwuazijamsm 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;
}
.prwuazijamsm a svg{width:22px;height:22px;color:var(--muted)}
.prwuazijamsm a:hover{background:#15151b;color:#e6e6ea}
.prwuazijamsm a.tktouczwefan{color:var(--green-1)}
.prwuazijamsm a.tktouczwefan svg{color:var(--green-1)}
.tzfntkvooyxr{display:flex;flex-direction:column;gap:9px}
.tzfntkvooyxr .srcggmpzitya{width:100%}
.xqxjuoqgmrvh{
  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;
}
.xqxjuoqgmrvh span{
  width:20px;
  height:2px;
  background:currentColor;
  border-radius:2px;
  transition:.2s;
}

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

/* ===== HERO ===== */
.xhovxhaweppq{
  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/lwtnrbgbwuodmx.webp");
  background-repeat:no-repeat,no-repeat;
  background-position:left center,60% center;
  background-size:cover,cover;
}
.ishittcbysrn{position:relative;z-index:2;padding:34px 38px;max-width:560px}
.ofxfmtdodnss{font-size:11px;color:#c8b9d8;margin-bottom:10px;opacity:.85}
.ofxfmtdodnss span{margin:0 5px}
.xhovxhaweppq h1{font-size:33px;font-weight:800;letter-spacing:.3px;margin-bottom:12px}
.xhovxhaweppq p{color:#d7cee2;font-size:13.5px;max-width:430px;margin-bottom:20px}
.zquttjrqbfcw{
  display:flex;align-items:center;gap:8px;margin-top:16px;
  font-size:11.5px;color:#cdbfe0;
}
.zquttjrqbfcw svg{width:15px;height:15px;color:var(--green-1);flex:none}

/* ===== PAYMENTS BAR ===== */
.lsevoxfqmxcy{
  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;
}
.pyiovpvqsafw{font-size:11px;font-weight:700;letter-spacing:1.2px;color:#cfcfd6}
.favxahrwhqks{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.favxahrwhqks img{height:26px;width:auto;opacity:.95}

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

/* ===== PROVIDERS ===== */
.miizmjwkngsj{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.hgvooalkgpuk{
  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;
}
.hgvooalkgpuk:hover{border-color:#3a3a48;transform:translateY(-2px)}
.hgvooalkgpuk img{max-height:40px;max-width:100%;filter:brightness(0) invert(1);opacity:.92}

/* ===== GAME ROWS ===== */
.smbjenfacrlc{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.tqwkdxwhyvca{
  position:relative;border-radius:12px;overflow:hidden;background:var(--card);
  border:1px solid #23232c;min-width:0;transition:.18s;aspect-ratio:187/280;
}
.radtbwpalkls .tqwkdxwhyvca{aspect-ratio:184/430}
.tqwkdxwhyvca img{width:100%;height:100%;object-fit:cover;transition:.24s}
.tqwkdxwhyvca::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;
}
.tqwkdxwhyvca::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;
}
.tqwkdxwhyvca:hover,.tqwkdxwhyvca:focus-visible{transform:translateY(-4px);border-color:#3a3a48;box-shadow:0 10px 26px rgba(0,0,0,.4)}
.tqwkdxwhyvca:hover img,.tqwkdxwhyvca:focus-visible img{filter:saturate(1.08) brightness(.78);transform:scale(1.04)}
.tqwkdxwhyvca:hover::before,.tqwkdxwhyvca:focus-visible::before,.tqwkdxwhyvca:active::before{opacity:1}
.tqwkdxwhyvca:hover::after,.tqwkdxwhyvca:focus-visible::after,.tqwkdxwhyvca:active::after{opacity:1;transform:translate(-50%,-50%)}

/* ===== PROSE ===== */
.fpraidmxqyis{padding:26px 28px}
.prose-h1{font-size:22px;font-weight:700;margin-bottom:18px}
.fpraidmxqyis h3{font-size:16px;font-weight:600;color:#eaeaef;margin:22px 0 10px}
.fpraidmxqyis h3:first-of-type{margin-top:4px}
.fpraidmxqyis p{color:var(--muted);font-size:13px;margin-bottom:12px;max-width:900px}
.iiwfntlfmiqp{padding:30px 34px}
.iiwfntlfmiqp h2{
  margin:30px 0 12px;
  color:#f2f2f5;
  font-size:21px;
  line-height:1.25;
}
.iiwfntlfmiqp h2:first-child{margin-top:0}
.iiwfntlfmiqp h3{
  margin:24px 0 10px;
  color:#e9e9ee;
  font-size:17px;
}
.iiwfntlfmiqp p{max-width:980px}
.iiwfntlfmiqp ul{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:12px 0 18px 20px;
  color:var(--muted);
}
.iiwfntlfmiqp li p{margin:0}
.ojgdbetdzviw{
  width:100%;
  margin:18px 0 22px;
  overflow-x:auto;
  border:1px solid #282832;
  border-radius:10px;
}
.iiwfntlfmiqp table{
  width:100%;
  min-width:620px;
  border-collapse:collapse;
  background:var(--panel-2);
}
.iiwfntlfmiqp td{
  width:50%;
  padding:14px 16px;
  border-right:1px solid #282832;
  border-bottom:1px solid #282832;
  vertical-align:top;
}
.iiwfntlfmiqp tr:first-child td{
  color:#f5f5f7;
  font-weight:800;
  background:#1d1d25;
}
.iiwfntlfmiqp td:last-child{border-right:0}
.iiwfntlfmiqp tr:last-child td{border-bottom:0}
.iiwfntlfmiqp 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 ===== */
.piykhnzwdhhr{margin-top:26px;background:#0c0c11;border:1px solid #16161d;border-radius:14px;padding:34px 30px 20px}
.svrabwacajcb{display:grid;grid-template-columns:1.1fr 1.4fr 1.6fr;gap:30px}
.clhfkjgxjule img{width:120px;margin-bottom:12px}
.dtbqhjbxsngl{display:flex;gap:10px}
.dtbqhjbxsngl a{font-size:12px;color:var(--muted);font-weight:600}
.dtbqhjbxsngl a.tktouczwefan{color:#fff}
.kfniuczrwxza h4{font-size:12px;letter-spacing:1.4px;color:#cfcfd6;margin-bottom:16px}
.vkgzoqgxzzts{display:grid;grid-template-columns:1fr 1fr;gap:8px 26px}
.vkgzoqgxzzts ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.vkgzoqgxzzts a{font-size:12.5px;color:var(--muted)}
.vkgzoqgxzzts a:hover{color:#e6e6ea}
.joeanmnhtpcn p{font-size:11.5px;color:var(--muted-2);line-height:1.7}
.xzgiuhkmqfoq{display:flex;align-items:center;justify-content:center;gap:60px;padding:30px 0 22px;margin-top:24px;border-top:1px solid #17171d}
.xzgiuhkmqfoq img{height:30px;opacity:.6}
.vpljoxhfvnsa{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)}
.wuhqhadjauyf{display:flex;align-items:center;gap:8px}
.wuhqhadjauyf svg{width:16px;height:16px}

/* ===== POLICY PAGES ===== */
.uzwwzufqgrdm{
  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/lwtnrbgbwuodmx.webp");
}
.uzwwzufqgrdm .ishittcbysrn{padding:38px;max-width:760px}
.iqxozynreiih{
  display:inline-flex;
  margin-bottom:12px;
  color:var(--green-1);
  font-size:11px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
}
.xllucbrauaqq{padding:30px 34px}
.xllucbrauaqq h2{
  margin:26px 0 10px;
  color:#f1f1f4;
  font-size:18px;
  line-height:1.3;
}
.xllucbrauaqq h2:first-child{margin-top:0}
.xllucbrauaqq p,.xllucbrauaqq li{
  color:var(--muted);
  font-size:13px;
}
.xllucbrauaqq p{margin-bottom:12px;max-width:940px}
.xllucbrauaqq ul{
  display:flex;
  flex-direction:column;
  gap:8px;
  margin:10px 0 16px 18px;
  max-width:900px;
}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px){
  .miizmjwkngsj{grid-template-columns:repeat(3,minmax(0,1fr))}
  .smbjenfacrlc{grid-template-columns:repeat(4,minmax(0,1fr))}
  .svrabwacajcb{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}
  .joeanmnhtpcn{grid-column:1/-1}
}
@media(max-width:900px){
  .smbjenfacrlc{grid-template-columns:repeat(3,minmax(0,1fr))}
  .svrabwacajcb{grid-template-columns:minmax(0,1fr)}
}
@media(max-width:720px){
  :root{--sidebar-w:0px}
  body.nav-open{overflow:hidden}
  .bohunswdzjvm{
    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);
  }
  .hzbfymsymglk,.xqxjuoqgmrvh{flex:none}
  .hzbfymsymglk img{width:82px}
  .bohunswdzjvm .xqxjuoqgmrvh{display:flex}
  body.nav-open .xqxjuoqgmrvh span:nth-child(1){transform:translateY(7px) rotate(45deg)}
  body.nav-open .xqxjuoqgmrvh span:nth-child(2){opacity:0}
  body.nav-open .xqxjuoqgmrvh span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
  .lrxwxnxwecrc{
    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 .lrxwxnxwecrc{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
  }
  .lrxwxnxwecrc .wmcualxdulki{display:none}
  .prwuazijamsm{gap:8px}
  .prwuazijamsm a{
    flex-direction:row;
    justify-content:flex-start;
    gap:12px;
    padding:12px;
    font-size:13px;
    text-align:left;
  }
  .prwuazijamsm a svg{width:21px;height:21px;flex:none}
  .tzfntkvooyxr{flex-direction:row}
  .lqulitkcgjcx{
    margin-left:0;
    padding:78px 12px 12px;
  }
  .xhovxhaweppq{
    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/lwtnrbgbwuodmx.webp");
    background-position:center top,center top;
  }
  .ishittcbysrn{width:100%;min-width:0;padding:168px 18px 24px;max-width:none}
  .xhovxhaweppq h1{font-size:24px;line-height:1.15}
  .xhovxhaweppq p{font-size:13px}
  .zquttjrqbfcw{align-items:flex-start;line-height:1.4}
  .lsevoxfqmxcy{
    padding:14px;
    gap:14px;
    text-align:center;
  }
  .favxahrwhqks{justify-content:center;gap:12px}
  .favxahrwhqks img{height:22px}
  .gomjfeofxkof{margin-top:14px;padding:18px 14px;border-radius:12px}
  .miizmjwkngsj,.smbjenfacrlc{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .hgvooalkgpuk{height:78px;padding:12px}
  .fpraidmxqyis{padding:20px 16px}
  .iiwfntlfmiqp{padding:22px 16px}
  .iiwfntlfmiqp h2{font-size:19px}
  .iiwfntlfmiqp h3{font-size:16px}
  .iiwfntlfmiqp 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}
  .piykhnzwdhhr{padding:24px 16px 18px;border-radius:12px}
  .vkgzoqgxzzts{grid-template-columns:1fr}
  .xzgiuhkmqfoq{gap:28px;flex-wrap:wrap}
  .vpljoxhfvnsa{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .uzwwzufqgrdm .ishittcbysrn{padding:30px 18px}
  .xllucbrauaqq{padding:22px 16px}
}
@media(max-width:420px){
  .lqulitkcgjcx{padding-left:10px;padding-right:10px}
  .miizmjwkngsj,.smbjenfacrlc{gap:10px}
  .tzfntkvooyxr{flex-direction:column}
  .flqrcwmaxanx{width:100%}
}
