.elementor-19 .elementor-element.elementor-element-3f89a50{--display:flex;--overlay-opacity:1;}.elementor-19 .elementor-element.elementor-element-3f89a50::before, .elementor-19 .elementor-element.elementor-element-3f89a50 > .elementor-background-video-container::before, .elementor-19 .elementor-element.elementor-element-3f89a50 > .e-con-inner > .elementor-background-video-container::before, .elementor-19 .elementor-element.elementor-element-3f89a50 > .elementor-background-slideshow::before, .elementor-19 .elementor-element.elementor-element-3f89a50 > .e-con-inner > .elementor-background-slideshow::before, .elementor-19 .elementor-element.elementor-element-3f89a50 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000A1;--background-overlay:'';}.elementor-19 .elementor-element.elementor-element-aa3c6c0{--display:flex;}.elementor-19 .elementor-element.elementor-element-128c657{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-389a7dd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-5fb1c5d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-5fb1c5d.e-con{--flex-grow:0;--flex-shrink:0;}body.elementor-page-19:not(.elementor-motion-effects-element-type-background), body.elementor-page-19 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){body.elementor-page-19:not(.elementor-motion-effects-element-type-background), body.elementor-page-19 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://computerz.es/wp-content/uploads/2025/04/fon.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-5fb1c5d{--width:116.374%;}}/* Start custom CSS for html, class: .elementor-element-d2a3931 */.gamerzone-welcome {
  max-width: 740px;
  margin: 48px auto 24px auto;
  background: rgba(15, 15, 15, 0.85);
  border-radius: 2em;
  box-shadow: 0 8px 36px 0 rgba(0,255,220,0.14), 0 0 18px 0 #ffd70077;
  padding: 38px 38px 28px 38px;
  text-align: center;
  backdrop-filter: blur(2.5px);
  transition: box-shadow 0.3s cubic-bezier(.4,1.5,.5,1);
  position: relative;
  overflow: hidden;
}
.gamerzone-welcome::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at 80% 0%, #22ffff30 0%, transparent 70%),
              radial-gradient(ellipse at 10% 100%, #ffd70033 0%, transparent 60%);
  opacity: 0.45;
  z-index: 0;
}

/* Заголовок */
.gamerzone-welcome h1 {
  position: relative;
  z-index: 2;
  font-family: 'ANOXIC', Calibri, sans-serif;
  color: #ffd700;
  font-size: 2.7rem;
  text-shadow: 0 0 16px #ffd700cc, 0 0 22px #22ffff44;
  margin-bottom: 18px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  word-break: break-word;
  white-space: normal;
  transition: 
    text-shadow 0.3s cubic-bezier(.4,1.5,.5,1),
    color 0.2s;
}

/* Неоновый эффект на блок при наведении */
.gamerzone-welcome:hover {
  box-shadow: 
    0 0 22px 0 #ffd700dd, 
    0 0 48px 8px #00ffe799,
    0 8px 36px 0 rgba(0,255,220,0.23);
  transition: box-shadow 0.33s cubic-bezier(.4,1.5,.5,1);
}

/* Неоновый эффект на заголовок при наведении блока */
.gamerzone-welcome:hover h1 {
  color: #00ffe7;
  text-shadow:
    0 0 8px #00ffe7aa,
    0 0 24px #ffd700,
    0 0 40px #00ffe7bb;
  animation: neon-flicker 1.5s infinite alternate cubic-bezier(.6,0,.7,1);
}

/* Лёгкая анимация "мерцания" для неона */
@keyframes neon-flicker {
  0% { text-shadow: 0 0 8px #00ffe7, 0 0 24px #ffd700, 0 0 40px #00ffe7cc; }
  28% { text-shadow: 0 0 15px #ffd700cc, 0 0 30px #00ffe7, 0 0 40px #ffd700cc; }
  32% { text-shadow: 0 0 2px #00ffe799, 0 0 10px #ffd70055, 0 0 22px #00ffe7; }
  36% { text-shadow: 0 0 20px #00ffe7cc, 0 0 40px #ffd700, 0 0 50px #00ffe7cc; }
  100% { text-shadow: 0 0 8px #00ffe7, 0 0 24px #ffd700, 0 0 40px #00ffe7cc; }
}

/* Неоновый sub-текст */
.gamerzone-sub {
  color: #00ffe7;
  font-size: 1rem;
  display: block;
  margin-top: 14px;
  text-shadow: 0 0 8px #22ffff88, 0 0 16px #00ffe7cc;
  font-family: Calibri, sans-serif;
  transition: text-shadow 0.23s;
}

/* Можно добавить hover и на sub-текст */
.gamerzone-welcome:hover .gamerzone-sub {
  text-shadow: 0 0 16px #00ffe7, 0 0 32px #ffd700aa;
}

/* Остальной текст */
.gamerzone-welcome p {
  position: relative;
  z-index: 2;
  color: #ffd700;
  font-size: 1.13rem;
  font-family: Calibri, sans-serif;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 96%;
  word-break: break-word;
}

/* Мобильная адаптация */
@media (max-width: 600px) {
  .gamerzone-welcome {
    max-width: 99vw;
    padding: 16px 8px 14px 8px;
    border-radius: 1.2em;
    margin: 22px 3vw 14px 3vw;
  }
  .gamerzone-welcome h1 {
    font-size: 1.3rem;
    letter-spacing: 1.1px;
    margin-bottom: 10px;
    line-height: 1.2;
    padding: 0 4px;
  }
  .gamerzone-welcome p {
    font-size: 0.97rem;
    line-height: 1.4;
    padding: 0 2px;
  }
  .gamerzone-sub {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b71ffc */#preloader-count {
  font-family: Calibri, Arial, sans-serif !important;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}
  #page-preloader.fade-out {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
  }
.fade-out {
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fff8503 */.gamerzone-welcome.rec-section {
  max-width: 640px;
  margin: 38px auto 26px auto;
  background: rgba(15, 15, 15, 0.9);
  border-radius: 2em;
  box-shadow: 0 0 48px 0 #00ffe7cc, 0 0 28px 0 #ffd70088;
  padding: 28px 30px 22px 30px;
  text-align: center;
  backdrop-filter: blur(1.5px);
  transition: box-shadow 0.33s;
}

.gamerzone-welcome.rec-section h2 {
  font-family: 'ANOXIC', Calibri, sans-serif;
  color: #ffd700;
  font-size: 1.5rem;
  text-shadow: 0 0 14px #ffd700aa, 0 0 22px #00ffe799;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: none;
}

.gamerzone-welcome.rec-section .gamerzone-sub {
  color: #ffd700;
  font-size: 1.05rem;
  font-family: Calibri, sans-serif;
  line-height: 1.6;
  margin: 0;
  text-shadow: 0 0 8px #ffd70022;
}

.gamerzone-welcome.rec-section:hover {
  box-shadow: 0 0 48px 4px #ffd700cc, 0 0 68px 8px #00ffe7cc;
}
@media (max-width: 600px) {
  .gamerzone-welcome.rec-section {
    padding: 11px 7px;
    border-radius: 1em;
    max-width: 97vw;
  }
  .gamerzone-welcome.rec-section h2 {
    font-size: 1.02rem;
    letter-spacing: 1px;
  }
  .gamerzone-welcome.rec-section .gamerzone-sub {
    font-size: 0.93rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1329721 */.gamer-news-card {
    margin-top: 12px;
    margin-bottom: 12px;
  background: rgba(30,30,30,0.98);
  border-radius: 1.5em;
  box-shadow: 0 2px 24px 0 #00ffe733, 0 0 0 transparent;
  transition: box-shadow 0.22s, transform 0.22s;
  overflow: hidden;
  border: 2px solid transparent;
  position: relative;
  color: #fff;
  text-align: left;
  padding: 20px 20px 22px 20px;
  min-height: 420px; /* или по вкусу */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.gamer-news-card:hover {
  box-shadow: 0 0 24px 2px #00ffe7cc, 0 0 40px 2px #ffd70099;
  border: 2px solid #ffd700cc;
  transform: translateY(-1px) scale(1.03);
  z-index: 2;
}

.gamer-news-card img {
  width: 100%;
  border-radius: 1em;
  margin-bottom: 15px;
  object-fit: cover;
  max-height: 180px;
  min-height: 120px;
  background: #222;
}

.gamer-news-card h3 {
  font-family: Calibri, sans-serif;
  color: #ffd700;
  margin: 0 0 9px 0;
  font-size: 1.16rem;
  text-shadow: 0 0 6px #ffd700aa;
  line-height: 1.18;
  letter-spacing: 0.7px;
}

.gamer-news-card p {
  font-family: Calibri, sans-serif;
  color: #ccc;
  margin: 0 0 18px 0;
  font-size: 0.97rem;
  line-height: 1.32;
  opacity: 0.98;
  flex-grow: 1;
}

.gamer-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ffd700 0%, #00ffe7 90%);
  color: #1a1a1a;
  font-weight: bold;
  padding: 9px 22px;
  border: none;
  border-radius: 1.5em;
  font-size: 1.02rem;
  cursor: pointer;
  box-shadow: 0 0 14px 0 #ffd70055;
  transition: background 0.18s, color 0.18s, box-shadow 0.2s, transform 0.18s;
}

.gamer-btn:hover {
  background: linear-gradient(90deg, #00ffe7 0%, #ffd700 100%);
  color: #232323;
  box-shadow: 0 0 32px 2px #00ffe7cc, 0 0 10px 2px #ffd700cc;
  transform: scale(1.07);
}

/* Моб.адаптация */
@media (max-width: 600px) {
  .gamer-news-card {
    padding: 12px 6px 16px 6px;
    border-radius: 1em;
    min-height: 260px;
  }
  .gamer-news-card h3 {
    font-size: 1rem;
  }
  .gamer-news-card p {
    font-size: 0.9rem;
  }
  .gamer-btn {
    font-size: 0.97rem;
    padding: 8px 12px;
  }
}

.elementor-swiper-button svg {
  width: 24px !important;
  height: 24px !important;
  max-width: 100%;
}
.elementor-swiper-button .e-font-icon-svg {
  width: 24px !important;
  height: 24px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ef9eab */.gamer-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(5px);
  padding: 40px 20px;
  box-sizing: border-box;
}

.gamer-modal-content {
  background: #111;
  margin: auto;
  max-width: 700px;
  border-radius: 20px;
  padding: 30px 28px;
  position: relative;
  box-shadow: 0 0 20px #00ffe755, 0 0 30px #ffd70055;
  animation: modalFadeIn 0.4s ease-out;
  color: #fff;
}

.gamer-modal-content h2 {
  font-family: Calibri, sans-serif;
  color: #ffd700;
  font-size: 1.8rem;
  text-shadow: 0 0 10px #ffd700aa;
  margin-bottom: 15px;
}

.gamer-modal-content img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.gamer-modal-content p {
  font-family: Calibri, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #eee;
}


  .gamer-modal-content {
    background: #111;
    border-radius: 16px;
    max-width: 600px;
    width: 100%;
    padding: 30px 20px;
    position: relative;
    color: #ffd700;
    font-family: 'Calibri', sans-serif;
  }




/* Анимация */
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Моб.адаптация */
@media (max-width: 600px) {
  .gamer-modal-content {
    padding: 18px 14px;
  }
  .gamer-modal-content h2 {
    font-size: 1.3rem;
  }

}

.gamer-modal-close-bottom {
  position: sticky;
  bottom: 20px;
  left: 5%;
  /*right: 70%;
  margin: 30px auto 0;*/
  display: block;
  padding: 12px 24px;
  background: #ffd700;
  color: #000;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 0 12px #00ffe755;
  transition: background 0.3s;
  z-index: 10;
}

.gamer-modal-close-bottom:hover {
  background: #00ffe7;
  color: #000;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15eb820 *//* СКРЫТЬ по умолчанию */
.hidden { display: none !important; }

/* --- Гейм-карточки --- */
.games-list {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  position: relative;
  z-index: 3;
}

.game-card {
  position: relative;
  width: 320px;
  height: 320px;
  border-radius: 2em;
  background: rgba(10,10,10,0.93);
  box-shadow: 0 0 38px #00ffe777, 0 0 12px #ffd70055;
  cursor: pointer;
  transition:
    transform 0.44s cubic-bezier(.77,0,.18,1),
    opacity 0.36s,
    box-shadow 0.34s,
    filter 0.34s;
}

.game-card:hover, .game-card:focus {
  transform: translateY(-10px) scale(1.04);
  box-shadow:
    0 0 64px #00ffe7cc,
    0 0 32px #ffd700bb,
    0 0 12px #00ffd9aa,
    0 0 4px #ffd70099;
  filter: brightness(1.05) saturate(1.1) drop-shadow(0 0 14px #00ffe7cc);
  z-index: 10;
}

/* Добавим псевдо-элемент для сияния, если хочется "ореол" вокруг */
.game-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 2em;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.34s;
  box-shadow:
    0 0 40px 12px #00ffe755,
    0 0 18px 8px #ffd70044;
}

.game-card:hover::after, .game-card:focus::after {
  opacity: 1;
}
.game-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(1.3px) brightness(0.85);
  z-index: 1;
}
.game-card-content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 48px 18px 30px 18px;
  background: linear-gradient(0deg, rgba(15,15,25,0.98) 78%, transparent 100%);
  color: #fff;
  text-align: center;
  top: 58px;
}
.game-title {
  font-family: 'ANOXIC', Calibri, sans-serif;
  font-size: 1.7rem;
  color: #ffd700;
  text-shadow: 0 0 8px #ffd700cc;
  margin-bottom: 7px;
}
.game-desc {
  font-family: Calibri, sans-serif;
  font-size: 1.09rem;
  color: #fff;
  text-shadow: 0 0 8px #00ffe744;
  margin-bottom: 0;
}
/* --- Анимация исчезновения --- */
.game-card.fall-away {
  animation: fallAway 0.67s cubic-bezier(.72,0,.22,1) forwards;
}
@keyframes fallAway {
  20% { transform: scale(1.02) rotate(5deg); }
  60% { transform: translateY(60px) scale(0.94) rotate(-15deg); opacity: 0.5; }
  100% { transform: translateY(220px) scale(0.7) rotate(-38deg); opacity: 0; pointer-events: none; }
}

/* --- ОКНО ДОСТУПА --- */
.access-warning {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  z-index: 100;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  animation: accessFadeIn 0.5s cubic-bezier(.77,0,.18,1);
  overflow: hidden; /* важно! */
  background: rgba(13,19,20,0.92); /* fallback если видео не загрузится */
}

.bg-video {
  position: absolute;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  filter: blur(2px) brightness(0.7) contrast(1.1);
}

.access-warning > *:not(.bg-video) {
  position: relative;
  z-index: 2;
}

#login-form {
  background: rgba(10,10,16,0.85);
  /* остальные твои стили */
}

@keyframes accessFadeIn { from {opacity:0;} to {opacity:1;} }

.security-glitch {
  width: 90px; height: 90px; margin-bottom: 12px;
  background: url('https://cdn-icons-png.flaticon.com/512/846/846449.png') center/90% no-repeat;
  animation: glitchAnim 1.5s infinite linear alternate;
  filter: drop-shadow(0 0 24px #00ffe7aa);
}
@keyframes glitchAnim {
  0% { filter: drop-shadow(0 0 24px #00ffe7aa) hue-rotate(0deg);}
  50% { filter: drop-shadow(0 0 40px #ffd700aa) hue-rotate(80deg);}
  100% { filter: drop-shadow(0 0 32px #00ffe7cc) hue-rotate(360deg);}
}
.security-title {
  color: #ffd700;
  font-size: 2rem;
  font-family: 'ANOXIC', Calibri, sans-serif;
  text-shadow: 0 0 18px #ffd70099, 0 0 26px #00ffe799;
  margin-bottom: 17px;
  letter-spacing: 2px;
  animation: secGlitchText 0.9s infinite alternate linear;
}
@keyframes secGlitchText {
  0% { letter-spacing:2px; }
  60% { letter-spacing:3.4px; }
  100% { letter-spacing:2px; }
}
.security-desc {
  color: #fff;
  font-family: Calibri, sans-serif;
  font-size: 1.15rem;
  margin-bottom: 28px;
  text-shadow: 0 0 12px #00ffe799;
  text-align: center;
}

#login-form {
  background: rgba(10,10,16,0.92);
  border-radius: 15px;
  box-shadow: 0 0 16px #00ffe733;
  padding: 22px 34px 14px 34px;
  text-align: center;
  min-width: 270px;
  animation: formShow 0.8s;
}
@keyframes formShow { from{ opacity:0; transform:scale(0.9);} to{opacity:1;transform:scale(1);} }
#login-form label {
  color: #ffd700;
  font-family: Calibri, sans-serif;
  font-size: 1rem;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 1.2px;
}

#secret-code {
  background: transparent;
  color: #00ffe7;
  border: none;
  font-size: 1.27rem;
  font-family: 'Fira Mono', 'Consolas', monospace;
  letter-spacing: 0.2em;
  width: 110px;
  padding: 8px 0;
  outline: none;
}
.terminal-cursor {
  width: 11px; height: 24px; background: #00ffe7;
  margin-left: 2px;
  animation: blink 1.1s infinite steps(1);
  border-radius: 2px;
}
@keyframes blink { 0%,100%{opacity:0} 50%{opacity:1} }
.gamer-btn {
  background: linear-gradient(90deg, #ffd700 0%, #00ffe7 100%);
  color: #1a1a1a;
  padding: 11px 26px;
  font-weight: bold;
  border: none;
  border-radius: 1.6em;
  font-size: 1.06rem;
  box-shadow: 0 0 16px #ffd70055;
  cursor: pointer;
  transition: background 0.19s, color 0.19s, box-shadow 0.19s;
}
.gamer-btn:hover {
  background: linear-gradient(90deg, #00ffe7 0%, #ffd700 100%);
  color: #232323;
  box-shadow: 0 0 32px #00ffe7cc, 0 0 10px #ffd700cc;
}
.login-error { color: #ff4950; margin-top: 7px; font-size: 0.96rem; }

@media (max-width:800px) {
  .games-list { flex-direction: column; gap: 20px;}
  .game-card { width: 95vw; }
    .security-title {
    animation: none !important;
    letter-spacing: 2px !important; /* зафиксировать, чтобы не прыгал */
    /* оставить glow/тень — этого достаточно для вау-эффекта! */
    text-shadow: 0 0 18px #ffd70099, 0 0 26px #00ffe799;
    animation: neonBlink 1.4s infinite alternate;
  }
}
@keyframes neonBlink {
  0% { text-shadow: 0 0 18px #ffd70099, 0 0 26px #00ffe799; }
  100% { text-shadow: 0 0 34px #ffd700ff, 0 0 42px #00ffe7ff; }
}

.scare-btn {
  background: linear-gradient(90deg, #ff4950 0%, #ffd700 100%);
  color: #fff;
  margin-left: 10px;
  margin-top: 7px;
  box-shadow: 0 0 18px #ff495088;
  transition: background 0.23s, color 0.18s, box-shadow 0.18s;
}
.scare-btn:hover {
  background: linear-gradient(90deg, #ffd700 0%, #ff4950 100%);
  color: #222;
  box-shadow: 0 0 24px #ffd700cc, 0 0 12px #ff4950cc;
}
.mute-btn-global {
  position: fixed;
  right: 30px;
  bottom: 32px;
  z-index: 2001;
  background: rgba(22,24,32,0.52);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 18px #00ffe722;
  cursor: pointer;
  transition: background 0.19s, box-shadow 0.19s, opacity 0.2s;
  opacity: 0.87;
}
.mute-btn-global:hover {
  background: #202122;
  box-shadow: 0 0 24px #ffd70077, 0 0 10px #00ffe7bb;
  opacity: 1;
}
.mute-btn-global svg {
  display: block;
}


#mute-sound-global { display: none; }
.consent-wrap {
  margin: 18px 0 8px 0;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 0.97rem;
  color: #ffd700;
}

.consent-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-family: Calibri, sans-serif;
  position: relative;
  padding-left: 28px;
}

.consent-label input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  opacity: 0;
  cursor: pointer;
}

.consent-label .checkmark {
  position: absolute;
  left: 0; top: 0;
  height: 22px; width: 22px;
  background: #161821;
  border: 2px solid #00ffe7;
  border-radius: 6px;
  transition: background 0.18s, border 0.18s;
  box-shadow: 0 0 10px #00ffe7bb;
}

.consent-label input:checked ~ .checkmark {
  background: linear-gradient(90deg, #00ffe7 0%, #ffd700 100%);
  border-color: #ffd700;
}

.consent-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.consent-label input:checked ~ .checkmark:after {
  display: block;
}

.consent-label .checkmark:after {
  left: 6px; top: 1px;
  width: 6px; height: 13px;
  border: solid #232323;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.consent-label a {
  color: #00ffe7;
  text-decoration: underline;
  margin-left: 7px;
  transition: color 0.2s;
}
.consent-label a:hover {
  color: #ffd700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-073ad2f */.terminal-input {
  display: flex;
  align-items: center;
  background: #101c1f;
  border-radius: 6px;
  margin: 13px 0 13px 0;
  padding: 0 12px;
  box-shadow: 0 0 18px #00ffe7cc, 0 0 6px #ffd70099;
  border: 2px solid #00ffe7;
  position: relative;
  transition: box-shadow 0.2s, border 0.2s;
}

.terminal-input input {
  background: transparent;
  color: #00ffe7;
  border: none;
  font-size: 1.27rem;
  font-family: 'Fira Mono', 'Consolas', monospace;
  letter-spacing: 0.2em;
  width: 100%;
  padding: 8px 0;
  outline: none;
}

.terminal-input:focus-within {
  box-shadow: 0 0 32px #00ffe7, 0 0 12px #ffd700cc;
  border: 2px solid #ffd700;
}
#auth-email, #auth-pin {
  background: transparent;
  border: none;
  outline: none;
  color: #00ffe7;
  font-size: 1.17rem;
  font-family: 'Fira Mono', 'Consolas', monospace;
  flex: 1;
  padding: 8px 0;
  letter-spacing: 0.06em;
}

#devs-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.dev-card {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 15px;
  text-align: center;
}
.dev-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
}
.dev-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
}
.dev-bio {
  font-size: 12px;
  margin-bottom: 6px;
  line-height: 1.4;
}
.dev-links a {
  color: #ffd700;
  margin: 0 6px;
  text-decoration: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5b3177 */.game-details-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  pointer-events: auto;
  transition: opacity 0.2s;
  opacity: 1;
}
.game-details-overlay.hidden {
  display: none !important;
  pointer-events: none !important;
  opacity: 0;
}

.game-details-bg {
  position: absolute;
  top: 0; left: 0; width: 100vw; height: 100vh;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  filter: blur(0.5px) brightness(0.92) contrast(1.12);
}
#game-details.game-details-modern {
  position: relative;
  z-index: 2;
}



.game-details-modern {
    display: flex !important;
  z-index: 9999 !important;
  justify-content: center;
  align-items: stretch;
  background: rgba(14,16,24,0.97);
  border-radius: 2em;
  box-shadow: 0 0 48px 0 #00ffe7cc, 0 0 28px 0 #ffd70088;
  padding: 40px 0;
  max-width: 1000px;
  margin: 30px auto;
  min-height: 360px;
}
.game-offers {
  flex: 1;
  padding: 20px 30px 20px 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.offer-title {
  color: #ffd700;
  font-family: 'ANOXIC', Calibri, sans-serif;
  font-size: 1.15rem;
  margin-bottom: 12px;
}
.offers-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offers-list li {
  background: rgba(0,255,231,0.14);
  border-radius: 0.8em;
  padding: 8px 14px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1rem;
  font-family: Calibri, sans-serif;
}

.game-main {
  flex: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
}
#game-detail-title {
  color: #ffd700;
  font-family: 'ANOXIC', Calibri, sans-serif;
  font-size: 2.1rem;
  margin-bottom: 13px;
}
.game-desc {
  color: #eee;
  font-family: Calibri, sans-serif;
  font-size: 1.19rem;
  margin-bottom: 20px;
}

.game-dev-info {
  flex: 1.1;
  padding: 25px 32px 25px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.dev-photo img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  box-shadow: 0 0 16px #00ffe7bb;
}
.dev-name {
  color: #00ffe7;
  font-size: 1.03rem;
  margin-bottom: 8px;
  font-family: 'ANOXIC', Calibri, sans-serif;
}
.dev-bio {
  color: #fff;
  font-size: 0.98rem;
  margin-bottom: 12px;
  font-family: Calibri, sans-serif;
  max-height: 140px;       /* ← ограничиваем высоту */
  overflow-y: auto;        /* ← добавляем прокрутку */
  text-align: left;
  padding-right: 6px;
}
.dev-bio::-webkit-scrollbar {
  width: 6px;
}
.dev-bio::-webkit-scrollbar-thumb {
  background: #00ffc3aa;
  border-radius: 4px;
}

.dev-links a {
  color: #ffd700;
  text-decoration: underline;
  font-size: 0.99rem;
  margin-right: 12px;
}
@media (max-width: 700px) {
  .game-details-modern {
    flex-direction: column;
    border-radius: 1em;
    padding: 22px 0 18px 0;
    max-width: 97vw;
    margin: 10px auto;
    min-height: unset;
  }
  .game-offers {
    flex: unset;
    width: 100%;
    padding: 10px 8vw 8px 8vw;
    align-items: stretch;
  }
  .offer-title {
    text-align: left;
    margin-bottom: 8px;
    font-size: 1.01rem;
  }
  .offers-list li {
    font-size: 0.97rem;
    margin-bottom: 7px;
    padding: 7px 10px;
  }
  .game-main {
    flex: unset;
    width: 100%;
    padding: 0 7vw;
    margin-bottom: 16px;
    position: relative;
  }
  #game-detail-title {
    font-size: 1.45rem;
    margin-bottom: 7px;
  }
  .game-desc {
    font-size: 1rem;
    margin-bottom: 14px;
  }
  .game-dev-info {
    flex: unset;
    width: 100%;
    align-items: center;
    padding: 12px 7vw 6px 7vw;
  }
  .dev-photo img {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
  }
  .dev-name, .dev-bio {
    font-size: 0.93rem;
    text-align: center;
  }
  .dev-links {
    text-align: center;
  }
  .game-details-overlay {
  overflow-y: auto;
}

}

.gamer-btn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}

.gamer-btn-row .gamer-btn {
  flex: 1 1 45%;
  padding: 10px;
  font-size: 14px;
  border-radius: 12px;
  background: linear-gradient(135deg, #00ffc3, #ffeb3b);
  color: #000;
  border: none;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease;
}

.gamer-btn-row .gamer-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 8px #00ffc3;
}

@media (min-width: 768px) {
  .gamer-btn-row {
    justify-content: space-evenly;
  }
  .gamer-btn-row .gamer-btn {
    flex: 0 0 150px;
    font-size: 16px;
  }
}


@media (max-width: 440px) {

  .game-details-modern {
    padding: 10px 0 6px 0;
    max-width: 99vw;
  }
  .game-offers, .game-main, .game-dev-info {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
}

/* Новая кнопка страха */
.game-exit-btn {
  position: absolute;
  left: 0;
  bottom: -56px;   /* Немного ниже центра блока игры */
  min-width: 140px;
  background: #19151e;
  border: none;
  color: #fff;
  font-weight: bold;
  border-radius: 1.4em;
  box-shadow: 0 0 18px #ff006644;
  transition: background 0.2s, color 0.2s;
  z-index: 4;
}
.game-exit-btn:hover {
  background: #ff003a;
  color: #fff;
  box-shadow: 0 0 20px #ff003abb;
}

@media (max-width: 700px) {
  .game-exit-btn {
    right: 8px;
    bottom: -2px;
    min-width: 95px;
    font-size: 0.98rem;
  }
  .game-main {
    min-height: 180px;
  }
}
/* Стиль слайдера */
#devs-swiper {
  max-width: 400px;
  margin: 0 auto;
}

/* Карточка разработчика */
.dev-card {
  background: #111;
  color: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  position: relative;
  margin-bottom: 30px; /* отступ, чтобы не касалось кнопки */
}

/* Фото */
.dev-photo img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 10px #00ffe7;
  margin-bottom: 10px;
}

/* Имя */
.dev-name {
  font-weight: bold;
  color: #00ffe7;
  margin-bottom: 10px;
}

/* Биография */
.dev-bio {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* Ссылки */
.dev-links {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.dev-links a {
  color: #00ffe7;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #00ffe7;
  padding: 5px 10px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.dev-links a:hover {
  background-color: #00ffe7;
  color: #111;
}

/* Мобилки */
@media (max-width: 480px) {
  .dev-card {
    padding: 16px;
    margin-bottom: 60px; /* Больше места снизу на мобилке */
  }

  .dev-links {
    flex-direction: column;
    gap: 8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac57d04 */.ranking-modal {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(8,12,20,0.97);
}
.hidden { display: none !important; }

.ranking-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.ranking-bg video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  filter: blur(1.2px) brightness(0.93) contrast(1.09);
}
.ranking-content {
  position: relative;
  z-index: 2;
  background: rgba(10,12,24,0.98);
  border-radius: 2em;
  box-shadow: 0 0 32px #00ffe777, 0 0 16px #ffd70066;
  padding: 36px 36px 24px 36px;
  max-width: 480px;
  width: 95vw;
  margin: 0 auto;
  text-align: center;
}
.ranking-title {
  color: #ffd700;
  font-family: 'ANOXIC', Calibri, sans-serif;
  font-size: 2rem;
  margin-bottom: 23px;
  text-shadow: 0 0 12px #ffd70099;
}
.ranking-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 22px;
}
.ranking-table th, .ranking-table td {
  padding: 11px 4px;
  font-family: Calibri, sans-serif;
  font-size: 1.1rem;
  color: #fff;
  text-shadow: 0 0 6px #00ffe744;
  border-bottom: 1px solid #20222e;
}
.ranking-table th {
  color: #00ffe7;
  font-family: 'ANOXIC', Calibri, sans-serif;
  font-size: 1.03rem;
  background: rgba(0,255,231,0.08);
  border-radius: 1em;
}
.ranking-table tr:nth-child(1) td {
  color: #ffd700;
  font-weight: bold;
  text-shadow: 0 0 10px #ffd700;
}
.ranking-table tr:nth-child(2) td {
  color: #b6f3fc;
  font-weight: bold;
}
.ranking-table tr:nth-child(3) td {
  color: #f1b2fc;
  font-weight: bold;
}
.ranking-table tr.highlight td {
  background: rgba(255,255,100,0.11);
  box-shadow: 0 0 12px #ffd70099;
  color: #ffd700 !important;
  font-weight: bold;
}
.ranking-exit-btn {
  margin-top: 18px;
  background: #222;
  color: #ffd700;
  border-radius: 12px;
  font-size: 1.13rem;
  border: 2px solid #ffd70099;
  box-shadow: 0 0 16px #00ffe744;
  padding: 8px 24px;
  cursor: pointer;
  transition: background 0.21s;
}
.ranking-exit-btn:hover {
  background: #191920;
}
@media (max-width: 600px) {
  .ranking-content {
    padding: 12vw 3vw 7vw 3vw;
    border-radius: 2em;
    max-width: 97vw;
    font-size: 0.95rem;
  }
  .ranking-title { font-size: 1.25rem; }
  .ranking-table th, .ranking-table td { font-size: 1.01rem; padding: 7px 1px;}
}

.ranking-search {
  width: 220px;
  margin: 0 0 16px 0;
  padding: 6px 14px;
  border-radius: 1em;
  border: none;
  background: #181b29;
  color: #ffd700;
  font-size: 1.07rem;
  box-shadow: 0 0 8px #00ffe777;
  outline: none;
  transition: box-shadow 0.2s;
}
.ranking-search:focus {
  box-shadow: 0 0 12px #ffd70099;
}
.sort-btn {
  cursor: pointer;
  transition: color 0.12s;
}
.sort-btn:hover {
  color: #00ffe7;
}
.ranking-highlight {
  background: rgba(0,255,231,0.16) !important;
  font-weight: bold;
  color: #ffd700;
}
/* Обёртка для таблицы */
.ranking-table-wrapper {
  width: 100%;
  margin-bottom: 18px;
}

/* По умолчанию (большие экраны) — таблица на всю ширину */
.ranking-table {
  width: 100%;
  border-collapse: collapse;
}

/* ТОЛЬКО на мобилках */
@media (max-width: 600px) {
  .ranking-content {
    padding: 12vw 3vw 18vw 3vw; /* место под кнопку */
    max-width: 97vw;
    font-size: 0.95rem;
  }

  .ranking-title {
    font-size: 1.25rem;
  }

  .ranking-table-wrapper {
    overflow-x: auto;
  }

  .ranking-table {
    min-width: 560px; /* или больше, если надо */
  }

  .ranking-table th,
  .ranking-table td {
    font-size: 0.9rem;
    white-space: nowrap;
    padding: 7px 1px;
  }

  .ranking-search {
    width: 100%;
    max-width: 90vw;
  }
}
.ranking-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.pag-btn {
  padding: 6px 14px;
  font-size: 1rem;
  border-radius: 12px;
  background: #111;
  color: #00ffe7;
  border: 2px solid #00ffe7aa;
  box-shadow: 0 0 12px #00ffe777;
  cursor: pointer;
  transition: background 0.2s;
}
.pag-btn:hover {
  background: #1b1f28;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9569158 */#video-bg-wrapper {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 5;
}
#video-bg {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}


#pacman-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 999999;
  background-color: black;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#pacman-iframe {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100vh;
  max-height: 100vh;
  aspect-ratio: 342 / 450;
  border: none;
  border-radius: 12px;
}



#pacman-controls button {
  background: rgba(0, 255, 255, 0.2);
  border: 1px solid cyan;
  color: #0ff;
  padding: 8px 16px;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  margin: 0 8px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s;
}
#pacman-controls button:hover {
  background: rgba(0, 255, 255, 0.5);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5fb1c5d */.gamer-button-left,
.gamer-button-right {
  position: absolute;
  z-index: 5;
}

.gamer-button-left {
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.gamer-button-right {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* === Мобильная адаптация: строго внизу === */
@media screen and (max-width: 768px) {
  .gamer-button-left,
  .gamer-button-right {
    top: auto;
    bottom: 10px;
    transform: none;
  }

  .gamer-button-left {
    left: 10px;
  }

  .gamer-button-right {
    right: 10px;
  }
}/* End custom CSS */