*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable}html,body{font-size:16px;font-family:Helvetica,sans-serif}body{min-height:100vh;margin:0;display:flex;flex-direction:column;color:#000;background-color:#fff}html.dark body{background-color:#1f2937;color:#fff}a{text-decoration:none;color:#3675d4}a:hover{text-decoration:underline}.nav-link{color:inherit}.nav-link:hover{text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid #3675d4;outline-offset:2px}.disable-scroll{overflow:hidden}@keyframes moveUp{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{from{opacity:0}50%{opacity:.8}to{opacity:1}}.site-container{max-width:768px;min-height:100vh;display:flex;flex-direction:column;padding:0 1rem;margin:2rem auto 0}html.dark .site-container{color:#fff}.main-content{flex-grow:1}.site-header{position:relative;margin-bottom:7rem}.header-bar{position:fixed;top:0;left:0;right:0;height:7rem;display:flex;padding:0 1rem;margin:0 auto;max-width:768px;background-color:rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:50}html.dark .header-bar{background-color:rgba(31,41,55,.8)}.header-inner{display:flex;align-items:center;justify-content:space-between;width:100%;z-index:10}.header-brand{display:flex;align-items:center;z-index:50}.profile-pic{border-radius:50%;margin-right:1rem;width:50px;height:50px}.site-title{font-family:futura-pt,sans-serif;font-size:2.25rem;color:#000}html.dark .site-title{color:#fff}.desktop-nav{display:none;align-items:center;gap:1.5rem}.desktop-nav-item{font-family:futura-pt,sans-serif;font-size:1rem;font-weight:300;color:#000}html.dark .desktop-nav-item{color:#fff}.desktop-nav-item.active{border-bottom:1px solid #000}html.dark .desktop-nav-item.active{border-bottom-color:#fff}.hamburger{display:flex;flex-direction:column;align-items:center;justify-content:center;width:2.25rem;height:3rem;z-index:20;cursor:pointer;background:0 0;border:none;padding:0}.hamburger-line{width:100%;height:0;border-top:1px solid #000;transition:all 100ms ease}html.dark .hamburger-line{border-top-color:#fff}.hamburger-line:first-child{margin-bottom:.5rem}.menu-open .hamburger-line:first-child{z-index:20;width:80%;transform:rotate(45deg)translate(2px,5px)}.menu-open .hamburger-line:last-child{z-index:30;transform-origin:center;width:80%;transform:rotate(-45deg)translate(0,-5px)}@media(min-width:768px){.desktop-nav{display:flex}.hamburger{display:none}.menu-overlay{display:none!important}}.menu-overlay{position:fixed;top:7rem;bottom:0;left:0;right:0;display:none;flex-direction:column;align-items:center;justify-content:center;background-color:rgba(255,255,255,.8);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:10;animation:fadeIn .2s ease-in}html.dark .menu-overlay{background-color:rgba(31,41,55,.8)}.menu-overlay.open{display:flex}.menu-item{font-weight:300;font-size:1.5rem;margin-bottom:2rem;user-select:none;color:#000;animation:moveUp .4s ease-out}html.dark .menu-item{color:#fff}.menu-item.active{border-bottom:1px solid #000}html.dark .menu-item.active{border-bottom-color:#fff}.menu-item:not(.active){cursor:pointer}.menu-overlay .theme-toggle{animation:moveUp .4s ease-out}.theme-toggle{background:0 0;border:none;cursor:pointer;padding:.5rem;color:#000;display:flex;align-items:center;justify-content:center}html.dark .theme-toggle{color:#fff}.theme-toggle svg{width:18px;height:18px;fill:currentColor;stroke:currentColor}.icon-sun{display:none}.icon-moon{display:block}html.dark .icon-sun{display:block}html.dark .icon-moon{display:none}.post-card{display:flex;flex-direction:column;width:100%;cursor:pointer}.post-card-image-wrapper{position:relative;display:flex;justify-content:center;align-items:center;height:250px;margin-bottom:1rem;overflow:hidden}.post-card-image{width:100%;height:100%;object-fit:cover}.post-card-text{flex-grow:1}.post-card-title{font-family:futura-pt,sans-serif;font-size:1.875rem;margin-bottom:1rem}.post-card-description{font-weight:300;font-size:1.1rem;line-height:2rem}.post-card-divider{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}html.dark .post-card-divider{border-top-color:#374151}@media(min-width:768px){.post-card{flex-direction:row}.post-card-image-wrapper{min-width:50%}.post-card-text{margin-left:4rem}}.post-date{font-size:.875rem;color:#9ca3af;font-weight:300;margin-bottom:1rem}.post-content{font-weight:300;font-size:1.1rem;line-height:2rem}.post-content p{margin-bottom:1rem}.post-content img{display:block;max-width:100%;max-height:80vh;margin:2rem auto}.post-content h1,.post-content h2,.post-content h3,.post-content h4{font-family:futura-pt,sans-serif;margin:1.5rem 0 1rem}.post-content figure{margin:2rem auto;text-align:center}.post-content figure img{max-width:100%;max-height:80vh;margin:0 auto}.post-content figcaption{font-size:.8rem;margin-top:1rem;font-style:italic}.post-content figcaption a{font-style:italic}.post-title{font-family:futura-pt,sans-serif;font-size:1.875rem}.suggested-posts{display:flex;justify-content:space-between;margin-top:4rem}.suggested-link{display:flex;gap:.5rem;align-items:center;color:inherit}.suggested-link:hover{text-decoration:none}.suggested-link-title{font-family:futura-pt,sans-serif}.suggested-link-next{flex-direction:row-reverse}.suggested-link-next .suggested-link-title{text-align:right}.suggested-link-icon{display:flex;align-items:center}html.dark .suggested-link-icon{filter:invert(1)}.site-footer{color:#6b7280;background-color:#f3f4f6;text-align:center;padding:1.5rem;margin-top:6rem}html.dark .site-footer{background-color:#111827;color:#fff}.about-image-wrapper{display:block;margin:0 auto}.about-image{width:100%;height:auto}.about-text{margin-top:2rem;font-weight:300;font-size:1.1rem;line-height:2rem}.about-text p{margin-bottom:1rem}@media(min-width:768px){.about-image-wrapper{width:50%}}