@charset "UTF-8";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.window{width:90vw;max-width:960px;margin:1.6rem auto;overflow:auto;border-radius:.8rem;box-shadow:#281e0f4d 0 40px 80px -16px,#281e0f1a 0 12px 28px,#0000000f 0 0 0 1px;background:var(--color-bgDark);transition:width .76s cubic-bezier(.22,1,.36,1),max-width .76s cubic-bezier(.22,1,.36,1),height .76s cubic-bezier(.22,1,.36,1),box-shadow .76s cubic-bezier(.22,1,.36,1)}:root.color-transitions main.window{transition:width .76s cubic-bezier(.22,1,.36,1),max-width .76s cubic-bezier(.22,1,.36,1),height .76s cubic-bezier(.22,1,.36,1),box-shadow .76s cubic-bezier(.22,1,.36,1)}.window__header{display:flex;height:1.5rem;line-height:1.5em;font-size:.65rem;background:var(--window-header-bg);align-items:center}.window-buttons,.window-title{display:inline-flex}.window-buttons{flex:0;margin-left:.2em}.window-title{flex:1;flex-basis:100%}.window-buttons>*{display:inline-block;width:1em;height:1em;background:var(--color-fgLight);border-radius:50%;vertical-align:middle;margin-right:.3em}.window-buttons>*:first-child{margin-left:.3em}.window-buttons>*.window-buttons__close{background:var(--color-red)}.window-buttons>*.window-buttons__min{background:var(--color-yellow)}.window-buttons>*.window-buttons__max{background:var(--color-green)}.window-title{overflow:hidden}.window-title h1{width:100%;margin:0;font-size:1em;font-weight:400;text-align:center;color:var(--color-fgLight);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.window__body{background:var(--color-bgDark);overflow:auto;display:flex;flex:1}.window__body>aside{flex:0 0 160px;width:160px;border-right:1px solid var(--color-bgLight);transition:flex-basis .76s cubic-bezier(.22,1,.36,1),width .76s cubic-bezier(.22,1,.36,1)}.window__body>article{flex:1;position:relative;padding:1.2rem;padding-left:5ch;overflow:auto;overflow-wrap:break-word}@media screen and (max-width:480px){.window__body>article{padding-top:0;padding-bottom:0}}.window__body .body__line-numbers{position:absolute;top:1.2rem;bottom:1.2rem;left:0;width:4ch;text-align:right;color:var(--color-bgLight);overflow:hidden;user-select:none}@media screen and (max-width:480px){.window__body .body__line-numbers{top:0;bottom:0}}.window--post{width:92vw;max-width:92vw;height:92vh;display:flex;flex-direction:column;overflow:hidden}.window--post .window__body{overflow:hidden;flex:1}.window--post .window__body>aside{flex:0 0 content;width:320px;overflow-y:auto}.window--post .window__body>article{padding:0;overflow-y:auto;overflow-x:hidden}@media(prefers-reduced-motion:reduce){.window,.window__body>aside{transition:none}}@media screen and (max-width:768px){html,body{height:100%}.window{width:100%;margin:0;min-height:100%;max-width:100%;border-radius:0;display:flex;flex-direction:column}.window__header{border-radius:0}.window__body{flex-direction:column}.window__body>aside{border-right:none;border-bottom:2px solid var(--color-bgLight);width:auto}.window--post .window__body>aside{width:auto}}.side-nav>div{padding:1.2rem;color:var(--color-hyperlink)}@media screen and (max-width:480px){.side-nav>div.gimmick{display:none}}.side-nav ul{margin:0;padding:0;list-style:none}.side-nav ul li a{text-transform:lowercase;white-space:nowrap;display:block;padding-left:1.2rem;padding-right:1.2rem}.side-nav ul li a:before{content:"";display:inline-block;height:0;border-top:.6ch solid transparent;border-bottom:.6ch solid transparent;border-left:.6ch solid var(--color-hyperlink);margin:0;padding:0;max-height:0;margin-right:1ch}.side-nav ul li a:after{content:"/";color:var(--color-fgDark)}@media screen and (max-width:768px){.side-nav ul li a{padding-right:0}}.side-nav ul li{padding:0}.side-nav ul li:before{content:"";margin:0}.side-nav ul li.active{background:var(--color-bgLessLight)}.side-nav .eye-strain{padding:1.2rem 0}@media screen and (max-width:480px){.side-nav .eye-strain{padding:0}}#toggle-eye-strain{cursor:pointer;display:block;padding:0 1.2rem;font-family:inherit;font-size:inherit;background:none;border:none;width:100%;line-height:inherit;text-align:left;color:var(--color-hyperlink)}#toggle-eye-strain:before{content:"light"}:root.color-alt #toggle-eye-strain:before{content:"dark"}@media(prefers-color-scheme:light){#toggle-eye-strain:before{content:"dark"}:root.color-alt #toggle-eye-strain:before{content:"light"}}@media(prefers-color-scheme:dark){#toggle-eye-strain:before{content:"light"}:root.color-alt #toggle-eye-strain:before{content:"dark"}}.blog-list{margin-top:1.2rem;display:flex;flex-direction:column}.blog-row{display:flex;gap:1.4ch;border-radius:3px;text-decoration:none;color:inherit;transition:background .1s ease}.blog-row:hover{background:#a8842e14}.blog-row__date{color:var(--color-fgDark);flex:0 0 10ch}.blog-row__title{color:var(--color-hyperlink);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.blog-row__read{color:var(--color-bgLight);margin-left:auto;white-space:nowrap}.post-toc{width:100%;height:100%;padding:1.2rem;display:flex;flex-direction:column;box-sizing:border-box}.post-toc__back{margin-bottom:1.2rem;display:block}.post-toc__label{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-bgLight);margin-bottom:.6rem}.post-toc__list{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.post-toc__list li:before{display:none}.post-toc__item{display:flex;gap:.5ch;padding:.2rem 0}.post-toc__num{color:var(--color-bgLight);flex:0 0 2ch;user-select:none}.post-toc__link{color:var(--color-hyperlink);border-left:2px solid transparent;transition:padding-left .12s ease,border-color .12s ease}.post-toc__item.active .post-toc__link{color:var(--color-fgLight);font-weight:600;border-left-color:var(--color-bold);padding-left:.4rem}.post-toc__footer{margin-top:auto;padding-top:1.2rem;display:flex;flex-direction:column;gap:.3rem;color:var(--color-bgLight)}.post-toc__footer #toggle-eye-strain{padding:0}.post-content{max-width:33rem;margin:0 auto;padding:2rem 1.2rem 4rem;font-family:var(--font-serif);font-size:.95rem;line-height:1.55}.post-content .post-meta{color:var(--color-bgLight);font-family:var(--font-mono);font-size:.6rem;margin-bottom:.5rem;margin-top:0}.post-content p{margin:0;margin-bottom:1.8rem}.post-content p:has(+p),.post-content p:has(+pre){margin-bottom:.9rem}.post-content pre{margin-bottom:.9rem}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5{font-family:var(--font-mono)}.post-content h1{font-weight:600;line-height:1em;margin:0;margin-bottom:.9rem}.post-content h1:before{content:"# ";color:var(--color-fgDark)}.post-content h2{color:var(--color-fgLight);font-weight:600;height:auto;padding:0;margin:0;margin-bottom:.5rem}.post-content h2:before{content:"## ";color:var(--color-fgDark)}@media screen and (max-width:768px){.post-toc__list,.post-toc__footer,.post-toc__label{display:none}.post-toc__back{margin-bottom:0}}:root{--color-red: #E3766B;--color-yellow: #F7B726;--color-green: #27A844;--color-headingSmall: var(--color-fgDark);--color-headingSmaller: var(--color-fgDark)}:root{--color-bgPage: #28282c;--color-bgDark: #1C1C1C;--color-bgLight: #535358;--color-bgLessLight: #333333;--color-fgLight: #EEEEEE;--color-fgDark: #b372b3;--color-hyperlink: #88c3d5;--color-comment: #809151;--color-bold: #EEC95A;--window-header-bg: var(--color-bgLight)}:root.color-alt{--color-bgPage: rgb(250, 246, 234);--color-bgDark: white;--color-bgLessLight: #d8d8d8;--color-bgLight: #dad5c3;--color-fgLight: #333;--color-fgDark: #d66f0f;--color-hyperlink: #3292af;--color-comment: #a2c279;--color-bold: #d3a118;--window-header-bg: linear-gradient( to bottom, color-mix(in srgb, var(--color-bgLight), white 20%), color-mix(in srgb, var(--color-bgLight), black 8%) )}@media(prefers-color-scheme:light){:root{--color-bgPage: rgb(250, 246, 234);--color-bgDark: white;--color-bgLessLight: #d8d8d8;--color-bgLight: #dad5c3;--color-fgLight: #333;--color-fgDark: #d66f0f;--color-hyperlink: #3292af;--color-comment: #a2c279;--color-bold: #d3a118;--window-header-bg: linear-gradient( to bottom, color-mix(in srgb, var(--color-bgLight), white 20%), color-mix(in srgb, var(--color-bgLight), black 8%) )}:root.color-alt{--color-bgPage: #28282c;--color-bgDark: #1C1C1C;--color-bgLight: #535358;--color-bgLessLight: #333333;--color-fgLight: #EEEEEE;--color-fgDark: #b372b3;--color-hyperlink: #88c3d5;--color-comment: #809151;--color-bold: #EEC95A;--window-header-bg: var(--color-bgLight)}}@media(prefers-color-scheme:dark){:root{--color-bgPage: #28282c;--color-bgDark: #1C1C1C;--color-bgLight: #535358;--color-bgLessLight: #333333;--color-fgLight: #EEEEEE;--color-fgDark: #b372b3;--color-hyperlink: #88c3d5;--color-comment: #809151;--color-bold: #EEC95A;--window-header-bg: var(--color-bgLight)}:root.color-alt{--color-bgPage: rgb(250, 246, 234);--color-bgDark: white;--color-bgLessLight: #d8d8d8;--color-bgLight: #dad5c3;--color-fgLight: #333;--color-fgDark: #d66f0f;--color-hyperlink: #3292af;--color-comment: #a2c279;--color-bold: #d3a118;--window-header-bg: linear-gradient( to bottom, color-mix(in srgb, var(--color-bgLight), white 20%), color-mix(in srgb, var(--color-bgLight), black 8%) )}}:root.color-transitions *{transition:background ease-in-out .2s}html,body{margin:0;padding:0}html{background:var(--color-bgPage);font-size:20px}body{font-family:var(--font-mono);font-size:16px;color:var(--color-fgLight);line-height:1.2rem}a{text-decoration:none;color:var(--color-hyperlink)}.comment{color:var(--color-comment);font-family:var(--font-mono)}strong,b{color:var(--color-bold)}pre,p,h1,h2,h3,h4,h5{margin:0;padding:0}p{margin-top:1.2rem}h2{color:var(--color-comment);font-weight:400}h2:before{content:"// "}h2{font-size:1.5em;height:1.2rem;padding-top:.6rem;padding-bottom:.6rem}h3{font-size:1.2em;height:1.2rem;margin-top:1.2rem;color:var(--color-headingSmall)}h4{font-size:1em;height:1.2rem;margin-top:1.2rem;color:var(--color-headingSmaller)}img{vertical-align:top}p:has(img){text-align:center}.img-small{height:12rem}@media screen and (max-width:480px){.img-small{height:auto;max-width:100%}}ul{margin:0;padding:0;margin-top:1.2rem}ul li{list-style:none;margin:0;padding-left:2ch}ul li:before{content:"*";color:var(--color-fgDark);margin-left:-2ch;margin-right:1ch}ul li:before+p{display:inline-block}ul li p{margin-top:0}
