/* /local/services 호스트 모집 랜딩 — ls=kbhost15gm
   비주얼: Gentle Monster Intelligent Eyewear 에디토리얼
   PC 레이아웃은 html.sp-force-desktop-ui + ≥1024 만. 모바일 보기(lock)는 720px 셸. */
#content.ls-wait-page {
  padding: 0 !important;
  background: #fff !important;
  overflow-x: hidden;
  overflow-y: visible !important;
  min-height: 100vh;
  height: auto;
}

.ls-wait {
  --ls-wait-ink: #111111;
  --ls-wait-muted: #666666;
  --ls-wait-line: #e5e5e5;
  --ls-wait-bg: #f7f7f7;
  --ls-wait-accent: #111111;
  --ls-wait-accent-press: #000000;
  --ls-wait-brand: #6B21A8;
  --ls-wait-radius: 0;
  color: var(--ls-wait-ink);
  background: #fff;
  min-height: 100vh;
  font-family: inherit;
  letter-spacing: -0.01em;
}

@media (max-width: 1023px) {
  .ls-wait.ls-wait--host {
    padding-bottom: calc(72px + 64px + env(safe-area-inset-bottom, 0px));
  }
  .ls-wait:not(.ls-wait--host) {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}
html:not(.sp-force-desktop-ui) .ls-wait.ls-wait--host {
  padding-bottom: calc(72px + 64px + env(safe-area-inset-bottom, 0px));
}
html:not(.sp-force-desktop-ui) .ls-wait:not(.ls-wait--host) {
  padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}

.ls-wait-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ls-wait-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ls-wait-line);
}

.ls-wait-header-left {
  display: flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  flex: 1 1 auto;
}

.ls-wait-back {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: -8px;
  border-radius: 999px;
  color: var(--ls-wait-ink);
  text-decoration: none;
}

.ls-wait-back .material-symbols-outlined {
  font-size: 24px;
  line-height: 1;
}

.ls-wait-back:active {
  background: rgba(0, 0, 0, 0.06);
}

.ls-wait-brand-wrap {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  flex: 1 1 auto;
}

.ls-wait-home {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--ls-wait-ink);
  text-decoration: none;
  white-space: nowrap;
}

.ls-wait-brand-sep {
  color: var(--ls-wait-muted);
  font-size: 14px;
  font-weight: 500;
}

.ls-wait-brand {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.02em;
  color: var(--ls-wait-muted);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ls-wait-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ls-wait-lang {
  display: inline-flex;
  border: 1px solid var(--ls-wait-line);
  border-radius: 999px;
  overflow: hidden;
}

.ls-wait-lang-btn {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--ls-wait-muted);
  text-decoration: none;
  background: #fff;
}

.ls-wait-lang-btn.is-on {
  color: #fff;
  background: var(--ls-wait-ink);
}

.ls-wait-hero {
  position: relative;
  min-height: 72vh;
  display: flex;
  align-items: flex-end;
  background-image: var(--ls-wait-hero-bg);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.ls-wait-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(12, 10, 18, 0.06) 0%,
    rgba(12, 10, 18, 0.18) 40%,
    rgba(12, 10, 18, 0.4) 100%
  );
}

.ls-wait-hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px 36px;
}

.ls-wait-eyebrow {
  margin: 0 0 14px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
}

.ls-wait-hero-title {
  margin: 0 0 16px;
  font-size: clamp(28px, 7vw, 44px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.ls-wait-hero-sub {
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.7;
  opacity: 0.88;
  max-width: 36em;
  font-weight: 400;
}

.ls-wait-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ls-wait-form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ls-wait-input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: var(--ls-wait-radius);
  background: #fff;
  color: var(--ls-wait-ink);
  font-size: 16px;
  box-sizing: border-box;
}

.ls-wait-input:focus {
  outline: 2px solid rgba(107, 33, 168, 0.45);
  outline-offset: 1px;
}

.ls-wait-submit {
  min-height: 52px;
  padding: 0 20px;
  border: none;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.ls-wait-submit:active {
  background: #000;
}

.ls-wait-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 0;
  border: 1px solid #fff;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.ls-wait-hero-cta:hover {
  background: transparent;
  color: #fff;
}

.ls-wait-hero-cta:active {
  background: transparent;
  color: #fff;
}

.ls-wait-hero-guest {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.9;
}

.ls-wait-hero-guest a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 4px;
}

.ls-wait-guest {
  background: var(--ls-wait-bg);
  max-width: none;
  scroll-margin-top: 72px;
}

.ls-wait-guest .ls-wait-section-title,
.ls-wait-guest .ls-wait-section-lead,
.ls-wait-guest .ls-wait-form {
  max-width: 560px;
}

.ls-wait-form--guest .ls-wait-form-msg.is-ok { color: #1a7f3c; }
.ls-wait-form--guest .ls-wait-form-msg.is-err { color: #c62828; }

.ls-wait-sticky {
  display: none;
}

.ls-wait-sticky-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  border-radius: 0;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.ls-wait-sticky-cta:active {
  background: #000;
}

@media (max-width: 1023px) {
  .ls-wait-sticky {
    display: block;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--max-width-in-mobile-only-mode, 720px);
    bottom: calc(56px + env(safe-area-inset-bottom, 0px));
    z-index: 25;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--ls-wait-line);
    box-sizing: border-box;
  }
}
html:not(.sp-force-desktop-ui) .ls-wait-sticky {
  display: block;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--max-width-in-mobile-only-mode, 720px);
  bottom: calc(56px + env(safe-area-inset-bottom, 0px));
  z-index: 25;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--ls-wait-line);
  box-sizing: border-box;
}

.ls-wait-form-msg {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.ls-wait-form-msg.is-ok {
  color: #b8f5c8;
}

.ls-wait-form-msg.is-err {
  color: #ffc9c9;
}

.ls-wait-form--footer .ls-wait-form-msg.is-ok {
  color: #1a7f3c;
}

.ls-wait-form--footer .ls-wait-form-msg.is-err {
  color: #c62828;
}

.ls-wait-section {
  padding: 64px 20px;
  max-width: 960px;
  margin: 0 auto;
}

.ls-wait-section-title {
  margin: 0 0 16px;
  font-size: clamp(24px, 4.5vw, 36px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.25;
  text-align: center;
}

.ls-wait-section-lead {
  margin: 0 auto 32px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ls-wait-muted);
  text-align: center;
  max-width: 36em;
}

.ls-wait-teaser {
  background: var(--ls-wait-bg);
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.ls-wait-teaser .ls-wait-section-title,
.ls-wait-teaser .ls-wait-section-lead {
  padding: 0 20px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.ls-wait-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ls-wait-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 16px;
  border: 1px solid var(--ls-wait-line);
  border-radius: 16px;
  background: #fff;
}

.ls-wait-step-num {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--ls-wait-accent);
  line-height: 1.4;
  min-width: 2.2em;
}

.ls-wait-step-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ls-wait-step-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ls-wait-muted);
}

.ls-wait-more-note {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #aaa;
}

.ls-wait-teaser-rail {
  overflow: hidden;
  padding: 0 0 8px;
}

.ls-wait-teaser-slide {
  width: 78%;
  max-width: 300px;
  height: auto;
  box-sizing: border-box;
}

.ls-wait-card {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--ls-wait-line);
  box-shadow: none;
}

.ls-wait-card-media {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #ddd;
}

.ls-wait-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ls-wait-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.72);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.ls-wait-card-body {
  padding: 14px 14px 16px;
}

.ls-wait-card-title {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ls-wait-card-desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ls-wait-muted);
}

.ls-wait-value-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--ls-wait-line);
}

.ls-wait-value-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px 4px;
  border: none;
  border-bottom: 1px solid var(--ls-wait-line);
  border-radius: 0;
  background: transparent;
}

.ls-wait-value-icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #111;
  color: #fff;
  font-size: 20px;
}

.ls-wait-value-title {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.ls-wait-value-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--ls-wait-muted);
}

.ls-wait-host {
  padding-top: 8px;
  padding-bottom: 48px;
}

.ls-wait-host-card {
  padding: 36px 24px;
  border-radius: 0;
  border: 1px solid var(--ls-wait-line);
  background: #fff;
  text-align: center;
}

.ls-wait-host-eyebrow {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ls-wait-brand);
}

.ls-wait-host-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ls-wait-host-desc {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ls-wait-muted);
}

.ls-wait-host-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: var(--ls-wait-radius);
  background: var(--ls-wait-ink);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.ls-wait-host-cta:active {
  opacity: 0.9;
}

.ls-wait-footer {
  background: #111;
  color: #fff;
  padding: 40px 20px 32px;
}
@media (max-width: 1023px) {
  .ls-wait--host .ls-wait-footer { padding-bottom: 24px; }
}

.ls-wait-footer-inner {
  max-width: 560px;
  margin: 0 auto;
}

.ls-wait-footer-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ls-wait-form--footer .ls-wait-input {
  background: #1c1c1c;
  color: #fff;
  border-color: #333;
}

.ls-wait-form--footer .ls-wait-input::placeholder {
  color: #888;
}

.ls-wait-social {
  display: flex;
  gap: 16px;
  margin: 24px 0 16px;
}

.ls-wait-social a {
  color: #ddd;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.ls-wait-host-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ls-wait-copy {
  margin: 0;
  font-size: 12px;
  color: #888;
  line-height: 1.5;
}

.ls-wait-copy a {
  color: #aaa;
  text-decoration: none;
}

@media (min-width: 640px) {
  .ls-wait-form-row {
    flex-direction: row;
    align-items: stretch;
  }

  .ls-wait-input {
    flex: 1 1 auto;
  }

  .ls-wait-submit {
    flex: 0 0 auto;
    min-width: 148px;
  }
}

/* PC: 히어로 카피만 (인물 스택 제거 — kbhost7) */
.ls-wait-hero-copy {
  width: 100%;
}

/* ========== Desktop (>=1024px · force-desktop UI only) ========== */
@media (min-width: 1024px) {
  html.sp-force-desktop-ui #content.ls-wait-page {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    padding: 0 !important;
    padding-top: var(--r26-dt-base-header-h, 108px) !important;
    border: none !important;
    background: #fff !important;
    overflow: visible !important;
    overflow-y: visible !important;
  }

  html.sp-force-desktop-ui .ls-wait-header {
    display: none;
  }

  html.sp-force-desktop-ui .ls-wait-hero {
    min-height: calc(100dvh - var(--r26-dt-base-header-h, 108px));
    align-items: flex-end;
  }

  html.sp-force-desktop-ui .ls-wait-hero-overlay {
    background: linear-gradient(
      105deg,
      rgba(12, 10, 18, 0.4) 0%,
      rgba(12, 10, 18, 0.26) 42%,
      rgba(12, 10, 18, 0.1) 72%,
      rgba(12, 10, 18, 0.14) 100%
    );
  }

  html.sp-force-desktop-ui .ls-wait-hero-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 40px 72px;
    box-sizing: border-box;
  }

  html.sp-force-desktop-ui .ls-wait-hero-copy {
    max-width: 560px;
  }

  html.sp-force-desktop-ui .ls-wait-eyebrow {
    font-size: 14px;
    margin-bottom: 14px;
  }

  html.sp-force-desktop-ui .ls-wait-hero-title {
    font-size: clamp(40px, 4vw, 56px);
    line-height: 1.18;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: -0.035em;
  }

  html.sp-force-desktop-ui .ls-wait-hero-sub {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 36px;
    max-width: 34em;
  }

  html.sp-force-desktop-ui .ls-wait-hero-cta {
    width: auto;
    min-width: 260px;
    min-height: 52px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 32px;
    border-radius: 0;
    box-shadow: none;
  }

  html.sp-force-desktop-ui .ls-wait-hero-guest {
    font-size: 14px;
    margin-top: 18px;
  }

  html.sp-force-desktop-ui .ls-wait-section {
    max-width: 1280px;
    padding: 72px 40px;
  }

  html.sp-force-desktop-ui .ls-wait-section-title {
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 500;
    margin-bottom: 18px;
    letter-spacing: -0.03em;
    text-align: center;
  }

  html.sp-force-desktop-ui .ls-wait-section-lead {
    font-size: 16px;
    margin: 0 auto 40px;
    text-align: center;
    max-width: 36em;
  }

  html.sp-force-desktop-ui .ls-wait-value-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--ls-wait-line);
    border-bottom: 1px solid var(--ls-wait-line);
  }

  html.sp-force-desktop-ui .ls-wait-value-item {
    flex-direction: column;
    padding: 36px 28px;
    gap: 18px;
    min-height: 100%;
    box-sizing: border-box;
    border-bottom: none;
    border-right: 1px solid var(--ls-wait-line);
  }

  html.sp-force-desktop-ui .ls-wait-value-item:last-child {
    border-right: none;
  }

  html.sp-force-desktop-ui .ls-wait-value-icon {
    width: 44px;
    height: 44px;
    font-size: 22px;
    border-radius: 0;
    background: #111;
    color: #fff;
  }

  html.sp-force-desktop-ui .ls-wait-value-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  html.sp-force-desktop-ui .ls-wait-value-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  html.sp-force-desktop-ui .ls-wait-teaser {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  html.sp-force-desktop-ui .ls-wait-teaser .ls-wait-section-title,
  html.sp-force-desktop-ui .ls-wait-teaser .ls-wait-section-lead {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }

  html.sp-force-desktop-ui .ls-wait-teaser-rail {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px 8px 48px;
    overflow: visible;
  }

  html.sp-force-desktop-ui .ls-wait-teaser-rail .swiper-wrapper {
    display: flex;
    gap: 24px;
    transform: none !important;
  }

  html.sp-force-desktop-ui .ls-wait-teaser-slide {
    width: auto;
    max-width: none;
    flex: 1 1 0;
  }

  html.sp-force-desktop-ui .ls-wait-card {
    max-width: none;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 0.2s ease;
  }

  @media (hover: hover) and (pointer: fine) {
    html.sp-force-desktop-ui .ls-wait-card:hover {
      transform: none;
      box-shadow: none;
      border-color: #111;
    }
  }

  html.sp-force-desktop-ui .ls-wait-card-media {
    aspect-ratio: 4 / 3.2;
    min-height: 220px;
  }

  html.sp-force-desktop-ui .ls-wait-card-body {
    padding: 20px 20px 24px;
  }

  html.sp-force-desktop-ui .ls-wait-card-title {
    font-size: 18px;
  }

  html.sp-force-desktop-ui .ls-wait-card-desc {
    font-size: 14px;
    line-height: 1.55;
  }

  html.sp-force-desktop-ui .ls-wait-steps-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  html.sp-force-desktop-ui .ls-wait-step {
    flex-direction: column;
    gap: 12px;
    padding: 28px 24px;
  }

  html.sp-force-desktop-ui .ls-wait-step-title {
    font-size: 18px;
  }

  html.sp-force-desktop-ui .ls-wait-step-desc {
    font-size: 14px;
    line-height: 1.6;
  }

  html.sp-force-desktop-ui .ls-wait-guest {
    padding-top: 64px;
    padding-bottom: 72px;
    scroll-margin-top: 88px;
  }

  html.sp-force-desktop-ui .ls-wait-guest .ls-wait-section-title,
  html.sp-force-desktop-ui .ls-wait-guest .ls-wait-section-lead {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  html.sp-force-desktop-ui .ls-wait-guest .ls-wait-form {
    max-width: 720px;
    margin: 0 auto;
    padding: 28px 32px;
    background: #f3f3f5;
    border-radius: 20px;
    border: 1px solid var(--ls-wait-line);
    box-sizing: border-box;
  }

  html.sp-force-desktop-ui .ls-wait-form--guest .ls-wait-form-row {
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
  }

  html.sp-force-desktop-ui .ls-wait-form--guest .ls-wait-input {
    flex: 1 1 auto;
    min-width: 0;
  }

  html.sp-force-desktop-ui .ls-wait-form--guest .ls-wait-submit {
    flex: 0 0 148px;
    white-space: nowrap;
  }

  html.sp-force-desktop-ui .ls-wait-footer {
    padding: 56px 40px 48px;
  }

  html.sp-force-desktop-ui .ls-wait-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
  }

  html.sp-force-desktop-ui .ls-wait-sticky {
    display: none;
  }
}

/* 호스트 신청 이어쓰기 확인 */
.ls-wait-resume {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 16px calc(20px + env(safe-area-inset-bottom, 0px));
  background: rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
}
.ls-wait-resume[hidden] {
  display: none !important;
}
.ls-wait-resume-card {
  width: 100%;
  max-width: 400px;
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  text-align: left;
}
.ls-wait-resume-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}
.ls-wait-resume-lead {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.55;
  color: #6b6b6b;
  word-break: keep-all;
}
.ls-wait-resume-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ls-wait-resume-primary,
.ls-wait-resume-secondary,
.ls-wait-resume-cancel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 12px;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
}
.ls-wait-resume-primary {
  background: #222;
  color: #fff;
  border: none;
}
.ls-wait-resume-primary:hover {
  background: #000;
  color: #fff;
}
.ls-wait-resume-secondary {
  background: #fff;
  color: #222;
  border: 1.5px solid #ddd;
}
.ls-wait-resume-secondary:hover {
  border-color: #222;
  color: #222;
}
.ls-wait-resume-cancel {
  background: transparent;
  color: #6b6b6b;
  border: none;
  font-weight: 600;
}
html.ls-wait-resume-open,
html.ls-wait-resume-open body {
  overflow: hidden !important;
}

/* ── 다국어 가로 넘침 방지 (2026-08-22) ──────────────────────────────────
   `word-break: keep-all`은 CJK에서 문자 사이 줄바꿈을 금지해 텍스트의
   min-content가 문장 전체 폭이 된다. 그리드 `1fr`(= `minmax(auto, 1fr)`)
   트랙이 그 min-content에 밀려 컨테이너를 넘는다.
   실측 사례: /ja/about_detail PC 1024px에서 223px 넘침 (트랙 324/365/462).
   한국어 어절 보존은 유지하고, 그 외 언어에서만 해제한다.
   위 그리드는 같은 날 `minmax(0, 1fr)`로 교체했다.
   SSOT: docs/design-md/wooseok.md §3 「다국어 줄바꿈·그리드」 */
html:not(:lang(ko)) #content.ls-wait-page * {
  word-break: normal;
}

html:not(:lang(ko)) #content.ls-wait-page :is(h1, h2, h3, h4, p, li, span, a, div, button) {
  overflow-wrap: break-word;
}
