@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --c-bg: #1b1f30;
  --c-header: #151928;
  --c-footer: #151928;
  --c-btn-login: #333951;
  --c-btn-reg: #5236f0;
  --c-text: #e8eaf0;
  --c-text-muted: #9fa3b8;
  --c-accent: #5236f0;
  --c-border: #2a2f47;
  --c-card: #1e2338;
  --radius: 12px;
  --radius-sm: 8px;
  --transition: 0.25s ease;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  background: var(--c-bg);
  color: var(--c-text);
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  color: var(--c-accent);
  text-decoration: none;
  transition: color var(--transition);
}
a:hover {
  color: #7a62ff;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}
h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
}
h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
  margin-bottom: 1.2rem;
}
h3 {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
}
p {
  margin-bottom: 1rem;
}
ul,
ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
li {
  margin-bottom: 0.4rem;
}

.x9q4r-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.b5k2m-container {
  width: 100%;
  padding: 0 16px;
}

.f7p3n-section {
  padding: 60px 0;
  position: relative;
}
.m4x8q-block {
  background: var(--c-card);
  border-radius: var(--radius);
  padding: 32px;
  margin: 0 16px 28px;
  border: 1px solid var(--c-border);
  transition: box-shadow var(--transition);
}
.m4x8q-block:hover {
  box-shadow: 0 8px 32px rgba(82, 54, 240, 0.12);
}
.t6r1w-block {
  background: linear-gradient(135deg, #1e2338 0%, #232845 100%);
  border-radius: var(--radius);
  padding: 32px;
  margin: 0 16px 28px;
  border: 1px solid #2d3455;
}
.k9v5z-block {
  background: var(--c-card);
  border-radius: 20px;
  padding: 36px;
  margin: 0 16px 28px;
  border: 1px solid var(--c-border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all var(--transition);
  white-space: nowrap;
  gap: 6px;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}
.btn:active {
  transform: translateY(0);
}
.btn-login {
  background: var(--c-btn-login);
  color: #fff;
}
.btn-login:hover {
  background: #3d4463;
  color: #fff;
}
.btn-reg {
  background: var(--c-btn-reg);
  color: #fff;
}
.btn-reg:hover {
  background: #6348ff;
  color: #fff;
  box-shadow: 0 6px 24px rgba(82, 54, 240, 0.4);
}
.btn-bonus {
  background: linear-gradient(135deg, #5236f0, #7a62ff);
  color: #fff;
  font-size: 0.95rem;
  padding: 12px 28px;
}
.btn-bonus:hover {
  background: linear-gradient(135deg, #6348ff, #8a72ff);
  color: #fff;
  box-shadow: 0 8px 28px rgba(82, 54, 240, 0.5);
}
.btn-lg {
  padding: 14px 36px;
  font-size: 1rem;
  border-radius: 10px;
}
.btn-sm {
  padding: 7px 16px;
  font-size: 0.82rem;
}

#hdr-a1b2 {
  background: var(--c-header);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid #1e2540;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}
.hdr-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  max-width: 1280px;
  margin: 0 auto;
  gap: 16px;
}
.hdr-logo {
  flex-shrink: 0;
}
.hdr-logo img {
  height: 44px;
  width: auto;
  object-fit: contain;
}
.hdr-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.hdr-nav a {
  color: #c8ccdf;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 6px;
  transition: all var(--transition);
  font-family: "Montserrat", sans-serif;
}
.hdr-nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
.hdr-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.hdr-online {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: var(--c-text-muted);
  margin-right: 8px;
  white-space: nowrap;
}
.hdr-online-dot {
  width: 8px;
  height: 8px;
  background: #2ecc71;
  border-radius: 50%;
  animation: p4l9x-pulse 1.8s infinite;
}
@keyframes p4l9x-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.3);
  }
}
.hdr-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.hdr-burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all var(--transition);
}
.hdr-burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.hdr-burger.is-open span:nth-child(2) {
  opacity: 0;
}
.hdr-burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.hdr-mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--c-header);
  border-top: 1px solid #1e2540;
  padding: 16px 20px;
  z-index: 999;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}
.hdr-mobile-nav.is-open {
  display: block;
}
.hdr-mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
}
.hdr-mobile-nav ul li a {
  display: block;
  color: #c8ccdf;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #1e2540;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
}
.hdr-mobile-btns {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.j2n6k-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #0d1020;
}
.hero-slider {
  position: relative;
  width: 100%;
  min-height: 520px;
}
.hero-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.45);
}
.hero-slide-content {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 20px;
  width: 100%;
}
.hero-badge {
  display: inline-block;
  background: rgba(82, 54, 240, 0.25);
  border: 1px solid rgba(82, 54, 240, 0.5);
  color: #a08fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
}
.hero-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
  font-weight: 800;
}
.hero-title span {
  color: #7a62ff;
}
.hero-sub {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #b0b8d4;
  margin-bottom: 28px;
  max-width: 560px;
}
.hero-bonus-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(82, 54, 240, 0.15);
  border: 1px solid rgba(82, 54, 240, 0.35);
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 24px;
  font-size: 0.9rem;
  color: #c8ccdf;
}
.hero-bonus-tag strong {
  color: #7a62ff;
}
.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.hero-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 5;
}
.hero-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all var(--transition);
}
.hero-dot.is-active {
  background: var(--c-accent);
  width: 24px;
  border-radius: 4px;
}
.hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition);
  font-size: 1.2rem;
}
.hero-arrow:hover {
  background: rgba(82, 54, 240, 0.4);
}
.hero-prev {
  left: 20px;
}
.hero-next {
  right: 20px;
}

.sec-title {
  text-align: center;
  margin-bottom: 36px;
}
.sec-title h2 {
  margin-bottom: 8px;
}
.sec-title p {
  color: var(--c-text-muted);
  font-size: 0.95rem;
}
.sec-badge {
  display: inline-block;
  background: rgba(82, 54, 240, 0.15);
  color: #a08fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 12px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.q8m3p-mirrors {
}
.mirrors-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.mirrors-time-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(46, 204, 113, 0.12);
  border: 1px solid rgba(46, 204, 113, 0.3);
  color: #2ecc71;
  font-size: 0.82rem;
  padding: 6px 14px;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.mirrors-time-badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ecc71;
  flex-shrink: 0;
  animation: p4l9x-pulse 1.8s infinite;
}
.mirrors-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--radius-sm);
}
.mirrors-table {
  width: 100%;
  min-width: 540px;
  border-collapse: collapse;
  text-align: left;
}
.mirrors-table th {
  background: #12162a;
  color: #9fa3b8;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  font-family: "Montserrat", sans-serif;
  border-bottom: 2px solid var(--c-border);
}
.mirrors-table td {
  padding: 13px 16px;
  border-bottom: 1px solid var(--c-border);
  font-size: 0.9rem;
  vertical-align: middle;
}
.mirrors-table tr:last-child td {
  border-bottom: none;
}
.mirrors-table tr:hover td {
  background: rgba(82, 54, 240, 0.06);
}
.mirror-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2ecc71;
  font-size: 0.82rem;
  font-weight: 500;
}
.mirror-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2ecc71;
  flex-shrink: 0;
}

.v7k4x-video {
  text-align: center;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--c-border);
  background: #0d1020;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.z3b9c-games {
}
.games-grid {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.game-card {
  background: var(--c-card);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--c-border);
  transition: all var(--transition);
  flex: 0 0 calc(33.333% - 12px);
  max-width: calc(33.333% - 12px);
}
.game-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px rgba(82, 54, 240, 0.2);
  border-color: rgba(82, 54, 240, 0.4);
}
.game-card-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.game-card:hover .game-card-img {
  transform: scale(1.05);
}
.game-card-body {
  padding: 16px;
}
.game-card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 4px;
  color: #fff;
}
.game-card-provider {
  font-size: 0.78rem;
  color: var(--c-text-muted);
  margin-bottom: 12px;
}
.games-slider-wrap {
  display: none;
}

.w5h1n-wheel {
  text-align: center;
}
.wheel-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.wheel-canvas-wrap {
  position: relative;
  display: inline-block;
}
.wheel-canvas-wrap canvas {
  display: block;
  filter: drop-shadow(0 0 24px rgba(82, 54, 240, 0.35));
}
.wheel-pointer {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 28px solid #5236f0;
  filter: drop-shadow(0 2px 6px rgba(82, 54, 240, 0.6));
}
.wheel-result {
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.wheel-result-win {
  text-align: center;
  animation: r2x7v-fadein 0.5s ease;
}
.wheel-result-win h3 {
  color: #2ecc71;
  font-size: 1.3rem;
  margin-bottom: 4px;
}
.wheel-result-win p {
  color: var(--c-text-muted);
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.wheel-result-lose {
  text-align: center;
  animation: r2x7v-fadein 0.5s ease;
}
.wheel-result-lose h3 {
  color: #e74c3c;
  font-size: 1.15rem;
}
@keyframes r2x7v-fadein {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wheel-spin-btn {
  min-width: 180px;
}

.e4d2s-content {
}
.content-inner h1,
.content-inner h2,
.content-inner h3,
.content-inner h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 1.8rem 0 0.8rem;
  line-height: 1.3;
}
.content-inner h1 {
  font-size: 1.9rem;
}
.content-inner h2 {
  font-size: 1.5rem;
}
.content-inner h3 {
  font-size: 1.2rem;
}
.content-inner h4 {
  font-size: 1rem;
}
.content-inner p {
  color: #c8ccdf;
  line-height: 1.8;
  margin-bottom: 1.1rem;
}
.content-inner ul,
.content-inner ol {
  color: #c8ccdf;
  padding-left: 1.6rem;
  margin-bottom: 1.1rem;
}
.content-inner li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}
.content-inner a {
  color: #7a62ff;
  text-decoration: underline;
}
.content-inner a:hover {
  color: #a08fff;
}
.content-inner strong,
.content-inner b {
  color: #fff;
  font-weight: 600;
}
.content-inner em,
.content-inner i {
  color: #b0b8d4;
}
.content-inner blockquote {
  border-left: 3px solid var(--c-accent);
  padding: 12px 20px;
  background: rgba(82, 54, 240, 0.07);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 1.2rem 0;
  color: #c0c8e0;
  font-style: italic;
}
.content-inner table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  overflow-x: auto;
  display: block;
}
.content-inner table th {
  background: #12162a;
  color: #9fa3b8;
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 14px;
  border: 1px solid var(--c-border);
  text-align: left;
}
.content-inner table td {
  padding: 10px 14px;
  border: 1px solid var(--c-border);
  color: #c8ccdf;
  font-size: 0.9rem;
}
.content-inner table tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.03);
}
.content-inner hr {
  border: none;
  border-top: 1px solid var(--c-border);
  margin: 2rem 0;
}
.content-inner img {
  border-radius: var(--radius-sm);
  margin: 1rem 0;
}
.content-inner pre,
.content-inner code {
  background: #0d1020;
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 0.85rem;
  color: #a0cfff;
  font-family: monospace;
}
.content-inner pre {
  padding: 16px;
  overflow-x: auto;
  margin: 1rem 0;
}

.a1p9f-author {
}
.author-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.author-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(82, 54, 240, 0.5);
  flex-shrink: 0;
}
.author-info {
  flex: 1;
  min-width: 220px;
}
.author-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.author-role {
  color: var(--c-accent);
  font-size: 0.82rem;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.author-bio {
  color: #b0b8d4;
  font-size: 0.88rem;
  line-height: 1.7;
  margin-bottom: 12px;
}
.author-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.author-social-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.07);
  color: #c8ccdf;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all var(--transition);
  border: 1px solid var(--c-border);
}
.author-social-link:hover {
  background: rgba(82, 54, 240, 0.2);
  border-color: rgba(82, 54, 240, 0.4);
  color: #fff;
}

#ftr-b3c4 {
  background: var(--c-footer);
  border-top: 1px solid #1e2540;
  padding-top: 48px;
  padding-bottom: 24px;
}
.ftr-top {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 36px;
  align-items: flex-start;
}
.ftr-col {
  flex: 1;
  min-width: 180px;
}
.ftr-logo {
  margin-bottom: 14px;
}
.ftr-logo img {
  height: 38px;
  width: auto;
}
.ftr-desc {
  color: #6e7494;
  font-size: 0.82rem;
  line-height: 1.6;
  max-width: 260px;
}
.ftr-nav-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9fa3b8;
  margin-bottom: 12px;
}
.ftr-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ftr-nav-list li {
  margin-bottom: 8px;
}
.ftr-nav-list a {
  color: #6e7494;
  font-size: 0.85rem;
  transition: color var(--transition);
}
.ftr-nav-list a:hover {
  color: #c8ccdf;
}
.ftr-divider {
  border: none;
  border-top: 1px solid #1e2540;
  margin: 24px 0;
}
.ftr-logos-row {
  margin-bottom: 20px;
}
.ftr-logos-label {
  font-size: 0.75rem;
  color: #6e7494;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.ftr-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ftr-logo-item {
  background: #0d1020;
  border: 1px solid #1e2540;
  border-radius: 6px;
  padding: 5px 10px;
  font-size: 0.72rem;
  color: #6e7494;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
.ftr-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.ftr-copyright {
  color: #4e5470;
  font-size: 0.78rem;
  line-height: 1.6;
}
.ftr-license {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ftr-license-badge {
  background: #0d1020;
  border: 1px solid #1e2540;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 0.72rem;
  color: #6e7494;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.ftr-legal {
  color: #4e5470;
  font-size: 0.73rem;
  max-width: 800px;
  line-height: 1.5;
  margin-top: 12px;
}

#wdg-c5d6 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: linear-gradient(90deg, #12162a, #1a1e35, #12162a);
  border-top: 1px solid rgba(82, 54, 240, 0.3);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.5);
}
.wdg-text {
  color: #c8ccdf;
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.wdg-text strong {
  color: #fff;
}
.wdg-bonus-tag {
  color: #ffd700;
  font-weight: 700;
  font-size: 0.92rem;
}
.wdg-close {
  position: absolute;
  right: 12px;
  background: none;
  border: none;
  color: #6e7494;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 4px;
  line-height: 1;
  transition: color var(--transition);
}
.wdg-close:hover {
  color: #fff;
}

.g7n2k-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.g7n2k-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.n8j3p-unused {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.q1w2e3-ghost {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.r4t5y6-invisible {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -9999px;
  left: -9999px;
}

body.menu-open {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  background: var(--c-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.4s ease;
}
.page-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.loader-ring {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(82, 54, 240, 0.2);
  border-top-color: var(--c-accent);
  border-radius: 50%;
  animation: s8m4x-spin 0.8s linear infinite;
}
@keyframes s8m4x-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 900px) {
  .hdr-nav {
    display: none;
  }
  .hdr-burger {
    display: flex;
  }
  .game-card {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
@media (max-width: 600px) {
  .hdr-online {
    display: none;
  }
  .hdr-inner {
    padding: 10px 14px;
  }
  .f7p3n-section {
    padding: 40px 0;
  }
  .m4x8q-block,
  .t6r1w-block,
  .k9v5z-block {
    margin: 0 8px 20px;
    padding: 20px 16px;
  }
  .games-grid {
    display: none;
  }
  .games-slider-wrap {
    display: block;
    overflow: hidden;
  }
  .games-slider-track {
    display: flex;
    gap: 12px;
    transition: transform 0.4s ease;
  }
  .game-card {
    flex: 0 0 72vw;
    max-width: 72vw;
  }
  .author-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .author-socials {
    justify-content: center;
  }
  .ftr-top {
    flex-direction: column;
    gap: 20px;
  }
  .ftr-col {
    min-width: 100%;
  }
  .hero-arrow {
    display: none;
  }
  #wdg-c5d6 {
    gap: 8px;
    padding: 8px 12px;
  }
  .wdg-text {
    font-size: 0.78rem;
  }
}
@media (max-width: 360px) {
  .game-card {
    flex: 0 0 88vw;
    max-width: 88vw;
  }
  .btn-lg {
    padding: 12px 24px;
    font-size: 0.92rem;
  }
}
