:root {
  --ink: #090a0e;
  --paper: #f1f0ea;
  --white: #fbfaf5;
  --lime: #b9f34b;
  --blue: #667cff;
  --muted: #686a70;
  --line: rgba(9, 10, 14, .15);
  --font-geist-sans: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button,input,textarea,select { font: inherit; }
::selection { background: var(--lime); color: var(--ink); }
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:var(--lime);color:var(--ink);padding:12px 16px;font-weight:700}.skip-link:focus{top:16px}
.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
:focus-visible{outline:3px solid var(--blue);outline-offset:4px}

.site-header { height: 78px; padding: 0 4.5vw; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.15); color: white; position: absolute; inset: 0 0 auto; z-index: 10; }
.admin-bar .site-header{top:32px}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; letter-spacing: -.04em; }
.brand b { letter-spacing: .06em; font-size: .72em; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; background: var(--lime); color: var(--ink); font-weight: 900; font-size: 15px; clip-path: polygon(0 0,100% 0,100% 73%,73% 100%,0 100%); }
.brand-mark-image{display:block;width:36px;height:36px;object-fit:contain;flex:0 0 auto}
.site-header nav { display: flex; gap: 30px; font-size: 13px; color: rgba(255,255,255,.7); }
.menu-list,.footer-menu{list-style:none;margin:0;padding:0;display:flex;gap:30px}
.site-header nav a:hover { color: var(--lime); }
.nav-cta { border: 1px solid rgba(255,255,255,.3); padding: 11px 16px; font-size: 13px; display: inline-flex; gap: 24px; transition: .25s; }
.nav-cta:hover { background: var(--lime); color: var(--ink); border-color: var(--lime); }
.menu-toggle{display:none;border:0;background:none;color:white;min-width:44px;min-height:44px;padding:0;cursor:pointer}.menu-toggle i,.menu-toggle i::before,.menu-toggle i::after{display:block;width:22px;height:2px;background:currentColor;position:relative;transition:.25s}.menu-toggle i::before,.menu-toggle i::after{content:"";position:absolute;left:0}.menu-toggle i::before{top:-7px}.menu-toggle i::after{top:7px}.menu-toggle-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.custom-logo-wrap .custom-logo-link{display:block}.custom-logo-wrap img{max-height:42px;width:auto}

.hero { min-height: 760px; height: 92vh; max-height: 960px; background: var(--ink); color: white; position: relative; overflow: hidden; padding: 138px 5vw 70px; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(420px,.88fr); gap: 5vw; align-items: center; }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to right,#000,transparent 76%); }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle,rgba(102,124,255,.23),transparent 68%); right: 1%; top: 5%; }
.eyebrow { position: absolute; top: 104px; left: 5vw; font: 11px/1 var(--font-geist-mono),monospace; letter-spacing: .18em; color: rgba(255,255,255,.52); display: flex; align-items: center; gap: 11px; }
.eyebrow i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 16px var(--lime); }
.eyebrow span { margin-left: 10px; color: var(--lime); }
.hero-copy { position: relative; z-index: 2; padding-top: 18px; }
.kicker,.overline { margin: 0 0 20px; font: 11px/1.3 var(--font-geist-mono),monospace; letter-spacing: .14em; text-transform: uppercase; }
.kicker { color: var(--lime); }
.hero h1 { font-size: clamp(64px,7.4vw,116px); line-height: .91; letter-spacing: -.075em; margin: 0; font-weight: 760; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1.4px rgba(255,255,255,.88); font-style: normal; }
.hero-lead { color: rgba(255,255,255,.64); font-size: clamp(15px,1.22vw,19px); line-height: 1.9; max-width: 610px; margin: 34px 0 0; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 42px; min-width: 250px; padding: 18px 20px; font-weight: 700; font-size: 14px; transition: transform .25s,background .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--lime); color: var(--ink); }
.text-link { font-size: 13px; color: rgba(255,255,255,.75); border-bottom: 1px solid rgba(255,255,255,.3); padding: 12px 0; display: flex; gap: 26px; }
.text-link:hover { color: var(--lime); border-color: var(--lime); }

.signal-panel { position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.18); min-height: 510px; background: rgba(9,10,14,.55); backdrop-filter: blur(12px); }
.panel-head,.panel-foot { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font: 10px/1 var(--font-geist-mono),monospace; letter-spacing: .12em; color: rgba(255,255,255,.46); border-bottom: 1px solid rgba(255,255,255,.13); }
.live { color: var(--lime); display: flex; align-items: center; gap: 7px; }.live i{width:5px;height:5px;background:var(--lime);border-radius:50%}
.cognitive-map { height: 400px; position: relative; overflow: hidden; }
.map-axis { position: absolute; background: rgba(255,255,255,.1); }.axis-x{height:1px;left:0;right:0;top:50%}.axis-y{width:1px;top:0;bottom:0;left:50%}
.map-core { position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:170px;height:170px;border-radius:50%;background:var(--lime);color:var(--ink);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:3;box-shadow:0 0 65px rgba(185,243,75,.17)}
.map-core small{font:8px var(--font-geist-mono),monospace;letter-spacing:.1em}.map-core strong{font-size:20px;margin:8px 0}.map-core span{font-size:9px;opacity:.6}
.map-node{position:absolute;width:116px;padding:15px;border:1px solid rgba(255,255,255,.22);background:#111319;z-index:4}.map-node b{font:700 25px var(--font-geist-mono),monospace;display:block}.map-node span{font-size:10px;color:rgba(255,255,255,.5)}
.node-9a{left:8%;top:11%}.node-5a{right:7%;top:18%}.node-5s{right:12%;bottom:9%}.pulse{position:absolute;border-radius:50%;border:1px dashed rgba(185,243,75,.26);left:50%;top:50%;transform:translate(-50%,-50%);animation:spin 28s linear infinite}.pulse-one{width:280px;height:280px}.pulse-two{width:380px;height:380px;border-color:rgba(102,124,255,.2);animation-direction:reverse}
.panel-foot{height:56px;border:0;border-top:1px solid rgba(255,255,255,.13)}.panel-foot span{color:rgba(255,255,255,.68)}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}

.statement-strip { background: var(--lime); min-height: 88px; display: flex; align-items: center; justify-content: center; gap: 22px; padding: 0 4vw; }
.statement-strip span { font-size: 22px; font-weight: 900; letter-spacing: -.03em; }.statement-strip i{font-size:24px;font-style:normal}.statement-strip b{font-size:13px;font-weight:500;margin-left:24px;padding-left:28px;border-left:1px solid rgba(9,10,14,.28)}

.section { padding: 118px 6vw; }
.section-label { font: 10px var(--font-geist-mono),monospace; letter-spacing: .16em; display: flex; gap: 13px; align-items: center; margin-bottom: 72px; color: var(--muted); }
.section-label span{color:var(--ink);font-weight:800}.section-label.light{color:rgba(255,255,255,.42)}.section-label.light span{color:var(--lime)}
.overline{color:#6b6d73;font-size:10px}.section h2,.diagnosis-section h2{font-size:clamp(44px,5vw,76px);line-height:1.06;letter-spacing:-.06em;margin:0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:6vw;margin-bottom:64px}.section-head>p{width:380px;color:var(--muted);font-size:14px;line-height:1.85;margin:0}.light-head>p{color:rgba(255,255,255,.5)}

.shift{display:grid;grid-template-columns:.34fr 1fr;gap:6vw}.shift .section-label{margin:8px 0}.shift-main h2 span{color:var(--blue)}
.challenge-grid{grid-column:2;display:grid;grid-template-columns:repeat(3,1fr);margin-top:58px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
.challenge-grid article{padding:28px;min-height:230px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.challenge-grid b{font:10px var(--font-geist-mono),monospace;color:var(--blue)}.challenge-grid h3{font-size:21px;margin:54px 0 15px}.challenge-grid p{font-size:13px;line-height:1.8;color:var(--muted);margin:0}

.models-section,.process,.principles{background:var(--ink);color:white}.model-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.17);border-left:1px solid rgba(255,255,255,.17)}
.model-card{min-height:515px;padding:30px;border-right:1px solid rgba(255,255,255,.17);border-bottom:1px solid rgba(255,255,255,.17);position:relative;overflow:hidden;transition:.3s}.model-card:hover{background:#13151b;transform:translateY(-5px)}
.model-top{display:flex;justify-content:space-between;font:10px var(--font-geist-mono),monospace;color:rgba(255,255,255,.4)}.model-card>strong{display:block;font-size:105px;line-height:1;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.48);margin:58px 0 12px}.model-question{color:var(--lime)!important;font:10px var(--font-geist-mono),monospace!important;letter-spacing:.08em}.model-card h3{font-size:22px;margin:10px 0 18px}.model-card>p{color:rgba(255,255,255,.52);font-size:13px;line-height:1.8;max-width:350px}.model-result{position:absolute;left:30px;right:30px;bottom:28px;border-top:1px solid rgba(255,255,255,.17);padding-top:18px;font-size:11px;line-height:1.6;color:rgba(255,255,255,.7)}
.system-chain{margin-top:32px;display:flex;justify-content:center;align-items:center;gap:22px;font:12px var(--font-geist-mono),monospace}.system-chain i{color:rgba(255,255,255,.3)}.system-chain b{background:var(--lime);color:var(--ink);padding:11px 15px;margin-left:12px}
.five-a-block{margin-top:110px;display:grid;grid-template-columns:.48fr 1fr;gap:6vw}.five-a-intro>span{font:10px var(--font-geist-mono),monospace;color:var(--lime);letter-spacing:.15em}.five-a-intro h3{font-size:34px;line-height:1.25;letter-spacing:-.04em;margin:20px 0}.five-a-list{border-top:1px solid rgba(255,255,255,.18)}.five-a-list article{display:grid;grid-template-columns:40px 120px 100px 1fr;gap:16px;align-items:center;border-bottom:1px solid rgba(255,255,255,.16);padding:19px 4px}.five-a-list span{font:9px var(--font-geist-mono),monospace;color:rgba(255,255,255,.35)}.five-a-list b{font:12px var(--font-geist-mono),monospace;color:var(--lime)}.five-a-list h4{font-size:14px;margin:0}.five-a-list p{font-size:11px;line-height:1.65;color:rgba(255,255,255,.45);margin:0}

.growth{background:var(--white)}.five-s-path{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.five-s-path article{padding:25px;min-height:350px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.25s}.five-s-path article:hover{background:var(--lime);transform:translateY(-5px)}.s-index{display:flex;align-items:center;justify-content:space-between;font:10px var(--font-geist-mono),monospace;color:var(--muted)}.s-index i{font-style:normal}.five-s-path small{font:11px var(--font-geist-mono),monospace;color:var(--blue);margin-top:52px}.five-s-path h3{font-size:28px;margin:8px 0 22px}.five-s-path p{font-size:13px;line-height:1.7;color:var(--muted);margin:0}.five-s-path b{font-size:12px;margin-top:auto}.five-s-path em{font:9px var(--font-geist-mono),monospace;color:var(--muted);font-style:normal;margin-top:10px}.growth-note{margin-top:30px;border:1px solid var(--line);padding:20px 24px;display:flex;align-items:center;gap:30px}.growth-note span{background:var(--ink);color:white;padding:9px 12px;font-size:10px}.growth-note p{font-size:12px;color:var(--muted);margin:0}

.process-flow{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(255,255,255,.17);border-left:1px solid rgba(255,255,255,.17)}.process-flow article{padding:27px;min-height:260px;border-right:1px solid rgba(255,255,255,.17);border-bottom:1px solid rgba(255,255,255,.17);position:relative}.step-head{display:flex;justify-content:space-between;font:10px var(--font-geist-mono),monospace;color:var(--lime)}.step-head small{color:rgba(255,255,255,.4)}.process-flow h3{font-size:25px;margin:60px 0 16px}.process-flow p{font-size:12px;line-height:1.75;color:rgba(255,255,255,.48);margin:0;max-width:330px}.process-flow article>b{position:absolute;right:24px;bottom:22px;font-size:10px;border:1px solid rgba(255,255,255,.2);padding:7px 10px;color:rgba(255,255,255,.65)}.loop-line{margin-top:30px;border:1px dashed rgba(185,243,75,.35);padding:14px 20px;display:flex;align-items:center;justify-content:space-between;font:10px var(--font-geist-mono),monospace;color:rgba(255,255,255,.5)}.loop-line i{font-style:normal;color:var(--lime)}

.capability{background:var(--paper)}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.tool-grid article{padding:26px;min-height:330px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:.25s}.tool-grid article:hover{background:var(--white)}.tool-grid article>div{display:flex;justify-content:space-between;font:10px var(--font-geist-mono),monospace;color:var(--muted)}.tool-grid article>div small{color:var(--blue)}.tool-grid article>b{display:block;color:var(--blue);font-size:11px;margin-top:65px}.tool-grid h3{font-size:23px;margin:10px 0 18px}.tool-grid p{font-size:12px;line-height:1.8;color:var(--muted);margin:0}.proof-bar{display:grid;grid-template-columns:repeat(4,1fr);background:var(--lime);margin-top:42px}.proof-bar>div{padding:25px;display:flex;align-items:center;gap:18px;border-right:1px solid rgba(9,10,14,.18)}.proof-bar strong{font-size:34px;letter-spacing:-.05em}.proof-bar span{font-size:10px;line-height:1.55;color:rgba(9,10,14,.62)}

.principles{display:grid;grid-template-columns:.28fr .75fr .78fr;gap:5vw}.principles .section-label{margin-top:7px}.principle-copy h2{font-size:clamp(38px,4.1vw,63px)}.principle-copy>p:last-child{font-size:13px;line-height:1.85;color:rgba(255,255,255,.48);max-width:600px;margin-top:32px}.advantage-list{border-top:1px solid rgba(255,255,255,.17)}.advantage-list article{display:grid;grid-template-columns:42px 70px 1fr;gap:16px;padding:23px 0;border-bottom:1px solid rgba(255,255,255,.17);align-items:start}.advantage-list span{font:9px var(--font-geist-mono),monospace;color:var(--lime)}.advantage-list h3{font-size:18px;margin:0}.advantage-list p{font-size:11px;line-height:1.7;color:rgba(255,255,255,.45);margin:0}

.diagnosis-section{background:var(--lime);padding:110px 6vw;position:relative;display:grid;grid-template-columns:.72fr 1.28fr;gap:5vw;align-items:start}.diagnosis-intro{position:sticky;top:32px;padding-top:22px}.cta-no{font:10px var(--font-geist-mono),monospace;letter-spacing:.16em;margin-bottom:70px}.diagnosis-section .overline{color:var(--ink)}.diagnosis-section h2{font-size:clamp(52px,6vw,88px)}.diagnosis-section h2 span{color:rgba(9,10,14,.32)}.diagnosis-intro>p:not(.overline){max-width:560px;line-height:1.85;margin:30px 0;color:rgba(9,10,14,.65);font-size:14px}.diagnosis-points{display:grid;gap:0;margin:36px 0;border-top:1px solid rgba(9,10,14,.2)}.diagnosis-points span{padding:16px 2px;border-bottom:1px solid rgba(9,10,14,.2);font-size:12px}.diagnosis-points b{font:9px var(--font-geist-mono),monospace;margin-right:18px;color:rgba(9,10,14,.5)}.diagnosis-link{display:inline-flex;align-items:center;gap:28px;font-size:12px;font-weight:700;border-bottom:1px solid var(--ink);padding:10px 0}.diagnosis-frame-wrap{background:var(--white);border:1px solid rgba(9,10,14,.22);box-shadow:0 30px 70px rgba(9,10,14,.14);overflow:hidden}.frame-bar{height:52px;background:var(--ink);color:white;display:flex;align-items:center;justify-content:space-between;padding:0 18px;font:10px var(--font-geist-mono),monospace;letter-spacing:.08em;position:relative;z-index:2}.frame-bar i{font-style:normal;color:var(--lime)}.diagnosis-viewport{height:900px;overflow:hidden;background:#f8fafc}.diagnosis-frame{display:block;width:100%;height:1180px;border:0;background:white;transform:translateY(-280px)}
.site-footer{background:var(--ink);color:white;padding:54px 6vw;display:grid;grid-template-columns:1fr 1fr auto;gap:28px;align-items:center}.footer-brand{font-size:20px}.site-footer p{font-size:11px;color:rgba(255,255,255,.48)}.site-footer>div{display:flex;gap:24px;font-size:11px;color:rgba(255,255,255,.65)}.site-footer>small{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.12);padding-top:24px;color:rgba(255,255,255,.32);font-size:9px}

@media(max-width:1000px){.site-header{padding:0 22px}.site-header nav{display:none}.hero{height:auto;max-height:none;min-height:0;padding:132px 24px 72px;grid-template-columns:1fr}.signal-panel{min-height:490px}.shift{grid-template-columns:1fr}.shift .section-label,.challenge-grid{grid-column:1}.models-section .model-grid{grid-template-columns:1fr}.model-card{min-height:430px}.five-a-block{grid-template-columns:1fr}.five-s-path{grid-template-columns:1fr}.five-s-path article{min-height:230px}.five-s-path small{margin-top:28px}.process-flow{grid-template-columns:repeat(2,1fr)}.tool-grid{grid-template-columns:repeat(2,1fr)}.principles{grid-template-columns:1fr}.principles .section-label{margin-bottom:20px}}
@media(max-width:920px){.diagnosis-section{grid-template-columns:1fr;padding:88px 22px}.diagnosis-intro{position:static}.cta-no{margin-bottom:46px}.diagnosis-viewport{height:860px}.diagnosis-frame{height:1140px}}
@media(max-width:720px){.section{padding:84px 22px}.hero h1{font-size:clamp(56px,16vw,84px)}.hero-lead{font-size:15px}.hero-actions{flex-direction:column;align-items:flex-start;gap:14px}.button{min-width:100%}.statement-strip{align-items:flex-start;flex-wrap:wrap;padding:24px}.statement-strip b{width:100%;margin:0;padding:16px 0 0;border-left:0;border-top:1px solid rgba(9,10,14,.25)}.section-head{display:block}.section-head>p{width:auto;margin-top:28px}.challenge-grid{grid-template-columns:1fr}.five-a-list article{grid-template-columns:34px 1fr}.five-a-list h4{grid-column:2}.five-a-list p{grid-column:2}.process-flow,.tool-grid,.proof-bar{grid-template-columns:1fr}.proof-bar>div{border-bottom:1px solid rgba(9,10,14,.18)}.system-chain{flex-wrap:wrap;gap:9px}.system-chain b{margin:0}.loop-line{gap:10px;flex-wrap:wrap}.growth-note{align-items:flex-start;flex-direction:column;gap:14px}.site-footer{grid-template-columns:1fr}.site-footer>small{grid-column:1}}
@media(max-width:520px){.nav-cta{padding:10px}.nav-cta span{display:none}.eyebrow{font-size:9px}.signal-panel{min-height:430px}.cognitive-map{height:330px}.map-core{width:135px;height:135px}.map-core strong{font-size:16px}.pulse-one{width:220px;height:220px}.pulse-two{width:300px;height:300px}.map-node{width:96px;padding:10px}.map-node b{font-size:20px}.node-9a{left:3%;top:7%}.node-5a{right:2%;top:9%}.node-5s{right:3%;bottom:4%}.panel-foot{font-size:8px}.section h2{font-size:42px}.model-card>strong{font-size:84px}.process-flow{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.pulse{animation:none}*{transition:none!important}}

/* WordPress 内容列表与详情 */
.content-main,.article-main{background:var(--paper);min-height:70vh}.content-hero{background:var(--ink);color:white;padding:150px 6vw 88px}.content-hero .section-label{margin-bottom:55px}.content-hero h1{font-size:clamp(48px,6vw,88px);line-height:1.04;letter-spacing:-.06em;margin:0;max-width:1000px}.content-hero>p,.archive-description{color:rgba(255,255,255,.55);font-size:14px;line-height:1.9;max-width:680px;margin:28px 0 0}.archive-description p{margin:0}.archive-content{min-height:440px}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.post-card{border-right:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--white);display:flex;flex-direction:column;min-width:0}.post-card-media{display:grid;place-items:center;aspect-ratio:16/9;background:var(--ink);color:var(--lime);overflow:hidden}.post-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.post-card:hover .post-card-media img{transform:scale(1.035)}.post-card-media span{font:700 22px/1.05 var(--font-geist-mono),monospace;letter-spacing:.08em}.post-card-body{padding:28px;display:flex;flex:1;flex-direction:column}.post-meta{display:flex;flex-wrap:wrap;gap:14px;font:10px var(--font-geist-mono),monospace;color:var(--muted)}.post-meta a{color:var(--blue)}.post-card h2{font-size:24px;line-height:1.35;letter-spacing:-.035em;margin:30px 0 14px}.post-card p{font-size:14px;line-height:1.8;color:var(--muted);margin:0 0 30px}.post-read-more{margin-top:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:18px;font-size:12px;font-weight:700}.navigation.pagination{margin-top:52px}.nav-links{display:flex;justify-content:center;align-items:center;gap:8px}.page-numbers{display:grid;place-items:center;min-width:44px;min-height:44px;border:1px solid var(--line);font-size:12px}.page-numbers.current,.page-numbers:hover{background:var(--ink);color:white}.empty-state{padding:70px 0}.empty-state h2{font-size:34px}.empty-state p{color:var(--muted)}
.search-form{display:flex;max-width:560px;margin-top:28px}.search-form label{flex:1}.search-form input{width:100%;height:52px;border:1px solid var(--line);background:white;padding:0 16px}.search-form button{min-width:96px;border:0;background:var(--lime);color:var(--ink);font-weight:700;cursor:pointer}

.article-main{padding-top:78px}.article-shell{background:var(--white)}.article-header{background:var(--ink);color:white;padding:90px max(6vw,calc((100vw - 1160px)/2)) 100px}.article-back{display:inline-block;font:11px var(--font-geist-mono),monospace;color:var(--lime);margin-bottom:62px}.article-header .post-meta{color:rgba(255,255,255,.5)}.article-header h1{font-size:clamp(44px,5.7vw,82px);line-height:1.12;letter-spacing:-.06em;max-width:1080px;margin:26px 0}.article-deck{max-width:780px;color:rgba(255,255,255,.6);font-size:17px;line-height:1.8}.article-cover{max-width:1160px;margin:-42px auto 0;position:relative}.article-cover img{width:100%;max-height:680px;object-fit:cover}.article-layout{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:220px minmax(0,760px);gap:80px;padding:90px 22px}.article-aside{position:sticky;top:32px;align-self:start;border-top:1px solid var(--line);padding-top:18px}.article-aside span{font:10px var(--font-geist-mono),monospace;color:var(--blue)}.article-aside p{font-size:12px;line-height:1.8;color:var(--muted)}.article-content{font-size:17px;line-height:2;color:#25262b;min-width:0}.article-content>*:first-child{margin-top:0}.article-content h2{font-size:34px;line-height:1.3;letter-spacing:-.04em;margin:2.2em 0 .7em}.article-content h3{font-size:25px;margin:1.8em 0 .6em}.article-content p{margin:0 0 1.45em}.article-content a{color:#3b55dc;text-decoration:underline;text-underline-offset:3px}.article-content blockquote{margin:2em 0;padding:26px 30px;border-left:4px solid var(--lime);background:#f1f2ec}.article-content ul,.article-content ol{padding-left:1.4em}.article-content img{margin:2em auto}.article-content figcaption{text-align:center;font-size:12px;color:var(--muted)}.article-content table{width:100%;border-collapse:collapse;display:block;overflow-x:auto}.article-content th,.article-content td{padding:12px;border:1px solid var(--line);text-align:left}.article-footer{max-width:1160px;margin:0 auto;padding:42px 22px 90px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:24px}.article-footer>div>span{font:10px var(--font-geist-mono),monospace;color:var(--muted)}.article-footer p{margin:8px 0;font-size:13px}.post-navigation{background:var(--paper);display:grid;grid-template-columns:1fr 1fr}.post-navigation>div{padding:32px 6vw;border-right:1px solid var(--line);min-height:100px;font-size:13px;line-height:1.6}.post-navigation>div:last-child{text-align:right}.page-shell .article-header{padding-bottom:75px}.page-content{max-width:850px;margin:0 auto;padding:85px 22px 110px}.not-found{background:var(--ink);color:white;min-height:78vh;padding:170px 6vw 100px}.not-found>span{font:700 clamp(110px,22vw,300px)/.7 var(--font-geist-mono),monospace;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.2)}.not-found h1{font-size:clamp(42px,6vw,82px);letter-spacing:-.06em;margin:50px 0 20px}.not-found>p:not(.overline){color:rgba(255,255,255,.55);margin-bottom:38px}.insights-preview{background:var(--paper)}

/* WordPress 页脚结构 */
.site-footer{background:var(--ink);color:white;padding:74px 6vw 30px}.footer-main{display:grid;grid-template-columns:minmax(220px,1.05fr) minmax(120px,.45fr) minmax(290px,1.1fr) 172px;gap:clamp(34px,5vw,82px);align-items:start}.footer-intro{min-width:0}.footer-brand{font-size:20px}.footer-intro>p{font-size:12px;line-height:1.8;color:rgba(255,255,255,.5);margin:24px 0}.footer-slogan{font:10px var(--font-geist-mono),monospace;letter-spacing:.14em;color:var(--lime)}.footer-links,.footer-contact{display:flex;flex-direction:column;align-items:flex-start}.footer-main h2{font:10px var(--font-geist-mono),monospace;letter-spacing:.13em;color:rgba(255,255,255,.38);margin:5px 0 25px;text-transform:uppercase}.footer-menu{display:flex;flex-direction:column;gap:13px}.footer-links a{font-size:12px;color:rgba(255,255,255,.68);transition:color .2s}.footer-links a:hover,.footer-contact a:hover{color:var(--lime)}.footer-contact{font-style:normal;gap:14px}.footer-contact>div{display:grid;grid-template-columns:64px 1fr;gap:13px;font-size:11px;line-height:1.65}.footer-contact span{color:rgba(255,255,255,.34)}.footer-contact a,.footer-contact p{color:rgba(255,255,255,.72);margin:0}.footer-qr{display:flex;flex-direction:column;align-items:flex-start}.footer-qr-image{display:block;width:148px;height:148px;padding:9px;background:var(--white);transition:transform .25s}.footer-qr:hover .footer-qr-image{transform:translateY(-4px)}.footer-qr-image img{display:block;width:100%;height:100%}.footer-qr>b{font-size:11px;margin-top:14px}.footer-qr>small{font:8px var(--font-geist-mono),monospace;letter-spacing:.12em;color:var(--lime);margin-top:7px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:28px;border-top:1px solid rgba(255,255,255,.12);margin-top:58px;padding-top:25px;color:rgba(255,255,255,.32)}.footer-bottom>small{font-size:9px;line-height:1.6}.footer-legal{display:flex;gap:22px;align-items:center;font-size:9px}.footer-legal a{color:rgba(255,255,255,.52)}.footer-legal a:hover{color:var(--lime)}

/* 移动端专项优化 */
@media(max-width:1000px){
  body.navigation-open{overflow:hidden}.site-header{position:absolute}.menu-toggle{display:grid;place-items:center;margin-left:auto;margin-right:10px}.site-header .primary-navigation{display:none;position:fixed;inset:78px 0 0;background:rgba(9,10,14,.98);padding:42px 24px;overflow:auto}.site-header.menu-open .primary-navigation{display:block}.primary-navigation .menu-list{display:flex;flex-direction:column;gap:0}.primary-navigation .menu-list a{display:flex;align-items:center;min-height:58px;border-bottom:1px solid rgba(255,255,255,.14);font-size:18px;color:white}.site-header.menu-open .menu-toggle i{background:transparent}.site-header.menu-open .menu-toggle i::before{top:0;transform:rotate(45deg)}.site-header.menu-open .menu-toggle i::after{top:0;transform:rotate(-45deg)}
  .post-grid{grid-template-columns:repeat(2,1fr)}.article-layout{grid-template-columns:160px minmax(0,1fr);gap:45px}.content-hero{padding-top:138px}.footer-main{grid-template-columns:1fr 1fr 1.5fr}.footer-qr{grid-column:3}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-legal{flex-wrap:wrap}
}
@media(max-width:720px){
  body{font-size:16px;overflow-x:clip}.site-header{height:70px}.site-header .primary-navigation{inset:70px 0 0}.brand{font-size:16px}.brand-mark{width:32px;height:32px}.nav-cta{min-height:44px;padding:10px 12px;gap:10px}.hero{padding-left:22px;padding-right:22px}.hero h1{font-size:clamp(54px,15.5vw,68px)}.hero-lead{font-size:16px;line-height:1.75}.button{min-height:52px;font-size:15px}.signal-panel{min-height:400px}.cognitive-map{height:310px}.map-node{font-size:12px}
  .section{padding-top:76px;padding-bottom:76px}.section-label{margin-bottom:48px;font-size:11px}.section-head>p,.challenge-grid p,.model-card>p,.five-s-path p,.process-flow p,.tool-grid p,.principle-copy>p:last-child{font-size:14px}.challenge-grid article{min-height:0}.model-card{min-height:455px}.five-a-list p,.advantage-list p{font-size:13px}.five-s-path article{min-height:250px}.diagnosis-intro>p:not(.overline){font-size:15px}.diagnosis-points span{font-size:14px}.diagnosis-link{min-height:48px;font-size:14px}.diagnosis-frame-wrap{display:none}
  .content-hero{padding:125px 22px 70px}.content-hero h1{font-size:44px}.archive-content{padding-left:22px;padding-right:22px}.post-grid{grid-template-columns:1fr}.post-card-body{padding:24px}.post-card h2{font-size:23px}.post-card p{font-size:15px}.post-read-more{min-height:48px}.article-main{padding-top:70px}.article-header{padding:70px 22px}.article-back{margin-bottom:48px}.article-header h1{font-size:42px}.article-deck{font-size:16px}.article-cover{margin:0}.article-layout{display:block;padding:60px 22px}.article-aside{position:static;margin-bottom:45px}.article-content{font-size:16px;line-height:1.9}.article-content h2{font-size:29px}.article-content h3{font-size:23px}.article-footer{align-items:flex-start;flex-direction:column;padding:36px 22px 70px}.article-footer .button{width:100%}.post-navigation{grid-template-columns:1fr}.post-navigation>div{min-height:0;border-bottom:1px solid var(--line)}.post-navigation>div:last-child{text-align:left}.page-content{padding-top:60px}.site-footer{padding:58px 22px 28px}.footer-main{grid-template-columns:1fr 1fr;gap:46px 26px}.footer-intro{grid-column:1/-1}.footer-contact{grid-column:1/-1}.footer-qr{grid-column:1/-1}.footer-qr-image{width:164px;height:164px}.footer-menu{gap:4px}.footer-menu a{display:flex;align-items:center;min-height:40px}.footer-bottom{align-items:flex-start;flex-direction:column;margin-top:46px}.footer-legal{align-items:flex-start;flex-direction:column;gap:10px}
}
@media(max-width:782px){.admin-bar .site-header{top:46px}}
@media(max-width:420px){
  .site-header{padding:0 16px}.brand{gap:8px}.nav-cta{font-size:12px}.nav-cta span{display:none}.hero{padding-left:18px;padding-right:18px}.hero h1{font-size:53px}.eyebrow{left:18px}.cognitive-map{height:290px}.map-core{width:120px;height:120px}.map-core strong{font-size:15px}.map-core span{max-width:90px}.map-node{width:88px;padding:9px}.pulse-one{width:205px;height:205px}.pulse-two{width:275px;height:275px}.panel-foot{padding:0 12px}.section,.diagnosis-section{padding-left:18px;padding-right:18px}.section h2,.diagnosis-section h2{font-size:39px}.content-hero,.archive-content{padding-left:18px;padding-right:18px}
}

/* 核心章节标题：桌面端以完整短句单行呈现，窄屏保留可读性。 */
.section-head>div{flex:1;min-width:0}.single-line-title{font-size:clamp(30px,3vw,48px)!important;line-height:1.12!important;letter-spacing:-.055em!important;white-space:nowrap}.principles .single-line-title,.diagnosis-section .single-line-title{font-size:clamp(28px,2.15vw,34px)!important}
@media(max-width:1000px){.single-line-title,.principles .single-line-title,.diagnosis-section .single-line-title{font-size:clamp(36px,5.5vw,52px)!important;white-space:normal}}
@media(max-width:520px){.single-line-title,.principles .single-line-title,.diagnosis-section .single-line-title{font-size:36px!important;line-height:1.2!important}}

/* 1.3.16 紧凑三行式页脚 */
.site-footer{display:block;background:var(--ink);color:white;padding:0 6vw}.site-footer-inner{display:block;max-width:1180px;margin:0 auto}.site-footer .footer-top,.site-footer .footer-middle{display:flex;align-items:center;justify-content:space-between;gap:32px}.site-footer .footer-top{min-height:86px;border-bottom:1px solid rgba(255,255,255,.12)}.site-footer .footer-brand{flex:0 0 auto;font-size:20px}.site-footer .footer-navigation{font-size:13px}.site-footer .footer-menu{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:clamp(20px,3vw,42px);white-space:nowrap}.site-footer .footer-menu a{display:inline-flex;align-items:center;min-height:44px;color:rgba(255,255,255,.76);transition:color .2s}.site-footer .footer-menu a:hover{color:var(--lime)}.site-footer .footer-middle{min-height:126px;padding:18px 0}.site-footer .footer-description{margin:0;max-width:320px;color:rgba(255,255,255,.54);font-size:13px;line-height:1.8}.site-footer .footer-consult{display:flex;align-items:center;justify-content:flex-end;gap:16px}.site-footer .footer-qr-image{display:block;width:80px;height:80px;padding:5px;background:var(--white);flex:0 0 auto;transition:transform .22s}.site-footer .footer-qr-image:hover{transform:translateY(-3px)}.site-footer .footer-qr-image img{display:block;width:100%;height:100%}.site-footer .footer-consult-copy{display:flex;flex-direction:column;align-items:flex-start;gap:10px;min-width:158px}.site-footer .footer-consult-copy span{color:rgba(255,255,255,.58);font-size:13px}.site-footer .footer-consult-copy a{color:var(--lime);font-size:17px;font-weight:700;letter-spacing:.02em}.site-footer .footer-bottom{display:flex;align-items:center;justify-content:center;min-height:62px;margin:0;padding:0;border-top:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.4);text-align:center}.site-footer .footer-bottom small{font-size:11px;line-height:1.7}.site-footer .footer-bottom a{color:inherit}.site-footer .footer-bottom a:hover{color:var(--lime)}
@media(max-width:720px){.site-footer{padding:0 22px}.site-footer .footer-top,.site-footer .footer-middle{align-items:flex-start;flex-direction:column;gap:18px}.site-footer .footer-top{padding:26px 0 20px}.site-footer .footer-menu{justify-content:flex-start;flex-wrap:wrap;gap:4px 22px;white-space:normal}.site-footer .footer-middle{padding:24px 0}.site-footer .footer-qr-image{width:76px;height:76px}.site-footer .footer-consult{justify-content:flex-start}.site-footer .footer-bottom{padding:18px 0}.site-footer .footer-bottom small{font-size:11px}}
@media(max-width:420px){.site-footer{padding:0 18px}.site-footer .footer-menu{display:grid;grid-template-columns:repeat(2,max-content);column-gap:28px}.site-footer .footer-consult-copy{min-width:0}.site-footer .footer-consult-copy a{font-size:16px}}

/* 1.1 视觉密度、可读性与交互升级 */
.site-header{position:fixed;height:72px;background:rgba(9,10,14,.72);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:background .25s,box-shadow .25s,border-color .25s;z-index:100}.site-header.is-scrolled{background:rgba(9,10,14,.94);border-bottom-color:rgba(255,255,255,.1);box-shadow:0 12px 36px rgba(0,0,0,.18)}.site-header nav a{position:relative;padding:27px 0 24px}.site-header nav a::after{content:"";position:absolute;left:0;right:100%;bottom:17px;height:2px;background:var(--lime);transition:right .25s}.site-header nav a:hover::after,.site-header nav a.is-active::after{right:0}.site-header nav a.is-active{color:white}
.hero{min-height:720px;height:84vh;max-height:880px;padding-top:126px;padding-bottom:58px}.hero-lead{font-size:clamp(16px,1.08vw,18px);line-height:1.75}.button,.nav-cta,.text-link,.diagnosis-link{transition:transform .22s,background .22s,color .22s,border-color .22s}.button:hover,.nav-cta:hover{transform:translateY(-2px)}.text-link:hover,.diagnosis-link:hover{transform:translateX(4px)}
.section{padding-top:88px;padding-bottom:88px}.section-label{margin-bottom:44px;font-size:11px}.overline{font-size:11px}.section-head{margin-bottom:48px;gap:5vw}.section-head>p{font-size:15px;line-height:1.75;color:#575a61}.light-head>p{color:rgba(255,255,255,.7)}.single-line-title{font-size:clamp(38px,2.85vw,48px)!important;line-height:1.12!important}.principles .single-line-title{font-size:clamp(34px,2.45vw,42px)!important}.diagnosis-section .single-line-title{font-size:clamp(36px,2.55vw,44px)!important}
.shift .section-label{margin-top:6px}.challenge-grid{margin-top:44px}.challenge-grid article{min-height:205px;position:relative;transition:background .25s,border-color .25s}.challenge-grid article::after{content:"";position:absolute;left:28px;right:100%;bottom:-1px;height:3px;background:var(--blue);transition:right .3s}.challenge-grid article:hover{background:rgba(102,124,255,.055);border-color:rgba(102,124,255,.35)}.challenge-grid article:hover::after{right:28px}.challenge-grid h3{font-size:22px;margin:42px 0 14px}.challenge-grid p{font-size:15px;line-height:1.75;color:#575a61}
.model-card{min-height:470px;transition:background .28s,border-color .28s}.model-card:hover{background:#14171d;transform:none;border-bottom-color:var(--lime)}.model-top{font-size:11px}.model-card>strong{font-size:96px;margin-top:44px}.model-question{font-size:11px!important}.model-card h3{font-size:24px}.model-card>p{font-size:14px;line-height:1.75;color:rgba(255,255,255,.7)}.model-result{font-size:13px;color:rgba(255,255,255,.76)}.five-a-block{margin-top:76px}.five-a-intro h3{font-size:32px}.five-a-list article{padding:18px 4px;transition:background .22s,padding .22s}.five-a-list article:hover{background:rgba(185,243,75,.045);padding-left:10px;padding-right:10px}.five-a-list span{font-size:10px}.five-a-list h4{font-size:15px}.five-a-list p{font-size:13px;line-height:1.7;color:rgba(255,255,255,.68)}
.five-s-path article{min-height:315px;position:relative;overflow:hidden;transition:background .25s,color .25s}.five-s-path article::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:4px;background:var(--blue);transition:right .3s}.five-s-path article:hover{background:#efffd1;transform:none}.five-s-path article:hover::after{right:0}.five-s-path small{font-size:12px;margin-top:42px}.five-s-path p{font-size:14px;line-height:1.7}.five-s-path b{font-size:13px}.five-s-path em{font-size:10px}.growth-note p{font-size:14px}
.process-flow article{min-height:235px;overflow:hidden;transition:background .25s,border-color .25s}.process-flow article::after{content:"";position:absolute;width:90px;height:90px;border:1px solid rgba(185,243,75,.16);border-radius:50%;right:-48px;top:-48px;transition:transform .35s,border-color .35s}.process-flow article:hover{background:#12151a;border-color:rgba(185,243,75,.34)}.process-flow article:hover::after{transform:scale(1.45);border-color:rgba(185,243,75,.42)}.step-head{font-size:11px}.process-flow h3{margin-top:48px}.process-flow p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.68)}.process-flow article>b{font-size:11px;color:rgba(255,255,255,.78)}.loop-line{font-size:11px}
.tool-grid article{min-height:295px;position:relative;overflow:hidden;transition:background .25s,border-color .25s}.tool-grid article::after{content:"";position:absolute;left:26px;right:100%;bottom:0;height:4px;background:var(--blue);transition:right .3s}.tool-grid article:hover{background:var(--white);border-color:rgba(102,124,255,.3)}.tool-grid article:hover::after{right:26px}.tool-grid article>div{font-size:11px}.tool-grid article>b{font-size:12px;margin-top:52px}.tool-grid h3{font-size:24px}.tool-grid p{font-size:14px;line-height:1.75;color:#575a61}.proof-bar{margin-top:34px}.proof-bar>div{transition:background .22s}.proof-bar>div:hover{background:rgba(255,255,255,.24)}.proof-bar span{font-size:12px}
.principles{grid-template-columns:.24fr .9fr .9fr;gap:4vw}.principle-copy>p:last-child{font-size:14px;line-height:1.8;color:rgba(255,255,255,.7);margin-top:26px}.advantage-list article{padding:20px 0;transition:padding .22s,background .22s}.advantage-list article:hover{padding-left:10px;background:rgba(255,255,255,.025)}.advantage-list span{font-size:10px}.advantage-list h3{font-size:19px}.advantage-list p{font-size:14px;line-height:1.7;color:rgba(255,255,255,.67)}
.diagnosis-section{padding-top:88px;padding-bottom:88px}.diagnosis-intro{top:100px}.cta-no{margin-bottom:48px;font-size:11px}.diagnosis-intro>p:not(.overline){font-size:15px;line-height:1.8;margin:26px 0}.diagnosis-points{margin:28px 0}.diagnosis-points span{font-size:14px}.diagnosis-points b{font-size:10px}.diagnosis-viewport{height:820px;position:relative}.diagnosis-loading{position:absolute;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#f8fafc;color:#6b7280;font:12px var(--font-geist-mono),monospace;letter-spacing:.08em;transition:opacity .3s,visibility .3s}.diagnosis-loading i{width:28px;height:28px;border:2px solid #dbe2ea;border-top-color:var(--blue);border-radius:50%;animation:diagnosis-spin .8s linear infinite}.diagnosis-viewport.is-loaded .diagnosis-loading{opacity:0;visibility:hidden}.diagnosis-frame{height:1100px}@keyframes diagnosis-spin{to{transform:rotate(360deg)}}
.site-footer p,.site-footer nav{font-size:13px}.site-footer small{font-size:11px}

/* 增长洞察列表：更强的栏目层级、内容密度和内部导航 */
.content-hero{padding:128px 6vw 66px}.content-hero-inner{max-width:1180px}.content-hero .section-label{margin-bottom:34px}.content-hero h1{font-size:clamp(46px,4.2vw,64px);line-height:1.08;max-width:1120px}.content-hero-inner>p:last-child,.content-hero>p,.archive-description{font-size:16px;line-height:1.75;color:rgba(255,255,255,.68);max-width:760px;margin-top:22px}.archive-content{min-height:0;padding-top:68px;padding-bottom:92px}.insight-categories{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:34px;padding-bottom:22px;border-bottom:1px solid var(--line)}.insight-categories a{display:inline-flex;align-items:center;min-height:40px;padding:0 15px;border:1px solid var(--line);background:rgba(255,255,255,.42);font-size:13px;transition:background .2s,color .2s,border-color .2s}.insight-categories a:hover,.insight-categories a.is-current{background:var(--ink);color:white;border-color:var(--ink)}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;border:0}.post-card{border:1px solid var(--line);background:var(--white);transition:transform .28s,box-shadow .28s,border-color .28s}.post-card:hover{transform:translateY(-5px);border-color:rgba(102,124,255,.36);box-shadow:0 20px 44px rgba(9,10,14,.09)}.post-card-media{aspect-ratio:16/9}.post-card-media::after{content:"";position:absolute;inset:0;border:0 solid var(--lime);transition:border-width .25s}.post-card-media{position:relative}.post-card:hover .post-card-media::after{border-width:5px}.post-card-media span{display:flex;flex-direction:column;font-size:24px}.post-card-media span small{font-size:9px;color:white;margin-bottom:16px;letter-spacing:.18em}.post-card-body{padding:26px}.post-meta{gap:10px 16px;font-size:12px}.post-card h2{font-size:25px;line-height:1.35;margin:24px 0 12px}.post-card p{font-size:15px;line-height:1.75;color:#575a61;margin-bottom:26px}.post-card-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:auto;padding-top:18px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.post-read-more{display:inline-flex;align-items:center;gap:20px;border:0;padding:0;min-height:36px;color:var(--ink)}.post-read-more span{transition:transform .22s}.post-card:hover .post-read-more span{transform:translate(3px,-3px)}.post-card.is-featured{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(340px,.82fr);min-height:410px}.post-card.is-featured .post-card-media{aspect-ratio:auto}.post-card.is-featured .post-card-body{padding:42px}.post-card.is-featured h2{font-size:clamp(30px,2.2vw,38px);margin-top:34px}.post-card.is-featured p{font-size:16px}.insights-preview .post-grid{gap:18px}.insights-preview .post-card:only-child{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.18fr)}.insights-preview .post-card:only-child .post-card-media{aspect-ratio:auto}.insights-preview .post-card:only-child .post-card-body{padding:36px}.navigation.pagination{margin-top:42px}

@media(max-width:1000px){.site-header{position:fixed}.hero{height:auto;max-height:none;padding-top:118px}.section{padding-top:76px;padding-bottom:76px}.single-line-title,.principles .single-line-title,.diagnosis-section .single-line-title{font-size:clamp(36px,5vw,48px)!important;white-space:normal}.post-card.is-featured{grid-template-columns:1fr 1fr}.insights-preview .post-card:only-child{grid-template-columns:1fr 1fr}.diagnosis-section{padding-top:76px;padding-bottom:76px}}
@media(max-width:720px){.section{padding-top:58px;padding-bottom:58px}.section-label{margin-bottom:32px}.section-head{margin-bottom:34px}.single-line-title,.principles .single-line-title,.diagnosis-section .single-line-title{font-size:34px!important}.challenge-grid{margin-top:34px}.model-card{min-height:440px}.five-a-block{margin-top:56px}.content-hero{padding:112px 22px 54px}.content-hero h1{font-size:42px}.content-hero-inner>p:last-child,.content-hero>p,.archive-description{font-size:15px}.archive-content{padding-top:48px;padding-bottom:68px}.insight-categories{gap:8px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:16px}.insight-categories a{white-space:nowrap}.post-card.is-featured,.insights-preview .post-card:only-child{display:flex;flex-direction:column;min-height:0}.post-card.is-featured .post-card-media,.insights-preview .post-card:only-child .post-card-media{aspect-ratio:16/9}.post-card.is-featured .post-card-body,.insights-preview .post-card:only-child .post-card-body{padding:24px}.post-card.is-featured h2{font-size:27px;margin-top:24px}.post-card-footer{align-items:flex-start}.site-footer p,.site-footer nav{font-size:13px}}
@media(prefers-reduced-motion:reduce){.diagnosis-loading i{animation:none}.post-card,.post-card-media img,.site-header{transition:none}}
.post-card-media::after{pointer-events:none}

/* 1.1.1 首个内容屏密度修正：避免宽屏 6vw 同时成为过大行间距。 */
.shift{column-gap:6vw;row-gap:0;padding-top:76px;padding-bottom:68px}
.shift .challenge-grid{margin-top:32px}
@media(max-width:1000px){.shift{row-gap:0;padding-top:68px;padding-bottom:64px}.shift .section-label{margin:0 0 28px}.shift .challenge-grid{margin-top:30px}}
@media(max-width:720px){.shift{padding-top:54px;padding-bottom:54px}.shift .section-label{margin-bottom:24px}.shift .challenge-grid{margin-top:26px}}

/* 1.2.0 资讯列表可选版式 */
.post-grid--grid .post-card{min-height:100%}
.post-grid--list{grid-template-columns:1fr;gap:18px}
.post-grid--list .post-card{display:grid;grid-template-columns:minmax(300px,38%) minmax(0,1fr);min-height:310px}
.post-grid--list .post-card-media{aspect-ratio:auto;min-height:310px}
.post-grid--list .post-card-body{padding:34px 38px}
.post-grid--list .post-card h2{font-size:clamp(25px,2vw,34px);margin-top:26px}
.post-grid--list .post-card p{margin-bottom:20px}
@media(max-width:720px){.post-grid--list .post-card{display:flex;min-height:0}.post-grid--list .post-card-media{aspect-ratio:16/9;min-height:0}.post-grid--list .post-card-body{padding:24px}.post-grid--list .post-card h2{font-size:25px}}

/* 1.3.0 关于我们独立页面 */
.about-main{background:var(--paper);overflow:hidden}.about-main h2{letter-spacing:-.055em}.about-main h2 em,.about-hero h1 em{color:var(--lime);font-style:normal}.about-section{padding:88px 6vw}.about-section-index{font:10px var(--font-geist-mono),monospace;letter-spacing:.16em;color:var(--muted);display:flex;gap:13px}.about-section-index span{color:var(--ink);font-weight:800}.about-section-index.light{color:rgba(255,255,255,.42)}.about-section-index.light span{color:var(--lime)}
.about-hero{min-height:820px;padding:140px 6vw 76px;background:var(--ink);color:white;display:grid;grid-template-columns:minmax(0,1fr) minmax(430px,.82fr);gap:7vw;align-items:center;position:relative}.about-hero-grid{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:72px 72px;mask-image:linear-gradient(to right,black,transparent 84%)}.about-hero-copy,.about-hero-system{position:relative;z-index:1}.about-kicker{font:10px var(--font-geist-mono),monospace;letter-spacing:.16em;color:rgba(255,255,255,.48);display:flex;gap:14px;margin-bottom:68px}.about-kicker span{color:var(--lime)}.about-hero-copy h1{font-size:clamp(68px,7.5vw,118px);line-height:.88;letter-spacing:-.08em;margin:22px 0 34px}.about-hero-copy>p:not(.overline){max-width:650px;color:rgba(255,255,255,.68);font-size:17px;line-height:1.8;margin-bottom:38px}.about-hero-system{border:1px solid rgba(255,255,255,.17);background:rgba(255,255,255,.025);min-height:560px;display:flex;flex-direction:column}.about-system-head,.about-system-foot{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;font:9px var(--font-geist-mono),monospace;letter-spacing:.12em;color:rgba(255,255,255,.46)}.about-system-head{border-bottom:1px solid rgba(255,255,255,.14)}.about-system-head i{font-style:normal;color:var(--lime)}.about-system-foot{border-top:1px solid rgba(255,255,255,.14)}.about-logo-stage{flex:1;position:relative;display:grid;place-items:center;min-height:450px}.about-logo-stage img{width:min(52%,280px);height:auto;position:relative;z-index:3;filter:drop-shadow(0 18px 42px rgba(102,124,255,.18))}.about-ring{position:absolute;left:50%;top:50%;border:1px solid rgba(185,243,75,.16);border-radius:50%;transform:translate(-50%,-50%)}.about-ring.ring-one{width:310px;height:310px}.about-ring.ring-two{width:430px;height:430px;border-color:rgba(102,124,255,.16)}.about-node{position:absolute;z-index:4;padding:8px 10px;border:1px solid rgba(255,255,255,.18);background:var(--ink);font:9px var(--font-geist-mono),monospace;color:rgba(255,255,255,.72)}.about-node::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--lime);margin-right:7px}.node-ai{left:8%;top:26%}.node-brand{right:6%;top:46%}.node-user{left:15%;bottom:18%}
.about-intro{display:grid;grid-template-columns:.28fr 1fr;gap:6vw}.about-intro-copy h2{font-size:clamp(44px,5.1vw,76px);line-height:1.05;margin:18px 0 54px}.about-lead{display:grid;grid-template-columns:.7fr 1fr;gap:6vw;border-top:1px solid var(--line);padding-top:30px}.about-lead p{font-size:15px;line-height:1.85;margin:0}.about-lead p:first-child{font-size:20px;line-height:1.6;font-weight:700}
.about-transition{padding-top:60px}.about-transition-head{margin-left:calc(28% + 6vw)}.about-transition-head h2{font-size:clamp(38px,4.2vw,64px);line-height:1.08;margin:18px 0 52px;white-space:nowrap}.about-transition-head h2 em{color:var(--blue)}.about-risk-grid{margin-left:calc(28% + 6vw);display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.about-risk-grid article{min-height:260px;padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .25s,border-color .25s}.about-risk-grid article:hover{background:rgba(102,124,255,.06);border-bottom-color:var(--blue)}.about-risk-grid span{font:10px var(--font-geist-mono),monospace;color:var(--blue)}.about-risk-grid h3{font-size:21px;margin:54px 0 15px}.about-risk-grid p{font-size:14px;line-height:1.75;color:#575a61;margin:0}
.about-method{background:var(--ink);color:white}.about-method-head,.about-delivery-head{display:grid;grid-template-columns:1fr 420px;gap:7vw;align-items:end;margin:40px 0 58px}.about-method-head h2,.about-delivery-head h2{font-size:clamp(44px,4.5vw,68px);line-height:1.03;margin:18px 0 0}.about-method-head>p,.about-delivery-head>p{font-size:15px;line-height:1.8;color:rgba(255,255,255,.66);margin:0}.about-model-grid{border-top:1px solid rgba(255,255,255,.16)}.about-model-grid article{display:grid;grid-template-columns:230px 1fr;gap:6vw;align-items:center;min-height:230px;padding:28px;border-bottom:1px solid rgba(255,255,255,.16);transition:background .24s}.about-model-grid article:hover{background:rgba(255,255,255,.035)}.about-model-grid strong{font-size:96px;line-height:1;color:transparent;-webkit-text-stroke:1px rgba(255,255,255,.42)}.about-model-grid article>div{display:grid;grid-template-columns:180px 250px 1fr;gap:30px;align-items:start}.about-model-grid span{font:10px var(--font-geist-mono),monospace;color:var(--lime)}.about-model-grid h3{font-size:23px;margin:0}.about-model-grid p{font-size:14px;line-height:1.75;color:rgba(255,255,255,.66);margin:0}
.about-delivery-head>p{color:#575a61}.about-step-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.about-step-grid article{min-height:210px;padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;transition:background .22s}.about-step-grid article:hover{background:#efffd1}.about-step-grid span{font:10px var(--font-geist-mono),monospace;color:var(--blue)}.about-step-grid h3{font-size:22px;margin:45px 0 12px}.about-step-grid p{font-size:14px;line-height:1.7;color:#575a61;margin:0}
.about-foundation{background:var(--blue);color:white;display:grid;grid-template-columns:.26fr .8fr 1fr;gap:6vw}.about-foundation .about-section-index{color:rgba(255,255,255,.64)}.about-foundation .about-section-index span{color:var(--lime)}.about-foundation-copy h2{font-size:clamp(38px,3.4vw,54px);line-height:1.08;margin:18px 0 30px}.about-foundation-copy>p:last-child{font-size:15px;line-height:1.8;color:rgba(255,255,255,.76)}.about-metrics{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid rgba(255,255,255,.24);border-left:1px solid rgba(255,255,255,.24)}.about-metrics>div{min-height:190px;padding:24px;border-right:1px solid rgba(255,255,255,.24);border-bottom:1px solid rgba(255,255,255,.24);display:flex;flex-direction:column;justify-content:space-between}.about-metrics strong{font:700 clamp(38px,4vw,62px)/1 var(--font-geist-mono),monospace;letter-spacing:-.08em}.about-metrics sup{font-size:.42em;color:var(--lime)}.about-metrics span{font-size:12px;line-height:1.6;color:rgba(255,255,255,.72)}
.about-values{background:var(--ink);color:white;display:grid;grid-template-columns:.26fr .85fr 1fr;gap:6vw}.about-values-copy h2{font-size:clamp(38px,3.3vw,52px);line-height:1.08;margin:18px 0 28px}.about-values-copy>p:last-child{font-size:15px;line-height:1.8;color:rgba(255,255,255,.66)}.about-values-list{border-top:1px solid rgba(255,255,255,.16)}.about-values-list article{display:grid;grid-template-columns:44px 150px 1fr;gap:20px;padding:21px 0;border-bottom:1px solid rgba(255,255,255,.16);align-items:start;transition:padding .22s,background .22s}.about-values-list article:hover{padding-left:10px;background:rgba(255,255,255,.025)}.about-values-list span{font:9px var(--font-geist-mono),monospace;color:var(--lime)}.about-values-list h3{font-size:18px;margin:0}.about-values-list p{font-size:13px;line-height:1.7;color:rgba(255,255,255,.62);margin:0}
.about-editor-content{display:grid;grid-template-columns:.26fr 1fr;gap:6vw}.about-editor-content .article-content{max-width:820px}.about-cta{padding:88px 6vw;background:var(--lime);display:grid;grid-template-columns:1.15fr .85fr;gap:8vw;align-items:end}.about-cta h2{font-size:clamp(46px,5vw,76px);line-height:1.02;letter-spacing:-.06em;margin:18px 0 0}.about-cta>div:last-child p{font-size:16px;line-height:1.75;max-width:560px;margin:0 0 32px}.about-cta .button-primary{background:var(--ink);color:white}
@media(max-width:1100px){.about-hero{grid-template-columns:1fr 420px;gap:4vw}.about-transition-head,.about-risk-grid{margin-left:0}.about-transition .about-section-index{margin-bottom:36px}.about-method-head,.about-delivery-head{grid-template-columns:1fr 360px}.about-model-grid article>div{grid-template-columns:140px 200px 1fr}.about-foundation,.about-values{grid-template-columns:1fr 1fr}.about-foundation .about-section-index,.about-values .about-section-index{grid-column:1/-1}.about-metrics{align-self:start}}
@media(max-width:820px){.about-hero{min-height:0;grid-template-columns:1fr;padding-top:125px}.about-hero-system{min-height:500px}.about-intro{grid-template-columns:1fr}.about-intro .about-section-index{margin-bottom:12px}.about-lead{grid-template-columns:1fr;gap:24px}.about-transition-head h2{white-space:normal}.about-risk-grid{grid-template-columns:1fr}.about-risk-grid article{min-height:0}.about-method-head,.about-delivery-head{grid-template-columns:1fr;gap:28px}.about-model-grid article{grid-template-columns:120px 1fr}.about-model-grid strong{font-size:68px}.about-model-grid article>div{grid-template-columns:1fr}.about-step-grid{grid-template-columns:repeat(2,1fr)}.about-foundation,.about-values{grid-template-columns:1fr}.about-metrics{grid-template-columns:1fr 1fr}.about-values-list article{grid-template-columns:38px 140px 1fr}.about-editor-content,.about-cta{grid-template-columns:1fr}.about-cta{gap:40px}}
@media(max-width:520px){.about-section{padding:58px 20px}.about-hero{padding:112px 20px 58px}.about-kicker{margin-bottom:48px}.about-hero-copy h1{font-size:62px}.about-hero-copy>p:not(.overline){font-size:16px}.about-hero-system{min-height:410px}.about-logo-stage{min-height:330px}.about-logo-stage img{width:48%}.about-ring.ring-one{width:230px;height:230px}.about-ring.ring-two{width:310px;height:310px}.about-node{font-size:8px}.node-ai{left:3%}.node-brand{right:2%}.node-user{left:7%}.about-intro-copy h2,.about-transition-head h2,.about-method-head h2,.about-delivery-head h2,.about-foundation-copy h2,.about-values-copy h2{font-size:36px}.about-risk-grid h3{margin-top:34px}.about-model-grid article{display:block;padding:24px}.about-model-grid strong{display:block;margin-bottom:26px}.about-step-grid{grid-template-columns:1fr}.about-step-grid article{min-height:180px}.about-metrics{grid-template-columns:1fr}.about-metrics>div{min-height:150px}.about-values-list article{grid-template-columns:34px 1fr}.about-values-list p{grid-column:2}.about-cta{padding:58px 20px}.about-cta h2{font-size:42px}}

/* 1.3.1 关于页面关键标题：宽屏完整单行，小屏自然换行。 */
@media(min-width:1101px){
  .about-one-line{white-space:nowrap}
  .about-hero-copy h1.about-one-line{font-size:clamp(48px,4.4vw,76px);line-height:1;letter-spacing:-.07em}
  .about-intro-copy h2.about-one-line{font-size:clamp(32px,2.6vw,44px)}
  .about-delivery-head h2.about-one-line{font-size:clamp(34px,3.1vw,46px)}
  .about-foundation{grid-template-columns:.26fr 1fr;row-gap:48px}
  .about-foundation .about-section-index{grid-column:1;grid-row:1}
  .about-foundation-copy{grid-column:2;grid-row:1}
  .about-foundation-copy h2.about-one-line{font-size:clamp(32px,2.6vw,44px)}
  .about-metrics{grid-column:2;grid-row:2;grid-template-columns:repeat(4,1fr)}
}

/* 1.3.3 笔记本桌面端：缩短左侧编号轨道，避免右侧标题被裁切。 */
@media(min-width:1101px) and (max-width:1560px){
  .about-section{padding:74px 5vw}
  .about-hero{min-height:760px;padding:126px 5vw 68px;grid-template-columns:minmax(0,1.12fr) minmax(390px,.82fr);gap:4.5vw}
  .about-kicker{margin-bottom:54px}
  .about-hero-copy h1.about-one-line{font-size:clamp(48px,4.1vw,62px)}
  .about-hero-system{min-height:520px}
  .about-logo-stage{min-height:410px}

  .about-intro{grid-template-columns:168px minmax(0,1fr);gap:40px}
  .about-intro-copy h2.about-one-line{font-size:clamp(32px,2.55vw,40px)}
  .about-lead{gap:4vw}

  .about-transition{display:grid;grid-template-columns:168px minmax(0,1fr);column-gap:40px;padding-top:56px}
  .about-transition>.about-section-index{grid-column:1;grid-row:1/3}
  .about-transition-head{grid-column:2;grid-row:1;margin-left:0;min-width:0}
  .about-transition-head h2{font-size:clamp(42px,3.65vw,56px);margin-top:14px;white-space:normal}
  .about-risk-grid{grid-column:2;grid-row:2;margin-left:0;min-width:0}
  .about-risk-grid article{padding:24px}
  .about-risk-grid h3{margin-top:42px}

  .about-method-head,.about-delivery-head{grid-template-columns:minmax(0,1fr) 340px;gap:4vw}
  .about-delivery-head h2.about-one-line{font-size:clamp(34px,2.85vw,42px)}
  .about-model-grid article{grid-template-columns:190px minmax(0,1fr);gap:4vw}
  .about-model-grid article>div{grid-template-columns:150px 220px minmax(0,1fr);gap:24px}

  .about-foundation{grid-template-columns:168px minmax(0,1fr);column-gap:40px}
  .about-foundation-copy h2.about-one-line{font-size:clamp(32px,2.55vw,40px)}
  .about-values{grid-template-columns:168px minmax(300px,.78fr) minmax(0,1fr);gap:40px}
  .about-values-list article{grid-template-columns:38px 132px minmax(0,1fr);gap:16px}
}

/* 1.3.4 WHY NOW 信息合并，标题与正文采用统一左对齐。 */
.about-transition{display:block}
.about-transition-head,.about-risk-grid{margin-left:0}
.about-section-meta{display:flex;align-items:center;gap:22px;margin-bottom:18px}
.about-section-meta .about-section-index{flex:0 0 auto}
.about-section-meta .overline{margin:0;padding-left:22px;border-left:1px solid var(--line)}
.about-transition-head h2{margin-top:0;white-space:normal}
@media(max-width:620px){
  .about-section-meta{align-items:flex-start;flex-direction:column;gap:10px}
  .about-section-meta .overline{padding-left:0;border-left:0}
}

/* 1.3.5 关于页面 01—05 栏目标识统一为横向信息条。 */
.about-intro{display:block}
.about-intro-copy h2{margin-top:0}
.about-method-head,.about-delivery-head{margin-top:0}
.about-method .about-section-meta .overline,.about-foundation .about-section-meta .overline{border-left-color:rgba(255,255,255,.24)}
.about-foundation{display:block}
.about-foundation-copy{max-width:1120px}
.about-foundation-copy h2{margin-top:0}
.about-foundation-copy>p:last-child{max-width:980px}
.about-foundation .about-metrics{margin-top:46px}

/* 1.3.6 关于页面视觉节奏与信息层级优化。 */
.about-section-meta{margin-bottom:22px}
.about-intro-copy>h2{text-align:center;margin-bottom:48px}
.about-method-head h2.about-one-line{white-space:nowrap;font-size:clamp(42px,3.8vw,60px)}
.about-risk-grid,.about-step-grid{box-shadow:0 18px 52px rgba(20,22,28,.045)}
.about-risk-grid article,.about-step-grid article{display:flex;flex-direction:column}
.about-risk-grid article{min-height:240px}
.about-risk-grid h3,.about-step-grid h3{letter-spacing:-.025em}
.about-risk-grid p,.about-step-grid p{max-width:34em}
.about-risk-grid article,.about-step-grid article,.about-model-grid article{transition:background .25s,border-color .25s,transform .25s}
.about-risk-grid article:hover,.about-step-grid article:hover{transform:translateY(-3px)}
.about-model-grid article:hover{transform:translateX(4px)}
@media(max-width:1100px){
  .about-method-head h2.about-one-line{white-space:normal}
}
@media(max-width:620px){
  .about-intro-copy>h2{margin-bottom:36px}
  .about-method-head h2.about-one-line{font-size:36px}
  .about-risk-grid article,.about-step-grid article{transform:none!important}
}

/* 1.3.7 第一内容区：聚合标题与品牌介绍，改善超宽屏阅读体验。 */
.about-intro{position:relative;overflow:hidden;padding-top:76px;padding-bottom:92px;background:radial-gradient(circle at 82% 12%,rgba(102,124,255,.09),transparent 28%),var(--paper)}
.about-intro::before{content:"";position:absolute;width:360px;height:360px;left:-210px;bottom:-240px;border:1px solid rgba(102,124,255,.13);border-radius:50%;box-shadow:0 0 0 70px rgba(102,124,255,.025)}
.about-intro-copy{position:relative;z-index:1;max-width:1480px;margin:0 auto}
.about-intro-copy>h2.about-one-line{max-width:1180px;margin:0 auto 52px;font-size:clamp(40px,3.55vw,58px);line-height:1.12}
.about-intro-copy>h2::after{content:"";display:block;width:72px;height:3px;margin:25px auto 0;background:linear-gradient(90deg,var(--blue),var(--lime))}
.about-intro .about-section-meta{max-width:1280px;margin-left:auto;margin-right:auto}
.about-intro .about-lead{max-width:1280px;margin:0 auto;padding-top:0;grid-template-columns:.82fr 1.18fr;gap:0;border:1px solid var(--line);background:rgba(255,255,255,.62);box-shadow:0 22px 60px rgba(20,22,28,.055)}
.about-intro .about-lead p{padding:34px 38px}
.about-intro .about-lead p:first-child{position:relative;border-top:3px solid var(--blue);font-size:20px}
.about-intro .about-lead p:last-child{border-left:1px solid var(--line)}
@media(max-width:820px){
  .about-intro{padding-top:64px;padding-bottom:72px}
  .about-intro-copy>h2.about-one-line{white-space:normal;font-size:clamp(38px,7vw,52px)}
  .about-intro .about-lead{grid-template-columns:1fr}
  .about-intro .about-lead p{padding:28px}
  .about-intro .about-lead p:last-child{border-left:0;border-top:1px solid var(--line)}
}
@media(max-width:520px){
  .about-intro{padding:58px 20px 64px}
  .about-intro-copy>h2.about-one-line{font-size:36px;line-height:1.16}
  .about-intro .about-lead p{padding:24px 22px}
}

/* 1.3.8 首页第一内容区：消除左侧空栏，形成聚合式内容面板。 */
.shift{display:block;position:relative;overflow:hidden;background:radial-gradient(circle at 82% 10%,rgba(102,124,255,.08),transparent 28%),var(--paper)}
.shift::before{content:"";position:absolute;width:340px;height:340px;left:-220px;bottom:-230px;border:1px solid rgba(102,124,255,.12);border-radius:50%;box-shadow:0 0 0 68px rgba(102,124,255,.022)}
.shift-main,.shift .challenge-grid{position:relative;z-index:1;max-width:1320px;margin-left:auto;margin-right:auto}
.shift-meta{display:flex;align-items:center;gap:22px;margin-bottom:24px}
.shift-meta .section-label{flex:0 0 auto;margin:0}
.shift-meta .overline{margin:0;padding-left:22px;border-left:1px solid var(--line)}
.shift-main h2.single-line-title{max-width:1120px;margin:0 auto;text-align:center}
.shift-main h2::after{content:"";display:block;width:72px;height:3px;margin:25px auto 0;background:linear-gradient(90deg,var(--blue),var(--lime))}
.shift .challenge-grid{grid-column:auto;margin-top:48px;background:rgba(255,255,255,.58);box-shadow:0 22px 60px rgba(20,22,28,.05)}
.shift .challenge-grid article{min-height:220px}
@media(max-width:1000px){
  .shift-main h2.single-line-title{max-width:820px}
}
@media(max-width:720px){
  .shift-meta{align-items:flex-start;flex-direction:column;gap:10px}
  .shift-meta .overline{padding-left:0;border-left:0}
  .shift-main h2.single-line-title{text-align:left}
  .shift-main h2::after{margin-left:0}
  .shift .challenge-grid{margin-top:34px}
}

/* 1.3.9 关于页面 WHY NOW 主标题居中。 */
.about-transition-head h2{max-width:1180px;margin-left:auto;margin-right:auto;text-align:center;text-wrap:balance}

/* 1.3.11 方法论与六步闭环说明改为标题下方的完整信息行。 */
.about-method-head,.about-delivery-head{grid-template-columns:minmax(0,1fr);gap:22px;align-items:start}
.about-method-head .about-head-note,.about-delivery-head .about-head-note{display:block;width:100%;max-width:none;margin:0;padding:18px 22px;border-left:3px solid var(--blue);font-size:16px;line-height:1.85;text-wrap:pretty}
.about-method-head .about-head-note{border-left-color:var(--lime);background:rgba(255,255,255,.045);color:rgba(255,255,255,.72)}
.about-delivery-head .about-head-note{background:rgba(255,255,255,.58);color:#575a61}
.about-head-note strong{font-weight:750;color:inherit}
.about-method-head .about-head-note strong{color:#fff}
.about-delivery-head .about-head-note strong{color:var(--ink)}
.about-head-note span{margin-left:.35em}
@media(max-width:620px){
  .about-method-head .about-head-note,.about-delivery-head .about-head-note{padding:16px 17px;font-size:15px;line-height:1.8}
  .about-head-note strong,.about-head-note span{display:block}
  .about-head-note span{margin:6px 0 0}
}

/* 1.3.12 首页方法论、5S 与六步闭环采用标题下方说明行。 */
.section-head-stacked{display:block}
.section-head-stacked>p.section-head-note{width:100%;max-width:1180px;margin:22px 0 0;padding:17px 21px;border-left:3px solid var(--blue);background:rgba(255,255,255,.62);font-size:16px;line-height:1.8;color:#575a61;text-wrap:pretty}
.section-head-stacked.light-head>p.section-head-note{border-left-color:var(--lime);background:rgba(255,255,255,.045);color:rgba(255,255,255,.72)}
.section-head-note strong{font-weight:750;color:var(--ink)}
.section-head-stacked.light-head .section-head-note strong{color:#fff}
@media(max-width:720px){
  .section-head-stacked>p.section-head-note{width:auto;margin-top:18px;padding:15px 17px;font-size:15px;line-height:1.75}
}

/* 1.3.14 5A 宣言区：锁定桌面三行并强化视觉层级。 */
.five-a-block{grid-template-columns:minmax(570px,.68fr) minmax(0,1fr);gap:5vw;align-items:start}
.five-a-intro{position:relative;min-width:0;padding:30px 32px 34px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-left:3px solid var(--lime);background:linear-gradient(135deg,rgba(185,243,75,.065),rgba(255,255,255,.018));box-shadow:0 22px 60px rgba(0,0,0,.14)}
.five-a-intro::after{content:"5A";position:absolute;right:-12px;bottom:-30px;font:700 120px/1 var(--font-geist-mono),monospace;letter-spacing:-.1em;color:rgba(255,255,255,.035);pointer-events:none}
.five-a-intro>span,.five-a-intro h3{position:relative;z-index:1}
.five-a-intro h3{font-size:clamp(27px,2vw,32px);line-height:1.34;margin:22px 0 0}
.five-a-intro h3 span{display:block;white-space:nowrap}
@media(max-width:1300px){
  .five-a-block{grid-template-columns:1fr;gap:38px}
  .five-a-intro{max-width:760px}
}
@media(max-width:720px){
  .five-a-intro{padding:25px 22px 28px}
  .five-a-intro h3{font-size:clamp(25px,7vw,30px)}
  .five-a-intro h3 span{white-space:normal}
}

/* 保证旧版移动端页脚规则不会覆盖 1.3.16 的紧凑边距。 */
@media(max-width:720px){.site-footer{padding:0 22px}}
@media(max-width:420px){.site-footer{padding:0 18px}}

/* 1.3.17 修复旧版 .site-footer>div 规则把三行页脚拉成横向布局。 */
.site-footer>.site-footer-inner{display:block;gap:0;font-size:inherit;color:inherit}

/* 1.3.18 页脚中部增加低对比度 9A / 5A / 5S 方法论条带。 */
.site-footer .footer-middle{display:grid;grid-template-columns:minmax(210px,.72fr) minmax(300px,1.35fr) minmax(225px,.78fr);align-items:center;gap:clamp(20px,3vw,42px);min-height:132px;padding:20px 0}.site-footer .footer-model-strip{display:grid;grid-template-columns:repeat(3,1fr);min-height:82px;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.site-footer .footer-model-strip a{display:flex;align-items:center;justify-content:center;color:transparent;border-left:1px solid rgba(255,255,255,.18);font-size:clamp(38px,4vw,58px);font-weight:700;letter-spacing:-.06em;-webkit-text-stroke:1px rgba(255,255,255,.45);transition:color .2s,background .2s,-webkit-text-stroke-color .2s}.site-footer .footer-model-strip a:last-child{border-right:1px solid rgba(255,255,255,.18)}.site-footer .footer-model-strip a:hover{color:var(--lime);background:rgba(255,255,255,.025);-webkit-text-stroke-color:var(--lime)}.site-footer .footer-qr-image{width:76px;height:76px}
@media(max-width:920px){.site-footer .footer-middle{grid-template-columns:1fr 1fr}.site-footer .footer-model-strip{grid-column:1/-1;grid-row:2}}
@media(max-width:720px){.site-footer .footer-middle{display:grid;grid-template-columns:1fr;gap:22px}.site-footer .footer-model-strip{grid-column:1;grid-row:auto;width:100%}.site-footer .footer-model-strip a{font-size:clamp(40px,13vw,56px)}}

/* 1.3.19 三模型改为无边框文字组合，使用低对比度乘号分隔。 */
.site-footer .footer-model-strip{display:flex;align-items:center;justify-content:space-around;gap:clamp(12px,2vw,28px);min-height:72px;border:0}.site-footer .footer-model-strip a,.site-footer .footer-model-strip a:last-child{flex:0 1 110px;border:0}.site-footer .footer-model-strip i{color:rgba(255,255,255,.22);font:400 18px/1 var(--font-geist-mono),monospace;font-style:normal}
@media(max-width:720px){.site-footer .footer-model-strip{justify-content:center;gap:clamp(14px,6vw,30px);min-height:64px}.site-footer .footer-model-strip a{flex:0 1 92px}}

/* 1.3.20 收紧模型字母与乘号间距，取消横向多余占位。 */
.site-footer .footer-model-strip{justify-content:center;gap:clamp(9px,1vw,14px)}.site-footer .footer-model-strip a,.site-footer .footer-model-strip a:last-child{flex:0 0 auto}.site-footer .footer-model-strip i{font-size:13px;margin:0 1px}
@media(max-width:720px){.site-footer .footer-model-strip{gap:9px}.site-footer .footer-model-strip a{flex:0 0 auto}.site-footer .footer-model-strip i{font-size:12px;margin:0}}

/* 1.3.21 在紧凑版基础上将 9A / 5A / 5S 间距增加约 10%。 */
.site-footer .footer-model-strip{gap:clamp(10px,1.1vw,15.5px)}
@media(max-width:720px){.site-footer .footer-model-strip{gap:10px}}

/* 1.3.22 在 1.3.21 基础上将 9A / 5A / 5S 间距增加约 20%。 */
.site-footer .footer-model-strip{gap:clamp(12px,1.32vw,18.6px)}
@media(max-width:720px){.site-footer .footer-model-strip{gap:12px}}

/* 1.3.23 PC / 平板 / 手机兼容性修复。 */
.hero-grid{-webkit-mask-image:linear-gradient(to right,#000,transparent 76%)}
.about-hero-grid{-webkit-mask-image:linear-gradient(to right,#000,transparent 84%)}
.site-footer .footer-bottom{color:rgba(255,255,255,.58)}

@media(max-width:1000px){
  .site-header .primary-navigation{position:absolute;inset:100% 0 auto;width:100%;height:calc(100vh - 72px);height:calc(100dvh - 72px);max-height:none;padding:24px;overflow:auto;overscroll-behavior:contain;z-index:101}
  .site-header .primary-navigation .menu-list{height:auto}
  .site-header .primary-navigation a{min-height:58px;padding:0 4px}
  .admin-bar .site-header .primary-navigation{height:calc(100vh - 104px);height:calc(100dvh - 104px)}
  .principles{grid-template-columns:minmax(0,1fr)}
  .principles>*{min-width:0}
  .post-meta a{display:inline-flex;align-items:center;min-height:44px}
  .site-footer .footer-consult-copy a{display:inline-flex;align-items:center;min-height:44px}
  .site-footer .footer-bottom a{display:inline-flex;align-items:center;min-height:44px;vertical-align:middle}
}

@media(max-width:782px){
  .admin-bar .site-header .primary-navigation{height:calc(100vh - 116px);height:calc(100dvh - 116px)}
}

@media(max-width:720px){
  .site-header{height:70px}
  .site-header .primary-navigation{height:calc(100vh - 70px);height:calc(100dvh - 70px);padding:20px 22px calc(20px + env(safe-area-inset-bottom))}
  .post-card h2 a{overflow-wrap:anywhere;word-break:break-word}
  .post-card-footer{flex-wrap:wrap}
}

@media(max-width:520px){
  .advantage-list article{grid-template-columns:32px minmax(0,1fr);gap:12px}
  .advantage-list p{grid-column:2}
}

@media(max-width:420px){
  .post-card-footer{align-items:stretch;flex-direction:column;gap:10px}
  .post-read-more{width:100%;min-height:44px}
}

@supports not (overflow:clip){
  @media(max-width:720px){body{overflow-x:hidden}}
}

/* 1.3.24 首页 06 / 07 移动端布局修复：确保本组规则晚于桌面端基础网格生效。 */
@media(max-width:1000px){
  .principles{grid-template-columns:minmax(0,1fr);row-gap:32px}
  .principles .section-label{margin:0}
  .post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .insights-preview .post-card:only-child{grid-column:1/-1}
}

@media(max-width:720px){
  .principles{row-gap:28px}
  .post-grid{grid-template-columns:minmax(0,1fr)}
  .post-card{width:100%;min-width:0}
  .insights-preview .section-head .diagnosis-link{margin-top:18px}
}

/* 1.3.25 资讯流：缩略图、关键词与详情信息层级 */
.post-topic-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0 0 22px;padding:0}.post-topic-list li{margin:0}.post-topic-list a{display:inline-flex;align-items:center;min-height:27px;padding:4px 9px;border:1px solid rgba(102,124,255,.24);border-radius:999px;background:rgba(102,124,255,.07);color:#4559c9;font-size:11px;line-height:1.1;transition:background .2s,border-color .2s,color .2s}.post-topic-list a:hover{background:var(--blue);border-color:var(--blue);color:white}.post-card-body{display:flex;flex-direction:column}.post-card-body>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.post-card-footer{margin-top:auto}.post-grid--list{gap:0;border-top:1px solid var(--line)}.post-grid--list .post-card{grid-template-columns:minmax(270px,33%) minmax(0,1fr);min-height:278px;border:0;border-bottom:1px solid var(--line);box-shadow:none}.post-grid--list .post-card:hover{transform:none;background:#fff;border-color:var(--line);box-shadow:none}.post-grid--list .post-card-media{min-height:278px;overflow:hidden}.post-grid--list .post-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.post-grid--list .post-card:hover .post-card-media img{transform:scale(1.045)}.post-grid--list .post-card:hover .post-card-media::after{border-width:0 0 0 4px}.post-grid--list .post-card-body{padding:29px 36px}.post-grid--list .post-card h2{font-size:clamp(24px,2vw,32px);line-height:1.28;margin:16px 0 10px;letter-spacing:-.035em}.post-grid--list .post-card p{font-size:14px;line-height:1.7;margin-bottom:18px}.post-grid--list .post-topic-list{margin-bottom:18px}.post-grid--list .post-card-footer{padding-top:13px}.article-header{position:relative;overflow:hidden}.article-header::after{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(185,243,75,.16);border-radius:50%;right:-230px;top:-260px;pointer-events:none}.article-context{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;max-width:1080px;position:relative;z-index:1}.article-context .post-topic-list{margin:0}.post-topic-list--light a{border-color:rgba(185,243,75,.36);background:rgba(185,243,75,.08);color:var(--lime)}.post-topic-list--light a:hover{background:var(--lime);border-color:var(--lime);color:var(--ink)}.article-meta{justify-content:flex-end;color:rgba(255,255,255,.56)!important}.article-header h1,.article-deck{position:relative;z-index:1}.article-header h1{margin-top:34px}.article-deck{border-left:2px solid var(--lime);padding-left:20px}.article-cover{box-shadow:0 24px 60px rgba(9,10,14,.18)}.article-aside{border-top-color:rgba(102,124,255,.44)}.article-footer p a{color:var(--blue)}
@media(max-width:720px){.post-grid--list .post-card{display:flex;min-height:0}.post-grid--list .post-card-media{aspect-ratio:16/9;min-height:0}.post-grid--list .post-card-body{padding:23px 0 28px}.post-grid--list .post-card h2{font-size:25px;margin-top:15px}.post-grid--list .post-card-footer{padding-top:14px}.article-context{display:block}.article-context .post-topic-list{margin-bottom:20px}.article-meta{justify-content:flex-start}.article-header h1{margin-top:28px}.article-deck{padding-left:16px}.article-cover{margin-top:-20px}}

/* 1.3.26 详情页内容中心与紧凑资讯流 */
.post-grid--list{gap:20px;border:0}.post-grid--list .post-card{grid-template-columns:232px minmax(0,1fr);min-height:202px;border:1px solid var(--line);background:var(--white)}.post-grid--list .post-card-media{min-height:200px;aspect-ratio:4/3}.post-grid--list .post-card-body{padding:20px 26px}.post-grid--list .post-card h2{font-size:clamp(21px,1.7vw,27px);margin:10px 0 8px}.post-grid--list .post-card p{font-size:13px;line-height:1.65;margin-bottom:12px}.post-grid--list .post-topic-list{gap:6px;margin-bottom:12px}.post-grid--list .post-topic-list a{min-height:24px;font-size:10px}.post-grid--list .post-card-footer{padding-top:10px}.article-cover{max-width:1180px}.article-cover img{max-height:520px;aspect-ratio:2/1;object-fit:cover}.article-layout{max-width:1180px;grid-template-columns:minmax(0,760px) minmax(260px,310px);gap:72px}.article-sidebar{top:100px;border-top:2px solid var(--ink);padding-top:15px}.article-sidebar-intro>span{font:10px var(--font-geist-mono),monospace;letter-spacing:.14em;color:var(--blue)}.article-sidebar-intro>p{margin:9px 0 18px;font-size:12px;line-height:1.7}.sidebar-post-list{border-top:1px solid var(--line)}.sidebar-post{display:grid;grid-template-columns:78px minmax(0,1fr);gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.sidebar-post-image{display:block;aspect-ratio:1/1;overflow:hidden;background:#1b1d24}.sidebar-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.sidebar-post-image:hover img{transform:scale(1.06)}.sidebar-post-image span,.related-post-image span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:var(--lime);font:8px/1.35 var(--font-geist-mono),monospace;text-align:center}.sidebar-post time,.related-post time{font:10px var(--font-geist-mono),monospace;color:var(--muted)}.sidebar-post h2{font-size:13px;line-height:1.45;letter-spacing:-.02em;margin:5px 0 0}.sidebar-post h2 a:hover,.related-post h3 a:hover{color:var(--blue)}.sidebar-more{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:12px 0;border-bottom:1px solid var(--ink);font-size:12px;font-weight:700}.article-related{max-width:1180px;margin:0 auto;padding:0 22px 88px}.article-related-head{display:flex;align-items:end;justify-content:space-between;gap:30px;padding-top:54px;border-top:1px solid var(--line);margin-bottom:24px}.article-related-head .overline{margin-bottom:10px}.article-related-head h2{font-size:34px;letter-spacing:-.045em;margin:0}.article-related-head>a{font-size:12px;font-weight:700;border-bottom:1px solid var(--ink);padding:8px 0}.article-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.related-post{border:1px solid var(--line);background:var(--white)}.related-post-image{display:block;aspect-ratio:16/8.5;background:#1b1d24;overflow:hidden}.related-post-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.related-post:hover .related-post-image img{transform:scale(1.04)}.related-post-body{padding:18px}.related-post h3{font-size:19px;line-height:1.4;letter-spacing:-.03em;margin:9px 0 12px}.related-post-body>p{margin:0;color:var(--blue);font-size:11px;line-height:1.5}.article-footer{padding-bottom:54px}
@media(max-width:1000px){.article-layout{grid-template-columns:minmax(0,1fr) 250px;gap:38px}.article-sidebar{top:90px}.post-grid--list .post-card{grid-template-columns:210px minmax(0,1fr)}}
@media(max-width:720px){.post-grid--list{gap:16px}.post-grid--list .post-card{display:flex;min-height:0}.post-grid--list .post-card-media{aspect-ratio:16/9;min-height:0}.post-grid--list .post-card-body{padding:19px 20px 22px}.article-cover img{aspect-ratio:16/9}.article-layout{display:flex;flex-direction:column;padding:48px 22px;gap:42px}.article-content{order:1}.article-sidebar{order:2;width:100%;position:static}.article-sidebar-intro>p{font-size:13px}.sidebar-post{grid-template-columns:82px minmax(0,1fr)}.article-related{padding:0 22px 64px}.article-related-head{align-items:flex-start;flex-direction:column;gap:14px;padding-top:38px}.article-related-head h2{font-size:30px}.article-related-grid{grid-template-columns:1fr;gap:14px}.related-post{display:grid;grid-template-columns:118px minmax(0,1fr)}.related-post-image{aspect-ratio:auto;height:100%}.related-post-body{padding:16px}.related-post h3{font-size:17px;margin:7px 0 9px}}

/* 1.3.27 列表留白与紧凑文章头部 */
.post-grid--list{gap:18px}.post-grid--list .post-card{grid-template-columns:minmax(0,220px) minmax(0,1fr);column-gap:32px;min-height:198px;padding:16px}.post-grid--list .post-card-media{min-width:0;min-height:165px;aspect-ratio:4/3}.post-grid--list .post-card-media img{width:100%;height:100%;object-fit:cover}.post-grid--list .post-card-body{min-width:0;padding:3px 4px 3px 0}.post-grid--list .post-card h2{font-size:clamp(21px,1.55vw,26px);line-height:1.32;margin:8px 0}.post-grid--list .post-card p{margin-bottom:10px}.post-grid--list .post-card-footer{min-height:32px}.article-header{padding:46px max(6vw,calc((100vw - 1180px)/2)) 52px}.article-breadcrumb{display:flex;align-items:center;gap:9px;max-width:1080px;margin:0 0 26px;color:rgba(255,255,255,.48);font-size:12px;line-height:1.5;white-space:nowrap;overflow:hidden}.article-breadcrumb a{color:rgba(255,255,255,.72);transition:color .2s}.article-breadcrumb a:hover{color:var(--lime)}.article-breadcrumb span:last-child{overflow:hidden;text-overflow:ellipsis;color:rgba(255,255,255,.38)}.article-context{margin-bottom:18px}.article-header h1{max-width:940px;margin:0 0 18px;font-size:clamp(34px,3.6vw,48px);line-height:1.24;letter-spacing:-.048em}.article-deck{max-width:820px;margin:0;font-size:16px;line-height:1.68}.article-cover{margin-top:-18px}.article-cover img{max-height:420px}.article-back{display:none}
@media(max-width:720px){.post-grid--list .post-card{display:flex;flex-direction:column;gap:0;min-height:0;padding:0}.post-grid--list .post-card-media{width:100%;min-height:0;aspect-ratio:16/9}.post-grid--list .post-card-body{padding:19px 20px 22px}.article-header{padding:36px 22px 42px}.article-breadcrumb{margin-bottom:20px;font-size:11px;gap:7px}.article-context{margin-bottom:16px}.article-header h1{font-size:clamp(30px,8.3vw,36px);line-height:1.28;margin-bottom:15px}.article-deck{font-size:15px;line-height:1.68}.article-cover{margin-top:0}.article-cover img{max-height:none}}

/* 1.3.28 PC 资讯流提高摘要密度，缩略图与正文同步增高。 */
@media(min-width:721px){.post-grid--list .post-card{grid-template-columns:minmax(0,220px) minmax(0,1fr);min-height:236px}.post-grid--list .post-card-media{min-height:202px}.post-grid--list .post-card-body>p{-webkit-line-clamp:4}.post-grid--list .post-card p{line-height:1.68;margin-bottom:14px}.post-grid--list .post-card-footer{margin-top:auto}}
@media(min-width:1001px){.post-grid--list .post-card{grid-template-columns:minmax(0,232px) minmax(0,1fr)}.post-grid--list .post-card-media{min-height:202px}}
@media(max-width:720px){.post-grid--list .post-card-body>p{-webkit-line-clamp:2}}

/* 1.3.29 仅用于资讯页横向列表：隔离旧版布局规则，保证图文留白。 */
@media(min-width:721px){.post-grid--list .post-card--news-row{display:grid!important;grid-template-columns:220px minmax(0,1fr)!important;column-gap:32px!important;align-items:stretch!important;min-height:236px!important;padding:16px!important}.post-grid--list .post-card--news-row .post-card-media{display:block!important;width:220px!important;min-width:0!important;height:202px!important;min-height:202px!important;margin:0!important;overflow:hidden!important}.post-grid--list .post-card--news-row .post-card-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.post-grid--list .post-card--news-row .post-card-body{min-width:0!important;padding:3px 4px 3px 0!important}.post-grid--list .post-card--news-row .post-card-body>p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;white-space:normal!important;line-height:1.68!important;margin-bottom:14px!important}.post-grid--list .post-card--news-row .post-card-footer{margin-top:auto!important}}
@media(min-width:1001px){.post-grid--list .post-card--news-row{grid-template-columns:232px minmax(0,1fr)!important}.post-grid--list .post-card--news-row .post-card-media{width:232px!important}}
@media(max-width:720px){.post-grid--list .post-card--news-row{display:flex!important;flex-direction:column!important;padding:0!important}.post-grid--list .post-card--news-row .post-card-media{width:100%!important;height:auto!important;aspect-ratio:16/9!important}.post-grid--list .post-card--news-row .post-card-body>p{-webkit-line-clamp:2!important}}

/* 1.3.30 主列表最终版：不依赖卡片附加类，直接覆盖旧版 38% 缩略图规则。 */
@media(min-width:721px){.post-grid--list>.post-card{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;column-gap:32px!important;align-items:stretch!important;min-height:242px!important;padding:16px!important}.post-grid--list>.post-card>.post-card-media{display:block!important;width:280px!important;min-width:0!important;height:210px!important;min-height:210px!important;margin:0!important;overflow:hidden!important}.post-grid--list>.post-card>.post-card-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}.post-grid--list>.post-card>.post-card-body{min-width:0!important;padding:3px 4px 3px 0!important}.post-grid--list>.post-card>.post-card-body>p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:4!important;overflow:hidden!important;white-space:normal!important;line-height:1.7!important;margin-bottom:14px!important}.post-grid--list>.post-card>.post-card-footer{margin-top:auto!important}}
@media(max-width:720px){.post-grid--list>.post-card{display:flex!important;flex-direction:column!important;gap:0!important;min-height:0!important;padding:0!important}.post-grid--list>.post-card>.post-card-media{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important}.post-grid--list>.post-card>.post-card-body{padding:19px 20px 22px!important}.post-grid--list>.post-card>.post-card-body>p{-webkit-line-clamp:2!important}}

/* 1.3.31 文章详情：双资讯侧栏与海报 / 微信分享工具。 */
.article-sidebar-hot{margin-top:34px}.sidebar-post-list--hot .sidebar-post{grid-template-columns:38px minmax(0,1fr);gap:12px}.sidebar-post-rank{font:700 19px/1 var(--font-geist-mono),monospace;color:var(--blue);padding-top:3px}.sidebar-post-list--hot .sidebar-post:nth-child(-n+3) .sidebar-post-rank{color:var(--ink)}.article-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.article-action{display:inline-flex;align-items:center;justify-content:space-between;gap:22px;min-height:52px;padding:0 16px;background:transparent;border:1px solid var(--line);color:var(--ink);font-size:12px;font-weight:700;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.article-action:hover{background:var(--ink);border-color:var(--ink);color:white}.article-actions .button{min-width:220px}.poster-modal[hidden]{display:none}.poster-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:28px}.poster-modal-backdrop{position:absolute;inset:0;background:rgba(9,10,14,.72);backdrop-filter:blur(5px)}.poster-modal-panel{position:relative;z-index:1;width:min(450px,100%);max-height:calc(100dvh - 56px);overflow:auto;padding:26px;background:var(--white);box-shadow:0 30px 90px rgba(0,0,0,.38)}.poster-modal-panel .overline{margin-bottom:12px}.poster-modal-panel h2{margin:0 0 20px;font-size:26px;letter-spacing:-.04em}.poster-modal-close{position:absolute;right:12px;top:10px;width:36px;height:36px;border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer}.article-poster-canvas{display:block;width:100%;height:auto;margin-bottom:18px;background:var(--ink)}.poster-modal-panel .button{width:100%;min-width:0}.poster-modal-open{overflow:hidden}
@media(max-width:720px){.article-actions{align-items:stretch;justify-content:stretch;width:100%}.article-action,.article-actions .button{width:100%;min-width:0}.poster-modal{padding:16px}.poster-modal-panel{max-height:calc(100dvh - 32px);padding:22px}.article-sidebar-hot{margin-top:30px}}

/* 1.3.32 增长洞察列表：研究栏目化组织，主资讯流搭配热门与方法论导航。 */
.insights-list-layout{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:48px;align-items:start}.insights-list-main{min-width:0}.insights-list-head{display:flex;align-items:end;justify-content:space-between;gap:20px;padding:0 0 18px;border-bottom:2px solid var(--ink);margin-bottom:20px}.insights-list-head .overline{margin:0 0 8px;font-size:10px;color:var(--blue)}.insights-list-head h2{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.045em}.insights-list-head>span{padding-bottom:3px;color:var(--muted);font:10px var(--font-geist-mono),monospace;letter-spacing:.1em}.insights-sidebar{position:sticky;top:100px;min-width:0}.insights-sidebar-block{border-top:2px solid var(--ink);padding-top:13px}.insights-sidebar-block+.insights-sidebar-block{margin-top:34px}.insights-sidebar-title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}.insights-sidebar-title span{font:10px var(--font-geist-mono),monospace;color:var(--blue);letter-spacing:.1em}.insights-sidebar-title h2{margin:0;font-size:19px;letter-spacing:-.035em}.insights-hot-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.insights-hot-list li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:11px;padding:13px 0;border-bottom:1px solid var(--line)}.insights-hot-list li>span{font:700 15px/1 var(--font-geist-mono),monospace;color:var(--blue);padding-top:2px}.insights-hot-list li:nth-child(-n+3)>span{color:var(--ink)}.insights-hot-list a{display:block;font-size:13px;line-height:1.45;font-weight:700;transition:color .2s}.insights-hot-list a:hover{color:var(--blue)}.insights-hot-list time{display:block;margin-top:6px;font:10px var(--font-geist-mono),monospace;color:var(--muted)}.insights-sidebar-empty{margin:0;font-size:12px;line-height:1.7;color:var(--muted)}.insights-topic-map ul{list-style:none;margin:0;padding:0;border-top:1px solid var(--line)}.insights-topic-map li{display:grid;grid-template-columns:34px minmax(0,1fr);gap:10px;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px;line-height:1.4}.insights-topic-map b{font:10px var(--font-geist-mono),monospace;color:var(--blue)}.insights-diagnosis-link{display:block;margin-top:30px;padding:17px;background:var(--ink);color:white;font-size:13px;font-weight:700;line-height:1.5;transition:background .2s,transform .2s}.insights-diagnosis-link:hover{background:var(--blue);transform:translateY(-2px)}.insights-diagnosis-link span{display:block;margin-bottom:8px;color:rgba(255,255,255,.55);font-size:10px;font-weight:400}.insights-diagnosis-link i{float:right;color:var(--lime);font-style:normal;font-size:17px}
@media(min-width:721px){.insights-list-main .post-grid--list{gap:16px}.insights-list-main .post-grid--list>.post-card{grid-template-columns:244px minmax(0,1fr)!important;column-gap:26px!important;min-height:232px!important;padding:14px!important}.insights-list-main .post-grid--list>.post-card>.post-card-media{width:244px!important;height:202px!important;min-height:202px!important}.insights-list-main .post-grid--list>.post-card>.post-card-body>p{-webkit-line-clamp:4!important}}
@media(max-width:1000px){.insights-list-layout{grid-template-columns:1fr;gap:42px}.insights-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.insights-sidebar-block+.insights-sidebar-block{margin-top:0}.insights-diagnosis-link{margin-top:0;height:fit-content;align-self:start}}
@media(max-width:720px){.insights-list-head{align-items:flex-start;margin-bottom:16px}.insights-list-head h2{font-size:25px}.insights-list-head>span{padding-top:5px;white-space:nowrap}.insights-sidebar{display:block}.insights-sidebar-block+.insights-sidebar-block{margin-top:28px}.insights-diagnosis-link{margin-top:28px}.insights-list-main .post-grid--list{gap:14px}}

/* 1.3.36 中文首页主张：避免长句沿用超大英文标题比例而产生断行。 */
.hero .hero-copy h1{max-width:760px;font-size:clamp(48px,4.7vw,72px);line-height:1.12;letter-spacing:-.065em;white-space:nowrap}.hero .hero-copy h1 em{color:var(--lime);-webkit-text-stroke:0;font-style:normal}@media(max-width:1200px){.hero .hero-copy h1{font-size:clamp(46px,5.4vw,64px)}}@media(max-width:720px){.hero .hero-copy h1{max-width:none;font-size:clamp(42px,12vw,58px);line-height:1.14;white-space:normal}.hero .hero-copy h1 br{display:block}}

/* 1.3.33 海报预览：突出文章封面、标题摘要与诊断二维码。 */
.poster-modal-panel{width:min(510px,100%);padding:28px}.poster-modal-panel h2{font-size:24px}.article-poster-canvas{border:1px solid rgba(9,10,14,.12);border-radius:16px;box-shadow:0 16px 38px rgba(9,10,14,.14)}

/* 1.3.39 首屏主张与诊断入口：提高主张份量，并对齐左右区域底线。 */
@media(min-width:1001px){.hero{align-items:stretch}.hero .hero-copy{display:flex;flex-direction:column;align-self:stretch}.hero .hero-copy h1{max-width:840px;font-size:clamp(56px,5.25vw,82px);line-height:1.08}.hero .hero-actions{margin-top:auto;margin-bottom:0}.hero .signal-panel{align-self:stretch}}
.diagnosis-section h2.single-line-title span{color:var(--ink)}

/* 1.3.40 强化首页核心主张，并拉开方法论说明的阅读节奏。 */
@media(min-width:1001px){.hero .hero-copy h1{max-width:920px;font-size:clamp(62px,5.8vw,92px);line-height:1.06}.hero .hero-lead{margin-top:48px}}

/* 1.3.41 下移首屏左侧主张内容，保留底部按钮与右侧面板的对齐关系。 */
@media(min-width:1001px){.hero .hero-copy{padding-top:62px}}

/* 1.3.42 首屏能力标签与右侧系统框顶部对齐，不移动主标题与按钮。 */
@media(min-width:1001px){.hero .hero-copy>.kicker{margin:-30px 0 50px}}

/* 1.3.43 增长洞察资讯流：采用横向长图与连续信息流，提升摘要密度。 */
.insights-list-layout{max-width:1440px;margin-left:auto;margin-right:auto;grid-template-columns:minmax(0,1fr) 300px;gap:48px}.insights-list-main .post-grid--list{display:block;gap:0;border-top:1px solid var(--line)}.insights-list-main .post-grid--list>.post-card{display:grid!important;grid-template-columns:264px minmax(0,1fr)!important;column-gap:24px!important;align-items:stretch!important;min-height:0!important;margin:0!important;padding:20px 0!important;border:0!important;border-bottom:1px solid var(--line)!important;background:transparent!important;box-shadow:none!important}.insights-list-main .post-grid--list>.post-card:hover{transform:none!important;background:transparent!important;box-shadow:none!important}.insights-list-main .post-grid--list>.post-card>.post-card-media{position:relative;display:block!important;width:264px!important;height:165px!important;min-height:165px!important;margin:0!important;overflow:hidden!important;background:var(--ink)}.insights-list-main .post-grid--list>.post-card>.post-card-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease}.insights-list-main .post-grid--list>.post-card:hover>.post-card-media img{transform:scale(1.04)}.insights-list-main .post-grid--list>.post-card>.post-card-media::after{display:none}.post-card-category{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;background:rgba(9,10,14,.62);color:#fff;font:10px/1.2 var(--font-geist-mono),monospace;letter-spacing:.04em}.insights-list-main .post-grid--list>.post-card>.post-card-body{display:flex!important;min-width:0!important;padding:0!important}.insights-list-main .post-grid--list .post-meta{gap:14px;font-size:11px;line-height:18px;color:var(--muted)}.insights-list-main .post-grid--list .post-card h2{margin:7px 0 10px!important;font-size:24px!important;font-weight:700;line-height:1.34!important;letter-spacing:-.04em}.insights-list-main .post-grid--list .post-card h2 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.insights-list-main .post-grid--list .post-card p{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;overflow:hidden!important;margin:0 0 12px!important;color:#575a61;font-size:15px!important;line-height:1.72!important}.insights-list-main .post-grid--list .post-topic-list{gap:6px;margin:0 0 10px!important}.insights-list-main .post-grid--list .post-topic-list a{min-height:22px;padding:3px 8px;font-size:10px}.insights-list-main .post-grid--list .post-card-footer{min-height:24px;margin-top:auto!important;padding-top:8px!important;border-top:0!important;font-size:11px;line-height:1.5}.insights-list-main .post-grid--list .post-read-more{min-height:24px;font-size:11px;gap:12px}.insights-list-main .post-grid--list .post-card-footer span:first-child{color:var(--muted)}
@media(max-width:1000px){.insights-list-layout{max-width:none}.insights-list-main .post-grid--list>.post-card{grid-template-columns:230px minmax(0,1fr)!important}.insights-list-main .post-grid--list>.post-card>.post-card-media{width:230px!important;height:144px!important;min-height:144px!important}.insights-list-main .post-grid--list .post-card h2{font-size:22px!important}.insights-list-main .post-grid--list .post-card p{-webkit-line-clamp:3!important;font-size:14px!important}}
@media(max-width:720px){.insights-list-main .post-grid--list{border-top:0}.insights-list-main .post-grid--list>.post-card{display:flex!important;flex-direction:column!important;gap:0!important;padding:0 0 24px!important;margin:0 0 24px!important}.insights-list-main .post-grid--list>.post-card>.post-card-media{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/9!important}.insights-list-main .post-grid--list>.post-card>.post-card-body{padding:17px 0 0!important}.insights-list-main .post-grid--list .post-card h2{margin:8px 0 9px!important;font-size:22px!important;line-height:1.38!important}.insights-list-main .post-grid--list .post-card p{-webkit-line-clamp:3!important;margin-bottom:12px!important;font-size:14px!important;line-height:1.7!important}.insights-list-main .post-grid--list .post-topic-list{margin-bottom:8px!important}.insights-list-main .post-grid--list .post-card-footer{padding-top:7px!important}.post-card-category{top:9px;left:9px}}

/* 1.3.44 收紧资讯页首屏和分类导航前的垂直留白。 */
.insights-hero{padding-bottom:42px}.archive-content.section{padding-top:38px}@media(max-width:720px){.insights-hero{padding-bottom:34px}.archive-content.section{padding-top:30px}}

/* 1.3.45 PC 列表改用接近 16:9 的横图，增加封面延展感并保留正文阅读宽度。 */
@media(min-width:1001px){.insights-list-main .post-grid--list>.post-card{grid-template-columns:296px minmax(0,1fr)!important;column-gap:26px!important}.insights-list-main .post-grid--list>.post-card>.post-card-media{width:296px!important;height:165px!important;min-height:165px!important}}

/* 1.3.46 宽屏资讯首屏说明使用完整行宽，避免在标题下无必要换行。 */
@media(min-width:1201px){.insights-hero .content-hero-inner>p:last-child{max-width:none;white-space:nowrap}}

/* 1.3.47 增长洞察门户版：精选内容 1+2 与全宽资讯流。 */
.insights-portal{max-width:1440px;margin:0 auto}.insights-featured{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(270px,.75fr);gap:24px;margin:0 0 32px}.insights-featured-main,.insights-featured-small{position:relative;overflow:hidden;border-radius:20px;background:var(--ink);color:white}.insights-featured-main{min-height:342px}.insights-featured-side{display:grid;grid-template-rows:repeat(2,minmax(0,1fr));gap:24px}.insights-featured-small{min-height:159px}.insights-featured-main>a,.insights-featured-small>a{display:block;width:100%;height:100%;color:inherit}.insights-featured-main img,.insights-featured-small img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.insights-featured-main>a::after,.insights-featured-small>a::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,10,14,.05) 24%,rgba(9,10,14,.78) 100%);pointer-events:none}.insights-featured-main:hover img,.insights-featured-small:hover img{transform:scale(1.035)}.insights-featured-category{position:absolute;z-index:2;top:18px;left:18px;padding:7px 10px;background:rgba(9,10,14,.68);color:#fff;font:700 10px/1 var(--font-geist-mono),monospace;letter-spacing:.1em}.insights-featured-main h2,.insights-featured-small h2{position:absolute;z-index:2;right:30px;bottom:25px;left:30px;margin:0;color:#fff;font-size:28px;line-height:1.3;letter-spacing:-.045em}.insights-featured-small h2{right:17px;bottom:15px;left:17px;font-size:15px;line-height:1.35;letter-spacing:-.03em}.insights-featured-fallback{display:flex;align-items:flex-end;width:100%;height:100%;padding:28px;background:linear-gradient(135deg,#0a3553,#09101a 57%,#385591);color:var(--lime);font:800 28px/1.15 var(--font-geist-mono),monospace;letter-spacing:-.06em}.insights-featured-small .insights-featured-fallback{padding:18px;font-size:18px;background:linear-gradient(135deg,#2b1b76,#101a4c 58%,#06111e)}.insights-feed-panel{padding:0 30px 8px;border-radius:20px;background:var(--white);box-shadow:0 10px 30px rgba(9,10,14,.035)}.insights-feed-panel .insights-list-head{margin:0;padding:26px 0 18px;border-bottom:2px solid var(--ink)}.insights-feed-panel .post-grid--list{display:block!important;border:0!important}.insights-feed-panel .post-grid--list>.post-card{display:grid!important;grid-template-columns:320px minmax(0,1fr)!important;column-gap:30px!important;align-items:stretch!important;min-height:0!important;margin:0!important;padding:24px 0!important;border:0!important;border-bottom:1px solid rgba(9,10,14,.1)!important;background:transparent!important;box-shadow:none!important}.insights-feed-panel .post-grid--list>.post-card:hover{transform:none!important;background:transparent!important;box-shadow:none!important}.insights-feed-panel .post-grid--list>.post-card>.post-card-media{position:relative;display:block!important;width:320px!important;height:200px!important;min-height:200px!important;margin:0!important;overflow:hidden!important;border-radius:12px;background:var(--ink)}.insights-feed-panel .post-grid--list>.post-card>.post-card-media img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease}.insights-feed-panel .post-grid--list>.post-card:hover>.post-card-media img{transform:scale(1.04)}.insights-feed-panel .post-grid--list>.post-card>.post-card-media::after{display:none}.insights-feed-panel .post-card-category{top:12px;left:12px;border-radius:4px;background:rgba(9,10,14,.6)}.insights-feed-panel .post-grid--list>.post-card>.post-card-body{display:flex!important;min-width:0!important;padding:4px 0!important}.insights-feed-panel .post-grid--list .post-meta{gap:14px;color:var(--muted);font-size:11px;line-height:1.4}.insights-feed-panel .post-grid--list .post-card h2{margin:8px 0 13px!important;font-size:26px!important;line-height:1.34!important;letter-spacing:-.045em}.insights-feed-panel .post-grid--list .post-card h2 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.insights-feed-panel .post-grid--list .post-card p{display:-webkit-box!important;overflow:hidden;margin:0!important;color:#62646a;font-size:16px!important;line-height:1.72!important;-webkit-box-orient:vertical;-webkit-line-clamp:3!important}.insights-feed-panel .post-grid--list .post-topic-list{gap:7px;margin:12px 0 0!important}.insights-feed-panel .post-grid--list .post-topic-list a{min-height:22px;padding:3px 8px;font-size:10px}.insights-feed-panel .post-grid--list .post-card-footer{justify-content:flex-end;min-height:24px;margin-top:auto!important;padding-top:15px!important;border:0!important;font-size:11px}.insights-feed-panel .post-grid--list .post-read-more{min-height:24px;font-size:11px;gap:12px}.insights-feed-panel+.navigation.pagination{margin-top:42px}
@media(max-width:1000px){.insights-featured{grid-template-columns:minmax(0,1.5fr) minmax(230px,.75fr)}.insights-feed-panel{padding:0 24px}.insights-feed-panel .post-grid--list>.post-card{grid-template-columns:260px minmax(0,1fr)!important}.insights-feed-panel .post-grid--list>.post-card>.post-card-media{width:260px!important;height:163px!important;min-height:163px!important}.insights-feed-panel .post-grid--list .post-card h2{font-size:23px!important}.insights-feed-panel .post-grid--list .post-card p{-webkit-line-clamp:2!important;font-size:14px!important}}
@media(max-width:720px){.insights-featured{display:block;margin-bottom:24px}.insights-featured-main{min-height:240px;border-radius:14px}.insights-featured-main h2{right:20px;bottom:19px;left:20px;font-size:23px}.insights-featured-category{top:12px;left:12px}.insights-featured-side{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:1fr;gap:12px;margin-top:12px}.insights-featured-small{min-height:125px;border-radius:14px}.insights-featured-small h2{font-size:13px}.insights-feed-panel{padding:0 18px;border-radius:14px}.insights-feed-panel .insights-list-head{padding:22px 0 14px}.insights-feed-panel .post-grid--list>.post-card{grid-template-columns:118px minmax(0,1fr)!important;column-gap:15px!important;padding:18px 0!important}.insights-feed-panel .post-grid--list>.post-card>.post-card-media{width:118px!important;height:88px!important;min-height:88px!important;border-radius:8px}.insights-feed-panel .post-card-category{top:7px;left:7px;font-size:8px}.insights-feed-panel .post-grid--list>.post-card>.post-card-body{padding:0!important}.insights-feed-panel .post-grid--list .post-card h2{margin:5px 0 0!important;font-size:16px!important;line-height:1.4!important}.insights-feed-panel .post-grid--list .post-card p,.insights-feed-panel .post-grid--list .post-topic-list,.insights-feed-panel .post-grid--list .post-card-footer{display:none!important}.insights-feed-panel .post-grid--list .post-meta{font-size:10px}}

/* 1.3.48 列表首屏降级为栏目说明，保留右侧内容分流栏。 */
.insights-hero{padding-top:42px!important;padding-bottom:30px!important}.insights-hero .section-label{margin-bottom:18px!important;font-size:10px}.insights-hero .overline{margin-bottom:14px!important;font-size:10px}.insights-hero h1{font-size:clamp(34px,3.2vw,46px)!important;line-height:1.13!important}.insights-hero .content-hero-inner>p:last-child{max-width:none;margin-top:14px!important;font-size:14px!important;line-height:1.65!important}.insights-portal-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:48px;max-width:1440px;margin:0 auto;align-items:start}.insights-portal-grid>.insights-sidebar{width:auto;min-width:0}.insights-portal-grid .insights-feed-panel{min-width:0}.insights-portal-grid .post-grid--list>.post-card{grid-template-columns:296px minmax(0,1fr)!important;column-gap:27px!important;padding:23px 0!important}.insights-portal-grid .post-grid--list>.post-card>.post-card-media{width:296px!important;height:185px!important;min-height:185px!important}.insights-portal-grid .post-grid--list .post-card h2{font-size:24px!important;line-height:1.36!important}.insights-portal-grid .post-grid--list .post-card p{font-size:15px!important;line-height:1.72!important}.insights-portal-grid .insights-sidebar{top:100px}.insights-portal-grid+.navigation.pagination{margin-top:42px}
@media(max-width:1000px){.insights-hero .content-hero-inner>p:last-child{white-space:normal}.insights-portal-grid{grid-template-columns:1fr;gap:34px}.insights-portal-grid>.insights-sidebar{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.insights-portal-grid .insights-sidebar-block+.insights-sidebar-block{margin-top:0}.insights-portal-grid .insights-diagnosis-link{height:fit-content;align-self:start;margin-top:0}.insights-portal-grid .post-grid--list>.post-card{grid-template-columns:260px minmax(0,1fr)!important}.insights-portal-grid .post-grid--list>.post-card>.post-card-media{width:260px!important;height:163px!important;min-height:163px!important}}
@media(max-width:720px){.insights-hero{padding-top:86px!important;padding-bottom:26px!important}.insights-hero .section-label{margin-bottom:16px!important}.insights-hero h1{font-size:34px!important}.insights-hero .content-hero-inner>p:last-child{font-size:14px!important}.insights-portal-grid{gap:32px}.insights-portal-grid>.insights-sidebar{display:block}.insights-portal-grid .insights-sidebar-block+.insights-sidebar-block{margin-top:28px}.insights-portal-grid .insights-diagnosis-link{margin-top:28px}.insights-portal-grid .post-grid--list>.post-card{grid-template-columns:118px minmax(0,1fr)!important;column-gap:15px!important;padding:18px 0!important}.insights-portal-grid .post-grid--list>.post-card>.post-card-media{width:118px!important;height:88px!important;min-height:88px!important}.insights-portal-grid .post-grid--list .post-card h2{font-size:16px!important}.insights-portal-grid .post-grid--list .post-card p,.insights-portal-grid .post-grid--list .post-topic-list,.insights-portal-grid .post-grid--list .post-card-footer{display:none!important}}

/* 1.3.49 锁定焦点图容器，避免原始封面尺寸撑开网格。 */
.insights-featured{width:min(100%,1440px);margin:0 auto 32px;align-items:stretch}.insights-featured-main{height:320px;min-height:0}.insights-featured-side{height:320px;min-height:0}.insights-featured-small{min-height:0}.insights-featured-main>a,.insights-featured-small>a{position:relative;overflow:hidden}.insights-featured-main img,.insights-featured-small img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.insights-featured-main h2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.insights-featured-small h2{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}
@media(max-width:1000px){.insights-featured-main,.insights-featured-side{height:280px}}
@media(max-width:720px){.insights-featured{margin-bottom:24px}.insights-featured-main{height:210px}.insights-featured-side{height:auto}.insights-featured-small{height:108px}.insights-featured-main img,.insights-featured-small img{position:absolute;height:100%}}
