.post{line-height:1.6;color:#fff}.post h1,.post h2,.post h3,.post h4,.post h5,.post h6{font-weight:700;margin-bottom:1rem;padding-bottom:0;scroll-margin-top:120px}@media (max-width: 800px){.post h1,.post h2,.post h3,.post h4,.post h5,.post h6{scroll-margin-top:20px}}.post h2{border-bottom:3px dashed var(--bg-accent-1)}.post h3{border-bottom:2px dashed var(--bg-accent-2)}.post h4{border-bottom:2px dashed var(--bg-accent-3)}.post p{margin-bottom:1.5rem}.post>*:not(:last-child):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){margin-bottom:1.5rem;padding-bottom:1.5rem}.post>h1:not(:last-child),.post>h2:not(:last-child),.post>h3:not(:last-child),.post>h4:not(:last-child),.post>h5:not(:last-child),.post>h6:not(:last-child){margin-bottom:1rem}.post blockquote{padding:1rem!important;border-left:4px solid #eb5967;background:radial-gradient(circle,#18171d,#16141c);font-style:italic}.post blockquote p{margin:0;padding:0 0 0 .5rem;font-size:110%;line-height:2}.post ul,.post ol{margin:1.5rem 0;padding-left:1.5rem}.post ul>li,.post ol>li{margin-bottom:.75rem;padding-left:1rem}.post ul li::marker,.post ol li::marker{color:var(--accent);font-size:1.1rem;font-weight:700}.post strong{position:relative}.post strong:before{content:"";position:absolute;top:-5%;left:-5%;width:110%;height:110%;background-color:var(--bg-accent-1);z-index:-1;transform:rotate(-1deg)}.post strong:nth-of-type(2n):before{background-color:var(--bg-accent-2);transform:rotate(1deg)}.post *::selection{background-color:var(--bg-accent-3);color:#fff}.post a{color:var(--secondary);text-decoration:none;display:inline-block;position:relative}.post a:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--secondary);transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease}.post a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--muted-color);z-index:-1}.post a:hover:before{transform:scaleX(1);transform-origin:bottom left}.post a:hover{color:var(--accent);text-decoration:none}.post img{max-width:100%;height:auto;margin-bottom:1.5rem}.post pre{border-radius:4px;margin:.3rem -3rem 1rem;overflow-x:auto;padding:0!important}.post code{font-family:Courier New,Courier,monospace}.post p code,.post li code{background:#ffffff1a;padding:.15rem .3rem .05rem;border-radius:4px;color:var(--highlight);font-weight:700;font-size:90%}.post pre code{position:relative;display:flex;flex-flow:column;font-size:.8rem;padding-left:3rem}.post pre:not(.shiki) code{border:1px solid var(--subtle-highlight)}.numbered-code-line{display:block;position:relative;counter-increment:line;padding-left:1rem;min-height:1.25rem}.numbered-code-line:before{content:attr(data-line-number);position:absolute;display:flex;align-items:center;justify-content:center;left:-3rem;width:3rem;top:0;color:#6e738d;font-style:italic;font-family:monospace;border-right:1px solid rgba(255,255,255,.1)}.numbered-code-line:first-of-type{padding-top:1rem}.numbered-code-line:last-of-type{padding-bottom:1rem}.numbered-code-line:first-of-type:before{padding-top:1rem}.numbered-code-line:last-of-type:before{padding-bottom:1rem}.post .rehype-code-title{color:var(--muted-color);font-size:.9rem;margin:0!important;padding:0!important;display:flex;justify-content:space-between;align-items:center;font-family:Courier New,Courier,monospace}.copy{border:none;background:none;padding:.25rem;position:relative;margin:0!important}.copy svg{width:1.1rem;height:1.1rem;color:var(--secondary)}.copy:hover{outline:1px solid var(--bg-accent-1)}.copy:hover svg{color:var(--secondary)}.copy:focus{outline:1px solid var(--bg-accent-3)}@media (max-width: 900px){.post pre{width:calc(100vw - 4rem);max-width:calc(100vw - 4rem);position:relative;margin:.5rem 0}}@media (max-width: 768px){.post{padding:.5rem}.post>*:not(:last-child){margin-bottom:1rem}.post>h1:not(:last-child),.post>h2:not(:last-child),.post>h3:not(:last-child),.post>h4:not(:last-child),.post>h5:not(:last-child),.post>h6:not(:last-child){margin-bottom:.75rem}.post pre{width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);position:relative;margin:.5rem 0}}.toc .title{border-bottom:1px solid var(--bg-accent-1);padding-bottom:.3rem;margin-bottom:.5rem;max-width:300px}.toc ul{list-style:none;padding:0}.toc li{margin-bottom:.5rem}.toc a{color:var(--primary);text-decoration:none;display:inline-block;position:relative}.toc a:hover{color:var(--accent);text-decoration:none}.code-line.diff-add{background-color:#a6da9526!important}.code-line.diff-remove{background-color:#ed879626!important}.numbered-code-line.diff-add:before,.numbered-code-line.diff-remove:before{content:attr(data-line-number)}.diff-marker{position:absolute;left:.5rem;font-weight:700;z-index:10}.diff-add-marker{color:#a6da95}.diff-remove-marker{color:#ed8796}.numbered-code-line.diff-add:before{background-color:#a6da951a}.numbered-code-line.diff-remove:before{background-color:#ed87961a}.post .table-container{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0;border-radius:4px;box-shadow:0 4px 6px #0000001a;padding:0!important;background:radial-gradient(circle,#18171d80,#16141c80)}.post table{width:100%;border-collapse:separate;border-spacing:0;font-size:80%;background:transparent;box-shadow:none;margin:0}.post table th{background-color:#ffffff1a;color:var(--secondary);font-weight:700;text-align:left;padding:.75rem 1rem;position:relative}.post table th:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--accent);transform:scaleX(.3);transform-origin:bottom left;transition:transform .3s ease}.post table tr:hover th:after{transform:scaleX(1)}.post table td{padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.05);transition:background-color .2s ease}.post table tr:last-child td{border-bottom:none}.post table tr:hover td{background-color:#ffffff0d}.post table tr:nth-child(2n){background-color:#ffffff05}.post table td strong,.post table th strong{position:relative;z-index:1}.post table td strong:before,.post table th strong:before{content:"";position:absolute;top:-5%;left:-5%;width:110%;height:110%;background-color:var(--bg-accent-2);z-index:-1;transform:rotate(-1deg);opacity:.8}@media (max-width: 768px){.post .table-container{max-width:calc(100vw - 2rem)}.post table{min-width:500px}}.post figure{border-radius:1rem;border:1px solid var(--bg-accent-1);padding:1rem;display:flex;flex-direction:column;gap:1rem;justify-content:center}.post figure img{width:auto;max-width:100%;flex-grow:0}.post figure.image-container{display:flex;flex-direction:column;align-items:center;margin:1.5rem 0}.post figure.image-container img{width:auto;max-width:100%;height:auto;flex-grow:0;border-radius:.25rem;margin-bottom:0}.post figure.image-container figcaption{margin-top:.5rem;font-size:.9rem;color:var(--accent);text-align:center}
