:root {
  --page: #f1f6fd;
  --ink: #143252;
  --muted: #60758c;
  --blue: #005bbb;
  --deep: #003b82;
  --ice: #dceeff;
  --line: #d7e4f3;
  --micro: 200ms;
  --control: 320ms;
  --disclosure: 450ms;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--page);
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding-top: 80px;
  font-size: 16px;
  line-height: 1.75;
  background:
    radial-gradient(ellipse at 95% 0, #dbeaff 0, transparent 42rem), var(--page);
}
a {
  color: var(--blue);
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
  color: inherit;
  border: 0;
  background: transparent;
}
button:disabled {
  cursor: default;
}
img {
  display: block;
  max-width: 100%;
}
p,
h1,
h2,
h3,
ul,
ol,
blockquote {
  margin: 0;
}
h1 {
  font-size: 46px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.7px;
}
h2 {
  font-size: 29px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.65px;
}
h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.15px;
}
h1,
h2,
h3 {
  overflow-wrap: break-word;
  hyphens: none;
}
p,
ul,
ol {
  max-width: 100%;
}
ul,
ol {
  padding-left: 24px;
}
li + li {
  margin-top: 10px;
}
li::marker {
  color: var(--blue);
  font-weight: 700;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #1497e7;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.container {
  max-width: 1600px;
  margin: auto;
  padding-left: 28px;
  padding-right: 28px;
}
.site-header {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  height: 80px;
  background: #ffffffed;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #cddff2;
  box-shadow: 0 4px 30px #173e6c05;
}
.site-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    #005bbb 0 28%,
    #fff 28% 38%,
    #005bbb 38% 62%,
    #fff 62% 72%,
    #005bbb 72%
  );
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.brand {
  flex-shrink: 0;
  transition: transform var(--control) var(--ease);
}
.brand img {
  width: 158px;
  height: auto;
  filter: none;
}
.desktop-nav {
  display: flex;
  height: 100%;
  gap: 25px;
  margin-left: auto;
}
.desktop-nav > a {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 3px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  transition: color var(--control) var(--ease);
}
.desktop-nav > a:after {
  content: "";
  position: absolute;
  bottom: 15px;
  height: 3px;
  left: 0;
  right: 0;
  background: linear-gradient(
    90deg,
    var(--blue) 0 44%,
    transparent 44% 54%,
    var(--blue) 54%
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--control) var(--ease);
}
.desktop-nav > a[aria-current] {
  color: var(--blue);
}
.desktop-nav > a[aria-current]:after,
.desktop-nav > a:focus-visible:after {
  transform: scaleX(1);
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
}
.desktop-actions {
  display: flex;
  gap: 8px;
}
.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 21px;
  border: 1px solid var(--blue);
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  max-width: 100%;
  box-shadow: 0 5px 14px #005bbb14;
  transition:
    transform var(--control) var(--ease),
    box-shadow var(--control) var(--ease),
    background-color var(--control) var(--ease),
    border-color var(--control) var(--ease);
}
.button:before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 45%;
  background: linear-gradient(90deg, transparent, #ffffff55, transparent);
  transform: skewX(-22deg);
  z-index: -1;
  transition: left 650ms var(--ease);
}
.button-outline {
  background: #fff;
  color: var(--blue);
  box-shadow: none;
}
.button:active {
  transform: translateY(1px) scale(0.985);
}
.button:disabled {
  opacity: 0.6;
}
.locale {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
}
.greek-flag {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 18px;
  background: repeating-linear-gradient(to bottom, #005bbb 0 2px, #fff 2px 4px);
  box-shadow: 0 0 0 1px #005bbb20;
  flex-shrink: 0;
}
.greek-flag:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background:
    linear-gradient(to right, transparent 0 4px, #fff 4px 6px, transparent 6px),
    linear-gradient(to bottom, #005bbb 0 4px, #fff 4px 6px, #005bbb 6px);
}
.dock-launch {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 44px;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  transition:
    background-color var(--control),
    transform var(--control);
}
.dock-launch > img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(97%) saturate(1800%)
    hue-rotate(191deg);
  transition: transform 400ms var(--ease);
}
.dock-launch b {
  background: var(--ice);
  color: var(--deep);
  border-radius: 7px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
}
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
}
.menu-toggle span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 5px auto;
  background: var(--deep);
  transition:
    transform var(--control),
    opacity var(--micro);
}
.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 18px 22px 24px;
  background: #fff;
  max-height: calc(100dvh - 64px);
  overflow: auto;
  border-bottom: 3px solid var(--blue);
  box-shadow: 0 20px 40px #123c6c18;
}
.mobile-menu nav {
  display: flex;
  flex-direction: column;
}
.mobile-menu nav a {
  padding: 12px 10px;
  color: var(--ink);
  font-weight: 700;
  border-bottom: 1px solid var(--line);
  transition:
    padding-left var(--control),
    background-color var(--control);
}
.mobile-menu nav a[aria-current] {
  color: var(--blue);
  background: #eef6ff;
}
.mobile-actions {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.mobile-actions .button {
  flex: 1;
}
.menu-scrim {
  position: fixed;
  z-index: 40;
  inset: 80px 0 0;
  background: #062b5266;
  backdrop-filter: blur(3px);
}
.page-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) 240px;
  gap: 20px;
  align-items: start;
  margin-top: 25px;
  margin-bottom: 44px;
}
.content-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.editorial-article {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
.sidebar {
  position: sticky;
  top: 105px;
  max-height: calc(100dvh - 128px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #b4d1ef transparent;
  min-width: 0;
}
.side-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.side-card + .side-card {
  margin-top: 20px;
}
.side-title {
  padding: 12px 14px;
  background: #e8f2ff;
  color: #3a648b;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.side-link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 13px;
  min-height: 46px;
  color: var(--ink);
  font-size: 12px;
  line-height: 1.45;
  border-bottom: 1px solid #edf3fb;
  transition:
    background-color var(--control),
    padding-left var(--control);
}
.side-link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 3px;
  background: var(--blue);
  transform: scaleY(0);
  transition: transform var(--control);
}
.side-link img {
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(24%) sepia(97%) saturate(1800%)
    hue-rotate(191deg);
  transition: transform var(--control);
}
.article-nav a {
  display: block;
  padding: 9px 13px;
  border-left: 3px solid transparent;
  color: #536e8b;
  font-size: 11px;
  line-height: 1.5;
  transition:
    background-color var(--control),
    border-color var(--control),
    padding-left var(--control);
}
.article-nav a[aria-current="true"] {
  border-color: var(--blue);
  background: #ecf5ff;
  color: var(--deep);
  font-weight: 700;
}
.side-game {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 14px;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.side-game img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  transition:
    transform 400ms var(--ease),
    box-shadow 400ms;
}
.side-responsible {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 13px;
  padding: 20px 15px;
  background: radial-gradient(circle at 100% 0, #d2e9ff, transparent 55%), #fff;
  font-size: 12px;
}
.age {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue);
  border-radius: 50%;
  font-size: 15px;
  font-weight: 800;
  color: var(--deep);
  flex-shrink: 0;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 472px;
  display: flex;
  align-items: center;
  padding: 38px 32px;
  border: 1px solid #c8dbef;
  border-radius: 16px;
  background: #f5f8fc;
  box-shadow: 0 12px 32px #123f7510;
}
.hero > picture,
.promo-banner > picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero > picture > img,
.promo-banner > picture > img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: contrast(1.06) saturate(1.08);
  transition: transform 900ms var(--ease);
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: none;
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: 59%;
  color: #07366c;
}
.eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.12em;
  color: var(--blue);
  margin-bottom: 16px;
}
.hero h1 {
  max-width: 490px;
  text-wrap: balance;
}
.hero-lead {
  margin-top: 21px;
  font-size: 14px;
  line-height: 1.75;
  color: #385777;
  max-width: 460px;
}
.hero-actions {
  margin-top: 24px;
}
.hero-signature {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  font-size: 9px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #587a9d;
}
.hero-signature .greek-flag {
  width: 21px;
  height: 14px;
  background-size: 100% 3.11px;
}
.hero-signature .greek-flag:after {
  transform: scale(0.78);
  transform-origin: top left;
}
.content-section {
  position: relative;
  padding: 29px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  scroll-margin-top: 103px;
  min-width: 0;
  box-shadow: 0 4px 18px #153d6d04;
  transition:
    border-color 400ms,
    box-shadow 400ms;
}
.content-section:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 28px;
  bottom: 28px;
  width: 3px;
  background: linear-gradient(var(--blue), #a8d8ff);
  border-radius: 3px;
  transform-origin: top;
  pointer-events: none;
}
.content-section > h2 {
  margin-bottom: 22px;
  color: #123d70;
}
.section-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
  min-width: 0;
}
.section-body > p,
.section-body > ul,
.section-body > ol {
  width: 100%;
}
.section-body > h3 {
  margin-top: 3px;
  color: #164b83;
}
.light-art-block {
  background:
    radial-gradient(
      ellipse at var(--motif-position, 90%) 0,
      #e6f3ff 0,
      transparent 42%
    ),
    #fff;
}
.table-wrap {
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border: 1px solid #cbdff3;
  border-radius: 9px;
  scrollbar-width: thin;
  scrollbar-color: #82b4e5 #eaf3fc;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 1.65;
}
th,
td {
  text-align: left;
  vertical-align: top;
  padding: 14px 16px;
  border-bottom: 1px solid #dbe7f5;
  min-width: 142px;
}
th {
  background: #0758a8;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
td:first-child {
  font-weight: 700;
  background: #f0f7ff;
  border-left: 3px solid #a4c9ef;
  color: #244e79;
}
tbody tr:nth-child(even) td {
  background: #f7faff;
}
tbody tr:last-child td {
  border-bottom: 0;
}
td {
  transition:
    background-color 220ms,
    border-color 220ms;
}
.topic-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}
.topic-info-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 23px;
  border: 1px solid #d5e5f6;
  border-radius: 11px;
  background: linear-gradient(var(--motif-angle, 35deg), #fff 55%, #e5f2ff);
  min-width: 0;
  transition:
    transform 400ms var(--ease),
    border-color 400ms,
    box-shadow 400ms;
}
.topic-info-card:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -28px;
  top: -45px;
  width: 105px;
  height: 155px;
  border: 13px solid #8cc5fa13;
  border-radius: 80px 80px 0 0;
  transform: rotate(var(--motif-angle, 35deg));
  transition: transform 700ms var(--ease);
}
.topic-info-card[data-ornament="1"] {
  background:
    radial-gradient(circle at 100% 100%, #d9eeff, transparent 60%), #fff;
}
.topic-info-card[data-ornament="2"] {
  border-top: 3px solid #74b5f1;
  background: linear-gradient(155deg, #f2f8ff, #fff 55%);
}
.topic-info-card[data-ornament="3"] {
  background: linear-gradient(15deg, #edf6ff, #fff 65%);
  border-bottom: 3px solid #a0caf1;
}
.topic-info-card:only-child {
  grid-column: 1/-1;
}
.topic-info-card h3 {
  color: #074a91;
}
.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: 100%;
}
.comparison {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  padding: 23px;
  border: 1px solid #bad9f5;
  border-top: 4px solid #0072cf;
  border-radius: 10px;
  background: linear-gradient(150deg, #edf7ff, #fff 48%);
  min-width: 0;
  transition:
    box-shadow 400ms,
    transform 400ms;
}
.comparison.cons {
  border-color: #c6d4e7;
  border-top-color: #627c9b;
  background: linear-gradient(150deg, #f0f3f8, #fff 48%);
}
.comparison > p:first-of-type {
  font-size: 19px;
  font-weight: 700;
  padding-left: 37px;
}
.comparison-sign {
  position: absolute;
  top: 23px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #d4ebff;
  color: var(--blue);
  font-size: 24px;
  font-weight: 700;
  border-radius: 6px;
}
.cons .comparison-sign {
  background: #e1e8f1;
  color: #647e9c;
}
.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: 100%;
}
.review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
  border: 1px solid #d4e4f5;
  border-radius: 10px;
  background: linear-gradient(165deg, #f2f8ff, #fff);
  transition:
    transform 400ms,
    box-shadow 400ms;
}
.review-card:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.review-quote {
  font-family: Georgia, serif;
  font-size: 53px;
  line-height: 0.7;
  color: #3f95dd;
}
.review-card > p {
  font-size: 13px;
  font-weight: 700;
  color: #246197;
}
.byline {
  border-left: 3px solid #7fb6e7;
  background: #eef5fc;
  border-radius: 0 7px 7px 0;
  padding: 15px 18px;
  color: #4d6c8c;
  font-size: 13px;
}
.faq-item {
  width: 100%;
  border: 1px solid #d7e6f5;
  border-radius: 10px;
  transition:
    background-color 300ms,
    border-color 300ms;
}
.faq-item summary {
  list-style: none;
  position: relative;
  padding: 19px 55px 19px 20px;
  min-height: 56px;
  font-weight: 700;
  line-height: 1.55;
  cursor: pointer;
  color: #174d82;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary:after {
  content: "+";
  position: absolute;
  right: 17px;
  top: 17px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: var(--blue);
  background: #e3f1ff;
  border-radius: 50%;
  transition:
    transform 450ms var(--ease),
    background-color 300ms;
}
.faq-item[open] summary:after,
.faq-item summary[aria-expanded="true"]:after {
  transform: rotate(45deg);
  background: #cde6ff;
}
.faq-item summary[aria-expanded="false"]:after {
  transform: rotate(0);
}
.faq-item[open] {
  background: #f6faff;
  border-color: #a8ccec;
}
.faq-answer {
  padding: 0 20px 21px;
  font-size: 15px;
}
.is-disclosing {
  overflow: hidden !important;
}
.promo-banner {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 340px;
  padding: 29px 30px;
  border: 1px solid #c9deef;
  border-radius: 14px;
  background: #f7faff;
  transition:
    box-shadow 500ms,
    border-color 500ms;
}
.promo-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: none;
}
.promo-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 57%;
  color: #0a3970;
}
.promo-copy .eyebrow {
  margin: 0;
  font-size: 10px;
}
.promo-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.8px;
}
.promo-copy > p:not(.promo-title) {
  font-size: 14px;
  line-height: 1.65;
  color: #3c5e82;
}
.copy-right {
  justify-content: flex-end;
}
.copy-right:after {
  background: none;
}
.final-app .promo-copy {
  width: 59%;
}
.store-pair {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
}
.store-pair > .store-button {
  min-height: 62px;
  min-width: 222px;
  max-width: 100%;
  padding: 12px 14px;
  justify-content: flex-start;
  background: #fff;
  color: var(--deep);
  border: 1px solid #8db9e4;
  box-shadow: 0 5px 15px #005bbb08;
}
.platform-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 28px;
  flex: 0 0 26px;
}
.platform-mark img {
  width: 26px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(20%) sepia(91%) saturate(2295%)
    hue-rotate(194deg);
}
.store-label {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 4px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}
.store-label strong {
  font-size: 16px;
  line-height: 1.2;
}
.game-rail {
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 24px;
  background: linear-gradient(180deg, #f4faff, #fff 110px);
  min-width: 0;
  overflow: hidden;
}
.rail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}
.rail-heading p {
  font-size: 19px;
  font-weight: 700;
  color: #154b82;
}
.rail-toggle {
  padding: 8px 13px;
  min-height: 44px;
  min-width: 74px;
  border: 1px solid #b5d6f3;
  background: #e7f3ff;
  border-radius: 8px;
  font-size: 12px;
  color: var(--deep);
  flex-shrink: 0;
  transition:
    background-color 300ms,
    box-shadow 300ms;
}
.rail-window {
  width: 100%;
  overflow: auto;
  padding-top: 7px;
  padding-bottom: 3px;
  scrollbar-width: thin;
  scrollbar-color: #9ac2e8 transparent;
}
.rail-track {
  display: flex;
  gap: 16px;
  width: max-content;
}
.game-group {
  display: flex;
  gap: 14px;
}
.game-card {
  display: flex;
  flex-direction: column;
  gap: 11px;
  width: 132px;
  flex: 0 0 132px;
  color: #284766;
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
}
.game-card img {
  width: 132px;
  height: 132px;
  object-fit: cover;
  border-radius: 11px;
  border: 2px solid #fff;
  box-shadow: 0 3px 10px #073e7912;
  transition:
    transform 400ms var(--ease),
    box-shadow 400ms,
    border-color 400ms;
}
.game-card span {
  padding-bottom: 5px;
  min-height: 39px;
}
.game-repeat {
  pointer-events: none;
  user-select: none;
}
.game-rail[data-native="false"] .rail-window {
  overflow: hidden;
}
.game-rail[data-native="false"] .rail-track {
  animation: ivi-game-loop var(--rail-duration, 36s) linear infinite;
}
.game-rail[data-paused="true"] .rail-track {
  animation-play-state: paused;
}
.game-rail[data-native="true"] .rail-track {
  transform: none;
}
@keyframes ivi-game-loop {
  to {
    transform: translateX(calc(-1 * var(--rail-distance)));
  }
}
.site-footer {
  position: relative;
  background: #e8f1fc;
  border-top: 1px solid #cadcf1;
  padding: 42px 0 0;
}
.site-footer:before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: repeating-linear-gradient(90deg, #005bbb 0 25px, #fff 25px 50px);
  opacity: 0.55;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.75fr 0.95fr 1.3fr;
  gap: 36px;
}
.footer-brand img {
  width: 145px;
  height: auto;
  margin-bottom: 19px;
  filter: none;
}
.footer-brand p {
  font-size: 13px;
  max-width: 265px;
  color: #54718f;
}
.footer-country {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  margin-top: 20px;
  color: #436687;
}
.footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
  line-height: 1.5;
}
.footer-grid nav strong {
  color: #1e4c7c;
  margin-bottom: 5px;
}
.footer-grid nav a {
  position: relative;
  color: #526f8e;
  width: fit-content;
  transition:
    color 250ms,
    transform 250ms;
}
.footer-grid nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: #4284c9;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 300ms;
}
.responsible {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px;
  font-size: 12px;
  line-height: 1.7;
  color: #506f8f;
}
.responsible strong {
  color: #1e4c7c;
  font-size: 14px;
}
.footer-bottom {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #c8daee;
  padding: 22px 0;
  color: #65809b;
  font-size: 11px;
  line-height: 1.5;
}
.service-main {
  padding-top: 30px;
  padding-bottom: 46px;
  max-width: 1160px;
}
.service-block {
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 38px;
  background: linear-gradient(155deg, #eaf5ff 0, #fff 25%);
  box-shadow: 0 10px 30px #1a4c8110;
}
.service-block h1 {
  font-size: 38px;
  line-height: 1.18;
  margin-bottom: 28px;
  letter-spacing: -1px;
}
.service-qa {
  padding-top: 23px;
  margin-top: 23px;
  border-top: 1px solid var(--line);
}
.service-qa h2 {
  font-size: 21px;
  line-height: 1.35;
  margin-bottom: 13px;
}
.service-qa p {
  font-size: 15px;
  color: #526c88;
}
.error-page {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}
.error-code {
  display: block;
  font-size: 100px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -6px;
  color: #0d69bf;
  margin-bottom: 20px;
}
.error-page > p {
  margin: 20px 0;
}
.error-page .button {
  margin-top: 12px;
}
.utility-cluster {
  position: fixed;
  right: 14px;
  bottom: 22px;
  z-index: 35;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.utility-cluster > a,
.utility-cluster > button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 14px;
  background: #fff;
  color: var(--blue);
  border: 1px solid #b6d3f2;
  box-shadow: 0 5px 18px #0c468423;
  transition:
    transform 350ms var(--ease),
    box-shadow 350ms,
    background-color 350ms;
}
.utility-cluster .wheel-launch {
  background: var(--blue);
  color: #fff;
}
.utility-cluster .wheel-launch img {
  filter: brightness(0) invert(1);
  transition: transform 650ms var(--ease);
}
.utility-cluster .utility-chat {
  background: #093e83;
  color: #fff;
  border-color: #093e83;
}
.scroll-top > svg {
  position: absolute;
  inset: 3px;
  width: 39px;
  height: 39px;
  transform: rotate(-90deg);
  fill: none;
  stroke-width: 2;
}
.scroll-track {
  stroke: #dceafa;
}
.scroll-meter {
  stroke: var(--blue);
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--scroll-progress, 0));
  transition: stroke-dashoffset 180ms;
}
.scroll-top-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  line-height: 1;
}
.scroll-top-copy > span {
  font-size: 22px;
  font-weight: 700;
}
.scroll-top-copy small {
  font-size: 8px;
  font-weight: 700;
  margin-top: 1px;
}
.bonus-dock {
  position: fixed;
  z-index: 60;
  right: 27px;
  top: 91px;
  width: 420px;
  max-width: calc(100vw - 32px);
  max-height: calc(100dvh - 112px);
  overflow: auto;
  padding: 22px;
  background: #f9fcff;
  border: 1px solid #8ebbe8;
  border-top: 4px solid var(--blue);
  border-radius: 14px;
  box-shadow: 0 22px 70px #0736693d;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
}
.panel-heading strong {
  font-size: 20px;
  line-height: 1.3;
  color: #10457c;
}
.panel-heading button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  font-size: 27px;
  border-radius: 50%;
  transition:
    background-color 300ms,
    transform 350ms;
}
.dock-offer {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 17px;
  padding: 20px;
  border: 1px solid #cfe2f6;
  border-radius: 11px;
  background: linear-gradient(145deg, #fff 45%, #e1f0ff);
  transition:
    box-shadow 400ms,
    border-color 400ms;
}
.dock-offer:nth-child(odd) {
  background: linear-gradient(30deg, #edf7ff, #fff 65%);
}
.dock-offer strong {
  font-size: 18px;
  line-height: 1.4;
  color: #0d4e91;
}
.dock-offer p {
  font-size: 12px;
  color: #577695;
}
.dock-offer .button {
  font-size: 12px;
  min-height: 42px;
  padding: 10px 14px;
}
.offer-wheel {
  border: 1px solid #a3c9ef;
  border-top: 5px solid var(--blue);
  border-radius: 18px;
  padding: 25px;
  max-width: calc(100vw - 28px);
  width: 510px;
  max-height: calc(100dvh - 30px);
  overflow: auto;
  color: var(--ink);
  background: radial-gradient(circle at 50% 45%, #e3f3ff, #fff 65%);
  box-shadow: 0 25px 90px #032c6360;
}
.offer-wheel::backdrop {
  background: #052b59b8;
  backdrop-filter: blur(5px);
}
.offer-wheel > p {
  font-size: 13px;
  line-height: 1.65;
  margin: 12px 0 20px;
  color: #627b97;
}
.wheel-stage {
  position: relative;
  width: min(100%, 330px);
  aspect-ratio: 1;
  margin: 22px auto 27px;
}
.wheel-disc {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow:
    0 0 0 2px #005bbb,
    0 0 0 8px #c1e1ff,
    0 14px 26px #06468120;
  background: conic-gradient(
    #005bbb 0deg 90deg,
    #d8edff 90deg 180deg,
    #063c83 180deg 270deg,
    #ecf7ff 270deg 360deg
  );
  container-type: inline-size;
}
.wheel-disc:after {
  content: "";
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 17px);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff, #adcff0);
  border: 4px solid #fff;
  box-shadow: 0 0 0 1px #91bce5;
}
.wheel-label {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 28px;
  transform-origin: 0 50%;
  transform: translateY(-50%) rotate(var(--angle));
  font-size: clamp(9px, 3.5cqw, 11px);
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}
.wheel-label > span {
  position: absolute;
  left: 27%;
  width: 68%;
  top: 50%;
  transform: translateY(-50%) rotate(var(--flip));
  text-wrap: balance;
  white-space: normal;
}
.wheel-label:nth-child(even) {
  color: #06427d;
}
.wheel-pointer {
  position: absolute;
  z-index: 2;
  left: calc(50% - 13px);
  top: -15px;
  width: 26px;
  height: 33px;
  background: #005bbb;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  filter: drop-shadow(0 2px 1px #fff);
}
.wheel-results > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding: 21px;
  margin-top: 18px;
  border: 1px solid #a6cbee;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff, #dfedfc);
}
.wheel-results strong {
  font-size: 21px;
  line-height: 1.4;
  color: #084c91;
}
.wheel-results p {
  font-size: 14px;
}
.coin-confetti {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 10;
  overflow: hidden;
}
.confetti-piece {
  position: absolute;
  top: -20px;
  border-radius: 2px;
  will-change: transform;
}
.bonus-dock:not([hidden]),
.offer-wheel[open] {
  animation: ivi-panel-in 360ms var(--ease);
}
@keyframes ivi-panel-in {
  from {
    opacity: 0.3;
    transform: translateY(10px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
html:has(.offer-wheel[open]) {
  overflow: hidden;
}
.page-transition {
  position: fixed;
  z-index: 999;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 25px;
  background: linear-gradient(135deg, #fff 5%, #e1f0ff 100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms,
    visibility 180ms;
}
.page-transition:before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    135deg,
    transparent 0 55px,
    #005bbb04 55px 57px
  );
  pointer-events: none;
}
.transition-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 360px);
  padding: 37px 25px;
  background: #ffffffc9;
  border: 1px solid #b9d8f3;
  border-radius: 24px;
  box-shadow: 0 24px 70px #005bbb1f;
  text-align: center;
  overflow: hidden;
}
.transition-emblem {
  position: relative;
  padding: 24px;
  margin-bottom: 12px;
}
.transition-emblem img {
  width: 156px;
  height: auto;
  filter: none;
}
.transition-orbit {
  position: absolute;
  inset: -9px 44px;
  border: 2px solid #c7e1fa;
  border-top-color: #005bbb;
  border-bottom-color: #005bbb;
  border-radius: 50%;
  animation: ivi-orbit 1600ms linear infinite;
}
.transition-caption {
  font-size: 10px;
  letter-spacing: 0.17em;
  font-weight: 800;
  color: #2f78bb;
  margin: 12px 0;
}
.transition-card > strong {
  font-size: 24px;
  line-height: 1.3;
  color: #06478c;
}
.transition-card > p {
  font-size: 12px;
  color: #64819c;
  margin-top: 12px;
}
.transition-track {
  position: relative;
  width: 150px;
  height: 3px;
  background: #d7eafc;
  margin: 24px 0;
  overflow: hidden;
}
.transition-track:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 45%;
  background: #005bbb;
  animation: ivi-track 900ms ease-in-out infinite alternate;
}
.transition-signature {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  color: #7891a9;
}
html[data-page-transition="loading"] .page-transition,
html[data-page-transition="leaving"] .page-transition {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@keyframes ivi-orbit {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ivi-track {
  to {
    transform: translateX(125%);
  }
}
.skip-link {
  position: fixed;
  z-index: 1000;
  left: 20px;
  top: -100px;
  background: #fff;
  border: 1px solid var(--blue);
  padding: 12px 20px;
  border-radius: 9px;
}
.skip-link:focus {
  top: 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  white-space: nowrap;
}
.noscript-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 16px;
}
html:not([data-interactions]) .menu-toggle,
html:not([data-interactions]) .dock-launch,
html:not([data-interactions]) .wheel-launch {
  display: none !important;
}
html[data-interactions] .content-section:before {
  transform: scaleY(0);
  transition: transform 700ms var(--ease);
}
html[data-interactions] .content-section.edge-seen:before {
  transform: scaleY(1);
}
@media (hover: hover) and (pointer: fine) {
  .brand:hover {
    transform: translateY(-2px);
  }
  .desktop-nav > a:hover {
    color: var(--blue);
  }
  .desktop-nav > a:hover:after {
    transform: scaleX(1);
  }
  .button:hover {
    transform: translateY(-3px);
    background: #004c9f;
    box-shadow: 0 9px 22px #005bbb30;
  }
  .button:hover:before {
    left: 130%;
  }
  .button-outline:hover,
  .store-button:hover {
    background: #edf6ff;
    color: #004a96;
  }
  .dock-launch:hover {
    background: #eaf4ff;
  }
  .dock-launch:hover > img {
    transform: rotate(-12deg) scale(1.12);
  }
  .side-link:hover {
    background: #eef7ff;
    padding-left: 17px;
  }
  .side-link:hover:before {
    transform: scaleY(1);
  }
  .side-link:hover img {
    transform: rotate(-7deg);
  }
  .article-nav a:hover {
    background: #eff7ff;
    padding-left: 17px;
    color: var(--blue);
  }
  .mobile-menu nav a:hover {
    background: #edf6ff;
    padding-left: 17px;
  }
  .hero:hover > picture > img {
    transform: scale(1.025);
  }
  .promo-banner:hover > picture > img {
    transform: scale(1.035);
  }
  .promo-banner:hover {
    border-color: #8bb8e2;
    box-shadow: 0 12px 27px #005bbb13;
  }
  .content-section:hover {
    border-color: #b5d4f0;
    box-shadow: 0 6px 22px #005bbb09;
  }
  .topic-info-card:hover {
    transform: translateY(-4px);
    border-color: #88bce7;
    box-shadow: 0 12px 23px #005bbb15;
  }
  .topic-info-card:hover:before {
    transform: rotate(calc(var(--motif-angle, 35deg) + 12deg)) scale(1.12);
  }
  .comparison:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 22px #005bbb13;
  }
  .review-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px #005bbb15;
  }
  .table-wrap tr:hover td {
    background: #e1f0ff;
  }
  .table-wrap tr:hover td:first-child {
    border-left-color: var(--blue);
  }
  .faq-item:hover {
    border-color: #8abbe6;
    background: #f6faff;
  }
  .game-card:hover img {
    transform: translateY(-5px) rotate(-1.5deg);
    box-shadow: 0 9px 17px #005bbb30;
    border-color: #60a8e7;
  }
  .side-game:hover img {
    transform: scale(0.975) rotate(1deg);
    box-shadow: 0 6px 16px #005bbb28;
  }
  .rail-toggle:hover {
    background: #d0e8ff;
    box-shadow: inset 0 0 0 1px #7bb4e7;
  }
  .footer-grid nav a:hover {
    color: var(--blue);
    transform: translateX(3px);
  }
  .footer-grid nav a:hover:after {
    transform: scaleX(1);
  }
  .utility-cluster > a:hover,
  .utility-cluster > button:hover {
    transform: translateY(-3px);
    box-shadow: 0 9px 22px #005bbb35;
  }
  .wheel-launch:hover img {
    transform: rotate(25deg) scale(1.12);
  }
  .panel-heading button:hover {
    background: #dfedfb;
    transform: rotate(90deg);
  }
  .dock-offer:hover {
    border-color: #86b9e7;
    box-shadow: 0 6px 18px #005bbb17;
  }
}
.button:focus-visible {
  box-shadow: 0 0 0 5px #cae7ff;
}
.game-card:focus-visible img,
.side-game:focus-visible img {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #8ec9ff;
}
.table-wrap:focus-visible td:first-child {
  border-left-color: var(--blue);
}
@media (min-width: 1360px) and (max-width: 1450px) {
  .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .page-layout {
    grid-template-columns: 240px minmax(0, 1fr) 240px;
    gap: 20px;
  }
  .header-inner {
    gap: 18px;
  }
  .desktop-nav {
    gap: 20px;
  }
  .header-tools {
    gap: 10px;
  }
  .hero {
    padding: 34px 29px;
  }
  .hero h1 {
    font-size: 43px;
  }
  .hero-copy {
    width: 59%;
  }
  .content-section {
    padding: 26px;
  }
  .utility-cluster {
    right: 7px;
  }
}
@media (max-width: 1359px) {
  .page-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .sidebar {
    display: none !important;
  }
  .content-column {
    width: 100%;
  }
  .hero {
    min-height: 485px;
  }
  .hero-copy {
    width: 53%;
  }
  .hero h1 {
    font-size: 50px;
  }
  .hero > picture > img {
    object-position: 50% 58%;
  }
  .promo-banner {
    min-height: 365px;
  }
  .promo-copy {
    width: 52%;
    max-width: 510px;
  }
  .topic-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .utility-cluster {
    right: 10px;
  }
}
@media (max-width: 1100px) {
  .desktop-actions,
  .locale {
    display: none;
  }
  .desktop-nav {
    margin-left: auto;
  }
  .header-tools {
    margin-left: 0;
  }
  .menu-toggle {
    display: block;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero h1 {
    font-size: 44px;
  }
  .hero {
    min-height: 465px;
  }
  .hero-copy {
    width: 57%;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 64px;
    font-size: 15px;
    line-height: 1.78;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-header {
    height: 64px;
  }
  .header-inner {
    gap: 12px;
  }
  .brand img {
    width: 134px;
  }
  .desktop-nav {
    display: none;
  }
  .header-tools {
    margin-left: auto;
    gap: 8px;
  }
  .dock-launch > span {
    display: none;
  }
  .dock-launch {
    gap: 5px;
  }
  .menu-scrim {
    top: 64px;
  }
  .page-layout {
    margin-top: 16px;
    gap: 20px;
    margin-bottom: 28px;
  }
  .content-column,
  .editorial-article {
    gap: 20px;
  }
  .hero {
    padding: 290px 23px 26px;
    min-height: 0;
    align-items: flex-end;
    border-radius: 13px;
  }
  .hero > picture {
    height: 290px;
    bottom: auto;
  }
  .hero > picture > img {
    object-position: 75% 40%;
  }
  .hero:after {
    background: linear-gradient(
      0deg,
      #f5f8fc 0,
      #f5f8fc calc(100% - 290px),
      transparent calc(100% - 270px)
    );
  }
  .hero-copy {
    width: 100%;
  }
  .hero h1 {
    font-size: 39px;
    line-height: 1.1;
    letter-spacing: -1.2px;
    max-width: 100%;
    text-wrap: pretty;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 13px;
  }
  .hero-lead {
    font-size: 14px;
    margin-top: 18px;
  }
  .hero-actions {
    margin-top: 21px;
  }
  .hero-signature {
    margin-top: 23px;
    font-size: 8px;
  }
  .content-section {
    padding: 23px 21px;
    scroll-margin-top: 84px;
    border-radius: 11px;
  }
  .content-section > h2 {
    margin-bottom: 21px;
  }
  h2 {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -0.55px;
  }
  h3 {
    font-size: 19px;
    line-height: 1.45;
  }
  .section-body {
    gap: 20px;
  }
  .topic-card-grid,
  .pros-cons,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .topic-info-card {
    padding: 21px;
  }
  .comparison {
    padding: 21px;
  }
  .comparison-sign {
    top: 21px;
    left: 21px;
  }
  .comparison > p:first-of-type {
    font-size: 18px;
  }
  .review-card:last-child:nth-child(odd) {
    grid-column: auto;
  }
  .review-card {
    padding: 22px;
  }
  .faq-item summary {
    padding: 17px 48px 17px 17px;
    font-size: 14px;
  }
  .faq-item summary:after {
    right: 13px;
    top: 15px;
  }
  .faq-answer {
    padding: 0 17px 20px;
    font-size: 14px;
  }
  .promo-banner {
    min-height: 0;
    padding: 225px 22px 26px;
    align-items: flex-end;
    border-radius: 12px;
  }
  .promo-banner > picture {
    height: 235px;
    bottom: auto;
  }
  .promo-banner > picture > img {
    object-position: 80% 50%;
  }
  .promo-banner.copy-right > picture > img {
    object-position: 15% 50%;
  }
  .promo-banner:after,
  .promo-banner.copy-right:after {
    background: linear-gradient(
      0deg,
      #f7faff 0,
      #f7faff calc(100% - 225px),
      transparent calc(100% - 205px)
    );
  }
  .promo-copy,
  .final-app .promo-copy {
    width: 100%;
    max-width: none;
  }
  .promo-title {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.7px;
  }
  .promo-copy .eyebrow {
    font-size: 9px;
  }
  .promo-copy > p:not(.promo-title) {
    font-size: 13px;
  }
  .store-pair {
    width: 100%;
    gap: 10px;
  }
  .store-pair > .store-button {
    flex: 0 1 222px;
    min-width: 216px;
    padding: 11px 12px;
    min-height: 60px;
  }
  .store-label strong {
    font-size: 15px;
  }
  .store-label {
    font-size: 12px;
  }
  .game-rail {
    padding: 21px;
  }
  .rail-heading {
    gap: 12px;
  }
  .rail-heading p {
    font-size: 17px;
    line-height: 1.4;
  }
  .rail-toggle {
    min-width: 69px;
    font-size: 11px;
  }
  .game-card {
    width: 120px;
    flex-basis: 120px;
  }
  .game-card img {
    width: 120px;
    height: 120px;
  }
  .footer-grid {
    gap: 28px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    padding-bottom: 28px;
  }
  .site-footer {
    padding-top: 34px;
  }
  .footer-grid nav {
    font-size: 12px;
  }
  .footer-brand p {
    font-size: 12px;
  }
  .responsible {
    font-size: 11px;
  }
  .utility-cluster {
    right: 8px;
    bottom: 15px;
    gap: 8px;
  }
  .utility-cluster > a,
  .utility-cluster > button {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }
  .scroll-top > svg {
    width: 34px;
    height: 34px;
    inset: 2px;
  }
  .scroll-top-copy > span {
    font-size: 19px;
  }
  .scroll-top-copy small {
    font-size: 7px;
  }
  .bonus-dock {
    top: 74px;
    right: 16px;
    width: 420px;
    max-height: calc(100dvh - 91px);
    padding: 18px;
  }
  .panel-heading strong {
    font-size: 18px;
  }
  .dock-offer {
    padding: 18px;
  }
  .dock-offer strong {
    font-size: 17px;
  }
  .offer-wheel {
    padding: 21px 18px;
    border-radius: 14px;
  }
  .wheel-stage {
    width: min(100% - 12px, 330px);
    margin-top: 23px;
  }
  .wheel-label {
    font-size: clamp(9px, 3.5cqw, 11px);
  }
  .service-main {
    padding-top: 20px;
    padding-bottom: 28px;
  }
  .service-block {
    padding: 25px 21px;
  }
  .service-block h1 {
    font-size: 32px;
    letter-spacing: -0.8px;
  }
  .service-qa h2 {
    font-size: 20px;
  }
  .service-qa p {
    font-size: 14px;
  }
  .error-code {
    font-size: 80px;
  }
  .transition-card {
    padding: 30px 20px;
  }
}
@media (max-width: 400px) {
  .brand img {
    width: 124px;
  }
  .header-tools {
    gap: 3px;
  }
  .dock-launch {
    padding: 3px;
  }
  .header-inner {
    gap: 8px;
  }
  .hero {
    padding-top: 245px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero > picture {
    height: 250px;
  }
  .hero:after {
    background: linear-gradient(
      0deg,
      #f5f8fc 0,
      #f5f8fc calc(100% - 245px),
      transparent calc(100% - 225px)
    );
  }
  .hero h1 {
    font-size: 35px;
  }
  .hero-lead {
    font-size: 13px;
  }
  .content-section {
    padding: 22px 19px;
  }
  h2 {
    font-size: 24px;
  }
  .topic-info-card {
    padding: 19px;
  }
  .promo-banner {
    padding-top: 205px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .promo-banner > picture {
    height: 215px;
  }
  .promo-banner:after,
  .promo-banner.copy-right:after {
    background: linear-gradient(
      0deg,
      #f7faff 0,
      #f7faff calc(100% - 205px),
      transparent calc(100% - 185px)
    );
  }
  .promo-title {
    font-size: 26px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-bottom {
    grid-column: 1;
  }
  .game-card {
    width: 112px;
    flex-basis: 112px;
  }
  .game-card img {
    width: 112px;
    height: 112px;
  }
  .table-wrap th,
  .table-wrap td {
    padding: 12px;
    min-width: 130px;
  }
  .store-pair {
    flex-direction: column;
  }
  .store-pair > .store-button {
    flex: 0 0 auto;
    width: 100%;
    max-width: 245px;
  }
  .wheel-label {
    font-size: clamp(8px, 3.5cqw, 10px);
  }
  .offer-wheel {
    padding: 18px 16px;
  }
  .wheel-stage {
    width: calc(100% - 8px);
  }
  .rail-heading p {
    font-size: 16px;
  }
  .rail-toggle {
    min-width: 63px;
    padding: 8px;
  }
  .utility-cluster > a,
  .utility-cluster > button {
    width: 36px;
    height: 36px;
  }
  .scroll-top > svg {
    width: 30px;
    height: 30px;
  }
  .scroll-top-copy > span {
    font-size: 17px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .game-rail .rail-track {
    animation: none !important;
    transform: none !important;
  }
  .game-repeat {
    display: none !important;
  }
  .game-rail .rail-window {
    overflow: auto !important;
  }
  html[data-interactions] .content-section:before {
    transform: scaleY(1);
  }
  .page-transition {
    display: none !important;
  }
  .hero > picture > img,
  .promo-banner > picture > img,
  .game-card img,
  .side-game img,
  .button,
  .topic-info-card,
  .comparison,
  .review-card {
    transform: none !important;
  }
}

.footer-bottom {
  padding-right: 62px;
}

.surprise-bonus {
  width: 520px;
  max-width: calc(100vw - 28px);
  max-height: calc(100dvh - 28px);
  padding: 0;
  overflow: auto;
  border: 1px solid #a3c9ef;
  border-top: 5px solid var(--blue);
  border-radius: 18px;
  background: #f8fcff;
  color: var(--ink);
  box-shadow: 0 25px 90px #032c6360;
}
.surprise-bonus::backdrop {
  background: #052b59b8;
  backdrop-filter: blur(5px);
}
.surprise-bonus[open] {
  animation: ivi-panel-in 360ms var(--ease);
}
html:has(.surprise-bonus[open]) {
  overflow: hidden;
}
.surprise-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 23px;
  background: linear-gradient(110deg, #fff, #e8f4ff);
}
.surprise-symbol {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 13px;
  background: var(--blue);
  box-shadow: 0 5px 15px #005bbb25;
}
.surprise-symbol img {
  filter: brightness(0) invert(1);
}
.surprise-kicker {
  display: block;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #4076a9;
  margin-bottom: 4px;
}
.surprise-heading h2 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.35px;
  margin: 0;
  color: #10457c;
}
.surprise-close {
  display: grid;
  place-items: center;
  align-self: flex-start;
  flex-shrink: 0;
  margin-left: auto;
  width: 40px;
  height: 40px;
  border: 1px solid #c4dff5;
  border-radius: 50%;
  background: #fff;
  color: #10457c;
  font-size: 27px;
  line-height: 1;
}
.surprise-close:hover {
  background: #dceeff;
}
.surprise-offer > picture {
  display: block;
  height: 175px;
  overflow: hidden;
  border-block: 1px solid #d5e7f8;
  background: #e4f2ff;
}
.surprise-offer > picture > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.surprise-copy {
  position: relative;
  padding: 24px 28px 18px;
  background: radial-gradient(ellipse at 100% 0, #e1f0ff, transparent 75%);
}
.surprise-copy .eyebrow {
  font-size: 9px;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
.surprise-copy h3 {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  color: #06478c;
  margin: 0;
  text-wrap: balance;
}
.surprise-copy p {
  font-size: 13px;
  line-height: 1.6;
  color: #577695;
  margin: 12px 0 18px;
}
.surprise-copy .button {
  width: 100%;
  min-height: 48px;
}
.surprise-footer {
  padding: 0 28px 22px;
}
.surprise-footer > .button {
  width: 100%;
  min-height: 46px;
  gap: 9px;
}
.surprise-footer > p {
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  color: #627b97;
  margin: 15px 0 0;
}
.wheel-surprise-link {
  display: flex;
  width: 100%;
  margin-top: 18px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .surprise-bonus {
    border-radius: 14px;
  }
  .surprise-heading {
    padding: 16px;
    gap: 10px;
  }
  .surprise-heading h2 {
    font-size: 18px;
  }
  .surprise-symbol {
    width: 37px;
    height: 37px;
    border-radius: 10px;
  }
  .surprise-copy {
    padding: 21px 20px 16px;
  }
  .surprise-copy h3 {
    font-size: 27px;
  }
  .surprise-footer {
    padding: 0 20px 19px;
  }
  .surprise-offer > picture {
    height: 150px;
  }
}
@media (max-width: 360px) {
  .surprise-symbol {
    display: none;
  }
  .surprise-copy h3 {
    font-size: 25px;
  }
  .surprise-copy .button,
  .surprise-footer > .button {
    font-size: 12px;
    padding-inline: 12px;
  }
}
@media (max-height: 650px) {
  .surprise-offer > picture {
    height: 105px;
  }
  .surprise-heading {
    padding-block: 12px;
  }
  .surprise-copy {
    padding-top: 16px;
  }
  .surprise-copy h3 {
    font-size: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .surprise-bonus[open] {
    animation: none;
  }
}

.hero h1 {
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.18;
  letter-spacing: -0.7px;
  overflow-wrap: anywhere;
}
@media (max-width: 767px) {
  .hero h1 {
    font-size: 29px;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 360px) {
  .hero h1 {
    font-size: 26px;
  }
}

body {
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}
h1,
h2,
h3,
p,
li,
td,
th,
blockquote,
.button,
.promo-title,
.dock-offer strong,
.wheel-results strong,
.surprise-copy h3 {
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
}
.hero h1 {
  overflow-wrap: break-word;
}
.no-wrap {
  white-space: nowrap;
}
@media (min-width: 1360px) {
  .page-layout {
    grid-template-columns: 210px minmax(0, 1fr) 210px;
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .topic-card-grid,
  .pros-cons,
  .review-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.table-wrap table {
  width: max-content;
  min-width: 100%;
  table-layout: fixed;
}
.table-wrap col {
  min-width: var(--column-width);
}
.table-wrap th,
.table-wrap td {
  min-width: 0;
}
