body{background-color:var(--bg);color:var(--main-text);font-family:fira sans,sans-serif;font-optical-sizing:auto;width:100vw;margin:0;padding:0}main{position:relative}a{text-decoration:underline dashed;text-underline-offset:.3rem;color:inherit}a:hover{text-decoration:underline}sup a{text-decoration:none !important;font-weight:700}header{height:10vh;display:flex;justify-content:space-between;align-items:center;overflow:hidden;padding:0 2rem}header .site-title{font-size:2.5rem;font-weight:800;text-decoration:none;color:var(--btn)}nav{display:flex;gap:2rem}@media screen and (min-width:572px){nav{gap:3rem}}nav>a{text-decoration:none;color:var(--btn);font-weight:800;font-size:1.5rem}nav>a:hover{text-decoration:underline;text-underline-offset:.3rem}.subscribe-card{background-color:var(--card-background);padding:.75rem .25rem;border-radius:.75rem}.subscribe-flex{display:flex;flex-direction:column;gap:1rem;align-items:center}@media screen and (min-width:992px){.subscribe-card{padding:2rem;margin:auto;max-width:30rem}.subscribe-flex{flex-direction:row}.subscribe-flex>input{width:fit-content}}.subscribe-flex>input{flex:1;padding:.5rem 0;font-size:1rem;border:none;border-bottom:1px solid var(--light-border);background:0 0;color:var(--cobalt-blue);width:90%}input::placeholder{color:var(--cobalt-blue);opacity:1}input:focus{outline:none;color:var(--main-text);border-bottom-color:var(--main-text)}.subscribe-button{background-color:var(--btn);color:#fff;border:none;border-radius:5rem;padding:.5rem 1.5rem;font-size:1rem;cursor:pointer;transition:background-color .2s ease;width:10rem;min-width:10rem;max-width:10rem}.subscribe-button:hover{background-color:var(--hover-effects)}.lds-heart{color:#fff;display:inline-block;position:relative;width:16px;height:16px;transform:rotate(45deg);transform-origin:8px 8px}.lds-heart div{top:6px;left:4px;position:absolute;width:12px;height:12px;background:#fff;animation:lds-heart 1.2s infinite cubic-bezier(.215,.61,.355,1)}.lds-heart div:after,.lds-heart div:before{content:" ";position:absolute;display:block;width:12px;height:12px;background:#fff}.lds-heart div:before{left:-9px;border-radius:50% 0 0 50%}.lds-heart div:after{top:-9px;border-radius:50% 50% 0 0}@keyframes lds-heart{0%{transform:scale(.95)}5%{transform:scale(1.1)}39%{transform:scale(.85)}45%{transform:scale(1)}60%{transform:scale(.95)}100%{transform:scale(.9)}}#home-section-indicator,#scroll-indicator-for-mobile{display:none}@media screen and (max-width:572px){#scroll-indicator-for-mobile{display:block}#home-section-indicator{all:unset;cursor:pointer;display:block;position:absolute;top:0;text-align:center;width:100%;background:var(--bg);height:2em}}.home-container{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.home-section{flex:0 0 100%;height:90vh;overflow-y:auto;overflow-x:hidden;scroll-snap-align:start;scroll-snap-stop:always;padding:2em 1em 3em;box-sizing:border-box;position:relative;-ms-overflow-style:none;scrollbar-width:none}.home-section::-webkit-scrollbar{display:none}.home-description p{line-height:1.5rem}@media screen and (min-width:572px){#home-bio{flex:0 0 45% !important}.home-section{flex:0 0 50%;padding:0 2rem 2rem}}.vertical-section-separator{border:none;border-right:1px dashed var(--cobalt-blue);margin:5em 0}.horizontal-section-separator{border:none;border-bottom:1px dashed var(--cobalt-blue);width:70%;margin:1em auto}.profile-picture{height:8em;width:8em;border:none}.home-title{font-size:2rem;margin:.5rem}.blog-section{position:relative}.section-title{position:sticky;top:0;background:var(--bg);height:4em;display:flex;justify-content:space-between;align-items:center}.section-title>h2{flex:0 0 75%;width:fit-content;margin:1rem 0}a.section-button{flex:0 0 25%;text-align:right;font-size:1rem;font-weight:500;text-decoration:none;color:var(--cobalt-blue)}a.section-button:hover{text-decoration:underline;text-underline-offset:.3rem}.post-row{display:flex;align-items:center;width:100%;margin:1rem 0;line-height:1.5rem}.post-row>.post-title,.post-row>.post-time,.post-row>.tags{width:100%}.post-row>.post-time,.post-row>.tags{text-align:center}.home-post-title{flex:0 0 80%;text-decoration:none;color:var(--main-text)}.post-title{flex:0 0 60%;text-decoration:none;color:var(--main-text)}.home-post-title:hover,.post-title:hover{text-decoration:underline;text-underline-offset:.3rem}time{flex:0 0 20%;text-align:right;font-size:.75rem}div.projects{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}div.projects>div.grid-col{display:grid;gap:.75rem}div.project{background-color:var(--card-background);border:1px dashed var(--cobalt-blue);color:var(--main-text);border-radius:.3rem;padding:.5rem}div.project:hover{border:1px solid var(--cobalt-blue);color:var(--cobalt-blue)}a.project-tile{text-decoration:none;display:flex;flex-direction:column;gap:.5rem;height:100%}a.project-tile:hover{text-decoration:none}a.project-tile:hover h3{color:var(--hover-effects)}a.project-tile h3{margin:.2rem;color:var(--cobalt-blue)}a.project-tile small.description{flex-grow:1;line-height:1.1rem;display:flex;flex-direction:column;gap:.5rem}a.project-tile small.description div.project-content>*{font-size:small}a.project-tile>span.project-year-tag{display:flex;align-items:center;gap:.5rem}article{padding:3rem 1.5rem;max-width:50rem;margin:auto;margin-bottom:1.5rem;line-height:1.75rem}article a,article .article-post a{text-decoration:underline dashed;text-underline-offset:.3rem}article a:hover,article .article-post a:hover{text-decoration:underline}.article-post>hr,div.footnotes>hr{width:50%;margin:2rem auto}div.footnotes>ol>li,div.footnotes>ol>li>p{font-size:small}.article-post mark{background:#ffdb00 !important;padding:.125rem 0}#annotations-toggle{font-weight:500;background:var(--btn);color:#fff;padding:.4rem .6rem;font-size:1rem;cursor:pointer;border-radius:.3rem;border-width:0 !important;white-space:nowrap;line-height:1;margin:0;text-decoration:none}#annotations-toggle:hover{text-decoration:none;background-color:var(--hover-effects)}.anchor{color:var(--main-text);margin-right:.25rem}.side{margin:2em}.side>p{font-size:small !important}div.tags>a,.bg-number{background-color:#fff;color:var(--hover-effects);border-radius:.3rem;border:1px solid var(--hover-effects);padding:.5rem .6rem;text-decoration:none;line-height:1;white-space:nowrap;font-size:.8rem;margin:.2rem}div.tags>a{border-radius:1rem}div.tags>a:hover,.bg-number:hover{color:#fff;background-color:var(--hover-effects)}figure>img,div.stream-body img,.article-post p img{display:inline-block;max-width:100%;height:auto}figure>img,.article-post p img{border:2px #ccc dashed}figcaption>p{color:var(--cobalt-blue);font-size:small}div.article-header{padding:3rem auto}div.article-header>h1,div.article-header>div.post-meta,div.article-header>div.tags{margin:1rem auto}article>div.suggested{display:grid;grid-template-columns:1fr;margin:2rem -1rem;padding:0}@media screen and (min-width:572px){article>div.suggested{grid-template-columns:1fr 1fr}article>div.suggested a:last-of-type{text-align:right}}article>div.suggested a:last-of-type{text-align:right}article>div.suggested a{text-decoration:none !important;margin:.5rem 1rem;border-bottom:none;transition:all .2s ease;background-color:var(--card-background);color:var(--main-text);border-radius:.3rem;padding:1rem;border:1px dashed var(--cobalt-blue)}article>div.suggested a:hover{text-decoration:none;border:1px solid var(--cobalt-blue);color:var(--cobalt-blue)}article>div.suggested a:hover small{color:var(--hover-effects)}footer{max-width:50rem;margin:auto;margin-bottom:1.5rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.footer img{height:30px;width:30px}.footer a{border-radius:.35rem;margin:0 .05rem;font-weight:400;font-size:1rem;border:1px solid transparent;padding:.5rem}.footer a.img{display:flex;align-items:center;padding:0;margin:0 .75rem;background:0 0}.footer-links{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.footer-links a{margin:0 .5rem}div.copyright-footer{display:flex;align-items:center;gap:.25rem}a.footer-social-links{color:var(--btn)}a.footer-social-links:hover{color:var(--hover-effects)}@media screen and (min-width:572px){.footer>.flex{align-items:flex-start;margin-left:-1.5rem;margin-right:-1.5rem}.footer a.img{padding:0 .5rem;margin:0 1rem}}@media print{.footer{display:none}}.terms{width:100%;display:flex;flex-wrap:wrap}.terms a{padding:.75rem;margin:0 .25rem;font-size:1.2rem;font-weight:400;color:var(--font-color);border-radius:.35rem;display:inline-block;position:relative}#loading-spinner{height:20em;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.stream-timestamp{display:flex;justify-content:space-between;font-size:small;font-weight:700;color:var(--heading-color)}.stream-copy-link{cursor:pointer;font-size:x-small}.highlight{background:var(--card-background);color:var(--main-text);border-radius:8px;overflow:scroll}.lntd:first-of-type{border-right:1px dashed var(--cobalt-blue);padding-right:.5em}p>code{padding:.15em;background:var(--hover-effects);color:#fff}#reader-list,#book-list{padding:1rem 0}