:root{--font-serif:"DSHeadings", "Times New Roman", Georgia, serif;--font-display:"DSHeadings", "Times New Roman", Georgia, serif;--font-sans:"DSBody", "Helvetica Neue", Arial, sans-serif;--color-bg:#ffffff;--color-bg-alt:#f6f6f5;--color-fg:#0a0a0a;--color-fg-mid:#171717;--color-fg-muted:#5b5b5b;--color-fg-soft:#8a8a8a;--color-rule:#1a1a1a;--color-rule-soft:#d8d8d8;--color-fg-excerpt:#595959;--color-link:#0a0a0a;--color-accent:#1877f2;--color-accent-hover:#0f5fc6;--color-exclude-bg:#000000;--color-exclude-fg:#ffffff;--color-hl:#f05252;--w-max:1200px;--w-content:640px;--gap-l:2rem;--gap:1.5rem;--gap-m:1rem;--gap-s:.75rem;--gap-xs:.5rem;--gap-xxs:.25rem;--container-gap:1rem;--navbar-height:60px;--radius-button:9999px;--radius-pill:999px;font-size:16px;line-height:1.25}#themeToggle .icon-sun{display:none}#themeToggle .icon-moon{display:block}@media(prefers-color-scheme:dark){:root{--color-bg:#0f0f0f;--color-bg-alt:#171717;--color-fg:#f3f3f3;--color-fg-mid:#bcbcbc;--color-fg-muted:#b3b3b3;--color-fg-soft:#8a8a8a;--color-rule:#f3f3f3;--color-rule-soft:#2a2a2a;--color-fg-excerpt:#bcbcbc;--color-link:#f3f3f3;--color-accent:#2d80fb;--color-accent-hover:#5599ff;--color-exclude-bg:#f3f3f3;--color-exclude-fg:#0f0f0f}#themeToggle .icon-sun{display:block}#themeToggle .icon-moon{display:none}}[data-theme=light]{--color-bg:#ffffff;--color-bg-alt:#f6f6f5;--color-fg:#0a0a0a;--color-fg-mid:#171717;--color-fg-muted:#5b5b5b;--color-fg-soft:#8a8a8a;--color-rule:#1a1a1a;--color-rule-soft:#d8d8d8;--color-fg-excerpt:#595959;--color-link:#0a0a0a;--color-accent:#1877f2;--color-accent-hover:#0f5fc6;--color-exclude-bg:#000000;--color-exclude-fg:#ffffff}[data-theme=dark]{--color-bg:#0f0f0f;--color-bg-alt:#171717;--color-fg:#f3f3f3;--color-fg-mid:#bcbcbc;--color-fg-muted:#b3b3b3;--color-fg-soft:#8a8a8a;--color-rule:#f3f3f3;--color-rule-soft:#2a2a2a;--color-fg-excerpt:#bcbcbc;--color-link:#f3f3f3;--color-accent:#2d80fb;--color-accent-hover:#5599ff;--color-exclude-bg:#f3f3f3;--color-exclude-fg:#0f0f0f}[data-theme=dark] #themeToggle .icon-sun{display:block}[data-theme=dark] #themeToggle .icon-moon{display:none}[data-theme=light] #themeToggle .icon-sun{display:none}[data-theme=light] #themeToggle .icon-moon{display:block}*,*::before,*::after{box-sizing:border-box}html{line-height:1.25}body{margin:0;color:var(--color-fg);background:var(--color-bg);font-family:var(--font-sans);overflow-x:clip!important}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}img,picture,figure,svg,video,canvas{display:block;max-width:100%;width:100%}img,svg{height:auto}button,input,textarea,select{font-family:inherit;margin:0}button{font:inherit;color:inherit;background:0 0;border:0;padding:0;cursor:pointer}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:700;line-height:1.1;letter-spacing:-.01em}.muted{color:var(--color-fg-muted)}.container,.t-container,.m-container{max-width:var(--w-max);margin-inline:auto;padding-inline:var(--container-gap)}.center{display:flex;flex-direction:column;align-content:center;align-items:center;justify-content:center;text-align:center;margin:auto}.alt-bg{background:var(--color-bg-alt)}.fw-100{font-weight:100}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.underline-hl{text-decoration:underline 1px var(--color-hl);text-underline-offset:3px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr)}.grid-4{display:grid;grid-template-columns:repeat(4,1fr)}.grid-expand-2c{grid-column:span 2}.grid-expand-3c{grid-column:span 2}.kicker{font-family:var(--font-sans);font-weight:700;font-size:.8em;text-transform:uppercase;letter-spacing:.1em;color:var(--color-fg-muted)}.show-mobile-block,.show-mobile-flex,.show-mobile-grid{display:none}.navbar{position:sticky;top:0;z-index:1000;background:0 0;display:grid;grid-template-columns:auto minmax(0,1fr)auto;align-items:center;padding-block:.6rem;min-height:var(--navbar-height);padding:0 1rem;border-bottom:1px solid transparent}.navbar.focus{background:var(--color-bg);color:var(--color-fg);border-bottom:1px solid var(--color-rule-soft)}.navbar.with-bg{background:var(--color-bg);color:var(--color-fg)}.navbar.scrolled{background:var(--color-bg)}.navbar.transparent-light:not(.with-bg),.navbar.transparent-dark:not(.with-bg){background:0 0;color:#fff;border-bottom-color:transparent}.navbar.transparent-light:not(.with-bg){color:#fff}.navbar.transparent-dark:not(.with-bg){color:#0a0a0a}.navbar-left,.navbar-right{display:flex;align-items:center}.navbar-left{justify-content:start}.navbar-right{justify-content:end;gap:var(--gap-xs)}.navbar-center{position:absolute;left:50%;transform:translateX(-50%);max-width:100%}.navbar-logo{display:none}.navbar-logo svg,.navbar-logo img{fill:currentColor;display:block;width:min(250px,100%);height:auto}.navbar-full .navbar-logo,.navbar.focus .navbar-logo{display:flex;justify-content:center;align-items:center;flex-shrink:1}.navbar-button{width:2.25rem;height:2.25rem;display:inline-flex;place-items:center;border-radius:var(--radius-button);padding:.5rem}.navbar-link{font-weight:700;font-size:1rem;padding:.5rem 1rem;white-space:nowrap;border-radius:var(--radius-button)}.navbar-link:hover{background:rgba(0,0,0,5%)}.navbar-link.hl{background:var(--color-accent);color:#fff;font-weight:700;white-space:nowrap;border:1px solid transparent}.navbar-link.hl:hover{filter:brightness(.9);border-color:var(--color-fg);color:var(--color-fg)}.site-header{margin-bottom:32px}.site-header-brand{display:flex;flex-direction:column;align-items:center;padding-top:1.5rem;padding-bottom:3rem;text-align:center}.site-header.scrolled .site-header-brand{display:none}.site-header-brand svg,.site-header-brand img{display:block;width:auto;height:50px;fill:var(--color-fg)}.header-main-nav{border-bottom:1px solid var(--color-fg)}.site-header.scrolled .header-main-nav{border-bottom:1px solid var(--color-rule-soft);max-width:unset}.header-main-nav ul{display:flex;justify-content:center;gap:16px;padding:8px;list-style:none;overflow-x:scroll;scrollbar-width:none;max-width:1200px;margin:auto}.header-main-nav li{text-transform:uppercase;text-align:center;white-space:nowrap;font-size:.875rem;line-height:1.15;font-weight:700;letter-spacing:.7px;padding:.5rem}.header-nav-tabs{display:none}.header-nav-tabs ul{display:flex;justify-content:center;gap:1.25rem;padding:0;white-space:nowrap;width:fit-content;margin:0 auto}.header-nav-tabs a{display:block;font-family:var(--font-sans);font-size:.95rem;color:var(--color-fg-muted);padding:.5rem 0 .9rem}.header-nav-tabs a.active{color:var(--color-fg);border-bottom:4px solid var(--color-fg);font-weight:700}.side-menu{position:fixed;top:calc(var(--navbar-height) - 1px);inset:0 auto 0 0;width:min(85vw,300px);background:var(--color-bg);border-right:1px solid var(--color-rule-soft);transform:translateX(-100%);transition:transform .25s ease;z-index:1111;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;font-size:1.1rem}.side-menu[data-open=true]{transform:translateX(0);top:calc(var(--navbar-height) - 1px)}.side-menu[data-open=false]{top:calc(var(--navbar-height) - 1px)}.show-with-sidemenu{display:none}body.side-menu-open .hide-with-sidemenu{display:none}body.side-menu-open .show-with-sidemenu{display:inline-flex}.side-menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:1110;top:var(--navbar-height)}.side-menu-backdrop[data-open=true]{opacity:1;pointer-events:auto}.side-menu section:not(:last-child){border-bottom:1px solid var(--color-rule-soft)}.side-menu section{padding-bottom:1rem}.side-menu section h2{font-weight:700;font-family:var(--font-sans);font-size:1.1rem;margin-bottom:.5rem}.side-menu section li{padding:.2rem 0}.side-menu-nav-main li{font-weight:700}.side-menu-nav-secondary{font-size:1rem}.side-menu-search-form{display:flex}.side-menu-search-form label{width:100%}.side-menu-search-form-field{background:var(--color-bg-alt);padding:.5rem .75rem;border-radius:8px 0 0 8px;border:none;width:100%;color:var(--color-fg)}.side-menu-search-form-field:focus{outline:none}.side-menu-search-form-submit{background:var(--color-bg-alt);border-radius:0 8px 8px 0;border:none;padding:.3125rem .5rem}.side-menu-contrast{display:flex;justify-content:center;gap:var(--gap-xxs)}footer{display:flex;flex-direction:column;align-items:center;gap:var(--gap);padding:1.5rem;border-top:1px solid var(--color-rule-soft);margin-top:2rem}.footer-brand svg,.footer-brand img{fill:var(--color-fg);height:auto;width:100%;max-width:250px}footer .common-pages ul{display:flex;list-style:none;justify-content:center;flex-wrap:wrap;gap:16px}.social-icons{display:flex;flex-wrap:wrap;gap:var(--gap-xs)}.social-icons a{display:inline-block;line-height:0;text-align:center;border-radius:50%;border:1px solid var(--color-bg);padding:.25em;margin:0;font-size:1rem}.social-icons a:hover{background:rgba(0,0,0,5%)}.social-icons svg{fill:var(--color-fg);height:1rem;width:1rem}.site-main{margin-bottom:5rem}.top-highlights{z-index:20;display:flex;margin-bottom:2rem;overflow:scroll;scrollbar-width:none;background:var(--color-bg)}.top-highlights ul{display:flex;flex-wrap:nowrap;justify-content:center;gap:1.25rem;padding:1rem;white-space:nowrap;width:fit-content;margin:0 auto}.top-highlights li,.top-highlights div{font-size:.875rem;line-height:1;color:var(--color-fg)}.top-highlights-title{background-color:var(--color-bg);font-weight:700}.post-container{max-width:var(--w-content);margin-inline:auto}.post-header{margin-top:3rem;margin-bottom:2.5rem}.post-header .kicker{font-family:var(--font-sans);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.24em;color:var(--color-fg-muted);padding-block:.75rem .25rem}.post-header.post-header-split{display:flex;flex-wrap:wrap;margin-top:0;margin-bottom:5rem}.post-header.post-header-split>*{flex:1 1 50%}.post .kg-embed-card{iframe, objetc, embed{position:relative;width:100%;height:400px}}.post .kg-gallery-image img{cursor:pointer}.post .kg-width-wide{width:100%}.post .kg-width-full{width:100%}.post canvas,.post img,.post picture,.post svg,.post video{display:block;height:auto;max-width:100%}.post-header-minimal{max-width:var(--w-max);margin-inline:auto}.post-header.post-header-minimal .post-header-minimal-top{display:flex;flex-wrap:wrap;align-items:center}.post-header.post-header-minimal .post-header-minimal-top>*{flex:1 1 400px}.post-header.post-header-minimal .post-header-minimal-top{padding-bottom:1.5rem;border-bottom:1px solid var(--color-rule)}.post-header-minimal-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--gap-m);padding-block:.5rem 1.5rem;padding-inline:1.25rem}.post-header-heading{display:flex;flex-direction:column;row-gap:clamp( var(--gap-xs),4vw,var(--gap-m))}.post-header.post-header-split .post-header-heading{align-content:center;align-items:center;text-align:center;margin:auto;padding:10%}.post-header.post-header-minimal .post-header-heading{padding:0;margin:1.25rem}.post-header-overlay{position:relative;margin-top:0;margin-bottom:2.5rem}.post-header-overlay-media{position:relative;display:block;overflow:hidden;min-height:100dvh;background:var(--color-bg-alt);margin-top:calc(-1 * var(--navbar-height));padding-top:var(--navbar-height)}.post-header-overlay-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}.post-header-overlay-veil{position:absolute;inset:0;background:linear-gradient( to bottom,rgba(0,0,0,.75) 0%,rgba(0,0,0,.45) 18%,rgba(0,0,0,.2) 35%,transparent 42%,rgba(0,0,0,.3) 55%,rgba(0,0,0,.7) 75%,rgba(0,0,0,.95) 100% );z-index:1}.post-header-overlay-heading{position:absolute;bottom:6dvh;left:0;right:0;z-index:2;padding:clamp(1.5rem,5vw,4rem)1rem;text-align:center;color:#fff;display:flex;flex-direction:column;align-content:center;align-items:center;text-align:center;margin:auto;gap:var(--gap-s);max-width:calc(var(--w-max)/1.2)}.post-header-overlay-heading.dark{color:#0f0f0f}.post-header-overlay-heading .post-tag,.post-header-overlay-heading .kicker,.post-header-overlay-heading .post-title,.post-header-overlay-heading .post-subtitle,.post-header-overlay-heading .post-meta,.post-header-overlay-heading .post-meta .post-author{color:inherit}.post-header-overlay-footer{margin-block:2rem}.post-header-overlay figcaption{padding-inline:var(--container-gap);text-align:end}.post-tags{display:flex;flex-shrink:0;flex-wrap:wrap;column-gap:var(--gap-m);row-gap:var(--gap-xs)}.center .post-tags{justify-content:center}.post-tags.tag-bar{display:flex;flex-wrap:nowrap;overflow:scroll hidden;scrollbar-width:none;-ms-overflow-style:none;margin:0}.post-tags.tag-bar .post-tags::-webkit-scrollbar{display:none}.post-tags.tag-bar .post-tags-row{display:flex;flex-shrink:0;column-gap:1rem}.tag-bar::after{content:"";position:sticky;right:0;display:block;width:40px;height:100%;background:linear-gradient(to right,transparent,var(--color-bg));pointer-events:none}.post-tag{font-family:var(--font-sans);font-size:1rem;color:var(--color-fg);white-space:nowrap;flex:none;height:100%;justify-content:center}.post-tag.main-tag{font-weight:700}.post-tag:hover{text-decoration:underline;text-underline-offset:3px}.post-title{font-family:var(--font-serif);font-size:clamp(1.75rem,3vw,2.6rem);line-height:1.1}.post-subtitle{color:var(--color-fg-mid);font-size:clamp(1.125rem,3vw,1.25rem)}.post-image{margin-block:1.25rem}.post-header-split .post-image{margin:0;height:calc(100vh)}.post-header-minimal .post-image{margin:0}.post-image img{width:100%;height:100%;aspect-ratio:16/9;object-fit:cover}.post-header.post-header-split img{aspect-ratio:unset}.post-header-split .post-image figcaption{text-align:end;margin-right:1rem}.post-meta{display:flex;gap:var(--gap-xxs);color:var(--color-fg-muted);font-size:.9rem}.post-header-heading.center .post-meta{flex-direction:column}.post-header-heading:not(.center) .post-meta>*:not(:first-child)::before{content:"·";margin-right:var(--gap-xxs)}.post-header-minimal .post-meta>:not(:first-child)::before{content:"·";margin-right:var(--gap-xxs)}.post-meta .post-author{color:var(--color-fg);font-weight:700}.post-actions{display:flex;flex-wrap:wrap;gap:var(--gap-s);align-items:center;margin:0 -.5rem;margin-block:1rem}.post-action{display:flex;align-items:center;gap:8px;cursor:pointer;width:fit-content;flex-direction:row;border-radius:var(--radius-button);padding:.5rem;font-size:.875rem}.post-action svg{display:block;fill:var(--color-fg);width:1rem;height:1rem}.post-action:hover{background:rgba(0,0,0,5%)}.post-action-pill{display:inline-flex;align-items:center;line-height:1;border-radius:var(--radius-button);border:1px solid var(--color-rule-soft);padding:.25rem .5rem}.post-body{font-size:clamp(1.125rem,3vw,1.25rem);line-height:1.65}.post-body>*+*{margin-top:1.1rem}.post-body.justify{text-align:justify}.post-body.justify.center-titles h1,.post-body.justify.center-titles h2,.post-body.justify.center-titles h3,.post-body.justify.center-titles h4,.post-body.justify.center-titles h5,.post-body.justify.center-titles h6{text-align:center;margin-top:50px}.post-body h2{font-size:clamp(1.75rem,4vw,2.2rem);margin-top:2rem;margin-bottom:.5rem}.post-body h3{font-size:clamp(1.55rem,4vw,2rem);margin-top:1.75rem;margin-bottom:.25rem}.post-body h4{font-size:clamp(1.35rem,4vw,1.8rem);margin-top:1.75rem;margin-bottom:.25rem}.post-body h5{font-size:clamp(1.25rem,4vw,1.7rem);margin-top:1.75rem;margin-bottom:.25rem}.post-body h6{font-size:clamp(1.1rem,4vw,1.6rem);margin-top:1.75rem;margin-bottom:.25rem}.post-body a{text-decoration:underline;text-underline-offset:3px}.post-body table{display:block;width:100%!important;max-width:100%!important;border-collapse:collapse;font-size:.95rem;margin-block:1.5rem;table-layout:fixed}.post-body table th,.post-body table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--color-rule-soft);vertical-align:top;overflow-wrap:anywhere}.post-body table thead th{font-family:var(--font-sans);font-weight:700;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid var(--color-fg)}.post-body blockquote{border-left:0 solid var(--color-fg);padding-left:1rem;font-family:var(--font-serif);font-size:1.25rem;font-style:italic;font-weight:300;color:var(--color-fg-muted);margin-left:1rem}.post-body figure{margin-block:1.25rem}.post-body figcaption{color:var(--color-fg-soft);font-size:.82rem;margin-top:.4rem}.post-body iframe,.post-body video{width:100%;aspect-ratio:16/9}.post-body ul,.post-body ol{padding-left:1.25rem;margin-left:.5rem;list-style:disc}.post-body ol{list-style:decimal}.post-body li+li{margin-top:.35rem}.post-caption,.caption{color:var(--color-fg-soft);font-size:.78rem;margin-top:.4rem}.post-footer{margin-top:3rem}.post-footer-widget{margin-block:3rem}.post-footer-widget-title{font-family:var(--font-sans);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.04em;padding-top:.5rem;margin-bottom:1rem;border-top:1px solid var(--color-rule)}.post-footer-widget-title a{display:flex;gap:.35rem}.post-footer-widget-title a::after{content:"›";font-weight:400;color:var(--color-fg-muted)}.post-footer-widget-title a:hover{text-decoration:underline;text-underline-offset:3px}.post-footer-tags{display:flex;flex-wrap:wrap;gap:var(--gap-s);align-items:center;margin-block:1rem}.post-footer-tag{display:flex;align-items:center;gap:8px;cursor:pointer;width:fit-content;flex-direction:row;border-radius:var(--radius-button);padding:.5rem;font-family:var(--font-sans);font-size:.85rem;background:var(--color-bg-alt)}.post-footer-tag:hover{background:rgba(0,0,0,.1)}.post-footer-widget-grid{display:grid;gap:var(--gap-m);grid-template-columns:1fr 1fr}.post-footer-widget-grid .post-card-title,.post-footer-widget-list .post-card-title{font-size:clamp(1rem,4vw,1.25rem)}.post-footer-widget-list{display:flex;flex-direction:column;gap:var(--gap-m)}.post-footer-widget-list .post-card{display:flex;flex-direction:row-reverse;align-items:center;column-gap:var(--gap-m);padding-bottom:var(--gap-m)}.post-footer-widget-list .post-card:not(:last-child){border-bottom:1px solid var(--color-rule-soft)}.post-footer-widget-list .post-card figure{flex-shrink:0;flex:0 0 30%;justify-content:center;align-items:center}.post-footer-widget-list .post-card figure img{height:100%}.post-footer-widget-hero{display:flex;flex-direction:column;gap:var(--gap-m);background:var(--color-bg-alt);padding:1.5rem 3rem;border-radius:4px;text-align:center}.post-footer-widget-hero .post-card-head{align-items:center}.post-footer-widget-hero h3{font-family:var(--font-serif);font-size:1.3rem;margin-bottom:.5rem}.post-footer-widget-hero p{color:var(--color-fg-muted);font-size:.9rem;margin-bottom:1rem}.post-card{display:flex;flex-direction:column;row-gap:var(--gap-s)}.post-card.alt-bg{padding:1rem}.post-card-head{display:flex;flex-direction:column;flex:1;gap:var(--gap-xxs)}.post-card-head.alt-bg{padding:1.25rem}.post-card-head.center{gap:var(--gap-xs)}.post-card-title{font-family:var(--font-serif);font-weight:700;font-size:clamp(1.125rem,3vw,1.25rem);line-height:1.2;margin-bottom:var(--gap-xxs)}.post-card-title:hover{opacity:.7}.post-card-head.alt-bg .post-card-title{font-weight:700}.post-card-excerpt{color:var(--color-fg-excerpt);font-size:.95rem}.post-card-head.alt-bg .post-card-excerpt{color:var(--color-fg-mid)}.post-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.post-card-tags{display:flex;flex-wrap:wrap;align-items:center;column-gap:var(--gap-xs);row-gap:var(--gap-xxs);color:var(--color-fg-muted);font-weight:400;font-size:.8rem}.center .post-card-tags{justify-content:center}.post-card-tags .main-tag{display:block;font-family:var(--font-sans);font-weight:600;color:var(--color-fg)}.post-card-meta{display:flex;gap:var(--gap-xxs);color:var(--color-fg-muted);font-size:clamp(.5rem,4vw,.85rem);font-weight:500}.center .post-card-meta{flex-direction:column}.post-card-meta .post-card-author{color:var(--color-fg);font-weight:700}.post-card-head:not(.center) .post-card-meta>:not(:first-child)::before{content:"·";margin-right:var(--gap-xxs)}.post-card-hero{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--gap-m)}.post-card-hero>*{flex:1 1 300px}.post-card-hero .post-card-head{gap:var(--gap-xs);max-width:50rem}.post-card-hero .post-card-head.center{padding:1rem;gap:var(--gap)}.post-card-hero .post-card-title{font-family:var(--font-serif);line-height:1.2;font-size:clamp(1.4rem,2.4vw,2rem)}.post-card-hero .post-card-tags{font-size:clamp(.85rem,2.4vw,1rem)}.post-card-hero.reverse .post-card-head{order:2}.post-card-hero.reverse .post-card-image{order:1}.post-card-layout-grid{display:grid;gap:var(--gap);grid-template-columns:repeat(3,1fr)}.post-card-layout-grid.grid-2{grid-template-columns:repeat(2,1fr)}.post-card-layout-grid.grid-3{grid-template-columns:repeat(3,1fr)}.post-card-layout-grid.grid-4{grid-template-columns:repeat(4,1fr)}.post-card-layout-grid.grid-5{grid-template-columns:repeat(5,1fr)}.post-card-layout-grid.grid-200{grid-template-columns:repeat( auto-fit,minmax(200px,1fr) )}.post-card-layout-grid.grid-250{grid-template-columns:repeat( auto-fit,minmax(250px,1fr) )}.post-card-layout-grid.grid-300{grid-template-columns:repeat( auto-fit,minmax(250px,1fr) )}.post-card-layout-grid-auto{display:grid;gap:var(--gap);grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.post-card-layout-stack{display:flex;flex-direction:column;gap:var(--gap-m)}.post-card-layout-stack .post-card{display:flex;flex-direction:column;padding-bottom:var(--gap-m)}.post-card-layout-stack .post-card:not(:last-child){border-bottom:1px solid var(--color-rule-soft)}.post-card-layout-list{display:flex;flex-direction:column;gap:var(--gap-m)}.post-card-layout-list .post-card{display:flex;flex-direction:row;gap:var(--gap-m);min-width:0;padding-bottom:var(--gap-m);align-items:start}.post-card-layout-list.reverse .post-card{flex-direction:row-reverse}.post-card-layout-list .post-card-image{flex-shrink:0;width:100px;margin:0}.post-card-layout-list .post-card .post-card-image img{aspect-ratio:1;width:100%;height:auto;object-fit:cover}.post-card-layout-list .post-card:not(:last-child){border-bottom:1px solid var(--color-rule-soft)}.post-card-layout-list.wide-img .post-card,.wide-img.post-card{align-items:unset}.post-card-layout-list.wide-img .post-card-head,.wide-img.post-card .post-card-head{justify-content:center}.post-card-layout-list.wide-img .post-card-image,.wide-img.post-card .post-card-image{width:30%}.post-card-layout-list.wide-img .post-card-image img,.wide-img.post-card .post-card-image img{aspect-ratio:3/2}.post-card-layout-h-list{display:flex;flex-wrap:wrap;flex-direction:row;gap:var(--gap)}.post-card-layout-h-list .post-card{flex:1 1 200px}.post-card-layout-h-list.carousel .post-card{flex:1 1 300px;flex-shrink:0;border:none}.post-card-layout-h-list.carousel{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;padding-bottom:var(--gap-m);scrollbar-width:thin;scrollbar-color:transparent transparent}.post-card-layout-h-list.carousel:hover{scrollbar-color:var(--color-fg)transparent}.post-card-layout-h-list.carousel::-webkit-scrollbar{width:0;height:4px}.post-card-layout-h-list.carousel::-webkit-scrollbar-thumb{background:0 0;border-radius:999px}.post-card-layout-h-list.carousel:hover::-webkit-scrollbar-thumb{background:var(--color-fg)}.post-card-layout-h-list.carousel::-webkit-scrollbar-track{background:0 0}.author-card{display:flex;flex-direction:column;font-family:var(--font-serif);gap:var(--gap-xs);padding:.5rem;border-radius:999px;border:1px solid var(--color-rule-soft);color:var(--color-fg-muted);background:var(--color-bg-alt)}.author-card .author-name{font-weight:700;color:var(--color-fg)}.opinion-authors-strip-grid{display:flex;gap:var(--gap-m)}.widget{padding-block:var(--gap-l)}.homepage .widget:first-of-type{padding-top:0;margin-top:var(--gap-l)}.widget.no-pad{padding:0}.widget.no-pad-top{padding-top:0}.widget.no-pad-bot{padding-bottom:0}.widget.no-margin-top{margin-top:0}.widget-title{font-family:var(--font-sans);font-weight:700;font-size:1rem;margin-bottom:1rem;padding-block:.5rem;display:flex;align-items:center;gap:.35rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--color-rule)}.widget-title a{display:flex;gap:var(--gap-xs)}.widget-title a::after{content:"›";font-weight:400;color:var(--color-fg-muted)}.widget-title a:hover{text-decoration:underline;text-underline-offset:3px}.widget-main{display:grid;grid-template-columns:1.3fr 1fr;gap:var(--gap);align-items:stretch}.widget-main.widget-main-11{grid-template-columns:1fr 1fr}.widget-main.widget-main-21{grid-template-columns:2fr 1fr}.widget-main.widget-main-31{grid-template-columns:3fr 1fr}.widget-main-lead .post-card-title{font-size:clamp(1.625rem,3vw,2.1rem);font-weight:700;line-height:1.1}.widget-main .widget-main-side .post-card.featured{border-bottom:none}.widget-main .widget-main-side .post-card.featured .post-card-head{gap:var(--gap-s)}.widget-cover{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--gap);align-items:stretch}.widget-cover .widget-cover-col-narrow{grid-column:span 1}.widget-cover .widget-cover-col-narrow.left{order:1}.widget-cover .widget-cover-col-narrow.right{order:3}.widget-cover .widget-cover-col-wide{grid-column:span 2;order:2}.widget-cover .post-card.featured{border-bottom:none}.widget-cover .post-card.featured .post-card-head{gap:var(--gap-s)}.widget-cover-col-wide .post-card:first-child .post-card-title{font-size:clamp(1.625rem,3vw,2.1rem);font-weight:700}.widget-overlay{position:relative;margin-block:var(--gap-l)}.widget-overlay-media{aspect-ratio:16/10;display:block;overflow:hidden;max-height:750px;width:100%}.widget-overlay-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.widget-overlay-veil{position:absolute;inset:0;background:linear-gradient( to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.72) 30%,rgba(0,0,0,.35) 60%,rgba(0,0,0,5%) 100% )}.widget-overlay-text{position:absolute;inset:0 0 2rem 0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;gap:var(--gap-s);padding:2rem 1rem;color:#fff;z-index:2}.widget-overlay-text .kicker{letter-spacing:.22em;color:rgba(255,255,255,.85)}.widget-overlay-text .post-card-title{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.3rem);max-width:32ch}.widget-overlay-text .post-card-excerpt{color:rgba(255,255,255,.85);max-width:50ch;font-size:clamp(.8rem,3vw,1rem);font-family:var(--font-serif);line-height:1.45}.widget-overlay-text .post-card-meta{color:rgba(255,255,255,.8);font-size:.9rem}.widget-wide-image{display:flex;flex-direction:row;flex-wrap:wrap-reverse;gap:var(--gap-m)}.widget-wide-image-side{flex:40 1 0;min-width:min(100%,250px);display:flex;flex-direction:column;gap:var(--gap-m)}.widget-wide-image-pic{flex:60 1 0;min-width:min(100%,350px)}.widget-wide-image-side .post-card:not(:last-child){padding-bottom:var(--gap-m);border-bottom:1px solid var(--color-rule-soft)}.widget-wide-image-pic .caption{text-align:end}.widget-wide-image-side .post-card:first-child .post-card-title{font-size:clamp(1.5rem,3vw,2rem)}.widget-wide-image-side .post-card:not(:first-child) .post-card-title{font-weight:300}.widget-bulletin-cover .tag-bulletin-widget-header{border-bottom:1px solid var(--color-rule-soft)}.widget-bulletin-cover .tag-bulletin-widget{padding-top:0}.widget-bulletin-cover .tag-bulletin-widget-num .bulletin-number{font-size:2rem}.pagination{display:flex;align-items:center;justify-content:center;height:52px;margin-top:2rem;gap:2px}.pagination .arrow{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-fg);border-radius:var(--radius-pill);padding:.25rem 1rem;font-weight:700;font-size:1rem}.pagination .arrow:hover{background:var(--color-fg);color:var(--color-bg)}.pagination .counter{min-width:72px;padding:0 4px;text-align:center;color:var(--color-fg);font-size:1rem;font-weight:600}.pagination .counter span{color:#a0a3a9;font-weight:450}.tag-page-header,.post-archive-header{padding-block:1.5rem;border-bottom:1px solid var(--color-rule);margin-bottom:1.5rem}.tag-page-header h1,.post-archive-header h1{font-family:var(--font-serif);font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:.4rem}.tag-page-header p,.post-archive-header p{color:var(--color-fg-mid);max-width:60ch}.tag-page-heading-widget{margin-bottom:var(--gap);border-radius:4px}.tag-page-heading-widget .post-card-hero{gap:var(--gap)}.tag-page .post-card-hero.featured .post-card-title{font-family:var(--font-serif);font-weight:300;line-height:1.2;font-size:clamp(1.4rem,2.4vw,2rem)}.tag-page .post-card-layout-list .post-card-title{font-size:clamp(1.25rem,3vw,1.8rem)}.opinion-grid .post-card-head{padding:1.25rem;border-radius:4px;display:flex}.opinion-grid .post-card .post-card-head{gap:var(--gap-s)}.tag-page-heading-widget.opinion-page-heading-widget{margin-block:var(--gap-m);padding:var(--gap-m);border-radius:0;border-bottom:1px solid var(--color-rule)}.tag-special-container.container{max-width:740px}.tag-special-header{text-align:center;padding-block:3rem 2rem;border-bottom:1px solid var(--color-fg);margin-bottom:2rem}.tag-special-kicker{font-family:var(--font-sans);font-weight:700;font-size:.8rem;letter-spacing:.28em;text-transform:uppercase;color:var(--color-fg-muted);margin-bottom:.75rem}.tag-special-header h1{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);line-height:1.05}.tag-special-subtitle{color:var(--color-fg-muted);font-size:1.05rem;line-height:1.5;max-width:64ch;margin:.75rem auto 0}.tag-special-list{display:flex;flex-direction:column}.tag-special-item{padding-block:2rem;text-align:center}.tag-special-item:not(:last-child){border-bottom:1px solid var(--color-rule-soft)}.tag-special-date{font-family:var(--font-sans);font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-fg-soft);margin-bottom:.75rem}.tag-special-title{font-family:var(--font-serif);font-size:clamp(1.4rem,3vw,1.9rem);line-height:1.2}.tag-special-title a:hover{text-decoration:underline;text-underline-offset:3px}.tag-special-excerpt{color:var(--color-fg-mid);font-size:1.05rem;line-height:1.55;max-width:58ch;margin:.65rem auto 0}.tag-special-author{font-family:var(--font-sans);font-size:.85rem;color:var(--color-fg-muted);margin-top:.85rem}.tag-bulletin-header{display:flex;flex-direction:column;gap:var(--gap-s);text-align:center;padding-block:3rem 2rem;margin-bottom:2rem}.tag-bulletin-header .kicker{font-family:var(--font-sans);font-weight:700;font-size:.8rem;letter-spacing:.28em;text-transform:uppercase;color:var(--color-fg-muted);margin-bottom:.75rem}.tag-bulletin-header h1{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);line-height:1.05}.tag-bulletin-header-subtitle{color:var(--color-fg-muted);font-size:1.05rem;line-height:1.5;max-width:64ch;margin:.75rem auto 0}.tag-bulletin-widget{display:flex;flex-direction:column;gap:var(--gap-m);padding-block:2rem}.tag-bulletin-widget-header{display:grid;grid-template-columns:minmax(100px,130px)1fr;gap:var(--gap);align-items:stretch;padding-inline:.5rem;border-bottom:1px solid var(--color-rule);padding-block:1rem}.tag-bulletin-widget-num,.tag-bulletin-widget-head{display:flex;flex-direction:column;gap:var(--gap-xs);justify-content:end}.tag-bulletin-widget-num{padding-right:var(--gap-m);border-right:1px solid var(--color-rule-soft);text-align:end}.tag-bulletin-widget-num .bulletin-number{font-family:var(--font-serif);font-size:2rem;font-weight:700}.tag-bulletin-widget-num .bulletin-date{font-family:var(--font-sans);font-weight:700;font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--color-fg-soft)}.tag-bulletin-widget-head .kicker{font-family:var(--font-sans);font-weight:700;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:var(--color-fg-soft)}.tag-bulletin-widget-head .bulletin-title{font-family:var(--font-serif);font-size:clamp(1.8rem,2.6vw,2.2rem);line-height:1.1;font-weight:700}.tag-bulletin-widget-head .bulletin-description{color:var(--color-fg-muted);font-size:.95rem;line-height:1}.tag-bulletin-widget-body .widget-main-side.post-card-layout-list .post-card-title{font-size:1.15rem;font-weight:100;color:var(--color-fg-mid)}.tag-bulletin-widget-body .widget-main-side.post-card-layout-list .post-card-title:hover{font-weight:700}.tag-bulletin-widget-body .widget-main-side.post-card-layout-list .post-card:first-of-type .post-card-title{font-size:clamp(1.4rem,2.4vw,1.65rem);line-height:1.15;font-weight:700;color:var(--color-fg)}.bulletin-header{display:flex;flex-direction:column;gap:var(--gap-s);text-align:center;padding-block:3rem 2rem;border-bottom:1px solid var(--color-rule);margin-bottom:2rem}.bulletin-header .kicker{font-family:var(--font-sans);font-weight:700;font-size:.8rem;letter-spacing:.28em;text-transform:uppercase;color:var(--color-fg-muted);margin-bottom:.75rem;padding-inline:.75rem}.bulletin-header h1{font-family:var(--font-serif);font-size:clamp(2rem,5vw,3rem);line-height:1.05}.bulletin-header .num{font-family:var(--font-serif);font-size:1.4rem;font-weight:700;line-height:1.5;color:var(--color-fg-muted);min-width:3.5rem}.bulletin-header .bulletin-description{max-width:720px;font-size:1.125rem;line-height:1.65;margin-inline:auto;margin-block:2rem 3rem}.bulletin-header .bulletin-date{font-family:var(--font-sans);font-size:.8rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-fg-soft);margin-bottom:.75rem;margin-top:1rem}.bulletin-posts{display:flex;flex-direction:column;gap:var(--gap)}.bulletin-note{font-style:italic;color:var(--color-fg-muted);padding:1rem;margin-block:2.5rem;margin-inline:auto;font-size:.95rem;max-width:var(--w-content)}.bulletin-note p:first-of-type::first-letter{font-family:var(--font-serif);font-size:3.5rem;float:left;line-height:1;padding-right:.5rem;padding-top:.2rem;font-weight:700}.bulletin-note .read-more{display:block;font-weight:700;text-align:end}.bulletin-note a:hover{text-decoration:underline}.newsletter-box{background:var(--color-bg-alt);padding:1.5rem;border-radius:4px;text-align:center}.newsletter-box h3{font-family:var(--font-serif);font-size:1.3rem;margin-bottom:.5rem}.newsletter-box p{color:var(--color-fg-muted);font-size:.9rem;margin-bottom:1rem}.newsletter-form{display:flex;flex-wrap:wrap;gap:var(--gap-xs)}.newsletter-form input{flex:1;padding:.6rem .75rem;border:1px solid var(--color-rule-soft);border-radius:4px;background:var(--color-bg);color:var(--color-fg)}.line-bar{display:flex;flex-wrap:nowrap;overflow:scroll hidden;scrollbar-width:none;-ms-overflow-style:none;margin:0;padding:.5rem 0}.line-bar::-webkit-scrollbar{display:none}.line-bar-row{display:flex;flex-shrink:0}.line-bar-row::after{content:"";position:sticky;right:0;display:block;width:40px;height:100%;background:linear-gradient(to right,transparent,var(--color-bg));pointer-events:none}.line-bar-item{font-family:var(--font-sans);font-size:1rem;color:var(--color-fg);white-space:nowrap;flex:none;height:100%;justify-content:center}.line-bar-item.line-bar-main-item{font-weight:700}.line-bar-item:not(:first-child){margin-left:24px}.line-bar-item:hover{text-decoration:underline;text-underline-offset:3px}.btn-pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--color-accent);color:var(--color-bg);font-weight:700;font-size:.9rem;padding:.5rem;border-radius:var(--radius-pill);white-space:nowrap}.pill{display:inline-block;font-family:var(--font-sans);font-weight:700;font-size:.75rem;line-height:1.75;text-transform:uppercase;padding-inline:8px;border-radius:var(--radius-pill);background:var(--color-fg);color:var(--color-bg);width:fit-content}.toggle-button{border:0;background:0 0;cursor:pointer;padding:0;margin:0}.toggle-button-body{display:flex;align-items:center;justify-content:flex-start;background:var(--color-bg-alt);width:2.3125rem;height:.875rem;padding:0 .125rem;border-radius:.4375rem}.toggle-button-handle{width:.625rem;height:.625rem;background:var(--color-fg-soft);border-radius:50%}.reading-progress{-webkit-appearance:none;appearance:none;position:fixed;top:0;left:0;width:100%;height:2px;border:0;background:0 0;z-index:2000;pointer-events:none;color:var(--color-accent)}.reading-progress::-webkit-progress-bar{background:0 0}.reading-progress::-webkit-progress-value{background:var(--color-accent);transition:width .05s linear}.reading-progress::-moz-progress-bar{background:var(--color-accent)}.error-page h1{font-family:var(--font-serif);font-size:clamp(2rem,4vw,3rem);line-height:1.1;margin-block:1rem}.error-page p{margin-block:1rem}.error-page a{text-decoration:underline;text-underline-offset:3px}@media(max-width:1200px){.hide-tablet{display:none}.t-container{padding-left:0;padding-right:0}.header-main-nav{border-bottom:1px solid var(--color-rule-soft)}.navbar-logo{display:flex;justify-content:center;align-items:center;flex-shrink:1}.site-header-brand{display:none}.header-nav-tabs{display:block}.top-highlights{border-bottom:1px solid var(--color-rule-soft)}.top-highlights ul{padding:.5rem}.tag-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.widget{padding-block:var(--gap-m)}}@media(max-width:768px){.hide-mobile{display:none}.show-mobile-block{display:block}.show-mobile-flex{display:flex}.show-mobile-grid{display:grid}.m-container{padding-left:0;padding-right:0}.container{padding-inline:var(--container-gap)}.reading-progress{height:3px}.site-header{display:none}.navbar{padding:0 .5rem}.navbar-left,.navbar-right{gap:0}.navbar-link{font-size:.875rem}.navbar.m-transparent-light:not(.with-bg),.navbar.m-transparent-dark:not(.with-bg){background:0 0;color:#fff;border-bottom-color:transparent}.navbar.m-transparent-light:not(.with-bg){color:#fff}.navbar.m-transparent-dark:not(.with-bg){color:#0a0a0a}.site-main{margin-top:0}.top-highlights{margin-bottom:var(--gap-s)}.post-tags.tag-bar{border-bottom:1px solid var(--color-rule-soft);border-top:1px solid var(--color-rule-soft);padding-block:.5rem}.post-header{margin-top:0}.page .post-header{margin-top:2rem}.post-header.post-header-split{flex-direction:column}.post-header-heading{margin-top:1.5rem}.post-header.post-header-split .post-header-heading{padding-block:2rem;padding-inline:var(--container-gap)}.post-header.post-header-minimal .post-header-heading{margin:0;margin-top:1.5rem;margin-bottom:1.25rem;padding-inline:var(--container-gap)}.post-header.post-header-minimal .post-header-minimal-top{border:none}.post-header.post-header-minimal .post-header-minimal-foot{flex-direction:column;gap:var(--gap-xs);padding:0 var(--container-gap);margin-top:var(--gap-m)}.post-image figcaption{margin-left:var(--container-gap);margin-right:var(--container-gap)}.post-card-layout-grid,.post-card-layout-grid-auto{grid-template-columns:1fr!important;gap:var(--gap-m)}.post-card-layout-grid.grow-h .post-card,.post-card-layout-grid-auto.grow-h .post-card,.post-card-layout-stack.grow-h .post-card{display:flex;flex-direction:row;align-items:center;gap:var(--gap-m);align-items:start}.post-card-layout-grid.grow-h.grow-reverse .post-card,.post-card-layout-grid-auto.grow-h.grow-reverse .post-card,.post-card-layout-stack.grow-h.grow-reverse .post-card{flex-direction:row-reverse}.post-card-layout-grid .post-card:not(:last-child),.post-card-layout-grid-auto .post-card:not(:last-child),.post-card-layout-h-list .post-card:not(:last-child){padding-bottom:var(--gap-m);border-bottom:1px solid var(--color-rule-soft)}.post-card-layout-grid .post-card .post-card-head{gap:var(--gap-xxs)}.post-card-layout-grid.grow-h .post-card figure,.post-card-layout-grid-auto.grow-h .post-card figure,.post-card-layout-stack.grow-h .post-card figure{width:30%;flex-shrink:0}.post-card-layout-grid.grow-h .post-card figure img,.post-card-layout-grid-auto.grow-h .post-card figure img,.post-card-layout-stack.grow-h .post-card figure img{height:100%;aspect-ratio:1}.post-card-layout-grid.grow-h.wide-img .post-card figure img,.post-card-layout-grid-auto.grow-h.wide-img .post-card figure img,.post-card-layout-stack.grow-h.wide-img .post-card figure img{aspect-ratio:3/2}.post-card-layout-grid .post-card .post-head{display:flex;flex-direction:column}.post-card-layout-list.grow-stack .post-card{display:flex;flex-direction:column;gap:var(--gap-xs)}.post-card-layout-list.grow-stack .post-card-image{width:100%}.post-card-layout-list.grow-stack .post-card-image img{aspect-ratio:16/10}.post-card.grow-no-image .post-card-image,.post-card-layout-grid.grow-no-image .post-card-image,.post-card-layout-grid-auto.grow-no-image .post-card-image,.post-card-layout-stack.grow-no-image .post-card-image,.post-card-layout-list.grow-no-image .post-card-image{display:none}.post-card-layout-h-list.carousel{padding-bottom:0}.post-card-layout-h-list.carousel .post-card{border:none}.post-card-layout-h-list.carousel .post-card{padding-bottom:0;border-bottom:none}.homepage .widget:first-of-type{margin-top:var(--gap-s)}.widget-main,.widget-cover{grid-template-columns:1fr;row-gap:var(--gap-m);column-gap:0}.widget-main-lead{padding-bottom:var(--gap-m);border-bottom:1px solid var(--color-rule-soft)}.widget-cover-col-narrow:not(:last-child),.widget-cover-col-wide:not(:last-child){border-bottom:1px solid var(--color-rule-soft)}.widget-cover .widget-cover-col-wide{grid-column:1/-1;order:-1}.widget-cover .widget-cover-col-narrow{grid-column:1}.widget-overlay{margin-inline:calc(-1 * var(--container-gap))}.widget-overlay-media{aspect-ratio:auto;min-height:80dvh}.widget-overlay.top-heading{margin-top:calc(-1 * var(--navbar-height));min-height:100dvh}.widget-bulletin-cover .tag-bulletin-widget-head{gap:var(--gap-xs)}.tag-bulletin-widget .tag-bulletin-widget-header{grid-template-columns:1fr;padding-block:var(--gap);border-bottom:none}.tag-bulletin-widget .tag-bulletin-widget-num{border:none;padding:0;gap:var(--gap-m)}.tag-bulletin-widget .tag-bulletin-widget-num,.tag-bulletin-widget .tag-bulletin-widget-head{text-align:center}.tag-bulletin-widget .tag-bulletin-widget-head{max-width:64ch;margin:auto}.tag-bulletin-widget .widget-main-lead{padding-bottom:0;border-bottom:none}.tag-bulletin-widget .widget-main-side.post-card-layout-list .post-card-head{text-align:center;align-items:center}}@media(any-hover:hover) and (pointer:fine){.navbar-button:hover,.navbar-link:hover,.header-main-nav li:hover{background:rgba(0,0,0,5%);border-radius:var(--radius-button)}}.print-header{display:none}@media print{@page{size:A4}body{color:#000;background:#fff}.no-print{display:none!important}.side-menu,button,.hamburger,.navbar-left,.navbar-right,.site-header,footer,.post-meta-date,.post-actions,.post-footer,.pagination,video,.kg-video-card{display:none!important}a{color:#000;text-decoration:none}.container,.m-container,.t-container,.post-container{max-width:unset;margin:0;padding:0}main{margin-top:0!important}main img{filter:grayscale(100%)}.navbar{top:0;border-bottom:6px double;margin-bottom:2rem}.post-body{p{text-align:justify;line-height:1.8rem}}.post-header{margin-bottom:3rem!important}.post-header-heading{margin-bottom:2rem!important}.post-header-heading,.post-tags.tag-bar{margin:0 1rem}.post-tags.tag-bar{border:none}.post-header-overlay-media{min-height:350px}.post-header-overlay figcaption{display:none}.post-body>p:last-child{margin-bottom:0;padding-bottom:0}figure,img{break-inside:avoid}}