@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:wght@200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto+Slab:wght@100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0;line-height:calc(2px + 2ex + 2px)}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body{min-height:100vh;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}a{text-decoration:underline;text-decoration-skip-ink:auto;color:inherit}code{font-family:"JetBrains Mono",monospace;font-weight:400}div.codeblock{margin:1em 0;position:relative;border:2px solid #5c84c8;border-radius:.2rem}div.codeblock pre{padding:.8rem 2rem .8rem 1rem;overflow:auto}div.codeblock pre code{font-size:.9rem;line-height:1.4rem}div.codeblock pre code table{border-spacing:0;width:100%;table-layout:auto}div.codeblock pre code table tr td:first-of-type{text-align:right;padding-right:1em;color:#9ca3af;user-select:none;width:1%;white-space:nowrap}div.codeblock pre code table tr td:first-of-type mark{background-color:inherit !important;color:inherit}div.codeblock pre code table tr mark{display:block}div.codeblock button.copy-code{position:absolute;top:.75em;right:.6em;background:rgba(0,0,0,0);color:#4b5563;border:2px solid #5c84c8;border-radius:4px;padding:.25rem .5rem;font-size:12px;cursor:pointer;transition:all .2s ease;opacity:0;}div.codeblock:hover button.copy-code{opacity:1;}:not(pre)>code{color:#5c84c8;background-color:rgba(92,132,200,.1);padding:.1rem .3rem;border-radius:.2rem}main.homepage h2{text-align:center;font-size:3rem}main.homepage .section-intro{text-align:center;font-size:1.25rem}main.homepage header.hero{max-width:48rem;margin:2rem auto;text-align:center}main.homepage header.hero .hero-text p.intro{font-size:2rem;margin:0}main.homepage header.hero .hero-text h1.name{font-family:"Roboto Slab",serif;font-weight:700;font-size:6rem;color:#5c84c8;margin-top:1rem;margin-bottom:1.5rem}main.homepage header.hero .hero-text p.bio{margin:0;font-size:1.25rem}main.homepage header.hero .hero-buttons{display:grid;grid-template-columns:repeat(auto-fit, 14rem);gap:1rem;justify-content:center;margin-top:2rem}main.homepage section.posts div.article-grid{margin:2rem 0;display:grid;grid-template-columns:1fr;gap:2rem}main.homepage section.posts p.section-intro a{text-decoration:none}main.homepage section.posts p.section-intro a span{display:inline-block;transition:transform 250ms ease}main.homepage section.posts p.section-intro a:hover span{transform:translateX(.25em)}main.homepage section.contact div.contact-links-container{display:flex;place-self:center}main.homepage section.contact div.contact-links-container a.contact-link{width:5rem;display:flex;flex-direction:column;align-items:center;text-decoration:none}main.homepage section.contact div.contact-links-container a.contact-link div.icon-button{display:flex;align-items:center;width:4rem;height:4rem;border-radius:50%;background-color:#fdfdfd;color:#3e505b;transition:all 300ms ease}main.homepage section.contact div.contact-links-container a.contact-link div.icon-button svg{width:2rem;height:2rem}main.homepage section.contact div.contact-links-container a.contact-link span.icon-label{font-size:.9rem;opacity:0;transition:all 300ms ease}main.homepage section.contact div.contact-links-container a.contact-link:hover div.icon-button{box-shadow:0 .25rem .75rem rgba(0,0,0,.1);transform:translateY(-.125rem);color:#fdfdfd}main.homepage section.contact div.contact-links-container a.contact-link:hover span.icon-label{opacity:1}main.homepage section.contact div.contact-links-container a.contact-link:hover.github div.icon-button{background-color:#181717}main.homepage section.contact div.contact-links-container a.contact-link:hover.github span.icon-label{color:#181717}main.homepage section.contact div.contact-links-container a.contact-link:hover.linkedin div.icon-button{background-color:#0a66c2}main.homepage section.contact div.contact-links-container a.contact-link:hover.linkedin span.icon-label{color:#0a66c2}main.homepage section.contact div.contact-links-container a.contact-link:hover.email div.icon-button{background-color:#d14836}main.homepage section.contact div.contact-links-container a.contact-link:hover.email span.icon-label{color:#d14836}main.homepage a.cta-button{display:inline-grid;place-items:center;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;font-size:1rem;transition:all 250ms ease;text-decoration:none}main.homepage a.cta-button.primary{background:#5c84c8;color:#fdfdfd;border:2px solid #5c84c8;box-shadow:0 4px 12px rgba(92,132,200,.3)}main.homepage a.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(92,132,200,.4)}main.homepage a.cta-button.secondary{background:#fdfdfd;color:#5c84c8;border:2px solid #5c84c8;box-shadow:0 2px 8px rgba(0,0,0,.05)}main.homepage a.cta-button.secondary:hover{background:rgba(92,132,200,.05);transform:translateY(-2px);box-shadow:0 4px 12px rgba(92,132,200,.2)}main.post-page article.post-content header{display:inline-block;position:relative}main.post-page article.post-content header a.back-button{position:absolute;top:.5rem;color:#9ca3af;text-decoration:none;font-size:.95rem;transition:250ms ease}main.post-page article.post-content header a.back-button span{display:inline-block;transition:250ms ease}main.post-page article.post-content header a.back-button:hover{color:#3e505b}main.post-page article.post-content header a.back-button:hover span{transform:translateX(-.25em)}main.post-page article.post-content header h1.post-title{margin-bottom:1rem}main.post-page article.post-content header div.post-meta{font-size:1rem;margin-bottom:3rem;color:#9ca3af}main.post-page article.post-content div.main-container{display:flex;flex-direction:row;gap:4rem}main.post-page article.post-content div.main-container div.post-body{flex:1;min-width:0}main.post-page article.post-content div.main-container div.post-body h1 a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h2 a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h3 a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h4 a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h5 a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h6 a.zola-anchor{color:#9ca3af;text-decoration:none;visibility:hidden;margin-left:.5em}main.post-page article.post-content div.main-container div.post-body h1:hover a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h2:hover a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h3:hover a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h4:hover a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h5:hover a.zola-anchor,main.post-page article.post-content div.main-container div.post-body h6:hover a.zola-anchor{visibility:visible}main.post-page article.post-content div.main-container nav.table-of-contents{flex:1;max-width:20%;position:sticky;top:8rem;border-left:1px dotted #9ca3af;align-self:flex-start;max-height:calc(100vh - 20rem);overflow-y:auto;overflow-x:auto}main.post-page article.post-content div.main-container nav.table-of-contents ol{list-style:none;padding-left:1.5rem}main.post-page article.post-content div.main-container nav.table-of-contents ol li{margin:.5rem 0}main.post-page article.post-content div.main-container nav.table-of-contents ol li a{color:#9ca3af;text-decoration:none}main.post-page article.post-content div.main-container nav.table-of-contents ol li a:hover{color:#3e505b;text-decoration:underline}main.post-page article.post-content div.main-container nav.table-of-contents ol li a.active{font-weight:bold;color:#3e505b}@media (max-width: 50rem){main.post-page article.post-content div.main-container{flex-direction:column-reverse}main.post-page article.post-content div.main-container nav.table-of-contents{display:none}}main.posts-section header p.section-intro{font-size:1.25rem}main.posts-section div.article-grid{margin:2rem 0;display:grid;grid-template-columns:1fr;gap:2rem}.editor-component{display:flex;justify-content:center;align-items:center;margin:2rem 0;}.editor-component .editor-window{width:100%;max-width:48rem;background-color:#fdfdfd;border-radius:.75rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);border:1px solid #e5e7eb;overflow:hidden}.editor-component .editor-window .editor-header{font-family:"Inter","sans-serif";display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.editor-component .editor-window .editor-header .file-icon{background-color:#4b5563;color:#fdfdfd;font-size:.7rem;line-height:1;font-weight:700;padding:3px 5px;border-radius:3px;margin-right:8px}.editor-component .editor-window .editor-header .file-name{font-size:.875rem;color:#374151}.editor-component .editor-window .editor-body{display:flex;font-family:"JetBrains Mono",monospace;font-weight:400;font-size:1.1rem}.editor-component .editor-window .editor-body .line-numbers{padding:.7rem 1rem;display:flex;flex-direction:column;align-items:flex-end;text-align:right;color:#9ca3af;background-color:#f9fafb;border-right:1px solid #e5e7eb;user-select:none}.editor-component .editor-window .editor-body .code-content{margin:0;font-family:inherit;padding:.7rem 1rem;overflow-x:auto;white-space:pre;}.editor-component .editor-window .editor-body .code-content a{color:inherit;text-decoration:underline}.editor-component .editor-window .editor-body .code-content .cursor{display:inline-block;width:2px;height:1rem;margin-left:1px;background-color:#333;animation:blink 1s step-end infinite}@keyframes blink{from, to{opacity:1}50%{opacity:0}}.editor-component .editor-window .editor-body .code-content .c-key{color:#c026d3}.editor-component .editor-window .editor-body .code-content .c-value{color:#a16207}.editor-component .editor-window .editor-body .code-content .c-punc{color:#000}.editor-component .editor-window .editor-body .code-content .c-comment{color:#9ca3af;font-style:italic}nav.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem;position:sticky;top:0;z-index:100;font-size:1.25rem;color:#4b5563}nav.navbar::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem);z-index:-1}nav.navbar div#nav-right{display:flex;gap:3rem}nav.navbar button#nav-toggle{display:none;background:none;border:none;cursor:pointer;color:inherit}nav.navbar a{color:inherit;text-decoration:none}nav.navbar a:hover{color:#5c84c8}nav.navbar a.nav-home{font-weight:bold}@media (max-width: 50rem){nav.navbar{padding:.5rem 1rem}nav.navbar button#nav-toggle{display:block}nav.navbar div#nav-right{position:absolute;top:100%;left:0;width:100%;gap:1rem;flex-direction:column;align-items:center;max-height:0;overflow:hidden;transition:all .3s ease-in-out}nav.navbar div#nav-right::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(.75rem);-webkit-backdrop-filter:blur(.75rem);z-index:-1}nav.navbar div#nav-right.nav-open{max-height:100vh;padding:1rem 0}}a.article-card{display:flex;flex-direction:column;height:100%;background-color:#fdfdfd;border-radius:.75rem;box-shadow:0 .5rem .75rem rgba(0,0,0,.1);border:1px solid #e5e7eb;overflow:hidden;text-decoration:none;color:inherit;transition:all 300ms ease}a.article-card:hover{transform:translateY(-.25rem);box-shadow:0 .75rem 1rem rgba(0,0,0,.15)}a.article-card article.card-content{padding:1.5rem;display:flex;flex-direction:column;flex-grow:1}a.article-card article.card-content h3.card-title{margin-top:0;margin-bottom:.5rem;color:#3e505b}a.article-card article.card-content div.card-meta{font-size:.8rem;margin-bottom:1rem;color:#9ca3af}a.article-card article.card-content p.card-summary{flex-grow:1;margin:0}div.post-metadata-partial{display:flex;flex-wrap:wrap;align-items:center;gap:.4em 1.2em}div.post-metadata-partial span.post-metadata-partial-item{display:flex;align-items:center}div.post-metadata-partial span.post-metadata-partial-item svg,div.post-metadata-partial span.post-metadata-partial-item span.material-symbols-rounded{font-size:1.2em;width:1.1em;height:1.1em;margin-right:.5em}html{scroll-behavior:smooth}body{font-family:"Manrope",sans-serif;font-weight:450;margin:auto;padding-bottom:1rem;max-width:80rem;color:#4b5563;background-color:#f3f4f6}body main{margin:auto;padding:0 4rem}@media (max-width: 64rem){body main{padding:0 2rem}}@media (max-width: 56rem){body main{padding:0 1rem}}@media (max-width: 40rem){body main{padding:0 .625rem}}body main.homepage,body main.posts-section{max-width:68rem}body main.post-page{max-width:78rem}h1,h2,h3,h4,h5,h6{margin-top:1.5em;margin-bottom:max(.75em,1rem)}p{font-size:1rem;margin-top:1em;margin-bottom:1em}h2,h3,h4,h5,h6{color:#3e505b}h1{color:#3b5998;font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}main a{color:#5c84c8}::selection{background-color:#5c84c8;color:#f3f4f6}ul,ol{margin-top:1em;margin-bottom:1em;padding-left:2.5rem}ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0}blockquote{border-left:.5rem solid rgba(92,132,200,.7);padding-left:1.5rem;color:#9ca3af;margin-left:0;margin-right:0}img,picture,video,canvas,svg{margin:0 auto}:not(code)>table{border-spacing:0;border-collapse:collapse;margin:1.5em 0;border:2px solid #3e505b}:not(code)>table th,:not(code)>table td{line-height:2;text-align:center;border:1px solid #3e505b;padding:.1em .8em}hr{background-color:#4b5563;opacity:.2;height:2px;margin:3em 0}[id]{scroll-margin-top:6rem}