:root {
  --app-width: 1420px;
  --line: #e5e7eb;
  --text: #1f2937;
  --muted: #6b7280;
  --accent: #ff3b30;
  --bg: #ffffff;
}

*,
*::before,
*::after {
  -webkit-tap-highlight-color: transparent;
}

/* 공통 좋아요 버튼 (기획전 theme-special-wish 동일) */
.card-wish-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ff6b6b;
  background: #fff;
  color: #ff4f4f;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease, border-color 0.2s ease;
}

.card-wish-btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: fill 0.2s ease;
}

.card-wish-btn[aria-pressed="true"] {
  background: #ff4f4f;
  border-color: #ff4f4f;
  color: #fff;
}

.card-wish-btn[aria-pressed="true"] svg {
  fill: currentColor;
}

.card-wish-btn:active {
  transform: scale(0.88);
}

.is-img-fallback {
  background-color: #eef2f8 !important;
  background-image:
    url('/letsnowgo/renew/now.svg'),
    linear-gradient(135deg, #eef2f8 0%, #dbe4f0 50%, #eef2f8 100%) !important;
  background-size: 32% auto, 200% 200% !important;
  background-position: center, 0% 0% !important;
  background-repeat: no-repeat, no-repeat !important;
  opacity: 1 !important;
  position: relative;
  overflow: hidden;
  animation: img-fallback-shimmer 3s ease-in-out infinite;
}

.is-img-fallback::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.4) 0%, transparent 40%),
                    radial-gradient(circle at 70% 80%, rgba(176,196,224,0.3) 0%, transparent 40%);
  pointer-events: none;
}

@keyframes img-fallback-shimmer {
  0%, 100% { background-position: center, 0% 0%; }
  50% { background-position: center, 100% 100%; }
}

.img-fallback-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #eef2f8 0%, #dbe4f0 100%);
}

.img-fallback-placeholder img {
  width: 32%;
  max-width: 110px;
  height: auto;
  opacity: 0.55;
  pointer-events: none;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.06));
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Pretendard Variable", "Pretendard", "SUIT", sans-serif;
  letter-spacing: -0.02em;
}

body.is-filter-modal-open {
  overflow: hidden;
}

button,
input {
  font: inherit;
}

button {
  border: 0;
  background: none;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.icon-bell-line {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-card-clickable {
  cursor: pointer;
  transition: filter 0.14s ease;
}

.product-card-clickable:focus-visible {
  outline: 2px solid rgba(59, 130, 246, 0.55);
  outline-offset: 2px;
}

.product-card-clickable.is-card-clicked {
  filter: brightness(0.96);
}

.is-dragging .product-card-clickable {
  cursor: grabbing;
}

.app {
  width: min(var(--app-width), 100%);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
  border-left: 0;
  border-right: 0;
}

.top-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 16px;
  padding: 10px 16px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.back-btn {
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.back-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #111827;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 6px;
  color: #111;
  text-decoration: none;
  line-height: 1;
}

.logo-text {
  font-size: 24px;
  font-weight: 800;
}
.logo-text img{
  height: 32px;
}
.logo-live {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  padding: 4px 8px 3px;
  border-radius: 2px;
  background: #ff3b30;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.logo-live::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  border-top: 8px solid #ff3b30;
  border-right: 8px solid transparent;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
  min-width: 0;
}

.nav-item {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #6b7280;
  padding: 3px 0;
  transition: color 0.2s ease;
}

.nav-item:hover {
  color: #2b3240;
}

.nav-item.is-active {
  color: #ef2d1f;
  font-weight: 700;
}

.nav-item.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -18px;
  height: 2px;
  border-radius: 999px;
  background: #ef2d1f;
}

.search-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: none;
  min-width: 0;
  height: 54px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: #f3f4f6;
  gap: 10px;
  overflow: visible;
}

.header-query-row {
  position: relative;
  justify-self: center;
  width: 100%;
  max-width: 860px;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 335px);
  align-items: center;
  gap: 14px;
}

.header-search-box {
  justify-self: stretch;
}

.header-search-box.is-open,
.header-search-box:focus-within {
  box-shadow: inset 0 0 0 1px #d6dbe3;
}

.header-date-box {
  position: relative;
  min-width: 0;
}

.header-date-trigger {
  width: 100%;
  min-width: 0;
  height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #20242b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header-date-box.is-open .header-date-trigger {
  box-shadow: inset 0 0 0 1px #d6dbe3;
}

.header-date-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: #8e97a3;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-date-summary {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-date-separator {
  color: #707885;
}

.header-date-night-wrap {
  color: #20242b;
}

.header-date-box .night-pill {
  display: inline;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: inherit;
}

.header-person-box {
  position: relative;
  min-width: 0;
  display: none;
}

.header-person-trigger {
  width: 100%;
  min-width: 0;
  height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 10px;
  background: #f3f4f6;
  color: #20242b;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header-person-box.is-open .header-person-trigger {
  box-shadow: inset 0 0 0 1px #1f2430;
  background: #fff;
}

.header-person-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: #9aa2ae;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-person-trigger span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-guest-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 1300;
  width: 350px;
  max-width: min(350px, calc(100vw - 24px));
  padding: 18px 22px;
  border: 1px solid #d5d9df;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
}

.header-guest-dropdown[hidden] {
  display: none !important;
}

.header-guest-copy h4 {
  margin: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
}

.header-guest-copy p {
  margin: 8px 0 0;
  color: #88909b;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}

.header-guest-stepper {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 42px auto 42px;
  justify-content: end;
  align-items: center;
  column-gap: 12px;
}

.header-guest-step {
  width: 42px;
  height: 42px;
  border: 1px solid #d6dbe2;
  border-radius: 50%;
  background: #fff;
  color: #1f2430;
  display: grid;
  place-items: center;
}

.header-guest-step svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-guest-step[disabled] {
  opacity: 0.42;
  cursor: default;
}

#guestCountValue {
  min-width: 32px;
  text-align: center;
  color: #111827;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.mobile-picker-close,
.mobile-date-title,
.mobile-date-guest-switch,
.mobile-guest-date-switch,
.mobile-guest-search-btn {
  display: none;
}

.header-main-search-btn {
  display: none;
}

.header-main-search-btn:hover {
  background: #1f79ec;
}

.header-main-search-btn:focus-visible {
  outline: 2px solid rgba(37, 99, 235, 0.5);
  outline-offset: 2px;
}

.search-box.is-open,
.header-search-box:focus-within {
  border-color: transparent;
}

.header-search-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: #6b7280;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
}

.header-search-input::placeholder {
  color: #9ca3af;
  font-weight: 500;
}

.header-search-input:focus {
  outline: 0;
}

.header-search-submit {
  display: none;
}

.header-search-panel {
  position: fixed;
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1200;
  width: min(700px, calc(100vw - 24px), calc(var(--app-width) - 24px));
  max-height: min(72vh, 620px);
  overflow-y: auto;
  padding: 16px 22px 20px;
  border: 1px solid #d7dce3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.header-search-panel[hidden] {
  display: none !important;
}

.header-search-panel::-webkit-scrollbar {
  width: 8px;
}

.header-search-panel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d5dae2;
}

.header-search-panel::-webkit-scrollbar-track {
  background: transparent;
}

.mobile-header-search-overlay {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: block;
  background: rgba(15, 23, 42, 0.3);
}

.mobile-header-search-overlay[hidden] {
  display: none !important;
}

.mobile-header-search-sheet {
  position: relative;
  width: min(620px, calc(100vw - 24px), var(--app-width));
  margin: 0 auto;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.2);
  padding: 8px 12px 14px;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 8px);
  overflow: hidden;
  transform: translateY(-28px);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.mobile-header-search-overlay.is-open .mobile-header-search-sheet {
  transform: translateY(0);
  opacity: 1;
}

.mobile-header-search-close {
  position: absolute;
  top: 8px;
  right: 12px;
  min-width: 54px;
  height: 28px;
  padding: 0 10px;
  border-radius: 8px;
  background: #2e8cff;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.mobile-header-search-close:hover {
  background: #1f79ec;
}

.mobile-header-search-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid #e5e7eb;
}

.mobile-header-search-tab {
  height: 44px;
  border-bottom: 2px solid transparent;
  color: #9aa2ae;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.mobile-header-search-tab.is-active {
  border-bottom-color: #2689ff;
  color: #2689ff;
}

.mobile-header-search-tab-badge {
  min-width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #ff4d4f;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

.mobile-header-search-input-row {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 10px;
  height: 44px;
  color: #111827;
}

.mobile-header-search-input-row svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-header-search-input-row input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.mobile-header-search-input-row input::placeholder {
  color: #98a1ac;
  font-weight: 500;
}

.mobile-header-search-input-row input:focus {
  outline: 0;
}

.mobile-header-search-input-row button {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #9aa2ae;
  color: #fff;
  display: grid;
  place-items: center;
}

.mobile-header-search-input-row button svg {
  width: 14px;
  height: 14px;
  stroke-width: 2.2;
}

.mobile-header-search-meta {
  margin-top: 12px;
  padding-top: 0;
  border-top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
  align-items: stretch;
  gap: 8px;
}

.mobile-header-search-meta button {
  min-width: 0;
  height: 52px;
  padding: 0 14px;
  border: 1px solid #d5dbe5;
  border-radius: 11px;
  background: #f3f4f6;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.mobile-header-search-meta button:focus-visible {
  outline: none;
  border-color: #2e8cff;
  background: #edf4ff;
}

body.is-mobile-search-overlay-open #mobileHeaderSearchGuestBtn[aria-expanded="true"] {
  border-color: #1f2430;
  background: #fff;
}

.mobile-header-search-meta button svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: #111827;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-header-search-meta button span {
  min-width: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-header-search-submit {
  margin-top: 12px;
  width: 100%;
  height: 54px;
  min-height: 54px;
  max-height: 54px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #2e8cff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.mobile-header-search-suggestions {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  scrollbar-width: thin;
}

.mobile-header-search-suggestions::-webkit-scrollbar {
  width: 6px;
}

.mobile-header-search-suggestions::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #d5dae2;
}

.mobile-header-search-suggestions .header-search-nearby {
  height: 34px;
  font-size: 14px;
}

.mobile-header-search-suggestions .header-search-section {
  margin-top: 18px;
}

body.is-mobile-search-picker-active .mobile-header-search-suggestions {
  display: none !important;
}

.mobile-header-search-overlay.is-date-mode .mobile-header-search-suggestions {
  display: none !important;
}

@keyframes mobile-search-icon-gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes mobile-header-search-soft-pulse {
  0%,
  100% {
    background-color: #2e8cff;
    box-shadow: 0 0 0 0 rgba(46, 140, 255, 0.14);
  }
  50% {
    background-color: #69b2ff;
    box-shadow: 0 0 0 4px rgba(46, 140, 255, 0.16);
  }
}

@media (max-width: 1199px) {
  .top-header .icon-search {
    background: #2e8cff;
    animation: mobile-header-search-soft-pulse 3.6s ease-in-out infinite;
  }

  .top-header .icon-search svg {
    stroke: #fff;
  }

  body.is-mobile-search-overlay-open .top-header .icon-search,
  body.is-mobile-picker-open .top-header .icon-search,
  body.is-mobile-category-open .top-header .icon-search {
    animation-play-state: paused;
    background: #2e8cff;
    box-shadow: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .top-header .icon-search {
    animation: none !important;
  }
}

body.is-mobile-search-overlay-open {
  overflow: hidden;
}

body.is-mobile-search-overlay-open .header-query-row {
  display: grid !important;
  position: fixed;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  opacity: 0;
  overflow: visible;
}

body.is-mobile-search-overlay-open .header-person-box {
  display: block !important;
}

body.is-mobile-search-overlay-open .date-dropdown {
  top: 248px;
  z-index: 2300;
  width: min(960px, calc(100vw - 24px), calc(var(--app-width) - 24px));
  max-height: calc(100vh - 266px);
  overflow: auto;
}

body.is-mobile-search-overlay-open .header-guest-dropdown {
  position: fixed;
  top: 248px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 2300;
  width: min(420px, calc(100vw - 24px));
  max-width: 420px;
}

body.is-mobile-search-overlay-open.is-mobile-search-overlay-guest-open .header-guest-dropdown {
  border-radius: 16px;
  border-color: #d4dbe6;
  box-shadow: 0 14px 26px rgba(15, 23, 42, 0.14);
}

body.is-mobile-search-overlay-open.is-mobile-search-overlay-guest-open .header-query-row {
  opacity: 1 !important;
  z-index: 2600;
  overflow: visible;
}

body.is-mobile-search-overlay-open.is-mobile-search-overlay-guest-open .header-guest-stepper {
  grid-template-columns: 48px auto 48px;
  justify-content: center;
  column-gap: 18px;
}

.header-search-nearby {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 14px;
  border: 1px solid #d6dbe2;
  border-radius: 999px;
  background: #fff;
  color: #374151;
  font-size: 15px;
  font-weight: 600;
}

.header-search-nearby svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-search-section {
  margin-top: 20px;
}

.header-search-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.header-search-section h3 {
  margin: 0;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3;
}

.header-search-clear {
  color: #8b95a1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.header-search-recent-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.header-search-recent-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  border-bottom: 1px solid #eceff3;
}

.header-search-recent-keyword {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
}

.header-search-recent-keyword svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: #9aa2ae;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-search-recent-keyword span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-search-recent-remove {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #8b95a1;
}

.header-search-recent-remove svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-search-empty {
  margin: 12px 0 0;
  color: #8b95a1;
  font-size: 14px;
  font-weight: 600;
}

.header-search-rank-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: search-rank;
}

.header-search-rank-list li {
  counter-increment: search-rank;
}

.header-search-rank-item {
  width: 100%;
  min-height: 56px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  text-align: left;
  color: #111827;
  font-size: 17px;
  font-weight: 700;
}

.header-search-rank-item::before {
  content: counter(search-rank);
  color: #111827;
  font-size: 17px;
  font-weight: 800;
}

.header-search-rank-item:hover,
.header-search-recent-keyword:hover {
  color: #ef2d1f;
}

.date-field span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.date-icon {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  fill: none;
  stroke: #111;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.night-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border-radius: 10px;
  background: #f2f4ff;
  color: #5a64ff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.date-dropdown {
  position: fixed;
  top: 74px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1200;
  width: min(960px, calc(100vw - 24px), calc(var(--app-width) - 24px));
  padding: 18px;
  border: 1px solid #d5d9df;
  border-radius: 20px;
  background: #f5f6f8;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
}

.date-dropdown[hidden] {
  display: none !important;
}

.date-dropdown.is-mobile-single-month .calendar-panels {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.date-dropdown.is-mobile-single-month .calendar-month-right {
  display: none;
}

.date-dropdown.is-mobile-single-month .calendar-next-mobile {
  display: grid;
}

.date-dropdown.is-force-dual-month .calendar-panels {
  grid-template-columns: 1fr 1fr !important;
  gap: 22px !important;
}

.date-dropdown.is-force-dual-month .calendar-month-right {
  display: block !important;
}

.date-dropdown.is-force-dual-month .calendar-next-mobile {
  display: none !important;
}

body.is-mobile-picker-date .date-dropdown .calendar-panels {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0;
}

body.is-mobile-picker-date .date-dropdown .calendar-month-right {
  display: none !important;
}

.calendar-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.calendar-month {
  min-width: 0;
}

.calendar-month h4 {
  margin: 0 0 12px;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  color: #1f2430;
}

.calendar-month-head {
  display: grid;
  grid-template-columns: 30px 1fr 30px;
  align-items: center;
  margin-bottom: 12px;
}

.calendar-month-head h4 {
  margin: 0;
  text-align: center;
}

.calendar-head-space {
  width: 30px;
  height: 30px;
}

.calendar-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #111827;
  display: grid;
  place-items: center;
  justify-self: center;
}

.calendar-next-mobile {
  display: none;
}

.calendar-next svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.calendar-prev svg {
  transform: rotate(180deg);
}

.calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-bottom: 8px;
}

.calendar-weekdays span {
  text-align: center;
  color: #444b57;
  font-size: 14px;
  font-weight: 500;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 6px 4px;
}

.calendar-blank {
  height: 66px;
}

.calendar-day {
  min-width: 0;
  height: 66px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #1f2430;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.calendar-day .day-number {
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.calendar-day .day-price {
  font-size: 11px;
  line-height: 1;
  color: #767d88;
}

.calendar-day .day-price.is-empty {
  visibility: hidden;
}

.calendar-day.is-sun .day-number {
  color: #e11d2f;
}

.calendar-day.is-sat .day-number {
  color: #1f2430;
}

.calendar-day.is-muted .day-number {
  color: #b8bcc3;
}

.calendar-day.is-muted .day-price {
  color: #b8bcc3;
}

.calendar-day.is-holiday .day-number {
  color: #e11d2f;
}

.calendar-day.is-today {
  box-shadow: inset 0 0 0 2px #d2d8e1;
}

.calendar-day.is-selected-start,
.calendar-day.is-selected-end {
  background: #1f2430;
  color: #fff;
}

.calendar-day.is-selected-start:not(.is-selected-end) {
  border-radius: 14px 6px 6px 14px;
}

.calendar-day.is-selected-end:not(.is-selected-start) {
  border-radius: 6px 14px 14px 6px;
}

.calendar-day.is-selected-start .day-number,
.calendar-day.is-selected-start .day-price,
.calendar-day.is-selected-end .day-number,
.calendar-day.is-selected-end .day-price {
  color: #fff;
}

.calendar-day.is-in-range {
  background: #e6ebff;
}

.calendar-day .day-price.is-green {
  color: #0f8a69;
}

.calendar-day[disabled] {
  cursor: default;
}

.calendar-foot {
  margin-top: 18px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}

.calendar-notes {
  min-width: 0;
}

.calendar-price-note {
  margin: 0;
  color: #4b5563;
  font-size: 16px;
}

.calendar-help-note {
  margin: 6px 0 0;
  color: #4b5563;
  font-size: 13px;
}

.calendar-apply {
  flex: 0 0 auto;
  min-width: 120px;
  height: 60px;
  padding: 0 24px;
  border-radius: 18px;
  background: #4458ff;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.calendar-reset-btn {
  display: none;
}

.header-tools {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 7px;
  padding-left: 0;
}

.activity-btn {
  height: 34px;
  padding: 0 12px;
  border: 1px solid #dadde2;
  border-radius: 6px;
  background: #f7f8fa;
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.icon-btn {
  width: 34px;
  height: 34px;
  border: 1px solid #e3e7ec;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
}

.icon-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #111;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-search {
  display: grid;
}

.live-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 180px 56px minmax(0, 1fr) 56px 180px;
  align-items: center;
  min-height: 470px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.side-card {
  position: relative;
  width: 150px;
  height: 290px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.side-card-left {
  border-radius: 0 10px 10px 0;
}

.side-card-right {
  border-radius: 10px 0 0 10px;
}

.side-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(16, 16, 16, 0.35));
}

.side-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.56);
}

.side-brand {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 20px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.96);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-align: center;
  text-shadow: 0 2px 8px rgba(15, 23, 42, 0.38);
}

.stage-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #e4e7eb;
  background: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
  color: #9aa2ad;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.stage-arrow svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.center-live {
  background: #ffffff;
  min-height: 420px;
  padding: 30px 26px 22px;
  transition: opacity 0.2s ease;
}

.center-live.is-changing {
  opacity: 0.72;
}

.center-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}

.center-head h2 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 24px;
  line-height: 1.2;
  min-width: 0;
  white-space: nowrap;
}

.info-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #b5bcc8;
  color: #8a94a4;
  font-size: 11px;
  font-weight: 700;
}

.info-dot-btn {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.sort-btn {
  color: #8c94a1;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.sort-btn::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #9aa2ad;
  border-bottom: 1.5px solid #9aa2ad;
  transform: rotate(45deg) translateY(-2px);
}

.center-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
}

.mobile-live-list {
  display: none;
}

.mobile-live-rail {
  display: none;
}

.poster-card {
  position: relative;
  height: 270px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: none;
}

.poster-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.0));
}

.poster-time {
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  z-index: 1;
}

.poster-discount {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  min-width: 30px;
  height: 22px;
  border-radius: 6px;
  background: linear-gradient(135deg, #ff3fb0 0%, #ff5a55 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 800;
}

.poster-brand {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 1;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-column {
  width: 100%;
  min-width: 0;
  padding-top: 0;
}

.detail-column h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.live-benefit {
  margin: 8px 0 0;
  color: #4f58ff;
  font-size: 8px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.live-benefit .live-benefit-bell {
  width: 0.95em;
  height: 0.95em;
  vertical-align: -0.1em;
}

.icon-heart-line {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: fill 0.18s ease, stroke 0.18s ease, transform 0.18s ease;
}

.detail-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.alert-btn {
  margin-top: 0;
  height: 33px;
  padding: 0 14px;
  border: 1px solid #ff4438;
  border-radius: 17px;
  color: #ff4438;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.alert-btn .icon-heart-line {
  width: 14px;
  height: 14px;
  display: block;
  fill: transparent;
}

.alert-btn[aria-pressed="true"] {
  background: #ff4438;
  border-color: #ff4438;
  color: #fff;
}

.alert-btn[aria-pressed="true"] .icon-heart-line {
  fill: currentColor;
  stroke: currentColor;
  transform: scale(1.04);
}

.alert-btn .icon-bell-line {
  width: 14px;
  height: 14px;
  display: block;
}

.live-region-more {
  display: inline-flex;
  align-items: center;
  min-width: 72px;
  justify-content: center;
  height: 33px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 17px;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.live-region-more[hidden] {
  display: none;
}

.product-row {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.product-item {
  width: calc((100% - 20px) / 3);
  flex: 0 0 calc((100% - 20px) / 3);
  min-width: 0;
}

.product-thumb {
  height: 94px;
  border-radius: 8px;
  border: 1px solid #e6e8eb;
  margin-bottom: 8px;
}

.product-item h4 {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #374151;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-price {
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: 700;
  color: #2f3440;
}

.product-price .discount {
  margin-right: 4px;
  color: #ff4d3b;
}

.product-note {
  margin: 2px 0 0;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 400;
}

.stage-counter {
  position: absolute;
  right: 14px;
  bottom: 12px;
  padding: 4px 11px;
  border-radius: 999px;
  background: #adb3bc;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.category-strip {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 16px 10px 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  background: #fafafa;
}

.category-strip::-webkit-scrollbar {
  display: none;
}

.category-strip.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.category-item {
  width: 74px;
  flex: 0 0 74px;
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 6px;
  color: #6b7280;
}

.category-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #eff1f4;
  display: grid;
  place-items: center;
  font-size: 19px;
  font-weight: 700;
}

.category-item > span:last-child {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.category-item.is-active {
  color: #111827;
  font-weight: 700;
}

.category-item.is-active .category-icon {
  background: #fff;
  border: 1px solid #111827;
  color: #111827;
}

.live-chance {
  border-top: 1px solid #e8ebef;
  background: #ffffff;
  padding: 30px 22px 28px;
}

.live-chance-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.live-chance-head h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #0f172a;
}

.live-chance-desc {
  margin: -6px 0 10px;
  font-size: 14px;
  color: #64748b;
  line-height: 1.4;
}

.sort-menu {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 0 auto;
}

.sort-menu-toggle {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.sort-menu-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 30;
  min-width: 96px;
  padding: 8px 0;
  border: 1px solid #d8dde5;
  background: #fff;
}

.sort-menu-dropdown[hidden] {
  display: none;
}

.sort-menu-option {
  width: 100%;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  color: #6b7280;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.sort-menu-option.is-active {
  color: #111827;
}

.live-chance-sort,
.hot-live-sort {
  color: #6b7280;
  font-size: 14px;
  white-space: nowrap;
}

.live-chance-sort::after,
.hot-live-sort::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 7px;
  height: 7px;
  border-right: 1.7px solid #9ca3af;
  border-bottom: 1.7px solid #9ca3af;
  transform: rotate(45deg) translateY(-2px);
}

.sort-menu.is-open .live-chance-sort::after,
.sort-menu.is-open .hot-live-sort::after {
  transform: rotate(-135deg) translateY(1px);
}

.live-chance-filters {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  overflow-x: auto;
  scrollbar-width: none;
}

.live-chance-filters::-webkit-scrollbar {
  display: none;
}

.chance-filter {
  flex: 0 0 auto;
  height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid #d9dde2;
  border-radius: 999px;
  background: #fff;
  color: #7b8190;
  font-size: 16px;
  font-weight: 600;
}

.chance-filter-dot,
.chance-filter-emoji {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.chance-filter-dot {
  background: #ff4538;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.chance-filter-emoji {
  font-size: 16px;
}

.chance-filter.is-active {
  border-color: #ff3b30;
  color: #ff3b30;
  background: #fff;
}

.live-chance-track-wrap {
  position: relative;
}

.live-chance-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 2px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.live-chance-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.live-chance-track::-webkit-scrollbar {
  display: none;
}

.chance-more-card {
  width: 124px;
  flex: 0 0 124px;
  min-width: 124px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6b7280;
  align-self: stretch;
  margin-left: 4px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.chance-more-card.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.chance-more-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #9da3ad;
  color: #fff;
  display: grid;
  place-items: center;
}

.chance-more-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chance-more-text {
  font-size: 18px;
  font-weight: 500;
}

.chance-card {
  width: 256px;
  flex: 0 0 256px;
  min-width: 0;
}

.chance-thumb {
  position: relative;
  height: 384px;
  border-radius: 12px;
  overflow: hidden;
}

.chance-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0));
}

.chance-live {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 7px;
}

.chance-live strong {
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  background: #ff3b30;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.chance-live span {
  height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 9px;
  background: rgba(15, 23, 42, 0.48);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.chance-discount {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  min-width: 42px;
  height: 30px;
  border-radius: 7px;
  background: #ff3b75;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 800;
}

.chance-card h4 {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.34;
  color: #111827;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.chance-benefit {
  margin: 4px 0 0;
  font-size: 14px;
  color: #4f5dff;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chance-price {
  margin: 2px 0 0;
  font-size: 18px;
  font-weight: 800;
  color: #1f2937;
}

.chance-price .discount {
  margin-right: 6px;
  color: #ff3b30;
}

.chance-note {
  margin: 4px 0 0;
  font-size: 13px;
  color: #9ca3af;
  font-weight: 400;
}

.theme-special {
  position: relative;
  border-top: 1px solid #e8ebef;
  background: linear-gradient(180deg, #2d82df 0%, #2b70c6 100%);
  padding: 0 22px 16px;
  color: #fff;
  overflow: hidden;
}

.theme-special::before,
.theme-special::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.theme-special::before {
  width: 280px;
  height: 280px;
  top: -150px;
  left: -95px;
  background: rgba(255, 255, 255, 0.07);
}

.theme-special::after {
  width: 240px;
  height: 240px;
  right: -72px;
  top: 86px;
  background: rgba(255, 255, 255, 0.06);
}

.theme-special-hero {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  min-height: 220px;
  padding: 24px 0 18px;
}

.theme-special-copy {
  max-width: 460px;
  min-width: 0;
  padding-top: 10px;
}

.theme-special-copy h3 {
  margin: 0;
  font-size: 44px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #fff;
}

.theme-special-copy p {
  margin: 14px 0 0;
  font-size: 22px;
  line-height: 1.24;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.theme-special-copy p span:last-child {
  margin-left: 4px;
  font-weight: 700;
}

.theme-special-packshot {
  position: relative;
  flex: 0 0 46%;
  max-width: 540px;
  min-width: 280px;
  height: 204px;
}

.theme-special-pack {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.28);
}

.theme-special-pack.pack-a {
  top: 0;
  right: 6px;
  width: 222px;
  height: 122px;
}

.theme-special-pack.pack-b {
  left: 26px;
  top: 56px;
  width: 120px;
  height: 144px;
}

.theme-special-pack.pack-c {
  left: 152px;
  top: 90px;
  width: 104px;
  height: 108px;
}

.theme-special-pack.pack-d {
  right: 0;
  top: 60px;
  width: 122px;
  height: 140px;
}

.theme-special-clover {
  display: none;
  position: relative;
  flex: 0 0 46%;
  max-width: 540px;
  min-width: 280px;
  height: 204px;
  border-radius: 120px 120px 26px 26px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.24);
}

.theme-special-clover::before,
.theme-special-clover::after {
  content: "";
  position: absolute;
  top: -42px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: inherit;
}

.theme-special-clover::before {
  left: 50%;
  transform: translateX(-70%);
}

.theme-special-clover::after {
  left: 50%;
  transform: translateX(-2%);
}

.theme-special-track {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 0 0 6px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.theme-special-track::-webkit-scrollbar {
  display: none;
}

.theme-special-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.theme-special-card {
  width: 178px;
  flex: 0 0 178px;
  min-width: 0;
}

.theme-special-thumb {
  position: relative;
  height: 236px;
  border-radius: 12px;
  overflow: hidden;
}

.theme-special-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0) 100%);
}

.theme-special-time {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  min-width: 75px;
  border-radius: 9px;
  padding: 7px 9px 8px;
  background: rgba(31, 41, 55, 0.52);
  color: #fff;
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.theme-special-time em {
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
}

.theme-special-time strong {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.theme-special-time.is-single {
  min-width: auto;
  height: 30px;
  padding: 0 9px;
  border-radius: 7px;
  justify-content: center;
}

.theme-special-time.is-single strong {
  font-size: 17px;
  line-height: 1;
}

.theme-special-alert,
.theme-special-wish {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ff6b6b;
  background: #fff;
  color: #ff4f4f;
  font-size: 18px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.theme-special-wish .icon-heart-line {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.theme-special-wish[aria-pressed="true"] {
  background: #ff4f4f;
  border-color: #ff4f4f;
  color: #fff;
}

.theme-special-wish[aria-pressed="true"] .icon-heart-line {
  fill: currentColor;
}

.theme-special-wait {
  margin: 8px 0 0;
  height: 30px;
  border-radius: 6px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  background: rgba(232, 240, 255, 0.3);
  color: #eef3ff;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

.theme-special-card h4 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.theme-special-indicator {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  width: 100%;
  height: 52px;
  border: 1px solid rgba(235, 243, 255, 0.42);
  border-radius: 999px;
  background: rgba(24, 95, 182, 0.28);
  color: #f5f9ff;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.theme-special-indicator-icon {
  font-size: 20px;
  line-height: 1;
}

.theme-special.is-green {
  background: linear-gradient(180deg, #409456 0%, #377f56 100%);
}

.theme-special.is-green::before {
  width: 86px;
  height: 86px;
  top: -22px;
  left: -12px;
  border-radius: 0 0 78px 0;
  background: #e8b74d;
}

.theme-special.is-green::after {
  width: 152px;
  height: 116px;
  right: 8px;
  top: 106px;
  border-radius: 999px;
  background: rgba(136, 188, 78, 0.42);
}

.theme-special.is-green .theme-special-copy h3 {
  color: #f6fbef;
}

.theme-special.is-green .theme-special-copy p {
  color: rgba(242, 249, 232, 0.95);
}

.theme-special.is-green .theme-special-packshot {
  display: none;
}

.theme-special.is-green .theme-special-clover {
  display: block;
}

.theme-special.is-green .theme-special-thumb::before {
  background: linear-gradient(180deg, rgba(8, 24, 20, 0.0) 0%, rgba(8, 24, 20, 0.0) 100%);
}

.theme-special.is-green .theme-special-time {
  background: rgba(58, 66, 75, 0.62);
}

.theme-special.is-green .theme-special-time.is-single {
  background: rgba(55, 63, 71, 0.68);
}

.theme-special.is-green .theme-special-wait {
  background: rgba(245, 250, 244, 0.96);
  color: #30424f;
}

.theme-special.is-green .theme-special-card h4 {
  color: #f8fbf2;
}

.theme-special.is-green .theme-special-indicator {
  border-color: rgba(224, 242, 222, 0.38);
  background: rgba(37, 104, 89, 0.34);
  color: #f2faee;
}

.popular-ranking {
  border-top: 1px solid #e8ebef;
  background: #fff;
  padding: 44px 44px 36px;
}

.popular-ranking-head h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  color: #0f172a;
}

.popular-ranking-periods {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ranking-period {
  height: 38px;
  padding: 0 15px;
  border: 1px solid #d8dde4;
  border-radius: 999px;
  background: #fff;
  color: #8a919f;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.ranking-period.is-active {
  border-color: #ff3b30;
  color: #ff3b30;
  font-weight: 700;
}

.ranking-track-wrap {
  margin-top: 22px;
}

.ranking-mobile-wrap {
  display: none;
}

.ranking-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.ranking-track::-webkit-scrollbar {
  display: none;
}

.ranking-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.ranking-card {
  width: 214px;
  flex: 0 0 214px;
  min-width: 0;
}

.ranking-thumb {
  height: 214px;
  border-radius: 10px;
}

.ranking-meta {
  margin-top: 8px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
}

.ranking-order {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ranking-order strong {
  font-size: 38px;
  line-height: 1;
  color: #111827;
  font-weight: 800;
}

.rank-diff {
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

.rank-diff.is-muted {
  color: #8b93a3;
}

.rank-diff.is-up {
  color: #ef4444;
}

.rank-diff.is-down {
  color: #466dff;
}

.rank-diff.is-new {
  color: #ff4b34;
}

.ranking-watch {
  justify-self: end;
  min-width: 0;
  height: 25px;
  border-radius: 8px;
  padding: 0 10px;
  background: #eef1ff;
  color: #5a64ff;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.ranking-card h4 {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.35;
  color: #1f2937;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ranking-price {
  margin: 6px 0 0;
  font-size: 17px;
  font-weight: 800;
  color: #111827;
}

.ranking-price .discount {
  margin-right: 6px;
  color: #ff3b30;
}

.ranking-note {
  margin: 6px 0 0;
  font-size: 15px;
  color: #9ca3af;
  font-weight: 400;
}

.pc-benefit-rolling {
  display: none;
  border-top: 1px solid #e8ebef;
  background: #fff;
  padding: 28px 44px 38px;
}

.pc-benefit-shortcuts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pc-benefit-shortcut {
  height: 76px;
  border: 1px solid #edf0f4;
  border-radius: 14px;
  background: #eef0f4;
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
}

.pc-benefit-stage {
  margin-top: 22px;
  position: relative;
}

.pc-benefit-stage.is-changing .pc-benefit-track {
  opacity: 0.72;
}

.pc-benefit-viewport {
  overflow: hidden;
}

.pc-benefit-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  transition: opacity 0.2s ease;
}

.pc-benefit-card {
  position: relative;
  min-height: 286px;
  border-radius: 22px;
  padding: 22px 24px 24px 44px;
  overflow: hidden;
}

.pc-benefit-card.pc-benefit-banner {
  padding: 0;
  min-height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 16 / 9;
}

.pc-benefit-banner-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.pc-benefit-banner-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 0;
}

.pc-benefit-card.is-orange {
  background: linear-gradient(135deg, #ff8f00 0%, #ff9800 70%);
  color: #fff;
}

.pc-benefit-card.is-sky {
  background: linear-gradient(135deg, #bbcae8 0%, #b0c0df 75%);
  color: #1f2430;
}

.pc-benefit-card.is-mint {
  background: linear-gradient(135deg, #8ae0cf 0%, #74d5c2 75%);
  color: #0f2935;
}

.pc-benefit-card.is-violet {
  background: linear-gradient(135deg, #d0c6ff 0%, #c3b7ff 75%);
  color: #1b2030;
}

.pc-benefit-card.is-rose {
  background: linear-gradient(135deg, #ffc2cb 0%, #ffb2be 75%);
  color: #2f1b24;
}

.pc-benefit-card.is-navy {
  background: linear-gradient(135deg, #b7c9f3 0%, #a5b8e7 75%);
  color: #1f2739;
}

.pc-benefit-card.is-lime {
  background: linear-gradient(135deg, #d9ef9f 0%, #cfe98a 75%);
  color: #2a3418;
}

.pc-benefit-card.is-gray {
  background: linear-gradient(135deg, #d9dde6 0%, #cfd4de 75%);
  color: #1f2732;
}

.pc-benefit-chip {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  height: 46px;
  padding: 0 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.pc-benefit-title {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  white-space: pre-line;
}

@media (min-width: 1200px) {
  .pc-benefit-title.is-coupon-pack-compact {
    font-size: 36.8px;
  }
}

.pc-benefit-sub {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.pc-benefit-visual {
  position: absolute;
  right: 22px;
  bottom: 18px;
  z-index: 0;
  font-size: 120px;
  line-height: 1;
  opacity: 0.92;
  filter: drop-shadow(0 10px 22px rgba(15, 23, 42, 0.18));
}

.pc-benefit-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #dde2e8;
  background: #f6f7f9;
  color: #111827;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.pc-benefit-arrow.is-prev {
  left: -28px;
}

.pc-benefit-arrow.is-next {
  right: -28px;
}

.pc-benefit-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pc-benefit-footer {
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pc-benefit-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d9dde4;
  background: #fff;
  color: #111827;
  display: grid;
  place-items: center;
}

.pc-benefit-toggle span {
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.pc-benefit-progress {
  width: 430px;
  height: 4px;
  border-radius: 999px;
  background: #d9dde3;
  overflow: hidden;
}

.pc-benefit-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: #1f2430;
  transition: width 0.2s ease;
}

.pc-benefit-counter {
  min-width: 90px;
  height: 32px;
  border-radius: 999px;
  padding: 0 12px;
  background: #eceef2;
  color: #1f2937;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}

.hot-live-pc {
  display: none;
  border-top: 1px solid #e8ebef;
  background: #fff;
}

.hot-live-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hot-live-head h3 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
  font-weight: 800;
}

.hot-live-info-btn {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
}

.hot-live-info {
  width: 18px;
  height: 18px;
  border: 1px solid #bfc6d2;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8b93a0;
  font-size: 12px;
  font-weight: 700;
}

.info-popup-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 22;
  width: 386px;
  max-width: 100%;
  padding: 14px 44px 14px 16px;
  border: 1px solid #e1e6ee;
  background: #fff;
  box-shadow: 0 4px 14px rgba(17, 24, 39, 0.08);
}

.info-popup-panel p {
  margin: 0;
  color: #6c7381;
  font-size: 15px;
  line-height: 1.45;
}

.info-popup-close {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a0a6b1;
  font-size: 32px;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
}

.hot-live-filters {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.hot-live-filters.is-dragging {
  cursor: grabbing;
}

.hot-live-filters::-webkit-scrollbar {
  display: none;
}

.hot-live-filter {
  flex: 0 0 auto;
  height: 40px;
  border: 1px solid #d5dbe5;
  border-radius: 999px;
  padding: 0 13px 0 9px;
  background: #f7f8fa;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
}

.hot-live-filter-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e9edf4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6d7685;
  font-size: 10px;
  font-weight: 700;
}

.hot-live-filter.is-active {
  border-color: #ff4b34;
  background: #fff;
  color: #ff3b30;
  font-weight: 700;
}

.hot-live-filter.is-active .hot-live-filter-icon {
  background: #ff3b30;
  color: #fff;
}

.hot-live-track-wrap {
  margin-top: 18px;
}

.hot-live-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.hot-live-track::-webkit-scrollbar {
  display: none;
}

.hot-live-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.hot-live-card {
  width: 258px;
  flex: 0 0 258px;
  min-width: 0;
}

.hot-live-thumb {
  position: relative;
  height: 390px;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.hot-live-rank {
  position: absolute;
  top: 12px;
  left: 12px;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 9px;
  background: #161b25;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.hot-live-watch {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  background: rgba(17, 24, 39, 0.4);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.hot-live-badge {
  position: absolute;
  right: 10px;
  bottom: 170px;
  min-width: 36px;
  height: 28px;
  border-radius: 6px;
  background: #64401f;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 700;
}

.hot-live-card h4 {
  margin: 12px 0 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.34;
  font-weight: 400;
  min-height: calc(16px * 1.34 * 2);
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hot-live-product {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.hot-live-product-thumb {
  width: 56px;
  height: 56px;
  border-radius: 8px;
}

.hot-live-product-copy {
  min-width: 0;
}

.hot-live-product-name {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-live-product-price {
  margin: 4px 0 0;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.hot-live-product-price span {
  margin-right: 6px;
  color: #ff3b30;
}

.hot-live-product-note {
  margin: 4px 0 0;
  color: #8d95a1;
  font-size: 13px;
  font-weight: 400;
}

.hot-live-more {
  width: 124px;
  flex: 0 0 124px;
  min-width: 124px;
  border: 0;
  border-radius: 0;
  background: transparent;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6b7280;
  margin-left: 4px;
}

.hot-live-more-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #9da3ad;
  color: #fff;
  display: grid;
  place-items: center;
}

.hot-live-more-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hot-live-more-text {
  font-size: 18px;
  font-weight: 500;
}

.today-scene {
  display: none;
  border-top: 1px solid #e8ebef;
  background: #fff;
}

.today-scene-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.today-scene-head h3 {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.today-scene-date {
  margin: 0;
  color: #8d95a1;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}

.today-scene-filters {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.today-scene-filters::-webkit-scrollbar {
  display: none;
}

.today-scene-filter {
  flex: 0 0 auto;
  height: 40px;
  border: 1px solid #d5dbe5;
  border-radius: 999px;
  padding: 0 14px 0 10px;
  background: #f7f8fa;
  color: #6b7280;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
}

.today-scene-filter-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e9edf4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6d7685;
  font-size: 12px;
}

.today-scene-filter.is-active {
  border-color: #ff4b34;
  background: #fff;
  color: #ff3b30;
  font-weight: 700;
}

.today-scene-filter.is-active .today-scene-filter-icon {
  background: #ffebe7;
  color: #ff3b30;
}

.today-scene-track-wrap {
  margin-top: 18px;
}

.today-scene-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.today-scene-track::-webkit-scrollbar {
  display: none;
}

.today-scene-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.today-scene-card {
  width: 258px;
  flex: 0 0 258px;
  min-width: 0;
}

.today-scene-thumb {
  position: relative;
  height: 390px;
  border-radius: 11px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.today-scene-watch {
  position: absolute;
  top: 12px;
  left: 12px;
  height: 30px;
  padding: 0 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.56);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.today-scene-shot {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 12px;
  height: 36px;
  border-radius: 8px;
  background: rgba(17, 24, 39, 0.62);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.today-scene-card h4 {
  margin: 12px 0 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.34;
  font-weight: 400;
  min-height: calc(16px * 1.34 * 2);
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.today-scene-product {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}

.today-scene-product-thumb {
  width: 56px;
  height: 56px;
  border-radius: 8px;
}

.today-scene-product-copy {
  min-width: 0;
}

.today-scene-product-name {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.today-scene-product-price {
  margin: 4px 0 0;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.today-scene-product-price span {
  margin-right: 6px;
  color: #ff3b30;
}

.today-scene-product-note {
  margin: 4px 0 0;
  color: #8d95a1;
  font-size: 13px;
  font-weight: 400;
}

.beauty-shorts {
  display: none;
  border-top: 1px solid #e8ebef;
  background: #fff;
}

.beauty-shorts-track-wrap {
  margin-top: 18px;
}

.beauty-shorts-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
}

.beauty-shorts-track::-webkit-scrollbar {
  display: none;
}

.beauty-shorts-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.beauty-short-card {
  width: 180px;
  flex: 0 0 180px;
  min-width: 0;
}

.beauty-short-thumb {
  position: relative;
  height: 266px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.beauty-short-clip,
.beauty-short-watch {
  position: absolute;
  top: 12px;
  height: 24px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.beauty-short-clip {
  left: 12px;
  background: #6569e6;
}

.beauty-short-watch {
  right: 12px;
  background: rgba(17, 24, 39, 0.5);
}

.beauty-short-card h4 {
  margin: 12px 0 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 400;
  min-height: calc(16px * 1.32 * 2);
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.beauty-short-brand {
  margin: 2px 0 0;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.live-forecast {
  display: none;
  border-top: 1px solid #e8ebef;
  background: #fff;
}

.live-forecast-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.live-forecast-head h3 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.live-forecast-more {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #667084;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.live-forecast-more::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 7px;
  height: 7px;
  border-right: 1.7px solid #9ca3af;
  border-bottom: 1.7px solid #9ca3af;
  transform: rotate(-45deg) translateY(1px);
}

.live-forecast-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 30px 44px;
}

.forecast-item {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.forecast-thumb {
  position: relative;
  height: 268px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.forecast-time {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 76px;
  border-radius: 10px;
  background: rgba(79, 74, 68, 0.72);
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 9px 0 10px;
  line-height: 1;
}

.forecast-time em {
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
}

.forecast-time strong {
  font-size: 18px;
  font-weight: 800;
}

.forecast-body {
  min-width: 0;
}

.forecast-body h4 {
  margin: 2px 0 0;
  color: #111827;
  font-size: 16px;
  line-height: 1.32;
  font-weight: 400;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.forecast-event {
  margin: 4px 0 0;
  color: #4f57f6;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.forecast-product {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.forecast-product-thumb {
  width: 44px;
  height: 44px;
  border-radius: 6px;
}

.forecast-product-copy {
  min-width: 0;
}

.forecast-product-name {
  margin: 0;
  color: #5f6775;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.forecast-product-price {
  margin: 3px 0 0;
  color: #111827;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.forecast-product-price span {
  margin-right: 6px;
  color: #ff3b30;
}

.forecast-shipping {
  margin: 8px 0 0;
  color: #8b95a4;
  font-size: 12px;
  line-height: 1;
  min-height: 14px;
  font-weight: 400;
}

.forecast-divider {
  margin-top: 10px;
  height: 1px;
  background: #e4e8ee;
}

.forecast-store {
  margin: 10px 0 0;
  color: #5a6372;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 400;
}

.forecast-alert {
  margin-top: 8px;
  height: 34px;
  border: 1px solid #ff3b30;
  border-radius: 999px;
  padding: 0 14px;
  background: #fff;
  color: #ff3b30;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.home-forecast-item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.34s ease, transform 0.34s ease;
}

.home-forecast-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.forecast-infinite-loading,
.forecast-infinite-end {
  margin: 16px 0 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

#homeForecastSentinel {
  width: 100%;
  height: 1px;
}

.discovery-page .live-forecast {
  display: block;
  padding: 40px 26px 34px;
  border-top: 0;
}

.discovery-page main {
  padding-bottom: 0px;
}

.discovery-page .is-future-hidden {
  display: none !important;
}

.discovery-content-split {
  display: block;
}

.discovery-map-view {
  display: none;
  padding: 28px 26px 8px;
}

.discovery-page.is-map-view .discovery-map-view {
  display: block;
}

.discovery-page.is-map-view .discovery-live-forecast,
.discovery-page.is-map-view .legal-notice {
  display: none;
}

@media (min-width: 1200px) {
  .discovery-page .discovery-content-split {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    align-items: start;
    gap: 24px;
    padding: 0 26px;
  }

  .discovery-page .discovery-content-split .discovery-live-forecast {
    padding: 40px 0 34px;
  }

  .discovery-page .discovery-content-split .discovery-map-view {
    padding: 8px 0;
    position: sticky;
    top: 96px;
    height: calc(100vh - 96px);
    display: flex;
    flex-direction: column;
  }

  .discovery-page .discovery-content-split .discovery-map-view[hidden] {
    display: none;
  }

  .discovery-page .discovery-content-split .discovery-map-view:not([hidden]) {
    display: flex;
  }

  .discovery-page .discovery-map-back {
    display: none;
  }

  .discovery-page .discovery-map-head {
    padding: 0;
  }

  .discovery-page .discovery-map-head-filter {
    margin-left: auto;
  }

  .discovery-page .discovery-map-stage {
    height: auto;
    min-height: 0;
    flex: 1 1 auto;
  }

  .discovery-page .discovery-view-switch {
    display: none;
  }
}

.discovery-map-stage {
  position: relative;
  height: 420px;
  border: 1px solid #dce3ec;
  border-radius: 22px;
  overflow: hidden;
  background: #eaf0f8;
}

.discovery-map-kakao {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.discovery-map-stage .discovery-map-info-row {
  z-index: 10;
}

.discovery-map-stage .discovery-map-price-layer {
  display: none;
}

.discovery-map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(31, 41, 55, 0.26);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-map-pin.is-active {
  border-color: #2f80ed;
  background: #2f80ed;
  color: #fff;
  box-shadow: 0 8px 20px rgba(47, 128, 237, 0.28);
}

.discovery-map-caption {
  margin: 14px 0 0;
  color: #5b6678;
  font-size: 14px;
  font-weight: 700;
}

.discovery-map-list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.discovery-map-card {
  min-height: 62px;
  border: 1px solid #dde3eb;
  border-radius: 16px;
  background: #fff;
  padding: 12px 14px;
  display: grid;
  justify-items: flex-start;
  gap: 4px;
  cursor: pointer;
}

.discovery-map-card strong {
  color: #111827;
  font-size: 15px;
  font-weight: 800;
}

.discovery-map-card span {
  color: #6b7280;
  font-size: 13px;
  font-weight: 600;
}

.discovery-map-card.is-active {
  border-color: rgba(47, 128, 237, 0.6);
  box-shadow: 0 8px 20px rgba(47, 128, 237, 0.16);
}

.discovery-view-switch {
  position: fixed;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 1300;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  border: 1px solid #d5dbe4;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
}

.discovery-view-btn {
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-view-btn svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discovery-view-btn.is-active {
  color: #4f46e5;
  background: #f5f3ff;
}

.discovery-view-btn.is-disabled {
  opacity: 0.42;
  cursor: not-allowed;
}

#discoveryMapViewBtn:not(.is-active) span {
  color: #111827;
}

#discoveryMapViewBtn:not(.is-active) svg {
  stroke: #111827;
}

.discovery-view-divider {
  width: 1px;
  height: 26px;
  background: #e4e7ee;
}

.discovery-page .live-forecast-head {
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.discovery-results-meta {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  min-width: 0;
}

.discovery-results-meta h3 {
  margin: 0;
}

.discovery-forecast-count {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.discovery-page .live-forecast-grid {
  margin-top: 18px;
}

.discovery-list-tools {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}

.discovery-list-tool-btn {
  position: relative;
  height: 40px;
  min-width: 86px;
  padding: 0 14px;
  border: 1px solid #d6dde7;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-list-tool-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  /* stroke-width: 1.9; */
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discovery-list-tool-btn.is-active {
  border-color: #2e8cff;
  color: #2e8cff;
  background: #eef5ff;
}

.discovery-list-tool-btn.is-active::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2e8cff;
}

.discovery-list-quick-filters {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.discovery-list-quick-filters::-webkit-scrollbar {
  display: none;
}

.discovery-list-quick-filters .discovery-mobile-chip {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 14px;
  border: 1px solid #e1e6ee;
  border-radius: 999px;
  background: #f3f5f9;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-list-quick-filters .discovery-mobile-chip svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discovery-list-quick-filters .discovery-mobile-chip.is-active {
  border-color: #111827;
  background: #fff;
}

.discovery-live-forecast.is-empty .live-forecast-head,
.discovery-live-forecast.is-empty .discovery-forecast-loading,
.discovery-live-forecast.is-empty .discovery-forecast-end,
.discovery-live-forecast.is-empty #discoveryForecastSentinel {
  display: none;
}

@media (min-width: 1200px) {
  .discovery-page .live-forecast-head {
    max-height: 92px;
    overflow: hidden;
    transition: max-height 0.22s ease, margin 0.22s ease, opacity 0.18s ease, transform 0.22s ease;
  }

  .discovery-page .discovery-list-quick-filters {
    max-height: 56px;
    overflow: hidden;
    transition: max-height 0.22s ease, margin 0.22s ease, opacity 0.18s ease, transform 0.22s ease;
  }

  body.is-discovery-list-controls-hidden .discovery-page .live-forecast-head {
    max-height: 0;
    margin: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }

  body.is-discovery-list-controls-hidden .discovery-page .discovery-list-quick-filters {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
  }
}

.discovery-no-result {
  min-height: 240px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 28px 10px 10px;
}

.discovery-no-result[hidden] {
  display: none !important;
}

.discovery-no-result-title {
  margin: 0;
  color: #6b7280;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.discovery-no-result-desc {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42;
}

.discovery-forecast-item {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.34s ease, transform 0.34s ease;
  cursor: pointer;
}

.discovery-forecast-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.discovery-forecast-item:hover {
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  border-radius: 12px;
}

.discovery-forecast-item.is-selected {
  border-radius: 12px;
  box-shadow: 0 0 0 2px rgba(255, 143, 0, 0.68);
}

/* 이미지 없을 때 now.svg 등 — cover 대비 로고가 과하게 커지는 현상 방지 */
.discovery-forecast-item .forecast-thumb.forecast-thumb--placeholder {
  background-color: #f0f2f5;
  background-size: auto min(72px, 34%);
  background-position: center;
  background-repeat: no-repeat;
}

.discovery-item-address {
  color: #6b7280;
  font-size: 13px;
  margin: 2px 0 0;
  line-height: 1.3;
}

.discovery-item-rating {
  color: #f59e0b;
  font-size: 13px;
  font-weight: 600;
  margin: 6px 0 0;
}

.discovery-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 6px 0 0;
}

.discovery-item-tag {
  display: inline-block;
  background: #f3f4f6;
  color: #374151;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1.4;
}

.discovery-item-room-type {
  display: inline-block;
  color: #6b7280;
  font-size: 12px;
  margin: 4px 0 0;
}

.discovery-item-event {
  color: #ef4444;
  font-size: 12px;
  font-weight: 600;
  margin: 4px 0 0;
}

.discovery-item-price {
  font-size: 14px;
  color: #374151;
  margin: 8px 0 0;
}

.discovery-item-price strong {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}

.discovery-forecast-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 220px;
  margin: 16px 0 0;
  padding: 24px 16px;
  color: #6b7280;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  box-sizing: border-box;
}

.discovery-forecast-loading[hidden] {
  display: none !important;
}

.discovery-forecast-loading-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e5e7eb;
  border-top-color: #4f57f6;
  border-radius: 50%;
  animation: discovery-forecast-spin 0.72s linear infinite;
}

.discovery-forecast-loading-text {
  line-height: 1.45;
}

@keyframes discovery-forecast-spin {
  to {
    transform: rotate(360deg);
  }
}

.discovery-forecast-end {
  margin: 16px 0 0;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

#discoveryForecastSentinel {
  width: 100%;
  height: 1px;
}

@media (max-width: 720px) {
  .discovery-page .live-forecast-head {
    align-items: flex-start;
    gap: 10px;
  }

  .discovery-results-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .discovery-page main {
    padding-bottom: 66px;
  }

  .discovery-list-tools {
    display: none;
  }

  .discovery-list-quick-filters {
    margin-top: 8px;
  }

  .discovery-map-view {
    padding: 20px 16px 8px;
  }

  .discovery-map-stage {
    height: 350px;
    border-radius: 18px;
  }

  .discovery-map-list {
    grid-template-columns: 1fr;
  }

  .discovery-view-switch {
    bottom: 14px;
    padding: 4px;
  }

  .discovery-view-btn {
    height: 38px;
    font-size: 12px;
    padding: 0 12px;
  }

  .discovery-view-btn svg {
    width: 18px;
    height: 18px;
  }

  .discovery-no-result {
    min-height: 180px;
    padding: 16px 8px 0;
  }

  .discovery-no-result-title {
    font-size: 22px;
  }

  .discovery-no-result-desc {
    font-size: 16px;
  }
}

.discovery-map-view {
  padding: 0 0 0;
}

.discovery-map-head {
  height: auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
}

.discovery-map-back {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.discovery-map-back svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discovery-map-region {
  margin: 0;
  color: #111827;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.discovery-map-head-filter {
  height: 40px;
  min-width: 88px;
  padding: 0 14px;
  font-size: 15px;
}

.discovery-map-controls {
  padding: 10px 28px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
}

.discovery-map-control {
  height: 44px;
  border: 1px solid #d7dde7;
  border-radius: 999px;
  background: #fff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-map-control svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  /* stroke-width: 1.8; */
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discovery-map-control-date {
  min-width: 350px;
}

.discovery-map-control-filter {
  min-width: 90px;
}

.discovery-map-tags {
  margin-top: 12px;
  padding: 0 28px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
}

.discovery-map-tag {
  height: 40px;
  border: 1px solid #e3e7ee;
  border-radius: 999px;
  background: #f3f4f6;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-map-tag svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discovery-map-control.is-active,
.discovery-map-tag.is-active {
  border-color: #111827;
  background: #f3f4f6;
}

.discovery-filter-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1400;
  background: rgba(17, 24, 39, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.discovery-filter-modal-backdrop[hidden] {
  display: none !important;
}

.discovery-filter-modal {
  width: min(96%, 720px);
  max-height: min(88vh, 760px);
  border: 1px solid #d7dde6;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(17, 24, 39, 0.28);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.discovery-filter-modal-head {
  height: 82px;
  padding: 0 24px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eceff4;
}

.discovery-filter-modal-head h4 {
  margin: 0;
  color: #111827;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.discovery-filter-modal-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.discovery-filter-modal-close svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discovery-filter-modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 12px 30px 16px;
}

.discovery-filter-modal-body::-webkit-scrollbar {
  width: 8px;
}

.discovery-filter-modal-body::-webkit-scrollbar-thumb {
  background: #c6ceda;
  border-radius: 999px;
}

.discovery-filter-modal-body::-webkit-scrollbar-track {
  background: transparent;
}

.discovery-filter-block {
  padding: 18px 0;
  border-bottom: 1px solid #eef1f5;
}

.discovery-filter-block:last-child {
  border-bottom: 0;
}

.discovery-filter-block h5 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 21px;
  font-weight: 800;
}

.discovery-filter-available-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.discovery-filter-available-row p {
  margin: 0;
  color: #111827;
  font-size: 21px;
  font-weight: 800;
}

.discovery-filter-switch {
  width: 66px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #d2d6dc;
  padding: 3px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.discovery-filter-switch span {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(17, 24, 39, 0.2);
  transform: translateX(0);
  transition: transform 0.2s ease;
}

.discovery-filter-switch.is-on {
  background: #4f46e5;
}

.discovery-filter-switch.is-on span {
  transform: translateX(28px);
}

.discovery-filter-chip-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.discovery-filter-chip-row.is-wrap {
  flex-wrap: wrap;
}

.discovery-filter-chip {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid #d6dde8;
  border-radius: 999px;
  background: #fff;
  color: #4b5563;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.discovery-filter-chip.is-selected {
  border-color: #4f46e5;
  background: #eef2ff;
  color: #4338ca;
}

.discovery-filter-modal-foot {
  flex: 0 0 auto;
  padding: 14px 22px 20px;
  border-top: 1px solid #eceff4;
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 10px;
  align-items: center;
  background: #fff;
}

.discovery-filter-reset {
  height: 52px;
  border: 1px solid #d4dbe5;
  border-radius: 14px;
  background: #fff;
  color: #6b7280;
  font-size: 21px;
  font-weight: 700;
  cursor: pointer;
}

.discovery-filter-reset:disabled {
  border-color: #e4e7ed;
  background: #f8fafc;
  color: #c2c9d4;
  cursor: default;
}

.discovery-filter-apply {
  height: 52px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #4f46e5, #3b82f6);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-map-stage {
  --map-pan-x: 0px;
  --map-pan-y: 0px;
  margin-top: 0;
  height: 760px;
  border-top: 1px solid #e4e8ef;
  border-radius: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
  background:
    radial-gradient(circle at 18% 30%, #edf4e8 0 18%, transparent 20%),
    radial-gradient(circle at 58% 38%, #f1f5e9 0 21%, transparent 23%),
    radial-gradient(circle at 75% 66%, #ecf2e6 0 18%, transparent 22%),
    radial-gradient(circle at 46% 74%, #eef3e8 0 19%, transparent 22%),
    linear-gradient(0deg, #95bfdf, #95bfdf);
  background-position: var(--map-pan-x) var(--map-pan-y);
}

.discovery-map-stage.is-panning {
  cursor: grabbing;
}

.discovery-map-stage::before {
  display: none;
}

.discovery-map-stage::after {
  display: none;
}

.discovery-map-price-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  font-variant-numeric: tabular-nums;
}

.discovery-map-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 34px;
  border: 1px solid rgba(17, 24, 39, 0.24);
  border-radius: 999px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  white-space: nowrap;
  padding: 0 12px;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.16);
  cursor: pointer;
  transition: background-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.discovery-map-price:hover {
  transform: translateY(-2px);
}

.discovery-map-price.is-active {
  z-index: 20;
  border-color: #111827;
  background: #111827;
  color: #fff;
}

.discovery-map-price.is-active:hover {
  transform: none;
}

.discovery-map-info-row {
  position: relative;
  width: min(96%, 540px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  z-index: 4;
  pointer-events: none;
}

.discovery-map-info-row.is-overlay-active {
  margin-bottom: -122px;
}

.discovery-map-card-stack {
  position: relative;
  display: grid;
  width: 100%;
  pointer-events: none;
}

.discovery-map-card-stack > .discovery-map-spotlight,
.discovery-map-card-stack > .discovery-map-review {
  grid-area: 1 / 1;
}

.discovery-map-spotlight {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  transform: none;
  width: 100%;
  min-height: 190px;
  height: 190px;
  border: 1px solid #d7dce5;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(17, 24, 39, 0.2);
  z-index: 1;
  padding: 14px;
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 12px;
  pointer-events: auto;
}

.discovery-map-spotlight[role="button"] {
  cursor: pointer;
}

.discovery-map-spotlight[role="button"]:focus-visible {
  outline: 2px solid #2e8cff;
  outline-offset: 2px;
}

.discovery-map-spotlight[hidden] {
  display: none;
}

.discovery-map-spotlight-thumb {
  width: 138px;
  height: 162px;
  border-radius: 10px;
  background: center / cover no-repeat;
}

.discovery-map-spotlight-thumb.forecast-thumb--placeholder {
  background-color: #f0f2f5;
  background-size: auto min(56px, 38%);
  background-position: center;
  background-repeat: no-repeat;
}

.discovery-map-spotlight-body {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 6px;
}

.discovery-map-spotlight-type {
  margin: 0;
  color: #8b95a8;
  font-size: 11px;
  font-weight: 700;
}

.discovery-map-spotlight-title {
  margin: 0;
  color: #111827;
  font-size: 20px;
  line-height: 1.24;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.discovery-map-spotlight-rating {
  margin: 0;
  color: #2d3748;
  font-size: 15px;
  font-weight: 800;
}

.discovery-map-spotlight-rating::before {
  content: "★ ";
  color: #f59e0b;
}

.discovery-map-spotlight-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-width: 0;
}

.discovery-map-spotlight-review-btn {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2e8cff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  cursor: pointer;
}

.discovery-map-spotlight-review-btn:focus-visible {
  outline: 2px solid #2e8cff;
  outline-offset: 2px;
  border-radius: 6px;
}

.discovery-map-spotlight-price {
  margin: 26px 0 0;
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.discovery-map-spotlight-price strong {
  color: #111827;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}

.discovery-map-review {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  width: 100%;
  min-height: 190px;
  height: 190px;
  border: 1px solid #d7dde6;
  border-radius: 18px;
  background: #f4f6f9;
  box-shadow: 0 14px 28px rgba(17, 24, 39, 0.14);
  z-index: 5;
  overflow: visible;
  pointer-events: auto;
}

.discovery-map-review[hidden] {
  display: none;
}

.discovery-map-review-head {
  height: 52px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e0e5ed;
  background: rgba(255, 255, 255, 0.45);
}

.discovery-map-review-close {
  width: 34px;
  height: 34px;
  border: 1px solid #d3dae6;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.discovery-map-review-close svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.discovery-map-review-close:hover {
  background: #fff;
  color: #111827;
}

.discovery-map-review-close:focus-visible {
  outline: 2px solid #2e8cff;
  outline-offset: 2px;
}

.discovery-map-review-score {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  color: #111827;
}

.discovery-map-review-star {
  color: #f2b233;
  font-size: 16px;
  line-height: 1;
}

.discovery-map-review-score strong {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.discovery-map-review-score em {
  margin: 0;
  font-style: normal;
  color: #111827;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.discovery-map-review-more {
  border: 0;
  background: transparent;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.discovery-map-review-carousel {
  position: relative;
  padding: 10px 0 10px;
  height: calc(100% - 52px);
}

.discovery-map-review-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  height: 100%;
}

.discovery-map-review-viewport::-webkit-scrollbar {
  display: none;
}

.discovery-map-review-viewport.is-dragging {
  cursor: grabbing;
}

.discovery-map-review-track {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 0 10px;
  height: 100%;
}

.discovery-map-review-card {
  flex: 0 0 100%;
  min-width: 100%;
  border-radius: 10px;
  background: #eceff3;
  padding: 11px 12px;
  height: 100%;
}

.discovery-map-review-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.discovery-map-review-card-stars {
  margin: 0;
  color: #f2b233;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
}

.discovery-map-review-card-date {
  margin: 0;
  color: #5f6b7e;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.discovery-map-review-card-text {
  margin: 8px 0 0;
  color: #334155;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.discovery-map-review-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  background: #f9fafb;
}

.discovery-map-review-empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 12px;
}

.discovery-map-review-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid #cfd6e1;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 8px 16px rgba(17, 24, 39, 0.12);
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
}

.discovery-map-review-nav svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.discovery-map-review-nav.is-prev {
  left: -10px;
}

.discovery-map-review-nav.is-next {
  right: -10px;
}

.discovery-map-empty {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 4;
  min-width: 260px;
  height: 48px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.82);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
}

.discovery-map-empty[hidden] {
  display: none;
}

.discovery-map-caption,
.discovery-map-list,
.discovery-map-card,
.discovery-map-pin,
.discovery-map-pin.is-active,
.discovery-map-card strong,
.discovery-map-card span,
.discovery-map-card.is-active {
  display: none;
}

.discovery-map-price-layer button {
  outline: 0;
}

.discovery-map-price-layer button:focus-visible,
.discovery-map-control:focus-visible,
.discovery-map-tag:focus-visible,
.discovery-map-back:focus-visible {
  box-shadow: 0 0 0 2px rgba(47, 128, 237, 0.35);
}

.discovery-map-price-layer button:focus-visible {
  box-shadow: 0 0 0 2px rgba(47, 128, 237, 0.42), 0 4px 12px rgba(17, 24, 39, 0.16);
}

@media (max-width: 1200px) {
  .discovery-map-region {
    font-size: 27px;
  }

  .discovery-map-control-date {
    min-width: 300px;
  }

  .discovery-map-stage {
    height: 660px;
  }

  .discovery-filter-modal-backdrop {
    padding: 16px;
  }

  .discovery-filter-modal {
    width: min(97%, 620px);
    max-height: min(86vh, 680px);
    border-radius: 24px;
  }

  .discovery-filter-modal-head {
    height: 66px;
    padding: 0 18px 0 22px;
  }

  .discovery-filter-modal-head h4 {
    font-size: 29px;
  }

  .discovery-filter-modal-body {
    padding: 10px 22px 14px;
  }

  .discovery-filter-block h5,
  .discovery-filter-available-row p {
    font-size: 16px;
  }

  .discovery-filter-chip {
    min-height: 36px;
    font-size: 14px;
  }

  .discovery-filter-modal-foot {
    padding: 12px 16px 14px;
    grid-template-columns: 102px 1fr;
  }

  .discovery-filter-reset,
  .discovery-filter-apply {
    height: 44px;
    font-size: 15px;
  }

  .discovery-map-info-row {
    width: min(96%, 940px);
    gap: 10px;
  }

  .discovery-map-info-row.is-overlay-active {
    margin-bottom: -112px;
  }

  .discovery-map-spotlight {
    min-height: 176px;
    height: 176px;
    border-radius: 16px;
    padding: 12px;
    grid-template-columns: 112px 1fr;
    gap: 10px;
  }

  .discovery-map-spotlight-thumb {
    width: 112px;
    height: 136px;
  }

  .discovery-map-spotlight-title {
    font-size: 20px;
  }

  .discovery-map-spotlight-rating {
    font-size: 15px;
  }

  .discovery-map-spotlight-price {
    margin-top: 10px;
    font-size: 17px;
  }

  .discovery-map-spotlight-price strong {
    font-size: 28px;
  }

  .discovery-map-review {
    min-height: 176px;
    height: 176px;
    border-radius: 16px;
  }

  .discovery-map-review-head {
    height: 48px;
    padding: 0 12px;
  }

  .discovery-map-review-carousel {
    height: calc(100% - 48px);
  }

  .discovery-map-review-star {
    font-size: 16px;
  }

  .discovery-map-review-score strong {
    font-size: 24px;
  }

  .discovery-map-review-score em {
    font-size: 16px;
  }

  .discovery-map-review-more {
    font-size: 16px;
  }

  .discovery-map-review-card {
    padding: 10px 11px;
  }

  .discovery-map-review-card-stars {
    font-size: 14px;
  }

  .discovery-map-review-card-date {
    font-size: 12px;
  }

  .discovery-map-review-card-text {
    font-size: 13px;
    margin-top: 8px;
  }

  .discovery-map-review-nav {
    width: 36px;
    height: 36px;
  }

  .discovery-map-review-nav svg {
    width: 18px;
    height: 18px;
  }

  .discovery-map-review-nav.is-prev {
    left: -8px;
  }

  .discovery-map-review-nav.is-next {
    right: -8px;
  }
}

@media (max-width: 720px) {
  .discovery-map-view {
    padding-top: 0;
  }

  .discovery-map-head {
    height: 52px;
    padding: 0 14px;
    gap: 8px;
  }

  .discovery-map-back {
    width: 32px;
    height: 32px;
  }

  .discovery-map-region {
    font-size: 22px;
  }

  .discovery-map-head-filter {
    height: 34px;
    min-width: 74px;
    padding: 0 12px;
    font-size: 13px;
    gap: 4px;
  }

  .discovery-map-head-filter svg {
    width: 15px;
    height: 15px;
  }

  .discovery-map-controls {
    padding: 8px 14px 0;
    gap: 8px;
  }

  .discovery-map-control {
    height: 38px;
    font-size: 13px;
    padding: 0 12px;
  }

  .discovery-map-control-date {
    min-width: 0;
    flex: 1 1 auto;
  }

  .discovery-map-control-filter {
    min-width: 76px;
    flex: 0 0 auto;
  }

  .discovery-map-tags {
    margin-top: 10px;
    padding: 0 14px 10px;
  }

  .discovery-map-tag {
    height: 34px;
    font-size: 13px;
    padding: 0 12px;
  }

  .discovery-map-stage {
    height: 760px;
    max-height: min(90vh, 760px);
  }

  .discovery-filter-modal-backdrop {
    padding: 10px;
  }

  .discovery-filter-modal {
    width: 100%;
    max-height: min(90vh, 960px);
    border-radius: 18px;
  }

  .discovery-filter-modal-head {
    height: 56px;
    padding: 0 14px 0 16px;
  }

  .discovery-filter-modal-head h4 {
    font-size: 22px;
  }

  .discovery-filter-modal-close {
    width: 34px;
    height: 34px;
  }

  .discovery-filter-modal-close svg {
    width: 20px;
    height: 20px;
  }

  .discovery-filter-modal-body {
    padding: 6px 16px 10px;
  }

  .discovery-filter-block {
    padding: 14px 0;
  }

  .discovery-filter-block h5,
  .discovery-filter-available-row p {
    font-size: 14px;
  }

  .discovery-filter-switch {
    width: 56px;
    height: 32px;
  }

  .discovery-filter-switch span {
    width: 26px;
    height: 26px;
  }

  .discovery-filter-switch.is-on span {
    transform: translateX(24px);
  }

  .discovery-filter-chip {
    min-height: 34px;
    padding: 0 11px;
    font-size: 13px;
  }

  .discovery-filter-modal-foot {
    padding: 10px 12px 12px;
    grid-template-columns: 82px 1fr;
    gap: 8px;
  }

  .discovery-filter-reset,
  .discovery-filter-apply {
    height: 40px;
    border-radius: 12px;
    font-size: 14px;
  }

  .discovery-map-info-row {
    width: calc(100% - 50px);
    grid-template-columns: minmax(0, 1fr);
    gap: 6px;
    align-items: start;
  }

  .discovery-map-info-row.is-overlay-active {
    margin-bottom: -72px;
  }

  .discovery-map-price {
    height: 30px;
    min-width: 64px;
    font-size: 12px;
    padding: 0 9px;
  }

  .discovery-map-spotlight {
    min-height: 100px;
    height: 110px;
    border-radius: 12px;
    padding: 8px 9px;
    grid-template-columns: 76px 1fr;
    gap: 12px;
  }

  .discovery-map-spotlight-thumb {
    width: 76px;
    height: auto;
    aspect-ratio: 14 / 17;
    border-radius: 8px;
  }

  .discovery-map-spotlight-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .discovery-map-spotlight-type {
    font-size: 10px;
  }

  .discovery-map-spotlight-title {
    font-size: 14px;
  }

  .discovery-map-spotlight-rating {
    display: none;
  }

  .discovery-map-spotlight-price {
    margin-top: auto;
    text-align: left;
    font-size: 12px;
  }

  .discovery-map-spotlight-price strong {
    font-size: 18px;
  }

  .discovery-map-review {
    min-height: 120px;
    height: 120px;
    border-radius: 12px;
  }

  .discovery-map-review-head {
    height: 36px;
    padding: 0 9px;
  }

  .discovery-map-review-carousel {
    height: calc(100% - 36px);
  }

  .discovery-map-review-star {
    font-size: 14px;
  }

  .discovery-map-review-score strong {
    font-size: 19px;
  }

  .discovery-map-review-score em {
    font-size: 13px;
  }

  .discovery-map-review-more {
    font-size: 14px;
  }

  .discovery-map-review-carousel {
    padding: 8px 0 8px;
  }

  .discovery-map-review-track {
    padding: 0 8px;
  }

  .discovery-map-review-card {
    padding: 8px;
    border-radius: 8px;
  }

  .discovery-map-review-card-stars {
    font-size: 12px;
    letter-spacing: 0.5px;
  }

  .discovery-map-review-card-date {
    font-size: 11px;
  }

  .discovery-map-review-card-text {
    margin-top: 6px;
    font-size: 11px;
  }

  .discovery-map-review-nav {
    width: 30px;
    height: 30px;
  }

  .discovery-map-review-nav svg {
    width: 15px;
    height: 15px;
  }

  .discovery-map-review-nav.is-prev {
    left: -6px;
  }

  .discovery-map-review-nav.is-next {
    right: -6px;
  }

  .discovery-map-empty {
    min-width: 210px;
    height: 40px;
    font-size: 14px;
  }
}

.hot-ticket {
  display: none;
  border-top: 1px solid #e8ebef;
  background: #fff;
}

.hot-ticket-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hot-ticket-head h3 {
  margin: 0;
  color: #111827;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.hot-ticket-tabs {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
}

.hot-ticket-tabs::-webkit-scrollbar {
  display: none;
}

.hot-ticket-tab {
  flex: 0 0 auto;
  height: 40px;
  border: 1px solid #d5dbe4;
  border-radius: 999px;
  padding: 0 16px;
  background: #eceff3;
  color: #616a78;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.hot-ticket-tab.is-active {
  border-color: #000;
  background: #000;
  color: #fff;
}

.hot-ticket-rail {
  position: relative;
  margin-top: 22px;
}

.hot-ticket-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 8px;
  scrollbar-width: none;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
}

.hot-ticket-track::-webkit-scrollbar {
  display: none;
}

.hot-ticket-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.hot-ticket-card {
  width: 306px;
  flex: 0 0 306px;
  min-width: 0;
}

.hot-ticket-thumb {
  height: 406px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.58);
}

.hot-ticket-card h4 {
  margin: 14px 0 0;
  color: #202531;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  min-height: calc(16px * 1.3 * 2);
  letter-spacing: -0.02em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hot-ticket-card p {
  margin: 6px 0 0;
  color: #758195;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
}

.hot-ticket-arrow {
  position: absolute;
  top: 203px;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #dde2e8;
  background: rgba(255, 255, 255, 0.9);
  color: #4b5563;
  display: grid;
  place-items: center;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.hot-ticket-arrow.is-prev {
  left: -24px;
}

.hot-ticket-arrow.is-next {
  right: -24px;
}

.hot-ticket-arrow svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ─── home-section (HomeVO 동적 섹션) ─────────────────────── */
.home-section {
  padding: 48px 40px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: var(--pc-bg-image, none);
}
.home-section-head {
  max-width: 1200px;
  margin: 0 auto 24px;
}
.home-section-head h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--item-title-color, #1a1a1a);
  line-height: 1.35;
}
.home-section-head p {
  margin-top: 6px;
  font-size: 14px;
  color: var(--item-subtitle-color, #888);
}
.home-section-filters {
  display: flex;
  gap: 8px;
  max-width: 1200px;
  margin: 0 auto 20px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.home-section-filters::-webkit-scrollbar { display: none; }
.home-section-filter {
  flex-shrink: 0;
  padding: 8px 18px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  color: #555;
  transition: all .2s;
  white-space: nowrap;
}
.home-section-filter:hover { border-color: #999; }
.home-section-filter.is-active {
  background: #1a1a1a;
  color: #fff;
  border-color: #1a1a1a;
}
.home-section-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.home-section-card {
  cursor: pointer;
  transition: transform .2s;
}
.home-section-card:hover { transform: translateY(-3px); }
.home-section-card-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
}
.home-section-card h4 {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--item-title-color, #1a1a1a);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-section-card-info {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  font-size: 12px;
  color: var(--item-subtitle-color, #999);
}
.home-section-card-info .hs-star {
  color: #f5a623;
}
.home-section-card-price {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--item-price-color, #1a1a1a);
}
.home-section-card-event {
  margin-top: 4px;
  font-size: 12px;
  color: #e55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-section-more {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 28px auto 0;
  padding: 13px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #555;
  transition: background .2s;
}
.home-section-more:hover { background: #f5f5f5; }

@media (max-width: 768px) {
  .home-section {
    padding: 32px 16px;
    background-image: var(--mo-bg-image, var(--pc-bg-image, none));
  }
  .home-section-head h3 { font-size: 18px; }
  .home-section-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .home-section-card h4 { font-size: 13px; }
  .home-section-card-price { font-size: 13px; }
  .home-section-more { max-width: 100%; }
}

/* HomeVO 동적 섹션: potal0312 섹션 래퍼 규격과 정렬 */
.home-extra-section.hot-live-pc,
.home-extra-section.today-scene,
.home-extra-section.hot-ticket,
.home-extra-section.beauty-shorts {
  display: block;
}

.home-extra-section.popular-ranking,
.home-extra-section.hot-live-pc,
.home-extra-section.today-scene,
.home-extra-section.hot-ticket {
  padding: 44px 44px 36px;
}

.home-extra-section.live-chance,
.home-extra-section.beauty-shorts {
  padding: 30px 22px 28px;
}

@media (max-width: 768px) {
  .home-extra-section.popular-ranking,
  .home-extra-section.hot-live-pc,
  .home-extra-section.today-scene,
  .home-extra-section.hot-ticket {
    padding: 32px 16px;
  }

  .home-extra-section.live-chance,
  .home-extra-section.beauty-shorts {
    padding: 24px 16px;
  }
}

/* ── 공통 가로 스크롤 트랙 ── */
.hs-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  padding: 2px 0 6px;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}
.hs-track::-webkit-scrollbar { display: none; }

/* ── type 02: 요즘 대세 인기 플레이스 (hot-live) ── */
.hs-hotlive-card { width: 258px; flex: 0 0 258px; min-width: 0; }
.hs-hotlive-thumb {
  position: relative; height: 390px; border-radius: 11px; overflow: hidden;
  background-size: cover; background-position: center;
}
.hs-hotlive-rank {
  position: absolute; top: 12px; left: 12px;
  min-width: 42px; height: 42px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px; background: rgba(0,0,0,.5); color: #fff;
  font-size: 32px; font-weight: 800; line-height: 1;
  font-style: italic; font-family: 'Georgia', serif;
}
.hs-hotlive-card h4 {
  margin: 12px 0 0; color: var(--item-title-color, #111827); font-size: 16px; font-weight: 700;
  line-height: 1.34; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.hs-hotlive-product {
  margin-top: 10px; display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 10px;
  align-items: center;
}
.hs-hotlive-product-thumb {
  width: 56px; height: 56px; border-radius: 8px;
  background-size: cover; background-position: center;
}
.hs-hotlive-product-copy { min-width: 0; }
.hs-hotlive-product-name {
  margin: 0; color: #4b5563; font-size: 14px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hs-hotlive-product-price {
  margin: 4px 0 0; color: var(--item-price-color, #111827); font-size: 18px; font-weight: 800;
}
.hs-hotlive-product-price span {
  margin-right: 6px; color: #ff3b30; font-size: 14px; font-weight: 700;
}
.hs-hotlive-product-note {
  margin: 4px 0 0; color: #8d95a1; font-size: 13px;
}

/* ── type 03: 오늘의 할인 객실 (today-scene) ── */
.hs-scene-card { width: 258px; flex: 0 0 258px; min-width: 0; }
.hs-scene-thumb {
  position: relative; height: 390px; border-radius: 11px; overflow: hidden;
  background-size: cover; background-position: center;
}
.hs-scene-watch {
  position: absolute; top: 12px; left: 12px;
  height: 28px; display: inline-flex; align-items: center; padding: 0 10px;
  border-radius: 6px; background: rgba(0, 0, 0, 0.56);
  color: #fff; font-size: 12px; font-weight: 700; white-space: nowrap;
}
.hs-scene-card h4 {
  margin: 12px 0 0; color: var(--item-title-color, #111827); font-size: 16px; font-weight: 700;
  line-height: 1.34; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.hs-scene-product {
  margin-top: 10px; display: grid; grid-template-columns: 56px minmax(0,1fr); gap: 10px;
  align-items: center;
}
.hs-scene-product-thumb {
  width: 56px; height: 56px; border-radius: 8px;
  background-size: cover; background-position: center;
}
.hs-scene-product-copy { min-width: 0; }
.hs-scene-product-name {
  margin: 0; color: #4b5563; font-size: 14px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.hs-scene-product-price {
  margin: 4px 0 0; color: var(--item-price-color, #111827); font-size: 18px; font-weight: 800;
}
.hs-scene-product-price span {
  margin-right: 6px; color: #ff3b30; font-size: 14px; font-weight: 700;
}
.hs-scene-product-note {
  margin: 4px 0 0; color: #8d95a1; font-size: 13px;
}

/* ── type 04: HOT 인기 숙소 (hot-ticket) ── */
.hs-ticket-track { gap: 20px; }
.hs-ticket-card { width: 306px; flex: 0 0 306px; min-width: 0; }
.hs-ticket-thumb {
  height: 406px; border-radius: 14px; overflow: hidden;
  background-size: cover; background-position: center;
}
.hs-ticket-card h4 {
  margin: 14px 0 0; color: var(--item-title-color, #202531); font-size: 16px; font-weight: 700;
  line-height: 1.34; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.hs-ticket-card p {
  margin: 3px 0 0; color: var(--item-price-color, #111827); font-size: 18px; font-weight: 800;
}

/* ── type 05: 세로 카드 (beauty-shorts) ── */
.hs-short-card { width: 180px; flex: 0 0 180px; min-width: 0; }
.hs-short-thumb {
  position: relative; height: 266px; border-radius: 10px; overflow: hidden;
  background-size: cover; background-position: center;
}
.hs-short-clip {
  position: absolute; top: 12px; left: 12px;
  height: 24px; display: inline-flex; align-items: center; padding: 0 9px;
  border-radius: 6px; background: #6569e6; color: #fff;
  font-size: 12px; font-weight: 700; white-space: nowrap;
}
.hs-short-card h4 {
  margin: 12px 0 0; color: var(--item-title-color, #111827); font-size: 16px; font-weight: 700;
  line-height: 1.34; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.hs-short-brand {
  margin: 3px 0 0; color: var(--item-price-color, #111827); font-size: 18px; font-weight: 800;
}

/* ── 타입별 반응형 ── */
@media (max-width: 768px) {
  .hs-hotlive-card, .hs-scene-card { width: 212px; flex-basis: 212px; }
  .hs-hotlive-thumb, .hs-scene-thumb { height: 300px; }
  .hs-hotlive-rank { min-width: 36px; height: 36px; font-size: 28px; }
  .hs-hotlive-card h4, .hs-scene-card h4 { font-size: 15px; }
  .hs-hotlive-product, .hs-scene-product { grid-template-columns: 48px minmax(0,1fr); }
  .hs-hotlive-product-thumb, .hs-scene-product-thumb { width: 48px; height: 48px; }
  .hs-hotlive-product-price, .hs-scene-product-price { font-size: 17px; }
  .hs-ticket-track { gap: 14px; }
  .hs-ticket-card { width: 236px; flex-basis: 236px; }
  .hs-ticket-thumb { height: 320px; border-radius: 12px; }
  .hs-short-card { width: 164px; flex-basis: 164px; }
  .hs-short-thumb { height: 236px; }
  .hs-short-card h4 { font-size: 15px; }
}
@media (max-width: 480px) {
  .hs-track { gap: 10px; padding-bottom: 6px; }
  .hs-hotlive-card, .hs-scene-card { width: 180px; flex-basis: 180px; }
  .hs-hotlive-thumb, .hs-scene-thumb { height: 248px; border-radius: 10px; }
  .hs-hotlive-rank { top: 10px; left: 10px; min-width: 34px; height: 34px; font-size: 24px; border-radius: 8px; }
  .hs-hotlive-card h4, .hs-scene-card h4 { margin-top: 8px; font-size: 14px; }
  .hs-hotlive-product, .hs-scene-product { margin-top: 6px; grid-template-columns: 40px minmax(0,1fr); gap: 6px; }
  .hs-hotlive-product-thumb, .hs-scene-product-thumb { width: 40px; height: 40px; border-radius: 6px; }
  .hs-hotlive-product-name, .hs-scene-product-name { font-size: 12px; }
  .hs-hotlive-product-price, .hs-scene-product-price { margin-top: 2px; font-size: 16px; }
  .hs-hotlive-product-note, .hs-scene-product-note { margin-top: 2px; font-size: 12px; }
  .hs-ticket-track { gap: 10px; }
  .hs-ticket-card { width: 170px; flex-basis: 170px; }
  .hs-ticket-thumb { height: 236px; border-radius: 10px; }
  .hs-ticket-card h4 { margin-top: 8px; font-size: 14px; }
  .hs-ticket-card p { margin-top: 2px; font-size: 16px; }
  .hs-short-card { width: 150px; flex-basis: 150px; }
  .hs-short-thumb { height: 212px; border-radius: 8px; }
  .hs-short-clip { top: 8px; left: 8px; height: 20px; border-radius: 5px; font-size: 11px; }
  .hs-short-card h4 { margin-top: 8px; font-size: 14px; }
  .hs-short-brand { margin-top: 2px; font-size: 16px; }
}

.legal-notice {
  border-top: 1px solid #e8ebef;
  background: #f5f6f8;
  padding: 0 44px 30px;
}

.legal-notice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0 14px;
  border-bottom: 1px solid #e3e7ec;
}

.legal-notice-head h3 {
  margin: 0;
  color: #1f2937;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.legal-notice-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #737f90;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.legal-notice-more::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1.8px solid #96a0ae;
  border-right: 1.8px solid #96a0ae;
  transform: rotate(45deg);
}

.legal-notice-desc {
  margin: 0;
  padding: 14px 0 18px;
  border-bottom: 1px solid #e3e7ec;
  color: #8490a0;
  font-size: 22px;
  line-height: 1.35;
}

.legal-notice-center {
  text-align: center;
  padding-top: 20px;
}

.legal-notice-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.legal-notice-action {
  height: 46px;
  border: 1px solid #cfd6de;
  border-radius: 6px;
  padding: 0 16px;
  background: #f8fafb;
  color: #273140;
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.legal-notice-action:hover {
  background: #eff3f7;
  border-color: #bfc8d3;
}

.legal-notice-action:active {
  background: #e8edf3;
}

.legal-notice-company {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5e697a;
  font-size: 30px;
  line-height: 1;
}

.legal-notice-company::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-right: 1.8px solid #8f98a7;
  border-bottom: 1.8px solid #8f98a7;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 0.2s ease;
}

.legal-notice-company.is-open::after {
  transform: rotate(-135deg);
}

.legal-notice-business {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid #e0e4e9;
  background: #eef0f2;
}

.legal-notice-business[hidden] {
  display: none !important;
}

.legal-notice-business-grid {
  margin: 0 auto;
  max-width: 690px;
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  column-gap: 28px;
  row-gap: 5px;
  text-align: left;
}

.legal-notice-business-grid dt,
.legal-notice-business-grid dd {
  margin: 0;
  font-size: 23px;
  line-height: 1.35;
}

.legal-notice-business-grid dt {
  color: #788496;
}

.legal-notice-business-grid dd {
  color: #5a6678;
}

.legal-notice-links {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 0;
}

.legal-notice-link {
  position: relative;
  color: #8a95a6;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
  padding: 0 12px;
  white-space: nowrap;
}

.legal-notice-link:visited {
  color: #8a95a6;
}

.legal-notice-link + .legal-notice-link::before {
  content: "|";
  position: absolute;
  left: -1px;
  color: #cad1da;
}

.legal-notice-contact {
  margin: 10px 0 0;
  color: #7f8a9b;
  font-size: 31px;
  line-height: 1.3;
}

.legal-notice-contact span {
  color: #cad1da;
  margin: 0 6px;
}

.legal-notice-brand {
  margin: 16px 0 0;
  color: #99a2b1;
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.legal-notice-brand img{
  color: #99a2b1;
  height: 26px;
  margin-bottom: 60px;
}

.mobile-bottom-widget {
  display: none;
}

.mobile-category-overlay {
  display: none;
}

button:focus-visible,
input:focus-visible {
  outline: 2px solid #4f8dff;
  outline-offset: 2px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .top-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    padding: 8px 10px 0;
    column-gap: 0;
    row-gap: 8px;
  }

  .back-btn {
    display: inline-flex;
    order: 1;
    margin-right: 4px;
  }

  .logo {
    order: 1;
    gap: 4px;
  }

  .logo-text {
    font-size: 20px;
    font-weight: 800;
  }

  .logo-text img {
    height: 30px;
  }

  .logo-live {
    margin-bottom: 2px;
    padding: 2px 6px 1px;
    font-size: 11px;
  }

  .logo-live::after {
    bottom: -6px;
    border-top-width: 6px;
    border-right-width: 6px;
  }

  .header-query-row {
    display: none;
  }

  .search-box {
    display: none;
  }

  .header-tools {
    order: 2;
    margin-left: auto;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 6px;
    padding-left: 0;
  }

  .header-tools > * {
    flex: 0 0 auto;
  }

  .activity-btn {
    height: 28px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 12px;
    background: #fff;
  }

  .icon-btn {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
  }

  .icon-btn svg {
    width: 18px;
    height: 18px;
  }

  .icon-search {
    position: relative;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #2e8cff;
    display: grid;
    place-items: center;
  }

  .icon-search svg {
    opacity: 1;
    width: 17px;
    height: 17px;
    stroke: #fff;
  }

  .icon-search::before {
    content: none;
  }

  .top-nav {
    order: 3;
    width: 100%;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 1px solid #eceff3;
    padding: 0 0 0 2px;
  }

  .top-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-item {
    flex: 0 0 auto;
    padding: 10px 12px 12px;
    font-size: 16px;
  }

  .nav-item.is-active::after {
    left: 12px;
    right: 12px;
    bottom: 0;
  }

  body.is-mobile-search-overlay-open .header-query-row {
    display: grid !important;
    position: fixed;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: visible;
  }

  body.is-mobile-search-overlay-open .header-person-box {
    display: block !important;
  }

  body.is-mobile-search-overlay-open .date-dropdown {
    top: 168px;
    z-index: 2300;
    width: calc(100vw - 12px);
    max-height: calc(100vh - 184px);
    overflow: auto;
  }

  body.is-mobile-search-overlay-open .header-guest-dropdown {
    position: fixed;
    top: 168px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 2300;
    width: calc(100vw - 24px);
    max-width: 520px;
  }

  body.is-mobile-picker-open .header-query-row {
    display: grid !important;
    position: fixed;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: visible;
  }

  body.is-mobile-picker-open .header-person-box {
    display: block !important;
  }

  body.is-mobile-picker-open .date-dropdown {
    top: 72px;
    z-index: 2300;
    width: calc(100vw - 12px);
    max-height: calc(100vh - 88px);
    overflow: auto;
  }

  body.is-mobile-picker-open .header-guest-dropdown {
    position: fixed;
    top: 84px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 2300;
    width: calc(100vw - 24px);
    max-width: 520px;
  }

  .pc-benefit-rolling,
  .hot-live-pc,
  .today-scene,
  .live-forecast,
  .beauty-shorts {
    display: block;
  }

  .pc-benefit-rolling {
    padding: 30px 18px 32px;
  }

  .pc-benefit-shortcuts {
    gap: 10px;
  }

  .pc-benefit-shortcut {
    height: 64px;
    border-radius: 12px;
    font-size: 14px;
  }

  .pc-benefit-stage {
    margin-top: 16px;
  }

  .pc-benefit-track {
    gap: 12px;
  }

  .pc-benefit-card {
    min-height: 220px;
    border-radius: 16px;
    padding: 16px 14px 18px 24px;
  }

  .pc-benefit-chip {
    height: 34px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 14px;
  }

  .pc-benefit-title {
    margin-top: 16px;
    font-size: 30px;
    line-height: 1.25;
  }

  .pc-benefit-title.is-coupon-pack-compact {
    font-size: 28px;
  }

  .pc-benefit-sub {
    margin-top: 8px;
    font-size: 15px;
  }

  .pc-benefit-visual {
    right: 14px;
    bottom: 12px;
    font-size: 84px;
  }

  .pc-benefit-arrow {
    width: 44px;
    height: 44px;
  }

  .pc-benefit-arrow.is-prev {
    left: -20px;
  }

  .pc-benefit-arrow.is-next {
    right: -20px;
  }

  .pc-benefit-progress {
    width: 280px;
  }

  .pc-benefit-counter {
    min-width: 82px;
    height: 30px;
    font-size: 16px;
  }

  .hot-live-pc,
  .today-scene,
  .beauty-shorts,
  .live-forecast {
    padding: 44px 18px 26px;
  }

  .hot-live-head h3,
  .today-scene-head h3,
  .beauty-shorts-head h3,
  .live-forecast-head h3 {
    font-size: 21px;
  }

  .hot-live-sort,
  .today-scene-date,
  .beauty-shorts-more,
  .live-forecast-more {
    font-size: 14px;
  }

  .hot-live-filter,
  .today-scene-filter {
    height: 36px;
    padding: 0 12px 0 9px;
    font-size: 14px;
  }

  .hot-live-filter-icon,
  .today-scene-filter-icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .hot-live-track-wrap,
  .today-scene-track-wrap,
  .beauty-shorts-track-wrap {
    margin-top: 14px;
  }

  .hot-live-track,
  .today-scene-track,
  .beauty-shorts-track {
    gap: 12px;
  }

  .hot-live-card,
  .today-scene-card {
    width: 212px;
    flex: 0 0 212px;
  }

  .hot-live-thumb,
  .today-scene-thumb {
    height: 300px;
  }

  .hot-live-rank {
    min-width: 36px;
    height: 36px;
    font-size: 28px;
  }

  .hot-live-watch,
  .today-scene-watch {
    height: 26px;
    font-size: 11px;
  }

  .hot-live-badge {
    bottom: 130px;
  }

  .hot-live-card h4,
  .today-scene-card h4 {
    font-size: 15px;
    min-height: calc(15px * 1.34 * 2);
  }

  .hot-live-product,
  .today-scene-product {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .hot-live-product-thumb,
  .today-scene-product-thumb {
    width: 48px;
    height: 48px;
  }

  .hot-live-product-price,
  .today-scene-product-price,
  .forecast-product-price {
    font-size: 17px;
  }

  .hot-live-more {
    width: 96px;
    flex: 0 0 96px;
    min-width: 96px;
  }

  .hot-live-more-text {
    font-size: 15px;
  }

  .beauty-short-card {
    width: 164px;
    flex: 0 0 164px;
  }

  .beauty-short-thumb {
    height: 236px;
  }

  .beauty-short-card h4 {
    font-size: 15px;
    min-height: calc(15px * 1.32 * 2);
  }

  .live-forecast-grid {
    margin-top: 14px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px 24px;
  }

  .forecast-item {
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 14px;
  }

  .forecast-thumb {
    height: 220px;
  }

  .forecast-time {
    top: 10px;
    left: 10px;
    width: 72px;
  }

  .forecast-time em {
    font-size: 12px;
  }

  .forecast-time strong {
    font-size: 16px;
  }

  .forecast-body h4 {
    font-size: 15px;
  }

  .forecast-event {
    font-size: 13px;
  }

  .forecast-store {
    font-size: 14px;
  }

  .live-wrap {
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    min-height: 430px;
  }

  .side-card {
    display: none;
  }

  #stagePrev {
    grid-column: 1;
    justify-self: center;
  }

  #centerLive {
    grid-column: 2;
  }

  #stageNext {
    grid-column: 3;
    justify-self: center;
  }

  .detail-column h3 {
    font-size: 18px;
  }

  .date-dropdown {
    top: 72px;
    width: min(900px, calc(100vw - 20px), calc(var(--app-width) - 20px));
    padding: 14px;
  }

  .calendar-panels {
    gap: 14px;
  }

  .calendar-month h4,
  .calendar-month-head h4 {
    font-size: 13px;
  }

  .calendar-day {
    height: 56px;
    gap: 4px;
  }

  .calendar-blank {
    height: 56px;
  }

  .calendar-day .day-number {
    font-size: 12px;
  }

  .calendar-day .day-price {
    font-size: 8px;
  }

  .calendar-foot {
    margin-top: 12px;
  }

  .calendar-price-note {
    font-size: 14px;
  }

  .calendar-help-note {
    font-size: 11px;
  }

  .calendar-apply {
    height: 50px;
    min-width: 104px;
    padding: 0 18px;
    font-size: 11px;
  }

  .live-chance {
    padding: 50px 18px 50px;
  }

  .theme-special {
    padding: 0 18px 50px;
  }

  .theme-special-hero {
    min-height: 186px;
    padding: 50px 0 14px;
  }

  .theme-special-copy h3 {
    font-size: 34px;
  }

  .theme-special-copy p {
    margin-top: 10px;
    font-size: 17px;
  }

  .theme-special-packshot {
    min-width: 220px;
    height: 176px;
  }

  .theme-special-clover {
    min-width: 220px;
    height: 176px;
    border-radius: 104px 104px 22px 22px;
  }

  .theme-special-clover::before,
  .theme-special-clover::after {
    top: -34px;
    width: 120px;
    height: 120px;
  }

  .theme-special-pack.pack-a {
    width: 182px;
    height: 100px;
  }

  .theme-special-pack.pack-b {
    left: 12px;
    top: 54px;
    width: 104px;
    height: 116px;
  }

  .theme-special-pack.pack-c {
    left: 122px;
    top: 78px;
    width: 88px;
    height: 92px;
  }

  .theme-special-pack.pack-d {
    width: 104px;
    height: 120px;
  }

  .theme-special-track {
    gap: 8px;
  }

  .theme-special-card {
    width: 164px;
    flex-basis: 164px;
  }

  .theme-special-thumb {
    height: 218px;
  }

  .theme-special-time strong {
    font-size: 17px;
  }

  .theme-special-time.is-single strong {
    font-size: 16px;
  }

  .theme-special-wait {
    height: 26px;
    font-size: 12px;
  }

  .theme-special-card h4 {
    font-size: 14px;
  }

  .theme-special-indicator {
    margin-top: 8px;
    height: 44px;
    font-size: 16px;
  }

  .theme-special.is-green::before {
    width: 74px;
    height: 74px;
  }

  .theme-special.is-green::after {
    width: 136px;
    height: 102px;
    top: 92px;
  }

  .popular-ranking {
    padding: 50px 18px 24px;
  }

  .popular-ranking-head h3 {
    font-size: 21px;
  }

  .ranking-card {
    width: 188px;
    flex-basis: 188px;
  }

  .ranking-thumb {
    height: 188px;
  }

  .ranking-order strong {
    font-size: 33px;
  }

  .ranking-watch {
    font-size: 12px;
  }

  .ranking-card h4 {
    font-size: 14px;
  }

  .ranking-price {
    font-size: 16px;
  }
  .center-head h2{
    font-size: 21px;
  }
  .live-chance-head h3 {
    font-size: 21px;
  }

  .chance-card {
    width: 220px;
    flex-basis: 220px;
  }

  .chance-thumb {
    height: 318px;
  }

  .live-chance-track {
    padding-right: 0;
  }

  .chance-more-card {
    width: 110px;
    flex-basis: 110px;
    min-width: 110px;
  }

  .chance-more-icon {
    width: 34px;
    height: 34px;
  }

  .hot-live-more {
    width: 110px;
    flex: 0 0 110px;
    min-width: 110px;
  }

  .hot-live-more-icon {
    width: 34px;
    height: 34px;
  }

  .hot-ticket {
    display: block;
    padding: 50px 18px 24px;
  }

  .hot-ticket-head h3 {
    font-size: 21px;
  }

  .hot-ticket-tab {
    height: 36px;
    padding: 0 13px;
    font-size: 14px;
  }

  .hot-ticket-track {
    gap: 14px;
  }

  .hot-ticket-card {
    width: 236px;
    flex: 0 0 236px;
  }

  .hot-ticket-thumb {
    height: 320px;
    border-radius: 12px;
  }

  .hot-ticket-arrow {
    top: 160px;
    width: 44px;
    height: 44px;
  }

  .hot-ticket-arrow.is-prev {
    left: -12px;
  }

  .hot-ticket-arrow.is-next {
    right: -12px;
  }

  .legal-notice {
    padding: 0 18px 22px;
  }

  .legal-notice-head h3 {
    font-size: 22px;
  }

  .legal-notice-more {
    font-size: 16px;
  }

  .legal-notice-desc {
    font-size: 14px;
  }

  .legal-notice-action {
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
  }

  .legal-notice-company {
    margin-top: 12px;
    font-size: 16px;
  }

  .legal-notice-business {
    margin-top: 12px;
    padding: 12px 14px;
  }

  .legal-notice-business-grid {
    max-width: 560px;
    grid-template-columns: 138px minmax(0, 1fr);
    column-gap: 18px;
    row-gap: 4px;
  }

  .legal-notice-business-grid dt,
  .legal-notice-business-grid dd {
    font-size: 13px;
  }

  .legal-notice-links {
    margin-top: 12px;
  }

  .legal-notice-link {
    font-size: 13px;
    padding: 0 9px;
  }

  .legal-notice-contact {
    margin-top: 8px;
    font-size: 14px;
  }

  .legal-notice-brand {
    margin-top: 12px;
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .top-header .icon-search {
    display: none;
  }

  .top-header {
    min-height: 88px;
    grid-template-columns: 160px minmax(0, 1fr) 160px;
    padding: 12px 26px;
    column-gap: 18px;
  }

  .logo-text {
    font-size: 24px;
  }
  .logo-text img{
    height: 32px;
  }
  .logo-live {
    font-size: 14px;
    padding: 4px 8px 3px;
    margin-bottom: 3px;
  }

  .logo-live::after {
    bottom: -8px;
    border-top-width: 8px;
    border-right-width: 8px;
  }

  .top-nav {
    gap: 30px;
  }

  .nav-item {
    font-size: 16px;
  }

  .nav-item.is-active::after {
    bottom: -18px;
  }

  .header-query-row {
    max-width: 1080px;
    grid-template-columns: minmax(280px, 1.8fr) minmax(240px, 1.3fr) minmax(190px, 1fr) 152px;
    gap: 12px;
  }

  .header-search-box,
  .header-date-trigger,
  .header-person-trigger {
    height: 52px;
    border-radius: 10px;
  }

  .header-person-box {
    display: block;
  }

  .header-main-search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 12px;
    background: #2e8cff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
  }

  .header-search-panel {
    top: 96px;
  }

  .date-dropdown {
    top: 96px;
  }

  .activity-btn {
    height: 36px;
    padding: 0 12px;
    font-size: 14px;
  }

  .icon-btn {
    width: 36px;
    height: 36px;
  }

  .icon-btn svg {
    width: 18px;
    height: 18px;
  }

  .live-wrap {
    grid-template-columns: 210px 68px minmax(0, 1fr) 68px 210px;
    min-height: 482px;
  }

  .side-card {
    display: block;
    width: 154px;
    height: 338px;
    margin: 0;
  }

  .side-card-left {
    justify-self: start;
  }

  .side-card-right {
    justify-self: end;
  }

  .stage-arrow {
    width: 56px;
    height: 56px;
  }

  .stage-arrow svg {
    width: 22px;
    height: 22px;
  }

  #stagePrev {
    grid-column: 2;
    justify-self: center;
  }

  #stageNext {
    grid-column: 4;
    justify-self: center;
  }

  .center-live {
    min-height: 438px;
    padding: 30px 30px 26px;
  }

  .center-body {
    grid-template-columns: 278px minmax(0, 1fr);
    column-gap: 28px;
  }

  .poster-card {
    height: 382px;
    border-radius: 10px;
  }

  .poster-time {
    top: 18px;
    font-size: 20px;
  }

  .poster-brand {
    bottom: 14px;
    font-size: 20px;
  }

  .detail-column h3 {
    font-size: 29px;
    line-height: 1.2;
  }

  .live-benefit {
    font-size: 20px;
  }

  .product-row {
    gap: 12px;
    align-items: flex-start;
  }

  .product-item {
    width: 122px;
    flex: 0 0 122px;
  }

  .product-thumb {
    height: 122px;
  }

  .product-item h4 {
    font-size: 14px;
  }

  .product-price {
    font-size: 15px;
  }

  .stage-counter {
    right: 18px;
  }

  .category-strip {
    justify-content: center;
    gap: 35px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 24px 16px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .category-item {
    width: 74px;
    flex: 0 0 74px;
    gap: 8px;
  }

  .category-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }

  .category-item > span:last-child {
    font-size: 14px;
  }

  .live-chance {
    padding: 44px 44px 34px;
  }

  .theme-special {
    padding: 0 44px 60px;
  }

  .theme-special-hero {
    min-height: 252px;
    padding: 60px 0 22px;
  }

  .theme-special-copy {
    max-width: 560px;
    padding-top: 12px;
  }

  .theme-special-copy h3 {
    font-size: 56px;
  }

  .theme-special-copy p {
    font-size: 20px;
  }

  .theme-special-packshot {
    flex: 0 0 44%;
    min-width: 360px;
    height: 226px;
  }

  .theme-special-clover {
    flex: 0 0 44%;
    min-width: 360px;
    height: 226px;
    border-radius: 138px 138px 28px 28px;
  }

  .theme-special-clover::before,
  .theme-special-clover::after {
    top: -46px;
    width: 156px;
    height: 156px;
  }

  .theme-special-pack.pack-a {
    width: 250px;
    height: 136px;
  }

  .theme-special-pack.pack-b {
    left: 24px;
    width: 132px;
    height: 152px;
  }

  .theme-special-pack.pack-c {
    left: 166px;
    width: 116px;
    height: 116px;
  }

  .theme-special-pack.pack-d {
    width: 136px;
    height: 154px;
  }

  .theme-special-track {
    gap: 12px;
  }

  .theme-special-card {
    width: 214px;
    flex: 0 0 214px;
  }

  .theme-special-thumb {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .theme-special-time strong {
    font-size: 18px;
  }

  .theme-special-time.is-single strong {
    font-size: 17px;
  }

  .theme-special-card h4 {
    font-size: 16px;
  }

  .theme-special-indicator {
    height: 50px;
    font-size: 18px;
  }

  .theme-special.is-green::before {
    width: 90px;
    height: 90px;
  }

  .theme-special.is-green::after {
    width: 164px;
    height: 122px;
    top: 118px;
  }

  .popular-ranking {
    padding: 44px 44px 36px;
  }

  .popular-ranking-head h3 {
    font-size: 24px;
  }

  .pc-benefit-rolling {
    display: block;
    padding: 30px 44px 40px;
  }

  .hot-live-pc {
    display: block;
    padding: 40px 44px 42px;
  }

  .hot-live-head h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .hot-live-sort {
    font-size: 16px;
  }

  .hot-live-filter {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }

  .hot-live-filter-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .today-scene {
    display: block;
    padding: 40px 44px 42px;
  }

  .today-scene-head h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .today-scene-date {
    font-size: 16px;
  }

  .today-scene-filter {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }

  .today-scene-filter-icon {
    width: 20px;
    height: 20px;
  }

  .beauty-shorts {
    display: block;
    padding: 40px 44px 42px;
  }

  .beauty-shorts-head h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .beauty-shorts-more {
    font-size: 16px;
  }

  .live-forecast {
    display: block;
    padding: 40px 44px 42px;
  }

  .live-forecast-head h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .live-forecast-more {
    font-size: 16px;
  }

  .hot-ticket {
    display: block;
    padding: 40px 44px 42px;
  }

  .hot-ticket-head h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .hot-ticket-tab {
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
  }

  .hot-ticket-track {
    gap: 20px;
  }

  .hot-ticket-card {
    width: calc((100% - 80px) / 5);
    flex: 0 0 calc((100% - 80px) / 5);
  }

  .hot-ticket-thumb {
    height: auto;
    aspect-ratio: 3 / 4;
  }

  .legal-notice {
    padding: 0 44px 30px;
  }

  .legal-notice-head h3 {
    font-size: 18px;
  }

  .legal-notice-more {
    font-size: 13px;
  }

  .legal-notice-desc {
    font-size: 13px;
  }

  .legal-notice-action {
    height: 35px;
    padding: 0 15px;
    font-size: 13px;
  }

  .legal-notice-company {
    font-size: 14px;
  }

  .legal-notice-business {
    margin-top: 14px;
    padding: 14px 16px;
  }

  .legal-notice-business-grid {
    max-width: 610px;
    grid-template-columns: 132px minmax(0, 1fr);
    column-gap: 16px;
  }

  .legal-notice-business-grid dt,
  .legal-notice-business-grid dd {
    font-size: 13px;
  }

  .legal-notice-link {
    font-size: 13.26px;
  }

  .legal-notice-contact {
    font-size: 13.26px;
  }

  .legal-notice-brand {
    font-size: 24px;
  }

  .live-chance-head {
    margin-bottom: 18px;
  }

  .live-chance-head h3 {
    font-size: 24px;
  }

  .live-chance-sort {
    font-size: 16px;
  }

  .live-chance-filters {
    gap: 10px;
    margin-bottom: 22px;
  }

  .chance-filter {
    height: 40px;
  }

  .live-chance-track {
    gap: 14px;
    padding-right: 0;
  }

  .chance-card {
    width: 256px;
    flex-basis: 256px;
  }

  .chance-thumb {
    height: 384px;
  }

  .chance-more-card {
    width: 124px;
    flex-basis: 124px;
    min-width: 124px;
  }

  .chance-more-icon {
    width: 40px;
    height: 40px;
  }

  .hot-live-more-icon {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .detail-column h3 {
    font-size: 18px;
    line-height: 1.22;
  }

  .live-benefit {
    margin-top: 10px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .app {
    border-left: 0;
    border-right: 0;
  }

  .top-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    padding: 8px 10px 0;
    column-gap: 0;
    row-gap: 8px;
  }

  .back-btn {
    display: inline-flex;
    order: 1;
    margin-right: 4px;
  }

  .logo {
    order: 1;
    gap: 4px;
  }

  .logo-text {
    font-size: 20px;
    font-weight: 800;
  }
  .logo-text img{
    height: 30px;
  }

  .logo-live {
    margin-bottom: 2px;
    padding: 2px 6px 1px;
    font-size: 11px;
  }

  .logo-live::after {
    bottom: -6px;
    border-top-width: 6px;
    border-right-width: 6px;
  }

  .header-query-row {
    display: none;
  }

  .search-box {
    display: none;
  }

  .header-search-panel {
    top: 64px;
    width: calc(100vw - 12px);
    max-height: calc(100vh - 88px);
    padding: 14px 14px 16px;
    border-radius: 14px;
  }

  body.is-mobile-search-overlay-open {
    overflow: hidden;
  }

  body.is-mobile-search-overlay-open .header-query-row {
    display: grid !important;
    position: fixed;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: visible;
  }

  body.is-mobile-search-overlay-open .header-person-box {
    display: block !important;
  }

  body.is-mobile-search-overlay-open .date-dropdown {
    top: 168px;
    z-index: 2300;
    width: calc(100vw - 12px);
    max-height: calc(100vh - 184px);
    overflow: auto;
  }

  body.is-mobile-search-overlay-open .header-guest-dropdown {
    position: fixed;
    top: 168px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 2300;
    width: calc(100vw - 24px);
    max-width: 520px;
  }

  body.is-mobile-picker-open {
    overflow: hidden;
  }

  body.is-mobile-picker-open .header-query-row {
    display: grid !important;
    position: fixed;
    left: -9999px;
    top: -9999px;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: visible;
  }

  body.is-mobile-picker-open .header-person-box {
    display: block !important;
  }

  body.is-mobile-picker-open .date-dropdown {
    top: 72px;
    z-index: 2300;
    width: calc(100vw - 12px);
    max-height: calc(100vh - 88px);
    overflow: auto;
  }

  body.is-mobile-picker-open .header-guest-dropdown {
    position: fixed;
    top: 84px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 2300;
    width: calc(100vw - 24px);
    max-width: 520px;
  }

  body.is-mobile-picker-date .date-dropdown {
    inset: 0 auto auto 50%;
    transform: translateX(-50%);
    width: min(100vw, var(--app-width));
    max-height: 100vh;
    height: 100vh;
    padding: 52px 10px 12px;
    border: 0;
    border-radius: 0;
    background: #eceef1;
    box-shadow: none;
    overflow: auto;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-panels {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0;
    padding: 14px 10px 6px;
    border: 1px solid #e3e7ec;
    border-radius: 10px 10px 0 0;
    background: #fff;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month-right {
    display: none !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-next-mobile {
    display: grid;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-foot {
    margin-top: 0;
    padding: 10px;
    border: 1px solid #e3e7ec;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #fff;
  }

  body.is-mobile-picker-open .mobile-picker-close {
    display: grid;
    position: fixed;
    top: 8px;
    left: 12px;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    color: #2f3440;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    place-items: center;
    z-index: 2400;
  }

  body.is-mobile-picker-date .mobile-date-title {
    display: block;
    margin: 8px 4px 10px;
    color: #1f2430;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
  }

  body.is-mobile-picker-date .mobile-date-guest-switch {
    display: flex;
    width: 100%;
    margin-top: 8px;
    padding: 12px 14px;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  body.is-mobile-picker-date .mobile-date-guest-switch-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1f2430;
    font-size: 16px;
    font-weight: 700;
  }

  body.is-mobile-picker-date .mobile-date-guest-switch-main svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #111827;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  body.is-mobile-picker-date .mobile-date-guest-switch-link {
    color: #2e8cff;
    font-size: 13px;
    font-weight: 700;
  }

  body.is-mobile-picker-guest .header-guest-dropdown {
    inset: 0 auto auto 50%;
    transform: translateX(-50%);
    width: min(100vw, var(--app-width));
    max-height: 100vh;
    height: 100vh;
    padding: 52px 12px 90px;
    border: 0;
    border-radius: 0;
    background: #eceef1;
    box-shadow: none;
    overflow: auto;
  }

  body.is-mobile-picker-guest .mobile-guest-date-switch {
    display: flex;
    width: 100%;
    margin: 0 0 10px;
    padding: 12px 12px;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  body.is-mobile-picker-guest .mobile-guest-date-switch-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #1f2430;
    font-size: 17px;
    font-weight: 700;
  }

  body.is-mobile-picker-guest .mobile-guest-date-switch-main svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #111827;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  body.is-mobile-picker-guest .mobile-guest-date-switch-main strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.is-mobile-picker-guest .mobile-guest-date-switch-link {
    color: #2e8cff;
    font-size: 13px;
    font-weight: 700;
  }

  body.is-mobile-picker-guest .header-guest-copy {
    padding: 14px 14px 4px;
    border: 1px solid #e3e7ec;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
  }

  body.is-mobile-picker-guest .header-guest-stepper {
    margin-top: 0;
    padding: 0 14px 14px;
    border: 1px solid #e3e7ec;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    background: #fff;
    justify-content: end;
  }

  body.is-mobile-picker-guest .mobile-guest-search-btn {
    display: block;
    position: fixed;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    width: min(calc(100vw - 24px), calc(var(--app-width) - 24px));
    height: 44px;
    border-radius: 8px;
    background: #2e8cff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    z-index: 2400;
  }

  .mobile-header-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 2200;
    display: block;
    background: rgba(15, 23, 42, 0.3);
  }

  .mobile-header-search-overlay[hidden] {
    display: none !important;
  }

  .mobile-header-search-sheet {
    position: relative;
    width: min(100vw, var(--app-width));
    margin: 0 auto;
    border-radius: 0 0 18px 18px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.2);
    padding: 8px 12px 14px;
    transform: translateY(-28px);
    opacity: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .mobile-header-search-overlay.is-open .mobile-header-search-sheet {
    transform: translateY(0);
    opacity: 1;
  }

  .mobile-header-search-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-bottom: 1px solid #e5e7eb;
  }

  .mobile-header-search-tab {
    height: 44px;
    border-bottom: 2px solid transparent;
    color: #9aa2ae;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .mobile-header-search-tab.is-active {
    border-bottom-color: #2689ff;
    color: #2689ff;
  }

  .mobile-header-search-tab-badge {
    min-width: 14px;
    height: 14px;
    border-radius: 999px;
    background: #ff4d4f;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
  }

  .mobile-header-search-input-row {
    margin-top: 14px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) 22px;
    align-items: center;
    gap: 10px;
    height: 44px;
    color: #111827;
  }

  .mobile-header-search-input-row svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-header-search-input-row input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
  }

  .mobile-header-search-input-row input::placeholder {
    color: #98a1ac;
    font-weight: 500;
  }

  .mobile-header-search-input-row input:focus {
    outline: 0;
  }

  .mobile-header-search-input-row button {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #9aa2ae;
    color: #fff;
    display: grid;
    place-items: center;
  }

  .mobile-header-search-input-row button svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.2;
  }

  .mobile-header-search-meta {
    margin-top: 12px;
    padding-top: 0;
    border-top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.85fr);
    align-items: stretch;
    gap: 8px;
  }

  .mobile-header-search-meta button {
    min-width: 0;
    height: 52px;
    padding: 0 14px;
    border: 1px solid #d5dbe5;
    border-radius: 11px;
    background: #f3f4f6;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transition: border-color 0.18s ease, background-color 0.18s ease;
  }

  .mobile-header-search-meta button:focus-visible {
    outline: none;
    border-color: #2e8cff;
    background: #edf4ff;
  }

  .mobile-header-search-meta button svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: none;
    stroke: #111827;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-header-search-meta button span {
    min-width: 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-header-search-submit {
    margin-top: 12px;
    width: 100%;
    height: 54px;
    min-height: 54px;
    max-height: 54px;
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #2e8cff;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }

  .header-search-nearby {
    height: 34px;
    font-size: 14px;
  }

  .header-search-recent-item {
    min-height: 52px;
  }

  .header-search-rank-item {
    min-height: 50px;
    grid-template-columns: 34px 1fr;
  }

  .calendar-panels {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .calendar-month-right {
    display: none;
  }

  .calendar-next-mobile {
    display: grid;
  }

  .header-tools {
    order: 2;
    margin-left: auto;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 6px;
    padding-left: 0;
  }

  .header-tools > * {
    flex: 0 0 auto;
  }

  .activity-btn {
    height: 28px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 12px;
    background: #fff;
  }

  .icon-btn {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
  }

  .icon-btn svg {
    width: 18px;
    height: 18px;
  }

  .icon-search {
    position: relative;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #2e8cff;
    display: grid;
    place-items: center;
  }

  .icon-search svg {
    opacity: 1;
    width: 17px;
    height: 17px;
    stroke: #fff;
  }

  .icon-search::before {
    content: none;
  }

  .top-nav {
    order: 3;
    width: 100%;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    border-bottom: 1px solid #eceff3;
    padding: 0 0 0 2px;
  }

  .top-nav::-webkit-scrollbar {
    display: none;
  }

  .nav-item {
    flex: 0 0 auto;
    padding: 10px 12px 12px;
    font-size: 16px;
  }

  .nav-item.is-active::after {
    left: 12px;
    right: 12px;
    bottom: 0;
  }

  .live-wrap {
    display: block;
    min-height: 0;
    background: #fff;
    border-bottom: 10px solid #fff;
  }

  .side-card,
  .stage-arrow {
    display: none;
  }

  .center-live {
    min-height: 0;
    background: transparent;
    padding: 12px 10px 14px;
  }

  .center-head {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .center-head h2 {
    font-size: 18px;
  }

  .info-dot-btn,
  .sort-btn {
    display: none;
  }

  .center-body {
    --mobile-detail-h: 84px;
    --mobile-rail-w: 104px;
    --mobile-rail-item-w: 96px;
    --mobile-rail-item-h: 104px;
    --mobile-rail-thumb-h: 76px;
    --mobile-rail-gap: 8px;
    --mobile-rail-view-h: calc(var(--mobile-rail-item-h) * 4 + var(--mobile-rail-gap) * 3);
    --mobile-poster-h: calc(var(--mobile-rail-view-h) - var(--mobile-detail-h));
    grid-template-columns: minmax(0, 1fr) var(--mobile-rail-w);
    column-gap: 10px;
    row-gap: 0;
    align-items: start;
  }

  .poster-card {
    grid-column: 1;
    height: var(--mobile-poster-h);
    border-radius: 8px 8px 0 0;
    border: 1px solid #ebedf0;
    border-bottom: 0;
    box-shadow: none;
  }

  .poster-time {
    top: 12px;
    font-size: 28px;
  }

  .poster-discount {
    left: 12px;
    bottom: 12px;
    min-width: 42px;
    height: 30px;
    padding: 0 10px;
    border-radius: 8px;
    background: linear-gradient(135deg, #ff3fb0 0%, #ff5a55 100%);
    color: #fff4a6;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.01em;
    box-shadow: 0 6px 12px rgba(255, 70, 102, 0.26);
    z-index: 2;
  }

  .poster-brand {
    bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-live-rail {
    display: block;
    grid-column: 2;
    grid-row: 1 / span 2;
    height: var(--mobile-rail-view-h);
    max-height: var(--mobile-rail-view-h);
    position: relative;
  }

  .mobile-live-rail::after {
    content: "";
    position: absolute;
    left: 0;
    right: 2px;
    bottom: 0;
    height: 22px;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.72) 68%,
      #ffffff 100%
    );
    pointer-events: none;
    z-index: 3;
  }

  .mobile-live-list {
    display: grid;
    gap: var(--mobile-rail-gap);
    grid-auto-rows: var(--mobile-rail-item-h);
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding-right: 1px;
    padding-left: 7px;
    padding-bottom: 15px;
    position: relative;
    scrollbar-width: none;
  }

  .mobile-live-list::after {
    display: none;
  }

  .mobile-live-list::-webkit-scrollbar {
    display: none;
  }

  .mobile-live-item {
    position: relative;
    width: var(--mobile-rail-item-w, var(--mobile-rail-w));
    height: var(--mobile-rail-item-h);
    border-radius: 11px;
    overflow: visible;
    border: 1px solid #dce2ea;
    background: #eef1f5;
    padding: 2px;
    display: grid;
    grid-template-rows: var(--mobile-rail-thumb-h) 18px;
    align-items: stretch;
    gap: 4px;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  }

  .mobile-live-item.is-active {
    border-color: #ff3fb0;
    background: linear-gradient(135deg, #ff3fb0 0%, #ff5a55 100%);
    box-shadow: 0 0 0 1px rgba(255, 20, 192, 0.18);
  }

  .mobile-live-item.is-active::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #ff3fb0;
  }
  .mobile-live-item-thumb {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
  }

  .mobile-live-item.is-active .mobile-live-item-thumb {
    box-shadow: inset 0 0 0 2px #ffffff;
  }

  .mobile-live-item-date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 18px;
    position: static;
    text-align: center;
    color: #2f3440;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    padding: 0;
    border-radius: 6px;
    background: #e8ebf0;
  }

  .mobile-live-item.is-active .mobile-live-item-date {
    color: #fff;
    background: #ff3fb0;
    font-weight: 800;
  }

  .detail-column {
    grid-column: 1;
    margin: 0;
    padding: 10px 12px 10px;
    border: 1px solid #ebedf0;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    position: relative;
    min-height: var(--mobile-detail-h);
    background: #fff;
  }

  .detail-column h3 {
    font-size: 16px;
    padding-right: 42px;
    letter-spacing: -0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .live-benefit {
    margin-top: 5px;
    font-size: 14px;
    color: #ff3c34;
    padding-right: 42px;
  }

  .detail-actions {
    position: static;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 15px;
  }

  .live-region-more {
    order: 1;
    min-width: 72px;
    max-width: calc(100% - 54px);
    height: 30px;
    margin-top: 0;
    padding: 0 12px;
    font-size: 12px;
  }

  .alert-btn {
    width: 34px;
    height: 34px;
    position: absolute;
    right: 12px;
    bottom: 10px;
    border: 1px solid #ff4438;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    margin: 0;
    display: grid;
    place-items: center;
    line-height: 0;
  }

  .alert-btn .icon-bell-line {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .alert-btn .icon-heart-line {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .alert-btn[aria-pressed="true"] .icon-heart-line,
  .alert-btn.is-liked .icon-heart-line {
    transform: translate(-50%, -50%) scale(1.04);
  }

  .product-row,
  .stage-counter {
    display: none;
  }

  .category-strip {
    justify-content: center;
    gap: 12px;
    padding: 10px 10px 14px;
    overflow-x: auto;
    scrollbar-width: none;
    background: #fff;
  }

  .category-strip::-webkit-scrollbar {
    display: none;
  }

  .category-item {
    width: 54px;
    flex: 0 0 54px;
    gap: 6px;
  }

  .category-icon {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .category-item > span:last-child {
    font-size: 12px;
  }

  .live-chance {
    border-top: 10px solid #fff;
    background: #fff;
    padding: 16px 10px 18px;
  }

  .popular-ranking {
    border-top: 10px solid #fff;
    background: #fff;
    padding: 40px 12px 20px;
  }

  .popular-ranking-head h3 {
    font-size: 18px;
  }

  .popular-ranking-periods {
    margin-top: 12px;
  }

  .ranking-period {
    height: 36px;
    padding: 0 14px;
    font-size: 13px;
  }

  .ranking-track-wrap {
    display: none;
  }

  .ranking-mobile-wrap {
    display: block;
    margin-top: 8px;
  }

  .ranking-mobile-list {
    display: block;
  }

  .ranking-mobile-item {
    padding: 8px 0 16px;
    border-bottom: 1px solid #e8ebef;
  }

  .ranking-mobile-item + .ranking-mobile-item {
    margin-top: 8px;
  }

  .ranking-mobile-rankline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
  }

  .ranking-mobile-order {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
  }

  .ranking-mobile-order strong {
    font-size: 36px;
    line-height: 1;
    color: #111827;
    font-weight: 800;
  }

  .ranking-mobile-rankline .rank-diff {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
  }

  .ranking-mobile-rankline .ranking-watch {
    justify-self: auto;
    height: 24px;
    padding: 0 9px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 500;
  }

  .ranking-mobile-main {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }

  .ranking-mobile-thumb {
    width: 118px;
    height: 118px;
    border-radius: 10px;
  }

  .ranking-mobile-content {
    min-width: 0;
  }

  .ranking-mobile-content h4 {
    margin: 2px 0 0;
    font-size: 17px;
    line-height: 1.35;
    color: #111827;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .ranking-mobile-content .ranking-price {
    margin-top: 4px;
    font-size: 15px;
  }

  .ranking-mobile-content .ranking-note {
    margin-top: 4px;
    font-size: 12px;
  }

  .ranking-mobile-item.is-extra {
    display: none;
  }

  .popular-ranking.is-expanded .ranking-mobile-item.is-extra {
    display: block;
  }

  .ranking-mobile-more {
    width: 220px;
    height: 46px;
    margin: 16px auto 0;
    border: 1px solid #d8dde4;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 700;
  }

  .ranking-mobile-more svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: transform 0.2s ease;
  }

  .popular-ranking.is-expanded .ranking-mobile-more svg {
    transform: rotate(180deg);
  }

  .pc-benefit-rolling {
    display: block;
    border-top: 10px solid #fff;
    background: #fff;
    padding: 12px 8px 16px;
  }

  .pc-benefit-shortcuts {
    gap: 6px;
  }

  .pc-benefit-shortcut {
    height: 50px;
    border-radius: 8px;
    background: #f3f4f6;
    border-color: #edf0f4;
    font-size: 12px;
    font-weight: 500;
    padding: 0 6px;
  }

  .pc-benefit-stage {
    margin-top: 10px;
    cursor: grab;
    user-select: none;
    touch-action: pan-y;
  }

  .pc-benefit-stage.is-dragging {
    cursor: grabbing;
  }

  .pc-benefit-stage::before,
  .pc-benefit-stage::after {
    display: none;
  }

  .pc-benefit-viewport {
    overflow: visible;
  }

  .pc-benefit-track {
    display: block;
  }

  .pc-benefit-mobile-shell {
    position: relative;
    padding: 0 22px;
  }

  .pc-benefit-mobile-side {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 18px;
    border-radius: 10px;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  }

  .pc-benefit-mobile-side.is-prev {
    left: 0;
  }

  .pc-benefit-mobile-side.is-next {
    right: 0;
  }

  .pc-benefit-card {
    min-height: 134px;
    border-radius: 12px;
  }

  .pc-benefit-card.pc-benefit-banner {
    min-height: 0;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
  }

  .pc-benefit-card.is-mobile {
    padding: 0;
    position: relative;
    overflow: hidden;
  }

  .pc-benefit-mobile-bg {
    position: absolute;
    inset: 0;
  }

  .pc-benefit-mobile-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      90deg,
      rgba(241, 145, 16, 0.94) 0%,
      rgba(241, 145, 16, 0.92) 50%,
      rgba(241, 145, 16, 0.46) 72%,
      rgba(241, 145, 16, 0.06) 100%
    );
  }

  .pc-benefit-mobile-copy {
    position: relative;
    z-index: 1;
    width: 75%;
    padding: 30px 12px 10px 24px;
    color: #fff;
  }

  .pc-benefit-mobile-tag {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.92);
    color: #1f2937;
    font-size: 11px;
    font-weight: 700;
  }

  .pc-benefit-mobile-title {
    margin: 8px 0 10px;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    white-space: pre-line;
  }

  .pc-benefit-mobile-sub {
    margin: 5px 0 30px;
    font-size: 14px;
    line-height: 1.3;
  }

  .pc-benefit-arrow {
    display: none;
  }

  .pc-benefit-footer {
    margin-top: 10px;
    gap: 8px;
  }

  .pc-benefit-toggle {
    width: 26px;
    height: 26px;
    border: 0;
    background: transparent;
  }

  .pc-benefit-toggle span {
    font-size: 10px;
  }

  .pc-benefit-progress {
    width: 120px;
    height: 3px;
    background: #dadfe6;
  }

  .pc-benefit-counter {
    min-width: 78px;
    height: 26px;
    padding: 0 10px;
    font-size: 13px;
  }

  .hot-live-pc {
    display: block;
    border-top: 10px solid #fff;
    background: #fff;
    padding: 30px 10px 18px;
  }

  .hot-live-head {
    margin-bottom: 10px;
  }

  .hot-live-head h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .hot-live-sort {
    font-size: 13px;
  }

  .info-popup-panel {
    top: calc(100% + 6px);
    width: min(312px, calc(100vw - 20px));
    padding: 10px 32px 10px 12px;
    box-shadow: 0 3px 10px rgba(17, 24, 39, 0.08);
  }

  .info-popup-panel p {
    font-size: 12px;
    line-height: 1.4;
  }

  .info-popup-close {
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    font-size: 24px;
  }

  .hot-live-filters {
    margin-top: 0;
    margin-bottom: 12px;
    gap: 8px;
  }

  .hot-live-filter {
    height: 34px;
    padding: 0 12px 0 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .hot-live-filter-icon {
    width: 18px;
    height: 18px;
    font-size: 9px;
  }

  .hot-live-track-wrap {
    margin-top: 0;
  }

  .hot-live-track {
    gap: 10px;
    padding-bottom: 6px;
  }

  .hot-live-card {
    width: 180px;
    flex: 0 0 180px;
  }

  .hot-live-thumb {
    height: 248px;
    border-radius: 10px;
  }

  .hot-live-rank {
    top: 10px;
    left: 10px;
    min-width: 34px;
    height: 34px;
    padding: 0 7px;
    border-radius: 8px;
    font-size: 16px;
  }

  .hot-live-watch {
    top: 10px;
    right: 10px;
    height: 24px;
    padding: 0 7px;
    border-radius: 6px;
    font-size: 10px;
  }

  .hot-live-badge {
    right: 8px;
    bottom: 104px;
    min-width: 32px;
    height: 22px;
    border-radius: 5px;
    padding: 0 6px;
    font-size: 11px;
  }

  .hot-live-card h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
    min-height: calc(14px * 1.35 * 2);
    -webkit-line-clamp: 2;
  }

  .hot-live-product {
    margin-top: 6px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 6px;
  }

  .hot-live-product-thumb {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }

  .hot-live-product-name {
    font-size: 12px;
  }

  .hot-live-product-price {
    margin-top: 2px;
    font-size: 16px;
  }

  .hot-live-product-note {
    margin-top: 2px;
    font-size: 12px;
  }

  .hot-live-more {
    width: 84px;
    flex: 0 0 84px;
    min-width: 84px;
    gap: 8px;
  }

  .hot-live-more-icon {
    width: 30px;
    height: 30px;
  }

  .hot-live-more-icon svg {
    width: 20px;
    height: 20px;
  }

  .hot-live-more-text {
    font-size: 14px;
  }

  .today-scene {
    display: block;
    border-top: 10px solid #fff;
    background: #fff;
    padding: 30px 10px 18px;
  }

  .today-scene-head {
    margin-bottom: 10px;
  }

  .today-scene-head h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .today-scene-date {
    display: none;
  }

  .today-scene-filters {
    margin-top: 0;
    margin-bottom: 12px;
    gap: 8px;
  }

  .today-scene-filter {
    height: 34px;
    padding: 0 12px 0 10px;
    font-size: 14px;
    font-weight: 500;
  }

  .today-scene-filter-icon {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .today-scene-track-wrap {
    margin-top: 0;
  }

  .today-scene-track {
    gap: 10px;
    padding-bottom: 6px;
  }

  .today-scene-card {
    width: 180px;
    flex: 0 0 180px;
  }

  .today-scene-thumb {
    height: 248px;
    border-radius: 10px;
  }

  .today-scene-watch {
    top: 10px;
    left: 10px;
    height: 24px;
    padding: 0 7px;
    border-radius: 6px;
    font-size: 10px;
  }

  .today-scene-shot {
    left: 8px;
    right: 8px;
    bottom: 8px;
    height: 28px;
    border-radius: 6px;
    padding: 0 8px;
    font-size: 11px;
  }

  .today-scene-card h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
    min-height: calc(14px * 1.35 * 2);
    -webkit-line-clamp: 2;
  }

  .today-scene-product {
    margin-top: 6px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 6px;
  }

  .today-scene-product-thumb {
    width: 40px;
    height: 40px;
    border-radius: 6px;
  }

  .today-scene-product-name {
    font-size: 12px;
  }

  .today-scene-product-price {
    margin-top: 2px;
    font-size: 16px;
  }

  .today-scene-product-note {
    margin-top: 2px;
    font-size: 12px;
  }

  .beauty-shorts {
    display: block;
    border-top: 10px solid #fff;
    background: #fff;
    padding: 30px 16px 18px;
  }

  .beauty-shorts-track-wrap {
    margin-top: 12px;
  }

  .beauty-shorts-track {
    gap: 10px;
    padding-bottom: 6px;
  }

  .beauty-short-card {
    width: 150px;
    flex: 0 0 150px;
  }

  .beauty-short-thumb {
    height: 212px;
    border-radius: 8px;
  }

  .beauty-short-clip,
  .beauty-short-watch {
    top: 8px;
    height: 20px;
    border-radius: 5px;
    padding: 0 6px;
    font-size: 10px;
  }

  .beauty-short-clip {
    left: 8px;
  }

  .beauty-short-watch {
    right: 8px;
  }

  .beauty-short-card h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
    min-height: calc(14px * 1.35 * 2);
  }

  .beauty-short-brand {
    margin-top: 4px;
    font-size: 16px;
  }

  .live-forecast {
    display: block;
    border-top: 10px solid #fff;
    background: #fff;
    padding: 30px 10px 18px;
  }

  .live-forecast-head h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .live-forecast-more {
    font-size: 13px;
  }

  .live-forecast-grid {
    margin-top: 12px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .forecast-item {
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 12px;
  }

  .forecast-thumb {
    height: 200px;
    border-radius: 10px;
  }

  .forecast-time {
    top: 8px;
    left: 8px;
    width: 70px;
    border-radius: 8px;
    gap: 2px;
    padding: 7px 0 8px;
  }

  .forecast-time em {
    font-size: 11px;
  }

  .forecast-time strong {
    font-size: 16px;
  }

  .forecast-body h4 {
    font-size: 15px;
  }

  .forecast-event {
    margin-top: 3px;
    font-size: 13px;
  }

  .forecast-product {
    margin-top: 8px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 6px;
  }

  .forecast-product-thumb {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }

  .forecast-product-name {
    font-size: 12px;
  }

  .forecast-product-price {
    margin-top: 2px;
    font-size: 16px;
  }

  .forecast-shipping {
    margin-top: 6px;
    font-size: 11px;
  }

  .forecast-divider {
    margin-top: 8px;
  }

  .forecast-store {
    margin-top: 8px;
    font-size: 13px;
  }

  .forecast-alert {
    margin-top: 7px;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }

  .hot-ticket {
    display: block;
    border-top: 10px solid #fff;
    background: #fff;
    padding: 30px 10px 18px;
  }

  .hot-ticket-head h3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .hot-ticket-tabs {
    margin-top: 10px;
    gap: 8px;
  }

  .hot-ticket-tab {
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 500;
  }

  .hot-ticket-rail {
    margin-top: 12px;
  }

  .hot-ticket-track {
    gap: 10px;
    padding-bottom: 6px;
  }

  .hot-ticket-card {
    width: 170px;
    flex: 0 0 170px;
  }

  .hot-ticket-thumb {
    height: 236px;
    border-radius: 10px;
  }

  .hot-ticket-card h4 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.35;
    min-height: calc(14px * 1.35 * 2);
  }

  .hot-ticket-card p {
    margin-top: 4px;
    font-size: 12px;
  }

  .hot-ticket-arrow {
    display: none;
  }

  .legal-notice {
    border-top: 10px solid #fff;
    padding: 0 10px 16px;
  }

  .legal-notice-head {
    padding: 12px 0 10px;
  }

  .legal-notice-head h3 {
    font-size: 16px;
  }

  .legal-notice-more {
    font-size: 13px;
    gap: 5px;
  }

  .legal-notice-more::after {
    width: 7px;
    height: 7px;
  }

  .legal-notice-desc {
    padding: 10px 0 12px;
    font-size: 12px;
    line-height: 1.45;
  }

  .legal-notice-center {
    padding-top: 12px;
  }

  .legal-notice-actions {
    gap: 6px;
  }

  .legal-notice-action {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 5px;
  }

  .legal-notice-company {
    margin-top: 10px;
    font-size: 13px;
  }

  .legal-notice-business {
    margin-top: 10px;
    padding: 10px;
  }

  .legal-notice-business-grid {
    max-width: 100%;
    grid-template-columns: 98px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 4px;
  }

  .legal-notice-business-grid dt,
  .legal-notice-business-grid dd {
    font-size: 11px;
    line-height: 1.35;
  }

  .legal-notice-links {
    margin-top: 10px;
    row-gap: 6px;
  }

  .legal-notice-link {
    font-size: 12px;
    padding: 0 8px;
  }

  .legal-notice-contact {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
  }

  .legal-notice-contact span {
    margin: 0 4px;
  }

  .legal-notice-brand {
    margin-top: 12px;
    font-size: 26px;
  }

  .mobile-bottom-widget {
    position: fixed;
    left: 50%;
    bottom: 0;
    --mobile-bottom-shift: 0px;
    transform: translateX(-50%) translateY(var(--mobile-bottom-shift));
    transition: transform 0.22s ease;
    will-change: transform;
    width: min(var(--app-width), 100vw);
    height: calc(66px + env(safe-area-inset-bottom));
    padding: 6px 6px calc(6px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: start;
    background: #fff;
    border-top: 1px solid #dfe3e8;
    border-left: 0;
    border-right: 0;
    z-index: 1300;
  }

  .discovery-page .discovery-view-switch {
    bottom: calc(78px + env(safe-area-inset-bottom));
  }

  .mobile-bottom-item {
    position: relative;
    height: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    color: #1f2937;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 500;
  }

  .mobile-bottom-item.is-active {
    color: #111827;
    font-weight: 700;
  }

  .mobile-bottom-item.is-naver {
    border-left: 1px solid #e4e7ec;
  }

  .mobile-bottom-icon {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  .mobile-bottom-naver-badge {
    width: 28px;
    height: 28px;
    border-radius: 80px;
    background: #FF5139;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    flex-shrink: 0;
  }

  body.is-mobile-category-open {
    overflow: hidden;
  }

  .mobile-category-overlay {
    position: fixed;
    inset: 0;
    z-index: 2150;
    display: block;
    background: rgba(15, 23, 42, 0.34);
  }

  .mobile-category-overlay[hidden] {
    display: none !important;
  }

  .mobile-category-panel {
    position: absolute;
    left: 0;
    top: 0;
    width: min(84vw, 320px);
    height: 100%;
    background: #f3f4f6;
    transform: translateX(-100%);
    transition: transform 0.22s ease;
    box-shadow: 8px 0 26px rgba(15, 23, 42, 0.2);
  }

  .mobile-category-overlay.is-open .mobile-category-panel {
    transform: translateX(0);
  }

  .mobile-category-scroll {
    height: 100%;
    overflow-y: auto;
    padding: 10px 12px 18px;
  }

  .mobile-category-head {
    padding: 2px 0 10px;
  }

  .mobile-category-login {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    background: #2e8cff;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }

  .mobile-category-block {
    padding: 10px 0 6px;
    border-top: 1px solid #dfe3e8;
  }

  .mobile-category-block h3 {
    margin: 0 0 8px;
    color: #7c8798;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
  }

  .mobile-category-link {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    padding: 8px 0;
  }

  .mobile-category-link em {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 16px;
    border-radius: 3px;
    background: #ffe7e5;
    color: #ff5747;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    text-transform: lowercase;
    line-height: 1;
    padding: 0 4px;
  }

  .live-chance-head {
    margin-bottom: 10px;
  }

  .theme-special {
    border-top: 30px solid #fff;
    padding: 0 10px 40px;
  }

  .theme-special::before {
    width: 172px;
    height: 172px;
    top: -92px;
    left: -56px;
  }

  .theme-special::after {
    width: 150px;
    height: 150px;
    top: 74px;
    right: -48px;
  }

  .theme-special-hero {
    min-height: 156px;
    gap: 8px;
    padding: 40px 0 10px;
  }

  .theme-special-copy {
    max-width: 170px;
    padding-top: 2px;
  }

  .theme-special-copy h3 {
    font-size: 22px;
    line-height: 1.16;
  }

  .theme-special-copy p {
    margin-top: 7px;
    font-size: 14px;
    line-height: 1.3;
  }

  .theme-special-packshot {
    flex: 0 0 56%;
    min-width: 154px;
    height: 124px;
  }

  .theme-special-clover {
    flex: 0 0 56%;
    min-width: 154px;
    height: 124px;
    border-radius: 82px 82px 16px 16px;
  }

  .theme-special-clover::before,
  .theme-special-clover::after {
    top: -24px;
    width: 88px;
    height: 88px;
  }

  .theme-special-pack.pack-a {
    width: 136px;
    height: 74px;
    right: 0;
  }

  .theme-special-pack.pack-b {
    left: 2px;
    top: 46px;
    width: 76px;
    height: 78px;
  }

  .theme-special-pack.pack-c {
    left: 82px;
    top: 62px;
    width: 66px;
    height: 62px;
  }

  .theme-special-pack.pack-d {
    top: 40px;
    right: 6px;
    width: 80px;
    height: 84px;
  }

  .theme-special-track {
    gap: 8px;
    padding-bottom: 4px;
  }

  .theme-special-card {
    width: 156px;
    flex: 0 0 156px;
  }

  .theme-special-thumb {
    height: 208px;
    border-radius: 10px;
  }

  .theme-special-time {
    top: 8px;
    left: 8px;
    min-width: 62px;
    border-radius: 8px;
    padding: 6px 7px;
    gap: 3px;
  }

  .theme-special-time em {
    font-size: 11px;
  }

  .theme-special-time strong {
    font-size: 17px;
  }

  .theme-special-time.is-single strong {
    font-size: 13px;
  }

  .theme-special-alert,
  .theme-special-wish {
    right: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: 0;
  }

  .theme-special-alert .icon-bell-line,
  .theme-special-wish .icon-heart-line {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .theme-special-wait {
    margin-top: 6px;
    height: 24px;
    border-radius: 5px;
    padding: 0 8px;
    font-size: 12px;
  }

  .theme-special-card h4 {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.3;
  }

  .theme-special-indicator {
    margin-top: 8px;
    height: 40px;
    font-size: 15px;
    gap: 6px;
  }

  .theme-special.is-green::before {
    width: 58px;
    height: 58px;
    top: -14px;
    left: -8px;
  }

  .theme-special.is-green::after {
    width: 112px;
    height: 86px;
    top: 86px;
    right: 2px;
  }

  .live-chance-head h3 {
    font-size: 18px;
  }

  .live-chance-sort {
    font-size: 13px;
  }

  .sort-menu-dropdown {
    top: calc(100% + 6px);
    min-width: 88px;
    padding: 6px 0;
  }

  .sort-menu-option {
    padding: 9px 14px;
    font-size: 13px;
  }

  .live-chance-filters {
    margin-bottom: 12px;
  }

  .chance-filter {
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
  }

  .chance-filter-dot,
  .chance-filter-emoji {
    width: 18px;
    height: 18px;
  }

  .chance-filter-dot {
    font-size: 9px;
  }

  .chance-card {
    width: 206px;
    flex-basis: 206px;
  }

  .chance-thumb {
    height: 292px;
  }

  .chance-more-card {
    width: 84px;
    flex-basis: 84px;
    min-width: 84px;
  }

  .chance-more-icon {
    width: 30px;
    height: 30px;
  }

  .chance-more-text {
    font-size: 14px;
  }

  .chance-card h4 {
    margin-top: 10px;
    font-size: 14px;
  }

  .chance-benefit {
    font-size: 12px;
  }

  .chance-price {
    font-size: 16px;
  }

  .chance-note {
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .poster-brand {
    font-size: 16px;
  }
    
}

/* Discovery map review default: show 2.5 cards */
.discovery-map-review-viewport {
  --review-card-gap: 10px;
  --review-visible-count: 2.5;
}

.discovery-map-review-track {
  gap: var(--review-card-gap);
}

.discovery-map-review-card {
  flex: 0 0
    calc(
      (100% - ((var(--review-visible-count) - 1) * var(--review-card-gap))) /
        var(--review-visible-count)
    );
  min-width: calc(
    (100% - ((var(--review-visible-count) - 1) * var(--review-card-gap))) /
      var(--review-visible-count)
  );
}

@media (max-width: 720px) {
  .discovery-map-review-viewport {
    --review-card-gap: 8px;
    --review-visible-count: 1.25;
  }
}

/* Discovery Filter Modal v2 */
.discovery-filter-modal {
  width: min(96%, 640px);
  height: min(86vh, 640px);
  max-height: min(86vh, 640px);
  border: 1px solid #d6dce6;
  border-radius: 30px;
  box-shadow: 0 20px 46px rgba(17, 24, 39, 0.28);
}

.discovery-filter-modal-head {
  height: 74px;
  padding: 0 24px 0 30px;
  position: relative;
  z-index: 5;
  background: #fff;
  flex: 0 0 auto;
}

.discovery-filter-modal-head h4 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.discovery-filter-modal-close {
  width: 46px;
  height: 46px;
  border: 1px solid #e2e6ee;
  border-radius: 14px;
  background: #f1f4f8;
  color: #111827;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.discovery-filter-modal-close svg {
  width: 24px;
  height: 24px;
  pointer-events: none;
}

.discovery-filter-modal-close:hover {
  border-color: #d7dce6;
  background: #e9edf4;
}

.discovery-filter-tabs {
  height: 52px;
  border-bottom: 1px solid #eceff4;
  padding: 0 30px;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  position: relative;
  z-index: 4;
  background: #fff;
  flex: 0 0 auto;
}

.discovery-filter-tabs::-webkit-scrollbar {
  display: none;
}

.discovery-filter-tab {
  position: relative;
  flex: 0 0 auto;
  height: 100%;
  padding: 0 0 12px;
  border: 0;
  background: transparent;
  color: #6b7280;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: flex-end;
  line-height: 1;
  cursor: pointer;
  white-space: nowrap;
}

.discovery-filter-tab.is-active {
  color: #111827;
  font-weight: 800;
}

.discovery-filter-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #111827;
}

.discovery-filter-modal-body {
  padding: 6px 30px 12px;
  scroll-behavior: smooth;
  position: relative;
  z-index: 1;
  min-height: 0;
}

.discovery-filter-block {
  padding: 18px 0;
}

.discovery-filter-block h5,
.discovery-filter-available-row p {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #111827;
}

.discovery-filter-block h5 {
  margin-bottom: 14px;
}

.discovery-filter-switch {
  width: 56px;
  height: 32px;
  padding: 3px;
}

.discovery-filter-switch span {
  width: 26px;
  height: 26px;
}

.discovery-filter-switch.is-on span {
  transform: translateX(24px);
}

.discovery-filter-chip-row {
  flex-wrap: wrap;
  gap: 8px 9px;
}

.discovery-filter-chip {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  border-color: #cfd6e1;
  color: #2f3a4f;
  background: #fff;
  font-size: 15px;
  font-weight: 600;
}

.discovery-filter-chip.is-selected {
  border-color: #4f46e5;
  background: #eef2ff;
  color: #4338ca;
}

.discovery-filter-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
}

.discovery-filter-check {
  border: 0;
  background: transparent;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  color: #2f3a4f;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-filter-check-box {
  width: 26px;
  height: 26px;
  border: 1px solid #b7c0ce;
  border-radius: 7px;
  background: #fff;
  position: relative;
  flex: 0 0 auto;
}

.discovery-filter-check-box::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 8px;
  height: 13px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.16s ease;
}

.discovery-filter-check.is-selected .discovery-filter-check-box {
  border-color: #4f46e5;
  background: #4f46e5;
}

.discovery-filter-check.is-selected .discovery-filter-check-box::after {
  transform: rotate(45deg) scale(1);
}

.discovery-filter-more {
  margin-top: 14px;
  width: 100%;
  height: 42px;
  border: 1px solid #d1d7e2;
  border-radius: 14px;
  background: #fff;
  color: #374151;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.discovery-filter-more svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}

.discovery-filter-more.is-expanded svg {
  transform: rotate(180deg);
}

.discovery-filter-modal-foot {
  padding: 12px 20px 18px;
  grid-template-columns: 94px 1fr;
  gap: 10px;
  flex: 0 0 auto;
}

.discovery-filter-reset,
.discovery-filter-apply {
  height: 54px;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.discovery-filter-reset {
  font-size: 16px;
  color: #8b94a6;
}

.discovery-filter-reset:disabled {
  color: #ced4df;
  border-color: #e6eaf1;
}

.discovery-filter-apply {
  font-size: 18px;
}

@media (max-width: 1200px) {
  .discovery-filter-modal {
    width: min(97%, 620px);
    height: min(86vh, 620px);
    max-height: min(86vh, 620px);
    border-radius: 24px;
  }

  .discovery-filter-modal-head {
    height: 66px;
    padding: 0 18px 0 22px;
  }

  .discovery-filter-tabs {
    height: 46px;
    padding: 0 22px;
    gap: 13px;
  }

  .discovery-filter-tab {
    height: 46px;
    font-size: 13px;
    padding-bottom: 10px;
  }

  .discovery-filter-modal-body {
    padding: 6px 22px 10px;
  }

  .discovery-filter-block {
    padding: 14px 0;
  }

  .discovery-filter-block h5,
  .discovery-filter-available-row p {
    font-size: 16px;
  }

  .discovery-filter-chip {
    min-height: 36px;
    font-size: 14px;
  }

  .discovery-filter-check {
    min-height: 32px;
    font-size: 14px;
  }

  .discovery-filter-check-box {
    width: 24px;
    height: 24px;
  }

  .discovery-filter-more {
    height: 40px;
    font-size: 14px;
  }

  .discovery-filter-modal-foot {
    padding: 10px 16px 14px;
    grid-template-columns: 84px 1fr;
  }

  .discovery-filter-reset,
  .discovery-filter-apply {
    height: 44px;
    border-radius: 13px;
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .discovery-filter-modal {
    width: 100%;
    height: min(90vh, 560px);
    max-height: min(90vh, 560px);
    border-radius: 18px;
  }

  .discovery-filter-modal-head {
    height: 56px;
    padding: 0 14px 0 16px;
  }

  .discovery-filter-modal-head h4 {
    font-size: 20px;
  }

  .discovery-filter-modal-close {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .discovery-filter-modal-close svg {
    width: 22px;
    height: 22px;
  }

  .discovery-filter-tabs {
    height: 42px;
    padding: 0 16px;
    gap: 12px;
  }

  .discovery-filter-tab {
    height: 42px;
    font-size: 13px;
    padding-bottom: 9px;
  }

  .discovery-filter-modal-body {
    padding: 4px 16px 10px;
  }

  .discovery-filter-block {
    padding: 12px 0;
  }

  .discovery-filter-block h5,
  .discovery-filter-available-row p {
    font-size: 14px;
  }

  .discovery-filter-switch {
    width: 52px;
    height: 30px;
  }

  .discovery-filter-switch span {
    width: 24px;
    height: 24px;
  }

  .discovery-filter-switch.is-on span {
    transform: translateX(22px);
  }

  .discovery-filter-chip {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .discovery-filter-check-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .discovery-filter-check {
    min-height: 30px;
    font-size: 13px;
  }

  .discovery-filter-check-box {
    width: 22px;
    height: 22px;
    border-radius: 6px;
  }

  .discovery-filter-check-box::after {
    left: 6px;
    top: 3px;
    width: 7px;
    height: 12px;
  }

  .discovery-filter-more {
    margin-top: 12px;
    height: 38px;
    border-radius: 12px;
    font-size: 13px;
  }

  .discovery-filter-modal-foot {
    padding: 10px 12px 12px;
    grid-template-columns: 78px 1fr;
    gap: 8px;
  }

  .discovery-filter-reset,
  .discovery-filter-apply {
    height: 40px;
    border-radius: 12px;
    font-size: 14px;
  }
}

.discovery-mobile-top-controls,
.discovery-mobile-filter-backdrop,
.discovery-mobile-sort-backdrop {
  display: none;
}

.discovery-mobile-filter-backdrop[hidden],
.discovery-mobile-sort-backdrop[hidden] {
  display: none !important;
}

.discovery-mobile-filter-tabs {
  height: 58px;
  padding: 0 24px;
  border-bottom: 1px solid #edf0f5;
  display: flex;
  align-items: flex-end;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
  background: #fff;
}

.discovery-mobile-filter-tabs::-webkit-scrollbar {
  display: none;
}

.discovery-mobile-filter-tab {
  position: relative;
  flex: 0 0 auto;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  color: #667084;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-mobile-filter-tab.is-active {
  color: #111827;
}

.discovery-mobile-filter-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: #111827;
}

.discovery-mobile-filter-check-grid {
  display: grid;
  gap: 8px;
}

.discovery-mobile-filter-check {
  border: 0;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 0;
  text-align: left;
  color: #374151;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.discovery-mobile-filter-check-label {
  min-width: 0;
}

.discovery-mobile-filter-check-box {
  width: 28px;
  height: 28px;
  border: 1px solid #aeb7c6;
  border-radius: 7px;
  background: #fff;
  position: relative;
  display: inline-block;
}

.discovery-mobile-filter-check-box::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(45deg);
}

.discovery-mobile-filter-check.is-selected {
  color: #111827;
}

.discovery-mobile-filter-check.is-selected .discovery-mobile-filter-check-box {
  border-color: #4f46e5;
  background: #eef2ff;
}

.discovery-mobile-filter-check.is-selected .discovery-mobile-filter-check-box::after {
  border-right-color: #4338ca;
  border-bottom-color: #4338ca;
}

.discovery-mobile-filter-more {
  margin-top: 10px;
  height: 42px;
  width: 100%;
  border: 1px solid #d6dde7;
  border-radius: 14px;
  background: #fff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.discovery-mobile-filter-more svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.18s ease;
}

.discovery-mobile-filter-more.is-expanded svg {
  transform: rotate(180deg);
}

.discovery-mobile-filter-block h5 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

@media (min-width: 1200px) {
  .discovery-mobile-filter-backdrop,
  .discovery-mobile-sort-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2400;
    background: rgba(17, 24, 39, 0.46);
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
  }

  .discovery-mobile-filter-backdrop.is-open,
  .discovery-mobile-sort-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .discovery-mobile-filter-backdrop {
    justify-content: center;
    align-items: center;
    padding: 24px 16px;
  }

  .discovery-mobile-filter-modal {
    width: min(100%, 640px);
    max-height: min(92vh, 840px);
    border-radius: 30px;
    border: 1px solid #d7dde6;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 22px 40px rgba(17, 24, 39, 0.26);
    transform: translateY(12px);
    transition: transform 0.2s ease;
  }

  .discovery-mobile-filter-backdrop.is-open .discovery-mobile-filter-modal {
    transform: translateY(0);
  }

  .discovery-mobile-filter-head {
    height: 78px;
    padding: 0 18px 0 30px;
    border-bottom: 1px solid #edf0f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .discovery-mobile-filter-head h4 {
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .discovery-mobile-filter-close,
  .discovery-mobile-sort-close {
    width: 42px;
    height: 42px;
    border: 1px solid #e2e6ee;
    border-radius: 12px;
    background: #f3f5f9;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .discovery-mobile-filter-close svg,
  .discovery-mobile-sort-close svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .discovery-mobile-filter-body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 8px 24px 12px;
    overflow-y: auto;
  }

  .discovery-mobile-filter-body::-webkit-scrollbar {
    width: 6px;
  }

  .discovery-mobile-filter-body::-webkit-scrollbar-thumb {
    background: #c5cdd8;
    border-radius: 999px;
  }

  .discovery-mobile-filter-block {
    padding: 16px 0;
    border-bottom: 1px solid #edf0f5;
  }

  .discovery-mobile-filter-block:last-child {
    border-bottom: 0;
  }

  .discovery-mobile-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .discovery-mobile-filter-row p,
  .discovery-mobile-filter-price-head h5 {
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
  }

  .discovery-mobile-filter-price-head {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .discovery-mobile-filter-price-head p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
  }

  .discovery-mobile-filter-switch {
    width: 58px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #d2d6dc;
    padding: 3px;
    cursor: pointer;
  }

  .discovery-mobile-filter-switch span {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(17, 24, 39, 0.18);
    transform: translateX(0);
    transition: transform 0.2s ease;
  }

  .discovery-mobile-filter-switch.is-on {
    background: #4f46e5;
  }

  .discovery-mobile-filter-switch.is-on span {
    transform: translateX(24px);
  }

  .discovery-mobile-filter-price-chart {
    margin-top: 14px;
    height: 78px;
    display: grid;
    grid-template-columns: repeat(20, minmax(0, 1fr));
    align-items: end;
    gap: 4px;
  }

  .discovery-mobile-filter-price-chart span {
    border-radius: 4px 4px 0 0;
    background: #1f2531;
    min-height: 8px;
  }

  .discovery-mobile-filter-range {
    position: relative;
    margin-top: 10px;
    height: 34px;
    display: grid;
    align-items: center;
  }

  .discovery-mobile-filter-range-track {
    --range-min: 0%;
    --range-max: 100%;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(
      to right,
      #d8dee7 0%,
      #d8dee7 var(--range-min),
      #111827 var(--range-min),
      #111827 var(--range-max),
      #d8dee7 var(--range-max),
      #d8dee7 100%
    );
  }

  .discovery-mobile-filter-range-input {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
  }

  .discovery-mobile-filter-range-input::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
  }

  .discovery-mobile-filter-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d2d7e1;
    background: #fff;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.16);
    pointer-events: auto;
    margin-top: -14px;
  }

  .discovery-mobile-filter-range-input::-moz-range-track {
    height: 6px;
    background: transparent;
  }

  .discovery-mobile-filter-range-input::-moz-range-thumb {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d2d7e1;
    background: #fff;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.16);
    pointer-events: auto;
  }

  .discovery-mobile-filter-price-inputs {
    margin-top: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .discovery-mobile-filter-price-inputs label {
    min-width: 0;
    display: grid;
    gap: 6px;
  }

  .discovery-mobile-filter-price-inputs span {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 600;
  }

  .discovery-mobile-filter-price-inputs input {
    height: 52px;
    border: 1px solid #d7dde6;
    border-radius: 12px;
    background: #f8fafc;
    padding: 0 14px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
  }

  .discovery-mobile-filter-price-separator {
    margin-top: 18px;
  }

  .discovery-mobile-filter-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .discovery-mobile-filter-chip {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #d0d7e2;
    border-radius: 999px;
    background: #fff;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    cursor: pointer;
  }

  .discovery-mobile-filter-chip.is-selected {
    border-color: #4f46e5;
    background: #eef2ff;
    color: #4338ca;
  }

  .discovery-mobile-filter-foot {
    flex: 0 0 auto;
    border-top: 1px solid #edf0f5;
    padding: 12px 16px 12px;
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 10px;
    background: #fff;
  }

  .discovery-mobile-filter-reset,
  .discovery-mobile-filter-apply {
    height: 52px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
    cursor: pointer;
  }

  .discovery-mobile-filter-reset {
    border: 1px solid #d3dae6;
    background: #fff;
    color: #8b95a8;
  }

  .discovery-mobile-filter-apply {
    border: 0;
    background: linear-gradient(135deg, #4f46e5, #3b82f6);
    color: #fff;
  }

  .discovery-mobile-sort-backdrop {
    align-items: center;
    justify-content: center;
    padding: 14px;
  }

  .discovery-mobile-sort-modal {
    width: min(100%, 440px);
    border: 1px solid #d7dde7;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.24);
    overflow: hidden;
  }

  .discovery-mobile-sort-head {
    height: 74px;
    padding: 0 18px 0 28px;
    border-bottom: 1px solid #edf0f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .discovery-mobile-sort-head h4 {
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .discovery-mobile-sort-list {
    padding: 14px 16px 18px;
    display: grid;
    gap: 6px;
  }

  .discovery-mobile-sort-option {
    height: 54px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #111827;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-align: left;
    cursor: pointer;
  }

  .discovery-mobile-sort-option span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .discovery-mobile-sort-option span em {
    font-style: normal;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
  }

  .discovery-mobile-sort-option svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .discovery-mobile-sort-option.is-active {
    background: #f3f5f9;
    font-weight: 800;
  }

  body.is-discovery-mobile-filter-open,
  body.is-discovery-mobile-sort-open {
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .top-header,
  .discovery-page .discovery-mobile-top-controls,
  .discovery-page .discovery-mobile-top-actions button {
    font-family: "Pretendard Variable", "Pretendard", "SUIT", sans-serif;
  }

  .discovery-page .discovery-mobile-top-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 8px 14px 12px;
    border-bottom: 1px solid #e8ecf2;
    background: #fff;
  }

  .discovery-page.is-map-view .discovery-mobile-top-controls {
    display: none;
  }

  .discovery-list-tools {
    display: none;
  }

  .discovery-list-quick-filters {
    margin-top: 8px;
  }

  .discovery-page .discovery-live-forecast {
    padding-top: 14px;
  }

  .discovery-mobile-top-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .discovery-mobile-top-actions .header-date-trigger,
  .discovery-mobile-top-actions .header-person-trigger {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    height: 52px;
    padding: 0 14px;
    border: 1px solid #d5dce6;
    border-radius: 12px;
    background: #f3f4f6;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }

  .discovery-mobile-top-actions .header-date-icon,
  .discovery-mobile-top-actions .header-person-icon {
    width: 18px;
    height: 18px;
  }

  .discovery-mobile-top-actions .header-date-summary,
  .discovery-mobile-top-actions #discoveryMobileTopGuestText {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
  }

  .discovery-mobile-top-actions .header-date-summary {
    gap: 4px;
  }

  .discovery-mobile-tool-btn {
    border: 1px solid #d5dce6;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    letter-spacing: -0.01em;
    white-space: nowrap;
    cursor: pointer;
  }

  .discovery-mobile-tool-btn svg,
  .discovery-mobile-chip svg,
  .discovery-mobile-sort-option svg,
  .discovery-mobile-filter-close svg,
  .discovery-mobile-sort-close svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
  }

  .discovery-mobile-tool-btn {
    position: relative;
    flex: 0 0 auto;
    height: 46px;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 700;
  }

  .discovery-mobile-tool-btn.is-active {
    border-color: #2e8cff;
    color: #2e8cff;
    background: #eef5ff;
  }

  .discovery-mobile-tool-btn.is-active::after {
    content: "";
    position: absolute;
    right: 9px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2e8cff;
  }

  .discovery-mobile-quick-filters {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .discovery-mobile-quick-filters::-webkit-scrollbar {
    display: none;
  }

  .discovery-mobile-chip {
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #e1e6ee;
    border-radius: 999px;
    background: #f3f5f9;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.01em;
    cursor: pointer;
  }

  .discovery-mobile-chip.is-active {
    border-color: #111827;
    background: #fff;
  }

  .discovery-mobile-filter-backdrop,
  .discovery-mobile-sort-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2400;
    background: rgba(17, 24, 39, 0.46);
    display: flex;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.18s ease;
  }

  .discovery-mobile-filter-backdrop.is-open,
  .discovery-mobile-sort-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .discovery-mobile-filter-backdrop {
    justify-content: center;
    align-items: flex-end;
    padding-top: 44px;
  }

  .discovery-mobile-filter-modal {
    width: min(100%, 640px);
    max-height: min(92vh, 840px);
    border-radius: 30px 30px 0 0;
    border: 1px solid #d7dde6;
    background: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(12px);
    transition: transform 0.2s ease;
  }

  .discovery-mobile-filter-backdrop.is-open .discovery-mobile-filter-modal {
    transform: translateY(0);
  }

  .discovery-mobile-filter-head {
    height: 78px;
    padding: 0 18px 0 30px;
    border-bottom: 1px solid #edf0f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .discovery-mobile-filter-head h4 {
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .discovery-mobile-filter-close,
  .discovery-mobile-sort-close {
    width: 42px;
    height: 42px;
    border: 1px solid #e2e6ee;
    border-radius: 12px;
    background: #f3f5f9;
    color: #111827;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .discovery-mobile-filter-body {
    flex: 1 1 auto;
    min-height: 0;
    padding: 8px 24px 12px;
    overflow-y: auto;
  }

  .discovery-mobile-filter-body::-webkit-scrollbar {
    width: 6px;
  }

  .discovery-mobile-filter-body::-webkit-scrollbar-thumb {
    background: #c5cdd8;
    border-radius: 999px;
  }

  .discovery-mobile-filter-block {
    padding: 16px 0;
    border-bottom: 1px solid #edf0f5;
  }

  .discovery-mobile-filter-block:last-child {
    border-bottom: 0;
  }

  .discovery-mobile-filter-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .discovery-mobile-filter-row p,
  .discovery-mobile-filter-price-head h5 {
    margin: 0;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
  }

  .discovery-mobile-filter-price-head {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .discovery-mobile-filter-price-head p {
    margin: 0;
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
  }

  .discovery-mobile-filter-switch {
    width: 58px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #d2d6dc;
    padding: 3px;
    cursor: pointer;
  }

  .discovery-mobile-filter-switch span {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(17, 24, 39, 0.18);
    transform: translateX(0);
    transition: transform 0.2s ease;
  }

  .discovery-mobile-filter-switch.is-on {
    background: #4f46e5;
  }

  .discovery-mobile-filter-switch.is-on span {
    transform: translateX(24px);
  }

  .discovery-mobile-filter-price-chart {
    margin-top: 14px;
    height: 78px;
    display: grid;
    grid-template-columns: repeat(20, minmax(0, 1fr));
    align-items: end;
    gap: 4px;
  }

  .discovery-mobile-filter-price-chart span {
    border-radius: 4px 4px 0 0;
    background: #1f2531;
    min-height: 8px;
  }

  .discovery-mobile-filter-range {
    position: relative;
    margin-top: 10px;
    height: 34px;
    display: grid;
    align-items: center;
  }

  .discovery-mobile-filter-range-track {
    --range-min: 0%;
    --range-max: 100%;
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(
      to right,
      #d8dee7 0%,
      #d8dee7 var(--range-min),
      #111827 var(--range-min),
      #111827 var(--range-max),
      #d8dee7 var(--range-max),
      #d8dee7 100%
    );
  }

  .discovery-mobile-filter-range-input {
    position: absolute;
    inset: 0;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    background: none;
    pointer-events: none;
  }

  .discovery-mobile-filter-range-input::-webkit-slider-runnable-track {
    height: 6px;
    background: transparent;
  }

  .discovery-mobile-filter-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d2d7e1;
    background: #fff;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.16);
    pointer-events: auto;
    margin-top: -14px;
  }

  .discovery-mobile-filter-range-input::-moz-range-track {
    height: 6px;
    background: transparent;
  }

  .discovery-mobile-filter-range-input::-moz-range-thumb {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #d2d7e1;
    background: #fff;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.16);
    pointer-events: auto;
  }

  .discovery-mobile-filter-price-inputs {
    margin-top: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
  }

  .discovery-mobile-filter-price-inputs label {
    min-width: 0;
    display: grid;
    gap: 6px;
  }

  .discovery-mobile-filter-price-inputs span {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 600;
  }

  .discovery-mobile-filter-price-inputs input {
    height: 52px;
    border: 1px solid #d7dde6;
    border-radius: 12px;
    background: #f8fafc;
    padding: 0 14px;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.01em;
  }

  .discovery-mobile-filter-price-separator {
    margin-top: 18px;
  }

  .discovery-mobile-filter-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .discovery-mobile-filter-chip {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #d0d7e2;
    border-radius: 999px;
    background: #fff;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.01em;
    cursor: pointer;
  }

  .discovery-mobile-filter-chip.is-selected {
    border-color: #4f46e5;
    background: #eef2ff;
    color: #4338ca;
  }

  .discovery-mobile-filter-foot {
    flex: 0 0 auto;
    border-top: 1px solid #edf0f5;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 98px 1fr;
    gap: 10px;
    background: #fff;
  }

  .discovery-mobile-filter-reset,
  .discovery-mobile-filter-apply {
    height: 52px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
    cursor: pointer;
  }

  .discovery-mobile-filter-reset {
    border: 1px solid #d3dae6;
    background: #fff;
    color: #8b95a8;
  }

  .discovery-mobile-filter-apply {
    border: 0;
    background: linear-gradient(135deg, #4f46e5, #3b82f6);
    color: #fff;
  }

  .discovery-mobile-sort-backdrop {
    align-items: center;
    justify-content: center;
    padding: 14px;
  }

  .discovery-mobile-sort-modal {
    width: min(100%, 440px);
    border: 1px solid #d7dde7;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 18px 36px rgba(17, 24, 39, 0.24);
    overflow: hidden;
  }

  .discovery-mobile-sort-head {
    height: 74px;
    padding: 0 18px 0 28px;
    border-bottom: 1px solid #edf0f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .discovery-mobile-sort-head h4 {
    margin: 0;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .discovery-mobile-sort-list {
    padding: 14px 16px 18px;
    display: grid;
    gap: 6px;
  }

  .discovery-mobile-sort-option {
    height: 54px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #111827;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-align: left;
    cursor: pointer;
  }

  .discovery-mobile-sort-option span {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .discovery-mobile-sort-option span em {
    font-style: normal;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
  }

  .discovery-mobile-sort-option svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.1;
  }

  .discovery-mobile-sort-option.is-active {
    background: #f3f5f9;
    font-weight: 800;
  }

  body.is-discovery-mobile-filter-open,
  body.is-discovery-mobile-sort-open {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .discovery-page .discovery-mobile-top-controls {
    padding: 8px 10px 10px;
    gap: 8px;
  }

  .discovery-mobile-top-actions {
    gap: 6px;
  }

  .discovery-mobile-top-actions .header-date-trigger,
  .discovery-mobile-top-actions .header-person-trigger {
    height: 44px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 15px;
  }

  .discovery-mobile-top-actions .header-date-summary {
    gap: 3px;
  }

  .discovery-mobile-filter-tabs {
    height: 50px;
    padding: 0 14px;
    gap: 12px;
  }

  .discovery-mobile-filter-tab {
    font-size: 13px;
  }

  .discovery-mobile-tool-btn {
    height: 42px;
    padding: 0 13px;
    font-size: 14px;
  }

  .discovery-mobile-chip {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .discovery-mobile-filter-modal {
    border-radius: 24px 24px 0 0;
  }

  .discovery-mobile-filter-head {
    height: 64px;
    padding: 0 14px 0 18px;
  }

  .discovery-mobile-filter-head h4 {
    font-size: 17px;
  }

  .discovery-mobile-filter-block h5 {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .discovery-mobile-filter-close,
  .discovery-mobile-sort-close {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .discovery-mobile-filter-body {
    padding: 6px 14px 10px;
  }

  .discovery-mobile-filter-row p,
  .discovery-mobile-filter-price-head h5 {
    font-size: 15px;
  }

  .discovery-mobile-filter-price-head p {
    font-size: 12px;
  }

  .discovery-mobile-filter-price-head {
    margin-top: 14px;
  }

  .discovery-mobile-filter-price-inputs input {
    width: 170px;
    height: 46px;
    font-size: 15px;
  }

  .discovery-mobile-filter-chip {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .discovery-mobile-filter-check {
    min-height: 36px;
    font-size: 13px;
  }

  .discovery-mobile-filter-check-box {
    width: 24px;
    height: 24px;
    border-radius: 6px;
  }

  .discovery-mobile-filter-check-box::after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
  }

  .discovery-mobile-filter-more {
    margin-top: 8px;
    height: 38px;
    border-radius: 12px;
    font-size: 13px;
  }

  .discovery-mobile-filter-foot {
    padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
    grid-template-columns: 86px 1fr;
    gap: 8px;
  }

  .discovery-mobile-filter-reset,
  .discovery-mobile-filter-apply {
    height: 44px;
    border-radius: 13px;
    font-size: 14px;
  }

  .discovery-mobile-sort-modal {
    border-radius: 24px;
  }

  .discovery-mobile-sort-head {
    height: 62px;
    padding: 0 14px 0 18px;
  }

  .discovery-mobile-sort-head h4 {
    font-size: 17px;
  }

  .discovery-mobile-sort-list {
    padding: 10px 10px 12px;
    gap: 4px;
  }

  .discovery-mobile-sort-option {
    height: 48px;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 12px;
  }

  .discovery-mobile-sort-option span em {
    font-size: 11px;
  }
}

/* Discovery mobile filter top area typography/spacing alignment */
@media (max-width: 1199px) {
  .discovery-mobile-filter-modal {
    max-height: min(74vh, 672px);
  }

  .discovery-mobile-filter-head {
    height: 82px;
    padding: 0 20px 0 30px;
  }

  .discovery-mobile-filter-head h4 {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  .discovery-mobile-filter-tabs {
    height: 58px;
    padding: 0 24px;
    gap: 14px;
  }

  .discovery-mobile-filter-tab {
    font-size: 15px;
    font-weight: 700;
  }

  .discovery-mobile-filter-body {
    padding: 12px 24px 12px;
  }

  .discovery-mobile-filter-row p,
  .discovery-mobile-filter-price-head h5 {
    font-size: 18px;
    font-weight: 800;
  }

  .discovery-mobile-filter-price-head {
    margin-top: 20px;
  }

  .discovery-mobile-filter-price-head p {
    font-size: 14px;
    font-weight: 600;
  }
}

@media (max-width: 767px) {
  .discovery-mobile-filter-modal {
    max-height: min(74vh, 672px);
  }

  .discovery-mobile-filter-head {
    height: 74px;
    padding: 0 16px 0 22px;
  }

  .discovery-mobile-filter-head h4 {
    font-size: 18px;
  }

  .discovery-mobile-filter-close,
  .discovery-mobile-sort-close {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .discovery-mobile-filter-tabs {
    height: 54px;
    padding: 0 16px;
    gap: 13px;
  }

  .discovery-mobile-filter-tab {
    font-size: 14px;
  }

  .discovery-mobile-filter-body {
    padding: 10px 16px 12px;
  }

  .discovery-mobile-filter-row p,
  .discovery-mobile-filter-price-head h5 {
    font-size: 17px;
  }

  .discovery-mobile-filter-price-head {
    margin-top: 18px;
  }

  .discovery-mobile-filter-price-head p {
    font-size: 13px;
  }
}

/* Mobile date picker popup alignment (from mobileHeaderSearchDateBtn) */
@media (max-width: 1199px) {
  body.is-mobile-picker-date .date-dropdown {
    padding: 54px 8px 10px;
    background: #eceef1;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-panels {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: 14px 12px 8px;
    border: 1px solid #e3e7ec;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: #fff;
    max-height: calc(100vh - 248px);
    overflow-y: auto;
  }

  body.is-mobile-picker-date .date-dropdown.is-mobile-single-month .calendar-month-right,
  body.is-mobile-picker-date .date-dropdown .calendar-month-right {
    display: none !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month + .calendar-month {
    display: none !important;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-panels::-webkit-scrollbar {
    width: 6px;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-panels::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #c7ced8;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month-head {
    grid-template-columns: 30px 1fr 30px;
    margin-bottom: 10px;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-prev,
  body.is-mobile-picker-date .date-dropdown .calendar-next-mobile {
    display: grid !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-next,
  body.is-mobile-picker-date .date-dropdown .calendar-head-space {
    display: none !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month-head h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-weekdays {
    margin-bottom: 10px;
    padding: 0 2px 10px;
    border-bottom: 1px solid #edf0f4;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-weekdays span {
    color: #99a1ad;
    font-size: 13px;
    font-weight: 600;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-foot {
    padding: 10px 12px 12px;
    border: 1px solid #e3e7ec;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-notes {
    display: none;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 110px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #c9cfd8;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-reset-btn::before {
    content: "○";
    margin-right: 4px;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-apply {
    min-width: 136px;
    height: 52px;
    padding: 0 18px;
    border-radius: 12px;
    background: #2e8cff;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
  }

  body.is-mobile-picker-open .mobile-picker-close {
    top: 8px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #1f2430;
    font-size: 30px;
  }

  body.is-mobile-discovery-popup-open .mobile-picker-close,
  body.is-mobile-discovery-popup-open .mobile-date-title,
  body.is-mobile-discovery-popup-open .mobile-date-guest-switch {
    display: none !important;
  }

  body.is-mobile-picker-date .mobile-date-title {
    margin: 8px 8px 12px;
    color: #141a24;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  body.is-mobile-picker-date .mobile-date-guest-switch {
    margin-top: 14px;
    min-height: 62px;
    padding: 0 14px;
    border-radius: 10px;
  }

  body.is-mobile-picker-date .mobile-date-guest-switch-main {
    font-size: 14px;
    font-weight: 700;
  }

  body.is-mobile-picker-date .mobile-date-guest-switch-link {
    font-size: 13px;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  body.is-mobile-picker-date .date-dropdown .calendar-month-head h4 {
    font-size: 17px;
  }

  body.is-mobile-picker-date .mobile-date-title {
    font-size: 18px;
    margin: 8px 6px 10px;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-panels {
    max-height: calc(100vh - 238px);
  }
}

/* Unified 2-row header layout for tablet/mobile */
@media (max-width: 1199px) {
  .top-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 8px;
    min-height: auto;
    padding: 8px 10px 10px;
  }

  .top-header .back-btn,
  .top-header .top-nav,
  .top-header .icon-search {
    display: none !important;
  }

  .top-header .logo {
    order: 1;
    flex: 0 0 auto;
    margin-right: 2px;
    align-self: flex-start;
    margin-top: 4px;
  }

  .top-header .header-query-row {
    order: 2;
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
    justify-self: stretch;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(148px, 0.9fr) 118px;
    grid-template-areas:
      "search search search"
      "date guest submit";
    align-items: center;
    gap: 8px;
  }

  .top-header .header-search-box {
    grid-area: search;
    display: flex !important;
    height: 42px;
    border-radius: 10px;
    padding: 0 12px;
  }

  .top-header .header-date-box {
    grid-area: date;
    min-width: 0;
  }

  .top-header .header-person-box {
    grid-area: guest;
    min-width: 0;
    display: block !important;
  }

  .top-header .header-main-search-btn {
    grid-area: submit;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    height: 42px;
    border-radius: 10px;
    background: #2e8cff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
  }

  .top-header .header-date-trigger,
  .top-header .header-person-trigger {
    height: 42px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 15px;
  }

  .top-header .header-date-icon,
  .top-header .header-person-icon {
    width: 18px;
    height: 18px;
  }

  .top-header .header-tools {
    order: 3;
    flex: 0 0 auto;
    margin-left: auto;
    align-self: flex-start;
    margin-top: 4px;
    display: inline-flex;
    gap: 6px;
    padding-left: 0;
  }

  .top-header .activity-btn {
    height: 30px;
    padding: 0 9px;
    border-radius: 6px;
    font-size: 12px;
    background: #fff;
  }

  .top-header .icon-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #e3e7ec;
    background: #fff;
  }

  .top-header .icon-btn svg {
    width: 16px;
    height: 16px;
  }

  .top-header .header-search-panel {
    top: calc(100% + 6px);
    width: min(620px, calc(100vw - 20px));
  }

  .top-header .date-dropdown {
    top: 110px;
  }

  .discovery-page .discovery-mobile-top-controls {
    display: none !important;
  }

  .discovery-page .discovery-list-tools {
    display: inline-flex;
  }
}

@media (max-width: 767px) {
  .top-header {
    gap: 6px;
    padding: 8px 8px 10px;
  }

  .top-header .logo-text {
    font-size: 18px;
  }

  .top-header .logo-text img {
    height: 28px;
  }

  .top-header .header-query-row {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 6px;
  }

  .top-header .header-search-box,
  .top-header .header-date-trigger,
  .top-header .header-person-trigger,
  .top-header .header-main-search-btn {
    height: 40px;
    border-radius: 9px;
    font-size: 14px;
  }

  .top-header .header-search-box {
    padding: 0 10px;
  }

  .top-header .header-date-trigger,
  .top-header .header-person-trigger {
    padding: 0 10px;
  }

  .top-header .header-main-search-btn {
    width: 100%;
    min-width: 0;
  }

  .top-header .activity-btn {
    height: 28px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 11px;
  }

  .top-header .icon-btn {
    width: 28px;
    height: 28px;
  }

  .top-header .date-dropdown {
    top: 104px;
    width: calc(100vw - 12px);
  }
}

/* Mobile/tablet: collapse header chrome on scroll and pin booking row */
@media (max-width: 1199px) {
  .top-header,
  .top-header .logo,
  .top-header .header-tools,
  .top-header .header-query-row,
  .top-header .header-search-box {
    transition:
      padding 0.2s ease,
      gap 0.2s ease,
      opacity 0.2s ease,
      transform 0.2s ease,
      max-width 0.2s ease,
      max-height 0.2s ease,
      margin 0.2s ease;
  }

  body.is-mobile-header-compact .top-header {
    padding-top: 6px;
    padding-bottom: 6px;
    gap: 0;
    align-items: center;
  }

  body.is-mobile-header-compact .top-header .logo,
  body.is-mobile-header-compact .top-header .header-tools {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    width: 0;
    max-width: 0;
    height: 0;
    max-height: 0;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 0;
  }

  body.is-mobile-header-compact .top-header .header-query-row {
    order: 1;
    width: 100%;
    flex: 1 1 100%;
    grid-template-columns: minmax(0, 1fr) minmax(148px, 0.9fr) 118px;
    grid-template-areas: "date guest submit";
    gap: 8px;
  }

  body.is-mobile-header-compact .top-header .header-search-box {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.is-mobile-header-compact .top-header {
    padding: 6px 8px;
  }

  body.is-mobile-header-compact .top-header .header-query-row {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 6px;
  }
}

/* Discovery result header: keep filter/sort on the right of title for mobile/tablet */
@media (max-width: 1199px) {
  .discovery-page .live-forecast-head {
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  .discovery-page .discovery-results-meta {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    min-width: 0;
    flex: 1 1 auto;
  }

  .discovery-page .discovery-results-meta h3 {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .discovery-page .discovery-list-tools {
    display: inline-flex !important;
    margin-left: auto;
    flex: 0 0 auto;
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .discovery-page .discovery-list-tool-btn {
    width: 34px;
    min-width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 999px;
    gap: 0;
  }

  .discovery-page .discovery-list-tool-btn span {
    display: none;
  }

  .discovery-page .discovery-list-tool-btn svg {
    width: 15px;
    height: 15px;
  }
}

/* Header popup alignment for tablet/mobile */
@media (max-width: 1199px) {
  body.is-mobile-header-search-panel-open::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.24);
    z-index: 3000;
  }

  body.is-mobile-header-search-panel-open .top-header {
    z-index: 3002;
    overflow: visible;
  }

  .header-search-panel {
    top: 110px !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3003;
    width: min(680px, calc(100vw - 20px), calc(var(--app-width) - 20px));
    max-height: calc(100vh - 126px);
    border-radius: 16px;
    padding: 14px 16px 18px;
  }

  body:not(.is-mobile-search-overlay-open):not(.is-mobile-picker-open) .header-guest-dropdown {
    position: fixed;
    top: 110px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(520px, calc(100vw - 24px));
    max-width: min(520px, calc(100vw - 24px));
  }
}

@media (max-width: 767px) {
  .header-search-panel {
    top: 104px !important;
    width: calc(100vw - 12px);
    max-height: calc(100vh - 120px);
    border-radius: 14px;
    padding: 12px 12px 14px;
  }

  body:not(.is-mobile-search-overlay-open):not(.is-mobile-picker-open) .header-guest-dropdown {
    top: 104px;
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
  }
}

/* Mobile/tablet header: show date/guest row only in compact-on-scroll mode */
@media (max-width: 1199px) {
  .top-header .header-query-row {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "search";
  }

  .top-header .header-date-box,
  .top-header .header-person-box,
  .top-header .header-main-search-btn {
    display: none !important;
  }

  body.is-mobile-header-compact .top-header .header-query-row {
    grid-template-columns: minmax(0, 1fr) minmax(148px, 0.9fr) 118px;
    grid-template-areas: "date guest submit";
    gap: 8px;
  }

  body.is-mobile-header-compact .top-header .header-date-box,
  body.is-mobile-header-compact .top-header .header-person-box {
    display: block !important;
  }

  body.is-mobile-header-compact .top-header .header-main-search-btn {
    display: inline-flex !important;
  }

  .top-header,
  .top-header .header-query-row,
  .top-header .logo,
  .top-header .header-tools,
  .top-header .header-search-box {
    transition:
      padding 0.18s ease,
      gap 0.18s ease,
      opacity 0.18s ease,
      transform 0.18s ease;
  }
}

@media (max-width: 767px) {
  body.is-mobile-header-compact .top-header .header-query-row {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 6px;
  }
}

/* Unify mobile/tablet discovery popup look across all pages */
@media (max-width: 1199px) {
  body.is-mobile-discovery-popup-open .header-query-row {
    opacity: 1 !important;
    overflow: visible !important;
  }

  body.is-mobile-picker-open .top-header .header-date-box,
  body.is-mobile-picker-open .top-header .header-person-box,
  body.is-mobile-discovery-popup-open .top-header .header-date-box,
  body.is-mobile-discovery-popup-open .top-header .header-person-box {
    display: block !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown {
    inset: 0 auto auto 50% !important;
    transform: translateX(-50%) !important;
    width: min(100vw, var(--app-width)) !important;
    max-height: 100vh !important;
    height: 100vh !important;
    padding: 54px 8px 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #eceef1 !important;
    box-shadow: none !important;
    overflow: auto !important;
    z-index: 3600 !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-panels {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: 14px 12px 8px !important;
    border: 1px solid #e3e7ec !important;
    border-bottom: 0 !important;
    border-radius: 16px 16px 0 0 !important;
    background: #fff !important;
    max-height: calc(100vh - 248px) !important;
    overflow-y: auto !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown.is-mobile-single-month .calendar-month-right {
    display: none !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month-right {
    display: none !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month + .calendar-month {
    display: none !important;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-panels::-webkit-scrollbar {
    width: 6px;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-panels::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #c7ced8;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month-head {
    grid-template-columns: 30px 1fr 30px;
    margin-bottom: 10px;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-prev,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next-mobile {
    display: grid !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-head-space {
    display: none !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month-head h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-weekdays {
    margin-bottom: 10px;
    padding: 0 2px 10px;
    border-bottom: 1px solid #edf0f4;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-weekdays span {
    color: #99a1ad;
    font-size: 13px;
    font-weight: 600;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-foot {
    padding: 10px 12px 12px;
    border: 1px solid #e3e7ec;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-notes {
    display: none;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-reset-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 110px;
    height: 44px;
    border: 0;
    background: transparent;
    color: #c9cfd8;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-reset-btn::before {
    content: "○";
    margin-right: 4px;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-apply {
    min-width: 136px;
    height: 52px;
    padding: 0 18px;
    border-radius: 12px;
    background: #2e8cff;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
  }

  body.is-mobile-discovery-popup-open .header-guest-dropdown {
    inset: auto auto auto auto !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100vh !important;
    height: 100vh !important;
    padding: 52px 12px 90px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #eceef1 !important;
    box-shadow: none !important;
    overflow: auto !important;
    z-index: 3600 !important;
  }

  body.is-mobile-discovery-popup-open .header-guest-copy {
    padding: 22px 22px 6px;
    border: 1px solid #e3e7ec;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background: #fff;
  }

  body.is-mobile-discovery-popup-open .header-guest-copy::before {
    content: "인원을 설정해주세요.";
    display: block;
    margin: 0 0 22px;
    color: #111827;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  body.is-mobile-discovery-popup-open .header-guest-copy h4 {
    margin: 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.24;
    font-weight: 800;
    letter-spacing: -0.02em;
  }

  body.is-mobile-discovery-popup-open .header-guest-copy p {
    margin: 8px 0 0;
    color: #99a1ad;
    font-size: 13px;
    line-height: 1.36;
    font-weight: 500;
    letter-spacing: -0.01em;
  }

  body.is-mobile-discovery-popup-open .header-guest-stepper {
    margin-top: 0;
    padding: 0 22px 22px;
    border: 1px solid #e3e7ec;
    border-top: 0;
    border-radius: 0 0 16px 16px;
    background: #fff;
    justify-content: end;
    column-gap: 14px;
  }

  body.is-mobile-discovery-popup-open .header-guest-step {
    width: 42px;
    height: 42px;
    border-color: #d9dde3;
  }

  body.is-mobile-discovery-popup-open #guestCountValue {
    min-width: 36px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
  }

  body.is-mobile-discovery-popup-open .mobile-guest-date-switch {
    display: flex;
    width: 100%;
    margin: 0 0 10px;
    padding: 12px 12px;
    border: 1px solid #e3e7ec;
    border-radius: 10px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  body.is-mobile-discovery-popup-open .mobile-guest-date-switch-main {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #1f2430;
    font-size: 17px;
    font-weight: 700;
  }

  body.is-mobile-discovery-popup-open .mobile-guest-date-switch-main svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #111827;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
  }

  body.is-mobile-discovery-popup-open .mobile-guest-date-switch-main strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  body.is-mobile-discovery-popup-open .mobile-guest-date-switch-link {
    color: #2e8cff;
    font-size: 13px;
    font-weight: 700;
  }

  body.is-mobile-discovery-popup-open .mobile-guest-search-btn {
    display: block;
    position: static !important;
    left: auto;
    bottom: auto;
    transform: none;
    width: 100%;
    height: 46px;
    margin: 0 0 12px;
    border-radius: 10px;
    background: #2e8cff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    z-index: auto;
  }

  body.is-mobile-discovery-popup-open .mobile-picker-close:not(.mobile-guest-close),
  body.is-mobile-discovery-popup-open .mobile-date-title,
  body.is-mobile-discovery-popup-open .mobile-date-guest-switch {
    display: none !important;
  }

  body.is-mobile-discovery-popup-open .mobile-guest-close {
    display: grid !important;
    place-items: center;
    position: fixed !important;
    top: 10px;
    left: 12px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid #e3e7ec;
    color: #1f2430;
    font-size: 30px;
    line-height: 1;
    z-index: 3800;
  }
}

@media (max-width: 767px) {
  body.is-mobile-discovery-popup-open .header-guest-copy::before {
    font-size: 17px;
    margin-bottom: 18px;
  }

  body.is-mobile-discovery-popup-open .header-guest-copy h4 {
    font-size: 15px;
  }

  body.is-mobile-discovery-popup-open .header-guest-copy p {
    font-size: 12px;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-panels {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    max-height: calc(100vh - 238px) !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month-right {
    display: none !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month + .calendar-month {
    display: none !important;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-prev,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next-mobile {
    display: grid !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-head-space {
    display: none !important;
  }

  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month-head h4 {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .date-dropdown {
    background: #fff;
  }
}

@media (max-width: 1199px) {
  body.is-mobile-discovery-popup-open .mobile-picker-close:not(.mobile-guest-close),
  body.is-mobile-discovery-popup-open .mobile-date-close {
    display: grid !important;
    place-items: center;
    position: fixed !important;
    top: 10px;
    left: 12px;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid #e3e7ec;
    color: #1f2430;
    font-size: 30px;
    line-height: 1;
    z-index: 3800;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.is-mobile-picker-date .date-dropdown .calendar-panels,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-panels {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month-right,
  body.is-mobile-picker-date .date-dropdown.is-mobile-single-month .calendar-month-right,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month-right,
  body.is-mobile-discovery-popup-open
    .date-dropdown.is-mobile-single-month
    .calendar-month-right {
    display: block !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month + .calendar-month,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month + .calendar-month {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-prev,
  body.is-mobile-picker-date .date-dropdown .calendar-next,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-prev,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next {
    display: grid !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-next-mobile,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next-mobile {
    display: none !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-head-space,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-head-space {
    display: block !important;
  }
}

@media (max-width: 767px) {
  body.is-mobile-picker-date .date-dropdown .calendar-panels,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-panels {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month-right,
  body.is-mobile-picker-date .date-dropdown.is-mobile-single-month .calendar-month-right,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month-right,
  body.is-mobile-discovery-popup-open
    .date-dropdown.is-mobile-single-month
    .calendar-month-right {
    display: none !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month + .calendar-month,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month + .calendar-month {
    display: none !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-prev,
  body.is-mobile-picker-date .date-dropdown .calendar-next-mobile,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-prev,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next-mobile {
    display: grid !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-next,
  body.is-mobile-picker-date .date-dropdown .calendar-head-space,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-head-space {
    display: none !important;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month-head,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month-head {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 34px;
    margin-bottom: 10px;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-month-head h4,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-month-head h4 {
    margin: 0 !important;
    text-align: center !important;
    justify-self: center;
    width: 100%;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-prev,
  body.is-mobile-picker-date .date-dropdown .calendar-next-mobile,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-prev,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next-mobile {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    color: #111827;
    display: grid !important;
    place-items: center;
    border: 0;
    background: transparent;
    z-index: 2;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-prev,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-prev {
    left: 0;
  }

  body.is-mobile-picker-date .date-dropdown .calendar-next-mobile,
  body.is-mobile-discovery-popup-open .date-dropdown .calendar-next-mobile {
    right: 0;
  }
}

@media (max-width: 1199px) {
  body.is-mobile-picker-open .top-header,
  body.is-mobile-picker-open .top-header .header-query-row,
  body.is-mobile-picker-open .top-header .logo,
  body.is-mobile-picker-open .top-header .header-tools,
  body.is-mobile-discovery-popup-open .top-header,
  body.is-mobile-discovery-popup-open .top-header .header-query-row,
  body.is-mobile-discovery-popup-open .top-header .logo,
  body.is-mobile-discovery-popup-open .top-header .header-tools {
    transition: none !important;
  }

  body.is-mobile-picker-open .top-header .logo,
  body.is-mobile-picker-open .top-header .header-tools,
  body.is-mobile-discovery-popup-open .top-header .logo,
  body.is-mobile-discovery-popup-open .top-header .header-tools {
    display: none !important;
  }
}
