@font-face{font-family:"NotoSC";font-weight:400;src:url(fonts/NotoSansSC-Regular.woff2?v=05bc0db1) format("woff2");font-display:swap}
@font-face{font-family:"NotoSC";font-weight:500;src:url(fonts/NotoSansSC-Medium.woff2?v=8971a3be) format("woff2");font-display:swap}
@font-face{font-family:"NotoSC";font-weight:700;src:url(fonts/NotoSansSC-Bold.woff2?v=60e65f0a) format("woff2");font-display:swap}
@font-face{font-family:"NotoSC";font-weight:900;src:url(fonts/NotoSansSC-Black.woff2?v=ace9d87b) format("woff2");font-display:swap}
@font-face{font-family:"NotoSerif";font-weight:700;src:url(fonts/NotoSerifSC-Bold.woff2?v=fb8facc7) format("woff2");font-display:swap}
@font-face{font-family:"NotoSerif";font-weight:900;src:url(fonts/NotoSerifSC-Black.woff2?v=cd1e9492) format("woff2");font-display:swap}
:root{
  --blue:#1a5ad8;--blue-d:#0d3b8f;--blue-dd:#0a2f73;--blue-l:#e4eefb;--blue-l2:#f3f7fe;
  --bg:#f5f8fc;--card:#fff;--line:#e3eaf5;--text:#1f2d45;--muted:#66759f;--muted2:#9aa5b8;--navy:#0f2a7c;
  --gold:#f5d27a;--green:#1f9d55;--green-l:#e6f6ec;--orange:#e8891a;--orange-l:#fff1e2;--red:#d64545;
  --radius:10px;--shadow:0 3px 12px rgba(20,60,140,.08);--shadow2:0 6px 24px rgba(20,60,140,.12);
}
*{box-sizing:border-box}
[hidden]{display:none!important}
html,body{margin:0;padding:0}
body{font-family:"NotoSC","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;background:var(--bg);color:var(--text);font-size:13px;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,select,input{font-family:inherit;font-size:inherit}
.wrap{max-width:1644px;margin:0 auto;padding:0 24px}

/* ---------- header / hero ---------- */
.hero{position:relative;background:linear-gradient(180deg,rgba(4,70,170,.35) 0%,rgba(4,70,170,0) 55%),linear-gradient(90deg,rgba(3,40,98,.86) 0%,rgba(5,62,138,.7) 50%,rgba(3,40,98,.86) 100%),url(img/hero-bg.jpg?v=c23f51db) center 70%/cover no-repeat;color:#fff;overflow:hidden}
.hero .bgl,.hero .bgr{position:absolute;top:0;bottom:0;background-size:cover;background-repeat:no-repeat}
.hero .bgl{left:0;width:36%;background-image:url(img/hero-left.jpg?v=222e9b49);background-position:left center;-webkit-mask-image:linear-gradient(90deg,#000 58%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(90deg,#000 58%,rgba(0,0,0,0) 100%)}
.hero .bgr{right:0;width:40%;background-image:url(img/hero-right.jpg?v=62934691);background-position:right top;-webkit-mask-image:linear-gradient(270deg,#000 75%,rgba(0,0,0,0) 100%);mask-image:linear-gradient(270deg,#000 75%,rgba(0,0,0,0) 100%)}
.hero .fog{position:absolute;left:0;right:0;bottom:0;height:70px;background:linear-gradient(180deg,rgba(245,248,252,0),rgba(245,248,252,.92));z-index:1;pointer-events:none}
.hero .glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 50% 110%,rgba(70,140,255,.28),rgba(0,0,0,0) 60%)}
.topbar{position:relative;z-index:3;background:linear-gradient(90deg,rgba(226,238,252,.3) 0,rgba(236,244,253,.8) 200px,rgba(248,251,254,.96) 540px,#fdfeff 100%);box-shadow:0 1px 0 rgba(255,255,255,.9)}
.topbar .wrap{display:flex;align-items:center;height:60px;gap:20px;max-width:1330px}
.brand{display:flex;align-items:center;gap:10px;color:#0b1d6f;min-width:0}
.brand img{width:50px;height:50px}
.brand .t1{font-family:"NotoSerif","Songti SC",serif;font-size:17px;font-weight:700;letter-spacing:0;line-height:1.2;white-space:nowrap}
.brand .t2{font-family:"NotoSerif","Songti SC",serif;font-size:16px;font-weight:700;letter-spacing:2.4px;line-height:1.2;white-space:nowrap;margin-top:3px}
.nav{display:flex;gap:24px;margin-left:8px;flex:1 0 auto;justify-content:center}
.nav a{padding:4px 4px 6px;font-size:13px;color:#1f3a72;font-weight:500;border-bottom:2px solid transparent;white-space:nowrap}
.nav a.on{color:#1a5ad8;border-bottom-color:#0a4fe6;font-weight:600}
.nav a:hover{color:var(--blue)}
.search{display:flex;align-items:center;background:#f5f9fe;border:1px solid #e2eaf6;border-radius:20px;height:31px;padding:0 12px 0 14px;width:200px;color:var(--muted2)}
.search input::placeholder{color:#a9b5c9}
.search input{border:0;outline:0;background:transparent;flex:1;min-width:0;font-size:12px;color:var(--text)}
.search svg{width:18px;height:18px;color:var(--blue)}
.btn svg{width:16px;height:16px;flex:none}
.btn{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:6px;padding:0 16px;height:36px;font-size:13px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:.15s}
.btn-p{background:var(--blue);color:#fff}
.topbar .btn-p{height:31px;padding:0 20px;font-size:13px;font-weight:700;border-radius:4px;background:linear-gradient(180deg,#0558cc,#0248b4);letter-spacing:1px;box-shadow:0 2px 6px rgba(2,72,180,.25)}
.btn-p:hover{background:#1450c4}
.btn-o{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.7)}
.btn-o:hover{background:rgba(255,255,255,.2)}
.btn-w{background:#fff;color:var(--blue);border-color:#c9d8f3}
.btn-w:hover{background:var(--blue-l)}
.btn-s{height:28px;padding:0 10px;font-size:12px;border-radius:5px}
.hero-body{position:relative;z-index:2;text-align:center;padding:32px 0 40px}
.hero-body h1{margin:0;font-family:"NotoSerif","Songti SC","STSong",serif;font-size:35px;font-weight:700;letter-spacing:1px;color:#f8e6bf;text-shadow:0 2px 6px rgba(0,20,60,.55)}
@supports ((-webkit-background-clip:text) or (background-clip:text)){.hero-body h1{background:linear-gradient(180deg,#fffbea 0%,#f7e6bd 55%,#e2c283 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none;-webkit-filter:drop-shadow(0 2px 3px rgba(0,20,60,.6));filter:drop-shadow(0 2px 3px rgba(0,20,60,.6))}}
.hero-body h1 .sep{margin:0 24px;font-weight:400}
.hero-body h1.white{color:#fff}
.hero-body .sub{margin:12px 0 0;font-size:15px;letter-spacing:1px;line-height:1.55}
.hero-body .sub2{margin:6px 0 0;font-size:13px;opacity:.85}
.hero-body .cta{margin-top:16px;display:flex;justify-content:center;gap:21px}
.hero-body .cta .btn{height:39px;min-width:186px;padding:0 28px;font-size:14px;border-radius:8px;gap:8px}
.hero-body .cta .btn-p{background:linear-gradient(180deg,#2a82e6,#1a6fd6);border:1px solid rgba(255,255,255,.35);box-shadow:0 4px 14px rgba(0,0,0,.28)}
.hero-body .cta .btn-o{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.75)}
@font-face{font-family:"CalligKai";src:url(fonts/MaShanZheng-sub.woff2?v=34683ccb) format("woff2");font-display:swap}
@font-face{font-family:"Callig";src:url(fonts/ZhiMangXing-sub.woff2?v=fa97d7a3) format("woff2");font-display:swap}
.hero-mark{position:absolute;right:2.2%;top:74px;z-index:2;text-align:center;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.55)}
.hero-mark .big{font-family:"CalligKai","Callig","Kaiti SC",serif;font-size:42px;line-height:1;letter-spacing:2px}
.hero-mark .en{font-family:"NotoSerif",serif;font-size:10px;letter-spacing:3px;margin-top:5px}
.hero-mark .s{font-family:"NotoSerif","Songti SC",serif;font-size:11px;letter-spacing:2px;line-height:1.55;margin-top:1px}
.hero-mark .s.sm{font-size:9px;letter-spacing:1px;opacity:.9}
.hero-mark.wide{right:2.6%;top:80px;text-align:right}
.hero-mark .big2{font-family:"CalligKai","Callig","Kaiti SC",serif;font-size:27px;line-height:1.1;letter-spacing:1px}
.hero-mark.wide .s{font-size:12px;margin-top:6px}
.hero-mark.wide .en{font-size:8px;letter-spacing:1.5px;opacity:.85}
.hero-slogan{position:absolute;right:8.2%;top:84px;z-index:2;color:#fff;font-family:"NotoSerif","Songti SC",serif;font-size:13px;line-height:21px;letter-spacing:1px;text-shadow:0 1px 6px rgba(0,0,0,.65)}
.hero-slogan p{margin:0}
.hero-slogan .k{font-family:"CalligKai","Callig","Kaiti SC",serif;font-size:17px;letter-spacing:2px;margin-top:6px}
.hero.compact .hero-body{padding:24px 0 34px}
.hero.compact .hero-body h1{font-size:35px;font-weight:900;letter-spacing:6px;text-indent:6px;line-height:1.3}
.hero.compact .sub{margin-top:6px;font-size:16px;font-weight:400;letter-spacing:3px}
.hero.compact .sub2{margin-top:8px;font-size:14px;letter-spacing:2px;opacity:.9}

/* ---------- generic ---------- */
.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid #e6edf6;padding:12px 14px}
.sec-h{display:flex;align-items:center;gap:12px;margin-bottom:8px}
.sec-h h2{margin:0;font-family:"NotoSC","PingFang SC",sans-serif;font-size:16px;font-weight:700;color:var(--navy);white-space:nowrap;display:flex;align-items:center;gap:8px;line-height:1.3}
.sec-h .ico.sm{width:28px;height:28px;border-radius:7px;background:linear-gradient(160deg,#2a8cf6,#0d5fd6);color:#fff;box-shadow:0 2px 6px rgba(26,90,216,.3)}.sec-h .ico.sm svg{width:16px;height:16px}
.sec-h .d{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sec-h .d{font-size:12px;color:#6a79a7}
.sec-h .more{margin-left:auto;white-space:nowrap;flex:none;color:var(--blue);font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px}
.sec-h .more svg{width:13px;height:13px}
.tag{max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;display:inline-block;background:#e4eefb;color:#2467f4;border-radius:5px;padding:2px 6px;font-size:10px;font-weight:600;line-height:1.4;margin:2px 6px 2px 0;white-space:nowrap}
.tag.g{background:var(--green-l);color:var(--green)}
.tag.o{background:var(--orange-l);color:var(--orange)}
.tag.gr{background:#f0f2f6;color:#5c6a80}
.tag.r{background:#fdeaea;color:var(--red)}
.pill{display:inline-block;border-radius:6px;padding:2px 9px;font-size:11px;font-weight:500;line-height:1.3}
.pill.b{background:#e0effe;color:#1f63ea}
.pill.g{background:#eef8e9;color:#1f8a3c}
.pill.o{background:#fff1e2;color:#e07d12}
.pill.gr{background:#eef1f6;color:#5c6a80}
.muted{color:var(--muted)}
.small{font-size:11px}
.row{display:grid;gap:12px;margin-top:12px}
.row>*,.two>*,.three>*,.ent-grid>*,.exp-grid>*,.chain>*,.detail>*,.stats>*{min-width:0}
.ico{width:44px;height:44px;border-radius:10px;background:var(--blue-l);display:flex;align-items:center;justify-content:center;color:var(--blue);flex:none}
.ico svg{width:26px;height:26px}
.ico.bare{background:none;width:40px;height:40px;color:#0f63e6}.ico.bare svg{width:36px;height:36px}
.ico.dark{background:rgba(255,255,255,.12);color:#fff}
.arrow{width:14px;height:14px;color:var(--blue)}
footer{margin-top:40px;background:#0d2c66;color:#c9d8f3;padding:26px 0 20px;font-size:12px}
footer .wrap{display:flex;flex-wrap:wrap;gap:24px;align-items:center}
footer .brand{color:#fff}
footer .brand .t2{color:#c9d8f3;font-weight:500}
footer .src{margin-left:auto;text-align:right;line-height:1.7}
footer .credit{width:100%;text-align:right;font-size:11px;color:#8fa6d4;margin-top:6px}

/* ---------- stats ---------- */
.stats{display:grid;grid-template-columns:1fr 368px;gap:12px;margin-top:-22px;position:relative;z-index:4}
.stats .card{background:rgba(255,255,255,.9);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.stats .statcard{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));padding:10px 16px}
.stat{display:flex;align-items:center;gap:16px;padding:4px 18px;border-right:1px solid var(--line)}
.stat:last-child{border-right:0}
.stat .l{font-size:13px;color:#3d4b64;font-weight:500}
.stat .n{font-family:"NotoSerif","Songti SC",serif;font-size:28px;font-weight:700;color:var(--blue-d);line-height:1.15}
.stat .n small{font-size:14px;font-weight:500;color:#243a66;margin-left:6px;font-family:"NotoSC",sans-serif}
.quote{display:flex;flex-direction:column;justify-content:center;background:linear-gradient(135deg,#fff,#eef4ff);position:relative;overflow:hidden}
.quote .qm{position:absolute;left:10px;top:8px;width:44px;height:44px;color:#c9d8f3;opacity:.7}
.quote.noqm .qm{display:none}.quote.noqm .q,.quote.noqm .w{margin-left:0;text-align:center}
.quote .q,.quote .w{margin-left:38px}
.quote .q{font-family:"NotoSerif","Songti SC","STSong",serif;font-size:18px;font-weight:700;color:#15264a;letter-spacing:.5px}
.quote .w{font-size:13px;color:#4f6285;margin-top:6px}

/* ---------- features ---------- */
.features{grid-template-columns:repeat(6,minmax(0,1fr))}
.feat{display:flex;gap:12px;align-items:flex-start;position:relative;min-height:0;padding:14px 16px 16px}
.feat h3{margin:0 0 4px;font-family:"NotoSC","PingFang SC",sans-serif;font-size:15px;font-weight:700}
.feat p{margin:0;font-size:12px;color:var(--muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;padding-right:14px}
.feat .go{position:absolute;right:14px;bottom:12px}
.feat:hover{box-shadow:var(--shadow2)}

/* ---------- process ---------- */
.process{margin-top:14px;border-radius:var(--radius);background:linear-gradient(90deg,#0d3b8f,#1655cf 55%,#0e3f9a);color:#fff;padding:16px 22px;display:flex;align-items:center;gap:12px;position:relative;overflow:hidden}
.process .pt{min-width:160px}
.process .pt h2{margin:0;font-family:"NotoSC","PingFang SC",sans-serif;font-size:19px;font-weight:700}
.process .pt div{font-size:12px;opacity:.85;margin-top:4px}
.process .steps{display:flex;align-items:center;gap:8px;flex:1}
.step{flex:1;display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:8px;padding:10px 12px}
.step .ico{width:36px;height:36px}
.step b{font-size:13px;display:block}
.step span{font-size:11px;opacity:.8}
.process .steps .sep{color:rgba(255,255,255,.6)}
.process:after{content:"";position:absolute;right:0;top:0;bottom:0;width:34%;background:url(img/band-hengshan.jpg?v=c0dc0911) right center/cover no-repeat;opacity:.22;-webkit-mask-image:linear-gradient(90deg,transparent,#000 60%);mask-image:linear-gradient(90deg,transparent,#000 60%);pointer-events:none}
.process>*{position:relative;z-index:1}
.process .slogan{font-family:"Kaiti SC","STKaiti",serif;font-size:17px;line-height:1.5;text-align:center;min-width:150px;color:#e9f0ff}

/* ---------- two columns ---------- */
.two{grid-template-columns:1fr 1fr}
.cards4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.lab{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#fff}
.lab img{width:100%;height:84px;object-fit:cover}
.lab .desc1{font-size:11px;color:var(--muted);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.lab .b{padding:8px 10px}
.lab h4{margin:0 0 4px;font-size:13px;font-weight:700;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.7em}
.lab .f{display:flex;justify-content:space-between;align-items:center;margin-top:6px;font-size:11px;color:var(--muted)}
.lab .f svg{width:14px;height:14px;color:var(--blue)}
.lab .loc{display:flex;align-items:center;gap:3px}
.lab .loc svg{width:12px;height:12px}
.ent-ph{height:84px;background:linear-gradient(135deg,#dbe7fb,#c4d6f4);display:flex;align-items:center;justify-content:center;color:var(--blue-d);font-weight:800;font-size:18px;letter-spacing:2px}

.exp{border:1px solid var(--line);border-radius:8px;padding:10px;display:flex;gap:10px;background:#fff}
.exp>div{min-width:0}
.avatar{width:58px;height:70px;border-radius:6px;background:linear-gradient(160deg,#2d6fe8,#0d3b8f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;flex:none;font-family:"Songti SC","STSong",serif}
.avatar.photo{background:#e8f0fd;overflow:hidden}
.avatar.photo img{width:100%;height:100%;object-fit:cover;object-position:top center}
.avatar.sm{width:40px;height:48px;font-size:18px;border-radius:5px}
.avatar.lg{width:96px;height:118px;font-size:40px}
.exp .n{font-size:14px;font-weight:700;white-space:nowrap}
.exp .n span{font-size:11px;color:var(--blue);font-weight:600;margin-left:6px}
.exp .u{font-size:11px;color:var(--muted);margin:2px 0 4px;line-height:1.4}

.projects table{width:100%;border-collapse:collapse;font-size:12px}
.projects .pill,.projects .dt{white-space:nowrap}
.projects td{padding:7px 5px;border-bottom:1px solid var(--line);vertical-align:middle}
.projects tr:last-child td{border-bottom:0}
.projects td:first-child{width:22px;color:var(--blue)}
.projects td:first-child svg{width:16px;height:16px}
.projects .pn{font-weight:600}
.projects .dt{color:var(--muted);white-space:nowrap}

/* ---------- filter bar ---------- */
.filterbar{margin-top:-24px;position:relative;z-index:4;display:flex;gap:14px;align-items:flex-end;flex-wrap:wrap}
.fld{flex:1;min-width:150px}
.fld label{display:block;font-size:12px;color:var(--text);margin-bottom:6px;font-weight:600}
.sel{position:relative}
.sel select,.sel input{width:100%;height:34px;border:1px solid #d6e0f2;border-radius:6px;padding:0 28px 0 10px;background:#fff;color:var(--text);appearance:none;-webkit-appearance:none;outline:0}
.sel input{padding-right:10px}
.sel select:invalid{color:var(--muted2)}
.sel:after{content:"";position:absolute;right:11px;top:13px;width:6px;height:6px;border-right:1.5px solid #8a98b3;border-bottom:1.5px solid #8a98b3;-webkit-transform:rotate(45deg);transform:rotate(45deg);pointer-events:none}
.sel.noarrow:after{display:none}
.filterbar .acts{display:flex;gap:10px}
.filterbar .btn{height:36px;padding:0 24px}
.filterrow{display:flex;gap:14px;align-items:center;flex-wrap:wrap;padding:9px 18px}
.filterrow .f{display:flex;align-items:center;gap:8px;font-size:12px;flex:1;min-width:150px}
.filterrow .f b{white-space:nowrap;font-weight:600}
.filterrow .sel{flex:1}
.filterrow .sel select{height:28px;font-size:12px}

/* ---------- match page ---------- */
.matchbar{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:8px 18px}
.matchbar .stat .n{font-size:24px}
.matchbar .stat .ico.bare{width:32px;height:32px}.matchbar .stat .ico.bare svg{width:30px;height:30px}
.matchbar .l{display:flex;align-items:center;gap:12px}
.matchbar .l h2{margin:0;font-family:"NotoSC","PingFang SC",sans-serif;font-size:19px;font-weight:700;color:#15264a}
.matchbar .l .d{font-size:12px;color:var(--muted)}
.matchbar .r{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}
.matchbar .stat{padding:0 14px}
.three{grid-template-columns:1fr 1.05fr 1fr}
.need{border:1px solid var(--line);border-radius:8px;padding:10px;margin-bottom:10px;display:grid;grid-template-columns:96px 1fr;gap:10px;background:#fff;cursor:pointer}
.need:hover,.need.on{border-color:#9fbbf0;box-shadow:var(--shadow)}
.need img,.need .ph{width:96px;height:62px;object-fit:cover;border-radius:6px}
.need .ph{background:linear-gradient(135deg,#dbe7fb,#c4d6f4);display:flex;align-items:center;justify-content:center;color:var(--blue-d);font-weight:800;font-size:16px;letter-spacing:2px}
.need .core{margin-top:6px;display:inline-block;background:var(--blue-l);color:var(--blue);font-size:10px;padding:2px 5px;border-radius:4px}
.need h4{margin:0;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px}
.need h4 .chev{width:18px;height:18px;color:var(--blue);margin-left:6px}
.need h4 .dt{margin-left:auto;font-size:11px;color:var(--muted);font-weight:500}
.need .desc{font-size:12px;color:var(--muted);margin-top:4px}
.need .req{margin-top:6px;padding-top:6px;border-top:1px dashed var(--line);font-size:12px}
.need .req b{color:#15264a}
.lab-r{border:1px solid var(--line);border-radius:8px;padding:10px;margin-bottom:10px;display:grid;grid-template-columns:104px 1fr 14px;gap:10px;align-items:center;background:#fff}
.lab-r img{width:104px;height:84px;object-fit:cover;border-radius:6px}
.lab-r h4{margin:0 0 4px;font-size:14px;font-weight:700}
.lab-r p{margin:4px 0 0;font-size:12px;color:var(--muted)}
.lab-r .m{font-size:11px;color:var(--muted);margin-top:6px}
.lab-r .m b{color:#15264a;font-weight:600}
.aicenter{background:linear-gradient(180deg,#f7faff,#fff);text-align:center}
.aicenter h2{margin:0;font-family:"NotoSC","PingFang SC",sans-serif;font-size:18px;font-weight:700;color:#15264a;display:flex;justify-content:center;align-items:center;gap:8px}
.aicenter h2 .ai{background:var(--blue);color:#fff;border-radius:6px;font-size:11px;padding:2px 6px}
.aicenter .d{font-size:12px;color:var(--muted);margin-top:2px}
.aigraph{margin:8px auto 0;display:block}
.radar-wrap{border-top:1px dashed var(--line);margin-top:6px;padding-top:8px}
.radar-wrap h3{margin:0;font-size:13px;font-weight:700}
.radar-wrap .legend{display:flex;justify-content:center;gap:16px;font-size:11px;color:var(--muted);margin-top:4px}
.radar-wrap .legend i{display:inline-block;width:12px;height:8px;border-radius:2px;margin-right:4px;vertical-align:middle}
.match-res{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:12px}
.mres{border:1px solid var(--line);border-radius:8px;padding:12px;background:#fff}
.mres .h{display:flex;align-items:center;gap:8px;font-weight:700;font-size:13px}
.mres .h .lnk{color:var(--blue);font-weight:400}
.mres .h .sc{margin-left:auto;background:var(--blue-l);color:var(--blue);border-radius:6px;padding:4px 10px;font-size:12px;font-weight:700;white-space:nowrap}
.mres .h .sc b{font-size:18px;margin-right:4px}
.mres .h .sc.g{background:var(--green-l);color:var(--green)}
.mres .h .sc.o{background:var(--orange-l);color:var(--orange)}
.mres .tags{margin:8px 0}
.mres .acts{display:flex;gap:8px;justify-content:flex-end}
.path{display:flex;gap:8px;align-items:flex-start;margin-top:10px}
.path .p{flex:1;display:flex;gap:8px;align-items:flex-start}
.path .num{width:22px;height:22px;border-radius:50%;background:var(--blue);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none}
.path b{font-size:12px;display:block}
.path span{font-size:11px;color:var(--muted)}
.cases{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:10px}
.case{border:1px solid var(--line);border-radius:8px;padding:10px;display:flex;gap:10px;background:#fff}
.case img{width:70px;height:56px;object-fit:cover;border-radius:6px}
.case b{font-size:12px;display:block;margin-top:3px}
.case span{font-size:11px;color:var(--muted)}

/* ---------- enterprise page ---------- */
.hero-search{margin:12px auto 0;max-width:980px;display:flex;gap:10px;background:#fff;border-radius:8px;padding:6px;position:relative;z-index:2;box-shadow:var(--shadow2)}
.hero-search input{flex:1;border:0;outline:0;height:36px;padding:0 12px;font-size:13px;color:var(--text)}
.hero-search .btn{height:36px}
.hero-search .btn-w{border-color:#e3eaf5;background:#f3f7fe}
.hero-body .kw{margin-top:10px;font-size:12px;opacity:.9;letter-spacing:2px}
.ent-grid{grid-template-columns:1.32fr 1.32fr .86fr}
#map{display:flex;flex-direction:column}
.map-wrap{display:grid;grid-template-columns:96px 1fr 92px;gap:8px;align-items:stretch;flex:1;min-height:0}
.map{display:flex;min-height:300px}
.map-wrap .legend{display:flex;flex-direction:column;gap:9px;font-size:12px;color:var(--text);padding-top:14px}
.map-wrap .legend i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px}
.dlist a{display:block;padding:5px 6px;white-space:nowrap;border-radius:5px;font-size:12px;color:var(--text);margin-bottom:2px;cursor:pointer}
.dlist a.on,.dlist a:hover{background:var(--blue-l);color:var(--blue);font-weight:600}
.map svg{width:100%;height:100%;display:block}
.map .legend{display:flex;flex-wrap:wrap;gap:4px 10px;font-size:11px;color:var(--muted);margin-top:4px}
.map .legend i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:4px}
.tiles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.tile{border:1px solid var(--line);border-radius:8px;padding:12px 8px;display:flex;align-items:center;gap:10px;cursor:pointer;background:#fff}
.tile:hover,.tile.on{border-color:#9fbbf0;background:var(--blue-l2)}
.tile b{font-size:12px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tile>div{min-width:0}
.tile .ico{width:36px;height:36px;border-radius:8px}
.tile .ico svg{width:20px;height:20px}
.tile .n{font-size:20px;font-weight:800;color:var(--blue-d);line-height:1.1}
.tile .n small{font-size:11px;font-weight:600;color:var(--muted)}
.bars .b{display:grid;grid-template-columns:82px 28px 1fr 42px;gap:8px;align-items:center;font-size:12px;margin-bottom:7px}
.bars .b .t{color:var(--text);display:flex;align-items:center;gap:4px;white-space:nowrap}
.bars .b .t i{width:6px;height:6px;border-radius:50%;background:var(--blue);display:inline-block}
.bars .b .v{font-weight:700;color:#15264a;text-align:right}
.bars .b .bar{height:8px;background:#eaf0fa;border-radius:4px;overflow:hidden}
.bars .b .bar i{display:block;height:100%;background:linear-gradient(90deg,#2d6fe8,#7fb0ff);border-radius:4px}
.bars .b .p{color:var(--muted);text-align:right}
.donut{display:grid;grid-template-columns:110px 1fr;gap:10px;align-items:center}
.donut .lg div{white-space:nowrap;font-size:11px;display:flex;align-items:center;gap:6px;margin-bottom:4px;color:var(--text)}
.donut .lg i{width:9px;height:9px;border-radius:2px;display:inline-block}
.donut .lg b{margin-left:auto}
.results-h{display:flex;align-items:center;gap:12px}
.results-h .cnt{font-size:12px;color:var(--muted)}
.results-h .sel{margin-left:auto;width:130px}
.results-h .sel select{height:30px;font-size:12px}
.ent-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px}
.ent{border:1px solid var(--line);border-radius:8px;padding:10px;display:grid;grid-template-columns:118px 1fr;gap:10px;background:#fff;position:relative}
.ent img,.ent .ph{width:118px;height:86px;object-fit:cover;border-radius:6px}
.ent .ph{background:linear-gradient(135deg,#dbe7fb,#c4d6f4);display:flex;align-items:center;justify-content:center;color:var(--blue-d);font-weight:800;font-size:15px;letter-spacing:2px;text-align:center;line-height:1.3;padding:6px}
.ent h4{margin:0;font-size:13px;font-weight:700;padding-right:18px;line-height:1.3}
.ent .star{position:absolute;right:10px;top:10px;color:#b8c4d8}
.ent .star svg{width:14px;height:14px}
.ent .loc{font-size:11px;color:var(--muted);display:flex;align-items:center;gap:3px;margin-top:3px}
.ent .loc svg{width:11px;height:11px;color:var(--blue)}
.ent .loc .dist{margin-left:auto}
.ent .kv{font-size:11px;margin-top:4px;line-height:1.5}
.ent .kv b{color:var(--muted);font-weight:500;margin-right:6px}
.ent .ft{grid-column:1/-1;border-top:1px dashed var(--line);padding-top:6px;display:flex;flex-wrap:wrap;gap:4px}
.ent .ft .tag{margin:0}
.chain{display:grid;grid-template-columns:2.4fr 1fr;gap:14px;margin-top:14px;align-items:start}
.chain .nodes{display:flex;align-items:center;gap:10px}
.chain .node{flex:1;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f3f7fe,#e9f0fc);border-radius:8px;padding:10px 12px;cursor:pointer;border:1px solid transparent}
.chain .node:hover{border-color:#9fbbf0}
.chain .node .ico{background:#fff}
.chain .node b{font-size:13px;display:block}
.chain .node .t{font-size:10px;color:var(--muted);line-height:1.4}
.chain .node .c{font-size:11px;color:var(--blue);font-weight:600;margin-top:2px}
.chain .chev{color:var(--blue);width:20px;height:20px;flex:none}
.chain .adv{position:relative;overflow:hidden}
.chain .adv ul{margin:6px 0 0;padding:0;list-style:none}
.chain .adv li{display:flex;gap:8px;font-size:12px;margin-bottom:7px;line-height:1.45}
.chain .adv li svg{width:14px;height:14px;color:var(--blue);flex:none;margin-top:2px}
.detail{display:grid;grid-template-columns:230px 1fr;gap:14px;margin-top:14px}
.detail img{width:100%;height:150px;object-fit:cover;border-radius:8px}
.detail .tabs{display:flex;gap:4px;border-bottom:1px solid var(--line);margin-bottom:10px}
.detail .tabs a{padding:6px 12px;font-size:12px;cursor:pointer;border-bottom:2px solid transparent;color:var(--muted)}
.detail .tabs a.on{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}
.detail .pane{display:none;font-size:12px;line-height:1.7;color:#2b3a55}
.detail .pane.on{display:block}
.detail .pane ul{margin:4px 0 0;padding-left:18px}
.detail .acts{display:flex;gap:8px;justify-content:flex-end;margin-top:10px}
.detail .hd{display:flex;align-items:center;gap:10px}
.detail .hd h3{margin:0;font-size:15px}

/* ---------- experts page ---------- */
.exp-grid{grid-template-columns:2.85fr 1fr}
.exp-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.expcard{border:1px solid var(--line);border-radius:8px;padding:12px;display:flex;gap:12px;background:#fff}
.expcard .n{font-size:16px;font-weight:800}
.expcard .n span{font-size:11px;color:var(--blue);font-weight:600;margin-left:6px}
.expcard .u{font-size:11px;color:var(--muted);margin:2px 0 6px;line-height:1.45}
.expcard p{margin:6px 0 0;font-size:11px;color:#3d4b64;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.expcard .more{display:block;text-align:right;color:var(--blue);font-size:11px;font-weight:600;margin-top:6px}
.tabs-h{display:flex;align-items:center;gap:6px;margin-bottom:12px}
.tabs-h h2{margin:0 12px 0 0;font-family:"NotoSC","PingFang SC",sans-serif;font-size:18px;font-weight:700;color:#15264a}
.tabs-h a{padding:5px 12px;border-radius:5px;font-size:12px;cursor:pointer;color:var(--text)}
.tabs-h a.on{background:var(--blue-l);color:var(--blue);font-weight:600}
.tabs-h .sel{margin-left:auto;width:120px}
.tabs-h .sel select{height:30px;font-size:12px}
.exp-list{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.expl{border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff}
.expl .top{display:flex;gap:8px;align-items:flex-start}
.expl .n{font-size:13px;font-weight:700}
.expl .n span{font-size:10px;color:var(--blue);margin-left:4px;font-weight:600}
.expl .u{font-size:10px;color:var(--muted);line-height:1.4;margin-top:2px}
.expl .kv{margin-top:8px;font-size:11px}
.expl .kv div{display:flex;gap:6px;padding:3px 0;color:var(--muted);align-items:center}
.expl .kv div svg{width:14px;height:14px;color:var(--blue);flex:none}
.expl .kv div span{white-space:nowrap}
.expl .kv div b{margin-left:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.expl .kv div b{color:#15264a;min-width:0}
.expl .acts{display:flex;gap:6px;margin-top:8px}
.expl .acts .btn{flex:1;height:26px;font-size:11px;padding:0}
.netgraph svg{width:100%;height:auto;display:block}
.netgraph .legend{display:flex;justify-content:center;gap:16px;font-size:11px;color:var(--muted);margin-top:4px}
.netgraph .legend i{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:4px}
.pairs .pr{display:grid;grid-template-columns:40px 1fr 16px 1fr;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid var(--line);font-size:12px}
.pairs .pr:last-child{border-bottom:0}
.pairs .pr b{display:block;font-size:12px}
.pairs .pr span{font-size:10px;color:var(--muted);display:block;line-height:1.3}
.pairs .pr svg{width:16px;height:16px;color:var(--blue)}
.pairs .pr .co{background:var(--blue-l);border-radius:6px;padding:6px 8px}

.empty{padding:30px;text-align:center;color:var(--muted)}
.note{font-size:11px;color:var(--muted2);margin-top:10px}

/* ---------- 悬浮筛选卡（资源匹配 / 专家库） ---------- */
.filterbar{margin-top:-62px;padding:10px 26px 12px;gap:18px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 28px rgba(10,40,100,.14)}
.fld label{font-size:11.5px;margin-bottom:4px;font-weight:700;color:#1c2f5e}
.sel select,.sel input{height:30px;border-color:#dbe4f3;font-size:12px}
.sel:after{top:11px}
.filterbar .acts{gap:14px}
.filterbar .btn{height:36px;padding:0 28px;border-radius:8px;gap:8px;font-size:14px;font-weight:700}
.filterbar .btn svg{width:18px;height:18px}
.filterbar .btn-w{border-color:#9fbcef;color:#1a5ad8;background:#fff}

@media (max-width:1400px){.hero-slogan{display:none}}
@media (max-width:1400px){
  .features{grid-template-columns:repeat(3,minmax(0,1fr))}
  .stats{grid-template-columns:1fr}
  .stats .statcard{grid-template-columns:repeat(3,minmax(0,1fr))}
  .stat{border-right:0}
  .two,.three,.ent-grid,.exp-grid,.chain{grid-template-columns:1fr}
  .exp-list{grid-template-columns:repeat(3,minmax(0,1fr))}
  .matchbar{grid-template-columns:1fr}
  .process{flex-wrap:wrap}
  .process .steps{flex-wrap:wrap}
  .step{min-width:180px}
  .ent-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
  .brand .t1{font-size:14px}.brand .t2{font-size:12px}
  .nav a{padding:6px 8px;font-size:13px}
}
@media (max-width:900px){
  .topbar .wrap{height:auto;flex-wrap:wrap;padding:8px 16px}
  .nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto}
  .search{display:none}
  .hero .bgl,.hero .bgr{opacity:.45}
  .hero-body h1{font-size:24px}
  .hero-mark{display:none}
  .cards4,.exp-cards,.ent-cards,.match-res,.cases,.tiles,.exp-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .features{grid-template-columns:repeat(2,minmax(0,1fr))}
  .stats .statcard{grid-template-columns:repeat(2,minmax(0,1fr))}
  .filterbar{margin-top:0}
  .path{flex-wrap:wrap}.path .p{min-width:45%}
  .chain .nodes{flex-wrap:wrap}.chain .node{min-width:45%}
  .detail{grid-template-columns:1fr}
  .map-wrap{grid-template-columns:1fr}
}
@media (max-width:520px){
  .hero-body h1{font-size:20px;letter-spacing:0}
  .hero-body .sub{font-size:13px}
  .hero-body .cta{flex-wrap:wrap}
  .stats{margin-top:16px}
  .sec-h .d{display:none}
  .topbar .btn{display:none}
  .cards4,.exp-cards,.ent-cards,.match-res,.cases,.tiles,.exp-list,.features,.stats .statcard{grid-template-columns:1fr}
  .wrap{padding:0 16px}
  .hero-search{flex-wrap:wrap}
}

.mis{margin-top:14px;border-top:1px dashed var(--line);padding-top:10px}
.mis h3{margin:0 0 6px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:8px}
.mis table{width:100%;border-collapse:collapse;font-size:11px}
.mis td{padding:4px 6px;border-bottom:1px solid #eef2f8;vertical-align:top;line-height:1.4}
.mis td:first-child{font-weight:600;white-space:nowrap;color:#15264a}
.mis td:nth-child(2){color:var(--red);white-space:nowrap}

/* ---------- 兼容：不支持 flex gap 的旧内核（Chrome<84 / Safari<14.1）---------- */
.no-flexgap .nav>*+*{margin-left:24px}
.no-flexgap .brand>*+*{margin-left:10px}
.no-flexgap .topbar .wrap>*+*{margin-left:20px}
.no-flexgap .hero-body .cta>*+*{margin-left:21px}
.no-flexgap .btn>*+*{margin-left:6px}
.no-flexgap .sec-h>*+*{margin-left:12px}
.no-flexgap .filterbar>*+*,.no-flexgap .filterrow>*+*{margin-left:16px}
.no-flexgap .acts>*+*{margin-left:8px}
.no-flexgap .stat>*+*{margin-left:14px}
.no-flexgap .feat>*+*,.no-flexgap .exp>*+*,.no-flexgap .expcard>*+*,.no-flexgap .expl .top>*+*,.no-flexgap .case>*+*,.no-flexgap .tile>*+*,.no-flexgap .step>*+*{margin-left:10px}

@media (max-width:1400px){.hero .bgr{width:36%;background-position:25% top}}
@media (max-width:900px){.hero .bgl{width:62%}.hero .bgr{width:62%;background-position:30% top}}
