:root{--text:#3b3d41;--text-secondary:#6b6e76;--background:#fff;--site-max-width:48rem;--content-max-width:44rem}.dark{--text:#fff;--background:#000}html,body{height:100dvh}body{display:flex;flex-direction:column;margin:0 auto;background:var(--background);padding-inline:1.5rem;max-width:var(--site-max-width);color:var(--text)}main{flex:1;margin-block:3rem}.hidden{display:none}hr{margin-block:2.5rem;border-top:1px solid var(--text-secondary);border-bottom:none}.header{display:flex;justify-content:space-between;padding-block:1rem}.header__logo{color:var(--text);font-family:departure mono;text-decoration:none}.nav__list{display:flex;gap:1rem;margin:0 auto;padding-left:0;list-style:none}.nav__link{color:var(--text-secondary);font-weight:500;text-decoration:none}.nav__link:hover{color:var(--text)}#theme-toggle{display:flex;align-items:center;border:none;background:0 0;color:var(--text);font-size:1rem}.link__index{font-size:.6875rem;font-family:departure mono}.active{color:var(--text)}.sun{display:none}.dark .moon{display:none}.dark .sun{display:inline}.highlight{overflow-x:auto}.home__title{font-weight:400;font-size:1.375rem;line-height:2.5rem}.home__description{font-size:.875rem;line-height:1rem}.home__situation{font-size:.875rem;line-height:1rem}.situation__link{color:var(--text);text-underline-offset:.25rem}.latest-articles__section,.current-projects__section{margin-block:2.5rem}.latest-articles__header,.current-projects__header{display:flex;justify-content:space-between;align-items:center}.latest-articles__title::before,.current-projects__title::before{vertical-align:top;content:"■";color:var(--text-secondary);font-size:.625rem}.latest-articles__title,.current-projects__title{font-size:1rem;line-height:1.25rem;font-family:departure mono}.latest-articles__more,.current-projects__more{display:flex;align-items:center;gap:.25rem;color:inherit;font-size:.875rem;line-height:1rem;text-underline-offset:.25rem}.latest-articles__list,.current-projects__list{margin-block:0;padding-left:0;list-style:none}.latest-articles__item-info{display:flex;justify-content:space-between;align-items:center;font-size:1rem;line-height:1.25rem}.latest-articles__item-title{color:var(--text);font-weight:600;font-size:1rem;line-height:1.25rem;text-decoration:none;text-underline-offset:.25rem}.latest-articles__item-title:hover{text-decoration:underline}.latest-articles__item-date{font-size:.875rem;line-height:1rem}.latest-articles__item-description{margin-block:.5rem 1.5rem;font-size:.875rem;line-height:1rem}footer{display:flex;flex-direction:column;align-items:center;padding-block:1rem;color:var(--text-secondary)}.footer-social,.footer-link{color:inherit}.footer-social:hover,.footer-link:hover{color:var(--text)}.footer-socials{display:flex;gap:1rem;margin-block:0 1rem;padding-left:0;height:1rem;list-style:none}.footer-social{display:inline-block;width:1rem;height:1rem}.footer-copyrights{margin-block:0;font-size:.875rem;line-height:1.25rem;text-align:center}.footer-link{text-underline-offset:.25rem}@media screen and (min-width:480px){footer{flex-direction:row;justify-content:space-between}.footer-socials{order:2;margin-bottom:0}.footer-copyrights{text-align:left}}