:root{--phoneWidth: (max-width: 684px);--tabletWidth: (max-width: 900px)}.posts,.projects{width:100%;max-width:800px;text-align:left;padding:20px;margin:20px auto}@media(max-width: 900px){.posts,.projects{max-width:660px}}.posts:not(:last-of-type),.projects:not(:last-of-type){border-bottom:1px solid #4e4e57}@media(prefers-color-scheme: dark){.posts:not(:last-of-type),.projects:not(:last-of-type){border-bottom:1px solid #4e4e57}}@media(prefers-color-scheme: light){.posts:not(:last-of-type),.projects:not(:last-of-type){border-bottom:1px solid #4e4e57}}[data-theme=dark] .posts:not(:last-of-type),[data-theme=dark] .projects:not(:last-of-type){border-bottom:1px solid #4e4e57}[data-theme=light] .posts:not(:last-of-type),[data-theme=light] .projects:not(:last-of-type){border-bottom:1px solid #4e4e57}.posts-group,.projects__group{display:flex;margin-bottom:1.9em;line-height:normal}@media(max-width: 900px){.posts-group,.projects__group{display:block}}.posts-list{flex-grow:1;margin:0;padding:0;list-style:none}.posts .post-title,.projects .post-title{font-size:1rem;margin:5px 0 5px 0}.posts .post-year,.projects .post-year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}@media(max-width: 900px){.posts .post-year,.projects .post-year{margin:-6px 0 4px}}.posts .post-item,.projects .post-item{border-bottom:1px gray dashed}.posts .post-item-inner,.projects .post-item-inner{display:flex;justify-content:space-between;align-items:baseline;padding:12px 0;text-decoration:none}.posts .post-day,.projects .post-day{flex-shrink:0;margin-left:1em;opacity:.6}.projects__group__year{padding-top:6px;margin-right:1.8em;font-size:1.6em;opacity:.6}@media(max-width: 900px){.projects__group__year{margin:-6px 0 4px}}.projects__group__list{flex-grow:1;margin:0;padding:0;list-style:none}.projects__group__list__item{border-bottom:1px gray dashed;padding-bottom:5px}.projects__group__list__item a{text-decoration:none}.projects__group__list__item{margin-top:12px}.projects .project{display:flex;flex-direction:row;gap:.5em;align-items:center}@media(max-width: 684px){.projects .project{flex-direction:column}}.projects .project__icon img{align-self:center;width:48px;filter:grayscale(60%)}.projects .project__details{display:flex;flex-direction:row;width:100%}.projects .project__details>*:not(:first-child){margin-left:.5rem}.projects .project__details__header{display:flex;flex-direction:column;flex:1}@media(max-width: 684px){.projects .project__details__header{text-align:center}}.projects .project__details__header__text{display:flex;flex-direction:column}.projects .project__details__header__text__name{font-size:1rem}.projects .project__details__header__text__description{margin-top:3px;font-size:.85rem;opacity:.8}.projects .project__details__status img{float:right}.projects .project__details__status{opacity:.6}