:root {
  color-scheme: dark;
  --page: #112218;
  --page-deep: #0b1710;
  --panel: #183223;
  --panel-soft: #1d3d2b;
  --panel-strong: #142a1d;
  --ink: #fafaf7;
  --muted: #c9bdb2;
  --apricot: #a4d6b9;
  --apricot-strong: #97d0af;
  --gold: #7dc49b;
  --red: #4fb079;
  --line: rgba(177, 204, 172, .22);
  --success: #70c69a;
  --danger: #9bd2b3;
  --shadow: 0 18px 42px rgba(0, 0, 0, .28);
  --radius: 6px;
  --site-max: 1600px;
  --floating-content-edge: max(30px, calc((100vw - var(--site-max)) / 2 + 10px));
  --header-main-h: 75px;
  --reading-progress-h: 30px;
  --header-h: 105px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 20px);
  background: var(--page-deep);
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 0;
  background:
    linear-gradient(90deg, transparent 0 49.8%, rgba(255, 255, 255, .012) 49.9% 50.1%, transparent 50.2%),
    linear-gradient(145deg, rgba(202, 49, 69, .07), transparent 24%),
    var(--page);
  color: var(--ink);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 1000;
  padding: 10px 16px;
  color: #142a1d;
  background: var(--apricot);
  border-radius: var(--radius);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: var(--header-h);
  border-bottom: 1px solid var(--line);
  background: rgba(6, 30, 21, .96);
  backdrop-filter: blur(16px);
}

.reading-progress {
  --reading-progress: 0%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: var(--reading-progress-h);
  overflow: hidden;
  border-top: 1px solid rgba(177, 204, 172, .28);
  border-bottom: 1px solid rgba(177, 204, 172, .16);
  background:
    linear-gradient(90deg, rgba(202, 49, 69, .3) 0 33.333%, rgba(245, 239, 231, .1) 33.333% 66.666%, rgba(202, 49, 69, .3) 66.666%),
    #0f1e15;
  box-shadow: inset 0 1px rgba(255, 255, 255, .03), 0 6px 18px rgba(0, 0, 0, .24);
}

.reading-progress-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--reading-progress);
  display: block;
  overflow: hidden;
  border-right: 1px solid #e6e1d1;
  background: linear-gradient(90deg, rgba(202, 49, 69, .78), rgba(126, 178, 139, .8) 54%, rgba(116, 181, 135, .88));
  box-shadow: 0 0 18px rgba(177, 204, 172, .54);
  transition: width .16s cubic-bezier(.22, .75, .3, 1);
}

.reading-progress-fill::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(112deg, transparent 0 42%, rgba(255, 255, 255, .38) 48% 52%, transparent 58% 100%);
  transform: translateX(-110%);
  animation: reading-progress-shimmer 2.4s ease-in-out infinite;
}

.reading-progress-offer {
  position: absolute;
  z-index: 2;
  inset: 0 62px 0 16px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: none;
}

.reading-progress-offer.has-bonus {
  pointer-events: auto;
  cursor: pointer;
}

.reading-progress-offer.has-bonus:hover,
.reading-progress-offer.has-bonus:focus-visible {
  color: #fff;
  filter: brightness(1.16);
}

.reading-progress-offer.has-bonus:focus-visible {
  outline: 2px solid var(--apricot);
  outline-offset: -3px;
}

.reading-progress-offer.is-changing {
  animation: reading-progress-offer-in .48s cubic-bezier(.22, .8, .34, 1) both;
}

.reading-progress-kicker {
  padding: 4px 7px;
  border: 1px solid rgba(177, 204, 172, .42);
  border-radius: 999px;
  color: var(--apricot);
  background: rgba(5, 26, 18, .78);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.reading-progress-offer strong,
.reading-progress-offer [data-progress-offer-copy] {
  overflow: hidden;
  text-overflow: ellipsis;
}

.reading-progress-offer strong {
  color: var(--apricot);
  font-size: 13.5px;
  font-weight: 900;
}

.reading-progress-offer [data-progress-offer-copy] {
  font-weight: 700;
}

.reading-progress-offer.has-bonus strong {
  color: #f4f2ea;
}

.reading-progress-value {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 14px;
  min-width: 34px;
  color: var(--apricot);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  font-weight: 900;
  text-align: right;
  transform: translateY(-50%);
}

@keyframes reading-progress-shimmer {
  0%, 34% { transform: translateX(-110%); }
  74%, 100% { transform: translateX(110%); }
}

@keyframes reading-progress-offer-in {
  from { opacity: 0; transform: translateY(7px); filter: blur(3px); }
  to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

.header-inner {
  width: min(var(--site-max), calc(100% - 60px));
  height: var(--header-main-h);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  width: 176px;
  flex: 0 0 auto;
}

.brand img {
  width: 176px;
  height: auto;
}

.header-panel {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-panel nav,
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.local-clock {
  min-width: 112px;
  display: none;
  grid-template-columns: 8px 1fr;
  align-items: center;
  gap: 1px 7px;
  padding: 6px 10px;
  border: 1px solid rgba(177, 204, 172, .24);
  border-radius: var(--radius);
  background: rgba(5, 24, 17, .46);
  font-variant-numeric: tabular-nums;
}

.local-clock-dot {
  grid-row: 1 / 3;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 10px rgba(112, 198, 154, .85);
  animation: clock-pulse 1.8s ease-in-out infinite;
}

.local-clock time {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
}

.local-clock small {
  max-width: 92px;
  overflow: hidden;
  color: var(--muted);
  font-size: 8px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes clock-pulse {
  50% { opacity: .46; transform: scale(.72); }
}

.header-panel nav a {
  position: relative;
  padding: 10px 18px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .01em;
}

.header-panel nav a::before,
.header-panel nav a::after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  border: 1px solid transparent;
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease, border-color .2s ease;
}

.header-panel nav a::before {
  top: 7px;
  left: 7px;
  border-top-color: var(--apricot);
  border-left-color: var(--apricot);
  transform: translate(3px, 3px);
}

.header-panel nav a::after {
  right: 7px;
  bottom: 7px;
  border-right-color: var(--apricot);
  border-bottom-color: var(--apricot);
  transform: translate(-3px, -3px);
}

.header-panel nav a:hover,
.header-panel nav a:focus-visible,
.header-panel nav a[aria-current="page"] {
  color: var(--ink);
}

.header-panel nav a:hover::before,
.header-panel nav a:hover::after,
.header-panel nav a:focus-visible::before,
.header-panel nav a:focus-visible::after,
.header-panel nav a[aria-current="page"]::before,
.header-panel nav a[aria-current="page"]::after {
  opacity: 1;
  transform: translate(0);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: transparent;
  cursor: pointer;
}

.menu-toggle > span:not(.sr-only) {
  width: 22px;
  height: 2px;
  margin: 4px auto;
  display: block;
  background: var(--apricot);
  transform-origin: center;
  transition: transform .22s ease, opacity .16s ease, width .22s ease;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(6px) rotate(48deg);
}

.menu-toggle[aria-expanded="true"] > span:nth-child(2) {
  width: 12px;
  transform: rotate(90deg);
  opacity: .65;
}

.menu-toggle[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-6px) rotate(-48deg);
}

.cta,
.internal-button {
  position: relative;
  min-width: 150px;
  min-height: 46px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--apricot);
  border-radius: var(--radius);
  background: linear-gradient(180deg, var(--apricot), var(--apricot-strong));
  box-shadow: 0 7px 0 #419063, 0 14px 28px rgba(116, 181, 135, .14);
  color: #142a1d;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.cta::after {
  position: absolute;
  inset: -55% auto -55% -35%;
  width: 28%;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent);
  transform: skewX(-16deg) translateX(-210%);
  transition: transform .5s ease;
}

.cta:hover::after,
.cta:focus-visible::after {
  transform: skewX(-16deg) translateX(650%);
}

.cta:hover,
.cta:focus-visible,
.internal-button:hover,
.internal-button:focus-visible {
  filter: brightness(1.06);
}

.cta:active,
.cta.is-pressed,
.internal-button:active {
  transform: translateY(5px) scale(.985);
  box-shadow: 0 2px 0 #419063, 0 6px 14px rgba(116, 181, 135, .12);
}

.cta-outline {
  background: transparent;
  box-shadow: none;
  color: var(--apricot);
}

.cta-outline:active,
.cta-outline.is-pressed {
  box-shadow: inset 0 0 0 1px var(--apricot);
}

main {
  display: block;
}

.page-grid {
  width: min(var(--site-max), calc(100% - 60px));
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 240px 20px minmax(0, 1020px) 20px 240px;
  align-items: start;
}

.content-column {
  min-width: 0;
  grid-column: 3;
  display: grid;
  gap: 20px;
}

.sidebar {
  position: sticky;
  top: 95px;
  display: grid;
  gap: 20px;
}

.sidebar-left {
  grid-column: 1;
}

.sidebar-right {
  grid-column: 5;
}

.sidebar-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.sidebar-title {
  margin: 0;
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--apricot);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.shortcut-list > a,
.article-nav-links > a {
  position: relative;
  min-height: 48px;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
  color: var(--muted);
  text-decoration: none;
  transition: color .18s ease, background .18s ease, padding-left .18s ease;
}

.shortcut-list > a:last-child,
.article-nav-links > a:last-child {
  border-bottom: 0;
}

.shortcut-list > a svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--apricot);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .18s ease;
}

.shortcut-list > a:hover,
.shortcut-list > a:focus-visible,
.article-nav-links > a:hover,
.article-nav-links > a:focus-visible,
.article-nav-links > a.is-active {
  padding-left: 18px;
  color: var(--ink);
  background: rgba(177, 204, 172, .08);
}

.shortcut-list > a:hover svg,
.shortcut-list > a:focus-visible svg {
  transform: translateX(2px) rotate(-3deg);
}

.article-nav-head {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}

.article-nav-head .sidebar-title {
  min-width: 0;
  flex: 1;
  border-bottom: 0;
}

.article-nav-toggle {
  width: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border: 0;
  border-left: 1px solid var(--line);
  color: var(--apricot);
  background: transparent;
  cursor: pointer;
}

.article-nav-toggle span {
  width: 12px;
  height: 12px;
  display: block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: transform .2s ease;
}

.article-nav.is-collapsed .article-nav-toggle span {
  transform: rotate(-135deg) translate(-2px, -2px);
}

.article-nav-links {
  max-height: min(58vh, 720px);
  display: grid;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--apricot) var(--panel-strong);
  opacity: 1;
  transition: max-height .28s ease, opacity .18s ease;
}

.article-nav.is-collapsed .article-nav-links {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

.article-nav-links > a {
  align-items: flex-start;
  font-size: 13px;
  line-height: 1.4;
}

.article-nav-links > a::before {
  width: 6px;
  height: 6px;
  margin-top: 6px;
  flex: 0 0 auto;
  content: "";
  border: 1px solid var(--apricot);
  transform: rotate(30deg);
}

.back-to-top {
  --page-progress: 0%;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 54;
  width: 50px;
  height: 50px;
  padding: 3px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: var(--ink);
  background: conic-gradient(var(--apricot) var(--page-progress), rgba(255, 255, 255, .1) 0);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .34);
  opacity: 0;
  transform: translateY(14px) scale(.92);
  pointer-events: none;
  cursor: pointer;
  transition: opacity .2s ease, transform .2s ease, filter .2s ease;
}

.back-to-top::before {
  position: absolute;
  inset: 4px;
  content: "";
  border: 1px solid rgba(177, 204, 172, .36);
  border-radius: inherit;
  background: var(--panel-strong);
}

.back-to-top span {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.back-to-top:hover,
.back-to-top:focus-visible {
  filter: brightness(1.14);
  transform: translateY(-2px);
}

.site-loader {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 18px;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% 43%, rgba(177, 204, 172, .26), transparent 23%),
    linear-gradient(135deg, rgba(202, 49, 69, .94), rgba(5, 26, 18, .98) 42% 62%, rgba(116, 181, 135, .88));
  opacity: 1;
  transition: opacity .4s ease, visibility .4s ease;
}

.site-loader::before,
.site-loader::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.site-loader::before {
  inset: 18px;
  border: 1px solid rgba(255, 224, 184, .42);
  clip-path: polygon(0 0, 18% 0, 18% 2px, 82% 2px, 82% 0, 100% 0, 100% 100%, 82% 100%, 82% calc(100% - 2px), 18% calc(100% - 2px), 18% 100%, 0 100%);
}

.site-loader::after {
  inset: 0;
  background: repeating-linear-gradient(115deg, transparent 0 24px, rgba(255, 255, 255, .025) 25px 26px);
}

.site-loader.is-leaving {
  opacity: 0;
  visibility: hidden;
}

.site-loader[hidden] {
  display: none;
}

.loader-orbit {
  position: relative;
  z-index: 1;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(177, 204, 172, .54);
  border-radius: 50%;
  background: rgba(5, 26, 18, .72);
  box-shadow: 0 0 0 10px rgba(202, 49, 69, .12), 0 22px 70px rgba(0, 0, 0, .38);
  animation: loader-float 1.4s ease-in-out infinite;
}

.loader-orbit strong {
  font-size: 46px;
  line-height: 1;
}

.loader-orbit span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  margin: -6px;
  border-radius: 2px;
  background: var(--apricot);
  box-shadow: 0 0 15px rgba(177, 204, 172, .8);
  animation: loader-orbit 1.5s linear infinite;
}

.loader-orbit span:nth-child(2) { animation-delay: -.5s; }
.loader-orbit span:nth-child(3) { animation-delay: -1s; }

.loader-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 3px;
}

.loader-copy strong {
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.03em;
}

.loader-copy span {
  color: #e6e1d1;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.loader-track {
  position: relative;
  z-index: 1;
  width: min(280px, calc(100vw - 64px));
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
}

.loader-track span {
  width: 42%;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), var(--apricot), #f4f2ea);
  box-shadow: 0 0 18px rgba(177, 204, 172, .8);
  animation: loader-track 1.05s ease-in-out infinite;
}

@keyframes loader-orbit {
  to { transform: rotate(360deg) translateX(58px) rotate(-360deg); }
}

@keyframes loader-float {
  50% { transform: translateY(-5px); }
}

@keyframes loader-track {
  from { transform: translateX(-110%); }
  to { transform: translateX(340%); }
}

.chat-shell {
  position: fixed;
  z-index: 72;
  right: var(--floating-content-edge);
  bottom: 86px;
  left: auto;
}

.chat-launcher {
  position: relative;
  min-width: 112px;
  height: 50px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(177, 204, 172, .62);
  border-radius: 999px;
  color: #142b1e;
  background: linear-gradient(135deg, var(--apricot), var(--apricot-strong));
  box-shadow: 0 10px 30px rgba(0, 0, 0, .34), 0 4px 0 #419063;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease;
}

.chat-launcher:hover,
.chat-launcher:focus-visible {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.chat-launcher svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.chat-pulse {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  border: 2px solid #142a1d;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 0 rgba(112, 198, 154, .62);
  animation: chat-pulse 2s ease-out infinite;
}

@keyframes chat-pulse {
  60% { box-shadow: 0 0 0 9px rgba(112, 198, 154, 0); }
}

.promo-dialog-close {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 1px solid rgba(177, 204, 172, .25);
  border-radius: 50%;
  color: var(--apricot);
  background: rgba(5, 24, 17, .5);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.promo-launcher {
  position: fixed;
  z-index: 71;
  right: var(--floating-content-edge);
  bottom: 150px;
  min-width: 142px;
  min-height: 58px;
  padding: 8px 14px 8px 48px;
  display: grid;
  justify-items: start;
  border: 1px solid rgba(255, 224, 184, .72);
  border-radius: 999px 8px 8px 999px;
  color: var(--ink);
  background: linear-gradient(135deg, #4fb079, #306446 54%, #97d0af);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .42), 0 0 20px rgba(202, 49, 69, .25);
  cursor: pointer;
  transition: transform .2s ease, filter .2s ease;
}

.promo-launcher > span {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #183223;
  background: var(--apricot);
  box-shadow: 0 0 18px rgba(177, 204, 172, .7);
  transform: translateY(-50%);
}

.promo-launcher strong {
  font-size: 13px;
  line-height: 1.1;
}

.promo-launcher small {
  color: #e6e1d1;
  font-size: 9px;
  line-height: 1.1;
}

.promo-launcher:hover,
.promo-launcher:focus-visible {
  filter: brightness(1.12);
  transform: translateX(-3px);
}

.promo-launcher.is-nudging {
  animation: promo-nudge 1.45s ease-in-out infinite;
}

@keyframes promo-nudge {
  50% { transform: translateX(-7px) scale(1.025); box-shadow: 0 16px 42px rgba(0, 0, 0, .46), 0 0 28px rgba(116, 181, 135, .48); }
}

body.promo-open {
  overflow: hidden;
}

.promo-modal {
  position: fixed;
  z-index: 800;
  inset: 0;
  padding: 20px;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .22s ease, visibility .22s ease;
}

.promo-modal[hidden] {
  display: none;
}

.promo-modal.is-visible {
  opacity: 1;
  visibility: visible;
}

.promo-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(116, 181, 135, .2), transparent 44%),
    rgba(8, 7, 8, .83);
  backdrop-filter: blur(8px);
}

.promo-dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid rgba(177, 204, 172, .48);
  border-radius: 16px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0, rgba(202, 49, 69, .21), transparent 32%),
    radial-gradient(circle at 88% 100%, rgba(116, 181, 135, .16), transparent 34%),
    #142a1d;
  box-shadow: 0 36px 90px rgba(0, 0, 0, .62), inset 0 1px rgba(255, 255, 255, .05);
  transform: translateY(18px) scale(.97);
  transition: transform .26s cubic-bezier(.2, .8, .25, 1);
}

.promo-modal.is-visible .promo-dialog {
  transform: translateY(0) scale(1);
}

.promo-dialog > header {
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.promo-dialog h2,
.promo-dialog h3,
.promo-dialog p {
  margin: 0;
}

.promo-dialog h2 {
  margin-top: 4px;
  font-size: 25px;
  line-height: 30px;
}

.promo-lab-grid {
  padding: 22px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.fortune-card {
  min-width: 0;
  padding: 20px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 16px;
  border: 1px solid rgba(177, 204, 172, .23);
  border-radius: 12px;
  background: rgba(5, 26, 18, .66);
  text-align: center;
}

.fortune-copy {
  display: grid;
  justify-items: center;
  gap: 4px;
}

.fortune-copy h3 {
  color: var(--apricot);
  font-size: 22px;
}

.fortune-copy p {
  color: var(--muted);
  font-size: 12px;
}

.fortune-wheel-shell {
  position: relative;
  width: 252px;
  height: 252px;
  padding: 10px;
  border: 1px solid rgba(177, 204, 172, .54);
  border-radius: 50%;
  background: #0d1a13;
  box-shadow: 0 20px 44px rgba(0, 0, 0, .35), 0 0 0 7px rgba(202, 49, 69, .12);
}

.fortune-marker {
  position: absolute;
  z-index: 4;
  top: -12px;
  left: 50%;
  width: 26px;
  height: 34px;
  background: #f4f2ea;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .4));
  transform: translateX(-50%);
}

.fortune-wheel {
  --wheel-rotation: 0deg;
  --fortune-label-radius: 74px;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 3px solid #e6e1d1;
  border-radius: 50%;
  background: conic-gradient(#4fb079 0 25%, #85c8a2 25% 50%, #2a573d 50% 75%, #97d0af 75% 100%);
  box-shadow: inset 0 0 0 7px rgba(5, 26, 18, .46);
  transform: rotate(var(--wheel-rotation));
  transition: transform 2.85s cubic-bezier(.12, .72, .12, 1);
}

.fortune-wheel::before,
.fortune-wheel::after {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 100%;
  height: 2px;
  content: "";
  background: rgba(255, 243, 223, .48);
  transform: translate(-50%, -50%);
}

.fortune-wheel::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.fortune-wheel > strong {
  position: absolute;
  z-index: 3;
  inset: 50% auto auto 50%;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 4px solid #f4f2ea;
  border-radius: 50%;
  color: #142b1e;
  background: var(--apricot);
  font-size: 28px;
  transform: translate(-50%, -50%);
}

.fortune-wheel > span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 104px;
  display: grid;
  gap: 2px;
  color: #fafaf7;
  font-size: 8px;
  line-height: 1.06;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .72);
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(var(--segment-angle)) translateY(calc(-1 * var(--fortune-label-radius))) rotate(calc(var(--label-upright) - var(--wheel-rotation)));
  transition: transform 2.85s cubic-bezier(.12, .72, .12, 1);
}

.fortune-wheel > span b {
  font-size: 9px;
  font-weight: 900;
}

.fortune-wheel > span small {
  color: rgba(255, 249, 242, .9);
  font-size: 7px;
  font-weight: 800;
}

.fortune-wheel > span:nth-child(1) { --segment-angle: 45deg; --label-upright: -45deg; }
.fortune-wheel > span:nth-child(2) { --segment-angle: 135deg; --label-upright: -135deg; }
.fortune-wheel > span:nth-child(3) { --segment-angle: 225deg; --label-upright: -225deg; }
.fortune-wheel > span:nth-child(4) { --segment-angle: 315deg; --label-upright: -315deg; }

.fortune-spin {
  min-height: 42px;
  padding: 9px 16px;
  border: 1px solid var(--apricot);
  border-radius: var(--radius);
  color: #142b1e;
  background: linear-gradient(180deg, var(--apricot), var(--apricot-strong));
  font-weight: 900;
  cursor: pointer;
}

.fortune-spin:disabled {
  cursor: not-allowed;
  filter: grayscale(.6);
  opacity: .52;
}

.fortune-result {
  position: relative;
  width: 100%;
  min-height: 68px;
  overflow: hidden;
  padding: 12px;
  display: grid;
  place-content: center;
  gap: 3px;
  border: 1px solid rgba(177, 204, 172, .26);
  border-radius: var(--radius);
  background: rgba(177, 204, 172, .06);
}

.fortune-result.is-selecting {
  border-color: rgba(177, 204, 172, .48);
  animation: fortune-result-search .72s ease-in-out infinite alternate;
}

.fortune-result.is-result-ready {
  border-color: rgba(255, 224, 184, .82);
  background: linear-gradient(135deg, rgba(202, 49, 69, .23), rgba(177, 204, 172, .15));
  box-shadow: 0 0 0 1px rgba(177, 204, 172, .2), 0 14px 34px rgba(0, 0, 0, .24);
  animation: fortune-result-pop .58s cubic-bezier(.18, .89, .32, 1.28), fortune-result-glow 1.7s ease-in-out .58s infinite alternate;
}

.fortune-result.is-result-ready::before,
.fortune-result.is-result-ready::after {
  position: absolute;
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: var(--apricot);
  box-shadow: 18px 11px 0 #4fb079, 42px -3px 0 #f4f2ea, 63px 15px 0 #85c8a2;
  pointer-events: none;
  animation: fortune-confetti .82s ease-out both;
}

.fortune-result.is-result-ready::before {
  top: 10px;
  left: 8px;
}

.fortune-result.is-result-ready::after {
  right: 8px;
  bottom: 10px;
  transform: rotate(180deg);
}

.fortune-result strong {
  color: var(--apricot);
}

.fortune-result span {
  color: var(--muted);
  font-size: 12px;
}

.fortune-result .promo-modal-cta {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 42px;
  margin-top: 8px;
}

@keyframes fortune-result-search {
  from { box-shadow: inset 0 0 0 rgba(177, 204, 172, 0); }
  to { box-shadow: inset 0 0 34px rgba(177, 204, 172, .15); }
}

@keyframes fortune-result-pop {
  0% { opacity: .64; transform: scale(.94); }
  70% { transform: scale(1.025); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes fortune-result-glow {
  from { box-shadow: 0 0 0 1px rgba(177, 204, 172, .18), 0 12px 28px rgba(0, 0, 0, .22); }
  to { box-shadow: 0 0 0 3px rgba(177, 204, 172, .3), 0 18px 40px rgba(202, 49, 69, .2); }
}

@keyframes fortune-confetti {
  from { opacity: 0; transform: translateY(12px) scale(.45); }
  to { opacity: .92; transform: translateY(0) scale(1); }
}

.promo-dialog > footer {
  padding: 16px 22px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
}

.promo-dialog > footer p {
  max-width: 620px;
  color: var(--muted);
  font-size: 11px;
}

.promo-modal-cta {
  flex: 0 0 auto;
}

.promo-modal-cta[hidden] {
  display: none;
}

.promo-modal-cta.is-result-ready {
  animation: promo-claim-ready .72s cubic-bezier(.18, .89, .32, 1.28) both;
}

@keyframes promo-claim-ready {
  0% { opacity: 0; filter: brightness(1.5); transform: translateY(12px) scale(.88); }
  72% { opacity: 1; transform: translateY(-2px) scale(1.025); }
  100% { opacity: 1; filter: brightness(1); transform: translateY(0) scale(1); }
}

.glossary-term {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  border-bottom: 1px dotted rgba(177, 204, 172, .76);
  color: #e6e1d1;
  font: inherit;
  font-weight: 750;
  line-height: inherit;
  white-space: nowrap;
  cursor: help;
  transition: color .16s ease, border-color .16s ease, filter .16s ease;
}

.glossary-term::after {
  width: 14px;
  height: 14px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 14px;
  content: "?";
  border: 1px solid rgba(177, 204, 172, .6);
  border-radius: 50%;
  color: var(--apricot);
  background: rgba(5, 26, 18, .68);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

.glossary-term:hover,
.glossary-term:focus-visible,
.glossary-term.is-open {
  border-color: var(--apricot);
  color: #f4f2ea;
  outline: 0;
  filter: brightness(1.12);
}

.glossary-term:focus-visible {
  box-shadow: 0 2px 0 var(--apricot);
}

.glossary-popover {
  position: fixed;
  z-index: 220;
  width: min(330px, calc(100vw - 24px));
  padding: 13px 15px 14px;
  display: grid;
  gap: 6px;
  border: 1px solid rgba(177, 204, 172, .52);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(33, 29, 30, .985);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .42);
  font-size: 13px;
  line-height: 1.42;
  opacity: 0;
  transform: translateY(5px) scale(.98);
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
}

.glossary-popover[hidden] {
  display: none;
}

.glossary-popover.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.glossary-popover strong {
  color: var(--apricot);
  font-size: 13px;
}

.game-shortcuts {
  display: grid;
  gap: 10px;
}

.game-shortcuts a {
  position: relative;
  min-height: 118px;
  display: flex;
  align-items: end;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background-image: linear-gradient(180deg, rgba(3, 20, 14, .03) 24%, rgba(3, 20, 14, .76) 100%), var(--thumb);
  background-position: center, var(--thumb-position, center);
  background-size: cover, var(--thumb-size, cover);
  background-repeat: no-repeat;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  overflow: hidden;
  image-rendering: auto;
  transition: transform .18s ease, border-color .18s ease;
}

.game-shortcuts a:hover,
.game-shortcuts a:focus-visible {
  transform: translateX(-2px);
  border-color: var(--apricot);
}

.hero,
.promo-banner {
  position: relative;
  width: 100%;
  isolation: isolate;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero {
  min-height: 381px;
}

.hero-art,
.promo-art {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-cover .hero-art {
  object-position: var(--hero-focus);
}

.hero-focus-casino .hero-art {
  transform: scaleX(-1);
  transform-origin: center;
}

.hero-cutout {
  background:
    radial-gradient(circle at 80% 72%, rgba(177, 204, 172, .22), transparent 32%),
    linear-gradient(118deg, #0e1d14 0 48%, #183223 72%, #102117 100%);
}

.hero-cutout .hero-art {
  inset: auto 0 0 auto;
  width: 51%;
  height: 94%;
  object-fit: contain;
  object-position: right bottom;
}

.hero-overlay,
.promo-overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(3, 23, 16, .94) 0 38%, rgba(3, 23, 16, .66) 58%, rgba(3, 23, 16, .14) 82%);
}

.hero-copy,
.promo-copy {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-copy {
  inset: auto 30px 65px;
  width: min(650px, 68%);
}

.hero h1,
.promo-banner h2 {
  width: 100%;
  max-width: none;
  margin: 0;
  color: var(--ink);
  text-transform: uppercase;
}

.hero h1 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.hero-copy > p {
  width: 100%;
  max-width: none;
  margin: 16px 0;
  color: #f0ede2;
  font-size: 16px;
  line-height: 1.55;
}

.store-pair {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.store-button {
  width: 220px;
  min-height: 60px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  border: 1px solid var(--apricot);
  border-radius: var(--radius);
  color: #142b1e;
  background: linear-gradient(180deg, var(--apricot), var(--apricot-strong));
  box-shadow: 0 6px 0 #419063;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}

.store-button:active,
.store-button.is-pressed {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #419063;
}

.store-button svg,
.store-button .store-logo {
  width: 28px;
  height: 28px;
  display: block;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.5;
}

.store-button .store-logo {
  object-fit: contain;
  filter: brightness(0) saturate(100%);
}

.store-button > span {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.store-action,
.store-button strong {
  display: block;
  white-space: nowrap;
}

.store-action {
  font-size: 11px;
  line-height: 1.2;
}

.store-button strong {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -.01em;
}

.content-section {
  position: relative;
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(177, 204, 172, .16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(177, 204, 172, .025), transparent 36%),
    var(--panel);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
  overflow: hidden;
}

@keyframes danube-section-arrive {
  from {
    opacity: .9;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-section.is-section-entered {
  animation: danube-section-arrive .46s cubic-bezier(.2, .75, .2, 1) both;
}

.content-section::before {
  position: absolute;
  inset: 0;
  content: "";
  border-top: 1px solid transparent;
  background: linear-gradient(90deg, transparent, rgba(177, 204, 172, .26), transparent) top / 0 1px no-repeat;
  pointer-events: none;
  transition: background-size .3s ease;
}

.content-section:hover::before {
  background-size: 100% 1px;
}

.content-section > h2,
.service-pair h2 {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.content-section > h2 {
  position: relative;
  padding-bottom: 20px;
}

.content-section > h2::after {
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 8px;
  content: "";
  background:
    linear-gradient(145deg, transparent 0 6%, rgba(177, 204, 172, .7) 6.5% 7.2%, transparent 7.7% 15%, rgba(177, 204, 172, .45) 15.5% 16.2%, transparent 16.7% 24%, rgba(202, 49, 69, .7) 24.5% 25.2%, transparent 25.7% 100%);
  transform: scaleX(.16);
  transform-origin: left center;
  opacity: .9;
  transition: transform .7s cubic-bezier(.2, .75, .2, 1);
}

.content-section.is-seam-visible > h2::after,
.content-section:hover > h2::after {
  transform: scaleX(1);
}

.section-body {
  width: 100%;
  max-width: none;
  display: flow-root;
}

.section-body > * {
  width: 100%;
  max-width: none;
}

.section-body > *:first-child {
  margin-top: 0;
}

.section-body > *:last-child {
  margin-bottom: 0;
}

.section-body p,
.section-body ul,
.section-body ol,
.section-body .table-wrap,
.section-body .pros-cons-grid,
.section-body .review-summary,
.section-body .review-grid,
.section-body .review-carousel,
.section-body .bonus-finder,
.section-body .faq-list,
.section-body h3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.section-body p,
.section-body li {
  font-size: 15px;
  line-height: 23.25px;
}

.section-body p {
  color: #ede9dd;
}

.section-body h3 {
  width: 100%;
  padding: 0;
  color: var(--apricot);
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}

.game-card-grid {
  width: 100%;
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.game-info-card {
  position: relative;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(177, 204, 172, .22);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(177, 204, 172, .07), transparent 45%),
    var(--panel-strong);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease;
}

.game-info-card::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 54px;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--apricot), var(--red));
  transition: width .24s ease;
}

.game-info-card:hover,
.game-info-card:focus-within {
  transform: translateY(-2px);
  border-color: rgba(177, 204, 172, .48);
}

.game-info-card:hover::before,
.game-info-card:focus-within::before {
  width: 100%;
}

.section-body .game-info-card h3,
.section-body .game-info-card p {
  width: 100%;
  margin: 0;
}

.section-body .game-info-card h3 {
  font-size: 18px;
  line-height: 26px;
}

.section-body .game-info-card p {
  margin-top: 10px;
}

.game-info-card:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.section-body p.author-line {
  position: relative;
  min-height: 48px;
  padding: 12px 16px 12px 46px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(177, 204, 172, .34);
  border-left: 3px solid var(--apricot);
  border-radius: var(--radius);
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(177, 204, 172, .13), transparent 68%),
    var(--panel-strong);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
  font-weight: 700;
}

.section-body p.author-line::before {
  position: absolute;
  left: 16px;
  width: 15px;
  height: 15px;
  content: "";
  border: 2px solid var(--apricot);
  background: rgba(177, 204, 172, .1);
  transform: rotate(30deg);
}

.section-body p.author-line:first-child {
  border-color: rgba(177, 204, 172, .56);
  background:
    linear-gradient(90deg, rgba(177, 204, 172, .2), rgba(202, 49, 69, .06) 72%, transparent),
    var(--panel-strong);
}

.source-list {
  padding-left: 0;
  list-style: none;
}

.source-list li {
  position: relative;
  min-height: 28px;
  padding-left: 34px;
  color: #ede9dd;
}

.source-list li + li {
  margin-top: 10px;
}

.source-list li::before {
  position: absolute;
  top: .55em;
  left: 7px;
  width: 9px;
  height: 9px;
  content: "";
  border: 1px solid var(--apricot);
  background: rgba(177, 204, 172, .12);
  transform: rotate(30deg);
  transition: transform .18s ease, background .18s ease;
}

.source-list li:hover::before {
  background: var(--apricot);
  transform: rotate(90deg) scale(1.08);
}

.section-vip .source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
}

.section-vip .source-list li + li {
  margin-top: 0;
}

ol.steps-thread {
  counter-reset: step;
}

.steps-thread li {
  counter-increment: step;
  padding-left: 46px;
}

.steps-thread li::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: counter(step);
  display: grid;
  place-items: center;
  border: 1px solid var(--apricot);
  border-radius: 50%;
  color: var(--apricot);
  background: var(--panel-strong);
  font-size: 12px;
  font-weight: 800;
  transform: none;
  z-index: 1;
}

.steps-thread li:not(:last-child)::after {
  position: absolute;
  top: 30px;
  bottom: -10px;
  left: 14px;
  width: 2px;
  content: "";
  background: linear-gradient(var(--apricot), rgba(202, 49, 69, .32));
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
  scrollbar-color: var(--apricot) var(--panel-strong);
}

.table-wrap:focus-visible {
  outline: 2px solid var(--apricot);
  outline-offset: 3px;
}

table {
  width: 100%;
  min-width: 660px;
  border-collapse: separate;
  border-spacing: 0;
  color: #ede9dd;
}

th,
td {
  min-width: 150px;
  padding: 13px 14px;
  border-right: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  vertical-align: middle;
  text-align: left;
  line-height: 1.45;
}

th {
  color: #142b1e;
  background: linear-gradient(135deg, var(--apricot), #8ccba7);
  font-weight: 800;
}

tbody tr:nth-child(odd) td {
  background: rgba(255, 255, 255, .025);
}

tbody tr:hover td {
  background: rgba(177, 204, 172, .09);
}

th:first-child,
td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 185px;
  border-left: 4px solid var(--apricot);
}

th:first-child {
  z-index: 3;
}

td:first-child {
  color: var(--ink);
  background: #193425 !important;
  font-weight: 700;
}

th:last-child,
td:last-child {
  border-right: 0;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.pros-cons-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.compare-card,
.review-card {
  position: relative;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
  align-content: start;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease;
}

.compare-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  content: "";
  background: var(--success);
}

.compare-card.is-caution::before {
  right: 0;
  left: auto;
  background: var(--danger);
}

.compare-card:hover,
.compare-card:focus-within {
  transform: translateX(3px);
  border-color: rgba(112, 198, 154, .6);
}

.compare-card.is-caution:hover,
.compare-card.is-caution:focus-within {
  transform: translateX(-3px);
  border-color: rgba(231, 134, 134, .6);
}

.compare-card h3,
.review-card p {
  margin-top: 0;
}

.review-summary {
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--apricot);
  border-radius: var(--radius);
  color: var(--apricot);
  background: var(--panel-strong);
}

.review-summary small {
  color: var(--muted);
  text-align: right;
}

.review-card {
  display: grid;
  gap: 16px;
}

.review-card:hover {
  transform: translateY(-2px);
  border-color: var(--apricot);
}

.game-slider {
  --game-card-width: 174px;
  --game-track-gap: 12px;
  position: relative;
  min-width: 0;
  width: 100%;
  padding: 14px;
  border: 1px solid rgba(126, 178, 139, .4);
  border-radius: var(--radius);
  background:
    linear-gradient(105deg, rgba(108, 31, 45, .78), rgba(34, 27, 28, .96) 42%, rgba(126, 178, 139, .08)),
    var(--panel-strong);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .24);
  overflow: hidden;
}

.game-slider::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--apricot), var(--red) 48%, var(--gold));
}

.game-slider-header {
  margin-bottom: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.game-slider-header > div:first-child {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.game-slider-header > div:first-child > strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
}

.game-slider-controls {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
}

.has-js .game-slider-controls {
  display: flex;
}

.game-slider-control {
  flex: 0 0 auto;
  min-width: 36px;
  width: 36px;
  height: 36px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(177, 204, 172, .42);
  border-radius: 50%;
  color: var(--apricot);
  background: rgba(20, 16, 17, .82);
  font: inherit;
  font-size: 21px;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}

.game-slider-toggle {
  font-size: 13px;
}

.game-slider-control:hover,
.game-slider-control:focus-visible,
.game-slider-control[aria-pressed="true"] {
  border-color: var(--apricot);
  color: #13261b;
  background: var(--apricot);
  transform: translateY(-2px);
}

.game-slider-status {
  min-width: 152px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.game-slider-viewport {
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(177, 204, 172, .55) rgba(13, 10, 11, .5);
  touch-action: pan-x;
}

.has-js .game-slider-viewport {
  overflow-x: hidden;
}

.game-slider-viewport:focus-visible {
  outline: 2px solid var(--apricot);
  outline-offset: 4px;
}

.game-slider-track {
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  transform: translate3d(0, 0, 0);
}

.game-slider-group {
  margin: 0;
  padding: 0 var(--game-track-gap) 6px 0;
  display: flex;
  flex: 0 0 auto;
  gap: var(--game-track-gap);
  list-style: none;
}

.game-slider-group-clone {
  display: none;
}

.has-js .game-slider-group-clone {
  display: flex;
}

.has-js .game-slider-track {
  animation: game-slider-marquee 72s linear infinite;
  will-change: transform;
}

.game-slider:hover .game-slider-track,
.game-slider:focus-within .game-slider-track,
.game-slider.is-user-paused .game-slider-track,
.game-slider.is-visibility-paused .game-slider-track,
.game-slider.is-reduced-motion .game-slider-track {
  animation-play-state: paused;
}

@keyframes game-slider-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.game-slider-card {
  width: var(--game-card-width);
  min-width: var(--game-card-width);
  flex: 0 0 var(--game-card-width);
}

.game-slider-link {
  position: relative;
  min-height: 112px;
  display: block;
  border: 1px solid rgba(177, 204, 172, .24);
  border-radius: 7px;
  background: #0c1a12;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .28);
  overflow: hidden;
  isolation: isolate;
}

.game-slider-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(180deg, transparent 26%, rgba(18, 12, 14, .3) 48%, rgba(18, 12, 14, .96) 100%);
  transition: background .24s ease;
}

.game-slider-link img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform .38s cubic-bezier(.2, .75, .2, 1), filter .25s ease;
}

.game-slider-card-copy {
  position: absolute;
  right: 12px;
  bottom: 11px;
  left: 12px;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.game-slider-card-copy strong {
  max-width: 66%;
  color: #fff;
  font-size: 13px;
  line-height: 1.15;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
}

.game-slider-action {
  flex: 0 0 auto;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  color: #13261b;
  background: var(--apricot);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(3px);
  opacity: .88;
  transition: transform .2s ease, opacity .2s ease;
}

.game-slider-link:hover,
.game-slider-link:focus-visible {
  border-color: var(--apricot);
  outline: none;
}

.game-slider-link:hover::after,
.game-slider-link:focus-visible::after {
  background: linear-gradient(180deg, rgba(108, 31, 45, .08), rgba(18, 12, 14, .96) 92%);
}

.game-slider-link:hover img,
.game-slider-link:focus-visible img {
  filter: saturate(1.12) contrast(1.04);
  transform: scale(1.07);
}

.game-slider-link:hover .game-slider-action,
.game-slider-link:focus-visible .game-slider-action {
  transform: translateY(0);
  opacity: 1;
}

.review-carousel {
  min-width: 0;
}

.review-carousel-viewport {
  width: 100%;
  overflow: hidden;
}

.review-carousel .review-grid {
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: stretch;
  transform: translateX(0);
  transition: transform .42s cubic-bezier(.2, .75, .2, 1);
  will-change: transform;
}

.review-carousel .review-card {
  flex: 0 0 calc((100% - 20px) / 2);
}

.review-carousel-controls {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.review-control,
.review-dot {
  min-width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--apricot);
  background: var(--panel-strong);
  font: inherit;
  font-size: 23px;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.review-control:hover,
.review-control:focus-visible,
.review-dot:hover,
.review-dot:focus-visible,
.review-dot[aria-current="true"] {
  border-color: var(--apricot);
  background: rgba(177, 204, 172, .1);
  transform: translateY(-2px);
}

.review-autoplay {
  font-size: 15px;
}

.review-dots {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.review-dot {
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
}

.review-dot[aria-current="true"] {
  width: 24px;
  border-radius: 10px;
  background: var(--apricot);
}

.review-status {
  min-width: 70px;
  color: var(--muted);
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
}

.bonus-finder {
  padding: 20px;
  border: 1px solid rgba(177, 204, 172, .36);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(202, 49, 69, .11), transparent 34%),
    var(--panel-strong);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.bonus-finder-heading {
  display: grid;
  gap: 6px;
}

.component-kicker,
.bonus-finder-result-head > span {
  color: var(--apricot);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bonus-finder-heading h3,
.bonus-finder-heading p,
.bonus-finder-result p,
.bonus-finder-facts {
  width: 100%;
  margin: 0;
}

.bonus-finder-heading h3 {
  color: var(--ink);
  font-size: 22px;
  line-height: 30px;
}

.bonus-finder-heading p {
  color: var(--muted);
}

.bonus-finder-tabs {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.bonus-finder-tab {
  min-height: 46px;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: #102117;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background .18s ease;
}

.bonus-finder-tab:hover,
.bonus-finder-tab:focus-visible,
.bonus-finder-tab[aria-selected="true"] {
  color: var(--ink);
  border-color: var(--apricot);
  background: rgba(177, 204, 172, .1);
  transform: translateY(-2px);
}

.bonus-finder-result {
  margin-top: 12px;
  padding: 18px;
  display: grid;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: 4px solid var(--apricot);
  border-radius: var(--radius);
  background: rgba(10, 8, 9, .28);
}

@keyframes bonus-result-switch {
  from {
    opacity: .72;
    transform: translateX(6px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.bonus-finder-result.is-switching {
  animation: bonus-result-switch .3s ease both;
}

.bonus-finder-result-head {
  display: grid;
  gap: 4px;
}

.bonus-finder-result-head strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 26px;
}

.bonus-finder-result-head p {
  color: var(--apricot);
  font-weight: 800;
}

.bonus-finder-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.bonus-finder-facts > div {
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(177, 204, 172, .16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .025);
}

.bonus-finder-facts dt {
  color: var(--muted);
  font-size: 12px;
  line-height: 18px;
}

.bonus-finder-facts dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}

.bonus-finder .bonus-finder-note {
  color: var(--muted);
}

.bonus-finder-cta {
  justify-self: start;
}

.review-meta {
  padding-bottom: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 12px;
  border-bottom: 1px solid var(--line);
}

.review-meta strong {
  color: var(--ink);
}

.review-meta span:nth-of-type(1) {
  color: var(--muted);
}

.review-meta span:last-child {
  grid-row: 1 / 3;
  grid-column: 2;
  color: var(--apricot);
  letter-spacing: .08em;
  white-space: nowrap;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel-strong);
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease;
}

.faq-list details:hover,
.faq-list details:focus-within,
.faq-list details[open] {
  transform: translateX(2px);
  border-color: rgba(177, 204, 172, .55);
}

.faq-list summary {
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-marker {
  width: 18px;
  height: 18px;
  display: block;
  border: 1px solid var(--apricot);
  background: rgba(177, 204, 172, .08);
  clip-path: polygon(25% 7%, 75% 7%, 100% 50%, 75% 93%, 25% 93%, 0 50%);
  transition: transform .18s ease, background .18s ease;
}

details[open] .faq-marker {
  background: var(--apricot);
  transform: rotate(30deg) scale(.82);
}

.faq-list details > p {
  margin: 0;
  padding: 0 48px 16px;
  color: #ede9dd;
}

.section-responsible {
  border-color: rgba(112, 198, 154, .32);
  background: linear-gradient(135deg, rgba(112, 198, 154, .08), transparent 30%), var(--panel);
}

.section-conclusion {
  border-color: rgba(177, 204, 172, .42);
}

.section-cta {
  width: auto !important;
  max-width: max-content !important;
  margin-top: 20px;
}

.promo-banner {
  min-height: 260px;
}

.promo-art {
  object-position: var(--focus);
}

.promo-art.contain {
  inset: 0 0 0 auto;
  width: 56%;
  object-fit: contain;
  object-position: center;
}

.promo-overlay {
  background: linear-gradient(90deg, rgba(4, 25, 18, .94) 0 38%, rgba(4, 25, 18, .54) 58%, rgba(4, 25, 18, .06) 84%);
}

.promo-banner.copy-right .promo-overlay {
  background: linear-gradient(270deg, rgba(4, 25, 18, .94) 0 38%, rgba(4, 25, 18, .54) 58%, rgba(4, 25, 18, .06) 84%);
}

.promo-copy {
  inset: auto auto 24px 24px;
  width: min(540px, 58%);
}

.copy-right .promo-copy {
  right: 24px;
  left: auto;
  align-items: flex-end;
  text-align: right;
}

.promo-banner h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.promo-banner p {
  width: 100%;
  margin: 10px 0 16px;
  color: #f0ede2;
  font-size: 15px;
}

.site-footer {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  background: #0d1a13;
}

.footer-inner,
.footer-bottom {
  width: min(var(--site-max), calc(100% - 60px));
  margin: 0 auto;
}

.footer-inner {
  padding: 34px 0;
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) 1fr 1.2fr minmax(280px, 1.3fr);
  gap: 30px;
  align-items: start;
}

.footer-brand img {
  width: 178px;
  height: auto;
}

.footer-brand p,
.footer-responsible p {
  margin: 14px 0 0;
  color: var(--muted);
}

.footer-inner nav {
  display: grid;
  gap: 10px;
}

.footer-inner nav a {
  width: fit-content;
  color: var(--muted);
  text-decoration: none;
}

.footer-inner nav a:hover,
.footer-inner nav a:focus-visible {
  color: var(--apricot);
}

.footer-responsible {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.footer-responsible p {
  margin: 0;
}

.age-mark {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 2px solid var(--apricot);
  border-radius: 50%;
  color: var(--apricot);
  font-size: 18px;
  font-weight: 900;
}

.footer-bottom {
  padding: 18px 0 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #9f948b;
  font-size: 12px;
}

.service-main,
.not-found-main {
  width: min(var(--site-max), calc(100% - 60px));
  margin: 20px auto 0;
}

.service-block,
.not-found-card {
  width: min(1020px, 100%);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.eyebrow {
  margin: 0;
  color: var(--apricot);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.service-block > h1,
.not-found-card h1 {
  width: 100%;
  margin: 8px 0 20px;
  color: var(--ink);
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}

.service-pair {
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.service-pair h2 {
  font-size: 20px;
  line-height: 32px;
  color: var(--apricot);
  text-transform: none;
}

.service-pair p {
  width: 100%;
  margin: 8px 0 0;
  color: #ede9dd;
}

.not-found-main {
  min-height: 58vh;
  display: grid;
  place-items: center;
}

.not-found-card {
  text-align: center;
}

.not-found-code {
  color: var(--apricot);
  font-size: clamp(74px, 14vw, 150px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.08em;
}

.not-found-card p {
  margin: 0 0 22px;
  color: var(--muted);
}

@media (min-width: 1360px) {
  .local-clock {
    display: grid;
  }
}

@media (max-width: 1599px) {
  .page-grid {
    grid-template-columns: 240px 20px minmax(0, 1fr) 20px 240px;
  }
}

@media (max-width: 1359px) {
  .page-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .content-column {
    grid-column: 1;
  }

  .sidebar {
    display: none !important;
  }

  .hero-copy {
    width: min(650px, 72%);
  }
}

@media (max-width: 960px) {
  .header-inner {
    gap: 14px;
  }

  .header-panel nav a {
    padding-inline: 10px;
  }

  .header-actions .cta {
    min-width: 118px;
    padding-inline: 14px;
  }

  .hero-copy {
    width: min(620px, 78%);
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .header-inner {
    gap: 10px;
  }

  .brand,
  .brand img {
    width: 156px;
  }

  .header-panel,
  .header-panel nav,
  .header-actions {
    gap: 8px;
  }

  .header-panel nav a {
    padding-inline: 7px;
  }

  .header-actions .cta {
    min-width: 106px;
    padding-inline: 10px;
  }
}

@media (max-width: 767px) {
  :root {
    --header-main-h: 60px;
    --reading-progress-h: 28px;
    --header-h: 88px;
  }

  html {
    scroll-padding-top: calc(var(--header-h) + 16px);
  }

  .header-inner,
  .page-grid,
  .footer-inner,
  .footer-bottom,
  .service-main,
  .not-found-main {
    width: calc(100% - 32px);
  }

  .brand,
  .brand img {
    width: 145px;
  }

  .menu-toggle {
    display: block;
  }

  .header-panel {
    position: fixed;
    top: var(--header-h);
    right: 16px;
    left: 16px;
    max-height: calc(100vh - var(--header-h) - 16px);
    padding: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 0 0 var(--radius) var(--radius);
    background: #13271c;
    box-shadow: var(--shadow);
    overflow-y: auto;
  }

  .header-panel.is-open {
    display: flex;
  }

  .header-panel nav,
  .header-actions {
    width: 100%;
    display: grid;
    gap: 8px;
  }

  .header-panel nav a,
  .header-actions .cta {
    width: 100%;
  }

  .header-panel nav a {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: var(--radius);
  }

  .reading-progress-offer {
    right: 50px;
    left: 10px;
    justify-content: flex-start;
    gap: 6px;
    font-size: 12px;
  }

  .reading-progress-kicker {
    padding: 3px 5px;
    font-size: 8px;
  }

  .reading-progress-offer strong {
    display: none;
  }

  .reading-progress-value {
    right: 9px;
    min-width: 30px;
    font-size: 9px;
  }

  .page-grid {
    margin-top: 20px;
  }

  .hero {
    min-height: 430px;
  }

  .hero-art {
    object-position: 70% center !important;
  }

  .hero-focus-casino .hero-art {
    object-position: 8% center !important;
  }

  .hero-focus-boni .hero-art {
    object-position: 86% center !important;
  }

  .hero-cutout .hero-art {
    inset: 0 0 auto auto;
    width: 72%;
    height: 76%;
    object-position: right top !important;
    opacity: .94;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(3, 23, 16, .96) 0 52%, rgba(3, 23, 16, .52) 76%, rgba(3, 23, 16, .12) 100%);
  }

  .hero-copy {
    right: 20px;
    bottom: 24px;
    left: 20px;
    width: auto;
  }

  .hero h1,
  .content-section > h2,
  .promo-banner h2,
  .service-block > h1,
  .not-found-card h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .hero-copy > p {
    margin-block: 14px;
    font-size: 15px;
  }

  .store-pair {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .store-button {
    width: 220px;
    max-width: 100%;
  }

  .section-vip .source-list {
    grid-template-columns: 1fr;
  }

  .content-section {
    padding: 20px;
  }

  .pros-cons-grid,
  .game-card-grid {
    grid-template-columns: 1fr;
  }

  .review-carousel .review-card {
    flex-basis: 100%;
  }

  .review-carousel-controls {
    justify-content: center;
    flex-wrap: wrap;
  }

  .review-carousel-controls .review-dots {
    width: 100%;
    order: 2;
    justify-content: center;
  }

  .review-status {
    order: 1;
  }

  .bonus-finder-tabs,
  .bonus-finder-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-info-card:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .review-summary {
    grid-template-columns: 1fr auto;
  }

  .review-summary small {
    grid-column: 1 / -1;
    text-align: left;
  }

  .promo-banner {
    min-height: 330px;
  }

  .promo-art,
  .promo-art.contain {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: var(--focus);
  }

  .promo-overlay,
  .promo-banner.copy-right .promo-overlay {
    background: linear-gradient(0deg, rgba(16, 13, 14, .96) 0 50%, rgba(16, 13, 14, .58) 76%, rgba(16, 13, 14, .1) 100%);
  }

  .promo-copy,
  .copy-right .promo-copy {
    right: 20px;
    bottom: 20px;
    left: 20px;
    width: auto;
    align-items: flex-start;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
  }

  .promo-copy .cta {
    min-width: 0;
    width: auto;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }

  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
  }

  .chat-shell {
    bottom: 16px;
    right: auto;
    left: 16px;
  }

  .chat-launcher {
    min-width: 50px;
    width: 50px;
    padding: 0;
    border-radius: 50%;
  }

  .chat-launcher > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .promo-launcher {
    right: 16px;
    bottom: 80px;
    min-width: 126px;
    min-height: 52px;
    padding-left: 44px;
  }

  .promo-modal {
    padding: 8px;
  }

  .promo-dialog {
    width: 100%;
    max-height: calc(100vh - 16px);
    border-radius: 12px;
  }

  .promo-dialog > header {
    padding: 16px;
  }

  .promo-dialog h2 {
    font-size: 20px;
    line-height: 25px;
  }

  .promo-lab-grid {
    padding: 14px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fortune-card {
    padding: 16px;
  }

  .fortune-wheel-shell {
    width: 220px;
    height: 220px;
  }

  .fortune-wheel {
    --fortune-label-radius: 63px;
  }

  .fortune-wheel > span {
    width: 90px;
  }

  .fortune-wheel > span b {
    font-size: 8px;
  }

  .fortune-wheel > span small {
    font-size: 6.5px;
  }

  .promo-dialog > footer {
    padding: 14px 16px 18px;
    align-items: stretch;
    flex-direction: column;
  }

  .promo-modal-cta {
    width: 100%;
  }
}

@media (max-width: 638px) {
  .game-slider {
    --game-card-width: 152px;
  }

  .game-slider-header {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .game-slider-controls {
    justify-content: flex-start;
  }

}

@media (max-width: 390px) {
  .chat-shell {
    bottom: 8px;
  }

  .promo-launcher {
    right: 16px;
    bottom: 8px;
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
  }

  .promo-launcher > span {
    left: 50%;
  }

  .promo-launcher strong,
  .promo-launcher small {
    display: none;
  }

  .back-to-top {
    right: 76px;
    bottom: 8px;
  }

  .reading-progress-offer {
    gap: 0;
  }

  .reading-progress-kicker {
    display: none;
  }

  .content-section,
  .service-block,
  .not-found-card {
    padding: 16px;
  }

  .hero-copy,
  .promo-copy,
  .copy-right .promo-copy {
    right: 16px;
    left: 16px;
  }

  .hero h1,
  .content-section > h2,
  .promo-banner h2,
  .service-block > h1,
  .not-found-card h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .faq-list summary {
    padding-inline: 14px;
  }

  .faq-list details > p {
    padding: 0 14px 15px 46px;
  }

  .bonus-finder {
    padding: 16px;
  }

  .bonus-finder-result {
    padding: 14px;
  }

  .game-slider {
    padding: 14px;
  }

  .game-slider-status {
    min-width: 148px;
    font-size: 11px;
    line-height: 1.1;
    white-space: normal;
  }

  .game-slider-controls {
    gap: 5px;
  }

  .game-slider-control {
    min-width: 34px;
    width: 34px;
    height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .content-section > h2::after {
    transform: scaleX(1);
  }

  .has-js .game-slider-viewport {
    overflow-x: auto;
  }

  .has-js .game-slider-track {
    animation: none !important;
    transform: none !important;
    will-change: auto;
  }

  .has-js .game-slider-group-clone {
    display: none;
  }
}
