* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

video {
  display: block;
  border: none;
  outline: none;
  background: transparent;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
  
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: rgb(10 10 14);
  width: 100%;
  color: #fff;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

html,
body {
  width: 100vw;
  overflow-x: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  height: 5px;
  border-radius: 10px;
}

ul{
  list-style: none;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ed5c1e;
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #381608;
  border-radius: 10px;
  background-color: #fff;
}
button{
  background: transparent;
  outline: none;
  border: none;
}

input{
  outline: none;
  border: none;
}
header{
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
background: rgba(11, 11, 15, 0.90);
backdrop-filter: blur(6px);
}

/* ============================================
   АНИМАЦИЯ КАРТЫ
   ============================================ */

/* Оптимизация для плавной прокрутки карты */
.rsm-svg {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Контейнер карты для плавной анимации */
.absolute.inset-0.flex.items-center.justify-center {
  will-change: transform;
  backface-visibility: hidden;
}

/* Стили для блока liner (overlay) внутри big_game */
.big_game .relative.w-full.h-full.overflow-hidden > div.absolute.inset-0:not(.flex) {
  pointer-events: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  background: radial-gradient(
    transparent 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 50px 20px inset;
}

/* Стили для блока bottom внутри big_game */
.big_game .relative.w-full.h-full.overflow-hidden > div.absolute.left-0.right-0.flex {
  bottom: 20%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

/* Hover эффект для big_game */
.big_game:hover .relative.w-full.h-full.overflow-hidden > div.absolute.inset-0:not(.flex) {
  opacity: 1 !important;
}

.big_game:hover .relative.w-full.h-full.overflow-hidden > div.absolute.left-0.right-0.flex {
  opacity: 1 !important;
  transform: translateY(0) !important;
}


/* Плавная анимация padding для изображения при hover */
.big_game img {
  transition: padding 0.2s ease-out;
}

.big_game:hover img {
  padding: 5px;
}
.big_game{
  border: 5px solid transparent;
}

.big_game:hover{
  border: 5px solid #e76116fc;
    border-radius: 2px;
}



.verification {
  margin-top: 100px;
  margin-bottom: 50px;
}
.container{
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}
.verification_rect {
  width: 100%;
  height: auto;
  border-radius: 15px;
  background: #1a1a1c;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.verification_rect_up {
  width: 100%;
  height: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.verification_rect_up_content {
  padding: 20px;
}
.verification_rect_up_logo {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.verification_rect_main {
  width: 100%;
  height: auto;
}
.verification_rect_main_content {
  padding: 20px;
  padding-top: 30px;
}
.verification_rect_main_title {
  color: #FFF;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 100% */
}
.verification_rect_main_subtitle {
  margin-top: 15px;
    color: #8c8d8f;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 100% */
}
.verification_rect_main_blocks {
  width: 100%;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.verification_rect_main_block {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #2f291d;
  display: flex;
  align-items: center;
      color: #fff;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 100% */
}
.verification_rect_main_block img{
  height: 20px;
  margin-right: 5px;
}
.verification_rect_main_block span:last-child{
  margin-left: auto;
  color: #c5b309;
}
.verification_rect_main_informations {
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;

color: #8c8d8f;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 100% */
}
.verification_rect_main_informations span{
  color: #fff;
}
.verification_rect_main_link {
  display: block;
  margin: 0 auto;
    margin-top: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  transition: all .5s;
  color: #fff;
text-align: center;
font-family: "Inter", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 100% */
padding: 15px 20px;
border-radius: 10px;
width: fit-content;
background: #ed5c1e;
}

.verification_rect_main_link:hover{
  opacity: .9;
}

@media (min-width:320px) and (max-width:499px){
  .verification_rect_main_title{
    font-size: 16px;
  }
  .verification_rect_main_subtitle{
    font-size: 14px;
  }
  .verification_rect_main_informations{
    font-size: 14px;
  }
  .verification_rect_main_link{
    font-size: 16px;
  }
  .verification_rect_main_block{
    font-size: 14px;
    text-align: center;
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
  .verification_rect_main_block span{
    margin-left: 0px;
  }

  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media (min-width:500px) and (max-width:840px){
.container{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Скрываем все модальные окна по умолчанию, чтобы избежать мерцания при загрузке */
/* Это правило применяется только если модальное окно не имеет inline стиля display: block */
div[role="dialog"] {
  display: none;
}

/* Показываем модальные окна только когда JavaScript явно установит display: block */
div[role="dialog"][style*="display: block"] {
  display: block !important;
}
