html,body{height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}body{min-height:100vh;position:relative}*{box-sizing:border-box}:root{--light-gray:#fafafa;--lighter-gray:#fcfcfc;--viridis-1:#44015499;--viridis-2:#31688e;--viridis-3:#35b779;--viridis-4:#fde725}.site-header{z-index:100;background:#fff;border-bottom:1px solid #eee;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;max-width:60rem;margin:0 auto;padding:1rem;display:flex}.site-header__brand{color:#111;font-size:1.25rem;font-weight:700;text-decoration:none}.site-header__brand:hover,.site-header__name{color:var(--viridis-2)}.site-header__name--light{color:#444;font-weight:400}.site-nav{gap:.25rem;display:flex}.site-nav__link{color:#444;border-radius:4px;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.site-nav__link:hover{background:var(--light-gray);color:var(--viridis-2)}.site-header__menu-btn{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.hamburger{flex-direction:column;gap:5px;width:24px;display:flex}.hamburger span{background:#333;border-radius:2px;height:2px;transition:transform .2s,opacity .2s;display:block}.hamburger--open span:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:600px){.site-header__menu-btn{display:block}.site-nav{background:#fff;border-bottom:1px solid #eee;flex-direction:column;padding:.5rem 0;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px #0000001a}.site-nav--open{display:flex}.site-nav__link{border-radius:0;padding:.75rem 1.5rem}.site-nav__link:hover{background:var(--light-gray)}}.post-grid{gap:2rem;margin:2rem 0;display:grid}.post-card{border:1px solid #e8e8e8;border-left:4px solid var(--viridis-2);background:#fff;border-radius:4px;transition:box-shadow .2s,transform .2s;overflow:hidden}.post-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0000001a}.post-card__link{color:inherit;padding:1.5rem;text-decoration:none;display:block}.post-card__tag{text-transform:uppercase;letter-spacing:.05em;color:var(--viridis-2);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-block}.post-card__title{color:#111;margin:0 0 .5rem;font-size:1.25rem;font-weight:700;line-height:1.3}.post-card:hover .post-card__title{color:var(--viridis-2)}.post-card__meta{color:#666;margin:0 0 1rem;font-size:.85rem}.post-card__excerpt{color:#444;margin:0 0 1rem;font-size:.95rem;line-height:1.6}.post-card__read-more{color:#111;font-size:.9rem;font-weight:600}.post-card:hover .post-card__read-more{color:var(--viridis-2)}.tag-list{flex-wrap:wrap;gap:.5rem;margin:2rem 0;padding:0;list-style:none;display:flex}.tag-list-item{margin:0}.tag-pill{color:#555;background:#f0f0f0;border-radius:3px;padding:.4rem .8rem;font-size:.9rem;text-decoration:none;transition:background .15s,color .15s;display:inline-block}.tag-pill:hover{color:#fff;background:#222}.tag-pill-count{color:#999;margin-left:.4rem}.tag-pill:hover .tag-pill-count{color:#ccc}.tag-page-header{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.tag-page-header__back{color:#666;background:var(--light-gray);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;text-decoration:none;transition:background .15s,color .15s;display:flex}.tag-page-header__back:hover{background:var(--viridis-2);color:#fff}.tag-page-header__tag{color:#333;font-size:1.5rem;font-weight:600}.alert{margin:0;padding:.5rem}.alert-warning{color:#454500cc;background-color:#fff0cd;border-color:#ffeeba #ffeeba #00000040;border-bottom-style:solid;border-bottom-width:1px}.active p{background-color:"black";border-bottom:2px solid var(--viridis-2)}.container{color:#000c;max-width:60rem;margin-top:0;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;overflow-x:hidden}@media (min-width:600px){.container{padding-left:2rem;padding-right:2rem}}pre{max-width:100%;position:relative;overflow-x:auto}.copy-button{color:#ccc;cursor:pointer;opacity:1;background-color:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;transition:opacity .2s,background-color .2s;position:absolute;top:.5rem;right:.5rem}@media (min-width:768px){.copy-button{opacity:0}pre:hover .copy-button{opacity:1}}.copy-button:hover{background-color:#fff3}.copy-button.copied{background-color:var(--viridis-3);color:#fff;border-color:var(--viridis-3)}article{overflow-wrap:break-word;word-wrap:break-word;max-width:100%}article *{max-width:100%}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}main.container{width:100%;min-width:0}#app{max-width:100vw;overflow-x:hidden}img.whoami-image{border-radius:5em;padding:1em}@media (min-width:600px){img.whoami-image{float:right;max-width:350px}}.headerimg{width:100%;max-height:100px}p.blogdate{margin-bottom:1em}.blog-tag{margin-right:.5em}div.tags{margin-bottom:1em}p.edit-message{color:#555;font-size:.75em}@media (min-width:400px){div.right{float:right;width:200px;margin-left:20px}}.blog-link{margin-bottom:10em}#app{grid-template:"header""main"1fr"footer"/1fr;min-height:100vh;display:grid}  #app>header{grid-area:header}  #app>main{grid-area:main;padding:15px 5px 10px}  #app>footer{grid-area:footer}.hidden{display:none}h1{margin-top:1em}
html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){height:0;display:none}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:#0000}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background-color:#ff0}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}button:-moz-focusring{outline:1px dotted buttontext}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}html{box-sizing:border-box;font:100%/1.45 georgia,serif;overflow-y:scroll}*,:before,:after{box-sizing:inherit}body{color:#000c;word-wrap:break-word;font-kerning:normal;-moz-font-feature-settings:"kern","liga","clig","calt";-ms-font-feature-settings:"kern","liga","clig","calt";-webkit-font-feature-settings:"kern","liga","clig","calt";font-feature-settings:"kern","liga","clig","calt";font-family:georgia,serif;font-weight:400}img{max-width:100%;margin:0 0 1.45rem;padding:0}h1{color:inherit;text-rendering:optimizeLegibility;margin:0 0 1.45rem;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2rem;font-weight:700;line-height:1.1}h2{color:inherit;text-rendering:optimizeLegibility;margin:0 0 1.45rem;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.51572rem;font-weight:700;line-height:1.1}h3{color:inherit;text-rendering:optimizeLegibility;margin:0 0 1.45rem;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.31951rem;font-weight:700;line-height:1.1}h4{color:inherit;text-rendering:optimizeLegibility;margin:0 0 1.45rem;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:700;line-height:1.1}h5{color:inherit;text-rendering:optimizeLegibility;margin:0 0 1.45rem;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.87055rem;font-weight:700;line-height:1.1}h6{color:inherit;text-rendering:optimizeLegibility;margin:0 0 1.45rem;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.81225rem;font-weight:700;line-height:1.1}hgroup{margin:0 0 1.45rem;padding:0}ul,ol{margin:0 0 1.45rem 1.45rem;padding:0;list-style-image:none;list-style-position:outside}dl,dd,p,figure{margin:0 0 1.45rem;padding:0}pre{margin:0 0 1.45rem;padding:0;font-size:.85rem;line-height:1.45rem}table{border-collapse:collapse;width:100%;margin:0 0 1.45rem;padding:0;font-size:1rem;line-height:1.45rem}fieldset{margin:0 0 1.45rem;padding:0}blockquote{margin:0 1.45rem 1.45rem;padding:0}form,noscript,iframe{margin:0 0 1.45rem;padding:0}hr{background:#0003;border:none;height:1px;margin:0 0 calc(1.45rem - 1px);padding:0}address{margin:0 0 1.45rem;padding:0}b,strong,dt,th{font-weight:700}li{margin-bottom:.725rem}ol li,ul li{padding-left:0}li>ol,li>ul{margin-top:.725rem;margin-bottom:.725rem;margin-left:1.45rem}blockquote :last-child,li :last-child,p :last-child{margin-bottom:0}li>p{margin-bottom:.725rem}code,kbd,samp{font-size:.85rem;line-height:1.45rem}abbr,acronym{cursor:help;border-bottom:1px dotted #00000080}abbr[title]{cursor:help;border-bottom:1px dotted #00000080;text-decoration:none}thead{text-align:left}td,th{text-align:left;font-feature-settings:"tnum";-moz-font-feature-settings:"tnum";-ms-font-feature-settings:"tnum";-webkit-font-feature-settings:"tnum";border-bottom:1px solid #0000001f;padding:.725rem .96667rem calc(.725rem - 1px)}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}
pre code.hljs{padding:1em;display:block;overflow-x:auto}code.hljs{padding:3px 5px}.hljs{color:#f8f8f2;background:#2b2b2b}.hljs-comment,.hljs-quote{color:#d4d0ab}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name,.hljs-selector-id,.hljs-selector-class,.hljs-regexp,.hljs-deletion{color:#ffa07a}.hljs-number,.hljs-built_in,.hljs-literal,.hljs-type,.hljs-params,.hljs-meta,.hljs-link{color:#f5ab35}.hljs-attribute{color:gold}.hljs-string,.hljs-symbol,.hljs-bullet,.hljs-addition{color:#abe338}.hljs-title,.hljs-section{color:#00e0e0}.hljs-keyword,.hljs-selector-tag{color:#dcc6e0}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}@media screen and (-ms-high-contrast:active){.hljs-addition,.hljs-attribute,.hljs-built_in,.hljs-bullet,.hljs-comment,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-string,.hljs-symbol,.hljs-type,.hljs-quote{color:highlight}.hljs-keyword,.hljs-selector-tag{font-weight:700}}
