:root{--max-width:900px;--padding:2rem;--font-body:serif;--font-mono:monospace;--space-xs:0.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:3rem;--content-primary:rgb(24, 24, 24);--content-secondary:rgb(100, 100, 100);--background:rgb(255, 255, 255);--code-background:rgb(248, 249, 250);--code-border:rgb(218, 220, 224);--link-color:rgb(13, 110, 253);--border-subtle:rgb(233, 236, 239)}.dark{--content-primary:rgb(218, 218, 218);--content-secondary:rgb(140, 140, 140);--background:rgb(20, 20, 20);--code-background:rgb(30, 30, 30);--code-border:rgb(50, 50, 50)}@media(max-width:1024px){:root{--max-width:100%;--padding:1.5rem}}@media(max-width:768px){:root{--padding:1.25rem;--space-md:1.5rem;--space-lg:2rem}}@media(max-width:640px){:root{--padding:1rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem}}@media(max-width:480px){:root{--padding:0.75rem;--space-xs:0.375rem;--space-sm:0.5rem;--space-md:0.75rem;--space-lg:1rem}}@media(max-width:360px){:root{--padding:0.5rem;--space-xs:0.25rem;--space-sm:0.375rem;--space-md:0.5rem;--space-lg:0.75rem}}.flex{display:flex}.bold{font-weight:700}.italic{font-style:italic}.small{font-size:medium}.monospace{font-family:var(--font-mono)}@font-face{font-family:iosevka;src:url(/fonts/iosevka-regular.woff2)format("woff2");font-weight:light;font-style:normal;font-display:swap}@font-face{font-family:iosevka;src:url(/fonts/iosevka-italic.woff2)format("woff2");font-weight:light;font-style:italic;font-display:swap}@font-face{font-family:iosevka;src:url(/fonts/iosevka-bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:iosevka;src:url(/fonts/iosevka-bolditalic.woff2)format("woff2");font-weight:700;font-style:italic;font-display:swap}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden}*{box-sizing:border-box}main{font-family:var(--font-body);margin:0 auto;max-width:var(--max-width);padding:0 var(--padding);color:var(--content-primary);background:var(--background);line-height:1.6;overflow-x:hidden;word-wrap:break-word}.single-intro-container{text-align:center;padding-bottom:1em}h1,h2,h3,h4,h5,h6{margin:var(--space-lg)0 var(--space-sm);line-height:1.2}img{margin-left:4em;margin-right:4em;max-width:50%;box-sizing:border-box;height:auto;overflow-x:auto}code{font-family:var(--font-mono)}pre{display:block;margin-left:4em;margin-right:4em;overflow-x:auto;max-width:100%;box-sizing:border-box;padding:var(--space-sm);background-color:var(--code-background);border:1px solid var(--code-border);border-radius:6px}.table-container{overflow-x:auto;margin:var(--space-md)0;max-width:100%}table{width:100%;border-collapse:collapse;margin:0;min-width:100%;white-space:nowrap}@media(max-width:768px){table{font-size:.9em}}th,td{padding:var(--space-xs)var(--space-sm);border:1px solid var(--border-subtle);text-align:left}th{background-color:var(--code-background);font-weight:600}header{height:1.25em;background-color:#dff;margin:0;padding:.1em .1em .2em;border-top:1px solid #000;border-bottom:1px solid #8ff;overflow:hidden;box-sizing:border-box}header a{margin-right:2em}header p{margin:0;padding:0;margin-left:2em}footer{margin:var(--space-lg)0;text-align:center;font-size:.9em;color:var(--content-secondary)}.post-line{display:flex;align-items:baseline;padding:0;margin:0}.line-date{font-size:.9em;min-width:120px;text-align:right;margin-right:var(--space-sm);margin-bottom:0}.line-title{flex:1;margin:0}.social-icons{margin:var(--space-md)0}.social-icons a{margin-right:var(--space-xs);border:none}.social-icons a:hover{border:none}.social-icons svg{width:20px;height:20px;color:var(--content-secondary);transition:color .2s ease}dt{text-decoration:underline;font-weight:700}dd{margin-left:var(--space-sm);margin-bottom:var(--space-xs)}@media(max-width:768px){pre{margin-left:1em;margin-right:1em;padding:var(--space-xs)}header p{margin-left:1em}header a{margin-right:1em}main{font-size:.95em}}@media(max-width:640px){.post-line{flex-direction:column;align-items:flex-start}.line-date{min-width:auto;text-align:left;margin-right:0;margin-bottom:var(--space-xs)}pre{margin-left:.5em;margin-right:.5em;padding:var(--space-xs)}header p{margin-left:.5em}header a{margin-right:.5em}main{font-size:.9em}}@media(max-width:480px){pre{margin-left:0;margin-right:0;padding:var(--space-xs);font-size:.85em}main{font-size:.85em}h1{font-size:1.4em}h2{font-size:1.2em}h3{font-size:1.05em}header{padding:.05em .05em .1em}header p{margin-left:.25em;font-size:.85em}header a{margin-right:.25em;font-size:.85em}table{font-size:.8em}th,td{padding:var(--space-xs)}}@media(max-width:360px){main{font-size:.8em}h1{font-size:1.3em}h2{font-size:1.1em}h3{font-size:1em}pre{font-size:.8em}header p,header a{font-size:.8em}}