:root{--primary: #77bc6f;--accent: #637702;--gray-highest: 16, 25, 15;--gray-high: 36, 47, 34;--gray-mid: 104, 119, 102;--gray-low: 230, 240, 229;--gray-lowest: 243, 247, 242;--box-shadow: 0 2px 6px rgba(var(--gray-mid), 25%), 0 8px 24px rgba(var(--gray-mid), 33%), 0 16px 32px rgba(var(--gray-mid), 33%);--bg-color: #ffffff;--text-color: rgb(var(--gray-high));--heading-color: rgb(var(--gray-highest));--highlight-color: rgba(119, 188, 111, .4);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px}:root[data-theme=dark]{--primary: #53a24a;--accent: #b3bd85;--gray-highest: 241, 245, 240;--gray-high: 221, 224, 220;--gray-mid: 161, 179, 159;--gray-low: 52, 65, 50;--gray-lowest: 38, 40, 38;--box-shadow: 0 2px 6px rgba(0, 0, 0, 25%), 0 8px 24px rgba(0, 0, 0, 33%), 0 16px 32px rgba(0, 0, 0, 33%);--bg-color: rgb(35, 35, 35);--text-color: rgb(var(--gray-high));--heading-color: rgb(var(--gray-highest));--highlight-color: rgba(83, 162, 74, .5)}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Atkinson;src:url(/fonts/atkinson-bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}body{font-family:Noto Sans JP,Atkinson,sans-serif;margin:0;padding:0;text-align:left;background:var(--bg-color);word-wrap:break-word;overflow-wrap:break-word;color:var(--text-color);font-size:16px;font-weight:350;line-height:1.7}main{width:100%;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0 0 .5rem;color:var(--heading-color);line-height:1.2;font-weight:600}h1{font-size:2em}main h1{margin-bottom:2rem}h2{font-size:1.6em;margin-top:2.5em;margin-bottom:1em;padding-bottom:.3em;border-bottom:2px solid var(--primary)}h3{font-size:1.4em;margin-top:2.5em;margin-bottom:1em}h4{font-size:1.2em;margin-bottom:1em}h5{font-size:1.1em;margin-bottom:1em}strong,b{font-weight:700}a,a:hover{color:var(--accent)}p{margin-bottom:2em}textarea{width:100%;font-size:16px}input{font-size:16px}table{border-collapse:collapse;margin-bottom:2em;border:1px solid rgb(var(--gray-low));border-radius:var(--radius-md);overflow:hidden}.prose table{margin-left:auto;margin-right:auto}thead{background-color:rgba(var(--gray-low),.5)}:root[data-theme=dark] thead{background-color:rgba(var(--gray-low),.3)}th,td{padding:.75em 1em;text-align:left;border-bottom:1px solid rgb(var(--gray-low))}th{font-weight:600;color:var(--heading-color)}tbody tr:hover{background-color:rgba(var(--gray-low),.3)}tbody tr:last-child td{border-bottom:none}.prose table+p em:only-child{font-size:.9em;color:rgb(var(--gray-mid));text-align:center;font-style:italic;display:block;margin-top:-1.5em}:root[data-theme=dark] .prose table+p em:only-child{color:rgb(var(--gray-mid))}img{max-width:100%;height:auto;border-radius:var(--radius-md)}.prose img{display:block;margin-left:auto;margin-right:auto;border-radius:0}.prose figure{display:block;margin:2em auto;text-align:center}.prose figure img{margin-bottom:.5em}.prose figure figcaption{font-size:.9em;color:rgb(var(--gray-mid));text-align:center;margin-top:.5em;font-style:italic}:root[data-theme=dark] .prose figure figcaption{color:rgb(var(--gray-mid))}.youtube-embed{margin-top:1.5rem;margin-bottom:1.5rem;aspect-ratio:16 / 9;margin-left:auto;margin-right:auto;max-width:42rem}.youtube-embed iframe{width:100%;height:100%;border:none;border-radius:var(--radius-md)}code{padding:2px 5px;margin:0 2px;background-color:rgba(var(--gray-low),.75);border-radius:2px;font-family:JetBrains Mono,monospace;font-size:15px;font-variant-ligatures:none;font-feature-settings:"liga" 0,"calt" 0}pre{margin-bottom:2em;padding:1.5em;border-radius:var(--radius-md);line-height:1.5;font-family:JetBrains Mono,monospace;font-size:15px;font-variant-ligatures:none;font-feature-settings:"liga" 0,"calt" 0}pre>code{all:unset}.expressive-code,figure.expressive-code{margin-bottom:2em}pre em,pre i,pre *{font-style:normal!important}:root[data-theme=dark] .astro-code,:root[data-theme=dark] .astro-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}blockquote{border-left:4px solid var(--accent);padding:0 0 0 20px;margin:0 20 0 20px}hr{border:none;border-top:1px solid rgb(var(--gray-low))}.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}.series-navigation{display:grid;grid-template-columns:1fr auto 1fr;gap:.5rem;margin-bottom:2rem;margin-top:1.5rem}.nav-button{padding:.4rem .75rem;border-radius:var(--radius-md);background:rgb(var(--gray-low));color:rgb(var(--gray-high));text-decoration:none;transition:all .2s ease;font-size:.85rem;white-space:nowrap;text-align:center}.nav-button:hover{background:rgba(var(--gray-mid),.5);color:#fff}.nav-prev{justify-self:start}.nav-index{justify-self:center}.nav-next{justify-self:end}@media(max-width:720px){.series-navigation{grid-template-columns:1fr;grid-template-rows:auto auto auto}.nav-prev{justify-self:stretch;order:1}.nav-index{justify-self:stretch;order:2}.nav-next{justify-self:stretch;order:3}}footer[data-astro-cid-sz7xmlte]{padding:1em 1em 2em;background:rgb(var(--gray-lowest));color:rgb(var(--gray-mid));text-align:center}footer[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:.25em 0}footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:rgb(var(--gray-mid))}footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:rgb(var(--gray-mid))}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-x3pjskd3]{position:relative;display:inline-block}#theme-button[data-astro-cid-x3pjskd3]{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:var(--text-color);border-radius:var(--radius-md);transition:background-color .2s}#theme-button[data-astro-cid-x3pjskd3]:hover{background-color:#0000000d}.theme-icon[data-astro-cid-x3pjskd3]{display:none}:root[data-theme-preference=light] #theme-icon-light[data-astro-cid-x3pjskd3]{display:block}:root[data-theme-preference=dark] #theme-icon-dark[data-astro-cid-x3pjskd3]{display:block}:root[data-theme-preference=auto] #theme-icon-auto[data-astro-cid-x3pjskd3]{display:block}.theme-icon[data-astro-cid-x3pjskd3] svg{width:20px;height:20px}.theme-option[data-astro-cid-x3pjskd3] svg{width:18px;height:18px;flex-shrink:0;color:var(--text-color)}.theme-menu[data-astro-cid-x3pjskd3]{display:none;position:absolute;top:100%;right:0;margin-top:.5em;background:var(--bg-color);border:1px solid rgb(var(--gray-low));border-radius:var(--radius-md);box-shadow:var(--box-shadow);min-width:180px;z-index:1000;padding:.5em 0}.theme-menu[data-astro-cid-x3pjskd3].open{display:block}.theme-option[data-astro-cid-x3pjskd3]{width:100%;display:flex;align-items:center;gap:.75em;padding:.75em 1em;border:none;background:transparent;cursor:pointer;color:var(--text-color);font-size:14px;text-align:left;transition:background-color .2s}.theme-option[data-astro-cid-x3pjskd3]:hover{background-color:rgba(var(--gray-low),.5)}header[data-astro-cid-3ef6ksr2]{margin:0;padding:0 1em;border-bottom:3px solid var(--primary);box-shadow:0 2px 8px rgba(var(--gray-highest),5%);height:64px;display:flex}h2[data-astro-cid-3ef6ksr2]{margin:0;font-size:1em}h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2],h2[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{display:flex;align-items:center;gap:.5em;padding:.5em;text-decoration:none}.logo-container[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:0;border-bottom:none;display:flex;align-items:center}.logo[data-astro-cid-3ef6ksr2]{height:60px;width:auto}nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-right[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1em}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:1em .5em;color:var(--gray-highest);border-bottom:4px solid transparent;text-decoration:none}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2].active{text-decoration:none;border-bottom-color:var(--accent)}.logo-dark[data-astro-cid-3ef6ksr2],[data-theme=dark] .logo-light[data-astro-cid-3ef6ksr2]{display:none}[data-theme=dark] .logo-dark[data-astro-cid-3ef6ksr2]{display:block}.search-button[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);transition:background-color .2s ease;border-bottom:none!important;padding:8px!important}.search-button[data-astro-cid-3ef6ksr2] svg{width:20px;height:20px;color:var(--text-color);transition:color .2s ease}.search-button[data-astro-cid-3ef6ksr2]:hover{background-color:rgba(var(--gray-low),.5)}.search-button[data-astro-cid-3ef6ksr2]:hover svg{color:var(--accent)}.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:none;background:transparent;border:none;cursor:pointer;padding:.5em;position:relative;width:40px;height:40px;align-items:center;justify-content:center}.mobile-menu-toggle[data-astro-cid-3ef6ksr2] svg{width:24px;height:24px;color:var(--text-color)}.hamburger-icon[data-astro-cid-3ef6ksr2],.close-icon[data-astro-cid-3ef6ksr2]{position:absolute;transition:opacity .2s ease-in-out}.hamburger-icon[data-astro-cid-3ef6ksr2]{opacity:1}.close-icon[data-astro-cid-3ef6ksr2]{opacity:0}@media(max-width:720px){header[data-astro-cid-3ef6ksr2]{height:auto;min-height:64px;transition:height .3s ease-in-out;overflow:visible}nav[data-astro-cid-3ef6ksr2]{flex-wrap:wrap;position:relative;align-content:flex-start}nav[data-astro-cid-3ef6ksr2]>.logo-container[data-astro-cid-3ef6ksr2],nav[data-astro-cid-3ef6ksr2]>.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{height:64px;display:flex;align-items:center}.logo[data-astro-cid-3ef6ksr2]{height:45px}.mobile-menu-toggle[data-astro-cid-3ef6ksr2]{display:flex}.nav-right[data-astro-cid-3ef6ksr2]{display:flex;flex-direction:row;width:100%;align-items:center;justify-content:space-between;gap:.5rem;padding:0;order:3;max-height:0;opacity:0;overflow:visible;pointer-events:none;transition:max-height .3s ease-in-out,opacity .3s ease-in-out,padding .3s ease-in-out}nav[data-astro-cid-3ef6ksr2].menu-open .nav-right[data-astro-cid-3ef6ksr2]{max-height:100px;opacity:1;padding:.5rem 0 0;pointer-events:auto}nav[data-astro-cid-3ef6ksr2].menu-open .hamburger-icon[data-astro-cid-3ef6ksr2]{opacity:0}nav[data-astro-cid-3ef6ksr2].menu-open .close-icon[data-astro-cid-3ef6ksr2]{opacity:1}.internal-links[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-evenly;flex-grow:1;gap:.5rem}nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{padding:.75em .5em;text-align:center}.nav-right[data-astro-cid-3ef6ksr2] .theme-toggle{width:40px;height:40px;flex-shrink:0}.nav-right[data-astro-cid-3ef6ksr2] .theme-toggle #theme-button{width:40px;height:40px;padding:8px}.nav-right[data-astro-cid-3ef6ksr2] .theme-toggle .theme-icon svg{width:24px;height:24px}.search-button[data-astro-cid-3ef6ksr2]{flex-shrink:0;padding:10px}.search-button[data-astro-cid-3ef6ksr2] svg{width:20px;height:20px;padding:2px}}
