:root {
  --ink: #10213e;
  --ink-soft: #243a5c;
  --muted: #66758c;
  --paper: #f5f7fb;
  --white: #ffffff;
  --line: #dce4ef;
  --blue: #245bff;
  --violet: #6954e8;
  --mint: #17a979;
  --navy: #0b1d46;
  --navy-2: #173472;
  --shadow: 0 18px 46px rgba(28, 53, 109, .1);
  --shadow-soft: 0 10px 26px rgba(29, 55, 110, .07);
  --radius: 24px;
  --wide: min(1280px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.5;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, #f4f7fb 0, #fbfcfe 32%, #fff 72%);
}
body::after {
  content: none;
}
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.site-page { overflow-x: clip; }
.site-nav {
  position: sticky;
  top: 16px;
  z-index: 30;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  width: var(--wide);
  height: 64px;
  margin: 16px auto 0;
  padding: 0 16px 0 19px;
  border: 1px solid rgba(129, 151, 195, .22);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 9px 28px rgba(30, 51, 95, .08);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 850; letter-spacing: -.02em; white-space: nowrap; }
.brand-mark { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 9px; background: var(--navy); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: -.05em; }
.site-nav-links { display: flex; justify-content: center; gap: clamp(13px, 1.65vw, 27px); min-width: 0; }
.site-nav-links a { position: relative; display: inline-flex; align-items: center; height: 64px; color: #42516a; font-size: 14px; font-weight: 700; white-space: nowrap; }
.site-nav-links a:hover, .site-nav-links a.is-active { color: var(--blue); }
.site-nav-links a.is-active::after { content: ""; position: absolute; right: 3px; bottom: 10px; left: 3px; height: 2px; border-radius: 999px; background: var(--blue); }
.nav-tools { display: flex; align-items: center; gap: 8px; }
.nav-tool { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #e1e7f0; border-radius: 50%; background: #fff; color: #53617a; font-size: 14px; }
.nav-menu { display: none; width: 36px; height: 36px; border: 0; border-radius: 10px; background: #eff3fa; color: var(--navy); }
.site-footer { width: var(--wide); margin: 0 auto; padding: 60px 0 30px; color: #5f6e85; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: 36px; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.footer-title { margin: 0 0 10px; color: var(--ink); font-weight: 850; }
.footer-copy { max-width: 310px; margin: 0; font-size: 14px; line-height: 1.7; }
.footer-group strong { display: block; margin-bottom: 10px; color: var(--ink); font-size: 13px; }
.footer-group a { display: block; margin: 7px 0; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 18px; font-size: 12px; }
.footer-bottom a { color: inherit; }
.policy-ledger-error { display: grid; gap: 9px; place-items: start; min-height: 210px; padding: 34px; border: 1px solid #e6b8ae; border-radius: 16px; background: #fffaf8; color: #6c3b32; }
.policy-ledger-error strong { color: #8c3428; font-size: 18px; }
.policy-ledger-error p { margin: 0; color: #7b5d58; }
.policy-ledger-error .button-secondary { min-height: 42px; border-color: #d7a59b; color: #8c3428; background: #fff; }
.atlas-audience { display: grid; grid-template-columns: .8fr 1.2fr; gap: 45px; align-items: end; width: var(--wide); margin: 0 auto; padding: 82px 0 20px; }
.atlas-audience h2 { max-width: 400px; margin: 12px 0; font-size: clamp(30px, 3.1vw, 45px); line-height: 1.12; letter-spacing: -.04em; }
.atlas-audience p { max-width: 410px; margin: 0; color: var(--muted); line-height: 1.75; }
.atlas-audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.atlas-audience-grid a { display: grid; gap: 9px; min-height: 168px; padding: 25px; border: 1px solid #dce5f1; border-radius: 20px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.atlas-audience-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.atlas-audience-grid small { color: #6a7ca0; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.atlas-audience-grid strong { align-self: end; color: var(--ink); font-size: 21px; }
.atlas-audience-grid span { color: #526783; font-size: 13px; }
.service-card-meta { display: block; margin-top: 18px; color: #315c9c; font-size: 12px; font-weight: 800; }
.legal-shell { width: min(860px, calc(100% - 48px)); margin: 60px auto 90px; padding: 60px 68px; border: 1px solid var(--line); border-radius: 26px; background: #fff; box-shadow: var(--shadow-soft); }
.legal-shell h1 { margin: 18px 0 16px; color: var(--ink); font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -.05em; }
.legal-lead { max-width: 680px; margin: 0; color: #526783; font-size: 18px; line-height: 1.8; }
.legal-section { padding-top: 38px; margin-top: 38px; border-top: 1px solid #e9eef5; }
.legal-section h2 { margin: 0 0 14px; color: var(--ink); font-size: 24px; }
.legal-section p, .legal-section li { color: #4b5d78; line-height: 1.85; }
.legal-section ol { padding-left: 22px; }
.legal-section a { color: #245bcb; text-decoration: underline; text-underline-offset: 3px; }
.data-definition-list { display: grid; grid-template-columns: 180px 1fr; margin: 0; }
.data-definition-list dt, .data-definition-list dd { padding: 15px 0; border-top: 1px solid #eef1f6; }
.data-definition-list dt { color: var(--ink); font-weight: 800; }
.data-definition-list dd { margin: 0; color: #4b5d78; }
.legal-note { padding: 16px 18px; border-left: 3px solid #ef6c52; background: #f7f9fc; }
.section { width: var(--wide); margin: 0 auto; padding: 82px 0; }
.section-label { display: flex; align-items: center; gap: 8px; color: #3c62b5; font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.section-label::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-top: 12px; }
.section-heading h2 { max-width: 700px; margin: 0; color: var(--ink); font-size: clamp(30px, 3.1vw, 46px); line-height: 1.12; letter-spacing: -.04em; }
.section-heading p { max-width: 420px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.button-primary, .button-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 49px; padding: 0 18px; border-radius: 13px; font-size: 14px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button-primary { color: #fff; background: #245bcb; box-shadow: 0 10px 20px rgba(36, 91, 203, .18); }
.button-secondary { border: 1px solid #d4ddea; background: rgba(255,255,255,.92); color: var(--ink); }
.button-primary:hover, .button-secondary:hover { transform: translateY(-2px); box-shadow: 0 15px 28px rgba(33, 58, 116, .16); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 7px 11px; border: 1px solid rgba(130, 153, 196, .24); border-radius: 999px; background: rgba(255, 255, 255, .84); color: #536681; font-size: 12px; font-weight: 750; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 4px rgba(23,169,121,.12); }

/* Homepage */
.home-hero { position: relative; display: grid; grid-template-columns: 1.02fr .74fr; gap: 58px; align-items: center; width: var(--wide); min-height: 680px; margin: 18px auto 0; padding: 88px 62px 78px; overflow: hidden; border: 1px solid rgba(164, 185, 214, .34); border-radius: 30px; color: var(--ink); background: linear-gradient(90deg, rgba(255, 255, 255, .94) 0%, rgba(255, 255, 255, .82) 48%, rgba(255, 255, 255, .20) 100%), url("assets/hero-cloud-lake.jpg") center 55% / cover no-repeat; box-shadow: 0 22px 56px rgba(25, 55, 110, .12); }
.home-hero::after { content: none; }
.home-copy, .hero-decision { position: relative; z-index: 1; }
.home-hero .eyebrow { border-color: #d7e0ed; background: rgba(255,255,255,.82); color: #4a5a71; }
.home-title { max-width: 650px; margin: 24px 0 17px; font-size: clamp(52px, 6vw, 84px); line-height: .98; letter-spacing: -.065em; }
.home-title span { color: #245bcb; }
.home-copy > p { max-width: 590px; margin: 0; color: #465873; font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.home-hero .button-secondary { border-color: #d1dce9; background: rgba(255,255,255,.86); color: var(--ink); }
.hero-decision { align-self: center; padding: 25px; border: 1px solid #dce4ee; border-radius: 19px; background: rgba(255,255,255,.96); box-shadow: 0 16px 36px rgba(34, 58, 104, .14); }
.decision-kicker { color: #5270a9; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.hero-decision h2 { margin: 9px 0 18px; font-size: 31px; line-height: 1.1; letter-spacing: -.04em; }
.hero-decision h2 span { color: #245bcb; }
.decision-row { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 11px; padding: 11px 0; border-top: 1px solid #e8edf4; }
.decision-row:first-of-type { border-top: 0; }
.decision-index { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 8px; background: #edf2fa; color: #3b5e9f; font-size: 11px; font-weight: 800; }
.decision-row strong { display: block; font-size: 14px; }.decision-row small { color: #718098; font-size: 11px; }.decision-row b { color: #5070aa; font-size: 12px; }
.decision-button { display: flex; justify-content: center; margin-top: 13px; padding: 13px; border-radius: 11px; background: #245bcb; color: #fff; font-size: 13px; font-weight: 850; }
.signal-bar { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; width: min(1120px, calc(100% - 72px)); margin: -28px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 17px; background: var(--line); box-shadow: var(--shadow); }
.signal { padding: 18px 22px; background: #fff; }.signal b { display: block; color: var(--ink); font-size: 23px; line-height: 1.05; }.signal span { color: #748198; font-size: 12px; }
.gateway-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 34px; }
.gateway-card { position: relative; min-height: 205px; padding: 23px; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: #fff; box-shadow: var(--shadow-soft); transition: transform .2s ease, box-shadow .2s ease; }
.gateway-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }.gateway-number { color: #7d91be; font-size: 12px; font-weight: 850; }.gateway-card h3 { margin: 38px 0 8px; font-size: 21px; letter-spacing: -.03em; }.gateway-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.gateway-card .card-arrow { position: absolute; right: 22px; bottom: 21px; color: var(--blue); font-size: 20px; }.gateway-card.featured { color: #fff; border-color: transparent; background: #173d7a; }.gateway-card.featured .gateway-number, .gateway-card.featured p, .gateway-card.featured .card-arrow { color: #c8daff; }
.city-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 26px; align-items: stretch; margin-top: 38px; }.city-map, .city-list { border-radius: var(--radius); }.city-map { position: relative; min-height: 420px; overflow: hidden; background: linear-gradient(90deg, rgba(10, 30, 70, .86), rgba(10, 30, 70, .30)), url("assets/hero-cloud-lake.jpg") center / cover no-repeat; color: #fff; }.city-map::after { content: none; }.city-map-content { position: absolute; z-index: 1; inset: 35px; }.city-map h3 { max-width: 360px; margin: 12px 0; font-size: 35px; line-height: 1.14; }.city-map p { max-width: 390px; color: #d5e2f4; line-height: 1.7; }.city-mark { position: absolute; z-index: 1; right: 18%; bottom: 23%; padding: 8px 10px; border-radius: 9px; background: #fff; color: #173d86; box-shadow: var(--shadow); font-size: 12px; font-weight: 800; }.city-list { padding: 28px; border: 1px solid var(--line); background: #fff; }.city-list h3 { margin: 0 0 9px; font-size: 22px; }.city-list > p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }.city-row { display: grid; grid-template-columns: 1fr auto auto; gap: 13px; align-items: center; padding: 14px 0; border-top: 1px solid #edf0f5; }.city-row strong { font-size: 15px; }.city-row span { color: #60718d; font-size: 12px; }.heat { padding: 4px 8px; border-radius: 999px; background: #eaf7f2; color: #198260 !important; font-size: 11px !important; font-weight: 800; }
.path-band { position: relative; overflow: hidden; display: grid; grid-template-columns: .82fr 1.18fr; gap: 36px; margin-top: 36px; padding: 46px; border-radius: 26px; background: #fff; border: 1px solid var(--line); }.path-band::before { content: ""; position: absolute; width: 420px; height: 420px; right: -170px; bottom: -270px; border-radius: 50%; background: rgba(40,91,255,.08); }.path-band h2 { position: relative; max-width: 390px; margin: 10px 0; font-size: 35px; line-height: 1.14; }.path-band p { position: relative; color: var(--muted); }.path-steps { position: relative; display: grid; gap: 12px; }.path-step { display: grid; grid-template-columns: 36px 1fr auto; gap: 14px; align-items: center; padding: 14px; border: 1px solid #e2e8f1; border-radius: 14px; background: #fff; }.path-step b { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: #edf2ff; color: var(--blue); font-size: 12px; }.path-step strong { font-size: 15px; }.path-step span { color: var(--muted); font-size: 12px; }

/* Editorial / data pages */
.page-hero { width: var(--wide); margin: 18px auto 0; padding: 72px 58px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }.page-hero--dark { color: #fff; background: #0b1d46; border: 0; }.page-hero--dark p { color: #c5d6f9; }.page-hero-grid { display: grid; grid-template-columns: 1fr .75fr; gap: 42px; align-items: end; }.page-hero h1 { margin: 14px 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.04; letter-spacing: -.055em; }.page-hero p { max-width: 630px; color: var(--muted); font-size: 17px; line-height: 1.75; }.report-stamp { padding: 23px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.1); }.report-stamp small { color: #c7d6fa; }.report-stamp b { display: block; margin: 8px 0; font-size: 31px; line-height: 1.05; }.report-stamp span { color: #c7d6fa; font-size: 13px; }.insight-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; margin-top: 31px; }.insight-card { min-height: 212px; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.insight-card.primary { color: #fff; border: 0; background: #214e9b; }.insight-card .num { display: block; margin-top: 26px; font-size: 43px; line-height: 1; font-weight: 850; letter-spacing: -.05em; }.insight-card p { color: var(--muted); font-size: 13px; }.insight-card.primary p { color: #c5d8ff; }.chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 29px; }.chapter { padding: 20px; border-top: 3px solid #94aafa; background: #fff; box-shadow: var(--shadow-soft); }.chapter small { color: #7184a0; }.chapter h3 { margin: 13px 0 8px; font-size: 18px; }.chapter p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.page-hero { position: relative; isolation: isolate; overflow: hidden; }
.page-hero > * { position: relative; z-index: 1; }
.report-hero { min-height: 474px; background: linear-gradient(90deg, rgba(6, 21, 53, .94) 0%, rgba(6, 21, 53, .78) 45%, rgba(6, 21, 53, .23) 100%), url("assets/shanghai-night.jpg") center 52% / cover no-repeat; }
.report-hero .report-stamp, .services-hero .report-stamp { border-color: rgba(255,255,255,.25); background: rgba(8, 22, 54, .62); }
.policy-hero { min-height: 452px; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.88) 48%, rgba(255,255,255,.16) 100%), url("assets/shanghai-morning.jpg") center 44% / cover no-repeat; }
.policy-hero .filter-panel { border: 1px solid rgba(211, 221, 238, .92); background: rgba(255,255,255,.91); box-shadow: 0 15px 34px rgba(35, 60, 108, .1); }
.diagnose-hero { min-height: 420px; padding-right: min(46vw, 560px); background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.86) 50%, rgba(255,255,255,.14) 100%), url("assets/shanghai-morning.jpg") center 42% / cover no-repeat; }
.services-hero { min-height: 474px; background: linear-gradient(90deg, rgba(6, 21, 53, .94) 0%, rgba(6, 21, 53, .76) 48%, rgba(6, 21, 53, .18) 100%), url("assets/shanghai-night.jpg") center 50% / cover no-repeat; }
.knowledge-hero { min-height: 442px; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.86) 52%, rgba(255,255,255,.22) 100%), url("assets/hero-cloud-lake.jpg") center 58% / cover no-repeat; }
.knowledge-hero .report-stamp { box-shadow: 0 16px 34px rgba(35, 61, 108, .1); }
.cooperation-hero { min-height: 402px; padding-right: min(42vw, 520px); background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.88) 50%, rgba(255,255,255,.12) 100%), url("assets/shanghai-morning.jpg") center 48% / cover no-repeat; }
.hero-context { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }
.hero-context span { padding: 8px 11px; border: 1px solid rgba(139, 162, 203, .32); border-radius: 999px; background: rgba(255,255,255,.82); color: #435b82; font-size: 12px; font-weight: 750; box-shadow: 0 6px 16px rgba(38, 62, 111, .06); }
.policy-intro { display: grid; grid-template-columns: 1fr .7fr; gap: 36px; align-items: center; }.filter-panel { padding: 22px; border-radius: 18px; background: #f4f7fc; }.filter-panel h3 { margin: 0 0 13px; font-size: 16px; }.chip-list { display: flex; flex-wrap: wrap; gap: 8px; }.filter-chip { padding: 8px 11px; border: 1px solid #dce5f0; border-radius: 999px; background: #fff; color: #61718b; font-size: 12px; font-weight: 700; }.filter-chip.is-selected, .filter-chip:hover { border-color: #9eb4ff; background: #edf2ff; color: #2653d4; }.policy-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; margin-top: 30px; }.policy-list { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.policy-item { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 19px 20px; border-top: 1px solid #edf0f5; }.policy-item:first-child { border-top: 0; }.policy-city { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 11px; background: #edf2ff; color: #3055c9; font-size: 12px; font-weight: 900; }.policy-item strong { display: block; font-size: 15px; }.policy-item span { color: var(--muted); font-size: 12px; }.policy-item em { padding: 5px 7px; border-radius: 7px; background: #edf8f3; color: #16815e; font-size: 11px; font-style: normal; font-weight: 800; }.policy-aside { padding: 26px; border-radius: 20px; background: #102752; color: #fff; }.policy-aside p { color: #c4d5f6; font-size: 13px; line-height: 1.7; }.policy-aside ul { padding: 0; list-style: none; }.policy-aside li { padding: 10px 0; border-top: 1px solid rgba(255,255,255,.14); color: #e2ebff; font-size: 13px; }.policy-aside li::before { content: "✓"; margin-right: 8px; color: #8cc6ff; }
.diagnose-flow { display: grid; grid-template-columns: 230px 1fr; gap: 44px; }.flow-rail { padding-top: 8px; }.flow-rail a { display: grid; grid-template-columns: 30px 1fr; gap: 10px; align-items: center; padding: 12px 0; color: #718099; font-size: 13px; }.flow-rail b { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid #dce4ef; border-radius: 50%; font-size: 11px; }.flow-rail a.is-active { color: var(--blue); font-weight: 800; }.flow-rail a.is-active b { border-color: var(--blue); background: var(--blue); color: #fff; }.diagnose-stage { padding: 36px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: var(--shadow-soft); }.diagnose-stage h2 { margin: 0 0 8px; font-size: 31px; letter-spacing: -.04em; }.diagnose-stage > p { margin: 0 0 25px; color: var(--muted); }.answer-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.answer-card { padding: 18px; border: 1px solid #e0e6f0; border-radius: 15px; background: #fff; text-align: left; transition: border-color .18s, background .18s, transform .18s; }.answer-card:hover, .answer-card.is-selected { border-color: #90aafc; background: #f1f5ff; transform: translateY(-2px); }.answer-card strong { display: block; font-size: 15px; }.answer-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.5; }.diagnose-submit { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 22px; padding-top: 22px; border-top: 1px solid #e8edf4; }.diagnose-submit span { color: var(--muted); font-size: 13px; }
.service-hero { position: relative; overflow: hidden; }.service-hero::after { content: ""; position: absolute; width: 340px; height: 340px; top: -170px; right: 7%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.05), 0 0 0 90px rgba(255,255,255,.04); }.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 30px; }.service-card { padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }.service-card .service-no { color: #5273c7; font-size: 12px; font-weight: 850; }.service-card h3 { margin: 24px 0 9px; font-size: 21px; }.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }.delivery-band { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; margin-top: 34px; padding: 42px; border-radius: 25px; background: #fff; border: 1px solid var(--line); }.delivery-band h2 { margin: 0; font-size: 34px; line-height: 1.14; }.delivery-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.delivery-item { padding: 16px; border-left: 2px solid #8ca8fa; background: #f7f9fe; }.delivery-item b { display: block; font-size: 14px; }.delivery-item span { color: var(--muted); font-size: 12px; }
.cooperation-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; }.ecosystem-card { min-height: 390px; padding: 36px; border-radius: 26px; color: #fff; background: #173d7a; }.ecosystem-card h2 { max-width: 440px; margin: 12px 0; font-size: 38px; line-height: 1.12; }.ecosystem-card p { max-width: 480px; color: #d2e0f6; line-height: 1.75; }.partner-cloud { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }.partner-cloud span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.1); color: #e6efff; font-size: 12px; }.contact-card { padding: 36px; border: 1px solid var(--line); border-radius: 26px; background: #fff; }.contact-card h2 { margin: 6px 0 22px; font-size: 32px; }.contact-row { padding: 15px 0; border-top: 1px solid #e8edf4; }.contact-row span { display: block; color: #7a879d; font-size: 12px; }.contact-row b { display: block; margin-top: 4px; font-size: 15px; }
.cta-panel { width: var(--wide); display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 auto; padding: 42px 46px; border-radius: 25px; background: #1c4fa6; color: #fff; box-shadow: 0 20px 42px rgba(29,65,163,.16); }.cta-panel h2 { margin: 0; font-size: 32px; letter-spacing: -.04em; }.cta-panel p { margin: 8px 0 0; color: #d7e4ff; }.cta-panel .button-primary { background: #fff; color: #2448bf; box-shadow: none; }.cta-panel .button-secondary { border-color: rgba(255,255,255,.34); background: transparent; color: #fff; }

/* Product editorial reset */
:root { --paper: #ffffff; --line: #dfe5ed; --shadow: 0 6px 18px rgba(20, 44, 82, .06); --shadow-soft: 0 3px 12px rgba(20, 44, 82, .045); --radius: 14px; }
body::before { content: none; }
.site-nav { top: 0; width: 100%; height: 62px; margin: 0; padding: 0 max(24px, calc((100vw - 1280px) / 2)); border-width: 0 0 1px; border-radius: 0; background: #fff; box-shadow: none; backdrop-filter: none; }
.site-nav-links a { height: 62px; font-weight: 650; }.site-nav-links a.is-active::after { right: 5px; bottom: 0; left: 5px; height: 2px; border-radius: 0; }.nav-tool { border-radius: 7px; background: #f6f8fb; }
.section { padding: 74px 0; }.section-label { color: #315c9c; letter-spacing: .08em; }.section-heading h2 { max-width: 660px; font-size: clamp(28px, 2.65vw, 40px); letter-spacing: -.035em; }
.button-primary, .button-secondary { min-height: 46px; border-radius: 8px; box-shadow: none; }.button-primary { background: #1f5cc1; }.button-primary:hover, .button-secondary:hover { transform: translateY(-1px); box-shadow: none; }.button-primary:hover { background: #174d9f; }
.eyebrow { padding: 6px 10px; border-radius: 7px; background: #fff; box-shadow: none; }

.home-hero { min-height: 620px; margin-top: 28px; padding: 72px 56px; border-radius: 14px; box-shadow: none; }.home-title { font-size: clamp(48px, 5.5vw, 76px); letter-spacing: -.05em; }.hero-decision { border-radius: 12px; box-shadow: var(--shadow); }.decision-button { border-radius: 8px; }.signal-bar { margin-top: 0; border-radius: 0; box-shadow: none; }.gateway-card, .city-map, .city-list, .path-band { border-radius: 12px; box-shadow: none; }.gateway-card.featured { color: var(--ink); border-color: #b9cae2; background: #edf3fb; }.gateway-card.featured .gateway-number, .gateway-card.featured p, .gateway-card.featured .card-arrow { color: #4a6690; }.path-band::before { content: none; }.path-step { border-radius: 8px; }

.page-hero { min-height: 410px; margin-top: 28px; padding: 58px 58px; border-radius: 14px; border-color: var(--line); background: #fff; box-shadow: none; }.page-hero--dark { color: var(--ink); background: #fff; }.page-hero--dark p { color: var(--muted); }.page-hero h1 { max-width: 620px; margin: 12px 0; font-size: clamp(38px, 4.4vw, 58px); letter-spacing: -.045em; }.page-hero p { font-size: 16px; }
.report-hero, .services-hero { padding-right: min(48vw, 610px); color: var(--ink); background: #fff; }.report-hero::after, .services-hero::after { content: ""; position: absolute; z-index: 0; inset: 24px 24px 24px 56%; border-radius: 10px; background: url("assets/shanghai-night.jpg") center / cover no-repeat; }.report-hero .page-hero-grid, .services-hero .page-hero-grid { display: block; }.report-hero p, .services-hero p { color: var(--muted); }.report-hero .report-stamp, .services-hero .report-stamp { max-width: 280px; margin-top: 24px; padding: 16px 18px; border: 1px solid #dce4ef; border-radius: 10px; background: #fff; box-shadow: var(--shadow-soft); }.report-hero .report-stamp small, .report-hero .report-stamp span, .services-hero .report-stamp small, .services-hero .report-stamp span { color: #64748b; }.report-hero .report-stamp b, .services-hero .report-stamp b { color: var(--ink); font-size: 25px; }
.policy-hero, .diagnose-hero, .knowledge-hero, .cooperation-hero { min-height: 400px; padding-right: min(47vw, 600px); background: #fff; }.policy-hero::after, .diagnose-hero::after, .cooperation-hero::after { content: ""; position: absolute; z-index: 0; inset: 24px 24px 24px 56%; border-radius: 10px; background: url("assets/shanghai-morning.jpg") center / cover no-repeat; }.knowledge-hero::after { content: ""; position: absolute; z-index: 0; inset: 24px 24px 24px 56%; border-radius: 10px; background: url("assets/hero-cloud-lake.jpg") center / cover no-repeat; }.policy-intro { display: block; }.policy-intro .filter-panel { max-width: 360px; margin-top: 22px; padding: 16px; border-radius: 10px; background: #f7f9fc; box-shadow: none; }.hero-context { gap: 7px; margin-top: 20px; }.hero-context span { padding: 7px 9px; border-radius: 7px; background: #f7f9fc; box-shadow: none; }

.insight-card, .policy-list, .policy-aside, .diagnose-stage, .service-card, .delivery-band, .ecosystem-card, .contact-card, .cta-panel { border-radius: 12px; box-shadow: none; }.insight-card.primary { color: var(--ink); border: 1px solid #c8d7ed; background: #f0f5fb; }.insight-card.primary p { color: var(--muted); }.insight-card .num { color: #234b85; }.chapter { border-top-color: #315c9c; box-shadow: none; }.policy-aside, .ecosystem-card { color: var(--ink); border: 1px solid var(--line); background: #f5f8fc; }.policy-aside p, .ecosystem-card p { color: var(--muted); }.policy-aside li { border-color: #dfe7f0; color: var(--ink); }.policy-aside li::before { color: #1f5cc1; }.partner-cloud span { border-color: #d8e1ec; border-radius: 7px; background: #fff; color: #43536a; }.delivery-item { border-left-color: #315c9c; background: #f7f9fc; }.contact-card, .diagnose-stage, .service-card, .policy-list { background: #fff; }.cta-panel { background: #12366e; }.cta-panel .button-primary { background: #fff; color: #174d9f; }.cta-panel .button-secondary { border-radius: 8px; }

@media (max-width: 1050px) { .site-nav-links { gap: 13px; }.home-hero, .page-hero-grid, .policy-intro, .city-band, .path-band, .delivery-band, .cooperation-grid { grid-template-columns: 1fr; }.home-hero { padding: 70px 46px 54px; }.hero-decision { max-width: 560px; }.gateway-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }.diagnose-flow { grid-template-columns: 1fr; }.flow-rail { display: flex; gap: 16px; overflow: auto; }.flow-rail a { white-space: nowrap; }.page-hero { padding: 58px 45px; }.insight-grid { grid-template-columns: 1.1fr 1fr; }.insight-card.primary { grid-row: span 2; }.policy-layout { grid-template-columns: 1fr; } }
@media (max-width: 760px) { :root { --wide: min(100% - 28px, 1280px); }.site-nav { grid-template-columns: auto 1fr auto; height: 56px; margin-top: 10px; }.site-nav-links { position: absolute; top: 64px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 18px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }.site-nav.is-open .site-nav-links { display: flex; }.site-nav-links a { height: 41px; }.site-nav-links a.is-active::after { bottom: 4px; }.nav-tools { display: none; }.nav-menu { display: block; }.home-hero { min-height: auto; padding: 58px 25px 40px; border-radius: 21px; background-position: 58% center; }.home-title { margin-top: 20px; font-size: clamp(44px, 13vw, 62px); }.home-copy > p { font-size: 16px; }.hero-actions { flex-direction: column; align-items: stretch; }.signal-bar { grid-template-columns: repeat(2, 1fr); width: var(--wide); margin-top: 15px; }.signal { padding: 15px; }.section { padding: 58px 0; }.section-heading { display: block; }.section-heading p { margin-top: 11px; }.gateway-grid, .chapter-grid, .service-grid, .answer-grid, .delivery-list { grid-template-columns: 1fr; }.city-map { min-height: 330px; }.path-band { padding: 27px; }.page-hero { padding: 44px 25px; border-radius: 21px; }.page-hero h1 { font-size: 42px; }.page-hero p { font-size: 15px; }.insight-grid { grid-template-columns: 1fr; }.insight-card.primary { grid-row: auto; }.diagnose-stage { padding: 25px; }.diagnose-submit, .cta-panel { align-items: stretch; flex-direction: column; }.cta-panel { width: var(--wide); padding: 29px 25px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > :first-child { grid-column: span 2; } }
@media (max-width: 760px) {
  .report-hero, .policy-hero, .diagnose-hero, .services-hero, .knowledge-hero, .cooperation-hero { min-height: auto; background-position: center; }
  .diagnose-hero, .cooperation-hero { padding-right: 25px; background-position: 65% center; }
  .hero-context { margin-top: 18px; }
}

.account-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 44px;
}

.account-hero h1 {
  max-width: 760px;
  margin: 18px 0 12px;
  color: var(--ink);
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.04;
}

.account-hero > p:not(.account-status) {
  max-width: 620px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.account-status {
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
}

.account-grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.account-card {
  display: grid;
  gap: 14px;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(99, 125, 255, .12);
  border-radius: 22px;
  box-shadow: 0 16px 42px rgba(36, 56, 120, .08);
}

.account-card h2 { margin: 0 0 6px; color: var(--ink); }
.account-card label { display: grid; gap: 7px; color: var(--muted); font-size: 14px; }
.account-card input { min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fbfcff; font: inherit; }
.account-card input:focus { outline: 2px solid rgba(49, 92, 255, .22); border-color: var(--brand); }

.account-history { max-width: 1000px; margin: 0 auto; }
.account-history-list { display: grid; gap: 12px; margin-top: 20px; }
.account-history-item { display: grid; gap: 6px; padding: 18px 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.account-history-item strong { color: var(--ink); }
.account-history-item span { color: var(--muted); font-size: 13px; }

@media (max-width: 760px) {
  .account-hero { padding-top: 62px; }
  .account-grid { grid-template-columns: 1fr; }
  .account-card { padding: 24px; }
}

/* City opportunity detail */
.atlas-city-cover { position: relative; min-height: 600px; padding: 96px max(72px, calc((100vw - 1280px) / 2)); overflow: hidden; color: #10234a; background: linear-gradient(90deg, rgba(239, 247, 255, .98) 0%, rgba(242, 249, 255, .91) 48%, rgba(248, 252, 255, .38) 100%), url("assets/shanghai-morning.jpg") center 58% / cover no-repeat; }
.city-cover-copy { position: relative; z-index: 1; max-width: 650px; }
.city-cover-date { display: inline-block; margin: 24px 0 0; padding: 6px 9px; border: 1px solid rgba(55, 98, 157, .22); color: #45688e; font-size: 12px; }
.atlas-city-cover h1 { margin: 22px 0 18px; color: #10234a; font-size: clamp(53px, 5.8vw, 82px); letter-spacing: -.045em; line-height: .98; }
.atlas-city-cover h1 em { color: #315cff; font-style: normal; }
.atlas-city-cover h1 span { color: #10234a; }
.city-cover-copy > p:not(.city-cover-date) { max-width: 560px; margin: 0; color: #536a86; font-size: 17px; line-height: 1.8; }
.city-cover-brief { position: absolute; z-index: 1; top: 143px; right: max(72px, calc((100vw - 1280px) / 2)); width: 260px; padding-left: 22px; border-left: 2px solid #2e69ca; }
.city-cover-brief small { color: #5a759a; font-size: 11px; font-weight: 800; letter-spacing: .09em; }
.city-cover-brief b { display: block; margin: 16px 0; color: #10234a; font-size: 37px; line-height: 1; }
.city-cover-brief span { display: block; color: #536a86; font-size: 13px; line-height: 1.75; }
.city-cover-brief a { display: inline-block; margin-top: 22px; color: #245bcb; font-size: 13px; font-weight: 800; }
.city-cover-caption { position: absolute; right: max(72px, calc((100vw - 1280px) / 2)); bottom: 27px; color: rgba(16, 35, 74, .56); font-size: 11px; letter-spacing: .07em; }
.city-detail-layout { padding-top: 80px; }
.city-detail-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; padding-bottom: 27px; border-bottom: 1px solid #b7c5d9; }
.city-detail-head h2 { margin: 13px 0 0; color: #10234a; font-size: clamp(32px, 3.3vw, 48px); letter-spacing: -.04em; line-height: 1.06; }
.city-detail-meta { display: grid; justify-items: end; gap: 10px; color: #71819a; font-size: 12px; text-align: right; }
.city-detail-meta a { color: #1f5cc1; font-size: 13px; font-weight: 800; }
.city-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 295px; gap: 38px; margin-top: 29px; }
.city-opportunity-list { display: grid; gap: 0; min-width: 0; border-top: 1px solid #d2dce9; }
.city-opportunity-list .policy-item { grid-template-columns: 46px minmax(0, 1fr) auto; gap: 16px; padding: 24px 0; border-top: 1px solid #d2dce9; }
.city-opportunity-list .policy-item:first-child { border-top: 0; }
.city-opportunity-list .policy-item:hover { background: #f5f8fc; }
.city-opportunity-list .policy-city { width: 42px; height: 42px; border-radius: 0; background: #e9f0fa; color: #25559e; }
.city-opportunity-list .policy-item-copy small { display: block; margin-bottom: 6px; color: #5577a9; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.city-opportunity-list .policy-item-copy strong { color: #14254a; font-size: 17px; }
.city-opportunity-list .policy-item-copy span { display: block; margin-top: 6px; color: #6b7890; font-size: 13px; line-height: 1.65; }
.city-opportunity-list .policy-source-card dl { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 8px 13px; margin: 17px 0 0; }
.city-opportunity-list .policy-source-card dt { color: #17325d; font-size: 12px; font-weight: 850; }
.city-opportunity-list .policy-source-card dd { margin: 0; color: #5f6f86; font-size: 12px; line-height: 1.65; }
.city-opportunity-list .policy-item-status { display: grid; justify-items: end; gap: 14px; min-width: 112px; }
.city-opportunity-list .policy-item-status em { padding: 5px 7px; border-radius: 0; background: #edf7f0; color: #1f805c; white-space: nowrap; }
.city-opportunity-list .policy-item-status a { color: #1f5cc1; font-size: 12px; font-weight: 800; white-space: nowrap; }
.city-empty-state { padding: 34px 0; color: #66758c; font-size: 14px; }
.city-detail-aside { align-self: start; padding: 28px; border-top: 3px solid #2e69ca; background: #fff; box-shadow: var(--shadow-soft); }
.city-detail-aside h3 { margin: 13px 0 12px; color: #12264c; font-size: 25px; line-height: 1.14; }
.city-detail-aside p { color: #66758a; font-size: 13px; line-height: 1.7; }
.city-detail-aside ol { padding: 0; list-style: none; }
.city-detail-aside li { display: flex; gap: 11px; padding: 12px 0; border-top: 1px solid #dbe3ee; color: #465a77; font-size: 13px; }
.city-detail-aside li b { color: #2e69ca; }
.city-detail-aside .atlas-primary { width: 100%; margin-top: 16px; }
.city-next-step { display: flex; align-items: end; justify-content: space-between; gap: 50px; width: var(--wide); margin: 18px auto 0; padding: 54px 58px; color: #fff; background: #102d63; }
.city-next-step small { color: #b5cff7; font-size: 11px; font-weight: 850; letter-spacing: .09em; }
.city-next-step h2 { margin: 14px 0 0; font-size: 43px; letter-spacing: 0; line-height: 1.04; }
.city-next-step p { max-width: 330px; margin: 0 0 18px; color: #c8d8ee; font-size: 14px; line-height: 1.7; }
.city-next-step a { display: inline-block; padding-bottom: 4px; border-bottom: 2px solid #ff7657; color: #fff; font-size: 14px; font-weight: 850; }
@media (max-width: 1050px) {
  .atlas-city-cover { padding-right: 46px; padding-left: 46px; }
  .city-cover-brief { right: 46px; }
  .city-detail-grid { grid-template-columns: minmax(0, 1fr) 250px; gap: 26px; }
}
@media (max-width: 760px) {
  .atlas-city-cover { min-height: 650px; padding: 72px 25px 45px; background-position: 61% center; }
  .city-cover-date { margin-top: 19px; font-size: 11px; }
  .atlas-city-cover h1 { margin: 20px 0 16px; font-size: clamp(47px, 13.5vw, 64px); }
  .city-cover-copy > p:not(.city-cover-date) { font-size: 15px; }
  .city-cover-brief { display: none; }
  .city-cover-caption { right: 25px; bottom: 20px; font-size: 9px; }
  .city-detail-layout { padding-top: 60px; }
  .city-detail-head { display: block; }
  .city-detail-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 16px; text-align: left; }
  .city-detail-grid { display: block; }
  .city-detail-aside { margin-top: 34px; }
  .city-opportunity-list .policy-item { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; }
  .city-opportunity-list .policy-source-card dl { grid-template-columns: 1fr; }
  .city-opportunity-list .policy-item-status { display: flex; flex-wrap: wrap; grid-column: 2; justify-content: flex-start; justify-items: start; gap: 11px 15px; }
  .city-next-step { display: block; width: 100%; margin-top: 0; padding: 44px 25px; }
  .city-next-step h2 { font-size: 36px; }
  .city-next-step p { margin-top: 25px; }
}
@media (max-width: 480px) { .brand { font-size: 15px; }.brand-mark { width: 28px; height: 28px; }.home-hero .eyebrow { font-size: 11px; }.home-title { font-size: 42px; }.hero-decision { padding: 19px; }.hero-decision h2 { font-size: 26px; }.city-list, .city-map-content { padding: 21px; }.city-map h3 { font-size: 29px; }.policy-item { grid-template-columns: auto 1fr; }.policy-item em { grid-column: 2; width: max-content; }.footer-grid { grid-template-columns: 1fr; }.footer-grid > :first-child { grid-column: auto; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin: 6px 0; } }

@media (max-width: 1050px) {
  .report-hero, .services-hero, .policy-hero, .diagnose-hero, .knowledge-hero, .cooperation-hero { padding-right: 45px; }
  .report-hero::after, .services-hero::after, .policy-hero::after, .diagnose-hero::after, .knowledge-hero::after, .cooperation-hero::after { inset: 0; border-radius: 0; opacity: .14; }
}

@media (max-width: 760px) {
  .site-nav { top: 0; margin-top: 0; padding-right: 14px; padding-left: 14px; }
  .page-hero { padding: 40px 25px; }
  .report-hero::after, .services-hero::after, .policy-hero::after, .diagnose-hero::after, .knowledge-hero::after, .cooperation-hero::after { display: none; }
}

/* Tool and knowledge page patterns */
.policy-workbench { display: grid; grid-template-columns: 220px minmax(0, 1fr) 260px; gap: 28px; align-items: start; padding-top: 64px; }
.policy-filter-sidebar { position: sticky; top: 86px; padding: 0 22px 24px 0; border-right: 1px solid var(--line); }.filter-sidebar-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 23px; }.filter-sidebar-head span { color: #8190a7; font-size: 11px; }.filter-group { margin-top: 22px; }.filter-group b { display: block; margin-bottom: 9px; color: #334763; font-size: 13px; }.filter-group > div { display: grid; gap: 2px; }.filter-option { padding: 8px 9px; border: 0; border-radius: 6px; background: transparent; color: #67778f; text-align: left; font-size: 13px; }.filter-option:hover, .filter-option.is-selected { background: #eef4fb; color: #1f5cc1; font-weight: 750; }.filter-reset { display: inline-block; margin-top: 23px; color: #28599d; font-size: 13px; font-weight: 750; }
.policy-results-top { display: flex; justify-content: space-between; gap: 25px; margin-bottom: 22px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }.policy-results-top h2 { max-width: 590px; margin: 8px 0; font-size: 32px; letter-spacing: -.04em; }.policy-results-top p { max-width: 580px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.result-count { align-self: end; padding: 6px 8px; border: 1px solid #dce4ef; border-radius: 6px; color: #61738f; font-size: 12px; white-space: nowrap; }.policy-results .policy-list { border: 0; border-radius: 0; }.policy-results .policy-item { padding: 21px 0; }.policy-checklist { position: sticky; top: 86px; padding: 23px; border: 1px solid var(--line); border-top: 3px solid #315c9c; background: #fbfcfe; }.policy-checklist h2 { margin: 10px 0; font-size: 23px; line-height: 1.25; }.policy-checklist p { color: var(--muted); font-size: 13px; line-height: 1.7; }.policy-checklist ol { margin: 18px 0; padding: 0; list-style: none; counter-reset: policy-check; }.policy-checklist li { position: relative; padding: 10px 0 10px 27px; border-top: 1px solid #e7ecf2; color: #4a5a70; font-size: 13px; }.policy-checklist li::before { position: absolute; left: 0; color: #315c9c; content: counter(policy-check, decimal-leading-zero); counter-increment: policy-check; font-size: 11px; font-weight: 800; }

.knowledge-hero .knowledge-hero-copy { max-width: 600px; }.knowledge-workspace { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 56px; align-items: start; padding-top: 66px; }.knowledge-sidebar { position: sticky; top: 86px; padding-right: 21px; border-right: 1px solid var(--line); }.knowledge-sidebar nav { display: grid; gap: 3px; margin-top: 20px; }.knowledge-sidebar nav a { padding: 8px 10px; border-left: 2px solid transparent; color: #63738b; font-size: 13px; }.knowledge-sidebar nav a:hover, .knowledge-sidebar nav a.is-active { border-left-color: #245bcb; background: #f4f7fb; color: #1d4f9d; font-weight: 750; }.knowledge-sidebar-note { display: grid; gap: 7px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }.knowledge-sidebar-note b { font-size: 13px; }.knowledge-sidebar-note span { color: var(--muted); font-size: 12px; line-height: 1.6; }.knowledge-sidebar-note a, .text-link { color: #1f5cc1; font-size: 13px; font-weight: 750; }.knowledge-content { display: grid; gap: 64px; }.knowledge-content-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 23px; }.knowledge-content-head h2 { margin: 8px 0 0; font-size: 34px; letter-spacing: -.04em; }.knowledge-content-head p { max-width: 350px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.knowledge-question-list { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.knowledge-question-list a { position: relative; min-height: 128px; padding: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }.knowledge-question-list a:hover { background: #f8fbff; }.knowledge-question-list b { display: block; max-width: 280px; font-size: 17px; }.knowledge-question-list span { display: block; max-width: 310px; margin-top: 9px; color: var(--muted); font-size: 12px; line-height: 1.6; }.knowledge-question-list i { position: absolute; right: 18px; bottom: 16px; color: #315c9c; font-size: 17px; font-style: normal; }.knowledge-library { padding-top: 5px; }.knowledge-doc-list { border-top: 1px solid var(--line); }.knowledge-doc-list a { display: grid; grid-template-columns: 76px 1fr auto; gap: 18px; align-items: center; padding: 19px 0; border-bottom: 1px solid var(--line); }.knowledge-doc-list a:hover h3 { color: #1f5cc1; }.knowledge-doc-list small { color: #6b83ab; font-size: 11px; font-weight: 850; letter-spacing: .08em; }.knowledge-doc-list h3 { margin: 0; font-size: 17px; }.knowledge-doc-list p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }.knowledge-doc-list span { padding: 5px 8px; border: 1px solid #dce4ef; border-radius: 5px; color: #708098; font-size: 11px; }.knowledge-path { display: grid; grid-template-columns: .85fr 1.15fr; gap: 36px; padding-top: 28px; border-top: 1px solid var(--line); }.knowledge-path h2 { margin: 8px 0; font-size: 29px; line-height: 1.2; }.knowledge-path p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }.knowledge-path-steps { display: grid; gap: 0; }.knowledge-path-steps a { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 13px; padding: 15px 0; border-bottom: 1px solid var(--line); }.knowledge-path-steps b { color: #315c9c; font-size: 12px; }.knowledge-path-steps span { font-size: 15px; font-weight: 700; }

@media (max-width: 1050px) { .policy-workbench { grid-template-columns: 210px minmax(0, 1fr); }.policy-checklist { position: static; grid-column: 2; }.knowledge-workspace { grid-template-columns: 190px minmax(0, 1fr); gap: 34px; } }
@media (max-width: 760px) { .policy-workbench, .knowledge-workspace { display: block; padding-top: 52px; }.policy-filter-sidebar, .knowledge-sidebar { position: static; margin-bottom: 32px; padding: 0 0 16px; border-right: 0; border-bottom: 1px solid var(--line); }.policy-filter-sidebar { display: flex; flex-wrap: wrap; gap: 15px; }.filter-sidebar-head { width: 100%; margin: 0; }.filter-group { flex: 1 1 140px; margin: 0; }.filter-reset { margin: 0; }.policy-results-top, .knowledge-content-head { display: block; }.result-count { display: inline-block; margin-top: 14px; }.policy-checklist { margin-top: 28px; }.knowledge-sidebar nav { display: flex; overflow-x: auto; margin: 15px -14px 0; padding: 0 14px; }.knowledge-sidebar nav a { flex: 0 0 auto; border-left: 0; border-bottom: 2px solid transparent; }.knowledge-sidebar nav a:hover, .knowledge-sidebar nav a.is-active { border-left: 0; border-bottom-color: #245bcb; }.knowledge-sidebar-note { display: none; }.knowledge-content { gap: 48px; }.knowledge-content-head h2 { font-size: 28px; }.knowledge-content-head p { margin-top: 12px; }.knowledge-question-list { grid-template-columns: 1fr; }.knowledge-doc-list a { grid-template-columns: 58px 1fr; }.knowledge-doc-list span { display: none; }.knowledge-path { grid-template-columns: 1fr; gap: 20px; } }

.service-audience-band, .cooperation-principles { display: grid; grid-template-columns: repeat(3, 1fr); width: var(--wide); margin: 0 auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.service-audience-band > div, .cooperation-principles > div { min-height: 156px; padding: 25px 28px; border-left: 1px solid var(--line); }.service-audience-band > div:first-child, .cooperation-principles > div:first-child { border-left: 0; }.service-audience-band span, .cooperation-principles span { display: block; color: #6982a9; font-size: 11px; font-weight: 850; letter-spacing: .08em; }.service-audience-band b, .cooperation-principles b { display: block; margin-top: 13px; font-size: 18px; }.service-audience-band p, .cooperation-principles p { margin: 7px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }.service-program-list { grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.service-program-list .service-card { min-height: 190px; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-radius: 0; }.service-program-list .service-card:hover { background: #f8fbff; }.service-program-list .service-card h3 { margin-top: 17px; }.cooperation-principles { margin-top: 42px; }.cooperation-principles > div { min-height: 146px; }.cooperation-principles span { color: #315c9c; }.cooperation-grid .ecosystem-card { border-top: 3px solid #315c9c; }
@media (max-width: 760px) { .service-audience-band, .cooperation-principles { grid-template-columns: 1fr; margin-top: 0; }.service-audience-band > div, .cooperation-principles > div { min-height: auto; border-top: 1px solid var(--line); border-left: 0; }.service-audience-band > div:first-child, .cooperation-principles > div:first-child { border-top: 0; }.service-program-list { grid-template-columns: 1fr; } }

/* City Atlas home */
.atlas-hero { position: relative; min-height: 760px; padding: 105px max(72px, calc((100vw - 1280px) / 2)); overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(5, 20, 49, .96) 0%, rgba(5, 20, 49, .88) 42%, rgba(5, 20, 49, .28) 72%, rgba(5, 20, 49, .38) 100%), url("assets/hero-cloud-lake.jpg") center 55% / cover no-repeat; }.atlas-hero-copy { position: relative; z-index: 1; max-width: 650px; }.atlas-kicker { display: flex; align-items: center; gap: 10px; color: #c6d9f7; font-size: 12px; font-weight: 800; letter-spacing: .09em; }.atlas-kicker span { width: 28px; height: 2px; background: #ff7657; }.atlas-release { display: inline-block; margin: 25px 0 0; padding: 6px 9px; border: 1px solid rgba(255,255,255,.34); color: #edf5ff; font-size: 12px; }.atlas-hero h1 { margin: 24px 0 22px; max-width: 700px; color: #fff; font-size: clamp(58px, 6.3vw, 94px); font-weight: 850; letter-spacing: 0; line-height: .96; }.atlas-hero h1 span { color: #8fc3ff; }.atlas-lead { max-width: 535px; margin: 0; color: #e2eaf7; font-size: 17px; line-height: 1.8; }.atlas-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 33px; }.atlas-primary, .atlas-secondary, .atlas-light-button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 18px; border: 1px solid transparent; font-size: 14px; font-weight: 800; transition: background .2s ease, transform .2s ease; }.atlas-primary { background: #fff; color: #123b88; }.atlas-primary:hover, .atlas-secondary:hover, .atlas-light-button:hover { transform: translateY(-2px); }.atlas-secondary { border-color: rgba(255,255,255,.54); color: #fff; }.atlas-brief { position: absolute; z-index: 1; top: 155px; right: max(72px, calc((100vw - 1280px) / 2)); width: 252px; padding: 0 0 0 23px; border-left: 2px solid #ff7657; color: #fff; }.atlas-brief > span { color: #c5d8f9; font-size: 11px; font-weight: 800; letter-spacing: .08em; }.atlas-brief h2 { margin: 16px 0; font-size: 38px; letter-spacing: 0; line-height: 1; }.atlas-brief p { color: #d8e5f6; font-size: 13px; line-height: 1.65; }.atlas-brief ol { margin: 23px 0 20px; padding: 0; list-style: none; }.atlas-brief li { display: grid; grid-template-columns: 29px 1fr; gap: 9px; padding: 10px 0; border-top: 1px solid rgba(255,255,255,.24); font-size: 13px; }.atlas-brief li b { color: #8fc3ff; font-size: 11px; }.atlas-brief a { color: #fff; font-size: 13px; font-weight: 800; }.atlas-photo-credit { position: absolute; right: max(72px, calc((100vw - 1280px) / 2)); bottom: 28px; color: rgba(255,255,255,.68); font-size: 11px; letter-spacing: .07em; }
.atlas-index-strip { display: grid; grid-template-columns: repeat(4, 1fr) 1.32fr; width: var(--wide); margin: 0 auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); border-left: 1px solid var(--line); background: #fff; }.atlas-index-strip > div { min-height: 112px; padding: 24px; border-right: 1px solid var(--line); }.atlas-index-strip b { display: block; color: #122b59; font-size: 31px; line-height: 1; }.atlas-index-strip span { display: block; margin-top: 9px; color: #6b7890; font-size: 12px; }.atlas-index-strip p { align-self: end; margin: 0; padding: 25px; color: #62789d; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.atlas-chapters { display: grid; grid-template-columns: .72fr 1.28fr; gap: 68px; width: var(--wide); margin: 0 auto; padding: 112px 0; }.atlas-section-intro { max-width: 370px; }.atlas-section-intro h2 { margin: 14px 0; color: #0d1c3a; font-size: clamp(34px, 3.2vw, 52px); letter-spacing: 0; line-height: 1.05; }.atlas-section-intro p { color: var(--muted); font-size: 15px; line-height: 1.8; }.atlas-entry-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #b7c5d9; border-left: 1px solid #b7c5d9; }.atlas-entry-grid a { position: relative; min-height: 248px; padding: 27px; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; background: #fff; transition: background .18s ease; }.atlas-entry-grid a:hover { background: #f0f5fc; }.atlas-entry-grid small { color: #4c6fa7; font-size: 11px; font-weight: 850; letter-spacing: .08em; }.atlas-entry-grid h3 { margin: 46px 0 8px; color: #13244a; font-size: 25px; letter-spacing: 0; }.atlas-entry-grid p { max-width: 280px; margin: 0; color: #69788f; font-size: 13px; line-height: 1.7; }.atlas-entry-grid span { position: absolute; bottom: 24px; color: #1f5cc1; font-size: 12px; font-weight: 800; }
.atlas-opportunity { display: grid; grid-template-columns: 1.2fr .8fr; width: var(--wide); margin: 0 auto; border-top: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; }.atlas-opportunity-image { min-height: 530px; padding: 54px; color: #fff; background: linear-gradient(90deg, rgba(6, 22, 54, .92) 0%, rgba(6, 22, 54, .58) 50%, rgba(6, 22, 54, .15) 100%), url("assets/hero-cloud-lake.jpg") center / cover no-repeat; }.atlas-opportunity-image > div { max-width: 480px; }.atlas-opportunity-image small { color: #b8d1ff; font-size: 11px; font-weight: 800; letter-spacing: .09em; }.atlas-opportunity-image h2 { margin: 19px 0; font-size: clamp(32px, 3.1vw, 48px); letter-spacing: 0; line-height: 1.06; }.atlas-opportunity-image p { max-width: 405px; color: #d9e4f4; line-height: 1.75; }.atlas-opportunity-image a { display: inline-block; margin-top: 17px; color: #fff; font-size: 13px; font-weight: 800; }.atlas-city-ledger { padding: 45px 36px; background: #fff; }.atlas-city-ledger > p { margin: 11px 0 23px; color: #6d7b8f; font-size: 13px; line-height: 1.65; }.atlas-city-ledger > a:not(.atlas-ledger-link) { display: grid; grid-template-columns: 64px 1fr auto; gap: 9px; align-items: center; padding: 17px 0; border-top: 1px solid var(--line); }.atlas-city-ledger b { color: #112448; font-size: 16px; }.atlas-city-ledger span { color: #62738e; font-size: 12px; }.atlas-city-ledger i { padding: 4px 6px; background: #edf7f0; color: #1f805c; font-size: 11px; font-style: normal; font-weight: 800; }.atlas-ledger-link { display: inline-block; margin-top: 21px; color: #1f5cc1; font-size: 13px; font-weight: 800; }
.atlas-path { display: grid; grid-template-columns: .78fr 1.22fr; gap: 58px; width: var(--wide); margin: 112px auto; padding: 62px 58px; color: #fff; background: #102d63; }.atlas-path-intro h2 { margin: 15px 0; font-size: 45px; letter-spacing: 0; line-height: 1.05; }.atlas-path-intro p { max-width: 380px; color: #ccdaf0; font-size: 14px; line-height: 1.75; }.atlas-light-button { margin-top: 18px; background: #fff; color: #163d83; }.atlas-route-list { align-self: center; }.atlas-route-list a { display: grid; grid-template-columns: 40px 1fr auto; gap: 14px; align-items: center; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.24); }.atlas-route-list b { color: #a9c8ff; font-size: 12px; }.atlas-route-list strong { display: block; font-size: 17px; }.atlas-route-list span { color: #bacbe8; font-size: 12px; }.atlas-route-list i { color: #fff; font-size: 20px; font-style: normal; }
.atlas-final { display: flex; align-items: end; justify-content: space-between; gap: 40px; width: var(--wide); margin: 0 auto; padding: 52px 58px; color: #fff; background: #df5a43; }.atlas-final small { color: #ffe3dc; font-size: 11px; font-weight: 850; letter-spacing: .08em; }.atlas-final h2 { margin: 14px 0 0; font-size: 48px; letter-spacing: 0; line-height: 1.02; }.atlas-final p { max-width: 310px; margin: 0 0 18px; color: #fff0eb; font-size: 14px; line-height: 1.7; }.atlas-final a { display: inline-block; padding-bottom: 4px; border-bottom: 2px solid #fff; color: #fff; font-size: 14px; font-weight: 850; }
@media (max-width: 1050px) { .atlas-hero { min-height: 710px; padding-right: 46px; padding-left: 46px; }.atlas-brief { right: 46px; }.atlas-index-strip { grid-template-columns: repeat(4, 1fr); }.atlas-index-strip p { grid-column: span 4; padding: 16px 24px; border-top: 1px solid var(--line); }.atlas-chapters, .atlas-opportunity, .atlas-path { grid-template-columns: 1fr; }.atlas-section-intro { max-width: 600px; }.atlas-opportunity-image { min-height: 440px; }.atlas-path { gap: 30px; }.atlas-final { margin-bottom: 0; } }
@media (max-width: 760px) { .atlas-hero { min-height: 670px; padding: 72px 25px 46px; background-position: 58% center; }.atlas-kicker { font-size: 10px; }.atlas-release { margin-top: 19px; font-size: 11px; }.atlas-hero h1 { margin: 20px 0 16px; font-size: clamp(48px, 14vw, 65px); }.atlas-lead { font-size: 15px; }.atlas-actions { display: grid; grid-template-columns: 1fr; margin-top: 25px; }.atlas-brief { display: none; }.atlas-photo-credit { right: 25px; bottom: 20px; font-size: 9px; }.atlas-index-strip { grid-template-columns: repeat(2, 1fr); }.atlas-index-strip > div { min-height: 98px; padding: 18px; }.atlas-index-strip > div:nth-child(2n) { border-right: 0; }.atlas-index-strip b { font-size: 27px; }.atlas-index-strip p { grid-column: span 2; padding: 14px 18px; }.atlas-chapters { gap: 38px; padding: 68px 0; }.atlas-entry-grid { grid-template-columns: 1fr; }.atlas-entry-grid a { min-height: 205px; }.atlas-opportunity { width: 100%; }.atlas-opportunity-image { min-height: 470px; padding: 38px 25px; }.atlas-city-ledger { padding: 36px 25px; }.atlas-path { width: 100%; margin: 68px 0; padding: 48px 25px; }.atlas-path-intro h2 { font-size: 37px; }.atlas-final { display: block; width: 100%; padding: 43px 25px; }.atlas-final h2 { font-size: 39px; }.atlas-final p { margin-top: 25px; } }

/* City Atlas report */
.atlas-report-cover { position: relative; min-height: 740px; padding: 110px max(72px, calc((100vw - 1280px) / 2)); overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(4, 16, 40, .97) 0%, rgba(4, 16, 40, .86) 48%, rgba(4, 16, 40, .22) 75%, rgba(4, 16, 40, .42) 100%), url("assets/shanghai-night.jpg") center / cover no-repeat; }.report-cover-main { position: relative; z-index: 1; max-width: 710px; }.report-cover-date { display: inline-block; margin: 25px 0 0; padding: 6px 9px; border: 1px solid rgba(255,255,255,.32); color: #e8f0fc; font-size: 12px; }.atlas-report-cover h1 { margin: 24px 0 20px; color: #fff; font-size: clamp(58px, 6.3vw, 92px); letter-spacing: 0; line-height: .95; }.atlas-report-cover h1 em { color: #9bc7ff; font-style: normal; }.report-cover-main > p:not(.report-cover-date) { max-width: 545px; margin: 0; color: #d9e4f5; font-size: 17px; line-height: 1.8; }.report-cover-ledger { position: absolute; z-index: 1; top: 170px; right: max(72px, calc((100vw - 1280px) / 2)); width: 240px; padding-left: 22px; border-left: 2px solid #ff7657; }.report-cover-ledger small { color: #bfd2f0; font-size: 11px; font-weight: 800; letter-spacing: .09em; }.report-cover-ledger b { display: block; margin: 15px 0; color: #fff; font-size: 44px; line-height: .96; }.report-cover-ledger span { display: block; color: #d0dced; font-size: 13px; line-height: 1.75; }.report-cover-ledger i { display: block; margin-top: 23px; color: #9ec0ec; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .08em; }.report-cover-caption { position: absolute; right: max(72px, calc((100vw - 1280px) / 2)); bottom: 29px; color: rgba(255,255,255,.66); font-size: 11px; letter-spacing: .07em; }
.report-reading-note { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; width: var(--wide); margin: 0 auto; padding: 92px 0; border-bottom: 1px solid #b7c5d9; }.report-reading-note span { color: #315c9c; font-size: 11px; font-weight: 850; letter-spacing: .09em; }.report-reading-note h2 { margin: 15px 0 0; color: #0d1c3a; font-size: clamp(34px, 3.4vw, 52px); letter-spacing: 0; line-height: 1.07; }.report-reading-note > p { align-self: end; max-width: 410px; margin: 0; color: #60708a; font-size: 16px; line-height: 1.85; }
.report-findings { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); width: var(--wide); margin: 0 auto; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; border-left: 1px solid #b7c5d9; }.report-findings-intro, .report-findings article { min-height: 325px; padding: 30px; border-right: 1px solid #b7c5d9; }.report-findings-intro { background: #f0f5fb; }.report-findings-intro h2 { margin: 18px 0; color: #10234a; font-size: 35px; line-height: 1.08; }.report-findings-intro p { max-width: 260px; color: #64748d; font-size: 13px; line-height: 1.7; }.report-findings article { background: #fff; }.report-findings article:last-child { border-right: 0; }.report-findings article small { color: #5d7fb2; font-size: 11px; font-weight: 850; letter-spacing: .06em; }.report-findings article b { display: block; margin: 44px 0 12px; color: #14376f; font-size: 52px; line-height: 1; }.report-findings article h3 { margin: 0; color: #14254a; font-size: 18px; line-height: 1.35; }.report-findings article p { margin: 9px 0 0; color: #6b7890; font-size: 13px; line-height: 1.65; }
.report-contents { width: var(--wide); margin: 0 auto; padding: 112px 0; }.report-contents-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 33px; }.report-contents-head h2 { margin: 14px 0 0; color: #0e1d3b; font-size: clamp(34px, 3.3vw, 52px); letter-spacing: 0; line-height: 1.06; }.report-contents-head > p { max-width: 390px; margin: 0; color: #64748d; font-size: 14px; line-height: 1.75; }.report-chapter-list { border-top: 1px solid #b7c5d9; }.report-chapter-list a { display: grid; grid-template-columns: 68px 1fr auto; gap: 25px; align-items: center; padding: 22px 0; border-bottom: 1px solid #b7c5d9; }.report-chapter-list a:hover { background: #f6f9fd; }.report-chapter-list small { color: #315c9c; font-size: 14px; font-weight: 850; }.report-chapter-list h3 { margin: 0; color: #14254a; font-size: 20px; }.report-chapter-list p { margin: 6px 0 0; color: #687890; font-size: 13px; }.report-chapter-list span { color: #1f5cc1; font-size: 13px; font-weight: 800; }.report-close { display: flex; align-items: end; justify-content: space-between; gap: 50px; width: var(--wide); margin: 0 auto; padding: 54px 58px; color: #fff; background: #df5a43; }.report-close small { color: #ffe4dd; font-size: 11px; font-weight: 850; letter-spacing: .09em; }.report-close h2 { margin: 14px 0 0; font-size: 43px; letter-spacing: 0; line-height: 1.04; }.report-close p { max-width: 320px; margin: 0 0 18px; color: #fff0eb; font-size: 14px; line-height: 1.7; }.report-close a { display: inline-block; padding-bottom: 4px; border-bottom: 2px solid #fff; color: #fff; font-size: 14px; font-weight: 850; }
@media (max-width: 1050px) { .atlas-report-cover { padding-right: 46px; padding-left: 46px; }.report-cover-ledger { right: 46px; }.report-reading-note { gap: 45px; }.report-findings { grid-template-columns: 1fr 1fr; }.report-findings-intro { grid-column: span 2; min-height: auto; }.report-findings article:nth-last-child(2) { border-right: 1px solid #b7c5d9; }.report-findings article:last-child { border-top: 1px solid #b7c5d9; }.report-contents-head { align-items: start; flex-direction: column; } }
@media (max-width: 760px) { .atlas-report-cover { min-height: 670px; padding: 72px 25px 45px; background-position: 61% center; }.report-cover-date { margin-top: 19px; font-size: 11px; }.atlas-report-cover h1 { margin: 20px 0 16px; font-size: clamp(47px, 13.5vw, 64px); }.report-cover-main > p:not(.report-cover-date) { font-size: 15px; }.report-cover-ledger { display: none; }.report-cover-caption { right: 25px; bottom: 20px; font-size: 9px; }.report-reading-note { grid-template-columns: 1fr; gap: 24px; padding: 66px 0; }.report-reading-note h2 { font-size: 34px; }.report-reading-note > p { font-size: 14px; }.report-findings { grid-template-columns: 1fr; }.report-findings-intro { grid-column: auto; }.report-findings-intro, .report-findings article { min-height: auto; border-right: 0; border-bottom: 1px solid #b7c5d9; }.report-findings article:last-child { border-bottom: 0; }.report-findings article b { margin-top: 27px; }.report-contents { padding: 72px 0; }.report-contents-head { gap: 20px; }.report-contents-head h2 { font-size: 35px; }.report-chapter-list a { grid-template-columns: 42px 1fr; gap: 12px; }.report-chapter-list span { grid-column: 2; }.report-close { display: block; width: 100%; padding: 44px 25px; }.report-close h2 { font-size: 36px; }.report-close p { margin-top: 25px; } }

/* City Atlas policy desk */
.atlas-policy-cover { position: relative; min-height: 680px; padding: 108px max(72px, calc((100vw - 1280px) / 2)); overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(5, 19, 47, .97) 0%, rgba(5, 19, 47, .88) 48%, rgba(5, 19, 47, .30) 74%, rgba(5, 19, 47, .43) 100%), url("assets/shanghai-morning.jpg") center 52% / cover no-repeat; }.policy-cover-copy { position: relative; z-index: 1; max-width: 680px; }.policy-cover-date { display: inline-block; margin: 25px 0 0; padding: 6px 9px; border: 1px solid rgba(255,255,255,.32); color: #e8f0fc; font-size: 12px; }.atlas-policy-cover h1 { margin: 24px 0 20px; color: #fff; font-size: clamp(56px, 6vw, 88px); letter-spacing: 0; line-height: .95; }.atlas-policy-cover h1 em { color: #9bc7ff; font-style: normal; }.policy-cover-copy > p:not(.policy-cover-date) { max-width: 535px; margin: 0; color: #d9e4f5; font-size: 17px; line-height: 1.8; }.policy-opportunity-ledger { position: absolute; z-index: 1; top: 164px; right: max(72px, calc((100vw - 1280px) / 2)); width: 240px; padding-left: 22px; border-left: 2px solid #ff7657; }.policy-opportunity-ledger small { color: #bfd2f0; font-size: 11px; font-weight: 800; letter-spacing: .09em; }.policy-opportunity-ledger b { display: block; margin: 15px 0; color: #fff; font-size: 44px; line-height: .96; }.policy-opportunity-ledger span { display: block; color: #d0dced; font-size: 13px; line-height: 1.75; }.policy-opportunity-ledger a { display: inline-block; margin-top: 22px; color: #fff; font-size: 13px; font-weight: 800; }.policy-cover-caption { position: absolute; right: max(72px, calc((100vw - 1280px) / 2)); bottom: 29px; color: rgba(255,255,255,.66); font-size: 11px; letter-spacing: .07em; }
.atlas-policy-cover + .policy-workbench { padding-top: 84px; }.policy-workbench { grid-template-columns: 230px minmax(0, 1fr) 270px; gap: 38px; }.policy-filter-sidebar { border-right-color: #b7c5d9; }.filter-sidebar-head { margin-bottom: 26px; }.filter-group { margin-top: 26px; }.filter-group b { color: #1a315a; font-size: 12px; letter-spacing: .04em; }.filter-group > div { gap: 3px; }.filter-option { padding: 9px 10px; color: #5e708d; }.filter-option:hover, .filter-option.is-selected { background: #edf4fb; color: #1e56af; }.filter-reset { margin-top: 28px; color: #1f5cc1; }.policy-results-top { margin-bottom: 0; padding-bottom: 28px; border-bottom-color: #b7c5d9; }.policy-results-top h2 { margin: 12px 0 11px; color: #10234a; font-size: clamp(31px, 3vw, 42px); letter-spacing: 0; line-height: 1.08; }.policy-results-top p { max-width: 560px; color: #64748d; }.result-count { align-self: start; margin-top: 7px; border-color: #b7c5d9; border-radius: 0; color: #476998; font-weight: 750; }.policy-results .policy-list { border-top: 0; }.policy-results .policy-item { grid-template-columns: 46px minmax(0, 1fr) auto; gap: 16px; padding: 24px 0; border-top-color: #d2dce9; }.policy-results .policy-item:first-child { border-top: 0; }.policy-item:hover { background: #f5f8fc; }.policy-city { width: 42px; height: 42px; border-radius: 0; background: #e9f0fa; color: #25559e; }.policy-item-copy small { display: block; margin-bottom: 6px; color: #5577a9; font-size: 11px; font-weight: 800; letter-spacing: .04em; }.policy-item-copy strong { color: #14254a; font-size: 17px; }.policy-item-copy span { display: block; margin-top: 6px; color: #6b7890; font-size: 13px; line-height: 1.65; }.policy-item-status { display: grid; justify-items: end; gap: 14px; }.policy-item-status em { padding: 5px 7px; border-radius: 0; background: #edf7f0; color: #1f805c; }.policy-item-status i { color: #1f5cc1; font-size: 12px; font-style: normal; font-weight: 800; }.policy-checklist { padding: 26px; border: 1px solid #b7c5d9; border-top: 3px solid #df5a43; background: #fff; box-shadow: none; }.policy-checklist h2 { margin: 13px 0 11px; color: #12264c; font-size: 25px; }.policy-checklist p { color: #66758a; }.policy-checklist li { border-top-color: #dbe3ee; color: #465a77; }.policy-checklist li::before { color: #df5a43; }.policy-checklist-link { display: inline-block; margin-top: 5px; color: #1f5cc1; font-size: 13px; font-weight: 800; }.policy-match-bridge { display: flex; align-items: end; justify-content: space-between; gap: 50px; width: var(--wide); margin: 28px auto 0; padding: 54px 58px; color: #fff; background: #102d63; }.policy-match-bridge small { color: #b5cff7; font-size: 11px; font-weight: 850; letter-spacing: .09em; }.policy-match-bridge h2 { margin: 14px 0 0; font-size: 43px; letter-spacing: 0; line-height: 1.04; }.policy-match-bridge p { max-width: 330px; margin: 0 0 18px; color: #c8d8ee; font-size: 14px; line-height: 1.7; }.policy-match-bridge a { display: inline-block; padding-bottom: 4px; border-bottom: 2px solid #ff7657; color: #fff; font-size: 14px; font-weight: 850; }
.policy-source-list { display: grid; gap: 0; }.policy-source-card { align-items: start; }.policy-source-card dl { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 8px 13px; margin: 17px 0 0; }.policy-source-card dt { color: #17325d; font-size: 12px; font-weight: 850; }.policy-source-card dd { margin: 0; color: #5f6f86; font-size: 12px; line-height: 1.65; }.policy-source-card .policy-official-title { display: block; margin-top: 5px; color: #8592a7; font-size: 11px; line-height: 1.5; }.policy-source-card .policy-item-status { min-width: 112px; }.policy-source-card .policy-item-status em { white-space: nowrap; }.policy-source-card .policy-item-status a { color: #1f5cc1; font-size: 12px; font-weight: 800; white-space: nowrap; }
.policy-source-card[data-policy-type="subsidy"] .policy-city { background: #fff4e6; color: #a45a1c; }.policy-source-card[data-policy-type="park"] .policy-city { background: #eaf7f2; color: #167658; }.policy-source-card[data-policy-type="park"] .policy-item-copy small { color: #167658; }.policy-source-card[data-policy-type="park"] .policy-item-status em { background: #eaf7f2; color: #167658; }

/* Give the two research surfaces different jobs: report as a night archive, policy as a daylight desk. */
.atlas-report-cover { background: linear-gradient(90deg, rgba(4, 16, 40, .98) 0%, rgba(4, 16, 40, .88) 48%, rgba(4, 16, 40, .20) 76%, rgba(4, 16, 40, .36) 100%), url("assets/shanghai-night.jpg") center 38% / cover no-repeat; }
.atlas-policy-cover { color: #10234a; background: linear-gradient(90deg, rgba(235, 244, 252, .97) 0%, rgba(244, 249, 254, .90) 48%, rgba(249, 252, 255, .36) 100%), url("assets/shanghai-morning.jpg") center 68% / cover no-repeat; }
.atlas-policy-cover .atlas-kicker { color: #3a5d91; }.atlas-policy-cover .atlas-kicker span { background: #2e69ca; }
.atlas-policy-cover .policy-cover-date { border-color: rgba(55, 98, 157, .24); color: #45688e; }
.atlas-policy-cover h1 { color: #10234a; }.atlas-policy-cover h1 em { color: #315cff; }
.atlas-policy-cover .policy-cover-copy > p:not(.policy-cover-date) { color: #536a86; }
.atlas-policy-cover .policy-opportunity-ledger { border-left-color: #2e69ca; }.atlas-policy-cover .policy-opportunity-ledger small { color: #5a759a; }.atlas-policy-cover .policy-opportunity-ledger b { color: #10234a; }.atlas-policy-cover .policy-opportunity-ledger span { color: #536a86; }.atlas-policy-cover .policy-opportunity-ledger a { color: #245bcb; }
.atlas-policy-cover .policy-cover-caption { color: rgba(16, 35, 74, .58); }

/* Path matching is a decision tool, so it gets a lighter field-note treatment rather than a form-only white screen. */
.atlas-diagnose-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .56fr); gap: 58px; align-items: center; width: var(--wide); min-height: 650px; margin: 18px auto 0; padding: 92px 62px 78px; overflow: hidden; border: 1px solid #c9d8ea; border-radius: 30px; color: var(--ink); background: linear-gradient(105deg, rgba(241, 248, 255, .98) 0%, rgba(239, 247, 254, .88) 48%, rgba(239, 247, 254, .35) 100%), url("assets/hero-cloud-lake.jpg") center 48% / cover no-repeat; box-shadow: 0 22px 56px rgba(25, 55, 110, .11); }
.atlas-diagnose-copy, .atlas-diagnose-brief { position: relative; z-index: 1; }.atlas-diagnose-copy { max-width: 650px; }.atlas-diagnose-hero .atlas-kicker { color: #3b6097; }.atlas-diagnose-hero .atlas-kicker span { background: #2e69ca; }.atlas-diagnose-release { display: inline-block; margin: 25px 0 0; padding: 6px 9px; border: 1px solid rgba(55, 98, 157, .24); color: #45688e; font-size: 12px; }.atlas-diagnose-hero h1 { margin: 24px 0 20px; color: #10234a; font-size: clamp(54px, 5.8vw, 82px); letter-spacing: 0; line-height: .98; }.atlas-diagnose-copy > p:not(.atlas-diagnose-release) { max-width: 560px; margin: 0; color: #536a86; font-size: 17px; line-height: 1.8; }.atlas-diagnose-hero .atlas-actions { margin-top: 30px; }.atlas-diagnose-hero .atlas-primary { background: #245bcb; color: #fff; box-shadow: 0 12px 24px rgba(36, 91, 203, .2); }.atlas-diagnose-hero .atlas-secondary { border-color: #b9cbe2; background: rgba(255, 255, 255, .78); color: #173b72; }.atlas-diagnose-hero .atlas-primary:hover, .atlas-diagnose-hero .atlas-secondary:hover { box-shadow: 0 16px 30px rgba(35, 77, 148, .16); }
.atlas-diagnose-brief { align-self: center; padding: 28px; border-radius: 24px; background: #102d63; color: #fff; box-shadow: 0 20px 48px rgba(28, 54, 117, .22); }.atlas-diagnose-brief small { color: #b9d0f4; font-size: 10px; font-weight: 850; letter-spacing: .09em; }.atlas-diagnose-brief h2 { margin: 15px 0 12px; font-size: 32px; line-height: 1.06; letter-spacing: 0; }.atlas-diagnose-brief h2 em { color: #a9c9ff; font-style: normal; }.atlas-diagnose-brief p { margin: 0; color: #c9daf4; font-size: 13px; line-height: 1.7; }.atlas-diagnose-brief ol { margin: 22px 0 17px; padding: 0; list-style: none; }.atlas-diagnose-brief li { display: grid; grid-template-columns: 32px 1fr; gap: 9px; align-items: center; padding: 11px 0; border-top: 1px solid rgba(255, 255, 255, .16); }.atlas-diagnose-brief li b { color: #8fc3ff; font-size: 11px; }.atlas-diagnose-brief li span { color: #edf4ff; font-size: 13px; }.atlas-diagnose-brief > a { color: #fff; font-size: 13px; font-weight: 850; }.atlas-diagnose-caption { position: absolute; right: 62px; bottom: 25px; z-index: 1; color: rgba(16, 35, 74, .54); font-size: 10px; letter-spacing: .08em; }.diagnose-online-link { align-self: center; color: #53709b; font-size: 12px; font-weight: 750; white-space: nowrap; }.diagnose-online-link .external-entry-label { margin-left: 4px; }
@media (max-width: 1050px) { .atlas-diagnose-hero { grid-template-columns: 1fr; gap: 34px; padding: 72px 46px 62px; }.atlas-diagnose-brief { max-width: 540px; }.atlas-diagnose-caption { right: 46px; } }
@media (max-width: 760px) { .atlas-diagnose-hero { display: block; min-height: auto; margin-top: 10px; padding: 68px 25px 42px; border-radius: 21px; background-position: 58% center; }.atlas-diagnose-hero h1 { margin: 20px 0 16px; font-size: clamp(45px, 12vw, 64px); }.atlas-diagnose-copy > p:not(.atlas-diagnose-release) { font-size: 15px; }.atlas-diagnose-hero .atlas-actions { display: grid; grid-template-columns: 1fr; margin-top: 25px; }.atlas-diagnose-brief { margin-top: 42px; padding: 23px; }.atlas-diagnose-brief h2 { font-size: 29px; }.atlas-diagnose-caption { right: 25px; bottom: 17px; font-size: 9px; }.diagnose-online-link { justify-self: center; } }
@media (max-width: 1050px) { .atlas-policy-cover { padding-right: 46px; padding-left: 46px; }.policy-opportunity-ledger { right: 46px; }.policy-workbench { grid-template-columns: 210px minmax(0, 1fr); }.policy-checklist { grid-column: 2; }.policy-match-bridge { margin-top: 12px; } }
@media (max-width: 760px) { .atlas-policy-cover { min-height: 650px; padding: 72px 25px 45px; background-position: 61% center; }.policy-cover-date { margin-top: 19px; font-size: 11px; }.atlas-policy-cover h1 { margin: 20px 0 16px; font-size: clamp(47px, 13.5vw, 64px); }.policy-cover-copy > p:not(.policy-cover-date) { font-size: 15px; }.policy-opportunity-ledger { display: none; }.policy-cover-caption { right: 25px; bottom: 20px; font-size: 9px; }.atlas-policy-cover + .policy-workbench { padding-top: 60px; }.policy-workbench { display: block; }.policy-filter-sidebar { margin-bottom: 34px; padding: 0 0 20px; border-right: 0; border-bottom: 1px solid #b7c5d9; }.policy-results .policy-item { grid-template-columns: 42px minmax(0, 1fr); gap: 13px; }.policy-source-card dl { grid-template-columns: 1fr; }.policy-item-status { display: flex; flex-wrap: wrap; grid-column: 2; justify-content: flex-start; justify-items: start; gap: 11px 15px; }.policy-checklist { margin-top: 34px; }.policy-match-bridge { display: block; width: 100%; margin-top: 0; padding: 44px 25px; }.policy-match-bridge h2 { font-size: 36px; }.policy-match-bridge p { margin-top: 25px; } }

/* Path matching content clarification */
.diagnose-inputs-head, .diagnose-result-head { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 33px; }.diagnose-inputs-head h2, .diagnose-result-head h2 { margin: 14px 0 0; color: #10234a; font-size: clamp(34px, 3.3vw, 51px); letter-spacing: 0; line-height: 1.07; }.diagnose-inputs-head > p, .diagnose-result-head > p { max-width: 395px; margin: 0; color: #64748d; font-size: 14px; line-height: 1.8; }.diagnose-input-ledger { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 78px; border-top: 1px solid #b7c5d9; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; }.diagnose-input-ledger > div { min-height: 164px; padding: 24px; border-left: 1px solid #b7c5d9; background: #fff; }.diagnose-input-ledger b { display: block; color: #315c9c; font-size: 12px; }.diagnose-input-ledger strong { display: block; margin-top: 28px; color: #13264d; font-size: 17px; }.diagnose-input-ledger span { display: block; margin-top: 7px; color: #687890; font-size: 12px; line-height: 1.65; }.diagnose-flow { gap: 56px; }.flow-rail { border-top: 1px solid #b7c5d9; }.flow-rail a { padding: 16px 0; border-bottom: 1px solid #d6deea; }.flow-rail b { border-radius: 0; }.flow-rail a.is-active b { background: #315c9c; }.diagnose-stage { padding: 42px; border-color: #b7c5d9; border-radius: 0; box-shadow: none; }.diagnose-stage h2 { color: #10234a; font-size: 34px; letter-spacing: 0; }.diagnose-stage > p { max-width: 590px; line-height: 1.75; }.answer-grid { gap: 0; border-top: 1px solid #d3ddea; border-left: 1px solid #d3ddea; }.answer-card { min-height: 126px; padding: 22px; border: 0; border-right: 1px solid #d3ddea; border-bottom: 1px solid #d3ddea; border-radius: 0; }.answer-card:hover, .answer-card.is-selected { border-color: #d3ddea; background: #f2f6fb; transform: none; }.answer-card.is-selected { box-shadow: inset 3px 0 0 #df5a43; }.answer-card strong { color: #17305a; }.diagnose-submit { border-top-color: #b7c5d9; }.diagnose-result-map { padding-top: 28px; }.diagnose-result-map .gateway-grid { gap: 0; margin-top: 0; border-top: 1px solid #b7c5d9; border-left: 1px solid #b7c5d9; }.diagnose-result-map .gateway-card { min-height: 215px; border: 0; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; border-radius: 0; box-shadow: none; }.diagnose-result-map .gateway-card:hover { background: #f5f8fc; transform: none; }.diagnose-result-map .gateway-card.featured { background: #eef4fa; }.diagnose-result-map .gateway-card h3 { margin-top: 32px; }.diagnose-boundary { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-top: 28px; padding: 32px 36px; border-top: 3px solid #df5a43; background: #f2f6fb; }.diagnose-boundary span { color: #315c9c; font-size: 11px; font-weight: 850; letter-spacing: .09em; }.diagnose-boundary h3 { margin: 10px 0 0; color: #142a53; font-size: 23px; }.diagnose-boundary p { max-width: 520px; margin: 0; color: #60708a; font-size: 13px; line-height: 1.75; }.diagnose-boundary a { color: #1f5cc1; font-size: 13px; font-weight: 800; white-space: nowrap; }
@media (max-width: 760px) { .diagnose-inputs-head, .diagnose-result-head { display: block; }.diagnose-inputs-head > p, .diagnose-result-head > p { margin-top: 16px; }.diagnose-input-ledger { grid-template-columns: repeat(2, 1fr); margin-bottom: 52px; }.diagnose-input-ledger > div { min-height: 150px; padding: 18px; }.diagnose-input-ledger strong { margin-top: 21px; }.diagnose-flow { gap: 28px; }.flow-rail { display: flex; gap: 0; }.flow-rail a { flex: 0 0 auto; padding-right: 18px; }.diagnose-stage { padding: 27px 22px; }.diagnose-stage h2 { font-size: 29px; }.answer-grid { grid-template-columns: 1fr; }.answer-card { min-height: auto; }.diagnose-result-map { padding-top: 0; }.diagnose-result-map .gateway-grid { grid-template-columns: 1fr; }.diagnose-boundary { display: block; padding: 28px 25px; }.diagnose-boundary p { margin-top: 16px; }.diagnose-boundary a { display: inline-block; margin-top: 18px; } }

/* Shared context hero for the remaining production pages. */
.atlas-context-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .56fr); gap: 58px; align-items: center; width: var(--wide); min-height: 620px; margin: 18px auto 0; padding: 92px 62px 78px; overflow: hidden; border: 1px solid #c9d8ea; border-radius: 30px; box-shadow: 0 22px 56px rgba(25, 55, 110, .11); }

/* Interactive path matching flow. */
[data-match-result][hidden] { display: none; }
.match-progress { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid #d6e0ed; color: #315c9c; font-size: 12px; font-weight: 850; letter-spacing: .04em; }
.match-progress span:last-child { color: #718099; font-weight: 650; letter-spacing: 0; }
.journey-section { padding-top: 72px; }
.journey-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 35px; }
.journey-section-heading h2 { margin: 12px 0 0; color: #10234a; font-size: 40px; letter-spacing: 0; line-height: 1.12; }
.journey-section-heading > p { max-width: 365px; margin: 0; color: #64748d; font-size: 14px; line-height: 1.75; }
.journey-loading, .journey-empty { margin: 0; padding: 28px; border: 1px solid #b7c5d9; background: #fff; color: #536a86; }
.journey-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 48px; align-items: start; }
.journey-stage-nav { position: sticky; top: 84px; border-top: 1px solid #b7c5d9; }
.journey-stage-link { display: grid; grid-template-columns: 35px 1fr; width: 100%; gap: 10px; padding: 15px 0; border: 0; border-bottom: 1px solid #d6deea; background: transparent; color: #687890; text-align: left; font: inherit; font-size: 13px; }
.journey-stage-link b { color: #315c9c; font-size: 11px; }
.journey-stage-link.is-selected { color: #17305a; font-weight: 800; box-shadow: inset 3px 0 0 #df5a43; }
.journey-content { min-width: 0; }
.journey-overview { display: flex; justify-content: space-between; gap: 18px; padding-bottom: 13px; border-bottom: 1px solid #b7c5d9; color: #315c9c; font-size: 12px; font-weight: 800; }
.journey-overview span:last-child { color: #687890; font-weight: 650; }
.journey-stage-heading { padding: 28px 0 22px; }
.journey-stage-heading h2 { margin: 9px 0 5px; color: #10234a; font-size: 34px; letter-spacing: 0; }
.journey-stage-heading p { margin: 0; color: #62718a; }
.journey-panel { margin-top: 18px; padding: 28px; border: 1px solid #b7c5d9; background: #fff; }
.journey-panel h3 { margin: 0 0 11px; color: #17305a; font-size: 19px; }
.journey-panel-copy, .journey-intro p, .journey-intro li { color: #56677f; font-size: 14px; line-height: 1.75; }
.journey-intro p { margin: 0 0 13px; }.journey-intro p:last-child { margin-bottom: 0; }.journey-intro ul, .journey-intro ol { margin: 8px 0 0; padding-left: 21px; }
.journey-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 20px; }
.journey-field { min-width: 0; }.journey-field-label { display: block; margin-bottom: 7px; color: #304664; font-size: 13px; font-weight: 750; }
.journey-input, .journey-textarea, .journey-select { width: 100%; border: 1px solid #cbd7e6; border-radius: 4px; background: #fff; color: #17305a; font: inherit; font-size: 14px; }
.journey-input, .journey-select { height: 40px; padding: 0 11px; }.journey-textarea { min-height: 105px; padding: 10px 11px; resize: vertical; }
.journey-field-hint { display: block; margin-top: 6px; color: #718099; font-size: 12px; }
.journey-choices { display: grid; gap: 8px; }.journey-choice { display: grid; grid-template-columns: 17px 1fr; gap: 8px; align-items: start; color: #405570; font-size: 13px; }.journey-choice input { margin-top: 3px; }.journey-choice small { grid-column: 2; margin-top: -5px; color: #718099; font-size: 12px; }
.journey-checklist { display: grid; gap: 11px; }.journey-check-item { display: flex; gap: 10px; align-items: flex-start; color: #405570; font-size: 14px; line-height: 1.55; }.journey-check-item input { margin-top: 4px; }
.journey-resources { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #d6deea; border-left: 1px solid #d6deea; }.journey-resource { display: grid; grid-template-columns: 24px 1fr; gap: 2px 9px; min-height: 110px; padding: 16px; border-right: 1px solid #d6deea; border-bottom: 1px solid #d6deea; color: #405570; }.journey-resource b { grid-row: span 3; }.journey-resource strong { color: #17305a; font-size: 14px; }.journey-resource span { font-size: 12px; line-height: 1.55; }.journey-resource small { color: #315c9c; font-size: 11px; font-weight: 800; }.journey-lessons { margin: 18px 0 0; color: #60708a; font-size: 13px; }
.journey-report-actions { display: flex; align-items: center; gap: 16px; }.journey-report-actions .atlas-primary { border: 0; }.journey-report-actions .atlas-primary:disabled { cursor: not-allowed; opacity: .55; }.journey-report-status { margin: 0; color: #62718a; font-size: 13px; }.journey-report-body { display: block; min-height: 0; margin: 18px 0 0; padding: 16px; overflow: auto; background: #f4f7fb; color: #243a5c; font: 13px/1.7 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; }.journey-report-body:empty { display: none; }
.journey-next-action-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; border-top: 1px solid #d6deea; border-left: 1px solid #d6deea; }.journey-next-action { display: grid; gap: 7px; min-height: 146px; padding: 18px; border-right: 1px solid #d6deea; border-bottom: 1px solid #d6deea; color: #405570; transition: background .18s ease, transform .18s ease; }.journey-next-action:hover { background: #f4f8fc; transform: translateY(-2px); }.journey-next-action b { color: #315c9c; font-size: 11px; }.journey-next-action strong { color: #17305a; font-size: 14px; }.journey-next-action span { color: #64748d; font-size: 12px; line-height: 1.65; }
.journey-pager { display: flex; justify-content: space-between; gap: 14px; margin-top: 24px; }.journey-pager button:disabled { cursor: not-allowed; opacity: .5; }
@media (max-width: 1050px) { .journey-layout { grid-template-columns: 1fr; gap: 28px; }.journey-stage-nav { position: static; display: flex; overflow-x: auto; border-bottom: 1px solid #b7c5d9; }.journey-stage-link { flex: 0 0 auto; width: auto; padding: 13px 17px; border-bottom: 0; white-space: nowrap; }.journey-stage-link.is-selected { box-shadow: inset 0 -3px 0 #df5a43; }.journey-stage-link b { display: none; } }
@media (max-width: 760px) { .journey-section { padding-top: 52px; }.journey-section-heading { display: block; }.journey-section-heading h2 { font-size: 30px; }.journey-section-heading > p { margin-top: 14px; }.journey-fields, .journey-resources, .journey-next-action-list { grid-template-columns: 1fr; }.journey-panel { padding: 22px 18px; }.journey-overview { align-items: flex-start; flex-direction: column; gap: 5px; }.journey-stage-heading h2 { font-size: 29px; }.journey-report-actions, .journey-pager { align-items: stretch; flex-direction: column; }.journey-pager button { width: 100%; } }
.flow-rail a { position: relative; transition: color .18s ease, border-color .18s ease; }
.flow-rail a.is-complete { color: #315c9c; }
.flow-rail a.is-complete b { border-color: #315c9c; background: #eaf1fb; color: #315c9c; }
.flow-rail a.is-complete::after { content: "✓"; position: absolute; right: 0; color: #2a9b74; font-size: 12px; font-weight: 900; }
.answer-card { cursor: pointer; }
.answer-card:focus-visible, [data-match-next]:focus-visible, [data-match-restart]:focus-visible { outline: 3px solid rgba(49, 92, 255, .28); outline-offset: 3px; }
[data-match-next] { border: 0; cursor: pointer; }
[data-match-next]:disabled { cursor: not-allowed; opacity: .48; box-shadow: none; }
.diagnose-result-map.is-visible { animation: match-result-in .35s ease both; }
.diagnose-result-summary { margin: 0 0 28px; padding: 24px 28px; border-left: 3px solid #df5a43; background: #f2f6fb; }
.diagnose-result-summary small { color: #315c9c; font-size: 11px; font-weight: 850; letter-spacing: .09em; }
.diagnose-result-summary h3 { margin: 12px 0 7px; color: #142a53; font-size: 24px; }
.diagnose-result-summary p { max-width: 760px; margin: 0; color: #60708a; font-size: 14px; line-height: 1.75; }
.match-result-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.match-result-tags span { padding: 6px 9px; border: 1px solid #cbd9ea; border-radius: 999px; background: #fff; color: #47658f; font-size: 11px; }
.diagnose-result-actions { display: flex; align-items: center; gap: 20px; }
.diagnose-result-actions button { padding: 0; border: 0; border-bottom: 1px solid #9fb6d8; background: transparent; color: #53709b; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; }
@keyframes match-result-in { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 760px) { .match-progress { align-items: flex-start; flex-direction: column; gap: 7px; }.diagnose-result-summary { padding: 22px 20px; }.diagnose-result-actions { align-items: flex-start; flex-direction: column; gap: 14px; } }
.atlas-context-hero > * { position: relative; z-index: 1; }.atlas-context-copy { max-width: 650px; }.atlas-context-hero .atlas-kicker { color: #3b6097; }.atlas-context-hero .atlas-kicker span { background: #2e69ca; }.atlas-context-release { display: inline-block; margin: 25px 0 0; padding: 6px 9px; border: 1px solid rgba(55, 98, 157, .24); color: #45688e; font-size: 12px; }.atlas-context-hero h1 { margin: 24px 0 20px; color: #10234a; font-size: clamp(50px, 5.6vw, 80px); letter-spacing: 0; line-height: .98; }.atlas-context-copy > p:not(.atlas-context-release) { max-width: 580px; margin: 0; color: #536a86; font-size: 17px; line-height: 1.8; }.atlas-context-hero .atlas-actions { margin-top: 30px; }.atlas-context-hero .atlas-primary { background: #245bcb; color: #fff; box-shadow: 0 12px 24px rgba(36, 91, 203, .2); }.atlas-context-hero .atlas-secondary { border-color: #b9cbe2; background: rgba(255, 255, 255, .78); color: #173b72; }.atlas-context-hero .atlas-primary:hover, .atlas-context-hero .atlas-secondary:hover { box-shadow: 0 16px 30px rgba(35, 77, 148, .16); }
.atlas-context-panel { align-self: center; padding: 28px; border-radius: 24px; background: #102d63; color: #fff; box-shadow: 0 20px 48px rgba(28, 54, 117, .22); }.atlas-context-panel small { color: #b9d0f4; font-size: 10px; font-weight: 850; letter-spacing: .09em; }.atlas-context-panel h2 { margin: 15px 0 12px; font-size: 32px; line-height: 1.06; }.atlas-context-panel h2 em { color: #a9c9ff; font-style: normal; }.atlas-context-panel p { margin: 0; color: #c9daf4; font-size: 13px; line-height: 1.7; }.atlas-context-panel ul { margin: 22px 0 17px; padding: 0; list-style: none; }.atlas-context-panel li { display: grid; grid-template-columns: 32px 1fr; gap: 9px; align-items: center; padding: 11px 0; border-top: 1px solid rgba(255, 255, 255, .16); }.atlas-context-panel li b { color: #8fc3ff; font-size: 11px; }.atlas-context-panel li span { color: #edf4ff; font-size: 13px; }.atlas-context-panel > a { color: #fff; font-size: 13px; font-weight: 850; }.atlas-context-caption { position: absolute; right: 62px; bottom: 25px; color: rgba(16, 35, 74, .54); font-size: 10px; letter-spacing: .08em; }.atlas-context-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 25px; }.atlas-context-tags span { padding: 8px 11px; border: 1px solid rgba(55, 98, 157, .24); border-radius: 999px; background: rgba(255, 255, 255, .7); color: #45688e; font-size: 12px; font-weight: 750; }
.atlas-knowledge-hero { background: linear-gradient(105deg, rgba(241, 248, 255, .98) 0%, rgba(239, 247, 254, .88) 48%, rgba(239, 247, 254, .35) 100%), url("assets/hero-cloud-lake.jpg") center 50% / cover no-repeat; }.atlas-services-hero { color: #fff; border-color: transparent; background: linear-gradient(105deg, rgba(8, 28, 70, .97) 0%, rgba(14, 54, 112, .88) 54%, rgba(27, 102, 160, .55) 100%), url("assets/shanghai-morning.jpg") center 58% / cover no-repeat; }.atlas-services-hero .atlas-kicker, .atlas-services-hero .atlas-context-release, .atlas-services-hero .atlas-context-copy > p:not(.atlas-context-release) { color: #d7e7fc; }.atlas-services-hero .atlas-kicker span { background: #8fc3ff; }.atlas-services-hero .atlas-context-release { border-color: rgba(255, 255, 255, .24); }.atlas-services-hero h1 { color: #fff; }.atlas-cooperation-hero { background: linear-gradient(105deg, rgba(242, 247, 254, .98) 0%, rgba(242, 248, 255, .9) 50%, rgba(240, 247, 254, .38) 100%), url("assets/shanghai-morning.jpg") center 42% / cover no-repeat; }
.cta-panel .atlas-primary { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 0 18px; border-radius: 13px; background: #fff; color: #174d9f; font-size: 14px; font-weight: 800; box-shadow: 0 10px 20px rgba(18, 54, 110, .16); }.cta-panel .atlas-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 28px rgba(18, 54, 110, .22); }
@media (max-width: 1050px) { .atlas-context-hero { grid-template-columns: 1fr; gap: 34px; padding: 72px 46px 62px; }.atlas-context-panel { max-width: 540px; }.atlas-context-caption { right: 46px; } }
@media (max-width: 760px) { .atlas-context-hero { display: block; min-height: auto; margin-top: 10px; padding: 68px 25px 42px; border-radius: 21px; }.atlas-context-hero h1 { margin: 20px 0 16px; font-size: clamp(44px, 12vw, 64px); }.atlas-context-copy > p:not(.atlas-context-release) { font-size: 15px; }.atlas-context-hero .atlas-actions { display: grid; grid-template-columns: 1fr; margin-top: 25px; }.atlas-context-panel { margin-top: 42px; padding: 23px; }.atlas-context-panel h2 { font-size: 29px; }.atlas-context-caption { right: 25px; bottom: 17px; font-size: 9px; }.atlas-services-hero { background-position: 64% center; } }
/* Matching API state stays visually secondary to the result map. */
.match-api-status { margin-top: 14px; color: #60708a; font-size: 12px; line-height: 1.6; }
.match-api-fallback { min-height: 38px; margin-top: 14px; padding: 0 14px; border-color: #b9cbe2; background: #fff; color: #173b72; cursor: pointer; }
.policy-result-meta { display: grid; justify-items: end; gap: 8px; align-content: start; min-width: 148px; }.policy-api-status { color: #71819a; font-size: 11px; line-height: 1.5; text-align: right; }
@media (max-width: 760px) { .policy-result-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-top: 16px; }.policy-api-status { text-align: left; } }

/* Service detail */
.atlas-service-detail { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 58px; align-items: end; min-height: 480px; padding: 92px max(72px, calc((100vw - 1280px) / 2)) 65px; overflow: hidden; color: #fff; background: linear-gradient(105deg, rgba(8, 28, 70, .97) 0%, rgba(14, 54, 112, .9) 54%, rgba(27, 102, 160, .56) 100%), url("assets/shanghai-morning.jpg") center 58% / cover no-repeat; }
.service-detail-copy { position: relative; z-index: 1; max-width: 700px; }.service-detail-date { display: inline-block; margin: 24px 0 0; padding: 6px 9px; border: 1px solid rgba(255,255,255,.24); color: #d7e7fc; font-size: 12px; }.atlas-service-detail h1 { margin: 20px 0 14px; color: #fff; font-size: clamp(50px, 5.2vw, 76px); letter-spacing: -.03em; line-height: 1; }.service-detail-copy > p:last-child { max-width: 560px; margin: 0; color: #d7e7fc; font-size: 17px; line-height: 1.75; }.atlas-service-detail .atlas-primary { background: #fff; color: #174d9f; }.atlas-service-detail .atlas-secondary { border-color: rgba(255,255,255,.48); color: #fff; }
.service-detail-index { position: relative; z-index: 1; padding-left: 21px; border-left: 2px solid #8fc3ff; }.service-detail-index small { color: #b9d0f4; font-size: 10px; font-weight: 850; letter-spacing: .09em; }.service-detail-index b { display: block; margin: 15px 0 4px; color: #fff; font-size: 54px; line-height: .95; }.service-detail-index span { display: block; color: #d7e7fc; font-size: 13px; }.service-detail-index a { display: inline-block; margin-top: 25px; color: #fff; font-size: 13px; font-weight: 800; }
.service-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 295px; gap: 72px; align-items: start; padding-top: 78px; }.service-detail-body { max-width: 760px; }.service-detail-body p { margin: 0; padding: 0 0 24px; color: #334a6c; font-size: 18px; line-height: 1.9; }.service-detail-body p + p { padding-top: 24px; border-top: 1px solid #d7e0eb; }.service-detail-aside { position: sticky; top: 86px; align-self: start; padding: 27px; border-top: 3px solid #315c9c; background: #f3f7fc; }.service-detail-aside h2 { margin: 14px 0 10px; color: #14254a; font-size: 23px; line-height: 1.2; }.service-detail-aside p { margin: 0 0 18px; color: #64748d; font-size: 13px; line-height: 1.75; }.service-detail-aside .atlas-primary { width: 100%; margin-bottom: 13px; background: #245bcb; color: #fff; }.service-detail-aside > a:not(.atlas-primary) { color: #1f5cc1; font-size: 13px; font-weight: 800; }
.service-scope { display: grid; grid-template-columns: 138px minmax(0, 1fr); margin: 18px 0 0; border-top: 1px solid #b7c5d9; }.service-scope dt, .service-scope dd { margin: 0; padding: 17px 0; border-bottom: 1px solid #d7e0eb; }.service-scope dt { color: #1f5cc1; font-size: 12px; font-weight: 850; letter-spacing: .06em; }.service-scope dd { color: #52627b; font-size: 14px; line-height: 1.7; }
.service-detail-nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; width: var(--wide); margin: 0 auto; padding: 26px 0 70px; border-top: 1px solid #b7c5d9; }.service-detail-nav a { color: #1f5cc1; font-size: 13px; font-weight: 800; }.service-detail-nav span { color: #71819a; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
@media (max-width: 1050px) { .atlas-service-detail { padding-right: 46px; padding-left: 46px; }.service-detail-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 36px; } }
@media (max-width: 760px) { .atlas-service-detail { display: block; min-height: auto; padding: 72px 25px 46px; }.atlas-service-detail h1 { margin: 20px 0 16px; font-size: clamp(45px, 12vw, 64px); }.service-detail-copy > p:last-child { font-size: 15px; }.service-detail-index { margin-top: 42px; }.service-detail-layout { display: block; padding-top: 60px; }.service-detail-body p { font-size: 16px; line-height: 1.85; }.service-detail-aside { position: static; margin-top: 34px; }.service-detail-nav { padding-bottom: 50px; }.service-detail-nav a { max-width: 42%; } }

/* Knowledge content detail */
.atlas-knowledge-detail { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 58px; align-items: end; min-height: 430px; padding: 92px max(72px, calc((100vw - 1280px) / 2)) 65px; overflow: hidden; color: #10234a; background: linear-gradient(105deg, rgba(241, 248, 255, .98) 0%, rgba(239, 247, 254, .9) 52%, rgba(239, 247, 254, .38) 100%), url("assets/hero-cloud-lake.jpg") center 50% / cover no-repeat; }
.knowledge-detail-copy { position: relative; z-index: 1; max-width: 700px; }.knowledge-detail-date { display: inline-block; margin: 24px 0 0; padding: 6px 9px; border: 1px solid rgba(55, 98, 157, .22); color: #45688e; font-size: 12px; }.atlas-knowledge-detail h1 { margin: 20px 0 14px; color: #10234a; font-size: clamp(50px, 5.2vw, 76px); letter-spacing: -.03em; line-height: 1; }.knowledge-detail-copy > p:last-child { max-width: 560px; margin: 0; color: #536a86; font-size: 17px; line-height: 1.75; }
.knowledge-detail-index { position: relative; z-index: 1; padding-left: 21px; border-left: 2px solid #2e69ca; }.knowledge-detail-index small { color: #5a759a; font-size: 10px; font-weight: 850; letter-spacing: .09em; }.knowledge-detail-index b { display: block; margin: 15px 0 4px; color: #10234a; font-size: 54px; line-height: .95; }.knowledge-detail-index span { display: block; color: #536a86; font-size: 13px; }.knowledge-detail-index a { display: inline-block; margin-top: 25px; color: #245bcb; font-size: 13px; font-weight: 800; }
.knowledge-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 295px; gap: 72px; align-items: start; padding-top: 78px; }.knowledge-detail-body { max-width: 760px; }.knowledge-detail-body p { margin: 0; padding: 0 0 24px; color: #334a6c; font-size: 18px; line-height: 1.9; }.knowledge-detail-body p + p { padding-top: 24px; border-top: 1px solid #d7e0eb; }.knowledge-detail-aside { position: sticky; top: 86px; align-self: start; padding: 27px; border-top: 3px solid #315c9c; background: #f3f7fc; }.knowledge-detail-aside h2 { margin: 14px 0 10px; color: #14254a; font-size: 23px; line-height: 1.2; }.knowledge-detail-aside p { margin: 0 0 18px; color: #64748d; font-size: 13px; line-height: 1.75; }.knowledge-detail-aside .atlas-primary { width: 100%; margin-bottom: 13px; background: #245bcb; color: #fff; }.knowledge-detail-aside > a:not(.atlas-primary) { color: #1f5cc1; font-size: 13px; font-weight: 800; }
.knowledge-detail-nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; width: var(--wide); margin: 0 auto; padding: 26px 0 70px; border-top: 1px solid #b7c5d9; }.knowledge-detail-nav a { color: #1f5cc1; font-size: 13px; font-weight: 800; }.knowledge-detail-nav span { color: #71819a; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
@media (max-width: 1050px) { .atlas-knowledge-detail { padding-right: 46px; padding-left: 46px; }.knowledge-detail-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 36px; } }
@media (max-width: 760px) { .atlas-knowledge-detail { display: block; min-height: auto; padding: 72px 25px 46px; }.atlas-knowledge-detail h1 { margin: 20px 0 16px; font-size: clamp(45px, 12vw, 64px); }.knowledge-detail-copy > p:last-child { font-size: 15px; }.knowledge-detail-index { margin-top: 42px; }.knowledge-detail-layout { display: block; padding-top: 60px; }.knowledge-detail-body p { font-size: 16px; line-height: 1.85; }.knowledge-detail-aside { position: static; margin-top: 34px; }.knowledge-detail-nav { padding-bottom: 50px; }.knowledge-detail-nav a { max-width: 42%; } }

/* Report chapter reading surface */
.atlas-report-chapter { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 58px; align-items: end; min-height: 430px; padding: 92px max(72px, calc((100vw - 1280px) / 2)) 65px; overflow: hidden; color: #fff; background: linear-gradient(90deg, rgba(4, 16, 40, .98) 0%, rgba(4, 16, 40, .90) 56%, rgba(4, 16, 40, .50) 100%), url("assets/shanghai-night.jpg") center 38% / cover no-repeat; }
.report-chapter-copy { position: relative; z-index: 1; max-width: 700px; }.report-chapter-date { display: inline-block; margin: 24px 0 0; padding: 6px 9px; border: 1px solid rgba(255,255,255,.25); color: #cbdaf3; font-size: 12px; }.atlas-report-chapter h1 { margin: 20px 0 14px; font-size: clamp(50px, 5.2vw, 76px); letter-spacing: -.03em; line-height: 1; }.report-chapter-copy > p:last-child { max-width: 560px; margin: 0; color: #d2deef; font-size: 17px; line-height: 1.75; }
.report-chapter-index { position: relative; z-index: 1; padding-left: 21px; border-left: 2px solid #ff7657; }.report-chapter-index small { color: #b8ccee; font-size: 10px; font-weight: 850; letter-spacing: .09em; }.report-chapter-index b { display: block; margin: 15px 0 4px; color: #fff; font-size: 54px; line-height: .95; }.report-chapter-index span { display: block; color: #cbdaf3; font-size: 13px; }.report-chapter-index a { display: inline-block; margin-top: 25px; color: #fff; font-size: 13px; font-weight: 800; }
.report-chapter-layout { display: grid; grid-template-columns: minmax(0, 1fr) 295px; gap: 72px; align-items: start; padding-top: 78px; }.report-chapter-body { max-width: 760px; }.report-chapter-body p { margin: 0; padding: 0 0 24px; color: #334a6c; font-size: 18px; line-height: 1.9; }.report-chapter-body p + p { padding-top: 24px; border-top: 1px solid #d7e0eb; }.report-chapter-aside { position: sticky; top: 86px; align-self: start; padding: 27px; border-top: 3px solid #315c9c; background: #f3f7fc; }.report-chapter-aside h2 { margin: 14px 0 10px; color: #14254a; font-size: 23px; line-height: 1.2; }.report-chapter-aside p { margin: 0 0 18px; color: #64748d; font-size: 13px; line-height: 1.75; }.report-chapter-aside a { display: block; margin-top: 12px; color: #1f5cc1; font-size: 13px; font-weight: 800; }.report-chapter-nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; width: var(--wide); margin: 0 auto; padding: 26px 0 70px; border-top: 1px solid #b7c5d9; }.report-chapter-nav a { color: #1f5cc1; font-size: 13px; font-weight: 800; }.report-chapter-nav span { color: #71819a; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
@media (max-width: 1050px) { .atlas-report-chapter { padding-right: 46px; padding-left: 46px; }.report-chapter-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 36px; } }
@media (max-width: 760px) { .atlas-report-chapter { display: block; min-height: auto; padding: 72px 25px 46px; }.atlas-report-chapter h1 { margin: 20px 0 16px; font-size: clamp(45px, 12vw, 64px); }.report-chapter-copy > p:last-child { font-size: 15px; }.report-chapter-index { margin-top: 42px; }.report-chapter-layout { display: block; padding-top: 60px; }.report-chapter-body p { font-size: 16px; line-height: 1.85; }.report-chapter-aside { position: static; margin-top: 34px; }.report-chapter-nav { width: var(--wide); padding-bottom: 50px; }.report-chapter-nav a { max-width: 42%; } }

/* Cooperation inquiry keeps the contact page useful without pretending to send data. */
.cooperation-form { margin-top: 28px; padding-top: 24px; border-top: 1px solid #e8edf4; }.cooperation-form-heading { display: grid; gap: 4px; margin-bottom: 18px; }.cooperation-form-heading strong { color: #14254a; font-size: 16px; }.cooperation-form-heading span { color: #7a879d; font-size: 12px; line-height: 1.5; }.cooperation-form label { display: grid; gap: 7px; margin-top: 14px; color: #52627b; font-size: 12px; font-weight: 750; }.cooperation-form input, .cooperation-form select, .cooperation-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #d8e1ec; border-radius: 9px; outline: 0; background: #fbfdff; color: #14254a; font: inherit; font-size: 13px; resize: vertical; }.cooperation-form input:focus, .cooperation-form select:focus, .cooperation-form textarea:focus { border-color: #6b8ed1; box-shadow: 0 0 0 3px rgba(49, 92, 203, .1); }.cooperation-form .atlas-primary { width: 100%; margin-top: 18px; border: 0; cursor: pointer; background: #245bcb; color: #fff; }.cooperation-form .atlas-primary:disabled { cursor: wait; opacity: .62; }.cooperation-status { min-height: 36px; margin: 12px 0 0; color: #536a86; font-size: 12px; line-height: 1.65; }.cooperation-form.is-complete .cooperation-status { color: #236f57; }
@media (max-width: 760px) { .cooperation-form { margin-top: 24px; }.cooperation-form input, .cooperation-form select, .cooperation-form textarea { font-size: 16px; } }
.atlas-audience { }
@media (max-width: 760px) {
  .atlas-audience { display: block; padding-top: 58px; }
  .atlas-audience-grid { grid-template-columns: 1fr; margin-top: 26px; }
  .legal-shell { width: var(--wide); margin-top: 38px; padding: 38px 25px; }
  .data-definition-list { grid-template-columns: 1fr; }
  .data-definition-list dt { padding-bottom: 4px; border-top: 0; }
  .data-definition-list dd { padding-top: 0; }
  .legal-section { margin-top: 28px; padding-top: 28px; }
}
