@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400&display=swap";@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&family=Inter:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,400&display=swap";@media (prefers-color-scheme:dark){:root{--bg-color:#09090b;--text-color:#fafafa;--text-muted:#a1a1aa;--border-color:#fafafa1a;--accent-color:#0f6}}::selection{background-color:var(--accent-color);color:var(--bg-color)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--border-color)}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo{color:var(--text-color);font-weight:700;text-decoration:none;transition:color .2s}.logo:hover{color:var(--accent-color)}nav a{color:var(--text-muted);text-decoration:none;transition:color .2s}nav a:hover,nav a.active{color:var(--text-color);font-weight:700}.section-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--text-muted);align-items:center;gap:1rem;margin-bottom:3rem;font-size:.75rem;display:flex}.section-title:after{content:"";background-color:var(--border-color);flex-grow:1;height:1px}.project-list{flex-direction:column;gap:2rem;margin-bottom:9rem;display:flex}.project-item{color:var(--text-color);border-bottom:1px solid var(--border-color);flex-direction:column;padding:1.5rem 0;text-decoration:none;transition:border-color .2s;display:flex}.project-item:hover{border-color:var(--accent-color)}.project-header-row{justify-content:space-between;align-items:baseline;margin-bottom:.75rem;display:flex}.project-name{font-family:var(--font-display);letter-spacing:-.02em;font-size:1.6rem;font-weight:800;transition:color .2s}.project-name:before{content:"// ";font-family:var(--font-mono);color:var(--accent-color);opacity:0;margin-right:-12px;font-size:1rem;font-weight:400;transition:all .25s}.project-item:hover .project-name:before{opacity:1;margin-right:8px}.project-tag{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;transition:color .2s}.project-tags{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.project-tags span{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border:1px solid var(--border-color);background-color:#09090b08;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;transition:all .2s}@media (prefers-color-scheme:dark){.project-tags span{background-color:#fafafa08}}.project-link-badge{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--border-color);border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;transition:all .2s}.project-desc-text{color:var(--text-muted);max-width:650px;font-size:1rem;line-height:1.6}.project-item:hover .project-name{color:var(--accent-color)}.project-item:hover .project-tag{color:var(--text-color)}.project-item:hover .project-tags span{color:var(--text-color);border-color:var(--text-muted)}.project-item:hover .project-link-badge{color:var(--accent-color);border-color:var(--accent-color);background-color:#0033ff0d}@media (prefers-color-scheme:dark){.project-item:hover .project-link-badge{background-color:#00ff660d}}.writing-list{flex-direction:column;gap:1.5rem;margin-bottom:9rem;display:flex}.writing-item{color:var(--text-color);border-bottom:1px dashed var(--border-color);justify-content:space-between;align-items:baseline;padding:1rem 0;text-decoration:none;transition:all .2s;display:flex}.writing-item:hover{border-bottom-style:solid;border-bottom-color:var(--accent-color)}.writing-title-text{font-family:var(--font-display);letter-spacing:-.01em;font-size:1.2rem;font-weight:600;transition:color .2s}.writing-item:hover .writing-title-text{color:var(--accent-color);font-style:italic}.writing-meta-text{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.back-link{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:3.5rem;font-size:.75rem;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--accent-color)}.post-header{margin-bottom:4rem}.post-meta{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.75rem}.post-title{letter-spacing:-.02em;font-size:clamp(2rem,5.5vw,3.6rem);font-weight:700;line-height:1.15}.post-body{color:var(--text-color);font-size:clamp(1.1rem,2.5vw,1.25rem);line-height:1.75}.post-body p{margin-bottom:2rem}.post-body h2{letter-spacing:-.01em;margin:4rem 0 1.2rem;font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700}.post-body blockquote{border-left:2px solid var(--accent-color);color:var(--text-muted);margin:3rem 0;padding:.5rem 0 .5rem 1.8rem;font-size:1.35rem;font-style:italic}.post-body ul,.post-body ol{margin-bottom:2rem;padding-left:2rem}.post-body li{margin-bottom:.6rem}.post-body pre{font-family:var(--font-mono);border:1px solid var(--border-color);background-color:#11111105;border-radius:4px;margin:3rem 0;padding:1.5rem;font-size:.9rem;overflow-x:auto}@media (prefers-color-scheme:dark){.post-body pre{background-color:#ffffff05}}.post-body code{font-family:var(--font-mono);background-color:#1111110a;border-radius:3px;padding:.2rem .4rem;font-size:.85em}@media (prefers-color-scheme:dark){.post-body code{background-color:#ffffff14}}footer{border-top:1px solid var(--border-color);flex-direction:column;gap:2rem;margin-top:6rem;padding:4rem 0 2rem;display:flex}@media (width>=640px){footer{flex-direction:row;justify-content:space-between;align-items:center}}.footer-left{font-family:var(--font-mono);color:var(--text-muted);font-size:.75rem}.footer-right{gap:1.5rem;display:flex}.footer-right a{font-family:var(--font-mono);color:var(--text-color);font-size:.75rem;text-decoration:none;transition:color .2s}.footer-right a:hover{color:var(--accent-color)}:root{--bg-color:#fafafa;--text-color:#09090b;--text-muted:#71717a;--border-color:#09090b1a;--accent-color:#03f;--font-display:"Plus Jakarta Sans", sans-serif;--font-mono:"IBM Plex Mono", monospace;--font-body:"Inter", sans-serif}@media (prefers-color-scheme:dark){:root{--bg-color:#09090b;--text-color:#fafafa;--text-muted:#a1a1aa;--border-color:#fafafa1a;--accent-color:#0f6}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);font-family:var(--font-body);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}.container{max-width:800px;margin:0 auto;padding:6rem 1.5rem}.reveal{animation:.8s cubic-bezier(.16,1,.3,1) both fadeInUp}.reveal-delay-1{animation-delay:.1s}.reveal-delay-2{animation-delay:.2s}.reveal-delay-3{animation-delay:.3s}.reveal-delay-4{animation-delay:.4s}header{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;margin-bottom:8rem;font-size:.8rem;display:flex}.logo{color:var(--text-color);font-weight:700;text-decoration:none}nav{gap:2rem;display:flex}nav a{color:var(--text-muted);text-decoration:none}nav a.active{color:var(--text-color);font-weight:700}nav a.active:before{content:"* ";color:var(--accent-color)}.bio-section{margin-bottom:9rem}.bio-title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.15em;color:var(--accent-color);margin-bottom:2rem;font-size:.75rem;font-weight:700;display:block}.bio-lead{color:var(--text-muted);letter-spacing:-.01em;font-size:clamp(1.2rem,2.8vw,1.6rem);font-weight:400;line-height:1.55}.bio-lead em{color:var(--text-color);font-style:italic;font-weight:700}.bio-sub{color:var(--text-muted);margin-top:3.5rem;font-size:clamp(1.15rem,3vw,1.6rem);font-style:italic;font-weight:400;line-height:1.5}
