:root{
  --bg:#f7f8fc;--bg2:#f1f4fb;--panel:#ffffff;--panel2:#fafbff;
  --text:#161a2d;--text2:#243250;--muted:#697188;--muted2:#8b93a7;
  --line:rgba(40,49,91,.10);--line2:rgba(40,49,91,.16);
  --primary:#5567ff;--primary2:#8b75ff;--cyan:#56c9d8;--green:#5ebc9e;
  --shadow:0 18px 55px rgba(44,54,105,.08);--shadow2:0 26px 75px rgba(43,53,102,.13);
  --shell:min(1460px,calc(100vw - 72px));--radius:26px;--radius-sm:16px;
  --ease:cubic-bezier(.22,.8,.22,1)
}
html[data-theme="dark"]{
  --bg:#0f1430;--bg2:#141a39;--panel:#171e3d;--panel2:#1c2449;
  --text:#f8f9ff;--text2:#e8ebff;--muted:#a2a8b5;--muted2:#737987;
  --line:rgba(230,232,237,.11);--line2:rgba(230,232,237,.18);
  --shadow:0 20px 60px rgba(0,0,0,.18);--shadow2:0 30px 90px rgba(0,0,0,.28)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,"SF Pro Display","PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a{tap-highlight-color:transparent}.shell{width:var(--shell);margin:0 auto}.site-header{position:fixed;z-index:120;top:0;left:0;right:0;padding:14px 0;background:color-mix(in srgb,var(--bg) 82%,transparent);border-bottom:1px solid transparent;backdrop-filter:blur(22px) saturate(130%);transition:.25s var(--ease)}.site-header.scrolled{padding:9px 0;border-bottom-color:var(--line);box-shadow:0 10px 35px rgba(55,64,108,.05)}.header-inner{height:54px;display:flex;align-items:center;gap:38px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text);min-width:256px}.brand-mark{position:relative;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#4658ef,#8672ff);box-shadow:0 11px 26px rgba(85,103,255,.24);display:grid;place-items:center;color:#fff;overflow:hidden}.brand-mark:after{content:"";position:absolute;width:38px;height:38px;border:1px solid rgba(255,255,255,.25);border-radius:50%;left:20px;top:-15px}.brand-mark strong{font-size:13px;letter-spacing:-1px;position:relative;z-index:1}.brand-text strong{display:block;font-size:17px;letter-spacing:.1px}.brand-text small{display:block;font-size:8px;letter-spacing:1.7px;color:var(--muted);margin-top:3px}.desktop-nav{display:flex;align-items:center;gap:7px;flex:1}.desktop-nav a{position:relative;padding:10px 16px;border-radius:12px;color:var(--muted);text-decoration:none;font-size:13px;font-weight:650;transition:.2s}.desktop-nav a:hover{color:var(--text);background:color-mix(in srgb,var(--panel) 70%,transparent)}.desktop-nav a.active{color:var(--text);background:var(--panel);box-shadow:inset 0 0 0 1px var(--line)}.desktop-nav a.active:after{content:"";position:absolute;left:18px;right:18px;bottom:4px;height:2px;border-radius:4px;background:linear-gradient(90deg,var(--primary),var(--primary2))}.header-actions{display:flex;align-items:center;gap:9px}.icon-btn,.ask-btn{height:38px;border-radius:12px;border:1px solid var(--line);background:var(--panel);color:var(--text);display:inline-flex;align-items:center;gap:8px;padding:0 13px;cursor:pointer;transition:.2s var(--ease)}.icon-btn:hover,.ask-btn:hover{transform:translateY(-1px);border-color:var(--line2);box-shadow:var(--shadow)}.icon-btn svg,.ask-btn svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.theme-btn{width:38px;padding:0;justify-content:center}.ask-btn{border:0;background:linear-gradient(135deg,#5265ff,#7b6dff);color:#fff;font-weight:700;box-shadow:0 10px 22px rgba(85,103,255,.22)}.mobile-nav-btn{display:none}.page{padding:104px 0 64px;min-height:100vh}.page-home{padding-top:100px}.project-strip{display:grid;grid-template-columns:1.45fr .55fr;gap:28px;align-items:stretch;margin-bottom:24px}.project-main{position:relative;overflow:hidden;min-height:292px;border:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 95%,#fff),color-mix(in srgb,var(--panel2) 88%,var(--primary) 12%));border-radius:var(--radius);padding:34px 38px;box-shadow:var(--shadow)}.project-main:before{content:"";position:absolute;width:520px;height:520px;border:1px solid color-mix(in srgb,var(--primary) 12%,transparent);border-radius:50%;right:-180px;top:-280px}.project-main:after{content:"";position:absolute;width:260px;height:260px;background:radial-gradient(circle,color-mix(in srgb,var(--primary) 14%,transparent),transparent 67%);right:40px;bottom:-120px}.project-kicker{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:1.25px;font-weight:800;color:var(--primary);position:relative;z-index:1}.project-kicker i{width:7px;height:7px;border-radius:50%;background:var(--primary);box-shadow:0 0 0 6px color-mix(in srgb,var(--primary) 12%,transparent)}.project-code{display:inline-flex;margin-top:20px;padding:6px 10px;border-radius:999px;background:color-mix(in srgb,var(--primary) 9%,transparent);color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.8px;position:relative;z-index:1}.project-main h1{max-width:890px;margin:15px 0 12px;font-family:"Songti SC","STSong",serif;font-size:clamp(32px,3.1vw,49px);line-height:1.28;letter-spacing:-.6px;position:relative;z-index:1}.project-main p{max-width:870px;margin:0;color:var(--muted);font-size:14px;line-height:1.9;position:relative;z-index:1}.global-search{margin-top:23px;display:flex;align-items:center;gap:10px;max-width:820px;height:52px;padding:0 8px 0 18px;background:var(--panel);border:1px solid var(--line);border-radius:16px;position:relative;z-index:2;box-shadow:0 10px 30px rgba(56,65,113,.06)}.global-search svg{width:18px;height:18px;stroke:var(--muted);fill:none;stroke-width:1.8}.global-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.global-search button{height:38px;border:0;border-radius:11px;background:var(--text);color:var(--bg);padding:0 18px;font-size:12px;font-weight:750;cursor:pointer}.project-side{display:grid;grid-template-rows:auto 1fr;gap:14px}.metric-panel{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow)}.metric-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.metric-panel-head span{font-size:11px;color:var(--muted);font-weight:700;letter-spacing:.7px}.live-dot{display:flex;align-items:center;gap:7px;color:var(--green)!important}.live-dot i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px color-mix(in srgb,var(--green) 12%,transparent)}.metrics{display:grid;grid-template-columns:1fr 1fr;gap:18px}.metric b{display:block;font-size:32px;line-height:1;color:var(--text);font-weight:750;letter-spacing:-1.3px}.metric span{display:block;font-size:11px;color:var(--muted);margin-top:7px}.source-note{border:1px solid var(--line);background:linear-gradient(145deg,color-mix(in srgb,var(--panel) 98%,transparent),color-mix(in srgb,var(--primary) 7%,var(--panel)));border-radius:20px;padding:18px 20px;color:var(--muted);font-size:11px;line-height:1.7}.source-note strong{display:block;color:var(--text);font-size:12px;margin-bottom:4px}.workspace-grid{display:grid;grid-template-columns:1.13fr .87fr;gap:22px;margin-top:22px}.panel{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 26px 18px;border-bottom:1px solid var(--line)}.panel-head h2{margin:0;font-size:18px;font-weight:720;letter-spacing:-.2px}.panel-head p{margin:6px 0 0;font-size:11px;color:var(--muted);line-height:1.65}.text-action{border:0;background:transparent;color:var(--primary);font-size:11px;font-weight:750;cursor:pointer;text-decoration:none;padding:4px 0}.framework-rail{display:grid;grid-template-columns:repeat(5,1fr);position:relative;padding:22px 24px 18px;gap:8px}.framework-rail:before{content:"";position:absolute;left:8%;right:8%;top:51px;height:1px;background:linear-gradient(90deg,transparent,var(--line2),var(--line2),transparent)}.framework-node{position:relative;border:0;background:transparent;color:var(--muted);padding:0 4px 12px;cursor:pointer;text-align:center;z-index:1}.framework-node i{display:grid;place-items:center;width:38px;height:38px;margin:0 auto 10px;border-radius:50%;background:var(--panel2);border:1px solid var(--line);font-style:normal;font-size:10px;font-weight:800;transition:.2s}.framework-node b{display:block;font-size:12px;color:var(--text);margin-bottom:4px}.framework-node span{font-size:9px;line-height:1.45}.framework-node.active i,.framework-node:hover i{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;border-color:transparent;box-shadow:0 8px 20px rgba(85,103,255,.22);transform:translateY(-2px)}.framework-preview{margin:0 24px 24px;padding:20px 22px;border:1px solid var(--line);border-radius:18px;background:var(--panel2);display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.framework-preview small{color:var(--primary);font-weight:800;letter-spacing:.6px}.framework-preview h3{margin:7px 0 6px;font-size:17px}.framework-preview p{margin:0;color:var(--muted);font-size:11px;line-height:1.72}.framework-preview-meta{display:flex;align-items:center;gap:22px;padding-left:22px;border-left:1px solid var(--line)}.framework-preview-meta b{font-size:28px}.framework-preview-meta span{display:block;font-size:9px;color:var(--muted);margin-top:3px}.framework-preview-meta a{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--panel);border:1px solid var(--line);color:var(--primary);text-decoration:none}.snapshot-body{padding:18px 24px 24px}.mini-bars{display:grid;gap:11px;margin:4px 0 20px}.mini-bar{display:grid;grid-template-columns:68px 1fr 30px;align-items:center;gap:10px;font-size:10px;color:var(--muted)}.mini-bar .track{height:7px;border-radius:99px;background:var(--bg2);overflow:hidden}.mini-bar .track i{display:block;height:100%;width:var(--w);border-radius:99px;background:linear-gradient(90deg,var(--primary),var(--primary2))}.mini-bar b{text-align:right;font-size:10px;color:var(--text)}.recent-list{display:grid;gap:9px}.recent-item{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px;border:1px solid var(--line);border-radius:14px;color:var(--text);text-decoration:none;transition:.18s}.recent-item:hover{border-color:color-mix(in srgb,var(--primary) 28%,var(--line));background:color-mix(in srgb,var(--primary) 4%,var(--panel));transform:translateX(2px)}.recent-item .num{font-size:9px;color:var(--primary);font-weight:800}.recent-item b{display:block;font-size:11px;line-height:1.5}.recent-item small{display:block;color:var(--muted);font-size:8.5px;margin-top:3px}.recent-item em{font-style:normal;color:var(--muted);font-size:12px}.home-lower{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;margin-top:22px}.featured-list{padding:10px 24px 24px}.featured-result{display:grid;grid-template-columns:66px 1fr auto;gap:15px;padding:16px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--text)}.featured-result:last-child{border-bottom:0}.featured-result .type{font-size:9px;font-weight:800;color:var(--primary);padding-top:3px}.featured-result h3{margin:0;font-size:13px;line-height:1.55}.featured-result p{margin:5px 0 0;font-size:9.5px;color:var(--muted)}.featured-result span{font-size:10px;color:var(--muted)}.lead-card{display:grid;grid-template-columns:186px 1fr;min-height:360px}.lead-photo{position:relative;overflow:hidden;background:var(--bg2)}.lead-photo img{width:100%;height:100%;object-fit:cover;object-position:center 24%;display:block}.lead-photo:after{content:"";position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(transparent,rgba(16,22,47,.28))}.lead-copy{padding:28px}.lead-copy .label{font-size:9px;color:var(--primary);font-weight:800;letter-spacing:1px}.lead-copy h2{margin:10px 0 3px;font-family:"Songti SC","STSong",serif;font-size:30px}.lead-copy .title{font-size:10px;color:var(--muted);line-height:1.6}.lead-copy p{font-size:10.5px;color:var(--muted);line-height:1.8;margin:18px 0}.tags{display:flex;flex-wrap:wrap;gap:7px}.tag{display:inline-flex;align-items:center;min-height:25px;padding:4px 9px;border-radius:999px;border:1px solid var(--line);background:var(--panel2);color:var(--muted);font-size:8.5px}.lead-copy .profile-link{display:inline-flex;margin-top:20px;align-items:center;gap:8px;color:var(--primary);font-size:10px;font-weight:800;text-decoration:none}.page-titlebar{display:flex;justify-content:space-between;gap:30px;align-items:flex-end;margin-bottom:24px}.page-titlebar .eyebrow{font-size:9px;letter-spacing:1.3px;color:var(--primary);font-weight:850}.page-titlebar h1{font-family:"Songti SC","STSong",serif;font-size:37px;margin:7px 0 4px;letter-spacing:-.5px}.page-titlebar p{margin:0;color:var(--muted);font-size:11px;line-height:1.7}.title-meta{display:flex;gap:24px}.title-meta div{padding-left:20px;border-left:1px solid var(--line)}.title-meta b{display:block;font-size:21px}.title-meta span{font-size:9px;color:var(--muted)}.framework-workspace{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.framework-tabs{display:grid;grid-template-columns:repeat(5,1fr);border-bottom:1px solid var(--line)}.framework-tab{border:0;border-right:1px solid var(--line);background:transparent;color:var(--muted);padding:18px 16px;text-align:left;cursor:pointer;transition:.2s}.framework-tab:last-child{border-right:0}.framework-tab i{display:block;font-style:normal;color:var(--primary);font-size:9px;font-weight:800}.framework-tab b{display:block;color:var(--text);font-size:12px;margin-top:7px}.framework-tab span{font-size:8.5px}.framework-tab.active{background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 7%,var(--panel)),var(--panel))}.framework-content{display:grid;grid-template-columns:1.18fr .82fr;min-height:540px}.framework-story{padding:38px 42px;border-right:1px solid var(--line)}.framework-story .stage-no{font-size:10px;color:var(--primary);font-weight:850;letter-spacing:1px}.framework-story h2{font-family:"Songti SC","STSong",serif;font-size:31px;line-height:1.35;margin:13px 0 24px;max-width:680px}.framework-question{padding:18px 20px;border-left:3px solid var(--primary);background:var(--panel2);border-radius:0 14px 14px 0;margin-bottom:25px}.framework-question small{font-size:8px;letter-spacing:1px;color:var(--muted);font-weight:800}.framework-question p{font-size:13px;line-height:1.7;margin:8px 0 0}.framework-story>p{color:var(--muted);line-height:1.85;font-size:11px}.topic-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.topic-grid button{border:1px solid var(--line);background:var(--panel2);color:var(--text);border-radius:999px;padding:7px 11px;font-size:9px;cursor:pointer}.topic-grid button:hover{border-color:color-mix(in srgb,var(--primary) 40%,var(--line));color:var(--primary)}.framework-evidence{padding:28px}.evidence-stat{display:grid;grid-template-columns:1fr 1fr;gap:10px}.evidence-stat .stat{padding:18px;border:1px solid var(--line);border-radius:16px;background:var(--panel2)}.evidence-stat b{font-size:26px}.evidence-stat span{display:block;color:var(--muted);font-size:8px;margin-top:4px}.chart-box{height:190px;margin:12px 0;border:1px solid var(--line);border-radius:16px;background:var(--panel2);overflow:hidden}.chart-fallback{height:100%;display:grid;place-items:center;color:var(--muted);font-size:10px;padding:18px;text-align:center}.rep-results{margin-top:18px}.rep-results h3{font-size:11px;margin:0 0 8px}.rep-result{display:block;padding:11px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--text)}.rep-result b{font-size:10px;line-height:1.5;display:block}.rep-result span{font-size:8px;color:var(--muted)}.result-toolbar{display:grid;grid-template-columns:minmax(300px,1fr) auto;gap:16px;align-items:center;margin-bottom:16px}.search-box{height:48px;border:1px solid var(--line);border-radius:15px;background:var(--panel);display:flex;align-items:center;padding:0 15px;gap:10px;box-shadow:0 10px 28px rgba(45,57,111,.04)}.search-box svg{width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:1.8}.search-box input{border:0;outline:0;background:transparent;color:var(--text);flex:1;font-size:12px}.view-switch{display:flex;padding:4px;border-radius:13px;background:var(--panel);border:1px solid var(--line)}.view-switch button{height:38px;border:0;background:transparent;color:var(--muted);padding:0 15px;border-radius:9px;font-size:10px;font-weight:700;cursor:pointer}.view-switch button.active{background:var(--text);color:var(--bg)}.result-shell{display:grid;grid-template-columns:220px 1fr;gap:18px}.filter-panel{align-self:start;position:sticky;top:88px;border:1px solid var(--line);border-radius:20px;background:var(--panel);padding:20px}.filter-title{display:flex;align-items:center;justify-content:space-between}.filter-title b{font-size:12px}.filter-title button{border:0;background:transparent;color:var(--primary);font-size:9px;cursor:pointer}.filter-group{padding:17px 0;border-bottom:1px solid var(--line)}.filter-group:last-child{border-bottom:0}.filter-group label{display:block;font-size:9px;color:var(--muted);margin-bottom:8px;font-weight:700}.filter-group select{width:100%;height:38px;border:1px solid var(--line);border-radius:10px;background:var(--panel2);color:var(--text);padding:0 10px;font-size:10px;outline:0}.filter-chips{display:flex;flex-wrap:wrap;gap:6px}.filter-chip{border:1px solid var(--line);background:var(--panel2);color:var(--muted);padding:5px 8px;border-radius:999px;font-size:8.5px;cursor:pointer}.filter-chip.active{background:color-mix(in srgb,var(--primary) 11%,var(--panel));color:var(--primary);border-color:color-mix(in srgb,var(--primary) 30%,var(--line))}.result-main{min-width:0}.result-summary{display:flex;align-items:center;justify-content:space-between;padding:13px 17px;border:1px solid var(--line);background:var(--panel);border-radius:15px;margin-bottom:10px}.result-summary span{font-size:9.5px;color:var(--muted)}.result-summary b{color:var(--text);font-size:12px}.result-list{border:1px solid var(--line);background:var(--panel);border-radius:20px;overflow:hidden}.result-row{display:grid;grid-template-columns:92px minmax(0,1fr) 160px 84px;gap:16px;align-items:start;padding:18px 20px;border-bottom:1px solid var(--line);text-decoration:none;color:var(--text);transition:.18s}.result-row:last-child{border-bottom:0}.result-row:hover{background:color-mix(in srgb,var(--primary) 3.2%,var(--panel))}.result-type{font-size:8px;font-weight:800;color:var(--primary)}.result-row h3{font-size:12px;line-height:1.55;margin:0 0 6px}.result-row .authors{font-size:9px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-source{font-size:9px;color:var(--muted);line-height:1.6}.result-sub{font-size:8.5px;color:var(--muted);text-align:right}.result-sub b{display:block;color:var(--text);font-size:9px;margin-bottom:3px}.pagination{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:16px}.pagination button{min-width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:var(--panel);color:var(--muted);font-size:9px;cursor:pointer}.pagination button.active{background:var(--text);color:var(--bg)}.viz-view{display:none}.viz-view.active{display:block}.catalog-view.hidden{display:none}.viz-top{display:grid;grid-template-columns:1.15fr .85fr;gap:16px}.viz-panel{border:1px solid var(--line);border-radius:20px;background:var(--panel);padding:18px;box-shadow:var(--shadow)}.viz-panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.viz-panel-head b{font-size:11px}.viz-panel-head span{font-size:8px;color:var(--muted)}.viz-chart{height:300px}.viz-mid{display:grid;grid-template-columns:.75fr 1.25fr;gap:16px;margin-top:16px}.keyword-cloud{display:flex;flex-wrap:wrap;align-content:flex-start;gap:8px;padding:8px 0}.keyword-cloud button{border:0;background:color-mix(in srgb,var(--primary) 7%,var(--panel2));color:var(--text);border-radius:999px;padding:7px 10px;cursor:pointer;font-size:calc(8px + var(--size)*.16px);opacity:calc(.58 + var(--size)*.04)}.keyword-cloud button:hover{background:color-mix(in srgb,var(--primary) 14%,var(--panel));color:var(--primary)}#relationGraph{height:340px;border-radius:14px;background:var(--panel2);border:1px solid var(--line)}.viz-note{margin-top:12px;font-size:8.5px;color:var(--muted);line-height:1.7}.result-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px}.result-detail{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);padding:34px 38px;box-shadow:var(--shadow)}.back-link{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:9px;text-decoration:none;margin-bottom:22px}.detail-meta-line{display:flex;gap:9px;align-items:center}.detail-meta-line .pill{font-size:8px;border-radius:999px;padding:5px 8px;background:color-mix(in srgb,var(--primary) 9%,var(--panel));color:var(--primary);font-weight:800}.detail-meta-line span{font-size:8px;color:var(--muted)}.result-detail h1{font-family:"Songti SC","STSong",serif;font-size:31px;line-height:1.42;margin:15px 0}.detail-authors{font-size:11px;color:var(--text2);margin-bottom:7px}.detail-source{font-size:9px;color:var(--muted)}.detail-section{padding-top:25px;margin-top:25px;border-top:1px solid var(--line)}.detail-section h2{font-size:11px;margin:0 0 12px}.detail-section p{font-size:10.5px;line-height:1.9;color:var(--muted);white-space:pre-wrap}.detail-section .tags .tag{font-size:9px}.detail-aside{display:grid;gap:14px;align-self:start;position:sticky;top:92px}.aside-card{border:1px solid var(--line);background:var(--panel);border-radius:20px;padding:20px}.aside-card h3{font-size:11px;margin:0 0 14px}.aside-kv{display:grid;gap:12px}.aside-kv div{padding-bottom:10px;border-bottom:1px solid var(--line)}.aside-kv div:last-child{border-bottom:0}.aside-kv span{display:block;color:var(--muted);font-size:8px}.aside-kv b{display:block;font-size:10px;line-height:1.5;margin-top:4px}.related-item{display:block;text-decoration:none;color:var(--text);padding:10px 0;border-bottom:1px solid var(--line)}.related-item:last-child{border-bottom:0}.related-item b{font-size:9.5px;line-height:1.5;display:block}.related-item span{font-size:8px;color:var(--muted)}.team-lead{display:grid;grid-template-columns:360px 1fr;min-height:570px;border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.team-lead-photo{background:var(--bg2);position:relative}.team-lead-photo img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.team-lead-copy{padding:44px 48px}.team-role{font-size:9px;color:var(--primary);font-weight:850;letter-spacing:1px}.team-lead-copy h1{font-family:"Songti SC","STSong",serif;font-size:42px;margin:10px 0 6px}.team-title{font-size:11px;color:var(--muted);line-height:1.65}.team-lead-copy p{font-size:11px;line-height:1.9;color:var(--muted);max-width:760px;margin:22px 0}.team-stats{display:flex;gap:30px;margin:24px 0}.team-stats div{padding-right:28px;border-right:1px solid var(--line)}.team-stats div:last-child{border-right:0}.team-stats b{display:block;font-size:24px}.team-stats span{font-size:8.5px;color:var(--muted)}.profile-button{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 15px;border-radius:11px;background:var(--text);color:var(--bg);font-size:9px;font-weight:800;text-decoration:none}.team-section-title{display:flex;justify-content:space-between;align-items:end;margin:34px 0 14px}.team-section-title h2{font-size:17px;margin:0}.team-section-title p{font-size:9px;color:var(--muted);margin:0}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.person-card{display:grid;grid-template-columns:142px 1fr;min-height:260px;border:1px solid var(--line);background:var(--panel);border-radius:20px;overflow:hidden;text-decoration:none;color:var(--text);transition:.2s}.person-card:hover{transform:translateY(-3px);box-shadow:var(--shadow2);border-color:color-mix(in srgb,var(--primary) 25%,var(--line))}.person-card img{width:100%;height:100%;object-fit:cover;object-position:center 18%;background:var(--bg2)}.person-card-body{padding:20px}.person-card-body .role{font-size:8px;color:var(--primary);font-weight:800}.person-card-body h3{font-family:"Songti SC","STSong",serif;font-size:23px;margin:8px 0 4px}.person-card-body .title{font-size:8.5px;color:var(--muted);line-height:1.55}.person-card-body p{font-size:9px;color:var(--muted);line-height:1.7;margin:14px 0}.institution-card{display:flex;justify-content:space-between;gap:40px;align-items:center;margin-top:18px;border:1px solid var(--line);background:var(--panel);border-radius:20px;padding:24px 28px}.institution-card small{font-size:8px;color:var(--primary);font-weight:800}.institution-card h3{margin:7px 0 0;font-size:17px}.institution-card p{max-width:700px;font-size:9px;color:var(--muted);line-height:1.7;margin:0}.person-detail-grid{display:grid;grid-template-columns:340px 1fr;gap:22px}.person-sidebar{border:1px solid var(--line);background:var(--panel);border-radius:var(--radius);overflow:hidden;align-self:start;position:sticky;top:92px}.person-hero-photo{height:400px;background:var(--bg2)}.person-hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.person-sidebar-copy{padding:23px}.person-sidebar h1{font-family:"Songti SC","STSong",serif;font-size:32px;margin:8px 0 5px}.person-sidebar p{font-size:9px;color:var(--muted);line-height:1.7}.person-contact{display:grid;gap:9px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}.person-contact span{font-size:8px;color:var(--muted)}.person-main{display:grid;gap:14px}.bio-card{border:1px solid var(--line);background:var(--panel);border-radius:20px;padding:26px}.bio-card h2{font-size:18px;margin:0 0 16px;line-height:1.35;letter-spacing:-.2px}.bio-card p{font-size:11.5px;color:var(--muted);line-height:1.95}.bio-card .highlight-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}.highlight-item{padding:14px 15px;border:1px solid var(--line);border-radius:13px;background:var(--panel2);font-size:10.5px;line-height:1.65}.person-results{display:grid;gap:10px}.person-result{display:flex;justify-content:space-between;align-items:flex-start;gap:22px;padding:14px 0;border-bottom:1px solid var(--line);text-decoration:none;color:var(--text)}.person-result b{font-size:13px;line-height:1.7;font-weight:650}.person-result span{font-size:10.5px;color:var(--muted);white-space:nowrap;line-height:1.7;text-align:right}.search-overlay{position:fixed;z-index:200;inset:0;background:rgba(10,15,35,.46);backdrop-filter:blur(12px);display:none;align-items:flex-start;justify-content:center;padding-top:100px}.search-overlay.open{display:flex}.search-modal{width:min(820px,calc(100vw - 30px));max-height:76vh;background:var(--panel);border:1px solid var(--line);border-radius:22px;box-shadow:0 38px 120px rgba(6,12,35,.28);overflow:hidden}.search-modal-head{height:62px;display:flex;align-items:center;gap:12px;padding:0 18px;border-bottom:1px solid var(--line)}.search-modal-head svg{width:19px;height:19px;fill:none;stroke:var(--muted);stroke-width:1.8}.search-modal-head input{flex:1;border:0;outline:0;background:transparent;color:var(--text);font-size:13px}.search-modal-head button{border:0;background:var(--panel2);color:var(--muted);border-radius:9px;padding:7px 9px;font-size:8px;cursor:pointer}.search-results{padding:12px;overflow:auto;max-height:calc(76vh - 62px)}.search-result{display:grid;grid-template-columns:68px 1fr auto;gap:12px;padding:13px;border-radius:13px;text-decoration:none;color:var(--text)}.search-result:hover{background:var(--panel2)}.search-result .kind{font-size:8px;color:var(--primary);font-weight:800}.search-result b{font-size:10px;line-height:1.5}.search-result p{font-size:8.5px;color:var(--muted);margin:3px 0 0}.search-result span{font-size:8px;color:var(--muted)}.empty-state{padding:34px;text-align:center;color:var(--muted);font-size:10px}.ai-drawer{position:fixed;z-index:190;right:0;top:0;bottom:0;width:min(460px,100vw);background:var(--panel);border-left:1px solid var(--line);box-shadow:-28px 0 80px rgba(8,15,41,.16);transform:translateX(103%);transition:.32s var(--ease);display:flex;flex-direction:column}.ai-drawer.open{transform:translateX(0)}.drawer-head{height:74px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.drawer-title{display:flex;align-items:center;gap:11px}.drawer-title .orb{width:36px;height:36px;border-radius:13px;background:linear-gradient(135deg,var(--primary),var(--primary2));display:grid;place-items:center;color:#fff;font-size:10px;font-weight:800}.drawer-title b{font-size:12px}.drawer-title span{display:block;font-size:8px;color:var(--muted);margin-top:2px}.drawer-close{border:0;background:var(--panel2);color:var(--muted);width:32px;height:32px;border-radius:10px;cursor:pointer}.drawer-context{padding:10px 16px;border-bottom:1px solid var(--line);font-size:8.5px;color:var(--muted);background:var(--panel2)}.drawer-messages{flex:1;overflow:auto;padding:16px}.chat-msg{max-width:88%;padding:11px 13px;border-radius:14px;font-size:9.5px;line-height:1.72;margin-bottom:10px;white-space:pre-wrap}.chat-msg.bot{background:var(--panel2);border:1px solid var(--line)}.chat-msg.user{margin-left:auto;background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff}.drawer-input{padding:13px;border-top:1px solid var(--line);display:flex;gap:8px}.drawer-input textarea{flex:1;resize:none;height:48px;border:1px solid var(--line);border-radius:12px;background:var(--panel2);color:var(--text);padding:10px;outline:0;font-size:9.5px}.drawer-input button{width:56px;border:0;border-radius:12px;background:var(--text);color:var(--bg);font-size:9px;font-weight:800;cursor:pointer}.drawer-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px 12px}.drawer-suggestions button{border:1px solid var(--line);background:var(--panel2);color:var(--muted);border-radius:999px;padding:6px 8px;font-size:7.8px;cursor:pointer}.footer{padding:24px 0 36px;color:var(--muted)}.footer-inner{border-top:1px solid var(--line);padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:8.5px}.footer b{color:var(--text)}
@media(max-width:1100px){:root{--shell:min(100% - 36px,1100px)}.desktop-nav{gap:0}.desktop-nav a{padding:10px}.brand{min-width:210px}.project-strip,.workspace-grid,.home-lower,.framework-content,.result-detail-grid,.person-detail-grid{grid-template-columns:1fr}.project-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.lead-card{min-height:320px}.framework-story{border-right:0;border-bottom:1px solid var(--line)}.result-shell{grid-template-columns:1fr}.filter-panel{position:static;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.filter-title{grid-column:1/-1}.filter-group{border-bottom:0;padding:0}.team-grid{grid-template-columns:1fr 1fr}.team-lead{grid-template-columns:300px 1fr}.person-sidebar{position:static}.viz-top,.viz-mid{grid-template-columns:1fr}}
@media(max-width:760px){:root{--shell:calc(100vw - 24px);--radius:20px}.site-header{padding:8px 0}.header-inner{height:50px;gap:10px}.brand{min-width:0;flex:1}.brand-text small{display:none}.desktop-nav{display:none}.header-actions .icon-btn span,.ask-btn span{display:none}.mobile-nav-btn{display:inline-flex}.page{padding-top:82px}.project-strip{grid-template-columns:1fr}.project-main{padding:26px 22px;min-height:auto}.project-main h1{font-size:30px}.project-side{grid-template-columns:1fr}.workspace-grid,.home-lower{grid-template-columns:1fr}.framework-rail{grid-template-columns:repeat(5,128px);overflow:auto;justify-content:flex-start}.framework-preview{grid-template-columns:1fr}.framework-preview-meta{padding-left:0;border-left:0;border-top:1px solid var(--line);padding-top:14px}.lead-card{grid-template-columns:140px 1fr}.lead-copy{padding:20px}.page-titlebar{display:block}.title-meta{margin-top:16px}.framework-tabs{grid-template-columns:1fr 1fr;overflow:hidden}.framework-tab{border-bottom:1px solid var(--line)}.framework-story{padding:26px 22px}.framework-evidence{padding:20px}.result-toolbar{grid-template-columns:1fr}.filter-panel{grid-template-columns:1fr 1fr}.result-row{grid-template-columns:70px 1fr}.result-source,.result-sub{grid-column:2}.team-lead{grid-template-columns:1fr}.team-lead-photo{height:430px}.team-lead-copy{padding:28px 24px}.team-grid{grid-template-columns:1fr}.person-card{grid-template-columns:125px 1fr}.institution-card{display:block}.institution-card p{margin-top:12px}.person-detail-grid{grid-template-columns:1fr}.person-hero-photo{height:430px}.bio-card .highlight-list{grid-template-columns:1fr}.footer-inner{display:block}.footer-inner span{display:block;margin-top:6px}}

/* ===== v3 正式可视化首页 ===== */
:root{--official-blue:#0754d8;--official-deep:#073a96;--official-ink:#10244a;--official-soft:#edf4ff;--official-cyan:#23b9c5}
.site-header{background:rgba(255,255,255,.95);border-bottom:1px solid rgba(20,57,111,.08)}
.header-inner{height:58px;gap:44px}.brand{min-width:330px}.brand-mark{background:linear-gradient(145deg,#1a64ea,#6d75ff);box-shadow:none}
.brand-text strong{font-size:18px;color:#10244a}.brand-text small{letter-spacing:.2px;font-size:10px;color:#72819a}
.desktop-nav{justify-content:center;gap:14px}.desktop-nav a{font-size:14px;color:#314361;background:transparent!important;box-shadow:none!important}.desktop-nav a.active:after{bottom:1px;height:2px;background:#2465ed}
.header-actions{margin-left:auto}.header-search{height:40px;width:270px;border:1px solid #dfe6f1;background:#fff;border-radius:14px;display:flex;align-items:center;gap:9px;padding:0 13px}
.header-search svg{width:16px;height:16px;fill:none;stroke:#72819a;stroke-width:1.8;flex:0 0 auto}.header-search input{border:0;outline:0;background:transparent;width:100%;font-size:12px;color:#243653}
.institute-badge{height:40px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border-radius:14px;border:1px solid #dfe6f1;background:#fff;color:#163a6b;font-size:12px;font-weight:700;white-space:nowrap}
.institute-badge i{width:8px;height:8px;border-radius:50%;background:#2465ed;box-shadow:0 0 0 5px #edf3ff}.page-home{padding-top:96px;padding-bottom:72px}
.hero-carousel{position:relative;height:378px;overflow:hidden;border-radius:18px;background:#0846b7;box-shadow:0 14px 40px rgba(8,53,132,.15);margin-bottom:42px}
.hero-track{height:100%;position:relative}.hero-slide{position:absolute;inset:0;padding:42px 76px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;opacity:0;pointer-events:none;transform:translateX(24px);transition:opacity .55s ease,transform .65s cubic-bezier(.22,.8,.22,1);overflow:hidden;color:#fff}
.hero-slide.active{opacity:1;pointer-events:auto;transform:none}.hero-primary{background:radial-gradient(circle at 78% 40%,rgba(76,151,255,.40),transparent 34%),linear-gradient(115deg,#052d73 0%,#074bad 47%,#1e71e8 100%)}
.hero-report{background:radial-gradient(circle at 78% 50%,rgba(126,168,255,.34),transparent 32%),linear-gradient(120deg,#112d68,#315bbd 54%,#799cf0)}
.hero-space{background:radial-gradient(circle at 76% 44%,rgba(72,124,255,.38),transparent 34%),linear-gradient(120deg,#123276,#1a53c0 55%,#4c7ee8)}
.hero-slide:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(90deg,transparent 5%,#000 55%,#000)}
.hero-content{position:relative;z-index:3;max-width:880px}.hero-eyebrow{display:flex;gap:12px;align-items:center;margin-bottom:20px}.hero-eyebrow span{display:inline-flex;align-items:center;height:28px;padding:0 11px;border-radius:6px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);font-size:11px;letter-spacing:.5px}
.hero-slide h1{font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;font-size:clamp(34px,3.1vw,50px);line-height:1.18;letter-spacing:-1px;margin:0 0 16px;font-weight:800}
.hero-slide p{max-width:760px;font-size:14px;line-height:1.85;color:rgba(255,255,255,.82);margin:0}.hero-actions{display:flex;gap:12px;margin-top:25px}.hero-btn{height:42px;padding:0 20px;border-radius:9px;border:1px solid rgba(255,255,255,.35);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;font-weight:700;font-size:13px;background:rgba(255,255,255,.06);cursor:pointer}.hero-btn.primary{background:#fff;color:#164eaf;border-color:#fff}
.hero-arrow{position:absolute;top:50%;z-index:10;width:44px;height:44px;border-radius:50%;transform:translateY(-50%);border:1px solid rgba(255,255,255,.25);background:rgba(6,32,81,.22);color:#fff;font-size:30px;display:grid;place-items:center;cursor:pointer}.hero-arrow.prev{left:18px}.hero-arrow.next{right:18px}
.hero-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:10;display:flex;gap:8px}.hero-dots button{width:8px;height:8px;border-radius:99px;border:0;padding:0;background:rgba(255,255,255,.45);cursor:pointer;transition:.2s}.hero-dots button.active{width:28px;background:#fff}.wheel-hint{position:absolute;right:22px;bottom:15px;color:rgba(255,255,255,.58);font-size:10px;z-index:5}
.hero-art{position:relative;height:300px;z-index:2}.data-base{position:absolute;left:50%;transform:translateX(-50%) rotate(30deg) skewX(-28deg);border:1px solid rgba(255,255,255,.40);background:rgba(255,255,255,.08);border-radius:18px}.data-base.b1{width:300px;height:190px;bottom:22px}.data-base.b2{width:240px;height:150px;bottom:52px}.data-base.b3{width:180px;height:110px;bottom:82px}.data-cube{position:absolute;width:118px;height:118px;left:50%;top:66px;transform:translateX(-50%) rotate(30deg) skewX(-28deg);background:linear-gradient(145deg,rgba(255,255,255,.78),rgba(90,157,255,.45));border:2px solid rgba(255,255,255,.75);box-shadow:0 0 45px rgba(150,205,255,.50);border-radius:10px}.data-cube:before,.data-cube:after{content:"";position:absolute;inset:20px;border:1px solid rgba(255,255,255,.72);border-radius:7px}.data-cube:after{inset:38px;background:rgba(0,78,218,.30)}
.orbit{position:absolute;border:1px dashed rgba(255,255,255,.22);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-a{width:380px;height:210px}.orbit-b{width:440px;height:250px}.sat{position:absolute;width:20px;height:20px;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.15);transform:rotate(30deg)}.sat-1{left:9%;top:42%}.sat-2{right:10%;top:25%}.sat-3{right:16%;bottom:17%}
.hero-report-stats,.hero-space-stats{display:flex;gap:34px;margin-top:24px}.hero-report-stats div,.hero-space-stats div{min-width:100px}.hero-report-stats b,.hero-space-stats b{display:block;font-size:28px;line-height:1;font-weight:800}.hero-report-stats span,.hero-space-stats span{display:block;font-size:10px;margin-top:6px;color:rgba(255,255,255,.72)}
.report-visual{position:relative;height:280px;z-index:2}.report-sheet{position:absolute;width:220px;height:280px;border-radius:10px;right:22%;top:0;background:#fff;box-shadow:0 22px 60px rgba(7,27,79,.25);transform-origin:bottom center}.report-sheet.back{transform:translate(46px,12px) rotate(7deg);opacity:.38}.report-sheet.mid{transform:translate(22px,7px) rotate(3deg);opacity:.62}.report-sheet.front{padding:28px;color:#173769}.report-sheet.front span{font-size:8px;letter-spacing:1.4px;color:#4b70bc}.report-sheet.front strong{display:block;font-size:25px;margin-top:12px}.report-lines{margin-top:24px}.report-lines i{display:block;height:5px;border-radius:10px;background:#dce7fb;margin:10px 0}.report-lines i:nth-child(2){width:74%}.report-lines i:nth-child(3){width:88%}.report-lines i:nth-child(4){width:62%}.report-chart{height:72px;margin-top:26px;display:flex;align-items:end;gap:8px}.report-chart b{width:18px;background:linear-gradient(#2877f4,#a9c9ff);border-radius:4px 4px 0 0}.report-chart b:nth-child(1){height:30%}.report-chart b:nth-child(2){height:55%}.report-chart b:nth-child(3){height:42%}.report-chart b:nth-child(4){height:78%}.report-chart b:nth-child(5){height:92%}
.space-visual{position:relative;height:300px;z-index:2}.space-visual svg{position:absolute;inset:0;width:100%;height:100%}.space-visual svg path{fill:none;stroke:rgba(255,255,255,.28);stroke-width:2}.space-node{position:absolute;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.48);background:rgba(255,255,255,.12);backdrop-filter:blur(10px);color:#fff;font-size:11px;font-weight:700;z-index:2}.space-node.main{width:96px;height:96px;left:50%;top:50%;transform:translate(-50%,-50%);font-size:28px;background:rgba(255,255,255,.22);box-shadow:0 0 42px rgba(151,200,255,.34)}.space-node.n1,.space-node.n2,.space-node.n3,.space-node.n4{width:62px;height:62px}.space-node.n1{left:6%;top:10%}.space-node.n2{right:6%;top:9%}.space-node.n3{left:7%;bottom:8%}.space-node.n4{right:7%;bottom:10%}
.home-section{margin-top:46px}.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:20px;padding:0 4px}.home-section-head span{font-size:10px;color:#3168ca;font-weight:800;letter-spacing:1.4px}.home-section-head h2{font-size:22px;margin:5px 0 4px;color:#132a50}.home-section-head p{font-size:11px;color:#7a879b;margin:0;line-height:1.6}.home-section-head>a,.simple-panel-head>a{color:#2465ed;text-decoration:none;font-size:11px;font-weight:750}
.analysis-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.analysis-card{background:#fff;border:1px solid #e0e7f1;border-radius:16px;padding:22px;min-height:330px}.analysis-type-card{grid-column:1/-1;min-height:320px}.analysis-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.analysis-card-head b{font-size:14px;color:#152e57}.analysis-card-head span{display:block;margin-top:4px;color:#8a96a9;font-size:10px}.home-chart{height:260px;width:100%}.type-stat-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:center}.home-chart.donut{height:250px}.type-table-wrap{border:1px solid #e5ebf3;border-radius:12px;overflow:hidden}.type-table{width:100%;border-collapse:collapse;font-size:11px}.type-table th{background:#f5f8fd;color:#6e7d94;text-align:left;padding:12px 14px;font-weight:650}.type-table td{padding:13px 14px;border-top:1px solid #edf1f6;color:#304563}.type-table td:nth-child(2),.type-table td:nth-child(3){text-align:right;font-variant-numeric:tabular-nums}.type-table tr.total td{font-weight:800;background:#fbfcff;color:#152e57}
.framework-cards{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.framework-card-v3{position:relative;background:#fff;border:1px solid #e0e7f1;border-radius:15px;padding:21px 18px;min-height:166px;text-decoration:none;color:#172f58;transition:.2s}.framework-card-v3:hover{transform:translateY(-3px);border-color:#b9cdf1;box-shadow:0 12px 28px rgba(35,75,139,.08)}.framework-card-v3 i{font-style:normal;font-size:10px;color:#2465ed;font-weight:800}.framework-card-v3 h3{font-size:15px;margin:13px 0 7px}.framework-card-v3 p{font-size:10px;color:#7d899b;line-height:1.65;margin:0}.framework-card-v3 b{position:absolute;left:18px;bottom:18px;font-size:11px;color:#46617f}
.home-content-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:22px}.home-simple-panel{background:#fff;border:1px solid #e0e7f1;border-radius:16px;padding:22px}.simple-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:15px}.simple-panel-head h2{font-size:18px;margin:0 0 5px;color:#152e57}.simple-panel-head p{font-size:10px;color:#8490a4;margin:0}.featured-tabs{display:flex;gap:6px;padding-bottom:12px;border-bottom:1px solid #edf1f6}.featured-tabs button{border:0;background:#f5f7fb;color:#62728c;border-radius:999px;padding:7px 12px;font-size:10px;cursor:pointer}.featured-tabs button.active{background:#2465ed;color:#fff}.home-featured-results{margin-top:4px}.home-featured-row{display:grid;grid-template-columns:68px 1fr 110px;gap:14px;align-items:center;padding:14px 5px;border-bottom:1px solid #edf1f6;text-decoration:none;color:#18345f}.home-featured-row:last-child{border-bottom:0}.home-featured-row .kind{font-size:10px;color:#2465ed;font-weight:750}.home-featured-row h3{font-size:12px;margin:0 0 5px;line-height:1.5}.home-featured-row p{font-size:9px;color:#8490a4;margin:0}.home-featured-row .meta{text-align:right;font-size:9px;color:#728099}
.home-team-list{display:grid;gap:10px}.home-team-person{display:grid;grid-template-columns:54px 1fr auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #edf1f6;text-decoration:none;color:#1d375f}.home-team-person:last-child{border-bottom:0}.home-team-person img{width:54px;height:54px;border-radius:50%;object-fit:cover;background:#eef3f9}.home-team-person h3{font-size:13px;margin:0 0 3px}.home-team-person p{font-size:9px;color:#8792a4;margin:0;line-height:1.45}.home-team-person span{font-size:9px;color:#2465ed}
.ai-float{position:fixed;right:26px;bottom:26px;z-index:115;height:46px;border:0;border-radius:16px;padding:0 17px;background:linear-gradient(135deg,#1c5ae8,#654ef0);color:#fff;box-shadow:0 15px 36px rgba(43,78,194,.28);font-weight:750;display:flex;align-items:center;gap:8px;cursor:pointer}.ai-float i{display:grid;place-items:center;width:24px;height:24px;border-radius:8px;background:rgba(255,255,255,.17);font-style:normal;font-size:9px}
@media(max-width:1180px){.brand{min-width:auto}.brand-text small{display:none}.header-search,.institute-badge{display:none}.hero-slide{padding:38px 56px}.hero-slide h1{font-size:38px}.analysis-grid{grid-template-columns:1fr}.analysis-type-card{grid-column:auto}.framework-cards{grid-template-columns:repeat(3,1fr)}.home-content-grid{grid-template-columns:1fr}}
@media(max-width:760px){.hero-carousel{height:520px}.hero-slide{grid-template-columns:1fr;padding:34px 30px 52px}.hero-slide h1{font-size:31px}.hero-art,.report-visual,.space-visual{height:185px}.type-stat-layout{grid-template-columns:1fr}.analysis-card{padding:17px}.home-chart{height:235px}.framework-cards{grid-template-columns:1fr 1fr}.home-section-head{display:block}.home-section-head>a{display:inline-block;margin-top:10px}.home-featured-row{grid-template-columns:60px 1fr}.home-featured-row .meta{display:none}}

/* ===== v4 · 正式动态可视化首页 ===== */
:root{--v4-blue:#185bd8;--v4-deep:#0e2d5c;--v4-soft:#f5f8fd;--v4-line:#e1e8f2}
body{background:#f6f8fc}
.site-header{background:rgba(255,255,255,.97);box-shadow:0 4px 22px rgba(23,51,93,.025)}
.header-inner{gap:34px}.desktop-nav{justify-content:center;gap:14px}.desktop-nav a{padding:10px 18px;color:#4d607e}.desktop-nav a.active{background:transparent;box-shadow:none;color:#173c71}.desktop-nav a.active:after{bottom:1px;left:22px;right:22px;background:#1f63e4}
.header-actions{gap:10px}.institute-badge{height:40px;padding:0 15px;border-radius:12px;background:#f7faff;border-color:#dce7f7;color:#163a6b;letter-spacing:.1px}.header-search-trigger{height:40px;border:1px solid #dce6f2;background:#fff;color:#35516f;border-radius:12px;padding:0 14px;display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:700;cursor:pointer}.header-search-trigger svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.header-search-trigger:hover{border-color:#b9cbe7;background:#f9fbff}
.page-home{padding-top:104px}.hero-carousel{height:420px;border-radius:16px;margin-bottom:58px;box-shadow:0 18px 48px rgba(9,53,130,.13)}.hero-slide{padding:50px 72px;grid-template-columns:1.16fr .84fr}.hero-slide h1{font-size:45px;line-height:1.23;letter-spacing:-.8px}.hero-slide p{font-size:13px;line-height:1.9;max-width:720px}.hero-actions{margin-top:28px}.wheel-hint{font-size:9px;opacity:.82}
.home-section{margin-top:66px}.home-section-head{margin-bottom:24px;padding:0}.home-section-head h2{font-size:24px;letter-spacing:.1px}.home-section-head p{font-size:11.5px;max-width:760px}.spacious-head{align-items:flex-start}.analysis-section{margin-top:0}
.analysis-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:22px}.analysis-metrics>div{background:#fff;border:1px solid var(--v4-line);border-radius:14px;padding:17px 20px;min-height:78px}.analysis-metrics b{display:block;font-size:25px;color:#153868;line-height:1.05}.analysis-metrics span{display:block;margin-top:7px;font-size:10px;color:#8290a5}
.insight-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}.insight-card{min-height:365px;padding:24px;border-radius:16px;box-shadow:0 9px 28px rgba(27,61,112,.035)}.span-5{grid-column:span 5}.span-6{grid-column:span 6}.span-7{grid-column:span 7}.analysis-card-head{margin-bottom:14px;align-items:flex-start}.analysis-card-head b{font-size:14px;letter-spacing:.1px}.analysis-card-head span{font-size:10px;line-height:1.6}.analysis-card-head em{font-style:normal;font-size:8px;letter-spacing:1.3px;color:#8da0ba;background:#f4f7fb;border:1px solid #e6ecf4;border-radius:999px;padding:5px 8px}.home-chart.tall{height:292px}.home-chart.donut{height:270px}.type-stat-layout{grid-template-columns:.88fr 1.12fr;gap:24px}.type-table-wrap{border-radius:11px}.type-table th{padding:11px 13px}.type-table td{padding:12px 13px}.type-table{font-size:10.5px}
.framework-cards{gap:18px}.framework-card-v3{min-height:184px;padding:24px 20px;border-radius:15px}.framework-card-v3 h3{font-size:16px;margin-top:16px}.framework-card-v3 p{font-size:10.5px}.framework-card-v3 b{left:20px;bottom:20px}.home-content-grid{gap:24px}.home-simple-panel{padding:26px;border-radius:16px}.simple-panel-head h2{font-size:19px}.home-featured-row{padding:16px 6px}.home-team-person{padding:12px 0}
.ai-float{right:28px;bottom:28px}
@media(max-width:1280px){.insight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.span-5,.span-6,.span-7{grid-column:span 1}.analysis-metrics{grid-template-columns:repeat(2,1fr)}.hero-slide{padding:44px 58px}.hero-slide h1{font-size:40px}.institute-badge{font-size:10.5px;padding:0 11px}.header-search-trigger span{display:none}.header-search-trigger{width:40px;padding:0;justify-content:center}}
@media(max-width:760px){.page-home{padding-top:82px}.hero-carousel{height:560px;margin-bottom:40px}.hero-slide{padding:34px 28px 56px}.hero-slide h1{font-size:31px}.analysis-metrics{grid-template-columns:1fr 1fr;gap:10px}.analysis-metrics>div{padding:14px}.analysis-metrics b{font-size:22px}.insight-grid{grid-template-columns:1fr;gap:16px}.span-5,.span-6,.span-7{grid-column:auto}.insight-card{min-height:330px;padding:18px}.home-chart.tall{height:260px}.type-stat-layout{grid-template-columns:1fr}.home-section{margin-top:48px}.institute-badge{display:none}.header-search-trigger{display:inline-flex}}

/* ===== PUBLIC DATA QR ENTRY ===== */
.institute-badge{appearance:none;-webkit-appearance:none;font-family:inherit;text-align:left;cursor:pointer;transition:.18s ease}
.institute-badge:hover{border-color:#b9cbe7;background:#f2f7ff;color:#123c76;opacity:.94}
.institute-badge:focus-visible{outline:3px solid rgba(36,101,237,.2);outline-offset:2px}
.publicdata-qr-overlay{position:fixed;z-index:240;inset:0;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(10,20,42,.48);backdrop-filter:blur(8px)}
.publicdata-qr-overlay.open{display:flex}
.publicdata-qr-modal{width:min(420px,calc(100vw - 32px));max-height:calc(100vh - 32px);overflow:auto;background:#fff;color:#163a6b;border:1px solid #dce6f2;border-radius:18px;box-shadow:0 24px 80px rgba(16,48,96,.2)}
.publicdata-qr-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 22px 0}
.publicdata-qr-head h2{margin:0;color:#163a6b;font-size:18px;line-height:1.35;font-weight:800}
.publicdata-qr-head p{margin:7px 0 0;color:#71829a;font-size:11px;line-height:1.6}
.publicdata-qr-close{width:30px;height:30px;flex:0 0 auto;border:0;border-radius:9px;background:#f3f6fb;color:#71829a;font-size:22px;line-height:1;cursor:pointer;transition:.16s ease}
.publicdata-qr-close:hover{background:#eaf1fb;color:#163a6b}
.publicdata-qr-close:focus-visible{outline:3px solid rgba(36,101,237,.2);outline-offset:2px}
.publicdata-qr-code-wrap{width:min(320px,calc(100% - 44px));aspect-ratio:1;margin:22px auto 15px;padding:12px;background:#fff;border:1px solid #e0e8f2;border-radius:14px;box-shadow:0 10px 28px rgba(35,75,139,.08)}
.publicdata-qr-code-wrap img{display:block;width:100%;height:100%;image-rendering:pixelated}
.publicdata-qr-url{padding:0 22px 23px;text-align:center;color:#7a8ba3;font-size:10px;letter-spacing:.7px;overflow-wrap:anywhere}
body.publicdata-qr-open{overflow:hidden}
@media(max-width:760px){.publicdata-qr-overlay{padding:16px}.publicdata-qr-modal{width:min(360px,calc(100vw - 24px));border-radius:16px}.publicdata-qr-head{padding:19px 18px 0}.publicdata-qr-head h2{font-size:16px}.publicdata-qr-code-wrap{width:min(280px,calc(100% - 32px));margin-top:18px}.publicdata-qr-url{padding-bottom:19px}}


/* ===== V6 · 首页精简 + 完整成果图景 ===== */
.compact-metrics{margin-bottom:22px}.compact-metrics>div{background:linear-gradient(180deg,#fff,#fbfcff)}
.home-overview-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:22px}.home-overview-card{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:24px;box-shadow:0 10px 34px rgba(31,62,112,.035);min-width:0;overflow:hidden;transition:.22s var(--ease)}.home-overview-card:hover{border-color:color-mix(in srgb,var(--primary) 20%,var(--line));box-shadow:0 14px 40px rgba(31,62,112,.055)}.overview-structure{grid-column:span 7}.overview-year{grid-column:span 5}.overview-framework{grid-column:1/-1}.home-type-layout{display:grid;grid-template-columns:.92fr 1.08fr;gap:22px;align-items:center;min-width:0}.home-overview-chart{height:270px;min-width:0}.home-framework-chart{height:240px;min-width:0}.home-type-table-shell{border:1px solid #e5ebf3;border-radius:12px;overflow:hidden;min-width:0;background:#fff}
.viz-landscape-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin:28px 0 20px;padding:2px 2px 0}.viz-landscape-head>div>span{font-size:8px;letter-spacing:1.7px;color:var(--primary);font-weight:850}.viz-landscape-head h2{margin:5px 0 5px;font-size:24px;letter-spacing:-.2px}.viz-landscape-head p{margin:0;max-width:800px;color:var(--muted);font-size:10.5px;line-height:1.75}.viz-landscape-head button{height:38px;padding:0 14px;border:1px solid var(--line);border-radius:11px;background:var(--panel);color:var(--primary);font-size:9px;font-weight:800;cursor:pointer;white-space:nowrap}.viz-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:22px}.viz-metrics>div{padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,var(--panel),color-mix(in srgb,var(--panel2) 82%,var(--panel)));min-width:0}.viz-metrics b{display:block;font-size:23px;letter-spacing:-.6px}.viz-metrics span{display:block;margin-top:5px;color:var(--muted);font-size:8.5px}.viz-landscape-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch}.landscape-card{position:relative;min-width:0;min-height:420px;padding:22px 22px 18px;border:1px solid var(--line);border-radius:18px;background:var(--panel);box-shadow:0 10px 34px rgba(31,62,112,.035);overflow:hidden}.landscape-card:before{content:"";position:absolute;left:22px;right:22px;top:0;height:2px;background:linear-gradient(90deg,color-mix(in srgb,var(--primary) 70%,transparent),transparent);opacity:.65}.landscape-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:8px}.landscape-head b{display:block;font-size:13px;color:var(--text);letter-spacing:.1px}.landscape-head span{display:block;margin-top:5px;color:var(--muted);font-size:9px;line-height:1.55}.landscape-head em{font-style:normal;font-size:7.5px;letter-spacing:1.15px;color:#8da0ba;background:#f4f7fb;border:1px solid #e6ecf4;border-radius:999px;padding:5px 8px;white-space:nowrap}.landscape-chart{position:relative;width:100%;height:338px;min-width:0;overflow:hidden}.landscape-chart.compact{height:305px}.network-chart{height:350px}.landscape-type-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:center;min-width:0}.landscape-table-shell{border:1px solid #e5ebf3;border-radius:12px;overflow:hidden;min-width:0;background:#fff}.viz-view.active{padding-bottom:18px}
@media(max-width:1180px){.overview-structure,.overview-year{grid-column:1/-1}.home-type-layout,.landscape-type-layout{grid-template-columns:1fr}.viz-landscape-grid{grid-template-columns:1fr}.viz-metrics{grid-template-columns:repeat(2,1fr)}.landscape-card{min-height:400px}.landscape-chart,.network-chart{height:330px}}
@media(max-width:760px){.home-overview-grid{grid-template-columns:1fr}.overview-structure,.overview-year,.overview-framework{grid-column:auto}.home-overview-card{padding:18px}.home-overview-chart,.home-framework-chart{height:250px}.viz-landscape-head{display:block}.viz-landscape-head button{margin-top:12px}.viz-metrics{grid-template-columns:1fr 1fr}.viz-landscape-grid{gap:16px}.landscape-card{padding:18px;min-height:370px}.landscape-chart,.network-chart{height:300px}.landscape-type-layout{grid-template-columns:1fr}}

/* ===== V8 · 正式品牌 + 开放平台/研究报告 + 管理后台 ===== */
.site-header{padding:12px 0;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(218,227,240,.78)}
.site-header.scrolled{padding:8px 0}.header-inner{height:66px;gap:42px}.brand-formal{min-width:470px;gap:15px}.brand-mark-formal{width:54px;height:54px;border-radius:16px;background:linear-gradient(145deg,#0b2f65 0%,#1559c8 58%,#3d79ef 100%);box-shadow:0 12px 26px rgba(19,68,145,.16);border:1px solid rgba(10,42,92,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.brand-mark-formal:after{width:48px;height:48px;border-color:rgba(255,255,255,.18);left:24px;top:-22px}.brand-mark-formal strong{font-size:18px;letter-spacing:-1px}.brand-mark-formal small{position:relative;z-index:1;color:rgba(255,255,255,.72);font-size:6px;letter-spacing:1.2px;margin-top:3px}.brand-text-formal{display:flex;flex-direction:column;justify-content:center;min-width:0}.brand-text-formal .brand-kicker{display:block;color:#245ea8;font-size:8px;line-height:1.2;font-weight:850;letter-spacing:1.25px;margin-bottom:4px;white-space:nowrap}.brand-text-formal strong{display:block;font-size:20px;line-height:1.12;letter-spacing:.15px;font-weight:800;color:#102a52}.brand-text-formal small{display:block;margin-top:4px;color:#7b899d;font-size:9px;letter-spacing:.08px;white-space:nowrap}.desktop-nav{justify-content:center}.admin-header-link{height:40px;padding:0 13px;border:1px solid #dce6f2;border-radius:12px;display:inline-flex;align-items:center;color:#1d4c84;text-decoration:none;font-size:10px;font-weight:800;background:#f8faff}.admin-header-link:hover{background:#eef5ff;border-color:#c9d9ef}
.page-home{padding-top:118px}.hero-carousel{height:438px}.hero-reports{background:radial-gradient(circle at 78% 45%,rgba(125,170,255,.30),transparent 35%),linear-gradient(118deg,#0c2d67,#224c9e 52%,#7f9de5)}.hero-skills{background:radial-gradient(circle at 80% 50%,rgba(128,183,255,.36),transparent 36%),linear-gradient(118deg,#083470,#0c5cc2 56%,#61a0ef)}
.dual-report-visual{position:relative;height:330px;min-width:420px;z-index:2}.dual-cover{position:absolute;width:188px;height:270px;border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 24px 55px rgba(4,25,68,.28);border:1px solid rgba(255,255,255,.55)}.dual-cover img{width:100%;height:100%;object-fit:cover;display:block}.cover-cn{left:44px;top:36px;transform:rotate(-5deg)}.cover-global{left:218px;top:10px;transform:rotate(5deg)}.report-glow{position:absolute;left:65px;right:20px;bottom:-20px;height:90px;background:radial-gradient(ellipse,rgba(79,148,255,.45),transparent 68%);filter:blur(8px)}
.skills-visual{height:315px;position:relative;display:flex;align-items:center;justify-content:center;z-index:2}.skills-browser{width:min(520px,100%);height:280px;border-radius:16px;background:#fff;padding-top:26px;overflow:hidden;box-shadow:0 28px 65px rgba(3,28,77,.28);border:1px solid rgba(255,255,255,.6);transform:perspective(1000px) rotateY(-4deg) rotateX(2deg)}.skills-browser>span{position:absolute;top:10px;width:7px;height:7px;border-radius:50%;background:#d6deec}.skills-browser>span:nth-child(1){left:14px}.skills-browser>span:nth-child(2){left:27px}.skills-browser>span:nth-child(3){left:40px}.skills-browser img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hero-skills .hero-btn.primary{color:#0f55ba}
.open-outcomes-section{margin-top:70px}.open-outcomes-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:20px}.open-platform-feature{grid-column:span 6;display:grid;grid-template-columns:1.2fr .8fr;min-height:310px;border:1px solid #dde7f3;border-radius:18px;overflow:hidden;background:linear-gradient(145deg,#f8fbff,#eef5ff);box-shadow:0 12px 36px rgba(28,68,126,.045)}.open-platform-preview{position:relative;min-width:0;overflow:hidden;background:#eaf2ff}.open-platform-preview:after{content:"";position:absolute;inset:0;box-shadow:inset -45px 0 55px rgba(238,245,255,.78);pointer-events:none}.open-platform-preview img{width:100%;height:100%;object-fit:cover;object-position:22% center;display:block;transition:.4s ease}.open-platform-feature:hover .open-platform-preview img{transform:scale(1.018)}.open-platform-copy{padding:30px 28px;display:flex;flex-direction:column;justify-content:center}.open-kind{font-size:8px;letter-spacing:1.5px;color:#2164d4;font-weight:850}.open-platform-copy h3{font-size:23px;line-height:1.25;margin:9px 0 10px;color:#102c57}.open-platform-copy p{font-size:10.5px;line-height:1.8;color:#6f819a;margin:0}.open-actions{display:flex;align-items:center;gap:15px;margin-top:24px}.open-actions a{font-size:10px;font-weight:800;text-decoration:none;color:#38638f}.open-actions .open-primary{height:38px;padding:0 15px;border-radius:10px;background:#155fd6;color:#fff;display:inline-flex;align-items:center;box-shadow:0 10px 22px rgba(21,95,214,.16)}
.open-report-card{grid-column:span 3;min-height:310px;border:1px solid #dde7f3;border-radius:18px;background:#fff;overflow:hidden;text-decoration:none;color:#102c57;display:grid;grid-template-columns:112px 1fr;box-shadow:0 10px 30px rgba(28,68,126,.035);transition:.22s ease}.open-report-card:hover{transform:translateY(-3px);border-color:#c5d7ed;box-shadow:0 16px 38px rgba(28,68,126,.07)}.report-cover{height:100%;background:#eef3f8;overflow:hidden}.report-cover img{width:100%;height:100%;object-fit:cover;display:block}.report-card-copy{padding:24px 18px;display:flex;flex-direction:column}.report-card-copy>span{font-size:8px;letter-spacing:1px;color:#6f86a4;font-weight:800}.report-card-copy h3{font-size:15px;line-height:1.55;margin:10px 0 5px}.report-card-copy p{font-size:9.5px;line-height:1.6;color:#7c8da5;margin:0}.report-facts{margin-top:auto;display:grid;grid-template-columns:auto 1fr auto 1fr;gap:4px 7px;align-items:end;padding-top:20px}.report-facts b{font-size:17px;color:#174b94}.report-facts i{font-size:7.5px;color:#8292a8;font-style:normal}.report-card-copy em{margin-top:14px;font-size:9px;color:#2667cd;font-weight:800;font-style:normal}
.detail-media{width:min(320px,100%);margin:22px 0 2px;border:1px solid var(--line);border-radius:15px;overflow:hidden;background:#f2f5f9;box-shadow:0 15px 36px rgba(29,64,113,.08)}.detail-media img{display:block;width:100%;height:auto}.detail-media-wide{width:min(780px,100%);aspect-ratio:16/9}.detail-media-wide img{width:100%;height:100%;object-fit:cover}.detail-primary-action{margin:20px 0 28px}.detail-primary-action .profile-button{display:inline-flex}.chat-msg.thinking{opacity:.66;font-style:italic}.open-platform-feature,.open-report-card{position:relative}
/* admin */
.admin-page{min-height:100vh;background:#f4f7fb;color:#173356}.admin-shell{width:min(1180px,calc(100vw - 40px));margin:0 auto}.admin-top{height:82px;display:flex;align-items:center;justify-content:space-between}.admin-brand{display:flex;align-items:center;gap:12px}.admin-brand .brand-mark-formal{width:44px;height:44px;border-radius:13px}.admin-brand strong{display:block;font-size:16px}.admin-brand span{display:block;margin-top:3px;font-size:9px;color:#7b8ba2}.admin-top a{font-size:10px;color:#275d9c;text-decoration:none}.admin-card{background:#fff;border:1px solid #dde6f1;border-radius:18px;box-shadow:0 12px 34px rgba(30,62,108,.045)}.admin-login{width:min(460px,100%);margin:11vh auto 0;padding:34px}.admin-login h1{margin:0 0 8px;font-size:25px}.admin-login p{margin:0 0 24px;font-size:11px;color:#7d8ca2;line-height:1.7}.admin-form{display:grid;gap:14px}.admin-field{display:grid;gap:6px}.admin-field label{font-size:9px;color:#647996;font-weight:750}.admin-field input,.admin-field select,.admin-field textarea{width:100%;border:1px solid #dce6f2;border-radius:11px;background:#fbfcfe;color:#173356;padding:11px 12px;outline:0;font-size:11px}.admin-field textarea{min-height:96px;resize:vertical;line-height:1.6}.admin-field input:focus,.admin-field textarea:focus,.admin-field select:focus{border-color:#85ace4;box-shadow:0 0 0 3px #eef5ff}.admin-primary{height:42px;border:0;border-radius:11px;background:#155fd6;color:#fff;font-weight:800;font-size:11px;cursor:pointer}.admin-muted-btn{height:38px;border:1px solid #dce6f2;border-radius:10px;background:#fff;color:#31577e;font-size:10px;font-weight:750;padding:0 13px;cursor:pointer}.admin-error{min-height:18px;color:#c44747;font-size:9px}.admin-panel{display:none;padding-bottom:60px}.admin-panel.open{display:block}.admin-hero{display:flex;align-items:flex-end;justify-content:space-between;padding:22px 0 20px}.admin-hero h1{margin:0;font-size:28px}.admin-hero p{margin:6px 0 0;font-size:10px;color:#788ba5}.admin-grid{display:grid;grid-template-columns:240px 1fr;gap:20px}.admin-nav{padding:12px;height:max-content;position:sticky;top:20px}.admin-nav button{width:100%;height:42px;border:0;background:transparent;color:#6d809c;text-align:left;padding:0 13px;border-radius:10px;font-size:10.5px;font-weight:750;cursor:pointer}.admin-nav button.active{background:#eef5ff;color:#155fd6}.admin-content{padding:28px}.admin-pane{display:none}.admin-pane.active{display:block}.admin-pane-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;border-bottom:1px solid #edf1f6;padding-bottom:18px;margin-bottom:22px}.admin-pane-head h2{margin:0;font-size:20px}.admin-pane-head p{margin:5px 0 0;font-size:10px;color:#7d8ca2;line-height:1.7}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.admin-form-grid .full{grid-column:1/-1}.secret-row{display:flex;gap:8px}.secret-row input{flex:1}.admin-savebar{display:flex;align-items:center;gap:10px;margin-top:22px;padding-top:18px;border-top:1px solid #edf1f6}.admin-status{font-size:9px;color:#5f7797}.admin-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 9px;background:#eef8f4;color:#2d8a67;font-size:8px;font-weight:800}.admin-badge i{width:6px;height:6px;border-radius:50%;background:#35b782}.admin-note{padding:12px 14px;border-radius:11px;background:#f6f8fb;color:#71829a;font-size:9px;line-height:1.7;margin-bottom:16px}.admin-test-result{font-size:9px;color:#6c7f99;margin-left:8px}
@media(max-width:1320px){.brand-formal{min-width:390px}.brand-text-formal small{display:none}.brand-text-formal strong{font-size:18px}.open-platform-feature{grid-column:1/-1}.open-report-card{grid-column:span 6}.dual-report-visual{min-width:360px}.institute-badge{display:none}}
@media(max-width:900px){.brand-formal{min-width:auto}.brand-kicker{display:none!important}.brand-text-formal strong{font-size:16px}.open-platform-feature{grid-template-columns:1fr}.open-platform-preview{height:230px}.open-report-card{grid-column:1/-1}.admin-grid{grid-template-columns:1fr}.admin-nav{position:static;display:flex;gap:5px;overflow:auto}.admin-nav button{min-width:120px}.admin-form-grid{grid-template-columns:1fr}.admin-form-grid .full{grid-column:auto}}
@media(max-width:760px){.brand-mark-formal{width:44px;height:44px}.brand-text-formal strong{font-size:14px}.hero-reports,.hero-skills{grid-template-columns:1fr}.dual-report-visual,.skills-visual{height:190px;min-width:0}.dual-cover{width:116px;height:165px}.cover-cn{left:26%;top:20px}.cover-global{left:51%;top:4px}.skills-browser{height:185px}.open-outcomes-grid{display:block}.open-platform-feature,.open-report-card{margin-bottom:14px}.open-report-card{grid-template-columns:100px 1fr;min-height:235px}.admin-shell{width:calc(100vw - 24px)}}

/* ===== V8 · THREE REPORTS ===== */
.triple-report-visual{position:relative;height:342px;min-width:490px;z-index:2}
.triple-cover{position:absolute;border-radius:11px;overflow:hidden;background:#fff;border:1px solid rgba(255,255,255,.62);box-shadow:0 26px 62px rgba(4,25,68,.28);transition:transform .35s ease}
.triple-cover img{width:100%;height:100%;object-fit:cover;display:block}
.cover-domestic{width:202px;height:286px;left:145px;top:22px;z-index:4;transform:rotate(-1deg)}
.cover-policy{width:162px;height:230px;left:22px;top:62px;z-index:2;transform:rotate(-7deg)}
.cover-global{width:170px;height:240px;left:322px;top:47px;z-index:3;transform:rotate(7deg)}
.hero-reports.active .cover-domestic{animation:reportFloatPrimary 5.8s ease-in-out infinite}
.hero-reports.active .cover-policy{animation:reportFloatLeft 6.4s ease-in-out infinite}
.hero-reports.active .cover-global{animation:reportFloatRight 6.1s ease-in-out infinite}
@keyframes reportFloatPrimary{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-7px) rotate(-.2deg)}}
@keyframes reportFloatLeft{0%,100%{transform:translateY(0) rotate(-7deg)}50%{transform:translateY(5px) rotate(-6deg)}}
@keyframes reportFloatRight{0%,100%{transform:translateY(0) rotate(7deg)}50%{transform:translateY(-4px) rotate(6deg)}}
.open-platform-feature{grid-column:1/-1;min-height:280px;grid-template-columns:1.35fr .65fr}
.open-platform-preview{min-height:280px}
.open-report-card{grid-column:span 4;min-height:300px;grid-template-columns:118px 1fr}
.open-report-card.report-primary{border-color:#cddcf2;box-shadow:0 14px 36px rgba(28,68,126,.065)}
.open-report-card.report-primary:before{content:'REPORT 01';position:absolute;top:13px;right:14px;font-size:7px;letter-spacing:1.1px;font-weight:850;color:#416ca9;background:#eff5fd;border:1px solid #d9e6f6;border-radius:999px;padding:4px 7px;z-index:3}
@media(max-width:1320px){.triple-report-visual{min-width:390px}.cover-domestic{left:112px}.cover-policy{left:5px}.cover-global{left:257px}.open-report-card{grid-column:span 4}}
@media(max-width:1000px){.open-report-card{grid-column:1/-1}.open-platform-feature{grid-template-columns:1fr}.open-platform-preview{height:250px}.triple-report-visual{min-width:350px;transform:scale(.9);transform-origin:center}}
@media(max-width:760px){.triple-report-visual{height:195px;min-width:0;transform:none}.triple-cover{border-radius:7px}.cover-domestic{width:112px;height:158px;left:calc(50% - 56px);top:16px}.cover-policy{width:88px;height:125px;left:calc(50% - 126px);top:42px}.cover-global{width:92px;height:130px;left:calc(50% + 38px);top:35px}.open-report-card{grid-template-columns:100px 1fr;min-height:230px}.open-platform-preview{min-height:210px}}


/* ===== V9 · THREE-REPORT HERO + COMPACT OPEN OUTPUTS ===== */
/* Hero: keep the report slide as a two-column editorial composition; three covers stay inside the right visual area. */
.hero-reports{
  grid-template-columns:minmax(0,1.08fr) minmax(500px,.92fr);
  column-gap:34px;
}
.hero-reports .hero-content{max-width:820px;min-width:0}
.hero-reports .hero-content h1{max-width:790px}
.triple-report-visual{
  position:relative;
  width:500px;
  min-width:500px;
  height:326px;
  justify-self:end;
  align-self:center;
  z-index:2;
  overflow:visible;
}
.triple-cover{
  position:absolute;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(255,255,255,.72);
  border-radius:12px;
  box-shadow:0 26px 60px rgba(4,25,68,.27);
  transform-origin:50% 72%;
  will-change:transform;
}
.triple-cover img{width:100%;height:100%;display:block;object-fit:cover}
/* preserve the visual logic of the former two-book slide, then add the new domestic report on the right/front */
.triple-report-visual .cover-policy{width:160px;height:228px;left:10px;top:66px;z-index:2;transform:rotate(-7deg)}
.triple-report-visual .cover-global{width:174px;height:246px;left:154px;top:35px;z-index:3;transform:rotate(2deg)}
.triple-report-visual .cover-domestic{width:190px;height:270px;left:302px;top:20px;z-index:4;transform:rotate(7deg)}
.triple-report-visual .report-glow{left:38px;right:-8px;bottom:-12px;height:78px;opacity:.9}
.hero-reports.active .triple-report-visual .cover-policy{animation:reportFloatLeftV9 6.5s ease-in-out infinite}
.hero-reports.active .triple-report-visual .cover-global{animation:reportFloatMidV9 6.1s ease-in-out infinite}
.hero-reports.active .triple-report-visual .cover-domestic{animation:reportFloatRightV9 5.8s ease-in-out infinite}
@keyframes reportFloatLeftV9{0%,100%{transform:translateY(0) rotate(-7deg)}50%{transform:translateY(5px) rotate(-6deg)}}
@keyframes reportFloatMidV9{0%,100%{transform:translateY(0) rotate(2deg)}50%{transform:translateY(-5px) rotate(1deg)}}
@keyframes reportFloatRightV9{0%,100%{transform:translateY(0) rotate(7deg)}50%{transform:translateY(-8px) rotate(6deg)}}

/* Open outputs: one deliberate row on wide screens — platform + three report cards. No orphan card / empty lower row. */
.open-outcomes-grid{
  display:grid;
  grid-template-columns:minmax(520px,1.58fr) repeat(3,minmax(250px,.78fr));
  gap:16px;
  align-items:stretch;
}
.open-platform-feature{
  grid-column:auto;
  min-width:0;
  min-height:292px;
  grid-template-columns:minmax(0,1.22fr) minmax(220px,.78fr);
}
.open-platform-preview{min-height:292px}
.open-platform-copy{padding:27px 24px}
.open-platform-copy h3{font-size:21px}
.open-report-card,
.open-report-card.report-primary{
  grid-column:auto;
  min-width:0;
  min-height:292px;
  grid-template-columns:96px minmax(0,1fr);
  border-radius:18px;
}
.open-report-card.report-primary:before{top:10px;right:10px}
.report-card-copy{padding:20px 15px 18px}
.report-card-copy>span{padding-right:40px;white-space:normal;line-height:1.45}
.report-card-copy h3{font-size:14px;line-height:1.48;margin:9px 0 5px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.report-card-copy p{font-size:8.8px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.report-facts{grid-template-columns:auto 1fr;gap:2px 6px;padding-top:14px}
.report-facts b{font-size:16px}
.report-facts i{font-size:7.3px}
.report-card-copy em{margin-top:10px}
.open-outcomes-section{padding-bottom:2px}

@media(max-width:1460px){
  .hero-reports{grid-template-columns:minmax(0,1fr) minmax(420px,.8fr)}
  .triple-report-visual{width:430px;min-width:430px;transform:scale(.92);transform-origin:right center}
  .open-outcomes-grid{grid-template-columns:minmax(450px,1.45fr) repeat(3,minmax(220px,.76fr));gap:14px}
  .open-platform-feature{grid-template-columns:minmax(0,1.15fr) minmax(190px,.85fr)}
  .open-platform-copy{padding:24px 20px}
  .open-platform-copy h3{font-size:19px}
  .open-report-card{grid-template-columns:86px minmax(0,1fr)}
  .report-card-copy{padding:18px 13px 16px}
}
@media(max-width:1240px){
  .hero-reports{grid-template-columns:minmax(0,1fr) 380px}
  .triple-report-visual{width:500px;min-width:500px;transform:scale(.76);transform-origin:right center}
  .open-outcomes-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .open-platform-feature{grid-column:1/-1;min-height:270px}
  .open-report-card{grid-column:auto;min-height:270px;grid-template-columns:100px 1fr}
}
@media(max-width:900px){
  .hero-reports{grid-template-columns:1fr;padding-bottom:235px}
  .hero-reports .hero-content{max-width:none}
  .triple-report-visual{position:absolute;left:50%;bottom:12px;width:500px;min-width:500px;height:210px;transform:translateX(-50%) scale(.66);transform-origin:center bottom}
  .open-outcomes-grid{grid-template-columns:1fr 1fr}
  .open-platform-feature{grid-column:1/-1}
  .open-report-card{grid-column:auto;min-height:245px}
  .open-report-card:last-child{grid-column:1/-1;min-height:235px}
}
@media(max-width:760px){
  .hero-reports{padding-bottom:215px}
  .triple-report-visual{bottom:4px;transform:translateX(-50%) scale(.58)}
  .open-outcomes-grid{display:grid;grid-template-columns:1fr;gap:12px}
  .open-platform-feature,.open-report-card,.open-report-card:last-child{grid-column:1;min-height:230px;margin:0}
  .open-platform-feature{grid-template-columns:1fr}.open-platform-preview{height:205px;min-height:205px}
  .open-report-card{grid-template-columns:96px 1fr}
}


/* ===== V10 chart readability + full report covers ===== */
.landscape-type-layout{grid-template-columns:minmax(300px,.92fr) minmax(360px,1.08fr);gap:24px;align-items:center}
.landscape-type-layout .landscape-chart{overflow:visible;padding-left:12px}
.landscape-table-shell{align-self:center}
.landscape-card{min-height:430px}
.landscape-chart{height:342px}

/* Report covers are publication objects: never crop them. */
.open-report-card,
.open-report-card.report-primary{grid-template-columns:128px minmax(0,1fr);min-height:314px}
.report-cover{display:flex;align-items:center;justify-content:center;padding:16px 10px;background:linear-gradient(180deg,#f7f9fc,#edf2f8);overflow:hidden}
.report-cover img{width:100%;height:100%;max-height:274px;object-fit:contain;object-position:center;display:block;border-radius:3px;filter:drop-shadow(0 8px 13px rgba(26,55,95,.12));transition:transform .25s ease}
.open-report-card:hover .report-cover img{transform:translateY(-2px) scale(1.015)}
.report-card-copy{min-width:0}
.report-card-copy h3{overflow-wrap:anywhere}

@media(max-width:1460px){
  .open-report-card{grid-template-columns:116px minmax(0,1fr)}
  .report-cover{padding:14px 9px}
}
@media(max-width:1240px){
  .open-report-card{grid-template-columns:132px minmax(0,1fr)}
}
@media(max-width:900px){
  .landscape-type-layout{grid-template-columns:1fr;gap:12px}
  .landscape-type-layout .landscape-chart{height:250px;padding-left:0}
  .open-report-card{grid-template-columns:116px minmax(0,1fr)}
}
@media(max-width:760px){
  .open-report-card{grid-template-columns:108px minmax(0,1fr)}
  .report-cover{padding:12px 8px}
  .report-cover img{max-height:205px}
}


/* ===== V11 Lin Xin academic profile ===== */
.person-result span{display:block;margin-top:6px;font-size:10.5px;text-align:left;white-space:normal}.person-result b{line-height:1.65;font-size:12.5px}



/* ===== V12.4 全成员详情页：相关成果可读性统一优化 =====
   使用共享 person.html / renderPerson() 模板，
   马海群、周丽霞、张涛、林鑫及后续新增成员全部同步生效。 */
.person-main .bio-card:has(.person-results) {
  padding: 28px 30px 30px;
}

.person-main .bio-card:has(.person-results) > h2 {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 18px;
  font-weight: 760;
  letter-spacing: -.2px;
}

.person-results {
  display: grid;
  gap: 0;
}

.person-result {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  min-height: 60px;
  padding: 16px 2px;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  color: var(--text);
  transition: background .18s ease, padding .18s ease, border-color .18s ease;
}

.person-result:hover {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 12px;
  border-bottom-color: transparent;
  background: color-mix(in srgb, var(--primary) 4.5%, var(--panel));
}

.person-result b {
  display: block;
  min-width: 0;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 680;
  letter-spacing: .02px;
}

.person-result span {
  display: block;
  margin: 0;
  font-size: 11.5px;
  line-height: 1.55;
  color: var(--muted);
  white-space: nowrap;
  text-align: right;
}

/* 身份与荣誉略微同步增大，避免与成果区字号层级脱节。 */
.person-main .highlight-item {
  font-size: 11.5px;
  line-height: 1.7;
  padding: 15px 16px;
}

@media (max-width: 900px) {
  .person-result {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px 0;
  }
  .person-result b {
    font-size: 14px;
  }
  .person-result span {
    font-size: 11px;
    white-space: normal;
    text-align: left;
  }
}


/* ===== V12.5 开放成果区与成果图景优化 ===== */
.open-outcomes-grid{
  grid-template-columns:minmax(640px,1.82fr) repeat(3,minmax(250px,.86fr));
  gap:18px;
  align-items:stretch;
}
.open-platform-feature{
  min-height:334px;
  grid-template-columns:minmax(0,1.46fr) minmax(250px,.74fr);
  border-radius:22px;
  background:linear-gradient(140deg,#f7fbff 0%,#edf4ff 52%,#f9fbff 100%);
  box-shadow:0 18px 44px rgba(31,73,136,.06);
}
.open-platform-preview{
  min-height:334px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px 20px 22px;
  background:
    radial-gradient(circle at 78% 22%,rgba(121,161,244,.22),transparent 28%),
    radial-gradient(circle at 16% 88%,rgba(95,173,255,.12),transparent 26%),
    linear-gradient(145deg,#f4f8ff,#eaf2ff 56%,#f6faff);
}
.open-platform-preview:after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(244,248,255,.1),rgba(244,248,255,0) 22%,rgba(244,248,255,0) 78%,rgba(240,246,255,.56));
  pointer-events:none;
  box-shadow:none;
}
.open-platform-preview img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  border-radius:16px;
  box-shadow:0 18px 42px rgba(22,66,129,.10);
  background:#fff;
  padding:10px;
}
.open-platform-feature:hover .open-platform-preview img{transform:translateY(-2px) scale(1.012)}
.open-platform-copy{padding:30px 28px}
.open-platform-copy h3{font-size:24px;line-height:1.22;margin:10px 0 12px}
.open-platform-copy p{font-size:11px;line-height:1.86}
.open-actions{margin-top:22px;gap:14px;flex-wrap:wrap}
.open-actions .open-primary{height:40px;padding:0 16px;border-radius:11px}

.open-report-card,
.open-report-card.report-primary{
  min-height:334px;
  grid-template-columns:142px minmax(0,1fr);
  border-radius:22px;
}
.report-cover{padding:18px 12px;background:linear-gradient(180deg,#f8fbff,#edf3f8)}
.report-cover img{max-height:294px;filter:drop-shadow(0 10px 16px rgba(26,55,95,.12))}
.report-card-copy{padding:22px 18px 20px}
.report-card-copy h3{font-size:14.6px;line-height:1.52}
.report-card-copy p{font-size:9px;line-height:1.6}
.report-facts b{font-size:17px}
.report-card-copy em{font-size:9.4px}

@media(max-width:1460px){
  .open-outcomes-grid{grid-template-columns:minmax(560px,1.58fr) repeat(3,minmax(225px,.8fr));gap:15px}
  .open-platform-feature{grid-template-columns:minmax(0,1.36fr) minmax(210px,.8fr);min-height:318px}
  .open-platform-preview{min-height:318px;padding:22px 16px 18px}
  .open-report-card,.open-report-card.report-primary{grid-template-columns:124px minmax(0,1fr);min-height:318px}
}
@media(max-width:1240px){
  .open-outcomes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .open-platform-feature{grid-column:1/-1;min-height:300px}
  .open-report-card,.open-report-card.report-primary{grid-template-columns:138px minmax(0,1fr);min-height:300px}
}
@media(max-width:900px){
  .open-outcomes-grid{grid-template-columns:1fr 1fr}
  .open-platform-feature{grid-column:1/-1;min-height:286px}
  .open-report-card,.open-report-card.report-primary{grid-template-columns:122px minmax(0,1fr);min-height:252px}
}
@media(max-width:760px){
  .open-outcomes-grid{grid-template-columns:1fr;gap:12px}
  .open-platform-feature,.open-report-card,.open-report-card.report-primary{grid-column:1;min-height:236px}
  .open-platform-feature{grid-template-columns:1fr}
  .open-platform-preview{height:214px;min-height:214px;padding:14px}
  .open-report-card,.open-report-card.report-primary{grid-template-columns:108px minmax(0,1fr)}
  .report-cover{padding:12px 8px}
  .report-cover img{max-height:208px}
}

/* 用堆叠面积图替换热力图后，给该图更舒展的横向空间。 */
#vizHeatmapChart{height:354px}


/* ===== V12.6 全项目成员详情页：字号与信息层级统一优化 =====
   作用于共享 person.html / renderPerson()，不是针对单个人。 */

/* 左侧个人信息卡 */
.person-sidebar-copy{
  padding:24px 24px 25px;
}
.person-sidebar .team-role{
  font-size:8.5px;
  letter-spacing:.35px;
}
.person-sidebar h1{
  font-size:31px;
  line-height:1.22;
  margin:9px 0 7px;
  letter-spacing:-.4px;
}
.person-sidebar p{
  font-size:9.6px;
  line-height:1.72;
  margin:0;
}
.person-contact{
  gap:8px;
  margin-top:17px;
  padding-top:15px;
}
.person-contact span{
  font-size:8.6px;
  line-height:1.65;
}

/* 右侧各信息模块 */
.person-main{
  gap:15px;
}
.person-main .bio-card{
  padding:25px 27px;
}
.person-main .bio-card h2{
  font-size:18px;
  line-height:1.35;
  margin:0 0 14px;
  font-weight:730;
}
.person-main .bio-card p{
  font-size:10.6px;
  line-height:1.92;
  margin:0 0 10px;
}
.person-main .bio-card p:last-child{
  margin-bottom:0;
}

/* 身份与荣誉：保持正式，不做“大按钮字” */
.person-main .highlight-list{
  gap:10px;
}
.person-main .highlight-item{
  font-size:10.2px;
  line-height:1.62;
  padding:13px 15px;
  border-radius:12px;
}

/* “成果库中的相关成果”标题保持现有大小，不动标题层级 */
.person-main .bio-card:has(.person-results) > h2{
  font-size:20px;
  line-height:1.35;
  margin-bottom:13px;
  font-weight:760;
}

/* 成果内部重新拉开层级：题名明显、右侧元信息更轻更小 */
.person-result{
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  min-height:52px;
  padding:12px 2px;
}
.person-result b{
  font-size:13px;
  line-height:1.6;
  font-weight:650;
  letter-spacing:0;
}
.person-result span{
  font-size:9.4px;
  line-height:1.5;
  color:color-mix(in srgb,var(--muted) 90%,transparent);
  white-space:nowrap;
  text-align:right;
}
.person-result:hover{
  padding-left:8px;
  padding-right:8px;
}

/* 查看全部相关成果入口也与成果元信息区分开 */
.person-main .bio-card:has(.person-results) > .text-action{
  font-size:10px;
  margin-top:14px !important;
}

@media(max-width:900px){
  .person-main .bio-card{padding:22px}
  .person-main .bio-card h2{font-size:17px}
  .person-main .bio-card:has(.person-results) > h2{font-size:20px}
  .person-result{
    grid-template-columns:1fr;
    gap:4px;
    padding:12px 0;
  }
  .person-result b{font-size:12.8px}
  .person-result span{
    font-size:9.2px;
    text-align:left;
    white-space:normal;
  }
}


/* ===== V12.7 三报告卡片：取消窄横排，改为出版物纵向卡 ===== */
.open-outcomes-grid{
  grid-template-columns:minmax(660px,1.62fr) repeat(3,minmax(285px,.94fr));
  gap:18px;
}
.open-platform-feature{
  min-height:356px;
  grid-template-columns:minmax(0,1.36fr) minmax(250px,.74fr);
}
.open-platform-preview{min-height:356px}
.open-report-card,
.open-report-card.report-primary{
  display:grid;
  grid-template-columns:1fr;
  grid-template-rows:196px minmax(0,1fr);
  min-height:356px;
  overflow:hidden;
}
.report-cover{
  height:196px;
  padding:18px 20px 12px;
  background:linear-gradient(180deg,#f8fbff 0%,#eef4fa 100%);
}
.report-cover img{
  width:auto;
  max-width:86%;
  height:100%;
  max-height:168px;
  object-fit:contain;
  object-position:center;
  margin:auto;
  filter:drop-shadow(0 11px 17px rgba(26,55,95,.13));
}
.report-card-copy{
  padding:17px 19px 18px;
  min-width:0;
}
.report-card-copy>span{
  display:block;
  padding-right:0;
  white-space:normal;
  font-size:8.2px;
  line-height:1.45;
}
.report-card-copy h3{
  font-size:14.2px;
  line-height:1.5;
  margin:7px 0 5px;
  display:block;
  overflow:visible;
  -webkit-line-clamp:unset;
}
.report-card-copy p{
  font-size:8.8px;
  line-height:1.55;
  display:block;
  overflow:visible;
  -webkit-line-clamp:unset;
}
.report-facts{
  margin-top:auto;
  display:flex;
  align-items:baseline;
  flex-wrap:wrap;
  gap:3px 7px;
  padding-top:13px;
}
.report-facts b{font-size:16.5px}
.report-facts i{font-size:7.5px;margin-right:5px}
.report-card-copy em{margin-top:8px;font-size:9px}
.open-report-card.report-primary:before{top:12px;right:12px}

@media(max-width:1500px){
  .open-outcomes-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .open-platform-feature{grid-column:1/-1;min-height:310px}
  .open-report-card,.open-report-card.report-primary{min-height:342px}
}
@media(max-width:920px){
  .open-outcomes-grid{grid-template-columns:1fr 1fr}
  .open-platform-feature{grid-column:1/-1}
  .open-report-card:last-child{grid-column:1/-1}
}
@media(max-width:650px){
  .open-outcomes-grid{grid-template-columns:1fr}
  .open-platform-feature,.open-report-card,.open-report-card.report-primary,.open-report-card:last-child{grid-column:1}
  .open-report-card,.open-report-card.report-primary{grid-template-rows:178px auto;min-height:320px}
  .report-cover{height:178px}
  .report-cover img{max-height:152px}
}

/* ===== V12.7 “识途”成果问答 ===== */
.shitufloat i,.shitu-orb{font-family:"Songti SC","STSong",serif;font-weight:800}
.shitu-drawer{width:min(500px,100vw)}
.drawer-head-actions{display:flex;align-items:center;gap:7px}
.drawer-reset{
  border:1px solid var(--line);
  background:var(--panel2);
  color:var(--muted);
  height:32px;
  padding:0 10px;
  border-radius:9px;
  font-size:8.5px;
  cursor:pointer;
}
.chat-intro{
  margin:2px 0 14px;
  padding:14px 15px;
  border:1px solid color-mix(in srgb,var(--primary) 15%,var(--line));
  border-radius:15px;
  background:linear-gradient(145deg,color-mix(in srgb,var(--primary) 5%,var(--panel)),var(--panel2));
}
.chat-intro b{display:block;font-size:11px;margin-bottom:6px}
.chat-intro span{display:block;color:var(--muted);font-size:9px;line-height:1.75}
.chat-answer-block{margin-bottom:14px}
.chat-answer-block>.chat-msg{margin-bottom:7px;max-width:94%}
.answer-evidence{
  max-width:94%;
  padding:10px;
  border:1px solid var(--line);
  border-radius:14px;
  background:color-mix(in srgb,var(--panel2) 70%,var(--panel));
}
.answer-evidence-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 3px 7px;
}
.answer-evidence-head b{font-size:9px}
.answer-evidence-head span{font-size:7.5px;color:var(--muted)}
.answer-source-card{
  display:grid;
  grid-template-columns:22px minmax(0,1fr) auto;
  align-items:center;
  gap:8px;
  padding:8px 6px;
  border-top:1px solid var(--line);
  color:var(--text);
  text-decoration:none;
}
.source-index{
  width:20px;height:20px;border-radius:7px;
  display:grid;place-items:center;
  background:color-mix(in srgb,var(--primary) 9%,var(--panel));
  color:var(--primary);
  font-size:7.5px;font-weight:800;
}
.source-main{min-width:0}
.source-main b{
  display:block;
  font-size:8.8px;
  line-height:1.5;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.source-main small{
  display:block;
  margin-top:2px;
  color:var(--muted);
  font-size:7.2px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.source-go{font-size:7.5px;color:var(--primary);font-weight:750;white-space:nowrap}
.answer-source-card:hover{background:color-mix(in srgb,var(--primary) 4%,var(--panel));border-radius:9px}
.drawer-suggestions{padding-top:2px}
.drawer-suggestions button{font-size:8px}
.drawer-input textarea{font-size:10px;line-height:1.55}
.drawer-input button{width:58px}


/* ===== V12.8 开放成果区对齐与宽度优化 =====
   解决三份报告在超宽屏下横向撑出内容区的问题。
   整组卡片严格受 home-section / shell 容器约束，右边缘与上方“查看全部研究成果”对齐。 */
.open-outcomes-section{
  min-width:0;
}
.open-outcomes-grid{
  width:100%;
  max-width:100%;
  min-width:0;
  box-sizing:border-box;
  display:grid;
  grid-template-columns:minmax(0,1.64fr) repeat(3,minmax(0,.70fr));
  gap:15px;
  align-items:stretch;
}
.open-outcomes-grid > *{
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}

/* 左侧开放平台保持主视觉，但不再依赖固定最小宽度。 */
.open-platform-feature{
  width:100%;
  min-width:0;
  min-height:338px;
  grid-template-columns:minmax(0,1.36fr) minmax(200px,.64fr);
}
.open-platform-preview{
  min-width:0;
  min-height:338px;
}
.open-platform-copy{
  min-width:0;
  padding:27px 24px;
}
.open-platform-copy h3{
  font-size:22.5px;
  line-height:1.24;
}
.open-platform-copy p{
  font-size:10.4px;
  line-height:1.82;
}

/* 三份报告统一收窄，仍保持“上封面 / 下文字”的出版物结构。 */
.open-report-card,
.open-report-card.report-primary{
  width:100%;
  min-width:0;
  max-width:none;
  min-height:338px;
  grid-template-columns:1fr;
  grid-template-rows:178px minmax(0,1fr);
}
.report-cover{
  height:178px;
  padding:14px 15px 10px;
}
.report-cover img{
  width:auto;
  max-width:80%;
  height:100%;
  max-height:154px;
  margin:auto;
}
.report-card-copy{
  min-width:0;
  padding:15px 15px 16px;
}
.report-card-copy>span{
  font-size:7.7px;
  line-height:1.4;
}
.report-card-copy h3{
  font-size:13.1px;
  line-height:1.45;
  margin:6px 0 4px;
  overflow-wrap:anywhere;
}
.report-card-copy p{
  font-size:8.2px;
  line-height:1.5;
}
.report-facts{
  padding-top:10px;
  gap:3px 6px;
}
.report-facts b{
  font-size:15px;
}
.report-facts i{
  font-size:7px;
}
.report-card-copy em{
  font-size:8.4px;
  margin-top:7px;
}

/* 超宽屏也只按比例分栏，不允许任何列把容器撑开。 */
@media(min-width:1501px){
  .open-outcomes-grid{
    grid-template-columns:minmax(0,1.64fr) repeat(3,minmax(0,.70fr));
  }
}

/* 中等桌面：平台整行，三份报告下一行三等分，更稳定。 */
@media(max-width:1320px){
  .open-outcomes-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:14px;
  }
  .open-platform-feature{
    grid-column:1/-1;
    min-height:298px;
  }
  .open-platform-preview{min-height:298px}
  .open-report-card,
  .open-report-card.report-primary{
    min-height:320px;
    grid-template-rows:172px minmax(0,1fr);
  }
}

/* 平板：2 列 */
@media(max-width:900px){
  .open-outcomes-grid{
    grid-template-columns:1fr 1fr;
  }
  .open-platform-feature{
    grid-column:1/-1;
  }
  .open-report-card:last-child{
    grid-column:1/-1;
  }
}

/* 手机：1 列 */
@media(max-width:650px){
  .open-outcomes-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  .open-platform-feature,
  .open-report-card,
  .open-report-card.report-primary,
  .open-report-card:last-child{
    grid-column:1;
  }
}

/* ===== V12.9 社会科学智能体 Skills 开放平台 ===== */
.platform-title-link{color:inherit;text-decoration:none}
.platform-title-link strong{color:#d9e9ff;font-weight:850}
.platform-title-link:hover strong{color:#fff}
.platform-product-line{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:13px;font-size:9px;color:rgba(255,255,255,.72)}
.platform-product-line b{color:#fff;font-weight:760}
.platform-product-line a{color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.36)}
.skills-visual-link{text-decoration:none;color:inherit}
.skills-browser{width:min(590px,100%);height:302px}
.skills-browser img{width:100%;height:100%;object-fit:contain;object-position:center center;background:#f7faff}
.skills-visual-link:hover .skills-browser{transform:perspective(1000px) rotateY(-2deg) rotateX(1deg) translateY(-3px);transition:transform .28s ease}
.open-platform-preview{text-decoration:none}
.open-platform-preview img{object-fit:contain;object-position:center center}
.open-platform-title-link{color:inherit;text-decoration:none}
.open-platform-title-link:hover{color:#1c66dc}
.open-platform-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:15px;padding-top:13px;border-top:1px solid rgba(120,151,194,.16);font-size:8.6px;color:#7387a4}
.open-platform-meta b{color:#294b7b;font-weight:760}
.open-platform-meta a{color:#2164d4;font-weight:760;text-decoration:none}
@media(max-width:760px){.platform-product-line{font-size:8.5px}.open-platform-meta{font-size:8px}}


/* ===== V12.10 仅优化开放成果中的 Skills 平台卡 =====
   只替换该卡图片并调整其内部左右比例；首页轮播图片保持 V12.9 不变。 */
.open-platform-feature{
  grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);
}

/* 新图是纵向构图，适当缩小视觉占比，让图完整、文字舒展。 */
.open-platform-feature .open-platform-preview{
  min-width:0;
  padding:24px 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 70% 22%,rgba(91,145,244,.13),transparent 30%),
    linear-gradient(145deg,#f4f8ff,#eaf2ff 58%,#f7faff);
}
.open-platform-feature .open-platform-preview img{
  width:auto;
  max-width:92%;
  height:100%;
  max-height:310px;
  object-fit:contain;
  object-position:center;
  padding:0;
  border-radius:14px;
  background:#fff;
  box-shadow:0 16px 38px rgba(28,69,130,.09);
}

/* 右侧信息区增加横向空间，降低标题压迫感。 */
.open-platform-feature .open-platform-copy{
  min-width:0;
  padding:29px 30px 27px 28px;
  justify-content:center;
}
.open-platform-feature .open-platform-copy h3{
  max-width:360px;
  font-size:20.5px;
  line-height:1.28;
  margin:9px 0 11px;
  letter-spacing:-.15px;
}
.open-platform-feature .open-platform-copy p{
  max-width:390px;
  font-size:10px;
  line-height:1.78;
  margin:0;
}
.open-platform-feature .open-platform-meta{
  align-items:flex-start;
  justify-content:flex-start;
  flex-direction:column;
  gap:5px;
  margin-top:13px;
  padding-top:12px;
}
.open-platform-feature .open-actions{
  margin-top:19px;
  gap:13px;
  flex-wrap:wrap;
}
.open-platform-feature .open-actions .open-primary{
  height:39px;
  padding:0 15px;
}

/* 中等桌面也保持“图略小、字略宽”的比例。 */
@media(max-width:1460px){
  .open-platform-feature{
    grid-template-columns:minmax(0,.98fr) minmax(0,1.02fr);
  }
  .open-platform-feature .open-platform-copy{
    padding:25px 25px;
  }
  .open-platform-feature .open-platform-copy h3{
    font-size:19.5px;
  }
}

/* 平板改为上下结构，避免再次横向拥挤。 */
@media(max-width:900px){
  .open-platform-feature{
    grid-template-columns:1fr;
  }
  .open-platform-feature .open-platform-preview{
    min-height:260px;
    height:260px;
    padding:18px;
  }
  .open-platform-feature .open-platform-preview img{
    max-height:225px;
  }
  .open-platform-feature .open-platform-copy{
    padding:24px;
  }
  .open-platform-feature .open-platform-copy h3,
  .open-platform-feature .open-platform-copy p{
    max-width:none;
  }
}


/* ===== V12.15 识途回答 Markdown 安全渲染 ===== */
.chat-msg.bot.markdown{
  white-space:normal;
  font-size:9.8px;
  line-height:1.82;
}
.chat-msg.bot.markdown p{
  margin:0 0 10px;
}
.chat-msg.bot.markdown p:last-child{
  margin-bottom:0;
}
.chat-msg.bot.markdown strong{
  color:var(--text);
  font-weight:760;
}
.chat-msg.bot.markdown em{
  font-style:normal;
  color:color-mix(in srgb,var(--text) 82%,var(--primary));
}
.chat-msg.bot.markdown ul,
.chat-msg.bot.markdown ol{
  margin:7px 0 11px;
  padding-left:20px;
}
.chat-msg.bot.markdown li{
  margin:4px 0;
  padding-left:2px;
}
.chat-msg.bot.markdown li::marker{
  color:var(--primary);
  font-weight:760;
}
.chat-msg.bot.markdown blockquote{
  margin:9px 0;
  padding:8px 11px;
  border-left:3px solid color-mix(in srgb,var(--primary) 55%,transparent);
  border-radius:0 9px 9px 0;
  background:color-mix(in srgb,var(--primary) 4%,var(--panel));
  color:var(--muted);
}
.chat-msg.bot.markdown code{
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:.92em;
  padding:2px 5px;
  border-radius:5px;
  background:color-mix(in srgb,var(--text) 6%,var(--panel));
}
.chat-msg.bot.markdown h3,
.chat-msg.bot.markdown h4,
.chat-msg.bot.markdown h5{
  margin:11px 0 6px;
  color:var(--text);
  line-height:1.45;
}
.chat-msg.bot.markdown h3{font-size:11.3px}
.chat-msg.bot.markdown h4{font-size:10.7px}
.chat-msg.bot.markdown h5{font-size:10.2px}

/* ===== V12.17 publicdata.zhiyanengine.cn 首页优化 ===== */
.brand-publicdata{
  min-width:440px;
}
.brand-mark-publicdata{
  background:transparent;
  box-shadow:none;
  width:46px;
  height:46px;
  padding:0;
}
.brand-mark-publicdata:after{
  display:none;
}
.brand-mark-publicdata svg{
  width:46px;
  height:46px;
  display:block;
  filter:drop-shadow(0 10px 24px rgba(48,94,214,.22));
}
.brand-publicdata .brand-kicker{
  font-size:8px;
  letter-spacing:1.7px;
  color:#6d7c95;
}
.brand-publicdata .brand-text-formal strong{
  letter-spacing:-.2px;
}
.publicdata-browser{
  width:min(620px,100%);
  height:314px;
  padding:14px;
  background:#fff;
}
.publicdata-browser img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center top;
  background:#fff;
  border-radius:12px;
}
.open-platform-feature.publicdata-feature{
  grid-template-columns:minmax(0,1.28fr) minmax(320px,.72fr);
  min-height:338px;
}
.open-platform-feature.publicdata-feature .open-platform-preview{
  padding:18px;
  background:linear-gradient(145deg,#edf3ff,#f7fbff);
}
.open-platform-feature.publicdata-feature .open-platform-preview:after{
  display:none;
}
.open-platform-feature.publicdata-feature .open-platform-preview img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center top;
  background:#fff;
  border-radius:16px;
  box-shadow:0 22px 50px rgba(28,68,126,.10);
}
.open-platform-feature.publicdata-feature .open-platform-copy h3{
  font-size:24px;
}
.open-platform-feature.publicdata-feature .open-platform-copy p{
  font-size:11px;
  line-height:1.9;
}
.platform-showcase-section{
  margin-top:72px;
}
.showcase-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.showcase-card{
  border:1px solid #dde7f3;
  border-radius:22px;
  background:linear-gradient(180deg,#ffffff,#f7faff);
  box-shadow:0 16px 40px rgba(26,66,124,.06);
  padding:24px;
  display:flex;
  flex-direction:column;
  min-height:338px;
}
.showcase-card-head span{
  display:inline-block;
  font-size:8px;
  font-weight:850;
  letter-spacing:1.6px;
  color:#2c68da;
}
.showcase-card-head h3{
  margin:8px 0 0;
  font-size:22px;
  color:#102c57;
}
.showcase-card p{
  margin:14px 0 16px;
  font-size:10.5px;
  line-height:1.85;
  color:#6f819a;
}
.showcase-link{
  margin-top:auto;
  font-size:10px;
  font-weight:800;
  color:#1f61cf;
  text-decoration:none;
}
.showcase-mini-browser{
  border-radius:18px;
  background:linear-gradient(145deg,#eef4ff,#ffffff);
  padding:14px;
  border:1px solid #e3ecf8;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.55);
}
.showcase-mini-browser img{
  width:100%;
  height:168px;
  object-fit:contain;
  object-position:center top;
  display:block;
  border-radius:12px;
  background:#fff;
}
.poster-board{
  margin-top:2px;
  border-radius:20px;
  padding:20px;
  background:radial-gradient(circle at top right,rgba(95,153,255,.22),transparent 32%),linear-gradient(135deg,#102f67,#2560d3 58%,#77a7ff);
  color:#fff;
  min-height:198px;
  display:flex;
  flex-direction:column;
  gap:14px;
  box-shadow:0 20px 40px rgba(18,58,129,.20);
}
.poster-mark{
  width:52px;
  height:52px;
  border-radius:16px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.26);
  display:grid;
  place-items:center;
  font-size:22px;
  font-weight:800;
  letter-spacing:-1px;
}
.poster-text b{
  display:block;
  font-size:22px;
  line-height:1.28;
}
.poster-text small{
  display:block;
  margin-top:8px;
  font-size:10px;
  line-height:1.75;
  color:rgba(255,255,255,.82);
}
.poster-points{
  margin:0;
  padding-left:18px;
  font-size:10px;
  line-height:1.9;
  color:rgba(255,255,255,.92);
}
.showcase-report-stack{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  margin-top:4px;
}
.showcase-report-stack img{
  width:100%;
  height:186px;
  object-fit:cover;
  border-radius:14px;
  background:#f3f6fb;
  box-shadow:0 12px 28px rgba(28,68,126,.08);
}
@media(max-width:1320px){
  .brand-publicdata{min-width:390px}
  .open-platform-feature.publicdata-feature{grid-template-columns:1fr;}
  .showcase-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:1000px){
  .showcase-grid{grid-template-columns:1fr 1fr;}
  .showcase-card:last-child{grid-column:1/-1;}
}
@media(max-width:760px){
  .brand-publicdata{min-width:auto}
  .brand-mark-publicdata{width:42px;height:42px}
  .brand-mark-publicdata svg{width:42px;height:42px}
  .publicdata-browser{height:198px;padding:10px}
  .open-platform-feature.publicdata-feature{grid-template-columns:1fr;min-height:246px}
  .showcase-grid{grid-template-columns:1fr;gap:12px}
  .showcase-card,.showcase-card:last-child{grid-column:1;min-height:auto}
  .showcase-mini-browser img{height:152px}
  .showcase-report-stack img{height:164px}
}

/* ===== V12.19 展示截图与科研机构 Logo 精修 ===== */
/* Logo：去掉 App 图标感，采用开放书页 + 数据节点 + 研究中轴的机构式标志 */
.brand-mark-publicdata{
  width:52px;
  height:52px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
}
.brand-mark-publicdata img{
  width:52px;
  height:52px;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 9px 16px rgba(38,84,176,.14));
}
.brand-publicdata .brand-text-formal{
  padding-left:3px;
}

/* 轮播中的平台实景：减少白框，截图放大到更接近产品演示图 */
.hero-skills .skills-visual{
  width:48%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-skills .skills-browser.publicdata-browser{
  width:min(650px,100%);
  height:330px;
  padding:7px;
  border-radius:19px;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 28px 70px rgba(4,35,96,.24),0 1px 0 rgba(255,255,255,.9) inset;
  overflow:hidden;
}
.hero-skills .skills-browser.publicdata-browser:before{
  height:22px;
  border-radius:13px 13px 0 0;
  background:linear-gradient(180deg,#f8fbff,#eff5fd);
}
.hero-skills .skills-browser.publicdata-browser img{
  width:100%;
  height:100%;
  padding:20px 0 0;
  object-fit:cover;
  object-position:center top;
  border-radius:14px;
  background:#f4f7fb;
}

/* 开放成果卡：用第四张图的上半区，彻底去掉下方无意义白区 */
.open-platform-feature.publicdata-feature{
  grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);
}
.open-platform-feature.publicdata-feature .open-platform-preview{
  padding:14px;
  overflow:hidden;
  min-height:340px;
}
.open-platform-feature.publicdata-feature .open-platform-preview img{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:center top;
  border-radius:15px;
  background:#fff;
  box-shadow:0 18px 42px rgba(27,67,126,.10);
}
.open-platform-feature.publicdata-feature .open-platform-copy{
  padding:28px 30px 26px 28px;
}
.open-platform-feature.publicdata-feature .open-platform-copy h3{
  font-size:23px;
  line-height:1.34;
}
.open-platform-feature.publicdata-feature .open-platform-copy p{
  font-size:10.5px;
  line-height:1.86;
}

@media(max-width:1320px){
  .hero-skills .skills-browser.publicdata-browser{height:300px}
  .open-platform-feature.publicdata-feature{grid-template-columns:minmax(0,1.08fr) minmax(310px,.92fr)}
}
@media(max-width:900px){
  .hero-skills .skills-visual{width:100%}
  .hero-skills .skills-browser.publicdata-browser{height:240px;padding:6px}
  .open-platform-feature.publicdata-feature{grid-template-columns:1fr}
  .open-platform-feature.publicdata-feature .open-platform-preview{height:265px;min-height:265px}
}
@media(max-width:650px){
  .brand-mark-publicdata,.brand-mark-publicdata img{width:44px;height:44px}
  .hero-skills .skills-browser.publicdata-browser{height:205px}
}

/* ===== V12.19 团队分层：首席专家 / 子课题负责人 / 项目组成员 ===== */
.team-section-title-layer{
  align-items:flex-end;
  margin-top:38px;
  padding-top:2px;
}
.team-section-title-layer > div > span{
  display:block;
  margin-bottom:7px;
  color:var(--primary);
  font-size:8px;
  font-weight:850;
  letter-spacing:1.45px;
}
.team-section-title-layer h2{
  font-size:20px;
  letter-spacing:-.2px;
}
.team-section-title-layer.member-layer{
  margin-top:42px;
  padding-top:28px;
  border-top:1px solid var(--line);
}
.team-grid,
.subtopic-lead-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.person-card{
  grid-template-columns:154px minmax(0,1fr);
  min-height:278px;
}
.person-card-subtopic{
  min-height:292px;
}
.person-card-media{
  min-width:0;
  height:100%;
  background:linear-gradient(145deg,#f4f7fc,#eef3fa);
  overflow:hidden;
}
.person-card-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 18%;
  display:block;
}
.person-card-photo-empty,
.person-photo-empty,
.home-team-photo-empty{
  width:100%;
  height:100%;
  display:block;
  background:
    radial-gradient(circle at 50% 28%,rgba(82,101,255,.045),transparent 28%),
    linear-gradient(145deg,#fafcff,#f0f4fa);
}
.person-card-photo-empty{
  min-height:100%;
}
.person-photo-empty{
  min-height:400px;
}
.home-team-photo-empty{
  width:42px;
  height:42px;
  flex:0 0 42px;
  border-radius:14px;
  border:1px solid var(--line);
}
.person-card-body{
  padding:22px 22px 20px;
}
.person-card-body .role{
  letter-spacing:.45px;
}
.person-card-body h3{
  font-size:25px;
}
.person-card-body p{
  min-height:47px;
}
@media(max-width:1100px){
  .team-grid,.subtopic-lead-grid{grid-template-columns:1fr 1fr}
  .person-card{grid-template-columns:132px minmax(0,1fr)}
}
@media(max-width:760px){
  .team-grid,.subtopic-lead-grid{grid-template-columns:1fr}
  .person-card{grid-template-columns:122px minmax(0,1fr);min-height:248px}
  .team-section-title-layer.member-layer{margin-top:32px;padding-top:22px}
}

/* ===== V12.20 展示图与团队卡微调 ===== */
/* 蓝色轮播右侧：改用完整首页截图并恢复桌面横向观感 */
.hero-skills .skills-visual{width:49%;}
.hero-skills .skills-browser.publicdata-browser{
  width:min(700px,100%);
  height:332px;
  padding:8px;
  border-radius:24px;
  background:rgba(255,255,255,.95);
  border:1px solid rgba(255,255,255,.78);
}
.hero-skills .skills-browser.publicdata-browser img{
  padding:0;
  object-fit:cover;
  object-position:left top;
  border-radius:16px;
  background:#ffffff;
}

/* 开放平台展示卡左图：直接用完整原图，完整展示不再截断 */
.open-platform-feature.publicdata-feature{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);
}
.open-platform-feature.publicdata-feature .open-platform-preview{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  min-height:352px;
  padding:22px 18px 22px 18px;
  background:linear-gradient(180deg,#eef4fb,#f6f9fd);
}
.open-platform-feature.publicdata-feature .open-platform-preview img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:left top;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 40px rgba(27,67,126,.08);
}

/* 子课题负责人卡：除周丽霞外，其余照片缩小一些，比例更均衡 */
.person-card-media[data-person-id="guliping"],
.person-card-media[data-person-id="xiangliling"]{
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(145deg,#f6f8fc,#eff3f9);
}
.person-card-media[data-person-id="guliping"] img{
  width:88%;
  height:88%;
  object-fit:contain;
  object-position:center center;
}
.person-card-media[data-person-id="xiangliling"] img{
  width:84%;
  height:84%;
  object-fit:contain;
  object-position:center center;
}

@media(max-width:1320px){
  .open-platform-feature.publicdata-feature{grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)}
}
@media(max-width:900px){
  .hero-skills .skills-visual{width:100%}
  .hero-skills .skills-browser.publicdata-browser{height:250px}
  .open-platform-feature.publicdata-feature{grid-template-columns:1fr}
  .open-platform-feature.publicdata-feature .open-platform-preview{min-height:280px;padding:16px}
}
@media(max-width:760px){
  .person-card-media[data-person-id="guliping"] img,
  .person-card-media[data-person-id="xiangliling"] img{width:90%;height:90%}
}

/* ===== V12.21 图片比例与平台展示修正 ===== */
/* 1. 子课题负责人照片：周丽霞保持当前比例，其余已上传照片整体缩小。 */
.person-card-media[data-person-id="guliping"],
.person-card-media[data-person-id="xiangliling"]{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:linear-gradient(145deg,#f7f9fc,#edf2f8);
}
.person-card-media[data-person-id="guliping"] img{
  width:76%;
  height:76%;
  object-fit:contain;
  object-position:center center;
  border-radius:0;
}
.person-card-media[data-person-id="xiangliling"] img{
  width:72%;
  height:72%;
  object-fit:contain;
  object-position:center center;
  border-radius:0;
}

/* 2. 蓝色轮播右侧严格使用图3完整截图：不裁内容、不截左右。 */
.hero-skills .skills-browser.publicdata-browser{
  width:min(690px,100%);
  height:328px;
  padding:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.hero-skills .skills-browser.publicdata-browser img{
  width:100%;
  height:100%;
  padding:0;
  object-fit:contain;
  object-position:center center;
  border-radius:15px;
  background:#fff;
}

/* 3. 开放成果左侧使用图5原图，完整显示，不再做局部裁切。 */
.open-platform-feature.publicdata-feature{
  grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);
  min-height:382px;
}
.open-platform-feature.publicdata-feature .open-platform-preview{
  min-height:382px;
  height:382px;
  padding:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:linear-gradient(145deg,#eef4fc,#f8fbff);
}
.open-platform-feature.publicdata-feature .open-platform-preview img{
  display:block;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:contain;
  object-position:center center;
  border-radius:15px;
  background:#fff;
  box-shadow:0 16px 38px rgba(27,67,126,.08);
  transform:none;
}
.open-platform-feature.publicdata-feature:hover .open-platform-preview img{
  transform:none;
}

@media(max-width:1320px){
  .hero-skills .skills-browser.publicdata-browser{height:300px}
  .open-platform-feature.publicdata-feature{grid-template-columns:minmax(0,1fr) minmax(330px,.94fr)}
  .open-platform-feature.publicdata-feature .open-platform-preview{height:355px;min-height:355px}
}
@media(max-width:900px){
  .hero-skills .skills-browser.publicdata-browser{height:245px}
  .open-platform-feature.publicdata-feature{grid-template-columns:1fr}
  .open-platform-feature.publicdata-feature .open-platform-preview{height:310px;min-height:310px}
}
@media(max-width:760px){
  .person-card-media[data-person-id="guliping"] img{width:82%;height:82%}
  .person-card-media[data-person-id="xiangliling"] img{width:78%;height:78%}
  .hero-skills .skills-browser.publicdata-browser{height:205px}
  .open-platform-feature.publicdata-feature .open-platform-preview{height:265px;min-height:265px;padding:12px}
}

/* ===== V12.22 平台截图展示优化：参考“社会科学智能体 Skills”展示比例 ===== */
/* 轮播：右侧就是一张完整的产品浏览器窗口，不再做竖长截图/大片白边 */
.hero-skills{
  grid-template-columns:minmax(0,1.04fr) minmax(520px,.96fr);
  column-gap:52px;
}
.hero-skills .hero-content{
  max-width:820px;
}
.hero-skills .skills-visual{
  width:100%;
  height:100%;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 12px 0 0;
}
.hero-skills .skills-browser.publicdata-browser{
  width:min(680px,100%);
  height:auto;
  aspect-ratio:1.72/1;
  padding:30px 10px 10px;
  border-radius:20px;
  background:#fff;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.76);
  box-shadow:0 28px 72px rgba(3,28,77,.24);
  transform:perspective(1200px) rotateY(-1.2deg) rotateX(.4deg);
}
.hero-skills .skills-browser.publicdata-browser:before{
  display:none;
}
.hero-skills .skills-browser.publicdata-browser img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  border-radius:10px;
  background:#fff;
  box-shadow:none;
}
.hero-skills .skills-visual-link:hover .skills-browser.publicdata-browser{
  transform:perspective(1200px) rotateY(-.4deg) rotateX(.2deg) translateY(-3px);
}

/* 开放成果：按参考图做“大截图 + 文字”横向产品卡，截图不再缩在竖框里 */
.open-platform-feature.publicdata-feature{
  grid-column:1/-1;
  grid-template-columns:minmax(0,.98fr) minmax(430px,1.02fr);
  min-height:360px;
  border-radius:24px;
  background:linear-gradient(135deg,#f4f8ff 0%,#eef5ff 54%,#f7faff 100%);
  box-shadow:0 18px 48px rgba(28,68,126,.07);
  overflow:hidden;
}
.open-platform-feature.publicdata-feature .open-platform-preview{
  min-height:360px;
  height:360px;
  padding:28px 22px 28px 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle at 34% 42%,rgba(93,145,244,.13),transparent 46%);
  overflow:hidden;
}
.open-platform-feature.publicdata-feature .open-platform-preview:after{
  display:none;
}
.open-platform-feature.publicdata-feature .open-platform-preview img{
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:cover;
  object-position:center top;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 42px rgba(26,66,124,.10);
  transform:none;
}
.open-platform-feature.publicdata-feature:hover .open-platform-preview img{
  transform:translateY(-2px) scale(1.006);
}
.open-platform-feature.publicdata-feature .open-platform-copy{
  padding:46px 48px 42px 40px;
  justify-content:center;
}
.open-platform-feature.publicdata-feature .open-platform-copy h3{
  max-width:520px;
  font-size:28px;
  line-height:1.28;
  margin:10px 0 16px;
}
.open-platform-feature.publicdata-feature .open-platform-copy p{
  max-width:540px;
  font-size:12px;
  line-height:1.9;
}
.open-platform-feature.publicdata-feature .open-platform-meta{
  margin-top:18px;
  padding-top:16px;
  gap:7px;
}
.open-platform-feature.publicdata-feature .open-actions{
  margin-top:22px;
}

@media(max-width:1320px){
  .hero-skills{grid-template-columns:minmax(0,1fr) minmax(440px,.9fr);column-gap:34px}
  .hero-skills .skills-browser.publicdata-browser{width:min(590px,100%)}
  .open-platform-feature.publicdata-feature{grid-template-columns:minmax(0,1fr) minmax(360px,.95fr)}
  .open-platform-feature.publicdata-feature .open-platform-copy{padding:38px 36px}
}
@media(max-width:980px){
  .hero-skills{grid-template-columns:1fr}
  .hero-skills .skills-visual{height:250px;padding:0;margin-top:8px}
  .hero-skills .skills-browser.publicdata-browser{width:min(610px,94%);height:235px;aspect-ratio:auto}
  .open-platform-feature.publicdata-feature{grid-template-columns:1fr;min-height:0}
  .open-platform-feature.publicdata-feature .open-platform-preview{height:300px;min-height:300px;padding:20px 24px}
  .open-platform-feature.publicdata-feature .open-platform-copy{padding:30px}
}
@media(max-width:640px){
  .hero-skills .skills-browser.publicdata-browser{height:190px;padding:25px 7px 7px;border-radius:15px}
  .open-platform-feature.publicdata-feature .open-platform-preview{height:220px;min-height:220px;padding:14px}
  .open-platform-feature.publicdata-feature .open-platform-copy{padding:24px}
  .open-platform-feature.publicdata-feature .open-platform-copy h3{font-size:22px}
}

/* ===== V12.23 原图完整展示 + 人物照片适度放大 ===== */
/* 原则：展示平台原图时绝不裁切、不遮挡；浏览器框只做轻量容器。 */
.hero-skills{
  grid-template-columns:minmax(0,1.02fr) minmax(560px,.98fr);
  column-gap:46px;
}
.hero-skills .skills-visual{
  width:100%;
  height:100%;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 10px 0 0;
}
.hero-skills .skills-browser.publicdata-browser{
  width:min(720px,100%);
  height:auto;
  aspect-ratio:auto;
  padding:24px 8px 8px;
  border-radius:22px;
  background:rgba(255,255,255,.98);
  overflow:visible;
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 28px 72px rgba(3,28,77,.22);
  transform:none;
}
.hero-skills .skills-browser.publicdata-browser:before{
  display:none;
}
.hero-skills .skills-browser.publicdata-browser img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  max-height:none;
  object-fit:contain;
  object-position:center center;
  border-radius:12px;
  background:#fff;
  box-shadow:none;
  transform:none;
}
.hero-skills .skills-visual-link:hover .skills-browser.publicdata-browser{
  transform:translateY(-2px);
}

/* 开放成果：使用同一张横向原图，完整呈现，不再截首屏、不做 cover。 */
.open-platform-feature.publicdata-feature{
  grid-column:1/-1;
  grid-template-columns:minmax(0,1.08fr) minmax(410px,.92fr);
  min-height:0;
  border-radius:24px;
  overflow:hidden;
}
.open-platform-feature.publicdata-feature .open-platform-preview{
  min-height:0;
  height:auto;
  padding:24px 22px 24px 28px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
  background:radial-gradient(circle at 35% 45%,rgba(93,145,244,.11),transparent 48%);
}
.open-platform-feature.publicdata-feature .open-platform-preview:after{
  display:none;
}
.open-platform-feature.publicdata-feature .open-platform-preview img{
  display:block;
  width:100%;
  height:auto;
  max-width:100%;
  max-height:none;
  object-fit:contain;
  object-position:center center;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 42px rgba(26,66,124,.10);
  transform:none;
}
.open-platform-feature.publicdata-feature:hover .open-platform-preview img{
  transform:none;
}
.open-platform-feature.publicdata-feature .open-platform-copy{
  padding:38px 42px 36px 34px;
  justify-content:center;
}

/* 后部“开源项目展示”使用用户给的方形原图，整图展示。 */
.showcase-mini-browser{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:250px;
  overflow:hidden;
}
.showcase-mini-browser img{
  display:block;
  width:100%;
  height:auto;
  max-height:310px;
  object-fit:contain;
  object-position:center center;
  background:#fff;
}

/* 子课题负责人：周丽霞保持原样；顾立平、相丽玲在 V12.22 基础上适度放大。 */
.person-card-media[data-person-id="guliping"] img{
  width:88%;
  height:88%;
  object-fit:contain;
  object-position:center center;
}
.person-card-media[data-person-id="xiangliling"] img{
  width:84%;
  height:84%;
  object-fit:contain;
  object-position:center center;
}

@media(max-width:1320px){
  .hero-skills{grid-template-columns:minmax(0,1fr) minmax(480px,.92fr);column-gap:30px}
  .hero-skills .skills-browser.publicdata-browser{width:min(650px,100%)}
  .open-platform-feature.publicdata-feature{grid-template-columns:minmax(0,1fr) minmax(350px,.92fr)}
}
@media(max-width:980px){
  .hero-skills{grid-template-columns:1fr}
  .hero-skills .skills-visual{height:auto;padding:8px 0 0}
  .hero-skills .skills-browser.publicdata-browser{width:min(650px,95%)}
  .open-platform-feature.publicdata-feature{grid-template-columns:1fr}
  .open-platform-feature.publicdata-feature .open-platform-preview{padding:20px}
  .open-platform-feature.publicdata-feature .open-platform-copy{padding:30px}
}
@media(max-width:760px){
  .hero-skills .skills-browser.publicdata-browser{width:96%;padding:20px 6px 6px;border-radius:16px}
  .open-platform-feature.publicdata-feature .open-platform-preview{padding:14px}
  .person-card-media[data-person-id="guliping"] img{width:92%;height:92%}
  .person-card-media[data-person-id="xiangliling"] img{width:90%;height:90%}
  .showcase-mini-browser{min-height:210px}
}


/* ===== V12.24 开放成果区横版大气优化 =====
   目标：
   1）顶部平台卡与下方三份报告统一左图右文的叙事结构；
   2）三份报告改为整行横版卡，左右边界与上方平台卡严格对齐；
   3）报告封面完整展示，不裁切、不留过多上下空白。 */
.open-outcomes-section{
  position:relative;
}
.open-outcomes-section .home-section-head{
  margin-bottom:20px;
}
.open-outcomes-grid{
  grid-template-columns:minmax(0,1fr);
  gap:18px;
  align-items:stretch;
}
.open-outcomes-grid > *{
  grid-column:1;
}
.open-platform-feature{
  grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);
  min-height:372px;
  border:1px solid #dce7f4;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(135deg,#fbfdff 0%,#f6faff 44%,#f8fbff 100%);
  box-shadow:0 18px 44px rgba(28,68,126,.055);
}
.open-platform-feature .open-platform-preview{
  min-height:372px;
  height:100%;
  padding:28px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at 74% 26%,rgba(88,145,242,.12),transparent 28%),
    linear-gradient(140deg,#f8fbff 0%,#eef4fe 56%,#f7faff 100%);
}
.open-platform-feature .open-platform-preview img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:none;
  object-fit:contain;
  object-position:center;
  padding:0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 16px 40px rgba(31,76,138,.10);
}
.open-platform-feature .open-platform-copy{
  padding:34px 34px 32px 30px;
  justify-content:center;
}
.open-platform-feature .open-kind{
  font-size:10px;
  letter-spacing:2px;
}
.open-platform-feature .open-platform-copy h3{
  max-width:none;
  font-size:26px;
  line-height:1.24;
  letter-spacing:-.2px;
  margin:10px 0 14px;
}
.open-platform-feature .open-platform-copy p{
  max-width:none;
  font-size:13.2px;
  line-height:1.9;
  color:#6d809a;
}
.open-platform-feature .open-platform-meta{
  margin-top:18px;
  padding-top:16px;
  gap:7px 14px;
  flex-direction:column;
  align-items:flex-start;
}
.open-platform-feature .open-platform-meta span,
.open-platform-feature .open-platform-meta a{
  font-size:11px;
}
.open-platform-feature .open-actions{
  margin-top:22px;
  gap:14px;
}
.open-platform-feature .open-actions .open-primary{
  min-width:150px;
  height:42px;
}

.open-report-card,
.open-report-card.report-primary{
  grid-column:1;
  display:grid;
  grid-template-columns:minmax(250px,.84fr) minmax(0,1.16fr);
  min-height:282px;
  border:1px solid #dce7f4;
  border-radius:26px;
  overflow:hidden;
  background:linear-gradient(135deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 14px 34px rgba(29,70,127,.045);
}
.open-report-card:hover,
.open-report-card.report-primary:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(29,70,127,.08);
}
.open-report-card.report-primary{
  border-color:#d2e0f3;
}
.open-report-card.report-primary:before{
  top:16px;
  right:16px;
}
.report-cover{
  height:auto;
  min-height:282px;
  padding:24px 22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    linear-gradient(180deg,#f7fbff 0%,#edf4fc 100%);
  border-right:1px solid rgba(215,227,241,.9);
}
.report-cover img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:232px;
  object-fit:contain;
  object-position:center;
  margin:0;
  display:block;
  filter:drop-shadow(0 14px 26px rgba(30,64,110,.10));
  transition:transform .22s ease;
}
.report-card-copy{
  padding:28px 28px 24px;
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.report-card-copy>span{
  font-size:10px;
  line-height:1.45;
  letter-spacing:1.6px;
  color:#5e7aa3;
  font-weight:800;
  text-transform:uppercase;
}
.report-card-copy h3{
  font-size:24px;
  line-height:1.32;
  margin:12px 0 10px;
  color:#163666;
  overflow:visible;
  display:block;
}
.report-card-copy p{
  font-size:13px;
  line-height:1.82;
  color:#73839a;
  margin:0;
  display:block;
  overflow:visible;
}
.report-facts{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid rgba(217,228,241,.9);
  display:grid;
  grid-template-columns:auto auto auto auto;
  gap:6px 14px;
  align-items:end;
  width:max-content;
  max-width:100%;
}
.report-facts b{
  font-size:24px;
  line-height:1;
  color:#1d57ab;
}
.report-facts i{
  font-size:10px;
  color:#8291a7;
  font-style:normal;
  align-self:end;
  padding-bottom:2px;
}
.report-card-copy em{
  margin-top:14px;
  font-size:11px;
  color:#2667cd;
  font-weight:800;
  font-style:normal;
}

@media(max-width:1280px){
  .open-platform-feature{
    grid-template-columns:minmax(0,1fr) minmax(0,.95fr);
    min-height:344px;
  }
  .open-platform-feature .open-platform-preview{
    min-height:344px;
    padding:24px;
  }
  .open-platform-feature .open-platform-copy{
    padding:28px 28px 26px;
  }
  .open-platform-feature .open-platform-copy h3{
    font-size:23px;
  }
  .open-report-card,
  .open-report-card.report-primary{
    grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr);
    min-height:264px;
  }
  .report-cover{
    min-height:264px;
  }
  .report-card-copy h3{
    font-size:21px;
  }
}

@media(max-width:980px){
  .open-platform-feature,
  .open-report-card,
  .open-report-card.report-primary{
    grid-template-columns:1fr;
  }
  .open-platform-feature{
    min-height:auto;
  }
  .open-platform-feature .open-platform-preview{
    min-height:286px;
    height:286px;
  }
  .open-platform-feature .open-platform-copy{
    padding:26px 24px 24px;
  }
  .open-report-card,
  .open-report-card.report-primary{
    min-height:auto;
  }
  .report-cover{
    min-height:248px;
    border-right:none;
    border-bottom:1px solid rgba(215,227,241,.9);
  }
  .report-card-copy{
    padding:24px 22px 22px;
  }
}

@media(max-width:640px){
  .open-outcomes-grid{gap:14px}
  .open-platform-feature,
  .open-report-card,
  .open-report-card.report-primary{
    border-radius:22px;
  }
  .open-platform-feature .open-platform-preview{
    min-height:228px;
    height:228px;
    padding:16px;
  }
  .open-platform-feature .open-platform-copy{
    padding:20px 18px 18px;
  }
  .open-platform-feature .open-kind,
  .report-card-copy>span{
    font-size:9px;
    letter-spacing:1.2px;
  }
  .open-platform-feature .open-platform-copy h3,
  .report-card-copy h3{
    font-size:18px;
  }
  .open-platform-feature .open-platform-copy p,
  .report-card-copy p{
    font-size:11px;
    line-height:1.72;
  }
  .report-cover{
    min-height:208px;
    padding:18px 16px;
  }
  .report-cover img{
    max-height:172px;
  }
  .report-facts{
    grid-template-columns:auto 1fr auto 1fr;
    width:100%;
  }
  .report-facts b{font-size:19px}
  .report-facts i{font-size:9px}
}

/* ===== V12.25 开放成果整行统一版 =====
   开放平台 + 三份报告统一同一内容宽度。
   三份报告全部：左侧完整封面 / 右侧信息，不再并排缩窄。 */
.open-outcomes-section .open-outcomes-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  gap:20px !important;
  width:100%;
}
.open-outcomes-section .open-outcomes-grid > .open-platform-feature,
.open-outcomes-section .open-outcomes-grid > .open-report-card,
.open-outcomes-section .open-outcomes-grid > .open-report-card.report-primary,
.open-outcomes-section .open-outcomes-grid > .open-report-card:last-child{
  grid-column:1 / -1 !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

/* 平台卡保持整行，和报告卡共用同一外边界 */
.open-outcomes-section .open-platform-feature{
  min-height:380px;
  border-radius:28px;
}

/* 三份报告统一横向大卡 */
.open-outcomes-section .open-report-card,
.open-outcomes-section .open-report-card.report-primary{
  display:grid !important;
  grid-template-columns:minmax(310px,34%) minmax(0,66%) !important;
  min-height:276px !important;
  border:1px solid #dbe6f3;
  border-radius:26px;
  overflow:hidden;
  background:
    radial-gradient(circle at 92% 8%,rgba(78,132,225,.055),transparent 27%),
    linear-gradient(135deg,#ffffff 0%,#fbfdff 100%);
  box-shadow:0 16px 38px rgba(28,68,126,.05);
}
.open-outcomes-section .open-report-card:hover,
.open-outcomes-section .open-report-card.report-primary:hover{
  transform:translateY(-2px);
  border-color:#cadbf0;
  box-shadow:0 20px 46px rgba(28,68,126,.085);
}

/* 左侧封面展示区：完整显示封面，不裁切，同时避免大块空白 */
.open-outcomes-section .report-cover{
  min-height:276px !important;
  height:100% !important;
  padding:20px 30px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden;
  border-right:1px solid #e0e9f4;
  background:
    radial-gradient(circle at 50% 38%,rgba(84,139,235,.10),transparent 42%),
    linear-gradient(145deg,#f5f9ff,#edf4fd);
}
.open-outcomes-section .report-cover img{
  width:auto !important;
  height:auto !important;
  max-width:78% !important;
  max-height:236px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  margin:0 auto !important;
  border-radius:3px;
  box-shadow:0 16px 34px rgba(26,57,103,.14);
  filter:none !important;
}

/* 右侧信息区：标题与数据层级拉开，更像正式成果展示页 */
.open-outcomes-section .report-card-copy{
  padding:30px 38px 28px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-width:0;
}
.open-outcomes-section .report-card-copy > span{
  font-size:9.5px !important;
  line-height:1.5;
  letter-spacing:1.8px !important;
  color:#56749e !important;
  font-weight:850 !important;
}
.open-outcomes-section .report-card-copy h3{
  margin:11px 0 8px !important;
  font-size:25px !important;
  line-height:1.3 !important;
  letter-spacing:-.15px;
  color:#153765 !important;
  font-weight:800;
}
.open-outcomes-section .report-card-copy p{
  margin:0 !important;
  font-size:12.5px !important;
  line-height:1.85 !important;
  color:#75869e !important;
}
.open-outcomes-section .report-facts{
  margin-top:20px !important;
  padding-top:17px !important;
  border-top:1px solid #e2eaf4;
  display:flex !important;
  align-items:baseline !important;
  flex-wrap:wrap;
  gap:5px 11px !important;
  width:auto !important;
}
.open-outcomes-section .report-facts b{
  font-size:25px !important;
  color:#1a56aa !important;
  line-height:1;
}
.open-outcomes-section .report-facts i{
  margin-right:18px;
  font-size:9.5px !important;
  color:#8494aa !important;
  font-style:normal;
}
.open-outcomes-section .report-card-copy em{
  margin-top:14px !important;
  font-size:10.5px !important;
  color:#2366d1 !important;
  font-weight:850 !important;
}

/* 三份报告统一编号角标 */
.open-outcomes-section .open-report-card::before{
  position:absolute;
  top:16px;
  right:18px;
  z-index:3;
  padding:5px 9px;
  border:1px solid #d8e5f5;
  border-radius:999px;
  background:#f2f7fd;
  color:#5074a9;
  font-size:7.5px;
  font-weight:850;
  letter-spacing:1.2px;
}
.open-outcomes-section .open-report-card:nth-of-type(2)::before{content:'REPORT 01'}
.open-outcomes-section .open-report-card:nth-of-type(3)::before{content:'REPORT 02'}
.open-outcomes-section .open-report-card:nth-of-type(4)::before{content:'REPORT 03'}
.open-outcomes-section .open-report-card.report-primary::before{content:'REPORT 01' !important;}

@media(max-width:1180px){
  .open-outcomes-section .open-report-card,
  .open-outcomes-section .open-report-card.report-primary{
    grid-template-columns:minmax(260px,36%) minmax(0,64%) !important;
    min-height:260px !important;
  }
  .open-outcomes-section .report-cover{min-height:260px !important;padding:18px 22px !important}
  .open-outcomes-section .report-cover img{max-height:220px !important}
  .open-outcomes-section .report-card-copy{padding:26px 30px 24px !important}
  .open-outcomes-section .report-card-copy h3{font-size:22px !important}
}

@media(max-width:820px){
  .open-outcomes-section .open-report-card,
  .open-outcomes-section .open-report-card.report-primary{
    grid-template-columns:minmax(180px,38%) minmax(0,62%) !important;
    min-height:238px !important;
  }
  .open-outcomes-section .report-cover{min-height:238px !important;padding:16px 18px !important}
  .open-outcomes-section .report-cover img{max-width:86% !important;max-height:202px !important}
  .open-outcomes-section .report-card-copy{padding:22px 22px 20px !important}
  .open-outcomes-section .report-card-copy h3{font-size:19px !important}
  .open-outcomes-section .report-card-copy p{font-size:11px !important}
  .open-outcomes-section .report-facts b{font-size:21px !important}
}

@media(max-width:620px){
  .open-outcomes-section .open-report-card,
  .open-outcomes-section .open-report-card.report-primary{
    grid-template-columns:132px minmax(0,1fr) !important;
    min-height:220px !important;
    border-radius:20px;
  }
  .open-outcomes-section .report-cover{min-height:220px !important;padding:14px 12px !important}
  .open-outcomes-section .report-cover img{max-width:94% !important;max-height:184px !important}
  .open-outcomes-section .report-card-copy{padding:18px 16px !important}
  .open-outcomes-section .report-card-copy h3{font-size:16px !important}
  .open-outcomes-section .report-card-copy>span{font-size:8px !important;letter-spacing:1px !important}
  .open-outcomes-section .report-card-copy p{font-size:9.5px !important;line-height:1.65 !important}
  .open-outcomes-section .report-facts{gap:4px 7px !important;margin-top:13px !important;padding-top:12px !important}
  .open-outcomes-section .report-facts b{font-size:18px !important}
  .open-outcomes-section .report-facts i{font-size:8px !important;margin-right:8px}
  .open-outcomes-section .open-report-card::before{display:none}
}

/* ===== V12.26 子课题负责人照片统一铺满 =====
   规则：周丽霞保持原样；其余已上传照片不再缩小，以与第一张卡一致的铺满方式呈现。
   通过 object-position 微调构图，优先保证完整露出面部，并整体略向右偏。 */
.person-card-media[data-person-id="guliping"],
.person-card-media[data-person-id="xiangliling"]{
  display:block;
  overflow:hidden;
  background:linear-gradient(145deg,#f4f7fc,#eef3fa);
}
.person-card-media[data-person-id="guliping"] img,
.person-card-media[data-person-id="xiangliling"] img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  border-radius:0 !important;
  display:block;
}
/* 顾立平：头像原图较近，向右/向下轻微调整，完整露出头顶、眼睛和下颌。 */
.person-card-media[data-person-id="guliping"] img{
  object-position:58% 42% !important;
}
/* 相丽玲：原图为标准证件构图，略向右偏，保留头顶、双肩和完整面部。 */
.person-card-media[data-person-id="xiangliling"] img{
  object-position:57% 38% !important;
}

@media(max-width:760px){
  .person-card-media[data-person-id="guliping"] img{
    object-position:58% 42% !important;
  }
  .person-card-media[data-person-id="xiangliling"] img{
    object-position:57% 38% !important;
  }
}

/* ===== V12.27 三份报告同排对齐 =====
   目标：开放平台整行；其下三份报告同一行等宽排布，三卡合计宽度与上方平台卡完全一致。
   每张报告卡内部仍保持“左封面 / 右信息”，不再纵向堆叠。 */
.open-outcomes-section .open-outcomes-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:16px !important;
  align-items:stretch !important;
  width:100% !important;
}

.open-outcomes-section .open-outcomes-grid > .open-platform-feature{
  grid-column:1 / -1 !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

.open-outcomes-section .open-outcomes-grid > .open-report-card,
.open-outcomes-section .open-outcomes-grid > .open-report-card.report-primary,
.open-outcomes-section .open-outcomes-grid > .open-report-card:last-child{
  grid-column:auto !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

.open-outcomes-section .open-report-card,
.open-outcomes-section .open-report-card.report-primary{
  display:grid !important;
  grid-template-columns:42% minmax(0,58%) !important;
  min-height:292px !important;
  height:100% !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:linear-gradient(135deg,#ffffff 0%,#fbfdff 100%) !important;
  border:1px solid #dbe6f3 !important;
  box-shadow:0 14px 34px rgba(28,68,126,.05) !important;
}

.open-outcomes-section .report-cover{
  min-height:292px !important;
  height:100% !important;
  padding:22px 16px !important;
  border-right:1px solid #e0e9f4 !important;
  border-bottom:none !important;
  background:
    radial-gradient(circle at 50% 38%,rgba(84,139,235,.08),transparent 44%),
    linear-gradient(145deg,#f6faff,#eef5fd) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.open-outcomes-section .report-cover img{
  width:auto !important;
  height:auto !important;
  max-width:88% !important;
  max-height:242px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 auto !important;
  border-radius:3px !important;
  box-shadow:0 14px 30px rgba(27,57,103,.13) !important;
}

.open-outcomes-section .report-card-copy{
  padding:25px 22px 22px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-width:0 !important;
}

.open-outcomes-section .report-card-copy > span{
  font-size:8.5px !important;
  letter-spacing:1.25px !important;
  line-height:1.45 !important;
}

.open-outcomes-section .report-card-copy h3{
  margin:9px 0 7px !important;
  font-size:18px !important;
  line-height:1.34 !important;
  letter-spacing:-.1px !important;
  overflow-wrap:anywhere;
}

.open-outcomes-section .report-card-copy p{
  font-size:10px !important;
  line-height:1.68 !important;
  color:#76879d !important;
}

.open-outcomes-section .report-facts{
  margin-top:16px !important;
  padding-top:14px !important;
  display:grid !important;
  grid-template-columns:auto 1fr auto 1fr !important;
  gap:5px 7px !important;
  width:100% !important;
  align-items:end !important;
}

.open-outcomes-section .report-facts b{
  font-size:20px !important;
  line-height:1 !important;
}
.open-outcomes-section .report-facts i{
  margin-right:4px !important;
  font-size:8px !important;
  padding-bottom:1px !important;
}
.open-outcomes-section .report-card-copy em{
  margin-top:11px !important;
  font-size:9px !important;
}

/* 统一编号，避免之前 nth-of-type 造成重复编号 */
.open-outcomes-section .open-report-card::before,
.open-outcomes-section .open-report-card.report-primary::before{
  content:none !important;
}
.open-outcomes-section .open-report-card:nth-child(2)::before,
.open-outcomes-section .open-report-card:nth-child(3)::before,
.open-outcomes-section .open-report-card:nth-child(4)::before{
  display:block !important;
  position:absolute !important;
  top:13px !important;
  right:13px !important;
  z-index:3 !important;
  padding:4px 7px !important;
  border:1px solid #d8e5f5 !important;
  border-radius:999px !important;
  background:#f2f7fd !important;
  color:#5074a9 !important;
  font-size:7px !important;
  font-weight:850 !important;
  letter-spacing:1px !important;
}
.open-outcomes-section .open-report-card:nth-child(2)::before{content:'REPORT 01' !important;}
.open-outcomes-section .open-report-card:nth-child(3)::before{content:'REPORT 02' !important;}
.open-outcomes-section .open-report-card:nth-child(4)::before{content:'REPORT 03' !important;}

@media(max-width:1280px){
  .open-outcomes-section .open-outcomes-grid{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:13px !important;
  }
  .open-outcomes-section .open-report-card,
  .open-outcomes-section .open-report-card.report-primary{
    grid-template-columns:40% minmax(0,60%) !important;
    min-height:270px !important;
  }
  .open-outcomes-section .report-cover{min-height:270px !important;padding:18px 12px !important;}
  .open-outcomes-section .report-cover img{max-width:90% !important;max-height:218px !important;}
  .open-outcomes-section .report-card-copy{padding:22px 17px 19px !important;}
  .open-outcomes-section .report-card-copy h3{font-size:16px !important;}
  .open-outcomes-section .report-card-copy p{font-size:9.2px !important;}
  .open-outcomes-section .report-facts b{font-size:18px !important;}
  .open-outcomes-section .report-facts i{font-size:7.5px !important;}
}

@media(max-width:980px){
  .open-outcomes-section .open-outcomes-grid{
    grid-template-columns:1fr !important;
  }
  .open-outcomes-section .open-outcomes-grid > .open-report-card,
  .open-outcomes-section .open-outcomes-grid > .open-report-card.report-primary,
  .open-outcomes-section .open-outcomes-grid > .open-report-card:last-child{
    grid-column:1 !important;
  }
  .open-outcomes-section .open-report-card,
  .open-outcomes-section .open-report-card.report-primary{
    grid-template-columns:minmax(180px,34%) minmax(0,66%) !important;
    min-height:238px !important;
  }
  .open-outcomes-section .report-cover{min-height:238px !important;}
  .open-outcomes-section .report-cover img{max-height:198px !important;}
  .open-outcomes-section .report-card-copy h3{font-size:19px !important;}
  .open-outcomes-section .report-card-copy p{font-size:10.5px !important;}
}

@media(max-width:620px){
  .open-outcomes-section .open-report-card,
  .open-outcomes-section .open-report-card.report-primary{
    grid-template-columns:126px minmax(0,1fr) !important;
    min-height:210px !important;
  }
  .open-outcomes-section .report-cover{min-height:210px !important;padding:12px 10px !important;}
  .open-outcomes-section .report-cover img{max-width:94% !important;max-height:174px !important;}
  .open-outcomes-section .report-card-copy{padding:16px 14px !important;}
  .open-outcomes-section .report-card-copy h3{font-size:15px !important;}
  .open-outcomes-section .report-card-copy p{font-size:9px !important;}
  .open-outcomes-section .report-facts b{font-size:17px !important;}
  .open-outcomes-section .open-report-card:nth-child(2)::before,
  .open-outcomes-section .open-report-card:nth-child(3)::before,
  .open-outcomes-section .open-report-card:nth-child(4)::before{display:none !important;}
}


/* ===== V12.28 删除重复 Showcase Gallery + 顾立平构图修正 =====
   1. 首页删除“开源项目、海报与报告展示”整块，避免与开放成果重复。
   2. 顾立平照片仍保持铺满，但把人物整体向右移动，露出左侧脸部。 */
.person-card-media[data-person-id="guliping"] img{
  object-position:42% 42% !important;
}
@media(max-width:760px){
  .person-card-media[data-person-id="guliping"] img{
    object-position:42% 42% !important;
  }
}

/* ===== V12.31 论文分类合并 + 双成果平台展示 ===== */
/* 会议论文统一并入“学术论文”；首页新增智研网，并重构成果平台/研究报告两级展示。 */
.hero-zhiyan{
  background:
    radial-gradient(circle at 78% 22%,rgba(114,156,255,.34),transparent 30%),
    linear-gradient(125deg,#102f67 0%,#1554bd 52%,#6093ef 100%);
}
.hero-zhiyan .hero-content{z-index:2}
.hero-zhiyan .hero-content h1{font-size:46px;line-height:1.05;max-width:680px}
.hero-zhiyan .hero-content h1 strong{color:#dce8ff;font-weight:800}
.hero-zhiyan .hero-content p{max-width:760px}
.zhiyan-hero-visual{
  position:absolute;
  right:5.5%;
  top:50%;
  transform:translateY(-50%);
  width:43%;
  max-width:690px;
  text-decoration:none;
  display:block;
}
.zhiyan-hero-visual img{
  width:100%;
  height:auto;
  display:block;
  border-radius:22px;
  filter:drop-shadow(0 28px 48px rgba(12,38,86,.28));
  transition:transform .25s ease,filter .25s ease;
}
.zhiyan-hero-visual:hover img{transform:translateY(-3px);filter:drop-shadow(0 34px 58px rgba(12,38,86,.36))}

.open-outcomes-section{margin-top:72px}
.platform-output-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  width:100%;
}
.platform-output-card{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(310px,.95fr);
  min-height:360px;
  border:1px solid #dce7f3;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(135deg,#fbfdff,#f5f9ff);
  box-shadow:0 18px 42px rgba(28,68,126,.06);
}
.platform-output-card:hover{box-shadow:0 22px 52px rgba(28,68,126,.09)}
.platform-output-preview{
  min-width:0;
  min-height:360px;
  padding:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:radial-gradient(circle at 70% 26%,rgba(87,144,244,.13),transparent 32%),linear-gradient(140deg,#f7fbff,#edf4fd);
  text-decoration:none;
}
.platform-output-preview img{
  width:100%;
  height:auto;
  max-height:316px;
  object-fit:contain;
  object-position:center;
  display:block;
  border-radius:17px;
  background:#fff;
  box-shadow:0 16px 36px rgba(28,65,117,.10);
}
.platform-output-preview.zhiyan-preview img{
  max-height:304px;
  border-radius:18px;
  background:transparent;
  box-shadow:none;
  filter:drop-shadow(0 16px 28px rgba(28,65,117,.10));
}
.platform-output-copy{
  min-width:0;
  padding:34px 30px 30px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.platform-output-copy>span{
  font-size:9px;
  font-weight:850;
  letter-spacing:1.8px;
  color:#2d68d8;
}
.platform-output-copy h3{
  margin:10px 0 14px;
  font-size:25px;
  line-height:1.25;
  letter-spacing:-.2px;
  color:#102d58;
}
.platform-output-copy p{
  margin:0;
  font-size:11.6px;
  line-height:1.9;
  color:#71829a;
}
.platform-output-meta{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid #e3ebf5;
  display:flex;
  flex-direction:column;
  gap:7px;
  font-size:10.5px;
}
.platform-output-meta b{color:#193b6c}
.platform-output-meta a{color:#1f63cf;text-decoration:none;font-weight:750}
.platform-output-actions{margin-top:20px;display:flex;align-items:center;gap:14px}
.platform-output-actions a{font-size:10.5px;font-weight:800;color:#315d99;text-decoration:none}
.platform-output-actions .primary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 18px;
  border-radius:13px;
  background:#2164d7;
  color:#fff;
  box-shadow:0 10px 20px rgba(33,100,215,.15);
}
.platform-zhiyan{
  background:linear-gradient(135deg,#ffffff,#f3f7ff 70%,#eef4ff);
}
.platform-zhiyan .platform-output-preview{
  background:radial-gradient(circle at 72% 28%,rgba(106,137,255,.16),transparent 34%),linear-gradient(145deg,#f8fbff,#eff4ff);
}

.open-subsection-head{
  margin:34px 0 14px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
}
.open-subsection-head span{font-size:8px;font-weight:850;letter-spacing:1.8px;color:#2d68d8}
.open-subsection-head h3{margin:6px 0 0;font-size:22px;color:#102d58}
.open-subsection-head a{font-size:10px;font-weight:800;color:#2467d6;text-decoration:none}
.report-output-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  width:100%;
}
.report-output-grid .open-report-card,
.report-output-grid .open-report-card.report-primary{
  position:relative;
  display:grid !important;
  grid-template-columns:42% minmax(0,58%) !important;
  min-height:300px !important;
  height:100% !important;
  width:100% !important;
  max-width:none !important;
  border:1px solid #dce7f3 !important;
  border-radius:24px !important;
  overflow:hidden !important;
  background:linear-gradient(135deg,#fff,#fbfdff) !important;
  box-shadow:0 14px 34px rgba(29,70,127,.05) !important;
}
.report-output-grid .report-cover{
  min-height:300px !important;
  height:100% !important;
  padding:22px 16px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(145deg,#f6faff,#edf4fc) !important;
  border-right:1px solid #e0e9f4 !important;
  border-bottom:none !important;
}
.report-output-grid .report-cover img{
  width:auto !important;
  height:auto !important;
  max-width:90% !important;
  max-height:242px !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  margin:0 auto !important;
  border-radius:3px !important;
  box-shadow:0 14px 30px rgba(27,57,103,.13) !important;
}
.report-output-grid .report-card-copy{
  padding:25px 22px 22px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.report-output-grid .report-card-copy>span{font-size:8.5px !important;letter-spacing:1.2px !important}
.report-output-grid .report-card-copy h3{margin:9px 0 7px !important;font-size:18px !important;line-height:1.34 !important}
.report-output-grid .report-card-copy p{font-size:10px !important;line-height:1.68 !important;color:#76879d !important}
.report-output-grid .report-facts{margin-top:16px !important;padding-top:14px !important;display:grid !important;grid-template-columns:auto 1fr auto 1fr !important;gap:5px 7px !important}
.report-output-grid .report-facts b{font-size:20px !important}
.report-output-grid .report-facts i{font-size:8px !important;margin-right:4px !important}
.report-output-grid .report-card-copy em{margin-top:11px !important;font-size:9px !important}
.report-output-grid .open-report-card::before{display:none !important}
.report-output-grid .open-report-card:nth-child(1)::after,
.report-output-grid .open-report-card:nth-child(2)::after,
.report-output-grid .open-report-card:nth-child(3)::after{
  position:absolute;
  top:13px;
  right:13px;
  z-index:3;
  padding:4px 7px;
  border:1px solid #d8e5f5;
  border-radius:999px;
  background:#f2f7fd;
  color:#5074a9;
  font-size:7px;
  font-weight:850;
  letter-spacing:1px;
}
.report-output-grid .open-report-card:nth-child(1)::after{content:'REPORT 01'}
.report-output-grid .open-report-card:nth-child(2)::after{content:'REPORT 02'}
.report-output-grid .open-report-card:nth-child(3)::after{content:'REPORT 03'}

@media(max-width:1450px){
  .platform-output-card{grid-template-columns:1fr;min-height:0}
  .platform-output-preview{min-height:270px;padding:18px}
  .platform-output-preview img{max-height:240px}
  .platform-output-copy{padding:28px}
  .platform-output-copy h3{font-size:23px}
}
@media(max-width:1180px){
  .platform-output-grid{grid-template-columns:1fr}
  .platform-output-card{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr)}
  .platform-output-preview{min-height:320px}
  .report-output-grid{grid-template-columns:1fr}
  .report-output-grid .open-report-card,.report-output-grid .open-report-card.report-primary{grid-template-columns:minmax(190px,32%) minmax(0,68%) !important;min-height:240px !important}
  .report-output-grid .report-cover{min-height:240px !important}
  .report-output-grid .report-cover img{max-height:200px !important}
}
@media(max-width:900px){
  .zhiyan-hero-visual{position:relative;right:auto;top:auto;transform:none;width:100%;max-width:none;margin-top:18px}
  .hero-zhiyan .hero-content h1{font-size:38px}
  .platform-output-card{grid-template-columns:1fr}
  .platform-output-preview{min-height:250px}
  .platform-output-preview img{max-height:220px}
}
@media(max-width:620px){
  .platform-output-grid{gap:12px}
  .platform-output-card{border-radius:20px}
  .platform-output-preview{min-height:210px;padding:12px}
  .platform-output-preview img{max-height:188px;border-radius:12px}
  .platform-output-copy{padding:22px 20px}
  .platform-output-copy h3{font-size:20px}
  .platform-output-copy p{font-size:10.5px}
  .report-output-grid .open-report-card,.report-output-grid .open-report-card.report-primary{grid-template-columns:118px minmax(0,1fr) !important;min-height:210px !important}
  .report-output-grid .report-cover{min-height:210px !important;padding:12px 9px !important}
  .report-output-grid .report-cover img{max-height:172px !important}
  .report-output-grid .report-card-copy{padding:15px 13px !important}
  .report-output-grid .report-card-copy h3{font-size:14px !important}
  .report-output-grid .report-card-copy p{font-size:8.8px !important}
  .report-output-grid .report-facts b{font-size:16px !important}
  .report-output-grid .open-report-card::after{display:none !important}
}


/* ===== V12.32 获奖成果与成果汇总核验 ===== */
.detail-media-award{width:min(430px,100%);background:#fff}.detail-media-award img{width:100%;height:auto;object-fit:contain}.result-type{white-space:nowrap}


/* ===== V12.34 报告横排与智研网截图更新 ===== */
.report-output-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  align-items:stretch;
}
.report-output-grid .open-report-card,
.report-output-grid .open-report-card.report-primary,
.report-output-grid .open-report-card:last-child{
  grid-column:auto !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
}
.report-output-grid .report-cover{
  min-width:0;
}
.platform-output-preview.zhiyan-preview,
.zhiyan-hero-visual{
  background:linear-gradient(145deg,#f7fbff,#eef4ff);
}
.platform-output-preview.zhiyan-preview img,
.zhiyan-hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  border-radius:18px;
  background:#fff;
  box-shadow:0 18px 42px rgba(19,56,112,.14);
  filter:none;
}
.zhiyan-hero-visual img{border-radius:22px;}
@media(max-width:1180px){
  .report-output-grid{
    grid-template-columns:1fr !important;
  }
  .report-output-grid .open-report-card,
  .report-output-grid .open-report-card.report-primary,
  .report-output-grid .open-report-card:last-child{
    grid-column:1 !important;
  }
}


/* ===== V12.35 智研网与 Skills 平台统一版式：完整截图、不遮挡 =====
   目标：
   1）智研网轮播严格沿用 Skills 平台“左文右浏览器窗口”的双栏结构；
   2）右侧截图属于独立网格列，不进入文字层，不允许任何重叠；
   3）成果平台区两张平台卡使用完全一致的“左图右文”逻辑；
   4）两张平台截图均完整 contain 展示，不裁掉页面文字。 */

/* —— 首页轮播：智研网复制 Skills 的布局逻辑 —— */
.hero-zhiyan{
  grid-template-columns:minmax(0,1.02fr) minmax(560px,.98fr) !important;
  column-gap:46px !important;
}
.hero-zhiyan .hero-content{
  position:relative;
  z-index:2;
  max-width:820px;
  min-width:0;
}
.hero-zhiyan .zhiyan-visual-link{
  position:relative !important;
  inset:auto !important;
  right:auto !important;
  top:auto !important;
  transform:none !important;
  width:100% !important;
  max-width:none !important;
  height:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 10px 0 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:visible !important;
  background:transparent !important;
  filter:none !important;
  z-index:2;
}
.hero-zhiyan .zhiyan-browser{
  position:relative;
  width:min(720px,100%);
  height:auto;
  padding:24px 8px 8px;
  border-radius:22px;
  background:rgba(255,255,255,.98);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.82);
  box-shadow:0 28px 72px rgba(3,28,77,.22);
  transform:none;
}
.hero-zhiyan .zhiyan-browser>span{
  position:absolute;
  top:9px;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#d6deec;
  z-index:2;
}
.hero-zhiyan .zhiyan-browser>span:nth-child(1){left:14px}
.hero-zhiyan .zhiyan-browser>span:nth-child(2){left:27px}
.hero-zhiyan .zhiyan-browser>span:nth-child(3){left:40px}
.hero-zhiyan .zhiyan-browser img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:12px !important;
  background:#fff !important;
  box-shadow:none !important;
  filter:none !important;
  transform:none !important;
}
.hero-zhiyan .zhiyan-visual-link:hover .zhiyan-browser{
  transform:translateY(-2px);
  transition:transform .28s ease;
}

/* —— 成果平台：两张卡严格同版式，图片与文字永不重叠 —— */
.platform-output-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  align-items:stretch;
}
.platform-output-card,
.platform-output-card.platform-publicdata,
.platform-output-card.platform-zhiyan{
  display:grid !important;
  grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr) !important;
  min-height:372px !important;
  overflow:hidden !important;
}
.platform-output-preview,
.platform-output-preview.zhiyan-preview{
  position:relative;
  min-width:0 !important;
  min-height:372px !important;
  height:100% !important;
  padding:22px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  border-right:1px solid #e1eaf5;
}
.platform-output-preview img,
.platform-output-preview.zhiyan-preview img{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  max-height:316px !important;
  object-fit:contain !important;
  object-position:center center !important;
  border-radius:17px !important;
  background:#fff !important;
  box-shadow:0 16px 36px rgba(28,65,117,.10) !important;
  filter:none !important;
  transform:none !important;
}
.platform-output-copy{
  position:relative;
  z-index:2;
  min-width:0 !important;
  background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(247,250,255,.92));
}
.platform-zhiyan .platform-output-preview{
  background:radial-gradient(circle at 66% 28%,rgba(106,137,255,.13),transparent 34%),linear-gradient(145deg,#f8fbff,#eff4ff) !important;
}

@media(max-width:1450px){
  .hero-zhiyan{grid-template-columns:minmax(0,1fr) minmax(460px,.9fr) !important;column-gap:34px !important}
  .hero-zhiyan .zhiyan-browser{width:min(620px,100%)}
  .platform-output-card,
  .platform-output-card.platform-publicdata,
  .platform-output-card.platform-zhiyan{
    grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr) !important;
  }
  .platform-output-preview,
  .platform-output-preview.zhiyan-preview{min-height:330px !important}
  .platform-output-preview img,
  .platform-output-preview.zhiyan-preview img{max-height:280px !important}
}
@media(max-width:1180px){
  .hero-zhiyan{grid-template-columns:1fr !important}
  .hero-zhiyan .zhiyan-visual-link{height:auto !important;padding:8px 0 0 !important}
  .hero-zhiyan .zhiyan-browser{width:min(650px,95%)}
  .platform-output-grid{grid-template-columns:1fr !important}
  .platform-output-card,
  .platform-output-card.platform-publicdata,
  .platform-output-card.platform-zhiyan{
    grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr) !important;
  }
}
@media(max-width:760px){
  .hero-zhiyan .zhiyan-browser{width:96%;padding:20px 6px 6px;border-radius:16px}
  .platform-output-card,
  .platform-output-card.platform-publicdata,
  .platform-output-card.platform-zhiyan{grid-template-columns:1fr !important;min-height:0 !important}
  .platform-output-preview,
  .platform-output-preview.zhiyan-preview{min-height:220px !important;padding:14px !important;border-right:0;border-bottom:1px solid #e1eaf5}
  .platform-output-preview img,
  .platform-output-preview.zhiyan-preview img{max-height:205px !important}
}


/* ===== V12.36 · 成果分类合并 / 圆环防裁切 / 林鑫履历升级 ===== */
.overview-structure,.home-type-layout,.home-type-layout>.home-chart,.landscape-type-layout,.landscape-type-layout>.landscape-chart{overflow:visible}
.home-type-layout>.home-chart{box-sizing:border-box;padding:8px 2px 8px 10px;min-height:282px}
.landscape-type-layout>.landscape-chart{box-sizing:border-box;padding:6px}
.home-overview-card.overview-structure{overflow:visible}
.profile-lead{font-size:13px!important;line-height:1.9!important;color:var(--text)!important;font-weight:520;margin-bottom:10px!important}
.bio-eyebrow{display:block;margin-bottom:7px;font-size:8px;letter-spacing:1.5px;color:var(--primary);font-weight:850}
.bio-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}
.profile-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:20px 0 4px}
.profile-stat-grid>div{padding:15px 14px;border:1px solid var(--line);border-radius:14px;background:linear-gradient(180deg,#fff,var(--panel2));min-width:0}
.profile-stat-grid b{display:block;font-size:22px;line-height:1;color:var(--primary);letter-spacing:-.5px}
.profile-stat-grid span{display:block;margin-top:7px;color:var(--muted);font-size:9px;line-height:1.5}
.profile-section-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}
.profile-section-grid section{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fbfcff;min-width:0}
.profile-section-grid section>span{display:block;color:var(--text);font-size:11px;font-weight:800;margin-bottom:8px}
.profile-section-grid section p{margin:0;font-size:9.5px!important;line-height:1.8!important}
@media(max-width:1050px){.profile-stat-grid{grid-template-columns:repeat(2,1fr)}.profile-section-grid{grid-template-columns:1fr}.home-overview-card.overview-structure{overflow:hidden}.home-type-layout>.home-chart{padding-left:0;min-height:300px}}
@media(max-width:760px){.home-type-layout>.home-chart{min-height:290px;height:290px;padding:4px}.profile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bio-card .highlight-list{grid-template-columns:1fr}.person-result{display:grid;gap:5px}.person-result span{text-align:left;white-space:normal}}

/* ===== V12.36 GPD² 全球公共数据政策数据库 ===== */
.hero-gpd2{
  grid-template-columns:minmax(0,1.02fr) minmax(560px,.98fr) !important;
  column-gap:46px !important;
  background:
    radial-gradient(circle at 78% 28%,rgba(32,201,235,.18),transparent 34%),
    linear-gradient(120deg,#061a2a 0%,#0a3155 55%,#155d86 100%);
}
.hero-gpd2 .hero-content{position:relative;z-index:2;max-width:820px;min-width:0}
.hero-gpd2 .hero-content h1{font-size:46px;line-height:1.06;max-width:720px}
.hero-gpd2 .hero-content h1 strong{color:#80e7ff;font-weight:800}
.hero-gpd2 .hero-content p{max-width:760px;color:rgba(235,248,255,.78)}
.gpd2-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:22px 0 0;max-width:700px}
.gpd2-hero-stats>div{padding:11px 13px;border:1px solid rgba(128,225,255,.18);border-radius:12px;background:rgba(5,30,47,.22);backdrop-filter:blur(6px)}
.gpd2-hero-stats b{display:block;font-size:21px;line-height:1;color:#fff}
.gpd2-hero-stats span{display:block;margin-top:6px;font-size:9px;color:rgba(224,244,252,.68)}
.gpd2-hero-visual{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-decoration:none;min-width:0;padding:0 8px}
.gpd2-hero-visual img{display:block;width:100%;height:auto;max-width:720px;max-height:342px;object-fit:contain;object-position:center;border-radius:22px;border:1px solid rgba(112,218,241,.24);box-shadow:0 30px 74px rgba(0,12,23,.42);background:#061822;transition:transform .28s ease,box-shadow .28s ease}
.gpd2-hero-visual:hover img{transform:translateY(-3px);box-shadow:0 34px 82px rgba(0,12,23,.52)}

/* 第三项数据库成果采用整行重点展示，避免三张平台卡挤压。 */
.platform-output-card.platform-gpd2{grid-column:1/-1 !important;grid-template-columns:minmax(0,1.32fr) minmax(360px,.68fr) !important;min-height:410px !important;background:linear-gradient(135deg,#071b29 0%,#0a2436 48%,#f7fbff 48.1%,#f7fbff 100%) !important;border-color:#cfe0ec !important}
.platform-gpd2 .platform-output-preview{min-height:410px !important;padding:22px !important;background:#071b29 !important;border-right:1px solid rgba(90,199,225,.18) !important}
.platform-gpd2 .platform-output-preview img{width:100% !important;height:100% !important;max-height:365px !important;object-fit:contain !important;object-position:center !important;background:#071b29 !important;border-radius:18px !important;box-shadow:0 18px 44px rgba(1,18,30,.28) !important}
.platform-gpd2 .platform-output-copy{padding:38px 38px 34px !important;background:linear-gradient(135deg,#fbfdff,#f2f7fb) !important}
.platform-gpd2 .platform-output-copy h3{font-size:29px !important;letter-spacing:-.4px}
.platform-gpd2 .platform-output-copy p{font-size:12px !important;line-height:1.9 !important}
.gpd2-card-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:20px}
.gpd2-card-stats>div{padding:12px 11px;border:1px solid #dce8f2;border-radius:12px;background:#fff}
.gpd2-card-stats b{display:block;font-size:20px;line-height:1.05;color:#12345c}
.gpd2-card-stats span{display:block;margin-top:5px;font-size:8.5px;color:#71849c}
.platform-gpd2 .platform-output-meta span{font-size:9.5px;color:#708198}

/* 成果详情中的平台统计卡。 */
.detail-fact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 28px}
.detail-fact-grid>div{padding:18px 18px 16px;border:1px solid #dce7f2;border-radius:16px;background:linear-gradient(145deg,#fff,#f7faff)}
.detail-fact-grid b{display:block;font-size:25px;color:#15345e;line-height:1}
.detail-fact-grid span{display:block;margin-top:7px;font-size:10px;color:#73849a}

@media(max-width:1450px){
  .hero-gpd2{grid-template-columns:minmax(0,1fr) minmax(460px,.9fr) !important;column-gap:34px !important}
  .gpd2-hero-visual img{max-width:620px;max-height:310px}
  .platform-output-card.platform-gpd2{grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr) !important}
}
@media(max-width:1180px){
  .hero-gpd2{grid-template-columns:1fr !important}
  .gpd2-hero-visual{height:auto;padding-top:8px}
  .gpd2-hero-visual img{width:min(720px,95%);max-height:280px}
  .platform-output-card.platform-gpd2{grid-column:1 !important;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr) !important;background:linear-gradient(135deg,#071b29 0%,#0a2436 46%,#f7fbff 46.1%,#f7fbff 100%) !important}
}
@media(max-width:760px){
  .gpd2-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .gpd2-hero-visual img{width:96%;max-height:220px;border-radius:15px}
  .platform-output-card.platform-gpd2{grid-template-columns:1fr !important;background:#f7fbff !important;min-height:0 !important}
  .platform-gpd2 .platform-output-preview{min-height:230px !important;border-right:0 !important;border-bottom:1px solid #dce7f2 !important;padding:12px !important}
  .platform-gpd2 .platform-output-preview img{max-height:215px !important;border-radius:13px !important}
  .platform-gpd2 .platform-output-copy{padding:24px 20px !important}
  .platform-gpd2 .platform-output-copy h3{font-size:21px !important}
  .gpd2-card-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .detail-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* ===== V12.37 成果类型：数据库 / 智能体 ===== */
.featured-tabs{flex-wrap:wrap;row-gap:7px}
.platform-output-copy>span{line-height:1.45}

/* ===== V12.37 GPD² hero vertical-fit hotfix ===== */
/* GPD² 比普通轮播多一组统计数据，只压缩本页纵向节奏，不影响其他 slide。 */
.hero-gpd2 .hero-content{
  transform:translateY(-7px);
}

.hero-gpd2 .hero-eyebrow{
  margin-bottom:14px;
}

.hero-gpd2 .hero-content h1{
  font-size:43px;
  line-height:1.04;
  margin-bottom:12px;
}

.hero-gpd2 .hero-content p{
  font-size:12.5px;
  line-height:1.72;
}

.hero-gpd2 .gpd2-hero-stats{
  margin-top:14px;
  gap:9px;
}

.hero-gpd2 .gpd2-hero-stats > div{
  padding:9px 12px;
}

.hero-gpd2 .gpd2-hero-stats b{
  font-size:20px;
}

.hero-gpd2 .gpd2-hero-stats span{
  margin-top:5px;
}

.hero-gpd2 .hero-actions{
  margin-top:16px;
}

.hero-gpd2 .hero-btn{
  height:40px;
  padding-left:19px;
  padding-right:19px;
}

/* 给轮播底部圆点保留稳定安全区 */
.hero-gpd2{
  padding-bottom:54px !important;
}

@media(max-width:1280px){
  .hero-gpd2 .hero-content{
    transform:translateY(-4px);
  }
  .hero-gpd2 .hero-content h1{
    font-size:39px;
  }
}



/* V12.37 UI2: report overlap correction */

/* 原来的 REPORT 01 浮标会挡住报告标题，直接取消 */
.open-report-card.report-primary:before{
  content:none !important;
  display:none !important;
}

/* 报告编号和标题恢复完整可用宽度 */
.report-card-copy > span{
  padding-right:0 !important;
  position:relative;
  z-index:2;
}

.report-card-copy h3{
  position:relative;
  z-index:1;
}



/* ===== FRAMEWORK LOGIC MAP V1 ===== */

.framework-logic-card{
  margin:0 0 26px;
  padding:28px 30px 24px;
  border:1px solid var(--line);
  border-radius:24px;
  background:
    radial-gradient(
      circle at 50% 42%,
      rgba(67,97,238,.055),
      transparent 38%
    ),
    #fff;
  box-shadow:
    0 18px 50px rgba(26,45,82,.055);
  overflow:hidden;
}

.framework-logic-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:36px;
  margin-bottom:14px;
}

.framework-logic-head > div{
  min-width:0;
}

.framework-logic-head span{
  display:block;
  margin-bottom:6px;
  color:var(--primary);
  font-size:10px;
  line-height:1;
  font-weight:800;
  letter-spacing:.14em;
}

.framework-logic-head h2{
  margin:0;
  color:var(--text);
  font-size:24px;
  line-height:1.25;
  font-weight:760;
  letter-spacing:-.02em;
}

.framework-logic-head p{
  width:min(520px,48%);
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.8;
}

.framework-logic-map{
  position:relative;
  width:100%;
  min-height:520px;
  aspect-ratio:1000 / 560;
  margin-top:4px;
}

.framework-logic-svg{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  color:#9aa9bf;
  pointer-events:none;
}

.fw-line{
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  vector-effect:non-scaling-stroke;
}

.fw-line-major{
  color:#768aa7;
  stroke-width:1.8;
}

.fw-line-soft{
  color:#c2ccd9;
  stroke-dasharray:6 7;
}

.fw-relation-label{
  fill:#6f7d92;
  font-size:13px;
  font-weight:600;
}

.fw-logic-node{
  position:absolute;
  z-index:3;
  width:210px;
  min-height:116px;
  padding:15px 17px 14px;
  transform:translate(-50%,-50%);
  border:1px solid #dbe3ee;
  border-radius:16px;
  background:rgba(255,255,255,.97);
  color:var(--text);
  text-align:left;
  cursor:pointer;
  box-shadow:
    0 10px 30px rgba(24,43,79,.065);
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.fw-logic-node:hover{
  transform:translate(-50%,-52%);
  border-color:#aebdff;
  box-shadow:
    0 14px 34px rgba(52,79,190,.11);
}

.fw-logic-node.active{
  border-color:var(--primary);
  background:#f8faff;
  box-shadow:
    0 15px 38px rgba(58,87,216,.14);
}

.fw-logic-node span{
  display:block;
  margin-bottom:7px;
  color:var(--primary);
  font-size:10px;
  font-weight:800;
  letter-spacing:.06em;
}

.fw-logic-node b{
  display:block;
  color:var(--text);
  font-size:14px;
  line-height:1.55;
  font-weight:720;
}

.fw-logic-node em{
  display:inline-block;
  margin-top:8px;
  padding:3px 8px;
  border-radius:999px;
  background:#f1f4ff;
  color:#5970d9;
  font-size:10px;
  line-height:1.4;
  font-style:normal;
  font-weight:700;
}

.fw-node-4{
  left:18%;
  top:19%;
}

.fw-node-5{
  left:82%;
  top:19%;
}

.fw-node-3{
  left:50%;
  top:50%;
}

.fw-node-1{
  left:18%;
  top:81%;
}

.fw-node-2{
  left:82%;
  top:81%;
}


/* 关系说明 */

.framework-logic-relations{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
  margin-top:4px;
}

.framework-logic-relations > div{
  min-height:70px;
  padding:11px 13px;
  border:1px solid #e8edf4;
  border-radius:12px;
  background:#fbfcfe;
}

.framework-logic-relations b{
  display:block;
  margin-bottom:5px;
  color:#526bd6;
  font-size:10px;
  line-height:1.4;
  font-weight:800;
}

.framework-logic-relations span{
  display:block;
  color:#68768a;
  font-size:11px;
  line-height:1.65;
}

.framework-logic-source{
  margin-top:15px;
  padding-top:13px;
  border-top:1px solid #edf1f6;
  color:#8a96a7;
  font-size:10px;
  line-height:1.6;
}


/* ========================================================
   五个正式子课题名称
   “需求牵引”等只作为解释性标签
   ======================================================== */

#frameworkTabs .framework-tab{
  min-height:118px;
  padding-top:16px;
  padding-bottom:14px;
}

#frameworkTabs .framework-tab b{
  display:block;
  max-width:220px;
  color:var(--text);
  font-size:12px;
  line-height:1.5;
  font-weight:720;
}

#frameworkTabs .framework-tab em{
  display:inline-block;
  margin-top:6px;
  padding:2px 7px;
  border-radius:999px;
  background:#f2f5ff;
  color:#6479d7;
  font-size:9px;
  line-height:1.5;
  font-style:normal;
  font-weight:700;
}

#frameworkTabs .framework-tab.active em{
  background:#eef2ff;
  color:var(--primary);
}


/* ========================================================
   TABLET
   ======================================================== */

@media (max-width:1080px){

  .framework-logic-card{
    padding:24px 20px 22px;
  }

  .framework-logic-map{
    min-height:470px;
  }

  .fw-logic-node{
    width:185px;
  }

  .fw-relation-label{
    font-size:11px;
  }

  .framework-logic-relations{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

}


/* ========================================================
   MOBILE
   ======================================================== */

@media (max-width:760px){

  .framework-logic-card{
    margin-bottom:18px;
    padding:20px 15px 16px;
    border-radius:18px;
  }

  .framework-logic-head{
    display:block;
    margin-bottom:15px;
  }

  .framework-logic-head h2{
    font-size:20px;
  }

  .framework-logic-head p{
    width:auto;
    margin-top:10px;
    font-size:12px;
    line-height:1.7;
  }

  .framework-logic-map{
    display:grid;
    grid-template-columns:1fr;
    gap:9px;
    min-height:0;
    aspect-ratio:auto;
  }

  .framework-logic-svg{
    display:none;
  }

  .fw-logic-node{
    position:static;
    width:100%;
    min-height:0;
    padding:13px 14px;
    transform:none;
    border-radius:13px;
  }

  .fw-logic-node:hover{
    transform:none;
  }

  .fw-logic-node b{
    font-size:13px;
  }

  .framework-logic-relations{
    grid-template-columns:1fr;
    margin-top:13px;
  }

  .framework-logic-relations > div{
    min-height:0;
  }

  #frameworkTabs .framework-tab{
    min-height:0;
  }

  #frameworkTabs .framework-tab b{
    max-width:none;
    font-size:11px;
  }

}



/* ===== FRAMEWORK COMPACT V2 ===== */


/* -------------------------------------------------------
   核心原则：
   逻辑图本身就是五个子课题导航。
   因此隐藏原来的第二套五 Tab 导航。
   ------------------------------------------------------- */

#frameworkTabs{
  display:none !important;
}


/* -------------------------------------------------------
   整体：
   去掉“大卡片感”，直接衔接下方内容。
   ------------------------------------------------------- */

.framework-logic-card.framework-logic-compact{
  width:100%;
  margin:0 0 10px !important;

  padding:
    14px 20px 8px !important;

  border:
    0 !important;

  border-bottom:
    1px solid var(--line) !important;

  border-radius:
    0 !important;

  background:
    transparent !important;

  box-shadow:
    none !important;

  overflow:
    visible !important;
}


/* -------------------------------------------------------
   极简标题
   ------------------------------------------------------- */

.framework-logic-minihead{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;

  max-width:1080px;
  margin:0 auto 2px;
}

.framework-logic-minihead > div{
  display:flex;
  align-items:center;
  gap:10px;
}

.framework-logic-minihead span{
  color:var(--primary);
  font-size:9px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
}

.framework-logic-minihead b{
  color:var(--text);
  font-size:14px;
  line-height:1.4;
  font-weight:720;
}

.framework-logic-minihead small{
  color:var(--muted);
  font-size:10px;
  line-height:1.4;
}


/* -------------------------------------------------------
   逻辑图：
   原来约 600~700px
   现在压缩到约 280px
   ------------------------------------------------------- */

.framework-logic-compact
.framework-logic-map{
  position:relative;

  width:min(100%,1080px);
  height:278px;
  min-height:0 !important;
  aspect-ratio:auto !important;

  margin:0 auto;
}


/* -------------------------------------------------------
   SVG
   ------------------------------------------------------- */

.framework-logic-compact
.framework-logic-svg{
  position:absolute;
  inset:0;

  width:100%;
  height:100%;

  display:block;

  color:#a5b3c7;
  pointer-events:none;
}

.framework-logic-compact
.fw-line{
  fill:none;
  stroke:currentColor;
  stroke-width:1.25;
  vector-effect:non-scaling-stroke;
}

.framework-logic-compact
.fw-line-major{
  color:#8fa1ba;
  stroke-width:1.45;
}

.framework-logic-compact
.fw-relation-label{
  fill:#8290a4;
  font-size:11px;
  font-weight:600;
}


/* -------------------------------------------------------
   节点：
   明显比上一版紧凑
   ------------------------------------------------------- */

.framework-logic-compact
.fw-logic-node{
  position:absolute;
  z-index:3;

  width:190px;
  min-height:68px;

  padding:
    9px 12px 8px;

  transform:
    translate(-50%,-50%);

  border:
    1px solid #dce4ef;

  border-radius:
    12px;

  background:
    rgba(255,255,255,.98);

  color:
    var(--text);

  text-align:
    left;

  cursor:
    pointer;

  box-shadow:
    0 5px 16px rgba(24,43,79,.045);

  transition:
    border-color .15s ease,
    background .15s ease,
    box-shadow .15s ease;
}


.framework-logic-compact
.fw-logic-node:hover{
  transform:
    translate(-50%,-50%);

  border-color:
    #b8c5f8;

  box-shadow:
    0 7px 18px rgba(52,79,190,.08);
}


.framework-logic-compact
.fw-logic-node.active{
  border-color:
    var(--primary);

  background:
    #f7f9ff;

  box-shadow:
    0 6px 18px rgba(58,87,216,.10);
}


/* 子课题编号 */

.framework-logic-compact
.fw-logic-node span{
  display:block;

  margin-bottom:
    3px;

  color:
    var(--primary);

  font-size:
    8px;

  line-height:
    1.2;

  font-weight:
    800;

  letter-spacing:
    .03em;
}


/* 正式名称 */

.framework-logic-compact
.fw-logic-node b{
  display:block;

  color:
    var(--text);

  font-size:
    11px;

  line-height:
    1.42;

  font-weight:
    700;
}


/* 需求牵引 / 价值定向…… */

.framework-logic-compact
.fw-logic-node em{
  display:inline-block;

  margin-top:
    4px;

  padding:
    1px 6px;

  border-radius:
    999px;

  background:
    #f1f4ff;

  color:
    #6278d8;

  font-size:
    8px;

  line-height:
    1.45;

  font-style:
    normal;

  font-weight:
    700;
}


/* -------------------------------------------------------
   节点重新排位
   ------------------------------------------------------- */

.framework-logic-compact
.fw-node-4{
  left:22%;
  top:24%;
}

.framework-logic-compact
.fw-node-5{
  left:78%;
  top:24%;
}

.framework-logic-compact
.fw-node-3{
  left:50%;
  top:52%;
  width:205px;
}

.framework-logic-compact
.fw-node-1{
  left:22%;
  top:82%;
}

.framework-logic-compact
.fw-node-2{
  left:78%;
  top:82%;
}


/* -------------------------------------------------------
   旧 V1 的关系说明区彻底隐藏
   ------------------------------------------------------- */

.framework-logic-relations{
  display:none !important;
}

.framework-logic-source{
  display:none !important;
}


/* -------------------------------------------------------
   逻辑图与下方当前子课题更紧密
   ------------------------------------------------------- */

#frameworkStory{
  margin-top:0 !important;
}

#frameworkEvidence{
  margin-top:0 !important;
}


/* -------------------------------------------------------
   平板
   ------------------------------------------------------- */

@media (max-width:1080px){

  .framework-logic-card.framework-logic-compact{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .framework-logic-compact
  .framework-logic-map{
    height:270px;
  }

  .framework-logic-compact
  .fw-logic-node{
    width:170px;
  }

  .framework-logic-compact
  .fw-node-3{
    width:185px;
  }

}


/* -------------------------------------------------------
   手机端：
   不强行画复杂箭头，
   五个节点直接做紧凑导航。
   ------------------------------------------------------- */

@media (max-width:760px){

  .framework-logic-card.framework-logic-compact{
    margin-bottom:8px !important;

    padding:
      12px 12px 10px !important;
  }

  .framework-logic-minihead{
    margin-bottom:10px;
  }

  .framework-logic-minihead small{
    display:none;
  }

  .framework-logic-compact
  .framework-logic-map{
    display:grid;

    grid-template-columns:
      repeat(2,minmax(0,1fr));

    gap:7px;

    width:100%;
    height:auto;
  }

  .framework-logic-compact
  .framework-logic-svg{
    display:none;
  }

  .framework-logic-compact
  .fw-logic-node{
    position:static;

    width:100% !important;
    min-height:68px;

    padding:9px 10px;

    transform:none !important;
  }

  .framework-logic-compact
  .fw-node-3{
    grid-column:
      1 / -1;
  }

  .framework-logic-compact
  .fw-logic-node b{
    font-size:10px;
  }

}



/* ===== FRAMEWORK DUAL VIEW V1 ===== */


/* ======================================================
   恢复原来的五子课题 Tab
   覆盖上一版 compact 的 display:none
   ====================================================== */

#frameworkTabs{
  display:grid !important;
}


/* hidden 必须真正隐藏 */
[hidden]{
  display:none !important;
}


/* ======================================================
   视图切换按钮
   ====================================================== */

.framework-view-switch{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:4px;

  padding:
    10px 0 8px;

  background:
    transparent;
}

.framework-view-switch > span{
  margin-right:5px;

  color:#98a4b5;

  font-size:8px;
  line-height:1;
  font-weight:800;

  letter-spacing:.13em;
}

.framework-view-switch button{
  appearance:none;

  padding:
    5px 10px;

  border:
    1px solid transparent;

  border-radius:
    8px;

  background:
    transparent;

  color:
    #7b8799;

  font-size:
    10px;

  line-height:
    1.4;

  font-weight:
    650;

  cursor:
    pointer;

  transition:
    background .15s ease,
    border-color .15s ease,
    color .15s ease;
}

.framework-view-switch button:hover{
  color:
    var(--text);

  background:
    #f6f8fc;
}

.framework-view-switch button.active{
  color:
    var(--primary);

  border-color:
    #dbe3ff;

  background:
    #f4f6ff;
}


/* ======================================================
   成果框架模式：
   完全不展示逻辑图
   ====================================================== */

.framework-logic-fullview[hidden]{
  display:none !important;
}


/* ======================================================
   逻辑图模式
   ====================================================== */

.framework-logic-card.framework-logic-fullview{
  width:100%;

  margin:
    0 !important;

  padding:
    22px 28px 24px !important;

  border:
    1px solid var(--line) !important;

  border-radius:
    22px !important;

  background:
    #fff !important;

  box-shadow:
    0 18px 48px rgba(24,43,79,.055) !important;

  overflow:
    hidden !important;
}


/* 大图标题 */

.framework-logic-fullhead{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;

  gap:
    30px;

  max-width:
    1160px;

  margin:
    0 auto 5px;
}

.framework-logic-fullhead span{
  display:block;

  margin-bottom:
    5px;

  color:
    var(--primary);

  font-size:
    9px;

  font-weight:
    800;

  letter-spacing:
    .13em;
}

.framework-logic-fullhead h2{
  margin:
    0;

  color:
    var(--text);

  font-size:
    23px;

  line-height:
    1.3;

  font-weight:
    750;
}

.framework-logic-fullhead p{
  margin:
    5px 0 0;

  color:
    var(--muted);

  font-size:
    10px;

  line-height:
    1.6;
}

.framework-logic-fullhead small{
  color:
    #8b97a8;

  font-size:
    10px;

  line-height:
    1.6;
}


/* ======================================================
   大图本体
   ====================================================== */

.framework-logic-map-full{
  position:
    relative;

  width:
    min(100%,1160px);

  height:
    545px;

  min-height:
    545px !important;

  aspect-ratio:
    auto !important;

  margin:
    0 auto;
}


/* SVG */

.framework-logic-fullview
.framework-logic-svg{
  display:block !important;

  position:absolute;

  inset:
    0;

  width:
    100%;

  height:
    100%;

  color:
    #9aabc2;

  pointer-events:
    none;
}


.framework-logic-fullview
.fw-line{
  fill:none;

  stroke:
    currentColor;

  stroke-width:
    1.4;

  vector-effect:
    non-scaling-stroke;
}


.framework-logic-fullview
.fw-line-major{
  color:
    #788ea9;

  stroke-width:
    1.7;
}


.framework-logic-fullview
.fw-line-soft{
  color:
    #bcc9d9;

  stroke-dasharray:
    6 7;
}


.framework-logic-fullview
.fw-relation-label{
  fill:
    #728198;

  font-size:
    12px;

  font-weight:
    600;
}


/* ======================================================
   五个节点
   ====================================================== */

.framework-logic-fullview
.fw-logic-node{
  position:absolute;

  z-index:
    3;

  width:
    220px;

  min-height:
    105px;

  padding:
    14px 16px 12px;

  transform:
    translate(-50%,-50%);

  border:
    1px solid #dce5ef;

  border-radius:
    15px;

  background:
    rgba(255,255,255,.98);

  color:
    var(--text);

  text-align:
    left;

  cursor:
    pointer;

  box-shadow:
    0 10px 28px rgba(24,43,79,.065);

  transition:
    border-color .15s ease,
    box-shadow .15s ease,
    transform .15s ease;
}


.framework-logic-fullview
.fw-logic-node:hover{
  transform:
    translate(-50%,-52%);

  border-color:
    #9db0ff;

  box-shadow:
    0 14px 36px rgba(55,82,194,.12);
}


.framework-logic-fullview
.fw-logic-node span{
  display:block;

  margin-bottom:
    6px;

  color:
    var(--primary);

  font-size:
    9px;

  line-height:
    1;

  font-weight:
    800;
}


.framework-logic-fullview
.fw-logic-node b{
  display:block;

  color:
    var(--text);

  font-size:
    13px;

  line-height:
    1.55;

  font-weight:
    720;
}


.framework-logic-fullview
.fw-logic-node em{
  display:inline-block;

  margin-top:
    7px;

  padding:
    2px 7px;

  border-radius:
    999px;

  background:
    #f1f4ff;

  color:
    #5d73d8;

  font-size:
    9px;

  line-height:
    1.5;

  font-style:
    normal;

  font-weight:
    700;
}


/* 位置 */

.framework-logic-fullview
.fw-node-4{
  left:18%;
  top:19%;
}

.framework-logic-fullview
.fw-node-5{
  left:82%;
  top:19%;
}

.framework-logic-fullview
.fw-node-3{
  left:50%;
  top:50%;

  width:
    240px;
}

.framework-logic-fullview
.fw-node-1{
  left:18%;
  top:81%;
}

.framework-logic-fullview
.fw-node-2{
  left:82%;
  top:81%;
}


/* ======================================================
   底部逻辑链
   ====================================================== */

.framework-logic-caption{
  display:flex;

  align-items:center;
  justify-content:center;

  gap:
    9px;

  margin:
    -5px auto 0;

  color:
    #718097;

  font-size:
    10px;

  line-height:
    1.5;
}

.framework-logic-caption span,
.framework-logic-caption strong{
  padding:
    4px 9px;

  border:
    1px solid #e3e9f2;

  border-radius:
    999px;

  background:
    #fafbfc;
}

.framework-logic-caption strong{
  color:
    var(--primary);

  font-weight:
    750;

  background:
    #f5f7ff;
}

.framework-logic-caption i{
  color:
    #a1adbd;

  font-style:
    normal;
}


/* ======================================================
   上一版 compact 残留全部覆盖
   ====================================================== */

.framework-logic-card.framework-logic-fullview
.framework-logic-map{
  min-height:
    545px !important;
}

.framework-logic-card.framework-logic-fullview
.fw-logic-node{
  position:
    absolute !important;
}

.framework-logic-relations,
.framework-logic-source{
  display:
    none !important;
}


/* ======================================================
   手机端
   ====================================================== */

@media (max-width:760px){

  .framework-view-switch{
    justify-content:
      flex-start;

    padding-top:
      8px;
  }


  .framework-logic-card.framework-logic-fullview{
    padding:
      18px 14px !important;

    border-radius:
      16px !important;
  }


  .framework-logic-fullhead{
    display:
      block;
  }


  .framework-logic-fullhead h2{
    font-size:
      19px;
  }


  .framework-logic-fullhead small{
    display:
      none;
  }


  .framework-logic-map-full{
    display:
      grid !important;

    grid-template-columns:
      1fr;

    gap:
      8px;

    width:
      100%;

    height:
      auto;

    min-height:
      0 !important;

    margin-top:
      15px;
  }


  .framework-logic-fullview
  .framework-logic-svg{
    display:
      none !important;
  }


  .framework-logic-fullview
  .fw-logic-node{
    position:
      static !important;

    width:
      100% !important;

    min-height:
      0;

    transform:
      none !important;

    padding:
      12px 13px;
  }


  .framework-logic-caption{
    flex-wrap:
      wrap;

    margin-top:
      15px;
  }

}



/* ===== FRAMEWORK FINAL POLISH V2 ===== */


/* ======================================================
   1. 逻辑图模式：彻底消除下方空白
   ====================================================== */

.framework-parent-logic-mode{
  min-height:0 !important;
  height:auto !important;
}

body.framework-logic-mode #frameworkTabs{
  display:none !important;
}

body.framework-logic-mode #frameworkStory,
body.framework-logic-mode #frameworkEvidence{
  display:none !important;
}

body.framework-logic-mode .framework-logic-fullview{
  margin-bottom:0 !important;
}


/* ======================================================
   2. 页面总体间距收紧
   ====================================================== */

.framework-view-switch{
  min-height:34px !important;

  padding:
    6px 12px 5px !important;

  margin:
    0 !important;

  gap:
    2px !important;
}


/* 不再显示 VIEW，多一层文字没有必要 */

.framework-view-switch > span{
  display:none !important;
}


/* 两个按钮做成一个非常轻的 segmented control */

.framework-view-switch{
  justify-content:flex-end !important;
}

.framework-view-switch button{
  height:26px !important;

  padding:
    0 9px !important;

  margin:
    0 !important;

  border:
    0 !important;

  border-radius:
    7px !important;

  background:
    transparent !important;

  color:
    #7d8999 !important;

  font-size:
    9px !important;

  line-height:
    26px !important;

  font-weight:
    650 !important;

  outline:
    none !important;

  box-shadow:
    none !important;
}

.framework-view-switch button:hover{
  background:
    #f5f7fa !important;

  color:
    #354157 !important;
}

.framework-view-switch button.active{
  background:
    #eef2ff !important;

  color:
    var(--primary) !important;

  box-shadow:
    none !important;
}

.framework-view-switch button:focus-visible{
  outline:
    1px solid #9caeff !important;

  outline-offset:
    1px !important;
}


/* ======================================================
   3. 五个子课题导航：高度明显收紧
   ====================================================== */

#frameworkTabs{
  min-height:0 !important;
  height:auto !important;
}

#frameworkTabs .framework-tab{
  min-height:82px !important;

  padding:
    11px 14px 9px !important;
}


/* 01 / 02 / 03 */

#frameworkTabs .framework-tab i{
  margin:
    0 0 5px !important;

  font-size:
    8px !important;

  line-height:
    1 !important;
}


/* 正式子课题名称 */

#frameworkTabs .framework-tab b{
  display:block !important;

  max-width:none !important;

  min-height:30px !important;

  margin:0 !important;

  color:
    var(--text) !important;

  font-size:
    10px !important;

  line-height:
    1.45 !important;

  font-weight:
    690 !important;
}


/* 需求牵引 / 价值定向 / ... */

#frameworkTabs .framework-tab em{
  display:inline-block !important;

  margin:
    5px 4px 0 0 !important;

  padding:
    1px 5px !important;

  border-radius:
    999px !important;

  font-size:
    7.5px !important;

  line-height:
    1.45 !important;
}


/* xx 项成果 */

#frameworkTabs .framework-tab span{
  display:inline-block !important;

  margin:
    5px 0 0 !important;

  color:
    #8b96a6 !important;

  font-size:
    7.5px !important;

  line-height:
    1.4 !important;
}


/* active 不要一整块过重 */

#frameworkTabs .framework-tab.active{
  background:
    linear-gradient(
      180deg,
      rgba(82,101,255,.055),
      rgba(82,101,255,.018)
    ) !important;
}


/* ======================================================
   4. 当前子课题内容：整体收紧
   ====================================================== */

#frameworkStory{
  padding:
    30px 30px 28px !important;
}

#frameworkEvidence{
  padding:
    24px 24px 26px !important;
}


/* 02 / 05 · 子课题2 · 价值定向 */

#frameworkStory .stage-no{
  display:block !important;

  margin:
    0 0 10px !important;

  font-size:
    9px !important;

  line-height:
    1.4 !important;
}


/* 大标题 */

#frameworkStory h2{
  margin:
    0 0 18px !important;

  font-size:
    30px !important;

  line-height:
    1.25 !important;

  letter-spacing:
    -.025em !important;
}


/* Core Question */

#frameworkStory .framework-question{
  margin:
    0 0 16px !important;

  padding:
    16px 18px !important;

  min-height:
    0 !important;
}

#frameworkStory .framework-question small{
  margin-bottom:
    7px !important;

  font-size:
    8px !important;
}

#frameworkStory .framework-question p{
  margin:
    0 !important;

  font-size:
    12px !important;

  line-height:
    1.65 !important;
}


/* 定位说明 */

#frameworkStory > p{
  margin:
    0 0 14px !important;

  font-size:
    10.5px !important;

  line-height:
    1.75 !important;
}


/* 关键词 */

#frameworkStory .topic-grid{
  gap:
    6px !important;

  margin-top:
    12px !important;
}

#frameworkStory .topic-grid button{
  padding:
    5px 10px !important;

  font-size:
    8.5px !important;
}


/* ======================================================
   5. 右侧统计 + 图表收紧
   ====================================================== */

#frameworkEvidence .evidence-stat{
  gap:
    10px !important;

  margin-bottom:
    10px !important;
}

#frameworkEvidence .evidence-stat .stat{
  min-height:
    76px !important;

  padding:
    15px 16px !important;
}

#frameworkEvidence .evidence-stat .stat b{
  font-size:
    26px !important;
}

#frameworkEvidence .evidence-stat .stat span{
  margin-top:
    3px !important;

  font-size:
    8px !important;
}


/* 年份图：不要再占两百多高 */

#frameworkChart{
  width:
    100% !important;

  height:
    188px !important;

  min-height:
    188px !important;
}

#frameworkEvidence .chart-box{
  min-height:
    188px !important;

  margin-bottom:
    15px !important;

  border-radius:
    14px !important;
}


/* 代表成果 */

#frameworkEvidence .rep-results{
  margin-top:
    13px !important;
}

#frameworkEvidence .rep-results h3{
  margin:
    0 0 7px !important;

  font-size:
    11px !important;
}

#frameworkEvidence .rep-result{
  padding:
    9px 0 !important;
}

#frameworkEvidence .rep-result b{
  font-size:
    9px !important;

  line-height:
    1.5 !important;
}

#frameworkEvidence .rep-result span{
  margin-top:
    3px !important;

  font-size:
    7.5px !important;

  line-height:
    1.45 !important;
}


/* ======================================================
   6. 大逻辑图本身保持“大图”，
      但头部和下部无效留白稍微收一点
   ====================================================== */

.framework-logic-card.framework-logic-fullview{
  padding:
    18px 24px 16px !important;
}

.framework-logic-fullhead{
  margin-bottom:
    0 !important;
}

.framework-logic-fullhead h2{
  font-size:
    21px !important;
}

.framework-logic-fullhead p{
  margin-top:
    3px !important;
}

.framework-logic-map-full{
  height:
    520px !important;

  min-height:
    520px !important;
}


/* 下方那串：
   现实需求 → 价值目标 → 体系构建...
   再收一点
*/

.framework-logic-caption{
  margin-top:
    -12px !important;

  padding-bottom:
    2px !important;
}


/* ======================================================
   7. 手机端
   ====================================================== */

@media (max-width:760px){

  .framework-view-switch{
    justify-content:
      flex-end !important;

    padding:
      5px 8px !important;
  }

  #frameworkTabs .framework-tab{
    min-height:
      70px !important;

    padding:
      9px 10px !important;
  }

  #frameworkTabs .framework-tab b{
    min-height:
      0 !important;
  }

  #frameworkStory{
    padding:
      24px 18px !important;
  }

  #frameworkEvidence{
    padding:
      18px !important;
  }

  #frameworkStory h2{
    font-size:
      24px !important;
  }

}

/* FRAMEWORK SAFE TIGHT FIX */ #frameworkLogic[hidden],#frameworkTabs[hidden],#frameworkStory[hidden],#frameworkEvidence[hidden]{display:none!important} body.framework-logic-mode #frameworkTabs,body.framework-logic-mode #frameworkStory,body.framework-logic-mode #frameworkEvidence{display:none!important;min-height:0!important;height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important}.framework-view-switch{display:flex!important;justify-content:flex-end!important;align-items:center!important;gap:2px!important;min-height:30px!important;padding:5px 10px!important;margin:0!important}.framework-view-switch>span{display:none!important}.framework-view-switch button{height:24px!important;padding:0 9px!important;border:0!important;border-radius:6px!important;background:transparent!important;color:#7e8998!important;font-size:9px!important;line-height:24px!important;box-shadow:none!important}.framework-view-switch button.active{background:#eef2ff!important;color:var(--primary)!important}#frameworkTabs{min-height:0!important}#frameworkTabs .framework-tab{min-height:76px!important;padding:10px 13px 8px!important}#frameworkTabs .framework-tab i{margin:0 0 4px!important;font-size:8px!important}#frameworkTabs .framework-tab b{min-height:28px!important;margin:0!important;font-size:10px!important;line-height:1.4!important;font-weight:690!important}#frameworkTabs .framework-tab em{margin:4px 3px 0 0!important;padding:1px 5px!important;font-size:7px!important}#frameworkTabs .framework-tab span{margin-top:4px!important;font-size:7px!important}#frameworkStory{padding:27px 28px 25px!important}#frameworkStory .stage-no{margin-bottom:9px!important;font-size:8.5px!important}#frameworkStory h2{margin:0 0 16px!important;font-size:29px!important;line-height:1.25!important}#frameworkStory .framework-question{margin-bottom:14px!important;padding:15px 17px!important}#frameworkStory>p{margin-bottom:12px!important;font-size:10px!important}#frameworkStory .topic-grid{margin-top:10px!important;gap:5px!important}#frameworkStory .topic-grid button{padding:4px 9px!important;font-size:8px!important}#frameworkEvidence{padding:22px 22px 24px!important}#frameworkEvidence .evidence-stat{gap:9px!important;margin-bottom:9px!important}#frameworkEvidence .evidence-stat .stat{min-height:70px!important;padding:13px 15px!important}#frameworkEvidence .evidence-stat .stat b{font-size:25px!important}#frameworkChart,#frameworkEvidence .chart-box{height:180px!important;min-height:180px!important}#frameworkEvidence .chart-box{margin-bottom:13px!important}#frameworkEvidence .rep-result{padding:8px 0!important}.framework-logic-card.framework-logic-fullview{margin:0!important;padding:18px 24px 12px!important}.framework-logic-map-full{height:500px!important;min-height:500px!important}.framework-logic-caption{margin-top:-16px!important;padding-bottom:0!important}

/* ===== FRAMEWORK PREMIUM TABS V3 ===== */

/* ---------------------------------------
   视图切换：拉开空间，改成精致 segmented control
   --------------------------------------- */

.framework-view-switch{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:4px!important;

  min-height:46px!important;
  padding:8px 32px 7px!important;
  margin:0!important;

  border-bottom:1px solid #edf1f6!important;
  background:rgba(255,255,255,.98)!important;
}

.framework-view-switch > span{
  display:none!important;
}

.framework-view-switch button{
  height:31px!important;
  padding:0 14px!important;

  border:1px solid transparent!important;
  border-radius:9px!important;

  background:transparent!important;
  color:#778396!important;

  font-size:10px!important;
  line-height:29px!important;
  font-weight:650!important;

  box-shadow:none!important;

  transition:
    background .16s ease,
    border-color .16s ease,
    color .16s ease,
    box-shadow .16s ease!important;
}

.framework-view-switch button:hover{
  background:#f6f8fc!important;
  color:#364156!important;
}

.framework-view-switch button.active{
  background:#f1f4ff!important;
  border-color:#d8e0ff!important;
  color:#5269df!important;

  box-shadow:
    0 2px 8px rgba(69,89,190,.07)!important;
}


/* ---------------------------------------
   五个子课题：
   两侧留白加大，整体高度恢复适中
   --------------------------------------- */

#frameworkTabs{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;

  gap:0!important;

  padding:
    0 32px!important;

  min-height:0!important;

  background:#fff!important;
}


/* 单个子课题 */

#frameworkTabs .framework-tab{
  position:relative!important;

  min-height:108px!important;

  padding:
    16px 17px 14px!important;

  border:0!important;
  border-right:1px solid #edf1f6!important;

  border-radius:0!important;

  background:transparent!important;

  text-align:left!important;

  box-shadow:none!important;

  transition:
    background .17s ease!important;
}

#frameworkTabs .framework-tab:first-child{
  border-left:1px solid #edf1f6!important;
}

#frameworkTabs .framework-tab:hover{
  background:#fafbfe!important;
}


/* 当前子课题 */
#frameworkTabs .framework-tab.active{
  background:
    linear-gradient(
      180deg,
      #f6f8ff 0%,
      #fbfcff 100%
    )!important;
}

#frameworkTabs .framework-tab.active::before{
  content:""!important;

  position:absolute!important;

  left:17px!important;
  right:17px!important;
  top:0!important;

  height:2px!important;

  border-radius:999px!important;

  background:#6075eb!important;
}


/* ---------------------------------------
   编号 01 / 02 / 03
   --------------------------------------- */

#frameworkTabs .framework-tab i{
  display:block!important;

  margin:
    0 0 7px!important;

  color:#5870e8!important;

  font-size:9.5px!important;
  line-height:1!important;

  font-style:normal!important;
  font-weight:800!important;

  letter-spacing:.04em!important;
}


/* ---------------------------------------
   正式子课题名称
   --------------------------------------- */

#frameworkTabs .framework-tab b{
  display:block!important;

  max-width:none!important;
  min-height:39px!important;

  margin:0!important;

  color:#172033!important;

  font-size:12.5px!important;
  line-height:1.48!important;

  font-weight:680!important;

  letter-spacing:-.012em!important;
}


/* ---------------------------------------
   需求牵引 / 价值定向 / ...
   --------------------------------------- */

#frameworkTabs .framework-tab em{
  display:inline-flex!important;
  align-items:center!important;

  min-height:21px!important;

  margin:
    8px 5px 0 0!important;

  padding:
    2px 7px!important;

  border-radius:999px!important;

  background:#f1f4ff!important;

  color:#6478d7!important;

  font-size:8.5px!important;
  line-height:1.4!important;

  font-style:normal!important;
  font-weight:700!important;
}


/* ---------------------------------------
   XX 项成果
   --------------------------------------- */

#frameworkTabs .framework-tab span{
  display:inline-block!important;

  margin:
    8px 0 0!important;

  color:#8793a5!important;

  font-size:8.5px!important;
  line-height:1.4!important;

  font-weight:500!important;
}


/* ---------------------------------------
   超宽桌面：左右再多一点呼吸空间
   --------------------------------------- */

@media (min-width:1500px){

  .framework-view-switch{
    padding-left:40px!important;
    padding-right:40px!important;
  }

  #frameworkTabs{
    padding-left:40px!important;
    padding-right:40px!important;
  }

  #frameworkTabs .framework-tab{
    padding-left:19px!important;
    padding-right:19px!important;
  }

}


/* ---------------------------------------
   普通笔记本
   --------------------------------------- */

@media (max-width:1200px){

  .framework-view-switch{
    padding-left:22px!important;
    padding-right:22px!important;
  }

  #frameworkTabs{
    padding-left:22px!important;
    padding-right:22px!important;
  }

  #frameworkTabs .framework-tab{
    min-height:100px!important;

    padding:
      14px 13px 12px!important;
  }

  #frameworkTabs .framework-tab b{
    font-size:11.3px!important;
  }

}


/* ---------------------------------------
   手机
   --------------------------------------- */

@media (max-width:760px){

  .framework-view-switch{
    min-height:42px!important;

    padding:
      6px 12px!important;
  }

  .framework-view-switch button{
    height:29px!important;

    padding:
      0 11px!important;

    font-size:9.5px!important;
  }

  #frameworkTabs{
    grid-template-columns:1fr!important;

    padding:
      0 12px!important;
  }

  #frameworkTabs .framework-tab{
    min-height:0!important;

    padding:
      12px!important;

    border-left:0!important;
    border-right:0!important;

    border-bottom:
      1px solid #edf1f6!important;
  }

  #frameworkTabs .framework-tab.active::before{
    left:0!important;
    right:auto!important;

    top:10px!important;
    bottom:10px!important;

    width:2px!important;
    height:auto!important;
  }

  #frameworkTabs .framework-tab b{
    min-height:0!important;

    font-size:11px!important;
  }

}


/* =========================================================
   FRAMEWORK POLISH V4
   - 子课题顶部大卡片：更圆、更有体积、更舒展
   - 逻辑图视图：右侧解释栏
   ========================================================= */

/* ---------- 顶部 5 个子课题卡片 ---------- */

#frameworkTabs{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:14px !important;
  padding:14px 26px 8px !important;
  background:transparent !important;
}

#frameworkTabs .framework-tab{
  min-height:126px !important;
  padding:18px 18px 16px !important;
  border:1px solid #e8edf7 !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%) !important;
  box-shadow:0 10px 28px rgba(28,52,110,.05) !important;
  transition:all .18s ease !important;
  position:relative !important;
  overflow:hidden !important;
}

#frameworkTabs .framework-tab:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 16px 34px rgba(28,52,110,.08) !important;
  border-color:#dce4f5 !important;
}

#frameworkTabs .framework-tab.active{
  border-color:#cfd9ff !important;
  background:linear-gradient(180deg,#f8faff 0%,#f3f6ff 100%) !important;
  box-shadow:0 16px 40px rgba(71,96,196,.12) !important;
}

#frameworkTabs .framework-tab.active::before{
  content:"" !important;
  position:absolute !important;
  left:18px !important;
  right:18px !important;
  top:0 !important;
  height:3px !important;
  border-radius:999px !important;
  background:linear-gradient(90deg,#5e78f0 0%,#89a2ff 100%) !important;
}

#frameworkTabs .framework-tab i{
  display:block !important;
  margin:0 0 8px !important;
  font-style:normal !important;
  font-size:11px !important;
  font-weight:800 !important;
  line-height:1 !important;
  color:#5d72ea !important;
  letter-spacing:.04em !important;
}

#frameworkTabs .framework-tab b{
  display:block !important;
  min-height:46px !important;
  margin:0 !important;
  font-size:15px !important;
  line-height:1.45 !important;
  font-weight:740 !important;
  letter-spacing:-.012em !important;
  color:#182236 !important;
}

#frameworkTabs .framework-tab em{
  display:inline-flex !important;
  align-items:center !important;
  margin:10px 8px 0 0 !important;
  padding:4px 9px !important;
  border-radius:999px !important;
  background:#eef2ff !important;
  color:#6175db !important;
  font-style:normal !important;
  font-size:10px !important;
  font-weight:700 !important;
  line-height:1.4 !important;
}

#frameworkTabs .framework-tab span{
  display:inline-block !important;
  margin:10px 0 0 !important;
  color:#8b97aa !important;
  font-size:11px !important;
  line-height:1.4 !important;
  font-weight:600 !important;
}

/* ---------- 右上视图切换按钮 ---------- */

.framework-view-switch{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  padding:14px 26px 8px !important;
  border:none !important;
  background:transparent !important;
}

.framework-view-switch > span{
  display:none !important;
}

.framework-view-switch button{
  height:36px !important;
  padding:0 16px !important;
  border-radius:12px !important;
  border:1px solid #e2e8f5 !important;
  background:#ffffff !important;
  color:#728099 !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:34px !important;
  box-shadow:0 6px 18px rgba(25,43,86,.04) !important;
  transition:all .16s ease !important;
}

.framework-view-switch button:hover{
  color:#4b5f9c !important;
  border-color:#d5def5 !important;
  box-shadow:0 10px 24px rgba(25,43,86,.07) !important;
}

.framework-view-switch button.active{
  color:#4a63e7 !important;
  border-color:#ced8ff !important;
  background:linear-gradient(180deg,#f8faff 0%,#f2f5ff 100%) !important;
  box-shadow:0 12px 28px rgba(73,98,201,.12) !important;
}

/* ---------- 逻辑图视图整体：左图 + 右解释 ---------- */

.framework-logic-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 320px !important;
  gap:24px !important;
  align-items:start !important;
}

.framework-logic-explainer{
  border:1px solid #e7edf8 !important;
  border-radius:20px !important;
  padding:18px 18px 16px !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%) !important;
  box-shadow:0 12px 30px rgba(23,43,87,.06) !important;
}

.framework-logic-explainer .logic-side-title{
  margin:0 0 12px !important;
  font-size:18px !important;
  line-height:1.3 !important;
  font-weight:760 !important;
  color:#172033 !important;
}

.framework-logic-explainer .logic-side-sub{
  margin:0 0 14px !important;
  font-size:12px !important;
  line-height:1.75 !important;
  color:#66758c !important;
}

.framework-logic-explainer .logic-side-card{
  padding:12px 12px 11px !important;
  border:1px solid #edf1f8 !important;
  border-radius:14px !important;
  background:#f8faff !important;
  margin:0 0 10px !important;
}

.framework-logic-explainer .logic-side-card b{
  display:block !important;
  margin:0 0 4px !important;
  color:#1b2740 !important;
  font-size:12px !important;
  line-height:1.45 !important;
  font-weight:760 !important;
}

.framework-logic-explainer .logic-side-card span{
  display:block !important;
  color:#6f7d92 !important;
  font-size:11px !important;
  line-height:1.7 !important;
  font-weight:500 !important;
}

.framework-logic-explainer .logic-side-tips{
  margin:12px 0 0 !important;
  padding:12px 12px 10px !important;
  border-radius:14px !important;
  background:#f4f7ff !important;
  color:#64718a !important;
  font-size:11px !important;
  line-height:1.75 !important;
}

.framework-logic-explainer .logic-side-tips b{
  color:#4b63e2 !important;
}

/* ---------- 逻辑图里的 5 个节点卡片也更圆更有体积 ---------- */

.framework-logic-layout .framework-logic-card,
.framework-logic-layout .framework-node-card,
.framework-logic-layout .logic-node-card,
.framework-logic-layout [data-framework-node]{
  border-radius:18px !important;
  border:1px solid #dfe7f8 !important;
  background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%) !important;
  box-shadow:0 10px 28px rgba(31,52,110,.06) !important;
}

/* ---------- 防止逻辑图区太空 ---------- */

.framework-logic-layout .framework-logic-main,
.framework-logic-layout .framework-logic-canvas,
.framework-logic-layout .framework-logic-stage{
  min-height:680px !important;
}

/* ---------- 屏幕较窄时自动纵向 ---------- */

@media (max-width:1280px){
  #frameworkTabs{
    gap:10px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  #frameworkTabs .framework-tab{
    min-height:118px !important;
    padding:16px 15px 14px !important;
  }

  #frameworkTabs .framework-tab b{
    font-size:14px !important;
  }

  .framework-view-switch{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .framework-logic-layout{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:760px){
  #frameworkTabs{
    grid-template-columns:1fr !important;
    gap:10px !important;
    padding:12px !important;
  }

  #frameworkTabs .framework-tab{
    min-height:auto !important;
  }

  .framework-view-switch{
    justify-content:flex-start !important;
    padding:12px !important;
    gap:6px !important;
  }

  .framework-view-switch button{
    height:34px !important;
    padding:0 12px !important;
    font-size:11px !important;
  }

  .framework-logic-explainer{
    padding:14px !important;
  }

  .framework-logic-layout .framework-logic-main,
  .framework-logic-layout .framework-logic-canvas,
  .framework-logic-layout .framework-logic-stage{
    min-height:auto !important;
  }
}

/* ===== FRAMEWORK RESEARCH DESIGN V1 START ===== */

#frameworkStory .framework-position-label,
#frameworkStory .framework-keyword-label{
  display:flex;
  align-items:baseline;
  gap:9px;
  margin:18px 0 8px;
}

#frameworkStory .framework-position-label small,
#frameworkStory .framework-keyword-label small,
#frameworkStory .framework-study-head small,
#frameworkStory .framework-path-title small{
  color:#6679de;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
}

#frameworkStory .framework-position-label b,
#frameworkStory .framework-keyword-label b{
  color:#243047;
  font-size:12px;
  line-height:1.3;
  font-weight:740;
}

#frameworkStory .framework-position-copy{
  margin:0 0 2px !important;
  color:#69778d !important;
  font-size:11px !important;
  line-height:1.8 !important;
}

#frameworkStory .framework-study-augmentation{
  margin:22px 0 0;
}

#frameworkStory .framework-study-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:11px;
}

#frameworkStory .framework-study-head h3{
  margin:4px 0 0;
  color:#1c273c;
  font-size:15px;
  line-height:1.3;
  font-weight:760;
}

#frameworkStory .framework-study-head > span{
  color:#909bad;
  font-size:9px;
  line-height:1.5;
}

#frameworkStory .framework-task-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:9px;
}

#frameworkStory .framework-task-card{
  min-height:94px;
  padding:12px 13px 11px;
  border:1px solid #e7ecf5;
  border-radius:14px;
  background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);
  box-shadow:0 7px 18px rgba(26,45,86,.035);
}

#frameworkStory .framework-task-card > span{
  display:block;
  margin-bottom:6px;
  color:#7184e8;
  font-size:8px;
  line-height:1;
  font-weight:800;
  letter-spacing:.04em;
}

#frameworkStory .framework-task-card b{
  display:block;
  margin-bottom:5px;
  color:#263249;
  font-size:11.5px;
  line-height:1.35;
  font-weight:740;
}

#frameworkStory .framework-task-card p{
  margin:0 !important;
  color:#7a879a !important;
  font-size:9.2px !important;
  line-height:1.65 !important;
}

#frameworkStory .framework-path-box{
  margin-top:11px;
  padding:12px 14px 13px;
  border:1px solid #e7ecf6;
  border-radius:14px;
  background:linear-gradient(90deg,#f8faff 0%,#fbfcff 48%,#f8faff 100%);
}

#frameworkStory .framework-path-title{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:10px;
}

#frameworkStory .framework-path-title b{
  color:#27334a;
  font-size:11px;
  line-height:1.3;
  font-weight:740;
}

#frameworkStory .framework-path-flow{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:7px;
}

#frameworkStory .framework-path-step{
  display:inline-flex;
  align-items:center;
  min-height:27px;
  padding:4px 9px;
  border:1px solid #e1e7f3;
  border-radius:9px;
  background:#fff;
  color:#536178;
  font-size:9px;
  line-height:1.35;
  font-weight:650;
  box-shadow:0 3px 8px rgba(31,49,82,.025);
}

#frameworkStory .framework-path-flow i{
  color:#9ba8bb;
  font-size:11px;
  line-height:1;
  font-style:normal;
}

#frameworkStory .framework-keyword-label{
  margin-top:18px;
  margin-bottom:8px;
}

#frameworkStory .topic-grid{
  margin-top:0 !important;
}

@media (max-width:1280px){
  #frameworkStory .framework-task-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px){
  #frameworkStory .framework-study-head{
    display:block;
  }

  #frameworkStory .framework-study-head > span{
    display:block;
    margin-top:5px;
  }

  #frameworkStory .framework-task-grid{
    grid-template-columns:1fr;
  }

  #frameworkStory .framework-task-card{
    min-height:0;
  }

  #frameworkStory .framework-path-flow{
    gap:5px;
  }
}

/* ===== FRAMEWORK RESEARCH DESIGN V1 END ===== */
/* ===== FRAMEWORK LOGIC SAFE POLISH V2 ===== */


/* =====================================================
   只在“课题逻辑图”模式下生效
   不影响成果框架
   ===================================================== */

body.framework-logic-mode
.framework-logic-card.framework-logic-fullview{
  position:relative;

  max-width:1480px;

  margin:0 auto !important;

  padding:
    30px 42px 26px !important;

  border:
    1px solid #e5eaf3 !important;

  border-radius:
    26px !important;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fcfdff 100%
    ) !important;

  box-shadow:
    0 20px 54px rgba(25,45,92,.065) !important;

  overflow:hidden !important;
}


/* =====================================================
   顶部标题区域
   ===================================================== */

body.framework-logic-mode
.framework-logic-fullhead{
  display:grid !important;

  grid-template-columns:
    minmax(0,1fr) 320px;

  align-items:start;

  gap:40px;

  max-width:1240px;

  margin:
    0 auto 8px !important;
}


body.framework-logic-mode
.framework-logic-fullhead h2{
  margin:
    5px 0 0 !important;

  font-size:
    25px !important;

  line-height:
    1.25 !important;

  font-weight:
    760 !important;

  letter-spacing:
    -.025em !important;

  color:
    #172033 !important;
}


body.framework-logic-mode
.framework-logic-fullhead span{
  font-size:
    9px !important;

  letter-spacing:
    .14em !important;
}


body.framework-logic-mode
.framework-logic-fullhead p{
  margin-top:
    7px !important;

  color:
    #8b97aa !important;

  font-size:
    10px !important;

  line-height:
    1.65 !important;
}


/* 原来的点击提示变成右侧小解释卡 */

body.framework-logic-mode
.framework-logic-fullhead > small{
  display:block !important;

  padding:
    14px 16px !important;

  border:
    1px solid #e7ecf6 !important;

  border-radius:
    15px !important;

  background:
    linear-gradient(
      180deg,
      #f9faff 0%,
      #f5f7fd 100%
    ) !important;

  color:
    #697791 !important;

  font-size:
    10.5px !important;

  line-height:
    1.75 !important;

  font-weight:
    500 !important;

  box-shadow:
    0 8px 24px rgba(37,58,109,.04) !important;
}


/* =====================================================
   大图：空间更舒展
   ===================================================== */

body.framework-logic-mode
.framework-logic-map-full{
  width:
    min(100%,1240px) !important;

  height:
    590px !important;

  min-height:
    590px !important;

  margin:
    2px auto 0 !important;
}


/* =====================================================
   连线
   ===================================================== */

body.framework-logic-mode
.framework-logic-fullview
.fw-line{
  stroke-width:
    1.25 !important;

  color:
    #9badc5 !important;
}


body.framework-logic-mode
.framework-logic-fullview
.fw-line-major{
  stroke-width:
    1.55 !important;

  color:
    #8398b4 !important;
}


body.framework-logic-mode
.framework-logic-fullview
.fw-line-soft{
  color:
    #bbc8da !important;

  stroke-dasharray:
    5 7 !important;
}


/* =====================================================
   最关键：
   文字不再“压在线上”

   SVG 文字外面加白色描边，
   相当于自动把文字后面的线擦掉。
   ===================================================== */

body.framework-logic-mode
.framework-logic-fullview
.fw-relation-label{
  fill:
    #6d7d95 !important;

  stroke:
    #ffffff !important;

  stroke-width:
    13px !important;

  stroke-linejoin:
    round !important;

  paint-order:
    stroke fill !important;

  font-size:
    11.5px !important;

  font-weight:
    650 !important;

  letter-spacing:
    .01em !important;
}


/* 各条关系文字再稍微错开 */

body.framework-logic-mode
.framework-logic-fullview
text.fw-relation-label:nth-of-type(1){
  transform:
    translateY(-9px);
}

body.framework-logic-mode
.framework-logic-fullview
text.fw-relation-label:nth-of-type(2){
  transform:
    translateY(-10px);
}

body.framework-logic-mode
.framework-logic-fullview
text.fw-relation-label:nth-of-type(3){
  transform:
    translate(-10px,10px);
}

body.framework-logic-mode
.framework-logic-fullview
text.fw-relation-label:nth-of-type(4){
  transform:
    translate(10px,10px);
}

body.framework-logic-mode
.framework-logic-fullview
text.fw-relation-label:nth-of-type(5){
  transform:
    translateY(14px);
}


/* =====================================================
   五个子课题节点
   ===================================================== */

body.framework-logic-mode
.framework-logic-fullview
.fw-logic-node{
  width:
    224px !important;

  min-height:
    112px !important;

  padding:
    15px 17px 14px !important;

  border:
    1px solid #dce4ef !important;

  border-radius:
    18px !important;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.99) 0%,
      rgba(250,252,255,.99) 100%
    ) !important;

  box-shadow:
    0 12px 30px rgba(28,48,91,.065) !important;

  transition:
    border-color .18s ease,
    box-shadow .18s ease,
    transform .18s ease !important;
}


body.framework-logic-mode
.framework-logic-fullview
.fw-logic-node:hover{
  transform:
    translate(-50%,-52%) !important;

  border-color:
    #b8c7ff !important;

  box-shadow:
    0 18px 38px rgba(60,84,182,.11) !important;
}


body.framework-logic-mode
.framework-logic-fullview
.fw-logic-node.active{
  border-color:
    #8fa4ff !important;

  background:
    linear-gradient(
      180deg,
      #f8faff 0%,
      #f3f6ff 100%
    ) !important;

  box-shadow:
    0 18px 42px rgba(63,86,186,.12) !important;
}


/* 子课题编号 */

body.framework-logic-mode
.framework-logic-fullview
.fw-logic-node span{
  margin-bottom:
    7px !important;

  font-size:
    9px !important;
}


/* 正式名称 */

body.framework-logic-mode
.framework-logic-fullview
.fw-logic-node b{
  font-size:
    13px !important;

  line-height:
    1.55 !important;

  font-weight:
    730 !important;
}


/* 辅助定位标签 */

body.framework-logic-mode
.framework-logic-fullview
.fw-logic-node em{
  margin-top:
    8px !important;

  padding:
    3px 8px !important;

  font-size:
    8.5px !important;
}


/* =====================================================
   节点位置稍微拉开
   ===================================================== */

body.framework-logic-mode
.framework-logic-fullview
.fw-node-4{
  left:
    16.5% !important;

  top:
    18% !important;
}


body.framework-logic-mode
.framework-logic-fullview
.fw-node-5{
  left:
    83.5% !important;

  top:
    18% !important;
}


body.framework-logic-mode
.framework-logic-fullview
.fw-node-3{
  left:
    50% !important;

  top:
    50% !important;

  width:
    244px !important;

  min-height:
    118px !important;

  box-shadow:
    0 16px 38px rgba(29,49,94,.08) !important;
}


body.framework-logic-mode
.framework-logic-fullview
.fw-node-1{
  left:
    16.5% !important;

  top:
    82% !important;
}


body.framework-logic-mode
.framework-logic-fullview
.fw-node-2{
  left:
    83.5% !important;

  top:
    82% !important;
}


/* =====================================================
   底部概念链
   ===================================================== */

body.framework-logic-mode
.framework-logic-caption{
  gap:
    8px !important;

  margin:
    -5px auto 2px !important;

  color:
    #8390a4 !important;
}


body.framework-logic-mode
.framework-logic-caption span,
body.framework-logic-mode
.framework-logic-caption strong{
  padding:
    5px 11px !important;

  border:
    1px solid #e5eaf2 !important;

  border-radius:
    999px !important;

  background:
    #fbfcfe !important;

  font-size:
    9px !important;

  box-shadow:
    none !important;
}


body.framework-logic-mode
.framework-logic-caption strong{
  background:
    #f2f5ff !important;

  border-color:
    #dce4ff !important;

  color:
    #536be4 !important;
}


/* =====================================================
   成果框架 / 课题逻辑图
   ===================================================== */

.framework-view-switch{
  gap:
    8px !important;

  padding:
    11px 26px 8px !important;
}


.framework-view-switch button{
  min-width:
    96px !important;

  height:
    35px !important;

  padding:
    0 14px !important;

  border:
    1px solid #e2e8f2 !important;

  border-radius:
    11px !important;

  background:
    #fff !important;

  color:
    #758197 !important;

  font-size:
    10.5px !important;

  line-height:
    33px !important;

  font-weight:
    700 !important;

  box-shadow:
    0 5px 14px rgba(31,49,88,.035) !important;
}


.framework-view-switch button.active{
  border-color:
    #cdd8ff !important;

  background:
    #f3f6ff !important;

  color:
    #5269df !important;

  box-shadow:
    0 8px 20px rgba(67,91,192,.08) !important;
}


/* =====================================================
   平板
   ===================================================== */

@media (max-width:1200px){

  body.framework-logic-mode
  .framework-logic-fullhead{
    grid-template-columns:
      minmax(0,1fr) 260px;
  }

  body.framework-logic-mode
  .framework-logic-map-full{
    height:
      540px !important;

    min-height:
      540px !important;
  }

  body.framework-logic-mode
  .framework-logic-fullview
  .fw-logic-node{
    width:
      200px !important;
  }

}


/* =====================================================
   手机继续采用原来的纵向节点，
   不强画 SVG
   ===================================================== */

@media (max-width:760px){

  body.framework-logic-mode
  .framework-logic-fullhead{
    display:block !important;
  }

  body.framework-logic-mode
  .framework-logic-fullhead > small{
    margin-top:
      12px !important;
  }

}


/* ===== FRAMEWORK RELATION EXACT V3 ===== */


/* 大图空间 */

body.framework-logic-mode
.framework-logic-map-full{
  width:min(100%,1280px) !important;
  height:660px !important;
  min-height:660px !important;
}


/* 新箭头 */

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge{
  fill:none;
  stroke:currentColor;
  stroke-width:1.35;
  vector-effect:non-scaling-stroke;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-main{
  color:#8297b4;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-curve{
  color:#91a4bd;
  stroke-width:1.3;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-outer{
  color:#aebdd0;
  stroke-width:1.15;
  stroke-dasharray:5 7;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-result{
  color:#9cafc6;
}


/* 彻底废弃旧 relation label 的位移影响 */

body.framework-logic-mode
.framework-logic-svg-v3 .fw-relation-label{
  display:none !important;
}


/* 所有解释文字放在独立白底说明框中 */

body.framework-logic-mode
.framework-logic-svg-v3 .fw-note rect{
  fill:rgba(255,255,255,.97);
  stroke:#edf1f6;
  stroke-width:1;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-note text{
  fill:#6c7c93;
  font-size:12px;
  font-weight:620;
}

body.framework-logic-mode
.framework-logic-svg-v3
.fw-note-multiline text{
  font-size:11px;
}


/* 五个节点与新坐标对应 */

body.framework-logic-mode
.framework-logic-fullview
.fw-node-4{
  left:18% !important;
  top:19.5% !important;
}

body.framework-logic-mode
.framework-logic-fullview
.fw-node-5{
  left:82% !important;
  top:19.5% !important;
}

body.framework-logic-mode
.framework-logic-fullview
.fw-node-3{
  left:50% !important;
  top:50% !important;
}

body.framework-logic-mode
.framework-logic-fullview
.fw-node-1{
  left:18% !important;
  top:81% !important;
}

body.framework-logic-mode
.framework-logic-fullview
.fw-node-2{
  left:82% !important;
  top:81% !important;
}


/* 图注再收轻一点 */

body.framework-logic-mode
.framework-logic-caption{
  margin-top:-2px !important;
}


/* 平板 */

@media(max-width:1200px){

  body.framework-logic-mode
  .framework-logic-map-full{
    height:610px !important;
    min-height:610px !important;
  }

}


/* =========================================================
   21ZD336 LOGIC VIEW HOTFIX
   目标：
   1) 5个子课题与下方逻辑关系更靠近
   2) 去掉过多小白框，改成轻标签
   3) 主子课题卡片更精致、更有体积
   4) 右上说明框与按钮区更舒展
   ========================================================= */

/* 逻辑视图总容器更舒展 */
.framework-logic-view,
.framework-logic-board,
.logic-overview-board,
.logic-view-board,
.project-logic-board {
  padding: 28px 36px 22px !important;
  border-radius: 28px !important;
  background: #ffffff !important;
  border: 1px solid rgba(91, 111, 255, 0.08) !important;
  box-shadow:
    0 10px 30px rgba(40, 62, 120, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.8) !important;
  overflow: visible !important;
}

/* 标题区域和说明区域 */
.framework-logic-header,
.logic-header,
.project-logic-header {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 24px !important;
  margin-bottom: 18px !important;
}

.framework-logic-header .header-left,
.logic-header .header-left,
.project-logic-header .header-left {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.framework-logic-header .header-right,
.logic-header .header-right,
.project-logic-header .header-right {
  flex: 0 0 360px !important;
  max-width: 360px !important;
}

/* 右上说明框：更轻、更高级 */
.framework-logic-explain,
.logic-explain,
.project-logic-explain,
.logic-note-box {
  padding: 16px 18px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #fbfcff 0%, #f5f7ff 100%) !important;
  border: 1px solid rgba(91, 111, 255, 0.10) !important;
  box-shadow: 0 8px 22px rgba(50, 70, 140, 0.06) !important;
  color: #65708c !important;
  font-size: 13px !important;
  line-height: 1.75 !important;
}

.framework-logic-explain b,
.logic-explain b,
.project-logic-explain b,
.logic-note-box b {
  color: #4b5ed7 !important;
  font-weight: 700 !important;
}

/* 顶部按钮区：不要挤 */
.framework-view-switch,
.logic-view-switch,
.framework-switch,
.view-switch {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

.framework-view-switch .tab,
.logic-view-switch .tab,
.framework-switch .tab,
.view-switch .tab,
.framework-view-switch button,
.logic-view-switch button,
.framework-switch button,
.view-switch button {
  min-width: 108px !important;
  height: 42px !important;
  padding: 0 18px !important;
  border-radius: 16px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  border: 1px solid rgba(91, 111, 255, 0.14) !important;
  background: #f8faff !important;
  color: #6a7697 !important;
  box-shadow: none !important;
}

.framework-view-switch .tab.active,
.logic-view-switch .tab.active,
.framework-switch .tab.active,
.view-switch .tab.active,
.framework-view-switch button.active,
.logic-view-switch button.active,
.framework-switch button.active,
.view-switch button.active {
  background: linear-gradient(180deg, #ffffff 0%, #eef3ff 100%) !important;
  color: #4c60ea !important;
  border-color: rgba(91, 111, 255, 0.32) !important;
  box-shadow: 0 8px 18px rgba(76, 96, 234, 0.10) !important;
}

/* 五个子课题主卡片：更钝角、更有体积 */
.framework-logic-node,
.logic-node,
.project-logic-node,
.logic-topic-card,
.subtopic-card {
  padding: 22px 26px !important;
  min-height: 136px !important;
  border-radius: 26px !important;
  background: linear-gradient(180deg, #ffffff 0%, #fafcff 100%) !important;
  border: 1px solid rgba(91, 111, 255, 0.12) !important;
  box-shadow:
    0 14px 34px rgba(33, 53, 110, 0.05),
    inset 0 1px 0 rgba(255,255,255,0.92) !important;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}

.framework-logic-node:hover,
.logic-node:hover,
.project-logic-node:hover,
.logic-topic-card:hover,
.subtopic-card:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    0 18px 38px rgba(33, 53, 110, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.95) !important;
}

.framework-logic-node.active,
.logic-node.active,
.project-logic-node.active,
.logic-topic-card.active,
.subtopic-card.active {
  border-color: rgba(91, 111, 255, 0.34) !important;
  box-shadow:
    0 20px 42px rgba(76, 96, 234, 0.10),
    inset 0 1px 0 rgba(255,255,255,0.98) !important;
}

/* 主卡片内部文字层级 */
.framework-logic-node .node-index,
.logic-node .node-index,
.project-logic-node .node-index,
.logic-topic-card .node-index,
.subtopic-card .node-index {
  color: #5970ff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  line-height: 1 !important;
}

.framework-logic-node .node-title,
.logic-node .node-title,
.project-logic-node .node-title,
.logic-topic-card .node-title,
.subtopic-card .node-title,
.framework-logic-node h3,
.logic-node h3,
.project-logic-node h3 {
  color: #1f2742 !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 14px !important;
}

.framework-logic-node .node-tag,
.logic-node .node-tag,
.project-logic-node .node-tag,
.logic-topic-card .node-tag,
.subtopic-card .node-tag,
.framework-logic-node .pill,
.logic-node .pill,
.project-logic-node .pill {
  display: inline-flex !important;
  align-items: center !important;
  height: 30px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: rgba(91, 111, 255, 0.09) !important;
  color: #5a6ff4 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: none !important;
}

/* 让 5 个子课题和下方逻辑关系靠近 */
.framework-logic-canvas,
.logic-canvas,
.project-logic-canvas {
  margin-top: 8px !important;
  padding-top: 4px !important;
  min-height: auto !important;
}

.framework-logic-top,
.logic-top-row,
.project-logic-top,
.logic-main-top {
  margin-bottom: 10px !important;
}

.framework-logic-middle,
.logic-main-middle,
.project-logic-middle {
  margin-top: -6px !important;
  margin-bottom: 0 !important;
}

.framework-logic-bottom,
.logic-main-bottom,
.project-logic-bottom {
  margin-top: 2px !important;
}

/* 中部说明小字：不要再一堆白框，改成直接轻标签文字 */
.framework-logic-mini,
.logic-mini,
.project-logic-mini,
.logic-caption,
.logic-small-note,
.logic-side-note,
.logic-mid-note,
.logic-flow-label,
.logic-arrow-label,
.logic-desc-chip {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  color: #7b86a7 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  font-weight: 600 !important;
}

/* 只有中央关键提示保留轻胶囊风格，但不要太厚 */
.framework-logic-highlight,
.logic-highlight,
.project-logic-highlight,
.logic-key-note {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  border-radius: 14px !important;
  background: rgba(91, 111, 255, 0.05) !important;
  border: 1px solid rgba(91, 111, 255, 0.10) !important;
  box-shadow: none !important;
  color: #6f7d9f !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

/* 箭头与连线更细、更舒展 */
.framework-logic-line,
.logic-line,
.project-logic-line,
.logic-arrow,
.logic-connector,
svg .logic-line,
svg .logic-arrow {
  stroke: rgba(115, 137, 183, 0.78) !important;
  stroke-width: 1.8 !important;
}

.framework-logic-dashed,
.logic-dashed,
.project-logic-dashed {
  opacity: .65 !important;
  border-color: rgba(115, 137, 183, 0.52) !important;
}

/* 底部关键词链更轻一些 */
.framework-logic-legend,
.logic-legend,
.project-logic-legend {
  margin-top: 18px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 10px !important;
}

.framework-logic-legend .item,
.logic-legend .item,
.project-logic-legend .item {
  height: 32px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: #f8faff !important;
  border: 1px solid rgba(91, 111, 255, 0.10) !important;
  color: #7a86a4 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

/* 逻辑图在大屏更宽松 */
@media (min-width: 1280px) {
  .framework-logic-view,
  .framework-logic-board,
  .logic-overview-board,
  .logic-view-board,
  .project-logic-board {
    padding-left: 52px !important;
    padding-right: 52px !important;
  }

  .framework-logic-node,
  .logic-node,
  .project-logic-node,
  .logic-topic-card,
  .subtopic-card {
    min-height: 144px !important;
  }
}

/* 移动端保底 */
@media (max-width: 960px) {
  .framework-logic-header,
  .logic-header,
  .project-logic-header {
    flex-direction: column !important;
  }

  .framework-logic-header .header-right,
  .logic-header .header-right,
  .project-logic-header .header-right {
    max-width: none !important;
    width: 100% !important;
  }

  .framework-view-switch,
  .logic-view-switch,
  .framework-switch,
  .view-switch {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  .framework-view-switch .tab,
  .logic-view-switch .tab,
  .framework-switch .tab,
  .view-switch .tab,
  .framework-view-switch button,
  .logic-view-switch button,
  .framework-switch button,
  .view-switch button {
    min-width: 92px !important;
    height: 38px !important;
    font-size: 13px !important;
  }

  .framework-logic-node .node-title,
  .logic-node .node-title,
  .project-logic-node .node-title,
  .logic-topic-card .node-title,
  .subtopic-card .node-title,
  .framework-logic-node h3,
  .logic-node h3,
  .project-logic-node h3 {
    font-size: 16px !important;
  }
}

/* ===== FRAMEWORK LOGIC COMPACT V4 ===== */

/* 1. 标题与关系图靠近 */
body.framework-logic-mode .framework-logic-fullhead{
  margin-bottom:-8px !important;
}

body.framework-logic-mode .framework-logic-fullhead > small{
  padding:11px 14px !important;
  border-radius:14px !important;
  font-size:10px !important;
  line-height:1.65 !important;
}

/* 2. 整个关系图高度压缩 */
body.framework-logic-mode .framework-logic-map-full{
  height:570px !important;
  min-height:570px !important;
  margin-top:-18px !important;
  margin-bottom:-8px !important;
}

/*
 * 3. 真正关键：
 * 整张 SVG 向上移动
 */
body.framework-logic-mode .framework-logic-svg-v3{
  transform:translateY(-62px) !important;
  transform-origin:50% 0 !important;
}

/*
 * 4. 五个真实节点同步上移，
 * 保持它们与 SVG 箭头对应
 */

body.framework-logic-mode .framework-logic-fullview .fw-node-4{
  top:11.5% !important;
}

body.framework-logic-mode .framework-logic-fullview .fw-node-5{
  top:11.5% !important;
}

body.framework-logic-mode .framework-logic-fullview .fw-node-3{
  top:40.5% !important;
}

body.framework-logic-mode .framework-logic-fullview .fw-node-1{
  top:72% !important;
}

body.framework-logic-mode .framework-logic-fullview .fw-node-2{
  top:72% !important;
}

/* 5. 节点稍微再精致一点 */

body.framework-logic-mode .framework-logic-fullview .fw-logic-node{
  min-height:108px !important;
  padding:14px 17px 13px !important;
  border-radius:18px !important;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fafcff 100%
    ) !important;

  border:1px solid #dfe6f1 !important;

  box-shadow:
    0 12px 30px rgba(31,49,91,.055) !important;
}

/* 中央子课题3稍突出 */

body.framework-logic-mode .framework-logic-fullview .fw-node-3{
  width:244px !important;

  box-shadow:
    0 16px 36px rgba(37,57,104,.075) !important;
}

/*
 * 6. 去掉现在那些大量小白色框。
 * SVG说明文字直接浮在图中。
 */

body.framework-logic-mode
.framework-logic-svg-v3
.fw-note rect{
  fill:transparent !important;
  stroke:transparent !important;
}

/*
 * 用白色描边隔开文字和线，
 * 不需要真正的矩形白框。
 */

body.framework-logic-mode
.framework-logic-svg-v3
.fw-note text{
  fill:#718099 !important;

  stroke:#ffffff !important;
  stroke-width:9px !important;
  stroke-linejoin:round !important;

  paint-order:stroke fill !important;

  font-size:11.5px !important;
  font-weight:650 !important;
}

/* 多行说明稍轻一些 */

body.framework-logic-mode
.framework-logic-svg-v3
.fw-note-multiline text{
  fill:#7b899e !important;
  font-size:10.5px !important;
  font-weight:580 !important;
}

/* 7. 主关系文字更重要 */

body.framework-logic-mode
.framework-logic-svg-v3
.fw-note:nth-of-type(-n+3) text{
  fill:#62738f !important;
  font-weight:700 !important;
}

/* 8. 连线减淡一点，让文字和节点成为主体 */

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge{
  stroke-width:1.2 !important;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-main{
  color:#91a3bc !important;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-curve{
  color:#9bacc2 !important;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-outer{
  color:#bdc9d9 !important;
}

/* 9. 底部逻辑链也跟图靠近 */

body.framework-logic-mode .framework-logic-caption{
  margin-top:-18px !important;
  margin-bottom:3px !important;
  gap:6px !important;
}

body.framework-logic-mode .framework-logic-caption span,
body.framework-logic-mode .framework-logic-caption strong{
  padding:4px 9px !important;
  font-size:8.5px !important;
}

/* 10. 大屏下再紧凑一点 */

@media (min-width:1500px){

  body.framework-logic-mode .framework-logic-map-full{
    height:555px !important;
    min-height:555px !important;
  }

}


/* ===== FRAMEWORK LOGIC COMPACT V4 ===== */

/* 1. 标题与关系图靠近 */
body.framework-logic-mode .framework-logic-fullhead{
  margin-bottom:-8px !important;
}

body.framework-logic-mode .framework-logic-fullhead > small{
  padding:11px 14px !important;
  border-radius:14px !important;
  font-size:10px !important;
  line-height:1.65 !important;
}

/* 2. 整个关系图高度压缩 */
body.framework-logic-mode .framework-logic-map-full{
  height:570px !important;
  min-height:570px !important;
  margin-top:-18px !important;
  margin-bottom:-8px !important;
}

/*
 * 3. 真正关键：
 * 整张 SVG 向上移动
 */
body.framework-logic-mode .framework-logic-svg-v3{
  transform:translateY(-62px) !important;
  transform-origin:50% 0 !important;
}

/*
 * 4. 五个真实节点同步上移，
 * 保持它们与 SVG 箭头对应
 */

body.framework-logic-mode .framework-logic-fullview .fw-node-4{
  top:11.5% !important;
}

body.framework-logic-mode .framework-logic-fullview .fw-node-5{
  top:11.5% !important;
}

body.framework-logic-mode .framework-logic-fullview .fw-node-3{
  top:40.5% !important;
}

body.framework-logic-mode .framework-logic-fullview .fw-node-1{
  top:72% !important;
}

body.framework-logic-mode .framework-logic-fullview .fw-node-2{
  top:72% !important;
}

/* 5. 节点稍微再精致一点 */

body.framework-logic-mode .framework-logic-fullview .fw-logic-node{
  min-height:108px !important;
  padding:14px 17px 13px !important;
  border-radius:18px !important;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fafcff 100%
    ) !important;

  border:1px solid #dfe6f1 !important;

  box-shadow:
    0 12px 30px rgba(31,49,91,.055) !important;
}

/* 中央子课题3稍突出 */

body.framework-logic-mode .framework-logic-fullview .fw-node-3{
  width:244px !important;

  box-shadow:
    0 16px 36px rgba(37,57,104,.075) !important;
}

/*
 * 6. 去掉现在那些大量小白色框。
 * SVG说明文字直接浮在图中。
 */

body.framework-logic-mode
.framework-logic-svg-v3
.fw-note rect{
  fill:transparent !important;
  stroke:transparent !important;
}

/*
 * 用白色描边隔开文字和线，
 * 不需要真正的矩形白框。
 */

body.framework-logic-mode
.framework-logic-svg-v3
.fw-note text{
  fill:#718099 !important;

  stroke:#ffffff !important;
  stroke-width:9px !important;
  stroke-linejoin:round !important;

  paint-order:stroke fill !important;

  font-size:11.5px !important;
  font-weight:650 !important;
}

/* 多行说明稍轻一些 */

body.framework-logic-mode
.framework-logic-svg-v3
.fw-note-multiline text{
  fill:#7b899e !important;
  font-size:10.5px !important;
  font-weight:580 !important;
}

/* 7. 主关系文字更重要 */

body.framework-logic-mode
.framework-logic-svg-v3
.fw-note:nth-of-type(-n+3) text{
  fill:#62738f !important;
  font-weight:700 !important;
}

/* 8. 连线减淡一点，让文字和节点成为主体 */

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge{
  stroke-width:1.2 !important;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-main{
  color:#91a3bc !important;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-curve{
  color:#9bacc2 !important;
}

body.framework-logic-mode
.framework-logic-svg-v3 .fw-edge-outer{
  color:#bdc9d9 !important;
}

/* 9. 底部逻辑链也跟图靠近 */

body.framework-logic-mode .framework-logic-caption{
  margin-top:-18px !important;
  margin-bottom:3px !important;
  gap:6px !important;
}

body.framework-logic-mode .framework-logic-caption span,
body.framework-logic-mode .framework-logic-caption strong{
  padding:4px 9px !important;
  font-size:8.5px !important;
}

/* 10. 大屏下再紧凑一点 */

@media (min-width:1500px){

  body.framework-logic-mode .framework-logic-map-full{
    height:555px !important;
    min-height:555px !important;
  }

}


/* ===== FRAMEWORK SVG FINAL V5 ===== */


/* ======================================================
   整个逻辑图页面
   ====================================================== */

body.framework-logic-mode
#frameworkLogic.fwv5-shell{
  margin:0 !important;

  padding:
    24px 32px 18px !important;

  border:
    1px solid #e6ebf3 !important;

  border-radius:
    24px !important;

  background:
    linear-gradient(
      180deg,
      #ffffff 0%,
      #fcfdff 100%
    ) !important;

  box-shadow:
    0 18px 48px rgba(28,46,88,.055) !important;

  overflow:
    hidden !important;
}


/* ======================================================
   标题区：
   去掉现在的大空白
   ====================================================== */

body.framework-logic-mode
#frameworkLogic .fwv5-head{
  display:grid !important;

  grid-template-columns:
    minmax(0,1fr) minmax(300px,420px) !important;

  align-items:end !important;

  gap:
    40px !important;

  width:
    min(100%,1200px) !important;

  margin:
    0 auto 2px !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-head span{
  display:block !important;

  margin-bottom:
    6px !important;

  color:
    #5970ed !important;

  font-size:
    9px !important;

  font-weight:
    800 !important;

  letter-spacing:
    .14em !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-head h2{
  margin:
    0 !important;

  color:
    #172033 !important;

  font-size:
    25px !important;

  line-height:
    1.25 !important;

  font-weight:
    760 !important;

  letter-spacing:
    -.025em !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-head p{
  margin:
    5px 0 0 !important;

  color:
    #97a1b1 !important;

  font-size:
    9.5px !important;

  line-height:
    1.6 !important;
}


/* 右侧说明不再做“大白框” */

body.framework-logic-mode
#frameworkLogic .fwv5-head small{
  display:block !important;

  padding:
    0 !important;

  border:
    0 !important;

  border-radius:
    0 !important;

  background:
    transparent !important;

  box-shadow:
    none !important;

  color:
    #7b8799 !important;

  font-size:
    10px !important;

  line-height:
    1.75 !important;

  font-weight:
    500 !important;
}


/* ======================================================
   图：
   标题下面马上进入逻辑图
   ====================================================== */

body.framework-logic-mode
#frameworkLogic .fwv5-map{
  width:
    min(100%,1240px) !important;

  height:
    auto !important;

  min-height:
    0 !important;

  margin:
    2px auto 0 !important;

  padding:
    0 !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-svg{
  display:block !important;

  width:
    100% !important;

  height:
    auto !important;

  min-height:
    0 !important;

  transform:
    none !important;

  overflow:
    visible !important;
}


/* ======================================================
   连线
   ====================================================== */

body.framework-logic-mode
#frameworkLogic .fwv5-edge{
  fill:
    none !important;

  stroke:
    currentColor !important;

  stroke-width:
    1.35 !important;

  vector-effect:
    non-scaling-stroke !important;

  color:
    #95a8c1 !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-edge-main{
  color:
    #8399b8 !important;

  stroke-width:
    1.5 !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-edge-curve{
  color:
    #93a7c0 !important;

  stroke-width:
    1.3 !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-edge-soft{
  color:
    #a7b7cb !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-edge-outer{
  color:
    #bdc9d9 !important;

  stroke-width:
    1.15 !important;

  stroke-dasharray:
    5 7 !important;
}


/* marker */

body.framework-logic-mode
#frameworkLogic marker path{
  fill:
    #8fa3bd !important;
}


/* ======================================================
   关系文字：
   没有任何白色矩形框
   ====================================================== */

body.framework-logic-mode
#frameworkLogic .fwv5-label{
  fill:
    #718096 !important;

  stroke:
    #ffffff !important;

  stroke-width:
    7px !important;

  stroke-linejoin:
    round !important;

  paint-order:
    stroke fill !important;

  font-size:
    11px !important;

  line-height:
    1 !important;

  font-weight:
    600 !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-label-main{
  fill:
    #61728d !important;

  font-size:
    11.5px !important;

  font-weight:
    700 !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-small-label{
  fill:
    #7a889c !important;

  font-size:
    10px !important;

  font-weight:
    560 !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-side-label{
  fill:
    #8793a5 !important;

  font-size:
    9.5px !important;

  font-weight:
    560 !important;
}


/* ======================================================
   五个节点
   ====================================================== */

body.framework-logic-mode
#frameworkLogic .fwv5-node{
  cursor:
    pointer !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-card{
  fill:
    url(#none) !important;

  fill:
    #ffffff !important;

  stroke:
    #dce5f0 !important;

  stroke-width:
    1.2 !important;

  filter:
    drop-shadow(
      0 9px 15px rgba(33,52,94,.055)
    ) !important;

  transition:
    stroke .18s ease,
    filter .18s ease !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-node:hover .fwv5-card{
  stroke:
    #aebeff !important;

  filter:
    drop-shadow(
      0 13px 20px rgba(54,76,165,.10)
    ) !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-node.active .fwv5-card{
  fill:
    #f7f9ff !important;

  stroke:
    #8197ff !important;

  filter:
    drop-shadow(
      0 14px 22px rgba(66,88,185,.11)
    ) !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-node-core .fwv5-card{
  fill:
    #fbfcff !important;

  filter:
    drop-shadow(
      0 11px 18px rgba(32,52,96,.07)
    ) !important;
}


/* 编号 */

body.framework-logic-mode
#frameworkLogic .fwv5-index{
  fill:
    #5870ed !important;

  font-size:
    9px !important;

  font-weight:
    800 !important;
}


/* 正式名称 */

body.framework-logic-mode
#frameworkLogic .fwv5-title{
  fill:
    #172033 !important;

  font-size:
    13px !important;

  font-weight:
    720 !important;
}


/* 小标签 */

body.framework-logic-mode
#frameworkLogic .fwv5-pill{
  fill:
    #f0f3ff !important;

  stroke:
    none !important;
}


body.framework-logic-mode
#frameworkLogic .fwv5-pill-text{
  fill:
    #5e74de !important;

  font-size:
    8px !important;

  font-weight:
    700 !important;
}


/* ======================================================
   旧版逻辑图样式全部不再影响 V5
   ====================================================== */

body.framework-logic-mode
#frameworkLogic .framework-logic-caption{
  display:
    none !important;
}


/* ======================================================
   平板
   ====================================================== */

@media (max-width:1100px){

  body.framework-logic-mode
  #frameworkLogic .fwv5-head{
    grid-template-columns:
      1fr !important;

    gap:
      8px !important;
  }

}


/* ======================================================
   手机
   ====================================================== */

@media (max-width:760px){

  body.framework-logic-mode
  #frameworkLogic.fwv5-shell{
    padding:
      18px 12px !important;

    overflow-x:
      auto !important;
  }

  body.framework-logic-mode
  #frameworkLogic .fwv5-map{
    width:
      900px !important;
  }

}


/* ===== FRAMEWORK REFINED SVG V6 ===== */


/* =========================================================
   外框
   ========================================================= */

body.framework-logic-mode
#frameworkLogic.fwv6-shell{
  margin:0 !important;

  padding:
    24px 34px 18px !important;

  border:
    1px solid #e7ebf2 !important;

  border-radius:
    26px !important;

  background:
    #fff !important;

  box-shadow:
    0 18px 52px rgba(24,43,82,.052) !important;

  overflow:
    hidden !important;
}


/* =========================================================
   顶部
   ========================================================= */

body.framework-logic-mode
#frameworkLogic .fwv6-head{
  display:grid;

  grid-template-columns:
    minmax(0,1fr) minmax(300px,410px);

  align-items:center;

  gap:50px;

  width:min(100%,1200px);

  margin:
    0 auto 8px;
}


body.framework-logic-mode
#frameworkLogic .fwv6-head-main span{
  display:block;

  margin-bottom:6px;

  color:#5a70e8;

  font-size:9px;

  line-height:1;

  font-weight:800;

  letter-spacing:.14em;
}


body.framework-logic-mode
#frameworkLogic .fwv6-head-main h2{
  margin:0;

  color:#172033;

  font-size:25px;

  line-height:1.22;

  font-weight:760;

  letter-spacing:-.026em;
}


body.framework-logic-mode
#frameworkLogic .fwv6-head-main p{
  margin:
    6px 0 0;

  color:#9aa4b3;

  font-size:9.5px;

  line-height:1.6;
}


/* 结构说明只作为辅助正文 */

body.framework-logic-mode
#frameworkLogic .fwv6-head-note{
  margin:0;

  color:#7d899b;

  font-size:10px;

  line-height:1.8;

  font-weight:500;
}


/* =========================================================
   SVG本身
   ========================================================= */

body.framework-logic-mode
#frameworkLogic .fwv6-map{
  width:min(100%,1240px);

  margin:0 auto;

  padding:0;
}


body.framework-logic-mode
#frameworkLogic .fwv6-svg{
  display:block;

  width:100%;

  height:auto;

  overflow:visible;
}


/* =========================================================
   线
   ========================================================= */

body.framework-logic-mode
#frameworkLogic .fwv6-edge{
  fill:none;

  stroke:currentColor;

  stroke-width:1.25;

  vector-effect:
    non-scaling-stroke;

  color:#9aadC4;
}


body.framework-logic-mode
#frameworkLogic .fwv6-edge-main{
  color:#859ab7;

  stroke-width:1.45;
}


body.framework-logic-mode
#frameworkLogic .fwv6-edge-curve{
  color:#98aac1;

  stroke-width:1.25;
}


body.framework-logic-mode
#frameworkLogic .fwv6-edge-soft{
  color:#aebdce;

  stroke-width:1.15;
}


body.framework-logic-mode
#frameworkLogic .fwv6-edge-outer{
  color:#bdc9d8;

  stroke-width:1.1;

  stroke-dasharray:5 7;
}


body.framework-logic-mode
#frameworkLogic marker path{
  fill:#91a4bc;
}


/* =========================================================
   关系文字

   不靠白框，也不让线从字中穿过。
   文字本身只保留极小安全描边。
   ========================================================= */

body.framework-logic-mode
#frameworkLogic .fwv6-relation,
body.framework-logic-mode
#frameworkLogic .fwv6-side-note{
  fill:#75849a;

  stroke:#ffffff;

  stroke-width:3.5px;

  stroke-linejoin:round;

  paint-order:stroke fill;

  font-size:10.5px;

  font-weight:580;
}


body.framework-logic-mode
#frameworkLogic .fwv6-relation-strong{
  fill:#63748e;

  font-size:11.5px;

  font-weight:700;
}


body.framework-logic-mode
#frameworkLogic .fwv6-relation-small{
  fill:#8290a3;

  font-size:9.8px;

  font-weight:560;
}


body.framework-logic-mode
#frameworkLogic .fwv6-side-note{
  fill:#8a96a7;

  font-size:9.5px;
}


/* =========================================================
   卡片
   ========================================================= */

body.framework-logic-mode
#frameworkLogic .fwv6-node{
  cursor:pointer;
}


body.framework-logic-mode
#frameworkLogic .fwv6-card{
  fill:#fff;

  stroke:#dfe6f0;

  stroke-width:1.1;

  filter:
    drop-shadow(
      0 8px 14px rgba(29,48,88,.047)
    );

  transition:
    stroke .17s ease,
    fill .17s ease,
    filter .17s ease;
}


body.framework-logic-mode
#frameworkLogic .fwv6-node:hover .fwv6-card{
  stroke:#b8c4f5;

  filter:
    drop-shadow(
      0 12px 18px rgba(48,69,144,.08)
    );
}


body.framework-logic-mode
#frameworkLogic .fwv6-node.active .fwv6-card{
  fill:#f8faff;

  stroke:#8297fb;

  stroke-width:1.35;

  filter:
    drop-shadow(
      0 12px 19px rgba(61,82,174,.085)
    );
}


body.framework-logic-mode
#frameworkLogic .fwv6-node-core .fwv6-card{
  fill:#fcfdff;

  filter:
    drop-shadow(
      0 10px 17px rgba(30,49,89,.06)
    );
}


/* =========================================================
   卡片文字
   ========================================================= */

body.framework-logic-mode
#frameworkLogic .fwv6-index{
  fill:#5970eb;

  font-size:9px;

  font-weight:800;
}


body.framework-logic-mode
#frameworkLogic .fwv6-title{
  fill:#192238;

  font-size:13px;

  font-weight:720;
}


body.framework-logic-mode
#frameworkLogic .fwv6-pill{
  fill:#f0f3ff;
}


body.framework-logic-mode
#frameworkLogic .fwv6-pill-text{
  fill:#6075df;

  font-size:8px;

  font-weight:700;
}


/* =========================================================
   平板
   ========================================================= */

@media(max-width:1100px){

  body.framework-logic-mode
  #frameworkLogic .fwv6-head{
    grid-template-columns:1fr;

    gap:8px;
  }

}


/* =========================================================
   手机
   ========================================================= */

@media(max-width:760px){

  body.framework-logic-mode
  #frameworkLogic.fwv6-shell{
    padding:
      18px 12px !important;

    overflow-x:auto !important;
  }

  body.framework-logic-mode
  #frameworkLogic .fwv6-map{
    width:900px;
  }

}



/* ===== RESULTS TOOLBAR / LANDSCAPE COMPACT HOTFIX ===== */

/* 1) 结果页顶部整体更紧凑 */
.results-page .page-hero,
.results-page .results-hero,
.results-page .page-head,
.results-page .results-head,
.results-page .section-head,
.results-page .hero-block{
  padding-bottom: 14px !important;
  margin-bottom: 10px !important;
}

.results-page .page-hero p,
.results-page .results-hero p,
.results-page .page-head p,
.results-page .results-head p,
.results-page .section-head p{
  margin-top: 8px !important;
  margin-bottom: 0 !important;
  font-size: 10px !important;
  line-height: 1.7 !important;
  color: #7f8ba3 !important;
  max-width: 980px !important;
}

/* 2) 搜索区 + 右侧视图按钮对齐 */
.results-toolbar,
.results-topbar,
.results-filterbar,
.output-toolbar,
.landscape-toolbar{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-top: 16px !important;
  margin-bottom: 18px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* 左右区域都允许自适应 */
.results-toolbar > *,
.results-topbar > *,
.results-filterbar > *,
.output-toolbar > *,
.landscape-toolbar > *{
  min-width: 0 !important;
}

/* 3) 把“成果目录 / 成果图景”外面那层白框彻底去掉 */
.results-view-switch,
.view-switch,
.mode-switch,
.toolbar-switch,
.catalog-switch,
.graph-switch,
.segmented-switch{
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* 如果外面还有一层包裹容器，也顺手清掉 */
.results-view-switch-wrap,
.view-switch-wrap,
.mode-switch-wrap,
.toolbar-switch-wrap,
.catalog-switch-wrap,
.graph-switch-wrap,
.segmented-switch-wrap{
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* 4) 两个按钮本体统一高级感 */
.results-view-switch button,
.view-switch button,
.mode-switch button,
.toolbar-switch button,
.catalog-switch button,
.graph-switch button,
.segmented-switch button,
.results-view-switch .btn,
.view-switch .btn,
.mode-switch .btn,
.toolbar-switch .btn,
.catalog-switch .btn,
.graph-switch .btn,
.segmented-switch .btn,
.results-view-switch a,
.view-switch a,
.mode-switch a,
.toolbar-switch a,
.catalog-switch a,
.graph-switch a,
.segmented-switch a{
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 54px !important;
  min-width: 150px !important;
  padding: 0 24px !important;
  border-radius: 18px !important;
  border: 1px solid #d7dff0 !important;
  background: #f7f9ff !important;
  color: #6e7d97 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: all .18s ease !important;
}

/* hover */
.results-view-switch button:hover,
.view-switch button:hover,
.mode-switch button:hover,
.toolbar-switch button:hover,
.catalog-switch button:hover,
.graph-switch button:hover,
.segmented-switch button:hover,
.results-view-switch .btn:hover,
.view-switch .btn:hover,
.mode-switch .btn:hover,
.toolbar-switch .btn:hover,
.catalog-switch .btn:hover,
.graph-switch .btn:hover,
.segmented-switch .btn:hover,
.results-view-switch a:hover,
.view-switch a:hover,
.mode-switch a:hover,
.toolbar-switch a:hover,
.catalog-switch a:hover,
.graph-switch a:hover,
.segmented-switch a:hover{
  border-color: #bfcaf4 !important;
  background: #ffffff !important;
  color: #4d62d8 !important;
}

/* active */
.results-view-switch .active,
.view-switch .active,
.mode-switch .active,
.toolbar-switch .active,
.catalog-switch .active,
.graph-switch .active,
.segmented-switch .active,
.results-view-switch [aria-current="true"],
.view-switch [aria-current="true"],
.mode-switch [aria-current="true"],
.toolbar-switch [aria-current="true"],
.catalog-switch [aria-current="true"],
.graph-switch [aria-current="true"],
.segmented-switch [aria-current="true"],
.results-view-switch .is-active,
.view-switch .is-active,
.mode-switch .is-active,
.toolbar-switch .is-active,
.catalog-switch .is-active,
.graph-switch .is-active,
.segmented-switch .is-active{
  background: #ffffff !important;
  color: #4d62d8 !important;
  border-color: #9fb0ff !important;
  box-shadow: inset 0 0 0 1px #9fb0ff !important;
}

/* 5) 成果图景区域，去掉离标题太远的空白 */
.output-landscape,
.results-landscape,
.landscape-panel,
.result-graph-panel,
#resultLandscape,
#resultsLandscape,
#outputLandscape{
  margin-top: 10px !important;
  padding-top: 8px !important;
  padding-bottom: 18px !important;
  min-height: auto !important;
}

/* 图景标题与内容更紧凑 */
.output-landscape .section-title,
.results-landscape .section-title,
.landscape-panel .section-title,
.result-graph-panel .section-title{
  margin-bottom: 8px !important;
}

.output-landscape .section-desc,
.results-landscape .section-desc,
.landscape-panel .section-desc,
.result-graph-panel .section-desc{
  margin-bottom: 16px !important;
  font-size: 10px !important;
  line-height: 1.7 !important;
  color: #7f8ba3 !important;
}

/* 6) 图景可视化本体不要撑出大空白 */
.landscape-canvas,
.results-graph-canvas,
.output-graph-canvas,
#resultGraphCanvas,
#resultsGraphCanvas,
#outputGraphCanvas,
#landscapeCanvas{
  min-height: 220px !important;
  height: auto !important;
  padding-top: 0 !important;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

/* 7) “在成果目录中查看”之类的小按钮不要悬得太低 */
.landscape-side-action,
.output-side-action,
.results-side-action{
  margin-top: 0 !important;
  align-self: flex-start !important;
}

/* 8) 成果框架 5 个卡片更紧凑一点 */
.framework-tabs,
.framework-card-row,
.subtopic-row{
  margin-bottom: 14px !important;
}

.framework-tabs .tab,
.framework-card-row .tab,
.subtopic-row .tab,
.framework-tabs .framework-card,
.framework-card-row .framework-card,
.subtopic-row .framework-card{
  min-height: 174px !important;
  padding: 22px 24px !important;
  border-radius: 24px !important;
}

.framework-tabs .tab h3,
.framework-card-row .tab h3,
.subtopic-row .tab h3,
.framework-tabs .framework-card h3,
.framework-card-row .framework-card h3,
.subtopic-row .framework-card h3{
  font-size: 22px !important;
  line-height: 1.45 !important;
  margin-bottom: 18px !important;
}

/* 9) 卡片里的小标签和成果数更统一 */
.framework-tabs .pill,
.framework-card-row .pill,
.subtopic-row .pill{
  height: 30px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
}

.framework-tabs .count,
.framework-card-row .count,
.subtopic-row .count{
  font-size: 16px !important;
  color: #7e8ca6 !important;
  font-weight: 700 !important;
}

/* 10) 小屏兼容 */
@media (max-width: 1100px){
  .results-toolbar,
  .results-topbar,
  .results-filterbar,
  .output-toolbar,
  .landscape-toolbar{
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .results-view-switch,
  .view-switch,
  .mode-switch,
  .toolbar-switch,
  .catalog-switch,
  .graph-switch,
  .segmented-switch{
    justify-content: flex-end !important;
  }
}





/* ===== UI CLEAN SWITCH + LANDSCAPE V1 ===== */


/* =====================================================
   研究框架页：
   成果框架 / 课题逻辑图
   去掉白色大底、外框和多余高度
   ===================================================== */

#frameworkViewSwitch,
.framework-view-switch{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;

  gap:8px !important;

  min-height:0 !important;
  height:auto !important;

  margin:0 22px 8px !important;
  padding:0 !important;

  background:transparent !important;

  border:0 !important;
  border-radius:0 !important;

  box-shadow:none !important;
}


/* 去掉可能残留的伪元素 */

#frameworkViewSwitch::before,
#frameworkViewSwitch::after,
.framework-view-switch::before,
.framework-view-switch::after{
  display:none !important;
}


/* 两个按钮本体也不要“大白块” */

#frameworkViewSwitch button,
.framework-view-switch button{
  min-width:92px !important;
  height:34px !important;

  padding:0 13px !important;

  border:1px solid #dde4f1 !important;
  border-radius:11px !important;

  background:transparent !important;

  color:#748198 !important;

  font-size:10.5px !important;
  line-height:32px !important;

  font-weight:700 !important;

  box-shadow:none !important;
}


/* hover */

#frameworkViewSwitch button:hover,
.framework-view-switch button:hover{
  background:#f7f9fd !important;
  border-color:#ccd6ec !important;
  color:#53627d !important;
}


/* 当前模式：只给很轻的蓝底 */

#frameworkViewSwitch button.active,
.framework-view-switch button.active{
  background:#f1f4ff !important;

  border-color:#bdc9ff !important;

  color:#5269df !important;

  box-shadow:none !important;
}


/* 五个子课题直接跟上来，不要隔一个白条 */

#frameworkViewSwitch + #frameworkTabs{
  margin-top:0 !important;
}


/* =====================================================
   研究成果页：
   OUTPUT LANDSCAPE 那整块被 JS 标记后彻底删除
   ===================================================== */

.results-landscape-intro-remove{
  display:none !important;

  width:0 !important;
  height:0 !important;

  min-height:0 !important;
  max-height:0 !important;

  margin:0 !important;
  padding:0 !important;

  border:0 !important;

  overflow:hidden !important;
}


/* 被删除区域后面的真实图表/内容直接顶上来 */

.results-landscape-intro-remove + *{
  margin-top:0 !important;
  padding-top:0 !important;
}


/* 结果页整体减少这一段上下留白 */

body[data-page="results"] main,
.results-page main{
  padding-top:0 !important;
}


/* 搜索框下面不要再留下很大的间距 */

body[data-page="results"] .results-toolbar,
body[data-page="results"] .results-topbar,
body[data-page="results"] .results-filterbar,
.results-page .results-toolbar,
.results-page .results-topbar,
.results-page .results-filterbar{
  margin-bottom:10px !important;
}


/* 成果图景真正的图表主体如果存在，直接贴近上一区域 */

body[data-page="results"] .landscape-panel,
body[data-page="results"] .results-landscape,
body[data-page="results"] .output-landscape,
.results-page .landscape-panel,
.results-page .results-landscape,
.results-page .output-landscape{
  margin-top:0 !important;
  padding-top:0 !important;
}



/* ===== FRAMEWORK HEADER SWITCH V1 ===== */


/* =====================================================
   页头右侧整体
   [成果框架] [课题逻辑图] | 5 | 140
   ===================================================== */

.framework-head-tools-v1{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;

  gap:22px !important;

  margin:0 !important;
  padding:0 !important;

  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;

  white-space:nowrap;
}


/* =====================================================
   原按钮栏彻底取消卡片感
   ===================================================== */

.framework-head-tools-v1
#frameworkViewSwitch,
.framework-head-tools-v1
.framework-view-switch{
  display:flex !important;
  align-items:center !important;

  gap:4px !important;

  width:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  height:auto !important;

  margin:0 !important;
  padding:3px !important;

  background:#eef2f8 !important;

  border:0 !important;
  border-radius:12px !important;

  box-shadow:none !important;
}


/* 删除 VIEW */

.framework-head-tools-v1
#frameworkViewSwitch > span,
.framework-head-tools-v1
.framework-view-switch > span{
  display:none !important;
}


/* =====================================================
   两个按钮：
   不再是独立大白卡
   ===================================================== */

.framework-head-tools-v1
#frameworkViewSwitch button,
.framework-head-tools-v1
.framework-view-switch button{
  min-width:82px !important;
  height:30px !important;

  padding:0 11px !important;
  margin:0 !important;

  border:0 !important;
  border-radius:9px !important;

  background:transparent !important;

  color:#778397 !important;

  font-size:10px !important;
  line-height:30px !important;
  font-weight:680 !important;

  box-shadow:none !important;

  transition:
    background .16s ease,
    color .16s ease !important;
}


.framework-head-tools-v1
#frameworkViewSwitch button:hover,
.framework-head-tools-v1
.framework-view-switch button:hover{
  background:
    rgba(255,255,255,.62) !important;

  color:
    #44516a !important;
}


.framework-head-tools-v1
#frameworkViewSwitch button.active,
.framework-head-tools-v1
.framework-view-switch button.active{
  background:#fff !important;

  color:#5269df !important;

  box-shadow:
    0 2px 8px rgba(37,55,99,.07) !important;
}


/* =====================================================
   5 / 140 统计区
   ===================================================== */

.framework-head-stats-v1{
  margin:0 !important;
  padding:0 !important;

  background:transparent !important;

  border:0 !important;

  box-shadow:none !important;
}


/*
 * 按钮和统计之间增加一条非常轻的分割线，
 * 形成你说的“对齐线”
 */

.framework-head-stats-v1{
  position:relative !important;
}


.framework-head-stats-v1::before{
  content:"";

  position:absolute;

  left:-12px;
  top:12%;

  width:1px;
  height:76%;

  background:#e1e6ef;
}


/* =====================================================
   页头整体垂直对齐
   ===================================================== */

.framework-head-host-v1{
  align-items:center !important;
}


/* =====================================================
   删除旧按钮栏留下的空白
   ===================================================== */

.framework-switch-old-empty-v1{
  display:none !important;

  height:0 !important;
  min-height:0 !important;

  margin:0 !important;
  padding:0 !important;

  border:0 !important;

  background:transparent !important;

  overflow:hidden !important;
}


/* =====================================================
   研究框架页头下方空白压缩
   ===================================================== */

body:has(#frameworkTabs)
.page-hero,
body:has(#frameworkTabs)
.framework-hero,
body:has(#frameworkTabs)
.page-head{
  margin-bottom:12px !important;
  padding-bottom:14px !important;
}


/*
 * 五个子课题不要再离标题很远
 */

body:has(#frameworkTabs)
#frameworkTabs{
  margin-top:0 !important;
}


/*
 * 如果外层大白卡有历史顶部 padding，
 * 收掉一部分。
 */

body:has(#frameworkTabs)
#frameworkTabs{
  padding-top:12px !important;
}


/* =====================================================
   页头右侧更像一个整体
   ===================================================== */

@media(min-width:1100px){

  .framework-head-tools-v1{
    transform:
      translateY(1px);
  }

}


/* =====================================================
   窄屏
   ===================================================== */

@media(max-width:900px){

  .framework-head-tools-v1{
    gap:14px !important;
  }

  .framework-head-tools-v1
  #frameworkViewSwitch button,
  .framework-head-tools-v1
  .framework-view-switch button{
    min-width:72px !important;
    padding:0 8px !important;
  }

}



/* ===== FRAMEWORK LOGIC POSITION FINAL V1 ===== */

/*
 * 五个子课题逻辑关系：
 * 标题区与关系图之间稍微收紧。
 * 只移动 V6 整张图，不改变内部任何箭头、节点、文字坐标。
 */

body.framework-logic-mode
#frameworkLogic .fwv6-head{
  margin-bottom:0 !important;
}

body.framework-logic-mode
#frameworkLogic .fwv6-map{
  margin-top:-22px !important;
}

/*
 * 同步收掉移动后底部产生的额外空间，
 * 保持整张卡片上下视觉平衡。
 */
body.framework-logic-mode
#frameworkLogic.fwv6-shell{
  padding-bottom:10px !important;
}



/* ===== RESULTS SEGMENT SWITCH V2 ===== */


/*
 * 整体参考研究框架页的小型 segmented control：
 *
 * [ 成果目录 | 成果图景 ]
 *
 * 不再是两个独立大白按钮。
 */

.results-segment-v2{
  display:inline-flex !important;
  align-items:center !important;

  width:max-content !important;
  min-width:0 !important;

  height:48px !important;

  gap:3px !important;

  margin:0 !important;
  padding:4px !important;

  border:0 !important;
  border-radius:15px !important;

  background:#edf1f7 !important;

  box-shadow:
    inset 0 0 0 1px rgba(89,108,148,.025) !important;
}


/* 两个按钮本体 */

.results-segment-v2
.results-segment-btn-v2{
  appearance:none !important;
  -webkit-appearance:none !important;

  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:auto !important;
  min-width:112px !important;

  height:40px !important;

  margin:0 !important;
  padding:0 17px !important;

  border:0 !important;
  border-radius:11px !important;

  background:transparent !important;

  color:#738096 !important;

  font-size:13px !important;
  line-height:40px !important;

  font-weight:700 !important;
  letter-spacing:.01em !important;

  text-decoration:none !important;

  box-shadow:none !important;

  transition:
    color .16s ease,
    background .16s ease,
    box-shadow .16s ease !important;
}


/* 未选中 hover */

.results-segment-v2
.results-segment-btn-v2:hover{
  background:rgba(255,255,255,.42) !important;
  color:#56647b !important;
}


/* 当前项 */

.results-segment-v2
.results-segment-btn-v2.results-segment-current-v2,
.results-segment-v2
.results-segment-btn-v2.active,
.results-segment-v2
.results-segment-btn-v2.is-active,
.results-segment-v2
.results-segment-btn-v2[aria-selected="true"],
.results-segment-v2
.results-segment-btn-v2[aria-pressed="true"]{
  background:#fff !important;

  color:#5269df !important;

  box-shadow:
    0 3px 11px rgba(36,53,98,.075) !important;
}


/*
 * 清掉此前几轮对这两个按钮施加的大按钮样式。
 */

.results-segment-v2 button,
.results-segment-v2 a{
  border-color:transparent !important;
  outline:0 !important;
}


/*
 * 和左侧搜索框做视觉中线对齐。
 * 不要求两个组件同高，切换器应当是辅助控件，
 * 视觉权重低于搜索。
 */

.results-toolbar .results-segment-v2,
.results-topbar .results-segment-v2,
.results-filterbar .results-segment-v2,
.output-toolbar .results-segment-v2{
  align-self:center !important;
  flex:none !important;
}


/* 窄屏 */

@media(max-width:760px){

  .results-segment-v2{
    height:44px !important;
  }

  .results-segment-v2
  .results-segment-btn-v2{
    min-width:94px !important;

    height:36px !important;

    padding:0 13px !important;

    line-height:36px !important;

    font-size:12px !important;
  }

}
