:root {
  --paper: #f7f4ee;
  --surface: #fffdf9;
  --ink: #263340;
  --muted: #76808a;
  --line: #e8e2d8;
  --coral: #d6785c;
  --coral-dark: #b9614a;
  --teal: #4f807c;
  --yellow: #edc46f;
  --shadow: 0 16px 42px rgba(49, 52, 47, 0.08);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
}

button, a { font: inherit; }
button { cursor: pointer; }

.app-shell { min-height: 100vh; padding-bottom: 76px; }

.topbar {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 11px;
  background: #fff8ef;
  box-shadow: 0 3px 9px rgba(49, 52, 47, 0.08);
}
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; mix-blend-mode: multiply; }
.brand-name { font-size: 15px; font-weight: 700; letter-spacing: 0.02em; }
.topbar-action, .text-button {
  border: 0;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
}
.topbar-action:hover, .text-button:hover { color: var(--coral-dark); }

.hero {
  width: min(1120px, calc(100% - 40px));
  margin: 12px auto 0;
  padding: 42px 48px 38px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.eyebrow, .section-kicker {
  margin: 0 0 12px;
  color: var(--coral-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
h1, h2, p { margin-top: 0; }
h1 {
  max-width: 640px;
  margin-bottom: 12px;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.1;
  letter-spacing: 0;
}
.hero-description { margin-bottom: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.hero-note {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}
.hero-note strong { color: var(--ink); font-size: 18px; }
.note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); }

.content-section { width: min(1120px, calc(100% - 40px)); margin: 42px auto 0; }
.entry-section { margin-top: 38px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2 { margin-bottom: 0; font-size: 26px; letter-spacing: 0; }
.section-meta { color: var(--muted); font-size: 13px; }
.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.filter-chip {
  padding: 8px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-size: 13px;
}
.filter-chip:hover, .filter-chip.is-active { border-color: var(--ink); color: var(--ink); background: var(--surface); }

.blind-box-card {
  width: 100%;
  margin: 0 0 22px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #edcfc2;
  border-radius: 9px;
  color: var(--ink);
  text-align: left;
  background: linear-gradient(110deg, #fff4ed, #fffaf6);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.blind-box-card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.blind-box-card.blind-box-play { border-color: #cfe0db; background: linear-gradient(110deg, #edf7f3, #f8fbfa); }
.blind-box-icon { width: 48px; height: 48px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); font-size: 24px; font-weight: 800; }
.blind-box-play .blind-box-icon { background: var(--teal); }
.blind-box-copy { min-width: 0; flex: 1; }
.blind-box-copy small, .blind-box-copy strong, .blind-box-copy > span { display: block; }
.blind-box-copy small { margin-bottom: 4px; color: var(--coral-dark); font-size: 9px; font-weight: 800; letter-spacing: 0.15em; }
.blind-box-play .blind-box-copy small { color: var(--teal); }
.blind-box-copy strong { margin-bottom: 4px; font-size: 17px; }
.blind-box-copy > span { color: var(--muted); font-size: 12px; line-height: 1.55; }
.blind-box-card > b { flex: 0 0 auto; color: var(--coral-dark); font-size: 12px; }
.blind-box-play > b { color: var(--teal); }

.mode-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.mode-card { min-height: 286px; padding: 28px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; text-align: left; color: var(--ink); background: var(--surface); transition: transform 160ms ease, box-shadow 160ms ease; }
.mode-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.mode-card-chat { background: #fff6ef; }
.mode-card-play { background: #eef5f2; }
.mode-card-custom { background: #fff9e9; }
.mode-number { display: block; margin-bottom: 36px; color: var(--muted); font-size: 12px; letter-spacing: 0.1em; }
.mode-kicker { margin: 0 0 10px; color: var(--coral-dark); font-size: 11px; font-weight: 800; letter-spacing: 0.14em; }
.mode-card-play .mode-kicker { color: var(--teal); }
.mode-card-custom .mode-kicker { color: #8a6b2e; }
.mode-card h3 { margin: 0 0 10px; font-size: 28px; letter-spacing: 0; }
.mode-card > p:not(.mode-kicker) { max-width: 260px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.mode-arrow { position: absolute; right: 28px; bottom: 28px; color: var(--ink); font-size: 13px; font-weight: 700; }
.mode-arrow b { margin-left: 6px; color: var(--coral-dark); font-size: 18px; }
.mode-card-play .mode-arrow b { color: var(--teal); }
.mode-card-custom .mode-arrow b { color: #8a6b2e; }
.directory-back { align-self: flex-start; margin-bottom: 34px; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 13px; }
.directory-back:hover { color: var(--ink); }

.listener-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.custom-service-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.custom-service-card { min-height: 274px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.custom-service-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--coral); font-size: 18px; font-weight: 800; }
.custom-service-card:nth-child(2n) .custom-service-mark { background: var(--teal); }
.custom-service-card:nth-child(3n) .custom-service-mark { color: #5d4b28; background: var(--yellow); }
.custom-service-kicker { margin: 18px 0 5px; color: var(--coral-dark); font-size: 10px; font-weight: 800; }
.custom-service-card h3 { margin: 0 0 9px; font-size: 22px; }
.custom-service-card > p:not(.custom-service-kicker) { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.custom-service-foot { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); }
.custom-service-foot > span { color: var(--ink); font-size: 12px; font-weight: 700; }
.listener-card {
  min-height: 282px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: 0 5px 15px rgba(49, 52, 47, 0.025);
  transition: transform 160ms ease, box-shadow 160ms ease;
}
.listener-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.listener-head { display: flex; align-items: center; gap: 13px; }
.avatar { width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-weight: 800; font-size: 18px; }
.avatar.coral { background: var(--coral); }
.avatar.teal { background: var(--teal); }
.avatar.yellow { color: #5d4b28; background: var(--yellow); }
.listener-name { margin: 0 0 4px; font-size: 17px; }
.listener-role { margin: 0; color: var(--muted); font-size: 12px; }
.status-badge { display: inline-flex; align-items: center; gap: 5px; margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1; }
.status-badge i { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #a4abb0; }
.status-badge.is-online { color: #34766f; }
.status-badge.is-online i { background: #4f9b8d; }
.status-badge.is-offline { color: #8c7b72; }
.status-badge-cover { margin-top: 10px; color: rgba(255, 255, 255, 0.82); }
.profile-cover.yellow .status-badge-cover { color: rgba(68, 56, 31, 0.72); }
.status-badge-cover.is-online i { background: #b9f0d6; }
.status-badge-cover.is-offline i { background: rgba(255, 255, 255, 0.56); }
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin: 18px 0 13px; }
.tag { padding: 4px 7px; color: var(--teal); background: #edf4f1; font-size: 11px; }
.listener-bio { min-height: 46px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.listener-foot { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); }
.price { color: var(--ink); font-size: 13px; }
.price strong { margin-right: 2px; color: var(--coral-dark); font-size: 20px; }
.primary-button, .secondary-button {
  min-height: 40px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}
.primary-button { color: #fff; background: var(--ink); }
.primary-button:hover { background: #17222c; }
.secondary-button { color: var(--ink); border-color: var(--line); background: transparent; }
.secondary-button:hover { border-color: var(--ink); }
.full-width { width: 100%; }

.bottom-nav {
  position: fixed;
  z-index: 5;
  right: 0;
  bottom: 0;
  left: 0;
  height: 66px;
  display: flex;
  justify-content: center;
  gap: clamp(24px, 8vw, 100px);
  border-top: 1px solid var(--line);
  background: rgba(255, 253, 249, 0.96);
  backdrop-filter: blur(10px);
}
.nav-item { min-width: 82px; border: 0; color: var(--muted); background: transparent; font-size: 11px; }
.nav-item.is-active { color: var(--coral-dark); }
.nav-glyph { display: block; height: 22px; color: currentColor; font-size: 19px; line-height: 21px; }

.modal-backdrop { position: fixed; z-index: 10; inset: 0; display: grid; place-items: end center; padding: 20px; background: rgba(38, 51, 64, 0.38); }
.modal-backdrop[hidden] { display: none; }
.detail-modal, .contact-modal { position: relative; width: min(620px, 100%); max-height: min(760px, calc(100vh - 40px)); overflow: auto; padding: 30px; border-radius: 10px 10px 0 0; background: var(--surface); box-shadow: var(--shadow); }
.contact-modal { border-radius: 10px; }
.contact-home h2, .staff-application h2, .application-success h2 { margin: 0 0 10px; font-size: 25px; }
.contact-intro, .application-intro { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.contact-choice-list { margin-top: 24px; display: grid; gap: 10px; }
.contact-choice { width: 100%; min-height: 78px; padding: 14px; display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); text-align: left; background: #fffaf6; }
.contact-choice:hover { border-color: #d8c6b9; }
.contact-choice-mark { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-weight: 800; }
.contact-choice-mark.is-join { background: var(--coral); font-size: 22px; }
.contact-choice > span:nth-child(2) { min-width: 0; flex: 1; }
.contact-choice strong, .contact-choice small { display: block; }
.contact-choice strong { margin-bottom: 4px; font-size: 15px; }
.contact-choice small { color: var(--muted); font-size: 11px; line-height: 1.5; }
.contact-choice > b { color: var(--coral-dark); font-size: 18px; }
.application-back { margin: 0 0 22px; padding: 0; border: 0; color: var(--muted); background: transparent; font-size: 12px; }
.application-back:hover { color: var(--ink); }
.application-form { position: relative; margin-top: 24px; }
.application-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.application-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.application-field { display: grid; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 700; }
.application-field.is-full { margin-top: 15px; }
.application-field b, .application-section b, .application-upload b, .application-consent b { color: var(--coral-dark); }
.application-field input, .application-field select, .application-field textarea { width: 100%; min-height: 44px; padding: 10px 11px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; font: inherit; font-size: 13px; font-weight: 400; outline: none; }
.application-field textarea { resize: vertical; line-height: 1.6; }
.application-field input:focus, .application-field select:focus, .application-field textarea:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(214, 120, 92, 0.1); }
.application-section { margin: 22px 0 0; padding: 0; border: 0; }
.application-section legend { margin-bottom: 10px; color: var(--ink); font-size: 12px; font-weight: 700; }
.service-check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.service-check-grid label { min-height: 42px; padding: 8px; display: flex; align-items: center; gap: 7px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); font-size: 11px; line-height: 1.35; background: #fff; }
.service-check-grid input, .application-consent input { accent-color: var(--coral); }
.application-upload-grid { margin: 20px 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.application-upload { min-height: 116px; padding: 12px; display: flex; flex-direction: column; border: 1px dashed #d9cfc3; border-radius: 7px; background: #fffaf6; }
.application-upload > span, .application-upload > small { display: block; }
.application-upload > span { color: var(--ink); font-size: 12px; font-weight: 700; }
.application-upload > small { margin: 5px 0 12px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.application-upload input { width: 100%; margin-top: auto; color: var(--muted); font-size: 10px; }
.application-material-note { margin: 20px 0 14px; padding: 13px 14px; border: 1px solid #eadfd4; border-radius: 7px; background: #fffaf6; }
.application-material-note strong { display: block; color: var(--ink); font-size: 12px; }
.application-material-note p { margin: 6px 0 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.application-consent { margin: 0 0 12px; display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.application-consent input { margin-top: 3px; }
.application-note { margin: 13px 0 18px; padding: 10px 11px; border-left: 3px solid var(--yellow); color: var(--muted); background: #fffbef; font-size: 10px; line-height: 1.65; }
.application-success { padding: 28px 0 8px; text-align: center; }
.application-success-mark { width: 58px; height: 58px; margin: 0 auto 18px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--teal); font-size: 24px; font-weight: 800; }
.application-success > p:not(.section-kicker):not(.application-note) { color: var(--muted); font-size: 13px; }
.application-number { margin: 22px 0; padding: 15px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.application-number span, .application-number strong { display: block; }
.application-number span { margin-bottom: 5px; color: var(--muted); font-size: 10px; }
.application-number strong { color: var(--ink); font-size: 18px; letter-spacing: 0.08em; }
.application-form button[type="submit"]:disabled { cursor: wait; opacity: 0.68; }
.modal-close { position: absolute; z-index: 2; top: 15px; right: 17px; width: 30px; height: 30px; border: 0; border-radius: 50%; color: var(--muted); background: rgba(255, 253, 249, 0.72); font-size: 24px; line-height: 1; }
.detail-profile { display: flex; align-items: center; gap: 14px; padding-right: 24px; }
.detail-profile .avatar { width: 62px; height: 62px; font-size: 21px; }
.detail-profile h2 { margin: 0 0 5px; font-size: 24px; }
.detail-profile p { margin: 0; color: var(--muted); font-size: 13px; }
.detail-bio { margin: 24px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.profile-home { margin: -30px -30px 26px; border-bottom: 1px solid var(--line); background: #fffaf5; }
.profile-cover { min-height: 178px; padding: 28px 30px; display: flex; align-items: end; gap: 18px; color: #fff; background: var(--coral); }
.profile-cover.teal { background: var(--teal); }
.profile-cover.yellow { color: #44381f; background: var(--yellow); }
.profile-photo { width: 92px; height: 92px; flex: 0 0 auto; display: grid; place-items: center; border: 2px solid rgba(255, 255, 255, 0.68); border-radius: 50%; color: inherit; background: rgba(255, 255, 255, 0.18); font-size: 34px; font-weight: 800; cursor: zoom-in; transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease; }
.profile-photo:hover { transform: translateY(-2px); background: rgba(255, 255, 255, 0.26); box-shadow: 0 8px 18px rgba(49, 52, 47, 0.18); }
.profile-photo:focus-visible { outline: 3px solid rgba(255, 255, 255, 0.72); outline-offset: 3px; }
.profile-cover-copy { min-width: 0; }
.profile-kicker { margin: 0 0 8px; font-size: 11px; font-weight: 800; letter-spacing: 0.16em; opacity: 0.78; }
.profile-cover h2 { margin: 0 0 8px; font-size: 30px; letter-spacing: 0; }
.profile-cover-copy > p:not(.profile-kicker) { margin: 0; font-size: 13px; opacity: 0.84; }
.profile-cover p:last-child { margin: 0; font-size: 13px; opacity: 0.84; }
.profile-home blockquote { margin: 0; padding: 22px 30px 0; color: var(--ink); font-size: 19px; font-weight: 700; line-height: 1.6; }
.profile-bio { margin: 0; padding: 12px 30px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.profile-meta-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 18px 30px 0; }
.profile-meta-grid div { padding: 13px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.profile-meta-grid span { display: block; margin-bottom: 6px; color: var(--muted); font-size: 11px; }
.profile-meta-grid strong { color: var(--ink); font-size: 13px; line-height: 1.55; }
.profile-tags { margin: 0; padding: 16px 30px 24px; }
.booking-panel { display: block; }
.custom-detail-head { margin: -30px -30px 26px; padding: 34px 30px 28px; display: flex; align-items: center; gap: 17px; color: #44381f; background: #f3d78f; }
.custom-detail-mark { width: 68px; height: 68px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(68, 56, 31, 0.24); border-radius: 50%; background: rgba(255, 255, 255, 0.26); font-size: 28px; font-weight: 800; }
.custom-detail-head h2 { margin: 0 0 7px; font-size: 25px; }
.custom-detail-head p:last-child { margin: 0; font-size: 12px; line-height: 1.65; opacity: 0.82; }
.custom-contact-copy { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.schedule-mode-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 18px; }
.schedule-helper { margin: -4px 0 20px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: #fffaf6; font-size: 12px; line-height: 1.65; }
.schedule-time-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 8px; margin-bottom: 13px; }
.schedule-field { display: grid; gap: 6px; color: var(--muted); font-size: 11px; }
.schedule-field input { width: 100%; min-height: 44px; padding: 0 10px; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; font: inherit; font-size: 13px; outline: none; }
.schedule-field input:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(214, 120, 92, 0.1); }
.blind-box-detail { margin: -30px -30px 26px; padding: 34px 30px 28px; color: #fff; background: linear-gradient(135deg, var(--coral), #bc6751); }
.blind-box-detail-head { display: flex; align-items: center; gap: 17px; padding-right: 28px; }
.blind-box-big-icon { width: 68px; height: 68px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.52); border-radius: 50%; background: rgba(255, 255, 255, 0.13); font-size: 34px; font-weight: 800; }
.blind-box-detail .profile-kicker { color: inherit; }
.blind-box-detail h2 { margin: 0 0 7px; font-size: 25px; }
.blind-box-detail p:last-child { margin: 0; font-size: 12px; line-height: 1.65; opacity: 0.85; }
.blind-booking-panel .slot-row { margin-bottom: 23px; }
.blind-note-label { margin: 0 0 9px; display: flex; justify-content: space-between; color: var(--ink); font-size: 13px; font-weight: 700; }
.blind-note-label span { color: var(--muted); font-size: 11px; font-weight: 400; }
.blind-note { width: 100%; min-height: 82px; padding: 11px 12px; resize: vertical; border: 1px solid var(--line); border-radius: 6px; color: var(--ink); background: #fff; font: inherit; font-size: 13px; line-height: 1.6; outline: none; }
.blind-note:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(214, 120, 92, 0.1); }
.modal-label { margin: 0 0 10px; color: var(--ink); font-size: 13px; font-weight: 700; }
.package-row, .slot-row, .service-row { display: grid; gap: 8px; }
.service-row { grid-template-columns: repeat(3, 1fr); margin-bottom: 23px; }
.package-row { grid-template-columns: repeat(3, 1fr); margin-bottom: 23px; }
.chat-package-row { grid-template-columns: repeat(auto-fit, minmax(116px, 1fr)); }
.custom-package-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.slot-row { grid-template-columns: repeat(3, 1fr); margin-bottom: 20px; }
.choice-button { min-height: 52px; padding: 7px 5px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: transparent; font-size: 12px; }
.choice-button strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; }
.choice-button span { display: block; line-height: 1.35; }
.choice-button.is-selected { border-color: var(--coral); color: var(--coral-dark); background: #fff5ef; }
.choice-button.is-selected strong { color: var(--coral-dark); }
.form-note { margin: 12px 0 18px; color: var(--muted); font-size: 11px; line-height: 1.7; }

.orders-view { min-height: 62vh; }
.orders-empty { padding: 70px 20px; text-align: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.orders-empty h2 { margin-bottom: 10px; font-size: 24px; }
.orders-empty p { margin-bottom: 22px; color: var(--muted); font-size: 13px; }
.order-list { display: grid; gap: 12px; }
.order-row { padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); }
.order-row h3 { margin: 0 0 7px; font-size: 16px; }
.order-row p { margin: 0; color: var(--muted); font-size: 12px; }
.order-status { color: var(--coral-dark); font-size: 12px; white-space: nowrap; }
.blind-order { border-color: #edcfc2; background: #fffaf6; }
.blind-order .order-status { max-width: 112px; white-space: normal; text-align: right; line-height: 1.5; }
.order-note { margin-top: 7px !important; color: var(--ink) !important; }
.toast { position: fixed; z-index: 20; right: 50%; bottom: 82px; max-width: calc(100% - 40px); padding: 11px 15px; border-radius: 6px; color: #fff; background: var(--ink); opacity: 0; transform: translate(50%, 10px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; font-size: 13px; }
.toast.is-visible { opacity: 1; transform: translate(50%, 0); }

@media (max-width: 760px) {
  .topbar, .hero, .content-section { width: min(100% - 28px, 560px); }
  .topbar { height: 64px; }
  .hero { margin-top: 0; padding: 34px 0 28px; display: block; }
  h1 { font-size: 36px; }
  .hero-note { margin-top: 25px; }
  .content-section { margin-top: 32px; }
  .section-heading { display: block; }
  .section-meta { display: block; margin-top: 9px; }
  .listener-grid { grid-template-columns: 1fr; }
  .custom-service-grid { grid-template-columns: 1fr; }
  .listener-card { min-height: 252px; }
  .blind-box-card { align-items: flex-start; padding: 16px; }
  .blind-box-icon { width: 42px; height: 42px; }
  .blind-box-card > b { display: none; }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: 236px; }
  .mode-number { margin-bottom: 24px; }
  .detail-modal, .contact-modal { padding: 26px 20px 22px; }
  .application-grid, .application-upload-grid { grid-template-columns: 1fr; }
  .service-check-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-upload { min-height: 100px; }
  .custom-detail-head { margin: -26px -20px 24px; padding: 30px 20px 24px; }
  .custom-detail-mark { width: 58px; height: 58px; font-size: 24px; }
  .blind-box-detail { margin: -26px -20px 24px; padding: 30px 20px 24px; }
  .blind-box-big-icon { width: 58px; height: 58px; font-size: 28px; }
  .blind-box-detail h2 { font-size: 21px; }
  .order-row { align-items: flex-start; }
  .profile-photo { width: 76px; height: 76px; font-size: 28px; }
  .photo-gallery { gap: 8px; padding: 14px 20px 6px; }
  .photo-tile { min-height: 118px; flex-basis: 100px; }
  .photo-preview { padding: 16px; }
  .photo-preview-card { padding: 10px; }
  .photo-preview-art { min-height: 58vh; }
  .photo-preview-close { top: 12px; right: 12px; }
}

@media (max-width: 380px) {
  .package-row, .slot-row, .service-row, .schedule-mode-row, .schedule-time-grid { grid-template-columns: 1fr; }
  .service-check-grid { grid-template-columns: 1fr; }
  .choice-button { text-align: left; padding: 9px 12px; }
  .choice-button strong { display: inline; margin-right: 6px; }
}
.photo-gallery { display: flex; gap: 10px; overflow-x: auto; padding: 16px 30px 6px; scrollbar-width: thin; }
.photo-tile { position: relative; min-height: 132px; flex: 0 0 116px; padding: 12px; overflow: hidden; border: 0; border-radius: 8px; color: #fff; text-align: left; background: var(--coral); cursor: zoom-in; transition: transform 160ms ease, box-shadow 160ms ease; }
.photo-tile.teal { background: var(--teal); }
.photo-tile.yellow { color: #44381f; background: var(--yellow); }
.photo-tile:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(49, 52, 47, 0.14); }
.photo-tile-zoom { position: absolute; top: 10px; left: 10px; padding: 3px 6px; border: 1px solid rgba(255, 255, 255, 0.42); border-radius: 999px; font-size: 10px; opacity: 0.88; }
.photo-tile.yellow .photo-tile-zoom { border-color: rgba(68, 56, 31, 0.28); }
.photo-tile-mark { position: absolute; top: 17px; right: 12px; font-size: 42px; font-weight: 800; line-height: 1; opacity: 0.22; }
.photo-tile-label { position: absolute; right: 12px; bottom: 30px; left: 12px; font-size: 14px; font-weight: 700; }
.photo-tile small { position: absolute; right: 12px; bottom: 12px; left: 12px; overflow: hidden; font-size: 10px; opacity: 0.8; text-overflow: ellipsis; white-space: nowrap; }
.photo-preview { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(38, 51, 64, 0.74); }
.photo-preview[hidden] { display: none; }
.photo-preview-card { width: min(420px, 100%); padding: 14px; border-radius: 10px; background: var(--surface); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22); }
.photo-preview-art { min-height: min(62vh, 480px); display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--coral); }
.photo-preview-art.teal { background: var(--teal); }
.photo-preview-art.yellow { color: #44381f; background: var(--yellow); }
.photo-preview-initial { font-size: clamp(84px, 18vw, 138px); font-weight: 800; opacity: 0.24; }
.photo-preview-copy { padding: 15px 4px 3px; }
.photo-preview-copy strong, .photo-preview-copy span { display: block; }
.photo-preview-copy strong { color: var(--ink); font-size: 17px; }
.photo-preview-copy span { margin-top: 4px; color: var(--muted); font-size: 12px; }
.photo-preview-close { position: fixed; top: 18px; right: 20px; width: 36px; height: 36px; border: 0; border-radius: 50%; color: #fff; background: rgba(255, 255, 255, 0.18); font-size: 25px; line-height: 1; }
.photo-preview-close:hover { background: rgba(255, 255, 255, 0.3); }
.photo-preview-open { overflow: hidden; }
@media (max-width: 760px) {
  .photo-gallery { gap: 8px; padding: 14px 20px 6px; }
  .photo-tile { min-height: 118px; flex-basis: 100px; }
  .photo-preview { padding: 16px; }
  .photo-preview-card { padding: 10px; }
  .photo-preview-art { min-height: 58vh; }
  .photo-preview-close { top: 12px; right: 12px; }
}
