/* =========================================================
   Yeogi local layout — match original mobile/desktop home
   Breakpoints: mobile <912, desktop >=912, wide >=1280
   ========================================================= */

:root {
  --yg-max: 1200px;
  --yg-pad-m: 20px;
  --yg-pad-d: 40px;
  --yg-gap-m: 12px;
  --yg-gap-d: 20px;
  --yg-text: #1a1a1a;
  --yg-muted: #707070;
  --yg-muted-2: #8c8c8c;
  --yg-line: #ebebeb;
  --yg-bg: #f5f5f5;
  --yg-footer: #f8f8f8;
  --yg-blue: #1273e4;
  --yg-radius: 16px;
  --yg-radius-sm: 12px;
}

/* ---------- shared ---------- */
img[data-nimg="fill"] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}
div:has(> img[data-nimg="fill"]),
a:has(> img[data-nimg="fill"]),
span:has(> img[data-nimg="fill"]) {
  position: relative !important;
  display: block;
  overflow: hidden;
}
img[src="#"],
video[src="#"] {
  display: none !important;
}
.swiper-slide.zz-skel-only {
  display: none !important;
}
main .swiper-slide:has(.css-y6a1r7):not(:has(img[src*="/yeogi/images/"])):not(:has(img[data-src*="/yeogi/images/"])) {
  display: none !important;
}
/* lazy placeholder */
main img[data-yg-lazy] {
  background: #f0f0f0;
}
main .gc-curation-card .css-y6a1r7 {
  display: none !important;
}
.swiper-wrapper,
#home-events-swiper,
#yeogi-swiper {
  transform: none !important;
}

/* =========================================================
   MAIN
   ========================================================= */
main.css-f71lul,
main {
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--yg-text);
  padding-bottom: 48px;
  width: 100%;
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  -webkit-font-smoothing: antialiased;
}
main.css-f71lul > *:not(.search-section-loading):not(.home-search-section) {
  margin-top: 28px;
}
@media (min-width: 912px) {
  main.css-f71lul > *:not(.search-section-loading):not(.home-search-section) {
    margin-top: 40px;
  }
}

/* section shell */
main section.css-nzei3w,
main section.css-1pnialp,
main .css-1pnialp {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (min-width: 912px) {
  main section.css-nzei3w,
  main section.css-1pnialp,
  main .css-1pnialp {
    max-width: var(--yg-max);
  }
}

/* section header */
main .css-11y002j,
main .css-1bc2ohd {
  padding: 0 var(--yg-pad-m) 14px;
  box-sizing: border-box;
}
@media (min-width: 912px) {
  main .css-11y002j,
  main .css-1bc2ohd {
    padding-left: var(--yg-pad-d);
    padding-right: var(--yg-pad-d);
  }
}
@media (min-width: 1280px) {
  main .css-11y002j,
  main .css-1bc2ohd {
    padding-left: 0;
    padding-right: 0;
  }
}
main .css-11y002j .flex.items-center.justify-between,
main .css-1bc2ohd .flex.items-center.justify-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

main h2.css-7tdch2,
main h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--yg-text);
  letter-spacing: -0.02em;
}
@media (min-width: 912px) {
  main h2.css-7tdch2,
  main h2 {
    font-size: 22px;
  }
}

/* Black PICK subtitle */
main .css-1hz89w7 {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--yg-muted);
  line-height: 1.4;
}

/* "더보기" */
main .gc-text-link,
footer .gc-text-link {
  color: var(--yg-muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
main a.gc-text-link.css-u9c4u7,
main a.gc-text-link.css-u9c4u7 span {
  color: var(--yg-blue) !important;
  font-size: 14px;
  font-weight: 500;
}

/* ---------- carousels (horizontal scroll) ---------- */
main .gc-carousel,
main .gc-indicator-carousel,
main .css-a25fsy,
main .css-10yqxmj,
main .css-s094n4,
main .css-1oiph1y,
main .css-1whz485,
main .gc-carousel-type-seller-cards {
  width: 100%;
  overflow: hidden;
}
main .gc-carousel .swiper,
main .gc-indicator-carousel .swiper {
  overflow: hidden;
  width: 100%;
}
main .swiper-wrapper,
main ol.swiper-wrapper,
main ul.swiper-wrapper {
  display: flex !important;
  flex-direction: row;
  align-items: stretch;
  gap: var(--yg-gap-m);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  list-style: none;
  margin: 0;
  padding: 0 var(--yg-pad-m) 4px;
  transform: none !important;
  scrollbar-width: none;
}
main .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 912px) {
  main .swiper-wrapper,
  main ol.swiper-wrapper,
  main ul.swiper-wrapper {
    gap: var(--yg-gap-d);
    padding-left: var(--yg-pad-d);
    padding-right: var(--yg-pad-d);
  }
}
@media (min-width: 1280px) {
  main .swiper-wrapper,
  main ol.swiper-wrapper,
  main ul.swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
main .swiper-slide {
  flex: 0 0 auto !important;
  width: auto !important;
  scroll-snap-align: start;
  margin-right: 0 !important;
  height: auto;
}
main .swiper-button-prev,
main .swiper-button-next,
main [aria-label="Prev Slide"],
main [aria-label="Next Slide"] {
  display: none !important;
}

/* ---------- package / product seller cards (horizontal) ---------- */
main .gc-carousel-seller-card {
  width: 156px;
}
@media (min-width: 912px) {
  main .gc-carousel-seller-card {
    width: 180px;
  }
}
main .gc-carousel-seller-card > a,
main .gc-carousel-seller-card .css-1plj9tt {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: inherit;
  text-decoration: none;
  height: 100%;
  position: relative;
}
main .gc-carousel-seller-card .css-a90vtw {
  position: relative !important;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: var(--yg-radius);
  overflow: hidden;
  background: #f0f0f0;
  flex-shrink: 0;
}
main .gc-carousel-seller-card-image {
  border-radius: var(--yg-radius);
}
main .gc-carousel-seller-card .css-1lvhi0c {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
main .gc-carousel-seller-card .css-11ph1yg,
main .gc-carousel-seller-card .css-1yg7sw4 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
main .gc-carousel-seller-card ul.css-14rdue4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--yg-muted);
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}
main .gc-carousel-seller-card li.css-1bckzvx {
  display: inline-flex;
  align-items: center;
}
main .gc-carousel-seller-card li.css-1bckzvx + li.css-1bckzvx::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 0 6px;
  border-radius: 50%;
  background: #bbb;
  vertical-align: middle;
}
main .gc-carousel-seller-card h3.css-10wjy2n {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--yg-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
}
main .gc-carousel-seller-card .css-yeouz0 {
  display: flex;
  align-items: baseline;
  gap: 1px;
  margin-top: 2px;
}
main .gc-carousel-seller-card .css-9vsehz {
  font-size: 16px;
  font-weight: 700;
  color: var(--yg-text);
  letter-spacing: -0.02em;
}
main .gc-carousel-seller-card .css-1tl0mov {
  font-size: 13px;
  font-weight: 700;
  color: var(--yg-text);
}

/* ---------- hotel / pension cards: horizontal swiper (css-nzei3w) ---------- */
section.css-nzei3w[aria-label="인기 추천 숙소"] .gc-carousel-seller-card,
section.css-nzei3w[aria-label="오늘 체크인 호텔 특가"] .gc-carousel-seller-card,
section.css-nzei3w[aria-label="이번 주 HOT 인기 펜션"] .gc-carousel-seller-card {
  width: 156px;
}
section.css-nzei3w[aria-label="인기 추천 숙소"] .gc-carousel-seller-card .css-a90vtw,
section.css-nzei3w[aria-label="오늘 체크인 호텔 특가"] .gc-carousel-seller-card .css-a90vtw,
section.css-nzei3w[aria-label="이번 주 HOT 인기 펜션"] .gc-carousel-seller-card .css-a90vtw {
  aspect-ratio: 4 / 3;
  border-radius: var(--yg-radius-sm);
}
@media (min-width: 912px) {
  section.css-nzei3w[aria-label="인기 추천 숙소"] .gc-carousel-seller-card,
  section.css-nzei3w[aria-label="오늘 체크인 호텔 특가"] .gc-carousel-seller-card,
  section.css-nzei3w[aria-label="이번 주 HOT 인기 펜션"] .gc-carousel-seller-card {
    width: 220px;
  }
}

/* hotel card body (.css-uephkq) */
main .gc-carousel-seller-card .css-uephkq {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  position: static;
}
main .gc-carousel-seller-card .css-1j7tt62 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 4px;
  position: static;
}
main .gc-carousel-seller-card ul.css-zh8h4t {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: var(--yg-muted-2);
  line-height: 1.35;
}
main .gc-carousel-seller-card h3.css-1amprqr {
  margin: 2px 0 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--yg-text);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
}
main .gc-carousel-seller-card .css-10586c4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  font-size: 12px;
  color: var(--yg-muted);
  line-height: 1.4;
}
main .gc-carousel-seller-card .css-1djlwge + .css-wyvoa::before {
  content: " · ";
  color: #c2c2c2;
}
main .gc-carousel-seller-card .css-dvc0hs {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}
main .gc-carousel-seller-card .css-1uzy13v {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 2px 5px;
  border-radius: 4px;
  background: #fff6d6;
}
main .gc-carousel-seller-card .css-1uzy13v svg {
  width: 12px;
  height: 12px;
  color: #f5a623;
  flex-shrink: 0;
}
main .gc-carousel-seller-card .css-1uzy13v svg [fill="current"] {
  fill: #f5a623;
}
main .gc-carousel-seller-card .css-ry30z7 {
  font-size: 13px;
  font-weight: 700;
  color: var(--yg-text);
  line-height: 1;
}
main .gc-carousel-seller-card .css-144z61f {
  font-size: 12px;
  color: var(--yg-muted-2);
}
main .gc-carousel-seller-card .css-wd40i6 {
  margin-top: 2px;
  font-size: 12px;
  color: var(--yg-muted-2);
}

/* wishlist heart — float on image bottom-right */
main .gc-carousel-seller-card .css-1plj9tt {
  position: relative;
}
main .gc-carousel-seller-card .css-1colx55 {
  position: absolute;
  z-index: 3;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  /* width-based: image is 4/3 → bottom ≈ 75% of card width from top */
  right: 8px;
  top: calc(75cqw - 40px);
}
/* container query on card for reliable heart placement */
main section[aria-label="인기 추천 숙소"] .gc-carousel-seller-card,
main section[aria-label="오늘 체크인 호텔 특가"] .gc-carousel-seller-card,
main section[aria-label="이번 주 HOT 인기 펜션"] .gc-carousel-seller-card {
  container-type: inline-size;
  container-name: seller-card;
}
main section[aria-label="인기 추천 숙소"] .gc-carousel-seller-card .css-1colx55,
main section[aria-label="오늘 체크인 호텔 특가"] .gc-carousel-seller-card .css-1colx55,
main section[aria-label="이번 주 HOT 인기 펜션"] .gc-carousel-seller-card .css-1colx55 {
  top: calc(75cqw - 40px);
  right: 8px;
  margin: 0;
  transform: none;
}
/* hide duplicate layout shift of heart in title row */
main .gc-carousel-seller-card .css-1j7tt62 {
  position: static;
}
main .gc-carousel-seller-card .css-1colx55 svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
main .gc-carousel-seller-card .css-1colx55 svg [fill="current"] {
  fill: currentColor;
}

/* ---------- event banners ---------- */
main .home-event-banner,
main .home-event-banner.css-e7lzfy {
  position: relative;
  width: 300px;
  height: 120px;
  flex-shrink: 0;
  border-radius: var(--yg-radius);
  overflow: hidden;
  background: #f3f3f3;
}
@media (min-width: 912px) {
  main .home-event-banner,
  main .home-event-banner.css-e7lzfy {
    width: 384px;
    height: 154px;
  }
}
main .home-event-banner > a,
main .home-event-banner .css-ehfifb {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
main .home-event-banner img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
main .home-event-banner .css-y6a1r7 {
  display: none !important;
}

/* pagination dots */
main .css-ghpnaa,
main .css-9gl1up {
  position: relative;
  margin-top: 12px;
  text-align: center;
}
main .css-ke1arm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
main .css-h57e3b {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  border-radius: 999px;
  background: #d0d0d0;
}
main .css-h57e3b.css-active,
main .swiper-pagination-bullet-active,
main .css-ke1arm > span:first-child .css-h57e3b,
main .css-ke1arm > button:first-child .css-h57e3b,
main .css-ke1arm > *:first-child {
  /* first dot often active in static snapshot */
}
main .css-ke1arm > *:first-child .css-h57e3b,
main .css-h57e3b[aria-current="true"],
main span.css-h57e3b:first-of-type {
  background: var(--yg-blue);
}

/* ---------- region / curation cards — portrait rounded, NOT circle ---------- */
main .gc-curation-card {
  width: 120px;
}
@media (min-width: 912px) {
  main .gc-curation-card {
    width: 140px;
  }
}
main .gc-curation-card > a,
main .gc-curation-card .css-1f6hiyn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: inherit;
}
main .gc-curation-card .css-18635yo {
  position: relative !important;
  width: 120px;
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: var(--yg-radius);
  overflow: hidden;
  background: #f0f0f0;
  flex-shrink: 0;
}
@media (min-width: 912px) {
  main .gc-curation-card .css-18635yo {
    width: 140px;
  }
}
main .gc-curation-card-image,
main .gc-curation-card .gc-curation-card-image {
  border-radius: var(--yg-radius) !important;
}
main .gc-curation-card h3.css-i87fub,
main .gc-curation-card h3 {
  margin: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  color: var(--yg-text);
  letter-spacing: -0.01em;
}

/* ---------- expandable tabs — blue active ---------- */
main .gc-expandable-tab,
main .css-1l5q1e2 {
  width: 100%;
  position: relative;
  overflow: visible;
}
main .gc-expandable-tab.css-1l5q1e2 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: var(--yg-pad-m);
  box-sizing: border-box;
}
@media (min-width: 912px) {
  main .gc-expandable-tab.css-1l5q1e2 {
    padding-right: var(--yg-pad-d);
  }
}
@media (min-width: 1280px) {
  main .gc-expandable-tab.css-1l5q1e2 {
    padding-right: 0;
  }
}
main ul.css-190i2dk[role="tablist"],
main .css-190i2dk {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0 0 14px var(--yg-pad-m);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
  min-width: 0;
}
main .css-190i2dk::-webkit-scrollbar {
  display: none;
}
@media (min-width: 912px) {
  main ul.css-190i2dk[role="tablist"],
  main .css-190i2dk {
    padding-left: var(--yg-pad-d);
  }
}
@media (min-width: 1280px) {
  main ul.css-190i2dk[role="tablist"],
  main .css-190i2dk {
    padding-left: 0;
  }
}
main .css-190i2dk > li,
main li.css-1w0nuz1,
main li.css-1ul52e {
  flex: 0 0 auto;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--yg-line);
  background: #fff;
  color: var(--yg-text);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
}
main li.css-1w0nuz1,
main .css-190i2dk > li[aria-selected="true"] {
  background: var(--yg-blue);
  border-color: var(--yg-blue);
  color: #fff;
  font-weight: 700;
}
/* tab expand circle */
main .css-1x561bs {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 50%;
  border: 1px solid var(--yg-line);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
}
main .css-1ckopbp {
  display: inline-flex;
}

/* ---------- keyword / destination: 2-col text grid (NOT pills) ---------- */
main .css-1bnogs0 {
  padding: 0 var(--yg-pad-m) 8px;
  box-sizing: border-box;
}
@media (min-width: 912px) {
  main .css-1bnogs0 {
    padding-left: var(--yg-pad-d);
    padding-right: var(--yg-pad-d);
  }
}
@media (min-width: 1280px) {
  main .css-1bnogs0 {
    padding-left: 0;
    padding-right: 0;
  }
}
main .css-1jivrun {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 0;
}
main .css-grswmc {
  display: block;
  min-width: 0;
}
main .css-grswmc > a,
main .css-grswmc .gc-text-link,
main .css-grswmc a.css-1jppeq0 {
  display: block !important;
  width: 100%;
  min-height: 0;
  padding: 10px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #595959 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  text-align: left !important;
  white-space: normal !important;
  justify-content: flex-start !important;
}
main .css-grswmc > a:hover {
  color: var(--yg-text) !important;
  background: transparent !important;
}

/* section divider between domestic/overseas destination blocks */
main section[aria-label="해외 여행지"] {
  border-top: 8px solid #f5f5f5;
  margin-top: 28px;
  padding-top: 28px;
}
main section[aria-label="국내 숙소 인기 검색 키워드"],
main section[aria-label="패키지 인기 검색 키워드"],
main section[aria-label="해외 숙소 인기 검색 키워드"] {
  border-top: 8px solid #f5f5f5;
  margin-top: 28px;
  padding-top: 28px;
}

/* ---------- elite membership banner ---------- */
main .css-1iro8sk {
  margin: 8px var(--yg-pad-m) 0;
  padding: 28px 20px 20px;
  border-radius: 20px;
  background: linear-gradient(120deg, #ebe6f8 0%, #e8e4f6 40%, #f0eef8 100%);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 912px) {
  main .css-1iro8sk {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--yg-max);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 36px 40px;
  }
}
main .css-hpj4q3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 1;
  max-width: 420px;
}
main .css-1lsjrgw {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--yg-text);
  letter-spacing: -0.02em;
  word-break: keep-all;
}
@media (min-width: 912px) {
  main .css-1lsjrgw {
    font-size: 24px;
  }
}
main .css-1ynu9ny {
  font-size: 14px;
  font-weight: 500;
  color: var(--yg-muted);
  line-height: 1.45;
}
main .css-7hl0gr,
main .css-1aati4u {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
}
main .css-1aati4u {
  display: none;
}
@media (max-width: 911.98px) {
  main .css-7hl0gr {
    display: none;
  }
  main .css-1aati4u {
    display: flex;
  }
}
main .gc-box-button,
main button.gc-box-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: var(--yg-blue);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
main .gc-box-button.css-16yvlyi,
main .gc-box-button.css-c1qzih {
  background: var(--yg-blue);
  color: #fff;
}
main .gc-text-button,
main button.gc-text-button {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--yg-muted);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 4px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* elite images */
main .css-19xxts8 {
  display: none;
}
main .css-gi861e {
  display: block;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 140px;
  height: 100px;
  pointer-events: none;
  z-index: 0;
}
main .css-inheu7,
main .css-sk6dph {
  position: relative;
  width: 100%;
  height: 100%;
}
main .css-gi861e img,
main .css-sk6dph img,
main .css-1xd5cio {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 912px) {
  main .css-gi861e {
    display: none;
  }
  main .css-19xxts8 {
    display: block;
    width: 280px;
    height: 160px;
    flex-shrink: 0;
    position: relative;
  }
  main .css-19xxts8 img,
  main .css-1v4usos {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

/* ---------- Black PICK ---------- */
main .gc-black-card,
main .gc-black-card.css-10oduxv {
  position: relative;
  width: 260px;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  background: #1a1a1a;
  flex-shrink: 0;
}
@media (min-width: 912px) {
  main .gc-black-card,
  main .gc-black-card.css-10oduxv {
    width: 280px;
    height: 390px;
  }
}
main .gc-black-card > a,
main .gc-black-card .css-ehfifb {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
main .gc-black-card img.css-1csusmc,
main .gc-black-card img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
main .gc-black-card .css-1bv0qa4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #2a2a2a;
  color: #666;
}
/* hide black pick slides without real local image */
/* black-pick hide disabled for lazy-load */

/* ---------- App download banner ---------- */
main .css-fkfvxn {
  position: relative;
  margin: 0 var(--yg-pad-m);
  padding: 24px 20px;
  min-height: 120px;
  border-radius: 20px;
  background: #f3f3f3;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  box-sizing: border-box;
}
@media (min-width: 912px) {
  main .css-fkfvxn {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--yg-max);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 28px 36px;
  }
}
main .css-fkfvxn > img.css-1oqengg {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: 45% !important;
  height: 100% !important;
  max-width: 220px;
  object-fit: contain !important;
  object-position: right bottom;
  inset: auto 0 0 auto !important;
  pointer-events: none;
  opacity: 0.95;
}
main .css-neeqo6 {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 70%;
}
main .css-neeqo6 .css-1km0bek {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
}
main .css-hvuem {
  font-size: 16px;
  font-weight: 700;
  color: var(--yg-text);
}
main .css-suj7hn {
  font-size: 16px;
  font-weight: 700;
  color: #ff585d;
}
main .css-neeqo6 .css-1r8ifod {
  font-size: 12px;
  color: var(--yg-muted-2);
  line-height: 1.4;
}
main .css-1mzlddw {
  position: relative;
  z-index: 1;
  margin-top: 4px;
}
main .css-1mzlddw .gc-box-button {
  min-height: 36px;
  padding: 0 16px;
  border-radius: 8px;
}

/* =========================================================
   FOOTER — mobile stacked like original
   ========================================================= */
footer.css-1vte7z4,
footer {
  display: block;
  width: 100%;
  background: var(--yg-footer);
  color: var(--yg-text);
  border-top: 1px solid var(--yg-line);
  margin-top: 32px;
  padding: 0;
  box-sizing: border-box;
}
footer * {
  box-sizing: border-box;
}
footer .css-1px0eaj {
  max-width: var(--yg-max);
  margin: 0 auto;
  padding: 32px var(--yg-pad-m) 48px;
  width: 100%;
}
@media (min-width: 912px) {
  footer .css-1px0eaj {
    padding: 48px var(--yg-pad-d) 64px;
  }
}
@media (min-width: 1280px) {
  footer .css-1px0eaj {
    padding-left: 0;
    padding-right: 0;
  }
}

footer .css-18kr4d2 {
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--yg-line);
}
@media (min-width: 912px) {
  footer .css-18kr4d2 {
    flex-direction: row;
    gap: 48px;
    align-items: flex-start;
  }
}

footer .left-column,
footer .css-1k7ru4c {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 912px) {
  footer .left-column,
  footer .css-1k7ru4c {
    width: 300px;
  }
}
footer h2.css-1dmk1u8 {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
footer .css-19umuyy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
footer .css-1wzyh1o {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
footer .css-1wzyh1o p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--yg-muted);
  font-weight: 500;
}

/* contact buttons side-by-side on mobile */
footer .css-n975cn {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
footer .css-1xesf4c {
  display: block;
  flex: 1 1 0;
  min-width: 0;
}
footer .css-1xesf4c .gc-box-button,
footer button.gc-box-button.css-888s5n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
footer .css-1xesf4c .gc-box-button svg,
footer .css-888s5n svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #6b6b6b;
}
footer .css-12z0wuy {
  display: inline-flex;
  align-items: center;
}

/* right link columns — stacked on mobile (match screenshots) */
footer .right-column,
footer .css-182hi8v {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (min-width: 912px) {
  footer .right-column,
  footer .css-182hi8v {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 32px;
  }
}
footer .css-3020p0 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}
footer h3.css-i74kb6 {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
footer .css-pi76sm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
footer .css-pi76sm .gc-text-link,
footer .css-1jppeq0 {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #8c8c8c;
  text-decoration: none;
  line-height: 1.4;
}
footer .css-pi76sm .gc-text-link:hover {
  color: #555;
}

/* bottom legal */
footer .css-e4bi2j {
  padding-top: 24px;
}
footer .css-3vdfrz {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 912px) {
  footer .css-3vdfrz {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }
}
footer .css-3vdfrz > div:first-child {
  flex: 1;
  min-width: 0;
}
footer p.css-1r8ifod {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.55;
  color: #8b8b8b;
  font-weight: 400;
}
footer p.css-1r8ifod:last-child {
  margin-bottom: 0;
}
footer a.css-1t6pzoc {
  margin-left: 6px;
  color: var(--yg-muted);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: 12px;
}
footer .css-qy85o2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
  align-items: flex-start;
}
footer .css-1n7awt3 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
footer .css-1korc67 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}
footer .css-1korc67 .gc-text-link,
footer .css-1n7awt3 > .gc-text-link {
  font-size: 12px;
  color: #8c8c8c;
}
footer .css-pdyl5w {
  font-weight: 700 !important;
  color: #4a4a4a !important;
}
footer .css-9y59mr {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
footer .css-9y59mr svg,
footer .css-eu6bwz,
footer .css-1vbdrh2 {
  display: block;
  width: 32px;
  height: auto;
  max-width: 40px;
  max-height: 40px;
  color: #c2c2c2;
  flex-shrink: 0;
}
footer .css-1vbdrh2 {
  width: 28px;
  height: 28px;
}
footer .css-e4bi2j > p.css-1r8ifod {
  margin-top: 16px;
  color: #999;
}

/* SVG fill=current */
footer svg [fill="current"],
main svg [fill="current"],
svg [fill="current"] {
  fill: currentColor;
}
footer svg [stroke="current"],
main svg [stroke="current"] {
  stroke: currentColor;
}

.sl-pl-app:empty,
.sl-pl-app:not(:has(*)) {
  display: none !important;
}

/* === yg-scroll-fix v2 === */
/* Scroll on .swiper parent; wrapper is wide flex row */
main .gc-carousel,
main .gc-indicator-carousel,
main .css-a25fsy,
main .css-10yqxmj,
main .css-1oiph1y,
main .css-1whz485,
main .gc-carousel-type-seller-cards {
  overflow: visible !important;
}
main .gc-carousel .swiper,
main .gc-indicator-carousel .swiper,
main .swiper.swiper-horizontal,
main .swiper.swiper-initialized {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: pan-x !important;
  cursor: grab;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
main .swiper::-webkit-scrollbar {
  display: none !important;
}
main .swiper.yg-dragging {
  cursor: grabbing;
  user-select: none;
}
main .swiper.yg-dragging a {
  pointer-events: none !important;
}
main .swiper-wrapper,
main ol.swiper-wrapper,
main ul.swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  width: max-content !important;
  max-width: none !important;
  min-width: 100%;
  overflow: visible !important;
  transform: none !important;
  box-sizing: border-box;
}
main .gc-expandable-tab.yg-tabs-expanded .css-190i2dk {
  flex-wrap: wrap;
  overflow: visible;
}

/* === yg-nzei3w-swiper === */
/* All section.css-nzei3w[role=region] carousels stay horizontal swiper */
section.css-nzei3w[role="region"] .swiper,
section.css-nzei3w .swiper {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  cursor: grab !important;
}
section.css-nzei3w[role="region"] .swiper-wrapper,
section.css-nzei3w .swiper-wrapper,
section.css-nzei3w[role="region"] ol.swiper-wrapper,
section.css-nzei3w[role="region"] ul.swiper-wrapper,
section.css-nzei3w ol.swiper-wrapper,
section.css-nzei3w ul.swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  grid-template-columns: none !important;
  gap: var(--yg-gap-m) !important;
  overflow: visible !important;
}
section.css-nzei3w[role="region"] .swiper-slide,
section.css-nzei3w .swiper-slide {
  width: auto !important;
  flex: 0 0 auto !important;
}
@media (min-width: 912px) {
  section.css-nzei3w[role="region"] .swiper-wrapper,
  section.css-nzei3w .swiper-wrapper,
  section.css-nzei3w[role="region"] ol.swiper-wrapper,
  section.css-nzei3w[role="region"] ul.swiper-wrapper,
  section.css-nzei3w ol.swiper-wrapper,
  section.css-nzei3w ul.swiper-wrapper {
    gap: var(--yg-gap-d) !important;
  }
}

/* === yg search date/guest picker === */
html.yg-picker-open,
body.yg-picker-open {
  overflow: hidden !important;
}
.yg-picker {
  position: fixed;
  inset: 0;
  z-index: 10050;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.yg-picker.is-open {
  pointer-events: auto;
  opacity: 1;
}
.yg-picker[hidden] {
  display: none !important;
}
.yg-picker.is-open[hidden] {
  display: flex !important;
}
.yg-picker__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.yg-picker__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  background: #f5f5f5;
  transform: translateY(12px);
  transition: transform 0.22s ease;
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  color: #1a1a1a;
}
.yg-picker.is-open .yg-picker__panel {
  transform: translateY(0);
}

/* date: fullscreen panel with calendar card + guest card */
.yg-picker__panel--date {
  padding: 8px 12px calc(12px + env(safe-area-inset-bottom, 0px));
  gap: 10px;
  box-sizing: border-box;
}
.yg-picker__date-card {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.yg-picker__guest-bar {
  flex-shrink: 0;
  width: 100%;
  padding: 0;
  background: transparent;
}
.yg-picker__guest-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.yg-picker__guest-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.yg-picker__change {
  border: 0;
  background: transparent;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.yg-picker__header {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 14px 12px 8px;
  position: relative;
  flex-shrink: 0;
}
.yg-picker__header--plain {
  padding-bottom: 4px;
}
.yg-picker__icon-btn {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1a1a1a;
  border-radius: 10px;
  flex-shrink: 0;
}
.yg-picker__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.yg-cal__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 4px 12px 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #bbb;
  flex-shrink: 0;
}
.yg-cal__scroll {
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  padding: 0 8px 8px;
  -webkit-overflow-scrolling: touch;
}
.yg-cal__month {
  padding: 8px 4px 16px;
}
.yg-cal__month-title {
  margin: 0 8px 12px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.yg-cal__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 4px;
}
.yg-cal__cell {
  appearance: none;
  border: 0;
  background: transparent;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
}
.yg-cal__cell--empty {
  pointer-events: none;
}
.yg-cal__cell.is-sun .yg-cal__num,
.yg-cal__cell.is-sat .yg-cal__num {
  color: #e35d5b;
}
.yg-cal__cell.is-disabled {
  cursor: default;
  pointer-events: none;
}
.yg-cal__cell.is-disabled .yg-cal__num {
  color: #d0d0d0 !important;
}
.yg-cal__num {
  position: relative;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.yg-cal__cell.is-range::before {
  content: "";
  position: absolute;
  inset: 4px 0;
  background: #1d8bff;
  opacity: 0.16;
  z-index: 0;
}
.yg-cal__cell.is-start::before,
.yg-cal__cell.is-end::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  background: #1d8bff;
  opacity: 0.16;
  z-index: 0;
}
.yg-cal__cell.is-start:not(.is-single)::before {
  left: 50%;
  right: 0;
  border-radius: 0;
}
.yg-cal__cell.is-end:not(.is-single)::before {
  left: 0;
  right: 50%;
  border-radius: 0;
}
.yg-cal__cell.is-start .yg-cal__num,
.yg-cal__cell.is-end .yg-cal__num,
.yg-cal__cell.is-single .yg-cal__num {
  background: #1d8bff;
  color: #fff !important;
}
.yg-cal__cell.is-start .yg-cal__num::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 50%;
  background: #fff;
}
.yg-picker__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 14px;
  border-top: 1px solid #f0f0f0;
  background: #fff;
  flex-shrink: 0;
}
.yg-picker__reset {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 4px;
  white-space: nowrap;
  font-family: inherit;
}
.yg-picker__confirm {
  flex: 1;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: #1d8bff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.yg-picker__confirm:active {
  background: #1273e4;
}

/* guest panel (fullscreen) */
.yg-picker__panel--guest {
  background: #f5f5f5;
}
.yg-picker__body {
  flex: 1;
  overflow-y: auto;
  padding: 8px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.yg-picker__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  background: #fff;
  border: 0;
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  color: inherit;
}
.yg-picker__card--guest {
  flex-direction: column;
  align-items: stretch;
  cursor: default;
  gap: 18px;
}
.yg-picker__card-left {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.yg-picker__card-left span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yg-picker__card-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.yg-picker__guest-ctrl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.yg-picker__guest-info strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.yg-picker__guest-info p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  color: #8c8c8c;
  font-weight: 500;
}
.yg-stepper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.yg-stepper__btn {
  width: 36px;
  height: 36px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #fff;
  color: #1a1a1a;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
}
.yg-stepper__btn:disabled {
  color: #d0d0d0;
  cursor: default;
}
.yg-stepper__val {
  min-width: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.yg-picker__footer {
  padding: 12px 16px calc(16px + env(safe-area-inset-bottom, 0px));
  background: #f5f5f5;
}
.yg-picker__search {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: #1d8bff;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}
.yg-picker__search:active {
  background: #1273e4;
}
@media (min-width: 912px) {
  .yg-picker {
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.45);
  }
  .yg-picker__panel {
    height: auto;
    max-height: min(90vh, 780px);
    max-width: 480px;
    border-radius: 16px;
    overflow: hidden;
  }
  .yg-picker__panel--date {
    height: min(90vh, 780px);
  }
}

/* destination search input */
.yg-dest-input {
  width: 100%;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  color: #1a1a1a;
}
.yg-dest-input::placeholder {
  color: #999;
  font-weight: 500;
}
.yg-dest-input::-webkit-search-decoration,
.yg-dest-input::-webkit-search-cancel-button,
.yg-dest-input::-webkit-search-results-button,
.yg-dest-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/* === side menu (slide from right) === */
html.yg-sidemenu-open,
body.yg-sidemenu-open {
  overflow: hidden !important;
}
.yg-sidemenu {
  position: fixed;
  inset: 0;
  z-index: var(--side-menu__z-index, 10060);
  pointer-events: none;
}
.yg-sidemenu[hidden] {
  display: none !important;
}
.yg-sidemenu.is-open,
.yg-sidemenu.is-open[hidden] {
  display: block !important;
  pointer-events: auto;
}
.yg-sidemenu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.28s ease;
}
.yg-sidemenu.is-open .yg-sidemenu__backdrop {
  opacity: 1;
}
.yg-sidemenu__panel {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.28s cubic-bezier(0.32, 0.72, 0, 1);
  box-shadow: none;
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  color: #1a1a1a;
}
.yg-sidemenu.is-open .yg-sidemenu__panel {
  transform: translateX(0);
}
.yg-sidemenu__head {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 8px 8px 0;
}
.yg-sidemenu__close {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1a1a1a;
  border-radius: 8px;
}
.yg-sidemenu__scroll {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4px 20px calc(28px + env(safe-area-inset-bottom, 0px));
}
.yg-sidemenu__elite {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(105deg, #f3e9ff 0%, #ebe0ff 55%, #e4d6ff 100%);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  margin-bottom: 12px;
}
.yg-sidemenu__elite-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.yg-sidemenu__elite-text strong {
  font-size: 13px;
  font-weight: 700;
  color: #6b4bb8;
  letter-spacing: -0.02em;
}
.yg-sidemenu__elite-text span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
.yg-sidemenu__elite img {
  width: 96px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
  pointer-events: none;
}
.yg-sidemenu__login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 10px;
  background: #1d8bff;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 8px;
}
.yg-sidemenu__login:active {
  background: #1273e4;
}
.yg-sidemenu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.yg-sidemenu__list a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 0;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  border-bottom: 1px solid transparent;
}
.yg-sidemenu__list a span {
  flex: 1;
  min-width: 0;
}
.yg-sidemenu__list a svg {
  color: #c2c2c2;
  flex-shrink: 0;
}
.yg-sidemenu__section {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid #ebebeb;
}
.yg-sidemenu__section-title {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  letter-spacing: -0.01em;
}
.yg-sidemenu__new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 18px;
  padding: 0 6px;
  border-radius: 4px;
  background: #ff4752;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0;
  flex-shrink: 0;
}
.yg-sidemenu__list--foot {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #ebebeb;
}

/* === yeogi tabbar === */
.yg-tabbar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10040;
  background: #fff;
  border-top: 1px solid var(--yg-line, #ebebeb);
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.04);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
.yg-tabbar__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  max-width: var(--yg-max, 1200px);
  margin: 0 auto;
  min-height: 56px;
}
.yg-tabbar__item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 6px 4px 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: var(--yg-muted-2, #8c8c8c);
  -webkit-tap-highlight-color: transparent;
  transition: color 0.15s ease;
}
.yg-tabbar__item:active {
  opacity: 0.72;
}
.yg-tabbar__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}
.yg-tabbar__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}
.yg-tabbar__label {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.yg-tabbar__item.is-active {
  color: #1d8bff;
}
.yg-tabbar__item.is-active .yg-tabbar__icon {
  transform: translateY(-1px);
}
/* legacy tab-bar fallback (other pages using layout) */
.tab-bar {
  height: 56px;
  width: 100%;
  max-width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10040;
  background: #fff !important;
  border-top: 1px solid var(--yg-line, #ebebeb);
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.04);
  padding-bottom: env(safe-area-inset-bottom, 0px);
  box-sizing: content-box;
}
.tab-bar .tab-item {
  width: 20%;
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.tab-bar .tab-item .tab-icon {
  width: 22px;
  height: 22px;
  line-height: 0;
  opacity: 0.55;
}
.tab-bar .tab-item .tab-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.tab-bar .tab-item .tab-label .content {
  margin: 0;
  font-size: 10px;
  line-height: 1.2;
  color: var(--yg-muted-2, #8c8c8c);
  font-weight: 500;
  letter-spacing: -0.02em;
}
.tab-bar .tab-item.show .tab-icon {
  opacity: 1;
}
.tab-bar .tab-item.show .tab-label .content {
  color: #1d8bff;
  font-weight: 600;
}
/* leave space above fixed tabbar */
body {
  padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px));
}
footer.css-e4bi2j,
main.css-f71lul {
  padding-bottom: 24px;
}
body.yg-sidemenu-open .yg-tabbar,
body.yg-picker-open .yg-tabbar,
body.yg-sidemenu-open .tab-bar,
body.yg-picker-open .tab-bar {
  visibility: hidden;
  pointer-events: none;
}

/* === yeogi app shell (layout pages) === */
/* 默认按 jjpp rem 页处理；Yeogi 新风格页加 html.yg-native / body.yg-native */
html.yg-native {
  font-size: 16px !important;
}
body.yg-app {
  margin: 0;
  padding-bottom: 0 !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
}
body.yg-app:not(.yg-native) {
  background: #fff;
  color: #333;
  font-size: 24px;
}
body.yg-app.yg-native {
  background: #f5f5f5;
  color: #222;
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  font-size: 15px;
}
.yg-container.container,
.container.is-ios-tab.yg-container {
  min-height: 100vh;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}
body:not(.yg-native) .yg-container.container,
body:not(.yg-native) .container.is-ios-tab.yg-container {
  max-width: 100%;
  background: #fff !important;
}
body.yg-native .yg-container.container,
body.yg-native .container.is-ios-tab.yg-container {
  max-width: 480px;
  background: #f5f5f5 !important;
}
/* tabbar 固定用 px，不受 rem 根字号影响 */
.yg-tabbar,
.yg-tabbar * {
  font-size: small;
}
.yg-tabbar {
  font-size: 16px;
}
.yg-page {
  min-height: 100%;
  background: #f5f5f5;
}
.yg-page__top {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.yg-page__title {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 16px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #222;
}
.yg-tabs {
  display: flex;
  align-items: stretch;
  background: #fff;
  padding: 0 8px;
  gap: 0;
}
.yg-tabs__item {
  flex: 1;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #8c8c8c;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  letter-spacing: -0.02em;
}
.yg-tabs__item.is-active {
  color: #1d8bff;
  font-weight: 700;
}
.yg-tabs__item.is-active::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: #1d8bff;
}

/* order list */
.yg-order__list {
  padding: 12px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.yg-order__card {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.yg-order__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.yg-order__time {
  font-size: 12px;
  color: #8c8c8c;
  font-weight: 500;
}
.yg-order__status {
  font-size: 12px;
  font-weight: 700;
  color: #1d8bff;
  letter-spacing: -0.02em;
}
.yg-order__goods {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.yg-order__goods img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  background: #f0f0f0;
  flex-shrink: 0;
}
.yg-order__goods-name {
  flex: 1;
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yg-order__meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 0;
  font-size: 13px;
  color: #707070;
  border-top: 1px solid #f3f3f3;
}
.yg-order__meta strong {
  color: #222;
  font-weight: 600;
}
.yg-order__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  padding-top: 12px;
  border-top: 1px solid #f3f3f3;
}
.yg-order__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px;
  color: #8c8c8c;
}
.yg-order__stat b {
  font-size: 15px;
  color: #222;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.yg-order__btn {
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 8px;
  background: #1d8bff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
}
.yg-order__btn:active {
  background: #1273e4;
}
.yg-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 64px 20px;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 500;
}
.yg-empty svg {
  width: 56px;
  height: 56px;
  color: #dcdcdc;
}

/* my page */
.yg-my__profile {
  background: #fff;
  padding: 28px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.yg-my__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #f0f0f0;
  border: 2px solid #f5f5f5;
}
.yg-my__name {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.02em;
}
.yg-my__vip {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: #e3f0ff;
  color: #1d8bff;
  font-size: 12px;
  font-weight: 700;
}
.yg-my__invite {
  margin-top: 16px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f7f8fa;
  font-size: 13px;
  color: #707070;
}
.yg-my__invite-code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222;
  font-weight: 700;
}
.yg-my__copy {
  border: 0;
  background: transparent;
  padding: 0;
  color: #1d8bff;
  font-size: 12px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.yg-my__wallet {
  margin: 10px 16px 0;
  background: linear-gradient(135deg, #1d8bff 0%, #1273e4 100%);
  border-radius: 16px;
  padding: 18px 8px;
  display: flex;
  color: #fff;
  box-shadow: 0 8px 20px rgba(29, 139, 255, 0.22);
}
.yg-my__wallet-item {
  flex: 1;
  text-align: center;
  padding: 0 8px;
}
.yg-my__wallet-item + .yg-my__wallet-item {
  border-left: 1px solid rgba(255,255,255,0.22);
}
.yg-my__wallet-val {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.yg-my__wallet-label {
  margin-top: 4px;
  font-size: 12px;
  opacity: 0.88;
  font-weight: 500;
}
.yg-my__shortcuts {
  margin: 10px 16px 0;
  background: #fff;
  border-radius: 14px;
  padding: 8px 4px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
}
.yg-my__shortcut {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 4px;
  border: 0;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
  color: #474747;
}
.yg-my__shortcut-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #f2f8ff;
  color: #1d8bff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.yg-my__shortcut-icon svg {
  width: 22px;
  height: 22px;
}
.yg-my__shortcut span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1.25;
}
.yg-my__menu {
  margin: 10px 16px 24px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}
.yg-my__menu-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 52px;
  padding: 0 16px;
  border: 0;
  border-bottom: 1px solid #f3f3f3;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #222;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
  letter-spacing: -0.02em;
}
.yg-my__menu-item:last-child {
  border-bottom: 0;
}
.yg-my__menu-item:active {
  background: #fafafa;
}
.yg-my__menu-item svg {
  width: 16px;
  height: 16px;
  color: #bbb;
  flex-shrink: 0;
}

/* sheet / popup */
.yg-sheet-mask {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 10050;
}
.yg-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10051;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 18px 20px calc(20px + env(safe-area-inset-bottom, 0px));
  max-width: 480px;
  margin: 0 auto;
  box-sizing: border-box;
}
.yg-sheet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.yg-sheet__close {
  width: 32px;
  height: 32px;
  border: 0;
  background: #f5f5f5;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #707070;
  padding: 0;
}
.yg-sheet__label {
  margin: 0 0 8px;
  font-size: 13px;
  color: #707070;
  font-weight: 500;
}
.yg-sheet__input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: 1.5px solid #e6e6e6;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  margin-bottom: 14px;
}
.yg-sheet__input:focus {
  border-color: #1a1a1a;
}
.yg-sheet__btn {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: #1d8bff;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}

/* order detail popup restyle */
.van-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 10050;
}
.van-popup--center {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10051;
  background: transparent;
}
.createPopup {
  background: #fff;
  border-radius: 16px;
  padding: 18px 16px 16px;
  box-sizing: border-box;
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
}
.createPopup-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.createPopup-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.createPopup-detail .icon {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  background: #f0f0f0;
}
.createPopup-detail-item {
  min-width: 0;
}
.createPopup-detail-item .ellipsis_2 {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.createPopup-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px solid #f3f3f3;
  font-size: 13px;
  color: #707070;
}
.createPopup-item-title {
  margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
.createPopup-submit {
  margin-top: 14px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #1d8bff;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-center {
  display: flex;
  align-items: center;
}
.flex_1 {
  flex: 1;
  min-width: 0;
}

/* === rot order (grab) page === */
.yg-rot__topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 16px;
}
.yg-rot__topbar .yg-page__title {
  height: auto;
  padding: 0;
}
.yg-rot__link {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #1d8bff;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  padding: 6px 4px;
  letter-spacing: -0.02em;
  max-width: 42%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yg-rot__hero {
  margin: 12px 16px 0;
  background: linear-gradient(145deg, #1d8bff 0%, #0f6fd8 100%);
  border-radius: 16px;
  padding: 18px 16px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(29, 139, 255, 0.24);
}
.yg-rot__rate {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.yg-rot__rate-label {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.9;
}
.yg-rot__rate-val {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.yg-rot__progress {
  margin-top: 16px;
}
.yg-rot__progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  opacity: 0.92;
  margin-bottom: 8px;
}
.yg-rot__progress-head b {
  font-size: 13px;
  font-weight: 700;
}
.yg-rot__progress-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
}
.yg-rot__progress-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #fff;
  min-width: 0;
}
.yg-rot__action {
  margin: 14px 16px 0;
  background: #fff;
  border-radius: 16px;
  padding: 28px 20px 22px;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.yg-rot__visual {
  width: 96px;
  height: 96px;
  margin: 0 auto 18px;
}
.yg-rot__visual svg {
  width: 100%;
  height: 100%;
  display: block;
}
.yg-rot__btn {
  width: 100%;
  height: 52px;
  border: 0;
  border-radius: 12px;
  background: #1d8bff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  letter-spacing: -0.02em;
  transition: background 0.15s ease, transform 0.15s ease;
}
.yg-rot__btn:active {
  background: #1273e4;
  transform: scale(0.99);
}
.yg-rot__btn.is-loading,
.yg-rot__btn:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}
.yg-rot__btn-tip {
  margin: 12px 0 0;
  font-size: 13px;
  color: #8c8c8c;
  font-weight: 600;
}
.yg-rot__stats {
  margin: 10px 16px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.yg-rot__stat {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.yg-rot__stat span {
  font-size: 12px;
  color: #8c8c8c;
  font-weight: 500;
}
.yg-rot__stat strong {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  letter-spacing: -0.02em;
  word-break: break-all;
}
.yg-rot__tips {
  margin: 10px 16px 24px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.yg-rot__tips-title {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.02em;
}
.yg-rot__tips-body {
  font-size: 13px;
  line-height: 1.55;
  color: #707070;
  font-weight: 500;
}

/* === deposit / withdraw === */
.yg-deposit__topbar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 16px;
}
.yg-deposit__topbar .yg-page__title {
  height: auto;
  padding: 0;
}
.yg-deposit__back {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
}
.yg-deposit__back svg {
  width: 22px;
  height: 22px;
}
.yg-deposit__balance {
  margin: 12px 16px 0;
  background: linear-gradient(145deg, #1d8bff 0%, #0f6fd8 100%);
  border-radius: 16px;
  padding: 22px 18px;
  color: #fff;
  box-shadow: 0 10px 24px rgba(29, 139, 255, 0.24);
}
.yg-deposit__balance-label {
  font-size: 13px;
  font-weight: 500;
  opacity: 0.88;
  letter-spacing: -0.02em;
}
.yg-deposit__balance-val {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  word-break: break-all;
}
.yg-deposit__form {
  margin: 12px 16px 0;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.yg-deposit__field {
  display: block;
  margin-bottom: 16px;
}
.yg-deposit__label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #707070;
  letter-spacing: -0.02em;
}
.yg-deposit__amount-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.yg-deposit__input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  border: 1.5px solid #e6e6e6;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 15px;
  font-family: inherit;
  color: #222;
  background: #fff;
  outline: none;
}
.yg-deposit__amount-row .yg-deposit__input {
  flex: 1;
  min-width: 0;
}
.yg-deposit__input:focus {
  border-color: #1d8bff;
}
.yg-deposit__all {
  flex-shrink: 0;
  height: 48px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: #edf5ff;
  color: #1d8bff;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  letter-spacing: -0.02em;
  cursor: pointer;
  white-space: nowrap;
}
.yg-deposit__all:active {
  opacity: 0.85;
}
.yg-deposit__submit {
  width: 100%;
  height: 48px;
  margin-top: 4px;
  border: 0;
  border-radius: 10px;
  background: #1d8bff;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.yg-deposit__submit:active {
  opacity: 0.9;
}
.yg-deposit__tips {
  margin: 12px 16px 28px;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.yg-deposit__tips-title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.02em;
}
.yg-deposit__tips-body {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #707070;
  font-weight: 500;
}
