:root{--color-bg-primary: #f8fafc;--color-bg-code: #f2f2f2;--color-text-primary: #333;--color-text-heading: #052f4a;--color-text-secondary: #555;--color-text-tertiary: #666;--color-text-blockquote: #222;--color-text-inverse: #fff;--color-link-primary: #1d4ed8;--color-link-hover: #2563eb;--color-border-light: #ddd;--color-border-medium: #999;--color-border-dark: #555;--color-accent-underline: #0069a8;--color-shadow: #eff6ff;--color-tag-bg: #666;--color-tag-bg-hover: #555;--color-tag-text: #fff}body{font-family:Noto Sans JP,YuGothic,Yu Gothic,游ゴシック体,游ゴシック,ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Helvetica Neue,Helvetica,Arial,メイリオ,Meiryo,MS ゴシック,MS Gothic,sans-serif;font-weight:400;font-size:18px;-webkit-text-size-adjust:100%;margin:auto;padding:20px;max-width:80ch;text-align:left;background-color:var(--color-bg-primary);word-wrap:break-word;overflow-wrap:break-word;line-height:32px;color:var(--color-text-primary)}h1,h2,h3,h4,h5,h6,strong,b{color:var(--color-text-heading)}a{color:var(--color-link-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-link-hover)}nav a{color:var(--color-text-secondary);font-size:1rem}nav a:hover{color:var(--color-link-primary)}nav a.active{color:var(--color-link-primary);font-weight:500}article time{min-width:7.5em;color:var(--color-text-tertiary);font-size:.95em}.post-entry{margin:2rem 0}.post-entry h2{font-size:1.25rem;margin:.5rem 0;line-height:1.4}.post-entry p{margin:1rem 0}textarea{width:100%;font-size:18px}input{font-size:18px}p{margin:1rem 0}ul,ol{margin:.5rem 0;padding-left:1.5rem}li{margin:.5rem 0}img{max-width:100%;height:auto}code{padding:2px 5px;background-color:var(--color-bg-code)}pre{padding:.5rem 1rem}pre code{all:unset;font-size:1rem!important}blockquote{border-left:.5rem solid var(--color-border-medium);color:var(--color-text-blockquote);padding:.2rem .5rem;margin:0;font-style:italic}blockquote p{margin:0}.description{font-size:.95em;color:var(--color-text-secondary);margin-top:.5rem;margin-bottom:1rem}.tag-chip{padding:.2rem .5rem;font-size:.9rem;background-color:var(--color-tag-bg);color:var(--color-tag-text);text-decoration:none;border-radius:4px;display:inline-block;margin:.25rem}.tag-chip:hover{background-color:var(--color-tag-bg-hover);color:var(--color-tag-text)}article>h2,article>h3{margin-top:3rem;margin-bottom:2rem;border-bottom:1px solid var(--color-border-light);border-left:5px solid var(--color-border-dark);padding:.25em 0 .25em .5em}h1,h2,h3,h4,h5,h6{margin:1.5rem 0 1rem;line-height:1.3}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.5rem}h4{font-size:1.2rem}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;text-decoration:none}article>h1.title{font-size:2em;margin:.25em 0 0;border:none;padding:0}.blog-post details{border:solid 1px var(--color-border-light);padding:.5rem 1rem}.blog-post summary{cursor:pointer}.blog-post img{box-shadow:2px 2px 10px var(--color-shadow)}.blog-post .table-wrapper{width:100%;overflow-x:auto;position:relative}.blog-post table{border-collapse:collapse;width:100%;min-width:100%}.blog-post th,.blog-post td{border:1px solid var(--color-border-light);padding:8px 12px;text-align:left;white-space:nowrap}.blog-post .table-wrapper.sticky-left th:first-child,.blog-post .table-wrapper.sticky-left td:first-child{position:sticky;left:0;z-index:2;background-color:var(--color-bg-primary);box-shadow:2px 0 4px #0000001a}.blog-post .table-wrapper.sticky-left thead th:first-child{z-index:3;background-color:var(--color-bg-code);font-weight:700}.blog-post thead{background-color:var(--color-bg-code)}summary{cursor:pointer}@media(prefers-color-scheme:dark){:root:not(.light){--color-bg-primary: #1e293b;--color-bg-code: #334155;--color-text-primary: #e2e8f0;--color-text-heading: #f1f5f9;--color-text-secondary: #94a3b8;--color-text-tertiary: #64748b;--color-text-blockquote: #cbd5e1;--color-text-inverse: #1e293b;--color-link-primary: #60a5fa;--color-link-hover: #93c5fd;--color-border-light: #475569;--color-border-medium: #64748b;--color-border-dark: #94a3b8;--color-accent-underline: #38bdf8;--color-shadow: #eff6ff;--color-tag-bg: #475569;--color-tag-bg-hover: #64748b;--color-tag-text: #e2e8f0}}html.dark{--color-bg-primary: #1e293b;--color-bg-code: #334155;--color-text-primary: #e2e8f0;--color-text-heading: #f1f5f9;--color-text-secondary: #94a3b8;--color-text-tertiary: #64748b;--color-text-blockquote: #cbd5e1;--color-text-inverse: #1e293b;--color-link-primary: #60a5fa;--color-link-hover: #93c5fd;--color-border-light: #475569;--color-border-medium: #64748b;--color-border-dark: #94a3b8;--color-accent-underline: #38bdf8;--color-shadow: #eff6ff;--color-tag-bg: #475569;--color-tag-bg-hover: #64748b;--color-tag-text: #e2e8f0}html.light{--color-bg-primary: #f8fafc;--color-bg-code: #f2f2f2;--color-text-primary: #333;--color-text-heading: #052f4a;--color-text-secondary: #555;--color-text-tertiary: #666;--color-text-blockquote: #222;--color-text-inverse: #fff;--color-link-primary: #1d4ed8;--color-link-hover: #2563eb;--color-border-light: #ddd;--color-border-medium: #999;--color-border-dark: #555;--color-accent-underline: #0069a8;--color-shadow: #162456;--color-tag-bg: #666;--color-tag-bg-hover: #555;--color-tag-text: #fff}a[data-astro-cid-eimmu3lg]{display:inline-block;text-decoration:none}a[data-astro-cid-eimmu3lg].active{font-weight:bolder;text-decoration:underline}#theme-toggle[data-astro-cid-vwmlrl6u]{background:none;border:none;padding:.5rem;cursor:pointer;color:var(--color-text-secondary);border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,background-color .2s ease}#theme-toggle[data-astro-cid-vwmlrl6u]:hover{color:var(--color-link-primary);background-color:#8080801a}.icon[data-astro-cid-vwmlrl6u]{width:1.2em;height:1.2em;display:none}html[data-theme=light] #theme-toggle[data-astro-cid-vwmlrl6u] .icon-light[data-astro-cid-vwmlrl6u],html[data-theme=dark] #theme-toggle[data-astro-cid-vwmlrl6u] .icon-dark[data-astro-cid-vwmlrl6u],html[data-theme=system] #theme-toggle[data-astro-cid-vwmlrl6u] .icon-system[data-astro-cid-vwmlrl6u]{display:inline-block}html:not([data-theme]) #theme-toggle[data-astro-cid-vwmlrl6u] .icon-system[data-astro-cid-vwmlrl6u]{display:inline-block}html:not([data-theme]) #theme-toggle[data-astro-cid-vwmlrl6u] .icon-light[data-astro-cid-vwmlrl6u],html:not([data-theme]) #theme-toggle[data-astro-cid-vwmlrl6u] .icon-dark[data-astro-cid-vwmlrl6u]{display:none}header[data-astro-cid-3ef6ksr2]{display:flex;justify-content:space-between;align-items:center;margin:0 0 2rem;padding-bottom:1rem;border-bottom:1px solid var(--color-border-light);gap:1rem}h2[data-astro-cid-3ef6ksr2]{margin:0;font-size:1.5rem}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1.5rem}
