:root{--font-family: -apple-system, system-ui, sans-serif;--font-family-monospace: Consolas, Menlo, Monaco, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Courier New, Courier, monospace}:root{--text-color: #2e2e2e;--text-color-link: #005ea2;--text-color-link-visited: #54278f;--background-color: #f0f0f0;--body-background-color: #fff;--syntax-tab-size: 2;--shiki-bg: #ffffff;--shiki: #0e1116}@media (prefers-color-scheme: dark){:root{--text-color: #cccccc;--text-color-link: #58b4ff;--text-color-link-visited: #c39deb;--background-color: #2e2e2e;--body-background-color: #1b1b1b;--shiki: #f0f3f6;--shiki-bg: #0a0c10}html{color-scheme:dark}}*,*:before,*:after{box-sizing:border-box}@media (prefers-reduced-motion: no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}@view-transition{navigation: auto;}html,body{padding:0;margin:0 auto;font-family:var(--font-family);color:var(--text-color);background-color:var(--background-color)}html{overflow-y:scroll}header,main{max-width:720px;margin:0 auto}footer{text-align:center;margin-bottom:20px}.actual-content{background-color:var(--body-background-color);padding-bottom:1em}.visually-hidden:not(:focus):not(:active){clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}img{max-width:100%}img[width][height]{height:auto}img[src$=".svg"]{width:100%;height:auto;max-width:none}video,iframe{width:100%;height:auto}iframe{aspect-ratio:16/9}p:last-child{margin-bottom:0}p,li{line-height:1.5}a[href]{color:var(--text-color-link)}a[href]:visited{color:var(--text-color-link-visited)}a[target=_blank]:after{content:"↗";font-size:.8rem;margin-left:.25rem;vertical-align:super;text-decoration:none}main,footer{padding:1rem}main :first-child{margin-top:0}.notfound-page{text-align:center;padding:50px 0}.notfound-page h1{font-size:4rem;padding:0;margin:0}#skip-link{text-decoration:none;background:var(--background-color);color:var(--text-color);padding:.5rem 1rem;border:1px solid var(--text-color)}#skip-link.visually-hidden:focus{position:absolute;top:1rem;left:1rem;z-index:999}.links-nextprev{display:flex;justify-content:space-between;gap:.5rem 1rem;list-style:"";border-top:1px dashed var(--text-color);padding:1rem 0}.links-nextprev>*{flex-grow:1}.links-nextprev-next{text-align:right}@media (max-width: 767.98px){.links-nextprev{flex-direction:column}}header{display:flex;gap:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:1rem}.home-link{flex-grow:1;font-size:1rem;font-weight:700}.home-link:link:not(:hover){text-decoration:none}.home-link:visited{color:var(--text-color-link)!important}.nav{display:flex;gap:.5rem 1rem;padding:0;margin:0;list-style:none}.nav-item{display:inline-block}.nav a[href][aria-current=page]{text-decoration:underline;font-weight:bolder}.profile{display:flex;gap:20px}@media (max-width: 767.98px){.profile{flex-direction:column}}.postlist{counter-reset:start-from var(--postlist-index);list-style:none;padding:0;padding-left:1.5rem}.postlist-item{display:flex;flex-wrap:wrap;align-items:baseline;counter-increment:start-from -1;margin-bottom:1rem}.postlist-item:before{display:inline-block;pointer-events:none;content:"" counter(start-from,decimal-leading-zero) ". ";line-height:100%;text-align:right;margin-left:-1.5rem}.postlist-date,.postlist-item:before{font-size:.8125rem;color:var(--text-color)}.postlist-date{word-spacing:-.5px}.postlist-link{font-size:1.1875rem;font-weight:700;flex-basis:calc(100% - 1.5rem);padding-left:.25rem;padding-right:.5rem;text-underline-position:from-font;text-underline-offset:0;text-decoration-thickness:1px}.postlist-item-active .postlist-link{font-weight:700}.post-tag{display:inline-flex;align-items:center;justify-content:center;font-style:italic}.postlist-item>.post-tag{align-self:center}.post-metadata{display:inline-flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.post-metadata time{margin-right:1rem}blockquote{padding:15px 10px;margin:20px auto;border-left:5px solid var(--text-color-link);background-color:var(--background-color)}article h1{margin-block:.67rem;font-size:2rem}.astro-code{font-family:var(--font-family-monospace);font-size:.85rem;margin:20px 0;overflow-x:hidden;padding:0;border:2px solid var(--background-color)}.astro-code pre{overflow-x:auto;padding:.75rem;margin:0}code:not(pre code){white-space:pre-wrap!important;word-break:break-all!important;padding:.2em .5em;color:var(--shiki);border:1px solid var(--background-color);border-radius:4px;background-color:var(--shiki-bg);hyphens:none;tab-size:var(--syntax-tab-size);vertical-align:baseline;font-family:var(--font-family-monospace);font-size:.85rem;line-height:inherit}@media (prefers-color-scheme: dark){.astro-code,.astro-code code span{color:var(--shiki-dark)!important;background-color:var(--shiki-dark-bg)!important;font-style:var(--shiki-dark-font-style)!important;font-weight:var(--shiki-dark-font-weight)!important;text-decoration:var(--shiki-dark-text-decoration)!important}}.astro-code .meta-head{display:block;border-bottom:2px solid var(--text-color);padding:.5rem}.astro-code .meta-head .filename{padding:.5rem;font-size:.75rem}.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}.footnotes a{word-break:break-all}
