@charset "UTF-8";html,body{background-color:#fff;color:#111;height:100%}html{box-sizing:border-box}*,*:before,*:after{padding:0;margin:0;box-sizing:inherit}html{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen-Sans,Ubuntu,Cantarell,helvetica neue,sans-serif;-webkit-font-smoothing:antialiased;font-size:95%}@media screen and (min-width:800px){html{font-size:100%}}@media screen and (min-width:1400px){html{font-size:115%}}h1,h2,h3,h4,h5,h6{margin-top:1.5rem;margin-bottom:0;line-height:1.5rem}h1{font-size:2.121rem;line-height:2.25rem;margin-top:2.25rem}h2{font-size:1.414rem}h3{font-size:1.17833333rem}h4{font-size:.98194444rem}h5{font-size:.81828704rem}p{margin-top:1.5rem;margin-bottom:0;line-height:1.5rem}ul,ol{padding-left:1.5rem;margin-top:1.5rem;margin-bottom:1.5rem}ul li,ol li{line-height:1.5rem}ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0}blockquote{margin-top:1.5rem;margin-bottom:1.5rem;line-height:1.5rem;color:#111}blockquote::before{position:absolute;content:"\201C";font-size:6em;font-family:roboto,serif;margin-top:.1em;margin-left:-.2em;z-index:-1;color:#ededed}blockquote cite{font-style:italic;font-size:.95em;color:#717171}blockquote cite::before{content:"— "}pre{line-height:1.45;margin-top:1.5rem;padding:16px;word-wrap:normal;overflow:auto;background-color:#f6f8fa;border-radius:3px}code{font-size:85%;font-family:sfmono-regular,Consolas,Menlo,monospace;padding:.2em .4em;margin:0;background-color:rgba(27,31,35,5%);border-radius:3px}pre>code{word-break:normal;white-space:pre}pre code{display:inline;padding:0;margin:0;overflow:visible;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.lead{font-size:1.414rem}abbr[title]{text-decoration:underline double}.burger__container{height:4rem;display:flex;align-items:center;padding:0 1.5rem;position:fixed;width:100%;background:#fff;z-index:2}@media screen and (min-width:800px){.burger__container{display:none}}.burger{position:relative;width:28px;height:28px;cursor:pointer}.burger__meat{position:absolute;width:28px;height:2px;background:#111;top:calc(50% - 2px/2);left:calc(50% - 28px/2);transition:all 150ms ease-in}.burger__meat--1{transform:translateY(-10px)}.burger__meat--2{width:calc(28px - 6px)}.burger__meat--3{transform:translateY(10px)}.nav--active .burger__meat--1{transform:rotate(45deg)}.nav--active .burger__meat--2{opacity:0}.nav--active .burger__meat--3{transform:rotate(-45deg)}.nav{font-size:16px;position:fixed;display:flex;justify-content:center;align-items:center;background:#fff;visibility:hidden;z-index:1}@media screen and (min-width:800px){.nav{display:block;visibility:visible;padding-top:3em;width:100px}}.nav--active .nav{visibility:visible;height:100%;width:100%}@media screen and (min-width:800px){.nav--active .nav{width:100px}}.nav__list{text-align:right;list-style:none;margin:0;padding:0;width:50%}@media screen and (min-width:800px){.nav__list{width:auto}}@media screen and (max-width:799px){.nav__list{transform:translateY(-25px);opacity:0}.nav--active .nav__list{transform:translateY(0);opacity:1;transition:all 500ms ease}}.nav__list li{margin-bottom:3em;line-height:1.5em}.nav__list li:last-of-type{margin-bottom:0}@media screen and (min-width:800px){.nav__list li{margin-bottom:1.75em}}.nav__list a{color:#9b9b9b;text-decoration:none;font-size:2em}.nav__list a.active{color:#111}.nav__list a:hover{color:#111}@media screen and (min-width:800px){.nav__list a{font-size:1em}}.projects-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.projects-header{margin-bottom:3rem;text-align:center}.projects-header h1{font-size:2.5rem;margin-bottom:1rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.projects-header h1 .tag-name{color:#fff;font-weight:600;opacity:.95}.projects-header .projects-intro{max-width:600px;margin:0 auto;color:rgba(255,255,255,.9);font-size:1.1rem;line-height:1.6}.projects-header .projects-intro a{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.5);transition:text-decoration-color .2s ease}.projects-header .projects-intro a:hover{text-decoration-color:rgba(255,255,255,.9)}.projects-header .tag-nav{margin-bottom:1.5rem;text-align:left}.projects-header .tag-nav .back-link{color:rgba(255,255,255,.8);text-decoration:none;font-size:.95rem;transition:color .2s ease}.projects-header .tag-nav .back-link:hover{color:#fff}.projects-header .projects-count{color:rgba(255,255,255,.85);font-size:1rem;margin-top:.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:2rem}@media(max-width:768px){.projects-grid{grid-template-columns:1fr;gap:1.5rem}}.project-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.project-link{display:block;text-decoration:none;color:inherit}.project-cover{width:100%;height:200px;overflow:hidden;background:#f5f5f5}.project-cover img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-card:hover .project-cover img{transform:scale(1.05)}.project-content{padding:1.5rem}.project-title{font-size:1.5rem;margin:0 0 .5rem;color:#333;font-weight:600}.project-description{color:#666;margin:0 0 1rem;line-height:1.6;font-size:.95rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tag{display:inline-block;padding:.25rem .75rem;background:#f0f0f0;border-radius:4px;font-size:.85rem;color:#555}.tag-link{text-decoration:none;color:#555;transition:all .2s ease;cursor:pointer}.tag-link:hover{background:#739f8a;color:#fff;transform:translateY(-1px)}.tag-link:active{transform:translateY(0)}.tags-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-top:2rem}@media(max-width:768px){.tags-list{grid-template-columns:1fr}}.tag-item{background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease}.tag-item:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.2)}.tag-link-large{display:block;padding:1.5rem;text-decoration:none;color:inherit}.tag-name{display:block;font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.5rem}.tag-count{display:block;font-size:.9rem;color:#666}.tag-item:hover .tag-name{color:#739f8a}.post-list__container{background:0 0;padding-left:0}@media screen and (min-width:800px){.post-list__container{padding-left:0}}.post-list{list-style:none;margin:0;padding:0}.post{margin-bottom:1.5rem;background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.post__header .post__date{color:rgba(107,154,126,.8);font-size:.9rem;display:block;margin-bottom:.5rem}.post__header .post__title{margin-top:0;font-weight:600}.post__header .post__title a{color:#333;text-decoration:none;transition:color .2s ease}.post__header .post__title a:hover{color:#739f8a}.tags__list{list-style:none;margin:0;padding:0}@media screen and (min-width:800px){.tags__list{padding-left:0}}.tag__item{margin-bottom:.75rem}.tag__link{text-decoration:none;color:rgba(255,255,255,.8);font-size:.9rem;transition:color .2s ease}.tag__link::before{content:"#";font-size:.7rem;padding-right:2px}.tag__link:hover{color:#fff}.tag__header{align-items:baseline;display:flex;margin:0 0 2rem}.tag__header a,.tag__header .separator{color:rgba(255,255,255,.8);font-size:1.2rem}.tag__header a{text-decoration:none;transition:color .2s ease}.tag__header a:hover{color:#fff}.tag__header .separator{align-self:center;margin:0 8px}.tag__header .tag__term{margin:0;font-weight:600;color:#fff;font-size:1.2rem}