.collapsable-toggle[data-astro-cid-oqwc6t44]{visibility:visible;cursor:pointer;background-color:transparent;border:none}.collapsable-toggle[data-astro-cid-oqwc6t44]:hover,.collapsable-toggle[data-astro-cid-oqwc6t44]:focus-visible{--text: var(--active);color:var(--active)}:root{--lightTheme-accent: #9e0042;--lightTheme-active: #d05c79;--lightTheme-accentBackground: #f4d9de;--lightTheme-topBarBackground: #f4d9de;--lightTheme-link: var(--accent);--lightTheme-secondary: #442b48;--lightTheme-accent-dark: #000d8a;--lightTheme-background: #f6f3f3;--lightTheme-text: #28151d;--lightTheme-altText: #fff;--darkTheme-accent: #f5a0b2;--darkTheme-active: #d05c79;--darkTheme-accentBackground: #7a223d;--darkTheme-topBarBackground: #7a223d;--darkTheme-link: var(--accent);--darkTheme-secondary: #cba6b7;--darkTheme-accent-dark: #000d8a;--darkTheme-background: #28151d;--darkTheme-text: #f4d9de;--darkTheme-altText: #000}@media(prefers-color-scheme:light){body.-auto{--accent: var(--lightTheme-accent);--active: var(--lightTheme-active);--accentBackground: var(--lightTheme-accentBackground);--topBarBackground: var(--lightTheme-topBarBackground);--link: var(--lightTheme-link);--secondary: var(--lightTheme-secondary);--accent-dark: var(--lightTheme-accent-dark);--background: var(--lightTheme-background);--text: var(--lightTheme-text);--altText: var(--lightTheme-altText)}}@media(prefers-color-scheme:dark){body.-auto{--accent: var(--darkTheme-accent);--active: var(--darkTheme-active);--accentBackground: var(--darkTheme-accentBackground);--topBarBackground: var(--darkTheme-topBarBackground);--link: var(--darkTheme-link);--secondary: var(--darkTheme-secondary);--accent-dark: var(--darkTheme-accent-dark);--background: var(--darkTheme-background);--text: var(--darkTheme-text);--altText: var(--darkTheme-altText)}}body.-light{--accent: var(--lightTheme-accent);--active: var(--lightTheme-active);--accentBackground: var(--lightTheme-accentBackground);--topBarBackground: var(--lightTheme-topBarBackground);--link: var(--lightTheme-link);--secondary: var(--lightTheme-secondary);--accent-dark: var(--lightTheme-accent-dark);--background: var(--lightTheme-background);--text: var(--lightTheme-text);--altText: var(--lightTheme-altText)}body,body.-dark{--accent: var(--darkTheme-accent);--active: var(--darkTheme-active);--accentBackground: var(--darkTheme-accentBackground);--topBarBackground: var(--darkTheme-topBarBackground);--link: var(--darkTheme-link);--secondary: var(--darkTheme-secondary);--accent-dark: var(--darkTheme-accent-dark);--background: var(--darkTheme-background);--text: var(--darkTheme-text);--altText: var(--darkTheme-altText)}:root{--black: 15, 18, 25;--gray: 96, 115, 159;--gray-light: 229, 233, 240;--gray-dark: 34, 41, 57;--gray-gradient: rgba(var(--gray-light), 50%), #fff;--box-shadow: 0 2px 6px rgba(var(--gray), 25%), 0 8px 24px rgba(var(--gray), 33%), 0 16px 32px rgba(var(--gray), 33%);--borderRadius: 3px}.fa-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;vertical-align:baseline;height:1em;margin-left:.3em;margin-right:.3em}.fa-icon-wrapper.-middle{vertical-align:middle}.svg-inline--fa{height:1em;color:var(--text)}body{margin:0;padding:0;text-align:left;word-wrap:break-word;overflow-wrap:break-word;color:var(--text);background-color:var(--background);line-height:1.7}.main-content{padding:1em}.main-container{margin:auto;max-width:100%;display:flex;flex-direction:row-reverse}.main-right{flex:1 0;display:flex;flex-direction:column;min-height:100vh;max-width:calc(100vw - 20em)}@media(min-width:60em){.sidebar{width:20em;min-width:20em;max-width:20em;border-right:1px dashed var(--secondary);height:100vh;overflow-x:hidden;overflow-y:auto;top:0;position:sticky}}.site-overview-sidebar{--text: var(--secondary);color:var(--text);width:20em}@media(max-width:60em){.main-container{flex-direction:column}.sidebar{width:100%;border:none}.site-overview-sidebar{width:100%}.main-right{max-width:100vw}}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:rgb(var(--text));line-height:1.2}h1{font-size:1.5em}h2{font-size:1.375em}h3{font-size:1.25em}h4{font-size:1.125em}h5{font-size:1em}strong,b{font-weight:700}a{color:var(--accent);text-decoration:underline dashed}a:hover,a:focus-visible{color:var(--accent);text-decoration:underline}.toc-heading-link{color:var(--text)}p{margin-bottom:1em}.prose p{margin-bottom:2em}textarea,table{width:100%}img{max-width:100%;height:auto;border-radius:8px}code{padding:2px 5px;background-color:var(--background);border-radius:2px}pre{padding:1.5em;border-radius:8px}pre>code{all:unset}blockquote{border-left:4px solid var(--accent);padding:0 0 0 20px;margin:0}hr{border:none;border-top:1px solid rgb(var(--gray-light))}.sr-only{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}main{width:calc(100% - 2em);max-width:100%;margin:0}.prose{max-width:calc(100% - 2em);margin:auto;padding:1em;color:var(--text)}.title{padding:1em 0;text-align:center;line-height:1}.post-header{margin:0 0 .5em}.date{margin-bottom:.5em}.last-updated-on{font-style:italic}.ts-lang-group .ts-langs-inline:not(:first-child):before{content:" | "}table{margin:.5em}table,th,td{border:1px solid var(--accent);border-collapse:collapse}u.break{padding-left:1px}.header-link[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}.header-link[data-astro-cid-eimmu3lg].active{--text: var(--altText);background-color:var(--accent);text-decoration:none}.header-link[data-astro-cid-pux6a34n]{font-size:.75em;padding:.25em .5em;vertical-align:middle;color:var(--text);text-decoration:none}.header-link[data-astro-cid-pux6a34n]:hover,.header-link[data-astro-cid-pux6a34n].focus-visible{color:var(--altText);background-color:var(--active)}header[data-astro-cid-3ef6ksr2]{margin:0;padding:0 1em;background-color:var(--topBarBackground);box-shadow:0 2px 8px rgba(var(--black),5%)}h2[data-astro-cid-3ef6ksr2]{margin:0;font-size:1em;padding:1em .5em}h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{color:var(--text)}h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none}nav[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}.topbar[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.topbar-toggle-nav-button[data-astro-cid-3ef6ksr2]{display:none}.internal-links[data-astro-cid-3ef6ksr2].-topbar{display:flex}.internal-links[data-astro-cid-3ef6ksr2].-dropdown{display:none;margin-bottom:1em}@media(max-width:40em){.internal-links[data-astro-cid-3ef6ksr2].-topbar,.internal-links[data-astro-cid-3ef6ksr2].-dropdown{display:none}.internal-links[data-astro-cid-3ef6ksr2].-dropdown.-display,.when-no-js .internal-links[data-astro-cid-3ef6ksr2].-dropdown{display:flex}h2[data-astro-cid-3ef6ksr2]{min-height:max-content;display:flex;flex-direction:column;justify-content:stretch}.topbar-toggle-nav-button[data-astro-cid-3ef6ksr2]{display:block;padding:.25em .5em}.when-no-js .topbar-toggle-nav-button[data-astro-cid-3ef6ksr2]{display:none}.internal-links[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:column}}.social-links[data-astro-cid-zamss57n]{margin:.5em}.social-link-entry[data-astro-cid-zamss57n]{display:inline-block}.social-link-entry[data-astro-cid-zamss57n]{margin-left:.1em;margin-right:.1em}.social-link-entry[data-astro-cid-zamss57n]:not(:first-child):before{content:"-"}.site-overview[data-astro-cid-rxfv3gnm]{padding:1em;text-align:center}.img-container[data-astro-cid-rxfv3gnm]{height:10em;width:10em;object-contain:fit;margin:auto}footer[data-astro-cid-sz7xmlte]{padding:2em 1em;background-color:var(--accentBackground);color:var(--text);text-align:center;margin-top:auto}.social-links[data-astro-cid-sz7xmlte]{display:flex;justify-content:center;gap:1em;margin-top:1em}.social-links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{text-decoration:none}
