:root{--white:#ffffff;--black:#1e293b;--grey:#64748b;--grey-lighter:#f1f5f9;--blue:#3b82f6;--font-family-mono:"IBM Plex Mono", "Courier New", monospace;--font-size-small:0.85em;--font-size-base:1em;--font-size-large:1.5em;--container-width:720px}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{text-decoration-skip-ink:auto}ol,ul{list-style:none}body{background:var(--white);color:var(--black);font-family:var(--font-family-mono);font-size:var(--font-size-base);line-height:1.3;letter-spacing:.01em}body::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:9999}a{color:var(--black);text-decoration:none;border-bottom:1px solid var(--blue);transition:color .15s ease}a:hover{color:var(--blue)}.container{width:100%;padding:20px;margin:0 auto;box-sizing:border-box;max-width:var(--container-width)}code{font-family:var(--font-family-mono);font-size:var(--font-size-small);background:var(--grey-lighter);padding:2px 4px}.author{display:flex;align-items:center;margin-bottom:15px;padding-top:20px;padding-bottom:15px;flex-direction:column}.author p{color:var(--grey);font-size:var(--font-size-small)}.author h1{font-weight:700;margin:0 0 10px;font-size:var(--font-size-large)}.author--is-small{margin-bottom:0;padding-bottom:0;flex-direction:row;border-bottom:none}.about{margin-top:25px;margin-bottom:10px;padding:0;font-size:var(--font-size-base);line-height:1.7;text-align:left}.about p{color:var(--black)}.about strong{font-weight:700}.articles{margin:0}.articles article{display:flex;margin-bottom:0;padding:4px 0;justify-items:center;border-bottom:1px solid var(--grey-lighter)}.articles article:last-child{border-bottom:none}.articles article h2{font-weight:700;font-size:var(--font-size-base);line-height:1.3}.articles article a{flex:1;display:flex;align-items:center;color:var(--black);justify-content:space-between;border-bottom:none;padding:4px 0;transition:background-color .15s ease}.articles article a:hover{background-color:var(--grey-lighter)}.articles article a:hover time{color:var(--grey)}.articles article time{color:var(--grey)}.article{line-height:1.3}.article header{margin-bottom:35px}.article header h1{margin-bottom:10px}.article header p{margin-bottom:0}.article-date{color:var(--grey);font-size:var(--font-size-small)}.article header img{margin-bottom:0}.article h1{font-weight:700;margin-bottom:0;font-size:var(--font-size-large)}.article h2{font-weight:700;font-size:var(--font-size-base);margin-bottom:15px;margin-top:30px}.article h3{font-weight:700;font-size:var(--font-size-base);margin-bottom:15px;margin-top:25px}.article p,.article hr,.article img,.article blockquote,.article pre{margin-bottom:15px}.article ul{list-style:circle;padding-left:50px;margin-bottom:10px}.article li{margin-bottom:10px}.article hr{height:1px;border:none;background:var(--grey-lighter)}.article img{height:auto;max-width:100%}.article strong{font-weight:600}.article blockquote{margin-left:-25px;padding-left:25px;font-style:italic;font-size:var(--font-size-base);border-left:5px solid var(--black)}.article li:not(:last-of-type) a:only-child{margin-bottom:-10px;display:block}.feed{margin:0;position:relative;padding-left:80px}.feed::before{content:"";position:absolute;left:70px;top:0;bottom:0;width:2px;background:var(--grey-lighter)}.feed-item{display:flex;align-items:flex-start;margin-bottom:0;padding:12px 0;position:relative}.feed-item::before{content:"";position:absolute;left:-14px;top:18px;width:10px;height:10px;border-radius:50%;background:var(--grey);border:2px solid var(--white);box-sizing:border-box}.feed-item--post::before{background:var(--blue)}.feed-item--talk::before{background:#10b981}.feed-item--project::before{background:#8b5cf6}.feed-item:last-child{padding-bottom:0}.feed-item__badge{position:absolute;left:-78px;top:14px;padding:2px 6px;font-size:.6em;font-weight:600;text-transform:uppercase;letter-spacing:.02em;border-radius:3px;width:58px;text-align:center;box-sizing:border-box}.feed-item--post .feed-item__badge{background-color:var(--blue);color:var(--white)}.feed-item--talk .feed-item__badge{background-color:#10b981;color:var(--white)}.feed-item--project .feed-item__badge{background-color:#8b5cf6;color:var(--white)}.feed-item__link{flex:1;display:flex;align-items:flex-start;color:var(--black);border-bottom:none;padding:4px 8px;margin:-4px -8px;transition:background-color .15s ease}.feed-item__link:hover{background-color:var(--grey-lighter)}.feed-item__content{flex:1}.feed-item__title{font-weight:700;font-size:var(--font-size-base);line-height:1.3;margin-bottom:4px}.feed-item__description{font-size:var(--font-size-small);color:var(--grey);line-height:1.4;margin-bottom:4px}.feed-item__date{font-size:var(--font-size-small);color:var(--blue)}.social{display:flex;flex-flow:row}.social a{margin-left:5px}.social a.resume{margin-left:10px;margin-top:2px;font-weight:600;font-size:var(--font-size-base)}.social img{width:20px;height:20px}.talks-year h2{font-weight:700;font-size:var(--font-size-base);margin-top:25px;margin-bottom:10px;color:var(--black)}.talks-list{margin:0}.talk-item{display:flex;justify-content:space-between;align-items:baseline;padding:4px 0;border-bottom:1px solid var(--grey-lighter);flex-wrap:wrap;gap:5px}.talk-item:last-child{border-bottom:none}.talk-info{flex:1}.talk-info>a{font-weight:700}.talk-event,.talk-date{color:var(--grey);font-size:var(--font-size-small)}.talk-links{display:flex;gap:10px}.talk-link{font-size:var(--font-size-small);color:var(--grey)}.footer{padding-top:40px;margin-top:40px;border-top:1px solid var(--grey-lighter);color:var(--grey);font-size:var(--font-size-small)}table{border-collapse:collapse;width:100%;margin-bottom:25px}th,td{border:1px solid var(--grey-lighter);padding:.6rem;text-align:left}th{font-weight:700;background:var(--grey-lighter)}.github-stats{background:var(--black);color:var(--white);border-radius:12px;padding:24px;margin-bottom:32px}.github-stats__header{margin-bottom:20px}.github-stats__repo{display:inline-flex;align-items:center;gap:8px;color:var(--white);border-bottom:none;font-weight:600;font-size:1.1em}.github-stats__repo:hover{color:var(--grey-lighter)}.github-stats__icon{width:20px;height:20px}.github-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}@media(max-width:500px){.github-stats__grid{grid-template-columns:repeat(2,1fr)}}.github-stats__item{text-align:center}.github-stats__stat-row{display:flex;align-items:center;justify-content:center;gap:6px}.github-stats__stat-icon{width:18px;height:18px;opacity:.6}.github-stats__stat-icon--star{color:#f1e05a;opacity:1}.github-stats__value{display:block;font-size:1.8em;font-weight:700;line-height:1.2}.github-stats__label{display:block;font-size:.75em;color:var(--grey);text-transform:uppercase;letter-spacing:.1em}.github-stats__meta{display:flex;gap:16px;font-size:.8em;color:var(--grey)}.github-stats__meta span::before{content:"•";margin-right:16px;color:var(--grey)}.github-stats__meta span:first-child::before{display:none}