html{box-sizing:border-box;height:100%;scroll-behavior:smooth}body{background-color:#fffffe;background-color:var(--background)}body::-webkit-scrollbar{width:6px}body{height:100%;scrollbar-color:rgba(41,41,41,.8) #fffffe;scrollbar-color:var(--color-80) var(--background);scrollbar-width:thin}body::-webkit-scrollbar-track{background:#fffffe;background:var(--background)}body::-webkit-scrollbar-thumb{background-color:rgba(41,41,41,.8);background-color:var(--color-80)}*,:after,:before{border:0 solid;box-sizing:inherit;margin:0;padding:0}audio,canvas,embed,iframe,img,object,video{display:block}img,video{height:auto}img,video{max-width:100%}img{display:block}hr{background:rgba(41,41,41,.1);background:var(--color-10);border:none;height:1px;margin-top:2rem;width:100%}a{color:inherit;-webkit-text-decoration:none;text-decoration:none;text-decoration:inherit;-webkit-text-decoration:underline;text-decoration:underline;transition:all .2s linear}a:hover{color:#0074d9;color:var(--accent)}ol{list-style-position:inside}ol ol{list-style-type:lower-alpha}ul{list-style-position:inside;list-style-type:square}b,strong{font-weight:500}table{border:1px solid rgba(41,41,41,.3);border:1px solid var(--color-30);border-collapse:collapse;caption-side:bottom;min-width:100%;overflow-x:auto}table,table caption{margin-top:1rem}td,th{border:1px solid rgba(41,41,41,.3);border:1px solid var(--color-30);padding:.5rem;text-align:left}th{font-weight:500}td:only-child{text-align:center}*+h1,*+h2{margin-top:5rem}*+h3,*+h4,*+h5{margin-top:3rem}*+p{margin-top:2rem}h2+p,h3+p,h4+p{margin-top:1rem}audio,iframe,img,video{max-width:100%}blockquote{border-left:3px solid #0074d9;border-left:3px solid var(--accent);font-style:italic;margin-bottom:1rem;margin-top:1rem;padding-left:1rem}pre{margin-left:auto;margin-right:auto;overflow:auto;scrollbar-color:rgba(41,41,41,.8);scrollbar-color:var(--color-80);scrollbar-width:thin;white-space:pre-wrap}.visually-hidden{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}:root{--accent:#0074d9;--background:#fffffe;--color:#292929;--color-80:rgba(41,41,41,.8);--color-30:rgba(41,41,41,.3);--color-10:rgba(41,41,41,.1);--color-muted:#757575;--color-inline-code:#e2777a;--color-inline-code-background:hsla(0,0%,100%,.102);--color-inline-code-background:#ffffff1a}[data-theme=dark]{--accent:#4da6ff;--background:#1a1a1a;--color:#e4e4e7;--color-80:hsla(240,6%,90%,.8);--color-30:hsla(240,6%,90%,.3);--color-10:hsla(240,6%,90%,.1);--color-muted:hsla(240,6%,90%,.6);--color-inline-code:#e2777a;--color-inline-code-background:hsla(0,0%,100%,.102);--color-inline-code-background:#ffffff1a}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--accent:#4da6ff;--background:#1a1a1a;--color:#e4e4e7;--color-80:hsla(240,6%,90%,.8);--color-30:hsla(240,6%,90%,.3);--color-10:hsla(240,6%,90%,.1);--color-muted:hsla(240,6%,90%,.6);--color-inline-code:#e2777a;--color-inline-code-background:hsla(0,0%,100%,.102);--color-inline-code-background:#ffffff1a}}:root{--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:5rem}body{font-size:1.125rem;font-size:var(--text-lg);line-height:1.54;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;font-feature-settings:"liga","tnum","case","calt","zero","ss01","locl","calt";font-variant-ligatures:contextual;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;font-family:IBM Plex Sans,sans-serif}body,h1,h2,h3,h4,h5,h6{color:#292929;color:var(--color)}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.3}h1{font-size:2.25rem;font-size:var(--text-4xl)}h2{font-size:1.875rem;font-size:var(--text-3xl)}h3{font-size:1.5rem;font-size:var(--text-2xl)}h4{font-size:1.25rem;font-size:var(--text-xl)}h5,p{font-size:1.125rem;font-size:var(--text-lg)}p{word-wrap:break-word;overflow-wrap:break-word}.tags>*{margin-right:1rem;margin-top:.5rem}.tags{font-size:.875rem;font-size:var(--text-sm);margin-bottom:1rem;margin-top:1rem}.tags a{color:rgba(41,41,41,.8);color:var(--color-80);-webkit-text-decoration:none;text-decoration:none}.post-list__wrapper{margin-top:6rem}.post-list__heading{font-size:1.875rem;font-size:var(--text-3xl);margin-bottom:1rem}.post-list{list-style:none}.post-list__item{border-top:1px solid #e6e6e6;display:flex;flex-direction:column;padding-bottom:3rem;padding-top:3rem}.post-list__item:last-child{border-bottom:1px solid #e6e6e6}.post-list__title{font-size:1.5rem;font-size:var(--text-2xl);margin-top:.5rem}.post-list__title a{font-weight:400;-webkit-text-decoration:none;text-decoration:none}.post-list__title a:hover{-webkit-text-decoration:underline;text-decoration:underline}.post-list__meta{color:rgba(41,41,41,.8);color:var(--color-80);font-size:.875rem;font-size:var(--text-sm);margin-top:1rem}.post-list__meta>*+*{margin-left:1rem}.post-list__tags{font-size:.875rem;font-size:var(--text-sm);margin-top:.5rem}.post-list__tags,.post-list__tags a{-webkit-text-decoration:none;text-decoration:none}.post-list__tags a{color:rgba(41,41,41,.8);color:var(--color-80)}.post-list__tags a:hover{color:#0074d9;color:var(--accent)}.post-list__tags>*+*{margin-left:1rem}.post-list__excerpt{color:rgba(41,41,41,.8);color:var(--color-80);margin-top:1rem}.post-list__read-more{font-size:1rem;margin-top:1rem;text-transform:capitalize;width:-moz-fit-content;width:fit-content}.all-posts-link,.post-list__read-more,.post-list__read-more:hover{-webkit-text-decoration:underline;text-decoration:underline}.all-posts-link{color:currentColor;display:inline-block;font-size:1.125rem;font-size:var(--text-lg);margin-left:auto;margin-right:auto;margin-top:4rem;width:-moz-fit-content;width:fit-content}.terminal-content-only .terminal-line{margin-bottom:.5rem;margin-top:1.5rem}.terminal-content-only .terminal-line:first-child{margin-top:0}.terminal-content-only .terminal-output{line-height:1.6;margin-bottom:1rem}.terminal-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}.terminal-tags a{color:#4da6ff!important;font-size:13px;padding:2px 0;-webkit-text-decoration:none;text-decoration:none}.terminal-tags a:hover{color:#66b3ff!important;-webkit-text-decoration:underline;text-decoration:underline}.terminal-posts .post-list__item{border-color:hsla(0,0%,78%,.2);border-top:1px solid hsla(0,0%,78%,.2);padding:1rem 0}.terminal-posts .post-list__item:first-child{border-top:none;padding-top:0}.terminal-posts .post-list__title{font-size:15px;font-weight:500;margin-top:.25rem}.terminal-posts .post-list__excerpt,.terminal-posts .post-list__meta,.terminal-posts .post-list__tags{font-size:13px;margin-top:.5rem;opacity:.85}.terminal-posts .post-list__title a{color:#0f0;-webkit-text-decoration:none;text-decoration:none}.terminal-posts .post-list__title a:hover{color:#0f0;-webkit-text-decoration:underline;text-decoration:underline}.terminal-posts .post-list__tags a{color:#c7c7c7;opacity:.7}.terminal-posts .post-list__tags a:hover{color:#fff;opacity:1}.terminal-posts .post-list__read-more{color:#4da6ff;font-size:12px;margin-top:.75rem;-webkit-text-decoration:underline;text-decoration:underline}.terminal-posts .post-list__read-more:hover{color:#66b3ff}[data-theme=light] .terminal-tags a{color:#0969da!important}[data-theme=light] .terminal-tags a:hover{color:#0550ae!important}[data-theme=light] .terminal-posts .post-list__item{border-color:rgba(36,41,47,.15)}[data-theme=light] .terminal-posts .post-list__title a{color:#0969da}[data-theme=light] .terminal-posts .post-list__title a:hover{color:#0550ae}[data-theme=light] .terminal-posts .post-list__tags a{color:#656d76}[data-theme=light] .terminal-posts .post-list__tags a:hover{color:#24292f}[data-theme=light] .terminal-posts .post-list__read-more{color:#0969da}[data-theme=light] .terminal-posts .post-list__read-more:hover{color:#0550ae}.hero{display:flex;flex-direction:column}.hero h1{font-size:3rem;font-size:var(--text-5xl)}.hero p{font-size:1.5rem;font-size:var(--text-2xl);margin-top:1rem}.hero__social-links{display:flex;flex-wrap:wrap;list-style-type:none;margin-top:2rem;text-transform:uppercase}.hero__social-links>li{margin-right:2rem;margin-top:1rem}.hero__skip-link{align-items:center;align-self:center;border:2px solid rgba(0,0,0,.4);border-radius:50%;bottom:2rem;cursor:pointer;display:flex;height:2.5rem;justify-content:center;position:absolute;transition:opacity .2s ease-in-out;width:2.5rem}.hero__skip-link svg{transition:opacity .2s ease-in-out;stroke:rgba(0,0,0,.4)}.terminal-window{background:#1e1e1e;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.3);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.4;margin:2rem 0;max-width:800px;overflow:hidden}.terminal-header{align-items:center;background:#2d2d2d;border-bottom:1px solid #333;display:flex;justify-content:space-between;padding:8px 16px}.terminal-title{color:#c7c7c7;font-size:12px;font-weight:500}.terminal-content{background:#000;color:#0f0;min-height:300px;padding:16px}.terminal-line{margin-bottom:8px}.prompt{color:#0f0;font-weight:700}.command{color:#fff;margin-left:4px}.terminal-output{color:#c7c7c7;font-family:inherit;margin-bottom:12px;margin-left:0}.blink{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}[data-theme=dark] .terminal-window{background:#0d1117;box-shadow:0 4px 20px rgba(0,0,0,.5)}[data-theme=dark] .terminal-header{background:#21262d;border-bottom-color:#30363d}[data-theme=dark] .terminal-content{background:#0d1117}[data-theme=light] .terminal-window{background:#f6f8fa;box-shadow:0 4px 20px rgba(0,0,0,.1)}[data-theme=light] .terminal-header{background:#f1f3f4;border-bottom-color:#d0d7de}[data-theme=light] .terminal-content{background:#fff;color:#24292f}[data-theme=light] .prompt{color:#0969da}[data-theme=light] .command{color:#24292f}[data-theme=light] .terminal-output{color:#656d76}.terminal-content-only{background:#000;border-radius:8px;color:#0f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.4;margin:2rem 0;max-width:800px;padding:16px}.terminal-content-only .terminal-line{margin-bottom:8px}.terminal-content-only .prompt{color:#0f0;font-weight:700}.terminal-content-only .command{color:#fff;margin-left:4px}.terminal-content-only .terminal-output{color:#c7c7c7;font-family:inherit;margin-bottom:12px;margin-left:0}.terminal-content-only .blink{animation:blink 1s infinite}[data-theme=dark] .terminal-content-only{background:#0d1117}[data-theme=light] .terminal-content-only{background:#fff;border:1px solid #d0d7de;color:#24292f}[data-theme=light] .terminal-content-only .prompt{color:#0969da}[data-theme=light] .terminal-content-only .command{color:#24292f}[data-theme=light] .terminal-content-only .terminal-output{color:#656d76}.whoami-container{align-items:center;display:flex;font-family:inherit;gap:16px;margin-top:1rem}.whoami-avatar img{border-radius:50%;height:128px;-o-object-fit:cover;object-fit:cover;width:128px}.whoami-text{display:flex;flex-direction:column}.whoami-name{color:inherit;font-weight:700}.whoami-role{color:inherit;opacity:.8}[data-theme=dark] .terminal-favicon img{filter:brightness(0) invert(1)}@media (max-width:768px){.whoami-container{flex-direction:column;gap:12px;text-align:center}.whoami-avatar img{height:96px;width:96px}.terminal-content-only,.terminal-window{max-width:100%}}@media (max-width:480px){.whoami-avatar img{height:80px;width:80px}.hero h1{font-size:1.875rem;font-size:var(--text-3xl)}.hero p{font-size:1.25rem;font-size:var(--text-xl)}}.header{margin-bottom:clamp(1rem,5vw,3rem);max-width:none;text-transform:capitalize;text-transform:uppercase;width:100%}.terminal-header-style{background:#2d2d2d;border-bottom:1px solid #333}.terminal-header-style .header__content{align-items:center;border-bottom:none;display:flex;flex-wrap:wrap;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:0;max-width:48.75rem;padding:8px 16px}.terminal-left{gap:8px}.terminal-favicon,.terminal-left{align-items:center;display:flex}.terminal-favicon img{filter:brightness(.8)}[data-theme=light] .terminal-favicon img{filter:none}.site-title{font-size:1.25rem;font-size:var(--text-xl);margin-bottom:1rem;margin-top:1rem}.terminal-title-header{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;font-weight:500;margin:0}.site-title a{color:#292929;color:var(--color);-webkit-text-decoration:none;text-decoration:none}.terminal-header-style .site-title a{color:#c7c7c7;-webkit-text-decoration:none;text-decoration:none}.site-title a:hover{color:rgba(41,41,41,.8);color:var(--color-80)}.terminal-header-style .site-title a:hover{color:#fff}.nav__list{align-items:center;display:flex;font-size:1rem;font-size:var(--text-base);justify-content:space-around;list-style:none;padding-bottom:.5rem;padding-top:.5rem}.terminal-header-style .nav__list{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;padding:0}.nav__list a{color:rgba(41,41,41,.8);color:var(--color-80);margin-bottom:1rem;margin-top:1rem}.nav__list a,.terminal-header-style .nav__list a{-webkit-text-decoration:none;text-decoration:none}.terminal-header-style .nav__list a{color:#c7c7c7;margin:0}.nav__list li{margin-right:2rem}.nav__list li:last-child{margin-right:0}.nav__list a:hover{color:#292929;color:var(--color)}.terminal-header-style .nav__list a:hover{color:#fff}.theme-toggle{background:none;border:none;border-radius:.5rem;color:#292929;color:var(--color);cursor:pointer;font-size:1.25rem;padding:.5rem;transition:background-color .2s ease}.terminal-header-style .theme-toggle{color:#c7c7c7;font-size:1rem;padding:.25rem}.theme-toggle:hover{background-color:rgba(41,41,41,.1);background-color:var(--color-10)}.terminal-header-style .theme-toggle:hover{background-color:hsla(0,0%,100%,.1);color:#fff}[data-theme=dark] .terminal-header-style{background:#21262d;border-bottom-color:#30363d}[data-theme=light] .terminal-header-style{background:#f1f3f4;border-bottom-color:#d0d7de}[data-theme=light] .terminal-header-style .nav__list a,[data-theme=light] .terminal-header-style .site-title a,[data-theme=light] .terminal-header-style .theme-toggle{color:#24292f}[data-theme=light] .terminal-header-style .nav__list a:hover,[data-theme=light] .terminal-header-style .site-title a:hover,[data-theme=light] .terminal-header-style .theme-toggle:hover{color:#0969da}.footer{max-width:none;padding-bottom:4rem;padding-left:1rem;padding-right:1rem;width:100%}.footer__content{align-items:center;border-top:1px solid #e6e6e6;display:flex;flex-direction:column;font-size:1rem;font-size:var(--text-base);margin-left:auto;margin-right:auto;max-width:48.75rem;width:100%}.footer__content>*{margin-top:2rem}.footer__attribution{font-size:.875rem;font-size:var(--text-sm)}.footer ul{display:flex;list-style:none}.footer li{margin-right:2rem}.post{display:flex;flex-direction:column;justify-content:center}.post>*+*{margin-top:4rem}.post__details{font-size:.9rem;opacity:.6}.post__details>*+*{margin-left:.5rem}.post__content{word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;overflow-wrap:break-word;word-break:break-word}.post__aside{margin-top:2rem}.post__tags{font-size:.875rem;font-size:var(--text-sm);opacity:.8}.post__tags *+*{margin-left:.5rem}.post__pagination{align-items:center;display:flex;justify-content:space-between;margin-top:2rem}.post__pagination>:only-child{margin-left:auto;margin-right:auto}.post__pagination a{align-items:center;display:flex}.post__pagination span{padding-left:.5rem;padding-right:.5rem}code[class*=""],pre[class*=""]{color:#d4d4d4;direction:ltr;font-family:Menlo,Monaco,Consolas,Andale Mono,Ubuntu Mono,Courier New,monospace;-webkit-hyphens:none;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;text-align:left;text-shadow:none;white-space:pre;word-break:normal;word-spacing:normal}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{background:#264f78;text-shadow:none}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{background:#264f78;text-shadow:none}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{background:#1e1e1e;margin:.5em 0;overflow:auto;padding:1em}.namespace{opacity:.7}.token.doctype .token.doctype-tag{color:#569cd6}.token.doctype .token.name{color:#9cdcfe}.token.comment,.token.prolog{color:#6a9955}.language-html .language-css .token.punctuation,.language-html .language-javascript .token.punctuation,.token.punctuation{color:#d4d4d4}.token.boolean,.token.constant,.token.inserted,.token.number,.token.property,.token.symbol,.token.tag,.token.unit{color:#b5cea8}.token.attr-name,.token.builtin,.token.char,.token.deleted,.token.selector,.token.string{color:#ce9178}.language-css .token.string.url{-webkit-text-decoration:underline;text-decoration:underline}.token.entity,.token.operator{color:#d4d4d4}.token.operator.arrow{color:#569cd6}.token.atrule{color:#ce9178}.token.atrule .token.rule{color:#c586c0}.token.atrule .token.url{color:#9cdcfe}.token.atrule .token.url .token.function{color:#dcdcaa}.token.atrule .token.url .token.punctuation{color:#d4d4d4}.token.keyword{color:#569cd6}.token.keyword.control-flow,.token.keyword.module{color:#c586c0}.token.function,.token.function .token.maybe-class-name{color:#dcdcaa}.token.regex{color:#d16969}.token.important{color:#569cd6}.token.italic{font-style:italic}.token.constant{color:#9cdcfe}.token.class-name,.token.maybe-class-name{color:#4ec9b0}.token.console,.token.interpolation,.token.parameter{color:#9cdcfe}.token.boolean,.token.punctuation.interpolation-punctuation{color:#569cd6}.token.exports .token.maybe-class-name,.token.imports .token.maybe-class-name,.token.property,.token.variable{color:#9cdcfe}.token.escape,.token.selector{color:#d7ba7d}.token.tag{color:#569cd6}.token.cdata,.token.tag .token.punctuation{color:grey}.token.attr-name{color:#9cdcfe}.token.attr-value,.token.attr-value .token.punctuation{color:#ce9178}.token.attr-value .token.punctuation.attr-equals{color:#d4d4d4}.token.entity{color:#569cd6}.token.namespace{color:#4ec9b0}code[class*=language-javascript],code[class*=language-jsx],code[class*=language-tsx],code[class*=language-typescript],pre[class*=language-javascript],pre[class*=language-jsx],pre[class*=language-tsx],pre[class*=language-typescript]{color:#9cdcfe}code[class*=language-css],pre[class*=language-css]{color:#ce9178}code[class*=language-html],pre[class*=language-html]{color:#d4d4d4}.language-regex .token.anchor{color:#dcdcaa}.language-html .token.punctuation{color:grey}pre[class*=language-]>code[class*=language-]{color:#d4d4d4;position:relative;z-index:1}.line-highlight.line-highlight{background:#f7ebc6;box-shadow:inset 5px 0 0 #f7d87c;z-index:0}:not(pre)>code{background:hsla(0,0%,100%,.102);background:#ffffff1a;background:var(--color-inline-code-background);border:.1rem solid #0000001a;border-radius:.3rem;color:#e2777a;color:var(--color-inline-code);padding:.25rem}pre[class*=language-shell-session]{background:#000!important;border-radius:8px;color:#0f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;line-height:1.4;padding:16px}pre[class*=language-shell-session] .token.info{color:#4ec9b0}pre[class*=language-shell-session] .token.punctuation,pre[class*=language-shell-session] .token.user{color:#0f0;font-weight:700}pre[class*=language-shell-session] .token.command{color:#fff}pre[class*=language-shell-session] .token.output{color:#c7c7c7}[data-theme=dark] pre[class*=language-shell-session]{background:#0d1117!important}[data-theme=light] pre[class*=language-shell-session]{background:#fff!important;border:1px solid #d0d7de;color:#24292f}[data-theme=light] pre[class*=language-shell-session] .token.punctuation,[data-theme=light] pre[class*=language-shell-session] .token.user{color:#0969da}[data-theme=light] pre[class*=language-shell-session] .token.command{color:#000}[data-theme=light] pre[class*=language-shell-session] .token.output{color:#656d76}[data-theme=light] pre[class*=language-shell-session] .token.function{color:#24292f}ol ol,ul ul{padding-left:10px}.layout-wrapper{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-height:100%}.main{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:48.75rem;min-width:0;padding-bottom:4rem;padding-left:1rem;padding-right:1rem;width:100%}
