.post{width:100%}.post-hero{box-shadow:none;background:0 0;border:none;margin-bottom:2rem;padding:0}.post-hero-media{aspect-ratio:var(--cover-aspect);border:none;border-radius:0;margin-bottom:2rem;position:relative}.post-hero-media img{object-fit:cover;width:100%;height:100%}.post-hero-fallback{width:100%;height:100%;color:var(--muted);background:linear-gradient(135deg,#0b0b1a 0%,#3a003a 100%);flex-direction:column;justify-content:center;align-items:center;display:flex}.post-title-hero{font-size:var(--font-size-hero-title);letter-spacing:-.03em;font-weight:500;line-height:1.1}.post-hero-meta{border-top:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.25rem;padding-top:1.25rem;display:flex}.post-body{background:0 0;border:none;padding:0}.post-content{color:var(--fg);font-size:1rem;line-height:1.7}.post-content h1{font-size:var(--font-size-post-h1);color:var(--fg);letter-spacing:-.02em;margin-top:2.5rem;margin-bottom:1rem;font-weight:600;line-height:1.2}.post-content h2{font-size:var(--font-size-post-h2);color:var(--fg);letter-spacing:-.02em;border-bottom:none;margin-top:2.5rem;margin-bottom:1rem;font-weight:600;line-height:1.3}.post-content h3{color:var(--fg);letter-spacing:-.01em;margin-top:2rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.4}.post-content h4{color:var(--fg);margin-top:1.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:600;line-height:1.4}.post-content h5{color:var(--fg);letter-spacing:.01em;margin-top:1.25rem;margin-bottom:.6rem;font-size:.95rem;font-weight:600;line-height:1.4}.post-content h6{color:var(--muted);letter-spacing:.02em;text-transform:uppercase;margin-top:1.1rem;margin-bottom:.5rem;font-size:.9rem;font-weight:600;line-height:1.35}.post-content p{margin-bottom:1.5rem;line-height:1.7}.post-content hr{border:none;border-top:1px solid var(--border-subtle);margin:2rem 0}.post-content a{color:var(--fg);text-decoration:underline;text-decoration-color:var(--muted);text-underline-offset:2px;transition:text-decoration-color var(--transition-fast), opacity var(--transition-fast)}@media (hover:hover){.post-content a:hover{text-decoration-color:var(--fg)}}.post-content ul,.post-content ol{color:var(--fg);margin:1.25rem 0;padding-left:1.75rem}.post-content ul{list-style-type:disc}.post-content ul ul{list-style-type:circle}.post-content ul ul ul{list-style-type:square}.post-content ol{list-style-type:decimal}.post-content ul ul,.post-content ol ol,.post-content ul ol,.post-content ol ul{margin-top:.6rem;margin-bottom:.6rem}.post-content li{margin-bottom:.5rem;padding-left:.25rem;line-height:1.7}.post-content li::marker{color:var(--muted)}.post-content li p{margin-top:.75rem;margin-bottom:.75rem}.post-content ul:has(>li>input[type=checkbox]){padding-left:.25rem;list-style:none}.post-content li:has(>input[type=checkbox]){padding-left:0;list-style:none}.post-content input[type=checkbox]{appearance:none;border:1px solid var(--border-subtle);vertical-align:-.08rem;background:0 0;width:.95rem;height:.95rem;margin:0 .6rem 0 0;position:relative}.post-content input[type=checkbox][checked]:after{content:"";border-right:2px solid var(--fg);border-bottom:2px solid var(--fg);width:.25rem;height:.5rem;position:absolute;top:.12rem;left:.28rem;transform:rotate(45deg)}.post-content blockquote{border-left:3px solid var(--border-subtle);background:var(--accent-soft);color:var(--fg);box-shadow:none;border-radius:0;margin:1.5rem 0;padding:1rem 1.5rem;font-style:italic;line-height:1.7}.post-content blockquote.notion-callout{border-left-width:4px;border-left-color:var(--fg);background:#ffffff0d;font-style:normal}.post-content blockquote.notion-callout p:first-child{margin-top:0}.post-content blockquote.notion-callout p:last-child{margin-bottom:0}.post-content details{border:1px solid var(--border-subtle);background:#ffffff05;margin:1.5rem 0;padding:.9rem 1rem}.post-content summary{cursor:pointer;margin:-.2rem 0;font-weight:600}.post-content details[open]>summary{margin-bottom:.6rem}.table-wrapper{border:1px solid var(--border-subtle);background:#ffffff03;width:100%;margin:1.5rem 0;overflow-x:auto}.post-content table{border-collapse:collapse;border-spacing:0;width:100%;min-width:560px}.post-content thead{background:#ffffff08}.post-content th,.post-content td{border:1px solid var(--border-subtle);vertical-align:top;text-align:left;padding:.6rem .75rem}.post-content th{font-size:.9rem;font-weight:600}.post-content td{font-size:.94rem}.post-content th[align=center],.post-content td[align=center]{text-align:center}.post-content th[align=right],.post-content td[align=right]{text-align:right}.post-content th[align=left],.post-content td[align=left]{text-align:left}.post-content img{box-sizing:border-box;border:none;border-radius:0;width:100%;max-width:100%;height:auto;margin:2rem auto 1rem;display:block}.post-content figcaption,.post-content img+em{text-align:center;color:var(--muted);font-size:.875rem;font-family:var(--mono);margin-top:.5rem;margin-bottom:2rem;font-style:normal;line-height:1.5;display:block}.post-content code{font-family:var(--mono);background:var(--accent-soft);color:var(--fg);border-radius:3px;padding:.2em .35em;font-size:.9em}.post-content kbd{font-family:var(--mono);border:1px solid var(--border-subtle);background:#ffffff0a;padding:.1rem .3rem;font-size:.82em}.post-content mark{color:var(--fg);background:#fff3;padding:.02rem .16rem}.post-content abbr[title]{text-decoration:underline dotted var(--muted);text-underline-offset:2px;cursor:help}.post-content del,.post-content s{opacity:.8}.post-content sup,.post-content sub{font-size:.75em;line-height:0}.code-wrapper{background:var(--accent-soft);border:1px solid var(--border-subtle);box-shadow:none;box-sizing:border-box;border-radius:0;max-width:100%;margin:1.5rem 0;overflow:hidden}.code-header{background:var(--accent-soft);border-bottom:1px solid var(--border-subtle);color:var(--muted);font-size:.8rem;font-family:var(--mono);text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.code-copy-btn{border:1px solid var(--border-subtle);color:var(--fg);font-family:var(--mono);cursor:pointer;transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);text-transform:uppercase;letter-spacing:.05em;background:0 0;border-radius:0;min-height:28px;padding:.35rem .75rem;font-size:.75rem}.code-copy-btn:hover{background:var(--accent-soft);border-color:var(--fg)}.code-copy-btn:active{background:var(--accent-soft)}.code-copy-btn:focus-visible{outline:2px solid var(--fg);outline-offset:2px}.code-copy-btn.copied{background:var(--fg);color:var(--bg);border-color:var(--fg)}.code-wrapper pre{box-sizing:border-box;word-wrap:break-word;background:0 0;max-width:100%;margin:0;padding:1.25rem;line-height:1.6;overflow:auto hidden}.code-wrapper code{background:0 0;border-radius:0;padding:0}.hljs{color:var(--fg);background:0 0}.hljs-comment,.hljs-quote{color:var(--token-comment)}.hljs-punctuation,.hljs-operator{color:var(--token-punctuation)}.hljs-keyword,.hljs-selector-tag{color:var(--token-keyword)}.hljs-string,.hljs-attr,.hljs-selector-id,.hljs-selector-class{color:var(--token-string)}.hljs-number,.hljs-literal{color:var(--token-number)}.hljs-title,.hljs-function,.hljs-variable,.hljs-property{color:var(--token-function)}.hljs-type,.hljs-built_in,.hljs-symbol,.hljs-meta{color:var(--token-operator)}.post-comments{border-top:1px solid var(--border-subtle);contain-intrinsic-size:auto 26rem;margin-top:3rem;padding-top:2rem}.post-comments .giscus{min-height:26rem}.giscus-consent{border:1px solid var(--border-subtle);padding:1.5rem}.giscus-consent h2{letter-spacing:-.02em;margin:0 0 .75rem;font-size:1rem;font-weight:500}.giscus-consent p{color:var(--muted);max-width:68ch;margin:0 0 1rem;font-size:.9rem;line-height:1.6}.giscus-consent-button{margin-top:0}.post-comments .giscus-skeleton{background:linear-gradient(90deg, var(--visual-surface) 0%, color-mix(in srgb, var(--border-subtle) 40%, var(--visual-surface)) 50%, var(--visual-surface) 100%);background-size:200% 100%;border-radius:.375rem;animation:1.4s ease-in-out infinite giscus-skeleton-pulse}.post-comments:not([aria-busy=true]) .giscus-skeleton{background:0 0;animation:none}@keyframes giscus-skeleton-pulse{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.post-comments .giscus-skeleton{background:var(--visual-surface);animation:none}}.post-nav{border-top:1px solid var(--border-subtle);margin-top:3rem;padding-top:2rem}.related-posts-title{color:var(--fg);letter-spacing:-.01em;margin:0 0 1rem;font-size:1rem;font-weight:600}.related-posts-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin:0;padding:0;list-style:none;display:grid}.related-posts-grid>li{min-width:0;margin:0}.related-post-card{border:1px solid var(--border-subtle);transition:background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);user-select:text;background:0 0;border-radius:0;min-height:44px;padding:1rem 1.25rem;text-decoration:none;display:block}@media (hover:hover){.related-post-card:hover{border-color:var(--fg);background:#ffffff05}}.related-post-card *{pointer-events:none;user-select:text}.related-post-title{color:var(--fg);margin:0;font-size:.95rem;font-weight:500;line-height:1.4}@media (width<=768px){.post-hero,.post-hero-media{margin-bottom:1.5rem}.post-title-hero{font-size:clamp(1.25rem,4vw,1.6rem)}.post-hero-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.post-content{font-size:.95rem}.post-content h1{margin-top:2rem;font-size:1.3rem}.post-content h2{margin-top:2rem;font-size:1.15rem}.post-content h3{margin-top:1.5rem;font-size:1.05rem}.post-content h4{margin-top:1.25rem;font-size:.95rem}.post-content h5{font-size:.9rem}.post-content h6{font-size:.82rem}.post-content p{margin-bottom:1.25rem}.post-content hr{margin:1.5rem 0}.post-content ul,.post-content ol{margin:1rem 0;padding-left:1.5rem}.post-content li{margin-bottom:.5rem}.post-content blockquote{margin:1.25rem 0;padding:.875rem 1.25rem}.post-content details{margin:1.25rem 0;padding:.75rem .875rem}.post-content img{border-radius:0;max-width:100%;height:auto;margin:1.5rem auto .75rem}.code-wrapper{-webkit-overflow-scrolling:touch;max-width:100%;margin:1.25rem 0;overflow-x:auto}.code-wrapper pre{word-break:break-word;padding:1rem;font-size:.875rem;overflow-x:auto}.post-content figcaption,.post-content img+em{margin-bottom:1.5rem;font-size:.8rem}.table-wrapper{margin:1.25rem 0}.post-content table{min-width:460px}.post-content th,.post-content td{padding:.5rem .6rem}.code-header{padding:.5rem .875rem;font-size:.75rem}.code-copy-btn{min-height:28px;padding:.3rem .65rem;font-size:.7rem}.post-nav,.post-comments{margin-top:2rem;padding-top:1.5rem}.related-posts-title{margin-bottom:.875rem;font-size:.95rem}.related-posts-grid{grid-template-columns:1fr;gap:.875rem}.related-post-card{min-height:44px;padding:.875rem 1rem}.related-post-title{font-size:.9rem}}@media (width<=600px){.post-body,.post-hero{padding:0}.post-content{font-size:.9rem}.code-wrapper pre{padding:.875rem;font-size:.8rem}}
