:root {
  --ink: #1c202e;
  --nav: #171924;
  --blue: #325cbe;
  --muted: #181b27;
  --white: #e8e8f0;
  --line: #363b51;
  --gold: #f7be3d;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font:
    16px/1.65 Roboto,
    Arial,
    sans-serif;
}
.r4kye {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
a {
  color: #a9c4ff;
  text-decoration: none;
}
a:hover {
  color: #fff;
}
h1,
h2,
h3 {
  line-height: 1.15;
  margin: 0 0 16px;
}
h1 {
  font-size: clamp(2.2rem, 5vw, 4.7rem);
}
h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}
p {
  margin: 0 0 14px;
}
.q8vna {
  background: var(--nav);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid #292d3f;
}
.q8vna .r4kye {
  height: 76px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.m2xlo img {
  display: block;
  width: 150px;
  height: 40px;
  object-fit: cover;
  border-radius: 7px;
}
.n9cwf {
  display: flex;
  align-items: center;
  gap: 19px;
  flex: 1;
}
.n9cwf a {
  font-size: 0.87rem;
  color: #e8e8f0;
  white-space: nowrap;
}
.n9cwf span {
  color: #87a9ff;
}
.v5jtz {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p8dqm {
  font-size: 0.74rem;
  white-space: nowrap;
  margin-right: 8px;
}
.p8dqm i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #49d879;
  border-radius: 50%;
  margin-right: 4px;
  box-shadow: 0 0 10px #49d879;
}
.btn {
  border: 0;
  border-radius: 8px;
  padding: 10px 17px;
  color: white;
  display: inline-block;
  font-weight: 700;
  transition:
    0.25s transform,
    0.25s box-shadow;
  background: var(--muted);
  cursor: pointer;
  white-space: nowrap;
}
.c6wqb {
  background: var(--blue);
}
.btn:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px #0005;
}
.t6hpd {
  display: none;
  background: none;
  border: 0;
  padding: 5px;
}
.t6hpd span {
  display: block;
  background: #fff;
  width: 23px;
  height: 2px;
  margin: 5px;
}
.hero {
  height: min(560px, 70vw);
  min-height: 410px;
  position: relative;
  overflow: hidden;
}
.hero > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, #121525e8 15%, #1b245ebd 57%, #325cbe70);
  background-size: 200% 200%;
  animation: glow 8s ease infinite;
}
.hero-in {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}
.y7bce {
  max-width: 680px;
}
.eyebrow,
.title > span {
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #93b4ff;
}
.y7bce em {
  font-style: normal;
  color: #81a8ff;
}
.y7bce p {
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
}
.g5rdu {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.block,
.l2oar {
  margin: 65px 0;
}
.l2oar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.a7rqs,
.bonus,
.j2qem > div,
.comment,
.game,
.responsible {
  background: #24293a;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.a7rqs {
  padding: 28px;
}
.a7rqs h2 {
  color: #7ee8a6;
}
.a7rqs.bad h2 {
  color: #ff8493;
}
.a7rqs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.a7rqs li {
  padding: 6px 0;
}
.title {
  text-align: center;
  margin-bottom: 28px;
}
.title.left {
  text-align: left;
  margin: 0 0 12px;
}
.j2qem {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.j2qem > div {
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: 0.25s;
}
.j2qem > div:hover,
.bonus:hover {
  transform: translateY(-6px);
  border-color: #6087e5;
}
.j2qem small {
  color: #abb1c5;
}
.j2qem b {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  color: var(--gold);
  margin: 10px 0;
}
.j2qem i {
  font-size: 0.8rem;
  color: #75e4a1;
}
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}
th,
td {
  padding: 13px 20px;
  text-align: left;
  border: 1px solid var(--line);
}
th {
  background: #252b40;
  color: #a9c4ff;
}
.center {
  justify-content: center;
}
.bonus-scroll {
  display: flex;
  gap: 18px;
}
.bonus {
  padding: 26px;
  flex: 1;
  min-width: 0;
  transition: 0.25s;
}
.bonus > span {
  color: #7e9ee9;
  font-size: 2rem;
  font-weight: 900;
}
.bonus h3 {
  font-size: 1.4rem;
}
.bonus a {
  font-weight: bold;
}
.video {
  max-width: 850px;
  margin: auto;
  border: 3px solid #38466d;
  box-shadow: 0 15px 35px #0008;
  border-radius: 14px;
  overflow: hidden;
}
.video iframe {
  border: 0;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}
.game {
  text-align: center;
  padding: 35px;
}
.reels {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 20px;
}
.reels div {
  font-size: 3rem;
  width: 90px;
  height: 85px;
  display: grid;
  place-items: center;
  background: #161a29;
  border: 1px solid #4a5d91;
  border-radius: 10px;
}
.spinning div {
  animation: spin 0.55s linear 4;
}
.hidden {
  display: none !important;
}
.responsible {
  padding: 28px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.adult {
  font-size: 2rem;
  font-weight: 900;
  background: #edbc41;
  color: #151725;
  border-radius: 50%;
  height: 84px;
  width: 84px;
  display: grid;
  place-items: center;
  flex: none;
}
.links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.links a {
  padding: 5px 10px;
  border: 1px solid #526494;
  border-radius: 6px;
}
.comments {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
.comment {
  padding: 17px;
}
.comment span {
  font-size: 0.83rem;
  color: var(--gold);
  margin-left: 9px;
}
.comment p {
  margin: 6px 0 0;
}
form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 700px;
}
label {
  font-weight: bold;
}
input,
textarea,
select {
  color: #fff;
  background: #171b29;
  border: 1px solid #4c5677;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
  font: inherit;
  display: block;
  margin-top: 4px;
}
input:focus,
textarea:focus,
select:focus {
  outline: 0;
  border-color: #6c95f5;
  box-shadow: 0 0 0 3px #325cbe55;
}
.form-msg {
  color: #7ee8a6;
}
.prose {
  background: #23283a;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: clamp(22px, 4vw, 45px);
}
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  margin-top: 1.5em;
}
.prose li {
  margin: 7px 0;
}
.prose blockquote {
  border-left: 3px solid var(--blue);
  padding-left: 18px;
  color: #c8cee2;
}
.prose img {
  max-width: 100%;
  height: auto;
  border-radius: 9px;
}
.prose table {
  min-width: 0;
}
.i8wop {
  min-height: 58vh;
  padding: 60px 0;
}
.k6jra {
  max-width: 900px;
  margin: auto;
  background: #24293a;
  border: 1px solid var(--line);
  padding: clamp(24px, 5vw, 55px);
  border-radius: 16px;
}
.k6jra h1 {
  color: #a9c4ff;
}
.h4nuv {
  margin-top: 70px;
  background: var(--nav);
  border-top: 1px solid #30354a;
}
.f7sok {
  padding: 45px 0;
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 1.25fr 1fr;
  gap: 28px;
}
.f3xya {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.9rem;
}
.f3xya h3 {
  font-size: 1rem;
  color: #a9c4ff;
}
.b9euz {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.b9euz b,
.b9euz a {
  font-size: 0.68rem;
  padding: 3px 6px;
  border: 1px solid #4b5574;
  border-radius: 4px;
  color: #dfe7ff;
}
.z2qfi {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.z2qfi a {
  font-size: 1.3rem;
}
.d8mla {
  text-align: center;
  padding: 15px 20px;
  background: #11131c;
  font-size: 0.73rem;
  color: #b4b9c9;
}
.d8mla p {
  margin: 2px;
}
.sticky {
  position: fixed;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  background: #151a2aee;
  border: 1px solid #4768b9;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 30px #000a;
}
.sticky b {
  color: #f8cb50;
}
.sticky button:not(.close) {
  background: #252d43;
  color: #fff;
  border: 1px solid #546da9;
  border-radius: 6px;
  padding: 7px;
  cursor: pointer;
}
.close {
  border: 0;
  background: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}
.fade {
  opacity: 0;
  transform: translateY(22px);
  transition: 0.6s ease;
}
.fade.show {
  opacity: 1;
  transform: none;
}
.z0pna {
  filter: hue-rotate(30deg);
}
@keyframes glow {
  50% {
    background-position: 100% 50%;
  }
}
@keyframes spin {
  to {
    transform: rotateX(1440deg);
  }
}
@media (max-width: 980px) {
  .n9cwf {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    padding: 20px;
    background: #171924;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #333;
  }
  .n9cwf.open {
    display: flex;
  }
  .t6hpd {
    display: block;
    order: 1;
  }
  .m2xlo {
    flex: 1;
  }
  .v5jtz {
    order: 2;
  }
  .p8dqm {
    display: none;
  }
  .f7sok {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .r4kye {
    width: min(100% - 26px, 1180px);
  }
  .q8vna .r4kye {
    height: 64px;
    gap: 8px;
  }
  .m2xlo img {
    width: 105px;
    height: 32px;
  }
  .n9cwf {
    top: 64px;
  }
  .v5jtz .btn {
    padding: 8px 9px;
    font-size: 0.75rem;
  }
  .hero {
    min-height: 390px;
  }
  .l2oar,
  .j2qem {
    grid-template-columns: 1fr;
  }
  .block,
  .l2oar {
    margin: 42px 0;
  }
  .bonus-scroll {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
  .bonus {
    min-width: 82%;
    scroll-snap-align: start;
  }
  .responsible {
    align-items: flex-start;
    flex-direction: column;
  }
  .f7sok {
    grid-template-columns: 1fr;
  }
  .sticky {
    width: calc(100% - 20px);
    gap: 7px;
    font-size: 0.76rem;
  }
  .sticky .btn {
    padding: 7px;
  }
  .sticky button:not(.close) {
    padding: 6px;
    font-size: 0.7rem;
  }
  .reels div {
    width: 76px;
    font-size: 2.4rem;
  }
  .i8wop {
    padding: 35px 0;
  }
}


.m2xlo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex: 0 0 auto !important;
  overflow: visible !important;
}

.m2xlo img,
.h4nuv .f3xya > img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 180px !important;
  max-height: 58px !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
}

.h4nuv .f3xya > img {
  max-width: 190px !important;
  max-height: 64px !important;
}

@media (max-width: 620px) {
  .m2xlo {
    min-width: 0 !important;
    max-width: 135px !important;
  }

  .m2xlo img {
    width: auto !important;
    height: auto !important;
    max-width: 135px !important;
    max-height: 48px !important;
    object-fit: contain !important;
  }

  .h4nuv .f3xya > img {
    width: auto !important;
    height: auto !important;
    max-width: 150px !important;
    max-height: 54px !important;
    object-fit: contain !important;
  }
}
