: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; min-width: 44px; min-height: 44px; padding: 0; border: 0; border-radius: 8px; background: #eff3fa; color: var(--navy); font-size: 20px; line-height: 1; }
.site-nav-links a:focus-visible, .nav-menu:focus-visible, .nav-tool:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #7ea5ff; outline-offset: 3px; }
.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; }
.cooperation-consent { display: flex; align-items: flex-start; gap: 9px; color: #526783; font-size: 12px; line-height: 1.6; }
.cooperation-consent input { width: 18px; height: 18px; margin: 1px 0 0; accent-color: #1f5cc1; }
.cooperation-consent a { color: #1f5cc1; font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }
.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; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* 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; }
}

/* Chinese FDE practice guide */
.fde-guide-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 70px; align-items: center; min-height: 590px; padding: 90px max(72px, calc((100vw - 1280px) / 2)); overflow: hidden; color: #10234a; background: linear-gradient(112deg, rgba(238, 247, 255, .98) 0%, rgba(232, 243, 255, .91) 50%, rgba(226, 238, 254, .54) 100%), url("assets/hero-cloud-lake.jpg") center / cover no-repeat; }
.fde-guide-hero h1 { max-width: 710px; margin: 20px 0 18px; color: #10234a; font-size: clamp(52px, 6vw, 86px); line-height: .96; letter-spacing: -.06em; }.fde-guide-hero > div > p:not(.fde-guide-release) { max-width: 620px; margin: 0; color: #48627f; font-size: 17px; line-height: 1.82; }.fde-guide-release { display: inline-block; margin: 24px 0 0; padding: 6px 9px; border: 1px solid #b8cce5; color: #48698f; font-size: 12px; }.fde-guide-hero .atlas-primary { background: #245bcb; color: #fff; }.fde-guide-hero .atlas-secondary { border-color: #b9cbe2; background: rgba(255,255,255,.74); color: #173b72; }
.fde-guide-hero-panel { padding: 30px; border: 1px solid rgba(255,255,255,.72); border-radius: 24px; background: #102d63; color: #fff; box-shadow: 0 22px 50px rgba(24, 53, 104, .22); }.fde-guide-hero-panel small { color: #b9d0f4; font-size: 10px; font-weight: 850; letter-spacing: .11em; }.fde-guide-hero-panel ol { margin: 22px 0 18px; padding: 0; list-style: none; }.fde-guide-hero-panel li { display: grid; grid-template-columns: 37px 1fr; gap: 11px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.16); }.fde-guide-hero-panel b { color: #8fc3ff; font-size: 12px; }.fde-guide-hero-panel span { color: #fff; font-size: 15px; font-weight: 800; }.fde-guide-hero-panel p { margin: 0; color: #c8daf5; font-size: 13px; line-height: 1.75; }
.fde-guide-intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }.fde-guide-intro h2 { max-width: 570px; margin: 13px 0 0; color: #132951; font-size: clamp(30px, 3vw, 44px); line-height: 1.15; letter-spacing: -.04em; }.fde-guide-intro > p { margin: 27px 0 0; color: #526783; font-size: 16px; line-height: 1.9; }
.fde-stage-section { padding-top: 35px; }.fde-stage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid #cbd8e8; border-left: 1px solid #cbd8e8; }.fde-stage-grid a { display: grid; gap: 14px; min-height: 255px; padding: 29px; border-right: 1px solid #cbd8e8; border-bottom: 1px solid #cbd8e8; background: #fff; transition: background .18s ease, transform .18s ease; }.fde-stage-grid a:hover { background: #f2f7fd; transform: translateY(-3px); }.fde-stage-grid small { color: #4672aa; font-size: 10px; font-weight: 850; letter-spacing: .1em; }.fde-stage-grid h3 { margin: auto 0 0; color: #142a53; font-size: 25px; }.fde-stage-grid p { min-height: 46px; margin: 0; color: #61728a; font-size: 14px; line-height: 1.7; }.fde-stage-grid span { color: #1f5cc1; font-size: 13px; font-weight: 850; }
.fde-guide-boundary { display: flex; justify-content: space-between; gap: 50px; align-items: end; width: var(--wide); margin: 12px auto 82px; padding: 48px 54px; background: #102d63; color: #fff; }.fde-guide-boundary h2 { max-width: 610px; margin: 14px 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.12; }.fde-guide-boundary p { max-width: 690px; margin: 0; color: #c6d8f1; font-size: 14px; line-height: 1.85; }.fde-guide-boundary a { flex: 0 0 auto; color: #fff; font-size: 14px; font-weight: 850; white-space: nowrap; }
.fde-chapter-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 250px; gap: 58px; align-items: end; min-height: 435px; padding: 92px max(72px, calc((100vw - 1280px) / 2)) 65px; overflow: hidden; color: #10234a; background: linear-gradient(112deg, rgba(237, 246, 255, .98) 0%, rgba(231, 243, 255, .91) 55%, rgba(226, 238, 254, .44) 100%), url("assets/hero-cloud-lake.jpg") center / cover no-repeat; }.fde-chapter-copy { max-width: 700px; }.fde-chapter-kicker { display: inline-block; margin: 24px 0 0; padding: 6px 9px; border: 1px solid #b8cce5; color: #48698f; font-size: 12px; }.fde-chapter-hero h1 { margin: 20px 0 14px; color: #10234a; font-size: clamp(50px, 5.2vw, 76px); line-height: 1; letter-spacing: -.04em; }.fde-chapter-copy > p:last-child { max-width: 600px; margin: 0; color: #536a86; font-size: 17px; line-height: 1.75; }.fde-chapter-index { padding-left: 21px; border-left: 2px solid #2e69ca; }.fde-chapter-index small { color: #5a759a; font-size: 10px; font-weight: 850; letter-spacing: .1em; }.fde-chapter-index b { display: block; margin: 15px 0 4px; color: #10234a; font-size: 54px; line-height: .95; }.fde-chapter-index span { display: block; color: #536a86; font-size: 13px; }.fde-chapter-index a { display: inline-block; margin-top: 25px; color: #245bcb; font-size: 13px; font-weight: 800; }
.fde-chapter-layout { display: grid; grid-template-columns: minmax(0, 1fr) 295px; gap: 72px; align-items: start; padding-top: 78px; }.fde-chapter-body { max-width: 780px; }.fde-chapter-body section { padding: 0 0 31px; margin: 0 0 31px; border-bottom: 1px solid #d7e0eb; }.fde-chapter-body h2 { margin: 0 0 14px; color: #152b54; font-size: 25px; }.fde-chapter-body p, .fde-chapter-body li { color: #465c7c; font-size: 16px; line-height: 1.85; }.fde-chapter-body ul { display: grid; gap: 9px; margin: 0; padding-left: 22px; }.fde-chapter-body li::marker { color: #2e69ca; }.fde-chapter-body a { color: #1f5cc1; text-decoration: underline; text-underline-offset: 3px; }.fde-chapter-aside { position: sticky; top: 86px; padding: 27px; border-top: 3px solid #315c9c; background: #f3f7fc; }.fde-chapter-aside h2 { margin: 14px 0 10px; color: #14254a; font-size: 23px; line-height: 1.2; }.fde-chapter-aside p { margin: 0 0 18px; color: #64748d; font-size: 13px; line-height: 1.75; }.fde-chapter-aside a { color: #1f5cc1; font-size: 13px; font-weight: 800; }.fde-template { padding: 26px !important; border: 1px solid #b9cde6 !important; background: #f5f9fe; }.fde-template h2 { margin-top: 0; }.fde-template > p { margin: 0 0 17px; }.fde-template button { min-height: 43px; padding: 0 15px; border: 0; border-radius: 8px; background: #245bcb; color: #fff; font: inherit; font-size: 13px; font-weight: 800; }.fde-template pre { margin: 18px 0 0; padding: 18px; overflow: auto; background: #102d63; color: #eef6ff; font: 12px/1.72 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; }.fde-copy-status { min-height: 24px; margin: 12px 0 0 !important; color: #32604d !important; font-size: 13px !important; }.fde-chapter-nav { display: flex; justify-content: space-between; gap: 22px; width: var(--wide); margin: 0 auto; padding: 26px 0 70px; border-top: 1px solid #b7c5d9; }.fde-chapter-nav a { color: #1f5cc1; font-size: 13px; font-weight: 800; }.fde-chapter-nav span { color: #71819a; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
@media (max-width: 1050px) { .fde-guide-hero, .fde-chapter-hero { padding-right: 46px; padding-left: 46px; }.fde-guide-hero { grid-template-columns: minmax(0, 1fr) 280px; gap: 40px; }.fde-guide-intro, .fde-chapter-layout { gap: 38px; }.fde-chapter-layout { grid-template-columns: minmax(0, 1fr) 250px; }.fde-stage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 760px) { .fde-guide-hero, .fde-chapter-hero { display: block; min-height: auto; padding: 70px 25px 45px; }.fde-guide-hero h1, .fde-chapter-hero h1 { font-size: clamp(44px, 12vw, 64px); }.fde-guide-hero > div > p:not(.fde-guide-release), .fde-chapter-copy > p:last-child { font-size: 15px; }.fde-guide-hero-panel, .fde-chapter-index { margin-top: 42px; }.fde-guide-intro, .fde-chapter-layout { display: block; padding-top: 55px; }.fde-guide-intro > p { margin-top: 25px; }.fde-stage-section { padding-top: 25px; }.fde-stage-grid { grid-template-columns: 1fr; }.fde-stage-grid a { min-height: 205px; }.fde-guide-boundary { display: block; width: var(--wide); margin-bottom: 52px; padding: 36px 25px; }.fde-guide-boundary a { display: inline-block; margin-top: 24px; }.fde-chapter-aside { position: static; margin-top: 35px; }.fde-chapter-body p, .fde-chapter-body li { font-size: 15px; }.fde-chapter-nav { padding-bottom: 50px; }.fde-chapter-nav a { max-width: 42%; } }

/* FDE field workbench: an intentionally self-contained reading surface. */
.fde-page { background: #0b120f; color: #e9f2ed; min-height: 100vh; font-family: Inter, "PingFang SC", "Microsoft YaHei", sans-serif; }
.fde-page *, .fde-page *::before, .fde-page *::after { box-sizing: border-box; }
.fde-page a { color: inherit; text-decoration: none; }.fde-page a:focus-visible, .fde-page button:focus-visible { outline: 2px solid #94e7c2; outline-offset: 3px; }
.fde-shell-header { position: sticky; z-index: 10; top: 0; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 24px; min-height: 64px; padding: 0 clamp(20px, 3vw, 54px); border-bottom: 1px solid rgba(178, 223, 196, .16); background: rgba(11, 18, 15, .94); backdrop-filter: blur(16px); }
.fde-brand { font-size: 12px; font-weight: 900; letter-spacing: .13em; white-space: nowrap; }.fde-brand span { color: #9ddc6b; }.fde-brand b { margin-left: 5px; color: #7ce1da; font-weight: 800; }.fde-shell-header > p { margin: 0; color: #789084; font-size: 10px; font-weight: 800; letter-spacing: .12em; }.fde-header-state, .fde-header-return { color: #b8cabf; font-size: 11px; font-weight: 800; letter-spacing: .08em; }.fde-header-return:hover { color: #9ddc6b; }
.fde-shell { display: grid; grid-template-columns: minmax(190px, 230px) minmax(0, 780px) minmax(160px, 205px); gap: clamp(26px, 4vw, 62px); width: min(1440px, 100%); margin: 0 auto; padding: 42px clamp(20px, 4vw, 70px) 84px; }.fde-main { min-width: 0; }
.fde-stage-sidebar, .fde-onpage-sidebar { position: sticky; top: 92px; align-self: start; }.fde-sidebar-label, .fde-section-label { margin: 0 0 15px; color: #739487; font-size: 10px; font-weight: 900; letter-spacing: .14em; }.fde-stage-sidebar nav { display: grid; border-top: 1px solid rgba(178, 223, 196, .16); }.fde-stage-sidebar nav a { display: grid; grid-template-columns: 30px 1fr; gap: 8px; padding: 12px 8px 12px 0; border-bottom: 1px solid rgba(178, 223, 196, .13); color: #b7c8be; font-size: 14px; transition: color .16s ease, background .16s ease; }.fde-stage-sidebar nav a small { color: #6e8479; font-size: 10px; font-weight: 900; letter-spacing: .08em; }.fde-stage-sidebar nav a:hover { color: #e8f6ed; }.fde-stage-sidebar nav a.is-active { margin-left: -12px; padding-left: 10px; border-left: 2px solid #9ddc6b; color: #dff5c9; background: linear-gradient(90deg, rgba(133, 207, 106, .12), transparent); }.fde-stage-sidebar nav a.is-active small { color: #a6e876; }.fde-sidebar-note { margin: 22px 0 0; color: #71887d; font-size: 12px; line-height: 1.75; }
.fde-onpage-sidebar { display: grid; gap: 9px; padding-left: 18px; border-left: 1px solid rgba(178, 223, 196, .18); }.fde-onpage-sidebar .fde-sidebar-label { margin-bottom: 5px; }.fde-onpage-sidebar > a { color: #92a99d; font-size: 12px; line-height: 1.45; }.fde-onpage-sidebar > a:hover { color: #dff5c9; }.fde-onpage-status { display: flex; align-items: center; gap: 7px; margin: 18px 0 0; color: #6f9184; font-size: 9px; font-weight: 800; letter-spacing: .09em; }.fde-onpage-status span { width: 6px; height: 6px; border-radius: 50%; background: #9ddc6b; box-shadow: 0 0 12px #9ddc6b; }.fde-onpage-loading { margin: 0; color: #71887d; font-size: 12px; line-height: 1.6; }
.fde-guide-hero { display: block; min-height: 0; padding: 50px 0 68px; color: inherit; background: transparent; overflow: visible; }.fde-guide-hero::before { content: ""; position: absolute; z-index: -1; inset: 64px 0 auto 0; height: 360px; background-image: linear-gradient(rgba(128, 184, 151, .075) 1px, transparent 1px), linear-gradient(90deg, rgba(128, 184, 151, .075) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(90deg, #000, transparent 95%); }.fde-eyebrow { display: flex; align-items: center; gap: 8px; margin: 0; color: #82b8a5; font-size: 10px; font-weight: 900; letter-spacing: .15em; }.fde-eyebrow span { width: 18px; height: 1px; background: #9ddc6b; }.fde-guide-release, .fde-chapter-kicker { display: inline-block; margin: 23px 0 0; padding: 5px 8px; border: 1px solid rgba(157, 220, 107, .42); color: #b7e48a; font-size: 10px; font-weight: 800; letter-spacing: .1em; }.fde-guide-hero h1 { max-width: 750px; margin: 22px 0 18px; color: #ecf5ee; font-size: clamp(46px, 6vw, 82px); line-height: .97; letter-spacing: -.065em; }.fde-lead { max-width: 650px; margin: 0; color: #afc0b5; font-size: 16px; line-height: 1.9; }.fde-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 34px; }.fde-button { display: inline-flex; align-items: center; gap: 22px; min-height: 45px; padding: 0 17px; background: #a4df72; color: #102016 !important; font-size: 13px; font-weight: 900; }.fde-button:hover { background: #c0f48d; }.fde-button span { font-size: 18px; }.fde-text-link { display: inline-flex; align-items: center; gap: 8px; color: #c5d8cc !important; font-size: 13px; font-weight: 800; }.fde-text-link:hover { color: #a4df72 !important; }
.fde-intro { padding: 38px 0 66px; border-top: 1px solid rgba(178, 223, 196, .16); }.fde-intro h2, .fde-section-heading h2, .fde-boundary h2 { max-width: 670px; margin: 0; color: #dcebe0; font-size: clamp(28px, 3.4vw, 46px); line-height: 1.16; letter-spacing: -.045em; }.fde-intro > p:last-child { max-width: 700px; margin: 24px 0 0; color: #9eafa5; font-size: 15px; line-height: 1.9; }
.fde-roadmap { padding: 0 0 65px; }.fde-section-heading { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 34px; align-items: end; }.fde-section-heading > p { margin: 0 0 4px; color: #899e92; font-size: 12px; line-height: 1.7; }.fde-stage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 28px; border: 1px solid rgba(178, 223, 196, .18); background: #0c1712; }.fde-stage-grid a { display: grid; gap: 13px; min-height: 200px; padding: 24px; border-right: 1px solid rgba(178, 223, 196, .14); border-bottom: 1px solid rgba(178, 223, 196, .14); background: transparent; transition: background .18s ease; }.fde-stage-grid a:nth-child(2n) { border-right: 0; }.fde-stage-grid a:nth-last-child(-n + 2) { border-bottom: 0; }.fde-stage-grid a:hover { background: #14241a; }.fde-stage-grid small { color: #7ea795; font-size: 10px; font-weight: 900; letter-spacing: .1em; }.fde-stage-grid h3 { margin: auto 0 0; color: #e0eee4; font-size: 23px; letter-spacing: -.03em; }.fde-stage-grid p { min-height: 40px; margin: 0; color: #91a69a; font-size: 13px; line-height: 1.6; }.fde-stage-grid span { color: #a6e876; font-size: 12px; font-weight: 800; }
.fde-boundary { padding: 32px; border: 1px solid rgba(124, 225, 218, .27); background: linear-gradient(120deg, rgba(31, 78, 68, .38), rgba(14, 28, 22, .64)); }.fde-boundary h2 { margin-top: 8px; font-size: clamp(25px, 3vw, 38px); }.fde-boundary > p:not(.fde-section-label) { max-width: 720px; margin: 17px 0 24px; color: #b4c8bc; font-size: 14px; line-height: 1.85; }
.fde-chapter-article { min-width: 0; }.fde-chapter-masthead { padding: 50px 0 44px; border-bottom: 1px solid rgba(178, 223, 196, .18); }.fde-chapter-masthead h1 { margin: 18px 0 13px; color: #edf6ef; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.055em; }.fde-chapter-masthead > p[data-fde-summary] { max-width: 650px; margin: 0; color: #adbeB4; font-size: 16px; line-height: 1.85; }.fde-chapter-read-state { display: flex; align-items: baseline; gap: 11px; margin-top: 32px; color: #a8bcb0; }.fde-chapter-read-state span:first-child { color: #a6e876; font: 900 28px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }.fde-chapter-read-state span:nth-child(2) { font-size: 12px; font-weight: 800; }.fde-chapter-read-state b { margin-left: auto; color: #647a6e; font-size: 9px; letter-spacing: .12em; }
.fde-chapter-body { padding-top: 38px; }.fde-chapter-body section { margin: 0; padding: 0 0 34px; border: 0; }.fde-chapter-body section + section { padding-top: 31px; border-top: 1px solid rgba(178, 223, 196, .14); }.fde-chapter-body h2 { margin: 0 0 14px; color: #dcece1; font-size: 23px; letter-spacing: -.025em; }.fde-chapter-body p, .fde-chapter-body li { color: #a8b9af; font-size: 15px; line-height: 1.9; }.fde-chapter-body p { margin: 0; }.fde-chapter-body ul { display: grid; gap: 11px; margin: 0; padding-left: 20px; }.fde-chapter-body li::marker { color: #9ddc6b; }.fde-chapter-body a { color: #83ddd2; text-decoration: underline; text-underline-offset: 3px; }.fde-template { padding: 24px !important; border: 1px solid rgba(157, 220, 107, .38) !important; background: #07100c !important; }.fde-template > p { color: #91a89b; font-size: 13px; }.fde-template button { min-height: 42px; padding: 0 15px; border: 1px solid #a4df72; border-radius: 0; background: #a4df72; color: #102016; cursor: pointer; font: 800 13px/1 Inter, "PingFang SC", sans-serif; }.fde-template button:hover { background: #c0f48d; }.fde-template pre { margin: 17px 0 0; padding: 18px; overflow: auto; border: 1px solid rgba(178, 223, 196, .18); background: #0d1913; color: #d6ead9; font: 12px/1.75 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre-wrap; }.fde-copy-status { min-height: 20px; margin: 10px 0 0 !important; color: #a6e876 !important; font-size: 12px !important; }.fde-chapter-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; width: 100%; margin: 10px 0 0; padding: 27px 0 8px; border-top: 1px solid rgba(178, 223, 196, .18); }.fde-chapter-nav a { color: #c6d8cc; font-size: 13px; font-weight: 800; }.fde-chapter-nav a:hover { color: #a6e876; }.fde-chapter-nav span { color: #6e8479; font-size: 10px; font-weight: 900; letter-spacing: .1em; }
.fde-shell-footer { display: flex; justify-content: space-between; gap: 24px; padding: 21px clamp(20px, 4vw, 70px); border-top: 1px solid rgba(178, 223, 196, .16); color: #71877b; font-size: 10px; letter-spacing: .06em; }.fde-shell-footer a { color: #a4df72; font-weight: 800; }
.fde-chapter-body section[id="cadence"], .fde-chapter-body section[id="decision-gate"], .fde-chapter-body section[id="metrics"], .fde-chapter-body section[id="failure-modes"] { margin: 7px 0; padding: 24px; border: 1px solid rgba(124, 225, 218, .21); background: linear-gradient(120deg, rgba(20, 53, 42, .33), rgba(10, 24, 17, .36)); }.fde-chapter-body section[id="cadence"] { border-left: 3px solid #9ddc6b; }.fde-chapter-body section[id="decision-gate"] { border-left: 3px solid #7ce1da; }.fde-chapter-body section[id="metrics"] { border-left: 3px solid #8cbedf; }.fde-chapter-body section[id="failure-modes"] { border-left: 3px solid #d9c16c; }.fde-chapter-body section[id="cadence"] li, .fde-chapter-body section[id="decision-gate"] li, .fde-chapter-body section[id="metrics"] li, .fde-chapter-body section[id="failure-modes"] li { padding-left: 4px; }.fde-source-purpose { margin: -2px 0 16px !important; color: #81988b !important; font-size: 13px !important; line-height: 1.72 !important; }
@media (max-width: 1080px) { .fde-shell { grid-template-columns: 190px minmax(0, 1fr); gap: 34px; }.fde-onpage-sidebar { display: none; }.fde-stage-grid { grid-template-columns: 1fr; }.fde-stage-grid a, .fde-stage-grid a:nth-child(2n) { border-right: 0; }.fde-stage-grid a:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(178, 223, 196, .14); }.fde-stage-grid a:last-child { border-bottom: 0; } }
@media (max-width: 900px) { .fde-shell-header { grid-template-columns: 1fr auto; }.fde-shell-header > p { display: none; }.fde-shell { display: flex; flex-direction: column; gap: 0; padding: 22px 20px 60px; }.fde-stage-sidebar { position: static; order: 1; margin: 0 0 16px; }.fde-stage-sidebar nav { display: flex; overflow-x: auto; border: 1px solid rgba(178, 223, 196, .16); }.fde-stage-sidebar nav a { flex: 0 0 auto; grid-template-columns: auto; gap: 4px; min-width: 106px; padding: 10px 12px; border: 0; border-right: 1px solid rgba(178, 223, 196, .14); }.fde-stage-sidebar nav a.is-active { margin-left: 0; padding-left: 12px; border-left: 0; border-bottom: 2px solid #9ddc6b; }.fde-stage-sidebar nav a small { font-size: 9px; }.fde-sidebar-note { display: none; }.fde-onpage-sidebar { display: flex; position: static; order: 2; flex-direction: row; align-items: center; gap: 8px; margin: 0 0 8px; padding: 0 0 12px; overflow-x: auto; border: 0; border-bottom: 1px solid rgba(178, 223, 196, .16); }.fde-onpage-sidebar .fde-sidebar-label, .fde-onpage-sidebar .fde-onpage-status { display: none; }.fde-onpage-sidebar > a { flex: 0 0 auto; padding: 6px 8px; border: 1px solid rgba(178, 223, 196, .2); color: #a8bcb0; font-size: 11px; }.fde-main { order: 3; }.fde-guide-hero, .fde-chapter-masthead { padding-top: 26px; }.fde-shell-footer { display: grid; padding: 20px; } }
@media (max-width: 900px) { .fde-stage-sidebar, .fde-onpage-sidebar { align-self: stretch; width: 100%; max-width: 100%; min-width: 0; }.fde-stage-sidebar nav { width: 100%; max-width: 100%; }.fde-main, .fde-chapter-article, .fde-chapter-body { width: 100%; max-width: 100%; min-width: 0; } }
@media (max-width: 620px) { .fde-shell-header { min-height: 56px; padding: 0 16px; }.fde-header-state, .fde-header-return { font-size: 10px; }.fde-shell { padding-right: 16px; padding-left: 16px; }.fde-guide-hero h1 { font-size: clamp(42px, 13vw, 60px); }.fde-section-heading { grid-template-columns: 1fr; }.fde-stage-grid a { min-height: 174px; padding: 20px; }.fde-boundary { padding: 24px 20px; }.fde-chapter-masthead h1 { font-size: clamp(38px, 12vw, 54px); }.fde-chapter-read-state b { display: none; }.fde-chapter-body h2 { font-size: 21px; }.fde-chapter-body p, .fde-chapter-body li { font-size: 14px; }.fde-chapter-nav { align-items: flex-start; }.fde-chapter-nav a { max-width: 38%; }.fde-shell-footer { gap: 10px; } }

.fde-stage-grid [data-fde-stage-artifact], .fde-stage-grid [data-fde-stage-gate] { min-height: 0; padding-top: 8px; border-top: 1px solid rgba(178, 223, 196, .13); color: #80978b; font-size: 11px; line-height: 1.55; }.fde-stage-grid [data-fde-stage-artifact] b, .fde-stage-grid [data-fde-stage-gate] b { display: block; margin-bottom: 2px; color: #bad3c2; font-size: 9px; letter-spacing: .08em; }.fde-stage-grid [data-fde-stage-gate] b { color: #82d8cf; }

/* FDE GitHub reference atlas: project context before tool enthusiasm. */
.fde-tool-atlas { padding: 0 0 65px; }.fde-tool-atlas-intro, .fde-tool-intro { max-width: 760px; margin: 22px 0 0; color: #9aac9f; font-size: 14px; line-height: 1.85; }.fde-tool-atlas-grid, .fde-tool-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }.fde-tool-card { display: flex; flex-direction: column; min-width: 0; padding: 22px; border: 1px solid rgba(178, 223, 196, .18); background: linear-gradient(145deg, rgba(18, 37, 27, .88), rgba(10, 19, 15, .92)); }.fde-tool-card h3 { margin: 0; color: #e3f0e5; font-size: 19px; letter-spacing: -.025em; }.fde-tool-stars { margin: 8px 0 0; color: #a7db78; font-size: 10px; font-weight: 900; letter-spacing: .06em; }.fde-tool-role { min-height: 45px; margin: 14px 0; color: #b8c9bd; font-size: 13px; line-height: 1.65; }.fde-tool-card > p:not(.fde-tool-stars):not(.fde-tool-role) { margin: 0 0 11px; color: #96a99d; font-size: 12px; line-height: 1.72; }.fde-tool-card b { color: #c9ddd0; font-size: 10px; letter-spacing: .05em; }.fde-tool-card .fde-tool-boundary { padding-top: 11px; border-top: 1px solid rgba(178, 223, 196, .13); color: #82a896 !important; }.fde-tool-card a { display: inline-flex; margin-top: auto; padding-top: 12px; color: #7ce1da; font-size: 12px; font-weight: 800; }.fde-tool-card a:hover { color: #b8f2ea; }.fde-open-source-tools { margin: 7px 0 !important; padding: 25px !important; border: 1px solid rgba(157, 220, 107, .25) !important; background: linear-gradient(120deg, rgba(25, 48, 29, .58), rgba(10, 21, 15, .25)); }.fde-open-source-tools .fde-tool-grid { grid-template-columns: 1fr; margin-top: 20px; }.fde-open-source-tools .fde-tool-card { padding: 19px; background: rgba(7, 16, 12, .6); }.fde-open-source-tools .fde-tool-role { min-height: 0; }
@media (max-width: 620px) { .fde-tool-atlas-grid, .fde-tool-grid { grid-template-columns: 1fr; }.fde-tool-card { padding: 19px; }.fde-tool-atlas-intro, .fde-tool-intro { font-size: 13px; }.fde-open-source-tools { padding: 20px !important; } }
@media (max-width: 620px) { .fde-template button { width: 100%; min-height: 46px; }.fde-onpage-sidebar > a { display: inline-flex; align-items: center; min-height: 40px; padding: 0 10px; }.fde-chapter-nav a { display: inline-flex; align-items: center; min-height: 44px; } }

/* OPC City Atlas refinement: keep the existing blue-and-orange identity while tightening the reading surface. */
.site-page { --opc-refined-surface: #fbfcfe; --opc-refined-rule: #c9d4e2; --opc-refined-ink: #102343; --opc-refined-muted: #60718a; color: var(--opc-refined-ink); background: var(--opc-refined-surface); }
.site-page .section-label { color: #315c9c; font-size: 11px; letter-spacing: .12em; }
.site-page :is(a, button, input, select, textarea):focus-visible { outline: 2px solid #df5a43; outline-offset: 3px; }
.site-page :is(.atlas-primary, .button-primary):hover { filter: saturate(1.05) brightness(.98); }

/* opc-refined-home: preserve the City Atlas composition while giving its evidence and actions a clearer reading order. */
.atlas-hero { min-height: 780px; background: linear-gradient(90deg, rgba(5, 20, 49, .98) 0%, rgba(5, 20, 49, .9) 43%, rgba(5, 20, 49, .34) 72%, rgba(5, 20, 49, .46) 100%), url("assets/hero-cloud-lake.jpg") center 55% / cover no-repeat; }
.atlas-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.04), transparent 28%, rgba(5,20,49,.18)), repeating-linear-gradient(90deg, rgba(196, 219, 255, .045) 0 1px, transparent 1px 96px); }
.atlas-hero-copy, .atlas-brief, .atlas-photo-credit { z-index: 1; }.atlas-hero-copy { max-width: 675px; }.atlas-kicker { color: #d8e6fa; letter-spacing: .12em; }.atlas-release { margin-top: 27px; border-color: rgba(224, 236, 255, .38); background: rgba(11, 31, 65, .18); }.atlas-hero h1 { max-width: 760px; margin-top: 28px; font-size: clamp(58px, 6vw, 92px); letter-spacing: -.035em; }.atlas-hero h1 span { color: #a5ceff; }.atlas-lead { max-width: 550px; color: #e5edf8; font-size: 17px; }.atlas-actions { gap: 14px; margin-top: 37px; }.atlas-primary, .atlas-secondary { min-height: 52px; padding: 0 20px; }.atlas-primary { background: #fff; color: #123a82; box-shadow: 0 13px 30px rgba(1, 13, 35, .28); }.atlas-primary:hover { background: #fff8f4; }.atlas-secondary { border-color: rgba(232, 240, 252, .52); background: rgba(5, 21, 51, .12); }.atlas-brief { top: 164px; width: 262px; padding-left: 25px; border-left-color: #ef785e; }.atlas-brief h2 { margin: 18px 0; font-size: 40px; }.atlas-brief li { padding: 12px 0; border-top-color: rgba(238, 245, 255, .2); }.atlas-brief li b { color: #aed1ff; }.atlas-photo-credit { color: rgba(233, 241, 253, .74); }
.atlas-index-strip { border-color: var(--opc-refined-rule); box-shadow: 0 14px 30px rgba(20, 43, 82, .055); }.atlas-index-strip > div { min-height: 122px; padding: 26px 25px; border-color: var(--opc-refined-rule); }.atlas-index-strip b { color: #102b5e; font-size: 34px; letter-spacing: -.045em; }.atlas-index-strip span { color: var(--opc-refined-muted); }.atlas-index-strip p { color: #516d98; }
.atlas-audience { gap: 58px; padding-top: 102px; }.atlas-audience h2, .atlas-section-intro h2 { color: var(--opc-refined-ink); letter-spacing: -.05em; }.atlas-audience p, .atlas-section-intro p { color: var(--opc-refined-muted); }.atlas-audience-grid { gap: 0; border-top: 1px solid var(--opc-refined-rule); border-left: 1px solid var(--opc-refined-rule); }.atlas-audience-grid a { min-height: 184px; padding: 27px; border: 0; border-right: 1px solid var(--opc-refined-rule); border-bottom: 1px solid var(--opc-refined-rule); border-radius: 0; box-shadow: none; }.atlas-audience-grid a:hover { transform: none; background: #f6f9fd; box-shadow: inset 0 3px 0 #df5a43; }.atlas-audience-grid small { color: #5d7daf; }.atlas-audience-grid span { color: #526d91; }
.atlas-chapters { gap: 82px; padding: 126px 0; }.atlas-entry-grid { border-color: var(--opc-refined-rule); }.atlas-entry-grid a { min-height: 262px; padding: 30px; border-color: var(--opc-refined-rule); }.atlas-entry-grid a:hover { background: #f5f8fc; }.atlas-entry-grid h3 { color: #132d5b; }.atlas-entry-grid p { color: var(--opc-refined-muted); }.atlas-entry-grid span { color: #1f5cc1; }
.atlas-opportunity { border-color: var(--opc-refined-rule); }.atlas-opportunity-image { padding: 58px; background: linear-gradient(90deg, rgba(6, 22, 54, .95) 0%, rgba(6, 22, 54, .64) 51%, rgba(6, 22, 54, .2) 100%), url("assets/hero-cloud-lake.jpg") center / cover no-repeat; }.atlas-city-ledger { padding: 49px 38px; }.atlas-city-ledger > a:not(.atlas-ledger-link) { border-color: #dbe3ed; }.atlas-city-ledger i { background: #edf6ef; color: #237051; }.atlas-path { margin-top: 126px; margin-bottom: 126px; padding: 68px 60px; background: #102d63; }.atlas-route-list a { padding: 20px 0; }.atlas-final { padding: 58px 60px; background: #dc624c; }.atlas-final a { transition: color .18s ease, border-color .18s ease; }.atlas-final a:hover { border-color: #182d57; color: #182d57; }

/* opc-refined-content-pages: long-form research, policy evidence and guided action use the same quiet editorial rhythm. */
.atlas-report-cover, .atlas-policy-cover, .atlas-city-cover, .atlas-diagnose-hero { isolation: isolate; }.atlas-report-cover::before, .atlas-policy-cover::before, .atlas-city-cover::before, .atlas-diagnose-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,255,255,.035), transparent 42%, rgba(12, 34, 71, .08)); }.report-cover-main, .policy-cover-copy, .city-cover-copy, .atlas-diagnose-copy, .report-cover-ledger, .policy-opportunity-ledger, .city-cover-brief, .atlas-diagnose-brief, .report-cover-caption, .policy-cover-caption, .city-cover-caption, .atlas-diagnose-caption { position: relative; z-index: 1; }
.atlas-report-cover h1, .atlas-policy-cover h1, .atlas-city-cover h1, .atlas-diagnose-hero h1 { letter-spacing: -.045em; }.report-cover-main > p:not(.report-cover-date), .policy-cover-copy > p:not(.policy-cover-date), .city-cover-copy > p:not(.city-cover-date), .atlas-diagnose-copy > p { line-height: 1.86; }.report-cover-ledger, .policy-opportunity-ledger, .city-cover-brief, .atlas-diagnose-brief { padding-left: 25px; }.report-reading-note, .report-contents { border-color: var(--opc-refined-rule); }.report-findings article, .report-chapter-list a { border-color: var(--opc-refined-rule); }.report-findings article:hover, .report-chapter-list a:hover { background: #f5f8fc; }
.atlas-policy-cover + .policy-workbench { padding-top: 92px; }.policy-workbench { gap: 44px; }.policy-filter-sidebar { border-right-color: var(--opc-refined-rule); }.filter-group b { color: #1b3768; }.filter-option { border-left: 2px solid transparent; }.filter-option:hover, .filter-option.is-selected { border-left-color: #df5a43; background: #f4f7fb; color: #1b4f9b; }.policy-results-top { border-bottom-color: var(--opc-refined-rule); }.policy-results .policy-item, .city-opportunity-list .policy-item { border-top-color: var(--opc-refined-rule); transition: background .16s ease, padding-left .16s ease; }.policy-results .policy-item:hover, .city-opportunity-list .policy-item:hover { padding-left: 10px; background: #f6f9fd; }.policy-city { background: #eaf1fa; color: #1f579f; }.policy-item-status em, .city-opportunity-list .policy-item-status em { background: #eef7f0; color: #257153; }.policy-checklist, .city-detail-aside { border-color: var(--opc-refined-rule); border-top-color: #df5a43; box-shadow: none; }.policy-checklist li::before, .city-detail-aside li b { color: #d85d48; }.policy-match-bridge, .city-next-step { background: #102d63; }
.city-detail-layout { padding-top: 92px; }.city-detail-head { border-bottom-color: var(--opc-refined-rule); }.city-detail-grid { gap: 44px; }.city-detail-aside { padding: 30px; }.journey-section { padding-top: 96px; }.journey-section-heading h2 { color: var(--opc-refined-ink); letter-spacing: -.05em; }.journey-section-heading > p, .journey-loading { color: var(--opc-refined-muted); }.journey-section :is(.journey-stage, .journey-panel, .journey-card) { border-color: var(--opc-refined-rule); box-shadow: none; }

/* opc-refined-secondary-pages: make resource, service and account surfaces scan as one calm City Atlas system. */
.knowledge-workspace { gap: 64px; padding-top: 78px; }.knowledge-sidebar { border-right-color: var(--opc-refined-rule); }.knowledge-sidebar nav a { padding: 10px 11px; color: #5f728e; }.knowledge-sidebar nav a:hover, .knowledge-sidebar nav a.is-active { border-left-color: #df5a43; background: #f5f8fc; color: #1c4e96; }.knowledge-sidebar-note { border-top-color: var(--opc-refined-rule); }.knowledge-content { gap: 74px; }.knowledge-content-head h2 { color: var(--opc-refined-ink); letter-spacing: -.05em; }.knowledge-question-list, .knowledge-doc-list, .knowledge-path { border-color: var(--opc-refined-rule); }.knowledge-question-list a { min-height: 142px; padding: 23px; border-color: var(--opc-refined-rule); }.knowledge-question-list a:hover { background: #f5f8fc; }.knowledge-question-list i { color: #d85d48; }.knowledge-doc-list a { padding: 22px 0; border-color: var(--opc-refined-rule); }.knowledge-doc-list a:hover h3 { color: #1f579f; }.knowledge-doc-list span { border-color: var(--opc-refined-rule); background: #fbfcfe; }.knowledge-path { padding-top: 34px; }
.service-audience-band, .cooperation-principles { border-color: var(--opc-refined-rule); }.service-audience-band > div, .cooperation-principles > div { padding: 29px; border-color: var(--opc-refined-rule); }.service-program-list { border-color: var(--opc-refined-rule); }.service-program-list .service-card { padding: 29px; border-color: var(--opc-refined-rule); }.service-program-list .service-card:hover { background: #f5f8fc; box-shadow: inset 0 3px 0 #df5a43; }.service-card .service-no, .service-card-meta { color: #315c9c; }.delivery-band { gap: 40px; padding: 48px; border-color: var(--opc-refined-rule); }.delivery-item { border-left-color: #df5a43; background: #f7f9fc; }.cooperation-grid { gap: 34px; }.ecosystem-card, .contact-card { border-color: var(--opc-refined-rule); border-radius: 0; box-shadow: none; }.cooperation-form { border-top-color: var(--opc-refined-rule); }.cooperation-form input, .cooperation-form select, .cooperation-form textarea { border-color: var(--opc-refined-rule); border-radius: 0; background: #fcfdff; }.cooperation-form input:focus, .cooperation-form select:focus, .cooperation-form textarea:focus { border-color: #df5a43; box-shadow: 0 0 0 3px rgba(223, 90, 67, .1); }
.legal-shell { border-color: var(--opc-refined-rule); border-radius: 0; box-shadow: none; }.legal-shell h1 { color: var(--opc-refined-ink); letter-spacing: -.055em; }.legal-lead { color: var(--opc-refined-muted); }.legal-section { border-top-color: var(--opc-refined-rule); }.legal-note { border-left-color: #df5a43; background: #f7f9fc; }.account-hero { border-bottom-color: var(--opc-refined-rule); }.account-card, .account-history-item { border-color: var(--opc-refined-rule); border-radius: 0; box-shadow: none; }.account-card input { border-color: var(--opc-refined-rule); border-radius: 0; background: #fcfdff; }.account-card input:focus { border-color: #df5a43; outline-color: rgba(223, 90, 67, .22); }.account-history-list { gap: 0; border-top: 1px solid var(--opc-refined-rule); }.account-history-item { border-top: 0; }
@media (max-width: 760px) { .atlas-hero { min-height: 680px; padding: 72px 25px 48px; }.atlas-hero h1 { font-size: clamp(48px, 13.5vw, 64px); }.atlas-index-strip { margin-top: 0; }.atlas-index-strip > div { min-height: 104px; }.atlas-audience { padding-top: 72px; }.atlas-audience-grid a { min-height: 160px; }.atlas-chapters { padding: 76px 0; }.atlas-entry-grid a { min-height: 210px; }.atlas-opportunity-image { padding: 42px 25px; }.atlas-path { margin: 74px 0; padding: 50px 25px; }.atlas-final { padding: 46px 25px; }.atlas-report-cover, .atlas-policy-cover, .atlas-city-cover, .atlas-diagnose-hero { min-height: 660px; }.policy-workbench { gap: 0; }.policy-results .policy-item:hover, .city-opportunity-list .policy-item:hover { padding-left: 0; }.journey-section { padding-top: 68px; }.knowledge-workspace { padding-top: 58px; }.knowledge-content { gap: 54px; }.knowledge-question-list a { min-height: 136px; }.knowledge-doc-list a { padding: 18px 0; }.service-audience-band > div, .cooperation-principles > div { padding: 23px 0; }.service-program-list .service-card { padding: 24px; }.delivery-band { padding: 32px 25px; }.cooperation-grid { gap: 22px; }.legal-shell { width: var(--wide); margin: 32px auto 62px; padding: 36px 0; border-right: 0; border-left: 0; }.account-card { padding: 24px; } }

/* opc-precision-pass: one measured editorial system, applied after legacy page variants. */
.site-page {
  --opc-precision-ink: #0e2448;
  --opc-precision-muted: #5f7089;
  --opc-precision-rule: #d4deea;
  --opc-precision-blue: #255dcc;
  --opc-precision-orange: #e2674e;
  background: #f8fafc;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.site-page main { overflow: clip; }
.site-page :is(h1, h2, h3, strong, b) { text-wrap: balance; }
.site-page :is(a, button) { -webkit-tap-highlight-color: transparent; }

/* Shared chrome: lower contrast noise, clearer current location, consistent control scale. */
.site-nav {
  position: sticky;
  top: 0;
  height: 66px;
  padding: 0 max(24px, calc((100vw - 1280px) / 2));
  border-color: rgba(174, 189, 210, .68);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 1px 0 rgba(10, 35, 76, .035), 0 10px 28px rgba(23, 48, 91, .045);
  backdrop-filter: blur(14px) saturate(1.15);
}
.site-nav-links { gap: clamp(14px, 1.45vw, 24px); }
.site-nav-links a {
  height: 66px;
  color: #354762;
  font-size: 13px;
  font-weight: 720;
  letter-spacing: -.012em;
}
.site-nav-links a:hover { color: var(--opc-precision-blue); }
.site-nav-links a.is-active { color: #123d8e; }
.site-nav-links a.is-active::after { right: 1px; bottom: 0; left: 1px; height: 3px; background: var(--opc-precision-orange); }
.brand { font-size: 17px; letter-spacing: -.025em; }
.brand-mark { box-shadow: inset 0 0 0 1px rgba(255,255,255,.18), 0 4px 10px rgba(16, 41, 82, .14); }
.nav-tool { width: 31px; height: 31px; border-radius: 7px; border-color: #e0e6ef; background: #f6f8fb; font-size: 12px; }

/* Every landing surface uses the same grid, title scale and information rail. */
.atlas-hero,
.atlas-report-cover,
.atlas-policy-cover,
.atlas-city-cover,
.atlas-context-hero,
.atlas-diagnose-hero {
  min-height: 690px;
  padding-right: max(72px, calc((100vw - 1280px) / 2));
  padding-left: max(72px, calc((100vw - 1280px) / 2));
}
.atlas-hero,
.atlas-report-cover { min-height: 760px; }
.atlas-context-hero,
.atlas-diagnose-hero {
  width: 100%;
  margin: 0;
  padding-top: 106px;
  padding-bottom: 88px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.atlas-hero::before,
.atlas-report-cover::before,
.atlas-policy-cover::before,
.atlas-city-cover::before,
.atlas-context-hero::before,
.atlas-diagnose-hero::before {
  background: linear-gradient(180deg, rgba(255,255,255,.035) 0%, transparent 35%, rgba(11,31,66,.14) 100%), repeating-linear-gradient(90deg, rgba(203,221,249,.045) 0 1px, transparent 1px 112px);
}
.atlas-context-hero::before,
.atlas-diagnose-hero::before { content: ""; position: absolute; z-index: 0; inset: 0; pointer-events: none; }
.atlas-context-hero > *, .atlas-diagnose-hero > * { z-index: 1; }
.atlas-kicker { gap: 12px; font-size: 11px; font-weight: 850; letter-spacing: .135em; }
.atlas-kicker span { width: 30px; height: 2px; }
.atlas-release,
.atlas-context-release,
.report-cover-date,
.policy-cover-date,
.city-cover-date { padding: 7px 10px; border-radius: 2px; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.atlas-hero h1,
.atlas-report-cover h1,
.atlas-policy-cover h1,
.atlas-city-cover h1,
.atlas-context-hero h1,
.atlas-diagnose-hero h1 {
  margin-top: 25px;
  margin-bottom: 23px;
  font-weight: 800;
  letter-spacing: -.052em;
  line-height: .98;
}
.atlas-hero h1 { max-width: 770px; font-size: clamp(58px, 6.05vw, 90px); }
.atlas-report-cover h1, .atlas-policy-cover h1, .atlas-city-cover h1 { font-size: clamp(55px, 5.75vw, 84px); }
.atlas-context-hero h1, .atlas-diagnose-hero h1 { max-width: 760px; font-size: clamp(50px, 5.35vw, 76px); }
.atlas-lead,
.report-cover-main > p:not(.report-cover-date),
.policy-cover-copy > p:not(.policy-cover-date),
.city-cover-copy > p:not(.city-cover-date),
.atlas-context-copy > p:not(.atlas-context-release),
.atlas-diagnose-copy > p { font-size: 16px; line-height: 1.9; }
.atlas-actions { gap: 10px; margin-top: 35px; }
.atlas-primary,
.atlas-secondary,
.atlas-light-button {
  min-height: 50px;
  padding: 0 19px;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: -.01em;
  transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.atlas-primary { box-shadow: 0 10px 22px rgba(8, 26, 58, .18); }
.atlas-secondary { backdrop-filter: blur(8px); }
.atlas-primary:hover, .atlas-secondary:hover, .atlas-light-button:hover { transform: translateY(-1px); }
.atlas-brief,
.report-cover-ledger,
.policy-opportunity-ledger,
.city-cover-brief,
.atlas-diagnose-brief { width: 270px; padding-left: 27px; border-left-width: 3px; }
.atlas-brief h2 { font-size: 42px; letter-spacing: -.045em; }
.atlas-brief p, .report-cover-ledger span, .policy-opportunity-ledger span, .city-cover-brief span, .atlas-diagnose-brief span { line-height: 1.78; }
.atlas-context-panel {
  padding: 32px 30px 29px;
  border: 1px solid rgba(178, 205, 245, .22);
  border-radius: 3px;
  background: linear-gradient(145deg, #132f65, #0d2757);
  box-shadow: 0 20px 48px rgba(15, 39, 85, .20);
}
.atlas-context-panel h2 { font-size: 34px; letter-spacing: -.045em; }
.atlas-context-panel li { padding: 12px 0; }

/* Dense data and content blocks: remove arbitrary rounded cards, retain deliberate surfaces. */
.atlas-index-strip { margin-top: 0; border-top: 3px solid #153d83; box-shadow: none; }
.atlas-index-strip > div { min-height: 128px; padding: 29px 25px 25px; }
.atlas-index-strip b { font-size: 36px; font-weight: 820; }
.atlas-index-strip span { margin-top: 10px; font-size: 12px; line-height: 1.45; }
.atlas-index-strip p { padding: 27px 25px; line-height: 1.72; }
.atlas-audience { gap: 72px; padding-top: 110px; }
.atlas-audience h2, .atlas-section-intro h2 { font-weight: 800; line-height: 1.08; }
.atlas-audience-grid a { min-height: 196px; padding: 30px; }
.atlas-audience-grid strong { font-size: 23px; letter-spacing: -.035em; }
.atlas-audience-grid span { font-size: 13px; line-height: 1.65; }
.atlas-chapters { gap: 92px; padding: 136px 0; }
.atlas-entry-grid a { min-height: 275px; padding: 31px; }
.atlas-entry-grid h3 { margin-top: 52px; font-size: 27px; letter-spacing: -.04em; }
.atlas-entry-grid p { line-height: 1.78; }
.atlas-entry-grid span { bottom: 27px; color: #164da8; }
.atlas-entry-grid a:hover { background: #f2f6fb; box-shadow: inset 0 3px 0 var(--opc-precision-orange); }
.atlas-opportunity, .atlas-path, .atlas-final, .policy-match-bridge, .city-next-step, .cta-panel { border-radius: 0; }
.atlas-opportunity-image { padding: 68px; }
.atlas-city-ledger { padding: 54px 42px; }
.atlas-path { padding: 74px 64px; }
.atlas-final { padding: 64px; }

/* Task pages: evidence and action cards now use the same border rhythm as the homepage. */
.policy-workbench { gap: 52px; }
.policy-filter-sidebar, .knowledge-sidebar { padding-right: 25px; }
.filter-option { padding: 10px 11px; line-height: 1.45; }
.policy-results-top { padding-bottom: 31px; }
.policy-results .policy-item, .city-opportunity-list .policy-item { padding-top: 27px; padding-bottom: 27px; }
.policy-results .policy-item:hover, .city-opportunity-list .policy-item:hover { padding-left: 13px; }
.policy-checklist, .city-detail-aside, .knowledge-detail-aside, .fde-chapter-aside {
  border-top-width: 4px;
  background: #f5f8fc;
}
.knowledge-workspace { gap: 72px; }
.knowledge-content { gap: 82px; }
.knowledge-question-list a { min-height: 154px; padding: 26px; }
.knowledge-question-list b { font-size: 18px; letter-spacing: -.025em; }
.knowledge-doc-list a { min-height: 88px; padding: 23px 0; }
.knowledge-path { padding-top: 38px; }
.service-audience-band > div, .cooperation-principles > div { min-height: 170px; padding: 31px; }
.service-program-list .service-card { min-height: 212px; padding: 32px; }
.service-program-list .service-card h3 { font-size: 24px; letter-spacing: -.035em; }
.ecosystem-card, .contact-card, .account-card { border-radius: 3px; }
.cooperation-form input, .cooperation-form select, .cooperation-form textarea, .account-card input { min-height: 46px; border-radius: 2px; }
.site-footer { padding-top: 82px; }
.footer-grid { padding: 38px 0; }

@media (max-width: 1050px) {
  .atlas-hero, .atlas-report-cover, .atlas-policy-cover, .atlas-city-cover, .atlas-context-hero, .atlas-diagnose-hero { padding-right: 46px; padding-left: 46px; }
  .atlas-context-hero, .atlas-diagnose-hero { grid-template-columns: minmax(0, 1fr) minmax(252px, .54fr); gap: 38px; }
  .atlas-context-panel { padding: 27px 24px; }
  .atlas-audience, .atlas-chapters { gap: 48px; }
  .policy-workbench { gap: 32px; }
}

@media (max-width: 760px) {
  /* opc-precision-pass-mobile */
  .site-nav { height: 58px; padding: 0 14px; backdrop-filter: blur(12px); }
  .site-nav-links { top: 58px; border-radius: 0 0 12px 12px; box-shadow: 0 16px 30px rgba(16, 39, 76, .12); }
  .site-nav-links a { height: 43px; font-size: 14px; }
  .atlas-hero, .atlas-report-cover, .atlas-policy-cover, .atlas-city-cover, .atlas-context-hero, .atlas-diagnose-hero { min-height: auto; padding: 76px 25px 52px; }
  .atlas-hero, .atlas-report-cover { min-height: 680px; }
  .atlas-context-hero, .atlas-diagnose-hero { display: block; }
  .atlas-hero h1, .atlas-report-cover h1, .atlas-policy-cover h1, .atlas-city-cover h1, .atlas-context-hero h1, .atlas-diagnose-hero h1 { margin-top: 22px; margin-bottom: 19px; font-size: clamp(43px, 12.5vw, 61px); line-height: .99; }
  .atlas-lead, .report-cover-main > p:not(.report-cover-date), .policy-cover-copy > p:not(.policy-cover-date), .city-cover-copy > p:not(.city-cover-date), .atlas-context-copy > p:not(.atlas-context-release), .atlas-diagnose-copy > p { font-size: 15px; line-height: 1.82; }
  .atlas-actions { display: grid; grid-template-columns: 1fr; margin-top: 29px; }
  .atlas-primary, .atlas-secondary, .atlas-light-button { width: 100%; }
  .atlas-context-panel { margin-top: 42px; padding: 28px 24px; }
  .atlas-index-strip { grid-template-columns: repeat(2, 1fr); }
  .atlas-index-strip > div { min-height: 108px; padding: 23px 18px; }
  .atlas-index-strip b { font-size: 31px; }
  .atlas-index-strip p { grid-column: 1 / -1; padding: 21px 18px; }
  .atlas-audience { padding-top: 78px; }
  .atlas-audience-grid a { min-height: 166px; padding: 25px; }
  .atlas-chapters { padding: 84px 0; }
  .atlas-entry-grid a { min-height: 215px; padding: 25px; }
  .atlas-entry-grid h3 { margin-top: 40px; font-size: 25px; }
  .atlas-opportunity-image, .atlas-city-ledger, .atlas-path, .atlas-final { padding-right: 25px; padding-left: 25px; }
  .policy-workbench, .knowledge-workspace { padding-top: 58px; }
  .policy-results .policy-item:hover, .city-opportunity-list .policy-item:hover { padding-left: 0; }
  .knowledge-workspace { gap: 0; }
  .knowledge-content { gap: 60px; }
  .knowledge-question-list a { min-height: 138px; padding: 23px; }
  .knowledge-doc-list a { min-height: 0; padding: 19px 0; }
  .service-audience-band > div, .cooperation-principles > div { min-height: auto; padding: 25px 0; }
  .service-program-list .service-card { min-height: 188px; padding: 25px; }
  .site-footer { padding-top: 58px; }
}

/* opc-precision-qa: corrective details found in visual review. */
.atlas-policy-cover {
  background: linear-gradient(90deg, rgba(238, 246, 253, .97) 0%, rgba(239, 247, 253, .88) 42%, rgba(242, 249, 254, .34) 67%, rgba(245, 250, 255, .08) 100%), url("assets/shanghai-morning.jpg") center 68% / cover no-repeat;
}
.atlas-policy-cover .atlas-secondary {
  border-color: rgba(36, 91, 203, .32);
  background: rgba(255, 255, 255, .76);
  color: #17468f;
  box-shadow: 0 8px 18px rgba(33, 77, 148, .08);
}
.atlas-policy-cover .atlas-secondary:hover { border-color: #245bcb; background: #fff; }
.atlas-context-hero h1 { font-size: clamp(48px, 4.85vw, 72px); }
.atlas-context-copy { max-width: 700px; }
.atlas-audience > div:first-child { padding: 8px 0 26px; border-top: 2px solid #1b467f; }
.atlas-audience-grid { background: #fff; }
@media (max-width: 760px) {
  .atlas-context-hero h1 { font-size: clamp(43px, 12.5vw, 61px); }
  .atlas-audience > div:first-child { padding-bottom: 10px; }
}

/* Entrepreneur practice-community conversion: this is the production homepage
   vocabulary, kept separate from the FDE workbench above. */
.site-nav { position: sticky; top: 16px; width: var(--wide); height: 64px; margin: 16px auto 0; padding: 0 16px 0 19px; border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 9px 28px rgba(30,51,95,.08); }
.site-nav-links a { height: 64px; font-size: 14px; font-weight: 700; }
.site-nav-links a.is-active::after { right: 3px; bottom: 10px; left: 3px; height: 2px; background: var(--blue); }
.atlas-home-hero { min-height: 720px; padding-top: 94px; padding-bottom: 94px; }
.atlas-home-hero .atlas-hero-copy { max-width: 720px; }.atlas-home-hero h1 { max-width: 760px; font-size: clamp(52px,5.6vw,82px); line-height: 1.02; }
.atlas-home-subtitle { max-width: 560px; margin: 0 0 13px; color: #fff; font-size: clamp(20px,2vw,28px); font-weight: 750; line-height: 1.35; }.atlas-home-hero .atlas-lead { max-width: 600px; font-size: 16px; }.atlas-home-hero .atlas-actions { margin-top: 28px; }.atlas-home-hero .atlas-primary { background: #fff; color: #123b88; box-shadow: 0 10px 24px rgba(0,0,0,.16); }.atlas-home-hero .atlas-secondary { background: rgba(8,27,67,.28); }
.atlas-hero-links { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 20px; }.atlas-hero-links a { color: #dceaff; font-size: 13px; font-weight: 750; }.atlas-home-brief { top: 168px; width: 270px; }.atlas-home-brief h2 { font-size: 35px; }
.atlas-user-entry { display: block; padding: 100px 0 0; }.atlas-user-entry > div:first-child { max-width: 580px; padding: 0; border: 0; }.atlas-user-entry h2 { max-width: none; margin-top: 14px; font-size: clamp(36px,3.5vw,50px); }.atlas-user-entry-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; margin-top: 35px; border-top: 1px solid #b7c5d9; border-left: 1px solid #b7c5d9; background: transparent; }.atlas-user-entry-grid a { position: relative; min-height: 264px; padding: 25px; border: 0; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; border-radius: 0; box-shadow: none; }.atlas-user-entry-grid a:hover { background: #f4f8ff; box-shadow: none; transform: none; }.atlas-user-entry-grid strong { align-self: start; margin-top: 38px; font-size: 21px; }.atlas-user-entry-grid span { max-width: 240px; line-height: 1.7; }.atlas-user-entry-grid em { position: absolute; bottom: 22px; color: #1f5cc1; font-size: 12px; font-style: normal; font-weight: 800; }
.atlas-practice-path { margin-top: 102px; margin-bottom: 94px; }.atlas-practice-path .section-label { color: #b7ccff; }.atlas-practice-path .atlas-route-list a { min-height: 76px; }.atlas-practice-path .atlas-route-list span { line-height: 1.6; }
.atlas-guides-home { display: grid; grid-template-columns: .78fr 1.22fr; gap: 68px; align-items: start; width: var(--wide); margin: 0 auto; padding: 90px 0 88px; }.atlas-guides-home h2 { margin: 14px 0; color: #10234a; font-size: clamp(35px,3.5vw,50px); line-height: 1.06; letter-spacing: 0; }.atlas-guides-home-head p { max-width: 420px; margin: 0; color: #5d6f89; font-size: 14px; line-height: 1.8; }.text-link { display: inline-block; margin-top: 24px; color: #1f5cc1; font-size: 13px; font-weight: 800; }.atlas-guides-home-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #b7c5d9; border-left: 1px solid #b7c5d9; }.atlas-guides-home-list a { position: relative; min-height: 254px; padding: 27px; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; background: #fff; transition: background .2s ease; }.atlas-guides-home-list a:hover { background: #f2f7ff; }.atlas-guides-home-list small { color: #4c6fa7; font-size: 10px; font-weight: 850; letter-spacing: .08em; }.atlas-guides-home-list strong { display: block; margin-top: 40px; color: #13244a; font-size: 22px; }.atlas-guides-home-list span { display: block; margin-top: 10px; color: #69788f; font-size: 13px; line-height: 1.7; }.atlas-guides-home-list i { position: absolute; right: 27px; bottom: 25px; color: #1f5cc1; font-size: 20px; font-style: normal; }
.atlas-resource-home { display: grid; grid-template-columns: .9fr 1.1fr; width: var(--wide); margin: 0 auto; border-top: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; background: #fff; }.atlas-resource-copy { padding: 58px 52px; }.atlas-resource-copy h2 { margin: 15px 0; color: #10234a; font-size: clamp(35px,3.5vw,50px); line-height: 1.06; letter-spacing: 0; }.atlas-resource-copy p { max-width: 410px; margin: 0; color: #5d6f89; font-size: 14px; line-height: 1.8; }.atlas-resource-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 25px 0 27px; }.atlas-resource-tags span { padding: 6px 9px; border: 1px solid #d7e2f1; border-radius: 999px; color: #45618d; font-size: 12px; font-weight: 750; }.atlas-resource-primary { display: inline-flex; align-items: center; min-height: 46px; padding: 0 17px; background: #245bcb; color: #fff; font-size: 13px; font-weight: 800; }.atlas-data-link { display: inline-block; margin-left: 16px; color: #45618d; font-size: 12px; font-weight: 750; }.atlas-resource-atlas { display: flex; flex-direction: column; justify-content: flex-end; min-height: 420px; padding: 52px; color: #fff; background: linear-gradient(90deg,rgba(7,25,61,.88),rgba(7,25,61,.24)),url("assets/hero-cloud-lake.jpg") center / cover no-repeat; }.atlas-resource-atlas small { color: #b7d3ff; font-size: 11px; font-weight: 850; letter-spacing: .09em; }.atlas-resource-atlas strong { max-width: 480px; margin-top: 17px; font-size: clamp(29px,3vw,44px); line-height: 1.08; }.atlas-resource-atlas p { max-width: 415px; margin: 14px 0 0; color: #d7e4f7; font-size: 14px; line-height: 1.75; }.atlas-resource-atlas a { display: inline-block; margin-top: 20px; color: #fff; font-size: 13px; font-weight: 800; }
.atlas-report-knowledge { display: grid; grid-template-columns: repeat(2,1fr); width: var(--wide); margin: 0 auto; border-top: 1px solid #b7c5d9; border-left: 1px solid #b7c5d9; }.atlas-report-knowledge a { position: relative; min-height: 260px; padding: 31px; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; background: #fff; }.atlas-report-knowledge a:hover { background: #f2f7ff; }.atlas-report-knowledge small { color: #4c6fa7; font-size: 11px; font-weight: 850; letter-spacing: .08em; }.atlas-report-knowledge h2 { margin: 48px 0 9px; color: #13244a; font-size: 30px; }.atlas-report-knowledge p { max-width: 390px; margin: 0; color: #69788f; font-size: 14px; line-height: 1.75; }.atlas-report-knowledge span { position: absolute; bottom: 28px; color: #1f5cc1; font-size: 13px; font-weight: 800; }
.atlas-service-cooperation { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; width: var(--wide); margin: 0 auto; padding: 100px 0; }.atlas-service-cooperation > div:first-child { max-width: 450px; }.atlas-service-cooperation h2 { margin: 14px 0; color: #10234a; font-size: clamp(35px,3.5vw,50px); line-height: 1.06; letter-spacing: 0; }.atlas-service-cooperation p { margin: 0; color: #5d6f89; font-size: 14px; line-height: 1.8; }.atlas-service-cooperation-actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #b7c5d9; border-left: 1px solid #b7c5d9; }.atlas-service-cooperation-actions a { position: relative; min-height: 234px; padding: 27px; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; background: #fff; }.atlas-service-cooperation-actions a:hover { background: #f4f8ff; }.atlas-service-cooperation-actions small { color: #4c6fa7; font-size: 10px; font-weight: 850; letter-spacing: .08em; }.atlas-service-cooperation-actions strong { display: block; margin-top: 44px; color: #13244a; font-size: 23px; }.atlas-service-cooperation-actions span { display: block; margin-top: 9px; color: #69788f; font-size: 13px; line-height: 1.7; }.atlas-service-cooperation-actions em { position: absolute; bottom: 24px; color: #1f5cc1; font-size: 12px; font-style: normal; font-weight: 800; }
.atlas-practice-final { margin-bottom: 0; background: #163d83; }.atlas-practice-final h2 { max-width: 640px; font-size: clamp(35px,3.9vw,55px); }.atlas-practice-final p { max-width: 390px; }.atlas-final-actions { display: flex; flex-wrap: wrap; gap: 13px; }.atlas-final-actions a { padding: 12px 15px; border: 1px solid rgba(255,255,255,.62); font-size: 13px; }.atlas-final-actions .atlas-final-primary { border-color: #fff; background: #fff; color: #163d83; }.atlas-final-actions .atlas-final-secondary { color: #fff; }

.guides-directory, .guides-followup { width: var(--wide); margin: 0 auto; padding: 92px 0; }.guides-directory-head { display: grid; grid-template-columns: 1fr .64fr; gap: 76px; align-items: end; }.guides-directory h2, .guides-followup h2 { margin: 14px 0 0; color: #10234a; font-size: clamp(35px,3.5vw,50px); line-height: 1.08; }.guides-directory-head > p, .guides-followup-head > p { margin: 0; color: #5d6f89; font-size: 14px; line-height: 1.8; }.guides-card-grid { display: grid; grid-template-columns: repeat(2,1fr); margin-top: 42px; border-top: 1px solid #b7c5d9; border-left: 1px solid #b7c5d9; }.guides-card { min-height: 405px; padding: 32px; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; background: #fff; }.guides-card-primary { background: #f4f8ff; }.guides-card small, .guides-followup small { color: #4c6fa7; font-size: 10px; font-weight: 850; letter-spacing: .09em; }.guides-card h2 { margin: 46px 0 10px; font-size: 28px; }.guides-card > p, .guides-card li, .guides-followup p { color: #5d6f89; font-size: 14px; line-height: 1.75; }.guides-card ul { margin: 23px 0 28px; padding-left: 20px; }.guides-card li + li { margin-top: 8px; }.guides-card .atlas-primary { min-height: 44px; padding: 0 15px; }.guides-external-note { margin-top: 14px !important; font-size: 12px !important; }.guides-followup { padding-top: 0; }.guides-followup-head { max-width: 600px; }.guides-followup-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 35px; border-top: 1px solid #b7c5d9; border-left: 1px solid #b7c5d9; }.guides-followup-grid article { min-height: 205px; padding: 26px; border-right: 1px solid #b7c5d9; border-bottom: 1px solid #b7c5d9; background: #fff; }.guides-followup-grid h3 { margin: 40px 0 8px; color: #13244a; font-size: 21px; }.guides-followup-grid p { margin: 0; }.cta-panel { display: flex; align-items: end; justify-content: space-between; gap: 40px; width: var(--wide); margin: 0 auto 84px; padding: 48px 52px; background: #163d83; color: #fff; }.cta-panel h2 { margin: 0 0 10px; font-size: 34px; }.cta-panel p { max-width: 580px; margin: 0; color: #d7e4f7; line-height: 1.75; }.cta-panel .atlas-primary { flex: 0 0 auto; background: #fff; color: #163d83; }
.resources-hero { min-height: 500px; }.resources-hero-note { align-self: end; padding: 28px; border: 1px solid rgba(178,205,245,.24); background: rgba(13,39,87,.88); color: #fff; }.resources-hero-note small { color: #b7d3ff; font-size: 10px; font-weight: 850; letter-spacing: .1em; }.resources-hero-note strong, .resources-hero-note span, .resources-hero-note a { display: block; }.resources-hero-note strong { margin: 17px 0 8px; font-size: 25px; }.resources-hero-note span { color: #d7e4f7; font-size: 13px; line-height: 1.7; }.resources-hero-note a { margin-top: 22px; font-size: 13px; font-weight: 800; }.resources-workspace { padding-top: 82px; }.resources-search-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; }.resources-search-head h2, .resources-boundary h2 { margin: 14px 0 0; color: #10234a; font-size: clamp(35px,3.5vw,50px); line-height: 1.08; }.resources-search-head > p { margin: 0; color: #5d6f89; font-size: 13px; }.resource-search-form { display: grid; grid-template-columns: 1fr auto; margin-top: 34px; }.resource-search-form input { min-height: 54px; padding: 0 18px; border: 1px solid #b7c5d9; border-right: 0; background: #fff; color: #10234a; }.resource-search-form button { min-width: 122px; border: 0; background: #245bcb; color: #fff; font-weight: 800; }.resource-type-tabs { display: flex; gap: 8px; margin-top: 23px; }.resource-type-tabs button { min-height: 36px; padding: 0 13px; border: 1px solid #cbd8e8; border-radius: 999px; background: #fff; color: #526783; font-size: 13px; }.resource-type-tabs button.is-selected { border-color: #245bcb; background: #245bcb; color: #fff; }.resource-filters { margin-top: 28px; padding: 20px 0; border-top: 1px solid #d7e0eb; border-bottom: 1px solid #d7e0eb; }.resource-filters summary { color: #243a5c; font-size: 14px; font-weight: 800; cursor: pointer; }.resource-filters summary span { color: #71819a; font-size: 12px; font-weight: 500; }.resource-filter-grid { display: grid; grid-template-columns: repeat(2,minmax(0,240px)); gap: 16px; margin-top: 20px; }.resource-filter-grid label { display: grid; gap: 7px; color: #526783; font-size: 12px; font-weight: 750; }.resource-filter-grid select { min-height: 42px; padding: 0 10px; border: 1px solid #cbd8e8; background: #fff; color: #243a5c; }.resource-results-meta { display: flex; justify-content: space-between; gap: 20px; padding: 28px 0 16px; color: #526783; font-size: 13px; }.resource-results-meta a { color: #1f5cc1; font-weight: 800; }.resource-results { border-top: 1px solid #b7c5d9; }.resource-result-card { display: grid; grid-template-columns: 1.1fr .9fr auto; gap: 30px; align-items: end; padding: 28px 0; border-bottom: 1px solid #d7e0eb; }.resource-result-card small { color: #4c6fa7; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }.resource-result-card h3 { margin: 11px 0 8px; color: #13244a; font-size: 20px; }.resource-result-card p { margin: 0; color: #5d6f89; font-size: 13px; line-height: 1.7; }.resource-result-card dl { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin: 0; }.resource-result-card dt { color: #71819a; font-size: 11px; }.resource-result-card dd { margin: 5px 0 0; color: #243a5c; font-size: 12px; line-height: 1.55; }.resource-result-card > a { color: #1f5cc1; font-size: 13px; font-weight: 800; white-space: nowrap; }.resource-empty { padding: 42px 0; color: #526783; }.resource-empty strong { color: #13244a; font-size: 18px; }.resource-empty p { line-height: 1.7; }.resource-empty button { min-height: 40px; padding: 0 14px; border: 1px solid #245bcb; background: #fff; color: #245bcb; font-weight: 800; }.resources-boundary { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; border-top: 1px solid #b7c5d9; }.resources-boundary p { align-self: end; margin: 0; color: #5d6f89; font-size: 14px; line-height: 1.85; }

@media (max-width: 1050px) { .atlas-home-hero { display: grid; grid-template-columns: 1fr; min-height: auto; }.atlas-home-brief { position: static; width: 100%; margin-top: 44px; }.atlas-user-entry-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.atlas-resource-home, .atlas-service-cooperation { grid-template-columns: 1fr; gap: 0; }.atlas-resource-copy { padding: 48px; }.atlas-service-cooperation { gap: 36px; }.atlas-guides-home, .guides-directory-head { grid-template-columns: 1fr; gap: 34px; }.resources-hero { grid-template-columns: 1fr; }.resources-hero-note { margin-top: 35px; }.resource-result-card { grid-template-columns: 1fr; gap: 18px; }.resource-result-card dl { max-width: 520px; } }
@media (max-width: 760px) { .site-nav { top: 12px; width: var(--wide); height: 58px; margin-top: 12px; padding: 0 13px; }.site-nav-links { top: 57px; }.site-nav-links a { height: 43px; }.atlas-home-hero { min-height: 0; padding-top: 72px; padding-bottom: 66px; }.atlas-home-brief { display: none; }.atlas-home-subtitle { font-size: 20px; }.atlas-hero-links { display: grid; gap: 12px; }.atlas-user-entry { padding-top: 68px; }.atlas-user-entry-grid, .atlas-report-knowledge, .atlas-service-cooperation-actions, .atlas-guides-home-list, .guides-card-grid, .guides-followup-grid { grid-template-columns: 1fr; }.atlas-user-entry-grid a { min-height: 214px; }.atlas-user-entry-grid strong { margin-top: 26px; }.atlas-practice-path { margin: 68px 0; }.atlas-practice-path .atlas-route-list a { min-height: 72px; }.atlas-guides-home { padding: 68px 0; }.atlas-resource-copy, .atlas-resource-atlas { padding: 42px 25px; }.atlas-data-link { display: block; width: max-content; margin: 16px 0 0; }.atlas-resource-atlas { min-height: 330px; }.atlas-report-knowledge { width: 100%; }.atlas-report-knowledge a { min-height: 220px; padding: 25px; }.atlas-report-knowledge h2 { margin-top: 33px; }.atlas-service-cooperation { display: block; padding: 68px 0; }.atlas-service-cooperation-actions { margin-top: 30px; }.atlas-service-cooperation-actions a { min-height: 205px; }.atlas-service-cooperation-actions strong { margin-top: 31px; }.atlas-final-actions { margin-top: 20px; }.atlas-final-actions a { width: 100%; justify-content: center; }.guides-directory, .guides-followup { padding: 68px 0; }.guides-card { min-height: 0; padding: 25px; }.guides-card h2 { margin-top: 32px; }.guides-followup { padding-top: 0; }.guides-followup-grid article { min-height: 185px; }.cta-panel { display: block; width: 100%; margin: 0; padding: 43px 25px; }.cta-panel .atlas-primary { width: 100%; margin-top: 23px; }.resources-hero { min-height: 0; }.resources-workspace { padding-top: 64px; }.resources-search-head, .resources-boundary { display: block; }.resources-search-head > p { margin-top: 16px; }.resource-search-form { grid-template-columns: 1fr; }.resource-search-form input { border-right: 1px solid #b7c5d9; }.resource-search-form button { min-height: 48px; }.resource-filter-grid { grid-template-columns: 1fr; }.resource-results-meta { display: block; }.resource-results-meta a { display: inline-block; margin-top: 9px; }.resource-result-card dl { grid-template-columns: 1fr 1fr; }.resources-boundary { padding-top: 55px; }.resources-boundary p { margin-top: 22px; } }

/* opc-editorial-refinement: approved A direction for the production practice community. */
body.site-page {
  --opc-editorial-ink: #102343;
  --opc-editorial-muted: #53647c;
  --opc-editorial-paper: #f4f7fb;
  --opc-editorial-surface: #ffffff;
  --opc-editorial-rule: #c8d4e3;
  --opc-editorial-brand: #245bcb;
  --opc-editorial-brand-deep: #123b82;
  --opc-editorial-accent: #df674f;
  --opc-editorial-wide: min(1280px, calc(100% - 96px));
  color: var(--opc-editorial-ink);
  background: var(--opc-editorial-paper);
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.site-page::before { background: linear-gradient(180deg, #f4f7fb 0, #fbfcfe 34%, #fff 74%); }
body.site-page main { overflow: clip; }
body.site-page :is(h1, h2, h3, strong, b) { text-wrap: balance; }
body.site-page :is(a, button) { -webkit-tap-highlight-color: transparent; }
body.site-page :is(a, button, input, select, textarea):focus-visible { outline: 3px solid #7ea5ff; outline-offset: 3px; }

/* Navigation: editorial utility bar rather than a floating app capsule. */
body.site-page .site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  width: 100%;
  height: 66px;
  margin: 0;
  padding: 0 max(48px, calc((100vw - 1280px) / 2));
  border: 0;
  border-bottom: 1px solid rgba(165, 181, 203, .64);
  border-radius: 0;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 22px rgba(18, 43, 82, .045);
  backdrop-filter: blur(16px) saturate(1.12);
}
body.site-page .brand { color: #102343; font-size: 17px; letter-spacing: -.025em; }
body.site-page .brand-mark { border-radius: 5px; background: #102d63; box-shadow: inset 0 0 0 1px rgba(255,255,255,.16); }
body.site-page .site-nav-links { gap: clamp(14px, 1.55vw, 25px); }
body.site-page .site-nav-links a { height: 66px; color: #40516b; font-size: 13px; font-weight: 720; letter-spacing: -.012em; }
body.site-page .site-nav-links a:hover { color: var(--opc-editorial-brand); }
body.site-page .site-nav-links a.is-active { color: var(--opc-editorial-brand-deep); }
body.site-page .site-nav-links a.is-active::after { right: 1px; bottom: 0; left: 1px; height: 3px; border-radius: 0; background: var(--opc-editorial-brand); }
body.site-page .nav-tool { width: 34px; height: 34px; border-color: #dce4ee; border-radius: 6px; background: #f8fafc; }

/* Hero: strong type, legible lake image, disciplined action hierarchy. */
body.site-page .atlas-home-hero {
  min-height: 728px;
  padding: 104px max(48px, calc((100vw - 1280px) / 2)) 92px;
  background: linear-gradient(90deg, rgba(6, 24, 58, .97) 0%, rgba(7, 27, 65, .9) 46%, rgba(8, 30, 70, .3) 74%, rgba(8, 29, 67, .43) 100%), url("assets/hero-cloud-lake.jpg") center 56% / cover no-repeat;
}
body.site-page .atlas-home-hero::before { background: linear-gradient(180deg, rgba(255,255,255,.035), transparent 33%, rgba(4,17,43,.23)), repeating-linear-gradient(90deg, rgba(205,223,250,.045) 0 1px, transparent 1px 128px); }
body.site-page .atlas-home-hero .atlas-hero-copy { max-width: 720px; }
body.site-page .atlas-kicker { color: #d7e6fa; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
body.site-page .atlas-kicker span { width: 28px; }
body.site-page .atlas-home-hero .atlas-release { margin-top: 27px; padding: 6px 9px; border-color: rgba(223,235,251,.42); border-radius: 2px; background: rgba(8,29,66,.18); font-size: 11px; }
body.site-page .atlas-home-hero h1 { max-width: 780px; margin: 25px 0 17px; font-size: clamp(60px, 6.15vw, 88px); font-weight: 820; line-height: .97; letter-spacing: -.055em; }
body.site-page .atlas-home-hero h1 span { color: #a9d0ff; }
body.site-page .atlas-home-subtitle { max-width: 600px; margin-bottom: 13px; color: #fff; font-size: clamp(21px, 2vw, 28px); font-weight: 720; letter-spacing: -.025em; }
body.site-page .atlas-home-hero .atlas-lead { max-width: 600px; color: #dce7f5; font-size: 16px; line-height: 1.86; }
body.site-page .atlas-home-hero .atlas-actions { gap: 11px; margin-top: 30px; }
body.site-page .atlas-home-hero :is(.atlas-primary, .atlas-secondary) { min-height: 50px; padding: 0 19px; border-radius: 3px; font-size: 13px; transition: transform .17s ease, background .17s ease, border-color .17s ease; }
body.site-page .atlas-home-hero .atlas-primary { background: #fff; color: #123b82; box-shadow: 0 11px 25px rgba(0,12,35,.2); }
body.site-page .atlas-home-hero .atlas-secondary { border-color: rgba(230,239,251,.56); background: rgba(6,24,58,.16); color: #fff; }
body.site-page .atlas-home-hero :is(.atlas-primary, .atlas-secondary):hover { transform: translateY(-1px); }
body.site-page .atlas-hero-links { gap: 22px; margin-top: 20px; }
body.site-page .atlas-hero-links a { color: #d5e4f7; font-size: 12px; letter-spacing: .01em; }
body.site-page .atlas-home-brief { top: 164px; width: 282px; padding-left: 26px; border-left: 2px solid var(--opc-editorial-accent); }
body.site-page .atlas-home-brief > span { color: #a9c9ef; letter-spacing: .13em; }
body.site-page .atlas-home-brief h2 { margin: 18px 0 16px; font-size: 39px; line-height: 1.03; letter-spacing: -.045em; }
body.site-page .atlas-home-brief p { color: #d1def0; line-height: 1.72; }
body.site-page .atlas-home-brief li { padding: 12px 0; border-color: rgba(220,233,250,.2); }
body.site-page .atlas-home-brief li b { color: #a9d0ff; }

/* Shared editorial section rhythm and hierarchy. */
body.site-page .section-label { color: #315c9c; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
body.site-page .section-label::before { width: 22px; height: 1px; }
body.site-page :is(.atlas-user-entry h2, .atlas-guides-home h2, .atlas-resource-copy h2, .atlas-service-cooperation h2, .guides-directory h2, .guides-followup h2, .resources-search-head h2, .resources-boundary h2) { color: var(--opc-editorial-ink); font-size: clamp(38px, 3.65vw, 52px); line-height: 1.07; letter-spacing: -.048em; }
body.site-page :is(.atlas-user-entry p, .atlas-guides-home p, .atlas-resource-home p, .atlas-service-cooperation p, .guides-directory p, .guides-followup p, .resources-workspace p) { color: var(--opc-editorial-muted); line-height: 1.78; }
body.site-page .atlas-user-entry { padding: 104px 0 8px; }
body.site-page .atlas-user-entry > div:first-child { max-width: 620px; }
body.site-page .atlas-user-entry h2 { margin: 14px 0 12px; }

/* Cards: numbered editorial cells with durable hierarchy. */
body.site-page :is(.atlas-user-entry-grid, .atlas-guides-home-list, .atlas-report-knowledge, .atlas-service-cooperation-actions, .guides-card-grid, .guides-followup-grid) { border-color: var(--opc-editorial-rule); background: var(--opc-editorial-surface); }
body.site-page .atlas-user-entry-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 38px; }
body.site-page :is(.atlas-user-entry-grid a, .atlas-guides-home-list a, .atlas-report-knowledge a, .atlas-service-cooperation-actions a, .guides-card, .guides-followup-grid article) {
  border-color: var(--opc-editorial-rule);
  border-radius: 0;
  background: var(--opc-editorial-surface);
  box-shadow: none;
  transition: background .17s ease, box-shadow .17s ease, color .17s ease;
}
body.site-page :is(.atlas-user-entry-grid a, .atlas-guides-home-list a, .atlas-report-knowledge a, .atlas-service-cooperation-actions a):hover { background: #f1f6fc; box-shadow: inset 0 3px 0 var(--opc-editorial-brand); transform: none; }
body.site-page .atlas-user-entry-grid a { min-height: 250px; padding: 27px 26px; }
body.site-page .atlas-user-entry-grid small { color: #5575a5; letter-spacing: .12em; }
body.site-page .atlas-user-entry-grid strong { margin-top: 35px; color: var(--opc-editorial-ink); font-size: 22px; letter-spacing: -.025em; }
body.site-page .atlas-user-entry-grid span { color: var(--opc-editorial-muted); font-size: 13px; line-height: 1.72; }
body.site-page .atlas-user-entry-grid em { bottom: 24px; color: var(--opc-editorial-brand); }

body.site-page .atlas-practice-path { margin: 104px 0 0; padding: 72px max(48px, calc((100vw - 1280px) / 2)); background: #102d63; }
body.site-page .atlas-practice-path .section-label { color: #a9c9f3; }
body.site-page .atlas-practice-path h2 { font-size: clamp(38px, 3.8vw, 54px); letter-spacing: -.045em; }
body.site-page .atlas-practice-path .atlas-route-list a { min-height: 80px; padding: 19px 0; border-color: rgba(207,224,247,.22); }
body.site-page .atlas-practice-path .atlas-route-list b { color: #9fc8ff; }
body.site-page .atlas-practice-path .atlas-route-list span { color: #b8c9df; }

body.site-page .atlas-guides-home { gap: 76px; padding: 104px 0; }
body.site-page .atlas-guides-home h2 { margin: 15px 0; }
body.site-page .atlas-guides-home-head p { max-width: 430px; }
body.site-page .text-link { margin-top: 25px; color: var(--opc-editorial-brand); }
body.site-page .atlas-guides-home-list a { min-height: 265px; padding: 29px; }
body.site-page .atlas-guides-home-list strong { margin-top: 45px; color: var(--opc-editorial-ink); font-size: 23px; }
body.site-page .atlas-guides-home-list span { color: var(--opc-editorial-muted); line-height: 1.74; }
body.site-page .atlas-guides-home-list i { color: var(--opc-editorial-brand); }

body.site-page .atlas-resource-home { border-color: var(--opc-editorial-rule); background: #fff; }
body.site-page .atlas-resource-copy { padding: 64px 58px; }
body.site-page .atlas-resource-tags span { border-color: #cbd8e7; border-radius: 2px; background: #f8fafc; }
body.site-page .atlas-resource-primary { min-height: 47px; border-radius: 2px; background: var(--opc-editorial-brand); }
body.site-page .atlas-resource-atlas { min-height: 442px; padding: 58px; background: linear-gradient(90deg, rgba(7,25,61,.9), rgba(7,25,61,.3)), url("assets/hero-cloud-lake.jpg") center / cover no-repeat; }
body.site-page .atlas-resource-atlas strong { letter-spacing: -.035em; }
body.site-page .atlas-report-knowledge a { min-height: 270px; padding: 32px; }
body.site-page .atlas-report-knowledge h2 { color: var(--opc-editorial-ink); font-size: 31px; letter-spacing: -.035em; }
body.site-page .atlas-report-knowledge p { color: var(--opc-editorial-muted); }
body.site-page .atlas-service-cooperation { gap: 74px; padding: 104px 0; }
body.site-page .atlas-service-cooperation-actions a { min-height: 242px; padding: 29px; }
body.site-page .atlas-service-cooperation-actions strong { color: var(--opc-editorial-ink); font-size: 24px; letter-spacing: -.025em; }
body.site-page .atlas-practice-final { padding: 66px max(48px, calc((100vw - 1280px) / 2)); background: #153d82; }
body.site-page .atlas-practice-final h2 { font-size: clamp(38px, 4vw, 56px); letter-spacing: -.045em; }
body.site-page .atlas-final-actions a { min-height: 46px; border-radius: 2px; }

/* Secondary pages inherit the same cover, list, form and evidence language. */
body.site-page :is(.atlas-context-hero, .atlas-report-cover, .atlas-policy-cover, .atlas-city-cover, .atlas-diagnose-hero) { min-height: 610px; padding-right: max(48px, calc((100vw - 1280px) / 2)); padding-left: max(48px, calc((100vw - 1280px) / 2)); }
body.site-page .atlas-context-hero { background: linear-gradient(135deg, #f8fbff 0%, #eef3f9 54%, #e2e8f1 100%); }
body.site-page .atlas-context-hero .atlas-kicker { color: #315c9c; }
body.site-page .atlas-context-hero .atlas-kicker span { background: var(--opc-editorial-brand); }
body.site-page .atlas-context-hero .atlas-context-release { border-color: #bdcadb; background: rgba(255,255,255,.58); color: #476388; }
body.site-page :is(.atlas-context-hero, .atlas-report-cover, .atlas-policy-cover, .atlas-city-cover, .atlas-diagnose-hero) h1 { font-size: clamp(54px, 5.55vw, 80px); line-height: .98; letter-spacing: -.052em; }
body.site-page :is(.report-cover-ledger, .policy-opportunity-ledger, .city-cover-brief, .atlas-diagnose-brief) { border-left-width: 2px; }
body.site-page :is(.policy-workbench, .knowledge-workspace, .city-detail-layout, .journey-section) { padding-top: 88px; }
body.site-page :is(.policy-results .policy-item, .city-opportunity-list .policy-item, .knowledge-question-list a, .knowledge-doc-list a, .service-program-list .service-card, .account-card, .account-history-item, .ecosystem-card, .contact-card) { border-color: var(--opc-editorial-rule); border-radius: 0; box-shadow: none; }
body.site-page :is(.policy-results .policy-item, .city-opportunity-list .policy-item, .knowledge-question-list a, .service-program-list .service-card):hover { background: #f1f6fc; box-shadow: inset 3px 0 0 var(--opc-editorial-brand); }
body.site-page :is(.policy-checklist, .city-detail-aside) { border-color: var(--opc-editorial-rule); border-top-color: var(--opc-editorial-accent); border-radius: 0; box-shadow: none; }
body.site-page :is(.cooperation-form input, .cooperation-form select, .cooperation-form textarea, .account-card input, .resource-search-form input, .resource-filter-grid select) { border-color: var(--opc-editorial-rule); border-radius: 2px; background: #fff; }
body.site-page :is(.cooperation-form input, .cooperation-form select, .cooperation-form textarea, .account-card input):focus { border-color: var(--opc-editorial-brand); box-shadow: 0 0 0 3px rgba(36,91,203,.12); }
body.site-page :is(.guides-directory, .guides-followup) { padding-top: 96px; padding-bottom: 96px; }
body.site-page .guides-card { padding: 34px; }
body.site-page .resources-workspace { padding-top: 88px; }
body.site-page .resource-search-form input { min-height: 56px; }
body.site-page .resource-search-form button { background: var(--opc-editorial-brand); }
body.site-page .resource-type-tabs button { border-color: var(--opc-editorial-rule); border-radius: 2px; }
body.site-page .resource-type-tabs button.is-selected { border-color: var(--opc-editorial-brand); background: var(--opc-editorial-brand); }
body.site-page .resource-result-card { padding: 30px 0; border-color: var(--opc-editorial-rule); }

/* Unified policy and FDE resource library */
.resources-library-page { --resource-ink: #102348; --resource-muted: #5c6f8b; --resource-rule: #cad5e4; --resource-brand: #1e5fd0; --resource-signal: #087f73; }
body.site-page .resources-library-hero { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(300px, .55fr); gap: clamp(44px, 7vw, 104px); overflow: hidden; min-height: 620px; padding-top: 140px; padding-bottom: 82px; background: linear-gradient(112deg, #f9fcff 0%, #edf4fb 51%, #dbe7f6 100%); }
.resources-library-hero::before { position: absolute; z-index: 0; inset: 0; content: ""; pointer-events: none; background-image: radial-gradient(circle at 76% 22%, rgba(37,101,202,.18), transparent 26%), radial-gradient(circle at 94% 78%, rgba(8,127,115,.11), transparent 22%), linear-gradient(rgba(41,85,147,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(41,85,147,.1) 1px, transparent 1px); background-size: auto, auto, 56px 56px, 56px 56px; mask-image: linear-gradient(90deg, rgba(0,0,0,.32), #000 52%, #000); }
.resources-library-hero::after { position: absolute; z-index: 1; top: 104px; right: max(44px, calc((100vw - 1340px) / 2)); width: min(37vw, 520px); height: 370px; border: 1px solid rgba(43,91,155,.22); content: ""; opacity: .74; pointer-events: none; transform: rotate(-2deg); background-image: radial-gradient(circle at 16% 24%, #1e5fd0 0 3px, transparent 4px), radial-gradient(circle at 62% 14%, #087f73 0 3px, transparent 4px), radial-gradient(circle at 86% 48%, #1e5fd0 0 4px, transparent 5px), radial-gradient(circle at 42% 72%, #1e5fd0 0 3px, transparent 4px), radial-gradient(circle at 72% 88%, #087f73 0 3px, transparent 4px), linear-gradient(31deg, transparent 27%, rgba(41,85,147,.3) 27.2%, rgba(41,85,147,.3) 27.5%, transparent 27.7%), linear-gradient(152deg, transparent 42%, rgba(41,85,147,.25) 42.2%, rgba(41,85,147,.25) 42.5%, transparent 42.7%), linear-gradient(90deg, transparent 61.7%, rgba(41,85,147,.23) 62%, rgba(41,85,147,.23) 62.3%, transparent 62.6%); }
.resources-library-hero > * { position: relative; z-index: 2; }
.resources-library-hero .atlas-context-copy { max-width: 780px; }
.resources-library-hero h1 { margin: 24px 0 22px; color: var(--resource-ink); font-size: clamp(49px, 6.2vw, 78px); line-height: .99; letter-spacing: -.058em; }
.resources-library-hero h1 em { color: var(--resource-brand); font-style: normal; }
.resources-library-hero .atlas-context-copy > p:last-child { max-width: 650px; color: var(--resource-muted); font-size: 16px; line-height: 1.8; }
.resources-library-scope { align-self: center; justify-self: end; width: min(100%, 390px); padding: 34px; border: 1px solid rgba(151,184,231,.42); border-top: 3px solid #4f9cff; background: rgba(13,39,87,.94); box-shadow: none; backdrop-filter: blur(14px); }
.resources-library-scope small { color: #9fc6ff; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.resources-library-scope strong { display: block; margin: 24px 0 11px; color: #fff; font-size: 24px; line-height: 1.25; }
.resources-library-scope p { margin: 0; color: #cedcf1; font-size: 13px; line-height: 1.7; }
.resources-library-scope a { display: inline-flex; margin-top: 25px; color: #fff; font-size: 13px; font-weight: 800; }
.resources-library-shell { width: var(--wide); margin: 0 auto; padding: 96px 0 110px; }
.resources-library-heading { display: grid; grid-template-columns: 1fr minmax(260px, .6fr); gap: 60px; align-items: end; }
.resources-library-heading h2, .resources-library-boundary h2 { margin: 15px 0 0; color: var(--resource-ink); font-size: clamp(40px, 4.4vw, 58px); line-height: 1.04; letter-spacing: -.052em; }
.resources-library-heading > p { justify-self: end; max-width: 420px; margin: 0; color: var(--resource-muted); font-size: 13px; line-height: 1.7; }
.resource-lane-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 44px; border: 1px solid var(--resource-rule); }
.resource-lane-tabs button { display: grid; min-width: 0; min-height: 166px; padding: 26px 28px; border: 0; background: #fff; color: var(--resource-ink); text-align: left; cursor: pointer; }
.resource-lane-tabs button + button { border-left: 1px solid var(--resource-rule); }
.resource-lane-tabs button small { color: #6b7f9d; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.resource-lane-tabs button strong { align-self: end; margin-top: 26px; font-size: 25px; letter-spacing: -.03em; }
.resource-lane-tabs button span { margin-top: 7px; color: var(--resource-muted); font-size: 13px; line-height: 1.55; }
.resource-lane-tabs button.is-selected { background: var(--resource-ink); color: #fff; box-shadow: inset 0 4px 0 #4f9cff; }
.resource-lane-tabs button.is-selected small, .resource-lane-tabs button.is-selected span { color: #c7d7ec; }
.resource-library-search { margin-top: 28px; }
.resource-library-search label { display: grid; }
.resource-library-search label > span { margin-bottom: 9px; color: #526783; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.resource-library-search input { width: 100%; }
.resource-library-search button { align-self: end; min-height: 56px; }
.resource-filter-panel { margin-top: 24px; padding: 23px 0 25px; border-top: 1px solid var(--resource-rule); border-bottom: 1px solid var(--resource-rule); }
.resource-filter-panel .resource-type-tabs { flex-wrap: wrap; margin-top: 0; }
.resource-filter-panel .resource-type-tabs button { min-height: 44px; padding: 0 16px; font-weight: 700; }
.resource-filter-panel .resource-filter-grid { grid-template-columns: repeat(2, minmax(0, 280px)); margin-top: 20px; }
.resource-filter-panel select { min-height: 46px; }
.resource-results-meta { align-items: center; padding: 30px 0 18px; border-bottom: 1px solid var(--resource-rule); }
.resource-results-meta > div { display: grid; gap: 5px; }
.resource-results-meta strong { color: var(--resource-ink); font-size: 15px; }
.resource-results-meta span { color: var(--resource-muted); font-size: 12px; }
.resource-results-meta > button { min-height: 44px; padding: 0 14px; border: 1px solid var(--resource-rule); background: #fff; color: #33537e; font-weight: 750; cursor: pointer; }
.resource-error { margin: 18px 0 0; padding: 18px 20px; border-left: 3px solid #b16b1b; background: #fff8ed; color: #6b451d; }
.resource-error p { margin: 5px 0 0; font-size: 13px; }
.resources-library-shell .resource-results { border-top: 0; }
.resources-library-shell .resource-result-card { grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr) minmax(150px, auto); gap: 38px; align-items: start; padding: 34px 0; }
.resource-card-eyebrow { display: flex; align-items: center; gap: 10px; }
.resource-card-eyebrow span { padding: 5px 7px; border: 1px solid #bfd0e5; color: #345c94; font-size: 10px; font-weight: 850; letter-spacing: .06em; }
.resource-card-eyebrow span.is-core { border-color: #80b8b1; background: #edf9f7; color: #087267; }
.resource-card-eyebrow small { color: #70829b; }
.resources-library-shell .resource-result-card h3 { margin: 14px 0 9px; font-size: clamp(20px, 2vw, 25px); line-height: 1.25; letter-spacing: -.025em; }
.resource-card-summary { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; max-width: 720px; }
.resource-card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 15px; }
.resource-card-tags span { padding: 4px 7px; background: #f0f4f9; color: #58708f; font-size: 10px; }
.resource-card-meta { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 16px 18px !important; max-width: none !important; }
.resource-card-meta div { min-width: 0; }
.resource-card-meta dd { overflow-wrap: anywhere; }
.resource-card-actions { display: grid; gap: 11px; justify-items: start; padding-top: 2px; }
.resource-card-actions a { color: var(--resource-brand); font-size: 13px; font-weight: 800; overflow-wrap: anywhere; }
.resource-card-actions .resource-detail-link { display: inline-flex; min-height: 44px; align-items: center; padding: 0 13px; background: var(--resource-brand); color: #fff; }
.resource-noscript { margin-top: 24px; padding: 24px; border: 1px solid var(--resource-rule); }
.resources-library-boundary { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; width: var(--wide); margin: 0 auto; padding: 80px 0 100px; border-top: 1px solid var(--resource-rule); }
.resources-library-boundary > div:last-child { align-self: end; }
.resources-library-boundary p { margin: 0; color: var(--resource-muted); font-size: 14px; line-height: 1.85; }
.resources-library-boundary p + p { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 20px; }
.resources-library-boundary a { color: var(--resource-brand); font-weight: 800; }
.resource-lane-tabs button:focus-visible, .resource-filter-panel button:focus-visible, .resource-results-meta button:focus-visible, .resource-card-actions a:focus-visible { outline: 3px solid #79aaff; outline-offset: 3px; }

@media (max-width: 900px) {
  body.site-page .resources-library-hero { grid-template-columns: 1fr; }
  .resources-library-heading, .resources-library-boundary { grid-template-columns: 1fr; }
  .resources-library-scope { justify-self: stretch; width: 100%; }
  .resources-library-heading > p { justify-self: start; }
  .resources-library-shell .resource-result-card { grid-template-columns: 1fr 1fr; }
  .resource-card-actions { grid-column: 1 / -1; display: flex; flex-wrap: wrap; }
}

@media (max-width: 760px) {
  body.site-page .resources-library-hero { min-height: 0; padding-top: 94px; padding-bottom: 54px; background: linear-gradient(150deg, #f9fcff 0%, #edf4fb 58%, #dfeaf7 100%); }
  .resources-library-hero::before { background-size: auto, auto, 36px 36px, 36px 36px; mask-image: linear-gradient(180deg, rgba(0,0,0,.55), #000); }
  .resources-library-hero::after { top: 76px; right: -150px; width: 330px; height: 250px; opacity: .42; }
  body.site-page.resources-library-page .resources-library-hero h1 { font-size: clamp(36px, 9.7vw, 40px); word-break: keep-all; }
  .resources-library-scope { width: 100%; padding: 25px 22px; box-shadow: none; }
  .resources-library-shell { padding: 66px 0 76px; }
  .resources-library-heading { gap: 24px; }
  .resources-library-heading h2, .resources-library-boundary h2 { font-size: clamp(35px, 10vw, 44px); }
  .resource-lane-tabs { grid-template-columns: 1fr; margin-top: 30px; }
  .resource-lane-tabs button { min-height: 142px; padding: 22px 20px; }
  .resource-lane-tabs button + button { border-top: 1px solid var(--resource-rule); border-left: 0; }
  .resource-library-search { grid-template-columns: 1fr; }
  .resource-library-search button { width: 100%; }
  .resource-filter-panel .resource-filter-grid { grid-template-columns: 1fr; }
  .resource-filter-panel .resource-type-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resource-filter-panel .resource-type-tabs button { width: 100%; min-width: 0; }
  .resources-library-shell .resource-results-meta { display: grid; gap: 16px; }
  .resources-library-shell .resource-result-card { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .resource-card-meta { grid-template-columns: minmax(0, 1fr) !important; }
  .resource-card-actions { grid-column: auto; display: grid; width: 100%; }
  .resource-card-actions a { max-width: 100%; min-height: 44px; align-items: center; }
  .resource-card-actions .resource-detail-link { justify-content: center; }
  .resources-library-boundary { gap: 24px; padding: 58px 0 74px; }
}

@media (prefers-reduced-motion: reduce) {
  .resources-library-page *, .resources-library-page *::before, .resources-library-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Source-traceable resource detail */
.resource-detail-page { --detail-ink: #102348; --detail-muted: #5b6e89; --detail-rule: #cad5e4; --detail-brand: #1e5fd0; }
.resource-detail-shell { width: var(--wide); margin: 0 auto; padding: 130px 0 110px; }
.resource-detail-breadcrumb { display: flex; gap: 10px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--detail-rule); color: #6c7f99; font-size: 12px; }
.resource-detail-breadcrumb a { color: var(--detail-brand); font-weight: 800; }
.resource-detail-error { max-width: 720px; padding: 90px 0; }
.resource-detail-error small { color: #6f82a0; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.resource-detail-error h1 { margin: 18px 0; color: var(--detail-ink); font-size: clamp(42px, 6vw, 68px); letter-spacing: -.055em; }
.resource-detail-error p { color: var(--detail-muted); line-height: 1.8; }
.resource-detail-error a { display: inline-flex; margin-top: 20px; color: var(--detail-brand); font-weight: 800; }
.resource-detail-hero { max-width: 1000px; padding: 70px 0 52px; }
.resource-detail-kicker { display: flex; align-items: center; gap: 12px; }
.resource-detail-kicker span { padding: 6px 8px; border: 1px solid #bfd0e5; color: #345c94; font-size: 10px; font-weight: 850; letter-spacing: .07em; }
.resource-detail-kicker span.is-core { border-color: #80b8b1; background: #edf9f7; color: #087267; }
.resource-detail-kicker small { color: #6b7f9d; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.resource-detail-hero h1 { max-width: 950px; margin: 26px 0 16px; color: var(--detail-ink); font-size: clamp(48px, 6.2vw, 78px); line-height: .99; letter-spacing: -.058em; }
.resource-detail-official { max-width: 760px; margin: 0; color: var(--detail-muted); font-size: 15px; line-height: 1.7; }
.resource-detail-identity-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 30px; max-width: 840px; margin: 34px 0 0; }
.resource-detail-identity-meta div { padding-top: 12px; border-top: 1px solid var(--detail-rule); }
.resource-detail-identity-meta dt { color: #74859d; font-size: 10px; font-weight: 750; }
.resource-detail-identity-meta dd { margin: 7px 0 0; color: #263e63; font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.resource-detail-jump { position: sticky; z-index: 5; top: 0; display: flex; gap: 0; overflow-x: auto; border-top: 1px solid var(--detail-rule); border-bottom: 1px solid var(--detail-rule); background: rgba(255,255,255,.96); }
.resource-detail-jump a { flex: 0 0 auto; display: inline-flex; min-height: 48px; align-items: center; padding: 0 15px; color: #526a8a; font-size: 12px; font-weight: 750; }
.resource-detail-jump a:hover { background: #eef4fb; color: var(--detail-brand); }
.resource-detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: clamp(50px, 8vw, 110px); padding-top: 58px; }
.resource-detail-main > section { padding: 10px 0 70px; scroll-margin-top: 70px; }
.resource-detail-main > section + section { border-top: 1px solid var(--detail-rule); padding-top: 60px; }
.resource-detail-section-head small { color: #54729b; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.resource-detail-section-head h2 { margin: 12px 0 0; color: var(--detail-ink); font-size: clamp(33px, 3.6vw, 47px); line-height: 1.06; letter-spacing: -.045em; }
.resource-detail-section-head p { max-width: 670px; margin: 14px 0 0; color: var(--detail-muted); font-size: 13px; line-height: 1.75; }
.resource-detail-main section > p, .resource-detail-lead { max-width: 780px; margin: 24px 0 0; color: #405675; font-size: 15px; line-height: 1.9; }
.resource-detail-lead { color: #213a61 !important; font-size: 20px !important; line-height: 1.75 !important; }
.resource-detail-stage-links, .resource-detail-related-links, .resource-detail-topic-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.resource-detail-stage-links a, .resource-detail-related-links a, .resource-detail-topic-list span { padding: 8px 10px; border: 1px solid var(--detail-rule); color: #3e628f; font-size: 11px; font-weight: 750; }
.resource-detail-outline-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 28px 0 0; padding: 1px; background: var(--detail-rule); list-style-position: inside; }
.resource-detail-outline-list li { min-width: 0; padding: 18px; background: #fff; color: #334d70; font-size: 13px; line-height: 1.6; }
.resource-detail-points, .resource-detail-actions-list { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--detail-rule); }
.resource-detail-point, .resource-detail-action { position: relative; display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 7px 18px; padding: 26px 0; border-bottom: 1px solid var(--detail-rule); }
.resource-detail-point > small, .resource-detail-action > small { grid-row: 1 / span 3; color: #7690b5; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
.resource-detail-point h3, .resource-detail-action h3 { margin: 0; color: var(--detail-ink); font-size: 19px; line-height: 1.4; }
.resource-detail-point > p, .resource-detail-action > p { margin: 0; color: var(--detail-muted); font-size: 13px; line-height: 1.75; }
.resource-detail-evidence { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 7px; }
.resource-detail-evidence strong { color: #49668f; font-size: 10px; }
.resource-detail-evidence span { color: #6c7e97; font-size: 10px; }
.resource-detail-action { grid-template-columns: 120px minmax(0, 1fr); }
.resource-detail-action > small { color: #087267; line-height: 1.5; }
.resource-detail-source-list { margin: 28px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--detail-rule); }
.resource-detail-source-list li { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--detail-rule); }
.resource-detail-source-list div { display: grid; gap: 6px; }
.resource-detail-source-list strong { color: var(--detail-ink); font-size: 14px; }
.resource-detail-source-list span { color: var(--detail-muted); font-size: 11px; line-height: 1.6; }
.resource-detail-source-list a { color: var(--detail-brand); font-size: 12px; font-weight: 800; }
.resource-detail-rail { position: sticky; top: 72px; align-self: start; padding: 26px; border: 1px solid var(--detail-rule); background: #f7f9fc; }
.resource-detail-rail > small { color: #5c759a; font-size: 9px; font-weight: 850; letter-spacing: .11em; }
.resource-detail-rail h2 { margin: 15px 0 12px; color: var(--detail-ink); font-size: 21px; line-height: 1.25; }
.resource-detail-rail p { margin: 0; color: var(--detail-muted); font-size: 12px; line-height: 1.75; }
.resource-detail-rail > a { display: inline-flex; margin-top: 23px; color: var(--detail-brand); font-size: 12px; font-weight: 800; }

@media (max-width: 900px) {
  .resource-detail-layout { grid-template-columns: minmax(0, 1fr); }
  .resource-detail-rail { position: static; order: -1; }
}

@media (max-width: 760px) {
  .resource-detail-shell { padding: 96px 0 74px; }
  .resource-detail-hero { padding: 48px 0 38px; }
  .resource-detail-hero h1 { font-size: clamp(40px, 12vw, 52px); }
  .resource-detail-identity-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .resource-detail-jump { margin-right: calc((100vw - 100%) / -2); margin-left: calc((100vw - 100%) / -2); padding-left: calc((100vw - 100%) / 2); }
  .resource-detail-layout { gap: 34px; padding-top: 36px; }
  .resource-detail-main > section { padding-bottom: 54px; }
  .resource-detail-main > section + section { padding-top: 48px; }
  .resource-detail-lead { font-size: 18px !important; }
  .resource-detail-outline-list { grid-template-columns: 1fr; }
  .resource-detail-point, .resource-detail-action { grid-template-columns: 38px minmax(0, 1fr); }
  .resource-detail-source-list li { grid-template-columns: 1fr; gap: 12px; }
  .resource-detail-source-list a { display: inline-flex; min-height: 44px; align-items: center; }
}
body.site-page .site-footer { padding-top: 72px; color: #5b6b81; }
body.site-page .footer-grid { border-color: var(--opc-editorial-rule); }

/* opc-guides-library: source-traceable open-source and reading desk. */
body.site-page .guides-local-nav { position: sticky; z-index: 20; top: 82px; display: grid; grid-template-columns: repeat(4,1fr); width: var(--wide); margin: -24px auto 0; border: 1px solid var(--opc-editorial-rule); background: rgba(255,255,255,.96); box-shadow: 0 16px 36px rgba(17,38,72,.08); backdrop-filter: blur(14px); }
body.site-page .guides-local-nav a { display: flex; gap: 11px; align-items: center; min-height: 54px; padding: 0 18px; border-right: 1px solid var(--opc-editorial-rule); color: var(--opc-editorial-ink); font-size: 13px; font-weight: 800; }
body.site-page .guides-local-nav a:last-child { border-right: 0; }
body.site-page .guides-local-nav span { color: var(--opc-editorial-brand); font-size: 10px; letter-spacing: .08em; }
body.site-page .guides-local-nav a:hover { background: #f1f6fc; }
body.site-page .guides-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
body.site-page .guides-card { display: flex; flex-direction: column; }
body.site-page .guides-card .atlas-primary { align-self: flex-start; margin-top: auto; }

body.site-page .guides-library-workspace { width: var(--wide); margin: 0 auto; padding: 104px 0 112px; border-top: 1px solid var(--opc-editorial-rule); }
body.site-page .guides-library-intro { display: grid; grid-template-columns: 1.05fr .75fr; gap: 82px; align-items: end; }
body.site-page .guides-library-intro h2 { margin: 15px 0 0; color: var(--opc-editorial-ink); font-size: clamp(40px,4.3vw,60px); line-height: 1.04; letter-spacing: -.05em; }
body.site-page .guides-library-intro > p { margin: 0; color: var(--opc-editorial-muted); font-size: 15px; line-height: 1.85; }
body.site-page .guide-library-controls { display: grid; grid-template-columns: minmax(280px,1.2fr) 1fr 1fr; gap: 0; margin-top: 46px; border: 1px solid var(--opc-editorial-rule); background: #fff; }
body.site-page .guide-library-search, body.site-page .guide-library-filter-group { min-width: 0; padding: 18px 20px; border-right: 1px solid var(--opc-editorial-rule); }
body.site-page .guide-library-filter-group:last-child { border-right: 0; }
body.site-page .guide-library-search { display: grid; gap: 10px; }
body.site-page .guide-library-search span, body.site-page .guide-library-filter-group > span { display: block; color: #60718a; font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
body.site-page .guide-library-search input { width: 100%; min-height: 42px; padding: 0 13px; border: 1px solid var(--opc-editorial-rule); border-radius: 2px; background: #f9fbfd; color: var(--opc-editorial-ink); font: inherit; }
body.site-page .guide-library-search input:focus { outline: 0; border-color: var(--opc-editorial-brand); box-shadow: 0 0 0 3px rgba(36,91,203,.12); }
body.site-page .guide-library-filters { display: flex; gap: 7px; margin-top: 12px; overflow-x: auto; scrollbar-width: thin; }
body.site-page .guide-library-filters button { flex: 0 0 auto; min-height: 34px; padding: 0 12px; border: 1px solid #c8d4e3; border-radius: 999px; background: #fff; color: #526783; font-size: 12px; font-weight: 750; cursor: pointer; }
body.site-page .guide-library-filters button:hover { border-color: var(--opc-editorial-brand); color: var(--opc-editorial-brand); }
body.site-page .guide-library-filters button.is-selected { border-color: var(--opc-editorial-brand); background: var(--opc-editorial-brand); color: #fff; }
body.site-page .guide-library-status { display: flex; justify-content: space-between; gap: 20px; padding: 18px 2px; border-bottom: 1px solid var(--opc-editorial-rule); color: #63748b; font-size: 12px; }
body.site-page .guide-library-status p { margin: 0; color: var(--opc-editorial-ink); font-weight: 800; }
body.site-page .guide-library-section { padding-top: 70px; }
body.site-page .guide-library-section[hidden] { display: none !important; }
body.site-page .guide-library-section-head { display: grid; grid-template-columns: 1fr minmax(280px,.65fr); gap: 50px; align-items: end; }
body.site-page .guide-library-section-head small { color: var(--opc-editorial-brand); font-size: 10px; font-weight: 850; letter-spacing: .09em; }
body.site-page .guide-library-section-head h2 { margin: 9px 0 0; color: var(--opc-editorial-ink); font-size: clamp(34px,3.4vw,48px); letter-spacing: -.045em; }
body.site-page .guide-library-section-head p { margin: 0; color: var(--opc-editorial-muted); font-size: 13px; line-height: 1.75; }
body.site-page .guide-library-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 28px; border-top: 1px solid var(--opc-editorial-rule); border-left: 1px solid var(--opc-editorial-rule); }
body.site-page .guide-library-card { display: flex; flex-direction: column; min-width: 0; min-height: 490px; padding: 29px; border-right: 1px solid var(--opc-editorial-rule); border-bottom: 1px solid var(--opc-editorial-rule); background: #fff; }
body.site-page .guide-library-card:nth-child(4n+2), body.site-page .guide-library-card:nth-child(4n+3) { background: #f8fafc; }
body.site-page .guide-library-card-head { display: flex; justify-content: space-between; gap: 22px; align-items: flex-start; }
body.site-page .guide-library-eyebrow { color: #4c6fa7; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
body.site-page .guide-library-card h3 { margin: 17px 0 7px; color: var(--opc-editorial-ink); font-size: 25px; line-height: 1.18; letter-spacing: -.03em; }
body.site-page .guide-library-repo-name { display: block; max-width: 100%; color: #667891; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 11px; overflow-wrap: anywhere; }
body.site-page .guide-library-stars { flex: 0 0 auto; padding: 7px 9px; border: 1px solid #c9d7e7; background: #f4f8fd; color: #2f5b9d; font-size: 11px; font-variant-numeric: tabular-nums; }
body.site-page .guide-library-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 23px; }
body.site-page .guide-library-tags span { padding: 5px 8px; background: #eaf1fb; color: #315c9c; font-size: 9px; font-weight: 850; letter-spacing: .06em; }
body.site-page .guide-library-summary { margin: 19px 0 22px; color: #445a77; font-size: 14px; line-height: 1.75; }
body.site-page .guide-library-card dl { display: grid; gap: 0; margin: 0 0 26px; border-top: 1px solid #d9e1eb; }
body.site-page .guide-library-card dl > div { display: grid; grid-template-columns: 76px 1fr; gap: 14px; padding: 11px 0; border-bottom: 1px solid #e2e8ef; }
body.site-page .guide-library-card dt { color: #71819a; font-size: 10px; font-weight: 800; }
body.site-page .guide-library-card dd { margin: 0; color: #4f627d; font-size: 12px; line-height: 1.65; }
body.site-page .guide-library-card > a { align-self: flex-start; margin-top: auto; color: var(--opc-editorial-brand); font-size: 13px; font-weight: 850; }
body.site-page .guide-library-publisher { margin: 0; color: #667891; font-size: 12px; }
body.site-page .guide-library-document { min-height: 440px; }
body.site-page .guide-library-manuals { scroll-margin-top: 142px; }
body.site-page .guide-library-empty { padding: 52px 28px; border: 1px solid var(--opc-editorial-rule); border-top: 0; background: #fff; text-align: center; }
body.site-page .guide-library-empty strong { color: var(--opc-editorial-ink); font-size: 20px; }
body.site-page .guide-library-empty p { color: var(--opc-editorial-muted); }
body.site-page .guide-library-empty button { min-height: 40px; padding: 0 15px; border: 1px solid var(--opc-editorial-brand); background: #fff; color: var(--opc-editorial-brand); font-weight: 800; cursor: pointer; }
body.site-page .guide-library-boundary { display: grid; grid-template-columns: .58fr 1fr; gap: 70px; margin-top: 86px; padding: 42px; border-top: 3px solid var(--opc-editorial-accent); background: #10234a; color: #fff; }
body.site-page .guide-library-boundary small { grid-column: 1 / -1; color: #9fc1f3; font-size: 10px; font-weight: 850; letter-spacing: .1em; }
body.site-page .guide-library-boundary h2 { margin: 0; font-size: clamp(30px,3vw,44px); line-height: 1.08; letter-spacing: -.04em; }
body.site-page .guide-library-boundary p { margin: 0; color: #d3def0; font-size: 13px; line-height: 1.85; }
body.site-page .guide-library-boundary p + p { margin-top: 15px; }
.fde-tool-atlas-more { display: inline-flex; margin-top: 26px; }

@media (max-width: 1050px) {
  body.site-page { --opc-editorial-wide: min(100% - 64px, 1280px); }
  body.site-page .site-nav { padding-right: 32px; padding-left: 32px; }
  body.site-page .atlas-home-hero { min-height: 700px; padding-right: 32px; padding-left: 32px; }
  body.site-page .atlas-home-brief { position: static; width: min(100%, 620px); margin-top: 48px; }
  body.site-page .atlas-user-entry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.site-page :is(.atlas-guides-home, .atlas-resource-home, .atlas-service-cooperation) { grid-template-columns: 1fr; }
  body.site-page .atlas-guides-home { gap: 42px; }
  body.site-page .guides-card-grid { grid-template-columns: 1fr 1fr; }
  body.site-page .guide-library-controls { grid-template-columns: 1fr 1fr; }
  body.site-page .guide-library-search { grid-column: 1 / -1; border-right: 0; border-bottom: 1px solid var(--opc-editorial-rule); }
}

@media (max-width: 760px) {
  /* opc-editorial-refinement-mobile */
  body.site-page { --opc-editorial-wide: min(100% - 44px, 1280px); }
  body.site-page .site-nav { grid-template-columns: auto 44px; justify-content: space-between; height: 58px; padding: 0 22px; }
  body.site-page .site-nav-links { top: 58px; right: 22px; left: 22px; border: 1px solid var(--opc-editorial-rule); background: rgba(255,255,255,.98); box-shadow: 0 16px 30px rgba(16,35,67,.12); }
  body.site-page .site-nav-links a { min-height: 44px; height: 44px; padding: 0 14px; }
  body.site-page .nav-menu { display: grid; grid-column: 2; width: 44px; min-width: 44px; min-height: 44px; justify-self: end; border-radius: 4px; }
  body.site-page .atlas-home-hero { min-height: 0; padding: 74px 22px 62px; background-position: 61% center; }
  body.site-page .atlas-home-hero h1 { font-size: clamp(46px, 14vw, 60px); line-height: .99; }
  body.site-page .atlas-home-subtitle { font-size: 20px; }
  body.site-page .atlas-home-hero .atlas-lead { font-size: 15px; line-height: 1.78; }
  body.site-page .atlas-home-hero .atlas-actions { display: grid; }
  body.site-page .atlas-home-hero :is(.atlas-primary, .atlas-secondary) { width: 100%; min-height: 48px; justify-content: center; }
  body.site-page .atlas-home-brief { display: none; }
  body.site-page .atlas-hero-links { display: grid; gap: 11px; }
  body.site-page :is(.atlas-user-entry, .atlas-guides-home, .atlas-service-cooperation, .guides-directory, .guides-followup) { padding-top: 66px; padding-bottom: 66px; }
  body.site-page :is(.atlas-user-entry h2, .atlas-guides-home h2, .atlas-resource-copy h2, .atlas-service-cooperation h2, .guides-directory h2, .guides-followup h2, .resources-search-head h2, .resources-boundary h2) { font-size: clamp(34px, 10vw, 44px); }
  body.site-page :is(.atlas-user-entry-grid, .atlas-guides-home-list, .atlas-report-knowledge, .atlas-service-cooperation-actions, .guides-card-grid, .guides-followup-grid) { grid-template-columns: 1fr; }
  /* opc-mobile-entry-flow: keep variable-length copy and its action in normal flow. */
  body.site-page .atlas-user-entry-grid a { min-height: 236px; display: flex; flex-direction: column; gap: 0; padding: 25px 22px 23px; }
  body.site-page .atlas-user-entry-grid small { line-height: 1.4; }
  body.site-page .atlas-user-entry-grid strong { margin-top: 31px; font-size: 21px; line-height: 1.25; }
  body.site-page .atlas-user-entry-grid span { max-width: none; margin-top: 14px; font-size: 14px; line-height: 1.72; }
  body.site-page .atlas-user-entry-grid em { position: static; display: inline-flex; align-self: flex-start; max-width: 100%; margin-top: auto; padding-top: 22px; line-height: 1.4; overflow-wrap: anywhere; }
  body.site-page .atlas-practice-path { margin: 58px 0 0; padding: 54px 22px; }
  body.site-page .atlas-practice-path .atlas-route-list a { min-height: 70px; }
  body.site-page .atlas-guides-home-list a { min-height: 220px; padding: 24px 22px; }
  body.site-page .atlas-resource-copy, body.site-page .atlas-resource-atlas { padding: 44px 22px; }
  body.site-page .atlas-resource-atlas { min-height: 360px; }
  body.site-page .atlas-report-knowledge { width: 100%; }
  body.site-page .atlas-report-knowledge a { min-height: 220px; padding: 24px 22px; }
  body.site-page .atlas-service-cooperation-actions { margin-top: 32px; }
  body.site-page .atlas-service-cooperation-actions a { min-height: 205px; padding: 24px 22px; }
  body.site-page .atlas-practice-final { padding: 48px 22px; }
  body.site-page :is(.atlas-context-hero, .atlas-report-cover, .atlas-policy-cover, .atlas-city-cover, .atlas-diagnose-hero) { min-height: 560px; padding-right: 22px; padding-left: 22px; }
  body.site-page :is(.atlas-context-hero, .atlas-report-cover, .atlas-policy-cover, .atlas-city-cover, .atlas-diagnose-hero) h1 { font-size: clamp(43px, 12.5vw, 60px); }
  body.site-page :is(.policy-workbench, .knowledge-workspace, .city-detail-layout, .journey-section, .resources-workspace) { padding-top: 60px; }
  body.site-page .resource-search-form { grid-template-columns: 1fr; }
  body.site-page .resource-search-form button { min-height: 48px; }
  body.site-page .site-footer { padding-top: 58px; }
}

@media (max-width: 760px) {
  body.site-page .guides-local-nav { top: 78px; display: flex; width: calc(100% - 44px); margin-top: -18px; overflow-x: auto; }
  body.site-page .guides-local-nav a { flex: 0 0 auto; min-height: 50px; padding: 0 15px; }
  body.site-page .guides-card-grid { grid-template-columns: 1fr; }
  body.site-page .guides-card { min-height: 0; }
  body.site-page .guides-card .atlas-primary { width: 100%; justify-content: center; }
  body.site-page .guides-library-workspace { padding: 72px 0 76px; scroll-margin-top: 125px; }
  body.site-page .guides-library-intro, body.site-page .guide-library-section-head { grid-template-columns: 1fr; gap: 22px; }
  body.site-page .guides-library-intro h2 { font-size: clamp(36px,10.5vw,46px); }
  body.site-page .guide-library-controls { grid-template-columns: 1fr; margin-top: 32px; }
  body.site-page .guide-library-search, body.site-page .guide-library-filter-group { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--opc-editorial-rule); }
  body.site-page .guide-library-filter-group:last-child { border-bottom: 0; }
  body.site-page .guide-library-filters { margin-right: -20px; padding-right: 20px; overflow-x: auto; }
  body.site-page .guide-library-status { display: block; line-height: 1.65; }
  body.site-page .guide-library-status span { display: block; margin-top: 4px; }
  body.site-page .guide-library-section { padding-top: 58px; }
  body.site-page .guide-library-results { grid-template-columns: 1fr; }
  body.site-page .guide-library-card { min-height: 0; padding: 24px 21px; }
  body.site-page .guide-library-card:nth-child(odd) { background: #fff; }
  body.site-page .guide-library-card:nth-child(even) { background: #f8fafc; }
  body.site-page .guide-library-card-head { gap: 14px; }
  body.site-page .guide-library-card h3 { font-size: 23px; overflow-wrap: anywhere; }
  body.site-page .guide-library-stars { padding: 6px 7px; }
  body.site-page .guide-library-card dl > div { grid-template-columns: 68px 1fr; gap: 10px; }
  body.site-page .guide-library-card > a { min-height: 44px; display: inline-flex; align-items: center; }
  body.site-page .guide-library-boundary { grid-template-columns: 1fr; gap: 25px; margin-top: 62px; padding: 30px 22px; }
  body.site-page .guide-library-boundary small { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  body.site-page *, body.site-page *::before, body.site-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* unified-resource-library-links */
body.site-page .guide-reading-bundles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; border-top: 1px solid var(--opc-editorial-rule); border-left: 1px solid var(--opc-editorial-rule); }
body.site-page .guide-reading-bundle { display: flex; min-width: 0; min-height: 286px; flex-direction: column; padding: 27px; border-right: 1px solid var(--opc-editorial-rule); border-bottom: 1px solid var(--opc-editorial-rule); background: #fff; color: inherit; }
body.site-page .guide-reading-bundle:nth-child(2) { background: #f7f9fc; }
body.site-page .guide-reading-bundle small { color: #4c6fa7; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
body.site-page .guide-reading-bundle h3 { margin: 38px 0 13px; color: var(--opc-editorial-ink); font-size: 24px; line-height: 1.22; letter-spacing: -.03em; }
body.site-page .guide-reading-bundle p { margin: 0; color: var(--opc-editorial-muted); font-size: 13px; line-height: 1.75; }
body.site-page .guide-reading-bundle span { margin-top: auto; padding-top: 28px; color: var(--opc-editorial-brand); font-size: 13px; font-weight: 850; }
body.site-page .guide-reading-bundle:hover { background: #eef4fc; }

.fde-boundary-actions { display: flex; flex-wrap: wrap; gap: 12px 30px; }
.fde-stage-resource-list { display: grid; gap: 9px; margin: 0 0 16px !important; padding: 0 !important; list-style: none !important; }
.fde-stage-resource-link { padding: 0 !important; border: 1px solid rgba(124,225,218,.2); background: rgba(20,53,42,.35); }
.fde-stage-resource-link a { display: grid; gap: 5px; padding: 16px 17px; color: #dceee4; }
.fde-stage-resource-link strong { color: #a9ebe2; font-size: 14px; line-height: 1.5; }
.fde-stage-resource-link span { color: #81988b; font-size: 11px; line-height: 1.55; }
.fde-stage-resource-more { display: inline-flex; min-height: 42px; align-items: center; margin: 2px 0 25px; color: #7ce1da; font-size: 13px; font-weight: 800; }

@media (max-width: 760px) {
  body.site-page .guide-reading-bundles { grid-template-columns: 1fr; }
  body.site-page .guide-reading-bundle { min-height: 238px; padding: 24px 21px; }
  body.site-page .guide-reading-bundle h3 { margin-top: 28px; }
  .fde-boundary-actions { display: grid; }
  .fde-stage-resource-link a { padding: 15px 14px; }
}

/* OPC editorial photo narrative system */
body.site-page {
  --opc-photo-work: image-set(url("assets/editorial/home-workbench.webp") type("image/webp"), url("assets/editorial/home-workbench.jpg") type("image/jpeg"));
  --opc-photo-team: image-set(url("assets/editorial/team-collaboration.webp") type("image/webp"), url("assets/editorial/team-collaboration.jpg") type("image/jpeg"));
  --opc-photo-city: image-set(url("assets/editorial/china-city-architecture.webp") type("image/webp"), url("assets/editorial/china-city-architecture.jpg") type("image/jpeg"));
  --opc-photo-tech: image-set(url("assets/editorial/ai-workbench.webp") type("image/webp"), url("assets/editorial/ai-workbench.jpg") type("image/jpeg"));
  --opc-photo-overlay-dark: linear-gradient(90deg, rgba(5,22,52,.96) 0%, rgba(6,29,69,.84) 50%, rgba(6,29,69,.38) 100%);
}

body.site-page .photo-narrative { position: relative; isolation: isolate; overflow: hidden; }
body.site-page .photo-narrative-work { background-image: var(--opc-photo-overlay-dark), var(--opc-photo-work); background-position: center, 58% center; background-size: cover; }
body.site-page .photo-narrative-collaboration { background-image: var(--opc-photo-overlay-dark), var(--opc-photo-team); background-position: center, 54% center; background-size: cover; }
body.site-page .photo-narrative-city { background-image: var(--opc-photo-overlay-dark), var(--opc-photo-city); background-position: center, 64% center; background-size: cover; }
body.site-page .photo-narrative-technology { background-image: var(--opc-photo-overlay-dark), var(--opc-photo-tech); background-position: center, 62% center; background-size: cover; }

body.site-page .atlas-user-entry { width: 100%; padding: 96px max(48px, calc((100vw - 1280px) / 2)); color: #fff; }
body.site-page .atlas-user-entry > div:first-child { position: relative; z-index: 1; }
body.site-page .atlas-user-entry :is(h2, p, .section-label) { color: #fff; }
body.site-page .atlas-user-entry-grid { position: relative; z-index: 1; background: rgba(235,242,252,.24); border-color: rgba(221,233,250,.48); }
body.site-page .atlas-user-entry-grid a { background: rgba(249,252,255,.94); backdrop-filter: blur(12px); }
body.site-page :is(.atlas-practice-path, .atlas-practice-final)::before { position: absolute; z-index: -1; inset: 0; content: ""; background: rgba(6,25,58,.2); }

body.site-page .atlas-guides-home { width: 100%; padding-right: max(48px, calc((100vw - 1280px) / 2)); padding-left: max(48px, calc((100vw - 1280px) / 2)); color: #fff; }
body.site-page .atlas-guides-home-head { position: relative; z-index: 1; padding: 28px; background: rgba(7,27,62,.88); backdrop-filter: blur(10px); }
body.site-page .atlas-guides-home-head :is(h2, p, .section-label, .text-link) { color: #fff; }
body.site-page .atlas-guides-home-list { position: relative; z-index: 1; }

body.site-page .atlas-service-cooperation { width: 100%; align-items: center; gap: 48px; padding: 88px max(48px, calc((100vw - 1280px) / 2)); color: #fff; }
body.site-page .atlas-service-cooperation > div:first-child { position: relative; z-index: 1; display: flex; min-height: 286px; flex-direction: column; justify-content: center; padding: 36px; background: rgba(7,27,62,.9); box-shadow: 0 18px 48px rgba(3,18,45,.2); backdrop-filter: blur(10px); }
body.site-page .atlas-service-cooperation > div:first-child :is(h2, p, .section-label) { color: #fff; }
body.site-page .atlas-service-cooperation-actions { position: relative; z-index: 1; align-self: center; border-color: rgba(221,233,250,.58); background: rgba(235,242,252,.2); box-shadow: 0 18px 48px rgba(3,18,45,.18); }
body.site-page .atlas-service-cooperation-actions a { min-height: 196px; padding: 25px 28px; border-color: rgba(205,218,236,.78); background: rgba(249,252,255,.94); backdrop-filter: blur(12px); }
body.site-page .atlas-service-cooperation-actions strong { margin-top: 28px; }
body.site-page .atlas-service-cooperation-actions em { bottom: 22px; }

body.site-page .atlas-practice-final { min-height: 360px; margin-top: 28px; padding-top: 58px; padding-bottom: 58px; background-position: center, 64% 47%; box-shadow: inset 0 1px 0 rgba(255,255,255,.22); }
body.site-page .atlas-practice-final > div { position: relative; z-index: 1; }

@media (max-width: 760px) {
  body.site-page .photo-narrative-work { background-position: center, 68% center; }
  body.site-page .photo-narrative-collaboration { background-position: center, 60% center; }
  body.site-page .photo-narrative-city { background-position: center, 68% center; }
  body.site-page .photo-narrative-technology { background-position: center, 72% center; }
  body.site-page .atlas-user-entry { padding: 64px 22px; }
  body.site-page .atlas-user-entry-grid a { min-height: 0; }
  body.site-page .atlas-user-entry-grid em { position: static; margin-top: 22px; padding-top: 0; }
  body.site-page :is(.atlas-guides-home, .atlas-service-cooperation) { padding-right: 22px; padding-left: 22px; }
  body.site-page :is(.atlas-guides-home-head, .atlas-service-cooperation > div:first-child) { padding: 24px 22px; }
  body.site-page .atlas-service-cooperation { gap: 0; padding-top: 64px; padding-bottom: 64px; }
  body.site-page .atlas-service-cooperation > div:first-child { min-height: 0; }
  body.site-page .atlas-service-cooperation-actions a { min-height: 0; padding: 24px 22px 25px; }
  body.site-page .atlas-service-cooperation-actions em { position: static; display: block; margin-top: 24px; }
  body.site-page .atlas-practice-final { min-height: 0; margin-top: 16px; padding: 48px 22px; background-position: center, 70% center; }
}

/* Channel heroes: keep photographs in the narrative layer only. */
body.site-page :is(.atlas-policy-cover, .atlas-report-cover, .atlas-city-cover, .resources-library-hero, .atlas-context-hero, .atlas-diagnose-hero).photo-narrative { color: #fff; }
body.site-page :is(.atlas-policy-cover, .atlas-report-cover, .atlas-city-cover, .resources-library-hero, .atlas-context-hero, .atlas-diagnose-hero).photo-narrative :is(h1, h1 em, .atlas-kicker, p) { color: #fff; }
body.site-page :is(.atlas-policy-cover, .atlas-report-cover, .atlas-city-cover, .resources-library-hero, .atlas-context-hero, .atlas-diagnose-hero).photo-narrative :is(.atlas-context-release, .policy-cover-date, .report-cover-date, .city-cover-date, .atlas-diagnose-release) { border-color: rgba(220,235,255,.46); background: rgba(5,25,61,.24); color: #e2ecfa; }
body.site-page :is(.atlas-context-panel, .resources-library-scope, .policy-opportunity-ledger, .report-cover-ledger, .city-cover-brief, .atlas-diagnose-brief) { position: relative; z-index: 2; }
body.site-page :is(.policy-opportunity-ledger, .report-cover-ledger, .city-cover-brief, .atlas-diagnose-brief) :is(small, b, span, i, a) { color: #fff; }
body.site-page :is(.atlas-context-caption, .policy-cover-caption, .report-cover-caption, .city-cover-caption, .atlas-diagnose-caption) { color: rgba(235,243,255,.72); }
body.site-page .resources-library-hero.photo-narrative::before { opacity: .26; }
body.site-page .resources-library-hero.photo-narrative::after { opacity: .18; }
body.site-page .resources-library-hero.photo-narrative .resources-library-scope { background: rgba(8,31,72,.92); }
body.site-page .photo-narrative .atlas-secondary { border-color: rgba(225,237,252,.62); background: rgba(6,25,61,.32); color: #fff; }

.fde-page .fde-guide-hero.photo-narrative-technology {
  background-image: linear-gradient(90deg, rgba(5,18,18,.97), rgba(7,29,25,.84), rgba(7,29,25,.38)), image-set(url("assets/editorial/ai-workbench.webp") type("image/webp"), url("assets/editorial/ai-workbench.jpg") type("image/jpeg"));
  background-position: center, 66% center;
  background-size: cover;
}
.fde-page .fde-guide-hero.photo-narrative-technology::before { z-index: 0; opacity: .3; }
.fde-page .fde-guide-hero.photo-narrative-technology > * { position: relative; z-index: 1; }

@media (max-width: 760px) {
  body.site-page :is(.atlas-policy-cover, .atlas-report-cover, .atlas-city-cover, .resources-library-hero).photo-narrative-city { background-position: center, 72% center; }
  body.site-page :is(.atlas-guides-hero, .atlas-knowledge-hero, .atlas-diagnose-hero).photo-narrative-technology { background-position: center, 76% center; }
  body.site-page :is(.atlas-services-hero, .atlas-cooperation-hero).photo-narrative-collaboration { background-position: center, 64% center; }
  .fde-page .fde-guide-hero.photo-narrative-technology { background-position: center, 72% center; }
}
