:root{--background:#fff;--foreground:#222;--primary:#d23669;--secondary:#444;--accent:#ffa7c4;--muted:#6a737d;--border:#eaeaea;--code-bg:#f6f8fa}[class=dark]{--background:#282c35;--foreground:#fff;--primary:#ffa7c4;--secondary:#ccc;--accent:#d23669;--muted:#9da3aa;--border:#373c49;--code-bg:#1e2127}*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.6;font-size:18px;background-color:var(--background);color:var(--foreground);transition:background-color .3s ease,color .3s ease}a{color:var(--primary);text-decoration:none}.container{max-width:42rem;padding:2rem 1rem;margin:0 auto}header{display:flex;flex-direction:column;gap:.5rem}.header-inner{display:flex;justify-content:space-between;align-items:center}.heading{font-size:2.5rem;line-height:1.2;margin:1rem 0;color:var(--foreground);a{font-size:2.5rem;line-height:1.2;margin:1rem 0;background:linear-gradient(90deg,#ff7e5f,#feb47b);background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:700;display:inline}}.description{font-size:1rem;color:var(--secondary)}.theme-toggle{background:none;border:none;cursor:pointer;font-size:1.5rem;padding:.5rem}.post-list{list-style:none;padding:0;margin:0}.post-item{margin-bottom:2.5rem;&:hover{transition:all .3s ease;transform:scale(1.02)}}.post-title{font-size:1.8rem;line-height:1.3;padding:0;margin:0}.gradient-text{background:linear-gradient(90deg,#ff7e5f,#feb47b);background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:700;display:inline}.post-meta{color:var(--muted);font-size:.8rem}.post-content{margin-top:2.5rem}.post-excerpt{color:var(--secondary);padding:0;margin:0}.section-title{font-size:1.8rem;margin-bottom:1.5rem}.back-home,.section-title{margin-top:3rem}.intro{margin-bottom:5rem;font-size:1rem;font-weight:500}.footer,.intro{margin-top:4rem}.footer{padding-top:1.5rem;border-top:1px solid var(--border);color:var(--muted);font-size:.9rem;text-align:center}code.hljs{border-radius:25px;padding:10px}li code,p code,span code,table td code{background:rgba(255,229,100,.2);padding:.2em .4em;border-radius:.3em;font-size:.95em;color:#1a1a1a;font-family:Menlo,Monaco,Consolas,Courier New,monospace}table td code{white-space:pre-wrap;word-break:break-word}.avatar-block{display:inline-flex;align-items:center;gap:.5rem;font-style:italic}.by-text{font-family:serif}.avatar-img{width:36px;height:36px;border-radius:9999px;object-fit:cover;display:block}