﻿@charset "UTF-8";
textarea {
  width: 0px;
  height: 0px;
  all: unset;
}

footer {
  all: unset;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

img {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
}

li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  appearance: none;
  cursor: pointer;
  /* Другие свойства по необходимости */
}

div {
  box-sizing: border-box;
}

input {
  all: unset;
}

a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

a {
  text-decoration: none; /* Убирает подчеркивание */
  color: inherit; /* Устанавливает цвет ссылки такой же, как у родительского элемента */
  font-weight: normal; /* Устанавливает обычный вес шрифта */
  background: none; /* Убирает фоновый цвет */
  border: none; /* Убирает границу */
  outline: none; /* Убирает обводку */
}

@font-face {
  font-family: "Playmagyar-PlusJakartaSans";
  src: url("../fonts/Playmagyar-PlusJakartaSans-VariableFont_wght.ttf")
    format("truetype");
  font-style: normal;
  font-display: swap;
}
body {
  box-sizing: border-box;
  font-family: "Playmagyar-PlusJakartaSans";
  background: radial-gradient(
      1200px 600px at 70% 0%,
      rgba(124, 58, 237, 0.15),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(5, 5, 16, 0.98), rgba(5, 5, 16, 0.95));
}

html {
  scroll-behavior: smooth;
}

/* ===== Playmagyar Header (premium) ===== */
:root {
  --gvr-brand: #7c3aed;
  --gvr-brand-bright: #a855f7;
  --gvr-bg: rgba(5, 5, 16, 0.85);
  --gvr-bg-secondary: rgba(26, 10, 46, 0.6);
  --gvr-text: rgba(255, 255, 255, 0.95);
  --gvr-muted: rgba(255, 255, 255, 0.7);
  --gvr-line: rgba(124, 58, 237, 0.2);
  --gvr-radius: 16px;
  --gvr-height: 88px;
  --gvr-height-compact: 64px;
  --gvr-ink: rgba(124, 58, 237, 0.15);
}

.gvr-header-Playmagyar {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(14px);
  background: linear-gradient(
    180deg,
    rgba(5, 5, 16, 0.85),
    rgba(26, 10, 46, 0.5)
  );
  border-bottom: 1px solid var(--gvr-line);
  transition: height 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  height: var(--gvr-height);
  /* Brand */
  /* Nav (desktop) */
  /* «Чернила» под активным/ховер пунктом */
  /* Burger (hidden on desktop) */
  /* Mobile panel */
  /* Responsive */
}
.gvr-header-Playmagyar__glow {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  background: radial-gradient(
      35% 100% at 15% 50%,
      rgba(168, 85, 247, 0.6),
      transparent 70%
    ),
    radial-gradient(
      35% 100% at 85% 50%,
      rgba(124, 58, 237, 0.4),
      transparent 70%
    ),
    linear-gradient(90deg, transparent, rgba(168, 85, 247, 0.7), transparent);
  pointer-events: none;
}
.gvr-header-Playmagyar__inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.gvr-header-Playmagyar__brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 12px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0)
  );
  outline: 1px solid rgba(255, 255, 255, 0.06);
  transition: outline-color 0.25s ease, background 0.25s ease,
    transform 0.25s ease;
}
.gvr-header-Playmagyar__brand:hover {
  outline-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-1px);
}
.gvr-header-Playmagyar__brandMark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: radial-gradient(
      80% 80% at 30% 20%,
      rgba(255, 255, 255, 0.35),
      transparent 60%
    ),
    conic-gradient(
      from 0deg,
      rgb(168, 85, 247),
      rgba(124, 58, 237, 0.6),
      rgb(168, 85, 247)
    );
  box-shadow: 0 0 24px rgba(124, 58, 237, 0.45),
    inset 0 0 8px rgba(255, 255, 255, 0.25);
}
.gvr-header-Playmagyar__brandText {
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.4px;
  font-size: 1.18rem;
  white-space: nowrap;
}
.gvr-header-Playmagyar__nav {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.03)
  );
  outline: 1px solid rgba(255, 255, 255, 0.08);
}
.gvr-header-Playmagyar__link {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 10px 16px;
  border-radius: 999px;
  color: var(--gvr-text);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: 0.2px;
  transition: color 0.2s ease, transform 0.2s ease;
}
.gvr-header-Playmagyar__link:hover {
  color: #fff;
  transform: translateY(-1px);
}
.gvr-header-Playmagyar__link.is-active {
  color: #fff;
}
.gvr-header-Playmagyar__ink {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  height: 36px;
  margin: auto 0;
  border-radius: 999px;
  background: radial-gradient(
      80% 120% at 50% 50%,
      var(--gvr-ink),
      transparent 70%
    ),
    linear-gradient(180deg, rgba(124, 58, 237, 0.18), rgba(124, 58, 237, 0.04));
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.22),
    0 6px 28px rgba(124, 58, 237, 0.25);
  transition: left 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
    width 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.2s ease;
  opacity: 0;
  pointer-events: none;
}
.gvr-header-Playmagyar__burger {
  justify-self: end;
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 0;
  background: transparent;
  cursor: pointer;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.2s ease, outline-color 0.2s ease, transform 0.2s ease;
}
.gvr-header-Playmagyar__burger:hover {
  background: rgba(255, 255, 255, 0.06);
  outline-color: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}
.gvr-header-Playmagyar__burger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--gvr-text);
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
.gvr-header-Playmagyar__burger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.gvr-header-Playmagyar__burger.is-open span:nth-child(2) {
  opacity: 0;
}
.gvr-header-Playmagyar__burger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.gvr-header-Playmagyar__mobile {
  position: fixed;
  inset: var(--gvr-height) 12px auto 12px;
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 16, 0.98),
    rgba(26, 10, 46, 0.95)
  );
  outline: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  display: grid;
  gap: 8px;
  padding: 14px;
  z-index: 999;
  animation: gvrDrop 0.18s ease-out;
}
@keyframes gvrDrop {
  from {
    transform: translateY(-8px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.gvr-header-Playmagyar__mLink {
  display: block;
  text-decoration: none;
  color: var(--gvr-text);
  font-weight: 700;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.06);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.gvr-header-Playmagyar__mLink:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  transform: translateY(-1px);
}
.gvr-header-Playmagyar__mLink.is-active {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.3);
}
@media (max-width: 1100px) {
  .gvr-header-Playmagyar__nav {
    display: none;
  }
  .gvr-header-Playmagyar__burger {
    display: inline-block;
  }
}

/* базово: десктоп */
.gvr-header-Playmagyar__nav {
  display: inline-flex;
}

.gvr-header-Playmagyar__burger {
  display: none;
}

/* ЯВНО фиксируем поведение по брейкпоинту, чтобы не спорило с ранними стилями */
@media (min-width: 1025px) {
  .gvr-header-Playmagyar__nav {
    display: inline-flex !important;
  }
  .gvr-header-Playmagyar__burger {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .gvr-header-Playmagyar__nav {
    display: none !important;
  }
  .gvr-header-Playmagyar__burger {
    display: inline-flex !important;
  }
}
/* Бургер поверх всего, чтобы клик всегда ловился */
.gvr-header-Playmagyar__burger {
  position: relative;
  z-index: 1002;
  /* ↑ */
}

/* Мобильное меню + оверлей управляются классом .is-open вместо hidden */
.gvr-header-Playmagyar__overlay {
  position: fixed;
  inset: var(--gvr-height) 0 0 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
}

.gvr-header-Playmagyar__mobile {
  position: fixed;
  inset: var(--gvr-height) 12px auto 12px;
  z-index: 1001;
}

/* по умолчанию скрыто */
.gvr-header-Playmagyar__overlay[hidden],
.gvr-header-Playmagyar__mobile[hidden] {
  display: none !important;
}

/* при открытии */
.gvr-header-Playmagyar.is-open .gvr-header-Playmagyar__overlay,
.gvr-header-Playmagyar.is-open .gvr-header-Playmagyar__mobile {
  display: grid !important;
}

:root {
  --gvr-brand: #7c3aed;
  --gvr-brand-bright: #a855f7;
  --gvr-brand-ink: rgba(124, 58, 237, 0.25);
  --gvr-bg-deep: #050510;
  --gvr-bg-grad-a: rgba(26, 10, 46, 0.95);
  --gvr-bg-grad-b: rgba(26, 10, 46, 0.6);
  --gvr-text: rgba(255, 255, 255, 0.95);
  --gvr-muted: rgba(255, 255, 255, 0.7);
  --gvr-line: rgba(124, 58, 237, 0.25);
  --gvr-soft: rgba(124, 58, 237, 0.08);
  --gvr-radius-outer: 22px;
  --gvr-radius: 16px;
}

.gvr-main-Playmagyar {
  background: var(--gvr-bg-deep);
  color: var(--gvr-text);
}

/* ===== HERO ===== */
.gvr-hero-Playmagyar {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: clamp(48px, 8vw, 92px) 0 clamp(32px, 6vw, 64px);
  background: radial-gradient(
      1200px 600px at 70% 0%,
      rgba(124, 58, 237, 0.1),
      transparent 60%
    ),
    linear-gradient(180deg, var(--gvr-bg-grad-a), var(--gvr-bg-grad-b));
  /* Витрина справа */
  /* Прогресс прокрутки */
  /* Адаптив */
  /* respect reduced motion */
}
.gvr-hero-Playmagyar__glow {
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: radial-gradient(
      30% 100% at 15% 50%,
      rgba(124, 58, 237, 0.6),
      transparent 70%
    ),
    radial-gradient(
      30% 100% at 85% 50%,
      rgba(124, 58, 237, 0.35),
      transparent 70%
    ),
    linear-gradient(90deg, transparent, rgba(124, 58, 237, 0.7), transparent);
  opacity: 0.9;
  pointer-events: none;
}
.gvr-hero-Playmagyar__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.gvr-hero-Playmagyar__spot {
  position: absolute;
  filter: blur(48px);
  opacity: 0.6;
  mix-blend-mode: screen;
}
.gvr-hero-Playmagyar__spot--a {
  left: 2%;
  top: 10%;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    closest-side,
    rgba(124, 58, 237, 0.55),
    transparent
  );
}
.gvr-hero-Playmagyar__spot--b {
  right: -3%;
  top: 20%;
  width: 360px;
  height: 360px;
  background: radial-gradient(
    closest-side,
    rgba(124, 58, 237, 0.35),
    transparent
  );
}
.gvr-hero-Playmagyar__grid {
  position: absolute;
  inset: 0;
  opacity: 0.22;
}
.gvr-hero-Playmagyar__inner {
  position: relative;
  z-index: 1;
  max-width: 1380px;
  min-height: 430px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.gvr-hero-Playmagyar__eyebrow {
  display: inline-block;
  font-size: 0.88rem;
  color: var(--gvr-muted);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gvr-soft);
  outline: 1px solid var(--gvr-line);
  margin-bottom: 16px;
}
.gvr-hero-Playmagyar__title {
  font-weight: 900;
  line-height: 1.06;
  font-size: clamp(32px, 5.6vw, 64px);
  letter-spacing: 0.4px;
  margin: 0 0 14px;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  min-height: 130px;
}
.gvr-hero-Playmagyar__title span {
  white-space: nowrap;
}
.gvr-hero-Playmagyar__lead {
  font-size: clamp(16px, 1.2vw, 18px);
  color: var(--gvr-muted);
  max-width: 62ch;
  margin: 0 0 22px;
}
.gvr-hero-Playmagyar__cta {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.gvr-hero-Playmagyar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid var(--gvr-line);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease,
    box-shadow 0.2s ease;
}
.gvr-hero-Playmagyar__btn--primary {
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.3),
    rgba(124, 58, 237, 0.2)
  );
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.3),
    0 0 20px rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(168, 85, 247, 0.4);
}
.gvr-hero-Playmagyar__btn--ghost {
  background: rgba(26, 10, 46, 0.4);
  border: 1px solid rgba(124, 58, 237, 0.3);
}
.gvr-hero-Playmagyar__btn--inline {
  padding: 10px 14px;
  font-weight: 700;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
}
.gvr-hero-Playmagyar__btn--primary:hover {
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.4),
    rgba(124, 58, 237, 0.3)
  );
  box-shadow: 0 16px 40px rgba(168, 85, 247, 0.4),
    0 0 30px rgba(124, 58, 237, 0.3);
  transform: translateY(-2px);
}
.gvr-hero-Playmagyar__btn--ghost:hover {
  background: rgba(26, 10, 46, 0.6);
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
}
.gvr-hero-Playmagyar__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.25);
}
.gvr-hero-Playmagyar__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 560px;
}
.gvr-hero-Playmagyar__stat {
  padding: 12px;
  border-radius: 14px;
  background: rgba(26, 10, 46, 0.4);
  outline: 1px solid rgba(124, 58, 237, 0.25);
}
.gvr-hero-Playmagyar__statNum {
  display: block;
  font-weight: 900;
  font-size: 1.3rem;
}
.gvr-hero-Playmagyar__statLabel {
  display: block;
  font-size: 0.9rem;
  color: var(--gvr-muted);
}
.gvr-hero-Playmagyar__visual {
  perspective: 1200px;
}
.gvr-hero-Playmagyar__card {
  border-radius: var(--gvr-radius-outer);
  background: linear-gradient(
    180deg,
    rgba(26, 10, 46, 0.5),
    rgba(26, 10, 46, 0.3)
  );
  outline: 1px solid rgba(124, 58, 237, 0.3);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6), 0 0 40px rgba(168, 85, 247, 0.15),
    inset 0 0 0 1px rgba(124, 58, 237, 0.1);
  padding: 18px;
  transform-style: preserve-3d;
  will-change: transform;
}
.gvr-hero-Playmagyar__cardHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.gvr-hero-Playmagyar__chip {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.86rem;
  background: rgba(26, 10, 46, 0.4);
  outline: 1px solid rgba(124, 58, 237, 0.3);
}
.gvr-hero-Playmagyar__pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #39ff88;
  box-shadow: 0 0 0 0 rgba(57, 255, 136, 0.5);
  animation: gvr-pulse 2s infinite;
}
@keyframes gvr-pulse {
  to {
    box-shadow: 0 0 0 18px transparent;
  }
}
.gvr-hero-Playmagyar__rooms {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gvr-hero-Playmagyar__room {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 14px;
  background: rgba(26, 10, 46, 0.3);
  outline: 1px solid rgba(124, 58, 237, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease,
    box-shadow 0.2s ease;
}
.gvr-hero-Playmagyar__room:hover {
  transform: translateY(-2px);
  background: rgba(26, 10, 46, 0.5);
  outline-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 4px 12px rgba(168, 85, 247, 0.2);
}
.gvr-hero-Playmagyar__roomIcon {
  font-size: 1.1rem;
  opacity: 0.9;
}
.gvr-hero-Playmagyar__roomTitle {
  font-weight: 800;
}
.gvr-hero-Playmagyar__roomMeta {
  font-size: 0.92rem;
  color: var(--gvr-muted);
}
.gvr-hero-Playmagyar__cardFoot {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.gvr-hero-Playmagyar__progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.04);
}
.gvr-hero-Playmagyar__progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--gvr-brand), rgba(124, 58, 237, 0.5));
  transition: width 0.1s linear;
}
@media (max-width: 1100px) {
  .gvr-hero-Playmagyar__inner {
    grid-template-columns: 1fr;
  }
  .gvr-hero-Playmagyar__visual {
    order: -1;
    margin-bottom: 18px;
  }
}
@media (max-width: 680px) {
  .gvr-hero-Playmagyar__stats {
    grid-template-columns: 1fr 1fr;
  }
  .gvr-hero-Playmagyar__lead {
    max-width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gvr-hero-Playmagyar * {
    animation: none !important;
    transition: none !important;
  }
}

.gvr-why-Playmagyar {
  background: radial-gradient(
      900px 500px at 80% 0%,
      rgba(124, 58, 237, 0.08),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(14, 14, 20, 0.95), rgba(14, 14, 20, 0.88));
  padding: clamp(48px, 6vw, 80px) 0;
}
.gvr-why-Playmagyar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.gvr-why-Playmagyar__title {
  text-align: center;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  margin-bottom: 10px;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}
.gvr-why-Playmagyar__subtitle {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 1.05rem;
}
.gvr-why-Playmagyar__list {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.gvr-why-Playmagyar__item {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 24px;
  text-align: center;
  transition: transform 0.25s ease, background 0.25s ease,
    outline-color 0.25s ease;
}
.gvr-why-Playmagyar__item:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.04);
  outline-color: rgba(255, 255, 255, 0.15);
}
.gvr-why-Playmagyar__icon {
  font-size: 2rem;
  margin-bottom: 14px;
}
.gvr-why-Playmagyar__itemTitle {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.gvr-why-Playmagyar__text {
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.5;
}

.gvr-article-Playmagyar {
  padding: clamp(56px, 7vw, 96px) 0;
  background: linear-gradient(
    180deg,
    rgba(14, 14, 20, 0.96),
    rgba(14, 14, 20, 0.9)
  );
  color: rgba(255, 255, 255, 0.92);
}

.gvr-article-Playmagyar__wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(20px, 4vw, 48px);
}

.gvr-article-Playmagyar__toc {
  position: sticky;
  top: 96px;
  align-self: start;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 16px;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
}

.gvr-article-Playmagyar__tocTitle {
  font-weight: 800;
  font-size: 1rem;
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.8);
}

.gvr-article-Playmagyar__tocNav {
  display: grid;
  gap: 6px;
}

.gvr-article-Playmagyar__tocLink {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 12px;
  border-radius: 12px;
  outline: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease,
    outline-color 0.2s ease;
}

.gvr-article-Playmagyar__tocLink:hover {
  color: #fff;
  transform: translateX(2px);
  outline-color: rgba(255, 255, 255, 0.14);
}

.gvr-article-Playmagyar__tocLink.is-active {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.28);
}

.gvr-article-Playmagyar__content {
  min-width: 0;
}

.gvr-article-Playmagyar__head {
  margin-bottom: 20px;
}

.gvr-article-Playmagyar__title {
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 44px);
  letter-spacing: 0.2px;
  margin: 0 0 8px;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-article-Playmagyar__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0 0 10px;
}

.gvr-article-Playmagyar__body {
  display: grid;
  gap: 28px;
}

.gvr-article-Playmagyar__section {
  display: grid;
  gap: 16px;
}

.gvr-article-Playmagyar__h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
}

.gvr-article-Playmagyar__quote {
  margin: 8px 0 0;
  padding: 18px 18px 18px 22px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  font-weight: 700;
  line-height: 1.5;
}

.gvr-article-Playmagyar__callouts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gvr-article-Playmagyar__callout {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 6px;
}

.gvr-article-Playmagyar__figure {
  margin: 4px 0 0;
  border-radius: 16px;
  overflow: clip;
  outline: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.gvr-article-Playmagyar__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.gvr-article-Playmagyar__figcap {
  padding: 10px 12px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
}

.gvr-article-Playmagyar__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.gvr-article-Playmagyar__card {
  display: grid;
  gap: 8px;
  text-decoration: none;
  background: rgba(26, 10, 46, 0.3);
  outline: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 14px;
  padding: 10px;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-article-Playmagyar__card:hover {
  transform: translateY(-4px);
  outline-color: rgba(168, 85, 247, 0.5);
  background: rgba(26, 10, 46, 0.5);
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.25),
    0 0 16px rgba(124, 58, 237, 0.15);
}

.gvr-article-Playmagyar__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}

.gvr-article-Playmagyar__cardTitle {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.gvr-article-Playmagyar__details {
  display: grid;
  gap: 10px;
}

.gvr-article-Playmagyar__detailsBtn {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, outline-color 0.2s ease, transform 0.2s ease;
}

.gvr-article-Playmagyar__detailsBtn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.16);
}

.gvr-article-Playmagyar__detailsPanel {
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1100px) {
  .gvr-article-Playmagyar__wrap {
    grid-template-columns: 1fr;
  }
  .gvr-article-Playmagyar__toc {
    position: static;
    order: -1;
  }
  .gvr-article-Playmagyar__callouts {
    grid-template-columns: 1fr;
  }
  .gvr-article-Playmagyar__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-mysticstars-Playmagyar {
  padding: clamp(56px, 7vw, 96px) 0;
  background: radial-gradient(
      1200px 600px at 70% 0%,
      rgba(168, 85, 247, 0.15),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(5, 5, 16, 0.98), rgba(26, 10, 46, 0.95));
  color: rgba(255, 255, 255, 0.95);
}

.gvr-mysticstars-Playmagyar__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-mysticstars-Playmagyar__head {
  margin-bottom: 20px;
}

.gvr-mysticstars-Playmagyar__title {
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 44px);
  letter-spacing: 0.2px;
  margin: 0 0 8px;
  background: linear-gradient(180deg, #fff, #a855f7);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.5);
}

.gvr-mysticstars-Playmagyar__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0;
}

.gvr-mysticstars-Playmagyar__wrap {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(20px, 4vw, 48px);
  align-items: start;
  margin-top: 22px;
}

.gvr-mysticstars-Playmagyar__about {
  display: grid;
  gap: 14px;
}

.gvr-mysticstars-Playmagyar__about p {
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

.gvr-mysticstars-Playmagyar__bullets {
  display: grid;
  gap: 10px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.gvr-mysticstars-Playmagyar__bullets li {
  background: rgba(26, 10, 46, 0.3);
  outline: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 12px;
  padding: 12px 14px;
  transition: all 0.2s ease;
}
.gvr-mysticstars-Playmagyar__bullets li:hover {
  background: rgba(26, 10, 46, 0.5);
  outline-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.2);
}

.gvr-mysticstars-Playmagyar__media {
  display: grid;
  gap: 12px;
}

.gvr-mysticstars-Playmagyar__figure {
  border-radius: 16px;
  overflow: clip;
  outline: 1px solid rgba(124, 58, 237, 0.3);
  background: rgba(26, 10, 46, 0.3);
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.1);
}

.gvr-mysticstars-Playmagyar__image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/10;
  object-fit: cover;
}

.gvr-mysticstars-Playmagyar__figcap {
  padding: 10px 12px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
}

.gvr-mysticstars-Playmagyar__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gvr-mysticstars-Playmagyar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-mysticstars-Playmagyar__btn--primary {
  background: linear-gradient(
    180deg,
    rgba(124, 58, 237, 0.22),
    rgba(124, 58, 237, 0.06)
  );
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.18);
}

.gvr-mysticstars-Playmagyar__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-mysticstars-Playmagyar__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.25);
}

.gvr-mysticstars-Playmagyar__tabs {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.gvr-mysticstars-Playmagyar__tablist {
  display: inline-flex;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  outline: 1px solid rgba(255, 255, 255, 0.08);
}

.gvr-mysticstars-Playmagyar__tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.gvr-mysticstars-Playmagyar__tab:hover {
  color: #fff;
  transform: translateY(-1px);
}

.gvr-mysticstars-Playmagyar__tab.is-active {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.gvr-mysticstars-Playmagyar__panel {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
}

.gvr-mysticstars-Playmagyar__panel.is-active {
  display: block;
}

.gvr-mysticstars-Playmagyar__panel[hidden] {
  display: none;
}

.gvr-mysticstars-Playmagyar__panelGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}

.gvr-mysticstars-Playmagyar__panelCol {
  min-width: 0;
}

.gvr-mysticstars-Playmagyar__h3 {
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0 0 6px;
}

.gvr-mysticstars-Playmagyar__miniList {
  display: grid;
  gap: 6px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.gvr-mysticstars-Playmagyar__preview {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  transform-style: preserve-3d;
}

.gvr-mysticstars-Playmagyar__reel {
  display: grid;
  place-items: center;
  height: 64px;
  border-radius: 12px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(26, 10, 46, 0.5),
    rgba(26, 10, 46, 0.3)
  );
  outline: 1px solid rgba(124, 58, 237, 0.3);
  text-shadow: 0 4px 14px rgba(168, 85, 247, 0.5),
    0 0 20px rgba(124, 58, 237, 0.4);
  box-shadow: inset 0 0 20px rgba(168, 85, 247, 0.1);
}

.gvr-mysticstars-Playmagyar__legend {
  margin-top: 24px;
}

.gvr-mysticstars-Playmagyar__legendList {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.gvr-mysticstars-Playmagyar__legendItem {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
  background: rgba(26, 10, 46, 0.3);
  outline: 1px solid rgba(124, 58, 237, 0.25);
  transition: all 0.2s ease;
}
.gvr-mysticstars-Playmagyar__legendItem:hover {
  background: rgba(26, 10, 46, 0.5);
  outline-color: rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 12px rgba(168, 85, 247, 0.2);
}

.gvr-mysticstars-Playmagyar__badge {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-weight: 800;
  background: rgba(168, 85, 247, 0.25);
  box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.4),
    0 0 12px rgba(124, 58, 237, 0.3);
}

.gvr-mysticstars-Playmagyar__legendText {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

@media (max-width: 1100px) {
  .gvr-mysticstars-Playmagyar__wrap {
    grid-template-columns: 1fr;
  }
  .gvr-mysticstars-Playmagyar__panelGrid {
    grid-template-columns: 1fr;
  }
  .gvr-mysticstars-Playmagyar__legendList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .gvr-mysticstars-Playmagyar__legendList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.gvr-freeplay-Playmagyar {
  padding: clamp(54px, 7vw, 96px) 0;
  background: radial-gradient(
      1100px 540px at 75% 0%,
      rgba(168, 85, 247, 0.15),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(5, 5, 16, 0.98), rgba(26, 10, 46, 0.95));
  color: rgba(255, 255, 255, 0.95);
}

.gvr-freeplay-Playmagyar__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-freeplay-Playmagyar__head {
  text-align: center;
  margin-bottom: 22px;
}

.gvr-freeplay-Playmagyar__title {
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 44px);
  margin: 0 0 8px;
  background: linear-gradient(180deg, #fff, #a855f7);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.5);
}

.gvr-freeplay-Playmagyar__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0;
}

.gvr-freeplay-Playmagyar__content {
  margin-top: 22px;
  background: rgba(26, 10, 46, 0.3);
  outline: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 20px;
  padding: clamp(18px, 3.2vw, 28px);
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.1);
}

.gvr-freeplay-Playmagyar__badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(168, 85, 247, 0.25);
  box-shadow: inset 0 0 0 1px rgba(168, 85, 247, 0.4),
    0 0 12px rgba(124, 58, 237, 0.3);
  font-weight: 800;
  margin-bottom: 16px;
}

.gvr-freeplay-Playmagyar__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gvr-freeplay-Playmagyar__item {
  background: rgba(26, 10, 46, 0.3);
  outline: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 16px;
  padding: 16px;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-freeplay-Playmagyar__item:hover {
  transform: translateY(-4px);
  outline-color: rgba(168, 85, 247, 0.5);
  background: rgba(26, 10, 46, 0.5);
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.25),
    0 0 16px rgba(124, 58, 237, 0.15);
}

.gvr-freeplay-Playmagyar__itemTitle {
  font-weight: 800;
  margin: 0 0 6px;
  font-size: 1.08rem;
}

.gvr-freeplay-Playmagyar__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.gvr-freeplay-Playmagyar__cta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 18px;
}

.gvr-freeplay-Playmagyar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-freeplay-Playmagyar__btn--primary {
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.3),
    rgba(124, 58, 237, 0.2)
  );
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.3),
    0 0 20px rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.gvr-freeplay-Playmagyar__btn--ghost {
  background: rgba(26, 10, 46, 0.4);
  border: 1px solid rgba(124, 58, 237, 0.3);
}

.gvr-freeplay-Playmagyar__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(168, 85, 247, 0.4),
    0 0 30px rgba(124, 58, 237, 0.3);
}
.gvr-freeplay-Playmagyar__btn--ghost:hover {
  background: rgba(26, 10, 46, 0.6);
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
}

.gvr-freeplay-Playmagyar__note {
  margin-top: 14px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

@media (max-width: 900px) {
  .gvr-freeplay-Playmagyar__list {
    grid-template-columns: 1fr;
  }
}
.gvr-responsible-Playmagyar {
  padding: clamp(54px, 7vw, 96px) 0;
  background: radial-gradient(
      1100px 540px at 25% 0%,
      rgba(168, 85, 247, 0.15),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(5, 5, 16, 0.98), rgba(26, 10, 46, 0.95));
  color: rgba(255, 255, 255, 0.95);
}

.gvr-responsible-Playmagyar__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-responsible-Playmagyar__head {
  text-align: center;
  margin-bottom: 22px;
}

.gvr-responsible-Playmagyar__title {
  font-weight: 900;
  font-size: clamp(28px, 4.6vw, 44px);
  margin: 0 0 8px;
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-responsible-Playmagyar__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0;
}

.gvr-responsible-Playmagyar__grid {
  display: grid;
  gap: 16px;
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gvr-responsible-Playmagyar__card {
  background: rgba(26, 10, 46, 0.3);
  outline: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 18px;
  padding: 18px;
  display: grid;
  gap: 12px;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-responsible-Playmagyar__card:hover {
  transform: translateY(-4px);
  outline-color: rgba(168, 85, 247, 0.5);
  background: rgba(26, 10, 46, 0.5);
  box-shadow: 0 8px 24px rgba(168, 85, 247, 0.25),
    0 0 16px rgba(124, 58, 237, 0.15);
}

.gvr-responsible-Playmagyar__h3 {
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0;
}

.gvr-responsible-Playmagyar__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gvr-responsible-Playmagyar__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.gvr-responsible-Playmagyar__tools {
  display: grid;
  gap: 10px;
}

.gvr-responsible-Playmagyar__toolBtn {
  width: 100%;
  text-align: left;
  padding: 12px 14px;
  border-radius: 12px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  transition: background 0.2s ease, outline-color 0.2s ease, transform 0.2s ease;
}

.gvr-responsible-Playmagyar__toolBtn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.16);
}

.gvr-responsible-Playmagyar__toolPanel {
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.gvr-responsible-Playmagyar__foot {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 22px;
}

.gvr-responsible-Playmagyar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-responsible-Playmagyar__btn--primary {
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.3),
    rgba(124, 58, 237, 0.2)
  );
  box-shadow: 0 10px 30px rgba(168, 85, 247, 0.3),
    0 0 20px rgba(124, 58, 237, 0.2);
  border: 1px solid rgba(168, 85, 247, 0.4);
}

.gvr-responsible-Playmagyar__btn--ghost {
  background: rgba(26, 10, 46, 0.4);
  border: 1px solid rgba(124, 58, 237, 0.3);
}

.gvr-responsible-Playmagyar__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(168, 85, 247, 0.4),
    0 0 30px rgba(124, 58, 237, 0.3);
}
.gvr-responsible-Playmagyar__btn--ghost:hover {
  background: rgba(26, 10, 46, 0.6);
  border-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
}

@media (max-width: 1024px) {
  .gvr-responsible-Playmagyar__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-footer-Playmagyar {
  background: radial-gradient(
      1200px 600px at 70% 0%,
      rgba(168, 85, 247, 0.12),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(5, 5, 16, 0.98), rgba(26, 10, 46, 0.95));
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  border-top: 1px solid rgba(124, 58, 237, 0.2);
}

.gvr-footer-Playmagyar__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-footer-Playmagyar__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(124, 58, 237, 0.25);
  padding-bottom: 18px;
  margin-bottom: 18px;
}

.gvr-footer-Playmagyar__logoText {
  font-weight: 900;
  font-size: 1.2rem;
  background: linear-gradient(180deg, #fff, #a855f7);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
}

.gvr-footer-Playmagyar__list {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.gvr-footer-Playmagyar__link {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease;
}

.gvr-footer-Playmagyar__link:hover {
  color: #a855f7;
  text-shadow: 0 0 10px rgba(168, 85, 247, 0.5);
}

.gvr-footer-Playmagyar__info {
  margin-bottom: 16px;
}

.gvr-footer-Playmagyar__text {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.68);
}

.gvr-footer-Playmagyar__bottom {
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.54);
}

@media (max-width: 640px) {
  .gvr-footer-Playmagyar__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .gvr-footer-Playmagyar__list {
    gap: 12px;
  }
}
.gvr-about-Playmagyar__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-about-Playmagyar__hero {
  background: radial-gradient(
      900px 500px at 50% 0%,
      rgba(124, 58, 237, 0.12),
      transparent
    ),
    linear-gradient(180deg, rgb(14, 14, 20), rgba(14, 14, 20, 0.95));
  padding: clamp(60px, 8vw, 100px) 0;
  text-align: center;
}

.gvr-about-Playmagyar__title {
  font-weight: 900;
  font-size: clamp(32px, 5vw, 54px);
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
  margin: 0 0 10px;
}

.gvr-about-Playmagyar__subtitle {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.76);
  max-width: 680px;
  margin: 0 auto;
}

.gvr-about-Playmagyar__mission {
  padding: clamp(50px, 7vw, 80px) 0;
}

.gvr-about-Playmagyar__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.gvr-about-Playmagyar__col--img img {
  width: 100%;
  border-radius: 18px;
}

.gvr-about-Playmagyar__h2 {
  font-size: clamp(26px, 3.6vw, 40px);
  margin: 0 0 12px;
  font-weight: 800;
}

.gvr-about-Playmagyar__features {
  padding: clamp(50px, 7vw, 80px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-about-Playmagyar__cards {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.gvr-about-Playmagyar__card {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
}

.gvr-about-Playmagyar__values {
  padding: clamp(50px, 7vw, 80px) 0;
}

.gvr-about-Playmagyar__valueGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.gvr-about-Playmagyar__value {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 16px;
}

.gvr-about-Playmagyar__cta {
  padding: clamp(50px, 7vw, 80px) 0;
  text-align: center;
  background: radial-gradient(
    900px 500px at 50% 0%,
    rgba(124, 58, 237, 0.12),
    transparent
  );
}

.gvr-about-Playmagyar__btn {
  display: inline-block;
  padding: 14px 22px;
  border-radius: 14px;
  background: linear-gradient(
    180deg,
    rgba(124, 58, 237, 0.22),
    rgba(124, 58, 237, 0.06)
  );
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .gvr-about-Playmagyar__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-about-Playmagyar {
  color: #fff;
}

.gvr-contact-Playmagyar {
  background: #0a0a0f;
  color: rgba(255, 255, 255, 0.92);
}

.gvr-contact-Playmagyar__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-contact-Playmagyar__hero {
  padding: clamp(56px, 8vw, 100px) 0;
  background: radial-gradient(
      900px 500px at 50% 0%,
      rgba(124, 58, 237, 0.12),
      transparent
    ),
    linear-gradient(180deg, rgb(14, 14, 20), rgba(14, 14, 20, 0.95));
}

.gvr-contact-Playmagyar__title {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 54px);
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-contact-Playmagyar__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  max-width: 720px;
}

.gvr-contact-Playmagyar__section {
  padding: clamp(44px, 7vw, 88px) 0;
}

.gvr-contact-Playmagyar__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1.2fr;
  align-items: start;
}

.gvr-contact-Playmagyar__info {
  display: grid;
  gap: 14px;
}

.gvr-contact-Playmagyar__h2 {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0;
}

.gvr-contact-Playmagyar__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.gvr-contact-Playmagyar__card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
}

.gvr-contact-Playmagyar__badge {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.16);
  box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.32);
  font-weight: 800;
}

.gvr-contact-Playmagyar__formWrap {
  width: 100%;
}

.gvr-contact-Playmagyar__form {
  display: grid;
  gap: 14px;
  background: rgba(26, 10, 46, 0.3);
  outline: 1px solid rgba(124, 58, 237, 0.25);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.1);
}

.gvr-contact-Playmagyar__row {
  display: grid;
  gap: 8px;
}

.gvr-contact-Playmagyar__row--check {
  align-items: center;
}

.gvr-contact-Playmagyar__label {
  font-weight: 700;
}

.gvr-contact-Playmagyar__input,
.gvr-contact-Playmagyar__textarea {
  width: 100%;
  border: 0;
  border-radius: 14px;
  background: rgba(26, 10, 46, 0.4);
  outline: 1px solid rgba(124, 58, 237, 0.2);
  color: #fff;
  padding: 12px 14px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, outline-color 0.2s ease,
    background 0.2s ease;
}

.gvr-contact-Playmagyar__input:focus,
.gvr-contact-Playmagyar__textarea:focus {
  outline-color: rgba(124, 58, 237, 0.35);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.18);
}

.gvr-contact-Playmagyar__textarea {
  resize: vertical;
  min-height: 140px;
}

.gvr-contact-Playmagyar__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gvr-contact-Playmagyar__count {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.gvr-contact-Playmagyar__err {
  min-height: 18px;
  font-size: 0.9rem;
  color: #ff9090;
}

.gvr-contact-Playmagyar__check {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.86);
}

.gvr-contact-Playmagyar__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.gvr-contact-Playmagyar__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.gvr-contact-Playmagyar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-contact-Playmagyar__btn--primary {
  background: linear-gradient(
    180deg,
    rgba(124, 58, 237, 0.22),
    rgba(124, 58, 237, 0.06)
  );
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.18);
}

.gvr-contact-Playmagyar__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-contact-Playmagyar__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.25);
}

.gvr-contact-Playmagyar__btn[disabled] {
  opacity: 0.6;
  pointer-events: none;
}

.gvr-contact-Playmagyar__status {
  min-height: 20px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.gvr-contact-Playmagyar__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.gvr-contact-Playmagyar__modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1001;
}

.gvr-contact-Playmagyar__modalIn {
  width: min(560px, 92vw);
  border-radius: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(255, 255, 255, 0.03)
  );
  outline: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  padding: 22px;
  text-align: center;
}

.gvr-contact-Playmagyar__modalTitle {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 1.4rem;
}

.gvr-contact-Playmagyar__modalText {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1000px) {
  .gvr-contact-Playmagyar__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-contact-Playmagyar__overlay[hidden],
.gvr-contact-Playmagyar__modal[hidden] {
  display: none !important;
}

.gvr-respplay-Playmagyar {
  background: #0a0a0f;
  color: rgba(255, 255, 255, 0.92);
}

.gvr-respplay-Playmagyar__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-respplay-Playmagyar__hero {
  padding: clamp(56px, 8vw, 100px) 0;
  background: radial-gradient(
      900px 500px at 50% 0%,
      rgba(124, 58, 237, 0.12),
      transparent
    ),
    linear-gradient(180deg, rgb(14, 14, 20), rgba(14, 14, 20, 0.95));
  text-align: center;
}

.gvr-respplay-Playmagyar__title {
  margin: 0 0 10px;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 54px);
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-respplay-Playmagyar__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto;
}

.gvr-respplay-Playmagyar__h2 {
  font-size: clamp(26px, 3.6vw, 40px);
  margin: 0 0 12px;
  font-weight: 800;
}

.gvr-respplay-Playmagyar__principles {
  padding: clamp(44px, 7vw, 80px) 0;
}

.gvr-respplay-Playmagyar__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.gvr-respplay-Playmagyar__card {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease;
}

.gvr-respplay-Playmagyar__card:hover {
  transform: translateY(-2px);
  outline-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.gvr-respplay-Playmagyar__tools {
  padding: clamp(44px, 7vw, 80px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-respplay-Playmagyar__toolGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.gvr-respplay-Playmagyar__tool {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  display: grid;
  gap: 12px;
}

.gvr-respplay-Playmagyar__h3 {
  font-size: 1.18rem;
  font-weight: 800;
  margin: 0;
}

.gvr-respplay-Playmagyar__row {
  display: grid;
  gap: 8px;
}

.gvr-respplay-Playmagyar__label {
  font-weight: 700;
}

.gvr-respplay-Playmagyar__select {
  appearance: none;
  background: rgba(255, 255, 255, 0.03);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  color: #fff;
  padding: 10px 12px;
}

.gvr-respplay-Playmagyar__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.gvr-respplay-Playmagyar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-respplay-Playmagyar__btn--primary {
  background: linear-gradient(
    180deg,
    rgba(124, 58, 237, 0.22),
    rgba(124, 58, 237, 0.06)
  );
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.18);
}

.gvr-respplay-Playmagyar__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-respplay-Playmagyar__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.25);
}

.gvr-respplay-Playmagyar__status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.gvr-respplay-Playmagyar__hint {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.gvr-respplay-Playmagyar__text {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.gvr-respplay-Playmagyar__tips {
  padding: clamp(44px, 7vw, 80px) 0;
}

.gvr-respplay-Playmagyar__tipsGrid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.gvr-respplay-Playmagyar__tip {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px;
  display: grid;
  gap: 6px;
}

.gvr-respplay-Playmagyar__faq {
  padding: clamp(44px, 7vw, 80px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-respplay-Playmagyar__accordion {
  display: grid;
  gap: 10px;
}

.gvr-respplay-Playmagyar__accBtn {
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, outline-color 0.2s ease, transform 0.2s ease;
}

.gvr-respplay-Playmagyar__accBtn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.16);
}

.gvr-respplay-Playmagyar__accPanel {
  padding: 12px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
}

.gvr-respplay-Playmagyar__pledge {
  padding: clamp(44px, 7vw, 80px) 0;
  text-align: center;
}

.gvr-respplay-Playmagyar__lead {
  max-width: 820px;
  margin: 0 auto 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

@media (max-width: 720px) {
  .gvr-respplay-Playmagyar__subtitle {
    padding: 0 6px;
  }
}
.gvr-privacy-Playmagyar {
  background: #0a0a0f;
  color: rgba(255, 255, 255, 0.92);
}

.gvr-privacy-Playmagyar__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gvr-privacy-Playmagyar__hero {
  padding: clamp(56px, 8vw, 100px) 0;
  background: radial-gradient(
      900px 500px at 50% 0%,
      rgba(124, 58, 237, 0.12),
      transparent
    ),
    linear-gradient(180deg, rgb(14, 14, 20), rgba(14, 14, 20, 0.95));
  text-align: center;
}

.gvr-privacy-Playmagyar__title {
  margin: 0 0 8px;
  font-weight: 900;
  font-size: clamp(32px, 5vw, 54px);
  background: linear-gradient(180deg, #fff, #d7b3e1);
  -webkit-background-clip: text;
  color: transparent;
}

.gvr-privacy-Playmagyar__subtitle {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 0 auto 8px;
}

.gvr-privacy-Playmagyar__jump {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.gvr-privacy-Playmagyar__jumpLink {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  outline: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #fff;
  font-weight: 800;
}

.gvr-privacy-Playmagyar__intro {
  padding: clamp(40px, 6vw, 70px) 0;
}

.gvr-privacy-Playmagyar__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gvr-privacy-Playmagyar__card {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
}

.gvr-privacy-Playmagyar__content {
  padding: clamp(30px, 5vw, 60px) 0;
}

.gvr-privacy-Playmagyar__stack {
  display: grid;
  gap: 16px;
}

.gvr-privacy-Playmagyar__h2 {
  font-size: clamp(26px, 3.6vw, 40px);
  margin: 0 0 12px;
  font-weight: 800;
}

.gvr-privacy-Playmagyar__h3 {
  font-size: 1.18rem;
  margin: 0 0 6px;
  font-weight: 800;
}

.gvr-privacy-Playmagyar__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: disc inside;
  color: rgba(255, 255, 255, 0.78);
}

.gvr-privacy-Playmagyar__block {
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
}

.gvr-privacy-Playmagyar__cookies {
  padding: clamp(44px, 7vw, 90px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-privacy-Playmagyar__cookiesHead {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.gvr-privacy-Playmagyar__prefs {
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.gvr-privacy-Playmagyar__toggleRow {
  display: grid;
  gap: 6px;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 12px;
}

.gvr-privacy-Playmagyar__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.gvr-privacy-Playmagyar__cookieActions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.gvr-privacy-Playmagyar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
  outline: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease, outline-color 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-privacy-Playmagyar__btn--primary {
  background: linear-gradient(
    180deg,
    rgba(124, 58, 237, 0.22),
    rgba(124, 58, 237, 0.06)
  );
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.18);
}

.gvr-privacy-Playmagyar__btn--ghost {
  background: rgba(255, 255, 255, 0.02);
}

.gvr-privacy-Playmagyar__btn:hover {
  transform: translateY(-1px);
  outline-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 16px 40px rgba(124, 58, 237, 0.25);
}

.gvr-privacy-Playmagyar__status {
  min-height: 20px;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

.gvr-privacy-Playmagyar__tableWrap {
  margin-top: 14px;
  overflow: auto;
}

.gvr-privacy-Playmagyar__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: rgba(255, 255, 255, 0.02);
  outline: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
}

.gvr-privacy-Playmagyar__table th,
.gvr-privacy-Playmagyar__table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.gvr-privacy-Playmagyar__table thead th {
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.gvr-privacy-Playmagyar__table tbody tr:last-child td {
  border-bottom: 0;
}

.gvr-privacy-Playmagyar__note {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.75);
}

.gvr-privacy-Playmagyar__rights {
  padding: clamp(36px, 6vw, 70px) 0;
}

.gvr-privacy-Playmagyar__security {
  padding: clamp(30px, 5vw, 60px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-privacy-Playmagyar__children {
  padding: clamp(30px, 5vw, 60px) 0;
}

.gvr-privacy-Playmagyar__changes {
  padding: clamp(30px, 5vw, 60px) 0;
  background: rgba(255, 255, 255, 0.02);
}

.gvr-privacy-Playmagyar__contact {
  padding: clamp(36px, 6vw, 70px) 0;
}

@media (max-width: 900px) {
  .gvr-privacy-Playmagyar__grid {
    grid-template-columns: 1fr;
  }
}
.gvr-cookiebar-Playmagyar[hidden] {
  display: none !important;
}

.gvr-cookiebar-Playmagyar {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: saturate(120%) blur(6px);
  padding: 12px;
}

.gvr-cookiebar-Playmagyar__in {
  width: min(860px, 96vw);
  border-radius: 18px;
  background: linear-gradient(
    180deg,
    rgba(26, 10, 46, 0.6),
    rgba(26, 10, 46, 0.4)
  );
  outline: 1px solid rgba(124, 58, 237, 0.4);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(168, 85, 247, 0.2);
  padding: 18px;
  color: #fff;
  font-family: inherit;
}

.gvr-cookiebar-Playmagyar__title {
  margin: 0 0 6px;
  font-weight: 900;
  font-size: 1.1rem;
}

.gvr-cookiebar-Playmagyar__text {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
}

.gvr-cookiebar-Playmagyar__actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 6px;
}

.gvr-cookiebar-Playmagyar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 12px;
  outline: 1px solid rgba(124, 58, 237, 0.3);
  background: rgba(26, 10, 46, 0.4);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, outline-color 0.2s ease, background 0.2s ease,
    box-shadow 0.2s ease;
}

.gvr-cookiebar-Playmagyar__btn:hover {
  transform: translateY(-2px);
  outline-color: rgba(168, 85, 247, 0.5);
  box-shadow: 0 12px 30px rgba(168, 85, 247, 0.3),
    0 0 20px rgba(124, 58, 237, 0.2);
}

.gvr-cookiebar-Playmagyar__btn--primary {
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.3),
    rgba(124, 58, 237, 0.2)
  );
  border: 1px solid rgba(168, 85, 247, 0.4);
  box-shadow: 0 0 20px rgba(124, 58, 237, 0.2);
}

.gvr-cookiebar-Playmagyar__btn--ghost {
  background: rgba(26, 10, 46, 0.4);
  border: 1px solid rgba(124, 58, 237, 0.3);
}

.gvr-cookiebar-Playmagyar__btn--inline {
  background: transparent;
  text-decoration: underline dotted 1px;
}

.gvr-cookiebar-Playmagyar__prefs {
  margin-top: 10px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(26, 10, 46, 0.3);
  outline: 1px solid rgba(124, 58, 237, 0.25);
  display: grid;
  gap: 8px;
}

.gvr-cookiebar-Playmagyar__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.gvr-cookiebar-Playmagyar__prefsActions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.gvr-cookiebar-Playmagyar__link {
  color: #fff;
  text-decoration: underline;
}

.gvr-cookiebar-Playmagyar__reopen {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 1999;
  border: 0;
  border-radius: 999px;
  background: rgba(26, 10, 46, 0.6);
  outline: 1px solid rgba(124, 58, 237, 0.4);
  color: #fff;
  padding: 10px 12px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
  transition: all 0.2s ease;
}
.gvr-cookiebar-Playmagyar__reopen:hover {
  background: rgba(26, 10, 46, 0.8);
  outline-color: rgba(168, 85, 247, 0.6);
  box-shadow: 0 0 30px rgba(168, 85, 247, 0.5);
}

#gvrCookiePrefs[hidden] {
  display: none !important;
}

#gvrCookieReopen[hidden] {
  display: none !important;
}

@media (max-width: 560px) {
  .gvr-cookiebar-Playmagyar {
    inset: auto 0 0 0;
  }
  .gvr-cookiebar-Playmagyar__actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Age Verification Modal */
.gvr-ageverification-Playmagyar {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.gvr-ageverification-Playmagyar[hidden] {
  display: none;
}

.gvr-ageverification-Playmagyar__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
}

.gvr-ageverification-Playmagyar__content {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(26, 10, 46, 0.95),
    rgba(5, 5, 16, 0.95)
  );
  border: 1px solid rgba(124, 58, 237, 0.4);
  border-radius: 24px;
  padding: 2.5rem;
  max-width: 500px;
  width: 100%;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7), 0 0 50px rgba(168, 85, 247, 0.3);
}

.gvr-ageverification-Playmagyar__title {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #fff;
  background: linear-gradient(180deg, #fff, #a855f7);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: 0 0 30px rgba(168, 85, 247, 0.5);
}

.gvr-ageverification-Playmagyar__text {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1.5rem;
}

.gvr-ageverification-Playmagyar__question {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 2rem;
}

.gvr-ageverification-Playmagyar__actions {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.gvr-ageverification-Playmagyar__btn {
  padding: 0.875rem 1.5rem;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}

.gvr-ageverification-Playmagyar__btn--primary {
  background: linear-gradient(135deg, #a855f7, #7c3aed);
  color: #fff;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
}

.gvr-ageverification-Playmagyar__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(168, 85, 247, 0.5),
    0 0 30px rgba(124, 58, 237, 0.4);
}

.gvr-ageverification-Playmagyar__btn--ghost {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gvr-ageverification-Playmagyar__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

@media (min-width: 560px) {
  .gvr-ageverification-Playmagyar__actions {
    flex-direction: row;
  }
  .gvr-ageverification-Playmagyar__btn {
    flex: 1;
  }
}

/* Footer Responsible Gaming Links */
.gvr-footer-Playmagyar__age {
  margin: 1.5rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}

.gvr-footer-Playmagyar__responsible {
  margin: 2rem 0 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.gvr-footer-Playmagyar__responsibleTitle {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 1rem;
  text-align: center;
}

.gvr-footer-Playmagyar__responsibleLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}

.gvr-footer-Playmagyar__responsibleLink {
  display: inline-block;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.gvr-footer-Playmagyar__responsibleLink:hover {
  opacity: 1;
}

.gvr-footer-Playmagyar__responsibleImg {
  height: 40px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

@media (max-width: 560px) {
  .gvr-footer-Playmagyar__responsibleLinks {
    gap: 0.75rem;
  }
  .gvr-footer-Playmagyar__responsibleImg {
    height: 32px;
    max-width: 100px;
  }
}

/*# sourceMappingURL=main.css.map */
