.promo-modal:where(.astro-uzkjn6op){border-radius:.85rem;overflow:hidden}.promo-modal:where(.astro-uzkjn6op) .modal-header:where(.astro-uzkjn6op){border-bottom:0;padding-bottom:.25rem}.promo-modal:where(.astro-uzkjn6op) .modal-body:where(.astro-uzkjn6op){padding-top:.75rem}.promo-copy:where(.astro-uzkjn6op){text-align:left;margin:0 0 .75rem}.promo-image-wrap:where(.astro-uzkjn6op){border:1px solid rgba(var(--color-border),.6);border-radius:.7rem;overflow:hidden}.promo-image:where(.astro-uzkjn6op){object-fit:cover;width:100%;max-height:50vh;display:block}.promo-cta:where(.astro-uzkjn6op){padding:.75rem 1rem;font-weight:600}@media (width<=575px){.promo-modal:where(.astro-uzkjn6op) .modal-body:where(.astro-uzkjn6op){padding:.75rem 1rem 1rem}.promo-image:where(.astro-uzkjn6op){max-height:45vh}}:root,html[data-theme=light]{--color-fill:251,254,251;--color-text-base:40,39,40;--color-accent:15,111,180;--color-card:255,255,255;--color-card-muted:205,205,205;--color-border:236,233,233;--color-surface:242,243,245;--bs-body-font-family:"IBM Plex Mono",monospace;--bs-body-bg:rgb(var(--color-surface));--bs-body-color:rgb(var(--color-text-base));--bs-primary:rgb(var(--color-accent));--bs-secondary-bg:rgb(var(--color-card));--bs-tertiary-bg:rgb(var(--color-card-muted));--bs-border-color:rgb(var(--color-border));--bs-secondary-color:rgba(var(--color-text-base),.7);--bs-link-color:#075991;--bs-link-hover-color:rgb(var(--color-accent));--bs-modal-bg:rgb(var(--color-card));--bs-modal-color:rgb(var(--color-text-base))}html[data-theme=dark]{--color-fill:16,19,24;--color-text-base:227,232,239;--color-accent:90,200,250;--color-card:26,30,38;--color-card-muted:36,41,52;--color-border:54,63,78;--color-surface:18,22,28;--bs-body-bg:rgb(var(--color-surface));--bs-body-color:rgb(var(--color-text-base));--bs-primary:rgb(var(--color-accent));--bs-secondary-bg:rgb(var(--color-card));--bs-tertiary-bg:rgb(var(--color-card-muted));--bs-border-color:rgb(var(--color-border));--bs-secondary-color:rgba(var(--color-text-base),.7);--bs-link-color:#7dccff;--bs-link-hover-color:#a4e1ff;--bs-modal-bg:rgb(var(--color-card));--bs-modal-color:rgb(var(--color-text-base))}html{overflow-y:scroll}html.scroll-behavior-smooth{scroll-behavior:smooth}#sun-svg,html[data-theme=dark] #moon-svg{display:none}#moon-svg,html[data-theme=dark] #sun-svg{display:block}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);font-family:var(--bs-body-font-family);flex-direction:column;min-height:100svh;display:flex}body:before{content:"";background:radial-gradient(circle at top left,rgba(var(--color-accent),.08),transparent 45%),radial-gradient(circle at top right,rgba(var(--color-accent),.06),transparent 40%);pointer-events:none;z-index:-1;position:fixed;inset:0}::selection{background-color:rgba(var(--color-accent),.7);color:rgb(var(--color-fill))}a{outline-offset:2px;outline:2px solid #0000}a:focus-visible{outline:2px dashed var(--bs-primary);text-decoration:none}svg{fill:currentColor;width:1.5rem;height:1.5rem;display:inline-block}svg.icon-tabler{fill:#0000;stroke:currentColor;stroke-width:2px;opacity:.9;width:1.5rem;height:1.5rem;display:inline-block}.prose{color:var(--bs-body-color);max-width:48rem;margin-left:auto;margin-right:auto;font-size:1.03rem;line-height:1.8}.prose h1,.prose h2,.prose h3,.prose h4,.prose h5,.prose h6{color:var(--bs-body-color);margin-top:1.75rem;margin-bottom:.75rem}.prose h2#table-of-contents{margin-bottom:.5rem}.prose h3{font-style:italic}.prose p,.prose ol,.prose ul,.prose table{color:var(--bs-body-color)}.prose a{color:var(--bs-link-color);text-underline-offset:.5rem;word-break:break-word;text-decoration-style:dashed}.prose a:hover{color:var(--bs-link-hover-color)}.prose blockquote{border-left:4px solid var(--bs-primary);border-left-color:rgba(var(--color-accent),.5);opacity:.8;margin:1.5rem 0;padding-left:1rem}.prose strong,.prose figcaption{color:var(--bs-body-color)}.prose figcaption{opacity:.7}.prose code{background-color:rgba(var(--color-card),.75);border-radius:.25rem;padding:.2rem .35rem}.prose code:before,.prose code:after{content:none}.prose pre code{background-color:#0000;padding:0}.prose ul{padding-left:1.25rem;overflow-x:clip}.prose li::marker{color:var(--bs-primary)}.prose table{width:100%}.prose th,.prose td{border:1px solid var(--bs-border-color)}.prose img{border:2px solid var(--bs-border-color);border-radius:.5rem;margin:.5rem auto;display:block}.prose hr{border-color:var(--bs-border-color)}.prose details{cursor:pointer;user-select:none;display:inline-block}.prose summary:focus-visible{outline:2px dashed var(--bs-primary);outline-offset:2px}.prose h2#table-of-contents+p{display:none}.prose-img-borderless img{border:none}code,blockquote{word-wrap:break-word}pre>code{white-space:pre}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background-color:var(--bs-body-bg)}::-webkit-scrollbar-thumb{background-color:var(--bs-secondary-bg)}::-webkit-scrollbar-thumb:hover{background-color:var(--bs-tertiary-bg)}.focus-outline:focus-visible{outline:2px dashed var(--bs-primary);outline-offset:2px;text-decoration:none}.link-accent-hover{color:inherit;text-decoration:none}.link-accent-hover:hover,.link-accent-hover:focus-visible{color:var(--bs-link-hover-color)}.underline-dashed{text-decoration:underline dashed}.underline-offset-sm{text-underline-offset:.25rem}.underline-offset-md{text-underline-offset:.4rem}.underline-offset-lg{text-underline-offset:.5rem}.opacity-80{opacity:.8}.icon-scale-75{transform:scale(.75)}.icon-scale-95{transform:scale(.95)}.icon-scale-110{transform:scale(1.1)}.icon-scale-125{transform:scale(1.25)}.hover-raise{transition:top .15s ease-in-out;position:relative;top:0}.hover-raise:hover{top:-.125rem}.hover-rotate-6{transition:transform .15s ease-in-out}.hover-rotate-6:hover{transform:rotate(6deg)}.hover-opacity:hover{opacity:.75}.rotate-90{transform:rotate(90deg)}.heading-link{margin-left:.5rem;text-decoration:none;display:none}.heading-with-link:hover .heading-link{display:inline-block}.copy-code{background-color:var(--bs-secondary-bg);color:var(--bs-body-color);border:1px solid var(--bs-border-color);border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem}.social-link-button{padding:.5rem;transition:transform .15s ease-in-out}.social-link-button:hover{transform:rotate(6deg)}.share-link-button{padding:.5rem;transition:transform .15s ease-in-out;transform:scale(.9)}.share-link-button:hover{transform:scale(.9)rotate(6deg)}@media (width>=576px){.social-link-button,.share-link-button{padding:.25rem}}.progress-container{background-color:var(--bs-body-bg);z-index:10;width:100%;height:.25rem;position:fixed;top:0;left:0}.progress-bar{background-color:var(--bs-primary);width:0;height:.25rem}.search-input::placeholder{opacity:.75;font-style:italic}.content-card{background-color:rgb(var(--color-card));border:1px solid rgba(var(--color-border),.8);border-radius:.9rem;padding:1.5rem;box-shadow:0 12px 30px #00000014}.content-card+.content-card{margin-top:1.5rem}.card-list{margin-bottom:0;padding-left:0;list-style:none}.post-card{background-color:rgb(var(--color-card));border:1px solid rgba(var(--color-border),.8);border-radius:.75rem;box-shadow:0 8px 22px #0000000d}.post-card .card-body{padding:1.25rem}.footer-card{flex-direction:column;gap:1rem;display:flex}@media (width>=576px){.content-card{padding:2rem}.footer-card{flex-direction:row-reverse;justify-content:space-between;align-items:center}}.post-card .card-body{position:relative}.post-card .card-body>.stretched-link:after{border-radius:.6rem}.btn-outline-primary{border-color:rgba(var(--color-accent),.55);color:var(--bs-link-hover-color)}.btn-outline-primary:hover,.btn-outline-primary:focus-visible{background-color:rgba(var(--color-accent),.12);border-color:rgba(var(--color-accent),.8)}.btn-close{filter:none}html[data-theme=dark] .btn-close{filter:invert()}.nav-link-primary{color:var(--bs-body-color);text-decoration:none}.nav-link-primary:hover,.nav-link-primary:focus-visible{color:var(--bs-link-hover-color)}.menu-icon,html[data-theme=dark] .menu-icon{color:var(--bs-body-color)}.modal-content{background-color:var(--bs-modal-bg);color:var(--bs-modal-color);border:1px solid rgba(var(--color-border),.7);box-shadow:0 18px 45px #00000059}.modal-header,.modal-footer{border-color:rgba(var(--color-border),.6)}.modal-body{color:var(--bs-modal-color)}.theme-icon,html[data-theme=dark] .theme-icon{color:var(--bs-body-color)}#skip-to-content:where(.astro-3ef6ksr2){z-index:50;background-color:var(--bs-primary);color:var(--bs-body-bg);padding:.5rem .75rem;transition:top .2s ease-in-out;position:absolute;top:-100%;left:1rem}#skip-to-content:where(.astro-3ef6ksr2):focus{top:1rem}.nav-container:where(.astro-3ef6ksr2){flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:48rem;margin:0 auto;display:flex}.top-nav-wrap:where(.astro-3ef6ksr2){justify-content:space-between;align-items:flex-start;width:100%;padding:1rem;display:flex;position:relative}.logo:where(.astro-3ef6ksr2){padding:.25rem 0;font-size:1.25rem;font-weight:600;position:absolute}.hamburger-menu:where(.astro-3ef6ksr2){border:1px solid rgba(var(--color-border),.8);background-color:rgb(var(--color-card));border-radius:.5rem;align-self:flex-end;padding:.5rem}.hamburger-menu:where(.astro-3ef6ksr2) svg:where(.astro-3ef6ksr2){color:var(--bs-body-color);width:1.5rem;height:1.5rem;transform:scale(1.25)}nav:where(.astro-3ef6ksr2){flex-direction:column;align-items:center;width:100%;display:flex}nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2){grid-template-rows:repeat(4,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:11rem;margin-top:1rem;padding-left:0;list-style:none;display:grid}nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2){grid-column:span 2;justify-content:center;align-items:center;display:flex}nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2){text-align:center;color:inherit;width:100%;padding:.75rem 1rem;font-weight:500;text-decoration:none}nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2):hover,nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2):focus-visible{color:var(--bs-primary)}nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2):nth-last-child(2) a:where(.astro-3ef6ksr2){width:auto}nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2):last-child,nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2):nth-last-child(2){grid-column:span 1}nav:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2).active{text-underline-offset:.25rem;text-decoration:underline 2px wavy}nav:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2).active svg:where(.astro-3ef6ksr2){color:var(--bs-primary)}nav:where(.astro-3ef6ksr2) button:where(.astro-3ef6ksr2){padding:.25rem}nav:where(.astro-3ef6ksr2) button:where(.astro-3ef6ksr2) svg:where(.astro-3ef6ksr2){color:var(--bs-body-color);width:1.5rem;height:1.5rem}nav:where(.astro-3ef6ksr2) button:where(.astro-3ef6ksr2):hover svg:where(.astro-3ef6ksr2),nav:where(.astro-3ef6ksr2) button:where(.astro-3ef6ksr2):focus-visible svg:where(.astro-3ef6ksr2){color:var(--bs-primary)}#theme-btn:where(.astro-3ef6ksr2){border:1px solid rgba(var(--color-border),.8);background-color:rgb(var(--color-card));border-radius:.5rem;padding:.75rem}#theme-btn:where(.astro-3ef6ksr2) svg:where(.astro-3ef6ksr2){transition:transform .15s ease-in-out;transform:scale(1.25)}#theme-btn:where(.astro-3ef6ksr2):hover svg:where(.astro-3ef6ksr2){transform:scale(1.25)rotate(12deg)}.search-icon:where(.astro-3ef6ksr2){transform:scale(1.25)}.menu-icon:where(.astro-3ef6ksr2) line:where(.astro-3ef6ksr2){transition:opacity 75ms ease-in-out}.menu-icon:where(.astro-3ef6ksr2) .close:where(.astro-3ef6ksr2),.menu-icon:where(.astro-3ef6ksr2).is-active .line:where(.astro-3ef6ksr2){opacity:0}.menu-icon:where(.astro-3ef6ksr2).is-active .close:where(.astro-3ef6ksr2){opacity:1}@media (width>=576px){.nav-container:where(.astro-3ef6ksr2){flex-direction:row}.top-nav-wrap:where(.astro-3ef6ksr2){align-items:center;padding:2rem 1rem}.logo:where(.astro-3ef6ksr2){font-size:1.5rem;position:static}.hamburger-menu:where(.astro-3ef6ksr2){display:none}nav:where(.astro-3ef6ksr2){flex-direction:row;justify-content:flex-end;margin-left:.5rem}nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2){gap:1.25rem;width:auto;margin-top:0;display:flex}nav:where(.astro-3ef6ksr2) ul:where(.astro-3ef6ksr2) li:where(.astro-3ef6ksr2) a:where(.astro-3ef6ksr2){padding:.25rem .5rem}#theme-btn:where(.astro-3ef6ksr2){padding:.25rem}#theme-btn:where(.astro-3ef6ksr2) svg:where(.astro-3ef6ksr2),.search-icon:where(.astro-3ef6ksr2){transform:scale(1)}}.copyright-wrapper:where(.astro-sz7xmlte){white-space:nowrap;flex-direction:column;align-items:center;display:flex}.separator:where(.astro-sz7xmlte){display:none}@media (width>=576px){.copyright-wrapper:where(.astro-sz7xmlte){flex-direction:row}.separator:where(.astro-sz7xmlte){display:inline}}