:root {
  --navy: #071a3b;
  --navy-2: #0c2858;
  --blue: #2368f5;
  --blue-2: #4f8dff;
  --cyan: #55d4ff;
  --purple: #7956eb;
  --green: #12a974;
  --orange: #f59b35;
  --ink: #16233b;
  --muted: #68758c;
  --line: #e5eaf2;
  --surface: #f5f7fb;
  --white: #fff;
  --shadow: 0 14px 45px rgba(16, 36, 74, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* 锚点定位时为 sticky 顶栏（72px）留出偏移，避免标题被遮挡 */
.opportunity-section, .monitor-section, .source-section, .solutions-section { scroll-margin-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Noto Sans SC", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.demo-banner {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: #fff8e8;
  color: #8d6411;
  border-bottom: 1px solid #f3e2b5;
  font-size: 12px;
}
.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: #f3a51a; box-shadow: 0 0 0 4px rgba(243, 165, 26, .15); }
.topbar {
  height: 72px;
  display: flex;
  align-items: center;
  padding: 0 max(24px, calc((100% - 1240px) / 2));
  gap: 46px;
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(220,226,236,.8);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); min-width: 180px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: white; background: linear-gradient(135deg, #1857dc, #4d8dff); box-shadow: 0 8px 18px rgba(35,104,245,.25); }
.brand-mark svg { width: 26px; height: 26px; fill: currentColor; stroke: none; }
.brand-logo {
  width: 43px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: white;
}
.brand-logo img {
  display: block;
  width: 42px;
  height: 34px;
  object-fit: contain;
}
.brand b { font-size: 19px; letter-spacing: 2px; display: block; line-height: 1.1; }
.brand small { display: block; margin-top: 4px; font: 600 8px/1 "Manrope", sans-serif; color: #8490a3; letter-spacing: 2px; }
.main-nav { display: flex; gap: 32px; align-self: stretch; }
.main-nav a { color: #526079; text-decoration: none; font-size: 14px; font-weight: 600; display: flex; align-items: center; position: relative; }
.main-nav a:hover, .main-nav a.active { color: var(--blue); }
.main-nav a.active::after { content: ""; position: absolute; height: 3px; border-radius: 3px; left: 10px; right: 10px; bottom: 0; background: var(--blue); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.button { border: 0; border-radius: 8px; min-height: 40px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-weight: 600; font-size: 14px; transition: .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: white; background: linear-gradient(135deg, #2167f5, #3b7efb); box-shadow: 0 8px 18px rgba(35,104,245,.2); }
.button-ghost { color: #42506a; background: transparent; }
.button-outline { color: var(--blue); border: 1px solid #cbdafb; background: #fff; }
.button-outline svg { width: 18px; }
.icon-button { height: 38px; min-width: 46px; background: transparent; border: 0; color: #5c6980; position: relative; }
.icon-button svg { width: 20px; fill: none; }
.icon-button span { position: absolute; top: 0; right: 0; min-width: 17px; height: 17px; border-radius: 9px; padding: 0 4px; color: white; background: var(--blue); font-size: 10px; line-height: 17px; }
.menu-button { display: none; margin-left: auto; border: 0; background: transparent; width: 40px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 5px; }

.hero { min-height: 510px; position: relative; overflow: hidden; color: white; background: linear-gradient(120deg, #061831 0%, #0b285a 58%, #123979 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .15; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { width: 520px; height: 520px; right: -100px; top: -200px; background: radial-gradient(circle, rgba(50,126,255,.28), transparent 68%); }
.hero-orb-two { width: 420px; height: 420px; left: 36%; bottom: -350px; background: radial-gradient(circle, rgba(92,203,255,.14), transparent 70%); }
.hero-inner { position: relative; z-index: 2; max-width: 1240px; margin: auto; min-height: 510px; display: flex; align-items: center; padding: 48px 24px; }
.hero-copy { width: 59%; }
.eyebrow { color: #bcd4ff; font-size: 13px; letter-spacing: .5px; }
.eyebrow span { display: inline-block; padding: 5px 10px; border: 1px solid rgba(118,177,255,.36); border-radius: 20px; margin-right: 9px; color: #78b4ff; background: rgba(40,101,214,.14); font-weight: 700; }
.hero h1 { margin: 19px 0 16px; font-size: clamp(38px, 4vw, 58px); line-height: 1.22; letter-spacing: 1px; }
.hero h1 em { font-style: normal; color: #72c9ff; background: linear-gradient(90deg, #79ccff, #8caaff); background-clip: text; -webkit-text-fill-color: transparent; }
.hero-copy > p { max-width: 620px; color: #b9c9e5; font-size: 16px; line-height: 1.9; }
.hero-search { height: 58px; max-width: 680px; margin-top: 27px; display: flex; align-items: center; padding: 6px 6px 6px 18px; border: 1px solid rgba(145,189,255,.35); border-radius: 10px; background: white; box-shadow: 0 16px 40px rgba(0,0,0,.2); }
.hero-search svg { width: 21px; color: #8b96a8; }
.hero-search input { flex: 1; min-width: 0; height: 100%; padding: 0 14px; border: 0; outline: 0; color: var(--ink); }
.hero-search button { height: 44px; padding: 0 20px; border: 0; border-radius: 7px; color: white; background: var(--blue); font-weight: 700; }
.hero-search button span { margin-left: 7px; }
.hot-searches { margin-top: 14px; display: flex; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 12px; color: #849cc3; }
.hot-searches button { padding: 0; border: 0; background: transparent; color: #aabedd; }
.hot-searches button:hover { color: white; }
.hero-visual { width: 41%; position: relative; display: flex; justify-content: flex-end; }
.radar-card { width: 350px; padding: 18px 20px 16px; border: 1px solid rgba(122,178,255,.25); border-radius: 16px; background: linear-gradient(145deg, rgba(28,68,128,.72), rgba(7,27,59,.72)); backdrop-filter: blur(10px); box-shadow: 0 28px 65px rgba(0,0,0,.24); }
.radar-topline { display: flex; justify-content: space-between; font-size: 12px; color: #b8cae7; }
.radar-topline b { font: 700 9px "Manrope"; padding: 3px 7px; border-radius: 4px; color: #7de2bc; background: rgba(40,197,141,.14); }
.radar { width: 215px; aspect-ratio: 1; margin: 12px auto 8px; border: 1px solid rgba(82,161,255,.28); border-radius: 50%; position: relative; overflow: hidden; background: radial-gradient(circle, rgba(43,126,237,.13), transparent 65%); }
.radar-ring { position: absolute; border: 1px solid rgba(83,162,255,.22); border-radius: 50%; inset: 17%; }
.radar-ring.ring-2 { inset: 33%; }
.radar-ring.ring-3 { inset: 45%; }
.radar-cross { position: absolute; background: rgba(83,162,255,.16); }
.cross-x { height: 1px; left: 0; right: 0; top: 50%; }
.cross-y { width: 1px; top: 0; bottom: 0; left: 50%; }
.radar-sweep { position: absolute; inset: 0; border-radius: 50%; background: conic-gradient(from 0deg, transparent 0 75%, rgba(62,164,255,.45) 96%, transparent 100%); animation: sweep 5s linear infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }
.radar-point { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #72d7ff; box-shadow: 0 0 0 5px rgba(114,215,255,.12), 0 0 12px #72d7ff; }
.p1 { left: 27%; top: 31%; }.p2 { right: 26%; top: 39%; background: #9b83ff; }.p3 { right: 37%; bottom: 25%; background: #5ee2ad; }
.radar-center { position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; transform: translate(-50%,-50%); border-radius: 50%; background: white; box-shadow: 0 0 14px #60bfff; }
.radar-feed { border-top: 1px solid rgba(135,173,225,.14); padding-top: 11px; }
.radar-feed > div { display: flex; align-items: center; padding: 7px; margin-top: 4px; border-radius: 7px; background: rgba(255,255,255,.035); }
.feed-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 7px; color: #82bfff; background: rgba(67,140,247,.16); font-size: 12px; }
.feed-icon.purple { color: #b4a6ff; background: rgba(126,98,238,.15); }
.radar-feed p { margin: 0 0 0 9px; }
.radar-feed p b, .radar-feed p small { display: block; }
.radar-feed p b { font-size: 11px; color: #e4edfb; }
.radar-feed p small { margin-top: 3px; font-size: 9px; color: #8499ba; }
.floating-badge { position: absolute; padding: 9px 12px; border: 1px solid rgba(128,180,255,.22); border-radius: 8px; color: #b7c9e7; background: rgba(8,30,66,.85); font-size: 10px; box-shadow: 0 10px 28px rgba(0,0,0,.2); }
.floating-badge span { display: block; font: 800 17px "Manrope"; color: white; }
.badge-one { left: 3px; top: 76px; }.badge-two { right: -25px; bottom: 55px; }

.stats-wrap { max-width: 1240px; margin: -30px auto 0; padding: 0 24px; position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.stat-card { min-height: 105px; padding: 22px 18px; display: flex; align-items: center; gap: 13px; border: 1px solid #e7ebf2; border-radius: 11px; background: white; box-shadow: var(--shadow); }
.stat-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; }
.stat-icon svg { width: 21px; }
.stat-icon.blue { color: #2870f6; background: #edf4ff; }.stat-icon.purple { color: #7a57e7; background: #f1edff; }.stat-icon.green { color: #12a974; background: #e9faf4; }.stat-icon.orange { color: #f09a31; background: #fff5e8; }
.stat-card div { min-width: 0; }
.stat-card div b { display: block; font: 800 25px "Manrope", sans-serif; letter-spacing: -.7px; white-space: nowrap; }
.stat-card div b i { font-style: normal; font-size: 14px; color: #9ba6b8; }
.stat-card div span { display: block; margin-top: 3px; font-size: 12px; color: #69778e; }
.stat-card > small { margin-left: auto; color: #98a3b4; font-size: 9px; }
.stat-card .trend { color: #b58314; background: #fff7df; border-radius: 12px; padding: 4px 7px; }

.opportunity-section { max-width: 1240px; margin: auto; padding: 72px 24px 80px; }
.section-heading { margin-bottom: 26px; display: flex; justify-content: space-between; align-items: end; }
.section-kicker { color: var(--blue); font: 800 10px "Manrope"; letter-spacing: 2px; }
.section-heading h2, .monitor-copy h2 { margin: 7px 0 6px; font-size: 29px; letter-spacing: .5px; }
.section-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.workspace { display: grid; grid-template-columns: 240px 1fr; align-items: start; gap: 18px; }
.filters { border: 1px solid #e2e7ef; border-radius: 11px; padding: 18px; background: white; box-shadow: 0 7px 22px rgba(18,38,72,.04); }
.filter-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.filter-head h3 { margin: 0; display: flex; gap: 7px; align-items: center; font-size: 14px; }
.filter-head h3 svg { width: 18px; color: var(--blue); }
.filter-head button { border: 0; background: transparent; color: #8a96a9; font-size: 11px; }
.filter-search { height: 36px; margin-top: 15px; display: flex; align-items: center; border: 1px solid #dfe5ed; border-radius: 6px; }
.filter-search svg { width: 16px; margin-left: 10px; color: #91a0b4; }
.filter-search input { min-width: 0; width: 100%; height: 100%; border: 0; outline: 0; padding: 0 8px; font-size: 11px; }
.filter-group { margin-top: 19px; }
.filter-title { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: 12px; font-weight: 700; }
.filter-title span { color: #a6afbd; font-size: 10px; }
.filters select { width: 100%; height: 34px; border: 1px solid #dde4ed; border-radius: 6px; padding: 0 9px; color: #56647a; outline: none; background: white; font-size: 11px; }
.check-grid { display: grid; gap: 6px; }
.check-grid label { cursor: pointer; }
.check-grid input { position: absolute; opacity: 0; }
.check-grid span { min-height: 30px; display: flex; align-items: center; padding: 0 9px; border: 1px solid transparent; border-radius: 6px; color: #637188; font-size: 11px; }
.check-grid input:checked + span { color: var(--blue); border-color: #cddcfe; background: #f1f6ff; font-weight: 600; }
.amount-presets { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.amount-presets button, .status-toggle button { min-height: 30px; padding: 0 4px; border: 1px solid #e1e6ed; border-radius: 5px; background: white; color: #67748a; font-size: 10px; }
.amount-presets button.active { color: var(--blue); border-color: #bdd2fd; background: #f1f6ff; }
.status-toggle { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; padding: 3px; border-radius: 7px; background: #f2f4f7; }
.status-toggle button { border: 0; background: transparent; }
.status-toggle button.active { color: var(--blue); background: white; box-shadow: 0 2px 7px rgba(25,42,73,.08); }
.results { min-width: 0; }
.result-toolbar { min-height: 44px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; color: #738096; font-size: 12px; }
.result-toolbar b { color: var(--blue); font: 800 16px "Manrope"; }
#filterSummary { color: #a2aabc; margin-left: 6px; }
.toolbar-actions { display: flex; gap: 7px; align-items: center; }
.toolbar-actions select { height: 32px; padding: 0 9px; border: 1px solid #dfe5ed; border-radius: 6px; color: #68758b; background: white; font-size: 11px; }
.view-toggle, .mobile-filter { height: 32px; border: 1px solid #dfe5ed; border-radius: 6px; background: white; color: #8792a4; }
.view-toggle svg { width: 16px; }
.view-toggle.active { color: var(--blue); border-color: #c6d6f7; }
.mobile-filter { display: none; padding: 0 12px; }
.notice-list { display: grid; gap: 10px; }
.notice-card { position: relative; padding: 20px 20px 17px; border: 1px solid #e2e7ef; border-radius: 10px; background: white; box-shadow: 0 5px 18px rgba(17,37,72,.035); transition: .2s ease; }
.notice-card:hover { border-color: #bfd0f1; transform: translateY(-1px); box-shadow: 0 11px 28px rgba(20,51,105,.08); }
.notice-main { padding-right: 48px; cursor: pointer; }
.notice-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 10px; }
.tag { display: inline-flex; align-items: center; height: 21px; padding: 0 7px; border-radius: 4px; color: #58677e; background: #f2f5f8; font-size: 9px; }
.tag.primary { color: #2769e7; background: #edf4ff; }.tag.type { color: #7959dc; background: #f1edff; }.tag.status { color: #0d9969; background: #eaf9f4; }.tag.ended { color: #8993a2; background: #f0f2f4; }
.notice-card h3 { margin: 0; font-size: 16px; line-height: 1.55; font-weight: 700; color: #22304a; }
.notice-card h3:hover { color: var(--blue); }
.notice-meta { display: flex; gap: 20px; flex-wrap: wrap; margin-top: 12px; color: #7b8799; font-size: 10px; }
.notice-meta span { display: inline-flex; align-items: center; gap: 5px; }
.notice-meta svg { width: 13px; }
.notice-bottom { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 14px; padding-top: 13px; border-top: 1px solid #edf0f4; }
.notice-owner { min-width: 0; color: #66738a; font-size: 10px; }
.notice-owner span { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.notice-owner span + span { margin-top: 5px; color: #98a2b2; }
.notice-amount { text-align: right; white-space: nowrap; }
.notice-amount b { color: #ee7b35; font: 800 17px "Manrope","Noto Sans SC"; }
.notice-amount small { display: block; margin-top: 2px; color: #9aa5b5; font-size: 9px; }
.favorite-star { position: absolute; right: 17px; top: 17px; width: 32px; height: 32px; display: grid; place-items: center; border: 0; border-radius: 7px; color: #9ba7b8; background: #f7f8fa; }
.favorite-star svg { width: 17px; }
.favorite-star.saved { color: #f4a31f; background: #fff7e4; }
.favorite-star.saved svg { fill: currentColor; }
.loading-card { height: 147px; padding: 24px; border-radius: 10px; background: white; }
.loading-card span { display: block; height: 12px; margin: 12px 0; border-radius: 6px; background: linear-gradient(90deg,#eef1f5,#f8f9fb,#eef1f5); background-size: 200%; animation: shimmer 1.3s infinite; }
.loading-card span:first-child { width: 70%; height: 18px; }.loading-card span:nth-child(2) { width: 48%; }.loading-card span:last-child { width: 88%; }
@keyframes shimmer { to { background-position: -200% 0; } }
.empty-state { min-height: 310px; display: grid; place-items: center; text-align: center; border: 1px dashed #d6dde8; border-radius: 10px; color: #8190a6; background: white; }
.empty-state span { display: block; font-size: 40px; opacity: .35; }
.empty-state b { display: block; margin: 8px 0; color: #40506a; }
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 24px; }
.pagination-status { padding: 10px 18px; border: 1px solid #dfe5ed; border-radius: 999px; color: #76849a; background: white; font-size: 11px; }
.pagination-status.error { color: #b14b4b; border-color: #f0caca; background: #fff8f8; }
.pagination button { min-width: 32px; height: 32px; border: 1px solid #dfe5ed; border-radius: 6px; background: white; color: #6a778b; font-size: 11px; }
.pagination button.active { color: white; border-color: var(--blue); background: var(--blue); }
.pagination button:disabled { opacity: .4; cursor: default; }

.monitor-section { overflow: hidden; position: relative; display: flex; align-items: center; justify-content: center; gap: 100px; padding: 65px 24px; color: white; background: linear-gradient(115deg, #0a214a, #123d7f); }
.monitor-section::before { content:""; position:absolute; width:500px; height:500px; right:4%; border-radius:50%; background:radial-gradient(circle,rgba(68,141,255,.24),transparent 68%); }
.monitor-copy { max-width: 510px; position: relative; z-index: 1; }
.section-kicker.light { color: #70b5ff; }
.monitor-copy p { color: #b6c7e4; font-size: 14px; line-height: 1.8; }
.monitor-points { display: flex; gap: 25px; margin: 23px 0; }
.monitor-points span { color: #d7e4f7; font-size: 11px; }
.monitor-points b { display: block; margin-bottom: 5px; color: #5ca9ff; font: 800 11px "Manrope"; }
.button-light { color: #1454bf; background: white; box-shadow: 0 10px 25px rgba(0,0,0,.14); }
.monitor-card { width: 390px; position: relative; z-index: 1; padding: 18px; border: 1px solid rgba(134,182,255,.24); border-radius: 14px; background: rgba(9,35,76,.68); box-shadow: 0 25px 55px rgba(0,0,0,.2); }
.mini-header { display: flex; justify-content: space-between; margin-bottom: 12px; font-size: 12px; }
.mini-header b { color: #69dbb3; font-size: 9px; }
.mini-rule { display: flex; align-items: center; gap: 10px; margin-top: 8px; padding: 11px; border: 1px solid rgba(255,255,255,.06); border-radius: 8px; background: rgba(255,255,255,.04); }
.mini-icon { width: 33px; height: 33px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 8px; background: rgba(109,84,226,.2); color: #b4a3ff; font-size: 11px; }
.mini-icon.blue { color: #84c2ff; background: rgba(50,127,240,.2); }.mini-icon.green { color: #7ee4bd; background: rgba(30,177,126,.2); }
.mini-rule div { min-width: 0; flex: 1; }
.mini-rule b, .mini-rule small { display: block; }
.mini-rule b { font-size: 11px; }.mini-rule small { margin-top: 4px; color: #879fbe; font-size: 9px; }
.mini-rule i { width: 25px; height: 21px; line-height: 21px; text-align: center; border-radius: 11px; background: #2e6cdc; font-style: normal; font-size: 9px; }

.source-section { max-width: 1240px; margin: auto; padding: 75px 24px 85px; }
.section-heading.centered { justify-content: center; text-align: center; }
.source-flow { display: flex; align-items: center; justify-content: space-between; margin-top: 40px; }
.source-flow article { width: 210px; min-height: 170px; padding: 25px 19px; position: relative; text-align: center; border: 1px solid #e1e7ef; border-radius: 12px; background: white; box-shadow: 0 8px 23px rgba(21,43,80,.04); }
.source-flow article > span { position: absolute; top: 10px; right: 12px; color: #e5e9ef; font: 800 20px "Manrope"; }
.source-flow svg { width: 30px; height: 30px; color: var(--blue); }
.source-flow h3 { margin: 12px 0 8px; font-size: 14px; }
.source-flow p { margin: 0; color: #7b879b; font-size: 10px; line-height: 1.7; }
.source-flow > i { color: #b4bfd0; font-style: normal; }
.source-status-panel { margin-top: 34px; padding: 20px; border: 1px solid #e1e7ef; border-radius: 14px; background: #fbfcfe; }
.source-status-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.source-status-heading b { display: block; color: var(--navy); font-size: 14px; }
.source-status-heading small { display: block; margin-top: 5px; color: #8290a3; font-size: 11px; }
.source-status-heading > span { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; color: #2f65d4; background: #edf3ff; font-size: 11px; font-weight: 700; }
.source-status-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.source-status-item { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 9px 10px; border: 1px solid #e8edf4; border-radius: 9px; background: white; }
.source-status-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: #adb7c5; }
.source-status-item.online .source-status-dot { background: #22a777; }
.source-status-item.idle .source-status-dot { background: #4f80ef; }
.source-status-item.error .source-status-dot { background: #e28a4c; }
.source-status-item > div { min-width: 0; }
.source-status-item b { display: block; overflow: hidden; color: #263653; font-size: 11px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.source-status-item small { display: block; margin-top: 2px; overflow: hidden; color: #8a96a7; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.source-status-loading { grid-column: 1 / -1; padding: 14px; color: #8a96a7; font-size: 11px; text-align: center; }

.solutions-section { max-width: 1240px; margin: auto; padding: 70px 24px 80px; background: #f7f9fc; }
.monitor-section .section-heading,
.source-section .section-heading,
.solutions-section .section-heading { display: flex; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
.solution-grid article { min-height: 170px; padding: 26px 24px; position: relative; border: 1px solid #e1e7ef; border-radius: 12px; background: white; box-shadow: 0 8px 23px rgba(21,43,80,.04); }
.solution-grid article > span { position: absolute; top: 13px; right: 16px; color: #e5e9ef; font: 800 22px "Manrope"; }
.solution-grid h3 { margin: 8px 0 12px; font-size: 16px; }
.solution-grid p { margin: 0; color: #7b879b; font-size: 12px; line-height: 1.8; }

footer { padding: 30px max(24px,calc((100% - 1192px)/2)); display: flex; align-items: center; gap: 60px; color: #8490a3; background: #07162f; font-size: 11px; }
footer .brand { color: white; }
footer .brand-mark { width: 32px; height: 32px; }
footer .brand-mark svg { width: 21px; }
footer .brand-logo { width: 43px; height: 36px; }
footer .brand-logo img { width: 41px; height: 33px; }
footer .brand b { font-size: 15px; }
.footer-brand p { margin: 7px 0 0 44px; font-size: 10px; }
.footer-links { display: flex; gap: 24px; margin-left: auto; }
.footer-links a { color: #9ba8bc; text-decoration: none; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 70; background: rgba(6,15,34,.42); opacity: 0; visibility: hidden; transition: .25s; }
.drawer-backdrop.open { opacity: 1; visibility: visible; }
.detail-drawer { width: min(620px,92vw); position: fixed; right: 0; top: 0; bottom: 0; z-index: 71; padding: 45px 40px; overflow-y: auto; background: white; box-shadow: -22px 0 60px rgba(8,22,49,.18); transform: translateX(105%); transition: transform .3s ease; }
.detail-drawer.open { transform: translateX(0); }
.drawer-close, .modal-close { position: absolute; right: 18px; top: 13px; border: 0; background: transparent; color: #8a96a7; font-size: 28px; }
.detail-kicker { color: var(--blue); font-size: 11px; font-weight: 700; }
.detail-drawer h2 { margin: 10px 0 16px; font-size: 24px; line-height: 1.5; }
.detail-badges { display: flex; gap: 7px; flex-wrap: wrap; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 24px 0; border: 1px solid var(--line); background: var(--line); }
.detail-grid div { min-height: 72px; padding: 14px; background: white; }
.detail-grid small { display: block; color: #98a2b1; font-size: 10px; }
.detail-grid b { display: block; margin-top: 7px; font-size: 12px; line-height: 1.4; }
.detail-section { margin-top: 25px; }
.detail-section h3 { font-size: 14px; border-left: 3px solid var(--blue); padding-left: 9px; }
.detail-section p { color: #5f6c80; font-size: 12px; line-height: 1.85; }
.attachment { display: flex; align-items: center; justify-content: space-between; padding: 12px; margin-top: 7px; border-radius: 7px; background: #f5f7fa; font-size: 11px; }
.attachment span { color: var(--blue); }
.detail-actions { display: flex; gap: 10px; margin-top: 27px; }
.detail-actions .button { flex: 1; }
.detail-note { margin-top: 14px; padding: 10px; border-radius: 7px; color: #8d6b1e; background: #fff8e8; font-size: 10px; line-height: 1.6; }

.modal-backdrop { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 20px; background: rgba(6,15,34,.52); opacity: 0; visibility: hidden; transition: .2s; }
.modal-backdrop.open { opacity: 1; visibility: visible; }
.modal { width: min(450px,100%); position: relative; padding: 35px; border-radius: 16px; background: white; box-shadow: 0 25px 70px rgba(0,0,0,.25); transform: translateY(12px); transition: .25s; }
.modal-backdrop.open .modal { transform: none; }
.modal-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: #edf4ff; font-size: 24px; }
.modal h2 { margin: 15px 0 6px; font-size: 22px; }
.modal > p { margin: 0 0 22px; color: #7a879a; font-size: 12px; }
.modal form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.modal label { color: #536177; font-size: 11px; font-weight: 600; }
.modal input, .modal select { width: 100%; height: 40px; margin-top: 7px; padding: 0 10px; border: 1px solid #dce3ed; border-radius: 7px; outline: none; color: var(--ink); background: white; font-size: 12px; }
.modal input:focus, .modal select:focus { border-color: #8aaff8; box-shadow: 0 0 0 3px rgba(35,104,245,.08); }
.modal form .button { grid-column: 1/-1; margin-top: 6px; }
.form-message { grid-column: 1/-1; min-height: 16px; text-align: center; color: #12966a; font-size: 11px; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 100; padding: 10px 17px; border-radius: 8px; color: white; background: #17243b; box-shadow: 0 12px 30px rgba(0,0,0,.2); transform: translate(-50%,30px); opacity: 0; pointer-events: none; transition: .25s; font-size: 12px; }
.toast.show { transform: translate(-50%,0); opacity: 1; }

/* 数据看板模式：参考高密度业务工作台，保留独立品牌视觉 */
.hero,
.stats-wrap {
  display: none;
}
.dashboard-intro {
  min-height: 152px;
  padding: 32px max(24px, calc((100% - 1240px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: white;
  background:
    radial-gradient(circle at 80% 20%, rgba(77,141,255,.32), transparent 30%),
    linear-gradient(120deg, #081d42, #123c7b);
}
.dashboard-kicker { color: #71b8ff; font: 800 9px "Manrope"; letter-spacing: 2px; }
.dashboard-intro h1 { margin: 6px 0 5px; font-size: 28px; }
.dashboard-intro p { margin: 0; color: #b9cae4; font-size: 12px; }
.dashboard-summary { display: flex; align-items: center; gap: 20px; }
.dashboard-summary span { color: #b8c9e5; font-size: 11px; white-space: nowrap; }
.dashboard-summary span b { color: white; font: 800 23px "Manrope"; }
.dashboard-summary i { width: 1px; height: 28px; background: rgba(255,255,255,.18); }
.dashboard-summary .button { margin-left: 6px; background: white; color: #1757c4; box-shadow: none; }
.opportunity-section { padding-top: 32px; }
.section-heading { margin-bottom: 15px; }
.section-heading h2 { font-size: 20px; }
.workspace { grid-template-columns: 1fr; gap: 12px; }
.filters { padding: 14px 18px 17px; }
.filter-head { padding-bottom: 11px; }
.filter-search { width: min(520px, 100%); margin: 12px 0 3px 76px; }
.filter-group {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
}
.filter-title {
  min-height: 30px;
  margin: 0;
  align-items: center;
  color: #718097;
  font-size: 11px;
  white-space: nowrap;
}
.filter-title span { display: none; }
.filters select { width: 180px; }
.check-grid { display: flex; flex-wrap: wrap; gap: 6px; }
.check-grid span { min-height: 29px; padding: 0 11px; border: 1px solid #e0e5ec; border-radius: 15px; background: white; }
.check-grid input:checked + span { border-color: #2d70ed; color: white; background: #2d70ed; }
.amount-presets { display: flex; flex-wrap: wrap; gap: 6px; }
.amount-presets button,
.status-toggle button,
.direction-chips button {
  min-height: 29px;
  padding: 0 11px;
  border: 1px solid #e0e5ec;
  border-radius: 15px;
  background: white;
  color: #66748a;
  font-size: 10px;
}
.status-toggle { width: auto; display: flex; gap: 6px; padding: 0; background: transparent; }
.status-toggle button.active,
.amount-presets button.active,
.direction-chips button.active {
  border-color: #2d70ed;
  color: white;
  background: #2d70ed;
  box-shadow: none;
}
.direction-chips { display: flex; flex-wrap: wrap; gap: 6px; }
.notice-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.notice-card { min-height: 300px; padding: 17px 18px 15px; }
.notice-card h3 { min-height: 50px; padding-right: 18px; font-size: 15px; }
.notice-main { padding-right: 0; }
.notice-tags { padding-right: 34px; margin-bottom: 9px; }
.notice-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 20px;
  margin-top: 15px;
  padding-top: 14px;
  border-top: 1px solid #edf0f4;
}
.notice-fact small,
.notice-fact b { display: block; }
.notice-fact small { margin-bottom: 4px; color: #99a3b2; font-size: 9px; }
.notice-fact b {
  overflow: hidden;
  color: #425069;
  font-size: 11px;
  line-height: 1.45;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice-fact b.amount { color: #e97731; font-size: 13px; }
.notice-card-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid #edf0f4;
  color: #96a1b1;
  font-size: 9px;
}
.notice-card-action span:last-child { color: #2769e7; font-weight: 600; }

/* 高密度首屏：减少装饰区域，把筛选器和完整公告卡片前置 */
.demo-banner { display: none; }
.topbar {
  height: 54px;
  padding-left: max(18px, calc((100% - 1600px) / 2));
  padding-right: max(18px, calc((100% - 1600px) / 2));
}
.brand-mark { width: 32px; height: 32px; border-radius: 8px; }
.brand-mark svg { width: 21px; height: 21px; }
.brand b { font-size: 16px; }
.brand small { margin-top: 2px; font-size: 7px; }
.main-nav { gap: 25px; }
.main-nav a { font-size: 12px; }
.header-actions .button { min-height: 34px; padding: 0 14px; font-size: 12px; }
.dashboard-intro {
  min-height: 68px;
  padding: 11px max(24px, calc((100% - 1600px) / 2));
  color: var(--ink);
  background: white;
  border-bottom: 1px solid #e4e9f0;
}
.dashboard-kicker { display: none; }
.dashboard-intro h1 { margin: 0 0 3px; font-size: 19px; }
.dashboard-intro p { color: #7c899c; font-size: 10px; }
.dashboard-summary { gap: 14px; }
.dashboard-summary span { color: #7b8799; }
.dashboard-summary span b { color: #1d2b43; font-size: 19px; }
.dashboard-summary i { background: #e0e5ec; }
.dashboard-summary .button { min-height: 34px; color: white; background: var(--blue); }
.opportunity-section {
  max-width: 1648px;
  padding: 14px 24px 38px;
}
.section-heading { display: none; }
.filters { position: relative; padding: 9px 15px 11px; border-radius: 9px; }
.filter-head { display: none; }
.filter-search {
  width: 320px;
  height: 29px;
  position: absolute;
  top: 9px;
  right: 15px;
  margin: 0;
}
.filter-group { margin-top: 6px; }
.filter-title { min-height: 27px; }
.filters select { height: 29px; }
.check-grid span,
.amount-presets button,
.status-toggle button,
.direction-chips button {
  min-height: 27px;
  padding: 0 10px;
}
.check-grid span b,
.direction-chips button b {
  margin-left: 4px;
  font: 800 9px "Manrope";
}
.result-toolbar { min-height: 34px; margin: 3px 0 5px; }
.toolbar-actions select,
.view-toggle,
.mobile-filter { height: 29px; }
.notice-list { gap: 10px; }
.notice-card {
  min-height: 254px;
  padding: 13px 15px 11px;
  border-radius: 9px;
}
.notice-tags { margin-bottom: 7px; }
.tag { height: 19px; padding: 0 6px; font-size: 8px; }
.notice-card h3 {
  min-height: 42px;
  font-size: 14px;
  line-height: 1.45;
}
.notice-facts { gap: 8px 18px; margin-top: 8px; padding-top: 9px; }
.notice-fact small { margin-bottom: 2px; font-size: 8px; }
.notice-fact b { font-size: 10px; }
.notice-fact b.amount { font-size: 11px; }
.notice-card-action { margin-top: 9px; padding-top: 8px; }
.favorite-star { top: 11px; right: 12px; width: 28px; height: 28px; }
.pagination { margin-top: 15px; }

/* 字体系统：按参考看板的实际计算样式统一 */
body {
  color: #171717;
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.filter-title,
.result-toolbar,
.dashboard-intro p {
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
}
.filter-title {
  color: #667085;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .04em;
}
.filters select,
.filter-search input {
  font-size: 13px;
  font-weight: 400;
}
.check-grid span,
.amount-presets button,
.status-toggle button,
.direction-chips button {
  font-family: Arial, "PingFang SC", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
}
.check-grid span b,
.direction-chips button b {
  font-size: 12px;
  font-weight: 700;
}
.tag {
  height: 27px;
  padding: 0 10px;
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.notice-card h3 {
  min-height: 56px;
  color: #171717;
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: normal;
}
.notice-fact small {
  margin-bottom: 4px;
  color: #667085;
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: normal;
}
.notice-fact b,
.notice-fact b.amount {
  color: #171717;
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: normal;
}
.notice-fact b.amount { color: #171717; }
.notice-card-action {
  color: #667085;
  font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 12px;
}
.notice-card-action span:last-child {
  color: #0b4ecc;
  font-size: 16px;
  font-weight: 600;
}
.result-toolbar { color: #667085; font-size: 14px; }
.result-toolbar b { font-size: 16px; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .hero-visual { opacity: .62; }
  .stats-wrap { grid-template-columns: 1fr 1fr; }
  .source-flow { gap: 10px; }
  .source-flow article { width: auto; flex: 1; }
  .source-flow > i { display: none; }
  .source-status-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .notice-list { grid-template-columns: 1fr; }
  .filter-search { width: min(420px, 100%); position: static; margin: 0 0 5px 76px; }
}
@media (max-width: 760px) {
  .demo-banner { padding: 0 12px; text-align: center; height: 38px; line-height: 1.35; }
  .topbar { height: 54px; padding: 0 16px; }
  .header-actions, .main-nav { display: none; }
  .menu-button { display: block; }
  .brand { min-width: 0; }
  .brand b { font-size: 17px; }
  .hero { min-height: 570px; }
  .hero-inner { min-height: 570px; padding: 52px 20px 100px; align-items: flex-start; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: 37px; }
  .hero-copy > p { font-size: 14px; }
  .hero-search { height: auto; padding: 7px; flex-wrap: wrap; }
  .hero-search svg { margin-left: 6px; }
  .hero-search input { height: 42px; width: calc(100% - 35px); flex: none; }
  .hero-search button { width: 100%; }
  .hot-searches { gap: 9px; }
  .hero-visual { display: none; }
  .stats-wrap { margin-top: -61px; padding: 0 14px; gap: 8px; }
  .stat-card { min-height: 92px; padding: 14px 12px; }
  .stat-icon { width: 34px; height: 34px; }
  .stat-card div b { font-size: 19px; }
  .stat-card > small { display: none; }
  .opportunity-section { padding: 12px 14px 35px; }
  .dashboard-intro { min-height: 104px; padding: 12px 18px; display: block; }
  .dashboard-intro h1 { font-size: 19px; }
  .dashboard-intro p { max-width: 88%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .dashboard-summary { margin-top: 10px; gap: 12px; }
  .dashboard-summary span b { font-size: 17px; }
  .dashboard-summary i { height: 22px; }
  .dashboard-summary .coverage-divider,
  .dashboard-summary .coverage-status { display: none; }
  .dashboard-summary .button { margin-left: auto; padding: 0 12px; }
  .section-heading { align-items: flex-start; }
  .section-heading > .button { display: none; }
  .workspace { grid-template-columns: 1fr; }
  .filters { display: none; position: fixed; inset: 100px 14px 20px; z-index: 60; overflow-y: auto; box-shadow: 0 0 0 999px rgba(8,18,38,.55); }
  .filters.mobile-open { display: block; }
  .filter-search { margin-left: 0; }
  .filter-group { display: block; margin-top: 18px; }
  .filter-title { margin-bottom: 8px; }
  .mobile-filter { display: block; }
  .notice-card { padding: 17px 15px; }
  .notice-main { padding-right: 35px; }
  .notice-card h3 { min-height: 0; font-size: 20px; font-weight: 700; line-height: 28px; }
  .notice-meta { gap: 9px; }
  .favorite-star { right: 12px; top: 12px; }
  .monitor-section { padding: 55px 20px; display: block; }
  .monitor-card { width: 100%; margin-top: 35px; }
  .monitor-points { gap: 13px; }
  .source-section { padding: 55px 16px; }
  .source-flow { display: grid; grid-template-columns: 1fr 1fr; }
  .source-flow article { width: 100%; min-height: 155px; }
  .source-status-panel { padding: 14px; }
  .source-status-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .source-status-list { grid-template-columns: 1fr 1fr; }
  .solutions-section { padding: 55px 16px; }
  .solution-grid { grid-template-columns: 1fr; gap: 12px; }
  footer { display: block; padding: 30px 20px; }
  .footer-links { margin: 25px 0; flex-wrap: wrap; }
  .detail-drawer { padding: 42px 20px; }
  .detail-grid { grid-template-columns: 1fr; }
  .modal { padding: 28px 22px; }
  .modal form { grid-template-columns: 1fr; }
}

/* 各省份最新动态 */
.province-map-section { max-width: 1200px; margin: 0 auto; padding: 56px 24px; }
.province-map-meta { font-size: 13px; color: var(--muted); background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 7px 16px; white-space: nowrap; }
.province-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(228px, 1fr)); gap: 14px; margin-top: 26px; }
.province-card { background: var(--white); border: 1px solid var(--line); border-radius: 16px; padding: 14px 16px; box-shadow: var(--shadow); transition: transform .2s ease, box-shadow .2s ease; }
.province-card:hover { transform: translateY(-3px); box-shadow: 0 18px 50px rgba(16, 36, 74, .14); }
.province-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 10px; }
.province-name { background: none; border: none; padding: 0; margin: 0; font-size: 15px; font-weight: 700; color: var(--ink); cursor: pointer; font-family: inherit; line-height: 1.2; }
.province-name:hover { color: var(--blue); }
.province-count { font-size: 12px; color: var(--muted); background: var(--surface); border-radius: 999px; padding: 2px 9px; white-space: nowrap; }
.province-notices { display: flex; flex-direction: column; gap: 7px; }
.province-notice { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); font-size: 12.5px; padding: 6px 8px; border-radius: 10px; background: var(--surface); transition: background .15s ease; }
.province-notice:hover { background: #eef3ff; }
.province-notice-status { width: 8px; height: 8px; border-radius: 50%; background: var(--green); flex: 0 0 auto; }
.province-notice-status.ended { background: var(--muted); }
.province-notice-status.unknown { background: var(--orange); }
.province-notice-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.province-notice-date { color: var(--muted); font-size: 11px; white-space: nowrap; }
.province-grid-loading { grid-column: 1 / -1; color: var(--muted); font-size: 13px; text-align: center; padding: 28px 0; }

@media (max-width: 768px) {
  .province-map-section { padding: 40px 18px; }
  .province-map-meta { display: none; }
  .province-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 10px; }
}
