*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(135deg, #06131f 0%, #0b2230 46%, #081a12 100%);
  color: #f4f6ff;
  line-height: 1.65;
}


.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.ux-sect-lzxtb {
  padding: 5.25rem 0;
}

.ux-sect-1m37y {
  background: radial-gradient(circle at top right, rgba(46, 213, 255, 0.08), transparent 55%);
}

.ux-sect-ky8kl {
  max-width: 720px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}

.ux-sect-ky8kl h2 {
  font-size: 2.05rem;
  margin-bottom: 0.55rem;
}

.ux-sect-ky8kl p {
  color: rgba(226, 232, 240, 0.78);
  font-size: 1.02rem;
}


.ux-topa-0ogfm {
  background: linear-gradient(90deg, #22c55e, #06b6d4);
  color: #052014;
  font-size: 0.92rem;
}

.ux-bann-dj95g {
  padding: 0.75rem 0.6rem;
}

.ux-topa-0ogfm p {
  margin: 0;
  padding: 0 15px;
}


.ux-site-2khi4 {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
  background: rgba(7, 19, 31, 0.72);
  border-bottom: 1px solid rgba(226, 232, 240, 0.16);
}

section,
section .container {
  position: relative;
}

.ux-back-9yqmo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.19;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.ux-hero-ls32a {
  background-image: url(../img/hero-bg.jpg);
}

.ux-bg-vgmxt {
  background-image: url(../img/background.jpg);
}


.ux-head-6ww6c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 15px;
  gap: 1.5rem;
}

.ux-logo-ezqc3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  color: #020617;
  font-weight: 700;
  font-size: 0.9rem;
}

.logo-mark.small {
  width: 42px;
  font-size: 0.8rem;
}

.ux-game-zbx3k {
  position: relative;
}

.ux-game-zrz4g {
  width: 100%;
  margin-bottom: 10px;
}

.ux-game-zrz4g img {
  width: 100%;
}

.ux-logo-r0ubn {
  display: flex;
  flex-direction: column;
}

.ux-logo-3w6a5 {
  font-weight: 600;
  letter-spacing: 0.03em;
  font-size: 0.98rem;
}

.ux-logo-49pv8 {
  font-size: 0.72rem;
  color: #cbd5f5;
}


.ux-main-zg8ga {
  position: relative;
}

.ux-navl-kr22p {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.ux-navl-kr22p a {
  text-decoration: none;
  color: #e5e7eb;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.ux-navl-kr22p a:hover {
  background: rgba(148, 163, 184, 0.2);
  transform: translateY(-1px);
}

.ux-navc-znq40 a {
  background: linear-gradient(90deg, #22c55e, #a3e635);
  color: #022c22;
  font-weight: 600;
}

.ux-navc-znq40 a:hover {
  background: linear-gradient(90deg, #16a34a, #86efac);
}

.ux-navd-j00js {
  height: 1.2rem;
  width: 1px;
  background: rgba(148, 163, 184, 0.6);
}


.ux-navt-gwsoh {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
  background: radial-gradient(circle at top, rgba(148, 163, 184, 0.25), rgba(15, 23, 42, 0.95));
  padding: 0;
}

.ux-navt-gwsoh span {
  display: block;
  height: 2px;
  width: 1.25rem;
  margin: 0 auto;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.92);
  transition: transform 0.18s ease, opacity 0.18s ease;
}


.ux-hero-p52ti {
  padding: 4.25rem 0 4.75rem 0;
}

.ux-hero-6w3pg {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.75rem;
  align-items: start;
}

.ux-hero-nu1im {
  text-align: left;
}

.ux-hero-p52ti h1 {
  font-size: clamp(2.05rem, 3vw, 2.5rem);
  margin-bottom: 0.75rem;
}

.ux-lead-97yyz {
  font-size: 1rem;
  color: #e5e7eb;
  max-width: 36rem;
  margin: auto;
}

.ux-hero-x722f {
  list-style: none;
  padding: 0;
  margin: 1.4rem 0 1.6rem 0;
  color: #cbd5f5;
  font-size: 0.95rem;
  text-align: center;
}

.ux-hero-x722f li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.4rem;
  justify-content: center;
}

.ux-hero-fa40c {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 0.9rem;
  justify-content: flex-start;
}

.ux-hero-ocxdp {
  font-size: 0.85rem;
  color: #9ca3af;
}


.ux-btnp-9h7zy,
.ux-btns-1yfax {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(248, 250, 252, 0.95);
  border: 1px solid rgba(226, 232, 240, 0.22);
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}

.ux-btnp-9h7zy {
  background: linear-gradient(135deg, #38bdf8, #22c55e);
  color: #062018;
  box-shadow: 0 12px 34px rgba(34, 197, 94, 0.25);
}

.ux-btnp-9h7zy:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 16px 40px rgba(248, 171, 64, 0.5);
}

.ux-btns-1yfax {
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.ux-btns-1yfax:hover {
  background: rgba(56, 189, 248, 0.18);
}


.ux-hero-9b8ci {
  background: radial-gradient(circle at top left, rgba(248, 171, 64, 0.15), rgba(15, 23, 42, 0.9));
  border-radius: 1.1rem;
  padding: 1.5rem 1.4rem 1.6rem 1.4rem;
  border: 1px solid rgba(148, 163, 184, 0.5);
  box-shadow: 0 22px 45px rgba(15, 23, 42, 0.9);
}

.ux-hero-okx92 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.4rem;
}

.ux-hero-v1fdc {
  border-radius: 0.75rem;
  padding: 0.6rem 0.7rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.6);
}

.ux-badg-cl8ge {
  display: block;
  font-size: 0.7rem;
  color: #9ca3af;
}

.ux-badg-ki21e {
  font-size: 0.85rem;
  font-weight: 600;
}

.ux-hero-j9ezn {
  font-size: 1.05rem;
  margin: 0 0 0.5rem 0;
}

.ux-hero-0zngf ol {
  padding-left: 1.1rem;
  margin: 0;
  font-size: 0.9rem;
  color: #d1d5db;
}


.ux-grid-srgon {
  display: grid;
  gap: 1.5rem;
}

.ux-game-gwkzl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ux-step-dspbl {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ux-resp-j89jy {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ux-card-4jzyr {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 1.25rem;
  padding: 1.4rem 1.4rem 1.6rem 1.4rem;
  border: 1px solid rgba(226, 232, 240, 0.18);
  box-shadow: 0 16px 36px rgba(2, 6, 23, 0.55);
}

.ux-card-4jzyr h3 {
  margin-top: 0;
  margin-bottom: 0.55rem;
  font-size: 1.08rem;
}

.ux-card-4jzyr p {
  font-size: 0.94rem;
}


.ux-game-zbx3k .ux-game-uaqj0 {
  color: #cbd5f5;
  font-size: 0.9rem;
  margin-top: -0.1rem;
  margin-bottom: 0.8rem;
}

.ux-game-zbx3k h4 {
  margin-top: 0.9rem;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
}

.ux-game-zbx3k ul {
  padding-left: 1.1rem;
  margin: 0 0 0.4rem 0;
  font-size: 0.9rem;
}

.ux-tagr-3ntn2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
}

.ux-tag-zc877 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 0.22rem 0.6rem;
  border-radius: 999px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.22);
  color: rgba(240, 249, 255, 0.95);
}


.ux-step-x6ckt p {
  font-size: 0.9rem;
  color: #e5e7eb;
}

.ux-chec-j4yly {
  padding-left: 1.15rem;
  margin: 0;
  font-size: 0.9rem;
  color: #e5e7eb;
}


.ux-faql-1gqmp {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}

.ux-faqi-h7kyf {
  border-radius: 0.9rem;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(15, 23, 42, 0.96);
  padding: 0.3rem 0.9rem;
}

.ux-faqi-h7kyf summary {
  cursor: pointer;
  padding: 0.5rem 0;
  font-weight: 500;
  list-style: none;
}

.ux-faqi-h7kyf summary::-webkit-details-marker {
  display: none;
}

.ux-faqi-h7kyf summary::after {
  content: "+";
  float: right;
  font-weight: 400;
  color: #9ca3af;
}

.ux-faqi-h7kyf[open] summary::after {
  content: "–";
}

.ux-faqi-h7kyf p {
  padding: 0 0 0.6rem 0;
  margin: 0;
  border-top: 1px solid rgba(55, 65, 81, 0.9);
  padding-top: 0.5rem;
  font-size: 0.9rem;
}


.ux-supp-9kzxk {
  margin-top: 2.3rem;
  padding: 1.3rem 1.2rem;
  border-radius: 0.9rem;
  background: rgba(15, 23, 42, 0.98);
  border: 1px dashed rgba(248, 171, 64, 0.7);
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.ux-supp-9kzxk h3 {
  margin-top: 0;
  margin-bottom: 0.4rem;
  font-size: 1rem;
}


main.ux-auth-0ww3j {
  padding: 3.2rem 0;
}

.ux-auth-u8pik {
  max-width: 640px;
  margin: 0 auto;
}

.ux-auth-x64zs h1 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
}

.ux-auth-6dspr {
  font-size: 0.95rem;
  color: #e5e7eb;
  margin-bottom: 1.4rem;
}


.ux-form-wf4nj {
  margin-top: 0.6rem;
}

.ux-form-xnvpt {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.9rem;
}

.ux-form-xnvpt label {
  font-size: 0.88rem;
  color: rgba(226, 232, 240, 0.92);
}

.ux-form-xnvpt input,
.ux-form-xnvpt select,
.ux-form-xnvpt textarea {
  border-radius: 0.95rem;
  border: 1px solid rgba(226, 232, 240, 0.22);
  background: rgba(2, 6, 23, 0.35);
  padding: 0.65rem 0.85rem;
  color: rgba(248, 250, 252, 0.95);
  outline: none;
  font-size: 0.95rem;
  transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.ux-form-xnvpt textarea {
  resize: vertical;
  min-height: 3.5rem;
}

.ux-form-xnvpt input::placeholder,
.ux-form-xnvpt textarea::placeholder {
  color: #6b7280;
}

.ux-form-xnvpt input:focus,
.ux-form-xnvpt select:focus,
.ux-form-xnvpt textarea:focus {
  border-color: #facc15;
  box-shadow: 0 0 0 1px rgba(250, 204, 21, 0.7);
  background: rgba(15, 23, 42, 0.98);
}

.ux-form-u45fz {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ux-form-284zp {
  margin-bottom: 0.8rem;
}

.ux-chec-ggn3h {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.86rem;
  color: #e5e7eb;
}

.ux-chec-ggn3h input {
  margin-top: 0.1rem;
}

.ux-form-346ng {
  font-size: 0.82rem;
  color: #9ca3af;
  margin-top: 0.75rem;
}

.ux-full-12xyc {
  width: 100%;
}


.ux-site-rg26m {
  border-top: 1px solid rgba(148, 163, 184, 0.4);
  background: radial-gradient(circle at top, rgba(15, 23, 42, 0.96), rgba(3, 7, 18, 0.98));
  padding: 2.2rem 0 1.8rem 0;
}

.ux-site-rg26m.compact {
  padding: 1.7rem 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}

.footer-main {
  max-width: 600px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.4rem;
}

.footer-title {
  font-size: 0.96rem;
  font-weight: 600;
}

.footer-text {
  font-size: 0.84rem;
  color: #9ca3af;
  margin: 0;
}

.footer-links {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 0.5fr) minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 1.2rem;
  font-size: 0.85rem;
}

.logo-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
}

.age18 {
  color: #800;
  font-size: 22px;
  font-weight: 900;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #800;
  user-select: none;
  background: #fff;
}

.logo-trust a {
  height: 48px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #fff2;
  display: block;
  margin: 0;
  background: rgba(38, 81, 73, 0.29);
}

.logo-trust img {
  height: 100%;
}

.footer-column h3 {
  font-size: 0.86rem;
  margin-top: 0;
  margin-bottom: 0.35rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.25rem;
}

.footer-column a {
  color: #ccc;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: none;
  color: #fff
}

.footer-bottom {
  border-top: 1px solid rgba(55, 65, 81, 0.9);
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  font-size: 16px;
  color: #ccc;
  text-align: center;
}

.footer-bottom p {
  margin: 10px 0;
}


a {
  color: #bfdbfe;
}

.logo-mark img {
  width: 100%;
}

.logo-mark {
  width: 42px;
}

.ux-lega-ufwi9 {
  width: 100%;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}

.ux-lega-ufwi9 a {
  color: #5989c4
}

.ux-lega-fymsv {
  max-width: 900px;
  background: #ffffff;
  padding: 50px 60px;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  font-family: "Inter", Arial, sans-serif;
  color: #333;
  line-height: 1.7;
}

.ux-lega-swr4w {
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #1c1f24;
}

.ux-lega-fimia {
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

.ux-lega-fymsv h2 {
  margin-top: 35px;
  font-size: 24px;
  color: #1c1f24;
  font-weight: 600;
}

.ux-lega-fymsv h3 {
  font-size: 19px;
  margin-top: 25px;
  font-weight: 600;
  color: #333;
}

.ux-lega-fymsv ul {
  padding-left: 22px;
  margin-top: 10px;
}

.ux-lega-fymsv li {
  margin-bottom: 8px;
}

.ux-lega-2m3sr {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.6;
}

.ux-lega-57bik {
  margin-top: 35px;
  font-size: 14px;
  color: #777;
  border-top: 1px solid #eee;
  padding-top: 20px;
}



@media (max-width: 960px) {
  .ux-hero-6w3pg {
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  }

  .ux-game-gwkzl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ux-step-dspbl {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ux-resp-j89jy {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ux-navt-gwsoh {
    display: flex;
  }


  .ux-navl-kr22p {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    background: rgba(7, 19, 31, 0.96);
    border-radius: 1.1rem;
    padding: 0.65rem;
    box-shadow: 0 18px 44px rgba(2, 6, 23, 0.72);
    min-width: 12.5rem;
    display: none;
  }

  .ux-main-zg8ga.ux-navo-nfxpc .ux-navl-kr22p {
    display: flex;
  }

  .ux-navl-kr22p a {
    width: 100%;
  }

  .ux-navd-j00js {
    width: 100%;
    height: 1px;
    background: rgba(148, 163, 184, 0.5);
  }
}

@media (max-width: 768px) {
  .ux-head-6ww6c {
    align-items: center;
  }

  .ux-hero-6w3pg {
    grid-template-columns: minmax(0, 1fr);
  }

  .ux-hero-9b8ci {
    margin-top: 0.75rem;
  }

  .ux-hero-p52ti {
    padding-top: 2.7rem;
  }

  .ux-game-gwkzl,
  .ux-step-dspbl,
  .ux-resp-j89jy {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .ux-form-u45fz {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 480px) {
  .ux-hero-p52ti h1 {
    font-size: 1.7rem;
  }

  .ux-bann-dj95g {
    padding-inline: 0;
  }

  .ux-hero-okx92 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}