.sr-only{position:absolute;margin:-1px;padding:0;inline-size:1px;block-size:1px;overflow:hidden;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}:root{--color-default-border: light-dark(hsl(204 8% 55%), hsl(215 15% 45%));--color-default-bg: light-dark(hsl(200 20% 97%), hsl(215 25% 13%));--color-default-text: light-dark(hsl(204 8% 14%), hsl(0 0% 100%));--color-info-border: light-dark(hsl(200 78% 46%), hsl(234 100% 60%));--color-info-bg: light-dark(hsl(198 100% 94%), hsl(234 54% 20%));--color-info-text: light-dark(hsl(200 96% 27%), hsl(0 0% 100%));--color-success-border: light-dark(hsl(160 61% 41%), hsl(101 82% 63%));--color-success-bg: light-dark(hsl(160 71% 96%), hsl(101 39% 22%));--color-success-text: light-dark(hsl(170 96% 15%), hsl(0 0% 100%));--color-warning-border: light-dark(hsl(35 75% 49%), hsl(41 82% 63%));--color-warning-bg: light-dark(hsl(48 100% 96%), hsl(41 39% 22%));--color-warning-text: light-dark(hsl(15 85% 30%), hsl(0 0% 100%));--color-error-border: light-dark(hsl(355 73% 51%), hsl(339 82% 63%));--color-error-bg: light-dark(hsl(0 100% 94%), hsl(339 39% 22%));--color-error-text: light-dark(hsl(350 94% 19%), hsl(0 0% 100%));--color-pulse-default: 100, 100, 100;--color-pulse-info: 0, 122, 255;--color-pulse-success: 52, 199, 89;--color-pulse-warning: 255, 149, 0;--color-pulse-error: 255, 59, 48}:root{--animation-timing: cubic-bezier(.165, .84, .44, 1);--animation-duration-hover: .5s;--animation-duration-pulse: 2s}@keyframes pulse{0%{box-shadow:0 0 rgba(var(--pulse-color, 0, 0, 0),.7)}70%{box-shadow:0 0 0 6px rgba(var(--pulse-color, 0, 0, 0),0)}to{box-shadow:0 0 rgba(var(--pulse-color, 0, 0, 0),0)}}@keyframes boop{0%{transform:scale(1) rotate(0)}25%{transform:scale(var(--scaleAmount, 1.1)) rotate(calc(-1 * var(--rotateAmount, 10deg)))}50%{transform:scale(calc(var(--scaleAmount, 1.1) - .05)) rotate(calc(var(--rotateAmount, 10deg) / 2))}75%{transform:scale(calc(var(--scaleAmount, 1.1) - .08)) rotate(calc(-1 * var(--rotateAmount, 10deg) / 4))}to{transform:scale(1) rotate(0)}}@keyframes bouncing{0%{transform:translateY(0)}25%{transform:translateY(-5px)}50%{transform:translateY(0)}75%{transform:translateY(-2px)}to{transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0)}50%{transform:rotate(var(--rotateAmount, 10deg))}to{transform:rotate(0)}}@media (prefers-reduced-motion: no-preference){.animate-boop:where(:hover,:focus-visible){animation:boop var(--animation-duration-hover) var(--animation-timing) forwards}.animate-bouncing:where(:hover,:focus-visible){animation:bouncing var(--animation-duration-hover) var(--animation-timing) forwards}.animate-rotate:where(:hover,:focus-visible){animation:rotate var(--animation-duration-hover) var(--animation-timing) forwards}.animate-boop-svg:where(:hover,:focus-visible) svg{animation:boop var(--animation-duration-hover) var(--animation-timing) forwards}.animate-bouncing-svg:where(:hover,:focus-visible) svg{animation:bouncing var(--animation-duration-hover) var(--animation-timing) forwards}.animate-rotate-svg:where(:hover,:focus-visible) svg{animation:rotate var(--animation-duration-hover) var(--animation-timing) forwards}.animation-pulse{--pulse-iteration-count: var(--pulse-iterations, 3);animation:pulse var(--animation-duration-pulse) var(--animation-timing) var(--pulse-iteration-count)}}@media (prefers-reduced-motion: reduce){.animate-boop:where(:hover,:focus-visible),.animate-bouncing:where(:hover,:focus-visible),.animate-rotate:where(:hover,:focus-visible),.animate-boop-svg:where(:hover,:focus-visible) svg,.animate-bouncing-svg:where(:hover,:focus-visible) svg,.animate-rotate-svg:where(:hover,:focus-visible) svg{transform:none;animation:none}.animation-pulse{animation:none;box-shadow:0 0 0 2px rgba(var(--pulse-color, 0, 0, 0),.3)}}[data-astro-cid-o726yemk]:where(.breadcrumbs ol){display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}[data-astro-cid-whcg5jpn]:where(.item){display:flex;align-items:center;gap:.5rem}[data-astro-cid-whcg5jpn]:where(.item) .separator{display:flex;align-items:center}[data-astro-cid-whcg5jpn]:where(.item) .separator svg{margin-block-start:3px}[data-astro-cid-whcg5jpn]:where(.item) svg{inline-size:1rem;block-size:1rem}[data-astro-cid-whcg5jpn]:where(li.item:last-child) .separator{display:none}[data-astro-cid-whcg5jpn]:where(.has-icon) svg{display:flex;align-items:center}[data-astro-cid-whcg5jpn]:where(.item a){color:currentColor;text-decoration:underline;text-underline-offset:4px}[data-astro-cid-whcg5jpn]:where(.item a:hover),[data-astro-cid-whcg5jpn]:where(.item a:focus-visible){text-decoration:none}[data-astro-cid-whcg5jpn]:where(.item span[aria-current=page]){font-weight:500}@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(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}[data-astro-cid-rhfzfgjd]:where(.media-wrapper){position:relative;border-radius:.5rem;inline-size:100%;overflow:hidden}[data-astro-cid-rhfzfgjd]:where(.media-wrapper img){border-radius:inherit;inline-size:100%;block-size:auto;object-fit:cover}.author-box[data-astro-cid-dwrmp7mt]{display:block;gap:1.5rem;padding:2rem;background-color:transparent;margin-top:3rem}.author-image-container[data-astro-cid-dwrmp7mt]{flex-shrink:0}.author-image[data-astro-cid-dwrmp7mt]{border-radius:50%;object-fit:cover;width:100px;height:100px}.author-info[data-astro-cid-dwrmp7mt]{display:flex;flex-direction:column;justify-content:center}.author-name[data-astro-cid-dwrmp7mt]{font-size:1.5rem;margin:0}.author-bio[data-astro-cid-dwrmp7mt]{color:#f7f7f7;line-height:1.5;margin-bottom:.5rem}.author-social[data-astro-cid-dwrmp7mt]{color:#1d9bf0;text-decoration:none;font-size:.9rem;font-weight:500}main[data-astro-cid-bvzihdzo]{width:calc(100% - 2em);max-width:100%;margin:0}.hero-image[data-astro-cid-bvzihdzo]{width:100%}.hero-image[data-astro-cid-bvzihdzo] img[data-astro-cid-bvzihdzo]{display:block;margin:0 auto;border-radius:12px;box-shadow:var(--box-shadow)}.prose[data-astro-cid-bvzihdzo]{width:950px;max-width:calc(100% - 2em);margin:auto;padding:1em 2em;color:rgb(var(--gray-light));background-color:#00000040;border-radius:8px;box-shadow:var(--box-shadow)}.title[data-astro-cid-bvzihdzo]{margin-bottom:1em;padding:1em 0;text-align:center;line-height:1}.tags[data-astro-cid-bvzihdzo]{display:flex;flex-wrap:wrap;list-style-type:none}.related-posts[data-astro-cid-bvzihdzo]{margin-top:3rem;padding:1rem;background:#0000001a;border-radius:8px}.related-posts[data-astro-cid-bvzihdzo] h2[data-astro-cid-bvzihdzo]{margin-bottom:1rem}.related-posts[data-astro-cid-bvzihdzo] ul[data-astro-cid-bvzihdzo]{display:flex;gap:1rem;list-style:none;padding:0}.related-posts[data-astro-cid-bvzihdzo] li[data-astro-cid-bvzihdzo]{flex:1;background:#00000040;border-radius:6px;padding:.5rem;box-shadow:var(--box-shadow)}.related-posts[data-astro-cid-bvzihdzo] img[data-astro-cid-bvzihdzo]{display:block;max-width:100%;border-radius:4px}.title[data-astro-cid-bvzihdzo] h1[data-astro-cid-bvzihdzo]{margin:0 0 .5em}.date[data-astro-cid-bvzihdzo]{margin-bottom:.5em;color:rgb(var(--gray-light))}.last-updated-on[data-astro-cid-bvzihdzo]{font-style:italic}.breadcrumbs .list{display:flex;align-items:center;gap:.5rem}.breadcrumbs a{color:light-dark(hsl(215 25% 27%),hsl(215 25% 89%));text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .separator{color:light-dark(hsl(215 8% 45%),hsl(215 8% 65%))}
