*{box-sizing:border-box;margin:0;padding:0;text-rendering:geometricPrecision}a{border-bottom:1px solid var(--border-color);color:var(--link-color);cursor:pointer;text-decoration:none}a:hover{background-color:var(--link-hover-bg);color:var(--link-hover-color)}a[href*="://"]:after{background:currentColor;color:var(--link-color);content:"";display:inline-block;height:12px;margin-left:3px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' viewBox='0 0 32 32'%3E%3Cpath d='M14 9H3v20h20V18M18 4h10v10m0-10L14 18'/%3E%3C/svg%3E") no-repeat 50% 50%;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' viewBox='0 0 32 32'%3E%3Cpath d='M14 9H3v20h20V18M18 4h10v10m0-10L14 18'/%3E%3C/svg%3E") no-repeat 50% 50%;-webkit-mask-size:contain;mask-size:contain;width:12px}body{line-height:1.5rem;word-wrap:break-word;background-color:var(--bg-color);color:var(--text-color);margin:0 auto;max-width:80ch;width:100%}body,h1,h2,h3,h4,h5,h6{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;font-size:1rem}h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-style:normal;line-height:1.3em;margin-bottom:1.75rem;position:relative}h1{display:inline-block;margin:0;overflow:hidden;padding:.5em 0;position:relative}h1:before{content:"# "}h2:before{content:"## "}h3:before{content:"### "}h4:before{content:"#### "}h5:before{content:"##### "}h6:before{content:"###### "}p{margin:0 0 .5rem}body>header{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-inline:1em;overflow:hidden;padding-top:1em;position:relative}body>header:after{bottom:1em;content:"====================================================================================================";left:50%;position:relative;text-align:center;transform:translateX(-50%)}body>header div{display:flex;flex-direction:row;flex-grow:1;justify-content:space-between;padding-block:1em;width:100%}body>header div nav{display:flex;gap:.5em}body>header div span{background-color:var(--border-color);display:block;height:10px;overflow:hidden;width:100%}main{animation:intro .3s both;animation-delay:.15s;margin-inline:1em;padding-bottom:3em}.stats{display:flex}.stats span:not(:first-child){margin-left:auto;text-wrap:nowrap}.articles article{overflow:hidden;padding-bottom:3em;padding-top:1em;position:relative}.articles article:after{bottom:1em;content:"----------------------------------------------------------------------------------------------------";left:50%;position:absolute;text-align:center;text-wrap:nowrap;transform:translateX(-50%)}article .image-wrapper{display:flex;justify-content:center;margin:1.5em 0}article .image-wrapper img{border-radius:4px;height:auto;margin:0;max-width:100%}article h2{margin-bottom:.5em;margin-top:0}article header{margin-bottom:2em}article header h1{margin-bottom:.3em}article img{border-radius:4px;height:auto;margin:1.5em 0;max-width:100%}article table{border-collapse:collapse;margin:1.5em 0;width:100%}article table td,article table th{border:1px solid var(--border-color);padding:.5em 1em;text-align:left}article table th{background-color:var(--code-bg)}article hr{border:none;border-top:1.5px dashed var(--text-color);margin:2em 0}article ol{list-style-type:decimal;margin-left:1.5em}article ul{list-style-type:disc;margin-left:1.5em}article pre{background-color:var(--code-bg);border:1px solid var(--border-color);margin:1.75rem 0;overflow:auto;padding:2rem;position:relative}article pre code{background-color:var(--code-bg);color:var(--code-color);font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif}article pre code,article pre:after{border-radius:3px;font-size:.9em;font-weight:700;padding:.2em .4em}article pre:after{color:var(--text-color);content:attr(data-lang);left:0;position:absolute;top:0}article blockquote{margin:1.75rem 0;overflow:hidden;padding-left:3ch;position:relative}article blockquote:before{content:"😸: ";left:0;position:absolute;top:0}article cite{display:block;font-style:italic;margin-top:1em}article cite:before{content:"— "}.cover-image{width:100%}.cover-image img{border-radius:4px;height:auto;margin-bottom:.5em;object-fit:cover;width:100%}.read-on{margin-bottom:2em}.read-on .platform-links{display:grid;gap:1em;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.read-on .platform-links a{align-items:center;border:1px solid var(--border-color);border-radius:4px;display:flex;gap:.5em;padding:.5em;transition:all .2s ease}.read-on .platform-links a:hover{border-color:var(--link-color);transform:translateY(-2px)}.read-on .platform-links a img{height:24px;margin:0;width:24px}