:root {
  --bg: #080914;
  --surface: #111322;
  --surface-2: #181a2d;
  --text: #f7f5ff;
  --muted: #a4a7bd;
  --purple: #8d6bff;
  --pink: #ff5da2;
  --gold: #ffc970;
  --green: #65dfaa;
  --line: rgba(255, 255, 255, .09);
  --shadow: 0 28px 80px rgba(0, 0, 0, .35);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 90% 0, rgba(141, 107, 255, .16), transparent 25rem),
    radial-gradient(circle at 10% 25rem, rgba(255, 93, 162, .08), transparent 28rem),
    var(--bg);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: #bffe2d; color: #10120c; font-size: 13px; text-align: center; padding: 8px 16px; }
.header {
  position: sticky; top: 0; z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(8, 9, 20, .82);
  backdrop-filter: blur(18px);
}
.nav { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 850; letter-spacing: -.5px; }
.brand-mark {
  position: relative; isolation: isolate; overflow: hidden;
  width: 38px; height: 38px; display: grid; place-items: center; border-radius: 13px;
  color: #fff; font-size: 20px; line-height: 1; font-weight: 900; letter-spacing: -2px;
  padding-right: 2px; border: 1px solid rgba(255,255,255,.22);
  background:
    radial-gradient(circle at 72% 22%, rgba(255,255,255,.42) 0 2px, transparent 3px),
    linear-gradient(145deg, #7c5cff 5%, #c95ee9 52%, #ff5c9f 100%);
  box-shadow: 0 10px 28px rgba(141,107,255,.34), inset 0 1px 0 rgba(255,255,255,.28);
}
.brand-mark::before {
  content: ""; position: absolute; z-index: -1; width: 29px; height: 29px; border-radius: 50%;
  right: -11px; bottom: -13px; background: rgba(255,255,255,.13);
}
.brand-name { color: #fff; font-size: 18px; font-weight: 850; white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 28px; color: #c9c9d8; font-size: 14px; }
.nav-links a:hover, .nav-links a.active { color: white; }
.nav-cta, .btn {
  display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 0; cursor: pointer;
  border-radius: 999px; padding: 12px 20px; color: #fff; font-weight: 720;
  background: linear-gradient(135deg, var(--purple), #7654eb);
  box-shadow: 0 12px 30px rgba(141, 107, 255, .22);
}
.btn.secondary { background: rgba(255,255,255,.08); box-shadow: none; border: 1px solid var(--line); }
.hero { padding: 88px 0 48px; position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 55px; align-items: center; }
.eyebrow { color: var(--gold); font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { font-size: clamp(44px, 6vw, 76px); line-height: 1.06; letter-spacing: -3px; margin: 14px 0 24px; }
.gradient-text { background: linear-gradient(90deg, #fff, #bdaeff 48%, #ff9aca); color: transparent; background-clip: text; }
.hero-copy { color: var(--muted); font-size: 18px; max-width: 650px; }
.home-hero { padding-top: 68px; }
.home-hero-main {
  padding: 8px 0;
}
.search-box {
  margin-top: 34px; display: flex; gap: 10px; padding: 9px; max-width: 690px;
  border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.065); box-shadow: var(--shadow);
}
.search-box input { flex: 1; min-width: 0; border: 0; outline: 0; color: white; background: transparent; padding: 0 15px; }
.search-box input::placeholder { color: #777b92; }
.home-search { margin-top: 24px; }
.hero-contact-row { display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; max-width:690px; }
.hero-contact-row .btn { flex:1 1 210px; min-height:50px; }
.btn.phone { background: linear-gradient(135deg, #8d6bff, #7654eb); }
.btn.wechat { background: linear-gradient(135deg, #20c768, #3bd16c); box-shadow: 0 12px 30px rgba(59, 209, 108, .18); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.hero-tags span { color: var(--muted); font-size: 13px; align-self:center; }
.hero-tags a, .chip { color: #bdc0d2; border: 1px solid var(--line); background: rgba(255,255,255,.035); padding: 6px 12px; border-radius: 999px; font-size: 13px; }
.hero-summary { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:20px; }
.hero-summary div { padding:13px 14px; border:1px solid var(--line); border-radius:15px; background:rgba(255,255,255,.035); }
.hero-summary strong { display:block; font-size:22px; color:white; }
.hero-summary span { color:var(--muted); font-size:11px; }
.home-quick {
  display:grid; align-content:center; gap:10px; min-height:340px; padding:34px;
  background:
    radial-gradient(circle at 90% 20%, rgba(141,107,255,.24), transparent 9rem),
    linear-gradient(160deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
}
.home-quick h2 { margin:0 0 8px; font-size:34px; }
.home-quick > a:not(.btn) { padding:14px 0; border-bottom:1px solid var(--line); color:#d8d9e6; }
.home-quick .btn { margin-top:12px; }
.visual-card {
  position: relative; min-height: 500px; padding: 28px; border-radius: 34px; overflow: hidden;
  background:
    linear-gradient(165deg, transparent 10%, rgba(8,9,20,.08) 45%, rgba(8,9,20,.86)),
    radial-gradient(circle at 74% 22%, rgba(255,201,112,.8), transparent 3%),
    radial-gradient(circle at 70% 25%, rgba(255,93,162,.32), transparent 28%),
    linear-gradient(145deg, #312460, #161736 55%, #0d1021);
  border: 1px solid rgba(255,255,255,.13); box-shadow: var(--shadow);
}
.visual-card::before, .visual-card::after { content:""; position:absolute; border-radius:50%; filter: blur(2px); }
.visual-card::before { width: 260px; height: 260px; right:-55px; top:45px; border: 1px solid rgba(255,255,255,.19); box-shadow: 0 0 70px rgba(141,107,255,.28) inset; }
.visual-card::after { width: 150px; height: 150px; left:45px; top:95px; background: radial-gradient(circle at 35% 35%, #ffbbd7, #a456ff 25%, transparent 68%); opacity:.72; }
.visual-label { position:absolute; top:24px; left:25px; display:flex; gap:8px; align-items:center; font-size:12px; color:#d7d7e4; }
.dot { width:8px; height:8px; border-radius:50%; background:var(--green); box-shadow:0 0 14px var(--green); }
.glass-stat { position:absolute; right:22px; top:85px; width:170px; padding:17px; border-radius:18px; background:rgba(9,10,24,.58); border:1px solid var(--line); backdrop-filter:blur(14px); }
.glass-stat strong { font-size:25px; display:block; }
.glass-stat span { color:var(--muted); font-size:12px; }
.featured-mini { position:absolute; left:25px; right:25px; bottom:25px; padding:24px; border-radius:22px; background:rgba(8,9,20,.72); border:1px solid var(--line); backdrop-filter:blur(15px); }
.featured-mini .meta { color:var(--gold); font-size:12px; margin-bottom:7px; }
.featured-mini h3 { margin-bottom:5px; font-size:22px; }
.featured-mini p { color:var(--muted); font-size:13px; margin:0; }
.section { padding: 82px 0; }
.section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:30px; }
.section-head h2 { margin:6px 0 0; font-size:clamp(30px,4vw,45px); letter-spacing:-1.6px; }
.section-head p { color:var(--muted); max-width:480px; margin:0; }
.city-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.province-list { display:grid; gap:14px; }
.province-group { padding:0 18px 18px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.025); }
.province-group summary { display:flex; align-items:center; justify-content:space-between; padding:18px 0; cursor:pointer; color:#fff; font-size:18px; font-weight:800; }
.province-group summary span { color:var(--muted); font-size:13px; font-weight:500; }
.province-group .city-grid { grid-template-columns:repeat(5,1fr); gap:10px; }
.province-group .city-card { min-height:108px; padding:14px; }
.province-group .city-card h3 { margin:12px 0 3px; font-size:19px; }
.city-tools { display:flex; align-items:center; gap:14px; margin:-5px 0 22px; }
.city-tools input { flex:1; min-height:48px; padding:0 16px; border:1px solid var(--line); border-radius:15px; outline:0; color:white; background:rgba(255,255,255,.045); font:inherit; }
.city-tools input:focus { border-color:rgba(141,107,255,.65); box-shadow:0 0 0 3px rgba(141,107,255,.1); }
.city-tools span { min-width:88px; color:var(--muted); font-size:13px; text-align:right; }
.city-card[hidden] { display:none; }
.city-card, .venue-card, .panel {
  border:1px solid var(--line); background:linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); border-radius:var(--radius);
}
.city-card { padding:24px; min-height:170px; position:relative; overflow:hidden; transition:.25s ease; }
.city-card:hover, .venue-card:hover { transform:translateY(-5px); border-color:rgba(141,107,255,.5); }
.city-card::after { content:""; position:absolute; width:90px; height:90px; right:-20px; bottom:-25px; border-radius:50%; background:var(--glow, rgba(141,107,255,.22)); filter:blur(4px); }
.city-card small { color:var(--muted); }
.city-card h3 { margin:28px 0 4px; font-size:24px; }
.city-card .count { color:var(--gold); font-size:12px; }
.venue-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.venue-card { overflow:hidden; transition:.25s ease; }
.venue-image { height:210px; position:relative; overflow:hidden; }
.venue-cover { isolation:isolate; background:linear-gradient(145deg,hsl(var(--cover-hue,265) 65% 27%),#151225 62%,hsl(var(--cover-hue-alt,319) 50% 12%)); }
.venue-cover::before { content:""; position:absolute; z-index:-1; width:210px; height:210px; right:-28px; top:-50px; border-radius:38% 62% 58% 42%; background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.88),hsl(var(--cover-hue-alt,319) 90% 67%) 20%,hsl(var(--cover-hue,265) 75% 45%) 55%,transparent 57%); filter:drop-shadow(0 0 45px hsl(var(--cover-hue,265) 80% 55% / .38)); }
.venue-cover::after { content:attr(data-type); position:absolute; z-index:-1; right:14px; bottom:4px; font-size:62px; line-height:.9; font-weight:900; color:rgba(255,255,255,.065); }
.venue-cover-mark { position:absolute; right:15px; top:15px; display:grid; place-items:center; width:auto; min-width:44px; max-width:128px; height:44px; padding:0 11px; border:1px solid rgba(255,255,255,.25); border-radius:14px; color:#fff; background:linear-gradient(145deg,hsl(var(--cover-hue,265) 85% 63%),hsl(var(--cover-hue-alt,319) 80% 55%)); box-shadow:0 12px 30px rgba(0,0,0,.22); font-size:16px; font-weight:900; white-space:nowrap; }
.venue-cover-mark-long { font-size:13px; letter-spacing:-.4px; }
.venue-cover-sign { position:absolute; left:16px; right:16px; bottom:15px; display:grid; gap:3px; padding:13px 15px; border:1px solid rgba(255,255,255,.14); border-radius:14px; background:rgba(7,7,20,.62); box-shadow:0 16px 38px rgba(0,0,0,.25); backdrop-filter:blur(10px); }
.venue-cover-sign small { color:#d9d5e7; font-size:10px; }
.venue-cover-sign strong { max-width:88%; overflow:hidden; color:#fff; font-size:18px; line-height:1.2; white-space:nowrap; text-overflow:ellipsis; }
.venue-cover-sign span { color:rgba(255,255,255,.52); font-size:9px; letter-spacing:1.5px; }
.badge { position:absolute; left:16px; top:16px; border-radius:999px; padding:6px 10px; color:#14150e; background:#bffe2d; font-size:11px; font-weight:800; }
.venue-body { padding:21px; }
.venue-body h3 { margin-bottom:6px; font-size:19px; }
.venue-body .address { color:var(--muted); font-size:13px; min-height:42px; }
.venue-bottom { display:flex; justify-content:space-between; align-items:end; padding-top:14px; border-top:1px solid var(--line); }
.price strong { color:var(--gold); font-size:22px; }
.price span { color:var(--muted); font-size:12px; }
.rating { color:#ffcf68; font-size:12px; }
.steps { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; counter-reset:step; }
.step { padding:30px; position:relative; }
.step::before { counter-increment:step; content:"0" counter(step); display:block; color:var(--purple); font-weight:900; font-size:14px; margin-bottom:22px; }
.step p { color:var(--muted); font-size:14px; margin:0; }
.cta-box { padding:48px; display:flex; align-items:center; justify-content:space-between; gap:30px; background:linear-gradient(125deg,rgba(141,107,255,.2),rgba(255,93,162,.11)); }
.cta-box h2 { font-size:36px; margin-bottom:8px; }
.cta-box p { color:var(--muted); margin:0; }
.footer { border-top:1px solid var(--line); padding:50px 0 85px; color:var(--muted); font-size:13px; }
.footer-grid { display:flex; justify-content:space-between; gap:25px; }
.footer-links { display:flex; flex-wrap:wrap; gap:14px; margin-top:14px; }
.footer-links a { color:#c9cbd7; }
.footer-links a:hover { color:white; }
.info-page { padding:56px 0 90px; }
.info-layout { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:26px; align-items:start; }
.info-article { padding:clamp(25px,5vw,48px); }
.info-article h1 { margin:8px 0 18px; font-size:clamp(38px,6vw,62px); letter-spacing:-2px; }
.info-article h2 { margin:38px 0 12px; font-size:24px; }
.info-article p,.info-article li { color:#c4c6d3; line-height:1.85; }
.info-article li + li { margin-top:8px; }
.trust-list { display:grid; gap:12px; margin:24px 0; }
.trust-item { padding:16px; border:1px solid var(--line); border-radius:15px; background:rgba(255,255,255,.035); }
.trust-item strong { display:block; margin-bottom:5px; color:white; }
.trust-item span { color:var(--muted); font-size:13px; line-height:1.6; }
.breadcrumbs { padding:28px 0 0; color:var(--muted); font-size:13px; }
.page-hero { padding:58px 0 35px; }
.page-hero h1 { font-size:clamp(38px,5vw,62px); letter-spacing:-2px; margin-bottom:12px; }
.page-hero p { color:var(--muted); max-width:720px; }
.city-directory .breadcrumbs { padding-top:18px; }
.city-directory .page-hero { padding:34px 0 18px; }
.city-directory .page-hero h1 { font-size:clamp(34px,4.2vw,54px); margin-bottom:8px; }
.city-directory .section { padding-top:24px; }
.city-directory .city-grid { gap:12px; }
.city-directory .city-card { min-height:118px; padding:18px 20px; border-radius:20px; }
.city-directory .city-card h3 { margin:18px 0 3px; font-size:23px; }
.city-directory .city-card small { font-size:12px; }
.city-directory .city-card .count { font-size:12px; }
.city-directory .city-card::after { width:66px; height:66px; right:-16px; bottom:-18px; opacity:.78; }
.home-city-preview { padding-top:54px; }
.home-city-preview .section-head { margin-bottom:18px; }
.home-city-preview .section-head p { max-width:560px; margin:10px 0 0; color:var(--muted); line-height:1.7; }
.city-preview-note { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:18px; color:var(--muted); font-size:14px; }
.city-preview-note a { color:var(--accent); font-weight:800; }
.home-city-preview .city-grid { grid-template-columns:repeat(4,1fr); gap:12px; }
.home-city-preview .city-card { min-height:124px; padding:18px 20px; border-radius:20px; }
.home-city-preview .city-card h3 { margin:18px 0 3px; font-size:23px; }
.home-city-preview .city-card small { font-size:12px; }
.home-city-preview .city-card .count { font-size:12px; }
.home-city-preview .city-card::after { width:66px; height:66px; right:-16px; bottom:-18px; opacity:.75; }
.category-hero { padding-bottom:42px; }
.category-search { margin-top:24px; }
.category-featured-section { padding-top:36px; background:rgba(255,255,255,.012); }
.category-featured-section .section-head p { margin:8px 0 0; max-width:560px; color:var(--muted); }
.category-feature-grid { align-items:stretch; }
.category-feature-card { display:flex; flex-direction:column; min-height:100%; }
.category-feature-card .venue-body { flex:1; display:flex; flex-direction:column; }
.category-feature-card .venue-bottom { margin-top:auto; }
.category-capital-link .info-article { padding:30px; }
.filter-bar { display:flex; flex-wrap:wrap; gap:10px; margin:25px 0 34px; }
.chip.active { color:#111; background:#bffe2d; border-color:#bffe2d; font-weight:800; }
.list-layout { display:grid; grid-template-columns:1fr 320px; gap:28px; align-items:start; }
.list-layout .venue-grid { grid-template-columns:repeat(2,1fr); }
.sidebar { padding:24px; position:sticky; top:100px; }
.sidebar h3 { font-size:17px; }
.sidebar-list { display:grid; gap:12px; margin-top:18px; }
.sidebar-item { display:flex; justify-content:space-between; padding-bottom:12px; border-bottom:1px solid var(--line); color:#d9dae5; font-size:13px; }
.sidebar-item span { color:var(--muted); }
.detail-hero { padding:38px 0; }
.detail-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:24px; align-items:stretch; }
.gallery-main { min-height:360px; border-radius:28px; position:relative; overflow:hidden; background:linear-gradient(145deg,hsl(var(--cover-hue,265) 65% 27%),#151225 58%,hsl(var(--cover-hue-alt,319) 50% 12%)); border:1px solid var(--line); isolation:isolate; }
.gallery-main::before { content:""; position:absolute; width:380px; height:380px; right:-5%; top:-8%; border-radius:38% 62% 58% 42%; background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.88),hsl(var(--cover-hue-alt,319) 90% 67%) 20%,hsl(var(--cover-hue,265) 75% 45%) 55%,transparent 57%); filter:drop-shadow(0 0 70px hsl(var(--cover-hue,265) 80% 55% / .42)); z-index:-1; }
.gallery-main::after { content:attr(data-type); position:absolute; right:18px; bottom:8px; color:rgba(255,255,255,.07); font-size:112px; font-weight:900; line-height:.8; z-index:-1; }
.auto-sign { position:absolute; left:28px; right:28px; bottom:28px; display:grid; gap:7px; padding:18px 20px; border:1px solid rgba(255,255,255,.16); border-radius:18px; background:rgba(7,7,20,.58); box-shadow:0 22px 60px rgba(0,0,0,.28); backdrop-filter:blur(13px); }
.auto-sign small { color:#d9d5e7; font-size:13px; letter-spacing:1px; }
.auto-sign strong { max-width:76%; color:#fff; font-size:clamp(24px,2.7vw,36px); line-height:1.12; letter-spacing:-.5px; text-shadow:0 3px 18px rgba(0,0,0,.35); }
.auto-sign span { color:rgba(255,255,255,.64); font-size:12px; letter-spacing:2px; }
.sign-mark { position:absolute; right:28px; top:28px; display:grid; place-items:center; width:auto; min-width:72px; max-width:180px; height:72px; padding:0 16px; border:1px solid rgba(255,255,255,.25); border-radius:22px; color:white; background:linear-gradient(145deg,hsl(var(--cover-hue,265) 85% 63%),hsl(var(--cover-hue-alt,319) 80% 55%)); box-shadow:0 18px 45px rgba(0,0,0,.25); font-size:23px; font-weight:900; white-space:nowrap; }
.sign-mark-long { font-size:17px; letter-spacing:-.5px; }
.detail-card { padding:26px; }
.detail-card h1 { font-size:36px; line-height:1.2; letter-spacing:-1px; margin:10px 0 12px; }
.verified { color:var(--green); font-size:12px; }
.detail-address { color:var(--muted); font-size:14px; line-height:1.7; overflow-wrap:anywhere; }
.price-box { margin:18px 0 8px; padding:18px 20px; border-radius:18px; background:rgba(255,201,112,.09); border:1px solid rgba(255,201,112,.17); }
.price-box strong { color:var(--gold); font-size:34px; }
.reference-note { margin:0 0 16px; color:#b9b4c9; font-size:12px; line-height:1.6; }
.facts { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:24px; }
.fact { padding:13px; border-radius:14px; background:rgba(255,255,255,.04); }
.fact small { display:block; color:var(--muted); }
.detail-contact-actions { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.detail-contact-actions .btn { width:100%; min-width:0; padding-left:12px; padding-right:12px; }
.wechat-btn { border-color:rgba(77,210,111,.45); background:linear-gradient(135deg,#24ad54,#55d66f); }
.detail-content { display:grid; grid-template-columns:1fr 320px; gap:28px; padding-bottom:80px; }
.article { padding:32px; }
.article h2 { font-size:26px; margin-top:35px; }
.article h2:first-child { margin-top:0; }
.article p, .article li { color:#c0c2d0; }
.merchant-profile { display:grid; gap:15px; }
.merchant-profile p { margin:0; line-height:1.9; text-align:justify; }
.merchant-angle { padding:18px 20px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.025); }
.merchant-angle h3 { margin:0 0 8px; color:#fff; font-size:17px; }
.related-venues-section { padding:0 0 100px; }
.related-venue-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.related-venue-card { min-height:145px; padding:20px; border:1px solid var(--line); border-radius:18px; background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.02)); transition:.22s ease; }
.related-venue-card:hover { transform:translateY(-4px); border-color:rgba(141,107,255,.55); }
.related-venue-card small { color:var(--muted); }
.related-venue-card h3 { margin:20px 0 10px; color:#fff; font-size:18px; }
.related-venue-card span { color:var(--gold); font-size:12px; }
.price-table { width:100%; border-collapse:collapse; margin:18px 0; }
.price-table th, .price-table td { padding:13px; text-align:left; border-bottom:1px solid var(--line); }
.price-table th { color:var(--muted); font-size:12px; }
.notice { border-left:3px solid var(--gold); padding:15px 18px; background:rgba(255,201,112,.07); color:#ddd4c3; }
.faq details { border-bottom:1px solid var(--line); padding:16px 0; }
.faq summary { cursor:pointer; font-weight:700; }
.faq details p { margin:10px 0 0; }
.mobile-actions { display:none; }
.menu-toggle { display:none; width:44px; height:44px; padding:10px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.05); }
.menu-toggle span { display:block; height:2px; margin:4px 0; border-radius:2px; background:white; transition:.2s ease; }
.mobile-nav { display:none; }
.result-block { margin-bottom:58px; }
.result-block h2 { display:flex; align-items:center; gap:10px; font-size:26px; margin-bottom:22px; }
.result-block h2 span { display:inline-grid; place-items:center; min-width:28px; height:28px; padding:0 8px; border-radius:99px; background:rgba(141,107,255,.16); color:#c9bbff; font-size:12px; }
.topic-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.topic-card { display:block; padding:25px; transition:.25s ease; }
.topic-card:hover { transform:translateY(-4px); border-color:rgba(141,107,255,.5); }
.topic-card h3 { margin:9px 0 7px; font-size:21px; }
.topic-card p { min-height:44px; color:var(--muted); font-size:13px; line-height:1.7; }
.topic-card strong { color:var(--gold); font-size:13px; }
.empty-state { padding:70px 30px; text-align:center; border:1px solid var(--line); border-radius:var(--radius); background:rgba(255,255,255,.035); }
.empty-state h1 { font-size:clamp(38px,7vw,72px); letter-spacing:-2px; margin:10px 0; }
.empty-state p { color:var(--muted); margin-bottom:26px; }
.booking-fab { position:fixed; right:22px; bottom:22px; z-index:35; display:grid; gap:1px; min-width:132px; padding:13px 18px; border:1px solid rgba(255,255,255,.18); border-radius:18px; color:white; background:linear-gradient(135deg,var(--purple),#ff5da2); box-shadow:0 16px 42px rgba(79,47,183,.42); cursor:pointer; text-align:left; }
.booking-fab span { font-weight:850; }
.booking-fab small { color:rgba(255,255,255,.76); }
.contact-fab { position:fixed; right:22px; bottom:22px; z-index:35; display:grid; grid-template-columns:1fr 1fr; gap:8px; min-width:310px; }
.contact-fab a,.contact-fab button { min-height:58px; display:grid; align-content:center; gap:2px; padding:10px 16px; border:1px solid rgba(255,255,255,.18); border-radius:16px; color:#fff; box-shadow:0 16px 42px rgba(0,0,0,.28); cursor:pointer; text-align:left; text-decoration:none; font:inherit; }
.contact-fab a { background:linear-gradient(135deg,var(--purple),#ff5da2); }
.contact-fab button { background:linear-gradient(135deg,#159a42,#55d66f); }
.contact-fab span { font-size:14px; font-weight:850; }
.contact-fab small { color:rgba(255,255,255,.8); font-size:11px; }
.wechat-toast { position:fixed; left:50%; bottom:105px; z-index:120; opacity:0; transform:translate(-50%,12px); width:max-content; max-width:calc(100% - 28px); padding:12px 17px; border-radius:13px; color:#fff; background:#159a42; box-shadow:0 18px 55px rgba(0,0,0,.35); transition:.25s ease; font-size:13px; }
.wechat-toast.show { opacity:1; transform:translate(-50%,0); }
.booking-layer { position:fixed; inset:0; z-index:100; display:grid; place-items:center; padding:20px; }
.booking-layer[hidden] { display:none; }
.booking-backdrop { position:absolute; inset:0; background:rgba(3,4,12,.78); backdrop-filter:blur(10px); }
.booking-dialog { position:relative; width:min(620px,100%); max-height:min(820px,92vh); overflow:auto; padding:34px; border:1px solid var(--line); border-radius:26px; color:var(--text); background:#121425; box-shadow:0 35px 110px rgba(0,0,0,.58); }
.booking-dialog h2 { margin:8px 42px 8px 0; font-size:30px; }
.booking-intro { color:var(--muted); font-size:14px; line-height:1.7; }
.booking-close { position:absolute; right:20px; top:18px; width:38px; height:38px; border:0; border-radius:12px; color:white; background:rgba(255,255,255,.07); font-size:25px; cursor:pointer; }
.booking-form { display:grid; grid-template-columns:1fr 1fr; gap:15px; margin-top:24px; }
.booking-form label { display:grid; gap:7px; color:#d8d9e4; font-size:12px; }
.booking-form input,.booking-form select { width:100%; min-height:46px; padding:0 13px; border:1px solid var(--line); border-radius:12px; outline:0; color:white; background:rgba(255,255,255,.055); font:inherit; }
.booking-form select option { color:#111; }
.booking-wide { grid-column:1/-1; }
.booking-result { margin-top:18px; padding:18px; border:1px solid rgba(102,220,168,.2); border-radius:16px; background:rgba(102,220,168,.07); }
.booking-result p { margin:9px 0 16px; color:#d6e9df; line-height:1.7; }
.booking-result-actions { display:flex; flex-wrap:wrap; gap:10px; }
.booking-open { overflow:hidden; }

@media (max-width: 920px) {
  .nav-links { display:none; }
  .hero-grid, .detail-grid, .detail-content, .list-layout, .info-layout { grid-template-columns:1fr; }
  .topic-grid { grid-template-columns:1fr; }
  .visual-card { min-height:420px; }
  .city-grid { grid-template-columns:repeat(2,1fr); }
  .venue-grid, .list-layout .venue-grid { grid-template-columns:repeat(2,1fr); }
  .sidebar { position:static; }
}
@media (max-width: 620px) {
  .container { width:min(100% - 28px, 1180px); }
  .topbar { padding:6px 10px; font-size:11px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .nav { height:58px; }
  .brand { gap:8px; font-size:16px; }
  .brand-mark { width:31px; height:31px; border-radius:10px; }
  .nav-cta { display:none; }
  .menu-toggle { display:block; width:40px; height:40px; margin-left:auto; }
  .mobile-nav { position:absolute; display:none; left:14px; right:14px; top:52px; padding:14px; border:1px solid var(--line); border-radius:16px; background:rgba(12,13,29,.97); box-shadow:var(--shadow); }
  .menu-open .mobile-nav { display:grid; gap:6px; }
  .mobile-nav > a:not(.btn) { padding:11px 12px; border-radius:12px; color:#d9dae5; }
  .mobile-nav > a:not(.btn):hover { background:rgba(255,255,255,.06); color:white; }
  .menu-open .menu-toggle span:nth-child(1) { transform:translateY(6px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity:0; }
  .menu-open .menu-toggle span:nth-child(3) { transform:translateY(-6px) rotate(-45deg); }
  .hero { padding:30px 0 28px; }
  .home-hero { padding:22px 0 24px; }
  .home-hero .hero-grid { gap:20px; }
  .home-hero-main { padding:0; }
  .hero h1 { margin:9px 0 14px; font-size:38px; letter-spacing:-2px; }
  .home-hero h1 { font-size:36px; line-height:1.08; margin-bottom:12px; }
  .page-hero h1 { font-size:34px; line-height:1.12; }
  .category-hero { padding-top:30px; }
  .category-search { margin-top:18px; }
  .hero-copy { font-size:15px; line-height:1.7; }
  .home-hero .hero-copy { font-size:14px; line-height:1.65; }
  .search-box { flex-direction:column; border-radius:18px; }
  .home-search { margin-top:18px; padding:8px; }
  .search-box input { min-height:48px; }
  .home-search .btn { min-height:50px; }
  .hero-contact-row { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:10px; }
  .hero-contact-row .btn { min-height:48px; padding:10px 12px; font-size:14px; white-space:nowrap; }
  .hero-contact-row .phone { font-size:13px; }
  .hero-tags { margin-top:14px; gap:7px; }
  .hero-tags span { width:100%; font-size:12px; }
  .hero-tags a { padding:5px 10px; font-size:12px; }
  .city-grid, .venue-grid, .list-layout .venue-grid, .steps { grid-template-columns:1fr; }
  .section { padding:42px 0; }
  .hero-summary { gap:7px; margin-top:14px; }
  .hero-summary div { padding:10px; }
  .hero-summary strong { font-size:19px; }
  .hero-summary span { font-size:10px; }
  .home-quick { min-height:0; padding:20px; border-radius:20px; }
  .home-quick h2 { font-size:25px; }
  .home-quick > a:not(.btn) { padding:10px 0; }
  .home-venues-section { padding-top:32px; }
  .category-featured-section { padding-top:32px; }
  .category-featured-section .section-head { align-items:flex-start; }
  .category-featured-section .section-head .btn { width:100%; }
  .home-venues-section .section-head { margin-bottom:18px; }
  [data-home-venues] .venue-card { display:grid; grid-template-columns:105px 1fr; min-height:125px; }
  [data-home-venues] .venue-image { height:100%; min-height:125px; }
  [data-home-venues] .venue-image::after { right:5px; font-size:34px; }
  [data-home-venues] .venue-cover .badge,
  [data-home-venues] .venue-cover-sign { display:none; }
  [data-home-venues] .venue-cover-mark,
  [data-home-venues] .venue-cover-mark-long { left:9px; right:9px; top:50%; width:auto; min-width:0; max-width:none; height:auto; min-height:68px; padding:10px 7px; transform:translateY(-50%); border-radius:16px; background:linear-gradient(145deg,rgba(20,24,48,.88),rgba(10,12,27,.82)); box-shadow:0 12px 34px rgba(0,0,0,.36); font-size:15px; line-height:1.25; letter-spacing:0; text-align:center; white-space:normal; overflow-wrap:anywhere; }
  [data-home-venues] .venue-cover-mark-long { font-size:13px; }
  [data-home-venues] .venue-body { padding:14px; }
  [data-home-venues] .venue-body h3 { font-size:17px; }
  [data-home-venues] .venue-body .address { min-height:0; margin-bottom:10px; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
  [data-home-venues] .price strong { font-size:15px; }
  #cities .city-grid { grid-template-columns:repeat(2,1fr); gap:10px; }
  #cities .city-card { min-height:112px; padding:15px; }
  #cities .city-card h3 { margin:14px 0 3px; font-size:20px; }
  .home-city-preview { padding-top:34px; }
  .home-city-preview .section-head { margin-bottom:14px; }
  .home-city-preview .section-head p { font-size:13px; }
  .city-preview-note { align-items:flex-start; flex-direction:column; gap:5px; margin-bottom:12px; font-size:12px; }
  .home-city-preview .city-grid { grid-template-columns:repeat(2,1fr); gap:10px; }
  .home-city-preview .city-card { min-height:104px; padding:14px; }
  .home-city-preview .city-card h3 { margin:12px 0 3px; font-size:20px; }
  .province-group { padding:0 10px 10px; }
  .province-group summary { padding:14px 4px; font-size:16px; }
  .province-group .city-grid { grid-template-columns:repeat(2,1fr); }
  .section-head, .cta-box, .footer-grid { align-items:flex-start; flex-direction:column; }
  .cta-box { padding:30px; }
  .visual-card { min-height:360px; }
  .glass-stat { width:145px; }
  .breadcrumbs { padding-top:14px; font-size:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .detail-hero { padding:16px 0 22px; }
  .detail-grid { display:flex; flex-direction:column; gap:12px; }
  .detail-card { order:-1; padding:20px; border-radius:20px; }
  .detail-card h1 { margin:7px 0 8px; font-size:26px; letter-spacing:-.5px; }
  .detail-address { margin-bottom:12px; font-size:13px; line-height:1.55; }
  .price-box { margin:12px 0; padding:12px 14px; border-radius:14px; }
  .price-box strong { font-size:25px; }
  .facts { grid-template-columns:1fr 1fr; gap:8px; margin-bottom:14px; }
  .fact { min-height:58px; padding:9px 10px; font-size:13px; }
  .gallery-main { min-height:180px; border-radius:20px; }
  .gallery-main::before { width:190px; height:190px; right:-20px; top:-36px; }
  .gallery-main::after { right:8px; bottom:8px; font-size:55px; }
  .auto-sign { left:14px; right:14px; bottom:14px; gap:4px; padding:13px 15px; border-radius:14px; }
  .auto-sign small { font-size:10px; }
  .auto-sign strong { max-width:85%; font-size:22px; }
  .auto-sign span { display:none; }
  .sign-mark { right:13px; top:13px; min-width:42px; max-width:112px; height:42px; padding:0 9px; border-radius:13px; font-size:15px; }
  .sign-mark-long { font-size:11px; }
  .detail-content { gap:14px; padding-bottom:78px; }
  .article { padding:20px; }
  .article h2 { margin-top:26px; font-size:22px; }
  .related-venues-section { padding:0 0 82px; }
  .related-venue-grid { grid-template-columns:1fr 1fr; gap:9px; }
  .related-venue-card { min-height:125px; padding:15px; border-radius:14px; }
  .related-venue-card h3 { margin:14px 0 8px; font-size:15px; }
  .mobile-actions { display:none; }
  .booking-fab { left:10px; right:10px; bottom:8px; width:auto; min-height:52px; padding:9px 15px; border-radius:14px; display:flex; align-items:center; justify-content:space-between; text-align:left; }
  .booking-fab span { font-size:15px; }
  .booking-fab small { font-size:13px; }
  .booking-fab.has-mobile-actions { display:none; }
  .contact-fab { left:10px; right:10px; bottom:8px; grid-template-columns:1fr 1fr; min-width:0; gap:7px; }
.contact-fab a,.contact-fab button { min-height:54px; padding:8px 13px; border-radius:14px; }
  .contact-fab span { font-size:14px; }
  .contact-fab small { font-size:10px; }
  .wechat-toast { bottom:78px; }
  .booking-dialog { padding:26px 20px; border-radius:22px; }
  .booking-form { grid-template-columns:1fr; }
  .booking-wide { grid-column:auto; }
}

/* Compact venue cards for listing pages. Detail pages keep their large hero image. */
.venue-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.venue-grid .venue-card,
.venue-card.category-feature-card {
  display:grid;
  grid-template-columns:140px minmax(0,1fr);
  min-height:138px;
  overflow:hidden;
  border-radius:22px;
}
.venue-grid .venue-image {
  height:100%;
  min-height:138px;
}
.venue-grid .venue-cover::before {
  width:150px;
  height:150px;
  right:-34px;
  top:-22px;
}
.venue-grid .venue-cover::after {
  right:8px;
  bottom:4px;
  font-size:46px;
}
.venue-grid .venue-cover .badge,
.venue-grid .venue-cover-sign {
  display:none;
}
.venue-grid .venue-cover-mark,
.venue-grid .venue-cover-mark-long {
  left:14px;
  right:14px;
  top:50%;
  width:auto;
  min-width:0;
  max-width:none;
  height:auto;
  min-height:58px;
  padding:9px 8px;
  transform:translateY(-50%);
  border-radius:14px;
  background:linear-gradient(145deg,rgba(20,24,48,.9),rgba(10,12,27,.82));
  box-shadow:0 14px 34px rgba(0,0,0,.34);
  color:#fff;
  font-size:16px;
  line-height:1.18;
  letter-spacing:0;
  text-align:center;
  white-space:normal;
  overflow-wrap:anywhere;
}
.venue-grid .venue-cover-mark-long { font-size:13px; }
.venue-grid .venue-body {
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:18px 20px;
}
.venue-grid .venue-body h3 {
  margin:0 0 8px;
  font-size:20px;
  line-height:1.25;
}
.venue-grid .venue-body .address {
  min-height:0;
  margin-bottom:14px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.venue-grid .venue-bottom {
  padding-top:13px;
  border-top:1px solid var(--line);
}
.venue-grid .price strong { font-size:18px; }

@media (max-width:760px) {
  .venue-grid { grid-template-columns:1fr; gap:10px; }
  .venue-grid .venue-card,
  .venue-card.category-feature-card {
    grid-template-columns:128px minmax(0,1fr);
    min-height:126px;
    border-radius:18px;
  }
  .venue-grid .venue-image { min-height:126px; }
  .venue-grid .venue-cover-mark,
  .venue-grid .venue-cover-mark-long {
    left:10px;
    right:10px;
    min-height:58px;
    font-size:14px;
  }
  .venue-grid .venue-cover-mark-long { font-size:12px; }
  .venue-grid .venue-body { padding:14px 15px; }
  .venue-grid .venue-body h3 { font-size:18px; }
  .venue-grid .venue-body .address { margin-bottom:11px; font-size:13px; -webkit-line-clamp:2; }
  .venue-grid .price strong { font-size:17px; }
}
