@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/poppins-latin-300-normal.Dku2WoCh.woff2)format("woff2"),url(/_astro/poppins-latin-300-normal.DCNuMXUj.woff)format("woff")}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/poppins-latin-500-normal.C8OXljZJ.woff2)format("woff2"),url(/_astro/poppins-latin-500-normal.DGXqpDMm.woff)format("woff")}@font-face{font-family:Poppins;font-style:italic;font-display:swap;font-weight:900;src:url(/_astro/poppins-latin-900-italic.DzxCezIC.woff2)format("woff2"),url(/_astro/poppins-latin-900-italic.CbHLOeDC.woff)format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/roboto-latin-300-normal.CCzlftfr.woff2)format("woff2"),url(/_astro/roboto-latin-300-normal.BARJ-h6h.woff)format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/roboto-latin-400-normal.BqEyEoaF.woff2)format("woff2"),url(/_astro/roboto-latin-400-normal.DyYNIH4P.woff)format("woff")}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:700;src:url(/_astro/roboto-latin-700-normal.BZpUvMxY.woff2)format("woff2"),url(/_astro/roboto-latin-700-normal.DLgJJpmK.woff)format("woff")}@font-face{font-family:Source Serif Pro;font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-serif-pro-latin-400-normal.unTwOnjS.woff2)format("woff2"),url(/_astro/source-serif-pro-latin-400-normal.CtaTzvhf.woff)format("woff")}.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}:root{color-scheme:light;--color-background:#bfd2e0;--color-text:#17242b;--color-menu:#fff;--color-card-background:#fff;--color-card-text:#525252;--color-card-divider:#ddd;--color-accent:#ee8834;--color-hover:var(--color-accent);--space-page:clamp(1.5rem, 5vw, 5rem);--page-gutter:clamp(1.5rem, 3.3vw, 3.6875rem);--content-width:80rem;--wide-content-width:105.125rem;font-family:Roboto,Arial,sans-serif}[data-theme=dark]{color-scheme:dark;--color-background:#003447;--color-text:#f5f7f7;--color-menu:#dceff4;--color-card-background:#315f83;--color-card-text:#f5f7f7;--color-card-divider:#ffffff4d}*,:before,:after{box-sizing:border-box}html{background:var(--color-background)}body{background:var(--color-background);min-height:100dvh;color:var(--color-text);margin:0;transition:color .18s,background-color .18s}@keyframes page-still{0%,to{opacity:1;transform:translate(0)}}@keyframes page-in-from-right{0%{clip-path:inset(0 0 0 100%);transform:translate(1.25rem)}to{clip-path:inset(0);transform:translate(0)}}@keyframes page-in-from-left{0%{clip-path:inset(0 100% 0 0);transform:translate(-1.25rem)}to{clip-path:inset(0);transform:translate(0)}}a{color:inherit}img,svg{max-width:100%;display:block}iframe{max-width:100%}.post-content{color:var(--post-text,var(--color-card-text));font-size:clamp(1.0625rem,2vw,1.25rem);font-weight:400;line-height:1.6}.post-content>*{margin-block:0}.post-content>*+*{margin-top:1.25rem}.post-content>:where(p,h2,h3,h4,ul,ol,blockquote){width:min(100%,60rem);margin-inline:auto}.post-content>h2,.post-content>h3,.post-content>h4{color:var(--post-heading,var(--color-text));letter-spacing:0;font-family:Poppins,sans-serif;font-weight:500}.post-content>h2{margin-top:3.25rem;font-size:clamp(1.75rem,3vw,2rem);line-height:1}.post-content>h3{margin-top:2.5rem;font-size:clamp(1.35rem,2.4vw,1.5rem);line-height:1.15}.post-content>h4{margin-top:2rem;font-size:1.125rem;line-height:1.25}.post-content a{color:var(--post-heading,var(--color-text));text-underline-offset:.18em;text-decoration-thickness:.0625rem;transition:color .16s}.post-content a:hover{color:var(--color-hover)}.post-content ul,.post-content ol{padding-left:1.35rem}.post-content li+li{margin-top:.45rem}.post-content blockquote{border-left:.25rem solid var(--color-accent);color:var(--post-heading,var(--color-text));background:#ffffff61;border-radius:.5rem;margin-block:2.5rem;padding:clamp(1.5rem,3vw,2rem);font-family:Poppins,sans-serif;font-size:clamp(1.35rem,2.8vw,1.8rem);font-weight:500;line-height:1.35}[data-theme=dark] .post-content blockquote{background:#ffffff14}.post-content figure{margin-block:3rem}.post-content figcaption{color:var(--post-muted,var(--color-card-text));margin-top:.75rem;font-size:.875rem}.post-content code{background:#17242b17;border-radius:.25rem;padding:.12rem .35rem;font-size:.9em}[data-theme=dark] .post-content code{background:#ffffff1f}.post-content .internal-card{background:#ffffff61;border-radius:.5rem;grid-template-columns:minmax(7rem,11rem) minmax(0,1fr);gap:1.25rem;margin-block:2.5rem;padding:clamp(1.5rem,3vw,2rem);text-decoration:none;display:grid;box-shadow:0 .45rem .95rem #17242b0f,inset 0 .0625rem #ffffff73,inset 0 -.0625rem #17242b1a}[data-theme=dark] .post-content .internal-card{background:#ffffff14}.post-content .internal-card__media{background:#17242b1a;border-radius:.375rem;min-height:7rem;overflow:hidden}.post-content .internal-card__media img{object-fit:cover;width:100%;height:100%}.post-content .internal-card__body{align-content:center;gap:.35rem;display:grid}.post-content .internal-card__eyebrow{color:var(--post-muted,var(--color-card-text));font-size:.8125rem;font-weight:300}.post-content .internal-card strong{color:var(--post-heading,var(--color-text));font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:500}.post-content .internal-card span{color:var(--post-muted,var(--color-card-text));font-size:.95rem}.post-content .internal-card:hover strong{color:var(--color-hover)}.card-post-frame:hover,.card-post-frame:focus-within{--card-title-color:var(--color-hover);--card-action-color:var(--color-hover)}.profile-card-frame:hover,.profile-card-frame:focus-within{--profile-action-color:var(--color-hover)}.post-content .embed-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-block:2rem;display:grid}.post-content .embed-card{border:.0625rem solid var(--color-card-divider);background:#fff;border-radius:.5rem;gap:.875rem;min-width:0;padding:1rem;display:grid;overflow:hidden;box-shadow:0 .3rem .8rem #17242b0d}[data-theme=dark] .post-content .embed-card{background:#ffffff14}.post-content .embed-card p{margin:0;font-size:.9375rem;line-height:1.45}.post-content .embed-card strong{color:var(--post-heading,var(--color-text));font-family:Poppins,sans-serif;font-weight:500}.post-content .embed-card small{color:var(--post-muted,var(--color-card-text));font-size:.75rem}.post-content .embed-card header{align-items:center;gap:.625rem;min-width:0;display:flex}.post-content .embed-card header>span:not(.embed-card__avatar):not(.embed-card__more){min-width:0;display:grid}.post-content .embed-card header small{display:block}.post-content .embed-card__avatar{color:#fff;background:#2d587f;border-radius:50%;flex:none;place-items:center;width:2.25rem;height:2.25rem;font-family:Poppins,sans-serif;font-weight:500;display:grid}.post-content .embed-card footer{color:var(--post-muted,var(--color-card-text));font-size:.75rem}.post-content .embed-card--youtube{gap:.75rem;padding:0}.post-content .embed-card__video,.post-content .embed-card__vertical{background:#111;place-items:center;display:grid;position:relative;overflow:hidden}.post-content .embed-card__video{aspect-ratio:16/9}.post-content .embed-card__vertical{aspect-ratio:9/14;width:min(100%,14rem);margin-inline:auto}.post-content .embed-card__video img,.post-content .embed-card__vertical img{object-fit:cover;opacity:.8;width:100%;height:100%}.post-content .embed-card__video span,.post-content .embed-card__vertical span{color:#fff;background:red;border-radius:.375rem;place-items:center;width:3rem;height:2.125rem;padding-left:.125rem;font-size:1rem;display:grid;position:absolute}.post-content .embed-card--youtube>p,.post-content .embed-card--youtube>small,.post-content .embed-card--tiktok>p{margin-inline:1rem}.post-content .embed-card--youtube>small{margin-bottom:1rem}.post-content .embed-card--x header b{color:var(--post-heading,var(--color-text));margin-left:auto}.post-content .embed-card--instagram{gap:0;padding:0}.post-content .embed-card--instagram header{padding:.75rem}.post-content .embed-card--instagram header .embed-card__more{letter-spacing:.125rem;margin-left:auto}.post-content .embed-card--instagram>img{aspect-ratio:1;object-fit:cover;width:100%}.post-content .embed-card--instagram>p{padding:.75rem}.post-content .embed-card--tiktok{color:#fff;background:#111;justify-items:center}.post-content .embed-card--tiktok strong{color:inherit}.post-content .embed-card--tiktok>p{margin-bottom:.25rem}.post-content .video-embed{background:#111;border-radius:.625rem;margin-block:2rem;overflow:hidden}.post-content .video-embed iframe{aspect-ratio:16/9;border:0;width:100%;display:block}.page{width:min(100%, var(--content-width));padding:var(--space-page);margin-inline:auto}@media (prefers-reduced-motion:reduce){body{transition:none}}@media (width<=42rem){.post-content .internal-card{grid-template-columns:minmax(0,1fr)}.post-content .internal-card__media{aspect-ratio:16/9}.post-content .embed-grid{grid-template-columns:minmax(0,1fr)}}.archive{--archive-entry-hover-bg:#ffffff6b;--archive-entry-hover-shadow:0 .8rem 1.6rem #17242b1a}[data-theme=dark] .archive{--archive-entry-hover-bg:#ffffff12;--archive-entry-hover-shadow:0 .9rem 1.8rem #030d1538}.archive__list li{z-index:0;border-radius:.65rem;margin-inline:-.8rem;padding-inline:.8rem;transition:background-color .22s,box-shadow .22s,opacity .22s,transform .26s cubic-bezier(.2,.75,.25,1);position:relative}.archive__list li:before{z-index:2;background:var(--color-hover);content:"";pointer-events:none;transform-origin:0;height:.125rem;transition:transform .3s cubic-bezier(.2,.75,.25,1);position:absolute;top:-.0625rem;left:0;right:0;transform:scaleX(0)}.archive__years:has(.archive__list li:hover) .archive__list li:not(:hover),.archive__years:has(.archive__list li:focus-within) .archive__list li:not(:focus-within){opacity:.74}.archive__list li:hover,.archive__list li:focus-within{z-index:2;background:var(--archive-entry-hover-bg);box-shadow:var(--archive-entry-hover-shadow);transform:translateY(-.28rem)scale(1.006)}.archive__list li:hover:before,.archive__list li:focus-within:before{transform:scaleX(1)}.archive__list time,.archive__entry-main,.archive__entry-end{transition:transform .26s cubic-bezier(.2,.75,.25,1)}.archive__entry-end{justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.archive__list li:hover time,.archive__list li:focus-within time{transform:translate(-.15rem)}.archive__list li:hover .archive__entry-main,.archive__list li:focus-within .archive__entry-main{transform:translate(.3rem)}.archive__list li:hover .archive__entry-end,.archive__list li:focus-within .archive__entry-end{transform:translate(.18rem)}.archive__entry-chevron{opacity:0;flex:none;width:1rem;height:1rem;transition:color .18s,opacity .18s,transform .22s;display:inline-flex;transform:translate(-.35rem)}.archive__entry-chevron svg{width:100%;height:100%}.archive__list li:hover .archive__entry-chevron,.archive__list li:focus-within .archive__entry-chevron{color:var(--color-hover);opacity:1;transform:translate(0)}@media (width<=46rem){.archive__entry-end{grid-column:2;justify-content:space-between}}@media (prefers-reduced-motion:reduce){.archive__list li,.archive__list li:before,.archive__list time,.archive__entry-main,.archive__entry-end,.archive__entry-chevron{transition:none}.archive__list li:hover,.archive__list li:focus-within,.archive__list li:hover time,.archive__list li:focus-within time,.archive__list li:hover .archive__entry-main,.archive__list li:focus-within .archive__entry-main,.archive__list li:hover .archive__entry-end,.archive__list li:focus-within .archive__entry-end{transform:none}}.profile-posts{--profile-post-hover-bg:#ffffff6b;--profile-post-hover-shadow:0 .8rem 1.6rem #17242b1a;margin-top:clamp(2.5rem,5vw,4rem)}[data-theme=dark] .profile-posts{--profile-post-hover-bg:#ffffff12;--profile-post-hover-shadow:0 .9rem 1.8rem #030d1538}.profile-posts [hidden]{display:none!important}.profile-posts__intro{max-width:70rem;margin-bottom:clamp(2.25rem,5vw,4rem)}.profile-posts__intro h2{margin:0 0 1rem;font-family:Poppins,sans-serif;font-size:clamp(1.7rem,3vw,2.6rem);font-weight:500;line-height:1.15}.profile-posts--compact-title .profile-posts__intro h2{font-size:clamp(1.45rem,2.25vw,2.05rem)}.profile-posts__intro p{max-width:62rem;color:var(--color-card-text);margin:0;font-size:clamp(1rem,1.7vw,1.2rem);font-weight:400;line-height:1.65}.profile-posts--minimal-intro .profile-posts__intro,.profile-posts--minimal-intro .profile-posts__intro p{width:100%;max-width:none}.profile-posts__list{border-bottom:.0625rem solid #52525247}.profile-posts__entry{z-index:0;border-top:.0625rem solid #52525247;border-radius:.65rem;margin-inline:-.8rem;padding-inline:.8rem;transition:background-color .22s,box-shadow .22s,opacity .22s,transform .26s cubic-bezier(.2,.75,.25,1);position:relative}.profile-posts__entry:before{z-index:2;background:var(--color-hover);content:"";pointer-events:none;transform-origin:0;height:.125rem;transition:transform .3s cubic-bezier(.2,.75,.25,1);position:absolute;top:-.0625rem;left:0;right:0;transform:scaleX(0)}.profile-posts.is-interacting .profile-posts__entry:not(.is-active):not([hidden]){opacity:.74}.profile-posts__entry.is-active{z-index:2;background:var(--profile-post-hover-bg);box-shadow:var(--profile-post-hover-shadow);transform:translateY(-.28rem)scale(1.006)}.profile-posts__entry.is-active:before{transform:scaleX(1)}[data-theme=dark] .profile-posts__list,[data-theme=dark] .profile-posts__entry{border-color:#f5f7f73d}.profile-posts__entry a{color:var(--color-text);grid-template-columns:8rem minmax(0,1fr) minmax(8rem,auto);align-items:start;gap:clamp(1rem,3vw,2.5rem);padding-block:clamp(1.4rem,3vw,2.2rem);text-decoration:none;display:grid}.profile-posts__entry time,.profile-posts__entry-end{padding-top:.2rem;font-weight:300}.profile-posts__entry time{font-family:Poppins,sans-serif;font-size:clamp(.9rem,1.3vw,1.05rem);transition:transform .26s cubic-bezier(.2,.75,.25,1)}.profile-posts__entry-end{justify-content:flex-end;align-items:center;gap:.45rem;transition:transform .26s cubic-bezier(.2,.75,.25,1);display:flex}.profile-posts__category{color:var(--color-card-text);text-align:right;font-size:.875rem;font-weight:400}.profile-posts__entry-main{gap:.5rem;transition:transform .26s cubic-bezier(.2,.75,.25,1);display:grid}.profile-posts__title{font-family:Poppins,sans-serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500;line-height:1.3;transition:color .16s}.profile-posts__description{max-width:62rem;color:var(--color-card-text);font-size:clamp(.95rem,1.4vw,1.05rem);font-weight:400;line-height:1.55}.profile-posts__tags{color:var(--color-card-text);font-size:.8125rem;font-weight:400}.profile-posts__entry a:hover .profile-posts__title,.profile-posts__entry a:focus-visible .profile-posts__title{color:var(--color-hover)}.profile-posts__entry.is-active time{transform:translate(-.15rem)}.profile-posts__entry.is-active .profile-posts__entry-main{transform:translate(.3rem)}.profile-posts__entry.is-active .profile-posts__entry-end{transform:translate(.18rem)}.profile-posts__entry-chevron{opacity:0;flex:none;width:1rem;height:1rem;transition:color .18s,opacity .18s,transform .22s;display:inline-flex;transform:translate(-.35rem)}.profile-posts__entry-chevron svg{width:100%;height:100%}.profile-posts__entry.is-active .profile-posts__entry-chevron{color:var(--color-hover);opacity:1;transform:translate(0)}.profile-posts__entry a:focus-visible{outline-offset:.25rem;border-radius:.25rem;outline:.125rem solid}.profile-posts__preview{display:none}.profile-posts__aside{color:var(--color-card-text);text-align:center;background:#ffffff61;border-radius:.5rem;gap:1rem;margin-block:2.5rem;padding:clamp(1.5rem,3vw,2rem);font-family:Poppins,sans-serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:500;line-height:1.4;display:grid;box-shadow:0 .45rem .95rem #17242b0f,inset 0 .0625rem #ffffff73,inset 0 -.0625rem #17242b1a}[data-theme=dark] .profile-posts__aside{background:#ffffff14}.profile-posts__aside p{margin:0}.profile-posts__aside--final p span{display:block}.profile-posts__garden-link{color:var(--color-text);justify-self:center;align-items:center;gap:.35rem;font-size:.95rem;font-weight:400;text-decoration:none;display:inline-flex}.profile-posts__garden-link:hover,.profile-posts__garden-link:focus-visible{color:var(--color-hover)}.profile-posts__garden-link:focus-visible{outline-offset:.1875rem;border-radius:.25rem;outline:.125rem solid #117af5}.profile-posts__garden-link svg{width:1rem;height:1rem}.profile-posts__load-more{justify-content:center;margin-top:4rem;display:flex}.profile-posts__load-more button{background:var(--color-menu);color:#3e526e;min-height:2.5rem;font:inherit;cursor:pointer;border:0;border-radius:.375rem;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.profile-posts__load-more button:hover{color:var(--color-hover)}.profile-posts__load-more button:focus-visible{outline-offset:.1875rem;outline:.125rem solid #117af5}.profile-posts__load-more button svg{width:1rem;height:1rem;transform:rotate(90deg)}[data-profile-posts-ready=true] [data-revealed=true]{animation:.52s ease-out both profile-post-reveal;animation-delay:var(--profile-post-delay,0s)}@keyframes profile-post-reveal{0%{opacity:0;transform:translateY(.65rem)}}@media (width<=46rem){.profile-posts__entry a{grid-template-columns:5.25rem minmax(0,1fr);gap:.75rem 1rem}.profile-posts__entry-end{grid-column:2;justify-content:space-between}.profile-posts__category{text-align:left}}@media (width>=70rem) and (hover:hover) and (pointer:fine){.profile-posts__preview{z-index:40;aspect-ratio:4/3;background:var(--color-card);opacity:0;pointer-events:none;width:clamp(12rem,16vw,16rem);transform:translate3d(var(--profile-preview-x,calc(100vw - 18rem)), var(--profile-preview-y,6rem), 0) rotate(-1.2deg) scale(.92);transform-origin:50%;will-change:transform, opacity;border:.0625rem solid #ffffff6b;border-radius:1rem;transition:opacity .16s,transform .11s cubic-bezier(.2,.75,.25,1);display:block;position:fixed;top:0;left:0;overflow:hidden;box-shadow:0 1.25rem 2.8rem #17242b33,0 .25rem .65rem #17242b1f}.profile-posts__preview.is-visible{opacity:1;transform:translate3d(var(--profile-preview-x,calc(100vw - 18rem)), var(--profile-preview-y,6rem), 0) rotate(-.35deg) scale(1)}.profile-posts__preview-layer{opacity:0;filter:blur(.7rem);transform:translateY(.8rem) rotate(var(--profile-preview-rotation,0deg)) scale(.96);transition:filter .3s,opacity .22s,transform .34s cubic-bezier(.2,.8,.25,1);display:grid;position:absolute;inset:0}.profile-posts__preview-layer.is-active{z-index:1;opacity:1;filter:blur();transform:translateY(0) rotate(var(--profile-preview-rotation,0deg)) scale(1.025)}.profile-posts__preview-layer img{object-fit:cover;width:100%;height:100%}.profile-posts__preview-fallback{background:linear-gradient(145deg, #ffffffc7, transparent), var(--color-card);color:var(--color-card-text);align-content:end;gap:.55rem;padding:1.25rem;display:grid}.profile-posts__preview-fallback span{color:var(--color-hover);text-transform:uppercase;font-size:.75rem}.profile-posts__preview-fallback strong{font-family:Poppins,sans-serif;font-size:1.15rem;font-weight:500;line-height:1.25}}@media (prefers-reduced-motion:reduce){[data-profile-posts-ready=true] [data-revealed=true]{animation:none}.profile-posts__entry,.profile-posts__entry:before,.profile-posts__entry time,.profile-posts__entry-main,.profile-posts__entry-end,.profile-posts__entry-chevron,.profile-posts__preview,.profile-posts__preview-layer{transition:none}.profile-posts__entry.is-active,.profile-posts__entry.is-active time,.profile-posts__entry.is-active .profile-posts__entry-main,.profile-posts__entry.is-active .profile-posts__entry-end{transform:none}}.theme-toggle[data-astro-cid-l6lhmie6]{cursor:pointer;background:#117af5;border:0;border-radius:12.5rem;flex:none;width:5rem;height:1.965rem;padding:0;transition:background-color .32s cubic-bezier(.22,1,.36,1);position:relative;overflow:hidden;transform:translateZ(0);box-shadow:inset 0 -.1rem .25rem #00000040,inset 0 .1rem .15rem #00000040,0 -.05rem .05rem #00000040,0 .05rem .05rem #fffffff0}.theme-toggle__rays[data-astro-cid-l6lhmie6],.theme-toggle__stars[data-astro-cid-l6lhmie6],.theme-toggle__sun[data-astro-cid-l6lhmie6],.theme-toggle__moon[data-astro-cid-l6lhmie6]{pointer-events:none;position:absolute}.theme-toggle__rays[data-astro-cid-l6lhmie6]{width:5.149rem;height:5.149rem;transition:transform .44s cubic-bezier(.22,1,.36,1);top:-1.599rem;left:-1.586rem}.theme-toggle__stars[data-astro-cid-l6lhmie6]{opacity:0;width:2.154rem;height:1.593rem;transition:opacity .26s ease-out;top:.163rem;left:.515rem}.theme-toggle__knob[data-astro-cid-l6lhmie6]{filter:drop-shadow(.08rem .12rem .09rem #00000061);will-change:transform;border-radius:50%;width:1.721rem;height:1.721rem;transition:transform .44s cubic-bezier(.34,1.56,.64,1);position:absolute;top:.122rem;left:.136rem}.theme-toggle__sun[data-astro-cid-l6lhmie6],.theme-toggle__moon[data-astro-cid-l6lhmie6]{border-radius:50%;width:100%;height:100%;transition:opacity .22s ease-out;inset:0;overflow:hidden}.theme-toggle__sun[data-astro-cid-l6lhmie6]{background:#eccd2d;box-shadow:inset .04rem .08rem .08rem #fff9,inset 0 -.09rem .08rem #66691fcc}.theme-toggle__moon[data-astro-cid-l6lhmie6]{opacity:0;background:linear-gradient(135deg,#ededed 8%,#c9c9c9 62%,#a7a7a7);box-shadow:inset .04rem .08rem .08rem #fff9,inset 0 -.09rem .08rem #505050b3}.theme-toggle__crater[data-astro-cid-l6lhmie6]{background:#889399;border-radius:50%;position:absolute;box-shadow:inset 0 .04rem .08rem #00000059}.theme-toggle__crater--small[data-astro-cid-l6lhmie6]{width:14%;height:14%;top:20%;left:51%}.theme-toggle__crater--large[data-astro-cid-l6lhmie6]{width:34%;height:34%;top:47%;left:22%}.theme-toggle__crater--medium[data-astro-cid-l6lhmie6]{width:21%;height:21%;top:49%;right:12%}[data-theme=dark] .theme-toggle[data-astro-cid-l6lhmie6]{background:#252d37}[data-theme=dark] .theme-toggle__rays[data-astro-cid-l6lhmie6]{transform:translate(2.955rem)}[data-theme=dark] .theme-toggle__stars[data-astro-cid-l6lhmie6]{opacity:1}[data-theme=dark] .theme-toggle__knob[data-astro-cid-l6lhmie6]{transform:translate(2.954rem)}[data-theme=dark] .theme-toggle__sun[data-astro-cid-l6lhmie6]{opacity:0}[data-theme=dark] .theme-toggle__moon[data-astro-cid-l6lhmie6]{opacity:1}.theme-toggle[data-astro-cid-l6lhmie6]:hover .theme-toggle__knob[data-astro-cid-l6lhmie6]{transform:translate(.271rem)}[data-theme=dark] .theme-toggle[data-astro-cid-l6lhmie6]:hover .theme-toggle__knob[data-astro-cid-l6lhmie6]{transform:translate(2.806rem)}.theme-toggle[data-astro-cid-l6lhmie6]:hover .theme-toggle__rays[data-astro-cid-l6lhmie6]{transform:translate(.271rem)}[data-theme=dark] .theme-toggle[data-astro-cid-l6lhmie6]:hover .theme-toggle__rays[data-astro-cid-l6lhmie6]{transform:translate(2.806rem)}.theme-toggle[data-astro-cid-l6lhmie6]:focus-visible{outline-offset:.2rem;outline:.125rem solid #117af5}@media (prefers-reduced-motion:reduce){.theme-toggle[data-astro-cid-l6lhmie6] [data-astro-cid-l6lhmie6],.theme-toggle[data-astro-cid-l6lhmie6]{transition:none}}.mesh-text[data-astro-cid-innur2ki]{--mesh-warm:#ee8834;--mesh-cool:#117af5;isolation:isolate;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;vertical-align:baseline;display:inline-block;position:relative}.mesh-text__source[data-astro-cid-innur2ki]{color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;transition:opacity 40ms linear;display:block}.mesh-text__canvas[data-astro-cid-innur2ki]{z-index:1;opacity:0;visibility:hidden;pointer-events:none;max-width:none;display:none;position:absolute}.mesh-text[data-astro-cid-innur2ki].is-mesh-active .mesh-text__source[data-astro-cid-innur2ki]{opacity:0}.mesh-text[data-astro-cid-innur2ki].is-mesh-active .mesh-text__canvas[data-astro-cid-innur2ki]{opacity:1;visibility:visible;display:block}@media (width<=32rem),(prefers-reduced-motion:reduce),(hover:none),(pointer:coarse){.mesh-text__canvas[data-astro-cid-innur2ki]{display:none}.mesh-text[data-astro-cid-innur2ki].is-mesh-active .mesh-text__source[data-astro-cid-innur2ki]{opacity:1}}.site-header[data-astro-cid-fzpbxy5g]{z-index:20;width:min(calc(100% - (2 * var(--page-gutter))), var(--wide-content-width));margin:var(--page-gutter) auto 0;background:var(--color-menu);will-change:transform;border-radius:.625rem;grid-template-rows:5.5rem auto;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:0 1.5rem;padding-inline:2rem;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .2s;display:grid;position:sticky;top:1rem}.site-header--floating[data-astro-cid-fzpbxy5g]{box-shadow:0 .5rem 1.4rem #17242b2e,0 .125rem .35rem #17242b1a}.site-header--hidden[data-astro-cid-fzpbxy5g]{transform:translateY(calc(-100% - 2rem))}.site-header--no-transition[data-astro-cid-fzpbxy5g]{transition:none}.site-header__brand[data-astro-cid-fzpbxy5g]{color:#000;font-family:Poppins,sans-serif;font-size:4rem;font-style:italic;font-weight:900;line-height:.7;text-decoration:none}.site-header__panel[data-astro-cid-fzpbxy5g]{grid-column:2;justify-content:flex-end;align-items:center;gap:1.5rem;min-width:0;display:flex}.site-header__navigation[data-astro-cid-fzpbxy5g]{justify-content:flex-end;align-items:center;gap:2rem;min-width:0;display:flex}.site-header__actions[data-astro-cid-fzpbxy5g]{flex:none;align-items:center;gap:.5rem;display:flex}.site-header__link[data-astro-cid-fzpbxy5g]{color:#3e526e;font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:300;line-height:1.5;text-decoration:none}.site-header__link-label--compact[data-astro-cid-fzpbxy5g],.site-header__link-label--narrow[data-astro-cid-fzpbxy5g]{display:none}.site-header__link[data-astro-cid-fzpbxy5g][aria-current=page]{color:#17242b}.site-header__link[data-astro-cid-fzpbxy5g][href]:hover{color:var(--color-hover)}.site-header__link[data-astro-cid-fzpbxy5g][aria-current=page]{text-underline-offset:.4rem;text-decoration:underline .125rem}.site-header__search-toggle[data-astro-cid-fzpbxy5g]{color:#3e526e;cursor:pointer;background:0 0;border:0;border-radius:999rem;place-items:center;width:2.5rem;height:2.5rem;transition:background .16s,color .16s;display:grid}.site-header__search-toggle[data-astro-cid-fzpbxy5g]:hover,.site-header--search-open[data-astro-cid-fzpbxy5g] .site-header__search-toggle[data-astro-cid-fzpbxy5g]{background:#ee88341a;background:color-mix(in srgb, var(--color-hover) 10%, transparent);color:var(--color-hover)}.site-header__search-toggle[data-astro-cid-fzpbxy5g] svg[data-astro-cid-fzpbxy5g]{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:1.25rem;height:1.25rem}.site-header__search[data-astro-cid-fzpbxy5g]{grid-area:2/1/auto/-1;grid-template-rows:0fr;transition:grid-template-rows .22s cubic-bezier(.22,1,.36,1);display:grid;overflow:hidden}.site-header--search-open[data-astro-cid-fzpbxy5g] .site-header__search[data-astro-cid-fzpbxy5g]{grid-template-rows:1fr}.site-header__search[data-astro-cid-fzpbxy5g] input[data-astro-cid-fzpbxy5g]{width:100%;min-height:0;color:var(--color-text);font:inherit;opacity:0;background:0 0;border:0;border-top:0 solid #17242b24;outline:none;margin-top:0;padding:0;font-size:1rem;transition:min-height .22s cubic-bezier(.22,1,.36,1),margin .22s cubic-bezier(.22,1,.36,1),padding .22s cubic-bezier(.22,1,.36,1),opacity .16s}.site-header--search-open[data-astro-cid-fzpbxy5g] .site-header__search[data-astro-cid-fzpbxy5g] input[data-astro-cid-fzpbxy5g]{opacity:1;border-top-width:.0625rem;min-height:3rem;margin-top:1rem;padding:.75rem 0}.site-header__menu-toggle[data-astro-cid-fzpbxy5g]{display:none}.site-header__brand[data-astro-cid-fzpbxy5g]:focus-visible,.site-header__link[data-astro-cid-fzpbxy5g]:focus-visible,.site-header__search-toggle[data-astro-cid-fzpbxy5g]:focus-visible,.site-header__menu-toggle[data-astro-cid-fzpbxy5g]:focus-visible{outline-offset:.1875rem;border-radius:.25rem;outline:.125rem solid #117af5}.sr-only[data-astro-cid-fzpbxy5g]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:.0625rem;height:.0625rem;margin:-.0625rem;padding:0;position:absolute;overflow:hidden}@media (width>=64rem) and (height<=64rem){.site-header[data-astro-cid-fzpbxy5g]{margin-top:clamp(1.5rem,3vh,2rem)}}@media (width<=61rem){.site-header[data-astro-cid-fzpbxy5g]{grid-template-rows:4.5rem auto auto;grid-template-columns:minmax(0,1fr) auto;gap:0 1rem}.site-header__brand[data-astro-cid-fzpbxy5g]{font-size:3rem}.site-header__panel[data-astro-cid-fzpbxy5g]{visibility:hidden;opacity:0;pointer-events:none;flex-direction:column;grid-area:2/1/auto/-1;gap:0;max-height:0;transition:max-height .22s cubic-bezier(.22,1,.36,1),opacity .16s,visibility 0s linear .22s;display:flex;overflow:hidden}.site-header--menu-open[data-astro-cid-fzpbxy5g] .site-header__panel[data-astro-cid-fzpbxy5g]{visibility:visible;opacity:1;pointer-events:auto;max-height:20rem;transition-delay:0s}.site-header__navigation[data-astro-cid-fzpbxy5g]{text-align:center;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding-top:1.25rem;display:flex}.site-header__actions[data-astro-cid-fzpbxy5g]{justify-content:space-between;gap:1rem;width:100%;padding:1rem 0 1.25rem}.site-header__link[data-astro-cid-fzpbxy5g]{font-size:1rem}.site-header__search[data-astro-cid-fzpbxy5g]{grid-row:3}.site-header__menu-toggle[data-astro-cid-fzpbxy5g]{color:#3e526e;cursor:pointer;background:0 0;border:0;border-radius:.375rem;place-content:center;gap:.3rem;width:2.75rem;height:2.75rem;display:grid}.site-header__menu-toggle[data-astro-cid-fzpbxy5g] span[data-astro-cid-fzpbxy5g]{background:currentColor;width:1.35rem;height:.125rem;transition:transform .18s;display:block}.site-header--menu-open[data-astro-cid-fzpbxy5g] .site-header__menu-toggle[data-astro-cid-fzpbxy5g] span[data-astro-cid-fzpbxy5g]:first-child{transform:translateY(.425rem)rotate(45deg)}.site-header--menu-open[data-astro-cid-fzpbxy5g] .site-header__menu-toggle[data-astro-cid-fzpbxy5g] span[data-astro-cid-fzpbxy5g]:nth-child(2){transform:scaleX(0)}.site-header--menu-open[data-astro-cid-fzpbxy5g] .site-header__menu-toggle[data-astro-cid-fzpbxy5g] span[data-astro-cid-fzpbxy5g]:nth-child(3){transform:translateY(-.425rem)rotate(-45deg)}}@media (width<=32rem){.site-header__link-label[data-astro-cid-fzpbxy5g]{display:none}.site-header__link-label--compact[data-astro-cid-fzpbxy5g]{display:inline}}@media (width<=22rem){.site-header__link-label--compact[data-astro-cid-fzpbxy5g]{display:none}.site-header__link-label--narrow[data-astro-cid-fzpbxy5g]{display:inline}}@media (prefers-reduced-motion:reduce){.site-header[data-astro-cid-fzpbxy5g],.site-header__search[data-astro-cid-fzpbxy5g],.site-header__search[data-astro-cid-fzpbxy5g] input[data-astro-cid-fzpbxy5g],.site-header__panel[data-astro-cid-fzpbxy5g]{transition:none}}.footer-fish[data-astro-cid-fg6ehtem]{z-index:1;pointer-events:none;height:clamp(10rem,16vw,14rem);position:absolute;bottom:100%;left:0;right:0;overflow:visible}.footer-fish__animation{bottom:-.1rem;left:var(--fish-left,50%);width:clamp(10rem,16vw,14rem);height:clamp(10rem,16vw,14rem);transform:translateX(-50%) scale(var(--fish-scale,1)) scaleX(var(--fish-direction,1));transform-origin:50% 100%;color-scheme:light only;user-select:none;display:block;position:absolute}@media (width<=42rem){.footer-fish[data-astro-cid-fg6ehtem]{height:10rem}.footer-fish__animation{width:10rem;height:10rem}}@media (prefers-reduced-motion:reduce){.footer-fish[data-astro-cid-fg6ehtem]{display:none}}.social-links[data-astro-cid-y2qsmizv]{align-items:center;display:flex}.social-links--footer[data-astro-cid-y2qsmizv]{color:#f8f4ed;gap:1rem}.social-links--profile[data-astro-cid-y2qsmizv]{color:#173747;gap:clamp(.45rem,1vw,.75rem)}.social-links--profile[data-astro-cid-y2qsmizv] .social-links__icon[data-astro-cid-y2qsmizv]{width:2rem;height:2rem}[data-theme=dark] .social-links--profile[data-astro-cid-y2qsmizv]{color:#f8f4ed}.social-links[data-astro-cid-y2qsmizv] a[data-astro-cid-y2qsmizv]{width:2rem;height:2rem;color:inherit;border-radius:50%;place-items:center;transition:color .16s,transform .16s;display:grid}.social-links--profile[data-astro-cid-y2qsmizv] a[data-astro-cid-y2qsmizv]{width:2.75rem;height:2.75rem}.social-links[data-astro-cid-y2qsmizv] a[data-astro-cid-y2qsmizv]:hover{color:var(--color-hover);transform:translateY(-.15rem)}.social-links[data-astro-cid-y2qsmizv] a[data-astro-cid-y2qsmizv]:focus-visible{outline:.125rem solid var(--color-hover);outline-offset:.1875rem}.social-links__icon[data-astro-cid-y2qsmizv]{width:100%;height:100%;mask:var(--social-icon) center / contain no-repeat;-webkit-mask:var(--social-icon) center / contain no-repeat;background:currentColor;display:block}@container profile-hero (width<=42rem){.social-links--profile[data-astro-cid-y2qsmizv]{grid-template-columns:repeat(3,2.75rem);justify-content:end;gap:.125rem .35rem;display:grid}}@container profile-hero (width<=22rem){.social-links--profile[data-astro-cid-y2qsmizv]{justify-content:space-between;gap:0;width:100%;display:flex}}@media (prefers-reduced-motion:reduce){.social-links[data-astro-cid-y2qsmizv] a[data-astro-cid-y2qsmizv]{transition:none}.social-links[data-astro-cid-y2qsmizv] a[data-astro-cid-y2qsmizv]:hover{transform:none}}.site-footer[data-astro-cid-nns7i3if]{isolation:isolate;color:#bfd2e0;background:#264b70;margin-top:clamp(5rem,10vw,9rem);padding:4rem 0 3rem;position:relative}[data-theme=dark] .site-footer[data-astro-cid-nns7i3if]{background:#292929}.site-footer__main[data-astro-cid-nns7i3if],.site-footer__bottom[data-astro-cid-nns7i3if]{z-index:2;width:min(calc(100% - (2 * var(--page-gutter))), 80rem);margin-inline:auto;position:relative}.site-footer__main[data-astro-cid-nns7i3if]{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:2rem;min-height:21.4rem;display:grid}.site-footer__about[data-astro-cid-nns7i3if]{max-width:39rem}.site-footer__brand[data-astro-cid-nns7i3if]{color:#fff;letter-spacing:0;width:fit-content;font-family:Poppins,sans-serif;font-size:6rem;font-style:italic;font-weight:900;line-height:.7;text-decoration:none;display:block}.site-footer__pronunciation[data-astro-cid-nns7i3if]{color:#f8f4ed;margin-top:.25rem;font-family:Source Serif Pro,Georgia,serif;font-size:1.25rem;display:block}.site-footer__about[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if]{margin:.75rem 0 0;font-size:1.25rem;font-weight:300;line-height:1.4}.site-footer__about[data-astro-cid-nns7i3if] strong[data-astro-cid-nns7i3if]{color:#fff;font-weight:300}.site-footer__links[data-astro-cid-nns7i3if]{align-self:center;justify-items:end;gap:2rem;padding-top:2.5rem;display:grid}.site-footer__links[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{color:inherit;align-items:center;gap:.4rem;font-size:1.25rem;font-weight:300;text-decoration:none;display:inline-flex}.site-footer__links[data-astro-cid-nns7i3if] img[data-astro-cid-nns7i3if]{width:1.25rem;height:1.25rem}.site-footer__links[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]:hover{color:var(--color-hover)}.site-footer__bottom[data-astro-cid-nns7i3if]{border-top:.0625rem solid #f8f4ed;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:4rem;padding-top:2rem;display:flex}.site-footer__bottom[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if]{color:#f8f4ed;margin:0;font-size:.875rem}@media (width<=56rem){.site-footer[data-astro-cid-nns7i3if]{padding-block:3rem 2rem}.site-footer__main[data-astro-cid-nns7i3if]{grid-template-columns:1fr;gap:3rem;min-height:0}.site-footer__brand[data-astro-cid-nns7i3if]{font-size:clamp(4rem,16vw,6rem)}.site-footer__about[data-astro-cid-nns7i3if] p[data-astro-cid-nns7i3if],.site-footer__links[data-astro-cid-nns7i3if] a[data-astro-cid-nns7i3if]{font-size:1rem}.site-footer__links[data-astro-cid-nns7i3if]{justify-items:start;padding-top:0}.site-footer__bottom[data-astro-cid-nns7i3if]{flex-direction:column;align-items:flex-start}}.skip-link[data-astro-cid-z4jru4n3]{z-index:1000;background:var(--color-menu);color:var(--color-text);border-radius:.375rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;position:fixed;top:.75rem;left:.75rem;transform:translateY(calc(-100% - 1rem));box-shadow:0 .25rem .75rem #0000002e}.skip-link[data-astro-cid-z4jru4n3]:focus{outline:.1875rem solid var(--color-hover);outline-offset:.125rem;transform:translateY(0)}
