:root {
  --bg:#160a22;
  --bg-deep:#100518;
  --panel:#271437;
  --panel-2:#321846;
  --panel-3:#40205a;
  --line:#e6c9ff21;
  --line-strong:#e6c9ff3d;
  --text:#fffaff;
  --muted:#c4afcf;
  --soft:#9b82a9;
  --purple:#ad29f5;
  --purple-2:#7e21e9;
  --green:#2be69d;
  --green-dark:#061c14;
  --pink:#ff55d5;
  --blue:#33aef2;
  --radius:16px;
  --radius-sm:10px;
  --shadow:0 18px 55px #04000a4d
}

* {
  box-sizing:border-box
}

[hidden] {
  display:none!important
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:84px
}

body {
  color:var(--text);
  background:var(--bg);
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;
  font-size:16px;
  line-height:1.6;
  overflow-x:hidden
}

a {
  color:inherit;
  text-decoration:none
}

button,input,textarea,select {
  font:inherit
}

img {
  max-width:100%
}

p,h1,h2,h3,h4 {
  overflow-wrap:anywhere
}

.sidebar {
  z-index:50;
  border-right:1px solid var(--line);
  background:#28153a;
  flex-direction:column;
  width:224px;
  padding:14px 12px;
  display:flex;
  position:fixed;
  inset:0 auto 0 0;
  overflow-y:auto
}

.online {
  color:var(--soft);
  justify-content:space-between;
  align-items:center;
  padding:0 5px 12px;
  font-size:12px;
  display:flex
}

.online b {
  color:#d9cce1;
  font-size:13px
}

.online i {
  background:var(--green);
  width:8px;
  height:8px;
  box-shadow:0 0 12px var(--green);
  border-radius:50%;
  display:inline-block
}

.side-account a {
  color:#fff;
  background:#ffffff08;
  border-radius:12px;
  grid-template-columns:32px 1fr auto;
  align-items:center;
  gap:8px;
  min-height:48px;
  padding:8px 10px;
  font-size:13px;
  font-weight:750;
  display:grid
}

.side-account a>span {
  color:#c699ff;
  background:#472361;
  border-radius:50%;
  place-items:center;
  width:30px;
  height:30px;
  display:grid
}

.side-account b {
  color:var(--soft);
  font-size:20px
}

.side-account svg,.side-switch svg,.side-nav svg,.side-social svg {
  stroke-width:2.2px;
  width:16px;
  height:16px
}

.side-switch {
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin:10px 0 12px;
  display:grid
}

.side-switch a {
  text-align:center;
  border-radius:var(--radius-sm);
  color:#d9cde0;
  background:#3b2350;
  justify-content:center;
  align-items:center;
  gap:6px;
  padding:8px 6px;
  font-size:12px;
  font-weight:800;
  display:flex
}

.side-switch a.active {
  color:#fff;
  background:linear-gradient(135deg,#9a20f1,#bd39fb)
}

.side-nav {
  gap:3px;
  display:grid
}

.side-nav a {
  color:#d6c8dd;
  border-radius:9px;
  align-items:center;
  gap:10px;
  min-height:39px;
  padding:8px 9px;
  font-size:13px;
  font-weight:700;
  transition:all .2s;
  display:flex
}

.side-nav a:hover {
  color:#fff;
  background:#ffffff12
}

.side-nav a span {
  color:#b99aca;
  text-align:center;
  width:22px;
  font-weight:900
}

.side-nav hr {
  border:0;
  border-top:1px solid var(--line);
  width:100%;
  margin:7px 0
}

.side-bottom {
  margin-top:auto;
  padding-top:18px
}

.side-promo {
  background:linear-gradient(135deg,#6d16bc,#be16f5);
  border-radius:13px;
  padding:13px;
  display:grid;
  box-shadow:0 12px 30px #8712ce4d
}

.side-promo span {
  font-size:18px;
  font-weight:900
}

.side-promo strong {
  font-size:13px
}

.side-promo small {
  color:#ead8f4;
  margin-top:3px
}

.side-social {
  grid-template-columns:42px 1fr;
  gap:8px;
  margin-top:9px;
  display:grid
}

.side-social a {
  color:#e5d6ec;
  background:#3b2350;
  border-radius:9px;
  place-items:center;
  min-height:34px;
  font-size:12px;
  font-weight:800;
  display:grid
}

.site-frame {
  min-height:100vh;
  margin-left:224px
}

.topbar {
  z-index:45;
  border-bottom:1px solid var(--line);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
  background:#160a22e8;
  align-items:center;
  gap:28px;
  height:62px;
  padding:0 22px;
  display:flex;
  position:sticky;
  top:0
}

.brand {
  align-items:center;
  gap:10px;
  min-width:max-content;
  display:inline-flex
}

.brand img {
  object-fit:contain;
  width:42px;
  height:42px
}

.brand strong {
  letter-spacing:.045em;
  font-size:21px;
  line-height:1
}

.compact-brand img {
  width:34px;
  height:34px
}

.compact-brand strong {
  font-size:19px
}

.header-context {
  min-width:0;
  color:var(--muted);
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:750;
  display:flex
}

.header-context svg {
  width:16px;
  height:16px;
  color:var(--green)
}

.header-context b {
  border:1px solid var(--line-strong);
  color:#fff;
  border-radius:7px;
  padding:3px 7px;
  font-size:10px
}

.header-actions {
  align-items:center;
  gap:10px;
  margin-left:auto;
  display:flex
}

.telegram-button {
  border-radius:var(--radius-sm);
  color:#edfaff;
  background:linear-gradient(#1e5e8859,#1531546b);
  border:1px solid #3fb7f573;
  align-items:center;
  gap:8px;
  height:38px;
  padding:5px 11px 5px 7px;
  font-size:13px;
  font-weight:800;
  display:inline-flex
}

.telegram-button img {
  object-fit:cover;
  border-radius:8px;
  width:26px;
  height:26px
}

.button {
  border-radius:var(--radius-sm);
  cursor:pointer;
  border:1px solid #0000;
  justify-content:center;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:10px 18px;
  font-weight:850;
  line-height:1.15;
  transition:transform .2s,filter .2s,background .2s;
  display:inline-flex
}

.button:hover {
  filter:brightness(1.06);
  transform:translateY(-1px)
}

.button.compact {
  min-height:38px;
  padding:8px 15px;
  font-size:13px
}

.button.full {
  width:100%
}

.button-green {
  color:#071a13;
  background:var(--green)
}

.button-purple {
  color:#fff;
  background:linear-gradient(135deg, var(--purple-2), var(--purple))
}

.button-dark {
  color:#fff;
  background:#352047
}

.button-light {
  color:#160a22;
  background:#fff
}

.button-outline {
  color:#fff;
  border-color:var(--line-strong);
  background:#ffffff0a
}

.mobile-menu {
  display:none;
  position:relative
}

.mobile-menu summary {
  border-radius:var(--radius-sm);
  cursor:pointer;
  background:#352047;
  align-content:center;
  justify-items:center;
  gap:4px;
  width:40px;
  height:38px;
  list-style:none;
  display:grid
}

.mobile-menu summary::-webkit-details-marker {
  display:none
}

.mobile-menu summary i {
  background:#fff;
  border-radius:2px;
  width:18px;
  height:2px
}

.mobile-menu-panel {
  border:1px solid var(--line-strong);
  width:min(280px,100vw - 24px);
  box-shadow:var(--shadow);
  background:#2b173d;
  border-radius:14px;
  gap:4px;
  padding:12px;
  display:grid;
  position:absolute;
  top:47px;
  right:0
}

.mobile-menu-panel a:not(.button) {
  color:#dfcde8;
  border-radius:8px;
  align-items:center;
  gap:9px;
  padding:10px 11px;
  font-size:14px;
  font-weight:750;
  display:flex
}

.mobile-menu-panel svg {
  color:#c89ee8;
  width:17px;
  height:17px
}

.mobile-menu-panel a:hover {
  color:#fff;
  background:#ffffff0f
}

.main-content {
  width:min(100%,1520px);
  margin:0 auto;
  padding:20px 22px 80px
}

.hero-section {
  border:1px solid var(--line);
  min-height:490px;
  box-shadow:var(--shadow);
  background:radial-gradient(circle at 76% 18%,#ae28f975,#0000 34%),linear-gradient(115deg,#221035 0%,#321046 54%,#12091f 100%);
  border-radius:22px;
  grid-template-columns:minmax(0,1.15fr) minmax(300px,.7fr);
  align-items:stretch;
  display:grid;
  position:relative;
  overflow:hidden
}

.hero-section:before {
  content:"";
  background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);
  background-size:30px 30px;
  position:absolute;
  inset:0;
  -webkit-mask-image:linear-gradient(90deg,#000,#0000);
  mask-image:linear-gradient(90deg,#000,#0000)
}

.hero-copy {
  z-index:2;
  align-self:center;
  max-width:820px;
  padding:54px 38px 72px;
  position:relative
}

.eyebrow {
  color:#f168f3;
  letter-spacing:.09em;
  text-transform:uppercase;
  margin:0 0 11px;
  font-size:12px;
  font-weight:900
}

.eyebrow.light {
  color:#e6f4ee
}

.live-dot {
  background:var(--green);
  width:8px;
  height:8px;
  box-shadow:0 0 12px var(--green);
  border-radius:50%;
  margin-right:7px;
  display:inline-block
}

.hero-copy h1 {
  letter-spacing:-.055em;
  max-width:760px;
  margin:0;
  font-size:clamp(40px,4.7vw,76px);
  line-height:.98
}

.hero-copy h1 span {
  color:#fff;
  text-shadow:0 0 28px #bc3aff59
}

.hero-lead {
  color:#e0cfe8;
  max-width:720px;
  margin:24px 0 0;
  font-size:18px;
  line-height:1.7
}

.hero-actions {
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
  display:flex
}

.hero-facts {
  flex-wrap:wrap;
  gap:10px 24px;
  margin-top:26px;
  display:flex
}

.hero-facts span {
  color:#cbb8d4;
  background:#ffffff09;
  border:1px solid #ffffff17;
  border-radius:9px;
  align-items:center;
  gap:6px;
  padding:7px 9px;
  font-size:12px;
  display:inline-flex
}

.hero-facts svg {
  color:#e45efa;
  width:15px;
  height:15px
}

.hero-facts b {
  color:#fff;
  margin-right:5px;
  font-size:16px
}

.hero-art {
  z-index:1;
  align-self:end;
  min-height:470px;
  position:relative
}

.hero-art img {
  object-fit:contain;
  filter:drop-shadow(0 20px 30px #00000080);
  width:min(520px,128%);
  height:auto;
  position:absolute;
  bottom:-235px;
  right:-24px
}

.hero-glow {
  filter:blur(80px);
  background:#9b1ff45c;
  border-radius:50%;
  width:360px;
  height:360px;
  position:absolute;
  bottom:2%;
  right:4%
}

.hero-note {
  z-index:4;
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  background:#160822d1;
  border:1px solid #ffffff24;
  border-radius:14px;
  width:min(330px,100% - 40px);
  padding:16px 17px;
  position:absolute;
  bottom:20px;
  right:20px
}

.hero-note>span {
  color:var(--green);
  text-transform:uppercase;
  letter-spacing:.08em;
  font-size:11px;
  font-weight:900;
  display:block
}

.hero-note strong {
  margin-top:3px;
  font-size:16px;
  display:block
}

.hero-note p {
  color:#cdbbd6;
  margin:6px 0 9px;
  font-size:12px;
  line-height:1.5
}

.hero-note a {
  color:var(--green);
  font-size:12px;
  font-weight:850
}

.content-tabs {
  z-index:30;
  border:1px solid var(--line);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  scrollbar-width:none;
  background:#1f0e2de6;
  border-radius:13px;
  gap:7px;
  margin:15px 0 0;
  padding:10px;
  display:flex;
  position:sticky;
  top:62px;
  overflow-x:auto
}

.content-tabs a {
  color:#cbb8d4;
  border-radius:9px;
  flex:none;
  padding:7px 13px;
  font-size:12px;
  font-weight:800
}

.content-tabs a:hover {
  color:#fff;
  background:#402254
}

.quick-grid {
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:15px;
  display:grid
}

.quick-card {
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:#2c173d;
  grid-template-columns:1fr auto;
  gap:10px;
  min-height:132px;
  padding:18px;
  display:grid;
  position:relative;
  overflow:hidden
}

.quick-card:after {
  content:"";
  filter:blur(25px);
  background:#ad29f53b;
  border-radius:50%;
  height:150px;
  position:absolute;
  inset:auto -15% -60% 45%
}

.quick-card h2 {
  margin:0;
  font-size:20px
}

.quick-card p {
  color:var(--muted);
  margin:3px 0 0;
  font-size:13px
}

.quick-card>strong {
  z-index:1;
  color:#fff;
  background:#ffffff12;
  border:1px solid #ffffff1f;
  border-radius:13px;
  place-items:center;
  width:44px;
  height:44px;
  display:grid
}

.quick-card>strong svg {
  width:23px;
  height:23px
}

.quick-card>span {
  color:var(--green);
  align-self:end;
  font-size:12px;
  font-weight:850
}

.quick-card.blue:after {
  background:#33aef247
}

.quick-card.pink:after {
  background:#ff55d540
}

.quick-card.green:after {
  background:#2be69d3d
}

.section-block {
  margin-top:62px
}

.section-heading {
  grid-template-columns:minmax(260px,1fr) minmax(280px,540px) auto;
  align-items:end;
  gap:28px;
  margin-bottom:20px;
  display:grid
}

.section-heading h2,.copy-heading h2 {
  letter-spacing:-.035em;
  margin:0;
  font-size:clamp(29px,3.2vw,46px);
  line-height:1.1
}

.section-heading>p {
  color:var(--muted);
  margin:0;
  font-size:14px
}

.section-heading>a,.text-link {
  color:var(--green);
  white-space:nowrap;
  align-self:end;
  font-size:13px;
  font-weight:850
}

.promo-banners {
  grid-template-columns:1.15fr 1fr 1fr;
  gap:12px;
  display:grid
}

.promo-banner {
  border:1px solid var(--line);
  min-height:245px;
  box-shadow:var(--shadow);
  background:#2a143b;
  border-radius:18px;
  align-items:flex-end;
  padding:24px;
  display:flex;
  position:relative;
  overflow:hidden
}

.promo-banner:after {
  content:"";
  z-index:1;
  background:linear-gradient(90deg,#0f0418f0 0%,#0f0418a3 48%,#0f041814 100%),linear-gradient(#0000 35%,#0f0418b3);
  position:absolute;
  inset:0
}

.promo-banner>img {
  object-fit:cover;
  object-position:center;
  transition:transform .4s
}

.promo-banner:hover>img {
  transform:scale(1.035)
}

.promo-banner>div {
  z-index:2;
  max-width:74%;
  position:relative
}

.promo-banner span {
  color:#ffffffc4;
  text-transform:uppercase;
  font-size:11px;
  font-weight:850
}

.promo-banner h2 {
  margin:5px 0 6px;
  font-size:29px;
  line-height:1.05
}

.promo-banner p {
  color:#ffffffd1;
  margin:0 0 18px;
  font-size:13px
}

.game-grid {
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:13px;
  display:grid
}

.game-card {
  border:1px solid var(--line);
  background:#251336;
  border-radius:15px;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  transition:transform .2s,border .2s;
  display:flex;
  overflow:hidden
}

.game-card>a:first-child {
  display:block
}

.game-card:hover {
  border-color:var(--line-strong);
  transform:translateY(-4px)
}

.game-image {
  aspect-ratio:3/2;
  background:radial-gradient(circle at 50% 45%,#51306b,#2c183d 70%);
  position:relative;
  overflow:hidden
}

.game-image img {
  object-fit:cover;
  width:100%;
  height:100%
}

.game-image span {
  color:#fff;
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  background:#14051fc7;
  border-radius:7px;
  padding:4px 7px;
  font-size:10px;
  font-weight:800;
  position:absolute;
  top:9px;
  left:9px
}

.game-card h3 {
  margin:11px 11px 0;
  font-size:14px;
  line-height:1.25
}

.game-card p {
  color:var(--muted);
  margin:3px 11px 0;
  font-size:11px
}

.game-card small {
  color:#d271ff;
  margin:8px 11px 11px;
  font-size:10px;
  display:block
}

.game-play {
  color:#061810;
  background:var(--green);
  text-align:center;
  border-radius:9px;
  justify-content:center;
  align-items:center;
  gap:6px;
  min-height:38px;
  margin:auto 9px 9px;
  padding:8px;
  font-size:12px;
  font-weight:900;
  display:flex
}

.game-play svg {
  width:14px;
  height:14px
}

.catalog-infographic {
  grid-template-columns:minmax(260px,1.35fr) repeat(3,minmax(170px,1fr));
  gap:12px;
  margin-top:18px;
  display:grid
}

.catalog-infographic>* {
  border:1px solid var(--line);
  background:#271437;
  border-radius:16px;
  min-width:0;
  padding:22px
}

.infographic-intro {
  background:linear-gradient(135deg,#43175f,#251235)
}

.infographic-intro h2 {
  margin:0;
  font-size:28px;
  line-height:1.12
}

.infographic-intro>p:not(.eyebrow) {
  color:var(--muted);
  margin-bottom:0;
  font-size:13px
}

.catalog-infographic article>div {
  justify-content:space-between;
  align-items:center;
  gap:12px;
  display:flex
}

.catalog-infographic article svg {
  width:28px;
  height:28px;
  color:var(--pink);
  box-sizing:content-box;
  background:#402052;
  border-radius:9px;
  padding:6px
}

.catalog-infographic article strong {
  font-size:30px;
  line-height:1
}

.catalog-infographic h3 {
  margin:16px 0 3px;
  font-size:17px
}

.catalog-infographic article p {
  color:var(--muted);
  margin:0;
  font-size:11px
}

.catalog-infographic i {
  background:#40264f;
  border-radius:5px;
  height:5px;
  margin-top:15px;
  display:block;
  overflow:hidden
}

.catalog-infographic i span {
  border-radius:inherit;
  background:linear-gradient(90deg, var(--purple), var(--green));
  height:100%;
  display:block
}

.provider-block {
  border:1px solid var(--line);
  background:#211130;
  border-radius:20px;
  padding:26px
}

.provider-row {
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  display:grid
}

.provider-row a {
  border:1px solid var(--line);
  text-align:center;
  background:#2d183e;
  border-radius:13px;
  align-content:center;
  place-items:center;
  min-width:0;
  min-height:118px;
  padding:13px;
  display:grid
}

.provider-row img {
  object-fit:contain;
  width:110px;
  height:40px;
  margin-bottom:8px
}

.provider-row strong {
  font-size:12px
}

.provider-row small {
  color:var(--soft);
  font-size:10px
}

.intro-copy {
  border:1px solid var(--line);
  background:linear-gradient(135deg,#241132,#1b0e28);
  border-radius:20px;
  grid-template-columns:minmax(230px,.55fr) minmax(0,1.45fr);
  gap:44px;
  padding:34px;
  display:grid
}

.copy-heading>p:not(.eyebrow) {
  color:var(--muted)
}

.steps {
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  display:grid
}

.steps article {
  border:1px solid var(--line);
  background:#2e173e;
  border-radius:14px;
  flex-direction:column;
  min-width:0;
  padding:18px;
  display:flex
}

.steps article>span {
  color:#ff74ee;
  background:#49205f;
  border-radius:9px;
  place-items:center;
  width:34px;
  height:34px;
  font-size:11px;
  font-weight:900;
  display:grid
}

.steps h3 {
  margin:14px 0 7px;
  font-size:17px
}

.steps p {
  color:var(--muted);
  margin:0 0 15px;
  font-size:12px;
  line-height:1.65
}

.steps a {
  color:var(--green);
  margin-top:auto;
  font-size:11px;
  font-weight:850
}

.table-wrap {
  border:1px solid var(--line);
  border-radius:16px;
  overflow-x:auto
}

table {
  border-collapse:collapse;
  background:#241333;
  width:100%;
  min-width:760px
}

th,td {
  border-bottom:1px solid var(--line);
  text-align:left;
  vertical-align:top;
  padding:16px 18px
}

thead th {
  color:#ddc9e6;
  text-transform:uppercase;
  letter-spacing:.05em;
  background:#321943;
  font-size:12px
}

tbody th {
  color:#fff;
  font-size:14px
}

tbody td {
  color:var(--muted);
  font-size:13px
}

tbody tr:last-child th,tbody tr:last-child td {
  border-bottom:0
}

td a {
  color:var(--green);
  font-weight:850
}

.two-column-copy {
  grid-template-columns:1fr 1fr;
  gap:14px;
  display:grid
}

.two-column-copy article {
  border:1px solid var(--line);
  background:#29143a;
  border-radius:18px;
  padding:28px
}

.two-column-copy h2 {
  margin:0;
  font-size:30px;
  line-height:1.15
}

.two-column-copy article>p:not(.eyebrow) {
  color:#d5c2de;
  font-size:15px
}

.advantage-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  display:grid
}

.advantage-grid article {
  border:1px solid var(--line);
  background:#281438;
  border-radius:16px;
  min-height:205px;
  padding:22px
}

.advantage-grid article>div {
  justify-content:space-between;
  align-items:center;
  display:flex
}

.advantage-grid article>div svg {
  color:#ff73ec;
  box-sizing:border-box;
  background:#3b1d4e;
  border-radius:12px;
  width:42px;
  height:42px;
  padding:10px
}

.advantage-grid span {
  color:var(--green);
  font-size:12px;
  font-weight:900
}

.advantage-grid h3 {
  margin:22px 0 8px;
  font-size:21px
}

.advantage-grid p {
  color:var(--muted);
  margin:0;
  font-size:14px
}

.review-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:12px;
  display:grid
}

.review-grid>article {
  border:1px solid var(--line);
  background:#2b173c;
  border-radius:16px;
  flex-direction:column;
  min-height:225px;
  padding:20px;
  display:flex
}

.review-head {
  grid-template-columns:42px 1fr auto;
  align-items:center;
  gap:10px;
  display:grid
}

.review-head>span {
  background:linear-gradient(135deg,#8b25d8,#d544ed);
  border-radius:50%;
  place-items:center;
  width:42px;
  height:42px;
  font-weight:900;
  display:grid
}

.review-head h3 {
  margin:0;
  font-size:15px
}

.review-head p {
  color:var(--soft);
  margin:0;
  font-size:11px
}

.review-head b {
  color:#f8cc4d;
  font-size:12px
}

.review-grid>article>p {
  color:#d8c7e1;
  margin:18px 0 0;
  font-size:13px;
  line-height:1.75
}

.review-summary {
  color:#fff;
  background:linear-gradient(120deg,#4f1772,#251235);
  border-radius:15px;
  grid-template-columns:auto auto 1fr auto;
  align-items:center;
  gap:16px;
  margin-top:12px;
  padding:18px 20px;
  display:grid
}

.review-summary>strong {
  font-size:27px
}

.review-summary>span {
  color:#eedff5;
  font-weight:800
}

.review-summary p {
  color:#c9b3d4;
  margin:0;
  font-size:12px
}

.faq-list {
  grid-template-columns:1fr 1fr;
  gap:10px;
  display:grid
}

.faq-list details {
  break-inside:avoid;
  border:1px solid var(--line);
  background:#29153a;
  border-radius:13px
}

.faq-list summary {
  cursor:pointer;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:17px 18px;
  font-weight:800;
  list-style:none;
  display:flex
}

.faq-list summary::-webkit-details-marker {
  display:none
}

.faq-list summary span {
  width:28px;
  height:28px;
  color:var(--green);
  background:#3a214c;
  border-radius:8px;
  flex:none;
  place-items:center;
  display:grid
}

.faq-list details[open] summary span {
  transform:rotate(45deg)
}

.faq-list details p {
  color:var(--muted);
  margin:0;
  padding:0 18px 18px;
  font-size:14px
}

.trust-section {
  border:1px solid var(--line);
  background:#21112f;
  border-radius:20px;
  grid-template-columns:1.25fr .75fr;
  gap:14px;
  padding:32px;
  display:grid
}

.trust-section h2 {
  margin:0;
  font-size:34px
}

.trust-section>div>p:not(.eyebrow) {
  color:var(--muted)
}

.trust-section a {
  color:var(--green);
  font-weight:800
}

.trust-section aside {
  background:#311943;
  border-radius:15px;
  padding:22px
}

.trust-section aside>strong {
  font-size:18px
}

.trust-section ul {
  color:#d9c7e2;
  padding-left:20px;
  font-size:13px
}

.final-cta {
  background:radial-gradient(circle at 85% 10%,#2be69d59,#0000 24%),linear-gradient(125deg,#8d19d9,#5a13ae);
  border-radius:20px;
  justify-content:space-between;
  align-items:center;
  gap:24px;
  min-height:240px;
  margin-top:62px;
  padding:40px;
  display:flex;
  overflow:hidden
}

.final-cta h2 {
  margin:0;
  font-size:clamp(32px,4vw,52px);
  line-height:1.02
}

.final-cta p:not(.eyebrow) {
  color:#f0e4f6;
  max-width:660px;
  margin-bottom:0
}

.final-cta>div:last-child {
  flex-wrap:wrap;
  gap:10px;
  display:flex
}

.site-footer {
  border-top:1px solid var(--line);
  background:#12071c
}

.footer-main {
  grid-template-columns:1.45fr repeat(3,1fr);
  gap:38px;
  max-width:1520px;
  margin:0 auto;
  padding:48px 22px 34px;
  display:grid
}

.footer-about p {
  max-width:380px;
  color:var(--muted);
  font-size:13px
}

.age {
  border:1px solid var(--line-strong);
  color:#e0cce9;
  border-radius:50%;
  place-items:center;
  width:40px;
  height:40px;
  font-weight:900;
  display:inline-grid
}

.footer-main nav {
  align-content:start;
  gap:8px;
  display:grid
}

.footer-main nav strong {
  margin-bottom:5px;
  font-size:14px
}

.footer-main nav a {
  color:var(--muted);
  font-size:12px
}

.footer-main nav a:hover {
  color:#fff
}

.footer-legal {
  border-top:1px solid var(--line);
  max-width:1520px;
  color:var(--soft);
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:22px;
  margin:0 auto;
  padding:20px 22px;
  font-size:11px;
  display:grid
}

.footer-legal p {
  margin:0
}

.footer-legal div {
  flex-wrap:wrap;
  gap:14px;
  display:flex
}

.promo-overlay {
  z-index:100;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  background:#09030f91;
  place-items:center;
  padding:18px;
  animation:.25s fade;
  display:grid;
  position:fixed;
  inset:0
}

.promo-dialog {
  text-align:center;
  background:radial-gradient(circle at 50% -20%,#ad29f56e,#0000 42%),#251235;
  border:1px solid #e5c7ff47;
  border-radius:18px;
  width:min(390px,100%);
  padding:28px;
  animation:.38s cubic-bezier(.2,.8,.2,1) promo-enter;
  position:relative;
  box-shadow:0 30px 90px #00000080
}

.promo-dialog h2 {
  margin:2px 0 8px;
  font-size:28px
}

.promo-dialog>p:not(.eyebrow) {
  color:var(--muted);
  font-size:14px
}

.promo-close {
  color:#fff;
  cursor:pointer;
  background:#3a204d;
  border:0;
  border-radius:9px;
  width:34px;
  height:34px;
  font-size:22px;
  transition:transform .2s,background .2s;
  position:absolute;
  top:10px;
  right:10px
}

.promo-close:hover {
  background:#4b2a62;
  transform:rotate(4deg)scale(1.04)
}

.promo-logo {
  filter:drop-shadow(0 12px 19px #b735ff6b);
  place-items:center;
  width:72px;
  height:64px;
  margin:-2px auto 13px;
  animation:3s ease-in-out infinite promo-logo-float;
  display:grid
}

.promo-logo img {
  object-fit:contain;
  width:72px;
  height:auto
}

.promo-cta {
  isolation:isolate;
  letter-spacing:.01em;
  background:linear-gradient(110deg,#21dda0 0%,#35ed9d 48%,#20dca7 100%);
  min-height:50px;
  font-size:15px;
  animation:2.8s ease-in-out infinite promo-cta-pulse;
  position:relative;
  overflow:hidden;
  box-shadow:0 12px 28px #2be69d40,inset 0 1px #ffffff73
}

.promo-cta:before {
  content:"";
  z-index:-1;
  background:linear-gradient(105deg,#0000 24%,#ffffff9e 45%,#0000 66%);
  animation:3.2s ease-in-out infinite promo-cta-shine;
  position:absolute;
  inset:0;
  transform:translate(-125%)
}

.promo-cta:hover {
  filter:brightness(1.08);
  transform:translateY(-2px)scale(1.01);
  box-shadow:0 16px 34px #2be69d59,inset 0 1px #ffffff85
}

.promo-cta-arrow {
  font-size:21px;
  line-height:1;
  transition:transform .2s;
  animation:1.6s ease-in-out infinite promo-arrow
}

.promo-cta:hover .promo-cta-arrow {
  transform:translate(3px)
}

.promo-later {
  color:var(--muted);
  cursor:pointer;
  background:0 0;
  border:0;
  margin-top:10px;
  font-size:12px
}

@keyframes fade {
  0% {
    opacity:0;
    transform:scale(.985)
  }
}

@keyframes promo-enter {
  0% {
    opacity:0;
    transform:translateY(16px)scale(.965)
  }
}

@keyframes promo-logo-float {
  0%,to {
    transform:translateY(0)
  }
  50% {
    transform:translateY(-5px)
  }
}

@keyframes promo-cta-pulse {
  0%,to {
    box-shadow:0 12px 28px #2be69d3b,inset 0 1px #ffffff73
  }
  50% {
    box-shadow:0 15px 36px #2be69d61,0 0 0 4px #2be69d14,inset 0 1px #ffffff80
  }
}

@keyframes promo-cta-shine {
  0%,28% {
    transform:translate(-125%)
  }
  58%,to {
    transform:translate(125%)
  }
}

@keyframes promo-arrow {
  0%,to {
    transform:translate(0)
  }
  50% {
    transform:translate(3px)
  }
}

@media (prefers-reduced-motion:reduce) {
  .promo-overlay,.promo-dialog,.promo-logo,.promo-cta,.promo-cta:before,.promo-cta-arrow {
    animation:none
  }
}

.inner-main {
  width:min(100%,1280px);
  margin:0 auto;
  padding:24px 22px 80px
}

.breadcrumbs {
  color:var(--soft);
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:15px;
  font-size:12px;
  display:flex
}

.breadcrumbs a {
  color:#cb9ae7
}

.inner-hero {
  border:1px solid var(--line);
  background:radial-gradient(circle at 90% 10%,#ad29f559,#0000 32%),#251336;
  border-radius:20px;
  padding:40px;
  position:relative;
  overflow:hidden
}

.inner-hero h1 {
  letter-spacing:-.045em;
  max-width:900px;
  margin:0;
  font-size:clamp(38px,5vw,66px);
  line-height:1.04
}

.inner-hero>p:not(.eyebrow) {
  color:#dbc9e4;
  max-width:850px;
  margin:18px 0 0;
  font-size:18px
}

.inner-actions {
  flex-wrap:wrap;
  gap:10px;
  margin-top:23px;
  display:flex
}

.author-line {
  color:var(--soft);
  flex-wrap:wrap;
  gap:8px 20px;
  margin-top:20px;
  font-size:12px;
  display:flex
}

.content-layout {
  grid-template-columns:minmax(0,1fr) 300px;
  align-items:start;
  gap:22px;
  margin-top:24px;
  display:grid
}

.article-body {
  border:1px solid var(--line);
  background:#21112f;
  border-radius:18px;
  padding:30px
}

.article-body h2 {
  margin:42px 0 12px;
  font-size:30px;
  line-height:1.16
}

.article-body h2:first-child {
  margin-top:0
}

.article-body h3 {
  margin:25px 0 8px;
  font-size:20px
}

.article-body p {
  color:#dac9e2
}

.article-body strong {
  color:#fff
}

.article-body ul,.article-body ol {
  color:#d7c4e0;
  padding-left:23px
}

.article-body li {
  margin:8px 0
}

.callout {
  border-left:3px solid var(--green);
  color:#e1d0e9;
  background:#2c183d;
  border-radius:0 12px 12px 0;
  margin:24px 0;
  padding:18px 20px
}

.game-guide {
  padding:34px
}

.game-detail-list {
  gap:14px;
  margin:34px 0 50px;
  display:grid
}

.game-detail {
  border:1px solid var(--line);
  background:linear-gradient(135deg,#2d183e,#22112f);
  border-radius:18px;
  grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);
  gap:24px;
  min-height:330px;
  padding:18px;
  scroll-margin-top:84px;
  display:grid;
  overflow:hidden
}

.game-detail-media {
  background:radial-gradient(circle at 50% 45%,#5a3176,#1a0b26 72%);
  border-radius:13px;
  place-items:center;
  min-height:292px;
  display:grid;
  overflow:hidden
}

.game-detail-media img {
  object-fit:cover;
  width:100%;
  height:100%;
  max-height:360px
}

.game-detail-copy {
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  padding:12px 10px 10px 0;
  display:flex
}

.game-detail-copy .eyebrow {
  margin-bottom:6px
}

.game-detail-copy h2 {
  margin:0;
  font-size:clamp(26px,3vw,38px)
}

.game-detail-copy>p:not(.eyebrow) {
  color:#d8c6e0;
  margin:12px 0 0;
  font-size:14px;
  line-height:1.72
}

.game-meta {
  flex-wrap:wrap;
  gap:7px;
  margin-top:14px;
  display:flex
}

.game-meta span {
  border:1px solid var(--line);
  color:#cbb9d4;
  background:#321a43;
  border-radius:8px;
  align-items:center;
  gap:6px;
  padding:6px 9px;
  font-size:11px;
  display:inline-flex
}

.game-meta svg {
  color:#f169ee;
  width:14px;
  height:14px
}

.game-detail-cta {
  min-width:128px;
  margin-top:auto
}

.game-detail-cta svg,.inner-actions svg {
  width:17px;
  height:17px
}

.content-aside {
  gap:12px;
  display:grid;
  position:sticky;
  top:82px
}

.aside-card {
  border:1px solid var(--line);
  background:#2a163b;
  border-radius:15px;
  padding:18px
}

.aside-card>strong {
  margin-bottom:10px;
  display:block
}

.aside-card nav {
  gap:7px;
  display:grid
}

.aside-card nav a {
  color:var(--muted);
  font-size:12px
}

.aside-card nav a:hover {
  color:var(--green)
}

.info-table {
  border:1px solid var(--line);
  border-radius:13px;
  margin:22px 0;
  overflow-x:auto
}

.related-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:24px;
  display:grid
}

.related-grid a {
  border:1px solid var(--line);
  background:#2a163b;
  border-radius:12px;
  padding:16px
}

.related-grid strong {
  font-size:14px;
  display:block
}

.related-grid span {
  color:var(--green);
  font-size:11px
}

.catalog-intro {
  max-width:880px;
  color:var(--muted)
}

.review-page-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
  display:grid
}

.review-page-grid>article {
  border:1px solid var(--line);
  background:#2a163b;
  border-radius:15px;
  min-height:245px;
  padding:20px
}

.review-page-grid>article>p {
  color:#d9c7e2;
  font-size:13px
}

.catalog-provider-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:24px;
  display:grid
}

.catalog-provider-grid article {
  border:1px solid var(--line);
  background:#2b173c;
  border-radius:16px;
  grid-template-columns:130px 1fr;
  align-items:center;
  gap:18px;
  padding:22px;
  display:grid
}

.catalog-provider-grid img {
  object-fit:contain;
  width:120px;
  height:54px
}

.catalog-provider-grid h2 {
  margin:0;
  font-size:24px
}

.catalog-provider-grid p {
  color:var(--muted);
  margin:6px 0;
  font-size:13px
}

@media (width<=1380px) {
  .game-grid {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  .steps {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .provider-row {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
}

@media (width<=1120px) {
  .promo-banners {
    grid-template-columns:1fr 1fr
  }
  .promo-banner:first-child {
    grid-column:span 2
  }
  .quick-grid,.catalog-infographic {
    grid-template-columns:1fr 1fr
  }
  .infographic-intro {
    grid-column:span 2
  }
  .section-heading {
    grid-template-columns:1fr 1fr
  }
  .section-heading>a {
    grid-column:1/-1;
    justify-self:start
  }
  .intro-copy {
    grid-template-columns:1fr
  }
  .advantage-grid,.review-grid,.review-page-grid {
    grid-template-columns:1fr 1fr
  }
  .footer-main {
    grid-template-columns:1.4fr 1fr 1fr
  }
  .footer-main nav:last-child {
    grid-column:2
  }
}

@media (width<=1024px) {
  .sidebar {
    display:none
  }
  .site-frame {
    margin-left:0
  }
  .main-content,.topbar {
    padding-inline:16px
  }
  .mobile-menu {
    display:block
  }
}

@media (width<=780px) {
  body {
    font-size:15px
  }
  .topbar {
    gap:10px
  }
  .compact-brand strong {
    font-size:16px
  }
  .compact-brand img {
    width:32px;
    height:32px
  }
  .header-context,.telegram-button span {
    display:none
  }
  .telegram-button {
    justify-content:center;
    width:38px;
    padding:5px
  }
  .hero-section {
    min-height:620px;
    display:block
  }
  .hero-copy {
    padding:34px 24px 255px
  }
  .hero-copy h1 {
    font-size:clamp(38px,12vw,58px)
  }
  .hero-lead {
    font-size:16px
  }
  .hero-art {
    width:52%;
    min-height:340px;
    position:absolute;
    inset:auto 0 0 auto
  }
  .hero-art img {
    width:360px;
    bottom:-175px;
    right:-28px
  }
  .hero-note {
    width:calc(55% - 16px);
    bottom:18px;
    left:18px;
    right:auto
  }
  .content-tabs {
    margin-inline:0;
    top:62px
  }
  .promo-banners {
    grid-template-columns:1fr
  }
  .promo-banner:first-child {
    grid-column:auto
  }
  .game-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  .provider-row {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .steps {
    grid-template-columns:1fr 1fr
  }
  .two-column-copy,.trust-section,.faq-list {
    grid-template-columns:1fr
  }
  .review-summary {
    grid-template-columns:1fr 1fr
  }
  .review-summary p,.review-summary .button {
    grid-column:1/-1
  }
  .section-heading {
    grid-template-columns:1fr;
    align-items:start;
    gap:10px
  }
  .section-heading>a {
    grid-column:auto
  }
  .final-cta {
    flex-direction:column;
    align-items:flex-start;
    padding:30px
  }
  .footer-main {
    grid-template-columns:1fr 1fr
  }
  .footer-about {
    grid-column:1/-1
  }
  .footer-main nav:last-child {
    grid-column:auto
  }
  .footer-legal,.content-layout {
    grid-template-columns:1fr
  }
  .content-aside {
    grid-template-columns:1fr 1fr;
    position:static
  }
  .inner-hero,.article-body {
    padding:24px
  }
  .game-detail {
    grid-template-columns:1fr;
    min-height:0
  }
  .game-detail-media {
    min-height:260px
  }
  .game-detail-copy {
    padding:8px 4px 4px
  }
  .game-detail-cta {
    margin-top:20px
  }
  .catalog-provider-grid {
    grid-template-columns:1fr
  }
}

@media (width<=560px) {
  .registration-button {
    display:none
  }
  .header-actions {
    gap:8px
  }
  .topbar {
    padding-inline:10px
  }
  .brand {
    gap:7px
  }
  .compact-brand strong {
    font-size:14px
  }
  .main-content,.inner-main {
    padding-inline:10px
  }
  .hero-section {
    border-radius:16px;
    min-height:690px
  }
  .hero-copy {
    padding:28px 18px 310px
  }
  .hero-copy h1 {
    font-size:40px
  }
  .hero-actions .button {
    flex:42%;
    padding-inline:10px;
    font-size:13px
  }
  .hero-facts {
    gap:8px 14px
  }
  .hero-art {
    width:66%;
    min-height:360px
  }
  .hero-art img {
    width:360px;
    bottom:-182px;
    right:-46px
  }
  .hero-note {
    width:55%;
    padding:13px;
    bottom:14px;
    left:14px
  }
  .hero-note p {
    display:none
  }
  .quick-grid {
    gap:8px
  }
  .quick-card {
    min-height:126px;
    padding:14px
  }
  .quick-card h2 {
    font-size:17px
  }
  .promo-banner {
    min-height:205px;
    padding:20px
  }
  .promo-banner>div {
    max-width:76%
  }
  .game-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px
  }
  .game-card h3 {
    font-size:13px
  }
  .provider-block {
    padding:17px
  }
  .provider-row {
    gap:8px
  }
  .provider-row a {
    min-height:110px
  }
  .intro-copy {
    gap:24px;
    padding:22px
  }
  .steps {
    grid-template-columns:1fr
  }
  .two-column-copy article {
    padding:22px
  }
  .advantage-grid,.review-grid,.review-page-grid {
    grid-template-columns:1fr
  }
  .advantage-grid article,.review-grid>article {
    min-height:auto
  }
  .review-summary {
    grid-template-columns:1fr
  }
  .review-summary p,.review-summary .button {
    grid-column:auto
  }
  .trust-section {
    padding:22px
  }
  .footer-main {
    grid-template-columns:1fr;
    padding-inline:16px
  }
  .footer-about,.footer-main nav:last-child {
    grid-column:auto
  }
  .content-aside {
    grid-template-columns:1fr
  }
  .inner-hero h1 {
    font-size:38px
  }
  .inner-hero>p:not(.eyebrow) {
    font-size:16px
  }
  .related-grid,.catalog-provider-grid article,.catalog-infographic {
    grid-template-columns:1fr
  }
  .infographic-intro {
    grid-column:auto
  }
  .game-guide {
    padding:18px
  }
  .game-detail {
    gap:14px;
    padding:12px
  }
  .game-detail-media {
    min-height:220px
  }
  .game-meta {
    gap:5px
  }
}

@media (prefers-reduced-motion:reduce) {
  *,:before,:after {
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important
  }
}
