*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{background:#0c0c0f;color:#e8e6e1;font-family:"Outfit",sans-serif;font-weight:300;line-height:1.7;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:860px;margin:0 auto;padding:0 2rem}.tag{display:inline-block;font-size:11px;font-family:"DM Mono",monospace;padding:3px 12px;border-radius:999px;background:rgba(200,244,100,.08);color:#c8f464;border:1px solid rgba(200,244,100,.2);letter-spacing:.03em}.tag.tag--purple{background:rgba(123,110,246,.1);color:rgb(210.4285714286,206.038961039,251.961038961);border-color:rgba(123,110,246,.25)}.section-label{font-size:11px;font-family:"DM Mono",monospace;color:#6b6a72;letter-spacing:.12em;text-transform:uppercase}.site-footer{border-top:1px solid hsla(0,0%,100%,.07);padding:2rem 0;margin-top:4rem}.site-footer .footer-inner{max-width:860px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.site-footer .footer-left{font-size:12px;font-family:"DM Mono",monospace;color:#6b6a72}.site-footer .footer-left span{color:#c8f464}.site-footer .footer-links{display:flex;gap:20px}.site-footer .footer-links a{font-size:12px;color:#6b6a72;transition:color .2s}.site-footer .footer-links a:hover{color:#e8e6e1}.site-nav{position:sticky;top:0;z-index:100;background:rgba(12,12,15,.95);backdrop-filter:blur(12px);border-bottom:1px solid hsla(0,0%,100%,.07)}.site-nav .nav-inner{max-width:860px;margin:0 auto;padding:0 2rem;height:60px;display:flex;align-items:center;justify-content:space-between}.site-nav .nav-logo{font-family:"DM Mono",monospace;font-size:14px;font-weight:500;color:#c8f464;letter-spacing:.05em}.site-nav .nav-logo span{color:#6b6a72}.site-nav .nav-links{display:flex;gap:28px}.site-nav .nav-links a{font-size:13px;color:#6b6a72;letter-spacing:.04em;transition:color .2s}.site-nav .nav-links a:hover,.site-nav .nav-links a.active{color:#e8e6e1}.site-nav .nav-rss{font-size:12px;font-family:"DM Mono",monospace;font-weight:500;padding:6px 16px;background:#c8f464;color:#0c0c0f;border-radius:4px;transition:opacity .2s}.site-nav .nav-rss:hover{opacity:.85}.hero{padding:4rem 2rem 3rem;border-bottom:1px solid hsla(0,0%,100%,.07);max-width:860px;margin:0 auto;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:-60px;right:-60px;width:300px;height:300px;background:radial-gradient(circle, rgba(123, 110, 246, 0.1) 0%, transparent 70%);pointer-events:none}.hero::after{content:"";position:absolute;bottom:-40px;left:30%;width:200px;height:200px;background:radial-gradient(circle, rgba(200, 244, 100, 0.06) 0%, transparent 70%);pointer-events:none}.hero .hero-eyebrow{font-family:"DM Mono",monospace;font-size:11px;color:#c8f464;letter-spacing:.12em;text-transform:uppercase;margin-bottom:1rem;display:flex;align-items:center;gap:8px}.hero .hero-eyebrow::before{content:"";display:inline-block;width:24px;height:1px;background:#c8f464}.hero h1{font-family:"DM Serif Display",serif;font-size:clamp(36px,6vw,52px);font-weight:400;line-height:1.1;color:#e8e6e1;max-width:560px;margin-bottom:1.2rem}.hero h1 em{font-style:italic;color:#6b6a72}.hero .hero-sub{font-size:15px;color:#6b6a72;line-height:1.7;max-width:440px;margin-bottom:2rem}.hero .hero-tags{display:flex;gap:8px;flex-wrap:wrap}.featured-post{max-width:860px;margin:2rem auto 0;padding:0 2rem}.featured-post .featured-inner{background:#131318;border:1px solid hsla(0,0%,100%,.07);border-radius:12px;overflow:hidden;display:grid;grid-template-columns:1fr 1.4fr}@media(max-width: 600px){.featured-post .featured-inner{grid-template-columns:1fr}}.featured-post .featured-visual{background:#1a1a22;min-height:220px;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.featured-post .featured-visual::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(123, 110, 246, 0.03) 20px, rgba(123, 110, 246, 0.03) 21px),repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(200, 244, 100, 0.03) 20px, rgba(200, 244, 100, 0.03) 21px)}.featured-post .featured-visual .glow{width:100px;height:100px;border-radius:50%;background:radial-gradient(circle, rgba(123, 110, 246, 0.35) 0%, transparent 70%);position:relative;z-index:1}.featured-post .featured-body{padding:2rem;display:flex;flex-direction:column;justify-content:space-between}.featured-post .featured-label{font-size:11px;font-family:"DM Mono",monospace;color:#6b6a72;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.8rem}.featured-post .featured-title{font-family:"DM Serif Display",serif;font-size:22px;font-weight:400;line-height:1.3;color:#e8e6e1;margin-bottom:.8rem}.featured-post .featured-title a{transition:color .2s}.featured-post .featured-title a:hover{color:#c8f464}.featured-post .featured-excerpt{font-size:13px;color:#6b6a72;line-height:1.7;margin-bottom:1.5rem;flex:1}.featured-post .featured-footer{display:flex;justify-content:space-between;align-items:center}.featured-post .featured-date{font-size:12px;font-family:"DM Mono",monospace;color:#6b6a72}.featured-post .read-more{font-size:12px;font-family:"DM Mono",monospace;color:#c8f464;display:flex;align-items:center;gap:5px;transition:gap .2s}.featured-post .read-more:hover{gap:9px}.posts-section{max-width:860px;margin:2.5rem auto 0;padding:0 2rem}.posts-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem}.posts-section .section-header a{font-size:12px;color:#6b6a72;font-family:"DM Mono",monospace;transition:color .2s}.posts-section .section-header a:hover{color:#e8e6e1}.posts-section .post-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid hsla(0,0%,100%,.07);gap:16px}.posts-section .post-row:first-of-type{border-top:1px solid hsla(0,0%,100%,.07)}.posts-section .post-row .post-row-left{display:flex;gap:14px;align-items:center;flex:1;min-width:0}.posts-section .post-row .post-num{font-size:11px;font-family:"DM Mono",monospace;color:hsla(0,0%,100%,.12);min-width:20px}.posts-section .post-row .post-row-title{font-size:14px;color:#e8e6e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.posts-section .post-row .post-row-title:hover{color:#c8f464}.posts-section .post-row .post-row-right{display:flex;gap:10px;align-items:center;flex-shrink:0}.posts-section .post-row .post-row-date{font-size:12px;font-family:"DM Mono",monospace;color:#6b6a72}.post-header{max-width:860px;margin:0 auto;padding:3.5rem 2rem 2.5rem;border-bottom:1px solid hsla(0,0%,100%,.07)}.post-header .post-eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:1.2rem}.post-header .post-eyebrow .back-link{font-size:12px;font-family:"DM Mono",monospace;color:#6b6a72;transition:color .2s}.post-header .post-eyebrow .back-link:hover{color:#e8e6e1}.post-header .post-eyebrow .divider{color:hsla(0,0%,100%,.12)}.post-header h1{font-family:"DM Serif Display",serif;font-size:clamp(28px,5vw,42px);font-weight:400;line-height:1.15;color:#e8e6e1;margin-bottom:1.5rem;max-width:640px}.post-header .post-meta{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.post-header .post-meta .meta-item{font-size:12px;font-family:"DM Mono",monospace;color:#6b6a72}.post-header .post-meta .meta-tags{display:flex;gap:6px}.post-body{max-width:680px;margin:3rem auto;padding:0 2rem}.post-body p{margin-bottom:1.5rem;font-size:16px;line-height:1.8}.post-body h2{font-family:"DM Serif Display",serif;font-size:26px;font-weight:400;color:#e8e6e1;margin:2.5rem 0 1rem}.post-body h2::before{content:"## ";color:#6b6a72;font-family:"DM Mono",monospace;font-size:14px}.post-body h3{font-size:18px;font-weight:500;color:#e8e6e1;margin:2rem 0 .8rem}.post-body a{color:#c8f464;text-decoration:underline;text-decoration-color:rgba(200,244,100,.3);transition:text-decoration-color .2s}.post-body a:hover{text-decoration-color:#c8f464}.post-body ul,.post-body ol{margin:0 0 1.5rem 1.5rem}.post-body ul li,.post-body ol li{margin-bottom:.5rem;font-size:16px;line-height:1.8}.post-body blockquote{border-left:2px solid #c8f464;padding:.5rem 0 .5rem 1.5rem;margin:2rem 0;color:#6b6a72;font-style:italic;font-family:"DM Serif Display",serif;font-size:18px;line-height:1.6}.post-body code{font-family:"DM Mono",monospace;font-size:13px;background:#131318;border:1px solid hsla(0,0%,100%,.07);padding:2px 7px;border-radius:4px;color:#c8f464}.post-body pre{background:#131318;border:1px solid hsla(0,0%,100%,.07);border-radius:8px;padding:1.5rem;overflow-x:auto;margin:1.5rem 0}.post-body pre code{background:none;border:none;padding:0;color:#e8e6e1;font-size:13px}.post-body hr{border:none;border-top:1px solid hsla(0,0%,100%,.07);margin:2.5rem 0}.post-body img{border-radius:8px;margin:1.5rem 0;border:1px solid hsla(0,0%,100%,.07)}.post-nav{max-width:860px;margin:0 auto 3rem;padding:2rem 2rem 0;border-top:1px solid hsla(0,0%,100%,.07);display:grid;grid-template-columns:1fr 1fr;gap:1rem}.post-nav .post-nav-item{padding:1.2rem;background:#131318;border:1px solid hsla(0,0%,100%,.07);border-radius:8px;transition:border-color .2s}.post-nav .post-nav-item:hover{border-color:hsla(0,0%,100%,.12)}.post-nav .post-nav-item.next{text-align:right}.post-nav .post-nav-item .nav-label{font-size:11px;font-family:"DM Mono",monospace;color:#6b6a72;display:block;margin-bottom:6px}.post-nav .post-nav-item .nav-title{font-size:14px;color:#e8e6e1;line-height:1.4}.highlight{background:#131318;border:1px solid hsla(0,0%,100%,.07);border-radius:8px;padding:1.5rem;overflow-x:auto;margin:1.5rem 0;font-family:"DM Mono",monospace;font-size:13px;line-height:1.7}.highlight .c,.highlight .c1,.highlight .cm{color:#6b6a72;font-style:italic}.highlight .k,.highlight .kd,.highlight .kn{color:#c8f464}.highlight .s,.highlight .s1,.highlight .s2{color:#a8d8a8}.highlight .n,.highlight .nf{color:#a89af5}.highlight .nc{color:#7b6ef6}.highlight .mi,.highlight .mf{color:#f4a364}.highlight .o{color:#e8e6e1}.highlight .p{color:#6b6a72}.highlight .nb{color:#c8f464}.highlight .na{color:#f4a364}.highlight .nt{color:#7b6ef6}.highlight .err{color:#ff6b6b}/*# sourceMappingURL=main.css.map */