:root{--ink:#191a20;--muted:#6d7180;--soft:#f4f5f7;--line:#e6e7eb;--white:#fff;--coral:#f45b53;--blue:#315ed8;--shadow:0 10px 25px rgba(29,32,44,.07);--radius:20px;--radius-sm:12px;--wrap:min(1200px,calc(100% - 40px));--reading:720px;--serif:'Playfair Display',Georgia,serif;--sans:'Google Sans Flex',Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.65;letter-spacing:-.01em}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration-color:var(--coral);text-decoration-thickness:1.5px;text-underline-offset:.18em}a:hover{text-decoration-thickness:2px}button,input{font:inherit}.screen-reader-text{clip:rect(0,0,0,0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.screen-reader-text:focus{clip:auto;clip-path:none;display:block;height:auto;left:1rem;padding:.7rem 1rem;top:1rem;width:auto;z-index:10000;background:var(--ink);color:#fff}.site-main{width:var(--wrap);margin-inline:auto}.site-header{width:var(--wrap);border:1px solid var(--line);border-radius:var(--radius);background:rgb(255 255 255/.94);position:sticky;z-index:20;backdrop-filter:blur(12px)}.masthead{display:flex;align-items:center;gap:20px}.wordmark{font-family:var(--serif);font-size:1.45rem;font-weight:700;letter-spacing:-.07em;text-decoration:none;white-space:nowrap}.menu-toggle,.search-toggle{background:var(--soft);color:var(--ink);cursor:pointer}.search-toggle{border:0;min-width:38px;min-height:38px}.menu-toggle{display:none;font-weight:700;padding-inline:.65rem}.menu-toggle:hover,.search-toggle:hover{background:#e9ebef}.post-card,.post-card__image{position:relative;overflow:hidden}.post-card{min-width:0;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:0 1px 0 rgb(0 0 0/.02);transition:transform .25s ease,box-shadow .25s ease}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.post-card__image{display:block;background:var(--soft);aspect-ratio:1.35;text-decoration:none}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.post-card:hover .post-card__image img{transform:scale(1.045)}.post-card__open{display:grid;place-items:center;position:absolute;right:14px;top:14px;width:38px;height:38px;border-radius:50%;background:rgb(255 255 255/.94);font-size:1.25rem;opacity:0;transform:translateY(-5px);transition:.25s}.post-card:hover .post-card__open,.post-card__image:focus .post-card__open{opacity:1;transform:none}.post-card__content{padding:18px 20px 16px}.post-card__category{display:inline-flex;align-items:center;gap:.3rem;max-width:100%;border-radius:999px;background:#fff0ef;color:#bf3731;padding:.2rem .63rem;font-size:.72rem;font-weight:750;line-height:1.4;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.post-card__title{margin:.65rem 0 0;font-family:var(--serif);font-size:clamp(1.3rem,2vw,1.8rem);letter-spacing:-.04em;line-height:1.12}.button:hover,.post-card__title a,a{text-decoration:none}.post-card__meta{display:flex;align-items:center;gap:.8rem;border-top:1px solid var(--line);font-weight:620}.post-card__meta time{margin-left:auto;white-space:nowrap;font-weight:500}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:28px}.eyebrow{margin:0 0 .45rem;font-size:.72rem;font-weight:760;letter-spacing:.13em;text-transform:uppercase}.section-heading h2{margin:0;font-family:var(--serif);font-size:clamp(2.15rem,4vw,4rem);letter-spacing:-.065em;line-height:.95}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.ad-book{display:grid;border:1px solid var(--line);background:var(--soft);overflow:hidden}.ad-book__eyebrow{color:var(--coral)}.ad-book h2{margin:.35rem 0 1rem;font-family:var(--serif)}.ad-book p{max-width:520px;color:var(--muted)}.ad-book__image img{margin-inline:auto}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid var(--ink);border-radius:999px;padding:.55rem 1.1rem;background:var(--white);font-size:.88rem;font-weight:720;text-decoration:none}.button--accent{color:#fff}.button:hover{transform:translateY(-1px)}.site-footer{margin-top:clamp(4rem,8vw,7rem);padding:44px max(20px,calc((100% - 1200px)/2));background:#191a20;color:#fff}.footer-grid{display:flex;justify-content:space-between;gap:28px}.footer-nav ul{display:flex;gap:16px;flex-wrap:wrap;list-style:none;padding:0;margin:0}.footer-nav a{font-size:.85rem}.copyright{margin:24px 0 0;color:#a4a6ae;font-size:.78rem}.search-dialog{width:min(840px,calc(100% - 32px));max-height:calc(100vh - 32px);border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:0 20px 60px rgb(0 0 0/.2)}.search-dialog::backdrop{background:rgb(22 23 28/.55);background:rgb(15 23 42/.35)}.search-top{display:flex;align-items:center;gap:15px}.search-top label{flex:1}.search-input{width:100%;border:0;border-bottom:2px solid var(--ink);padding:.4rem 0;background:#fff0;color:var(--ink);font-family:var(--serif);font-size:clamp(1.75rem,4vw,3.2rem);outline:0}.search-close{border:0;background:#fff0;cursor:pointer;font-size:2rem}.search-help{color:var(--muted);font-size:.86rem}.search-facets{display:flex;flex-wrap:wrap;gap:7px;margin:20px 0}.facet{border:1px solid var(--line);border-radius:999px;padding:.4rem .72rem;background:var(--white);cursor:pointer;font-size:.78rem}.facet[aria-pressed=true]{color:#fff}.search-results{display:grid;gap:2px;max-height:47vh;overflow:auto}.entry-header{max-width:900px;margin:0 auto;text-align:center}.entry-title{font-family:var(--serif);font-size:clamp(3rem,7vw,6.4rem);letter-spacing:-.075em;line-height:.93}.breadcrumbs{margin:0;color:var(--muted);font-size:.8rem;font-weight:680}.entry-meta{color:var(--muted);font-size:.9rem}.entry-featured{width:min(1060px,100%);margin:0 auto;border-radius:var(--radius);overflow:hidden;background:var(--soft)}.entry-featured img{width:100%;max-height:640px;object-fit:cover}.article-layout{display:grid;justify-content:center;margin:clamp(2.5rem,6vw,5rem) auto 0}.article-aside{align-self:start;position:sticky;top:95px}.entry-content{font-size:1.115rem;line-height:1.78;overflow-wrap:break-word}.entry-content>:first-child{margin-top:0}.entry-content figure,.entry-content p,.entry-content ul{margin:0 0 1.65em}.entry-content h2,.entry-content h3{margin:2.2em 0 .65em;font-family:var(--serif);letter-spacing:-.045em;line-height:1.05;font-size:clamp(2rem,4vw,3.35rem)}.entry-content h3{font-size:clamp(1.65rem,3vw,2.35rem);margin:1.45em 0 .65em}.entry-content a{color:var(--blue);font-weight:650}.entry-content strong{font-weight:720}.entry-content em{font-family:var(--serif);font-size:1.06em}.entry-content ul{padding-left:1.35em}.entry-content li{padding-left:.35em;margin:.45em 0}.entry-content li::marker{font-weight:750;color:var(--contrast)}.entry-content figure{margin-inline:0;max-width:100%!important;overflow:hidden}.entry-content figure img{width:100%;border-radius:var(--radius-sm)}.entry-content figcaption,.vote-box small{margin-top:.65rem;color:var(--muted);font-size:.8rem;line-height:1.45}.entry-content hr{border:0;border-top:1px solid var(--line);margin:3em 0}.vote-box{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--soft)}.vote-box p{margin:0 0 .7rem;font-weight:720}.vote-buttons{display:flex;align-items:center;gap:8px}.vote-buttons button{border:1px solid var(--line);border-radius:50%;background:#fff;cursor:pointer;font-weight:800;width:40px;height:40px;color:var(--ink);font-size:1rem}.vote-buttons strong{min-width:24px;font-family:var(--serif);font-size:1.35rem}.vote-box small{display:block;margin-top:.7rem;font-size:.68rem;line-height:1.35}.button:focus-visible,.facet:focus-visible,.menu-toggle:focus-visible,.post-card__image:focus-visible,.search-close:focus-visible,.search-toggle:focus-visible,.site-footer a:focus-visible,.site-header a:focus-visible,.vote-buttons button:focus-visible{outline:3px solid var(--blue);outline-offset:3px}@media (max-width:800px){:root{--wrap:min(100% - 28px,1200px)}.site-header{top:6px;margin-top:8px}.masthead{min-height:56px}.menu-toggle{display:block;margin-left:auto}.post-grid{grid-template-columns:repeat(2,1fr);gap:15px}.post-card__content{padding:15px}.post-card__meta{padding:0 15px}.ad-book{grid-template-columns:1fr}.ad-book__image{display:none}.article-layout{grid-template-columns:1fr;gap:25px}.article-aside{position:static;display:flex;align-items:center;justify-content:space-between;gap:20px}.vote-box{min-width:210px}.entry-content{font-size:1.05rem}.footer-grid{display:block}.footer-nav{margin-top:1.5rem}}@media (max-width:540px){.wordmark{font-size:1.28rem}.post-grid{grid-template-columns:1fr}.section-heading{align-items:flex-start;flex-direction:column}.section-heading h2{font-size:2.5rem}.entry-header{text-align:left}.entry-title{font-size:clamp(2.8rem,13vw,4.2rem)}.article-aside{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--serif:'Domine',Georgia,serif;--coral:#2563eb;--blue:#2563eb;--contrast:#c2410c;--soft:#f5f7fb}.material-symbols-rounded{font-family:"Material Symbols Rounded";font-weight:400;font-style:normal;font-size:1.05em;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-feature-settings:"liga"}.site-header{width:100%;margin:0;border:0;border-radius:0;background:rgb(255 255 255/.96);box-shadow:0 1px 0 var(--line);top:0}.masthead{width:var(--wrap);margin:auto;min-height:72px;padding:9px 0}.header-spacer{flex:1}.search-toggle,.social-links{display:flex;align-items:center;gap:5px}.social-links a{display:grid;place-items:center;width:31px;height:31px;border:1px solid var(--line);border-radius:50%;font-size:.8rem;font-weight:800;text-decoration:none}.search-toggle{gap:7px;width:min(240px,22vw);padding:0 14px;border-radius:999px;background:#f0f2f5;color:#a4abba;font-size:1.45rem}.search-toggle span{font-size:.86rem;font-weight:600}.menu-toggle{margin-left:4px;border-radius:50%}.mega-menu{top:calc(100% + 1px);left:0;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgb(20 23 32/.1)}.mega-menu__inner{width:var(--wrap);padding:30px 0 38px}.mega-menu__grid{display:grid;gap:28px}.mega-menu section{border-top:2px solid var(--ink);padding-top:12px}.mega-menu li{margin:.24rem 0;margin:0}.mega-menu li a{color:var(--muted);display:inline-block;padding:.12rem .24rem;border-radius:4px;color:#475569;font-size:.9rem;line-height:1.35;text-decoration:none}.post-card__meta{margin:0 10px 10px;min-height:54px;border:0;border-radius:14px;background:#f0f2f5;padding:0 13px;color:#a3b4c2;font-size:.82rem}.post-card__meta span{display:inline-flex;gap:5px;align-items:center;white-space:nowrap}.post-card__meta b{font-weight:600}.article-aside{display:grid;gap:25px}.author-card>p,.share-card>p{margin:0 0 .7rem;color:#8a8f9b;font-size:.66rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase}.author-card img{width:48px;height:48px}.author-card span{display:grid;line-height:1.25}.author-card strong{font-size:.94rem}.author-card small{color:var(--muted);font-size:.74rem}.copy-link{border:1px solid var(--line);background:#fff;padding:.45rem .65rem;cursor:pointer;font-size:.75rem;font-weight:650}.vote-box{padding:0;border:0;border-radius:0;background:#fff0;text-align:left}.vote-box p{font-size:1rem;line-height:1.3}.vote-buttons{justify-content:flex-start}.vote-views{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:.8rem;font-weight:650}.vote-box small{max-width:180px;text-align:left}.site-footer{padding-top:60px}.footer-grid{align-items:start}.footer-grid>div{max-width:270px}.footer-book p,.footer-nav p{margin:0 0 .8rem;color:#a4a6ae;font-size:.7rem;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.footer-nav ul{display:grid;grid-template-columns:repeat(2,max-content);gap:.35rem 1.3rem}.footer-book a{font-family:var(--serif);font-size:1.2rem;line-height:1.15}.site-footer .social-links{margin-top:15px}.site-footer .social-links a{border-color:#555862;color:#fff}@media (max-width:800px){.masthead{min-height:62px}.search-toggle span,.social-links{display:none}.search-toggle{width:auto;min-width:39px;padding:0;justify-content:center}.mega-menu__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.mega-menu__inner{padding:22px 0 28px}.footer-grid{display:grid;grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:span 2}.site-footer .social-links{display:flex}.article-aside{gap:20px}.author-card,.share-card{flex:1}.vote-box{min-width:0}.post-card__meta{gap:.55rem;padding:0 10px;font-size:.73rem}}@media (max-width:540px){.footer-grid,.footer-nav ul,.mega-menu__grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.post-card__meta time{font-size:.7rem}.article-aside{display:grid;grid-template-columns:1fr 1fr}.vote-box{grid-column:span 2}}.post-card__meta time{display:inline-flex;align-items:center;gap:5px}.vote-views .material-symbols-rounded{margin-right:5px}.wordmark span{color:var(--coral)}.post-card__category{background:#fff3ed}.eyebrow,.post-card__category{color:var(--contrast)}.button--accent,.facet[aria-pressed=true]{border-color:var(--coral);background:var(--coral)}.copy-link:hover,.mega-menu li a:hover,.site-footer .social-links a:hover,.social-links a:hover,.vote-buttons button:hover{border-color:var(--coral);color:var(--coral)}.entry-header{padding:clamp(2.6rem,5vw,4.5rem)0 2rem}.entry-title{margin:.4rem 0 .65rem}.article-layout{margin-top:clamp(1.8rem,4vw,3.2rem)}.entry-content h2{margin-top:1.6em}.share-card>div{gap:8px;max-width:100%}.article-share-links,.share-card>div{display:flex;align-items:center;flex-wrap:nowrap}.article-share-links a{display:grid;place-items:center;flex:0 0 32px;border:0;border-radius:50%;color:#fff;text-decoration:none}.article-share-links svg{width:16px;height:16px;fill:currentColor}.article-share-links .share-facebook{background:#1877f2}.article-share-links .share-x{background:#111}.article-share-links .share-linkedin{background:#0a66c2}.article-share-links .share-whatsapp{background:#25d366}.article-share-links a:hover{transform:translateY(-1px);filter:brightness(.9);color:#fff}.copy-link{display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.ad-book{gap:28px;background:#f4f7ff}.ad-book .button--accent{background:var(--coral);border-color:var(--coral)}@media (max-width:800px){.entry-header{padding:2.5rem 0 1.5rem}.ad-book__image{display:block}.ad-book__image img{max-height:200px}.share-card{min-width:180px}}.mega-menu[hidden]{display:none!important}.mega-menu{position:fixed;inset:0;z-index:1000;width:100%;height:100dvh;overflow-y:auto;border:0;background:#fff;box-shadow:none}.mega-menu__inner{width:min(1440px,calc(100% - 48px));min-height:100%;padding:clamp(28px,5vw,72px)0;margin:auto}.mega-menu__top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:clamp(24px,4vw,48px);border-bottom:1px solid var(--line)}.mega-menu__top .eyebrow{margin-bottom:.35rem}.mega-menu__top h2{margin:0;font-family:var(--serif);font-size:clamp(2.2rem,5vw,4.5rem);letter-spacing:-.065em;line-height:.95}.mega-menu-close{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--ink);cursor:pointer;font-size:2rem;line-height:1}.mega-menu__grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:clamp(28px,4vw,56px) 28px;padding-top:clamp(28px,4vw,50px)}.mega-menu__parent{display:inline-block;color:var(--ink);font-family:var(--serif);font-size:1.35rem;line-height:1.1;text-decoration:none}.mega-menu ul{display:grid;gap:.45rem;margin:.9rem 0 0;padding:0;list-style:none}.entry-content a{border-radius:3px;color:#1d4ed8;text-decoration:none;box-shadow:inset 0-1px 0 currentColor}.entry-content a:hover{background:#dbeafe;color:#1e3a8a;box-shadow:inset 0-2px 0 currentColor}.mega-menu li a:focus-visible,.mega-menu li a:hover,.mega-menu__parent:focus-visible,.mega-menu__parent:hover{background:#dbeafe;color:#1e3a8a}.copy-link:hover{background:#dbeafe}.mega-menu-close:hover,.social-links a:hover{border-color:#1d4ed8;background:#dbeafe;color:#1e3a8a}.ad-book .button--accent:hover,.button--accent:hover,.facet[aria-pressed=true]:hover{border-color:#1e40af;background:#1e40af;color:#fff}.post-card__category:hover{background:#ffedd5;color:#9a3412}.post-card:hover{box-shadow:0 12px 28px rgb(37 99 235/.14)}.mega-menu-close:focus-visible,a:focus-visible{outline:3px solid #1d4ed8;outline-offset:3px}@media (max-width:600px){.mega-menu__inner{width:min(100% - 32px,1440px)}.mega-menu__grid{grid-template-columns:1fr 1fr;gap:28px 20px}.mega-menu__parent{font-size:1.15rem}.mega-menu li a{font-size:.84rem}.mega-menu-close{flex-basis:42px;width:42px;height:42px}}.social-links a{color:#1f2937}.social-links svg{display:block;width:16px;height:16px;fill:currentColor}.social-links__instagram:hover{border-color:#c13584!important;background:#fdf2f8!important;color:#c13584!important}.social-links__youtube:hover{border-color:red!important;background:#fff1f2!important;color:#d60000!important}.social-links__facebook:hover{border-color:#1877f2!important;background:#eff6ff!important;color:#1877f2!important}.social-links__tiktok:hover{border-color:#111827!important;background:#f3f4f6!important;color:#111827!important}.social-links__telegram:hover{border-color:#229ed9!important;background:#eff6ff!important;color:#147fb7!important}.wordmark{display:inline-flex;align-items:center}.wordmark img{display:block;width:auto;height:clamp(22px,2.1vw,30px);max-width:min(280px,38vw)}.article-layout{grid-template-columns:250px minmax(0,var(--reading));gap:clamp(30px,5vw,72px)}.copy-link{display:grid;place-items:center;flex:0 0 38px;padding:0;border:0;background:#5f5b55;color:#fff}.copy-link .material-symbols-rounded{font-size:1.18rem}.copy-link:hover{border:0!important;background:#334155!important;color:#fff!important}.article-share-links{gap:8px}.article-share-links a{flex-basis:38px;width:38px;height:38px}@media (max-width:800px){.article-layout{grid-template-columns:1fr}}@media (max-width:540px){.article-share-links a,.copy-link{flex-basis:34px;width:34px;height:34px}.article-share-links,.share-card>div{gap:6px}}.copy-link{width:38px!important;height:38px!important;min-height:38px!important;aspect-ratio:1!important;border-radius:50%!important}:root{--serif:'Newsreader',Georgia,serif}.ad-book h2,.entry-content em,.entry-content h2,.entry-content h3,.entry-title,.footer-book a,.mega-menu__parent,.post-card__title,.section-heading h2{font-weight:300}.ad-book{gap:clamp(24px,5vw,60px);padding:clamp(28px,5vw,56px);border:1px solid #d9e2f5;border-radius:22px;background:#fff}.ad-book__image{order:0;display:grid;place-items:center}.ad-book h2{max-width:620px;font-size:clamp(1.9rem,3.7vw,3.5rem);letter-spacing:-.045em;line-height:1}.ad-book p{margin:1rem 0 1.5rem}.ad-book__image img{width:auto;max-width:100%;margin:0;box-shadow:0 14px 30px rgb(15 23 42/.12)}.ad-book .button--accent{display:inline-flex;gap:.55rem;border-color:#2563eb;background:#2563eb;color:#fff;box-shadow:none;min-height:48px;padding:.72rem 1.45rem;border-radius:999px!important;font-size:.94rem;font-weight:720}@media (max-width:800px){.ad-book{grid-template-columns:minmax(0,1fr) minmax(125px,.36fr);padding:28px}.ad-book__image{display:grid}.ad-book__image img{max-height:190px}}@media (max-width:540px){.ad-book{grid-template-columns:1fr;text-align:left}.ad-book__image{order:1;justify-items:start}.ad-book__image img{max-height:220px}.ad-book h2{font-size:2.15rem}}.ad-book__image img{border-radius:0;box-shadow:none;max-height:340px}.ad-book .button--accent span[aria-hidden=true]{font-size:1.2em;line-height:1}.ad-book{align-items:start}.ad-book__eyebrow{margin:0 0 .55rem!important}.ad-book h2{margin:0!important}.ad-book__image{align-self:start;justify-self:center}@media (max-width:800px){.ad-book{grid-template-columns:minmax(0,1fr) minmax(155px,.42fr)}.ad-book__image img{max-height:260px}}.footer-wordmark img{height:clamp(22px,2.1vw,30px);max-width:min(280px,70vw)}.related-posts{width:var(--wrap);margin:clamp(4rem,8vw,7rem) auto 0}.related-posts .post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:800px){.related-posts .post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.related-posts .post-grid{grid-template-columns:1fr}}.article-aside,.article-layout,.entry-content{min-width:0}.entry-content>*{max-width:100%;min-width:0}.entry-content img{max-width:100%!important;height:auto!important}.entry-content iframe{display:block;max-width:100%!important;width:100%!important;aspect-ratio:16/9;height:min(56.25vw,405px);min-height:0}@media (max-width:800px){.article-aside{display:block!important;width:100%;min-width:0}.author-card,.share-card{width:100%}.share-card{margin-top:1.6rem}.share-card>div{align-items:center;gap:8px;width:max-content;max-width:100%}.article-share-links a,.copy-link{flex:0 0 36px!important;width:36px!important;height:36px!important;min-height:36px!important}.article-share-links,.share-card>div{display:flex!important;flex-wrap:nowrap!important}.article-share-links{gap:8px!important}.entry-content{width:100%;overflow:hidden}}@media (max-width:390px){.article-share-links,.share-card>div{gap:5px!important}.article-share-links a,.copy-link{flex-basis:33px!important;width:33px!important;height:33px!important;min-height:33px!important}}.menu-toggle{display:grid!important;place-items:center;width:42px;height:42px;min-width:42px;min-height:42px;padding:0;border:1px solid #d9e2f5;background:#fff;color:#111827;font-size:1.3rem;line-height:1;visibility:visible!important;opacity:1!important}.menu-toggle>span[aria-hidden=true]{display:block;font-size:1.35rem;line-height:1}.menu-toggle:hover{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.share-card{padding-bottom:24px;border-bottom:1px solid #e5e7eb}.vote-box{margin-top:26px}@media (max-width:800px){.article-aside{gap:0}.author-card{padding-bottom:2px}.share-card{margin-top:1.8rem;padding-bottom:27px}.vote-box{margin-top:29px}.masthead{gap:10px}.menu-toggle{margin-left:4px}.article-layout>.article-aside{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:start!important;justify-content:stretch!important;width:100%!important}}.search-dialog{position:fixed;inset:0;width:100%;max-width:none;height:100dvh;max-height:none;margin:0;border:0;border-radius:0;padding:0;box-shadow:none}.search-shell{width:var(--wrap);min-height:100%;margin:0 auto;padding:clamp(28px,6vw,72px)0}.search-results{max-height:calc(100dvh - 260px)}.article-aside__stack{display:grid;gap:0;width:100%;min-width:0}.article-aside__stack>.share-card{margin-top:1.8rem;padding-bottom:27px;border-bottom:1px solid #e5e7eb}.article-aside__stack>.vote-box{margin-top:29px}@media (max-width:800px){.article-aside__stack>.author-card,.article-aside__stack>.share-card,.article-aside__stack>.vote-box,.article-layout>.article-aside>.article-aside__stack{display:block!important;width:100%!important;min-width:0!important}.article-aside__stack>.share-card>div{display:flex!important;align-items:center!important;flex-wrap:nowrap!important;width:max-content;max-width:100%;gap:8px}.article-aside__stack>.vote-box{margin-top:29px!important}}@media (max-width:390px){.article-aside__stack .article-share-links,.article-aside__stack>.share-card>div{gap:5px!important}.article-aside__stack .article-share-links a,.article-aside__stack .copy-link{flex-basis:33px!important;width:33px!important;height:33px!important;min-height:33px!important}}.post-card:not(.topic-card){display:flex;flex-direction:column}.post-card:not(.topic-card) .post-card__content{display:flex;flex:1;flex-direction:column}.post-card:not(.topic-card) .post-card__meta{margin-top:auto}.author-card img{border-radius:50%!important}.ad-book{grid-template-areas:"heading image""details image";grid-template-columns:minmax(0,1fr) minmax(210px,.46fr)}.ad-book__heading{grid-area:heading}.ad-book__details{grid-area:details}.ad-book__image{grid-area:image}@media (max-width:540px){.ad-book{grid-template-areas:"heading""image""details";grid-template-columns:1fr;gap:1.25rem;padding:26px}.ad-book__heading{display:block}.ad-book__image{justify-self:start;align-self:start;order:initial}.ad-book__image img{max-height:280px}.ad-book__details p{margin:.1rem 0 1.35rem}.footer-book{display:block!important}.footer-book a{display:inline-block!important}}.author-card .elmf-author-avatar{object-fit:cover;object-position:center 20%}.footer-about{margin-top:1.6rem}.footer-about p{margin:0 0 .65rem;color:#a4a6ae;font-size:.7rem;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.footer-about a:hover,.footer-book>a:hover{color:#fff;text-decoration:underline;text-decoration-color:#2563eb;text-underline-offset:.24em}.footer-about a,.footer-book>a{display:inline-block;font-family:var(--sans)!important;font-size:.88rem!important;font-weight:650!important;line-height:1.35!important;text-decoration:none}.entry-header{padding-top:clamp(1.3rem,2.5vw,2.25rem)}.author-card__link{display:flex;align-items:center;gap:10px;border-radius:12px;color:inherit;text-decoration:none}.author-card__link:hover strong{color:#2563eb}.author-card__link:focus-visible{outline:3px solid #2563eb;outline-offset:4px}.author-card__link span{display:grid;line-height:1.25}.author-card__link strong{font-size:.94rem;transition:color .2s ease}.author-card__link small{color:var(--muted);font-size:.74rem}.post-card__category{align-self:flex-start!important;width:auto!important}