:root{
  --brand:#6565CB;
  --bg:#0b0c10;
  --panel:#11131a;
  --panel2:#0f1118;
  --text:#e9ebf5;
  --muted:#a9adbf;
  --border:rgba(255,255,255,.10);
  --shadow:0 12px 30px rgba(0,0,0,.35);
  --radius:18px;
  --radius2:26px;
  --max:1120px;
}

*{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","Liberation Sans",sans-serif;
  color:var(--text);
  background:
	radial-gradient(900px 500px at 15% 10%, rgba(101,101,203,.22), transparent 60%),
	radial-gradient(700px 420px at 85% 15%, rgba(101,101,203,.14), transparent 55%),
	linear-gradient(180deg, var(--bg), #07080b);
}

a{color:inherit; text-decoration:none}
a:hover{opacity:.92}
img{max-width:100%; display:block}

.container{width:min(var(--max), calc(100% - 40px)); margin:0 auto}

.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0
}

.skip-link{
  position:absolute;
  left:-999px;
  top:10px;
  background:var(--panel);
  color:var(--text);
  border:1px solid var(--border);
  padding:10px 12px;
  border-radius:12px;
  z-index:999
}
.skip-link:focus{left:12px}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:saturate(1.3) blur(10px);
  background:rgba(11,12,16,.55);
  border-bottom:1px solid var(--border);
}
.header-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}

.brand{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
  letter-spacing:.2px;
}
.brand-name{font-size:16px}

.site-nav{
  display:flex;
  align-items:center;
  gap:18px;
}
.site-nav a{
  padding:8px 10px;
  border-radius:12px;
  color:var(--muted);
}
.site-nav a[aria-current="page"]{
  color:var(--text);
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.site-nav .btn{margin-left:6px}

.nav-toggle{
  display:none;
  background:transparent;
  border:1px solid var(--border);
  border-radius:14px;
  padding:10px;
  cursor:pointer;
}
.nav-toggle__bar{
  display:block;
  width:18px;
  height:2px;
  background:var(--text);
  margin:4px 0;
  opacity:.9;
}

.hero{
  padding:64px 0 24px;
}
.hero--compact{
  padding:44px 0 12px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:26px;
  align-items:center;
}
.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:rgba(233,235,245,.92);
  opacity:.88;
  letter-spacing:.28em;
  text-transform:uppercase;
  font-size:12px;
}
h1{
  margin:14px 0 12px;
  font-size: clamp(34px, 4.2vw, 54px);
  line-height:1.05;
  letter-spacing:-.02em;
}
.lead{
  color:var(--muted);
  font-size:18px;
  line-height:1.6;
  max-width:58ch;
}

.hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:16px;
  background:linear-gradient(180deg, rgba(101,101,203,.95), rgba(101,101,203,.78));
  color:white;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 10px 22px rgba(101,101,203,.18);
  font-weight:650;
}
.btn--ghost{
  background:rgba(255,255,255,.06);
  color:var(--text);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:none;
}
.btn--small{padding:9px 12px; border-radius:14px; font-weight:650}

.trust-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.pill{
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color:rgba(233,235,245,.92);
  font-size:13px;
}

.hero-art{
  position:relative;
  min-height:320px;
  border-radius:var(--radius2);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
  box-shadow:var(--shadow);
}
.orb{
  position:absolute;
  border-radius:999px;
  filter:blur(2px);
  opacity:.9;
}
.orb--1{
  width:240px;height:240px;
  left:-60px; top:-70px;
  background:radial-gradient(circle at 30% 30%, rgba(101,101,203,.95), rgba(101,101,203,0));
}
.orb--2{
  width:320px;height:320px;
  right:-110px; bottom:-140px;
  background:radial-gradient(circle at 30% 30%, rgba(101,101,203,.65), rgba(101,101,203,0));
}
.card{
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius);
  padding:18px;
  box-shadow:0 10px 24px rgba(0,0,0,.28);
}
.card--floating{
  position:absolute;
  left:22px;
  bottom:22px;
  width:min(360px, calc(100% - 44px));
}
.card__title{font-weight:750; letter-spacing:.2px}
.card__meta{margin-top:6px; color:var(--muted); font-size:13px}
.mini-bars{
  margin-top:14px;
  display:flex;
  gap:8px;
  align-items:flex-end;
}
.mini-bars span{
  display:block;
  width:16px;
  border-radius:10px;
  background:rgba(101,101,203,.8);
  border:1px solid rgba(255,255,255,.12);
}
.mini-bars span:nth-child(1){height:14px}
.mini-bars span:nth-child(2){height:22px}
.mini-bars span:nth-child(3){height:12px}
.mini-bars span:nth-child(4){height:28px}

.section{padding:34px 0}
.section--soft{
  background:linear-gradient(180deg, transparent, rgba(255,255,255,.03), transparent);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}

h2{
  margin:0 0 10px;
  font-size:28px;
  letter-spacing:-.01em;
}
h3{margin:0 0 8px; font-size:18px}
.muted{color:var(--muted)}
.fine{font-size:12.5px}

.cards{
  margin-top:16px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}
.cards--grid{
  grid-template-columns: repeat(3, 1fr);
}
.list{
  margin:12px 0 0;
  padding-left:18px;
  color:rgba(233,235,245,.92);
}
.list li{margin:6px 0}

.split{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:16px;
  align-items:start;
}
.callout{
  background:linear-gradient(180deg, rgba(101,101,203,.14), rgba(255,255,255,.03));
  border:1px solid rgba(101,101,203,.25);
  border-radius:var(--radius2);
  padding:18px;
  box-shadow:var(--shadow);
}

.form{margin-top:14px; display:grid; gap:12px}
.field{display:grid; gap:6px}
.field--inline{align-content:end}
.field__label{font-size:13px; color:rgba(233,235,245,.88)}
.field__input{
  width:100%;
  padding:11px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(0,0,0,.22);
  color:var(--text);
  outline:none;
}
.field__input:focus{
  border-color:rgba(101,101,203,.55);
  box-shadow:0 0 0 4px rgba(101,101,203,.18);
}
.field__input--area{resize:vertical; min-height:110px}

.steps{margin-top:14px; display:grid; gap:10px}
.step{
  display:flex;
  gap:12px;
  padding:12px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.step__n{
  width:38px;height:38px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(101,101,203,.16);
  border:1px solid rgba(101,101,203,.28);
  font-weight:750;
}
.step__t{font-weight:700}
.step__d{color:var(--muted); font-size:13.5px; margin-top:3px}

.banner{
  display:flex;
  gap:16px;
  align-items:center;
  justify-content:space-between;
  padding:18px;
  border-radius:var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}

.site-footer{
  border-top:1px solid rgba(255,255,255,.10);
  background:rgba(11,12,16,.55);
  padding:22px 0;
}
.footer-row{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
}
.footer-brand{display:flex; gap:10px; align-items:center; font-weight:700}
.footer-links{display:flex; gap:14px; color:var(--muted)}
.footer-links a{padding:8px 10px; border-radius:12px}
.footer-links a:hover{background:rgba(255,255,255,.06)}

.filters{
  margin-top:18px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  align-items:flex-end;
}
.game-card__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
}
.badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(101,101,203,.16);
  border:1px solid rgba(101,101,203,.28);
  color:rgba(233,235,245,.92);
  font-size:12px;
  font-weight:650;
}
.game-card__icon{
  width:38px;height:38px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:radial-gradient(circle at 30% 30%, rgba(101,101,203,.55), rgba(0,0,0,.18));
}
.game-card__actions{margin-top:12px}

.empty{
  margin-top:18px;
  padding:18px;
  border-radius:var(--radius2);
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
}

.terms-grid{
  display:grid;
  grid-template-columns: 280px 1fr;
  gap:16px;
  align-items:start;
}
.toc{
  position:sticky;
  top:84px;
  padding:16px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.toc__title{font-weight:750; margin-bottom:10px}
.toc a{
  display:block;
  padding:8px 10px;
  border-radius:12px;
  color:var(--muted);
}
.toc a:hover{background:rgba(255,255,255,.05); color:var(--text)}
.terms{
  padding:16px;
  border-radius:var(--radius);
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
}
.terms__section{padding:10px 0}
.terms__section + .terms__section{border-top:1px solid rgba(255,255,255,.08)}
.terms__footnote{margin-top:12px}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .cards, .cards--grid{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .terms-grid{grid-template-columns:1fr}
  .toc{position:relative; top:auto}
}

@media (max-width: 860px){
  .nav-toggle{display:inline-flex}
  .site-nav{
	position:absolute;
	right:20px;
	top:64px;
	flex-direction:column;
	align-items:stretch;
	min-width:240px;
	padding:12px;
	border-radius:18px;
	border:1px solid rgba(255,255,255,.12);
	background:rgba(11,12,16,.92);
	box-shadow:var(--shadow);
	display:none;
  }
  .site-nav.is-open{display:flex}
  .site-nav a{color:var(--text)}
}
