*{box-sizing:border-box;margin:0;padding:0}::selection{background-color:#8aa6d8;color:#191a19}::-moz-selection{background-color:#8aa6d8;color:#191a19}html{scroll-behavior:smooth}body{background-color:#191a19;color:#ebe8e8;font-family:inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden;font-weight:300;min-height:100vh}.site-header{padding:2rem 0;border-bottom:1px solid #353434;margin-bottom:3rem}@media(max-width:768px){.site-header{padding:1.5rem 0;margin-bottom:2rem}}.header-container{max-width:800px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.header-container{padding:0 1rem;flex-direction:column;gap:1rem;text-align:center}}.site-title{font-size:1.5rem;font-weight:400;color:#ebe8e8;text-decoration:none;letter-spacing:-.5px}.site-title:hover{color:#8aa6d8}.main-site-link{font-size:.9rem;color:#8aa6d8;text-decoration:none;display:flex;align-items:center;gap:.25rem}.main-site-link:hover{text-decoration:underline;gap:.5rem}.main-container{max-width:800px;margin:0 auto;padding:0 2rem 4rem}@media(max-width:768px){.main-container{padding:0 1rem 3rem}}.home-hero{margin-bottom:4rem}.home-hero .hero-title{font-size:3rem;font-weight:300;line-height:1.1;margin-bottom:1rem;letter-spacing:-1px}@media(max-width:768px){.home-hero .hero-title{font-size:2.5rem}}@media(max-width:480px){.home-hero .hero-title{font-size:2rem}}.home-hero .hero-description{font-size:1.25rem;font-weight:300;color:#a0a0a0;line-height:1.6;max-width:600px}@media(max-width:768px){.home-hero .hero-description{font-size:1.1rem}}.posts-list .section-title{font-size:.875rem;font-weight:400;color:#8aa6d8;letter-spacing:1px;text-transform:uppercase;margin-bottom:2rem}.posts-list .post-grid{display:flex;flex-direction:column;gap:2rem}.post-card{border-bottom:1px solid #353434;padding-bottom:2rem}.post-card:last-child{border-bottom:none}.post-card .post-date{font-size:.875rem;color:#a0a0a0;margin-bottom:.5rem;display:block}.post-card .post-title{font-size:1.5rem;font-weight:400;margin-bottom:.75rem}.post-card .post-title a{color:#ebe8e8;text-decoration:none}.post-card .post-title a:hover{color:#8aa6d8}.post-card .post-excerpt{color:#a0a0a0;margin-bottom:1rem;line-height:1.6}.post-card .post-tags{display:flex;flex-wrap:wrap;gap:.5rem}.post-card .post-tag{font-size:.75rem;color:#a0a0a0;padding:.25rem .5rem;border:1px solid #353434;text-decoration:none}.post-card .post-tag:hover{border-color:#8aa6d8;color:#8aa6d8}.view-all-posts{text-align:center;margin-top:3rem;padding-top:2rem;border-top:1px solid #353434}.view-all-link{color:#8aa6d8;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.view-all-link:hover{text-decoration:underline;gap:.75rem}.single-post .post-header{margin-bottom:3rem}.single-post .post-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;color:#a0a0a0;font-size:.875rem}.single-post .post-title{font-size:2.5rem;font-weight:300;line-height:1.1;margin-bottom:1rem}@media(max-width:768px){.single-post .post-title{font-size:2rem}}.single-post .post-description{font-size:1.25rem;color:#a0a0a0;line-height:1.6}.post-navigation{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;padding:2rem 0;border-top:1px solid #353434;border-bottom:1px solid #353434}@media(max-width:768px){grid-template-columns: 1fr; gap: 1.5rem;}.prev-post a,.next-post a{color:#ebe8e8;text-decoration:none;display:block;margin-top:.5rem;font-size:1rem}.prev-post a:hover,.next-post a:hover{color:#8aa6d8}.next-post{margin-left:auto}@media(max-width:768px){.next-post{text-align:right}}.nav-label{font-size:.875rem;color:#a0a0a0;text-transform:uppercase;letter-spacing:1px}.post-toc{margin:2rem 0;padding:1.5rem;background:rgba(255,255,255,2%);border-left:3px solid #8aa6d8}.post-toc .toc-title{font-size:.875rem;font-weight:500;color:#8aa6d8;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.post-toc #TableOfContents ul{list-style:none;padding-left:0}.post-toc #TableOfContents ul li{margin-bottom:.5rem}.post-toc #TableOfContents ul li a{color:#a0a0a0;text-decoration:none;font-size:.9rem}.post-toc #TableOfContents ul li a:hover{color:#8aa6d8}.post-toc #TableOfContents ul li ul{padding-left:1rem;margin-top:.5rem}.post-content{font-size:1.125rem;line-height:1.8;color:#a0a0a0}.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{color:#ebe8e8;margin-top:2.5rem;margin-bottom:1rem;font-weight:400}.post-content h2{font-size:1.75rem}.post-content h3{font-size:1.5rem}.post-content h4{font-size:1.25rem}.post-content p{margin-bottom:1.5rem}.post-content a{color:#8aa6d8;text-decoration:none}.post-content a:hover{text-decoration:underline}.post-content ul,.post-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{border-left:3px solid #8aa6d8;padding-left:1.5rem;margin:2rem 0;color:#a0a0a0;font-style:italic}.post-content :not(pre)>code{font-family:jetbrains mono,courier new,monospace;letter-spacing:-.02em;background:#1a1a1a;color:#5dadec;padding:.2em .4em;font-size:.9em;border:1px solid #353434}.post-content pre{background:#1a1a1a;border:1px solid #353434;padding:1.5rem;overflow-x:auto;margin:2rem 0;position:relative}.post-content pre code{background:0 0;border:none;padding:0;color:#ebe8e8;font-size:.95em;line-height:1.2;display:block}.post-content pre.language-bash code .line::before,.post-content pre.language-sh code .line::before,.post-content pre.language-shell code .line::before,.post-content pre.language-zsh code .line::before{content:'$ ';color:#5dadec;margin-right:.5em}.post-content .highlight .chroma{background:#1a1a1a}.post-content .highlight .chroma .lntable .lntd:first-child .lnt{color:#a0a0a0;padding-right:1em;user-select:none}.post-content .highlight .chroma .k,.post-content .highlight .chroma .kc,.post-content .highlight .chroma .kd,.post-content .highlight .chroma .kn,.post-content .highlight .chroma .kp,.post-content .highlight .chroma .kr,.post-content .highlight .chroma .kt{color:#5dadec}.post-content .highlight .chroma .s,.post-content .highlight .chroma .s1,.post-content .highlight .chroma .s2,.post-content .highlight .chroma .sb,.post-content .highlight .chroma .sc,.post-content .highlight .chroma .sd,.post-content .highlight .chroma .se,.post-content .highlight .chroma .sh,.post-content .highlight .chroma .si,.post-content .highlight .chroma .sx{color:#8aa6d8}.post-content .highlight .chroma .c,.post-content .highlight .chroma .c1,.post-content .highlight .chroma .cm,.post-content .highlight .chroma .cp,.post-content .highlight .chroma .cs{color:#a0a0a0;font-style:italic}.post-content .highlight .chroma .m,.post-content .highlight .chroma .mb,.post-content .highlight .chroma .mf,.post-content .highlight .chroma .mh,.post-content .highlight .chroma .mi,.post-content .highlight .chroma .il,.post-content .highlight .chroma .mo{color:#5dadec}.post-content .highlight .chroma .nf,.post-content .highlight .chroma .nx{color:#8aa6d8}.post-content .highlight .chroma .nb,.post-content .highlight .chroma .nc,.post-content .highlight .chroma .no,.post-content .highlight .chroma .nd,.post-content .highlight .chroma .ne,.post-content .highlight .chroma .nl,.post-content .highlight .chroma .nn,.post-content .highlight .chroma .nt,.post-content .highlight .chroma .nv,.post-content .highlight .chroma .vc,.post-content .highlight .chroma .vg,.post-content .highlight .chroma .vi{color:#5dadec}.post-content img{max-width:100%;height:auto;margin:2rem 0}.post-content hr{border:none;height:1px;background:#353434;margin:3rem 0}.post-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid #353434}.post-footer .post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.post-footer .post-tag{font-size:.875rem;color:#a0a0a0;padding:.375rem .75rem;border:1px solid #353434;text-decoration:none}.post-footer .post-tag:hover{border-color:#8aa6d8;color:#8aa6d8}.site-footer{border-top:1px solid #353434;padding:3rem 0;margin-top:4rem}.site-footer .footer-container{max-width:800px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.site-footer .footer-container{padding:0 1rem}}.site-footer .footer-content{display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.site-footer .footer-content{flex-direction:column;gap:1.5rem;text-align:center}}.site-footer .copyright{font-size:.875rem;color:#a0a0a0}.site-footer .footer-links{display:flex;gap:1.5rem}.site-footer .footer-links a{color:#a0a0a0;text-decoration:none;font-size:.875rem}.site-footer .footer-links a:hover{color:#8aa6d8;text-decoration:underline}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:2rem;border-top:1px solid #353434}.pagination .pagination-link{color:#a0a0a0;text-decoration:none;font-size:.875rem}.pagination .pagination-link:hover{color:#8aa6d8}.home-content{margin-top:4rem;padding-top:3rem;border-top:1px solid #353434}.home-content .post-content{font-size:1.125rem}@media(max-width:768px){.main-container{padding:0 1rem 3rem}.home-hero{margin-bottom:3rem}.home-hero .hero-title{font-size:2.5rem}.home-hero .hero-description{font-size:1.1rem}.single-post .post-title{font-size:2rem}.single-post .post-description{font-size:1.1rem}.post-content{font-size:1.0625rem}.post-content h2{font-size:1.5rem}.post-content h3{font-size:1.25rem}}@media(max-width:480px){.header-container{flex-direction:column;gap:.5rem}.home-hero .hero-title{font-size:2rem}.single-post .post-title{font-size:1.75rem}.footer-content{flex-direction:column;gap:1rem}}@media print{.terminal-header,.terminal-footer,.terminal-toc,.post-navigation,.back-to-home{display:none}body{color:#000;background:#fff}a{color:#000;text-decoration:underline}}