/*! -- Global Styling -- */:root{color-scheme:light dark;--text-color: light-dark(#404040, #fcedcf);--text-color-rgba-08: light-dark(rgba(64, 64, 64, 0.8), rgb(252, 237, 207, 0.8));--text-color-rgba-06: light-dark(rgba(64, 64, 64, 0.8), rgb(252, 237, 207, 0.6));--text-color-rgba-02: light-dark(rgba(64, 64, 64, 0.2), rgb(252, 237, 207, 0.2));--bg-color: light-dark(#fcedcf, #404040);--bg-color-rgba-08: light-dark(rgb(252, 237, 207, 0.8), rgb(64, 64, 64, 0.8));--bg-color-rgba-02: light-dark(rgb(252, 237, 207, 0.2), rgb(64, 64, 64, 0.2));--secondary-color: light-dark(#666e72, #c6c0bd);--tertiary-color: light-dark(#b0a8a4, #7e878b);--link-blue: light-dark(#3d719B, #97cbf2);--link-blue-rgba-08: light-dark(rgb(61, 113, 155, 0.8), rgb(151, 203, 242, 0.8));--stack-blue: light-dark(#1f7784, #74d3e2)}@media(prefers-color-scheme: light){.contact-img{filter:invert(0%) sepia(100%) saturate(20%) hue-rotate(39deg) brightness(101%) contrast(107%)}}@media(prefers-color-scheme: dark){.contact-img{filter:invert(94%) sepia(3%) saturate(1407%) hue-rotate(358deg) brightness(102%) contrast(98%)}}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}::selection,::-moz-selection{color:var(--bg-color);background-color:var(--link-blue)}::-webkit-scrollbar{background-color:var(--bg-color);scrollbar-width:thin}::-webkit-scrollbar-thumb{background-color:var(--tertiary-color);border-radius:.5em}:focus{outline:none}a{position:relative;display:inline-block;color:inherit;text-decoration:none;border:none;outline:none;box-shadow:none;cursor:pointer;touch-action:manipulation}a:focus-visible{outline:2px solid var(--link-blue-rgba-08);outline-offset:3px;border-radius:1px;text-decoration:1px underline rgba(0,0,0,0)}li a:focus-visible{outline-offset:5px;text-decoration:none}picture{display:contents}img{pointer-events:none}html{height:100%}html{background-color:var(--bg-color)}body{height:100vh;height:100dvh;color:var(--text-color);display:flex;flex-direction:column;overflow-x:hidden;line-height:1.5;font-size:1.137em;font-family:"Atkinson Hyperlegible Next",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif !important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#content-wrapper{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:scroll;overflow-x:hidden;scrollbar-gutter:stable}#content{transition:opacity 50ms cubic-bezier(0.25, 0.75, 0.5, 1)}#content.htmx-added{opacity:0}#content>*{opacity:1}h1,h2{color:var(--text-color)}@media(min-width: 320px){.home{display:flex;flex-direction:column;width:100%;max-width:100vw}.type-container{display:inline-block;font-family:"Atkinson Hyperlegible Mono";font-weight:normal;font-size:1.3rem;user-select:none}.type-name-js{display:inline-flex;white-space:nowrap;align-items:center}.type-name-js span{opacity:1;display:inline-block}.caret{animation:blink-caret 1.25s step-end infinite;transform:scaleY(1.25) translateY(-0.075em);color:var(--tertiary-color)}@keyframes blink-caret{50%{opacity:0}}.dummy-step{display:inline-block;width:1px;visibility:hidden}.typed-name{display:none;overflow:hidden;white-space:nowrap;margin:0}.home-header{display:flex;margin-bottom:1em}.intro-typewriter{width:15em;height:1.75em}@keyframes appear{from{visibility:hidden}to{visibility:visible}}@keyframes caret-x{0%{x:2px}12%{x:16px}15%{x:29px}22.5%{x:42px}23.5%{x:55px}70%{x:55px}73.5%{x:68px}75%{x:82px}76%{x:95px}79%{x:108px}80.5%{x:121px}84%{x:134px}87.5%{x:148px}90%{x:161px}91.5%{x:174px}93%{x:187px}100%{x:187px}}@keyframes caret-opacity{0%{opacity:1}44.6%{opacity:0}67.9%{opacity:1}70%{opacity:1}93%{opacity:1}}@keyframes caret-blink{0%,100%{opacity:1}50%{opacity:0}}@supports(animation-name: appear){.ch{visibility:hidden;animation:appear 0s steps(1, end) forwards}.ch-H{animation-delay:.336s}.ch-i{animation-delay:.42s}.ch-c1{animation-delay:.63s}.ch-s1{animation-delay:.658s}.ch-I{animation-delay:2.058s}.ch-ap{animation-delay:2.1s}.ch-m{animation-delay:2.128s}.ch-s2{animation-delay:2.212s}.ch-G{animation-delay:2.254s}.ch-r{animation-delay:2.352s}.ch-a{animation-delay:2.45s}.ch-n{animation-delay:2.52s}.ch-t{animation-delay:2.562s}.ch-pe{animation-delay:2.604s}#caret{animation:caret-x 2.8s steps(1, end) forwards,caret-opacity 2.5s steps(1, end) forwards,caret-blink 1.1s steps(1, end) 2.8s infinite}}.intro p{margin-bottom:1em}.intro a{color:var(--link-blue);text-decoration:underline .1rem var(--link-blue);text-underline-offset:.2rem;transition:text-decoration-color 50ms}.intro a:hover{text-decoration-color:rgba(0,0,0,0)}.tech-stack{display:grid;grid-template-columns:repeat(3, max-content);gap:1em;overflow-y:hidden;scrollbar-color:var(--text-color);justify-items:center}.tech-stack ul li{margin-left:1em;padding:.2em}.tech-list{display:flex;flex-direction:column}}@media(min-width: 768px){.tech-stack{grid-template-columns:repeat(3, 1fr);overflow-x:hidden;overflow-y:hidden}footer{margin-bottom:2em}}@media(min-width: 320px){.projects{max-width:45.5em;padding-bottom:1.5em}.project-header{padding-bottom:1em;user-select:none;-webkit-user-select:none;-moz-user-select:none}.project-grid{display:grid;grid-template-rows:auto;grid-template-columns:repeat(auto-fill, minmax(15.5em, 1fr));gap:1em}.project{display:flex;flex-direction:column;padding:1em;border-radius:1em;box-shadow:0 1px 13px 0 var(--secondary-color),0 0 0 1px var(--secondary-color) inset;background-color:var(--bg-color);transition:box-shadow 250ms cubic-bezier(0.46, 1.27, 0.96, 0.94)}.project:hover{box-shadow:0 1px 13px 0 var(--secondary-color)}.p-logo{grid-area:logo;width:100%;height:auto;margin:0 auto .5em auto;border-radius:.5em;user-select:none;-webkit-user-select:none;-moz-user-select:none}.other-img{max-width:20em;max-height:20em}.svg-img{max-width:10em;max-height:11em}.p-title{grid-area:title;display:flex;flex-direction:column;margin-bottom:.5em}.p-desc{grid-area:desc;display:flex;flex-direction:column;font-size:1rem;margin-bottom:.5em}.p-link{grid-area:links;display:flex;flex-direction:row}.p-link p{font-weight:bold;color:inherit}.p-link a{color:var(--link-blue);text-decoration:underline .1rem var(--link-blue);text-underline-offset:.2rem;transition:text-decoration-color 50ms;user-select:text;-webkit-user-select:text;-moz-user-select:text}.p-link a:hover{text-decoration-color:rgba(71,118,244,0)}.p-link a:focus-visible::after{inset:-0.2em -0.5em}.line{grid-area:line;width:100%;height:1px;background-color:var(--secondary-color);margin:.5em 0}.p-stack{grid-area:stack;columns:2}.p-stack li{list-style:none;color:var(--stack-blue)}}@media(min-width: 624px){.project-grid{grid-template-columns:repeat(auto-fill, minmax(20em, 1fr))}}@media(min-width: 768px){.project{display:grid;grid-template-columns:max-content 1fr;grid-template-rows:repeat(5, auto);grid-template-areas:"title logo" "links logo" "desc desc" "line line" "stack stack";gap:5px}.p-title{margin-bottom:0;align-self:end}.p-link p,.p-link span{display:none}.p-link a:first-child{margin-right:.5em}.p-desc{font-size:inherit}}.contact{display:flex;flex-direction:column;flex:1;justify-content:center}.contact-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.contact-item{display:flex;justify-content:flex-start;align-items:center;margin-top:.5em;padding:0 5px 0 8px;width:fit-content;border-radius:10px;background-color:var(--bg-color)}.contact-data{flex:1 1 auto;width:auto;padding:.25em 0px .25em .25em;border-radius:.5em;font-size:.9em;color:var(--link-blue)}.contact-data a{text-decoration:underline .1rem var(--link-blue);text-underline-offset:.2rem;transition:text-decoration-color 50ms}.contact-data a:hover{text-decoration-color:rgba(0,0,0,0)}.contact-item a{margin-top:.1em;margin-right:.25em}.about-image{display:flex;flex-wrap:wrap;flex:0 1 45%;user-select:none;-webkit-user-select:none;-moz-user-select:none}.about-image img{display:block;border-radius:60%;margin:0 auto;max-width:12em}.about-info{display:flex;flex-direction:column;justify-content:left;min-width:0}.about-info h2{font-size:1.5rem;padding-left:8px;user-select:none;-webkit-user-select:none;-moz-user-select:none}@media(min-width: 768px){.contact{justify-content:flex-start}.contact-container{flex-direction:row;gap:0}.contact-data{font-size:1em}.about-image img{max-width:80%}}@media(min-width: 320px){.blog{display:flex;flex-direction:column;margin-bottom:1.5em}.blog-header{width:100%;margin:0 auto 1rem 0;user-select:none}.blog-header h1{position:absolute;left:0;right:0;margin-inline:auto;width:fit-content;padding:0 .25rem;background-color:var(--bg-color);z-index:2}.blog-header .linefill-ascii{font-size:2rem;color:var(--text-color-rgba-08);overflow:hidden;white-space:nowrap;text-overflow:clip}.blog-posts{display:grid;row-gap:1em;width:100%;list-style:none}.blog-posts .postcard{display:grid;grid-template-columns:min-content 1fr;cursor:default;padding:0 .5em .25em .25em;border-left:1px solid var(--text-color-rgba-02)}.blog-posts .postcard .card-node{display:flex;flex-direction:column;position:relative;margin-right:1rem}.blog-posts .postcard .card-node span{position:absolute;padding:0;left:-10px;top:-16px;font-size:3rem}.blog-posts .postcard a{cursor:pointer;text-decoration:underline;font-size:1.5em;color:var(--link-blue)}.blog-posts .postcard a:hover{text-decoration:none}.blog-posts .postcard p{margin-bottom:.5em}.blog-posts .postcard-footer{display:grid;grid-template-columns:max-content 1fr;grid-template-rows:1fr min-content}.blog-posts .postcard-footer h6{font-style:italic}.blog-posts .postcard-footer ul{display:grid;grid-template-columns:repeat(auto-fit, minmax(min-content, 10px));gap:.5em;margin-left:.5em;border-left:1px dashed var(--text-color-rgba-06);text-align:center;list-style:none}.blog-posts .postcard-footer li{font-size:.9rem;line-height:1.2;margin-left:.5em;color:var(--stack-blue)}.post{display:flex;flex-direction:column}#blog-back{position:fixed;bottom:calc(env(safe-area-inset-bottom) + 5rem);right:1rem;background-color:var(--bg-color);color:var(--text-color);padding:.25rem .5rem;border:none;border-radius:.25em;z-index:10;box-shadow:0 0 5px var(--link-blue);transition:box-shadow 50ms ease}}@media(min-width: 992px){#blog-back{bottom:auto;right:auto;top:0;left:calc(50% + 17.5em);margin:calc(4em + 37px + 10px) auto;box-shadow:0 0 5px var(--text-color)}#blog-back:hover{box-shadow:0 0 7px 1px var(--link-blue)}}@font-face{font-family:"Inter";src:url("/assets/fonts/Inter-Bold-subset.woff2") format("woff2");font-weight:700;font-display:swap}@font-face{font-family:"Atkinson Hyperlegible Mono";src:url("/assets/fonts/Atkinson-Hyperlegible-Mono-500-subset.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Atkinson Hyperlegible Next";src:url("/assets/fonts/Atkinson-Hyperlegible-Next-400-subset.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}@media(min-width: 320px){.c{padding:0 1rem;margin:1em auto 0 auto}/*! -- navigation styles mobile -- */.nav-items ul,.name,.top-nav{display:none}.mobile-nav{display:flex;flex-shrink:0;left:0;right:0;height:60px;width:100%;overflow:visible;padding-bottom:env(safe-area-inset-bottom);margin:initial;align-items:center;justify-content:center;background-color:var(--bg-color);border-top:1px inset var(--text-color-rgba-02);user-select:none;-webkit-user-select:none;-moz-user-select:none;z-index:10;font-family:"Inter";font-size:.9rem}.mobile-nav nav ul{display:grid;grid-template-columns:repeat(3, 1fr);align-items:center;justify-content:space-evenly;gap:.5rem}.nav-items-m ul{list-style:none;transition:all 150ms ease-in-out}.nav-items-m ul li a{background-color:var(--bg-color-rgba-08);color:var(--bg-color);border-radius:10px;display:flex;align-items:center;justify-content:center;line-height:1;margin:0 0 auto 0;outline:none;padding:.75rem .5rem;text-align:center;text-decoration:none;transition:background-color 100ms ease-in-out,color 100ms ease-in-out;white-space:nowrap;border:0;user-select:none;-webkit-user-select:none;touch-action:manipulation;color:var(--text-color);border:1px solid var(--text-color-rgba-08)}.nav-items-m ul li a[aria-current=page]{pointer-events:none;text-decoration:underline .1em var(--bg-color-rgba-08);background-color:var(--text-color-rgba-08);text-underline-offset:.2em;color:var(--bg-color);border:1px solid var(--text-color-rgba-08)}footer{position:relative;margin-top:1.5em;margin-bottom:1em;text-align:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;line-height:2}footer p{font-size:.8rem}.footer-links{display:flex;justify-content:center;align-items:center;column-gap:10px}.footer-links a .contact-img{margin:0}.contact-img{display:block;width:1em;margin:4px 2px 0 0;user-select:none;-webkit-user-select:none;-moz-user-select:none}}.notfound{display:flex;flex-direction:column;width:100%;max-width:100vw}.notfound h1{text-align:center}@media(min-width: 768px){.c{max-width:35em;width:100%;padding:0 1.5rem;margin:0 auto}/*! -- index styles full -- */.top-nav{display:block;padding:2em 0;line-height:1.5em;user-select:none;-webkit-user-select:none;-moz-user-select:none;font-family:"Inter";font-weight:700}.nav-items ul{display:flex;align-items:center;width:100%;list-style:none;letter-spacing:.01em}.nav-items ul li a{border-radius:10px;padding:.25em .5em}.nav-items ul li a:focus-visible{outline-offset:0}.nav-items ul li a[aria-current=page]{text-decoration-color:rgba(0,0,0,0);background-color:var(--text-color-rgba-02)}.nav-items ul li a[aria-disabled=true]{cursor:default}.nav-items ul li a:hover{cursor:pointer;color:var(--link-blue);text-decoration-color:rgba(0,0,0,0)}.nav-items ul li a:active{text-decoration-color:rgba(0,0,0,0)}.nav-items ul li:nth-child(2){margin-left:auto}.nav-items-m ul{display:none}.name{display:flex;margin-right:auto;font-size:1.8rem}.mobile-nav{display:none}}/*# sourceMappingURL=index.4acb20b2.css.map */
