@charset "UTF-8";
.msi__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 1921px) {
  .msi__container {
    width: 1640px;
  }
}
@media (max-width: 1920px) and (min-width: 1600px) {
  .msi__container {
    width: 1500px;
  }
}
@media (max-width: 1599px) and (min-width: 1300px) {
  .msi__container {
    width: 1260px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .msi__container {
    width: 990px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .msi__container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .msi__container {
    width: 100%;
  }
}

.mainarea {
  width: 100%;
  background: #00001c;
}
.mainarea .msi__container {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-top: -16%;
}
.mainarea .msi__container h2 {
  font-family: var(--fontA);
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .mainarea .msi__container h2 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .mainarea .msi__container h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .mainarea .msi__container h2 {
    font-size: 32px;
  }
}
.mainarea .msi__container h2.title-wrapper-base {
  background: -webkit-gradient(linear, left top, right top, from(#55568c), color-stop(50%, #ffffff), to(#55568c));
  background: linear-gradient(90deg, #55568c 0%, #ffffff 50%, #55568c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 28, 0.5), 0 4px 8px rgba(0, 0, 28, 0.3), 0 8px 16px rgba(0, 0, 28, 0.2);
  -webkit-filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.3)) drop-shadow(0 -1px 0 rgba(0, 0, 28, 0.7)) drop-shadow(2px 2px 4px rgba(0, 0, 28, 0.8));
          filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.3)) drop-shadow(0 -1px 0 rgba(0, 0, 28, 0.7)) drop-shadow(2px 2px 4px rgba(0, 0, 28, 0.8));
}
.mainarea .msi__container h2.title-wrapper-shadow {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 28, 0.5), 0 4px 8px rgba(0, 0, 28, 0.3), 0 8px 16px rgba(0, 0, 28, 0.2);
}
.mainarea .msi__container h2.title-wrapper-overlay {
  background: -webkit-gradient(linear, left top, right top, from(#55568c), color-stop(50%, #ffffff), to(#55568c));
  background: linear-gradient(90deg, #55568c 0%, #ffffff 50%, #55568c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 28, 0.5), 0 4px 8px rgba(0, 0, 28, 0.3), 0 8px 16px rgba(0, 0, 28, 0.2);
  -webkit-filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.3)) drop-shadow(0 -1px 0 rgba(0, 0, 28, 0.7)) drop-shadow(2px 2px 4px rgba(0, 0, 28, 0.8));
          filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.3)) drop-shadow(0 -1px 0 rgba(0, 0, 28, 0.7)) drop-shadow(2px 2px 4px rgba(0, 0, 28, 0.8));
  position: absolute;
  top: 0;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(75%, #ffffff), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, transparent 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
  mix-blend-mode: screen;
  pointer-events: none;
}
.mainarea .msi__container img {
  width: 60%;
  max-width: 800px;
  margin: 40px auto;
  display: block;
}
@media (max-width: 991px) {
  .mainarea .msi__container img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .mainarea .msi__container img {
    width: 90%;
  }
}
.mainarea .msi__container .text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.mainarea .msi__container p {
  font-family: var(--fontA);
  font-size: 20px;
  line-height: 1.6;
  max-width: 900px;
  font-weight: 200;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .mainarea .msi__container p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mainarea .msi__container p {
    font-size: 16px;
  }
}
.mainarea .msi__container p.text-wrapper-shadow {
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: rgba(0, 0, 28, 0.6);
  z-index: -1;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.mainarea .msi__container p.text-wrapper-base {
  background: -webkit-gradient(linear, left top, right top, from(#55568c), color-stop(50%, #B8B8B8), to(#55568c));
  background: linear-gradient(90deg, #55568c 0%, #B8B8B8 50%, #55568c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.mainarea .msi__container p.text-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(75%, #ffffff), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, transparent 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.6;
  mix-blend-mode: screen;
  pointer-events: none;
}

.kv {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: -10%;
}
.kv__canvasarea {
  position: relative;
  width: 80%;
  background: #00001c;
  max-width: 1500px;
  margin: 0 auto;
}
.kv #kv__canvas {
  position: relative;
  width: 100%;
  display: block;
}
.kv__gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00001c), to(transparent));
  background: linear-gradient(to top, #00001c, transparent);
  pointer-events: none;
  z-index: 1;
}
.kv__gradient-overlay--left {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00001c), to(transparent));
  background: linear-gradient(to right, #00001c, transparent);
  pointer-events: none;
  z-index: 3;
}
.kv__gradient-overlay--right {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#00001c), color-stop(rgba(0, 0, 28, 0.7254901961)), color-stop(rgba(0, 0, 28, 0.4431372549)), to(transparent));
  background: linear-gradient(to left, #00001c, rgba(0, 0, 28, 0.7254901961), rgba(0, 0, 28, 0.4431372549), transparent);
  pointer-events: none;
  z-index: 3;
}
.kv__logo {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  max-width: 500px;
  z-index: 4;
}
.kv__logo img {
  width: 100%;
}

.gameblock {
  position: relative;
  width: 100%;
  background: #00001c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(#2c1948), to(#00001c));
  background: linear-gradient(to top, #2c1948 0%, #00001c 100%);
  padding-top: 12vh;
  padding-bottom: 12vh;
  padding-top: 200px;
}
@media (max-width: 1300px) {
  .gameblock {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1050px) {
  .gameblock {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .gameblock {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .gameblock {
    padding-top: 100px;
  }
}
.gameblock .gameblock__container {
  margin-top: 0 !important;
}
@media screen and (max-width: 1500px) {
  .gameblock .gameblock__container {
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 1300px) {
  .gameblock .gameblock__container {
    margin-bottom: 170px !important;
  }
}
@media screen and (max-width: 991px) {
  .gameblock .gameblock__container {
    margin-bottom: 300px !important;
  }
}
.gameblock .msi__container {
  position: relative;
  z-index: 5;
  text-align: center;
  margin-bottom: 60px;
}
.gameblock .msi__container h2 {
  font-family: var(--fontA);
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  .gameblock .msi__container h2 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .gameblock .msi__container h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .gameblock .msi__container h2 {
    font-size: 32px;
  }
}
.gameblock .msi__container h2.title-wrapper-base {
  background: -webkit-gradient(linear, left top, right top, from(#55568c), color-stop(50%, #ffffff), to(#55568c));
  background: linear-gradient(90deg, #55568c 0%, #ffffff 50%, #55568c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 28, 0.5), 0 4px 8px rgba(0, 0, 28, 0.3), 0 8px 16px rgba(0, 0, 28, 0.2);
  -webkit-filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.3)) drop-shadow(0 -1px 0 rgba(0, 0, 28, 0.7)) drop-shadow(2px 2px 4px rgba(0, 0, 28, 0.8));
          filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.3)) drop-shadow(0 -1px 0 rgba(0, 0, 28, 0.7)) drop-shadow(2px 2px 4px rgba(0, 0, 28, 0.8));
}
.gameblock .msi__container h2.title-wrapper-shadow {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  z-index: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 28, 0.5), 0 4px 8px rgba(0, 0, 28, 0.3), 0 8px 16px rgba(0, 0, 28, 0.2);
}
.gameblock .msi__container h2.title-wrapper-overlay {
  background: -webkit-gradient(linear, left top, right top, from(#55568c), color-stop(50%, #ffffff), to(#55568c));
  background: linear-gradient(90deg, #55568c 0%, #ffffff 50%, #55568c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 2px 4px rgba(0, 0, 28, 0.5), 0 4px 8px rgba(0, 0, 28, 0.3), 0 8px 16px rgba(0, 0, 28, 0.2);
  -webkit-filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.3)) drop-shadow(0 -1px 0 rgba(0, 0, 28, 0.7)) drop-shadow(2px 2px 4px rgba(0, 0, 28, 0.8));
          filter: drop-shadow(0 1px 0 rgba(255, 255, 255, 0.3)) drop-shadow(0 -1px 0 rgba(0, 0, 28, 0.7)) drop-shadow(2px 2px 4px rgba(0, 0, 28, 0.8));
  position: absolute;
  top: 0;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(75%, #ffffff), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, transparent 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.8;
  mix-blend-mode: screen;
  pointer-events: none;
}
.gameblock .msi__container img {
  width: 60%;
  max-width: 800px;
  margin: 40px auto;
  display: block;
}
@media (max-width: 991px) {
  .gameblock .msi__container img {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .gameblock .msi__container img {
    width: 90%;
  }
}
.gameblock .msi__container .text-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.gameblock .msi__container p {
  font-family: var(--fontA);
  font-size: 20px;
  line-height: 1.6;
  max-width: 900px;
  font-weight: 200;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .gameblock .msi__container p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .gameblock .msi__container p {
    font-size: 16px;
  }
}
.gameblock .msi__container p.text-wrapper-shadow {
  position: absolute;
  top: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: rgba(0, 0, 28, 0.6);
  z-index: -1;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.gameblock .msi__container p.text-wrapper-base {
  background: -webkit-gradient(linear, left top, right top, from(#55568c), color-stop(50%, #B8B8B8), to(#55568c));
  background: linear-gradient(90deg, #55568c 0%, #B8B8B8 50%, #55568c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gameblock .msi__container p.text-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(75%, #ffffff), to(transparent));
  background: linear-gradient(90deg, transparent 0%, #ffffff 25%, #ffffff 50%, #ffffff 75%, transparent 100%);
  background-size: 200% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.6;
  mix-blend-mode: screen;
  pointer-events: none;
}
.gameblock__circle-light {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  z-index: 4;
}
.gameblock__circle-light img {
  width: 100%;
}
.gameblock__perspective-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-perspective: 800px;
          perspective: 800px;
  width: 50%;
}
@media screen and (max-width: 1300px) {
  .gameblock__perspective-container {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  .gameblock__perspective-container {
    width: 95%;
  }
}
.gameblock__perspective-container .gameblock__perspective-btn {
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  pointer-events: none;
  z-index: 5;
  width: 140%;
}
@media screen and (max-width: 1500px) {
  .gameblock__perspective-container .gameblock__perspective-btn {
    top: 0%;
  }
}
@media screen and (max-width: 991px) {
  .gameblock__perspective-container .gameblock__perspective-btn {
    top: -15%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gameblock__perspective-container .gameblock__perspective-btn {
    top: -25%;
  }
}
.gameblock__perspective-container .gameblock__perspective-btn .gameblock__cta-group {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.gameblock__perspective-container .gameblock__perspective-btn .gameblock__cta-text {
  font-family: var(--fontA);
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.5;
  color: #B6C0FF;
  letter-spacing: 0.08em;
  text-transform: none;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  max-width: 320px;
  text-align: center;
  width: 100%;
}
.gameblock__perspective-container .gameblock__perspective-btn .gameblock__cta-text::-moz-selection {
  background: transparent;
}
.gameblock__perspective-container .gameblock__perspective-btn .gameblock__cta-text::selection {
  background: transparent;
}
.gameblock__cta-group--right .gameblock__perspective-container .gameblock__perspective-btn .gameblock__cta-text {
  text-align: right;
  color: #FFE8A6;
}
.gameblock__perspective-container .gameblock__perspective-btn .gameblock__btn {
  pointer-events: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
          filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
  -webkit-transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease;
  transition: transform 0.25s ease, filter 0.25s ease, -webkit-transform 0.25s ease, -webkit-filter 0.25s ease;
  position: relative;
}
.gameblock__perspective-container .gameblock__perspective-btn .gameblock__btn span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--fontA);
  font-size: 29px;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: none;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  max-width: 320px;
  font-weight: 700;
  line-height: 1.2;
  z-index: 8;
}
@media screen and (max-width: 991px) {
  .gameblock__perspective-container .gameblock__perspective-btn .gameblock__btn span {
    font-size: 24px;
  }
}
.gameblock__perspective-container .gameblock__perspective-btn .gameblock__btn img {
  position: relative;
  z-index: 3;
  display: block;
  width: min(36vw, 320px);
  height: auto;
}
@media screen and (max-width: 991px) {
  .gameblock__perspective-container .gameblock__perspective-btn .gameblock__btn img {
    width: 40vw;
  }
}
.gameblock__perspective-container .gameblock__perspective-btn .gameblock__btn:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.55));
}
.gameblock__perspective-container .gameblock__perspective-btn .gameblock__btn--light span {
  color: #00001c;
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.6);
}
.gameblock__circle-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation: circle-spin 14s linear infinite;
          animation: circle-spin 14s linear infinite;
  will-change: transform;
}
.gameblock__circle-main {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 4;
  padding-bottom: 105%;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(2%, rgba(0, 0, 0, 0.25)), color-stop(3%, rgba(0, 0, 0, 0.6)), color-stop(4%, rgba(0, 0, 0, 0.85)), color-stop(6%, #000), to(#000));
  -webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.25) 2%, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.85) 4%, #000 6%, #000 100%);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(2%, rgba(0, 0, 0, 0.25)), color-stop(3%, rgba(0, 0, 0, 0.6)), color-stop(4%, rgba(0, 0, 0, 0.85)), color-stop(6%, #000), to(#000));
  mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.25) 2%, rgba(0, 0, 0, 0.6) 3%, rgba(0, 0, 0, 0.85) 4%, #000 6%, #000 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.gameblock__circle-main::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 25%;
  height: 5%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 28, 0.8)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 28, 0.8), transparent);
  pointer-events: none;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
.gameblock__circle-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 70%;
  height: 12%;
  background: radial-gradient(ellipse at center, rgba(60, 120, 255, 0.28) 0%, rgba(60, 120, 255, 0.16) 45%, rgba(60, 120, 255, 0) 80%);
  -webkit-filter: blur(14px);
          filter: blur(14px);
  opacity: 0.9;
  pointer-events: none;
}
.gameblock__circle-main img {
  position: absolute;
  top: 100%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  -webkit-animation: twitch 8s ease-in-out infinite;
          animation: twitch 8s ease-in-out infinite;
  z-index: 10;
}
.gameblock__circle-main img:hover {
  -webkit-filter: brightness(1.1) drop-shadow(0 0 30px rgba(80, 150, 255, 0.8));
          filter: brightness(1.1) drop-shadow(0 0 30px rgba(80, 150, 255, 0.8));
}
.gameblock__circle-image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-filter: drop-shadow(0 0 24px rgba(80, 150, 255, 0.6)) drop-shadow(0 0 48px rgba(80, 150, 255, 0.3));
          filter: drop-shadow(0 0 24px rgba(80, 150, 255, 0.6)) drop-shadow(0 0 48px rgba(80, 150, 255, 0.3));
}

@-webkit-keyframes circle-spin {
  0% {
    -webkit-transform: rotateX(68deg) rotateZ(0deg);
            transform: rotateX(68deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(68deg) rotateZ(360deg);
            transform: rotateX(68deg) rotateZ(360deg);
  }
}

@keyframes circle-spin {
  0% {
    -webkit-transform: rotateX(68deg) rotateZ(0deg);
            transform: rotateX(68deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(68deg) rotateZ(360deg);
            transform: rotateX(68deg) rotateZ(360deg);
  }
}
@-webkit-keyframes twitch {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-46%, -50%) scale(1.01) rotate(1deg);
            transform: translate(-46%, -50%) scale(1.01) rotate(1deg);
  }
  20% {
    -webkit-transform: translate(-54%, -50%) scale(0.99) rotate(-0.5deg);
            transform: translate(-54%, -50%) scale(0.99) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(-50%, -48%) scale(1.005) rotate(0.8deg);
            transform: translate(-50%, -48%) scale(1.005) rotate(0.8deg);
  }
  40% {
    -webkit-transform: translate(-46%, -50%) scale(1) rotate(-1deg);
            transform: translate(-46%, -50%) scale(1) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(-50%, -51%) scale(1.01) rotate(0.5deg);
            transform: translate(-50%, -51%) scale(1.01) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-54%, -50%) scale(0.98) rotate(-0.8deg);
            transform: translate(-54%, -50%) scale(0.98) rotate(-0.8deg);
  }
  70% {
    -webkit-transform: translate(-50%, -49%) scale(1.008) rotate(1deg);
            transform: translate(-50%, -49%) scale(1.008) rotate(1deg);
  }
  80% {
    -webkit-transform: translate(-46%, -50%) scale(1) rotate(-0.5deg);
            transform: translate(-46%, -50%) scale(1) rotate(-0.5deg);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1.005) rotate(0.5deg);
            transform: translate(-50%, -50%) scale(1.005) rotate(0.5deg);
  }
}
@keyframes twitch {
  0%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
            transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-46%, -50%) scale(1.01) rotate(1deg);
            transform: translate(-46%, -50%) scale(1.01) rotate(1deg);
  }
  20% {
    -webkit-transform: translate(-54%, -50%) scale(0.99) rotate(-0.5deg);
            transform: translate(-54%, -50%) scale(0.99) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(-50%, -48%) scale(1.005) rotate(0.8deg);
            transform: translate(-50%, -48%) scale(1.005) rotate(0.8deg);
  }
  40% {
    -webkit-transform: translate(-46%, -50%) scale(1) rotate(-1deg);
            transform: translate(-46%, -50%) scale(1) rotate(-1deg);
  }
  50% {
    -webkit-transform: translate(-50%, -51%) scale(1.01) rotate(0.5deg);
            transform: translate(-50%, -51%) scale(1.01) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(-54%, -50%) scale(0.98) rotate(-0.8deg);
            transform: translate(-54%, -50%) scale(0.98) rotate(-0.8deg);
  }
  70% {
    -webkit-transform: translate(-50%, -49%) scale(1.008) rotate(1deg);
            transform: translate(-50%, -49%) scale(1.008) rotate(1deg);
  }
  80% {
    -webkit-transform: translate(-46%, -50%) scale(1) rotate(-0.5deg);
            transform: translate(-46%, -50%) scale(1) rotate(-0.5deg);
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1.005) rotate(0.5deg);
            transform: translate(-50%, -50%) scale(1.005) rotate(0.5deg);
  }
}
.share {
  position: relative;
  width: 100%;
  text-align: center;
  color: #cfd5ff;
  padding-top: 9.6vh;
  padding-bottom: 9.6vh;
  margin-top: -10%;
}
@media (max-width: 1300px) {
  .share {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 1050px) {
  .share {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 800px) {
  .share {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.share__bar {
  position: absolute;
  width: 100%;
  margin: 0 auto 40px;
  top: 70%;
  z-index: 2;
}
.share__bar-light {
  position: absolute;
  top: -112%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20%;
  z-index: 1;
  -webkit-transition: left 1.5s ease-in-out;
  transition: left 1.5s ease-in-out;
}
.share__bar-image {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.share__bar .share__percent {
  position: absolute;
  font-family: var(--fontA);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.share__bar .share__percent-value {
  font-size: clamp(28px, 3vw, 56px);
  font-weight: 600;
  letter-spacing: 0.06em;
  display: block;
}
.share__bar .share__percent-count {
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 400;
  letter-spacing: 0.04em;
  opacity: 0.9;
  display: block;
}
.share__bar .share__percent--left {
  top: 60%;
  left: 8%;
  color: #b9c2ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.share__bar .share__percent--left .share__percent-count {
  color: #9aa5e8;
}
.share__bar .share__percent--right {
  top: 60%;
  right: 8%;
  color: #ffe08a;
  text-align: right;
}
.share__bar .share__percent--right .share__percent-count {
  color: #f5d070;
}
.share__title {
  font-family: var(--fontA);
  font-size: clamp(18px, 1.7vw, 26px);
  letter-spacing: 0.28em;
  margin: 18px auto 26px;
  color: #cfd5ff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.share__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(24px, 6vw, 60px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share__icons li {
  list-style: none;
}
.share__icons li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}
.share__icons li a img {
  width: clamp(48px, 6vw, 88px);
  height: auto;
  display: block;
}
.share__icons li a:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.6));
}
.share__legal {
  width: 86%;
  max-width: 1200px;
  margin: 52px auto 0;
  color: #cfd5ff;
  opacity: 0.85;
  font-family: var(--fontA);
  font-weight: 300;
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: left;
}

html.tandc-modal-open {
  overflow: hidden;
}

.tandc-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.tandc-modal[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tandc-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.tandc-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 28, 0.95);
  backdrop-filter: blur(8px);
  cursor: pointer;
  -webkit-animation: fadeIn 0.3s ease;
          animation: fadeIn 0.3s ease;
}
.tandc-modal__dialog {
  position: relative;
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  background: linear-gradient(135deg, #1a1a3e 0%, #2d1845 100%);
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 100px rgba(138, 43, 226, 0.3);
          box-shadow: 0 25px 60px rgba(0, 0, 0, 0.8), 0 0 100px rgba(138, 43, 226, 0.3);
  -webkit-animation: slideUp 0.4s ease;
          animation: slideUp 0.4s ease;
}
.tandc-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #ffd700;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tandc-modal__close:hover {
  background: rgba(255, 215, 0, 0.2);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #ffffff;
}
.tandc-modal__content {
  padding: 40px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .tandc-modal__content {
    padding: 30px 20px;
  }
}
.tandc-modal__title {
  font-family: var(--fontA);
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#667eea), color-stop(50%, #ffd700), to(#764ba2));
  background: linear-gradient(90deg, #667eea 0%, #ffd700 50%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-shadow: 0 2px 10px rgba(138, 43, 226, 0.5);
}
@media (max-width: 767px) {
  .tandc-modal__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.tandc-modal__body {
  max-height: calc(90vh - 200px);
  overflow-y: auto;
  padding-right: 20px;
}
.tandc-modal__body::-webkit-scrollbar {
  width: 8px;
}
.tandc-modal__body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}
.tandc-modal__body::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#667eea), to(#764ba2));
  background: linear-gradient(to bottom, #667eea, #764ba2);
  border-radius: 4px;
}
.tandc-modal__body::-webkit-scrollbar-thumb:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#764ba2), to(#667eea));
  background: linear-gradient(to bottom, #764ba2, #667eea);
}
.tandc-modal__section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tandc-modal__section:last-child {
  border-bottom: none;
}
.tandc-modal__section p {
  color: #e0e0ff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.tandc-modal__section p strong {
  color: #ffd700;
  font-weight: 600;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.tandc-modal__section ul {
  list-style: none;
  padding-left: 0;
}
.tandc-modal__section ul li {
  color: #e0e0ff;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 12px;
  padding-left: 25px;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.tandc-modal__section ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #ffd700;
  font-weight: bold;
}
.tandc-modal__section ul li ul {
  margin-top: 10px;
  margin-left: 20px;
}
.tandc-modal__section ul li ul li::before {
  content: "•";
  color: #667eea;
}
.tandc-modal__footer {
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0 -40px -40px;
}
.tandc-modal__accept {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: 2px solid #ffd700;
  color: #ffffff;
  font-family: var(--fontA);
  font-size: 18px;
  font-weight: 600;
  padding: 15px 50px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-box-shadow: 0 5px 20px rgba(138, 43, 226, 0.4);
          box-shadow: 0 5px 20px rgba(138, 43, 226, 0.4);
}
.tandc-modal__accept:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 30px rgba(138, 43, 226, 0.6);
          box-shadow: 0 8px 30px rgba(138, 43, 226, 0.6);
  background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=index.css.map */