:root{--ink:#123c2e;--deep:#052e22;--green:#0d6349;--gold:#b89445;--sky:#eaf7fb;--air:#f5fbfc;--paper:#fffefa;--muted:#6b7d78;--line:rgba(8,46,33,.11);--shadow:0 18px 48px rgba(33,80,77,.08);--font:"Afacad Flux",Afacad,"Segoe UI",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body.nck-global-visual{margin:0;min-height:100vh;background:linear-gradient(180deg,#fbfeff 0,var(--sky) 29%,var(--air) 62%,#fffdf7 100%);color:var(--ink);font-family:var(--ncg-font,var(--font));font-size:16px;line-height:1.5}.nck-global-visual main{min-height:65vh}.nck-global-visual a{color:inherit}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-head{min-height:82px;padding:14px clamp(20px,5vw,72px);display:flex;align-items:center;justify-content:space-between;background:var(--deep);color:#fff}.brand{display:flex;gap:13px;align-items:center;color:#fff;text-decoration:none}.brand img{width:46px;height:46px;object-fit:contain}.brand span{display:grid}.site-head nav{display:flex;gap:22px}.site-head nav a{color:#fff;text-decoration:none}
.knowledge-home{overflow:hidden;background:radial-gradient(circle at 18% 10%,rgba(255,255,255,.98),transparent 31%),radial-gradient(circle at 84% 20%,rgba(172,226,238,.24),transparent 28%)}.knowledge-intro{width:min(1080px,calc(100% - 36px));margin:0 auto;padding:clamp(74px,10vw,132px) 0 clamp(52px,7vw,82px);text-align:center}.product-kicker,.section-kicker{margin:0 0 13px;color:var(--gold);font-size:.75rem;font-weight:800;letter-spacing:.19em}.knowledge-intro h1{max-width:820px;margin:0 auto;color:#173e35;font-size:clamp(2.4rem,5.6vw,5.2rem);font-weight:570;letter-spacing:-.045em;line-height:1.02}.knowledge-search{max-width:760px;margin:clamp(38px,5vw,58px) auto 0}.knowledge-search label{display:flex;align-items:center;min-height:68px;padding:8px 9px 8px 22px;border:1px solid rgba(30,91,92,.13);border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(44,96,101,.12)}.knowledge-search label>svg{flex:0 0 24px;width:24px;height:24px;margin-right:13px;fill:none;stroke:#547973;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.knowledge-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:1.05rem}.knowledge-search input::placeholder{color:#83918e}.knowledge-search button{display:grid;place-items:center;flex:0 0 50px;width:50px;height:50px;border:0;border-radius:50%;background:var(--green);color:#fff;cursor:pointer;transition:transform .2s ease,background .2s ease}.knowledge-search button:hover,.knowledge-search button:focus-visible{background:#087253;transform:translateX(2px)}.knowledge-search button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}
.rubric-icons{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:34px}.rubric-icon{position:relative;display:grid;place-items:center;width:52px;height:52px;border:1px solid rgba(18,90,84,.12);border-radius:17px;background:rgba(255,255,255,.72);color:#557872;text-decoration:none;box-shadow:0 10px 28px rgba(35,89,89,.055);transition:transform .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.rubric-icon>svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.rubric-icon>span{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:4;width:max-content;max-width:230px;padding:8px 11px;border-radius:9px;background:#173e35;color:#fff;font-size:.76rem;font-weight:600;line-height:1.2;opacity:0;pointer-events:none;transform:translate(-50%,5px);transition:opacity .18s ease,transform .18s ease}.rubric-icon>span::after{content:"";position:absolute;top:100%;left:50%;border:5px solid transparent;border-top-color:#173e35;transform:translateX(-50%)}.rubric-icon:hover,.rubric-icon:focus-visible,.rubric-icon.is-hint,.rubric-icon.active{border-color:rgba(13,99,73,.3);background:#fff;color:var(--green);transform:translateY(-2px)}.rubric-icon:hover>span,.rubric-icon:focus-visible>span,.rubric-icon.is-hint>span{opacity:1;transform:translate(-50%,0)}.rubric-icon.active{box-shadow:inset 0 0 0 1px rgba(13,99,73,.1),0 10px 26px rgba(22,101,89,.1)}
.repository{width:min(1180px,100%);margin:0 auto;padding:clamp(48px,7vw,82px) clamp(18px,4vw,46px) clamp(80px,10vw,140px)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:30px}.section-head h2{margin:0;color:#173e35;font-size:clamp(1.8rem,3vw,2.65rem);font-weight:590;letter-spacing:-.03em;line-height:1.08}.result-count{color:#71847f;font-size:.88rem}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:start}.card{min-width:0;overflow:hidden;border:1px solid rgba(26,93,86,.1);border-radius:23px;background:rgba(255,255,255,.92);box-shadow:var(--shadow);transition:transform .22s ease,box-shadow .22s ease}.card:hover{transform:translateY(-3px);box-shadow:0 23px 56px rgba(33,80,77,.12)}.card-thumbnail{position:relative;display:block;width:100%;aspect-ratio:16/9;overflow:hidden;background:#e7f3f5}.card-thumbnail img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .4s ease}.card-thumbnail:hover img,.card-thumbnail:focus-visible img{transform:scale(1.025)}.card-copy{padding:21px 21px 18px}.card h3{margin:0;font-size:1.38rem;font-weight:650;letter-spacing:-.018em;line-height:1.15}.card h3 a{text-decoration:none}.card-copy>p{display:-webkit-box;min-height:2.9em;margin:10px 0 18px;overflow:hidden;color:#647873;font-size:.95rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-actions{display:flex;align-items:center;gap:17px;padding-top:14px;border-top:1px solid rgba(8,46,33,.075);color:#69817b}.card-actions a,.card-actions button{display:inline-flex;align-items:center;gap:6px;padding:2px;border:0;background:none;color:inherit;font:inherit;font-size:.82rem;text-decoration:none;cursor:pointer}.card-actions button{margin-left:auto}.card-actions svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.55}.card-actions a:hover,.card-actions button:hover,.card-actions a:focus-visible,.card-actions button:focus-visible{color:var(--green)}.empty{max-width:680px;margin:45px auto;padding:48px;border:1px solid rgba(8,46,33,.075);border-radius:24px;background:rgba(255,255,255,.78);text-align:center;box-shadow:var(--shadow)}
.article{max-width:920px;margin:34px auto 70px;padding:45px clamp(22px,6vw,68px);border:1px solid var(--line);border-radius:34px;background:rgba(255,255,255,.92);box-shadow:var(--shadow)}.back{color:var(--green)}.article header{padding:35px 0;border-bottom:1px solid var(--line)}.article h1,.author h1{margin:.25em 0;font-size:clamp(2.65rem,6vw,5.5rem);font-weight:590;letter-spacing:-.035em;line-height:1.02}.rubric-chip{padding:8px 12px;border-radius:999px;background:#e7f3ef;color:var(--green);font-size:.8rem;font-weight:800}.lead,.summary{color:#536c62;font-size:1.18rem}.article-meta{display:flex;flex-wrap:wrap;gap:18px;color:#6f7e77;font-size:.88rem}.summary{padding:28px;border-left:3px solid var(--gold);background:#f6f7f2}.body{padding:25px 0;font-size:1.08rem;line-height:1.8}.disclaimer{padding:22px;border-radius:14px;background:#f1f4ef;font-size:.9rem}.downloads a{display:flex;justify-content:space-between;margin:10px 0;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;text-decoration:none}.ask-ai{display:flex;align-items:center;justify-content:space-between;margin:60px 0;padding:35px;border-radius:24px;background:var(--deep);color:#fff}.ask-ai a{padding:13px 20px;border-radius:12px;background:var(--gold);color:#102b21;font-weight:800;text-decoration:none}.author{max-width:1100px;margin:auto;padding:60px 24px}.nck-fallback-footer{padding:55px clamp(20px,7vw,110px);background:var(--deep);color:#fff}
@media(max-width:900px){.cards{gap:16px}.card-copy{padding:18px 18px 16px}}
@media(max-width:620px){body.nck-global-visual{font-size:16px}.knowledge-intro{width:calc(100% - 26px);padding:64px 0 44px}.product-kicker{margin-bottom:10px}.knowledge-intro h1{max-width:350px;font-size:clamp(2.15rem,10.5vw,3.2rem)}.knowledge-search{margin-top:34px}.knowledge-search label{min-height:60px;padding:6px 7px 6px 17px}.knowledge-search label>svg{width:21px;height:21px;margin-right:9px}.knowledge-search input{font-size:.92rem}.knowledge-search button{flex-basis:46px;width:46px;height:46px}.rubric-icons{gap:10px;margin-top:27px}.rubric-icon{width:45px;height:45px;border-radius:14px}.rubric-icon>svg{width:19px;height:19px}.rubric-icon>span{max-width:170px;font-size:.7rem}.repository{padding:42px 12px 86px}.section-head{align-items:end;margin-bottom:22px}.section-head h2{font-size:1.7rem}.section-kicker{font-size:.67rem}.result-count{font-size:.78rem}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.card{border-radius:17px}.card-copy{padding:13px 12px 11px}.card h3{display:-webkit-box;overflow:hidden;font-size:1.03rem;line-height:1.18;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-copy>p{min-height:2.65em;margin:7px 0 11px;font-size:.78rem;line-height:1.32}.card-actions{gap:11px;padding-top:10px}.card-actions a,.card-actions button{gap:4px;font-size:.72rem}.card-actions svg{width:15px;height:15px}.article{width:calc(100% - 24px);padding:28px 20px;border-radius:28px}.article h1{font-size:2.7rem}.ask-ai{align-items:start;flex-direction:column;gap:18px}.downloads a{flex-direction:column}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.card,.card-thumbnail img,.rubric-icon,.knowledge-search button{transition:none!important}}
.latest-feed:not(.is-expanded)>.latest-item:nth-child(n+7){display:none}.latest-controls{display:flex;justify-content:center;margin-top:34px}.latest-controls button{min-width:210px;padding:15px 24px;border:1px solid rgba(14,104,78,.2);border-radius:999px;background:#fff;color:var(--green);font:inherit;font-weight:750;cursor:pointer;box-shadow:0 12px 34px rgba(33,80,77,.09)}.latest-controls button:hover,.latest-controls button:focus-visible{background:var(--green);color:#fff}.document-cover{display:flex;min-height:190px;padding:24px;flex-direction:column;justify-content:flex-end;gap:8px;background:linear-gradient(145deg,#eefafa 0%,#dff2ef 58%,#f8f4e8 100%);color:#173e35;text-decoration:none}.document-mark{display:grid;width:46px;height:46px;margin-bottom:auto;place-items:center;border-radius:15px;background:rgba(255,255,255,.82);box-shadow:0 9px 24px rgba(34,95,87,.1)}.document-mark svg{width:24px;height:24px;fill:none;stroke:var(--green);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.document-kind{color:var(--gold);font-size:.68rem;font-weight:850;letter-spacing:.16em}.document-cover strong{font-size:1.05rem;line-height:1.25}.document-meta{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid rgba(8,46,33,.075);color:#6a817b;font-size:.78rem}.document-meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-meta a{flex:0 0 auto;color:var(--green);font-weight:750;text-decoration:none}@media(max-width:620px){.document-cover{min-height:158px;padding:15px}.document-mark{width:38px;height:38px;border-radius:12px}.document-cover strong{font-size:.86rem}.document-meta{font-size:.68rem}}
/* v1.3.1 — locked light-search micro polish */
.knowledge-intro{padding-top:clamp(68px,9vw,118px);padding-bottom:clamp(38px,5vw,60px)}
.knowledge-intro h1{max-width:780px;font-size:clamp(2.3rem,5vw,4.75rem)}
.knowledge-search{margin-top:clamp(30px,4vw,46px)}
.repository{padding-top:clamp(34px,5vw,58px);padding-bottom:clamp(52px,7vw,88px)}
.card-actions button{margin-left:0}
@media(max-width:620px){.nck-global-visual main{min-height:0}.knowledge-intro{padding-top:56px;padding-bottom:30px}.knowledge-intro h1{max-width:330px;font-size:clamp(2rem,9.4vw,2.8rem)}.knowledge-search{margin-top:27px}.knowledge-search input{padding-right:8px;font-size:.86rem;text-overflow:ellipsis}.rubric-icons{display:grid;grid-template-columns:repeat(4,45px);justify-content:center;gap:11px 13px;margin-top:26px}.repository{padding-top:30px;padding-bottom:48px}.card-actions{justify-content:flex-start}.card-actions button{margin-left:0}}

/* v1.4.0 — dedicated rubric pages */
.rubric-page{overflow:hidden;background:radial-gradient(circle at 16% 8%,rgba(255,255,255,.98),transparent 30%),radial-gradient(circle at 86% 15%,rgba(172,226,238,.22),transparent 28%)}
.rubric-intro{width:min(1080px,calc(100% - 36px));margin:0 auto;padding:clamp(52px,7vw,88px) 0 30px}
.rubric-back{display:inline-flex;align-items:center;gap:8px;margin-bottom:34px;color:#53766f;font-size:.9rem;font-weight:650;text-decoration:none}
.rubric-back:hover,.rubric-back:focus-visible{color:var(--green)}
.rubric-heading{display:flex;align-items:center;justify-content:center;gap:22px;text-align:left}
.rubric-heading .product-kicker{margin-bottom:8px}
.rubric-heading h1{max-width:760px;margin:0;color:#173e35;font-size:clamp(2.35rem,5vw,4.7rem);font-weight:570;letter-spacing:-.042em;line-height:1.02}
.rubric-mark{display:grid;place-items:center;flex:0 0 76px;width:76px;height:76px;border:1px solid rgba(18,90,84,.13);border-radius:24px;background:rgba(255,255,255,.8);color:var(--green);box-shadow:0 14px 36px rgba(35,89,89,.07)}
.rubric-mark svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.45}
.rubric-search{max-width:680px;margin-top:36px}.rubric-switcher{margin-top:27px}.rubric-repository{padding-top:34px}
.rubric-not-found{width:min(720px,calc(100% - 36px));margin:70px auto;padding:60px;border:1px solid var(--line);border-radius:30px;background:rgba(255,255,255,.9);box-shadow:var(--shadow);text-align:center}
.rubric-not-found h1{margin:0 0 24px;font-size:clamp(2.2rem,5vw,4rem);line-height:1.05}.rubric-not-found a{color:var(--green);font-weight:700}
@media(max-width:620px){.rubric-intro{width:calc(100% - 26px);padding:38px 0 20px}.rubric-back{margin-bottom:27px}.rubric-heading{justify-content:flex-start;gap:14px}.rubric-mark{flex-basis:54px;width:54px;height:54px;border-radius:17px}.rubric-mark svg{width:24px;height:24px}.rubric-heading h1{font-size:clamp(2rem,9vw,2.75rem)}.rubric-heading .product-kicker{font-size:.64rem}.rubric-search{margin-top:28px}.rubric-switcher{margin-top:24px}.rubric-repository{padding-top:26px}.rubric-not-found{margin:38px auto;padding:40px 22px}}

/* v1.5.0 — editorial reading composition */
.article-top-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin:14px 0 4px;color:#71817c;font-size:.86rem}.article-hero,.article-inline-photo{margin:28px 0;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#edf6f6}.article-hero img,.article-inline-photo img{display:block;width:100%;height:auto}.article-inline-photo{margin:38px 0}.article-end{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:42px;padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.article-end>strong{font-size:1.05rem}.article-end .engagement{margin:0}
@media(max-width:620px){.article-hero,.article-inline-photo{margin:22px 0;border-radius:16px}.article-inline-photo{margin:30px 0}.article-end{align-items:flex-start;flex-direction:column}.article-end .engagement{width:100%}}

/* v1.6.0 — canonical article-card output for direct, DOCX, and PDF publishing */
.cards{align-items:stretch}.card{display:flex;height:100%;flex-direction:column}.card-copy{display:flex;flex:1;flex-direction:column}.card-actions,.document-meta{margin-top:auto}
.article-cover{position:relative;display:flex;min-height:190px;padding:24px;overflow:hidden;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#e9f8f6 0%,#d8efeb 55%,#f7f1df 100%);color:#173e35;text-decoration:none}
.article-cover>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;transition:transform .4s ease}.article-cover.has-image:after{content:"";position:absolute;inset:30% 0 0;background:linear-gradient(180deg,transparent,rgba(3,31,23,.86))}.article-cover:hover>img,.article-cover:focus-visible>img{transform:scale(1.025)}
.article-cover-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.article-mark{display:grid;width:46px;height:46px;margin-bottom:auto;place-items:center;border-radius:15px;background:rgba(255,255,255,.84);box-shadow:0 9px 24px rgba(34,95,87,.1)}.article-mark svg{width:24px;height:24px;fill:none;stroke:var(--green);stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6}.article-cover.is-fallback .article-cover-content{min-height:142px}.article-kind{color:var(--gold);font-size:.68rem;font-weight:850;letter-spacing:.16em}.article-cover strong{font-size:1.05rem;line-height:1.25}.article-cover.has-image{color:#fff}.article-cover.has-image .article-kind{color:#f1cf77}.article-cover.has-image strong{text-shadow:0 2px 12px rgba(0,0,0,.35)}
@media(max-width:620px){.article-cover{min-height:158px;padding:15px}.article-cover.is-fallback .article-cover-content{min-height:128px}.article-mark{width:38px;height:38px;border-radius:12px}.article-cover strong{font-size:.86rem}}
