:root {
  --pink-50: #fff7fb;
  --pink-100: #ffeaf3;
  --pink-200: #ffd4e5;
  --pink-300: #fbb4d0;
  --pink-400: #f47dab;
  --pink-500: #e8508d;
  --pink-600: #cf356f;
  --plum-900: #3c1930;
  --plum-700: #6f425c;
  --muted: #9f7d90;
  --white: #ffffff;
  --surface: rgba(255, 255, 255, .9);
  --line: rgba(100, 41, 71, .09);
  --shadow: 0 18px 45px rgba(160, 56, 105, .14);
  --nav-height: 76px;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  color: var(--plum-900);
  background: var(--pink-50);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--pink-50); }
body { margin: 0; min-height: 100%; background: #f8edf4; color: var(--plum-900); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button { color: inherit; }
button, [role="button"] { -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible { outline: 3px solid rgba(232, 80, 141, .3); outline-offset: 2px; }
svg { display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hidden, [hidden] { display: none !important; }
.ambient { position: fixed; border-radius: 999px; filter: blur(80px); opacity: .45; pointer-events: none; }
.ambient-one { width: 360px; height: 360px; background: #f7acd0; top: -120px; left: calc(50% - 420px); }
.ambient-two { width: 330px; height: 330px; background: #e8bcff; right: calc(50% - 430px); bottom: -80px; }

.app-shell { position: relative; width: min(100%, 500px); height: 100dvh; min-height: 100vh; margin: 0 auto; background: var(--pink-50); box-shadow: 0 0 70px rgba(78, 31, 60, .12); overflow: hidden; }
.page-track { display: flex; width: 100%; height: 100%; will-change: transform; transition: transform .42s cubic-bezier(.22, .84, .28, 1); }
.page { flex: 0 0 100%; width: 100%; height: 100%; min-height: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; touch-action: pan-y; padding-bottom: calc(var(--nav-height) + env(safe-area-inset-bottom) + 18px); }
.page-content { padding: 0 16px 34px; }

.topbar { position: sticky; top: 0; z-index: 20; min-height: 64px; padding: calc(10px + env(safe-area-inset-top)) 16px 10px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255, 247, 251, .86); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255, 255, 255, .6); }
.location-button, .icon-button { border: 0; background: transparent; display: inline-flex; align-items: center; padding: 7px 0; cursor: pointer; }
.location-button { gap: 6px; justify-self: start; font-weight: 700; font-size: 14px; }
.location-button svg { width: 18px; height: 18px; color: var(--pink-500); }
.location-button .chevron { width: 13px; color: var(--muted); }
.brand-mark { display: inline-flex; align-items: center; gap: 7px; font-weight: 800; font-size: 15px; letter-spacing: .06em; }
.brand-dot { width: 18px; height: 18px; display: inline-block; background: linear-gradient(135deg, var(--pink-400), var(--pink-600)); border-radius: 55% 45% 56% 44%; transform: rotate(45deg); box-shadow: 0 4px 12px rgba(232,80,141,.35); }
.icon-button { justify-self: end; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.74); border: 1px solid var(--line); }
.icon-button svg { width: 18px; height: 18px; }

.search { height: 48px; display: grid; grid-template-columns: 22px 1fr auto; gap: 9px; align-items: center; padding: 5px 6px 5px 14px; margin: 8px 0 14px; background: var(--white); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 24px rgba(101, 40, 70, .06); }
.search > svg { width: 20px; color: #bb91a8; }
.search input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--plum-900); font-size: 14px; }
.search input::placeholder { color: #b99aac; }
.search button, .empty-state button { height: 36px; border: 0; border-radius: 12px; padding: 0 18px; color: white; font-size: 13px; font-weight: 750; cursor: pointer; background: linear-gradient(135deg, var(--pink-400), var(--pink-600)); box-shadow: 0 8px 18px rgba(232,80,141,.22); }

.hero { position: relative; min-height: 220px; overflow: hidden; isolation: isolate; display: flex; align-items: center; padding: 28px 24px 34px; color: white; border-radius: 26px; background: radial-gradient(circle at 80% 22%, rgba(255,255,255,.26), transparent 24%), linear-gradient(135deg, #df4f89 0%, #f48aad 48%, #f7a3c1 100%); box-shadow: 0 22px 40px rgba(204, 53, 112, .22); }
.hero::before { content: ""; position: absolute; inset: 1px; z-index: -1; border-radius: 25px; border: 1px solid rgba(255,255,255,.27); }
.hero-glow { position: absolute; width: 190px; height: 190px; right: -35px; bottom: -65px; border-radius: 50%; background: rgba(255,255,255,.15); box-shadow: 0 0 0 34px rgba(255,255,255,.06), 0 0 0 72px rgba(255,255,255,.035); }
.hero-copy { position: relative; z-index: 3; width: 75%; }
.eyebrow, .section-kicker { display: block; font-size: 9px; line-height: 1.3; font-weight: 800; letter-spacing: .16em; }
.hero .eyebrow { color: rgba(255,255,255,.76); }
.hero h1 { margin: 8px 0 6px; font-family: Georgia, "Songti SC", serif; font-size: 32px; line-height: 1.08; letter-spacing: .04em; }
.hero h1 em { font-style: normal; color: #fff1bd; }
.hero p { margin: 0 0 18px; font-size: 12px; color: rgba(255,255,255,.82); }
.soft-button { border: 1px solid rgba(255,255,255,.72); color: #b82d69; font-weight: 750; font-size: 12px; background: rgba(255,255,255,.9); border-radius: 999px; padding: 9px 17px; cursor: pointer; box-shadow: 0 8px 20px rgba(120,20,70,.16); }
.hero-art { position: absolute; right: 10px; top: 18px; width: 145px; height: 180px; }
.orb { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.58); }
.orb-one { width: 100px; height: 100px; right: 2px; top: 5px; box-shadow: inset 0 0 28px rgba(255,255,255,.16); }
.orb-two { width: 54px; height: 54px; right: 72px; top: 77px; background: rgba(255,255,255,.1); }
.heart-line { position: absolute; width: 56px; height: 50px; right: 28px; top: 44px; transform: rotate(-45deg); border: 3px solid rgba(255,255,255,.9); border-top: 0; border-right: 0; border-radius: 0 0 0 24px; }
.heart-line::before, .heart-line::after { content: ""; position: absolute; border: 3px solid rgba(255,255,255,.9); }
.heart-line::before { width: 28px; height: 25px; top: -21px; left: -3px; border-radius: 30px 30px 0 0; border-bottom: 0; }
.heart-line::after { width: 25px; height: 29px; right: -21px; bottom: -3px; border-radius: 0 30px 30px 0; border-left: 0; }
.hero-dots { position: absolute; bottom: 15px; left: 0; right: 0; display: flex; justify-content: center; gap: 5px; }
.hero-dots span { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.45); }
.hero-dots span:first-child { width: 17px; border-radius: 999px; background: white; }

.notice-card { margin-top: 15px; display: grid; grid-template-columns: 40px 1fr; gap: 12px; padding: 15px; border-radius: 18px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(102,40,70,.05); }
.notice-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; color: var(--pink-500); background: var(--pink-100); }
.notice-icon svg { width: 21px; }
.section-kicker { color: var(--pink-500); }
.notice-card p { margin: 5px 0 0; color: var(--plum-700); font-size: 12px; line-height: 1.55; }
.update-banner { width: 100%; margin: 12px 0 24px; border: 0; padding: 14px; display: grid; grid-template-columns: 40px 1fr 20px; gap: 11px; align-items: center; text-align: left; cursor: pointer; color: #704052; border-radius: 18px; background: linear-gradient(110deg, #ffe4ee, #ffd1e3 60%, #ffedf4); box-shadow: 0 10px 28px rgba(211,72,126,.12); }
.update-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--pink-400), var(--pink-600)); }
.update-icon svg { width: 20px; }
.update-banner strong { display: block; font-size: 14px; }
.update-banner small { display: block; margin-top: 2px; color: #9b6c82; font-size: 11px; }
.arrow { width: 18px; height: 18px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; margin: 2px 0 14px; }
.section-heading h2 { margin: 3px 0 0; font-size: 23px; letter-spacing: -.03em; }
.section-heading > button { border: 0; background: transparent; color: var(--pink-600); font-size: 12px; font-weight: 700; cursor: pointer; }
.section-heading.compact { margin-bottom: 18px; }
.filter-scroller { display: flex; gap: 9px; overflow-x: auto; padding: 2px 1px 7px; scrollbar-width: none; }
.filter-scroller::-webkit-scrollbar { display: none; }
.filter-chip { flex: 0 0 auto; border: 1px solid rgba(101,43,72,.1); border-radius: 999px; background: var(--white); color: var(--plum-700); font-size: 12px; font-weight: 650; padding: 9px 18px; cursor: pointer; }
.filter-chip.active { color: white; border-color: transparent; background: linear-gradient(135deg, var(--pink-400), var(--pink-600)); box-shadow: 0 7px 18px rgba(229,65,131,.21); }
.result-meta { display: flex; justify-content: space-between; align-items: center; padding: 8px 1px 11px; color: var(--muted); font-size: 11px; }
.live-dot { display: inline-flex; align-items: center; gap: 5px; }
.live-dot::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #56bc87; box-shadow: 0 0 0 4px rgba(86,188,135,.12); }
.profile-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.profile-card { position: relative; min-width: 0; overflow: hidden; border: 0; border-radius: 21px; padding: 0; text-align: left; cursor: pointer; background: white; box-shadow: 0 10px 27px rgba(100,39,70,.1); }
.profile-image-wrap { position: relative; aspect-ratio: .78; overflow: hidden; background: var(--pink-100); }
.profile-image-wrap::after { content: ""; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(46,16,33,.72)); }
.profile-image { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.profile-card:active .profile-image { transform: scale(1.025); }
.favorite-button { position: absolute; z-index: 3; top: 9px; right: 9px; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: white; background: rgba(57,20,40,.28); backdrop-filter: blur(8px); cursor: pointer; }
.favorite-button svg { width: 17px; }
.favorite-button.active { color: #fff; background: var(--pink-500); }
.card-overlay { position: absolute; z-index: 2; left: 11px; right: 11px; bottom: 10px; color: white; }
.card-overlay h3 { margin: 0; font-size: 17px; }
.card-overlay p { margin: 3px 0 0; font-size: 10px; color: rgba(255,255,255,.78); }
.card-body { padding: 11px 12px 13px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.card-tags span { padding: 4px 7px; color: #aa5478; font-size: 9px; font-weight: 700; background: var(--pink-100); border-radius: 999px; }
.card-meta { display: flex; justify-content: space-between; gap: 7px; align-items: center; margin-top: 9px; font-size: 10px; color: var(--muted); }
.card-meta strong { color: var(--pink-600); font-size: 11px; }
.empty-state { padding: 45px 20px; text-align: center; }
.empty-heart { font: 54px Georgia, serif; color: var(--pink-300); }
.empty-state h3 { margin: 3px 0 6px; }
.empty-state p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }

.bottom-nav { position: fixed; z-index: 50; width: min(calc(100% - 28px), 472px); height: 58px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3, 1fr); padding: 6px 10px; background: rgba(255, 255, 255, .6); backdrop-filter: blur(24px) saturate(1.6); -webkit-backdrop-filter: blur(24px) saturate(1.6); border: 1px solid rgba(255, 255, 255, .55); border-radius: 999px; box-shadow: 0 10px 28px rgba(92, 38, 65, .12), inset 0 1px 0 rgba(255, 255, 255, .7); }
.nav-pill { position: absolute; top: 6px; bottom: 6px; left: 10px; width: calc((100% - 20px) / 3); border-radius: 999px; background: rgba(255, 255, 255, .5); box-shadow: 0 6px 16px rgba(232, 80, 141, .14), inset 0 1px 0 rgba(255, 255, 255, .85); transition: transform .38s cubic-bezier(.22, .84, .28, 1); pointer-events: none; }
.bottom-nav button { position: relative; z-index: 1; border: 0; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #a98b9b; font-size: 10px; cursor: pointer; border-radius: 999px; transition: color .22s ease; }
.bottom-nav svg { width: 22px; height: 22px; }
.bottom-nav button.active { color: var(--pink-600); font-weight: 750; background: transparent; }
.bottom-nav button.active svg { fill: rgba(232,80,141,.12); }

.simple-header { padding: calc(34px + env(safe-area-inset-top)) 22px 24px; background: linear-gradient(155deg, #fff7fb 15%, #ffe2ee); }
.simple-header h1 { margin: 5px 0 5px; font-size: 32px; letter-spacing: -.04em; }
.simple-header p { margin: 0; color: var(--plum-700); font-size: 13px; }
.contact-content { padding-top: 18px; }
.concierge-card { display: grid; grid-template-columns: 70px 1fr; gap: 15px; align-items: center; padding: 18px; border-radius: 23px; background: white; box-shadow: var(--shadow); border: 1px solid var(--line); }
.concierge-avatar { position: relative; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 22px; color: white; font: italic 32px Georgia, serif; background: linear-gradient(135deg, var(--pink-300), var(--pink-600)); }
.concierge-avatar i { position: absolute; right: -3px; bottom: -3px; width: 16px; height: 16px; border: 3px solid white; border-radius: 50%; background: #4fc48a; }
.online-pill { color: #3d996b; font-size: 10px; font-weight: 750; }
.concierge-card h2 { margin: 4px 0 3px; font-size: 17px; }
.concierge-card p { margin: 0; color: var(--muted); font-size: 11px; }
.primary-cta { width: 100%; min-height: 50px; margin-top: 14px; border: 0; border-radius: 16px; display: flex; align-items: center; justify-content: center; gap: 9px; color: white; font-size: 14px; font-weight: 780; cursor: pointer; background: linear-gradient(135deg, var(--pink-400), var(--pink-600)); box-shadow: 0 12px 25px rgba(218,59,122,.24); }
.primary-cta svg { width: 21px; fill: currentColor; stroke: none; }
.steps-card { margin-top: 22px; padding: 20px; border-radius: 23px; background: white; border: 1px solid var(--line); }
.service-steps { margin: 0; padding: 0; list-style: none; }
.service-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 13px; position: relative; padding-bottom: 22px; }
.service-steps li:last-child { padding-bottom: 0; }
.service-steps li:not(:last-child)::after { content: ""; position: absolute; width: 1px; top: 34px; bottom: 4px; left: 18px; background: var(--pink-200); }
.service-steps > li > span { width: 38px; height: 38px; display: grid; place-items: center; z-index: 1; border-radius: 50%; color: var(--pink-600); font-size: 10px; font-weight: 800; background: var(--pink-100); }
.service-steps h3, .privacy-note h3 { margin: 0 0 4px; font-size: 14px; }
.service-steps p, .privacy-note p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.privacy-note { display: grid; grid-template-columns: 39px 1fr; gap: 12px; margin-top: 13px; padding: 16px; border-radius: 18px; background: #fff0f6; }
.privacy-note > svg { width: 23px; color: var(--pink-500); margin: 5px auto; }

.profile-header { display: grid; grid-template-columns: 72px 1fr; gap: 16px; align-items: center; padding: calc(36px + env(safe-area-inset-top)) 22px 27px; background: linear-gradient(155deg, #fff7fb, #ffe0ed); }
.avatar { width: 72px; height: 72px; display: grid; place-items: center; border: 4px solid rgba(255,255,255,.9); border-radius: 24px; color: white; font-size: 20px; font-weight: 800; background: linear-gradient(145deg, var(--pink-300), var(--pink-600)); box-shadow: 0 12px 28px rgba(199,52,111,.22); overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.profile-header h1 { margin: 5px 0 3px; font-size: 22px; }
.profile-header p { margin: 0; color: var(--muted); font-size: 11px; }
.profile-content { padding-top: 18px; }
.membership-card { position: relative; overflow: hidden; width: 100%; min-height: 154px; border: 0; display: flex; justify-content: space-between; padding: 22px; text-align: left; border-radius: 24px; color: white; background: linear-gradient(130deg, #4a1d39, #7f345b 65%, #ae4e7d); box-shadow: 0 18px 35px rgba(75,28,54,.22); cursor: pointer; }
.membership-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -75px; top: -70px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 27px rgba(255,255,255,.05); }
.membership-card.active { background: linear-gradient(130deg, #8f3b67, #ca4c82 60%, #ef7ba8); }
.membership-card-copy { position: relative; z-index: 2; }
.membership-card span { color: #ffd9e9; font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.membership-card h2 { max-width: 250px; margin: 8px 0 6px; font-size: 19px; }
.membership-card p { max-width: 260px; margin: 0; color: rgba(255,255,255,.67); font-size: 11px; }
.membership-card b { display: inline-block; margin-top: 13px; padding: 7px 11px; border-radius: 999px; color: #71324f; background: #ffd9e9; font-size: 10px; }
.membership-mark { position: relative; z-index: 2; align-self: end; font: italic 38px Georgia, serif; color: #ffd9e9 !important; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 13px 0; }
.stats-grid button { border: 1px solid var(--line); border-radius: 18px; padding: 16px; text-align: left; background: white; cursor: pointer; }
.stats-grid strong { display: block; color: var(--pink-600); font-size: 22px; }
.stats-grid span { display: block; margin-top: 3px; color: var(--muted); font-size: 11px; }
.menu-card { overflow: hidden; border: 1px solid var(--line); border-radius: 21px; background: white; }
.menu-card button { width: 100%; border: 0; display: grid; grid-template-columns: 38px 1fr 18px; gap: 12px; align-items: center; padding: 14px 15px; text-align: left; background: white; cursor: pointer; }
.menu-card button + button { border-top: 1px solid var(--line); }
.menu-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--pink-500); border-radius: 13px; background: var(--pink-100); }
.menu-icon svg { width: 20px; }
.menu-card button > span:nth-child(2) { font-size: 13px; font-weight: 650; }
.menu-card .arrow { color: var(--muted); }
.version { text-align: center; margin: 25px 0 0; color: #c5a6b7; font-size: 10px; }

.sheet-backdrop { position: fixed; z-index: 80; inset: 0; background: rgba(44,15,32,.47); backdrop-filter: blur(6px); animation: fadeIn .2s ease; }
.bottom-sheet { position: fixed; z-index: 90; left: 50%; bottom: 0; width: min(100%, 500px); max-height: 91vh; overflow-y: auto; transform: translateX(-50%); border-radius: 28px 28px 0 0; background: var(--pink-50); box-shadow: 0 -25px 70px rgba(57,20,40,.23); animation: sheetUp .27s cubic-bezier(.2,.8,.2,1); padding-bottom: calc(20px + env(safe-area-inset-bottom)); }
@keyframes sheetUp { from { transform: translate(-50%, 35px); opacity: .2; } to { transform: translate(-50%, 0); opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; } }
.sheet-close { position: absolute; z-index: 4; top: 14px; right: 14px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--plum-900); background: rgba(255,255,255,.9); box-shadow: 0 8px 20px rgba(67,24,47,.12); cursor: pointer; }
.sheet-close svg { width: 18px; }
.sheet-close.inline { position: static; flex: 0 0 auto; box-shadow: none; border: 1px solid var(--line); }
.sheet-handle { width: 42px; height: 4px; margin: 10px auto 15px; border-radius: 999px; background: var(--pink-200); }
.sheet-title { display: flex; justify-content: space-between; align-items: center; padding: 0 18px 16px; }
.sheet-title h2 { margin: 4px 0 0; font-size: 23px; }
.detail-cover { position: relative; height: min(58vh, 530px); overflow: hidden; }
.detail-cover img, .detail-cover video { width: 100%; height: 100%; object-fit: cover; }
.detail-cover::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(48,16,34,.8)); }
.detail-heading { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; color: white; }
.detail-heading h2 { margin: 0; font-size: 28px; }
.detail-heading p { margin: 5px 0 0; color: rgba(255,255,255,.78); font-size: 12px; }
.detail-body { padding: 20px 18px 5px; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.detail-tags span { padding: 7px 10px; border-radius: 999px; color: #ad4a74; background: var(--pink-100); font-size: 10px; font-weight: 700; }
.detail-description { margin: 17px 0; color: var(--plum-700); font-size: 13px; line-height: 1.72; }
.detail-section { margin: 22px 0; padding-top: 19px; border-top: 1px solid var(--line); }
.detail-section-title { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; font-size: 15px; font-weight: 800; }
.detail-section-title svg { width: 20px; color: var(--pink-500); }
.detail-no-media { grid-column: 1 / -1; margin: 0; padding: 24px; border-radius: 13px; color: var(--muted); text-align: center; background: var(--pink-100); font-size: 11px; }
.detail-media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gallery-tile { position: relative; display: block; width: 100%; padding: 0; border: 0; border-radius: 16px; overflow: hidden; background: var(--pink-100); cursor: pointer; }
.gallery-tile img, .gallery-tile video { width: 100%; aspect-ratio: .82; display: block; object-fit: cover; pointer-events: none; }
.gallery-tile::after { content: ""; position: absolute; inset: auto 8px 8px auto; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.88) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23cf356f' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='6'/%3E%3Cpath d='m20 20-3.2-3.2'/%3E%3C/svg%3E") center/13px no-repeat; box-shadow: 0 4px 10px rgba(60,25,48,.18); }
.gallery-tile.is-video::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cf356f'%3E%3Cpath d='M8 6.5v11l9-5.5-9-5.5Z'/%3E%3C/svg%3E"); background-size: 12px; }
.detail-cover { cursor: pointer; }

.media-lightbox { position: fixed; z-index: 90; inset: 0; display: grid; grid-template-rows: 1fr auto; background: rgba(42, 14, 32, .94); }
.media-lightbox[hidden] { display: none !important; }
.media-lightbox .sheet-close { top: calc(12px + env(safe-area-inset-top)); right: 14px; }
.media-lightbox-stage { min-height: 0; display: grid; place-items: center; padding: calc(58px + env(safe-area-inset-top)) 12px 12px; }
.media-lightbox-stage img, .media-lightbox-stage video { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; border-radius: 10px; background: #1a0b14; }
.media-lightbox-bar { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; padding: 12px 16px calc(16px + env(safe-area-inset-bottom)); color: rgba(255,247,251,.88); font-size: 12px; font-weight: 700; }
.media-lightbox-bar span { text-align: center; letter-spacing: .08em; }
.media-lightbox-bar button { border: 0; border-radius: 999px; min-height: 36px; padding: 0 14px; color: #7a314f; background: rgba(255,247,251,.92); font-size: 12px; font-weight: 750; cursor: pointer; }
.media-lightbox-bar button:disabled { opacity: .35; }
.detail-verification-section { margin-top: 23px; }
.detail-video-tile { position: relative; isolation: isolate; width: 100%; min-height: 184px; overflow: hidden; display: grid; place-items: center; border: 1px dashed rgba(111,66,92,.25); border-radius: 18px; padding: 18px; text-align: center; color: var(--plum-900); background: #fffafd; cursor: pointer; }
.detail-video-tile > img { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .2; }
.detail-video-tile.locked > img { filter: blur(7px) saturate(.65); transform: scale(1.08); }
.detail-video-tile::after { content: ""; position: absolute; z-index: -1; inset: 0; background: rgba(255,249,252,.78); }
.detail-video-tile.unlocked::after { background: linear-gradient(rgba(57,17,40,.45), rgba(57,17,40,.7)); }
.detail-video-content { display: grid; justify-items: center; gap: 7px; }
.detail-video-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--pink-400), var(--pink-600)); box-shadow: 0 9px 22px rgba(218,59,122,.25); }
.detail-video-icon svg { width: 21px; }
.detail-video-content strong { font-size: 14px; }
.detail-video-content small { color: var(--muted); font-size: 10px; }
.detail-video-content b { margin-top: 4px; padding: 9px 18px; border-radius: 999px; color: white; font-size: 11px; background: linear-gradient(135deg, var(--pink-400), var(--pink-600)); box-shadow: 0 8px 20px rgba(218,59,122,.22); }
.detail-video-tile.unlocked { color: white; border-style: solid; border-color: rgba(255,255,255,.2); }
.detail-video-tile.unlocked .detail-video-content small { color: rgba(255,255,255,.72); }
.detail-video-tile.unavailable { cursor: default; opacity: .72; }
.detail-video-tile.unavailable .detail-video-content b { color: var(--muted); background: #eee3e9; box-shadow: none; }
.detail-actions { display: grid; grid-template-columns: 48px 1fr; gap: 10px; }
.detail-actions .favorite-large { width: 48px; border: 1px solid var(--pink-200); border-radius: 15px; display: grid; place-items: center; color: var(--pink-600); background: white; cursor: pointer; }
.detail-actions .favorite-large.active { color: white; background: var(--pink-500); }
.detail-actions .favorite-large svg { width: 21px; }
.detail-actions .primary-cta { margin: 0; }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 0 18px; }
.city-grid button { border: 1px solid var(--line); border-radius: 15px; padding: 14px 5px; color: var(--plum-700); font-size: 12px; background: white; cursor: pointer; }
.city-grid button.active { color: white; border-color: transparent; background: linear-gradient(135deg, var(--pink-400), var(--pink-600)); }
.info-body { padding: 0 19px 14px; }
.info-body h3 { margin: 17px 0 6px; font-size: 14px; }
.info-body p, .info-body li { color: var(--plum-700); font-size: 12px; line-height: 1.7; }
.info-body ul { padding-left: 18px; }
.membership-sheet { padding-left: 18px; padding-right: 18px; }
.membership-sheet .sheet-title { padding-left: 0; padding-right: 0; }
.membership-plan { position: relative; overflow: hidden; min-height: 128px; display: flex; justify-content: space-between; align-items: end; padding: 21px; border-radius: 22px; color: white; background: linear-gradient(135deg, #482039, #8d3d64 62%, #c65482); box-shadow: 0 16px 34px rgba(81,29,57,.2); }
.membership-plan::after { content: ""; position: absolute; width: 150px; height: 150px; right: -58px; top: -76px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 25px rgba(255,255,255,.05); }
.membership-plan > div { position: relative; z-index: 2; }
.membership-plan div > span { display: block; color: #ffd8e7; font-size: 10px; }
.membership-plan strong { display: block; margin-top: 9px; font-size: 35px; }
.membership-plan strong small { font-size: 12px; font-weight: 650; }
.membership-plan-mark { position: relative; z-index: 2; font: italic 27px Georgia, serif; color: #ffd6e6; }
.membership-benefits { margin: 15px 0; padding: 0; list-style: none; border: 1px solid var(--line); border-radius: 19px; background: white; }
.membership-benefits li { display: grid; grid-template-columns: 34px 1fr; gap: 11px; align-items: center; padding: 13px 14px; }
.membership-benefits li + li { border-top: 1px solid var(--line); }
.membership-benefits li > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: var(--pink-600); background: var(--pink-100); font-size: 9px; font-weight: 800; }
.membership-benefits strong, .membership-benefits small { display: block; }
.membership-benefits strong { font-size: 12px; }
.membership-benefits small { margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.45; }
.membership-identity { padding: 12px 14px; border-radius: 14px; color: var(--plum-700); background: var(--pink-100); font-size: 10px; line-height: 1.5; }
.membership-identity.active { color: #2e8057; background: #e9f8f0; }
.vip-payment-panel { margin-top: 12px; }
.vip-payment-panel > .primary-cta { margin-top: 0; }
.vip-order-details { padding: 15px; border: 1px solid var(--pink-200); border-radius: 16px; background: white; }
.vip-order-label { display: block; color: var(--muted); text-align: center; font-size: 9px; }
.vip-order-amount { display: block; margin: 8px 0 13px; color: var(--pink-600); text-align: center; font-size: 27px; }
.vip-order-address { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; padding: 10px; border-radius: 11px; background: var(--pink-100); }
.vip-order-address span { overflow: hidden; color: var(--plum-700); font-family: monospace; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.vip-order-address button, .secondary-vip-button { border: 0; border-radius: 9px; color: var(--pink-600); background: white; font-size: 9px; font-weight: 750; }
.vip-order-address button { padding: 7px 9px; }
.vip-order-meta { display: flex; justify-content: space-between; gap: 8px; margin: 10px 2px; color: var(--muted); font-size: 9px; }
.secondary-vip-button { width: 100%; min-height: 39px; border: 1px solid var(--pink-200); }
.membership-note { margin: 10px 5px 0; color: var(--muted); text-align: center; font-size: 9px; line-height: 1.5; }
.video-sheet { background: #190d15; color: white; }
.video-player-wrap { position: relative; display: grid; place-items: center; width: 100%; min-height: min(68vh, 690px); overflow: hidden; background: #10080d; }
.video-player-wrap video { display: block; width: 100%; max-height: min(68vh, 690px); aspect-ratio: 9 / 16; object-fit: contain; background: #10080d; }
.video-watermark { position: absolute; right: 14px; top: 15px; pointer-events: none; padding: 5px 8px; border: 1px solid rgba(255,255,255,.27); border-radius: 999px; color: rgba(255,255,255,.72); background: rgba(20,7,14,.38); font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.video-sheet-copy { padding: 18px 19px 4px; }
.video-sheet-copy .section-kicker { color: #f18cb3; }
.video-sheet-copy h2 { margin: 5px 0 5px; font-size: 21px; }
.video-sheet-copy p { margin: 0; color: rgba(255,255,255,.58); font-size: 11px; }

.welcome-modal { position: fixed; z-index: 100; width: min(calc(100% - 34px), 430px); left: 50%; top: 50%; transform: translate(-50%, -50%); overflow: hidden; border: 1px solid rgba(255,255,255,.75); border-radius: 29px; padding: 0 22px 22px; background: rgba(255,249,252,.97); box-shadow: 0 35px 90px rgba(68,20,47,.35); animation: modalIn .3s cubic-bezier(.2,.8,.2,1); }
@keyframes modalIn { from { opacity: 0; transform: translate(-50%, -47%) scale(.96); } }
.welcome-art { position: relative; height: 142px; margin: 0 -22px 20px; overflow: hidden; display: grid; place-items: center; color: white; background: linear-gradient(135deg, #ec75a6, #f6a0bf); }
.welcome-art::before, .welcome-art::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; }
.welcome-art::before { width: 170px; height: 170px; }
.welcome-art::after { width: 112px; height: 112px; }
.welcome-ring { position: absolute; width: 230px; height: 230px; border: 35px solid rgba(255,255,255,.09); border-radius: 50%; }
.welcome-heart { position: relative; z-index: 2; width: 67px; height: 67px; display: grid; place-items: center; border-radius: 23px; font: italic 34px Georgia, serif; color: #d73d7a; background: rgba(255,255,255,.93); transform: rotate(-6deg); box-shadow: 0 14px 30px rgba(128,31,76,.2); }
.welcome-copy h2 { margin: 5px 0 8px; font-size: 23px; }
.welcome-copy p { margin: 0; color: var(--plum-700); font-size: 12px; line-height: 1.65; }
.welcome-modal ul { margin: 15px 0 0; padding: 13px 16px 13px 32px; border-radius: 15px; color: var(--plum-700); background: var(--pink-100); font-size: 11px; line-height: 1.8; }
.welcome-modal .primary-cta { margin-top: 15px; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: calc(var(--nav-height) + env(safe-area-inset-bottom) + 14px); transform: translate(-50%, 20px); max-width: min(360px, calc(100% - 38px)); padding: 11px 16px; border-radius: 999px; color: white; text-align: center; font-size: 12px; background: rgba(59,20,42,.9); box-shadow: 0 12px 30px rgba(50,16,35,.2); opacity: 0; pointer-events: none; transition: .22s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 370px) {
  .page-content { padding-left: 12px; padding-right: 12px; }
  .hero { min-height: 205px; padding-left: 19px; }
  .hero h1 { font-size: 28px; }
  .hero-copy { width: 79%; }
  .profile-grid { gap: 9px; }
  .card-overlay h3 { font-size: 15px; }
}

@media (min-width: 700px) {
  body { padding: 28px 0; }
  .app-shell { height: calc(100vh - 56px); min-height: calc(100vh - 56px); border-radius: 30px; }
  .bottom-nav { bottom: 40px; }
  .bottom-sheet { bottom: 28px; border-radius: 28px; max-height: calc(100vh - 56px); }
  .topbar { border-radius: 30px 30px 0 0; }
}

@media (prefers-reduced-motion: reduce) {
  .page-track, .nav-pill, .bottom-nav button { transition: none; }
}
