@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css");
/* GameHub skin — Aurora Glassmorphism (modern dark) */
/* 전역 리셋 */
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
[hidden] {
  display: none !important;
}
@keyframes gh-fade-up {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes gh-pop {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes gh-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes gh-shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.gh-app {
  position: relative;
  min-height: 100vh;
  padding-top: 52px;
  background: #06070e;
  color: #eef0fb;
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.gh-app * {
  box-sizing: border-box;
}
.gh-app ::selection {
  background: rgba(255, 179, 0, 0.3);
}
/* 배경 캔버스 */
.gh-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  display: block;
}
.gh-hero, .gh-banner, .gh-main, .gh-footer {
  position: relative;
  z-index: 1;
}
/* ===== 서비스 타이틀 바 + GNB ===== */
.gh-svcbar {
  position: fixed;
  top: 54px;
  left: 0;
  right: 0;
  z-index: 30;
  background: rgba(8, 9, 18, 0.72);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.gh-svcbar__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 22px;
  height: 52px;
}
/* 브랜드: [ZZAN로고] 게임 */
.gh-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #eef0fb;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2px;
  flex-shrink: 0;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  height: 100%;
}
.gh-brand__img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.gh-brand__svc {
  background: linear-gradient(90deg, #ffb300, #ff4d8d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
}
/* GNB 영역 */
.gh-gnb-area {
  display: flex;
  align-items: center;
  flex: 1;
  overflow: hidden;
}
/* 게임 선택기 */
.gh-gnb__sel {
  position: relative;
  flex-shrink: 0;
  padding: 0 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  height: 52px;
  display: flex;
  align-items: center;
}
.gh-gnb__sel-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  color: #eef0fb;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  transition: color 0.15s;
}
.gh-gnb__sel-btn:hover {
  color: #ffb300;
}
.gh-gnb__arr {
  opacity: 0.6;
  flex-shrink: 0;
}
.gh-gnb__drop {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 220px;
  max-height: 420px;
  overflow-y: auto;
  background: rgba(14, 16, 30, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 8px;
  box-shadow: 0 16px 48px -8px rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.gh-gnb__drop-opt {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #eef0fb;
  cursor: pointer;
  padding: 9px 13px;
  border-radius: 9px;
  font-size: 13.5px;
  transition: background 0.15s, color 0.15s;
}
.gh-gnb__drop-opt:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #ffb300;
}
.gh-gnb__drop-opt--soon {
  color: #9197b8;
  cursor: default;
  display: flex;
  justify-content: space-between;
}
.gh-gnb__drop-opt--soon em {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.08);
  padding: 2px 7px;
  border-radius: 5px;
  font-style: normal;
}
/* GNB 페이지 메뉴 */
.gh-gnb__menus {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 12px;
  height: 52px;
}
/* 탭 버튼 */
.gh-tab {
  border: 0;
  background: transparent;
  color: #9197b8;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.18s, background 0.18s;
}
.gh-tab:hover {
  color: #eef0fb;
  background: rgba(255, 255, 255, 0.06);
}
.gh-tab.is-active {
  color: #11121d;
  background: linear-gradient(135deg, #ffb300, #ffd166);
  box-shadow: 0 4px 14px -4px rgba(255, 179, 0, 0.6);
}
.gh-tab--soon {
  cursor: default;
  color: rgba(145, 151, 184, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.gh-tab--soon em {
  font-style: normal;
  font-size: 10px;
  background: rgba(255, 255, 255, 0.06);
  padding: 1px 6px;
  border-radius: 4px;
}
.gh-tab--soon:hover {
  background: none;
  color: rgba(145, 151, 184, 0.4);
}
/* ===== 게임 선택 홈 ===== */
.gh-home {
  min-height: calc(100vh - 106px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 90px 22px 80px;
  position: relative;
  z-index: 1;
  animation: gh-fade-up 0.5s ease both;
}
.gh-gamesel {
  width: 100%;
  max-width: 1100px;
}
.gh-gamesel__title {
  text-align: center;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: #eef0fb;
  margin: 0 0 40px;
  letter-spacing: -0.5px;
}
.gh-gamesel__title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 14px auto 0;
  background: linear-gradient(90deg, #ffb300, #ff4d8d);
  border-radius: 2px;
}
.gh-gamesel__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}
.gh-gamecard {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 28px 16px 22px;
  background: rgba(22, 25, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  cursor: pointer;
  text-align: center;
  backdrop-filter: blur(12px);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
  text-decoration: none;
  font-family: inherit;
  animation: gh-pop 0.4s ease both;
}
.gh-gamecard:hover {
  border-color: rgba(255, 179, 0, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px -12px rgba(255, 179, 0, 0.25);
}
.gh-gamecard__name {
  font-size: 14px;
  font-weight: 700;
  color: #eef0fb;
  line-height: 1.35;
}
.gh-gamecard__badge {
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  background: linear-gradient(135deg, #ffb300, #ff4d8d);
  color: #0c0e18;
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.gh-gamecard--soon {
  cursor: default;
  opacity: 0.45;
}
.gh-gamecard--soon:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.08);
}
.gh-gamecard__soon {
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  color: #9197b8;
  background: rgba(255, 255, 255, 0.06);
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}
/* ===== 히어로 ===== */
.gh-hero {
  max-width: 1140px;
  margin: 0 auto;
  padding: 64px 22px 30px;
  text-align: center;
  animation: gh-fade-up 0.6s ease both;
}
.gh-hero__title {
  margin: 0;
  font-size: clamp(30px, 5vw, 52px);
  font-weight: 850;
  letter-spacing: -1px;
  line-height: 1.1;
}
.gh-hero__title span {
  background: linear-gradient(100deg, #ffb300 0%, #ff4d8d 55%, #5b8cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.gh-hero__sub {
  margin: 14px 0 0;
  color: #9197b8;
  font-size: clamp(14px, 2vw, 17px);
}
.gh-banner {
  max-width: 1140px;
  margin: 16px auto 0;
  padding: 13px 18px;
  border-radius: 14px;
  font-size: 14px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  animation: gh-pop 0.4s ease both;
}
.gh-banner--warn {
  background: rgba(90, 71, 16, 0.4);
  color: #ffd874;
}
.gh-banner--info {
  background: rgba(28, 44, 80, 0.4);
  color: #a9c6ff;
}
/* ===== 메인 ===== */
.gh-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 90px 22px 80px;
}
.gh-view {
  display: none;
  animation: gh-fade-up 0.45s ease both;
}
.gh-view.is-active {
  display: block;
}
/* ===== 검색 ===== */
.gh-search {
  display: flex;
  gap: 10px;
  margin: 0 auto 24px;
  max-width: 720px;
}
.gh-search--inline {
  flex-wrap: wrap;
  max-width: 920px;
}
.gh-search input, .gh-search select {
  background: rgba(22, 25, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #eef0fb;
  border-radius: 14px;
  padding: 15px 18px;
  font-size: 15.5px;
  outline: none;
  backdrop-filter: blur(8px);
  transition: border-color 0.18s, box-shadow 0.18s;
}
.gh-search input::placeholder, .gh-search select::placeholder {
  color: rgba(145, 151, 184, 0.8);
}
.gh-search input:focus, .gh-search select:focus {
  border-color: #5b8cff;
  box-shadow: 0 0 0 4px rgba(91, 140, 255, 0.18);
}
.gh-search__input {
  flex: 1;
}
.gh-search__btn {
  border: 0;
  cursor: pointer;
  padding: 0 28px;
  border-radius: 14px;
  font-size: 15.5px;
  font-weight: 700;
  color: #0c0e18;
  background: linear-gradient(135deg, #ffb300, #ffd166);
  box-shadow: 0 10px 24px -10px rgba(255, 179, 0, 0.7);
  transition: transform 0.15s, filter 0.15s;
}
.gh-search__btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.gh-search__btn:active {
  transform: translateY(0);
}
.gh-subbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: -10px auto 20px;
  max-width: 720px;
  flex-wrap: wrap;
}
.gh-minibtn {
  background: rgba(30, 34, 56, 0.6);
  color: #eef0fb;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: border-color 0.18s, transform 0.15s;
}
.gh-minibtn:hover {
  border-color: #5b8cff;
  transform: translateY(-1px);
}
.gh-hint {
  color: #9197b8;
  font-size: 12px;
}
.gh-account:not(:empty) {
  margin-bottom: 18px;
}
/* 최근 검색 */
.gh-recent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  max-width: 720px;
  margin: 0 auto 16px;
}
.gh-recent:empty {
  margin: 0;
}
.gh-recent__label {
  color: #9197b8;
  font-size: 12px;
  margin-right: 2px;
}
.gh-recent__chip {
  background: rgba(255, 255, 255, 0.05);
  color: #eef0fb;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 13px;
  cursor: pointer;
  transition: 0.15s;
}
.gh-recent__chip:hover {
  border-color: #5b8cff;
  background: rgba(91, 140, 255, 0.12);
  transform: translateY(-1px);
}
/* 캐릭터 상단 바 (출처 + 갱신) */
.gh-charbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 9px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}
.gh-charbar__src {
  color: #9197b8;
  font-size: 13px;
}
.gh-charbar__note {
  color: #ffd874;
  font-size: 13px;
}
.gh-refresh {
  border: 0;
  cursor: pointer;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #0c0e18;
  background: linear-gradient(135deg, #5b8cff, #7aa2ff);
  color: #fff;
  transition: filter 0.15s, transform 0.15s;
}
.gh-refresh:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}
/* ===== 카드 (글래스) ===== */
.gh-card {
  background: rgba(22, 25, 42, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 22px;
  margin-bottom: 16px;
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  box-shadow: 0 20px 50px -28px rgba(0, 0, 0, 0.8);
  animation: gh-fade-up 0.5s ease both;
}
.gh-card__title {
  margin: 2px 0 16px;
  font-size: 15.5px;
  font-weight: 700;
  color: #eef0fb;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gh-card__title::before {
  content: "";
  width: 4px;
  height: 16px;
  border-radius: 4px;
  background: linear-gradient(180deg, #ffb300, #ff4d8d);
}
/* 캐릭터 헤더 (큰 아바타) */
.gh-char__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: -2px 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  flex-wrap: wrap;
}
.gh-char__src {
  color: #9197b8;
  font-size: 13px;
}
.gh-char__src.is-note {
  color: #ffd874;
}
.gh-char__upd {
  display: flex;
  align-items: center;
  gap: 12px;
}
.gh-char__time {
  color: #9197b8;
  font-size: 12.5px;
}
.gh-char__head {
  display: flex;
  gap: 28px;
  align-items: center;
}
.gh-char__avatar {
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* 확대된 이미지 크롭 */
  background: radial-gradient(circle at 50% 38%, rgba(91, 140, 255, 0.25), transparent 70%);
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  /* 넥슨 이미지는 큰 캔버스 중앙에 캐릭터가 작게 있어 → 확대해 중앙만 크롭 */
}
.gh-char__avatar img {
  width: 168px;
  height: auto;
  transform: scale(2.2);
  transform-origin: center 47%;
  image-rendering: -webkit-optimize-contrast;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.6));
}
.gh-char__name {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 850;
  letter-spacing: -0.6px;
}
.gh-char__sub {
  margin: 0;
  color: #9197b8;
  font-size: 15px;
}
.gh-char__exp {
  color: #5b8cff;
}
.gh-char__guild {
  margin: 8px 0 0;
  color: #9197b8;
  font-size: 14px;
}
.gh-char__pop {
  margin: 8px 0 0;
  color: #ffb300;
  font-weight: 700;
}
/* 상단 탭 (능력치/장비/스킬) */
.gh-ctabs {
  display: flex;
  gap: 6px;
  margin: 4px 0 16px;
}
.gh-ctab {
  flex: 1;
  max-width: 160px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(22, 25, 42, 0.55);
  color: #9197b8;
  padding: 12px 18px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: 0.15s;
}
.gh-ctab:hover {
  color: #eef0fb;
  border-color: rgba(255, 255, 255, 0.14);
}
.gh-ctab.is-active {
  color: #11121d;
  background: linear-gradient(135deg, #ffb300, #ffd166);
  border-color: transparent;
  box-shadow: 0 8px 20px -8px rgba(255, 179, 0, 0.55);
}
.gh-ctab-panel {
  display: none;
  animation: gh-fade-up 0.35s ease both;
}
.gh-ctab-panel.is-active {
  display: block;
}
/* 코디 변경 기록 */
.gh-coordi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gh-coordi__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.gh-coordi__img {
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.25);
}
.gh-coordi__img img {
  width: 78px;
  height: auto;
  transform: scale(2.2);
  transform-origin: center 47%;
}
.gh-coordi__date {
  color: #9197b8;
  font-size: 12px;
}
/* 헤어/성형/피부 */
.gh-beauty {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 8px;
}
.gh-beauty__row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 13px;
}
.gh-beauty__k {
  color: #9197b8;
}
.gh-beauty__v small {
  color: #9197b8;
}
/* 캐릭터 본문 2단 (스탯 | 장비) */
.gh-char-grid {
  display: grid;
  grid-template-columns: minmax(260px, 350px) 1fr;
  gap: 16px;
  align-items: start;
}
.gh-statpanel {
  position: sticky;
  top: 80px;
}
.gh-cp {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 12px 15px;
  margin-bottom: 13px;
  border-radius: 13px;
  background: linear-gradient(135deg, rgba(255, 179, 0, 0.15), rgba(255, 77, 141, 0.1));
  border: 1px solid rgba(255, 179, 0, 0.28);
}
.gh-cp__k {
  color: #9197b8;
  font-size: 13px;
}
.gh-cp__v {
  font-size: 23px;
  font-weight: 850;
  color: #ffb300;
  font-variant-numeric: tabular-nums;
}
/* 장비 그리드 (3열, 잠재/에디 인라인 + hover 상세 툴팁) */
.gh-equip__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.gh-equip__head .gh-card__title {
  margin: 0;
}
.gh-preset-tabs {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.gh-preset-tab {
  background: rgba(255, 255, 255, 0.05);
  color: #9197b8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.15s;
}
.gh-preset-tab:hover {
  color: #eef0fb;
}
.gh-preset-tab.is-active {
  background: linear-gradient(135deg, #5b8cff, #7aa2ff);
  color: #fff;
  border-color: transparent;
}
.gh-preset-tab__cur {
  font-size: 10px;
  opacity: 0.92;
  margin-left: 3px;
}
.gh-preset-body {
  display: none;
}
.gh-preset-body.is-active {
  display: block;
}
.gh-preset-body--grid {
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  gap: 10px;
}
.gh-preset-body--grid.is-active {
  display: grid;
}
.gh-equip-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
  gap: 10px;
}
/* 좌측/우측 컬럼 */
.gh-leftcol, .gh-rightcol {
  min-width: 0;
}
/* 성향 (컴팩트) */
.gh-prop {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
}
.gh-prop__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 9px 12px;
}
.gh-prop__k {
  color: #9197b8;
  font-size: 13px;
}
.gh-prop__v {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
/* 심볼 */
.gh-symbols {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 8px;
}
.gh-symbol {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 8px 11px;
}
.gh-symbol__slot {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 9px;
}
.gh-symbol__slot img {
  max-width: 36px;
  max-height: 36px;
  object-fit: contain;
}
.gh-symbol__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.gh-symbol__name {
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gh-symbol__meta {
  color: #9197b8;
  font-size: 11.5px;
}
/* 세트효과 */
.gh-sets {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gh-set {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 11px 13px;
}
.gh-set__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
.gh-set__name {
  font-weight: 700;
  font-size: 13.5px;
}
.gh-set__cnt {
  color: #ffb300;
  font-size: 12px;
  font-weight: 700;
}
.gh-set__opts {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.gh-set__opt {
  font-size: 12px;
  color: #eef0fb;
}
.gh-set__opt b {
  color: #5b8cff;
  margin-right: 4px;
}
/* 캐시장비 */
.gh-cash-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 8px;
}
.gh-cash {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 8px 10px;
}
.gh-cash__slot {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 9px;
}
.gh-cash__slot img {
  max-width: 36px;
  max-height: 36px;
  object-fit: contain;
}
.gh-cash__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.gh-cash__part {
  color: #9197b8;
  font-size: 11px;
}
.gh-cash__name {
  font-size: 12.5px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gh-cash__label {
  color: #ffb300;
  font-size: 10.5px;
}
/* 펫 */
.gh-pets {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.gh-pet {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  padding: 11px 12px;
}
.gh-pet__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.gh-pet__slot {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.gh-pet__slot img {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}
.gh-pet__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.gh-pet__name {
  font-weight: 700;
  font-size: 14px;
}
.gh-pet__nick {
  color: #9197b8;
  font-size: 12px;
}
.gh-pet__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  font-size: 12.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.gh-pet__ic {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gh-pet__ic img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}
.gh-muted2 {
  color: #9197b8;
}
/* 안드로이드 */
.gh-android__head {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
  cursor: default;
  transition: border-color 0.12s, background 0.12s;
}
.gh-android__head:hover {
  border-color: #5b8cff;
  background: rgba(91, 140, 255, 0.08);
}
.gh-android__slot {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 11px;
}
.gh-android__slot img {
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
}
.gh-android__meta {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.gh-android__name {
  font-weight: 700;
  font-size: 15px;
}
.gh-android__sub {
  color: #9197b8;
  font-size: 12px;
}
.gh-android__looks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 8px;
  margin-bottom: 13px;
}
.gh-and-look {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 8px 11px;
  font-size: 12.5px;
}
.gh-and-look span {
  color: #9197b8;
}
.gh-and-subtitle {
  margin: 6px 0 9px;
  font-size: 13px;
  font-weight: 700;
  color: #9197b8;
}
.gh-abil__grade {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 11px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 9px;
}
.gh-hyper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gh-hyper__line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  padding: 7px 11px;
  font-size: 12.5px;
}
.gh-hyper__t b {
  color: #5b8cff;
}
.gh-hyper__i {
  color: #9197b8;
  text-align: right;
}
.gh-eq2 {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  padding: 11px 12px;
  transition: border-color 0.12s, background 0.12s;
}
.gh-eq2:hover {
  border-color: #5b8cff;
  background: rgba(91, 140, 255, 0.07);
  z-index: 5;
}
.gh-eq2__top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}
.gh-eq2__slot {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 9px;
}
.gh-eq2__icon {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}
.gh-eq2__star {
  position: absolute;
  bottom: -5px;
  right: -3px;
  font-size: 10px;
  font-weight: 700;
  color: #11121d;
  background: #ffb300;
  border-radius: 6px;
  padding: 0 4px;
}
.gh-eq2__head {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 1px;
}
.gh-eq2__part {
  color: #9197b8;
  font-size: 11px;
}
.gh-eq2__name {
  font-size: 13.5px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gh-eq2__lv {
  color: #9197b8;
  font-size: 11px;
}
.gh-eq2__pot {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  font-size: 11.5px;
  padding: 6px 2px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.08);
  margin-top: 2px;
}
.gh-eq2__pot b {
  width: 100%;
  font-size: 10.5px;
  opacity: 0.9;
}
.gh-eq2__pot span {
  color: #eef0fb;
}
.gh-eq__tip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  transform: translateX(-50%);
  width: 248px;
  padding: 13px;
  z-index: 60;
  background: rgba(8, 10, 20, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  box-shadow: 0 18px 44px -12px rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s;
  pointer-events: none;
}
.gh-eq__tip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: rgba(8, 10, 20, 0.98);
}
.gh-eq2:hover .gh-eq__tip {
  opacity: 1;
  visibility: visible;
}
.gh-tip__name {
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 3px;
}
.gh-tip__meta {
  color: #9197b8;
  font-size: 11.5px;
  margin-bottom: 9px;
}
.gh-tip__opts {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 8px;
}
.gh-tip__opt {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.gh-tip__opt span:last-child {
  color: #8fffa9;
  font-weight: 600;
}
.gh-tip__pot {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 7px;
  margin-top: 5px;
  font-size: 11.5px;
}
.gh-tip__pot b {
  display: block;
  margin-bottom: 3px;
}
.gh-tip__pot div {
  color: #eef0fb;
  line-height: 1.5;
}
.gh-tip__soul {
  margin-top: 7px;
  color: #ffb300;
  font-size: 11.5px;
}
.gh-tip__desc {
  color: #9197b8;
  font-size: 11.5px;
  line-height: 1.5;
  margin: 6px 0 8px;
  white-space: normal;
}
/* 공용 hover 툴팁 (심볼/캐시장비/펫) */
.gh-hastip {
  position: relative;
}
.gh-hastip:hover {
  z-index: 20;
}
.gh-tt {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 9px);
  transform: translateX(-50%);
  width: 244px;
  padding: 13px;
  z-index: 60;
  text-align: left;
  background: rgba(8, 10, 20, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  box-shadow: 0 18px 44px -12px rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.12s;
  pointer-events: none;
}
.gh-tt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border: 7px solid transparent;
  border-top-color: rgba(8, 10, 20, 0.98);
}
.gh-hastip:hover .gh-tt {
  opacity: 1;
  visibility: visible;
}
.gh-tt__icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 8px auto 4px;
}
/* 스탯 그리드 */
.gh-stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 10px;
}
.gh-stat {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 11px 13px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
  transition: border-color 0.15s, transform 0.15s;
}
.gh-stat:hover {
  border-color: rgba(255, 255, 255, 0.14);
  transform: translateY(-2px);
}
.gh-stat__k {
  color: #9197b8;
  font-size: 12.5px;
}
.gh-stat__v {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
/* 스탯 전체 리스트 (스탯 패널) */
.gh-stat-list {
  display: flex;
  flex-direction: column;
}
.gh-stat2 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 6px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 13px;
}
.gh-stat2__k {
  color: #9197b8;
}
.gh-stat2__v {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.gh-subtitle {
  margin: 18px 0 9px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}
.gh-badge {
  font-size: 11px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}
.gh-abil {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gh-abil__line {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  padding: 8px 11px;
  font-size: 12.5px;
  font-weight: 600;
}
/* 깨진 아이콘 숨김 */
.gh-img-fail {
  visibility: hidden;
}
/* 장비 */
.gh-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 9px;
}
.gh-item {
  display: flex;
  align-items: center;
  gap: 9px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 9px 11px;
}
.gh-item__icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.gh-item__part {
  color: #9197b8;
  font-size: 11.5px;
  min-width: 54px;
}
.gh-item__name {
  font-size: 13px;
  font-weight: 600;
}
.gh-item__star {
  margin-left: auto;
  color: #ffb300;
  font-size: 12px;
}
.grade-레전드리 {
  color: #9bff5b;
  text-shadow: 0 0 12px rgba(155, 255, 91, 0.5);
}
.grade-유니크 {
  color: #ffd44d;
  text-shadow: 0 0 12px rgba(255, 212, 77, 0.5);
}
.grade-에픽 {
  color: #c68efd;
  text-shadow: 0 0 12px rgba(198, 142, 253, 0.5);
}
.grade-레어 {
  color: #6fb7ff;
}
/* 세부 섹션 탭 */
.gh-sectabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}
.gh-sectab {
  background: rgba(255, 255, 255, 0.04);
  color: #9197b8;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s, background 0.15s, transform 0.15s;
}
.gh-sectab:hover {
  color: #eef0fb;
  transform: translateY(-1px);
}
.gh-sectab.is-active {
  background: linear-gradient(135deg, #5b8cff, #7aa2ff);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 6px 16px -8px rgba(91, 140, 255, 0.7);
}
.gh-section-body {
  min-height: 20px;
}
/* 범용 렌더러 */
.gh-glist {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.gh-grow {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  align-items: start;
}
.gh-gkey {
  color: #9197b8;
  font-size: 13px;
  text-transform: capitalize;
}
.gh-gval {
  font-size: 14px;
  word-break: break-word;
}
.gh-subcard {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 11px 13px;
  margin-bottom: 8px;
}
.gh-muted {
  color: #9197b8;
  font-size: 13px;
}
/* 인기 프로필 */
.gh-popular:not(:empty) {
  margin-top: 4px;
}
.gh-pop-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 10px;
}
.gh-pop-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  padding: 14px 8px;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s, background 0.15s;
}
.gh-pop-card:hover {
  border-color: #5b8cff;
  transform: translateY(-3px);
  background: rgba(91, 140, 255, 0.1);
}
.gh-pop-card__img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.gh-pop-card__name {
  font-weight: 700;
  font-size: 14px;
}
.gh-pop-card__sub {
  color: #9197b8;
  font-size: 12px;
}
/* 칩 / 리스트 / 테이블 */
.gh-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.gh-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 6px 13px;
  font-size: 13px;
}
.gh-chip--btn {
  cursor: pointer;
  color: #eef0fb;
  transition: background 0.15s, transform 0.15s, color 0.15s;
}
.gh-chip--btn small {
  color: #9197b8;
  margin-left: 4px;
}
.gh-chip--btn:hover {
  background: linear-gradient(135deg, #5b8cff, #7aa2ff);
  color: #fff;
  transform: translateY(-2px);
}
.gh-chip--btn:hover small {
  color: rgba(255, 255, 255, 0.85);
}
.gh-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}
.gh-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 14px;
}
.gh-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.gh-table th, .gh-table td {
  padding: 11px 13px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.gh-table th {
  color: #9197b8;
  font-weight: 600;
  font-size: 12.5px;
  text-transform: capitalize;
}
.gh-table td {
  font-variant-numeric: tabular-nums;
}
.gh-table tbody tr {
  transition: background 0.12s;
}
.gh-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.04);
}
/* 상태 */
.gh-placeholder {
  text-align: center;
  padding: 70px 20px;
  color: #9197b8;
}
.gh-placeholder h2 {
  color: #eef0fb;
  margin-bottom: 10px;
  font-size: 22px;
}
.gh-loading {
  padding: 30px;
  text-align: center;
  color: #9197b8;
}
.gh-loading::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: -5px;
  border: 2.5px solid rgba(255, 255, 255, 0.15);
  border-top-color: #ffb300;
  border-radius: 50%;
  animation: gh-spin 0.7s linear infinite;
}
.gh-msg {
  padding: 20px;
  text-align: center;
  color: #9197b8;
}
.gh-msg--error {
  color: #ff8a9a;
}
.gh-raw {
  background: rgba(0, 0, 0, 0.3);
  padding: 16px;
  border-radius: 12px;
  overflow: auto;
  font-size: 12px;
  color: #9197b8;
}
.gh-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 26px;
  text-align: center;
  color: #9197b8;
  font-size: 13px;
  background: rgba(8, 9, 18, 0.4);
}
@media (max-width: 640px) {
  .gh-header__inner {
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 16px;
  }
  .gh-tabs {
    margin-left: 0;
    width: 100%;
    overflow-x: auto;
  }
  .gh-hero {
    padding: 40px 16px 22px;
  }
  .gh-main {
    padding: 82px 16px 60px;
  }
  .gh-search {
    flex-wrap: wrap;
  }
  .gh-char__head {
    flex-direction: column;
    text-align: center;
  }
  .gh-grow {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .gh-char-grid {
    grid-template-columns: 1fr;
  }
  .gh-statpanel {
    position: static;
  }
  .gh-eq__tip {
    width: 220px;
  }
}
/* 하단 고정 베타 안내바 */
.gh-betabar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 8px 16px;
  background: rgba(6, 7, 14, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 179, 0, 0.25);
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 179, 0, 0.75);
  letter-spacing: 0.03em;
  pointer-events: none;
}
/*# sourceMappingURL=a8408e100319d2d0d951b7c8c383b29096f52868.skin.scss.map */
