:root{--bg:#282828;--bg1:#3c3836;--bg2:#504945;--fg:#ebdbb2;--fg2:#d5c4a1;--fg4:#a89984;--orange:#fe8019;--orange-dim:#d65d0e;--yellow:#fabd2f;--border-color:#504945;--text-color:var(--fg);--secondary-text-color:var(--fg4);--link-color:var(--orange);--link-hover-color:var(--orange-dim);--code-bg-color:var(--bg1)}.post{max-width:900px}.post-hero{position:relative;overflow:hidden;border-radius:1rem;border:1px solid var(--border-color);aspect-ratio:16/7;margin-bottom:-4.5rem;background:linear-gradient(135deg,var(--bg1),var(--bg2))}.post-hero img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.post-hero::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(40,40,40,0) 20%,rgba(40,40,40,.5) 58%,var(--bg) 100%)}.post-heading{position:relative;z-index:1;padding-top:5rem;margin-bottom:1.5rem}.post-title{margin-bottom:.4rem}.publish-metadata{color:var(--fg4);font-size:.9rem}.tag{margin-right:.5rem}.paginator{display:flex;justify-content:space-between;margin-top:2rem}.toc{border:1px solid var(--border-color);padding:1rem;border-radius:.5rem}#back-to-top{margin-top:1.5rem;background:var(--bg1);color:var(--fg);border:1px solid var(--border-color);padding:.5rem .75rem;border-radius:.5rem}@media(max-width:640px){.post-hero{aspect-ratio:4/3;margin-bottom:-3rem}.post-heading{padding-top:3.5rem}}