html{box-sizing:border-box;scroll-behavior:smooth}body,html{overflow-x:hidden}body{background-color:#1a1f29;background-color:var(--background)}body::-webkit-scrollbar{width:6px}body{scrollbar-color:rgba(226,232,240,.8) #1a1f29;scrollbar-color:var(--color-80) var(--background);scrollbar-width:thin}body::-webkit-scrollbar-track{background:#1a1f29;background:var(--background)}body::-webkit-scrollbar-thumb{background-color:rgba(226,232,240,.8);background-color:var(--color-80)}*,:after,:before{border:0 solid;box-sizing:inherit;margin:0;padding:0}audio,canvas,embed,iframe,img,object,video{display:block}img,video{height:auto}img,video{max-width:100%}img{display:block}hr{background:#374151;background:var(--border);border:none;height:1px;margin-top:2rem;width:100%}a{color:inherit;text-decoration:inherit;-webkit-text-decoration:underline;text-decoration:underline;transition:all .2s linear}a:hover{color:#fbbf24;color:var(--accent)}ol{list-style-position:inside}ol ol{list-style-type:lower-alpha}ul{list-style-position:inside;list-style-type:square}b,strong{font-weight:500}table{background:#252b37;background:var(--surface);border:1px solid #374151;border:1px solid var(--border);border-collapse:collapse;caption-side:bottom;min-width:100%;overflow-x:auto}table,table caption{margin-top:1rem}td,th{border:1px solid #374151;border:1px solid var(--border);padding:.5rem;text-align:left}th{font-weight:500}td:only-child{text-align:center}*+h1,*+h2{margin-top:5rem}*+h3,*+h4,*+h5{margin-top:3rem}*+p{margin-top:2rem}h2+p,h3+p,h4+p{margin-top:1rem}audio,iframe,img,video{margin-top:1rem;max-width:100%;width:100%}blockquote{border-left:3px solid #fbbf24;border-left:3px solid var(--primary);margin-bottom:1rem;margin-top:1rem;padding-left:1rem}mark{background:#fbbf24;background:var(--primary);border-radius:3px;color:#1a1f29;color:var(--background);font-size:.95rem;margin:0 2px;padding:1px 6px}.visually-hidden{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}:root{--accent:#fbbf24;--primary:#fbbf24;--primary-rgb:251,191,36;--primary-light:#fde047;--secondary:#64748b;--background:#1a1f29;--surface:#252b37;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--border:#374151;--color:#e2e8f0;--color-80:rgba(226,232,240,.8);--color-30:rgba(226,232,240,.3);--color-10:rgba(226,232,240,.1);--shadow-sm:0 1px 2px 0 rgba(0,0,0,.5);--shadow-md:0 4px 6px -1px rgba(0,0,0,.7);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.8);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.9);--success:#10b981;--warning:#fbbf24;--error:#ef4444;--info:#0ea5e9;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--radius-sm:0.25rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem}@supports (color:rgb(0 0 0/0)){:root{--shadow-sm:0 1px 2px 0 rgba(0,0,0,.5);--shadow-md:0 4px 6px -1px rgba(0,0,0,.7);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.8);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.9)}}.hero.grid-background{overflow:hidden;position:relative}.hero.grid-background:before{background-image:linear-gradient(rgba(251,191,36,.1) 1px,transparent 0),linear-gradient(90deg,rgba(251,191,36,.1) 1px,transparent 0);background-size:20px 20px}.hero.grid-background:after,.hero.grid-background:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.hero.grid-background:after{background:radial-gradient(ellipse at center,transparent 60%,rgba(26,31,41,.3) 80%,rgba(26,31,41,.7) 95%),linear-gradient(180deg,rgba(26,31,41,.2) 0,transparent 10%,transparent 90%,rgba(26,31,41,.4))}.hero.grid-background>*{position:relative;z-index:1}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.875rem 2rem;-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.btn-primary{background:#fbbf24;background:var(--primary);box-shadow:0 4px 6px -1px rgba(0,0,0,.7);box-shadow:var(--shadow-md)}.btn-primary,.btn-primary:hover{color:#1a1f29;color:var(--background)}.btn-primary:hover{background:#fde047;background:var(--primary-light);box-shadow:0 10px 15px -3px rgba(0,0,0,.8);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#252b37;background:var(--surface);border:2px solid #374151;border:2px solid var(--border);color:#e2e8f0;color:var(--text-primary)}.btn-secondary:hover{background:#1a1f29;background:var(--background);border-color:#fbbf24;border-color:var(--primary);color:#fbbf24;color:var(--primary);transform:translateY(-1px)}body{font-family:Inter,IBM Plex Sans,sans-serif}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:1rem;margin-top:2rem}.post-card{background:#252b37;background:var(--surface);border:1px solid #374151;border:1px solid var(--border);border-radius:12px;color:inherit;display:block;padding:2rem;transition:all .3s ease}.post-card,.post-card:hover{-webkit-text-decoration:none;text-decoration:none}.post-card:hover{border-color:#fbbf24;border-color:var(--primary);box-shadow:0 20px 25px -5px rgba(0,0,0,.9);box-shadow:var(--shadow-xl);transform:translateY(-4px)}.post-tag{background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.2);border-radius:1rem;color:#fbbf24;color:var(--primary);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;padding:.25rem .75rem;text-transform:uppercase}.post-card h3{color:#e2e8f0;color:var(--text-primary);font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.post-excerpt{line-height:1.6;margin-bottom:1rem}.post-excerpt,.post-meta{color:#94a3b8;color:var(--text-secondary)}.post-meta{align-items:center;display:flex;font-size:.875rem;justify-content:space-between}.read-more{color:#fbbf24;color:var(--primary);font-weight:500;-webkit-text-decoration:none;text-decoration:none}.read-more:hover{color:#fde047;color:var(--primary-light)}.section-header{margin-bottom:1rem;text-align:center}.section-title{color:#e2e8f0;color:var(--text-primary);font-size:2.5rem;font-weight:600;margin-bottom:1rem}.section-subtitle{color:#94a3b8;color:var(--text-secondary);font-size:1.125rem;margin:0 auto;max-width:600px}@media (max-width:768px){.posts-grid{grid-template-columns:1fr}.section-title{font-size:2rem}.btn{font-size:.9rem;padding:.75rem 1.5rem}}code[class*=language-],pre[class*=language-]{background:none;color:#f8f8f2;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;text-align:left;text-shadow:0 1px rgba(0,0,0,.3);white-space:pre;word-break:normal;word-spacing:normal;word-wrap:normal;hyphens:none;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}pre[class*=language-]{border-radius:.3em;margin:.5em 0;overflow:auto;padding:1em}:not(pre)>code[class*=language-],pre[class*=language-]{background:#282a36}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#6272a4}.token.punctuation{color:#f8f8f2}.namespace{opacity:.7}.token.constant,.token.deleted,.token.property,.token.symbol,.token.tag{color:#ff79c6}.token.boolean,.token.number{color:#bd93f9}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#50fa7b}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f8f8f2}.token.atrule,.token.attr-value,.token.class-name,.token.function{color:#f1fa8c}.token.keyword{color:#8be9fd}.token.important,.token.regex{color:#ffb86c}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}:root{--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--text-6xl:5rem}body{font-size:1.125rem;font-size:var(--text-lg);line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga","tnum","case","calt","zero","ss01","locl","calt";font-variant-ligatures:contextual;-webkit-overflow-scrolling:touch;-webkit-text-size-adjust:100%;font-weight:400}body,h1,h2,h3,h4,h5,h6{color:#e2e8f0;color:var(--text-primary);font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;margin-bottom:1.5rem;margin-bottom:var(--space-lg);margin-top:0}h1{font-size:2.25rem;font-size:var(--text-4xl)}h2{font-size:1.875rem;font-size:var(--text-3xl)}h3{font-size:1.5rem;font-size:var(--text-2xl)}h4{font-size:1.25rem;font-size:var(--text-xl)}h5,p{font-size:1.125rem;font-size:var(--text-lg)}p{margin-bottom:1.5rem;margin-bottom:var(--space-lg)}b,p,strong{color:#e2e8f0;color:var(--text-primary)}b,strong{font-weight:600}blockquote,em,i{font-style:italic}blockquote{background-color:#252b37;background-color:var(--surface);border-left:4px solid #fbbf24;border-left:4px solid var(--primary);border-radius:.375rem;border-radius:var(--radius-md);color:#94a3b8;color:var(--text-secondary);margin:2rem 0;margin:var(--space-xl) 0;padding:1.5rem;padding:var(--space-lg)}a{color:#fbbf24;color:var(--primary);-webkit-text-decoration:none;text-decoration:none;transition:color .2s ease}a:hover{color:#fde047;color:var(--primary-light)}ol,ul{margin-bottom:1.5rem;margin-bottom:var(--space-lg);padding-left:2rem;padding-left:var(--space-xl)}li{color:#e2e8f0;color:var(--text-primary);margin-bottom:.5rem;margin-bottom:var(--space-sm)}.tags>*{margin-right:1rem;margin-top:.5rem}.tags{font-size:.875rem;font-size:var(--text-sm);margin-bottom:1rem;margin-top:1rem}.tags a{color:#757575;-webkit-text-decoration:none;text-decoration:none}.post-list__wrapper{margin-top:6rem}.post-list__heading{font-size:1.875rem;font-size:var(--text-3xl);margin-bottom:1rem}.post-list{list-style:none}.post-list__item{border-top:1px solid #e6e6e6;display:flex;flex-direction:column;padding-bottom:3rem;padding-top:3rem}.post-list__item:last-child{border-bottom:1px solid #e6e6e6}.post-list__title{font-size:1.5rem;font-size:var(--text-2xl);margin-top:.5rem}.post-list__title a{color:#292929;font-weight:400;-webkit-text-decoration:none;text-decoration:none}.post-list__title a:hover{-webkit-text-decoration:underline;text-decoration:underline}.post-list__meta{color:#757575;font-size:.875rem;font-size:var(--text-sm);margin-top:1rem}.post-list__meta>*+*{margin-left:1rem}.post-list__tags{font-size:.875rem;font-size:var(--text-sm);margin-top:.5rem}.post-list__tags,.post-list__tags a{-webkit-text-decoration:none;text-decoration:none}.post-list__tags a{color:#757575}.post-list__tags a:hover{color:#fbbf24;color:var(--accent)}.post-list__tags>*+*{margin-left:1rem}.post-list__excerpt{color:rgba(0,0,0,.8);margin-top:1rem}.post-list__read-more{font-size:1rem;margin-top:1rem;text-transform:capitalize;width:-moz-fit-content;width:fit-content}.all-posts-link,.post-list__read-more,.post-list__read-more:hover{-webkit-text-decoration:underline;text-decoration:underline}.all-posts-link{color:currentColor;display:inline-block;font-size:1.125rem;font-size:var(--text-lg);margin-left:auto;margin-right:auto;width:-moz-fit-content;width:fit-content}.blog-list-section{background:#1a1f29;background:var(--background);padding:3rem 1rem}.blog-list-container{margin:0 auto;max-width:900px}.blog-list{display:flex;flex-direction:column;gap:0}.blog-list-item{border-bottom:1px solid #374151;border-bottom:1px solid var(--border);transition:all .2s ease}.blog-list-item:last-child{border-bottom:none}.blog-list-link{display:grid;grid-template-columns:120px 1fr auto 24px;grid-gap:1.5rem;align-items:center;color:inherit;gap:1.5rem;padding:.875rem 0;-webkit-text-decoration:none;text-decoration:none;transition:all .2s ease}.blog-list-link:hover{background:rgba(251,191,36,.05);border-radius:.375rem;border-radius:var(--radius-md);margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.blog-list-date{color:#94a3b8;color:var(--text-secondary);font-feature-settings:"tnum";font-size:.875rem;font-size:var(--text-sm);font-variant-numeric:tabular-nums;font-weight:500;white-space:nowrap}.blog-list-content{flex:1;min-width:0}.blog-list-title{color:#e2e8f0;color:var(--text-primary);font-size:1.125rem;font-size:var(--text-lg);font-weight:600;-webkit-line-clamp:2;line-height:1.3;margin:0 0 .25rem;transition:color .2s ease}.blog-list-excerpt,.blog-list-title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.blog-list-excerpt{color:#94a3b8;color:var(--text-secondary);font-size:.875rem;font-size:var(--text-sm);-webkit-line-clamp:1;line-height:1.5;margin:0}.blog-list-meta{align-items:center;display:flex}.blog-list-tag{background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.2);border-radius:.375rem;border-radius:var(--radius-md);color:#fbbf24;color:var(--primary);font-size:.75rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.05em;padding:.25rem .625rem;text-transform:uppercase;white-space:nowrap}.blog-list-arrow{align-items:center;color:#94a3b8;color:var(--text-secondary);display:flex;opacity:.5;transition:all .2s ease}.blog-list-link:hover .blog-list-title{color:#fbbf24;color:var(--primary)}.blog-list-link:hover .blog-list-arrow{color:#fbbf24;color:var(--primary);opacity:1;transform:translateX(3px)}@media (max-width:768px){.blog-list-section{padding:2rem 1rem}.blog-list-container{padding:0}.blog-list{gap:0}.blog-list-item{border-bottom:1px solid #374151;border-bottom:1px solid var(--border)}.blog-list-link{align-items:flex-start;gap:1.25rem;grid-template-columns:100px 1fr 16px;padding:1rem 0}.blog-list-date{color:#94a3b8;color:var(--text-secondary);font-feature-settings:"tnum";font-size:.875rem;font-size:var(--text-sm);font-variant-numeric:tabular-nums;font-weight:600;line-height:1.2;opacity:.8;padding-top:.315rem}.blog-list-content{grid-column:2;padding-top:0}.blog-list-title{color:#e2e8f0;color:var(--text-primary);font-size:1.125rem;font-size:var(--text-lg);font-weight:600;-webkit-line-clamp:2;line-height:1.3;margin-bottom:0}.blog-list-excerpt,.blog-list-meta{display:none}.blog-list-arrow{grid-column:3;opacity:.4;padding-top:.25rem}.blog-list-link:hover{background:rgba(251,191,36,.08);border-radius:.375rem;border-radius:var(--radius-md);margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.blog-list-link:hover .blog-list-arrow{opacity:.8;transform:translateX(2px)}}@media (max-width:480px){.blog-list-section{padding:1.5rem .75rem}.blog-list-link{gap:1rem;grid-template-columns:85px 1fr 14px;padding:.875rem 0}.blog-list-date{font-size:.75rem;font-size:var(--text-xs);font-weight:600;opacity:.75}.blog-list-title{font-size:1rem;font-size:var(--text-base);font-weight:600;line-height:1.4}.blog-list-arrow{height:14px;opacity:.3;width:14px}.blog-list-link:hover{margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem;padding-right:.75rem}}.hero{align-items:center;display:flex;min-height:60vh;padding:3rem 0 2rem;position:relative}.hero-content{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:4rem;align-items:center;gap:4rem;margin:0 auto;max-width:1200px;padding:0 2rem;width:100%}@media (min-width:901px){.hero-content{grid-template-columns:1fr 1fr!important;text-align:left!important}}.hero-text h1{background:linear-gradient(135deg,#fbbf24,#fde047);background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);-webkit-background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1rem;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:2rem}.hero-description,.hero-subtitle{color:#94a3b8;color:var(--text-secondary)}.hero-description{font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem}.hero-description p{margin-top:0}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1rem}.hero-social-links{display:flex;flex-wrap:wrap;font-size:.875rem;font-weight:500;gap:2rem;list-style-type:none;margin-top:2rem;text-transform:uppercase}.hero-social-links a{color:#94a3b8;color:var(--text-secondary);-webkit-text-decoration:none;text-decoration:none;transition:all .3s ease}.hero-social-links a:hover{color:#fbbf24;color:var(--primary)}.hero-visual{align-items:center;display:flex;justify-content:center}.code-window{animation:float 6s ease-in-out infinite;background:#252b37;background:var(--surface);border:1px solid #374151;border:1px solid var(--border);border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.9);box-shadow:var(--shadow-xl);max-width:500px;overflow:hidden;padding:1.5rem;width:100%}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(.5deg)}66%{transform:translateY(-5px) rotate(-.5deg)}}.window-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.window-dot{border-radius:50%;height:12px;width:12px}.dot-red{background:#ff5f57}.dot-yellow{background:#ffbd2e}.dot-green{background:#28ca42}.code-display{font-family:Monaco,Consolas,SF Mono,monospace;font-size:.875rem;line-height:1.6;text-align:left}.code-line{display:flex;margin-bottom:.5rem;min-height:1.3em}.line-number{color:#6b7280;font-size:.8rem;margin-right:2rem;min-width:1.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.code-content{color:#f8f8f2;flex:1}.rust-keyword{color:#ff7b72}.rust-type{color:#79c0ff}.rust-string{color:#a5d6ff}.rust-comment{color:#8b949e;font-style:italic}.recent-posts{background:#1a1f29;background:var(--background);border-top:1px solid #374151;border-top:1px solid var(--border);padding:3rem}.recent-posts .section-header{margin-bottom:1rem}.all-posts-link{align-items:center;align-self:center;background:#fbbf24;background:var(--primary);border-radius:.5rem;display:inline-flex;font-weight:500;gap:.5rem;justify-self:center;padding:1rem 2rem;transition:all .3s ease}.all-posts-link,.all-posts-link:hover{color:#1a1f29;color:var(--background);-webkit-text-decoration:none;text-decoration:none}.all-posts-link:hover{background:#fde047;background:var(--primary-light);transform:translateY(-2px)}@media (max-width:900px){.hero{min-height:auto;padding:1.5rem 0 1rem}.hero-content{gap:2rem;grid-template-columns:1fr!important;padding:0 1rem;text-align:center}.hero-text h1{font-size:3.8rem;margin-bottom:-1.25rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem;margin-bottom:2rem}.code-window{margin:0 auto;max-width:100%}.cta-buttons{gap:.75rem;margin-top:20px}.cta-buttons,.hero-social-links{justify-content:center}.recent-posts{padding:1.5rem}.recent-posts .container{padding:1rem}}@media (max-width:640px){.hero-text h1{font-size:3.8rem;margin-bottom:-1.25rem}.hero-subtitle{font-size:1.125rem}.hero-description{font-size:.95rem;line-height:1.6}.code-window{border-radius:8px;padding:1rem}.code-display{font-size:.8rem}}@media (max-width:480px){.hero{padding:1rem 0 .5rem}.hero-content{gap:1.5rem;padding:0 .75rem}.hero-text h1{font-size:3.8rem;margin-bottom:-1.25rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-description{font-size:.9rem;margin-bottom:1.5rem}.cta-buttons{align-items:center;flex-direction:column;gap:.75rem}.btn{justify-content:center;max-width:280px;padding:.75rem 1.5rem;width:100%}.recent-posts{padding:1rem 0}}.compact-blog{max-width:900px;padding:1rem 2rem 4rem}.compact-post-list{display:flex;flex-direction:column}.compact-post-item{display:grid;grid-template-columns:100px 1fr auto 30px;grid-gap:1.5rem;align-items:center;border-bottom:1px solid #374151;border-bottom:1px solid var(--border);color:inherit;gap:1.5rem;padding:.75rem 0;-webkit-text-decoration:none;text-decoration:none;transition:all .2s ease}.compact-post-item:hover{background:#252b37;background:var(--surface);border-radius:6px;margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.compact-post-item:hover .compact-post-title{color:#fbbf24;color:var(--primary)}.compact-post-item:hover .compact-post-arrow{color:#fbbf24;color:var(--primary);transform:translateX(2px)}.compact-post-date{color:#94a3b8;color:var(--text-secondary);font-feature-settings:"tnum";font-size:.875rem;font-variant-numeric:tabular-nums;font-weight:500;white-space:nowrap}.compact-post-title{color:#e2e8f0;color:var(--text-primary);font-size:1.125rem;font-weight:500;line-height:1.4;margin:0;transition:color .2s ease}.compact-post-meta{display:flex;gap:.5rem}.compact-post-tag{font-size:.75rem}.compact-post-tag,.year-tag{background:rgba(0,116,217,.1);border-radius:.25rem;color:#fbbf24;color:var(--primary);font-weight:500;padding:.2rem .5rem}.year-tag{font-size:1rem}.compact-post-arrow{align-items:center;color:#94a3b8;color:var(--text-secondary);display:flex;opacity:.7;transition:all .2s ease}.compact-post-item:first-child{padding-top:.5rem}.compact-post-item:last-child{border-bottom:none;padding-bottom:.5rem}@media (max-width:768px){.compact-blog{padding:.5rem 1rem 2rem}.compact-post-item{gap:1rem;grid-template-columns:80px 1fr 20px;padding:1rem 0}.compact-post-meta{display:none}.compact-post-title{font-size:1.1rem;line-height:1.3}.compact-post-date{font-size:.8rem}.compact-post-item:hover{margin-left:-.5rem;margin-right:-.5rem;padding-left:.5rem;padding-right:.5rem}}@media (max-width:480px){.compact-post-item{gap:.5rem;grid-template-columns:1fr 20px}.compact-post-date{font-size:.75rem;grid-column:1;margin-bottom:.25rem}.compact-post-title{font-size:.95rem;grid-column:1}.compact-post-arrow{grid-column:2;grid-row:1/3}}.header{background-color:#1a1f29;background-color:var(--background);box-shadow:0 1px 2px 0 rgba(0,0,0,.5);box-shadow:var(--shadow-sm);margin-bottom:1rem;max-width:none;position:sticky;text-transform:capitalize;text-transform:uppercase;top:0;width:100%;z-index:100}.header__content{align-items:center;backdrop-filter:blur(10px);background-color:rgba(26,31,41,.95);display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;margin-top:1rem;max-width:48.75rem;padding:1rem}.site-title{font-size:1.25rem;font-size:var(--text-xl);margin-bottom:1rem;margin-top:1rem}.site-title a{color:#e2e8f0;color:var(--text-primary);font-weight:600;-webkit-text-decoration:none;text-decoration:none;transition:color .3s ease}.site-title a:hover{color:#fbbf24;color:var(--primary)}.nav__list{align-items:center;display:flex;gap:.5rem;justify-content:flex-end;list-style:none;margin:0;padding:0}.nav__list,.nav__list a{font-size:.875rem;font-size:var(--text-sm)}.nav__list a{border-radius:.375rem;border-radius:var(--radius-md);color:#94a3b8;color:var(--text-secondary);font-weight:500;padding:.5rem .75rem;-webkit-text-decoration:none;text-decoration:none;transition:all .2s ease;white-space:nowrap}.nav__list a:hover{background-color:#252b37;background-color:var(--surface);color:#fbbf24;color:var(--primary)}.nav__list a[aria-current=page]{background-color:#fbbf24;background-color:var(--primary);color:#1a1f29;color:var(--background);font-weight:600}.nav__list li{margin:0}@media (max-width:768px){.desktop-nav{display:none!important}.mobile-menu-btn{display:flex!important}.header{margin-bottom:2rem}.header__content{margin-top:.5rem;padding:.75rem 1rem;position:relative;z-index:50}.site-title{font-size:1.125rem;font-size:var(--text-lg);position:relative;z-index:50}}@media (max-width:900px) and (min-width:769px){.nav__list{gap:.25rem}.nav__list,.nav__list a{font-size:.75rem;font-size:var(--text-xs)}.nav__list a{padding:.4rem .6rem}}@media (min-width:769px){.mobile-menu-btn,.mobile-nav{display:none!important}.desktop-nav{display:block!important}}.mobile-menu-btn{background:transparent;border:none;border-radius:4px;cursor:pointer;display:none;flex-direction:column;height:28px;justify-content:space-around;padding:4px;transition:all .3s ease;width:28px;z-index:900}.mobile-menu-btn.active{opacity:0;pointer-events:none}.mobile-menu-btn:focus{outline:2px solid #fbbf24;outline:2px solid var(--primary);outline-offset:2px}.mobile-menu-btn:hover{opacity:.7}.hamburger-line{background-color:#e2e8f0;background-color:var(--text-primary);border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.mobile-nav{background-color:#1a1f29;background-color:var(--background);border:none!important;bottom:0!important;box-shadow:none!important;display:flex;flex-direction:column;height:100vh!important;left:0!important;margin:0!important;overflow-y:auto;padding:0!important;position:fixed!important;right:0!important;top:0!important;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:100vw!important;z-index:9999}.mobile-nav.active{transform:translateX(0)}.mobile-nav__list{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;list-style:none;margin:0 auto;max-width:400px;padding:6rem 2rem 2rem;width:100%}.mobile-nav-item{width:100%}.mobile-nav-item a{align-items:center;border-radius:.375rem;border-radius:var(--radius-md);color:#e2e8f0;color:var(--text-primary);display:flex;font-size:1.125rem;font-size:var(--text-lg);font-weight:500;letter-spacing:.05em;overflow:hidden;padding:.75rem 1rem;position:relative;-webkit-text-decoration:none;text-decoration:none;text-transform:uppercase;transition:all .2s ease}.mobile-nav-item a:before{background:#fbbf24;background:var(--primary);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .2s ease;width:3px}.mobile-nav-item a:hover{background:hsla(0,0%,100%,.05);color:#fbbf24;color:var(--primary);padding-left:1.5rem}.mobile-nav-item a:hover:before{transform:translateX(0)}.mobile-nav-item a[aria-current=page]{background:rgba(251,191,36,.15);background:rgba(var(--primary-rgb),.15);color:#fde047;color:var(--primary-light);font-weight:600}.mobile-nav-item a[aria-current=page]:before{transform:translateX(0)}.mobile-nav:before{display:none}.mobile-nav-close{align-items:center;background:transparent;border:none;border-radius:.375rem;border-radius:var(--radius-md);cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1.5rem;top:1.5rem;transition:all .2s ease;width:40px;z-index:10005}.mobile-nav-close:hover{background:#252b37;background:var(--surface);transform:scale(1.1)}.mobile-nav-close:after,.mobile-nav-close:before{background:#e2e8f0;background:var(--text-primary);border-radius:1px;content:"";height:2px;position:absolute;transition:background .2s ease;width:18px}.mobile-nav-close:before{transform:rotate(45deg)}.mobile-nav-close:after{transform:rotate(-45deg)}body.mobile-menu-open{height:100%!important;position:fixed!important;touch-action:none!important;width:100%!important}body.mobile-menu-open,html.mobile-menu-open{overflow:hidden!important}body.mobile-menu-open .layout-wrapper{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}body.mobile-menu-open .mobile-nav{pointer-events:auto}.footer{max-width:none;padding-left:1rem;padding-right:1rem;width:100%}.footer__content{align-items:center;border-top:1px solid #374151;border-top:1px solid var(--border);display:flex;flex-direction:column;font-size:1rem;font-size:var(--text-base);margin-left:auto;margin-right:auto;max-width:48.75rem;width:100%}.footer__content>*{margin-top:2rem}.footer__attribution{font-size:.875rem;font-size:var(--text-sm)}.footer ul{display:flex;list-style:none}.footer li{margin-right:2rem}@media (max-width:640px){.hero__social-links{align-items:center;flex-direction:column;gap:.5rem}}.post{display:flex;flex-direction:column;justify-content:center}.post>*+*{margin-top:2rem}.post__details{font-size:.9rem;opacity:.6}.post__details>*+*{margin-left:.5rem}.post__content{word-wrap:break-word}.post__aside{margin-top:2rem;padding-bottom:20px}.post__tags{font-size:.875rem;font-size:var(--text-sm);opacity:.8}.post__tags *+*{margin-left:.5rem}.post__pagination{align-items:center;display:flex;justify-content:space-between;margin-top:2rem}.post__pagination>:only-child{margin-left:auto;margin-right:auto}.post__pagination a{align-items:center;display:flex}.post__pagination span{padding-left:.5rem;padding-right:.5rem}.sidecar{background-color:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.2);border-radius:.375rem;border-radius:var(--radius-md);font-size:85%;margin-bottom:20px;margin-top:15px;padding:1.5rem}.sidecar h5{font-weight:700}.info{background-color:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:.375rem;border-radius:var(--radius-md);color:#94a3b8;color:var(--text-secondary);font-size:85%;margin-bottom:10px;padding:1rem}.tldr{margin-top:20px}.about-hero{background:linear-gradient(135deg,#252b37,#1a1f29);background:linear-gradient(135deg,var(--surface) 0,var(--background) 100%);padding:4rem 1rem 2rem;text-align:center}.about-hero__content{margin:0 auto;max-width:48rem}.about-hero__title{color:#e2e8f0;color:var(--text-primary);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.about-hero__description{color:#94a3b8;color:var(--text-secondary);font-size:1.25rem;font-size:var(--text-xl);line-height:1.6;margin:0;padding:0 40px}.about__image{border-radius:50%;display:block;margin:0 auto;width:200px}.about-skills{padding:2rem 1rem 0}.about-skills__container{margin:0 auto;max-width:1200px}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:3rem}.skill-card{background:#252b37;background:var(--surface);border:1px solid #374151;border:1px solid var(--border);border-radius:.75rem;border-radius:var(--radius-xl);display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:all .3s ease}.skill-card:hover{border-color:#fbbf24;border-color:var(--primary);box-shadow:0 4px 6px -1px rgba(0,0,0,.7);box-shadow:var(--shadow-md);transform:translateY(-2px)}.skill-card__header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.25rem}.skill-card__icon{color:#fbbf24;color:var(--primary);flex-shrink:0;height:28px;width:28px}.skill-card__title{color:#e2e8f0;color:var(--text-primary);font-size:1.25rem;font-size:var(--text-xl);font-weight:600;letter-spacing:-.01em;margin:0}.skill-card__list{flex-grow:1;list-style:none;margin:0;padding:0}.skill-card__list li{color:#94a3b8;color:var(--text-secondary);font-size:1rem;font-size:var(--text-base);line-height:1.6;margin-bottom:.875rem;padding-left:1.5rem;position:relative}.skill-card__list li:last-child{margin-bottom:0}.skill-card__list li:before{color:#fbbf24;color:var(--primary);content:"•";font-weight:700;left:0;position:absolute}.skill-card__list li strong{color:#e2e8f0;color:var(--text-primary);font-weight:600}.about-content{margin:0 auto;max-width:48rem}.about-content__container{background:#1a1f29;background:var(--background);border-radius:.75rem;border-radius:var(--radius-xl);padding:2rem}.about-content h2{color:#e2e8f0;color:var(--text-primary);font-size:1.5rem;font-size:var(--text-2xl);font-weight:600;letter-spacing:-.02em;margin-bottom:1.5rem}.about-journey{list-style:none;margin:0;padding:0}.about-journey li{color:#94a3b8;color:var(--text-secondary);font-size:1rem;font-size:var(--text-base);line-height:1.7;margin-bottom:1.25rem;padding-left:2rem;position:relative}.about-journey li:last-child{margin-bottom:0}.about-journey li:before{background:#fbbf24;background:var(--primary);border-radius:50%;content:"";height:8px;left:0;opacity:.8;position:absolute;top:.5rem;width:8px}.about-journey li:not(:last-child):after{background:#374151;background:var(--border);content:"";height:calc(100% + .5rem);left:3px;position:absolute;top:1rem;width:2px}@media (max-width:1024px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-hero{padding:2rem 1rem}.about-hero__title{font-size:2rem}.about-hero__description{font-size:1.125rem;font-size:var(--text-lg)}.about__image{width:150px}.about-skills{padding:1.5rem 1rem 0}.skills-grid{gap:1rem;grid-template-columns:1fr;margin-bottom:2rem}.skill-card{padding:1.25rem}.skill-card__header{gap:.5rem;margin-bottom:1rem}.skill-card__icon{height:24px;width:24px}.skill-card__title{font-size:1.125rem;font-size:var(--text-lg)}.skill-card__list li{font-size:.875rem;font-size:var(--text-sm);margin-bottom:.75rem}.about-content{padding:2rem 1rem}.about-content__container{padding:1.5rem}.about-content h2{font-size:1.25rem;font-size:var(--text-xl)}}.projects-hero{background:linear-gradient(135deg,#252b37,#1a1f29);background:linear-gradient(135deg,var(--surface) 0,var(--background) 100%);padding:4rem 1rem 2rem;text-align:center}.projects-hero__content{margin:0 auto;max-width:48rem}.projects-hero__title{color:#e2e8f0;color:var(--text-primary);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.projects-hero__description{color:#94a3b8;color:var(--text-secondary);font-size:1.25rem;font-size:var(--text-xl);line-height:1.6;margin:0}.projects-section{padding:2rem 1rem}.projects-container{margin:0 auto;max-width:1200px}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.25rem;gap:1.25rem}.project-card{background:#1a1f29;background:var(--background);border:1px solid #374151;border:1px solid var(--border);border-radius:.75rem;border-radius:var(--radius-xl);display:flex;flex-direction:column;height:100%;max-height:420px;padding:1.25rem;position:relative;transition:all .3s ease}.project-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.7);box-shadow:var(--shadow-md);transform:translateY(-2px)}.project-card__meta{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.project-card__year{color:#94a3b8;color:var(--text-secondary);font-size:.875rem;font-size:var(--text-sm);font-weight:600}.project-card__status{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);border-radius:.375rem;border-radius:var(--radius-md);color:#22c55e;font-size:.75rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.05em;padding:.25rem .5rem;text-transform:uppercase}.project-card__title{color:#e2e8f0;color:var(--text-primary);font-size:1.125rem;font-size:var(--text-lg);font-weight:600;line-height:1.3;margin:0 0 .75rem}.project-card__description{color:#94a3b8;color:var(--text-secondary);flex-grow:1;font-size:1rem;font-size:var(--text-base);line-height:1.6;margin:0 0 1.25rem}.project-card__tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.tech-tag{align-items:center;background:#252b37;background:var(--surface);border:1px solid #374151;border:1px solid var(--border);border-radius:.375rem;border-radius:var(--radius-md);color:#e2e8f0;color:var(--text-primary);display:inline-flex;font-size:.875rem;font-size:var(--text-sm);font-weight:500;gap:.375rem;padding:.375rem .625rem}.tech-tag:before{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:16px;width:16px}.tech-tag--react{background:rgba(97,218,251,.1);border-color:rgba(97,218,251,.2);color:#61dafb}.tech-tag--react:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2361dafb' d='M14.23 12.004a2.236 2.236 0 0 1-2.235 2.236 2.236 2.236 0 0 1-2.236-2.236 2.236 2.236 0 0 1 2.235-2.236 2.236 2.236 0 0 1 2.236 2.236m2.648-10.69c-1.346 0-3.107.96-4.888 2.622-1.78-1.653-3.542-2.602-4.887-2.602-.41 0-.783.093-1.106.278-1.375.793-1.683 3.264-.973 6.365C1.98 8.917 0 10.42 0 12.004c0 1.59 1.99 3.097 5.043 4.03-.704 3.113-.39 5.588.988 6.38.32.187.69.275 1.102.275 1.345 0 3.107-.96 4.888-2.624 1.78 1.654 3.542 2.603 4.887 2.603.41 0 .783-.09 1.106-.275 1.374-.792 1.683-3.263.973-6.365C22.02 15.096 24 13.59 24 12.004c0-1.59-1.99-3.097-5.043-4.032.704-3.11.39-5.587-.988-6.38a2.17 2.17 0 0 0-1.092-.278zm-.005 1.09v.006c.225 0 .406.044.558.127.666.382.955 1.835.73 3.704-.054.46-.142.945-.25 1.44a23.5 23.5 0 0 0-3.107-.534A24 24 0 0 0 12.769 4.7c1.592-1.48 3.087-2.292 4.105-2.295zm-9.77.02c1.012 0 2.514.808 4.11 2.28-.686.72-1.37 1.537-2.02 2.442a23 23 0 0 0-3.113.538 15 15 0 0 1-.254-1.42c-.23-1.868.054-3.32.714-3.707.19-.09.4-.127.563-.132zm4.882 3.05q.684.704 1.36 1.564c-.44-.02-.89-.034-1.345-.034q-.691-.001-1.36.034c.44-.572.895-1.096 1.345-1.565zM12 8.1c.74 0 1.477.034 2.202.093q.61.874 1.183 1.86.557.961 1.018 1.946c-.308.655-.646 1.31-1.013 1.95-.38.66-.773 1.288-1.18 1.87a25.6 25.6 0 0 1-4.412.005 27 27 0 0 1-1.183-1.86q-.557-.961-1.018-1.946a25 25 0 0 1 1.013-1.954c.38-.66.773-1.286 1.18-1.868A25 25 0 0 1 12 8.098zm-3.635.254c-.24.377-.48.763-.704 1.16q-.336.585-.635 1.174c-.265-.656-.49-1.31-.676-1.947.64-.15 1.315-.283 2.015-.386zm7.26 0q1.044.153 2.006.387c-.18.632-.405 1.282-.66 1.933a25.952 25.952 0 0 0-1.345-2.32zm3.063.675q.727.226 1.375.498c1.732.74 2.852 1.708 2.852 2.476-.005.768-1.125 1.74-2.857 2.475-.42.18-.88.342-1.355.493a24 24 0 0 0-1.1-2.98c.45-1.017.81-2.01 1.085-2.964zm-13.395.004c.278.96.645 1.957 1.1 2.98a23 23 0 0 0-1.086 2.964c-.484-.15-.944-.318-1.37-.5-1.732-.737-2.852-1.706-2.852-2.474s1.12-1.742 2.852-2.476c.42-.18.88-.342 1.356-.494m11.678 4.28c.265.657.49 1.312.676 1.948-.64.157-1.316.29-2.016.39a26 26 0 0 0 1.341-2.338zm-9.945.02c.2.392.41.783.64 1.175q.345.586.705 1.143a22 22 0 0 1-2.006-.386c.18-.63.406-1.282.66-1.933zM17.92 16.32c.112.493.2.968.254 1.423.23 1.868-.054 3.32-.714 3.708-.147.09-.338.128-.563.128-1.012 0-2.514-.807-4.11-2.28.686-.72 1.37-1.536 2.02-2.44 1.107-.118 2.154-.3 3.113-.54zm-11.83.01c.96.234 2.006.415 3.107.532.66.905 1.345 1.727 2.035 2.446-1.595 1.483-3.092 2.295-4.11 2.295a1.2 1.2 0 0 1-.553-.132c-.666-.38-.955-1.834-.73-3.703.054-.46.142-.944.25-1.438zm4.56.64q.661.032 1.345.034.691.001 1.36-.034c-.44.572-.895 1.095-1.345 1.565q-.684-.706-1.36-1.565'/%3E%3C/svg%3E")}.tech-tag--sqlite{background:rgba(74,144,206,.1);border-color:rgba(74,144,206,.2);color:#4a90ce}.tech-tag--sqlite:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234a90ce' viewBox='0 0 24 24'%3E%3Cpath d='M21.678.521c-1.032-.92-2.28-.55-3.513.544a9 9 0 0 0-.547.535c-2.109 2.237-4.066 6.38-4.674 9.544.237.48.422 1.093.544 1.561a13 13 0 0 1 .164.703s-.019-.071-.096-.296l-.05-.146-.033-.08c-.138-.32-.518-.995-.686-1.289-.143.423-.27.818-.376 1.176.484.884.778 2.4.778 2.4s-.025-.099-.147-.442c-.107-.303-.644-1.244-.772-1.464-.217.804-.304 1.346-.226 1.478.152.256.296.698.422 1.186.286 1.1.485 2.44.485 2.44l.017.224a22 22 0 0 0 .056 2.748c.095 1.146.273 2.13.5 2.657l.155-.084c-.334-1.038-.47-2.399-.41-3.967.09-2.398.642-5.29 1.661-8.304 1.723-4.55 4.113-8.201 6.3-9.945-1.993 1.8-4.692 7.63-5.5 9.788-.904 2.416-1.545 4.684-1.931 6.857.666-2.037 2.821-2.912 2.821-2.912s1.057-1.304 2.292-3.166c-.74.169-1.955.458-2.362.629-.6.251-.762.337-.762.337s1.945-1.184 3.613-1.72C21.695 7.9 24.195 2.767 21.678.521m-18.573.543A1.84 1.84 0 0 0 1.27 2.9v16.608a1.84 1.84 0 0 0 1.835 1.834h9.418a23 23 0 0 1-.052-2.707c-.006-.062-.011-.141-.016-.2a27 27 0 0 0-.473-2.378c-.121-.47-.275-.898-.369-1.057-.116-.197-.098-.31-.097-.432 0-.12.015-.245.037-.386a10 10 0 0 1 .234-1.045l.217-.028c-.017-.035-.014-.065-.031-.097l-.041-.381a33 33 0 0 1 .382-1.194l.2-.019c-.008-.016-.01-.038-.018-.053l-.043-.316c.63-3.28 2.587-7.443 4.8-9.791.066-.069.133-.128.198-.194Z'/%3E%3C/svg%3E")}.tech-tag--rust{background:rgba(206,66,43,.1);border-color:rgba(206,66,43,.2);color:#ce422b}.tech-tag--rust:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTAiIGhlaWdodD0iMjUwIiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxkZWZzPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9Ii00OTIuMDM1IiBjeT0iLTg4My4zNyIgcj0iMTMuOTk4IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KC44NjYgLS41IC0uMyAtLjUyIDE3Ny4xMDYgLTY4OS4wMzMpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjN2Q3ZDdkIi8+PHN0b3Agb2Zmc2V0PSIuMjY3IiBzdG9wLWNvbG9yPSIjN2U3YzdhIi8+PHN0b3Agb2Zmc2V0PSIuNDUiIHN0b3AtY29sb3I9IiM4MTc4NzEiLz48c3RvcCBvZmZzZXQ9Ii42MDgiIHN0b3AtY29sb3I9IiM4NjcxNjIiLz48c3RvcCBvZmZzZXQ9Ii43NTMiIHN0b3AtY29sb3I9IiM4ZDY4NGMiLz48c3RvcCBvZmZzZXQ9Ii44ODYiIHN0b3AtY29sb3I9IiM5NjVjMzAiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNhMDRmMTIiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNMTUuMTI0IDUuM2EuODMyLjgzMiAwIDEgMSAuODMyLjgzMi44My44MyAwIDAgMS0uODMyLS44MzJNNS4yIDEyLjgzNGEuODMyLjgzMiAwIDEgMSAuODMyLjgzMi44My44MyAwIDAgMS0uODMyLS44MzJtMTkuODU2LjAzOWEuODMyLjgzMiAwIDEgMSAuODMyLjgzMi44My44MyAwIDAgMS0uODMyLS44MzJtLTE3LjQ1MSAxLjE0YS43Ni43NiAwIDAgMCAuMzg2LTFsLS4zNjktLjgzNWgxLjQ1MnY2LjU0NWgtMi45M2ExMC4zIDEwLjMgMCAwIDEtLjMzMi0zLjkxMVptNi4wNzQuMTYxdi0xLjkyOWgzLjQ1OGMuMTc5IDAgMS4yNjEuMjA2IDEuMjYxIDEuMDE2IDAgLjY3Mi0uODMuOTEzLTEuNTEzLjkxM1pNOC45NTggMjQuNTYxYS44MzIuODMyIDAgMSAxIC44MzIuODMyLjgzLjgzIDAgMCAxLS44MzItLjgzMm0xMi4zMzEuMDM5YS44MzIuODMyIDAgMSAxIC44MzIuODMyLjgzLjgzIDAgMCAxLS44MzItLjgzMm0uMjU3LTEuODg3YS43Ni43NiAwIDAgMC0uOS41ODRsLS40MTggMS45NDlhMTAuMjUgMTAuMjUgMCAwIDEtOC41NDUtLjA0MWwtLjQxNy0xLjk0OWEuNzYuNzYgMCAwIDAtLjktLjU4M2wtMS43MjEuMzdhMTAgMTAgMCAwIDEtLjg5LTEuMDQ5aDguMzc0Yy4wOTUgMCAuMTU4LS4wMTcuMTU4LS4xdi0yLjk2NmMwLS4wODYtLjA2My0uMS0uMTU4LS4xaC0yLjQ1di0xLjg4MWgyLjY0OWExLjY2NSAxLjY2NSAwIDAgMSAxLjYyOSAxLjQxMmMuMTA1LjQxMy4zMzYgMS43NTcuNDk0IDIuMTg3LjE1Ny40ODMuOCAxLjQ0NyAxLjQ4MiAxLjQ0N2g0LjMyM2ExMCAxMCAwIDAgMS0uOTQ5IDEuMVptNC42NS03LjgyMWExMC4zIDEwLjMgMCAwIDEgLjAyMiAxLjc3OWgtMS4wNTFjLS4xMDUgMC0uMTQ4LjA2OS0uMTQ4LjE3MnYuNDgzYzAgMS4xMzYtLjY0MSAxLjM4NC0xLjIgMS40NDctLjUzNS4wNi0xLjEyOC0uMjI0LTEuMi0uNTUxYTMuNjIgMy42MiAwIDAgMC0xLjY3MS0yLjgwOGMxLjAzLS42NTQgMi4xLTEuNjE5IDIuMS0yLjkxMUEzLjI5IDMuMjkgMCAwIDAgMjEuNDQgOS44YTQuNTYgNC41NiAwIDAgMC0yLjItLjcyNEg4LjM2N0ExMC4yNSAxMC4yNSAwIDAgMSAxNC4xIDUuODRsMS4yODIgMS4zNDRhLjc2Ljc2IDAgMCAwIDEuMDcyLjAyNmwxLjQzNC0xLjM3MmExMC4yNSAxMC4yNSAwIDAgMSA3LjAxNSA1bC0uOTgyIDIuMjE3YS43Ni43NiAwIDAgMCAuMzg2IDFabTIuNDQ4LjAzNi0uMDMzLS4zNDMgMS4wMTEtLjk0M2EuNDIuNDIgMCAwIDAtLjAxMy0uNTk1LjQuNCAwIDAgMC0uMTIxLS4wODFsLTEuMjg4LS40ODMtLjEtLjMzNC44MDYtMS4xMmEuNDIuNDIgMCAwIDAtLjEzLS41ODEuNC40IDAgMCAwLS4xMzMtLjA1NWwtMS4zNjMtLjIyMi0uMTY0LS4zMDYuNTczLTEuMjU3YS40Mi40MiAwIDAgMC0uMjM2LS41NDQuNC40IDAgMCAwLS4xNDYtLjAyOWwtMS4zODMuMDQ4LS4yMjQtLjI2NC4zMTgtMS4zNDdhLjQyLjQyIDAgMCAwLS4zNDMtLjQ4Ny40LjQgMCAwIDAtLjE0NCAwbC0xLjM0OC4zMTUtLjI2Ni0uMjE5LjA0OS0xLjM4MWEuNDIuNDIgMCAwIDAtLjQzMS0uNDExLjQuNCAwIDAgMC0uMTQxLjAyOGwtMS4yNTcuNTczLS4zMDYtLjE2NC0uMjIyLTEuMzYzYS40Mi40MiAwIDAgMC0uNS0uMzE4LjQuNCAwIDAgMC0uMTMzLjA1NWwtMS4xMjEuODA2LS4zMzMtLjEtLjQ4My0xLjI5M2EuNDIuNDIgMCAwIDAtLjU1NS0uMjE1LjQuNCAwIDAgMC0uMTIuMDhsLS45NDYgMS4wMTItLjM0My0uMDMzLS43MjgtMS4xNzdhLjQyLjQyIDAgMCAwLS42ODggMGwtLjcyOCAxLjE3Ny0uMzQzLjAzMy0uOTQzLTEuMDEyYS40Mi40MiAwIDAgMC0uNTk1LjAxNS40LjQgMCAwIDAtLjA4LjEyTDEyLjQ4MyAzLjhsLS4zMzMuMS0xLjEyLS44YS40Mi40MiAwIDAgMC0uNTgxLjEzLjQuNCAwIDAgMC0uMDU1LjEzM2wtLjIyMiAxLjM2My0uMzA2LjE2NC0xLjI1OC0uNTczYS40Mi40MiAwIDAgMC0uNTQ0LjIzOS40LjQgMCAwIDAtLjAyOC4xNDRsLjA0OCAxLjM4My0uMjY2LjIxNy0xLjM0Ny0uMzE2YS40Mi40MiAwIDAgMC0uNDg3LjM0My40LjQgMCAwIDAgMCAuMTQ0TDYuMyA3LjgxOWwtLjIxOC4yNjVMNC43IDguMDM2YS40MjIuNDIyIDAgMCAwLS4zODMuNTczbC41NzMgMS4yNTctLjE2NC4zMDYtMS4zNjMuMjIyYS40Mi40MiAwIDAgMC0uMzE4LjUuNC40IDAgMCAwIC4wNTUuMTMzbC44MDYgMS4xMi0uMS4zMzQtMS4yOTMuNDgzYS40Mi40MiAwIDAgMC0uMjE1LjU1NS40LjQgMCAwIDAgLjA4MS4xMjFsMS4wMTEuOTQzLS4wMzMuMzQzLTEuMTc3LjcyOGEuNDIuNDIgMCAwIDAgMCAuNjg4bDEuMTc3LjcyOC4wMzMuMzQzLTEuMDExLjk0M2EuNDIuNDIgMCAwIDAgLjAxNS41OTUuNC40IDAgMCAwIC4xMTkuMDhsMS4yOTMuNDgzLjEuMzM0LS44MDYgMS4xMjRhLjQyLjQyIDAgMCAwIC4xMzEuNTgxLjQuNCAwIDAgMCAuMTMzLjA1NWwxLjM2My4yMjIuMTY0LjMwNy0uNTczIDEuMjU3YS40Mi40MiAwIDAgMCAuMjQuNTQ1LjQuNCAwIDAgMCAuMTQzLjAyOGwxLjM4My0uMDQ4LjIxOS4yNjYtLjMxNyAxLjM0OGEuNDIuNDIgMCAwIDAgLjM0MS40ODYuNC40IDAgMCAwIC4xNDYgMGwxLjM0NS0uMzE5LjI2Ni4yMTgtLjA0OSAxLjM4MmEuNDIuNDIgMCAwIDAgLjQyOS40MS40LjQgMCAwIDAgLjE0My0uMDI4bDEuMjU3LS41NzMuMzA2LjE2NC4yMjIgMS4zNjJhLjQyLjQyIDAgMCAwIC41LjMxOS40LjQgMCAwIDAgLjEzMy0uMDU1bDEuMTItLjgwNy4zMzQuMS40ODMgMS4yOTJhLjQyLjQyIDAgMCAwIC41NTYuMjE0LjQuNCAwIDAgMCAuMTE5LS4wOGwuOTQzLTEuMDExLjM0My4wMzQuNzI4IDEuMTc3YS40Mi40MiAwIDAgMCAuNTg4LjEuNC40IDAgMCAwIC4xLS4xbC43MjgtMS4xNzcuMzQzLS4wMzQuOTQzIDEuMDExYS40Mi40MiAwIDAgMCAuNTk1LS4wMTUuNC40IDAgMCAwIC4wOC0uMTE5bC40ODMtMS4yOTIuMzM0LS4xIDEuMTIuODA3YS40Mi40MiAwIDAgMCAuNTgxLS4xMzEuNC40IDAgMCAwIC4wNTUtLjEzM2wuMjIyLTEuMzYyLjMwNi0uMTY0IDEuMjU3LjU3M2EuNDIuNDIgMCAwIDAgLjU0NC0uMjM5LjQuNCAwIDAgMCAuMDI4LS4xNDNsLS4wNDgtMS4zODQuMjY1LS4yMTggMS4zNDcuMzE3YS40Mi40MiAwIDAgMCAuNDg3LS4zNC41LjUgMCAwIDAgMC0uMTQ2bC0uMzA5LTEuMzQ2LjIxOC0uMjY2IDEuMzgzLjA0OGEuNDIuNDIgMCAwIDAgLjQxLS40MzEuNC40IDAgMCAwLS4wMjgtLjE0MmwtLjU3My0xLjI1Ny4xNjQtLjMwNyAxLjM2My0uMjIyYS40Mi40MiAwIDAgMCAuMzE5LS41LjQuNCAwIDAgMC0uMDU2LS4xMzVsLS44MDYtMS4xMi4xLS4zMzQgMS4yOTMtLjQ4M2EuNDIuNDIgMCAwIDAgLjIxNS0uNTU0LjQuNCAwIDAgMC0uMDgxLS4xMjFsLTEuMDExLS45NDMuMDMzLS4zNDMgMS4xNzctLjcyOGEuNDIuNDIgMCAwIDAgMC0uNjg4WiIgc3R5bGU9ImZpbGw6dXJsKCNhKSIvPjwvc3ZnPg==")}.tech-tag--tailwind{background:rgba(6,182,212,.1);border-color:rgba(6,182,212,.2);color:#06b6d4}.tech-tag--tailwind:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2306b6d4' d='M12.001 4.8q-4.8 0-6 4.8 1.8-2.4 4.2-1.8c.913.228 1.565.89 2.288 1.624C13.666 10.618 15.027 12 18.001 12q4.8 0 6-4.8-1.8 2.4-4.2 1.8c-.913-.228-1.565-.89-2.288-1.624C16.337 6.182 14.976 4.8 12.001 4.8m-6 7.2q-4.8 0-6 4.8 1.8-2.4 4.2-1.8c.913.228 1.565.89 2.288 1.624 1.177 1.194 2.538 2.576 5.512 2.576q4.8 0 6-4.8-1.8 2.4-4.2 1.8c-.913-.228-1.565-.89-2.288-1.624C10.337 13.382 8.976 12 6.001 12'/%3E%3C/svg%3E")}.tech-tag--bash{background:rgba(78,170,37,.1);border-color:rgba(78,170,37,.2);color:#4eaa25}.tech-tag--bash:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234eaa25' d='m5 7 5 5-5 5zm7 10h7v2h-7z'/%3E%3C/svg%3E")}.project-card__links{display:flex;gap:.75rem;margin-top:auto}.project-link{align-items:center;border-radius:.375rem;border-radius:var(--radius-md);display:inline-flex;flex:1;font-size:.875rem;font-size:var(--text-sm);font-weight:600;gap:.375rem;justify-content:center;padding:.5rem 1rem;-webkit-text-decoration:none;text-decoration:none;transition:all .2s ease}.project-link svg{fill:currentColor;height:16px;width:16px}.project-link--primary{background:#fbbf24;background:var(--primary);border:2px solid #fbbf24;border:2px solid var(--primary);color:#1a1f29;color:var(--background)}.project-link--primary:hover{background:#fde047;background:var(--primary-light);border-color:#fde047;border-color:var(--primary-light);color:#1a1f29;color:var(--background);transform:translateY(-1px)}.project-link--secondary{background:transparent;border:2px solid #374151;border:2px solid var(--border);color:#e2e8f0;color:var(--text-primary)}.project-link--secondary:hover{background:#252b37;background:var(--surface);border-color:#fbbf24;border-color:var(--primary);color:#fbbf24;color:var(--primary);transform:translateY(-1px)}@media (max-width:1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.projects-hero{padding:2rem 1rem}.projects-hero__title{font-size:2rem}.projects-hero__description{font-size:1.125rem;font-size:var(--text-lg)}.projects-section{padding:2rem 1rem}.projects-grid{gap:1rem;grid-template-columns:1fr}.project-card{padding:1.25rem}.project-card__title{font-size:1.125rem;font-size:var(--text-lg)}}@media (max-width:480px){.projects-grid{grid-template-columns:1fr}.tech-tag{font-size:.75rem;font-size:var(--text-xs);padding:.25rem .5rem}.tech-tag:before{height:14px;width:14px}.project-card__links{flex-direction:column}.project-link{justify-content:center}}.talks-hero{background:linear-gradient(135deg,#252b37,#1a1f29);background:linear-gradient(135deg,var(--surface) 0,var(--background) 100%);padding:4rem 1rem 2rem;text-align:center}.talks-hero__content{margin:0 auto;max-width:48rem}.talks-hero__title{color:#e2e8f0;color:var(--text-primary);font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.talks-hero__description{color:#94a3b8;color:var(--text-secondary);font-size:1.25rem;font-size:var(--text-xl);line-height:1.6;margin:0}.talks-section{padding:2rem 1rem}.talks-container{margin:0 auto;max-width:1200px}.talks-category{margin-bottom:2.5rem}.talks-category:last-child{margin-bottom:0}.talks-category__title{align-items:center;color:#e2e8f0;color:var(--text-primary);display:flex;font-size:1.5rem;font-size:var(--text-2xl);font-weight:600;gap:1rem;margin-bottom:1.5rem}.talks-category__icon{fill:#fbbf24;fill:var(--primary);height:28px;width:28px}.talks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.25rem;gap:1.25rem}.talk-card{background:#1a1f29;background:var(--background);border:1px solid #374151;border:1px solid var(--border);border-radius:.75rem;border-radius:var(--radius-xl);display:flex;flex-direction:column;height:100%;padding:1.25rem;position:relative;transition:all .3s ease}.talk-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.7);box-shadow:var(--shadow-md);transform:translateY(-2px)}.talk-card__meta{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.talk-card__year{color:#94a3b8;color:var(--text-secondary);font-size:.875rem;font-size:var(--text-sm);font-weight:600}.talk-card__type{border-radius:.375rem;border-radius:var(--radius-md);font-size:.75rem;font-size:var(--text-xs);font-weight:600;letter-spacing:.05em;padding:.25rem .5rem;text-transform:uppercase}.talk-card__type--video{background:rgba(139,92,246,.1);border:1px solid rgba(139,92,246,.2);color:#8b5cf6}.talk-card__type--audio{background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.2);color:#fbbf24;color:var(--primary)}.talk-card__type--slides{background:rgba(6,182,212,.1);border:1px solid rgba(6,182,212,.2);color:#06b6d4}.talk-card__title{color:#e2e8f0;color:var(--text-primary);font-size:1.125rem;font-size:var(--text-lg);font-weight:600;line-height:1.3;margin:0 0 .75rem}.talk-card__description{color:#94a3b8;color:var(--text-secondary);flex-grow:1;font-size:1rem;font-size:var(--text-base);line-height:1.6;margin:0 0 1.25rem}.talk-card__link{align-items:center;background:#fbbf24;background:var(--primary);border-radius:.375rem;border-radius:var(--radius-md);color:#1a1f29;color:var(--background);display:inline-flex;font-size:.875rem;font-size:var(--text-sm);font-weight:600;gap:.5rem;margin-top:auto;padding:.5rem 1rem;-webkit-text-decoration:none;text-decoration:none;transition:all .2s ease}.talk-card__link:hover{background:#fde047;background:var(--primary-light);color:#1a1f29;color:var(--background);transform:translateY(-1px)}.talk-card__icon{fill:currentColor;height:16px;width:16px}@media (max-width:1024px){.talks-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.talks-hero{padding:2rem 1rem}.talks-hero__title{font-size:2rem}.talks-hero__description{font-size:1.125rem;font-size:var(--text-lg)}.talks-section{padding:2rem 1rem}.talks-category{margin-bottom:2.5rem}.talks-category__title{font-size:1.25rem;font-size:var(--text-xl);gap:.75rem}.talks-category__icon{height:24px;width:24px}.talks-grid{gap:1rem;grid-template-columns:1fr}.talk-card{padding:1.25rem}.talk-card__title{font-size:1.125rem;font-size:var(--text-lg)}}@media (max-width:480px){.talks-grid{grid-template-columns:1fr}.talk-card__meta{align-items:flex-start;flex-direction:column;gap:.5rem}.talk-card__link{justify-content:center;width:100%}}.reading-progress{background:rgba(251,191,36,.1);height:4px;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:1000}.reading-progress-bar{background:linear-gradient(90deg,#fbbf24,#fde047);background:linear-gradient(90deg,var(--primary) 0,var(--primary-light) 100%);box-shadow:0 0 8px rgba(251,191,36,.3);height:100%;transition:width .1s ease;width:0}.header{border-top:4px solid transparent}body:not(.post-page) .reading-progress{display:none}.table-of-contents{backdrop-filter:blur(10px);background:rgba(37,43,55,.95);border:1px solid #374151;border:1px solid var(--border);border-radius:.5rem;border-radius:var(--radius-lg);box-shadow:0 10px 15px -3px rgba(0,0,0,.8);box-shadow:var(--shadow-lg);max-height:60vh;overflow-y:auto;padding:1rem;position:fixed;right:1rem;top:50%;transform:translateY(-50%);transition:opacity .3s ease,visibility .3s ease;width:250px;z-index:500}.table-of-contents h3{color:#94a3b8;color:var(--text-secondary);font-size:.875rem;font-size:var(--text-sm);font-weight:600;letter-spacing:.05em;margin:0 0 .75rem;text-transform:uppercase}.toc-list{list-style:none;margin:0;padding:0}.toc-item{margin-bottom:.25rem}.toc-item.toc-h1{margin-left:0}.toc-item.toc-h2{margin-left:1rem}.toc-link{border-left:2px solid transparent;border-radius:.375rem;border-radius:var(--radius-md);color:#94a3b8;color:var(--text-secondary);display:block;font-size:.875rem;font-size:var(--text-sm);line-height:1.4;padding:.5rem .75rem;-webkit-text-decoration:none;text-decoration:none;transition:all .2s ease}.toc-link.active,.toc-link:hover{background-color:#fbbf24;background-color:var(--primary);border-left-color:#fbbf24;border-left-color:var(--primary);color:#1a1f29;color:var(--background)}.toc-link.active{font-weight:500}.toc-link.toc-h1{color:#e2e8f0;color:var(--text-primary);font-weight:500}.toc-link.toc-h1.active,.toc-link.toc-h1:hover{color:#1a1f29;color:var(--background)}.toc-link.toc-h1.active{font-weight:500}@media (max-width:1199px){.table-of-contents{bottom:2rem;max-height:50vh;opacity:0;right:1rem;top:auto;transform:none;transform:translateY(20px);visibility:hidden;width:280px}.table-of-contents.open{opacity:1;transform:translateY(0);visibility:visible}.toc-toggle{align-items:center;background:#fbbf24;background:var(--primary);border:none;border-radius:50%;bottom:2rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.8);box-shadow:var(--shadow-lg);cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:1rem;transition:all .3s ease;width:56px;z-index:501}.toc-toggle:hover{background:#fde047;background:var(--primary-light);transform:scale(1.05)}.toc-toggle svg{fill:#1a1f29;fill:var(--background);height:24px;transition:transform .3s ease;width:24px}.toc-toggle.open svg{transform:rotate(180deg)}}@media (min-width:1400px){.table-of-contents{right:2rem}}body:not(.post-page) .table-of-contents,body:not(.post-page) .toc-toggle{display:none}.layout-wrapper{min-height:100vh}.main{display:flex;flex-direction:column;min-width:0;width:100%}.main:not(.home-main){margin-left:auto;margin-right:auto;max-width:48.75rem;padding-left:1rem;padding-right:1rem}.main.home-main{max-width:none;padding-left:0;padding-right:0}code[class*=language-],pre[class*=language-]{font-family:Fira Code,Menlo,monospace;font-size:1rem}.copy-code-button:active{transform:scale(.95)}.code-block-container pre,.code-block-container pre[class*=language-]{background-image:none!important}.copy-code-button{backdrop-filter:blur(4px);background:hsla(0,0%,100%,.1);border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:.8rem;opacity:0;padding:.3rem;position:absolute;right:.5rem;top:.5rem;transition:opacity .2s ease;z-index:10005}.code-block-container:hover .copy-code-button{opacity:1}pre[class*=language-]{background-image:none!important;border:none!important;box-shadow:none!important}pre[class*=language-] .token-line{border:none!important}.code-block-container{margin:2rem calc((100% - min(60ch, 100%))/-2);padding:1rem;position:relative}pre[class*=language-] .line-highlight,pre[class*=language-] .token-line,pre[data-line] .line-highlight{background:none!important;border:none!important;box-shadow:none!important}.code-block-container{background:#282a36;background:var(--code-bg,#282a36);border-radius:.5rem;overflow-x:auto}
