html{color-scheme:light dark;height:100%;--site-pad-x: 45px;--accent-link: #0f9d58;--accent-link-hover: #0c7a46;--accent-link-dark: #3ddc84;--accent-link-dark-hover: #89f8c0;--accent-border-light: #078f56;--accent-border-dark: #2ea043;--post-img-max-height: min(72vh, 880px);--font-sans: "Noto Sans", "Noto Sans JP", "Noto Color Emoji", emoji, sans-serif;--font-mono: "JetBrains Mono", "Noto Color Emoji", ui-monospace, monospace}body{margin:0;min-height:100%;min-height:100dvh;display:flex;flex-direction:column;font-family:var(--font-sans);font-size:16px;line-height:1.5;background-color:#fff;color:#1f2328}@media(prefers-color-scheme:dark){html:not([data-color-scheme]){color-scheme:dark}html:not([data-color-scheme]) body{background-color:#0d1117;color:#f0f6fc}}html[data-color-scheme=dark]{color-scheme:dark}html[data-color-scheme=dark] body{background-color:#0d1117;color:#f0f6fc}.page-shell{flex:1 0 auto;display:flex;flex-direction:column;width:100%;max-width:980px;margin-left:auto;margin-right:auto;padding-left:var(--site-pad-x);padding-right:var(--site-pad-x);box-sizing:border-box;min-width:0}.site-main{flex:1 0 auto;width:100%;min-width:0}body .markdown-body{box-sizing:border-box;min-width:0;max-width:none;margin:0;padding:45px 0;font-family:var(--font-sans)}body .markdown-body img{max-width:100%;max-height:var(--post-img-max-height);width:auto;height:auto;box-sizing:border-box;object-fit:contain;object-position:center}body .markdown-body img.emoji{max-width:none;max-height:none;object-fit:initial}body .markdown-body code,body .markdown-body tt,body .markdown-body samp,body .markdown-body pre,body .markdown-body .highlight pre{font-family:var(--font-mono);font-variant-ligatures:none;font-feature-settings:"liga" 0,"calt" 0,"dlig" 0,"clig" 0}body .markdown-body pre.astro-code.astro-code-themes{background-color:var(--shiki-light-bg)!important;border-radius:6px;padding:1rem;overflow:auto;font-size:85%;line-height:1.45;color:var(--shiki-light)}body .markdown-body pre.astro-code.astro-code-themes span{color:var(--shiki-light)}@media(prefers-color-scheme:dark){html:not([data-color-scheme]) body .markdown-body pre.astro-code.astro-code-themes{background-color:var(--shiki-dark-bg)!important;color:var(--shiki-dark)}html:not([data-color-scheme]) body .markdown-body pre.astro-code.astro-code-themes span{color:var(--shiki-dark)}}html[data-color-scheme=dark] body .markdown-body pre.astro-code.astro-code-themes{background-color:var(--shiki-dark-bg)!important;color:var(--shiki-dark)}html[data-color-scheme=dark] body .markdown-body pre.astro-code.astro-code-themes span{color:var(--shiki-dark)}body .markdown-body :is(h2,h3,h4,h5,h6){scroll-margin-top:.5rem}body .markdown-body .header-link{position:relative;text-decoration:none}body .markdown-body .header-link:hover{text-decoration:none}body .markdown-body .header-link:hover:before{position:absolute;left:-2em;padding-right:.5em;content:" § "}.site-header{flex-shrink:0;box-sizing:border-box;margin:0;max-width:none;padding:24px 0 0}.site-title a,.site-title a:hover{color:#1f2328;text-decoration:none}.site-title{margin:0;font-size:1.25rem;font-weight:600}.site-nav{margin-top:.5rem;font-size:.875rem;display:flex;flex-wrap:wrap;gap:.35rem 1rem}.site-nav a{font-weight:700;color:var(--accent-link);text-decoration:none}.site-nav a:hover{text-decoration:underline}@media(prefers-color-scheme:dark){html:not([data-color-scheme]) .site-title a,html:not([data-color-scheme]) .site-title a:hover{color:#f0f6fc}html:not([data-color-scheme]) .site-nav a{color:var(--accent-link-dark)}html:not([data-color-scheme]) .site-nav a:hover{color:var(--accent-link-dark-hover)}html:not([data-color-scheme]) .post-byline,html:not([data-color-scheme]) .post-byline time,html:not([data-color-scheme]) .post-byline-author,html:not([data-color-scheme]) .post-meta{color:#9198a1}html:not([data-color-scheme]) .site-footer-inner{color:#9198a1}html:not([data-color-scheme]) .site-footer a{color:#8b949e}html:not([data-color-scheme]) .site-footer a:hover{color:var(--accent-link-dark)}}html[data-color-scheme=dark] .site-title a,html[data-color-scheme=dark] .site-title a:hover{color:#f0f6fc}html[data-color-scheme=dark] .site-nav a{color:var(--accent-link-dark)}html[data-color-scheme=dark] .site-nav a:hover{color:var(--accent-link-dark-hover)}html[data-color-scheme=dark] .post-byline,html[data-color-scheme=dark] .post-byline time,html[data-color-scheme=dark] .post-byline-author,html[data-color-scheme=dark] .post-meta{color:#9198a1}html[data-color-scheme=dark] .site-footer-inner{color:#9198a1}html[data-color-scheme=dark] .site-footer a{color:#8b949e}html[data-color-scheme=dark] .site-footer a:hover{color:var(--accent-link-dark)}body .markdown-body.posts-index>h1:first-child{margin-top:0}.posts-index-lead{margin-top:0}body .markdown-body ul.post-list{padding-left:0;margin-left:0;list-style:none}.post-byline{font-size:.875rem;color:#656d76;margin-top:0;margin-bottom:1rem}.post-byline time{color:#656d76}.post-byline-author{color:#656d76}.site-footer{box-sizing:border-box;flex-shrink:0;max-width:980px;width:100%;margin:0 auto;padding:2rem var(--site-pad-x) 2rem}.site-footer-inner{margin:0;font-size:.8125rem;line-height:1.5;color:#656d76}.site-footer a{color:#57606a;text-decoration:underline;text-underline-offset:.15em}.site-footer a:hover{color:var(--accent-link-hover)}@media(max-width:767px){html{--site-pad-x: 15px}body .markdown-body{padding:15px 0}.site-header{padding:16px 0 0}.site-footer{padding:1.5rem var(--site-pad-x) 1.5rem}}.post-list{margin:1em 0 0}.post-list li{margin:.75em 0}.post-list a{font-weight:500}.post-meta{display:block;font-size:.875rem;color:#656d76;margin-top:.25rem}body .markdown-body section.footnotes>h2{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;font-size:0!important;line-height:0!important}
