@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&family=Cormorant+Garamond:wght@400;500;600;700&display=swap";:root{--font-mono:"JetBrains Mono", monospace;--bg-primary:#050505;--bg-secondary:#0a0a0a;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-tertiary:#64748b;--accent:#f8fafc;--accent-glow:#ffffff26;--border-light:#ffffff0d;--sidebar-width:240px;--transition-fast:.15s ease;--transition-med:.3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-mono);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:linear-gradient(to bottom right,#0a0a0c,#000);background-attachment:fixed;min-height:100vh;line-height:1.6;overflow-x:hidden}body:after{content:"";pointer-events:none;opacity:.03;z-index:9999;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");width:100vw;height:100vh;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.3s forwards fadeIn}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2}a{color:inherit;text-decoration:none}ul{list-style:none}.sidebar{height:100vh;width:var(--sidebar-width);border-right:1px solid var(--border-light);z-index:50;background:0 0;flex-direction:column;flex-shrink:0;padding:120px 40px;display:flex;position:sticky;top:0}.sidebar-header{text-align:left;margin-bottom:40px}.sidebar-header h2{color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:500}.cursor{background-color:var(--text-primary);vertical-align:middle;width:8px;height:1em;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.sidebar-nav{flex-direction:column;flex:1;justify-content:flex-start;gap:16px;display:flex}.nav-link{color:var(--text-tertiary);transition:all var(--transition-med);width:fit-content;font-size:.95rem;display:block;position:relative}.nav-link:before{content:"»";opacity:0;color:var(--text-primary);transition:opacity var(--transition-fast), transform var(--transition-fast);position:absolute;left:-16px;transform:translate(-4px)}.nav-link:hover{color:var(--text-primary);text-shadow:0 0 12px var(--accent-glow)}.nav-link.active{color:var(--text-primary)}@keyframes subtleJump{0%,to{transform:translate(0)}50%{transform:translate(4px)}}.nav-link.active:before{opacity:1;animation:1.5s ease-in-out infinite subtleJump}.sidebar-footer{text-align:left;color:var(--text-tertiary);margin-top:auto;font-size:.75rem}.social-links{align-items:center;gap:16px;margin-top:14px;display:flex}.social-links a{color:var(--text-tertiary);transition:all var(--transition-fast);align-items:center;display:flex}.social-links a:hover{color:var(--text-primary);transform:translateY(-2px)}.resume-link{align-items:center;margin-top:auto;display:flex!important}@media (width<=768px){.sidebar{border-right:none;border-bottom:1px solid var(--border-light);flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-height:auto;padding:24px 32px}.sidebar-header{margin-bottom:0}.sidebar-footer{display:none}.sidebar-nav{flex-direction:row;flex:0;gap:24px;width:100%}.resume-link{margin-top:0;margin-left:auto}.nav-link:before{display:none}}.layout{background:0 0;width:100%;max-width:1000px;min-height:100vh;margin:0 auto;display:flex;overflow:hidden}.main-content{flex-direction:column;flex:1;min-height:100vh;display:flex;overflow-y:auto}.page-container{width:100%;max-width:800px;margin:0;padding:150px 60px 120px}@media (width<=768px){.layout{flex-direction:column}.page-container{padding:80px 32px 60px}}.page-header{margin-bottom:40px}.page-header h1{color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:400}.page-header .subtitle{color:var(--text-secondary);font-size:1rem;font-weight:300}.content-section{margin-bottom:48px}.content-section p{color:var(--text-secondary);max-width:60ch;margin-bottom:24px;font-size:.95rem;line-height:1.8}.description-list ul{flex-direction:column;gap:1.2rem;margin:0;padding:0;list-style:none;display:flex}.description-list ul li{color:var(--text-secondary);max-width:60ch;margin:0;padding-left:1rem;font-size:.95rem;line-height:1.8;position:relative}.description-list ul li:before{content:"";background-color:#d9001b;border-radius:50%;width:6px;height:6px;position:absolute;top:.55em;left:0}.description-list ul li img{color:var(--text-primary)}.feature-grid,.project-grid,.tinker-grid,.article-list{flex-direction:column;gap:24px;display:flex}.card,.project-card,.post-card,.tinker-item{border-bottom:1px solid var(--border-light);transition:all var(--transition-med);padding:16px 0}.card:last-child,.project-card:last-child{border-bottom:none}.card:hover,.project-card:hover,.post-card:hover,.tinker-item:hover{transform:translate(4px)}.card h3,.project-card h3,.post-card h3,.tinker-item h4{color:var(--text-primary);margin-bottom:4px;font-size:1rem;font-weight:400}.card p,.project-card p,.post-card p{color:var(--text-secondary);margin:0;font-size:.9rem}.post-date{color:var(--text-tertiary);opacity:.7;letter-spacing:.03em;margin-bottom:4px;font-size:.9rem;font-weight:400;display:block}.prose{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.prose h1,.prose h2,.prose h3{color:var(--text-primary);letter-spacing:-.02em;margin-top:2rem;margin-bottom:1rem;font-weight:500}.prose h1{margin-top:1rem;margin-bottom:1.5rem;font-size:2.2rem}.prose p{margin-bottom:1.5rem}.prose a{color:var(--text-primary);text-decoration:underline;-webkit-text-decoration-color:var(--border-light);text-decoration-color:var(--border-light);text-underline-offset:4px;transition:text-decoration-color .2s}.prose a:hover{-webkit-text-decoration-color:var(--text-primary);text-decoration-color:var(--text-primary)}.prose code{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-light);border-radius:4px;padding:.2em .4em;font-family:monospace;font-size:.9em}.prose pre{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:8px;margin-bottom:1.5rem;padding:1.2rem;overflow-x:auto}.prose pre code{color:var(--text-secondary);background:0 0;border:none;padding:0}.prose ul,.prose ol{margin-bottom:1.5rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem}.gfs-header{flex-wrap:wrap;gap:10px;margin-bottom:2rem;display:flex}.gfs-tag{color:#a0a0a0;letter-spacing:.03em;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;align-items:center;padding:6px 16px;font-size:.85rem;font-weight:400;transition:all .2s;display:inline-flex}.gfs-tag:hover{color:#d0d0d0;background:#ffffff1a;border-color:#ffffff26}.prose h1{letter-spacing:-.02em;color:#fff;text-shadow:0 2px 20px #ffffff0d;margin-bottom:.5rem;font-family:Cormorant Garamond,Georgia,Times New Roman,serif;font-size:3.2rem;font-weight:600;line-height:1.15}.prose>p:first-of-type{color:#b0b0b0;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.8}.prose h2{color:#e8e8e8;border-bottom:1px solid #ffffff0f;margin-top:3rem;margin-bottom:1.25rem;padding-bottom:.5rem;font-family:Cormorant Garamond,Georgia,serif;font-size:1.8rem;font-weight:600}.prose h3{color:silver;margin-top:2rem;margin-bottom:.75rem;font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:500}.prose p{color:#c8c8c8;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.85}.prose strong{color:#e0e0e0;font-weight:600}.prose em{color:#a8a8a8;font-style:italic}.prose hr{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);border:none;height:1px;margin:3rem 0}.prose blockquote{color:#909090;border-left:3px solid #fff3;margin:2rem 0;padding-left:1.5rem;font-style:italic}.prose ol{counter-reset:list-counter;list-style-type:none}.prose ol li{counter-increment:list-counter;margin-bottom:1rem;padding-left:2rem;position:relative}.prose ol li:before{content:counter(list-counter);color:#ffffff4d;font-weight:500;position:absolute;left:0}.prose ul{list-style-type:none}.prose ul li{padding-left:1.5rem;position:relative}.prose ul li:before{content:"→";color:#ffffff40;position:absolute;left:0}.gfs-diagram-container{margin:2.5rem 0}@media (width<=768px){.prose h1{font-size:2.2rem}.prose h2{font-size:1.5rem}.prose p{font-size:1rem}.gfs-tag{padding:5px 12px;font-size:.8rem}}.heatmap-container,.heatmap-container *{scrollbar-width:none;-ms-overflow-style:none}.heatmap-container::-webkit-scrollbar{display:none}.heatmap-container ::-webkit-scrollbar{display:none}
