:root {
  --white: white;
  --black: black;
}

.body {
  background-color: #37108c;
}

.section_main {
  background-image: radial-gradient(circle, #0000, #00000047);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.screen {
  pointer-events: none;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: none;
}

.wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 1024px;
  max-width: 98%;
  height: 576px;
  display: flex;
  position: relative;
}

.block_gamescreen {
  background-color: #4d24bc;
  border: 5px solid #6a3cce;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gamescreen {
  background-color: #120a28;
  border: 3px solid #9d89d3;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sky {
  background-image: linear-gradient(#0000 39%, #f8f8f8), url('../images/sky.png');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-radius: 4px;
  align-items: flex-end;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.menu {
  z-index: 2;
  background-color: #000;
  background-image: url('../images/bg_pattern.svg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  border-top: 4px solid #303030;
  border-radius: 0 0 8px 8px;
  justify-content: center;
  align-items: center;
  height: 25%;
  padding: 5px;
  display: flex;
  position: relative;
}

.menu_text {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  padding: 0;
  display: flex;
}

.menu_buttons {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  margin-left: 5px;
  display: flex;
}

.menu_text_outline {
  background-color: #303030;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
}

.menu_text_gold {
  background-color: #f8d868;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3px;
  display: flex;
}

.menu_text_grey {
  background-color: #606068;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3px;
  display: flex;
}

.menu_text-2 {
  background-color: #f8f8f8;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 13px 3px 3px 13px;
  display: flex;
}

.text-block {
  margin-bottom: 5px;
  font-family: Pixelifysans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.menu_top {
  justify-content: flex-end;
  align-items: center;
  height: 40%;
  padding: 0;
  display: flex;
}

.menu_button {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.block_title {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-4 {
  pointer-events: none;
  height: 33%;
}

.menu_img, .image-2 {
  pointer-events: none;
  height: 100%;
}

.menu_bottom {
  justify-content: flex-end;
  align-items: center;
  height: 40%;
  display: flex;
}

.menu_img3, .menu_img4 {
  pointer-events: none;
  height: 100%;
}

.lippoutou_info {
  height: 45%;
}

.pikachu_info {
  width: 35%;
  position: absolute;
  inset: auto 0% 26% auto;
}

.pikachu {
  z-index: 0;
  height: 50%;
  position: absolute;
  inset: auto auto 22% 7%;
}

.image-5 {
  height: 33%;
  position: absolute;
  inset: 24% 3% 0% auto;
}

.logo {
  z-index: 10;
  width: 32em;
  position: absolute;
  inset: -11% auto auto;
}

.big_separator {
  background-color: #0d0029;
  border-top: 4px solid #000;
  border-bottom: 4px solid #15033b;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_about {
  background-color: #100033;
  background-image: radial-gradient(circle, #400dae, #100033);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 70px 0;
  display: flex;
}

.block_paragraph {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.block_h1 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.h1 {
  z-index: 2;
  color: #fde06f;
  text-align: center;
  font-family: Pokemon Solid, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.block_para {
  width: 40%;
  margin-top: 50px;
}

.paragraph {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Pixelifysans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.pika {
  width: auto;
  height: 100%;
}

.pika_pic {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  margin-top: 40px;
  display: flex;
}

.button {
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 40px;
  margin-top: 20px;
  display: flex;
}

.big_separator-copy {
  background-color: #00090b;
  border-top: 4px solid #000;
  border-bottom: 4px solid #218fa3;
  height: 80px;
}

.div-block {
  background-color: #4de4ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
}

.card {
  z-index: 5;
  background-color: #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 430px;
  padding: 25px 25px 0;
  display: flex;
  position: relative;
}

.card_img {
  background-color: #676767;
  border-radius: 16px;
  width: 100%;
  height: 240px;
}

.card_details {
  flex-direction: column;
  display: flex;
}

.div-block-2 {
  background-color: #676767;
  border-radius: 16px;
  height: 130px;
  margin-top: 15px;
}

.view {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin-bottom: -17px;
  display: flex;
}

.h1_shadow {
  color: #13003b;
  text-align: center;
  font-family: Pokemon Solid, sans-serif;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  inset: 10% 33.5% 0% auto;
}

.h1_shadow2 {
  color: #13003b;
  text-align: center;
  font-family: Pokemon Solid, sans-serif;
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  inset: 21% 0% 0%;
}

.title {
  position: relative;
}

.block_neft {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  padding: 0;
  display: flex;
}

.section_nft {
  background-color: #100033;
  background-image: radial-gradient(circle, #400dae, #100033);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 70px 0;
  display: flex;
}

.nft_details {
  justify-content: center;
  align-items: center;
  width: 950px;
  padding: 0;
  display: flex;
}

.nft_detail {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  display: flex;
}

.nft_content {
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 450px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
}

.nft_buttons {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.x {
  color: #765e00;
  background-color: #fde06f;
  border: 3px solid #bfa025;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 15px;
  font-family: Pokemon Solid, sans-serif;
  display: flex;
}

.x:hover {
  color: #fff;
  border-color: #fff5cd;
}

.x.xpink {
  color: #900551;
  background-color: #f8a8b0;
  border-color: #ba4f59;
}

.x.xpink:hover {
  color: #fff;
  border-color: #ffe6e9;
}

.x.xorange {
  color: #924f02;
  background-color: #ffbd5a;
  border-color: #c88828;
}

.x.xorange:hover {
  color: #fff;
  border-color: #fff0da;
}

.x.xblue {
  color: #004653;
  background-color: #2890c8;
  border-color: #1971a0;
}

.x.xblue:hover {
  color: #fff;
  border-color: #d5f0ff;
}

.banner {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.catch {
  pointer-events: none;
  color: #3f1a8d;
  margin-bottom: 5px;
  font-family: Pokemon Solid, sans-serif;
  font-size: 23px;
  line-height: 25px;
}

.header {
  display: flex;
}

.menu_left {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.menuside {
  cursor: pointer;
  background-color: #4a15bc;
  background-image: linear-gradient(270deg, #2b0b70, #4a15bc);
  border: 2px solid #4f22b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 55px;
  margin: 0 0 0 10px;
  padding: 0;
  display: flex;
}

.menuside:hover {
  border: 2px solid #733bf0;
}

.menuside.right {
  background-image: linear-gradient(270deg, #13003e, #4a15bc);
  border-left-style: solid;
  border-right-style: none;
  border-radius: 100px 0 0 100px;
}

.menulink {
  pointer-events: auto;
  color: #fff;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.menu_separator {
  z-index: -1;
  background-color: #130337;
  width: 10px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu_separator.sepright {
  inset: 0% 0% 0% auto;
}

.pokeball {
  height: 20px;
  margin-right: 10px;
}

.menu-right {
  z-index: 100;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-right: 20px;
  display: flex;
  position: relative;
  inset: auto;
}

.screen_border {
  pointer-events: none;
  width: 100%;
  max-width: 98%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  margin: 25px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.button_connect {
  cursor: pointer;
  background-color: #4a15bc;
  background-image: linear-gradient(270deg, #2b0b70, #4a15bc);
  border: 2px solid #4f22b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 55px;
  margin: 0 0 0 10px;
  padding: 0 30px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.button_connect:hover {
  border: 2px solid #733bf0;
}

.button_connect.right {
  background-image: linear-gradient(270deg, #13003e, #4a15bc);
  border-left-style: solid;
  border-right-style: none;
  border-radius: 100px 0 0 100px;
}

.header_bg {
  background-color: #4f27cc;
  width: 100%;
  height: 80px;
  padding-top: 3px;
  padding-bottom: 3px;
  position: absolute;
  inset: 0% 0% auto;
}

.main_header {
  background-color: #240668;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.header_shadow {
  background-color: #1c0b5b;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.menu-left {
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.connect {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#f4983c 49%, #ef750b 51%);
  border: 3px solid #ffcd9b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 45px;
  margin-left: 10px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.connect:hover {
  background-image: linear-gradient(#ef850b 49%, #f4a43c 51%);
  border-color: #fffcef;
}

.grass2 {
  background-image: url('../images/grass2.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 15%;
  position: absolute;
  inset: auto 0% 0%;
}

.grass1 {
  background-image: url('../images/grass1.svg');
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.play {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#f4983c 49%, #ef750b 51%);
  border: 3px solid #ffcd9b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  margin-bottom: 15px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.play:hover {
  background-image: linear-gradient(#ef850b 49%, #f4a43c 51%);
  border-color: #fffcef;
}

.screen-copy {
  pointer-events: none;
  background-color: #4d24bc;
  border: 5px solid #6a3cce;
  border-radius: 20px;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  display: block;
}

.border {
  background-image: url('../images/screen_border.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 98%;
  height: 100%;
  position: relative;
}

.image-6 {
  z-index: 50;
  height: 90px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sky_bg {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.block_home {
  background-color: #f5f7f8;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block_prize {
  background-color: #120a28;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.reveal {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#f4983c 49%, #ef750b 51%);
  border: 3px solid #ffcd9b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 45px;
  margin-bottom: 25px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

.reveal:hover {
  background-image: linear-gradient(#ef850b 49%, #f4a43c 51%);
  border-color: #fffcef;
}

.block_prize_in {
  background-color: #03000a;
  border: 3px solid #251553;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 70%;
  margin-bottom: 25px;
  display: flex;
}

.prize_card {
  background-color: #0d0324;
  border: 3px solid #241658;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80%;
  display: flex;
  position: relative;
}

.prize_booster {
  background-color: #0d0324;
  border: 3px solid #241658;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80%;
  display: flex;
  position: relative;
}

.div-block-6 {
  background-color: #1b1144;
  width: 90px;
  height: 90px;
}

.prize-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0.39);
}

/* Wallet Modal Styles */
.block_wallet_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.block_wallet_modal[style*="display: block"] {
  display: flex !important;
}

.wallet_modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

.wallet_modal_content {
  position: relative;
  background-color: #0d0324;
  border: 3px solid #241658;
  border-radius: 16px;
  padding: 30px;
  max-width: 400px;
  width: 90%;
  margin: auto;
  z-index: 10001;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.wallet_modal_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.wallet_modal_title {
  color: #ad98ff;
  font-family: Pixelifysans, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}

.wallet_modal_close {
  background: none;
  border: none;
  color: #ad98ff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}

.wallet_modal_close:hover {
  color: #fff;
}

.wallet_modal_body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wallet_option {
  background-color: #1b1144;
  border: 2px solid #362580;
  border-radius: 12px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
}

.wallet_option:hover {
  background-color: #241658;
  border-color: #4e3ba8;
  transform: translateY(-2px);
}

.wallet_icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wallet_name {
  color: #fff;
  font-family: Pixelifysans, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  flex-grow: 1;
  text-align: left;
}

.h2 {
  color: #ad98ff;
  text-align: center;
  margin-top: 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  inset: 0% auto auto;
}

.h3 {
  color: #ad98ff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  inset: auto auto 0%;
}

.block_pokedex {
  background-color: #120a28;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px;
  display: none;
  position: absolute;
  inset: 0%;
}

.block_pokedex_in {
  background-color: #03000a;
  border: 3px solid #251553;
  border-radius: 14px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 15px;
  display: flex;
  overflow: auto;
}

.pokedex_data {
  background-color: #0d0324;
  border: 3px solid #241658;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  margin: 0 7.5px 15px;
  padding: 15px;
  display: flex;
  position: relative;
}

.name {
  color: #ad98ff;
  text-align: center;
  margin-top: 15px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  position: static;
  inset: 0% auto auto;
}

.pic {
  background-color: #1b1144;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.pokedex_page1 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: flex;
  overflow: auto;
}

.block_menu_pokedex {
  width: 100%;
  height: 55px;
  padding-left: 15px;
  padding-right: 15px;
}

.pokedex_menu {
  background-color: #1b1144;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button_pokedex {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#f4983c 49%, #ef750b 51%);
  border: 3px solid #ffcd9b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 45px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: static;
}

.button_pokedex:hover {
  background-image: linear-gradient(#ef850b 49%, #f4a43c 51%);
  border-color: #fffcef;
}

.pokedex_page2, .pokedex_page3, .pokedex_page4 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: none;
  overflow: auto;
}

.button_pokedex_back {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#f4983c 49%, #ef750b 51%);
  border: 3px solid #ffcd9b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 45px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: static;
}

.button_pokedex_back:hover {
  background-image: linear-gradient(#ef850b 49%, #f4a43c 51%);
  border-color: #fffcef;
}

.button_pokedex_next {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#f4983c 49%, #ef750b 51%);
  border: 3px solid #ffcd9b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 45px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: static;
}

.button_pokedex_next:hover {
  background-image: linear-gradient(#ef850b 49%, #f4a43c 51%);
  border-color: #fffcef;
}

.button_pokedex_close {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#f4983c 49%, #ef750b 51%);
  border: 3px solid #ffcd9b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 45px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: static;
}

.button_pokedex_close:hover {
  background-image: linear-gradient(#ef850b 49%, #f4a43c 51%);
  border-color: #fffcef;
}

.play-copy {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#f4983c 49%, #ef750b 51%);
  border: 3px solid #ffcd9b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 45px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: absolute;
}

.play-copy:hover {
  background-image: linear-gradient(#ef850b 49%, #f4a43c 51%);
  border-color: #fffcef;
}

.menu_link {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#863cf4 49%, #750bef 51%);
  border: 3px solid #8c46e7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 45px;
  margin-right: 15px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
}

.menu_link:hover {
  background-image: linear-gradient(#750bef 49%, #863cf4 51%);
  border-color: #cba3ff;
}

.pika_small, .pika_hide, .dex_hide, .dex_reveal {
  height: 90%;
}

.dex {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#f4983c 49%, #ef750b 51%);
  border: 3px solid #ffcd9b;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 45px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: relative;
}

.dex:hover {
  background-image: linear-gradient(#ef850b 49%, #f4a43c 51%);
  border-color: #fffcef;
}

.collect {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  background-image: linear-gradient(#c93cf4 49%, #8c0bef 51%);
  border: 3px solid #e86bfc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 45px;
  margin-left: 10px;
  padding: 0 25px;
  font-family: Pixelifysans, sans-serif;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  animation: collectGlow 2s infinite ease-in-out;
  position: relative;
  overflow: hidden;
}

.collect:hover {
  background-image: linear-gradient(#8c0bef 49%, #c93cf4 51%);
  border-color: #e4b6ff;
  animation: collectGlow 1s infinite ease-in-out;
}

.collect::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(125deg,
              rgba(255, 255, 255, 0) 0%,
              rgba(255, 255, 255, 0.3) 30%,
              rgba(255, 255, 255, 0.3) 50%,
              rgba(255, 255, 255, 0) 70%);
  opacity: 0.2;
  z-index: 1;
  transform: translateX(-100%);
  animation: collectShine 4s infinite;
}

@keyframes collectGlow {
  0% {
    box-shadow: 0 0 5px 2px rgba(201, 60, 244, 0.3);
  }
  50% {
    box-shadow: 0 0 12px 5px rgba(201, 60, 244, 0.6);
  }
  100% {
    box-shadow: 0 0 5px 2px rgba(201, 60, 244, 0.3);
  }
}

@keyframes collectSparkle {
  0%, 100% {
    background-image: linear-gradient(#c93cf4 49%, #8c0bef 51%);
    background-position: 0% 0%;
  }
  20% {
    background-image: linear-gradient(#c93cf4 49%, #8c0bef 51%),
                      radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 5%);
    background-position: 0% 0%;
  }
  40% {
    background-image: linear-gradient(#c93cf4 49%, #8c0bef 51%),
                      radial-gradient(circle at 70% 40%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 5%);
    background-position: 0% 0%;
  }
  60% {
    background-image: linear-gradient(#c93cf4 49%, #8c0bef 51%),
                      radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 5%);
    background-position: 0% 0%;
  }
  80% {
    background-image: linear-gradient(#c93cf4 49%, #8c0bef 51%),
                      radial-gradient(circle at 90% 60%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 5%);
    background-position: 0% 0%;
  }
}

@keyframes collectShine {
  0% {
    transform: translateX(-100%);
  }
  20%, 100% {
    transform: translateX(100%);
  }
}

@media screen and (max-width: 991px) {
  .block_gamescreen {
    padding: 15px;
  }

  .logo {
    width: 30em;
  }

  .sky_bg {
    height: 50%;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    font-size: 20px;
    line-height: 20px;
  }

  .sky_bg {
    height: 50%;
  }
}

@media screen and (max-width: 479px) {
  .block_gamescreen {
    padding: 7.5px;
  }

  .menu_text_outline {
    height: 100%;
  }

  .menu_top {
    justify-content: center;
    width: 100%;
    height: 70px;
  }

  .menu_button {
    width: 159px;
    height: auto;
  }

  .menu_bottom {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
  }

  .logo {
    width: 15em;
    top: -5%;
  }

  .menu-right {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .main_header {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-left {
    display: none;
  }

  .connect {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .block_prize {
    display: none;
  }

  .block_pokedex {
    padding: 10px;
    display: none;
  }

  .pokedex_page1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .block_menu_pokedex {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pokedex_page2, .pokedex_page3, .pokedex_page4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .button_pokedex_back, .button_pokedex_next, .button_pokedex_close {
    width: 30%;
  }

  .collect {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }
}

.booster {
  z-index: 5;
  background-color: #000;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  height: 430px;
  padding: 25px 25px 0;
  display: flex;
  position: relative;
}

.booster_img {
  background-color: #676767;
  border-radius: 16px;
  width: 100%;
  height: 240px;
}

.booster_details {
  flex-direction: column;
  display: flex;
}

@font-face {
  font-family: 'Pixelifysans';
  src: url('../fonts/PixelifySans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pixelifysans';
  src: url('../fonts/PixelifySans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pixelifysans';
  src: url('../fonts/PixelifySans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pixelifysans';
  src: url('../fonts/PixelifySans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pokemon Solid';
  src: url('../fonts/Pokemon-Solid.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Animation for newly discovered Pokemon */
@keyframes discovery-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.9);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
}

.new-discovery {
  animation: discovery-pulse 0.8s ease-in-out 3;
  z-index: 10;
  position: relative;
}
