:root{--bg:#f6f0e7;--surface:#fffdf8;--surface-soft:#eee4d7;--text:#2f2925;--muted:#756b64;--line:rgba(47,41,37,.16);--clay:#b66a50;--clay-soft:#d8a187;--sage:#768171;--sage-dark:#576153;--code-bg:#25211f;--code-text:#f5ede4;--serif:var(--gh-font-heading, "Noto Serif SC", "Source Han Serif SC", "Songti SC", SimSun, serif);--sans:var(--gh-font-body, Inter, "Noto Sans SC", "Source Han Sans SC", "Microsoft YaHei", system-ui, sans-serif);--shell:min(1200px, calc(100vw - 48px));--narrow:min(760px, calc(100vw - 48px));--shadow:0 24px 60px rgba(70,48,34,.1)}@media (prefers-color-scheme:dark){:root{--bg:#1d1a18;--surface:#28231f;--surface-soft:#332c27;--text:#efe7dd;--muted:#b9ada4;--line:rgba(239,231,221,.16);--clay:#d99577;--clay-soft:#b87860;--sage:#98a491;--sage-dark:#7e8c79;--code-bg:#12100f;--code-text:#f5ede4;--shadow:0 24px 60px rgba(0,0,0,.28)}}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;color:var(--text);background:var(--bg);font-family:var(--sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}body:before{position:fixed;z-index:-1;inset:0;background-image:radial-gradient(rgba(47,41,37,.035) .7px,transparent 0);background-size:8px 8px;pointer-events:none;content:""}@media (prefers-color-scheme:dark){body:before{background-image:radial-gradient(hsla(0,0%,100%,.025) .7px,transparent 0)}}img,picture{display:block;max-width:100%}img{height:auto}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:.2em}button,input{font:inherit}button{color:inherit}::-moz-selection{color:var(--surface);background:var(--clay)}::selection{color:var(--surface);background:var(--clay)}:focus-visible{outline:3px solid var(--clay);outline-offset:4px}.shell{width:var(--shell);margin-inline:auto}.shell--narrow{width:var(--narrow)}.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:10px 16px;color:var(--surface);background:var(--text);border-radius:999px;transform:translateY(-180%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}.eyebrow{margin:0 0 10px;color:var(--clay);font-size:.72rem;font-weight:700;letter-spacing:.18em;line-height:1.3;text-transform:uppercase}.round-link,.text-link{display:inline-flex;align-items:center;gap:10px;font-size:.9rem;font-weight:650;text-decoration:none}.round-link span,.text-link span{transition:transform .2s ease}.round-link:hover span,.text-link:hover span{transform:translate(3px,-2px)}.round-link{padding-bottom:7px;border-bottom:1px solid var(--text)}.button{display:inline-flex;align-items:center;min-height:46px;padding:8px 22px;color:var(--surface);background:var(--text);border:1px solid var(--text);border-radius:999px;font-size:.9rem;font-weight:650;text-decoration:none}.site-header{position:relative;z-index:100;border-bottom:1px solid var(--line)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;min-height:84px}.site-brand{display:inline-flex;align-items:center;gap:12px;min-width:0;text-decoration:none}.site-brand__logo{max-width:190px;max-height:46px}.site-brand__mark{display:grid;width:38px;height:38px;place-items:center;color:var(--surface);background:var(--clay);border-radius:50% 50% 45% 55%/45% 55% 50% 50%;font-family:var(--serif);font-size:1.05rem}.site-brand__name{overflow:hidden;font-family:var(--serif);font-size:1.18rem;font-weight:700;letter-spacing:.06em;text-overflow:ellipsis;white-space:nowrap}.site-navigation{display:flex;align-items:center;gap:30px}.site-navigation>a{position:relative;font-size:.9rem;font-weight:550;text-decoration:none}.site-navigation>a:after{position:absolute;right:0;bottom:-8px;left:0;height:1px;background:var(--clay);transform:scaleX(0);transform-origin:right;transition:transform .2s ease;content:""}.site-navigation>a:hover:after{transform:scaleX(1);transform-origin:left}.search-button{display:inline-flex;align-items:center;gap:9px;padding:8px 14px;background:transparent;border:1px solid var(--line);border-radius:999px;cursor:pointer}.search-button span{position:relative;display:block;width:14px;height:14px;border:1.5px solid;border-radius:50%}.search-button span:after{position:absolute;right:-4px;bottom:-2px;width:5px;height:1.5px;background:currentColor;transform:rotate(45deg);content:""}.search-button b{font-size:.82rem;font-weight:600}.nav-toggle{display:none;align-items:center;gap:10px;padding:8px 0 8px 12px;background:transparent;border:0}.nav-toggle__label{font-size:.82rem}.nav-toggle__lines{display:grid;gap:5px}.nav-toggle__lines i{display:block;width:20px;height:1px;background:currentColor;transition:transform .2s ease}.home-intro{padding-block:clamp(76px,11vw,142px) clamp(72px,9vw,112px)}.home-intro h1{max-width:980px;margin:0;font-family:var(--serif);font-size:clamp(2.9rem,7vw,6.8rem);font-weight:500;letter-spacing:-.05em;line-height:1.08}.home-intro__foot{display:grid;grid-template-columns:minmax(0,600px) auto;align-items:end;justify-content:space-between;gap:48px;margin-top:42px}.home-intro__foot>p{max-width:620px;margin:0;color:var(--muted);font-size:clamp(1rem,1.6vw,1.2rem)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.section-heading h2{margin:0;font-family:var(--serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:550;letter-spacing:-.035em;line-height:1.2}.section-heading>p{max-width:320px;margin:0;color:var(--muted);font-size:.9rem}.featured-stories{padding-bottom:clamp(90px,12vw,160px)}.featured-grid{display:grid;grid-template-columns:minmax(0,1.9fr) minmax(240px,1fr);gap:24px}.featured-card{min-width:0}.featured-card:nth-child(3){grid-column:2}.featured-card--lead{grid-row:span 2}.featured-card__media,.post-card__media{display:block;overflow:hidden;background:var(--surface-soft);border-radius:3px}.article-cover__picture,.featured-card__picture,.page-cover__picture,.post-card__picture{width:100%;height:100%}.article-cover__picture img,.featured-card__picture img,.page-cover__picture img,.post-card__picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .6s cubic-bezier(.22,1,.36,1)}.featured-card__media:hover img,.post-card__media:hover img{transform:scale(1.025)}.featured-card--lead .featured-card__media{aspect-ratio:16/10}.featured-card:not(.featured-card--lead) .featured-card__media{aspect-ratio:4/3}.featured-card__body{padding-top:18px}.article-header__meta,.featured-card__meta,.post-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;color:var(--muted);font-size:.75rem}.article-header__meta a,.featured-card__meta a,.post-card__meta a{color:var(--clay);font-weight:700;letter-spacing:.08em;text-decoration:none;text-transform:uppercase}.featured-card h3{margin:10px 0 0;font-family:var(--serif);font-size:clamp(1.3rem,2vw,1.85rem);font-weight:600;letter-spacing:-.025em;line-height:1.35}.featured-card--lead h3{max-width:820px;font-size:clamp(2rem,4.3vw,4rem);font-weight:520;line-height:1.18}.featured-card h3 a,.post-card__title a{text-decoration:none}.featured-card__body>p{max-width:680px;margin:16px 0 0;color:var(--muted)}.image-placeholder{display:grid;place-items:center;min-height:100%;background:linear-gradient(145deg,rgba(182,106,80,.16),transparent 45%),repeating-linear-gradient(135deg,transparent 0 24px,rgba(118,129,113,.09) 24px 25px),var(--surface-soft)}.image-placeholder span{display:grid;width:74px;height:74px;place-items:center;color:var(--clay);background:color-mix(in srgb,var(--surface) 75%,transparent);border:1px solid var(--line);border-radius:50%;font-family:var(--serif);font-size:1.08rem}.latest-section,.related-section{padding-block:clamp(76px,10vw,120px);background:var(--surface)}.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:50px 26px}.post-card__media{aspect-ratio:4/3}.post-card__body{padding-top:17px}.post-card__title{margin:10px 0;font-family:var(--serif);font-size:clamp(1.28rem,2.1vw,1.65rem);font-weight:600;letter-spacing:-.02em;line-height:1.38}.post-card__excerpt{display:-webkit-box;overflow:hidden;margin:0 0 16px;color:var(--muted);font-size:.9rem;-webkit-box-orient:vertical;-webkit-line-clamp:3}.topic-gateway{padding-block:clamp(92px,12vw,160px)}.topic-gateway__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.topic-panel{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:end;gap:24px;min-height:330px;padding:32px;overflow:hidden;color:#fffaf4;border-radius:3px;text-decoration:none}.topic-panel:before{position:absolute;top:-90px;right:-90px;width:240px;height:240px;border:1px solid hsla(0,0%,100%,.24);border-radius:50%;content:""}.topic-panel--tech{background:var(--sage-dark)}.topic-panel--life{background:var(--clay)}.topic-panel__number{align-self:start;color:hsla(0,0%,100%,.7);font-family:var(--serif);font-size:.9rem}.topic-panel p{margin:0 0 12px;font-size:.78rem;font-weight:700;letter-spacing:.16em}.topic-panel h3{max-width:440px;margin:0;font-family:var(--serif);font-size:clamp(1.7rem,3vw,2.7rem);font-weight:520;line-height:1.28}.topic-panel__arrow{display:grid;width:48px;height:48px;place-items:center;border:1px solid hsla(0,0%,100%,.55);border-radius:50%;transition:transform .25s ease,background .25s ease}.topic-panel:hover .topic-panel__arrow{color:var(--text);background:#fffaf4;transform:rotate(45deg)}.about-teaser{display:grid;grid-template-columns:minmax(110px,.35fr) minmax(0,1fr);gap:52px;padding-bottom:clamp(100px,13vw,170px)}.about-teaser__mark{color:var(--clay);font-family:Georgia,serif;font-size:clamp(8rem,18vw,15rem);line-height:.75}.about-teaser h2{max-width:870px;margin:0 0 32px;font-family:var(--serif);font-size:clamp(2rem,4vw,4rem);font-weight:520;letter-spacing:-.04em;line-height:1.25}.archive-header{padding-block:clamp(72px,10vw,130px) clamp(54px,7vw,88px);border-bottom:1px solid var(--line)}.archive-header h1,.error-page h1,.page-header h1{margin:0;font-family:var(--serif);font-size:clamp(3rem,7vw,6.5rem);font-weight:520;letter-spacing:-.05em;line-height:1.1}.archive-header>p:last-child,.page-header>p:last-child{max-width:620px;margin:24px 0 0;color:var(--muted);font-size:1.05rem}.archive-list{padding-block:14px 80px}.archive-list .post-card{display:grid;grid-template-columns:minmax(240px,.42fr) minmax(0,.58fr);gap:clamp(26px,5vw,72px);padding-block:38px;border-bottom:1px solid var(--line)}.archive-list .post-card__body{align-self:center;padding:0}.archive-list .post-card__title{font-size:clamp(1.7rem,3.4vw,3rem);font-weight:540}.pagination-wrap{padding-bottom:100px}.pagination{display:flex;align-items:center;justify-content:center;gap:24px;color:var(--muted);font-size:.88rem}.pagination a{color:var(--text);font-weight:650;text-decoration:none}.author-header__image{width:92px;height:92px;margin-bottom:24px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.topics-index{padding-bottom:110px}.topic-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto 44px;align-items:center;gap:24px;padding-block:28px;border-bottom:1px solid var(--line);text-decoration:none}.topic-row__count,.topic-row__index{color:var(--muted);font-size:.78rem}.topic-row h2{margin:0;font-family:var(--serif);font-size:clamp(1.45rem,3vw,2.45rem);font-weight:560}.topic-row p{margin:6px 0 0;color:var(--muted);font-size:.9rem}.topic-row__arrow{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--line);border-radius:50%;transition:transform .2s ease,background .2s ease}.topic-row:hover .topic-row__arrow{color:var(--surface);background:var(--text);transform:rotate(45deg)}.article-header{padding-block:clamp(70px,9vw,120px) clamp(42px,6vw,70px);text-align:center}.article-header__meta{justify-content:center}.article-header h1{margin:22px auto 0;font-family:var(--serif);font-size:clamp(2.7rem,7vw,6.2rem);font-weight:520;letter-spacing:-.055em;line-height:1.1}.article-header__excerpt{max-width:680px;margin:28px auto 0;color:var(--muted);font-family:var(--serif);font-size:clamp(1.05rem,2vw,1.35rem)}.article-cover{margin-bottom:clamp(62px,8vw,100px)}.article-cover__picture{aspect-ratio:16/10;overflow:hidden;background:var(--surface-soft);border-radius:3px}.article-cover figcaption,.page-cover figcaption{margin-top:10px;color:var(--muted);font-size:.78rem;text-align:center}.article-layout{display:grid;grid-template-columns:minmax(150px,200px) minmax(0,760px) minmax(0,1fr);gap:48px}.article-toc{position:sticky;top:24px;align-self:start;max-height:calc(100vh - 48px);overflow:auto;color:var(--muted);font-size:.78rem}.article-toc>p{margin:0 0 14px;color:var(--text);font-weight:700;letter-spacing:.1em}.article-toc nav{display:grid;gap:9px;padding-left:12px;border-left:1px solid var(--line)}.article-toc a{display:block;line-height:1.45;text-decoration:none}.article-toc a[data-level="3"]{padding-left:12px;font-size:.72rem}.article-toc a.is-active,.article-toc a:hover{color:var(--clay)}.gh-content{min-width:0;font-family:var(--serif);font-size:clamp(1.04rem,1.45vw,1.14rem);line-height:1.95}.gh-content>*{margin-top:0;margin-bottom:1.55em}.gh-content h2,.gh-content h3,.gh-content h4{scroll-margin-top:32px;color:var(--text);line-height:1.35}.gh-content h2{margin-top:2.4em;margin-bottom:.8em;font-size:clamp(1.75rem,3vw,2.45rem);letter-spacing:-.03em}.gh-content h3{margin-top:2em;margin-bottom:.7em;font-size:clamp(1.35rem,2.3vw,1.75rem)}.gh-content li,.gh-content p{color:color-mix(in srgb,var(--text) 91%,var(--muted))}.gh-content a{color:var(--clay);overflow-wrap:anywhere}.gh-content strong{color:var(--text)}.gh-content blockquote{margin:2.2em 0;padding:4px 0 4px 26px;border-left:3px solid var(--clay);font-size:1.2em}.gh-content blockquote p:last-child{margin-bottom:0}.gh-content hr{width:90px;height:1px;margin-block:3em;background:var(--line);border:0}.gh-content ol,.gh-content ul{padding-left:1.4em}.gh-content li+li{margin-top:.45em}.gh-content img{border-radius:3px}.gh-content figcaption{margin-top:8px;color:var(--muted);font-family:var(--sans);font-size:.76rem;text-align:center}.gh-content pre{position:relative;margin:2em 0;padding:24px;overflow:auto;color:var(--code-text);background:var(--code-bg);border-radius:4px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.82rem;line-height:1.7;-moz-tab-size:4;-o-tab-size:4;tab-size:4}.gh-content :not(pre)>code{padding:.15em .38em;color:var(--clay);background:color-mix(in srgb,var(--clay) 11%,transparent);border-radius:3px;font-family:SFMono-Regular,Consolas,monospace;font-size:.88em}.code-copy{position:absolute;z-index:2;top:10px;right:10px;padding:5px 9px;color:#d9d0c7;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.16);border-radius:3px;font-family:var(--sans);font-size:.68rem;cursor:pointer}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#8f9a89}.token.punctuation{color:#d9d0c7}.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{color:#e89a7c}.token.boolean,.token.number{color:#d7b377}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#a9bd99}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#d6c6a2}.token.atrule,.token.attr-value,.token.keyword{color:#c0a4d6}.token.class-name,.token.function{color:#ddc786}.token.important,.token.regex,.token.variable{color:#d99577}.gh-content table{width:100%;margin-block:2em;border-collapse:collapse;font-family:var(--sans);font-size:.86rem}.gh-content td,.gh-content th{padding:12px 14px;border:1px solid var(--line);text-align:left}.gh-content th{background:var(--surface-soft)}.kg-width-wide{width:min(960px,calc(100vw - 48px))}.kg-width-full,.kg-width-wide{max-width:none;margin-left:50%;transform:translateX(-50%)}.kg-width-full{width:100vw}.kg-audio-card,.kg-bookmark-card,.kg-callout-card,.kg-embed-card,.kg-file-card,.kg-gallery-card,.kg-image-card,.kg-product-card,.kg-toggle-card,.kg-video-card{font-family:var(--sans)}.kg-gallery-container{display:flex;flex-direction:column;gap:8px}.kg-gallery-row{display:flex;flex-direction:row;gap:8px}.kg-gallery-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.kg-bookmark-card a,.kg-file-card a,.kg-product-card-container{color:var(--text);background:var(--surface);border-color:var(--line)}.kg-callout-card,.kg-toggle-card{border-radius:4px}.kg-button-card .kg-btn{color:var(--surface);background:var(--text);border-radius:999px;font-family:var(--sans)}.kg-header-card h2,.kg-header-card h3{color:inherit}.article-footer{padding-block:72px 100px}.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:52px}.article-tags a{padding:7px 13px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:999px;font-size:.76rem;text-decoration:none}.author-card{display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px;padding-top:36px;border-top:1px solid var(--line)}.author-card img{width:76px;height:76px;-o-object-fit:cover;object-fit:cover;border-radius:50%}.author-card h2{margin:0;font-family:var(--serif);font-size:1.45rem}.author-card div>p:last-child{margin:7px 0 0;color:var(--muted);font-size:.9rem}.page-shell{padding-block:clamp(70px,9vw,120px)}.page-header{margin-bottom:54px}.page-cover{margin:0 0 58px}.page-cover__picture{aspect-ratio:16/10;overflow:hidden}.error-page{padding-block:clamp(120px,18vw,220px);text-align:center}.error-page>p:not(.eyebrow){max-width:560px;margin:26px auto 0;color:var(--muted)}.error-page__actions{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:36px}.empty-state{grid-column:1/-1;padding:clamp(48px,8vw,90px);text-align:center;background:var(--surface);border:1px solid var(--line);border-radius:3px}.empty-state h2,.empty-state h3{margin:0;font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.4rem)}.empty-state p:last-child{margin-bottom:0;color:var(--muted)}.empty-state--compact{padding:48px}.site-footer{color:#f7efe5;background:#29231f}.site-footer__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:64px;padding-block:72px}.site-footer__brand{max-width:560px}.site-footer__brand .eyebrow{color:#d99577}.site-footer__title{margin:0;font-family:var(--serif);font-size:clamp(2.2rem,5vw,4.8rem);line-height:1.15}.site-footer__brand>p:last-child{margin:15px 0 0;color:#baafa6}.site-footer__links{display:grid;align-content:start;gap:10px}.site-footer__links a{color:#d9d0c7;font-size:.88rem;text-decoration:none}.site-footer__links a:hover{color:#fff}.site-footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 18px;padding-block:18px 24px;color:#92867d;border-top:1px solid hsla(0,0%,100%,.1);font-size:.72rem;text-align:center}.site-footer__legal a{color:inherit;text-decoration:none}@media (max-width:980px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:minmax(0,760px);justify-content:center}.article-toc{position:static;width:100%;max-height:none;margin-bottom:18px;padding:18px;background:var(--surface);border:1px solid var(--line)}}@media (max-width:760px){:root{--shell:min(100% - 32px, 1200px);--narrow:min(100% - 32px, 760px)}.site-header__inner{min-height:70px}.nav-toggle{display:inline-flex}.site-navigation{position:absolute;top:70px;right:0;left:0;display:grid;gap:0;padding:12px 16px 20px;visibility:hidden;background:var(--bg);border-bottom:1px solid var(--line);box-shadow:var(--shadow);opacity:0;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.site-navigation.is-open{visibility:visible;opacity:1;transform:translateY(0)}.site-navigation>a{padding:13px 4px;border-bottom:1px solid var(--line)}.search-button{justify-content:center;margin-top:14px}.nav-toggle[aria-expanded=true] .nav-toggle__lines i:first-child{transform:translateY(3px) rotate(45deg)}.nav-toggle[aria-expanded=true] .nav-toggle__lines i:last-child{transform:translateY(-3px) rotate(-45deg)}.home-intro{padding-top:70px}.home-intro__foot{grid-template-columns:1fr;gap:26px}.home-intro__foot .round-link{justify-self:start}.section-heading{align-items:start;flex-direction:column;gap:15px}.featured-grid{grid-template-columns:1fr}.featured-card--lead,.featured-card:nth-child(3){grid-column:auto;grid-row:auto}.featured-card:not(.featured-card--lead){display:grid;grid-template-columns:42% minmax(0,1fr);gap:18px;padding-top:22px;border-top:1px solid var(--line)}.featured-card:not(.featured-card--lead) .featured-card__body{padding-top:0}.post-grid,.topic-gateway__grid{grid-template-columns:1fr}.topic-panel{min-height:280px;padding:26px}.about-teaser{grid-template-columns:1fr;gap:8px}.about-teaser__mark{height:90px}.archive-list .post-card{grid-template-columns:1fr;gap:20px}.topic-row{grid-template-columns:30px minmax(0,1fr) 38px;gap:14px}.topic-row__count{display:none}.article-cover{width:100%}.article-cover__picture{border-radius:0}.kg-width-full,.kg-width-wide{width:100vw}.site-footer__inner{grid-template-columns:1fr;gap:38px}.site-footer__links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:460px){.site-brand__name{max-width:170px}.home-intro h1{font-size:2.75rem}.featured-card:not(.featured-card--lead){grid-template-columns:36% minmax(0,1fr)}.featured-card:not(.featured-card--lead) .featured-card__meta span{display:none}.topic-panel{grid-template-columns:1fr auto}.topic-panel__number{display:none}.author-card{grid-template-columns:1fr}.error-page__actions{align-items:stretch;flex-direction:column}.error-page__actions .button,.error-page__actions .round-link{justify-content:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.article-toc,.code-copy,.related-section,.site-footer,.site-header{display:none!important}body{color:#000;background:#fff}.article-layout{display:block}.gh-content{max-width:none}}