﻿@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@1,200..900;1,700&family=Source+Serif+4:opsz,ital,wght@0,200..900;1,700&display=swap");body{--contrast: #2b303b;--contrast-weak: #3F4A5F;--background: #ffffff;--background-contrast: #f7f9fc;--background-weak: #f4f5f7;--background-hover: #ebebeb;--border: rgba(33, 38, 51, 0.322);--border-weak: #eceff3;--accent: #ed1249;--accent-trans: #ed124957}body.dark{--contrast: #f7f9fc;--contrast-weak: #e3e3e9;--background: #111622;--background-contrast: #fff;--background-weak: #1f293f;--background-hover: #2e3b58;--border: rgba(255, 255, 255, 0.119);--border-weak: #212633;--accent: #ff6d91;--accent-trans: #ff6d9167}@media (prefers-color-scheme: dark){body:not(.light){--contrast: #f7f9fc;--contrast-weak: #e3e3e9;--background: #111622;--background-contrast: #fff;--background-weak: #1f293f;--background-hover: #2e3b58;--border: rgba(255, 255, 255, 0.119);--border-weak: #212633;--accent: #ff6d91;--accent-trans: #ff6d9167}}@keyframes fadein{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadein{0%{opacity:0}100%{opacity:1}}h1,h2,h3,h4,h5,h6{font-family:"Inter",sans-serif;font-weight:800;line-height:1.1;color:var(--contrast)}h1{font-size:3em}h2{font-size:2.5em}h3{font-size:2em}h4{font-size:1.5em}.title-and-info{margin-bottom:2em}.title-and-info h1,.title-and-info h2,.title-and-info h3,.title-and-info h4,.title-and-info h5,.title-and-info h6{margin-bottom:.5em}hr{height:1px;width:100%;background:var(--border-weak);height:1px;border:none}@media (max-width: 500px){hr{width:calc(100% - 2em)}}p,ul,ol,#definition_popup{font-family:"Source Serif 4",serif;font-weight:300;line-height:1.5;font-size:1em;text-align:start}ul p,ol p{padding:0 0 !important}@media (max-width: 500px){ul,ol{list-style-position:inside}}ul li>ul,ul li>ol,ol li>ul,ol li>ol{margin-left:1em !important}em{font-style:italic}strong{font-weight:bold}a{color:var(--accent);text-decoration:none}::selection,::-moz-selection{background:var(--accent-trans);}pre,code{font-family:"Lucida Console",Monaco,monospace}.date,.info{font-family:"Inter",sans-serif;font-weight:500;font-size:.85em;color:var(--contrast-weak)}body{font-size:18px;overflow-wrap:break-word;color:var(--contrast);background:var(--background);min-height:100vh}body>.root{display:flex;flex-direction:column;min-height:100vh}body .container{flex:1}.posts{display:flex;flex-direction:column;gap:1em;margin:2em 0}.posts .post{flex-direction:column;display:flex;gap:.5em}.posts p{margin:0}section{margin:2em 0}.container{box-sizing:border-box;padding:0 1em;min-height:100vh;max-width:800px;width:100%;margin:0 auto}.container pre span{padding:0 0}.container article h1,.container article h2,.container article h3,.container article h4,.container article h5,.container article h6{margin-top:2rem;margin-bottom:.5rem}.container article h1{font-size:2em}.container article h2{font-size:1.5em}.container article h3,.container article h4,.container article h5,.container article h6{font-size:1em}.container article>p,.container article .footnote-definition>p{margin:1em 0}.info span a{text-decoration:underline;color:inherit;font-weight:inherit}.info span a:hover{text-decoration:underline !important}.info .divider:before{padding:0 8px;content:"•"}.chapter{display:flex;justify-content:space-between;gap:1em;margin:1em 0}.filename{display:block;background:var(--border-weak);border-top-right-radius:3px;border-top-left-radius:3px;position:relative;bottom:-40px}.filename div{padding:1em;font-size:.8rem;font-family:"Lucida Console",Monaco,monospace;color:var(--contrast-weak);background:var(--background-weak);display:inline-block;border-top-left-radius:4px;padding-top:16px;padding-bottom:6px}@media (max-width: 500px){.filename{border-radius:0}.filename div{border-radius:0}}code{white-space:pre;white-space:pre-wrap;background:var(--background);border-radius:3px;padding:2px 6px}pre{border:solid 1px var(--border-weak);padding:1em;display:block;margin:36px 0;border-radius:3px;font-size:.85em;line-height:1.4;white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;position:relative;z-index:-100;background-color:var(--background-weak) !important}@media (max-width: 500px){pre{border-radius:0}}pre code{padding:0;font-size:100%;color:inherit;background-color:rgba(0,0,0,0)}article>pre,article>.filename{box-sizing:border-box}@media (min-width: 1024px){article>pre,article>.filename{width:114%;right:7%;font-size:1rem}}article blockquote{box-sizing:border-box;padding-left:1em;border-left:.15em solid var(--accent);font-style:italic;margin-top:1em;margin-bottom:1em}.header-image{height:50vh;width:100%;background-position:center;background-repeat:repeat;height:3px;background-position:100% 0;animation:animatedBackground 2s linear alternate infinite}@keyframes animatedBackground{0%{background-position:0 0}100%{background-position:0 -100%}}a.header-link{text-decoration:none;color:var(--contrast);transition:.2s color ease}.container img{display:block;opacity:0;border-radius:3px;-webkit-animation:.5s ease 0s normal forwards 1 fadein;animation:.5s ease 0s normal forwards 1 fadein;margin:3em 0}img.loaded{opacity:1}.video-container{position:relative;padding-bottom:56.25%;padding-top:3em;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.theme-switcher{background:var(--background-weak);color:var(--contrast);border:1px solid var(--border);padding:.25em;border-radius:3px;cursor:pointer;font-size:1em;width:2em;height:2em}.theme-switcher:hover,.theme-switcher:active{background:var(--contrast-weak);color:var(--background)}.theme-switcher::before{content:"☀"}.dark .theme-switcher::before{content:"☽"}footer{padding:1em 1em;background:var(--background-weak)}footer p{text-align:center;display:block;font-size:.7em;color:var(--contrast-weak);font-family:"Inter",sans-serif;opacity:.5}footer p a{color:inherit;text-decoration:underline}sup.footnote-reference::before{content:"["}sup.footnote-reference::after{content:"]"}.footnote-definition{display:flex;align-items:center}.footnote-definition .footnote-definition-label{font-size:1.2rem;text-align:right;margin-right:1em;font-weight:bold}.footnote-definition p{font-size:.8rem}.flex{display:flex}.flex.column{flex-direction:column}.flex.fill{flex:1}.flex.vcenter{align-items:center}.flex.hcenter{justify-items:center}.flex.padded{padding:1em}.flex.gap-xsmall{gap:.2em}.flex.gap-small{gap:.5em}.flex.gap{gap:1em}.secondary{color:var(--contrast-weak)}.chip{font-size:.8em;border-radius:999px;border:var(--border) 1px solid;background:var(--background-weak);padding:.5em 1em;align-items:center;justify-content:center;display:inline-flex;text-transform:capitalize;color:var(--contrast);font-family:"Inter",sans-serif;font-weight:normal;text-decoration:none}.chip:hover{background-color:var(--background-hover)}nav{position:sticky;top:0;background-color:var(--background);z-index:100000}article video{width:100%}article img{width:100%;max-height:30em;object-fit:contain;overflow:hidden}.social{border-radius:3px;margin-top:2em;margin-bottom:2em;display:flex;flex-direction:column;padding:1em;gap:1em;background-color:var(--background-weak);border:var(--border) solid 1px;font-family:"Inter",sans-serif}.social *{font-family:"Inter",sans-serif}.social .author{display:flex;gap:.5em;align-items:center}.social .author h6{margin:0}.social .avatar{width:2.5em;margin:0}.small{font-size:.8em}#cusdis{padding:2em 0}#definition_popup{font-size:1em;background-color:var(--background);color:var(--contrast);border:var(--border) 1px solid;padding:1em;border-radius:5px;max-width:24em}