:root{
  --ink:#171726;--muted:#615f6d;--paper:#fffaf1;--surface:#ffffff;--night:#10142a;--night-2:#1b2243;
  --red:#d94835;--gold:#f5bd4a;--teal:#187d78;--line:#ded8ce;--focus:#0b69ff;--shadow:0 16px 45px rgba(20,20,40,.12);
  --radius:18px;--max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-underline-offset:.18em}button,input,select,textarea{font:inherit}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;left:1rem;top:1rem;z-index:9999;background:#fff;padding:.65rem 1rem;border-radius:8px;transform:translateY(-180%)}.skip-link:focus{transform:none}.site-header{position:sticky;top:0;z-index:100;background:rgba(16,20,42,.96);color:#fff;border-bottom:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px)}.header-inner{max-width:var(--max);margin:auto;display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem}.brand{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.brand-mark{display:grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:50% 50% 50% 12%;background:var(--red);color:#fff;font-weight:900}.brand strong{font-size:1.08rem}.brand small{color:var(--gold);font-weight:800}.primary-nav{display:flex;align-items:center;gap:1.25rem}.primary-nav a{text-decoration:none;font-weight:750;font-size:.94rem}.primary-nav a:hover{text-decoration:underline}.nav-toggle{display:none;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.35);border-radius:8px;padding:.4rem .7rem}.hero{background:var(--night);color:#fff;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;inset:auto -10% -60% 35%;height:28rem;background:radial-gradient(circle,rgba(245,189,74,.25),transparent 64%)}.hero-inner{max-width:var(--max);margin:auto;padding:5rem 1rem 4.2rem;display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:center;position:relative}.hero h1{font-size:clamp(2.5rem,7vw,5.5rem);line-height:.95;margin:.3rem 0 1.25rem;letter-spacing:-.055em;max-width:11ch}.hero p{font-size:1.15rem;max-width:58ch;color:#e5e8f4}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:850;font-size:.78rem;color:var(--gold);margin:0}.hero-actions,.button-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;background:var(--red);color:#fff;text-decoration:none;border:2px solid var(--red);padding:.78rem 1.05rem;border-radius:999px;font-weight:850;cursor:pointer}.button:hover{filter:brightness(.94)}.button-secondary{background:transparent;color:currentColor;border-color:currentColor}.hero .button-secondary{color:#fff;border-color:rgba(255,255,255,.65)}.button-small{padding:.52rem .8rem;font-size:.88rem}.hero-photo{border-radius:22px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.35);transform:rotate(1.2deg);position:relative}.hero-photo img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;max-height:540px}.hero-photo figcaption{position:absolute;bottom:.5rem;right:.5rem;background:rgba(0,0,0,.7);padding:.25rem .5rem;border-radius:5px;font-size:.72rem}.section{max-width:var(--max);margin:auto;padding:4.5rem 1rem}.section-tight{padding-top:2.5rem;padding-bottom:2.5rem}.section-header{display:flex;justify-content:space-between;gap:2rem;align-items:end;margin-bottom:2rem}.section-header h2,.page-header h1{font-size:clamp(2rem,5vw,3.8rem);line-height:1.02;letter-spacing:-.045em;margin:.25rem 0}.section-header p{max-width:56ch;color:var(--muted)}.page-header{background:linear-gradient(135deg,var(--night),var(--night-2));color:#fff}.page-header-inner{max-width:var(--max);margin:auto;padding:3.7rem 1rem}.page-header p{max-width:65ch;color:#e5e8f4}.city-grid,.market-grid,.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.city-card,.market-card,.feature-card,.content-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 8px 25px rgba(20,20,40,.05)}.city-card img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;max-height:260px}.city-card-body{padding:1.25rem}.city-card h3,.market-card h3{font-size:1.35rem;line-height:1.2;margin:.35rem 0 .1rem}.city-card p,.market-card p{color:var(--muted)}.city-card .zh-name,.market-card .zh-name{color:var(--red);font-weight:750;margin:.1rem 0}.market-card{padding:1.3rem;display:flex;flex-direction:column}.market-card-top{display:flex;justify-content:space-between;gap:.6rem;align-items:center}.rank-badge,.warning-badge,.tag{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .58rem;font-size:.72rem;font-weight:850}.rank-badge{background:#f7ead0;color:#6a4300}.warning-badge{background:#fff1ee;color:#9f2519}.card-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--line);font-size:.9rem}.text-link{color:var(--red);font-weight:850;text-decoration:none}.text-link:hover{text-decoration:underline}.mini-facts{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin:.8rem 0 1.2rem}.mini-facts div{background:#f8f4ed;padding:.65rem;border-radius:10px}.mini-facts dt{text-transform:uppercase;letter-spacing:.08em;font-size:.67rem;font-weight:850;color:var(--muted)}.mini-facts dd{margin:.1rem 0 0;font-size:.88rem;font-weight:750}.open-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:1.5rem;box-shadow:var(--shadow)}.open-panel-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem}.open-panel h2{margin:0;font-size:1.6rem}.today-chip{background:var(--teal);color:#fff;border-radius:999px;padding:.35rem .75rem;font-weight:850}.filter-bar{display:grid;grid-template-columns:1fr 220px 220px;gap:.75rem;margin-bottom:1.5rem}.field label{display:block;font-weight:850;margin-bottom:.3rem}.field input,.field select,.field textarea{width:100%;border:1px solid #aaa4a0;background:#fff;border-radius:10px;padding:.75rem}.field textarea{min-height:150px}.field input:focus,.field select:focus,.field textarea:focus,a:focus-visible,button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.status-message{padding:1rem;border-radius:12px;background:#eff8f7;color:#0c5c58;font-weight:750}.facts-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:16px;overflow:hidden;margin-top:-1.5rem;position:relative;z-index:2}.facts-strip div{background:#fff;padding:1rem}.facts-strip dt{text-transform:uppercase;letter-spacing:.08em;font-size:.67rem;font-weight:850;color:var(--muted)}.facts-strip dd{margin:.2rem 0 0;font-weight:800}.market-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:2.2rem}.market-layout h2{font-size:1.8rem;margin-top:2.2rem}.sidebar{position:sticky;top:5.5rem;align-self:start}.content-card{padding:1.25rem}.content-card + .content-card{margin-top:1rem}.check-list,.caution-list{list-style:none;padding:0}.check-list li,.caution-list li{position:relative;padding-left:1.7rem;margin:.7rem 0}.check-list li::before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}.caution-list li::before{content:"!";position:absolute;left:.25rem;color:var(--red);font-weight:900}.tag-row{display:flex;gap:.4rem;flex-wrap:wrap}.tag{background:#eef1f7;color:#33384b}.ratings{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.rating-box{background:#f8f4ed;border-radius:12px;padding:1rem}.rating-box strong{display:block;font-size:1.65rem}.fine-print{font-size:.82rem;color:var(--muted)}.transit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.transit-card{background:#f8f4ed;padding:1rem;border-radius:12px}.transit-card h3{margin:0 0 .45rem}.transit-card span{display:block;font-size:.9rem;margin:.2rem 0}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:14px}.schedule-table{width:100%;border-collapse:collapse;background:#fff;min-width:720px}.schedule-table caption{text-align:left;padding:1rem;font-weight:750}.schedule-table th,.schedule-table td{padding:.7rem;border-top:1px solid var(--line);text-align:center}.schedule-table th:first-child{text-align:left}.open-cell{color:var(--teal);font-weight:900}.closed-cell{color:#aaa}.notice{border-left:5px solid var(--gold);background:#fff8e8;padding:1rem 1.15rem;border-radius:0 12px 12px 0}.notice.warning{border-left-color:var(--red);background:#fff1ee}.prose{max-width:780px}.prose h2{font-size:1.8rem;margin-top:2.3rem}.prose h3{font-size:1.25rem;margin-top:1.6rem}.prose p,.prose li{color:#353442}.legal-meta{color:var(--muted);font-size:.9rem}.photo-credit-list{display:grid;gap:1rem}.photo-credit{background:#fff;border:1px solid var(--line);border-radius:14px;padding:1rem}.photo-credit h2{font-size:1.15rem;margin:.1rem 0}.contact-form{max-width:700px;background:#fff;border:1px solid var(--line);padding:1.4rem;border-radius:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.site-footer{background:var(--night);color:#fff;padding:3.5rem 1rem 1.3rem;margin-top:4rem}.footer-grid{max-width:var(--max);margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}.footer-grid h2{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:var(--gold)}.footer-grid a{display:block;margin:.4rem 0;color:#e5e8f4}.footer-grid p{color:#c9ccda;max-width:40ch}.footer-bottom{max-width:var(--max);margin:2rem auto 0;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15);display:flex;justify-content:space-between;gap:1rem;color:#b8bbc8;font-size:.82rem}.consent-banner{position:fixed;z-index:300;left:1rem;right:1rem;bottom:1rem;max-width:900px;margin:auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.consent-banner[hidden]{display:none}.consent-banner p{margin:.2rem 0;color:var(--muted)}.consent-actions{display:flex;gap:.5rem;flex-shrink:0}.empty-state{grid-column:1/-1;background:#fff;border:1px dashed #aaa;padding:2rem;border-radius:14px;text-align:center}.hidden{display:none!important}
@media(max-width:900px){.hero-inner{grid-template-columns:1fr;padding-top:3.8rem}.hero-photo{max-width:650px}.city-grid,.market-grid,.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.market-layout{grid-template-columns:1fr}.sidebar{position:static}.facts-strip{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.filter-bar{grid-template-columns:1fr 1fr}.filter-bar .field:first-child{grid-column:1/-1}}
@media(max-width:680px){.nav-toggle{display:block}.primary-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--night);padding:1rem;flex-direction:column;align-items:flex-start;border-top:1px solid rgba(255,255,255,.15)}.primary-nav.open{display:flex}.hero-inner{padding:3rem 1rem}.hero h1{font-size:3rem}.city-grid,.market-grid,.feature-grid,.transit-grid{grid-template-columns:1fr}.section{padding:3.2rem 1rem}.section-header{display:block}.facts-strip{grid-template-columns:1fr}.filter-bar,.form-grid{grid-template-columns:1fr}.filter-bar .field:first-child{grid-column:auto}.footer-grid{grid-template-columns:1fr}.footer-bottom,.consent-banner{flex-direction:column;align-items:flex-start}.consent-actions{width:100%}.consent-actions .button{flex:1}.ratings{grid-template-columns:1fr}.mini-facts{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
