:root {
  color-scheme: dark;
  --bg: #050507;
  --surface: #101014;
  --surface-2: #17171e;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 255, 255, 0.18);
  --text: #f7f3ec;
  --muted: #a7a0a9;
  --soft: #6f6875;
  --accent: #ff3d86;
  --accent-2: #6f6cff;
  --gold: #ffc95a;
  --green: #52d99a;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

body.city-detail-body {
  background: #121212;
}

body.city-detail-body .city-template-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  min-height: 80px;
  padding: 0 max(18px, calc((100vw - 1320px) / 2));
  border-bottom: 0;
  background: rgba(18, 18, 18, 0.96);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
}

body.city-detail-body .city-template-nav .brand-name {
  font-size: 28px;
}

body.city-detail-body .city-template-nav .text-link {
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

body.city-detail-body .city-template-nav .text-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  border-radius: 999px;
  background: #e62932;
  opacity: 0;
  transform: scaleX(0.5);
  transition: 180ms ease;
}

body.city-detail-body .city-template-nav .text-link:hover {
  color: #ff3a42;
}

body.city-detail-body .city-template-nav .text-link:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.city-template-shell {
  background: #121212;
}

body.city-detail-body .city-landing-hero {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 100vh;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #111;
  box-shadow: none;
}

body.city-detail-body .city-landing-hero::after {
  content: none;
}

.city-hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.city-hero-media img,
.city-hero-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.city-hero-media video {
  z-index: 2;
}

.city-hero-media video[hidden] {
  display: none;
}

.city-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.86)),
    rgba(8, 8, 8, 0.2);
}

body.city-detail-body .city-landing-copy {
  position: relative;
  bottom: auto;
  left: auto;
  z-index: 4;
  display: grid;
  gap: 20px;
  width: min(1100px, calc(100% - 36px));
  padding-top: 72px;
  text-align: center;
}

.city-template-kicker,
.city-hero-subline {
  color: #e62932;
  font-family: "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

body.city-detail-body .city-landing-copy h1 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: clamp(48px, 6.6vw, 108px);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.12;
  text-transform: uppercase;
}

body.city-detail-body .city-landing-copy h1 span {
  color: #e8313c;
}

body.city-detail-body .city-landing-copy p {
  width: min(840px, 100%);
  margin: 0 auto;
  color: #f5f5f5;
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.75;
}

.city-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
  margin-top: 8px;
}

.city-template-primary,
.city-template-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 0 32px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 900;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.city-template-primary {
  border: 1px solid #e62932;
  background: #e62932;
  color: #fff;
}

.city-template-secondary {
  border: 1px solid rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
}

.city-template-primary:hover,
.city-template-secondary:hover {
  transform: translateY(-3px);
}

.city-template-primary:hover {
  background: #ff3a42;
  border-color: #ff3a42;
}

.city-template-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

body.city-detail-body .city-stat-row {
  position: absolute;
  right: max(18px, calc((100vw - 1320px) / 2));
  bottom: 34px;
  left: max(18px, calc((100vw - 1320px) / 2));
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

body.city-detail-body .city-stat-row div {
  min-height: 74px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

body.city-detail-body .city-stat-row strong {
  color: #fff;
  font-family: Impact, "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: 28px;
  letter-spacing: 0.02em;
}

body.city-detail-body .city-stat-row span {
  color: rgba(255, 255, 255, 0.66);
}

.city-template-section {
  padding: 84px 0;
}

.city-template-container {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
}

.city-about-section,
.city-gallery-section {
  background: #1e1e1e;
}

.city-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.city-about-copy {
  max-width: 980px;
}

.city-about-copy h2,
.city-products-head h2,
.city-section-center h2,
.city-related-card h2 {
  margin: 8px 0 0;
  color: #fff;
  font-family: Impact, "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: clamp(32px, 3.4vw, 52px);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.city-copy-text {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.city-copy-text p,
.city-products-head p,
.city-section-center p,
.city-related-card p {
  margin: 0;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.8;
}

.city-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.city-feature-item {
  min-height: 150px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  transition: transform 180ms ease;
}

.city-feature-item:hover {
  transform: translateY(-5px);
}

.city-feature-item svg {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  padding: 9px;
  border-radius: 50%;
  background: #e62932;
  color: #fff;
}

.city-feature-item h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
}

.city-feature-item p {
  margin: 0;
  color: #bdbdbd;
  line-height: 1.7;
}

.city-about-image {
  min-height: 520px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
}

.city-about-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

body.city-detail-body .city-products-section {
  display: block;
  padding: 84px 0;
  border: 0;
  border-radius: 0;
  background: #121212;
}

.city-products-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.city-products-head > div {
  display: grid;
  gap: 10px;
}

.city-template-profile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.city-template-profile-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: #1e1e1e;
}

.city-section-center {
  width: min(760px, 100%);
  margin: 0 auto 36px;
  text-align: center;
}

.city-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.city-gallery-item {
  position: relative;
  height: 270px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.city-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.city-gallery-item:hover img {
  transform: scale(1.08);
}

.city-gallery-item div {
  position: absolute;
  inset: auto 0 0;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  padding: 46px 18px 16px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.86));
}

.city-gallery-item strong {
  color: #fff;
  font-size: 20px;
}

.city-gallery-item span {
  color: #ff4b54;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.city-template-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  padding: 26px 0;
  border-top: 2px solid #e62932;
}

.city-template-footer div {
  display: grid;
  gap: 4px;
}

.city-template-footer a {
  color: #ff4b54;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .city-template-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.city-detail-body .city-template-nav {
    min-height: 68px;
  }

  body.city-detail-body .city-stat-row,
  .city-about-grid {
    grid-template-columns: 1fr;
  }

  body.city-detail-body .city-stat-row {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: min(100% - 32px, 1320px);
    margin: -108px auto 34px;
  }

  .city-about-image,
  .city-about-image img {
    min-height: 360px;
  }

  .city-template-profile-grid,
  .city-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.city-detail-body .city-landing-copy h1 {
    font-size: 42px;
  }

  body.city-detail-body .city-landing-copy {
    width: min(100% - 28px, 1100px);
  }

  .city-hero-actions,
  .city-products-head,
  .city-template-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .city-template-primary,
  .city-template-secondary {
    width: 100%;
    min-height: 50px;
  }

  .city-template-profile-grid,
  .city-gallery-grid,
  .city-feature-grid {
    grid-template-columns: 1fr;
  }

  .city-template-section,
  body.city-detail-body .city-products-section {
    padding: 56px 0;
  }
}

@font-face {
  font-family: "MadouBrandFont";
  src:
    url("./assets/fonts/HanYiDieYuTiJian.ttf") format("truetype"),
    local("汉仪蝶语体简"),
    local("汉仪蝶语体简 常规"),
    local("HYDieYuTiJ"),
    local("HYDieYuTiJ Regular"),
    local("HY DieYuTiJ"),
    local("HanYiDieYuTiJian");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 70% 10%, rgba(255, 61, 134, 0.18), transparent 28rem),
    radial-gradient(circle at 12% 58%, rgba(255, 201, 90, 0.1), transparent 24rem),
    var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 7, 0.78);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  padding: 2px;
  border: 1px solid rgba(255, 232, 183, 0.62);
  border-radius: 50%;
  background: linear-gradient(145deg, #fff2be, #ff4d97 48%, #4d4aff);
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.07),
    0 10px 26px rgba(255, 77, 151, 0.28);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.brand-name {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: min(42vw, 360px);
  min-width: 0;
  overflow: visible;
  color: #fff;
  font-family: "MadouBrandFont", "汉仪蝶语体简", "HYDieYuTiJ", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.08;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.4),
    0 0 8px rgba(255, 255, 255, 0.14);
  white-space: nowrap;
}

.brand-main {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #fff;
  font-family: "MadouBrandFont", "汉仪蝶语体简", "HYDieYuTiJ", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-weight: 400;
  gap: 1px;
  line-height: 0.86;
  white-space: nowrap;
}

.brand-char {
  display: inline-block;
  transform-origin: center bottom;
}

.brand-char-small {
  font-size: 0.72em;
  transform: translateY(0.06em);
}

.brand-char-large {
  font-size: 1.48em;
  margin: 0 -0.03em;
  text-shadow:
    0 1px 1px rgba(0, 0, 0, 0.48),
    0 0 10px rgba(255, 255, 255, 0.2);
}

.brand-admin {
  display: inline-block;
  margin-bottom: 1px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Josefin Sans", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.pro-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  background: #202034;
  color: #ddd9ff;
  font-size: 12px;
  font-weight: 800;
}

.nav-actions,
.filter-tabs,
.membership-actions,
.benefits,
.row-between {
  display: flex;
  align-items: center;
}

.nav-actions {
  gap: 10px;
}

.auth-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.shared-auth-host {
  display: flex;
  align-items: center;
}

.shared-auth-links {
  margin-left: 2px;
}

.auth-links[hidden],
.user-menu[hidden],
.user-dropdown[hidden],
[data-register-only][hidden] {
  display: none !important;
}

.user-menu {
  position: relative;
}

.user-menu-trigger {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  padding: 4px 12px 4px 5px;
  border: 1px solid rgba(111, 108, 255, 0.48);
  border-radius: 999px;
  background: rgba(12, 16, 29, 0.92);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.user-avatar {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 201, 90, 0.36), transparent 34%),
    linear-gradient(135deg, #29344a, #141827);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.user-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-avatar.large {
  width: 74px;
  height: 74px;
  margin: 0 auto 10px;
  border-width: 3px;
  font-size: 24px;
}

.user-menu-copy {
  display: grid;
  gap: 1px;
  text-align: left;
}

.user-menu-copy strong {
  max-width: 150px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-menu-copy small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 800;
}

.user-menu-trigger svg {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.72);
}

.user-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 90;
  display: grid;
  gap: 8px;
  width: 288px;
  padding: 14px;
  border: 1px solid rgba(122, 143, 196, 0.28);
  border-radius: 14px;
  background: #141d2d;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
}

.user-dropdown::before {
  position: absolute;
  top: -6px;
  right: 28px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(122, 143, 196, 0.28);
  border-left: 1px solid rgba(122, 143, 196, 0.28);
  background: #141d2d;
  content: "";
  transform: rotate(45deg);
}

.user-dropdown-head {
  display: grid;
  justify-items: center;
  padding: 12px 8px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.user-dropdown-head strong {
  max-width: 230px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-dropdown-head small {
  max-width: 230px;
  overflow: hidden;
  color: #aab5c9;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-dropdown-head em {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-top: 8px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #f8e8bd;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.user-vip-expiry {
  max-width: 230px;
  margin-top: 7px;
  color: rgba(210, 224, 255, 0.76);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.user-dropdown button {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #ecf2ff;
  font-size: 14px;
  font-weight: 900;
  text-align: left;
}

.user-dropdown button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.user-dropdown button.is-disabled,
.user-dropdown button.is-disabled:hover {
  cursor: default;
  background: rgba(82, 217, 154, 0.08);
  color: #bbf7d0;
}

.user-dropdown button svg {
  width: 17px;
  height: 17px;
  color: #ffcf55;
}

.user-dropdown button:last-child {
  margin-top: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  color: #cbd5e1;
}

.pill-button,
.icon-button,
.primary-small,
.filter-chip,
.primary-button,
.secondary-button {
  border: 1px solid var(--line);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease;
}

.pill-button,
.icon-button,
.primary-small {
  min-height: 40px;
}

.pill-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.pill-button.compact {
  font-weight: 800;
}

.icon-button {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.primary-small {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--accent), #983fff);
  box-shadow: 0 10px 28px rgba(255, 61, 134, 0.32);
  color: white;
  font-weight: 800;
}

.text-link {
  color: #f2edf7;
  font-size: 14px;
  font-weight: 700;
}

.pill-button:hover,
.icon-button:hover,
.filter-chip:hover,
.secondary-button:hover,
.quick-card:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
}

.primary-button.is-disabled,
.primary-small.is-disabled,
.pill-button.is-disabled,
.city-template-secondary.is-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.72;
  filter: saturate(0.72);
  transform: none;
}

.page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 292px;
  gap: 18px;
  width: min(1480px, calc(100% - 32px));
  margin: 18px auto 0;
}

.main-column,
.side-column {
  min-width: 0;
}

.side-column {
  position: sticky;
  top: 82px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.promo-rail {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111;
}

.promo-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 260ms ease;
}

.promo-slide.is-active {
  opacity: 1;
}

.promo-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.12) contrast(1.06);
}

.promo-slide-link {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.promo-slide.is-clickable {
  cursor: pointer;
}

.promo-slide::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 62%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 42%);
}

.promo-copy {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 2;
  max-width: 520px;
}

.promo-copy span,
.section-kicker,
.campaign-card span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.promo-copy strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(28px, 5vw, 54px);
  line-height: 1.02;
}

.promo-copy p {
  max-width: 440px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.slide-control {
  position: absolute;
  top: 50%;
  z-index: 4;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.34);
  color: white;
  transform: translateY(-50%);
}

.slide-control.left {
  left: 14px;
}

.slide-control.right {
  right: 14px;
}

.slide-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 4;
  display: flex;
  gap: 7px;
  transform: translateX(-50%);
}

.slide-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.44);
}

.slide-dots span.is-active {
  background: white;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 14px 0 18px;
}

.quick-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  min-height: 72px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  color: var(--text);
  text-align: left;
  overflow: hidden;
}

button.quick-card {
  width: 100%;
}

.quick-card i,
.quick-card svg {
  grid-row: span 2;
  color: var(--gold);
}

.quick-card span,
.quick-card small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quick-card span {
  color: var(--text);
  font-weight: 850;
}

.quick-card small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.quick-card.map-card {
  background: linear-gradient(135deg, rgba(44, 158, 142, 0.35), rgba(45, 82, 134, 0.25));
}

.quick-card.map-card.blue {
  background: linear-gradient(135deg, rgba(58, 123, 213, 0.36), rgba(95, 53, 177, 0.26));
}

.quick-card.premium {
  background: linear-gradient(135deg, rgba(255, 201, 90, 0.28), rgba(154, 81, 255, 0.25));
}

.quick-card.submit {
  background: linear-gradient(135deg, rgba(255, 61, 134, 0.3), rgba(255, 156, 73, 0.16));
}

.toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.city-panel {
  position: relative;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  overflow: visible;
}

.city-panel h2 {
  margin: 8px 0 0;
  font-size: 28px;
  line-height: 1;
}

.city-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  align-items: start;
}

.city-group-card {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 16, 20, 0.78);
}

.city-group-collapsible {
  display: block;
  padding: 0;
  overflow: visible;
  max-height: 78px;
  transition:
    max-height 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.city-group-collapsible summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 76px;
  padding: 14px;
  cursor: pointer;
  list-style: none;
}

.city-group-collapsible summary::-webkit-details-marker {
  display: none;
}

.city-summary-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.city-summary-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  color: var(--gold);
  transition: transform 160ms ease;
}

.city-group-collapsible[open] .city-summary-icon {
  transform: rotate(180deg);
}

.city-group-collapsible[open] {
  z-index: 30;
  max-height: 78px;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(22, 22, 28, 0.94);
}

.city-scroll-list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 30;
  max-height: 168px;
  overflow-y: auto;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(13, 13, 18, 0.96);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.45);
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.city-group-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
}

.city-group-card span,
.city-group-card small {
  color: var(--muted);
  font-size: 12px;
}

.city-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.city-pill-list button,
.footer-city-group button,
.footer-city-group a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.075);
  color: #eee9f2;
  font-size: 12px;
}

.city-pill-list button:hover,
.footer-city-group button:hover,
.footer-city-group a:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.12);
}

button[data-scope-type].is-selected {
  border-color: rgba(82, 217, 154, 0.72);
  background: rgba(82, 217, 154, 0.18);
  color: #dfffee;
  box-shadow: inset 0 0 0 1px rgba(82, 217, 154, 0.18);
}

.quick-card.is-selected {
  border-color: rgba(82, 217, 154, 0.72);
  background: linear-gradient(135deg, rgba(82, 217, 154, 0.22), rgba(255, 255, 255, 0.08));
}

.overseas-card {
  background: linear-gradient(135deg, rgba(58, 123, 213, 0.18), rgba(154, 81, 255, 0.16));
}

.overseas-picker {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 30;
  display: grid;
  gap: 12px;
  max-height: 232px;
  margin: 0;
  padding: 10px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(13, 13, 18, 0.96);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.45);
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.overseas-group-view,
.overseas-place-view {
  display: grid;
  gap: 12px;
}

.overseas-group-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  max-height: 150px;
  overflow-y: auto;
  scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
}

.overseas-group-button {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 8px;
  min-height: 46px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.075);
  color: var(--text);
  text-align: left;
}

.overseas-group-button:hover,
.overseas-back-button:hover {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.13);
}

.overseas-group-button span {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overseas-group-button small {
  color: var(--muted);
  font-size: 11px;
}

.overseas-group-button i,
.overseas-group-button svg {
  grid-row: 1 / span 2;
  grid-column: 2;
  color: var(--gold);
}

.overseas-back-button {
  display: inline-flex;
  width: max-content;
  min-height: 34px;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.075);
  color: #f3eef7;
  font-size: 12px;
  font-weight: 850;
}

.overseas-back-button svg {
  color: var(--gold);
}

.overseas-place-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.overseas-place-heading strong {
  margin-bottom: 0;
}

.overseas-place-view .city-scroll-list {
  position: static;
  max-height: 132px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.active-scope {
  margin: -4px 0 14px;
  color: var(--muted);
  font-size: 13px;
}

.filter-tabs {
  flex-wrap: wrap;
  gap: 10px;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #ded8e2;
}

.filter-chip.is-active {
  border-color: rgba(111, 108, 255, 0.8);
  background: linear-gradient(135deg, #3369ff, #7a39ff);
  color: white;
  box-shadow: 0 12px 28px rgba(75, 77, 255, 0.28);
}

.search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  width: min(310px, 100%);
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.search-box input::placeholder {
  color: var(--soft);
}

.profile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  min-height: 420px;
}

.guess-refresh-wrap {
  display: flex;
  justify-content: center;
  margin: 34px 0 18px;
}

.guess-refresh-wrap[hidden] {
  display: none;
}

.guess-refresh-wrap .secondary-button {
  min-width: 168px;
  justify-content: center;
  border-color: rgba(255, 201, 90, 0.38);
  background: linear-gradient(135deg, rgba(255, 201, 90, 0.2), rgba(111, 108, 255, 0.16));
}

.profile-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 30px 0 12px;
}

.profile-pagination[hidden] {
  display: none !important;
}

.pagination-button,
.pagination-status {
  min-height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  backdrop-filter: blur(14px);
}

.pagination-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 112px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 900;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.pagination-button svg {
  width: 17px;
  height: 17px;
}

.pagination-button:not(:disabled):hover {
  border-color: rgba(255, 201, 90, 0.42);
  background: rgba(255, 201, 90, 0.13);
  color: #fff;
  transform: translateY(-1px);
}

.pagination-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.pagination-status {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  column-gap: 8px;
  min-width: 132px;
  padding: 8px 18px;
}

.pagination-status span {
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
}

.pagination-status strong {
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}

.profile-card {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.profile-favorite-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(10, 10, 14, 0.58);
  color: #fff;
  font-size: 20px;
  line-height: 1;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.profile-code-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 76px);
  height: 40px;
  padding: 0 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(10, 10, 14, 0.58);
  color: rgba(255, 255, 255, 0.92);
  font-family: Inter, "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(10px);
}

.profile-favorite-button:hover {
  transform: translateY(-1px) scale(1.04);
}

.profile-favorite-button.is-favorited {
  border-color: rgba(255, 56, 98, 0.82);
  background: rgba(255, 56, 98, 0.92);
  color: #fff;
}

.profile-card[hidden] {
  display: none;
}

.profile-card img {
  width: 100%;
  height: 390px;
  min-height: 390px;
  object-fit: cover;
  transition:
    filter 220ms ease,
    transform 320ms ease;
}

.profile-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18) 46%, rgba(0, 0, 0, 0.88)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent 42%);
}

.profile-status {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(12, 12, 15, 0.72);
  color: white;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.profile-video-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(5, 5, 7, 0.72);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.profile-video-badge svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
}

.profile-body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 18px;
  transform-origin: bottom center;
  transition:
    background 180ms ease,
    padding 180ms ease,
    transform 220ms ease;
}

.profile-card:hover {
  z-index: 4;
  border-color: rgba(255, 201, 90, 0.42);
  box-shadow: 0 24px 62px rgba(0, 0, 0, 0.46);
  transform: translateY(-4px);
}

.profile-card:hover img {
  filter: saturate(1.08) brightness(1.04);
  transform: scale(1.06);
}

.profile-card:hover .profile-body {
  padding: 20px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.18));
  transform: translateY(-7px) scale(1.045);
}

.profile-city {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 800;
}

.profile-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.profile-title h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.1;
}

.profile-location-title {
  align-items: center;
  min-width: 0;
}

.profile-location-title h2,
.vip-first-title-row.profile-location-title h3 {
  display: inline-flex;
  flex: 0 1 auto;
  width: fit-content;
  max-width: 66%;
  min-width: 0;
  align-items: center;
  gap: 5px;
  overflow: hidden;
  height: 24px;
  min-height: 24px;
  padding: 0 7px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(8, 8, 11, 0.46);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 24px;
  white-space: nowrap;
  backdrop-filter: blur(6px);
}

.profile-location-text {
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-location-title svg {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  color: rgba(255, 255, 255, 0.68);
}

.profile-code {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.profile-title > span,
.vip-first-title-row.profile-location-title > span {
  flex: 0 0 auto;
  max-width: 34%;
  overflow: hidden;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(255, 201, 90, 0.28);
  border-radius: 999px;
  background: rgba(255, 201, 90, 0.12);
  color: var(--gold);
  font-family: Inter, "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7px;
  margin-top: 14px;
}

.profile-meta span,
.profile-tags span {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.profile-meta span {
  padding: 7px 6px;
  font-size: 12px;
  font-weight: 800;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.profile-tags span {
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.profile-open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: 14px;
  border: 0;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-weight: 900;
}

.empty-state {
  grid-column: 1 / -1;
  display: grid;
  min-height: 260px;
  place-items: center;
  border: 1px dashed var(--line-strong);
  border-radius: var(--radius);
  color: var(--muted);
}

.membership-card,
.trust-strip,
.campaign-card,
.process-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 16, 20, 0.9);
  box-shadow: var(--shadow);
}

.membership-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
}

.avatar-medal {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 201, 90, 0.42);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff3cf, #9f7b34 58%, #33210e);
  color: #111;
}

.membership-copy h2 {
  margin: 0;
  font-size: 16px;
}

.membership-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.row-between {
  justify-content: space-between;
  gap: 10px;
}

.row-between span {
  color: var(--gold);
  font-weight: 900;
  white-space: nowrap;
}

.row-between del {
  margin-right: 5px;
  color: var(--soft);
  font-size: 12px;
}

.benefits {
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.benefits span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #d7f8e6;
  font-size: 12px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 7px;
  font-weight: 900;
}

.primary-button {
  border: 0;
  background: linear-gradient(135deg, #4967ff, #853fff);
  color: white;
  box-shadow: 0 12px 28px rgba(73, 103, 255, 0.3);
}

.secondary-button {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.membership-actions {
  display: grid;
  grid-template-columns: minmax(84px, max-content) auto;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.membership-actions .primary-button {
  min-width: 84px;
  padding-inline: 12px;
  white-space: nowrap;
}

.membership-actions .primary-button.is-disabled {
  border-color: rgba(82, 217, 154, 0.28);
  background: rgba(82, 217, 154, 0.14);
  box-shadow: none;
  color: #bbf7d0;
}

.tg-service-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #f8f0db;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.tg-service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f2dfb7;
  color: #111;
}

.tg-service-icon svg {
  display: block;
  width: 15px;
  height: 15px;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tg-service-button:hover {
  border-color: rgba(255, 201, 90, 0.45);
  background: rgba(255, 201, 90, 0.14);
}

.trust-strip {
  padding: 16px;
  text-align: center;
}

.trust-strip strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.trust-strip span {
  color: var(--muted);
  font-size: 12px;
}

.campaign-card {
  position: relative;
  overflow: hidden;
  min-height: 164px;
}

.campaign-card-track,
.campaign-card-slide {
  position: absolute;
  inset: 0;
}

.campaign-card-slide {
  opacity: 0;
  transition: opacity 420ms ease;
}

.campaign-card-slide.is-active {
  opacity: 1;
}

.campaign-card-slide img {
  width: 100%;
  height: 164px;
  object-fit: cover;
  filter: saturate(1.08);
}

.campaign-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.14));
}

.campaign-card-slide div {
  position: absolute;
  inset: auto 16px 16px 16px;
  z-index: 2;
}

.campaign-card strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
}

.campaign-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.campaign-card-dots {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: inline-flex;
  gap: 5px;
}

.campaign-card-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
}

.campaign-card-dots span.is-active {
  width: 16px;
  background: var(--gold);
}

.process-card {
  padding: 18px;
}

.process-card h2 {
  margin: 0 0 12px;
  font-size: 16px;
}

.process-card ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-card li {
  display: flex;
  gap: 10px;
  color: #ded8e2;
  font-size: 13px;
  line-height: 1.5;
}

.process-card li span {
  color: var(--gold);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: 11px;
}

.content-band {
  margin: 54px 0 0;
  padding: 54px 16px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.band-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
  gap: 42px;
  width: min(1120px, 100%);
  margin: 0 auto;
  align-items: start;
}

.band-inner h2 {
  max-width: 680px;
  margin: 10px 0 14px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
}

.band-inner p {
  max-width: 640px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.submit-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}

.submit-form label {
  display: grid;
  gap: 7px;
  color: #d6d0da;
  font-size: 13px;
  font-weight: 750;
}

.submit-form input,
.submit-form select {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  outline: 0;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
}

.submit-form select option {
  background: #15151b;
}

.checkbox-line {
  display: flex !important;
  grid-template-columns: none;
  align-items: start;
  gap: 10px !important;
  font-weight: 600 !important;
}

.checkbox-line input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.site-footer {
  width: min(1480px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 26px;
}

.shared-site-footer {
  margin-top: 56px;
  padding: 34px clamp(18px, 4vw, 42px) 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 0 0;
  background: rgba(8, 8, 12, 0.96);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.footer-grid section {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-grid h2 {
  margin: 0 0 6px;
  color: var(--soft);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid button {
  color: #dfd9e4;
  font-size: 12px;
  line-height: 1.45;
}

.footer-grid button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.footer-grid button:hover {
  color: var(--accent-2);
}

.city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.city-links.grouped {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.footer-wide {
  grid-column: span 1;
}

.footer-city-group h3 {
  margin: 0 0 9px;
  color: #f0edf4;
  font-size: 14px;
}

.footer-city-group div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--soft);
  font-size: 12px;
}

.footer-bottom strong {
  color: var(--text);
  font-size: 13px;
}

.footer-legal-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.footer-legal-links button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #dfd9e4;
  font: inherit;
  cursor: pointer;
}

.footer-legal-links button:hover {
  color: var(--accent-2);
}

.legal-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 86;
  background: rgba(0, 0, 0, 0.64);
}

.legal-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 96;
  width: min(660px, calc(100% - 32px));
  max-height: min(720px, calc(100vh - 48px));
  padding: 28px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #101014;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.58);
  opacity: 0;
  transform: translate(-50%, -46%) scale(0.98);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.legal-modal.is-open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.legal-modal[aria-hidden="true"] {
  visibility: hidden;
}

.legal-modal h2 {
  margin: 8px 44px 16px 0;
  color: var(--text);
  font-size: 28px;
}

.legal-modal:has(.account-profile-form) {
  padding: 20px;
}

.legal-modal:has(.account-profile-form) h2 {
  margin: 6px 44px 10px 0;
  font-size: 26px;
}

.legal-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.legal-body {
  display: grid;
  gap: 12px;
  color: #d9d3df;
  line-height: 1.8;
}

.legal-body p {
  margin: 0;
}

.favorite-modal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 4px;
}

.favorite-modal-card {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.favorite-modal-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 6px;
  object-fit: cover;
}

.favorite-modal-card span,
.favorite-modal-card small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.favorite-modal-card strong {
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shared-profile-summary {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 12px 0 2px;
  text-align: center;
}

.shared-profile-summary h3 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 24px;
}

.shared-profile-summary p {
  margin: 0;
  color: var(--muted);
}

.shared-profile-summary em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 207, 85, 0.14);
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
}

.account-profile-form {
  display: grid;
  gap: 13px;
  padding-top: 2px;
}

.account-profile-top {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 201, 90, 0.12), transparent 46%),
    rgba(255, 255, 255, 0.05);
}

.account-avatar-editor {
  display: grid;
  justify-items: center;
  gap: 8px;
  cursor: pointer;
}

.account-avatar-editor .user-avatar.large {
  margin: 0;
  width: 72px;
  height: 72px;
  border-color: rgba(255, 201, 90, 0.34);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.26);
}

.account-avatar-editor strong {
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(255, 201, 90, 0.24);
  border-radius: 999px;
  background: rgba(255, 201, 90, 0.1);
  color: var(--gold);
  font-size: 12px;
  line-height: 26px;
}

.account-profile-title {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.account-profile-title > strong {
  overflow: hidden;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile-title small,
.account-profile-title span {
  overflow: hidden;
  color: rgba(220, 226, 238, 0.74);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-profile-title em {
  width: fit-content;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(82, 217, 154, 0.14);
  color: #bbf7d0;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 28px;
}

.account-profile-field {
  display: grid;
  gap: 5px;
}

.account-profile-field span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 900;
}

.account-profile-field input {
  width: 100%;
  min-height: 40px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  font: inherit;
  font-weight: 800;
  outline: none;
}

.account-profile-field input:focus {
  border-color: rgba(255, 201, 90, 0.48);
  box-shadow: 0 0 0 3px rgba(255, 201, 90, 0.11);
}

.account-profile-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.account-profile-info-grid p {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.account-profile-info-grid span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
  font-weight: 900;
}

.account-profile-info-grid strong {
  overflow: hidden;
  color: #f7f8fb;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-password-panel {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(122, 143, 196, 0.18);
  border-radius: 8px;
  background: rgba(9, 13, 22, 0.42);
}

.account-password-panel:not([open]) {
  gap: 0;
}

.account-password-panel summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  cursor: pointer;
}

.account-password-panel summary::-webkit-details-marker {
  display: none;
}

.account-password-panel summary > span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.account-password-panel summary strong {
  color: #fff;
  font-size: 15px;
}

.account-password-panel summary small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 800;
}

.account-password-panel summary svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--gold);
  transition: transform 160ms ease;
}

.account-password-panel[open] summary svg {
  transform: rotate(180deg);
}

.account-profile-submit {
  width: 100%;
  min-height: 42px;
  border-radius: 8px;
}

.account-profile-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}

.account-profile-message {
  min-height: 20px;
}

@media (min-width: 640px) {
  .account-profile-info-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .account-password-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .account-password-panel summary {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .account-profile-top {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    justify-items: stretch;
    text-align: left;
  }

  .account-avatar-editor .user-avatar.large {
    width: 66px;
    height: 66px;
  }

  .account-profile-title {
    justify-items: start;
    width: 100%;
  }

  .account-profile-title > strong,
  .account-profile-title small,
  .account-profile-title span {
    max-width: 100%;
  }

}

.quick-city-backdrop {
  position: fixed;
  inset: 0;
  z-index: 88;
  background: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(8px);
}

.quick-city-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 98;
  width: min(760px, calc(100% - 32px));
  max-height: min(760px, calc(100vh - 44px));
  padding: 28px;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 180px),
    #101014;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.62);
  opacity: 0;
  transform: translate(-50%, -46%) scale(0.98);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.quick-city-modal.is-open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.quick-city-modal[aria-hidden="true"] {
  visibility: hidden;
}

.quick-city-close {
  position: absolute;
  top: 18px;
  right: 18px;
}

.quick-city-modal h2 {
  margin: 8px 44px 8px 0;
  color: #fff;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1;
}

.quick-city-modal > p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.7;
}

.quick-city-list {
  display: grid;
  gap: 16px;
}

.quick-city-section {
  display: grid;
  gap: 10px;
}

.quick-city-section h3 {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quick-city-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(112px, 1fr));
  gap: 10px;
}

.quick-city-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #f7f3ec;
  font-weight: 900;
}

.quick-city-grid a:hover {
  border-color: rgba(82, 217, 154, 0.42);
  background: rgba(82, 217, 154, 0.12);
  color: #fff;
}

.quick-city-grid svg {
  width: 16px;
  height: 16px;
  color: var(--green);
}

.quick-city-empty {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.front-login-backdrop {
  position: fixed;
  inset: 0;
  z-index: 92;
  background: rgba(0, 0, 0, 0.56);
  backdrop-filter: blur(10px);
}

.front-login-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 102;
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  width: min(860px, calc(100% - 32px));
  min-height: 580px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  background: #f8f8fb;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.48);
  opacity: 0;
  transform: translate(-50%, -46%) scale(0.98);
  pointer-events: none;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.front-login-modal.is-open {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.front-login-modal[aria-hidden="true"] {
  visibility: hidden;
}

.front-login-art {
  position: relative;
  display: grid;
  align-content: center;
  padding: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 61, 134, 0.26), transparent 32%),
    linear-gradient(145deg, #2a0836, #160f43 62%, #18052d);
  color: #fff;
}

.front-login-art::after {
  position: absolute;
  inset: auto 32px 80px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.16);
}

.front-login-art strong {
  display: block;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.24;
}

.front-login-art p {
  max-width: 310px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
}

.front-login-vip {
  position: absolute;
  right: 34px;
  bottom: 28px;
  left: 34px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.front-login-vip span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2e91, #ff7a1a);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.front-login-vip small {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 900;
}

.front-login-form {
  position: relative;
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 42px 32px;
  color: #101320;
}

.front-login-close {
  position: absolute;
  top: 22px;
  right: 22px;
  color: #6f7787;
}

.front-login-form h2 {
  margin: 0;
  color: #111827;
  font-size: 26px;
}

.front-login-form > p {
  margin: -6px 0 8px;
  color: #7b8494;
  font-size: 14px;
}

.front-login-tabs {
  display: inline-flex;
  width: max-content;
  padding: 4px;
  border-radius: 999px;
  background: #eceff5;
}

.front-login-tabs button {
  min-height: 32px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #6b7280;
  font-weight: 900;
}

.front-login-tabs button.is-active {
  background: #111827;
  color: #fff;
}

.front-login-form label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 14px;
  background: #fff;
  color: #9aa4b5;
}

.front-code-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(110px, 28%, 128px);
  gap: 10px;
  align-items: stretch;
}

.front-code-row label {
  min-width: 0;
}

.front-code-button,
.email-code-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0 12px;
  overflow: hidden;
  border: 0;
  border-radius: 14px;
  background: #111827;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.front-code-button:disabled,
.email-code-button:disabled {
  cursor: wait;
  opacity: 0.58;
}

.front-login-form label svg {
  width: 17px;
  height: 17px;
}

.front-login-form input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font: inherit;
}

.front-login-form input::placeholder {
  color: #a5adba;
}

.front-login-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #f02d91, #ff7a12);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 14px 28px rgba(255, 99, 48, 0.24);
}

.front-social-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid #e7e9ef;
}

.front-social-row button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #e4e7ee;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  font-weight: 900;
}

.front-social-row svg {
  width: 18px;
  height: 18px;
  color: #229ed9;
}

.front-login-message {
  min-height: 18px;
  margin: 0;
  color: #ff2e91;
  font-size: 12px;
  text-align: center;
}

.front-login-message.is-ok {
  color: #16784d;
}

.front-login-message.is-error {
  color: #d43f5e;
}

.front-login-modal {
  min-height: 540px;
  border-radius: 8px;
  background: #111116;
}

.front-login-art {
  background:
    linear-gradient(160deg, rgba(255, 201, 90, 0.2), transparent 38%),
    linear-gradient(24deg, #151820, #101014 52%, #24131a);
}

.front-login-art::after {
  inset: auto 34px 92px;
  background: linear-gradient(90deg, rgba(255, 201, 90, 0.48), rgba(82, 217, 154, 0.2), transparent);
}

.front-login-art strong {
  font-family: Impact, "Arial Narrow", "Microsoft YaHei", sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.front-login-vip span {
  border-radius: 8px;
  background: linear-gradient(135deg, #ffc95a, #52d99a);
  color: #101014;
}

.front-login-form {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 239, 232, 0.98));
}

.front-login-form label {
  border-radius: 8px;
}

.front-login-submit {
  border-radius: 8px;
  background: linear-gradient(135deg, #101014, #2c2c36);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.front-social-row {
  display: none;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(0, 0, 0, 0.62);
}

.profile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: min(480px, 100%);
  height: 100vh;
  overflow: auto;
  border-left: 1px solid var(--line);
  background: #0b0b0f;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.5);
  transform: translateX(102%);
  transition: transform 220ms ease;
}

.profile-drawer[aria-hidden="true"] {
  visibility: hidden;
}

.profile-drawer.is-open {
  transform: translateX(0);
  visibility: visible;
}

.close-drawer {
  position: sticky;
  top: 14px;
  z-index: 2;
  margin: 14px 14px 0 auto;
}

.drawer-hero {
  margin-top: -56px;
}

.drawer-hero img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.drawer-media-carousel {
  background: #09090d;
}

.drawer-media-track {
  display: flex;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(255, 255, 255, 0.34) transparent;
}

.drawer-media-track::-webkit-scrollbar {
  height: 7px;
}

.drawer-media-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.drawer-media-slide {
  position: relative;
  flex: 0 0 100%;
  height: 340px;
  overflow: hidden;
  background: #050507;
  scroll-snap-align: start;
}

.drawer-media-slide img,
.drawer-media-slide video {
  width: 100%;
  height: 100%;
  background: #050507;
}

.drawer-media-slide img {
  object-fit: cover;
}

.drawer-media-slide video {
  object-fit: contain;
}

.drawer-media-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(5, 5, 7, 0.7);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.drawer-panel {
  padding: 24px;
}

.drawer-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drawer-location-row {
  align-items: flex-start;
}

.drawer-panel h2 {
  margin: 0;
  font-size: 34px;
}

.drawer-profile-code {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.drawer-location-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  max-width: 330px;
  line-height: 1.12;
}

.drawer-location-heading svg {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  color: rgba(255, 255, 255, 0.82);
}

.drawer-detail-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 61, 96, 0.44);
  border-radius: 999px;
  background: rgba(255, 61, 96, 0.16);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.drawer-detail-link:hover {
  background: #ff2d43;
  color: #fff;
}

.drawer-panel .profile-city {
  margin-top: 10px;
}

.drawer-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 20px 0;
}

.drawer-stats div {
  padding: 14px 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  text-align: center;
}

.drawer-stats strong {
  display: block;
  margin-bottom: 5px;
  font-size: 22px;
}

.drawer-stats span {
  color: var(--muted);
  font-size: 11px;
}

.drawer-section {
  padding: 18px 0;
  border-top: 1px solid var(--line);
}

.drawer-section h3 {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.16em;
}

.drawer-section p {
  margin: 0;
  color: #d6d0da;
  line-height: 1.8;
}

.service-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-detail-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 38px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.07);
  color: #eee9f2;
  font-size: 12px;
  font-weight: 800;
}

.service-detail-list svg {
  flex: 0 0 auto;
  color: var(--green);
}

body.profile-detail-body {
  min-height: 100vh;
  background:
    linear-gradient(180deg, #fffaf2 0, #f5efe7 360px, #f8f6f1 100%);
  color: #151515;
}

.profile-detail-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
  background: rgba(255, 252, 247, 0.92);
  backdrop-filter: blur(18px);
}

.profile-detail-nav .brand-name,
.profile-detail-nav .text-link {
  color: #151515;
}

.profile-detail-nav .brand-main {
  color: #151515;
  text-shadow: none;
}

.profile-detail-nav .brand-char-large {
  text-shadow: none;
}

.profile-detail-nav .primary-small {
  border-color: rgba(21, 21, 21, 0.12);
  background: #151515;
  color: #fff;
}

body.profile-detail-body .section-kicker {
  color: #a97816;
}

.profile-detail-shell {
  width: min(1320px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 60px;
}

.profile-detail-loading {
  display: grid;
  gap: 16px;
  min-height: 420px;
  place-items: center;
  text-align: center;
}

.profile-detail-loading h1 {
  margin: 0;
  font-size: clamp(28px, 5vw, 52px);
}

.profile-detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 24px;
  align-items: stretch;
  min-height: 590px;
}

.profile-detail-cover {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(24, 24, 24, 0.1);
  border-radius: 10px;
  background: #ebe7df;
  box-shadow: 0 18px 42px rgba(72, 55, 38, 0.14);
}

.profile-detail-media-stage {
  position: absolute;
  inset: 0;
}

.profile-detail-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.profile-detail-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.profile-detail-hero-slide img,
.profile-detail-hero-slide video {
  width: 100%;
  height: 100%;
  background: #eee9df;
}

.profile-detail-hero-slide img {
  object-fit: cover;
}

.profile-detail-hero-slide video {
  object-fit: contain;
}

.profile-detail-cover::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.28));
}

.profile-detail-cover-glow {
  position: absolute;
  inset: auto 24px 24px;
  z-index: 5;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e32731, #151515);
}

.profile-detail-media-control {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.58);
  color: #fff;
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
}

.profile-detail-media-control.left {
  left: 18px;
}

.profile-detail-media-control.right {
  right: 18px;
}

.profile-detail-media-control svg {
  width: 20px;
  height: 20px;
}

.profile-detail-media-counter {
  position: absolute;
  right: 24px;
  bottom: 42px;
  z-index: 6;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.profile-detail-media-thumbs {
  position: absolute;
  right: 92px;
  bottom: 38px;
  left: 24px;
  z-index: 6;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.profile-detail-media-thumb {
  flex: 0 0 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 44px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  opacity: 0.72;
}

.profile-detail-media-thumb.is-active {
  border-color: #e32731;
  opacity: 1;
}

.profile-detail-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-detail-media-thumb svg {
  width: 20px;
  height: 20px;
  color: #e32731;
}

.profile-detail-head {
  display: grid;
  align-content: center;
  gap: 20px;
  padding: 46px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 242, 0.88)),
    #fff;
  box-shadow: 0 18px 42px rgba(72, 55, 38, 0.12);
}

.profile-detail-head h1 {
  margin: 0;
  color: #111;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: clamp(30px, 3.2vw, 42px);
  font-weight: 950;
  line-height: 1.18;
  letter-spacing: 0;
}

.profile-detail-name-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.profile-detail-location-row {
  align-items: flex-start;
}

.profile-detail-location-title {
  max-width: 560px;
}

.profile-detail-code-line {
  display: inline-flex;
  margin-top: 10px !important;
  padding: 6px 11px;
  border: 1px solid rgba(24, 24, 24, 0.12);
  border-radius: 999px;
  background: rgba(24, 24, 24, 0.045);
  color: #b07706 !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  letter-spacing: 0.14em;
}

.profile-detail-head p {
  margin: 0;
  color: #282828;
  font-size: 18px;
  font-weight: 800;
}

.profile-detail-offer {
  display: grid;
  justify-items: end;
  gap: 12px;
  min-width: min(100%, 270px);
}

.profile-detail-badge-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  max-width: 100%;
}

.profile-detail-main-badge {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 13px;
  background: #151515;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.profile-detail-badge-line {
  width: 34px;
  height: 1px;
  flex: 0 0 auto;
  background: rgba(21, 21, 21, 0.24);
}

.profile-detail-badge-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  color: rgba(21, 21, 21, 0.62);
  font-size: 12px;
  font-weight: 800;
}

.profile-detail-price-card {
  display: grid;
  justify-items: end;
  min-width: 170px;
  padding: 2px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: right;
}

.profile-price-kicker {
  color: #7c8596;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.24em;
}

.profile-detail-price-card strong {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  margin-top: 2px;
  color: #b83f2d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 0.98;
}

.profile-detail-price-card small {
  color: #705f68;
  font-family: "Inter", "Microsoft YaHei", sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.profile-detail-price-card em {
  margin-top: 4px;
  color: #07885f;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.profile-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.profile-detail-actions a,
.profile-detail-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(21, 21, 21, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #151515;
  font-family: inherit;
  font-size: 14px;
  font-weight: 900;
}

.profile-detail-actions a:first-child {
  border-color: transparent;
  background: #e32731;
  color: #fff;
}

.profile-detail-actions button {
  background: #151515;
  color: #fff;
  cursor: pointer;
  transition:
    background 180ms ease,
    transform 180ms ease,
    opacity 180ms ease;
}

.profile-detail-actions button svg {
  width: 16px;
  height: 16px;
}

.profile-detail-actions button:hover {
  background: #242424;
  transform: translateY(-1px);
}

.profile-detail-actions button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.profile-support-message {
  min-height: 18px;
  margin: -8px 0 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 800;
}

.profile-support-message.is-ok {
  color: #168b5b;
}

.profile-support-message.is-error {
  color: #d72e3b;
}

.support-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 120;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Microsoft YaHei", sans-serif;
}

.support-widget-button {
  position: relative;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: #151515;
  color: #fff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  cursor: pointer;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.support-widget-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.32);
}

.support-widget.is-open .support-widget-button {
  display: none;
}

.support-widget-button svg {
  width: 24px;
  height: 24px;
}

.support-unread-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 11px;
  height: 11px;
  border: 2px solid #171717;
  border-radius: 50%;
  background: #20d56b;
  box-shadow: 0 0 0 4px rgba(32, 213, 107, 0.16);
}

.support-widget-button.is-shaking {
  animation: supportShake 560ms ease-in-out 3;
}

@keyframes supportShake {
  0%,
  100% {
    transform: translateX(0) rotate(0);
  }

  20% {
    transform: translateX(-4px) rotate(-4deg);
  }

  40% {
    transform: translateX(4px) rotate(4deg);
  }

  60% {
    transform: translateX(-3px) rotate(-3deg);
  }

  80% {
    transform: translateX(3px) rotate(3deg);
  }
}

.support-widget-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(382px, calc(100vw - 24px));
  height: min(600px, calc(100vh - 30px));
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 18px;
  background: #f7f8fb;
  color: #181818;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.22);
}

.support-widget-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 12px 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 0 rgba(17, 24, 39, 0.06);
}

.support-agent-avatar {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background:
    linear-gradient(135deg, rgba(255, 77, 141, 0.82), rgba(57, 109, 255, 0.78)),
    url("/assets/brand-avatar.png") center / cover;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(99, 102, 241, 0.2);
}

.support-agent-avatar i {
  position: absolute;
  right: -1px;
  bottom: 1px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #22c55e;
}

.support-widget-title {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.support-widget-title strong {
  color: #111827;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.support-widget-title span {
  color: #f97316;
  font-size: 12px;
  font-weight: 800;
}

.support-widget-title span.is-online {
  color: #16a34a;
}

.support-widget-title span.is-offline {
  color: #f97316;
}

.support-widget-close {
  display: grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  margin-left: auto;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #111827;
  cursor: pointer;
}

.support-widget-close:hover {
  background: rgba(17, 24, 39, 0.06);
}

.support-widget-close svg {
  width: 20px;
  height: 20px;
}

.support-widget-messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
  padding: 14px 14px 18px;
  background: #f7f8fb;
}

.support-widget-empty {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6b7280;
  text-align: center;
  line-height: 1.6;
}

.support-widget-empty strong {
  color: #111827;
  font-size: 15px;
}

.support-widget-message {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.support-message-avatar {
  display: grid;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-top: 20px;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.support-message-stack {
  display: grid;
  max-width: min(286px, calc(100% - 42px));
  gap: 5px;
}

.support-widget-message small {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 16px;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.2;
}

.support-widget-message small strong {
  color: #374151;
  font-size: 12px;
}

.support-widget-message small em {
  max-width: 92px;
  overflow: hidden;
  color: #9ca3af;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-widget-message p {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 12px;
  background: #fff;
  color: #111827;
  font-size: 13px;
  line-height: 1.62;
  white-space: pre-wrap;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07);
}

.support-widget-message.is-user {
  justify-content: flex-end;
}

.support-widget-message.is-user small {
  justify-content: flex-end;
}

.support-widget-message.is-user p {
  border-color: rgba(37, 99, 235, 0.08);
  background: #2563eb;
  color: #fff;
  box-shadow: 0 4px 14px rgba(37, 99, 235, 0.22);
}

.support-widget-message.is-user .support-message-stack {
  max-width: min(270px, 82%);
}

.support-widget-message.is-system p {
  max-width: 280px;
}

.support-chat-attachment {
  display: block;
  width: min(220px, 100%);
  overflow: hidden;
  border-radius: 12px;
  background: rgba(17, 24, 39, 0.06);
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.support-chat-attachment img {
  display: block;
  width: 100%;
  max-height: 220px;
  object-fit: cover;
}

.support-widget-message.is-user .support-chat-attachment {
  justify-self: end;
}

.support-sent-notice {
  display: inline-flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  gap: 6px;
  max-width: 88%;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: 999px;
  background: rgba(240, 253, 244, 0.94);
  color: #15803d;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.support-sent-notice.is-loading {
  border-color: rgba(37, 99, 235, 0.16);
  background: rgba(239, 246, 255, 0.96);
  color: #1d4ed8;
}

.support-sent-notice.is-error {
  border-color: rgba(239, 68, 68, 0.2);
  background: rgba(254, 242, 242, 0.96);
  color: #b91c1c;
}

.support-sent-notice svg {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
}

.support-login-inline {
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.support-widget-error {
  align-self: center;
  max-width: 88%;
  padding: 8px 10px;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.support-widget-form {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 34px 40px;
  align-items: end;
  gap: 8px;
  padding: 12px 12px 14px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  background: rgba(255, 255, 255, 0.98);
}

.support-widget-form textarea {
  width: 100%;
  min-height: 24px;
  max-height: 88px;
  padding: 8px 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-size: 14px;
  line-height: 24px;
  resize: none;
}

.support-widget-form textarea::placeholder {
  color: #9ca3af;
}

.support-widget-form button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
}

.support-widget-form button svg {
  width: 19px;
  height: 19px;
}

.support-widget-form .support-send-button {
  width: 40px;
  height: 40px;
  background: #e5e7eb;
  color: #6b7280;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.support-widget-form:not(.is-guest) .support-send-button {
  background: #111827;
  color: #fff;
}

.support-widget-form:not(.is-guest) .support-send-button:hover {
  transform: translateY(-1px);
}

.support-widget-form.is-guest textarea {
  cursor: pointer;
}

.support-widget-form.is-sending {
  opacity: 0.72;
}

.support-widget-form button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.support-emoji-panel {
  position: absolute;
  right: 12px;
  bottom: 70px;
  display: grid;
  grid-template-columns: repeat(4, 34px);
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.16);
}

.support-emoji-panel button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 9px;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.support-emoji-panel button:hover {
  background: rgba(17, 24, 39, 0.06);
}

.support-emoji-panel[hidden] {
  display: none;
}

.profile-detail-main {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.profile-detail-side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.profile-detail-side section,
.profile-detail-card,
.profile-detail-gallery {
  border: 1px solid rgba(24, 24, 24, 0.1);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(72, 55, 38, 0.08);
}

.profile-detail-side section {
  padding: 18px;
}

.profile-detail-side h2,
.profile-detail-card h2,
.profile-detail-gallery h2 {
  margin: 6px 0 14px;
  color: #111;
  font-size: 24px;
}

.profile-detail-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.profile-detail-stat-grid div {
  min-height: 92px;
  padding: 18px 12px;
  border: 1px solid rgba(24, 24, 24, 0.08);
  border-radius: 8px;
  background: #f7f2ea;
  text-align: center;
}

.profile-detail-stat-grid strong {
  display: block;
  margin-bottom: 6px;
  color: #111;
  font-size: 28px;
}

.profile-detail-stat-grid span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.profile-detail-service-list,
.profile-detail-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-detail-service-list span,
.profile-detail-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  border-radius: 999px;
  background: #f7f2ea;
  color: #191919;
  font-size: 12px;
  font-weight: 900;
}

.profile-detail-service-list svg {
  width: 14px;
  height: 14px;
  color: #e32731;
}

.profile-detail-content {
  display: grid;
  gap: 18px;
}

.profile-detail-card,
.profile-detail-gallery {
  padding: 26px;
}

.profile-detail-note-card {
  position: relative;
  display: grid;
  grid-template-columns: 178px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 42px 10px 44px;
  border-top: 1px solid rgba(21, 21, 21, 0.12);
  border-bottom: 1px solid rgba(21, 21, 21, 0.12);
}

.profile-detail-note-card::before {
  align-self: center;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(21, 21, 21, 0.18), transparent);
  content: "";
}

.profile-detail-note-card .section-kicker {
  grid-column: 1;
  grid-row: 1;
  color: #7d869a;
  letter-spacing: 0.22em;
  white-space: nowrap;
}

.profile-editor-note-copy {
  position: relative;
  display: grid;
  gap: 10px;
  grid-column: 2;
  grid-row: 1 / span 2;
  color: #223049;
  font-family: Georgia, "Times New Roman", "STSong", "SimSun", serif;
  font-size: clamp(19px, 2vw, 25px);
  font-style: italic;
  line-height: 1.9;
}

.profile-editor-note-copy::before,
.profile-editor-note-copy::after {
  color: #223049;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1;
}

.profile-editor-note-copy::before {
  content: '"';
}

.profile-editor-note-copy::after {
  justify-self: end;
  content: '"';
}

.profile-editor-note-copy p {
  margin: 0;
}

.profile-detail-profile-card {
  padding: 30px 34px;
}

.profile-detail-section-head {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.profile-detail-section-head h2 {
  margin: 0;
  color: #111;
  font-size: 26px;
}

.profile-detail-copy {
  display: grid;
  gap: 14px;
  color: #2d2d2d;
  font-size: 16px;
  line-height: 1.9;
}

.profile-detail-copy p {
  margin: 0;
}

.profile-detail-media-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.profile-detail-thumb {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: #ede8df;
}

.profile-detail-thumb img,
.profile-detail-thumb video {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.profile-detail-thumb video {
  object-fit: contain;
}

.profile-detail-recommend {
  padding: 26px;
  border: 1px solid rgba(24, 24, 24, 0.1);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(72, 55, 38, 0.08);
}

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

.profile-recommend-empty {
  grid-column: 1 / -1;
  min-height: 120px;
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px dashed rgba(24, 24, 24, 0.14);
  border-radius: 8px;
  color: #6b7280;
  font-weight: 800;
  text-align: center;
}

.profile-recommend-card-wrap {
  position: relative;
}

.profile-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: min(180px, 100%);
  margin: 20px auto 0;
  border-radius: 999px;
  background: #151515;
  color: #fff;
  font-weight: 900;
}

.profile-recommend-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 8px;
  background: #09090b;
}

.profile-recommend-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 260ms ease;
}

.profile-recommend-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.88));
}

.profile-recommend-card div {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.profile-recommend-card span,
.profile-recommend-card small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 900;
}

.profile-recommend-card strong {
  color: #fff;
  font-size: 20px;
}

.profile-recommend-card:hover img {
  transform: scale(1.06);
}

.vip-page-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 16%, rgba(255, 201, 90, 0.16), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(82, 217, 154, 0.12), transparent 22rem),
    #07070a;
}

.vip-site-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  background: rgba(7, 7, 10, 0.86);
}

.vip-shell {
  width: min(1280px, calc(100% - 32px));
  margin: 24px auto 64px;
}

.vip-hero {
  position: relative;
  display: grid;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #111;
  box-shadow: var(--shadow);
}

.vip-hero img,
.vip-hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.vip-hero img {
  object-fit: cover;
}

.vip-hero-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.82)),
    rgba(0, 0, 0, 0.32);
}

.vip-hero-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  gap: 16px;
  width: min(760px, 100%);
  padding: 46px;
}

.vip-hero-copy span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.vip-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-family: Impact, "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: clamp(48px, 8vw, 96px);
  letter-spacing: 0.02em;
  line-height: 0.95;
}

.vip-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 2vw, 19px);
  line-height: 1.8;
}

.vip-checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 18px;
  margin-top: 18px;
}

.vip-price-panel,
.vip-order-panel {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 16, 20, 0.9);
  box-shadow: var(--shadow);
}

.vip-price-panel h2,
.vip-order-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
}

.vip-price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: end;
}

.vip-price-row del {
  color: var(--soft);
  font-size: 22px;
  font-weight: 900;
}

.vip-price-row strong {
  color: var(--gold);
  font-family: Impact, "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: 76px;
  line-height: 0.9;
}

.vip-duration-note {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 201, 90, 0.28);
  border-radius: 999px;
  background: rgba(255, 201, 90, 0.1);
  color: #ffe2a4 !important;
  font-size: 13px;
  font-weight: 900;
}

.vip-price-panel p,
.vip-order-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.vip-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.vip-benefit-grid span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
  color: #eee9f2;
  font-size: 13px;
  font-weight: 900;
}

.vip-benefit-grid svg {
  width: 17px;
  height: 17px;
  color: var(--green);
}

.vip-order-panel label {
  display: grid;
  gap: 8px;
  color: #ddd6e4;
  font-weight: 900;
}

.vip-order-panel textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: 8px;
  outline: 0;
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font: inherit;
  line-height: 1.7;
  padding: 12px;
}

.vip-order-panel button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.vip-tg-link {
  min-height: 42px;
  text-decoration: none;
}

.vip-first-body {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(5, 5, 8, 0.94), rgba(12, 8, 16, 0.9) 48%, rgba(7, 17, 15, 0.94)),
    #07080b;
  color: var(--text);
}

.vip-first-nav {
  position: sticky;
  top: 0;
  background: rgba(8, 8, 11, 0.88);
  backdrop-filter: blur(16px);
}

.vip-first-shell {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 24px 0 70px;
}

.vip-first-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: end;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #0d0d12;
}

.vip-first-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 8, 0.94), rgba(5, 5, 8, 0.56) 46%, rgba(5, 5, 8, 0.14)),
    linear-gradient(0deg, rgba(5, 5, 8, 0.72), rgba(5, 5, 8, 0.08) 50%);
  pointer-events: none;
}

.vip-first-hero-media {
  position: absolute;
  inset: 0;
}

.vip-first-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  filter: saturate(1.05) contrast(1.08);
  transition:
    opacity 680ms ease,
    transform 5200ms linear;
}

.vip-first-hero-media img.is-active {
  opacity: 1;
  transform: scale(1.035);
}

.vip-first-hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 76px 64px;
}

.vip-first-hero-copy h1 {
  margin: 14px 0 12px;
  color: #fff;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 118px;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
}

.vip-first-hero-copy p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.8;
}

.vip-first-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.vip-first-hero-board {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
  margin: 0 38px 46px 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(8, 8, 11, 0.7);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(14px);
}

.vip-first-hero-board span,
.vip-first-hero-board small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.vip-first-hero-board strong {
  color: #ffcf55;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 76px;
  line-height: 0.95;
  letter-spacing: 0;
}

.vip-first-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.vip-first-strip article {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.vip-first-strip span {
  color: #ffcf55;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0;
}

.vip-first-strip strong {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
}

.vip-first-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.vip-first-side {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.vip-first-panel {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.vip-first-panel.accent {
  border-color: rgba(255, 65, 85, 0.34);
  background: linear-gradient(140deg, rgba(255, 45, 76, 0.16), rgba(31, 185, 166, 0.08)), rgba(255, 255, 255, 0.055);
}

.vip-first-panel h2 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
}

.vip-first-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.vip-first-city-list {
  display: grid;
  gap: 8px;
  max-height: 420px;
  overflow: auto;
  padding-right: 4px;
}

.vip-first-city-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  font-weight: 850;
}

.vip-first-city-list a:hover {
  border-color: rgba(31, 185, 166, 0.55);
  background: rgba(31, 185, 166, 0.12);
}

.vip-first-city-list strong {
  color: #64f0d7;
  font-size: 12px;
}

.vip-first-city-empty {
  color: var(--muted);
  font-size: 13px;
}

.vip-first-main {
  display: grid;
  gap: 16px;
}

.vip-first-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.vip-first-section-head h2 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 34px;
  letter-spacing: 0;
}

.vip-first-filter {
  display: inline-flex;
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.vip-first-filter button {
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
  cursor: pointer;
}

.vip-first-filter button.is-active,
.vip-first-filter button:hover {
  background: #ff2f4f;
  color: #fff;
}

.vip-first-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.vip-first-pagination {
  margin-top: 22px;
}

.vip-first-card {
  position: relative;
  display: grid;
  min-height: 470px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 8px;
  background: #111217;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.vip-first-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 207, 85, 0.42);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.vip-first-card.is-featured {
  grid-column: span 2;
}

.vip-first-card-media {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff;
}

.vip-first-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 8, 0.08), rgba(5, 5, 8, 0.56) 54%, rgba(5, 5, 8, 0.94)),
    linear-gradient(90deg, rgba(5, 5, 8, 0.4), rgba(5, 5, 8, 0));
}

.vip-first-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.vip-first-card:hover .vip-first-card-media img {
  transform: scale(1.05);
}

.vip-first-rank,
.vip-first-video,
.vip-first-gallery {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}

.vip-first-rank {
  top: 62px;
  left: 16px;
  min-width: 46px;
  justify-content: center;
  padding: 8px 10px;
  background: rgba(255, 47, 79, 0.92);
  color: #fff;
}

.vip-first-code-badge {
  top: 12px;
  left: 16px;
  max-width: calc(100% - 84px);
}

.vip-first-video,
.vip-first-gallery {
  top: 16px;
  right: 16px;
  padding: 8px 10px;
  background: rgba(8, 8, 11, 0.74);
  color: #fff;
  backdrop-filter: blur(10px);
}

.vip-first-gallery {
  top: 56px;
  color: #64f0d7;
}

.vip-first-video svg,
.vip-first-gallery svg {
  width: 14px;
  height: 14px;
}

.vip-first-card-body {
  position: relative;
  z-index: 1;
  align-self: end;
  display: grid;
  gap: 12px;
  padding: 24px;
}

.vip-first-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.vip-first-title-row h3 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
}

.vip-first-title-row > span {
  color: #ffcf55;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.vip-first-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.vip-first-meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.city-popover {
  position: fixed;
  top: 62px;
  right: 174px;
  z-index: 70;
  display: grid;
  width: min(720px, calc(100vw - 24px));
  max-height: min(680px, calc(100vh - 82px));
  overflow: auto;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111118;
  box-shadow: var(--shadow);
}

.city-popover[hidden] {
  display: none !important;
}

.city-popover button {
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--text);
  text-align: left;
}

.city-popover button:hover {
  background: rgba(255, 255, 255, 0.08);
}

.popover-section {
  display: grid;
  gap: 8px;
  padding: 8px;
}

.popover-heading {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.popover-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.popover-title button {
  color: #fff;
  font-weight: 900;
}

.popover-title span {
  color: var(--soft);
  font-size: 12px;
}

.popover-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.popover-grid button {
  min-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
  font-size: 12px;
}

.city-detail-shell {
  display: grid;
  gap: 28px;
  width: min(1480px, calc(100% - 32px));
  margin: 24px auto 0;
}

.city-landing-hero {
  position: relative;
  min-height: min(560px, calc(100vh - 112px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #111116;
  box-shadow: var(--shadow);
}

.city-landing-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 7, 0.9), rgba(5, 5, 7, 0.42) 46%, rgba(5, 5, 7, 0.2)),
    linear-gradient(0deg, rgba(5, 5, 7, 0.82), transparent 54%);
}

.city-landing-hero > img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.city-landing-copy {
  position: absolute;
  bottom: 42px;
  left: clamp(22px, 5vw, 76px);
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(680px, calc(100% - 44px));
}

.city-landing-copy h1 {
  margin: 0;
  font-size: clamp(42px, 7vw, 92px);
  line-height: 0.98;
}

.city-landing-copy p {
  max-width: 620px;
  margin: 0;
  color: #eee9f2;
  font-size: 17px;
  line-height: 1.8;
}

.city-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 10px;
  margin-top: 6px;
}

.city-stat-row div {
  min-height: 78px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.city-stat-row strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.city-stat-row span {
  color: var(--muted);
  font-size: 12px;
}

.city-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.6fr);
  gap: 18px;
}

.city-copy-panel,
.city-side-panel,
.city-products-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.city-copy-panel,
.city-side-panel {
  padding: 24px;
}

.city-copy-panel h2,
.city-side-panel h2,
.city-products-head h2 {
  margin: 6px 0 0;
  font-size: 26px;
}

.city-copy-text {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.city-copy-text p {
  margin: 0;
  color: #d7d0da;
  line-height: 1.9;
}

.city-side-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.city-side-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #eee9f2;
  font-size: 12px;
  font-weight: 800;
}

.city-side-links a:hover {
  border-color: rgba(82, 217, 154, 0.5);
  background: rgba(82, 217, 154, 0.12);
}

.city-products-section {
  display: grid;
  gap: 18px;
  padding: 22px;
}

.city-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.city-profile-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.city-detail-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: center;
  width: min(1480px, calc(100% - 32px));
  margin: 30px auto 26px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.city-detail-footer strong {
  color: #fff;
}

svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

@media (max-width: 1180px) {
  .page-shell {
    grid-template-columns: 1fr;
  }

  .side-column {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .city-profile-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .profile-detail-hero,
  .profile-detail-main {
    grid-template-columns: 1fr;
  }

  .profile-detail-cover {
    min-height: 420px;
  }

  .profile-detail-head {
    padding: 28px;
  }

  .profile-detail-name-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-detail-offer {
    justify-items: start;
    width: 100%;
  }

  .profile-detail-badge-row {
    justify-content: flex-start;
  }

  .profile-detail-price-card {
    text-align: left;
    justify-items: start;
  }

  .profile-detail-media-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .front-login-modal {
    grid-template-columns: 1fr;
    min-height: auto;
    max-height: calc(100vh - 32px);
    overflow: auto;
  }

  .front-login-art {
    min-height: 240px;
  }

  .profile-recommend-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-header {
    padding: 0 14px;
  }

  .brand-name {
    font-size: 32px;
  }

  .desktop-only {
    display: none;
  }

  .page-shell,
  .site-footer {
    width: min(100% - 24px, 1480px);
  }

  .promo-rail {
    min-height: 220px;
  }

  .quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vip-checkout {
    grid-template-columns: 1fr;
  }

  .vip-first-hero,
  .vip-first-layout {
    grid-template-columns: 1fr;
  }

  .vip-first-side {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vip-first-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vip-first-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vip-first-card.is-featured {
    grid-column: span 1;
  }

  .vip-first-hero-board {
    width: min(320px, calc(100% - 48px));
    margin: 0 24px 28px;
  }

  .quick-city-grid,
  .vip-benefit-grid {
    grid-template-columns: 1fr;
  }

  .toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .city-panel {
    grid-template-columns: 1fr;
  }

  .city-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-box {
    width: 100%;
  }

  .profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-pagination {
    flex-wrap: wrap;
    gap: 9px;
  }

  .pagination-status {
    order: -1;
    width: 100%;
    max-width: 360px;
    justify-content: center;
    justify-self: center;
    margin-inline: auto;
    text-align: center;
  }

  .side-column {
    grid-template-columns: 1fr;
  }

  .band-inner {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .favorite-modal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .city-detail-layout {
    grid-template-columns: 1fr;
  }

  .city-landing-hero {
    min-height: 460px;
  }

  .city-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .drawer-title-row {
    align-items: start;
    flex-direction: column;
  }

  .profile-detail-shell {
    width: min(100% - 24px, 1320px);
  }

  .profile-detail-cover {
    min-height: 340px;
  }

  .profile-detail-head,
  .profile-detail-card,
  .profile-detail-gallery {
    padding: 20px;
  }

  .profile-pagination {
    margin-top: 24px;
  }

  .pagination-button {
    flex: 1 1 132px;
  }

  .profile-detail-note-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 4px 30px;
  }

  .profile-detail-note-card::before {
    width: 92px;
  }

  .profile-detail-note-card .section-kicker,
  .profile-editor-note-copy {
    grid-column: 1;
    grid-row: auto;
  }

  .profile-editor-note-copy {
    font-size: 18px;
  }

  .profile-detail-badge-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .profile-detail-badge-line {
    display: none;
  }

  .profile-detail-price-card {
    width: 100%;
    justify-items: start;
  }

  .profile-detail-stat-grid,
  .profile-detail-media-strip,
  .profile-recommend-grid {
    grid-template-columns: 1fr;
  }

  .front-login-modal {
    width: min(100% - 20px, 860px);
    border-radius: 8px;
  }

  .front-login-form {
    padding: 34px 22px;
  }

  .support-widget {
    right: 10px;
    bottom: 10px;
  }

  .support-widget-button {
    width: 54px;
    height: 54px;
  }

  .support-widget-panel {
    right: 0;
    bottom: 0;
    width: calc(100vw - 20px);
    height: min(580px, calc(100vh - 20px));
    border-radius: 16px;
  }

  .support-widget-form {
    grid-template-columns: 34px minmax(0, 1fr) 34px 40px;
  }

  .support-widget-form button {
    min-height: 34px;
  }

  .quick-city-modal {
    width: min(100% - 20px, 760px);
    padding: 22px;
  }

  .vip-shell {
    width: min(100% - 24px, 1280px);
  }

  .vip-hero {
    min-height: 360px;
  }

  .vip-hero-copy,
  .vip-price-panel,
  .vip-order-panel {
    padding: 22px;
  }

  .vip-price-row strong {
    font-size: 54px;
  }

  .vip-first-shell {
    width: min(100% - 24px, 1480px);
    padding-top: 14px;
  }

  .vip-first-hero {
    min-height: 520px;
  }

  .vip-first-hero-copy {
    padding: 34px 22px;
  }

  .vip-first-hero-copy h1 {
    font-size: 62px;
  }

  .vip-first-hero-copy p {
    font-size: 15px;
  }

  .vip-first-side,
  .vip-first-strip,
  .vip-first-grid,
  .vip-first-meta {
    grid-template-columns: 1fr;
  }

  .vip-first-section-head {
    align-items: stretch;
    flex-direction: column;
  }

  .vip-first-filter {
    width: 100%;
    justify-content: space-between;
  }

  .vip-first-filter button {
    flex: 1;
    padding: 0 8px;
  }

  .vip-first-card {
    min-height: 430px;
  }

  .vip-first-title-row {
    align-items: start;
    flex-direction: column;
  }

  .site-header {
    min-height: 58px;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-name {
    display: inline-flex;
    flex: 0 0 auto;
    max-width: none;
    font-size: 26px;
  }

  .brand-admin {
    font-size: 11px;
  }

  .nav-actions {
    gap: 6px;
  }

  .pro-badge {
    display: none;
  }

  .pill-button {
    gap: 5px;
    padding: 0 8px;
    font-size: 12px;
    white-space: nowrap;
  }

  .pill-button.compact {
    display: none;
  }

  .primary-small {
    padding: 0 12px;
  }

  .promo-rail {
    min-height: 172px;
  }

  .promo-copy {
    right: 54px;
    bottom: 22px;
    left: 18px;
  }

  .promo-copy strong {
    font-size: 28px;
  }

  .promo-copy p {
    display: none;
  }

  .slide-control {
    width: 34px;
    height: 34px;
  }

  .quick-grid,
  .city-groups,
  .overseas-group-grid,
  .profile-grid,
  .city-profile-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .favorite-modal-grid {
    grid-template-columns: 1fr;
  }

  .profile-card,
  .profile-card img {
    height: 450px;
    min-height: 450px;
  }

  .drawer-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .drawer-media-slide,
  .drawer-hero img {
    height: 300px;
  }

  .service-detail-list {
    grid-template-columns: 1fr;
  }

  .filter-tabs {
    flex-wrap: wrap;
    overflow-x: visible;
    padding-bottom: 0;
  }

  .filter-chip {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }

  .membership-card {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .avatar-medal {
    width: 48px;
    height: 48px;
  }

  .content-band {
    margin-top: 34px;
    padding: 38px 12px;
  }

  .submit-form {
    padding: 16px;
  }

  .city-popover {
    right: 12px;
  }

  .city-detail-shell {
    width: min(100% - 24px, 1480px);
    margin-top: 16px;
  }

  .city-landing-hero {
    min-height: 430px;
  }

  .city-landing-copy {
    bottom: 24px;
    left: 18px;
    width: calc(100% - 36px);
  }

  .city-landing-copy h1 {
    font-size: 42px;
  }

  .city-landing-copy p {
    font-size: 14px;
  }

  .city-stat-row {
    grid-template-columns: 1fr;
  }

  .city-stat-row div {
    min-height: 58px;
  }

  .city-products-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
