*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;overflow-y:scroll}@supports (scrollbar-gutter: stable){html{overflow-y:auto;scrollbar-gutter:stable}}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block:0}figure{margin:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:pretty;letter-spacing:-.03em}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;height:auto;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}:root{--min-break:320;--max-break:1400}:root{--ff-body: Inter, Roboto, "Helvetica Neue", "Arial Nova", "Nimbus Sans", Arial, sans-serif;//--ff-body:ui-monospace,"Cascadia Code","Source Code Pro",Menlo,Consolas,"DejaVu Sans Mono",monospace;--ff-display: var(--ff-body);--fw-normal:normal;--fw-heavy:600;--text-800:var(--fw-heavy) clamp(1.375rem, 1.1964rem + .8929vw, 2rem) / 1.4 var(--ff-display);--text-600:var(--fw-heavy) clamp(1.125rem, .9821rem + .7143vw, 1.625rem) / 1.4 var(--ff-display);--text-500:var(--fw-normal) clamp(1.125rem, 1.0179rem + .5357vw, 1.5rem) / 1.5 var(--ff-body);--text-400:var(--fw-normal) clamp(1rem, .9286rem + .3571vw, 1.25rem) / 1.5 var(--ff-body);--text-300:var(--fw-normal) clamp(.875rem, .8393rem + .1786vw, 1rem) / 1.5 var(--ff-body);--text-200:var(--fw-normal) clamp(.75rem, .7143rem + .1786vw, .875rem) / 1.5 var(--ff-body);--text-100:var(--fw-normal) 12px / 1.5 var(--ff-body)}[data-theme=dark]{--fw-normal:400;--fw-heavy:600}:root{--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:3.5rem;--space-4-6: clamp(1rem, .7143rem + 1.4286vw, 2rem);--space-4-7: clamp(1rem, .4286rem + 2.8571vw, 3rem);--space-5-7: clamp(1.5rem, 1.0714rem + 2.1429vw, 3rem);--space-5-9: clamp(1.5rem, .7857rem + 3.5714vw, 4rem);--content-default:800px;--gutter-def:20px;--borad-small:4px;--page-gutter:var(--space-4-7);--page-gap:0}:root{--clr-ice:#f4f4f4;--clr-water:#eef0f5;--clr-slate:#2d323f;--clr-cloud:#5e6986;--clr-blue:#1f88ec;--clr-pink:#ff6ab0;--clr-yellow:#fed500;--theme-bg:var(--clr-ice);--theme-bg-alt:var(--clr-water);--theme-text:var(--clr-slate);--theme-text-secondary:var(--clr-cloud);--theme-accent:var(--clr-pink);--theme-tint:85%}@media (prefers-color-scheme: dark){:root{--theme-bg:var(--clr-slate);--theme-bg-alt:var(--clr-cloud);--theme-text:var(--clr-ice);--theme-text-secondary:var(--clr-water);--theme-accent:var(--clr-pink);--theme-tint:15%}}[data-theme=dark]{--theme-bg:var(--clr-slate);--theme-bg-alt:var(--clr-cloud);--theme-text:var(--clr-ice);--theme-text-secondary:var(--clr-water);--theme-accent:var(--clr-pink);--theme-tint:15%}:root{--trans-shor:0s}@media (prefers-reduced-motion: no-preference){:root{--trans-short:.15s linear}}h1{font:var(--text-h1,var(--text-800))}h2{font:var(--text-h2,var(--text-500))}h3{font:var(--text-h3,var(--text-400));font-weight:var(--fw-heavy)}p,li{font:var(--base-font,var(--text-400))}a:not([class]),a.mainNav_link{color:var(--theme-text);transition:all var(--trans-short);text-decoration-color:var(--theme-accent);text-underline-offset:.3em;text-decoration-thickness:2px}a:not([class]):is(:hover,:focus-visible),a.mainNav_link:is(:hover,:focus-visible){color:var(--theme-accent);text-decoration-color:var(--theme-accent)}a:not([class]):is(:active),a.mainNav_link:is(:active){color:var(--theme-accent);text-decoration-color:var(--theme-accent)}:where(a:focus-visible){outline-offset:.25em;outline-width:.25em;outline-color:currentColor}:where(ul,ol,dl,dt,dd,p,figure,blockquote){hanging-punctuation:first last;text-wrap:pretty}body{background:var(--theme-bg);color:var(--theme-text);margin:0;padding:0}@media (prefers-reduced-motion: no-preference){@view-transition{navigation: auto;}}.page{font-family:var(--ff-body);background:var(--theme-bg);color:var(--theme-text);min-height:100dvh;display:grid;align-items:start;grid-template-columns:var(--page-cols,var(--page-gutter) 1fr minmax(auto,50rem) 1fr var(--page-gutter));grid-template-rows:auto 1fr auto;grid-template-areas:"hd hd hd hd hd" ".  mn  mn .  . " "ft ft ft ft ft";gap:var(--page-gap)}.page_header{grid-area:hd}.page_title{text-decoration:underline;text-decoration-thickness:4px;text-underline-offset:.3em}.page_content{--flow-space:var(--space-5-9);grid-area:mn;padding-block:calc(1 * var(--space-5-7));display:grid}.page_footer{grid-area:ft}.header{display:grid;grid-template-columns:subgrid;grid-template-rows:subgrid;padding:var(--space-4-6) var(--page-gutter);border-top:3px solid var(--theme-text)}.header_inner{grid-column:2 / span 3;grid-row:2;line-height:0;display:grid;grid-template-columns:auto 1fr auto;grid-template-areas:"br nv ts";gap:var(--gutter-def);align-items:center}.header_brand{grid-area:br;display:inline-flex;align-items:center;gap:20px}.header_logo{line-height:0;width:42px}.header_title{font:var(--text-600);font-weight:700;line-height:1}.header_brand-label:is(.page.home .header_brand-label){display:none}.mainNav{grid-area:nv;justify-self:end}.mainNav_menu{display:flex;gap:30px;margin:0}.mainNav_item{font:var(--text-300);font-weight:500}.mainNav_link{color:var(--theme-text)}.lede{grid-column:1/-1;display:grid;grid-template-columns:var(--lede_cols,repeat(2,1fr));gap:30px}.lede_image img{border-radius:40px}.banner .text{max-width:500px;margin-inline-end:auto}.icon{width:74px;height:74px}.icon .icon_front{fill:var(--theme-bg)}.icon .icon_back{fill:var(--theme-text)}.loz{display:inline-block;padding:7px 8px 6px;font:var(--text-100);line-height:1;font-weight:var(--fw-heavy);background:var(--theme-text);color:var(--theme-bg);border-radius:var(--borad-small)}.loz-accent{background:var(--theme-accent);color:var(--theme-bg)}[class*=prose]{--measure-width:50rem;width:100%;margin-trim:block}[class*=prose] :is(p,ul,ol){--flow-space:1lh}[class*=prose] h2{--flow-space:1lh}[class*=prose] p,[class*=prose] ul,[class*=prose] ol{--flow-space:1lh;margin-block-end:0}[class*=prose] hr{margin-block:2lh;width:var(--space-5-9);background:var(--theme-text);height:3px}[class*=prose] h1+h2{--flow-space:.25lh}[class*=prose] h2+h3{--flow-space:.25lh}[class*=prose-links] p{font:var(--text-200)}[class*=prose-footer]{--base-font:var(--text-100)}.articles{--flow-space:2lh}.articles_item{--flow-space:3lh}.articles_itemSummary{--flow-space:.5lh}.articles_itemDate{--flow-space:1.5lh}.article{--measure-width:50rem}.article .meta{--flow-space:1lh}.bio{grid-column:1 / -1;display:grid;grid-template-columns:1fr 150px;gap:var(--space-7);grid-template-areas:"cp im";align-items:start}.bio_Copy{grid-area:cp}.bio_Image{grid-area:im}@media (max-width: 800px){.bio{grid-template-areas:"cp cp" "im im"}.bio_Image{justify-self:end}}.image-portrait{max-width:300px;padding:3px;border:solid 3px var(--theme-text);border-radius:var(--borad-small)}.links_title{font:var(--text-400);font-weight:500}.links_body{--flow-space:.5lh}.themeSel{grid-area:ts}.themeSel [class*=__button]{display:grid;line-height:0;padding:0;-webkit-appearance:none;background:none;border:2px solid hsl(from var(--theme-text) h s l / 30%);border-color:var(--theme-accent);border-radius:50%;cursor:pointer}.themeSel .optionIcon{grid-column:1;grid-row:1;display:flex;justify-content:center;align-items:center;padding:7px;width:32px;height:32px}.themeSel .optionIcon svg{transform:scale(var(--icon-scale,1))}.themeSel .optionIcon .b{fill:var(--theme-text)}[data-theme=light] .optionIcon--dark,[data-theme=dark] .optionIcon--light{display:none}.footer{color:var(--theme-text-secondary);padding:var(--space-4-6) var(--page-gutter);background:hsl(from var(--theme-bg) h s var(--theme-tint));color:var(--theme-text);display:grid;grid-template-columns:subgrid;grid-template-rows:subgrid}.footer_inner{grid-column:2 / span 3;grid-row:2;display:grid;grid-template-columns:1fr;gap:30px;align-items:center}.footer_details{--measure-margins:0 auto}.footer_icon{line-height:0}.u_flow>*+*{margin-block-start:var(--flow-space,1lh)}.u_measure>*{margin-inline:var(--measure-margins,0 auto);max-width:var(--measure-width, var(--content-default))}.u_gutter{padding-inline:var(--gutter-width,var(--gutter-def))}.u_resMedia :is(img,picture,svg,iframe,video){max-width:100%;height:auto}.u_resMedia :is(img,picture){line-height:0}.u_covMedia{overflow:hidden}.u_covMedia :is(img,picture,video,iframe,svg){object-fit:cover;width:100%;height:100%}.u_blockLink{text-decoration:none;color:inherit}.u_list{list-style:none;padding-inline-start:0}.u_pseudo{position:relative}.u_pseudo:before,.u_pseudo:after{content:"";display:block;position:absolute}
