:root {
  --navy-950: #00152f;
  --navy-900: #001d45;
  --navy-800: #05295d;
  --ink: #10253d;
  --ink-soft: #53677c;
  --muted: #718398;
  --line: #dce6ee;
  --line-strong: #c7d5e1;
  --surface: #ffffff;
  --teal: #009b83;
  --teal-2: #16b69f;
  --teal-pale: #eefaf7;
  --blue: #2878cc;
  --blue-pale: #f2f7ff;
  --orange: #de762d;
  --orange-pale: #fff5ed;
  --violet: #7057d3;
  --violet-pale: #f5f2ff;
  --shadow-soft: 0 14px 38px rgba(10, 43, 77, .075);
  --container: 1180px;
  color: var(--ink);
  background: #fff;
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: #fff; color: var(--ink); line-height: 1.65; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 84px; color: #fff; }
.header-inner { height: 84px; display: grid; grid-template-columns: 270px 1fr auto; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-mark { position: relative; display: inline-block; flex: 0 0 auto; width: 40px; height: 46px; border: 8px solid #eaf8f7; border-right-color: #31c2ad; border-radius: 50%; transform: rotate(-4deg); filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .16)); }
.brand-mark::after { content: ""; position: absolute; right: -13px; bottom: -5px; width: 20px; height: 8px; border-radius: 5px; background: #31c2ad; transform: rotate(48deg); }
.brand-mark span { position: absolute; right: -8px; bottom: 4px; width: 8px; height: 8px; border-radius: 50%; background: #31c2ad; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.25; }
.brand-copy b { font-size: 19px; letter-spacing: .02em; }
.brand-copy small { margin-top: 4px; color: rgba(255, 255, 255, .75); font-size: 11px; letter-spacing: .08em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 28px; font-size: 13px; font-weight: 650; }
.main-nav a { color: rgba(255, 255, 255, .88); transition: color .18s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; border: 1px solid transparent; border-radius: 8px; padding: 10px 18px; font-weight: 800; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--teal), var(--teal-2)); box-shadow: 0 9px 22px rgba(0, 154, 131, .23); }
.btn-primary:hover { box-shadow: 0 13px 26px rgba(0, 154, 131, .30); }
.btn.compact { min-height: 39px; padding: 8px 16px; font-size: 13px; }
.mobile-toggle { display: none; width: 42px; height: 42px; padding: 9px; color: #fff; border: 1px solid rgba(255, 255, 255, .3); border-radius: 10px; background: rgba(1, 23, 50, .22); }
.mobile-toggle svg { width: 23px; height: 23px; }

.hero { position: relative; min-height: 610px; padding: 118px 0 62px; overflow: hidden; color: #fff; background: linear-gradient(120deg, #021b3d 0%, #00285a 63%, #00193a 100%); }
.hero::before { content: ""; position: absolute; right: -120px; bottom: -280px; width: 790px; height: 790px; border-radius: 50%; background: radial-gradient(circle at center, rgba(4, 178, 155, .14), transparent 59%); }
.hero-pattern { position: absolute; inset: 0; opacity: .7; background-image: linear-gradient(120deg, transparent 60%, rgba(30, 149, 194, .08) 60.1%, transparent 60.6%), linear-gradient(40deg, transparent 75%, rgba(30, 149, 194, .07) 75.1%, transparent 75.7%); background-size: 310px 240px, 420px 300px; mask-image: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .6) 70%, #000 100%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(450px, .92fr); align-items: center; gap: 62px; }
.hero-content h1 { max-width: 660px; margin: 0 0 22px; font-size: clamp(40px, 4.25vw, 62px); line-height: 1.16; letter-spacing: .015em; text-shadow: 0 4px 28px rgba(0, 0, 0, .18); }
.hero-lead { max-width: 630px; margin: 0 0 25px; color: rgba(255, 255, 255, .84); font-size: 16px; line-height: 1.9; }
.hero-search { display: flex; align-items: center; max-width: 650px; height: 56px; overflow: hidden; border-radius: 9px; background: #fff; box-shadow: 0 13px 30px rgba(0, 0, 0, .2); }
.hero-search > svg { flex: 0 0 auto; width: 22px; height: 22px; margin-left: 18px; color: #728298; }
.hero-search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; padding: 0 15px; color: var(--ink); background: transparent; font-size: 15px; }
.hero-search button { display: inline-flex; align-items: center; gap: 7px; height: 100%; border: 0; padding: 0 28px; color: #fff; background: linear-gradient(135deg, #087f75, var(--teal-2)); font-weight: 800; }
.hero-search button svg { width: 18px; height: 18px; }
.quick-topics { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 14px; color: rgba(255, 255, 255, .68); font-size: 13px; }
.quick-topics button { padding: 5px 13px; border: 1px solid rgba(190, 225, 231, .3); border-radius: 18px; color: #d9edf2; background: rgba(0, 17, 40, .22); font-size: 13px; transition: .2s ease; }
.quick-topics button:hover { border-color: rgba(43, 210, 185, .7); background: rgba(0, 162, 140, .22); }
.hero-metrics { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 700px; margin-top: 29px; }
.metric { display: flex; align-items: center; gap: 11px; min-width: 0; padding: 0 16px; border-left: 1px solid rgba(255, 255, 255, .15); }
.metric:first-child { padding-left: 0; border-left: 0; }
.metric > svg { flex: 0 0 auto; width: 29px; height: 29px; color: #5ed7c4; }
.metric strong { display: block; overflow: hidden; color: #fff; font-size: 20px; line-height: 1.15; text-overflow: ellipsis; white-space: nowrap; }
.metric span { display: block; margin-top: 2px; color: rgba(255, 255, 255, .65); font-size: 10px; white-space: nowrap; }
.mini-ring { display: grid !important; place-items: center; width: 38px; height: 38px; border: 4px solid rgba(43, 199, 176, .38); border-right-color: #2cc7b0; border-radius: 50%; color: #c8f2eb !important; font-size: 11px !important; font-weight: 800; }

.hero-preview { padding: 19px 20px 18px; border: 1px solid rgba(255, 255, 255, .58); border-radius: 14px; color: var(--ink); background: #fff; box-shadow: 0 26px 80px rgba(0, 0, 0, .28); }
.preview-topline { display: flex; align-items: center; gap: 8px; padding: 0 2px 13px; border-bottom: 1px solid #edf2f6; font-size: 13px; }
.preview-topline small { margin-left: auto; color: #7a8898; font-size: 11px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ff982d; box-shadow: 0 0 0 4px #fff3e7; }
.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr) 87px; gap: 9px; align-items: center; padding: 15px 0; }
.mini-stat { display: flex; align-items: flex-start; gap: 7px; min-height: 65px; padding: 9px 8px; border: 1px solid #e2e9f1; border-radius: 9px; box-shadow: 0 4px 12px rgba(5, 35, 70, .05); }
.mini-stat svg { flex: 0 0 auto; width: 17px; height: 17px; }
.mini-stat span { display: block; color: #7b8a9b; font-size: 10px; }
.mini-stat b { display: block; margin-top: 2px; color: #22394f; font-size: 14px; }
.mini-stat.blue svg { color: var(--blue); }.mini-stat.green svg { color: var(--teal); }.mini-stat.violet svg { color: var(--violet); }
.coverage-ring { position: relative; display: grid; width: 79px; height: 79px; place-items: center; margin: auto; border-radius: 50%; background: conic-gradient(var(--teal) 0 86%, #dfe8ed 86% 100%); }
.coverage-ring::before { content: ""; position: absolute; inset: 8px; border-radius: 50%; background: #fff; }
.coverage-ring div { position: relative; z-index: 1; text-align: center; line-height: 1.08; }
.coverage-ring b { display: block; color: #0c8f7c; font-size: 16px; }
.coverage-ring span { color: #7d8b99; font-size: 10px; }
.preview-evidence-card { padding: 16px 17px 14px; border: 1px solid #dfe8ef; border-radius: 9px; background: linear-gradient(145deg, #fbfefd, #fff); }
.eyebrow { display: inline-flex; padding: 3px 8px; border-radius: 12px; color: #078e79; background: #eaf8f5; font-size: 10px; font-weight: 800; }
.preview-evidence-card h2 { min-height: 2.95em; margin: 11px 0 11px; color: #153047; font-size: 17px; line-height: 1.47; }
.preview-evidence-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 0; padding-top: 10px; border-top: 1px solid #edf2f5; }
.preview-evidence-card dl div { min-width: 0; }.preview-evidence-card dt { color: #8391a0; font-size: 10px; }.preview-evidence-card dd { overflow: hidden; margin: 2px 0 0; color: #385065; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.preview-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; color: #078e79; font-size: 12px; font-weight: 800; }.preview-link svg { width: 15px; height: 15px; }

.section { padding: 64px 0; }.section-heading { margin-bottom: 25px; }.section-heading h2 { margin: 0; color: #082546; font-size: clamp(26px, 2.4vw, 32px); letter-spacing: .015em; line-height: 1.35; }.section-heading p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }.section-heading.with-link { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }.section-heading.with-link > a { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; color: #078e79; font-size: 12px; font-weight: 800; }.section-heading.with-link > a svg { width: 16px; height: 16px; }
.capabilities { padding-top: 56px; padding-bottom: 48px; }.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.capability-card { display: grid; grid-template-columns: 58px 1fr; gap: 17px; min-height: 210px; padding: 25px 25px 20px; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: var(--shadow-soft); }.line-icon { display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid #d8e2ed; border-radius: 50%; color: #071e3f; background: #fff; }.line-icon svg { width: 30px; height: 30px; stroke-width: 1.65; }.capability-card h3 { margin: 3px 0 8px; font-size: 19px; }.capability-card p { margin: 0; color: #596c80; font-size: 13px; line-height: 1.75; }.capability-card a { display: inline-flex; align-items: center; gap: 5px; margin-top: 14px; color: #078e79; font-size: 12px; font-weight: 800; }.capability-card a svg { width: 15px; height: 15px; }

.verify-section { padding-top: 25px; padding-bottom: 50px; }.verify-panel { display: grid; grid-template-columns: minmax(0, 1fr) 250px; align-items: center; min-height: 390px; padding: 31px 31px 29px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-soft); }.compact-heading { margin-bottom: 20px; }.compact-heading h2 { font-size: 30px; }.verify-search { display: flex; height: 52px; }.verify-search input { min-width: 0; flex: 1; padding: 0 17px; border: 1px solid var(--line-strong); border-right: 0; border-radius: 8px 0 0 8px; outline: 0; color: var(--ink); }.verify-search input:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0, 155, 131, .08); }.verify-search button { width: 100px; border: 0; border-radius: 0 8px 8px 0; color: #fff; background: linear-gradient(135deg, #088d7d, var(--teal-2)); font-weight: 800; }.query-hint { margin: 10px 0 0; color: #728398; font-size: 12px; }.search-results { max-width: 850px; margin-top: 15px; }.result-empty { padding: 16px 17px; border: 1px dashed #c8d8e3; border-radius: 8px; color: #65798d; background: #fbfdfe; font-size: 13px; }.result-heading { margin-bottom: 8px; color: #058c77; font-size: 16px; font-weight: 900; }.result-note { margin: 6px 0 10px; color: #65798d; font-size: 12px; }.result-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; padding: 12px 0; border-top: 1px solid #e8eef3; }.result-item:first-of-type { border-top: 0; }.result-item strong { display: block; color: #1b3550; font-size: 14px; }.result-meta { margin-top: 3px; color: #718498; font-size: 11px; }.result-link { align-self: center; color: #078e79; font-size: 12px; font-weight: 800; white-space: nowrap; }.result-coverage { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }.status-tag { display: inline-flex; align-items: center; min-height: 22px; padding: 3px 8px; border: 1px solid; border-radius: 5px; font-size: 10px; font-weight: 800; }.status-tag.complete { color: #0b927a; border-color: #bce7de; background: #f1fbf8; }.status-tag.partial, .status-tag.pending_ingestion { color: #c06a25; border-color: #fed6bb; background: #fff8f3; }.status-tag.restricted { color: var(--violet); border-color: #d8d0f5; background: var(--violet-pale); }.status-tag.not_available { color: #65778b; border-color: #d6dfe8; background: #fbfcfd; }.illustration-orbit { position: relative; display: grid; width: 165px; height: 165px; place-items: center; margin: 0 auto -8px; border: 1px solid #cfebe5; border-radius: 50%; color: #008e7b; background: radial-gradient(circle at 45% 40%, #f9fffd, #e7f8f4); }.illustration-orbit::after { content: ""; position: absolute; inset: 16px; border: 1px dashed #83cec1; border-radius: 50%; }.illustration-orbit svg { position: relative; z-index: 1; width: 54px; height: 54px; stroke-width: 1.45; }.illustration-orbit span { position: absolute; z-index: 2; width: 9px; height: 9px; border-radius: 50%; background: #36bda7; }.illustration-orbit span:nth-of-type(1) { top: 22px; right: 35px; }.illustration-orbit span:nth-of-type(2) { bottom: 32px; left: 24px; background: #2d79c9; }.illustration-orbit span:nth-of-type(3) { right: 11px; bottom: 58px; width: 6px; height: 6px; background: #ee9745; }.illustration-card { width: 176px; margin: 0 auto; padding: 15px 16px 14px; transform: rotate(-3deg); border: 1px solid #b8e0d8; border-radius: 8px; background: #fff; box-shadow: 0 12px 26px rgba(6, 78, 74, .1); }.illustration-card svg { width: 23px; height: 23px; color: #088e7a; }.illustration-card i { display: block; height: 5px; margin-top: 9px; border-radius: 5px; background: #dcece9; }.illustration-card i:nth-of-type(2) { width: 78%; }.illustration-card i:nth-of-type(3) { width: 58%; }

.sources-section { padding-top: 23px; padding-bottom: 45px; }.sources-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 20px; max-width: 960px; margin: 0 auto; }.source-card { padding: 22px 24px; border: 1px solid var(--line); border-radius: 9px; background: #fff; box-shadow: var(--shadow-soft); }.source-card h3 { margin: 0 0 14px; color: #1c354d; font-size: 14px; }.source-list, .coverage-list { display: grid; gap: 10px; }.source-row { display: grid; grid-template-columns: 19px minmax(0, 1fr) 75px; gap: 9px; align-items: center; padding-bottom: 9px; border-bottom: 1px solid #edf2f5; }.source-row:last-child { padding-bottom: 0; border-bottom: 0; }.source-row > svg { width: 18px; height: 18px; color: #008f7a; }.source-row strong { display: block; overflow: hidden; color: #365068; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.source-row small { display: block; margin-top: 1px; overflow: hidden; color: #758698; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.source-row .status-tag { justify-content: center; }.coverage-item { padding-bottom: 10px; border-bottom: 1px solid #edf2f5; }.coverage-item:last-child { padding-bottom: 0; border-bottom: 0; }.coverage-item > div { display: flex; align-items: center; gap: 7px; }.coverage-item strong { overflow: hidden; color: #365068; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }.coverage-item p { margin: 4px 0 0; color: #758698; font-size: 10px; line-height: 1.55; }.coverage-item .coverage-meta { margin-top: 3px; color: #7f8fa0; font-size: 10px; }.loading-copy { margin: 0; color: #718398; font-size: 12px; }.coverage-note { max-width: 960px; margin: 10px auto 0; color: #9a6d53; font-size: 10px; }

.meetings-section { padding-top: 15px; padding-bottom: 50px; }.meetings-shell { padding: 25px 26px 28px; border: 1px solid var(--line); border-radius: 11px; background: #fff; box-shadow: var(--shadow-soft); }.meetings-shell .section-heading { margin-bottom: 17px; }.table-wrap { overflow-x: auto; }.table-wrap table { width: 100%; min-width: 720px; border-collapse: collapse; font-size: 12px; }.table-wrap th { padding: 9px 10px; border-top: 1px solid #e4ecf2; border-bottom: 1px solid #dce7ee; color: #748598; text-align: left; font-size: 10px; font-weight: 800; white-space: nowrap; }.table-wrap td { padding: 12px 10px; border-bottom: 1px solid #e9eff4; color: #3c5369; vertical-align: middle; }.table-wrap tbody tr:last-child td { border-bottom: 0; }.table-wrap td:nth-child(2) { max-width: 390px; color: #17334e; font-weight: 700; }.official-link { display: inline-flex; align-items: center; gap: 4px; color: #078e79; font-size: 11px; font-weight: 800; white-space: nowrap; }.official-link svg { width: 14px; height: 14px; }

.evidence-standard { padding-top: 25px; padding-bottom: 45px; }.standard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }.standard-card { display: grid; grid-template-columns: 70px 1fr; gap: 17px; min-height: 174px; padding: 23px 24px; border: 1px solid; border-radius: 8px; background: #fff; }.standard-icon { display: grid; width: 62px; height: 62px; place-items: center; border: 1px solid; border-radius: 50%; }.standard-icon svg { width: 31px; height: 31px; }.standard-card h3 { margin: 3px 0 7px; font-size: 19px; }.standard-card p { margin: 0; color: #586b7f; font-size: 12px; line-height: 1.72; }.standard-card footer { margin-top: 13px; font-size: 11px; font-weight: 800; }.standard-card.factual { border-color: #9fd9cf; }.standard-card.factual h3, .standard-card.factual footer, .standard-card.factual .standard-icon { color: #008f78; }.standard-card.factual .standard-icon { border-color: #9fd9cf; background: #f1fbf8; }.standard-card.inferred { border-color: #b8cff2; }.standard-card.inferred h3, .standard-card.inferred footer, .standard-card.inferred .standard-icon { color: #2d73d6; }.standard-card.inferred .standard-icon { border-color: #b8cff2; background: #f4f8ff; }.standard-card.pending { border-color: #f7c9a9; }.standard-card.pending h3, .standard-card.pending footer, .standard-card.pending .standard-icon { color: #e87829; }.standard-card.pending .standard-icon { border-color: #f7c9a9; background: #fff7f1; }

.ecosystem-section { padding-top: 10px; padding-bottom: 42px; }.ecosystem-flow { display: grid; grid-template-columns: 250px 52px 310px 55px minmax(230px, 1fr); align-items: center; max-width: 1060px; margin: 0 auto; }.flow-card { min-height: 170px; padding: 23px; border: 1px solid #cddae7; border-radius: 8px; background: #fff; box-shadow: var(--shadow-soft); }.public-source { display: grid; grid-template-columns: 58px 1fr; gap: 17px; align-items: center; }.public-source > svg { width: 55px; height: 55px; color: #078a77; }.flow-card h3 { margin: 0; color: #15334f; font-size: 18px; }.flow-card ul { margin: 10px 0 0; padding-left: 16px; color: #5a6d81; font-size: 11px; line-height: 1.8; }.flow-arrow { display: grid; place-items: center; color: #5682b6; }.flow-arrow svg { width: 31px; height: 31px; stroke-width: 1.35; }.qtrace-core { display: grid; grid-template-columns: 73px 1fr; gap: 15px; border-color: #70a4dc; background: linear-gradient(145deg, #f6faff, #fff); }.qtrace-core .brand-mark { align-self: center; width: 54px; height: 61px; border-width: 10px; border-color: #dff6f2; border-right-color: #19b69f; }.qtrace-core h3 { font-size: 22px; }.qtrace-core h3 small { font-size: 12px; }.qtrace-core p { margin: 8px 0 9px; color: #5c6f83; font-size: 10px; line-height: 1.7; }.qtrace-core a { color: #078e79; font-size: 11px; font-weight: 800; }.applications { display: grid; gap: 12px; }.applications article { display: grid; grid-template-columns: 77px 1fr; align-items: center; gap: 10px; min-height: 79px; padding: 13px 15px; border: 1px solid #b8d2ed; border-radius: 8px; background: #f7fbff; }.applications b { color: #0c9a84; font-size: 27px; letter-spacing: -.05em; }.applications b span { color: #284f7b; font-size: 19px; }.applications b.k4 { color: #2373c9; letter-spacing: -.08em; }.applications h3 { font-size: 15px; }.applications p { margin: 2px 0 0; color: #64778b; font-size: 10px; font-weight: 800; }

.cta-section { padding: 28px 0 20px; }.cta-panel { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 165px; padding: 35px 58px; overflow: hidden; border-radius: 24px; color: #fff; background: linear-gradient(120deg, #05295d, #001d45); box-shadow: 0 18px 45px rgba(0, 30, 67, .2); }.cta-panel::after { content: ""; position: absolute; top: -150px; right: -100px; width: 420px; height: 420px; border: 1px solid rgba(40, 178, 197, .14); transform: rotate(22deg); }.cta-panel h2, .cta-panel p { position: relative; z-index: 1; }.cta-panel h2 { margin: 0 0 7px; font-size: 26px; }.cta-panel p { margin: 0; color: rgba(255, 255, 255, .75); font-size: 14px; }.cta-button { position: relative; z-index: 1; display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-width: 240px; height: 62px; border: 0; border-radius: 8px; color: #fff; background: linear-gradient(135deg, #07967f, #10b39a); box-shadow: 0 13px 30px rgba(0, 156, 132, .25); font-size: 19px; font-weight: 900; }.cta-button svg { width: 26px; height: 26px; }
.site-footer { padding: 35px 0; color: #fff; background: linear-gradient(120deg, #001b3e, #002c5f); }.footer-grid { display: grid; grid-template-columns: 285px 1fr 1.1fr; gap: 35px; align-items: center; }.footer-nav { display: flex; flex-wrap: wrap; gap: 7px 21px; color: rgba(255, 255, 255, .82); font-size: 11px; }.footer-legal { color: rgba(255, 255, 255, .75); font-size: 10px; line-height: 1.65; }.footer-legal small { display: block; margin-top: 8px; }

@media (max-width: 1120px) { .header-inner { grid-template-columns: 235px 1fr auto; }.main-nav { gap: 18px; font-size: 12px; }.hero-grid { grid-template-columns: 1fr 440px; gap: 32px; }.hero-content h1 { font-size: 45px; }.hero-metrics { grid-template-columns: repeat(2, 1fr); row-gap: 18px; }.metric:nth-child(3) { padding-left: 0; border-left: 0; }.capability-card { padding-left: 20px; padding-right: 20px; }.ecosystem-flow { grid-template-columns: 215px 40px 285px 45px minmax(205px, 1fr); }.flow-card { padding: 18px; }.footer-grid { grid-template-columns: 240px 1fr 1fr; } }
@media (max-width: 900px) { .site-header { height: 76px; }.header-inner { height: 76px; grid-template-columns: 1fr auto; }.header-actions, .main-nav { display: none; }.mobile-toggle { display: block; }.site-header.menu-open .main-nav { position: absolute; top: 70px; right: 24px; left: 24px; display: grid; gap: 13px; padding: 20px; border-radius: 12px; color: var(--ink); background: #fff; box-shadow: var(--shadow-soft); }.site-header.menu-open .main-nav a { color: var(--ink); }.hero { padding-top: 106px; }.hero-grid { grid-template-columns: 1fr; }.hero-content { text-align: center; }.hero-lead, .hero-search, .hero-metrics { margin-right: auto; margin-left: auto; }.quick-topics { justify-content: center; }.hero-preview { max-width: 620px; margin: 0 auto; }.capability-grid, .standard-grid { grid-template-columns: 1fr; }.verify-panel { grid-template-columns: 1fr; }.verify-illustration { display: none; }.sources-grid { grid-template-columns: 1fr; }.ecosystem-flow { grid-template-columns: 1fr; gap: 16px; max-width: 620px; }.flow-arrow { transform: rotate(90deg); }.applications { grid-template-columns: 1fr 1fr; }.cta-panel { gap: 24px; padding: 32px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-legal { grid-column: 1 / 3; } }
@media (max-width: 640px) { .container { width: min(calc(100% - 28px), var(--container)); }.brand-mark { width: 34px; height: 39px; border-width: 6px; }.brand-copy b { font-size: 17px; }.brand-copy small { font-size: 10px; }.hero { min-height: 0; padding-bottom: 42px; }.hero-content h1 { font-size: 38px; }.hero-lead { font-size: 14px; }.hero-search { height: 52px; }.hero-search button { padding: 0 16px; }.hero-search button svg { display: none; }.quick-topics span { width: 100%; }.hero-metrics { grid-template-columns: 1fr 1fr; }.metric { padding: 0 8px; }.metric > svg { width: 27px; height: 27px; }.metric strong { font-size: 17px; }.hero-preview { padding: 15px; }.preview-stats { grid-template-columns: repeat(2, 1fr); }.coverage-ring { grid-column: 1 / 3; }.preview-topline small { display: none; }.section { padding: 46px 0; }.section-heading h2 { font-size: 27px; }.section-heading.with-link { align-items: flex-start; flex-direction: column; gap: 7px; }.capability-card { grid-template-columns: 54px 1fr; min-height: 0; padding: 21px 18px; }.verify-panel { padding: 24px 17px; }.compact-heading h2 { font-size: 27px; }.verify-search { flex-direction: column; height: auto; gap: 8px; }.verify-search input, .verify-search button { min-height: 50px; border: 1px solid var(--line-strong); border-radius: 8px; }.verify-search button { width: 100%; }.result-item { grid-template-columns: 1fr; gap: 6px; }.result-link { justify-self: start; }.source-card, .meetings-shell { padding: 19px 15px; }.standard-card { grid-template-columns: 58px 1fr; padding: 19px 17px; }.standard-icon { width: 53px; height: 53px; }.applications { grid-template-columns: 1fr; }.cta-panel { align-items: flex-start; flex-direction: column; padding: 28px 24px; border-radius: 18px; }.cta-panel h2 { font-size: 22px; }.cta-button { width: 100%; min-width: 0; }.footer-grid { grid-template-columns: 1fr; }.footer-legal { grid-column: auto; }.footer-nav { gap: 7px 18px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
