*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}:root{--day-bg: white;--day-text: black;--night-bg: rgb(23, 23, 23);--night-text: rgb(236, 236, 236);--contrast-color: #c11818;--day-blockquote: rgb(236, 236, 236);--night-blockquote: rgb(31, 31, 31)}h2{font-size:1.8em;margin-top:60px;margin-bottom:28px}h3{font-size:1.25em;margin-top:60px;margin-bottom:28px}html{font-family:"Source Sans Pro",sans-serif;font-size:18px}code{font-size:18px;font-family:"Source Code Pro","Consolas",monospace}body{display:grid;grid-template:"site-header" "nav" "main" "footer";grid-template-rows:max-content max-content auto auto;grid-template-columns:minmax(0, 1fr);--primary-bg: var(--day-bg);--primary-text: var(--day-text);--blockquote-bg: var(--day-blockquote);background-color:var(--primary-bg);color:var(--primary-text);max-width:1400px;min-height:100vh;margin-left:auto;margin-right:auto}@media (min-width: 750px){body{grid-template:"site-header nav" "main main" "footer footer";grid-template-rows:max-content 1fr max-content;grid-template-columns:auto auto}}body.night{--primary-bg: var(--night-bg);--primary-text: var(--night-text);--blockquote-bg: var(--night-blockquote)}.main-wrapper{grid-area:main;display:flex;justify-content:center;overflow:hidden;margin-top:16px}@media (min-width: 750px){.main-wrapper{margin-top:40px}}a{color:var(--primary-text)}header.site-header{grid-area:site-header;justify-self:center;padding-top:16px;margin-bottom:8px;display:flex;align-items:center}@media (min-width: 750px){header.site-header{justify-self:start;padding-left:24px;padding-top:0px;margin-bottom:0px}}header.site-header span{font-weight:600}header.site-header a{text-decoration:none}nav{grid-area:nav;justify-self:center;display:flex;align-items:center;font-weight:600}@media (min-width: 750px){nav{justify-self:end;padding-right:24px}}nav a{padding:12px 24px;text-decoration:none}nav a:visited{color:inherit}nav a::after{content:"";display:block;margin-top:12px;width:100%;height:2px;background-color:var(--contrast-color);transition:transform 100ms ease-in-out}nav a:hover::after{transform:translateY(-4px) scaleX(1.1)}h1,h2,h3,h4,h5,h6{position:relative;text-wrap:balance}h1 .anchor-link,h2 .anchor-link,h3 .anchor-link,h4 .anchor-link,h5 .anchor-link,h6 .anchor-link{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;height:100%;opacity:0;transform:translateY(4px);transition:opacity 150ms ease-in-out,transform 150ms ease-out}h1 .anchor-link svg,h2 .anchor-link svg,h3 .anchor-link svg,h4 .anchor-link svg,h5 .anchor-link svg,h6 .anchor-link svg{display:none}@media (min-width: 820px){h1 .anchor-link svg,h2 .anchor-link svg,h3 .anchor-link svg,h4 .anchor-link svg,h5 .anchor-link svg,h6 .anchor-link svg{position:absolute;right:0px;display:block;background:var(--primary-bg);fill:var(--primary-text);border-radius:50%;padding:2px;box-shadow:0px 0px 2px #777}}h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{opacity:1;transform:translateY(0px)}main{max-width:750px;overflow:hidden;margin-left:auto;margin-right:auto;padding:0px 8px}main h1+time{display:block;margin-bottom:40px}main p code,main li code{background:#000;color:#fff;padding:2px 8px;white-space:pre-wrap;hyphens:none}main p{margin-bottom:24px;white-space:pre-line;line-height:1.8;hyphens:auto}main p a>code{text-decoration:underline}main figure{margin-left:auto;margin-right:auto;margin-bottom:24px}main figure figcaption{margin-top:8px;margin-bottom:8px;font-size:.8em}main figure img{margin-left:auto;margin-right:auto}main .image-link{margin-bottom:16px;display:block}main .image-link img{box-shadow:0px 0px 4px 1px rgba(0,0,0,.11);height:auto;margin-left:auto;margin-right:auto}main figure+figure{margin-top:64px}main pre{padding:8px 12px;overflow-x:auto;margin-bottom:24px}main ol,main ul{padding-left:40px}main ol li,main ul li{margin-top:8px}main .image-row{display:grid;grid-auto-flow:row;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));align-items:center;gap:16px;margin-bottom:16px}main .image-row .image-link{margin-bottom:0}main blockquote{background:var(--blockquote-bg);padding-top:24px;padding-bottom:24px;padding-left:16px;padding-right:16px;margin-bottom:24px;border-left:8px var(--primary-text) solid}main blockquote p{margin:0;font-style:italic}ul.posts{list-style:none;padding-left:0;padding-right:0}ul.posts>li{margin-bottom:24px}ul.posts>li>a{text-decoration:none}ul.posts>li>a>h2{margin-bottom:8px}ul.posts>li>time{display:block;margin-bottom:16px}footer{grid-area:footer;padding-top:80px;padding-bottom:40px;padding-left:8px;padding-right:8px}#toggle-night-mode{background:none;border:none;width:24px;height:24px;padding:0px;margin-left:16px;transition:transform 100ms ease-out;cursor:pointer}#toggle-night-mode:focus{outline:none}#toggle-night-mode::after{content:" ";display:block;width:24px;height:24px;background-image:url("svg/moon.svg");background-repeat:no-repeat;background-position:center}.night #toggle-night-mode::after{background-image:url("svg/sun.svg");filter:invert(100%)}#toggle-night-mode:hover{transform:rotateZ(30deg)}.night #toggle-night-mode:hover::after{animation:sun-spin 750ms infinite linear}@keyframes sun-spin{0%{transform:rotateZ(0deg)}100%{transform:rotateZ(360deg)}}article header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:20px;gap:8px}article header h1{font-size:2.5em}article header [role=doc-subtitle]{font-size:1.5em;font-weight:400;margin:0}article .table-of-contents{margin-top:40px;margin-bottom:40px;cursor:pointer}article .table-of-contents ol{margin-bottom:16px}article .table-of-contents li{margin-bottom:8px}.footnote-definition sup{margin-right:4px}.footnote-definition p,.footnote-definition p+a{display:inline}.footnote-definition p+a{margin-left:4px}.youtube-embed{width:100%;aspect-ratio:16/9;margin-bottom:24px}audio[controls]{width:100%}article>audio[controls]{margin-bottom:24px}.red{color:#c90000}figure:has(table){overflow-x:scroll}figure table{width:100%;min-width:max-content;border:2px solid var(--contrast-color);padding:4px;border-spacing:8px 4px;border-collapse:collapse}figure table thead{border-bottom:2px solid var(--contrast-color)}figure table thead th{text-align:left;padding:4px 16px}figure table thead th:not(:last-child){padding-right:16px}figure table tbody+tbody{border-top:2px solid var(--contrast-color)}figure table tbody td{padding:4px 16px}figure table tbody td:not(:last-child){padding-right:16px}