/*
html, body {
  background-color: rgb(31, 41, 55);
  color: white;
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}
  main {
  background-color: rgb(17, 24, 39);
  }
*/

.main {
  background-color: rgb(31, 41, 55);
  color: white;
  font-family: ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

/* .signin-main {
  background-image: url(https://files.axie-champions.com/images/puzzle/bg_pc.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: #000000;
} */

.h2 {
  --bs-heading-color: rgb(255, 255, 255);
}

.bi {
  display: inline-block;
  width: 1rem;
  height: 1rem;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/*
  * Sidebar
  */

@media (min-width: 768px) {
  .sidebar .offcanvas-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 48px;
  }
  .navbar-search {
    display: block;
  }
}

.sidebar .nav-link {
  font-size: .875rem;
  font-weight: 500;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar-heading {
  font-size: .75rem;
}

/*
  * Navbar
  */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
}

a {
  font-weight: 600;
}
.logo[data-v-4895ac55] {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo[data-v-4895ac55]:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vue[data-v-4895ac55]:hover {
  filter: drop-shadow(0 0 2em #42b883aa);
}

/* 기본 사이드바 스타일 */
.sidebar[data-v-5dac36bb] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 300px;
  color: #959fb0;
  z-index: 1000;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

/* 사이드바 내용 컨테이너 */
.sidebar-content[data-v-5dac36bb] {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 로고 이미지 */
.logo-img[data-v-5dac36bb] {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-bottom: 1rem;
}

/* 섹션 타이틀 */
.section-title[data-v-5dac36bb] {
  color: #306aee;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin: 1rem 0;
}

/* 네비게이션 링크 */
.nav-link[data-v-5dac36bb] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #959fb0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  word-break: break-all;
  white-space: normal;
  line-height: 1.4;
  min-height: 24px;
  width: 100%;
  padding-right: 1rem;
  position: relative;
  transition: color 0.3s ease;
}

/* 아이콘 */
.icon[data-v-5dac36bb] {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

/* 버튼 스타일 */
.play-game-btn[data-v-5dac36bb] {
  width: 100%;
  background-color: #306aee;
  color: white;
  border: none;
  padding: 0.3rem;
  border-radius: 4px;
  margin: 1rem 0;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  /* 추가: 아이콘과 텍스트 사이 간격 */
}
.game-icon[data-v-5dac36bb] {
  width: 20px;
  height: 20px;
}
.play-game-btn[data-v-5dac36bb]:hover {
  background-color: #2857c8;
}
.play-game-btn:hover .game-icon[data-v-5dac36bb] {
  transform: scale(1.1);
  /* 호버시 아이콘 살짝 커지는 효과 */
  transition: transform 0.2s ease;
}
.sign-out-btn[data-v-5dac36bb] {
  width: 100%;
  background-color: #2b3649;
  color: #306aee;
  border: none;
  padding: 0.3rem;
  border-radius: 4px;
  margin: 1rem 0;
  font-size: 16px;
  /* font-weight: bold; */
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.user-info[data-v-5dac36bb] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 14px;
  color: #959fb0;
  word-break: break-all;
  white-space: normal;
  line-height: 1.4;
  width: calc(100% - 40px);
  /* 아이콘 공간 제외한 너비로 수정 */
}

/* 섹션 구분선 */
.logo-section[data-v-5dac36bb],
.info-section[data-v-5dac36bb],
.help-section[data-v-5dac36bb],
.menu-section[data-v-5dac36bb] {
  border-bottom: 1px solid #515E71;
  padding-bottom: 1rem;
}
.logo-section[data-v-5dac36bb] {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-section .nav-link[data-v-5dac36bb] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0;
}
.nickname-section[data-v-5dac36bb] {
  display: flex;
  flex-direction: column;
  /* 세로 정렬로 변경 */
  align-items: center;
  /* 가운데 정렬 */
  padding: 0.5rem 0;
}
.nickname-icon[data-v-5dac36bb] {
  width: 64px;
  height: 64px;
}
.nickname-text[data-v-5dac36bb] {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  text-align: center;
}
.nav-item[data-v-5dac36bb] {
  margin-bottom: 0.1rem;
  position: relative;
}

/* 툴팁 */
.tooltip[data-v-5dac36bb] {
  position: fixed;
  /* absolute에서 fixed로 변경 */
  left: 260px;
  /* 사이드바 너비(250px) + 여백(10px) */
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 9999;
  /* z-index 높게 설정 */
  pointer-events: none;
  /* 툴팁이 마우스 이벤트를 방해하지 않도록 */
}
.tooltip[data-show][data-v-5dac36bb] {
  opacity: 1;
  visibility: visible;
}

/* 모바일 내비게이션 */
.mobile-nav[data-v-5dac36bb] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #1e2530;
  z-index: 900;
  display: none;
}

/* 토글 버튼 */
.navbar-toggler[data-v-5dac36bb] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}
.menu-icon[data-v-5dac36bb] {
  width: 24px;
  height: 24px;
}

/* 오버레이 */
.sidebar-overlay[data-v-5dac36bb] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

/* 데스크톱 스타일 */
@media (min-width: 768px) {
.sidebar[data-v-5dac36bb] {
    transform: none;
}
.sidebar-overlay[data-v-5dac36bb],
  .mobile-nav[data-v-5dac36bb] {
    display: none !important;
}
.tooltip[data-v-5dac36bb] {
    display: block;
}
}

/* 모바일 스타일 */
@media (max-width: 767px) {
.sidebar.show .close-button[data-v-5dac36bb] {
    display: block;
}
.close-button[data-v-5dac36bb]:hover {
    opacity: 0.8;
}
.sidebar[data-v-5dac36bb] {
    transform: translateX(-100%);
    min-height: 100%;
    padding-bottom: 80px;
}
.sidebar.show[data-v-5dac36bb] {
    transform: translateX(0);
}
.mobile-nav[data-v-5dac36bb] {
    display: block;
}
.mobile-nav.hidden[data-v-5dac36bb] {
    display: none;
}
.sidebar-overlay.show[data-v-5dac36bb] {
    visibility: visible;
    opacity: 1;
}
.tooltip[data-v-5dac36bb] {
    display: none;
}
}

/* 스크롤바 스타일링 */
.sidebar[data-v-5dac36bb]::-webkit-scrollbar {
  width: 6px;
}
.sidebar[data-v-5dac36bb]::-webkit-scrollbar-track {
  background: #1e2530;
}
.sidebar[data-v-5dac36bb]::-webkit-scrollbar-thumb {
  background-color: #515E71;
  border-radius: 3px;
}

/* hover 시 하이라이트 효과 */
.nav-link[data-v-5dac36bb]:hover::before,
.nav-link.active[data-v-5dac36bb]::before {
  content: '';
  position: absolute;
  left: -1rem;
  /* sidebar padding만큼 음수 마진 */
  right: -1rem;
  top: 0;
  bottom: 0;
  background-color: #313f57;
  /* 하이라이트 컬러 */
  z-index: -1;
}

/* hover 시 텍스트 색상 변경 */
.nav-link[data-v-5dac36bb]:hover,
.nav-link.active[data-v-5dac36bb] {
  color: #959fb0;
}

/* 호버 효과 */
.sign-out-btn[data-v-5dac36bb]:hover {
  opacity: 0.9;
  transition: opacity 0.2s ease-in-out;
}

/* 아이콘 컨테이너 스타일 */
.nav-link .icon[data-v-5dac36bb] {
  z-index: 1;
  position: relative;
}

/* 모바일에서 스크롤 방지 */
body.sidebar-open[data-v-5dac36bb] {
  overflow: hidden;
}
.wallet-info[data-v-5dac36bb] {
  display: flex;
  flex-direction: column;
}
.wallet-address-container[data-v-5dac36bb] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wallet-button[data-v-5dac36bb] {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 추가: 내부 요소들을 양끝으로 정렬 */
  gap: 0.5rem;
  background: none;
  border: none;
  color: #959fb0;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  width: 100%;
}
.wallet-text[data-v-5dac36bb] {
  text-align: left;
  word-break: break-all;
  white-space: normal;
  line-height: 1.4;
  margin-right: auto; /* 추가: 텍스트를 왼쪽으로 밀어주기 */
}
.copy-icon[data-v-5dac36bb] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  opacity: 0.5;
  margin-left: auto; /* 추가: 아이콘을 오른쪽 끝으로 밀기 */
}
.wallet-button:hover .copy-icon[data-v-5dac36bb] {
  opacity: 1;
}
.user-profile[data-v-5dac36bb] {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.resource-grid[data-v-5dac36bb] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.resource-item[data-v-5dac36bb] {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1e2530;
  border-radius: 8px;
  padding: 0.75rem;
  gap: 0.5rem;
  color: #959fb0;
  font-size: 14px;
}
.resource-icon[data-v-5dac36bb] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resource-value[data-v-5dac36bb] {
  color: #959fb0;
  font-size: 14px;
  text-align: center;
}
.close-button[data-v-5dac36bb] {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  z-index: 1001;
  display: none;
}
.close-icon[data-v-5dac36bb] {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}
.profile-image-container[data-v-5dac36bb] {
  position: relative;
  width: min(126px, 100%);  /* 최대 206px, 부모 너비보다 클 수 없음 */
  aspect-ratio: 1 / 1;      /* 정사각형 비율 유지 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-avatar[data-v-5dac36bb] {
  position: absolute;
  width: calc(108 / 206 * 100%);  /* 약 52.4% - 원본 비율 유지 */
  height: calc(108 / 206 * 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.profile-frame[data-v-5dac36bb] {
  position: absolute;
  width: 100%;             /* 컨테이너에 맞춤 */
  height: 100%;
  object-fit: contain;
}

.footer-container[data-v-57b9cddf] {
  max-width: 1200px;
  margin: 0;
}
.copyright[data-v-57b9cddf] {
  margin-top: 1.25rem;  /* mt-5 */
  margin-bottom: 0.75rem;  /* mb-3 */
  text-align: center;
  color: #e3e3e3;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}
#footer[data-v-57b9cddf] {
  width: 100%;
}

.content-container[data-v-69b9bae4] {
  display: flex;
  min-height: 100vh;
}
.main-content[data-v-69b9bae4] {
  flex: 1;
  margin-left: 300px;
  width: calc(100% - 300px);
  padding: 20px;
  background-color: #1e2530;
  min-height: 100vh;
}
.content-wrapper[data-v-69b9bae4] {
  max-width: 1200px;
  margin: 0;
}
.content-header[data-v-69b9bae4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.content-title[data-v-69b9bae4] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-icon[data-v-69b9bae4] {
  width: 48px;
  height: 48px;
}
h1[data-v-69b9bae4] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  color: #959FB0;
  margin: 0;
}
.main-content[data-v-69b9bae4] {
  flex: 1;
  margin-left: 300px;
  width: calc(100% - 300px);
  padding: 20px;
  background-color: #1e2530;
  min-height: 100vh;
}
.dashboard-content[data-v-69b9bae4] {
  position: relative;
  min-height: 200px;
}
.background-container[data-v-69b9bae4] {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 비율 유지 */
  overflow: hidden;
  border-radius: 8px;
}
.background-image[data-v-69b9bae4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.play-game-container[data-v-69b9bae4] {
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.play-game-btn[data-v-69b9bae4] {
  width: 100%;
  background-color: #306aee;
  color: white;
  border: none;
  padding: 0.3rem;
  border-radius: 4px;
  margin: 1rem 0;
  font-size: 30px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.game-icon[data-v-69b9bae4] {
  width: 20px;
  height: 20px;
}
.play-game-btn[data-v-69b9bae4]:hover {
  background-color: #2857c8;
}
.play-game-btn:hover .game-icon[data-v-69b9bae4] {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
@media (max-width: 767px) {
.main-content[data-v-69b9bae4] {
    margin-left: 0;
    width: 100%;
    padding: 60px 15px 15px;
}
.content-wrapper[data-v-69b9bae4] {
    width: 100%;
}
}

.login-container[data-v-97762c16] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('https://files.axie-champions.com/images/puzzle/bg_pc.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.login-content[data-v-97762c16] {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.top-section[data-v-97762c16] {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.bottom-section[data-v-97762c16] {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.logo-container[data-v-97762c16] {
  width: 100%;
  max-width: 300px;
}
.game-logo[data-v-97762c16] {
  width: 100%;
  height: auto;
}
.login-button[data-v-97762c16] {
  background-color: #1877F2;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s;
  width: 100%;
  max-width: 300px;
  justify-content: center;
  margin-bottom: 2rem;
}
.login-button[data-v-97762c16]:hover {
  background-color: #1664d9;
}
.ronin-icon[data-v-97762c16] {
  width: 24px;
  height: 24px;
}

/* 모바일 대응을 위한 미디어 쿼리 */
@media (max-height: 600px) {
.top-section[data-v-97762c16] {
    top: 15%;
}
.bottom-section[data-v-97762c16] {
    bottom: 15%;
}
}

.login-container[data-v-84b8796f] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('https://files.axie-champions.com/images/puzzle/bg_pc.jpg') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.login-content[data-v-84b8796f] {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.top-section[data-v-84b8796f] {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.bottom-section[data-v-84b8796f] {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.logo-container[data-v-84b8796f] {
  width: 100%;
  max-width: 300px;
}
.game-logo[data-v-84b8796f] {
  width: 100%;
  height: auto;
}
.login-button[data-v-84b8796f] {
  background-color: #1877F2;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background-color 0.2s;
  width: 100%;
  max-width: 300px;
  justify-content: center;
  margin-bottom: 2rem;
}
.login-button[data-v-84b8796f]:hover {
  background-color: #1664d9;
}
.ronin-icon[data-v-84b8796f] {
  width: 24px;
  height: 24px;
}

/* 모바일 대응을 위한 미디어 쿼리 */
@media (max-height: 600px) {
.top-section[data-v-84b8796f] {
    top: 15%;
}
.bottom-section[data-v-84b8796f] {
    bottom: 15%;
}
}

.nft-migration-info-item[data-v-94eb3502] {
  justify-content: center;
  align-items: left;
  margin-bottom: 1rem;
}
.content-container[data-v-94eb3502] {
  display: flex;
  min-height: 100vh;
}
.content-header[data-v-94eb3502] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
  /* border-bottom: 1px solid #515E71; */
}
.content-title[data-v-94eb3502] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-icon[data-v-94eb3502] {
  width: 48px;
  height: 48px;
}
h1[data-v-94eb3502] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  color: #959FB0;
  margin: 0;
}
.main-content[data-v-94eb3502] {
  flex: 1;
  margin-left: 300px;
  /* Sidebar의 width와 동일하게 설정 */
  width: calc(100% - 300px);
  /* 전체 너비에서 Sidebar 너비를 뺌 */
  padding: 20px;
  background-color: #1e2530;
}
.content-body[data-v-94eb3502] {
  /* background-color: #273143; */
  border-radius: 8px;
  padding: 20px;
}

/* Modal z-index 관련 스타일 추가 */
.modal[data-v-94eb3502] {
  z-index: 1300 !important;
}
.modal-backdrop[data-v-94eb3502] {
  z-index: 1250 !important;
}

/* 로딩 */
.page-loader[data-v-94eb3502] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1400 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-container[data-v-94eb3502] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(39, 49, 67, 0.9);
  padding: 2rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  /* 최소 너비 설정 */
}
.spinner-container[data-v-94eb3502] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner-border[data-v-94eb3502] {
  width: 4rem;
  height: 4rem;
  color: #306aee !important;
}
.loading-text[data-v-94eb3502] {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.loading-progress[data-v-94eb3502] {
  display: flex;
  gap: 0.5rem;
}
.loading-dot[data-v-94eb3502] {
  width: 8px;
  height: 8px;
  background-color: #306aee;
  border-radius: 50%;
  animation: dotPulse-94eb3502 1.4s infinite;
}
.loading-dot[data-v-94eb3502]:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-dot[data-v-94eb3502]:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes dotPulse-94eb3502 {
0% {
    transform: scale(0.8);
    opacity: 0.5;
}
50% {
    transform: scale(1.2);
    opacity: 1;
}
100% {
    transform: scale(0.8);
    opacity: 0.5;
}
}
.card[data-v-94eb3502] {
  --bs-card-bg: none;
  --bs-body-color: white;
  --bs-card-border-color: rgba(222, 226, 230, 0.25);
}
.new-card[data-v-94eb3502] {
  /*--bs-card-border-color: rgba(253, 232, 41, 0.647);*/
  /*--bs-card-border-width: 2px; */
  animation: pulsate 1.5s infinite alternate;
  border: 0.2rem solid #fff;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #bc13fe,
            0 0 0.8rem #bc13fe,
            0 0 2.8rem #bc13fe,
            inset 0 0 1.3rem #bc13fe;
}
.card-footer[data-v-94eb3502] {
  --bs-card-border-width: 0;
  margin-top: 0.5rem;
}
.section-title[data-v-94eb3502] {
  margin: 2rem 0 1rem 0;
}
.section-title h2[data-v-94eb3502] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
  color: #959FB0;
  margin: 0;
}
.capsule-container[data-v-94eb3502] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0;
  justify-items: start;
}
.champion-container[data-v-94eb3502] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0;
  justify-items: start;
}
.champion-func-buttons[data-v-94eb3502] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  max-width: 1200px;
}
.capsule-item[data-v-94eb3502],
.champion-item[data-v-94eb3502] {
  width: 100%;
  height: 100%;
  max-width: 300px;
  margin: 0;
}
.champion-card[data-v-94eb3502] {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.champion-card[data-v-94eb3502]:hover {
  transform: scale(1.05);
}
.champion-image-container[data-v-94eb3502] {
  position: relative;
  width: 100%;
  height: calc(100% - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.champion-image[data-v-94eb3502] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.star-container[data-v-94eb3502] {
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.star-icon[data-v-94eb3502] {
  width: 24px;
  height: 24px;
}

/* NEW 배지 스타일 추가 */
.new-badge[data-v-94eb3502] {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.new-icon[data-v-94eb3502] {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
@media (max-width: 768px) {
.main-content[data-v-94eb3502] {
    margin-left: 0;
    width: 100%;
    padding-top: 60px;
    /* 모바일 헤더 높이만큼 여백 추가 */
}
.capsule-container[data-v-94eb3502],
  .champion-container[data-v-94eb3502] {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.capsule-item[data-v-94eb3502],
  .champion-item[data-v-94eb3502] {
    max-width: 200px;
}
.star-icon[data-v-94eb3502] {
    width: 16px;
    height: 16px;
}
.section-title h2[data-v-94eb3502] {
    font-size: 1.2rem;
}
.detail-grid[data-v-94eb3502],
  .properties-grid[data-v-94eb3502] {
    grid-template-columns: 1fr;
}
.action-buttons[data-v-94eb3502] {
    flex-direction: column;
}
.nft-header-content[data-v-94eb3502] {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.nft-image-wrapper[data-v-94eb3502] {
    width: 120px;
    height: 120px;
}
.nft-info-wrapper[data-v-94eb3502] {
    width: 100%;
}
.detail-grid[data-v-94eb3502],
  .properties-grid[data-v-94eb3502],
  .info-grid[data-v-94eb3502] {
    grid-template-columns: 1fr;
}
.action-buttons[data-v-94eb3502] {
    flex-direction: column;
}
.amount-controls[data-v-94eb3502] {
    flex-wrap: wrap;
    justify-content: center;
}
.amount-controls button[data-v-94eb3502] {
    min-width: 60px;
}
}

/* 상세 팝업 */
.nft-detail-modal[data-v-94eb3502] {
  background-color: #273143;
  color: #959FB0;
  border: none;
}
.nft-header[data-v-94eb3502] {
  padding: 1.5rem;
  border-bottom: 1px solid #515E71;
}
.nft-header-content[data-v-94eb3502] {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.nft-image-wrapper[data-v-94eb3502] {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #1e2530;
  display: flex;
  align-items: center;
  justify-content: center;
}
.selected-nft-image[data-v-94eb3502] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nft-info-wrapper[data-v-94eb3502] {
  flex: 1;
}
.nft-info-wrapper h3[data-v-94eb3502] {
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  font-size: 1.2rem;
}
.nft-description[data-v-94eb3502] {
  color: #959FB0;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
}
.detail-section[data-v-94eb3502],
.properties-section[data-v-94eb3502],
.additional-info-section[data-v-94eb3502] {
  padding: 1.5rem;
  border-bottom: 1px solid #515E71;
}
.detail-section h4[data-v-94eb3502],
.properties-section h4[data-v-94eb3502],
.additional-info-section h4[data-v-94eb3502] {
  color: #ffffff;
  margin: 0 0 1rem 0;
  font-size: 1.1rem;
}
.detail-grid[data-v-94eb3502],
.properties-grid[data-v-94eb3502],
.info-grid[data-v-94eb3502] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.detail-item[data-v-94eb3502],
.property-item[data-v-94eb3502],
.info-item[data-v-94eb3502] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.label[data-v-94eb3502] {
  color: #959FB0;
  font-size: 0.9rem;
}
.value[data-v-94eb3502] {
  color: #ffffff;
  font-size: 1rem;
}
.capsule-amount[data-v-94eb3502] {
  color: #959FB0;
  font-size: 0.8em;
  margin: auto;
}
.amount-controls[data-v-94eb3502] {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.amount-controls input[data-v-94eb3502] {
  width: 80px;
  text-align: center;
  background-color: transparent;
  color: white;
  border: 1px solid #515E71;
  border-radius: 4px;
}
.amount-controls button[data-v-94eb3502] {
  min-width: 40px;
  padding: 0.25rem 0.5rem;
}
.action-buttons[data-v-94eb3502] {
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
}
.action-buttons button[data-v-94eb3502] {
  flex: 1;
  padding: 0.75rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn[data-v-94eb3502] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.btn-primary[data-v-94eb3502] {
  width: 100%;
  background-color: #306aee;
  color: white;
  border: none;
  padding: 0.3rem;
  border-radius: 4px;
  margin: 1rem 0;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none !important;
}
.btn-primary[data-v-94eb3502]:hover {
  background-color: #2857c8;
}
.btn-secondary[data-v-94eb3502] {
  width: 100%;
  background-color: #515E71;
  color: white;
  border: none;
  padding: 0.3rem;
  border-radius: 4px;
  margin: 1rem 0;
  font-size: 16px;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none !important;
}
.btn-secondary[data-v-94eb3502]:hover {
  background-color: #424e5f;
}
.btn-hover-effect[data-v-94eb3502]:hover {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}
.card-title[data-v-94eb3502] {
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  display: flex;
  align-items: flex-end;
}

/* 이펙트 오버레이 스타일 추가 */
.effect-overlay[data-v-94eb3502] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 1.0);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.effect-overlay.fade-out[data-v-94eb3502] {
  opacity: 0;
}
.effect-video[data-v-94eb3502] {
  width: min(1600px, 90vw);
  /* 가로는 500px 또는 화면의 90% 중 작은 값 */
  height: min(1600px, 90vh);
  /* 세로는 500px 또는 화면의 90% 중 작은 값 */
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
@media (max-height: 600px) {

  /* 화면 높이가 작을 때 추가 대응 */
.effect-video[data-v-94eb3502] {
    width: min(1200px, 80vw);
    height: min(1200px, 80vh);
}
}
.loading-content[data-v-94eb3502] {
  padding: 2rem;
}
.loading-content .spinner-border[data-v-94eb3502] {
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
}
.loading-content .message[data-v-94eb3502] {
  color: #959FB0;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.modal-title[data-v-94eb3502] {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0;
}
.modal-header[data-v-94eb3502] {
  padding: 1.5rem;
}
.modal-footer[data-v-94eb3502] {
  padding: 1.5rem;
}
.btn-close-white[data-v-94eb3502] {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.nft-detail-modal .btn-secondary[data-v-94eb3502] {
  background-color: #515E71;
  border: none;
  padding: 0.75rem 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
}
.nft-detail-modal .btn-secondary[data-v-94eb3502]:hover {
  background-color: #424e5f;
}
.list-group-item[data-v-94eb3502] {
  cursor: pointer;
}
.list-group-item-dark[data-v-94eb3502] {
  --bs-list-group-color : var(--bs-dark-border-subtle)
}
.modal-dialog[data-v-94eb3502] {
  pointer-events: all;
}
.champion-item-list[data-v-94eb3502] {
  --bs-list-group-bg: var(--bs-body-bg-trans);
  --bs-list-group-border-color: var(--bs-body-bg-trans);
}
.list-group[data-v-94eb3502] {
  --bs-list-group-action-hover-bg: var(--bs-body-bg-trans);
  --bs-list-group-action-active-bg: var(--bs-body-bg-trans);
}
.champion-item-list[data-v-94eb3502]:hover {
  --bs-list-group-bg: var(--bs-body-bg-trans);
  --bs-list-group-border-color: var(--bs-body-bg-trans);
}
.fusion-form-check[data-v-94eb3502] {
  position: absolute;
  top: 3px;
  right: 3px;
}
.star-icon[data-v-94eb3502] {
  content: url(data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDkuMS1jMDAyIDc5LmI3YzY0Y2NmOSwgMjAyNC8wNy8xNi0xMjozOTowNCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDI2LjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEZFNzE4NEE5REIyMTFFRkJDRUNBQjIwQjM4QzlGRTkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEZFNzE4NEI5REIyMTFFRkJDRUNBQjIwQjM4QzlGRTkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RkU3MTg0ODlEQjIxMUVGQkNFQ0FCMjBCMzhDOUZFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RkU3MTg0OTlEQjIxMUVGQkNFQ0FCMjBCMzhDOUZFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrtALtoAAAZqSURBVHja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);
}

nav[data-v-04104901] {
background-color:rgba(0,0,0,.5);
font-family: "Noto Sans", sans-serif;
font-weight: bold;
font-size: x-large;
font-style: italic;
}
section[data-v-04104901] {
font-family: 'Noto Sans', serif;
font-weight: bold;
font-size: x-large;
}
div.token-name[data-v-04104901] {
font-family: "Noto Sans", sans-serif;
font-weight: 700;
font-size: xx-large;
font-style: italic;
}
div.token-desc[data-v-04104901] {
font-family: 'Noto Sans', serif;
font-weight: bold;
font-size: x-large;
color: #cfcfcf;
}
section.main-section[data-v-04104901] {
padding-top: 6rem;
padding-bottom: 6rem;
min-height: 400px;
background-position-x: center;
}
div#token-list[data-v-04104901] {
flex-direction: column!important;
}
section#menu1[data-v-04104901] {
background-image: url( "https://files.axie-champions.com/puzzle3champ/bg_1.webp" );
padding-left: 0px;
padding-right: 0px;
}
section#menu2[data-v-04104901] {
background-image: url( "https://files.axie-champions.com/puzzle3champ/bg_2.webp" );
padding-left: 0px;
padding-right: 0px;
}
section#menu3[data-v-04104901] {
background-image: url( "https://files.axie-champions.com/puzzle3champ/bg_3.webp" );
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
.nav-link[data-v-04104901] {
--bs-nav-link-hover-color:#fff;
}
a.btn-menu1[data-v-04104901] {
color: rgb(255,244,0);
}
li.menu1[data-v-04104901]:hover {
color: #fff;
}
li.menu1.active a.btn-menu1[data-v-04104901] {
color: #fff;
text-shadow:
    0 0 1rem #fff,
    0 0 1.3rem rgb(255,244,0);
}
li.menu1.active[data-v-04104901] {
border-bottom: 2px solid rgb(255,244,0);
background-color: rgba(255, 255, 255, 0.1);
}
a.btn-menu2[data-v-04104901] {
color: rgb(0,165,227);
}
li.menu2[data-v-04104901]:hover {
color: #fff;
}
li.menu2.active a.btn-menu2[data-v-04104901] {
color: #fff;
text-shadow:
    0 0 1rem #fff,
    0 0 1.3rem rgb(0,165,227);
}
li.menu2.active[data-v-04104901] {
border-bottom: 2px solid rgb(0,165,227);
background-color: rgba(255, 255, 255, 0.1);
}
a.btn-menu3[data-v-04104901] {
color: rgb(29,206,0);
}
li.menu3[data-v-04104901]:hover {
color: #fff;
}
li.menu3.active a.btn-menu3[data-v-04104901] {
color: #fff;
text-shadow:
    0 0 1rem #fff,
    0 0 1.3rem rgb(29,206,0);
}
li.menu3.active[data-v-04104901] {
border-bottom: 2px solid rgb(29,206,0);
background-color: rgba(255, 255, 255, 0.1);
}
a.btn-menu4[data-v-04104901] {
color: rgb(194,38,38);
}
li.menu4[data-v-04104901]:hover {
color: #fff;
}
li.menu4.active a.btn-menu4[data-v-04104901] {
color: #fff;
text-shadow:
    0 0 1rem #fff,
    0 0 1.3rem rgb(194,38,38);
}
li.menu4.active[data-v-04104901] {
border-bottom: 2px solid rgb(194,38,38);
background-color: rgba(255, 255, 255, 0.1);
}
a.btn-menu5[data-v-04104901] {
color: rgb(150,0,255);
}
li.menu5[data-v-04104901]:hover {
color: #fff;
}
li.menu5.active a.btn-menu5[data-v-04104901]{
color: #fff;
text-shadow:
    0 0 1rem #fff,
    0 0 1.3rem rgb(150,0,255);
}
li.menu5.active[data-v-04104901] {
border-bottom: 2px solid rgb(150,0,255);
background-color: rgba(255, 255, 255, 0.1);
}
.token-el[data-v-04104901] {
background-color: rgba(0,0,0,.5);
padding: 2em 4em 2em 4em;
border-radius: 10px;
margin-left: 1em;
margin-right: 1em;
}
.body-name[data-v-04104901] {
font-family: "Noto Sans", sans-serif;
font-weight: 700;
font-size: xx-large;
font-style: italic;
color: #E1A956;
}
.body-desc[data-v-04104901] {
font-family: 'Noto Sans', serif;
font-style: italic;
font-size: large;
color: #8A6AA1;
line-height: 1.0;
}
.body-part[data-v-04104901] {
background-color: rgb(28,28,28);
border: rgb(64,61,57) 3px solid;
border-radius: .5em;
margin-right: .2em;
}
.body-part img[data-v-04104901] {
width:3.5rem;
}
.arms-label[data-v-04104901] {
line-height: 0.8;
font-size: medium;
font-weight: 700;
background-color: rgb(150,0,255);
color: #fff;
transform: skewX(-10deg);
}
.menu5-title[data-v-04104901] {
font-family: "Noto Sans", sans-serif;
font-style: italic;
font-weight: 700;
color: #E1A956;
font-size: 3.5em;
line-height: 0.5;
}
.menu5-title-sub[data-v-04104901] {
font-family: "Noto Sans", sans-serif;
font-style: italic;
font-weight: 700;
color: rgb(150,0,255);
font-size: xx-large;
line-height: 1.0;
}
.copyright[data-v-04104901] {
background-color:rgba(0,0,0,.5);
color: #fff;
width: 100%;
font-size: medium;
font-weight: 200;
--bs-link-color-rgb: #cfcfcf;
}
.copyright a[data-v-04104901] {
color: #cfcfcf;
text-decoration: none;
}
@media screen and (min-width: 10px) {
div#token-list[data-v-04104901] {
    flex-direction: column!important;
}
.menu5-title[data-v-04104901] {
    font-size: 1.5em;
}
.menu5-title-sub[data-v-04104901] {
    font-size: small;
}
.token-img[data-v-04104901] {
    width: 3rem;
}
.menu1-images[data-v-04104901] {
    height: 200px;
}
.menu1-btn[data-v-04104901] {
    margin-top: 1em;
}
.token-el[data-v-04104901] {
    padding-left: 1em;
    padding-right: 1em;
}
}
@media screen and (min-width: 300px) {
.token-el[data-v-04104901] {
    padding-left: 1em;
    padding-right: 1em;
}
}
@media screen and (min-width: 350px) {
}
@media screen and (min-width: 400px) {
div#token-list[data-v-04104901] {
    flex-direction: column!important;
}
.menu5-title[data-v-04104901] {
    font-size: 2.0em;
}
.menu5-title-sub[data-v-04104901] {
    font-size: medium;
}
.token-img[data-v-04104901] {
    width: 5rem;
}.menu1-images[data-v-04104901] {
    height: 200px;
}
.menu1-btn[data-v-04104901] {
    margin-top: 3em;
}
}
@media screen and (min-width: 450px) {
}
@media screen and (min-width: 576px) {
div#token-list[data-v-04104901] {
    flex-direction: column!important;
}
.menu5-title[data-v-04104901] {
    font-size: 2.5em;
}
.menu5-title-sub[data-v-04104901] {
    font-size: large;
}
.token-img[data-v-04104901] {
    width: 5rem;
}
.menu1-images[data-v-04104901] {
    height: 303px;
}
.menu1-btn[data-v-04104901] {
    margin-top: 3em;
}
}
@media screen and (min-width: 768px) {
div#token-list[data-v-04104901] {
    flex-direction: column!important;
}
.menu5-title[data-v-04104901] {
    font-size: 2.5em;
}
.menu5-title-sub[data-v-04104901] {
    font-size: large;
}
.token-img[data-v-04104901] {
    width: 5rem;
}
.menu1-images[data-v-04104901] {
    height: 303px;
}
.menu1-btn[data-v-04104901] {
    margin-top: 5em;
}
}
@media screen and (min-width: 992px) {
div#token-list[data-v-04104901] {
    flex-direction: row!important;
}
.menu5-title[data-v-04104901] {
    font-size: 3.3em;
}
.menu5-title-sub[data-v-04104901] {
    font-size: x-large;
}
.menu1-images[data-v-04104901] {
    height: 303px;
}
.menu1-btn[data-v-04104901] {
    margin-top: 14em;
}
}
@media screen and (min-width: 1200px) {
div#token-list[data-v-04104901] {
    flex-direction: row!important;
}
.menu5-title[data-v-04104901] {
    font-size: 3.5em;
}
.menu5-title-sub[data-v-04104901] {
    font-size: xx-large;
}
.menu1-images[data-v-04104901] {
    height: 303px;
}
.menu1-btn[data-v-04104901] {
    margin-top: 15em;
}
}
@media screen and (min-width: 1400px) {
div#token-list[data-v-04104901] {
    flex-direction: row!important;
}
.menu5-title[data-v-04104901] {
    font-size: 3.5em;
}
.menu5-title-sub[data-v-04104901] {
    font-size: xx-large;
}
.menu1-images[data-v-04104901] {
    height: 303px;
}
.menu1-btn[data-v-04104901] {
    margin-top: 15em;
}
}
.navbar-toggler-icon[data-v-04104901] {
--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.list-group-item[data-v-04104901] {
--bs-list-group-bg: rgba(255,255,255,0.0);
--bs-list-group-border-width: 0px;
}

.content-container[data-v-bcaf007a] {
  display: flex;
  min-height: 100vh;
}
.content-header[data-v-bcaf007a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  margin-bottom: 1rem;
  /* border-bottom: 1px solid #515E71; */
}
.content-title[data-v-bcaf007a] {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.content-icon[data-v-bcaf007a] {
  width: 48px;
  height: 48px;
}
h1[data-v-bcaf007a] {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.5rem;
  color: #959FB0;
  margin: 0;
}
.main-content[data-v-bcaf007a] {
  flex: 1;
  margin-left: 300px;
  width: calc(100% - 300px);
  padding: 20px;
  background-color: #1e2530;
}
.content-body[data-v-bcaf007a] {
  max-width: 1200px;
  border-radius: 8px;
  padding: 20px;
}
.input-coin[data-v-bcaf007a] {
  border-radius: 0rem 0.25rem 0.25rem 0rem;
  text-align: right;
  background-color: transparent;
  color: white;
}

/* Table Styles */
.table[data-v-bcaf007a] {
  color: #ffffff;
}
.table-striped>tbody>tr[data-v-bcaf007a]:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table th[data-v-bcaf007a] {
  border-color: #515E71;
}
.table td[data-v-bcaf007a] {
  border-color: #515E71;
}

/* Nav Tabs Styles */
.nav-tabs[data-v-bcaf007a] {
  border-bottom: 1px solid #515E71;
}
.nav-tabs .nav-link[data-v-bcaf007a] {
  color: #959fb0;
  border: none;
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-link[data-v-bcaf007a]:hover {
  border-color: transparent;
  color: #ffffff;
}
.nav-tabs .nav-link.active[data-v-bcaf007a] {
  background-color: transparent;
  border-color: #306aee;
  color: #306aee;
}

/* 로딩 */
.page-loader[data-v-bcaf007a] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1400 !important;
  pointer-events: all;
}
.loader-container[data-v-bcaf007a] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(39, 49, 67, 0.9);
  padding: 2rem;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  /* 최소 너비 설정 */
}
.spinner-container[data-v-bcaf007a] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner-border[data-v-bcaf007a] {
  width: 4rem;
  height: 4rem;
  color: #306aee !important;
}
.loading-text[data-v-bcaf007a] {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: center;
}
.loading-progress[data-v-bcaf007a] {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.loading-dot[data-v-bcaf007a] {
  width: 8px;
  height: 8px;
  background-color: #306aee;
  border-radius: 50%;
  animation: dotPulse-bcaf007a 1.4s infinite;
}
.loading-dot[data-v-bcaf007a]:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-dot[data-v-bcaf007a]:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes dotPulse-bcaf007a {
0% {
    transform: scale(0.8);
    opacity: 0.5;
}
50% {
    transform: scale(1.2);
    opacity: 1;
}
100% {
    transform: scale(0.8);
    opacity: 0.5;
}
}
.tab-content[data-v-bcaf007a] {
  max-width: 1200px;
  width: 100%;
  margin: 0;
}
.exchange-container[data-v-bcaf007a] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 1200px;
  margin: 0;
}
.exchange-row[data-v-bcaf007a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  max-width: 1200px;
}
.table-responsive[data-v-bcaf007a] {
  max-width: 1200px;
  margin: 0;
}
.coin-input-group[data-v-bcaf007a] {
  display: flex;
  flex: 1;
  min-width: 250px;
  align-items: center;
}
.coin-icon[data-v-bcaf007a] {
  margin-right: -13px;
  z-index: 200;
  display: flex;
  align-items: center;
}
.coin-input[data-v-bcaf007a] {
  flex: 1;
  z-index: 100;
}
.arrow-icon[data-v-bcaf007a] {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.button-group[data-v-bcaf007a] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

/* 모바일 대응을 위한 미디어 쿼리 */
@media (max-width: 768px) {
.main-content[data-v-bcaf007a] {
    margin-left: 0;
    width: 100%;
    padding-top: 60px;
    /* 모바일 헤더 높이만큼 여백 추가 */
}
.content-body[data-v-bcaf007a] {
    padding: 10px;
}
.coin-input-group[data-v-bcaf007a] {
    width: 100%;
    min-width: auto; /* min-width 제거 */
}
.exchange-row[data-v-bcaf007a] {
    flex-direction: column;
    gap: 1rem;
}
.button-group[data-v-bcaf007a] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}
.button-group button[data-v-bcaf007a] {
    width: 100%;
    min-width: auto;
}
.exchange-container[data-v-bcaf007a] {
    padding: 0;
}
.exchange-info[data-v-bcaf007a] {
    font-size: 0.9rem;
    word-break: break-all; /* 긴 텍스트 줄바꿈 */
}
h1[data-v-bcaf007a] {
    font-size: 1.8rem;
}
.content-icon[data-v-bcaf007a] {
    width: 32px;
    height: 32px;
}

  /* 테이블 반응형 처리 */
.table-responsive[data-v-bcaf007a] {
    margin: 0;
    padding: 0;
}
.nav-tabs .nav-link[data-v-bcaf007a] {
    padding: 0.5rem;
    font-size: 0.9rem;
}
}
.form-check[data-v-bcaf007a] {
  margin-left: 2rem;
}

