.post-media-wrapper{position:relative;overflow:hidden;border-radius:var(--radius)}.post-media-wrapper__image{width:100%;height:auto;max-height:400px;object-fit:cover;display:block;border-radius:var(--radius)}.post-media-wrapper--with-overlay:after{content:"";position:absolute;inset:0;background:var(--thinkia-overlay-blue-08);pointer-events:none;z-index:1;border-radius:var(--radius)}.post-back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--muted-foreground);text-decoration:none;margin-bottom:1.5rem;transition:color .2s ease,gap .2s ease}.post-back-link:hover{color:var(--foreground);gap:.65rem}.post-back-link-arrow{display:inline-block;transition:transform .2s ease}.post-back-link:hover .post-back-link-arrow{transform:translate(-2px)}.post-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:1rem}.post-meta-item{font-size:.875rem;color:var(--muted-foreground)}.post-meta-separator{width:4px;height:4px;border-radius:50%;background:var(--muted-foreground);opacity:.6}.post-meta-read-time{font-size:.8125rem;padding:.15em .5em;background:var(--glass-surface);backdrop-filter:blur(var(--glass-blur-sm));-webkit-backdrop-filter:blur(var(--glass-blur-sm));border:1px solid var(--glass-border-subtle);border-radius:9999px;font-weight:500;box-shadow:0 1px 3px #00000008}@supports not (backdrop-filter: blur(1px)){.post-meta-read-time{background:var(--muted)}}.post-nav{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border);display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.post-nav-link{padding:.75rem 1rem;border-radius:var(--glass-radius-sm);border:1px solid transparent;transition:background .2s,border-color .2s,box-shadow .2s}.post-nav-link:hover{background:var(--glass-surface);backdrop-filter:blur(var(--glass-blur-sm));-webkit-backdrop-filter:blur(var(--glass-blur-sm));border-color:var(--glass-border-subtle);box-shadow:var(--glass-shadow)}@supports not (backdrop-filter: blur(1px)){.post-nav-link:hover{background:var(--muted)}}.post-nav-link--next{text-align:right}.post-nav-label{font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground)}.post-nav-title{font-size:.9375rem;font-weight:500;color:var(--foreground);margin-top:.25rem;line-height:1.35}.post-nav-link:hover .post-nav-title{text-decoration:underline}.post-header__title{font-family:var(--font-family-heading);font-size:clamp(2.25rem,5vw + 1rem,4rem);font-weight:700;line-height:1.2;letter-spacing:-.03em;color:var(--foreground)}@media(max-width:991px){.post-header__title{font-size:clamp(1.875rem,5.5vw + .5rem,2.75rem)}}.post-content{--post-anchor-offset: 5rem;--post-body: var(--foreground);--post-body-muted: var(--muted-foreground);--post-heading: var(--foreground);--post-link: var(--primary);--post-link-hover: var(--foreground);--post-code-bg: var(--muted);--post-code-fg: var(--foreground);--post-code-block-bg: oklch(.96 0 0);--post-code-block-border: oklch(.88 0 0);--post-blockquote-border: var(--primary);--post-blockquote-bg: var(--muted);--post-hr: var(--border);--post-table-border: var(--border);max-width:65ch;font-size:1.0625rem;line-height:1.7;color:var(--post-body)}@media(min-width:768px){.post-content{--post-anchor-offset: 5.5rem}}.post-content :is(h1,h2,h3,h4,h5,h6){scroll-margin-top:var(--post-anchor-offset)}.post-content p{margin-top:0;margin-bottom:1.25em}.post-content p:first-child{margin-top:0}.post-content h1{font-family:var(--font-family-heading);font-size:clamp(1.75rem,3vw + .5rem,2.25rem);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:var(--post-heading);margin-top:2.5em;margin-bottom:.6em}.post-content h1:first-child{margin-top:0}.post-content h2{font-family:var(--font-family-heading);font-size:clamp(1.5rem,2.5vw + .25rem,1.875rem);font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--post-heading);margin-top:2.25em;margin-bottom:.5em;padding-bottom:.25em;border-bottom:1px solid var(--post-hr)}.post-content h2:first-child{margin-top:0}.post-content h3{font-family:var(--font-family-heading);font-size:clamp(1.25rem,2vw + .2rem,1.5rem);font-weight:600;line-height:1.35;color:var(--post-heading);margin-top:2em;margin-bottom:.45em}.post-content h3:first-child{margin-top:0}.post-content h4{font-family:var(--font-family-heading);font-size:1.125rem;font-weight:600;line-height:1.4;color:var(--post-heading);margin-top:1.75em;margin-bottom:.4em}.post-content h4:first-child{margin-top:0}.post-content h5{font-size:1.0625rem;font-weight:600;line-height:1.4;color:var(--post-heading);margin-top:1.5em;margin-bottom:.35em}.post-content h5:first-child{margin-top:0}.post-content h6{font-size:1rem;font-weight:600;line-height:1.45;color:var(--post-body-muted);margin-top:1.25em;margin-bottom:.3em}.post-content h6:first-child{margin-top:0}.post-content a{color:var(--post-link);text-decoration:underline;text-underline-offset:.15em;text-decoration-thickness:1px;transition:color .15s ease}.post-content a:hover{color:var(--post-link-hover)}.post-content :not(pre)>code{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,Liberation Mono,monospace;font-size:.9em;padding:.2em .45em;background:var(--post-code-bg);color:var(--post-code-fg);border-radius:.25rem;border:1px solid var(--post-code-border, var(--border))}.post-content pre{margin-top:1.5em;margin-bottom:1.5em;padding:1.25rem 1.5rem;overflow-x:auto;overflow-y:hidden;background:var(--post-code-block-bg);border:1px solid var(--post-code-block-border, var(--border));border-radius:var(--glass-radius-sm);font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,Liberation Mono,monospace;font-size:.9375rem;line-height:1.65;color:var(--post-code-fg);box-shadow:0 1px 3px #0000000f}.post-content pre code{padding:0;background:none;border:none;font-size:inherit;font-family:inherit;color:inherit}.dark .post-content pre,[data-theme=dark] .post-content pre{--post-code-block-bg: oklch(.18 .02 240);--post-code-block-border: oklch(.28 .02 240)}.post-content blockquote{margin-top:1.5em;margin-bottom:1.5em;padding:1rem 1.25rem 1rem 1.5rem;background:var(--glass-surface);backdrop-filter:blur(var(--glass-blur-sm));-webkit-backdrop-filter:blur(var(--glass-blur-sm));border-radius:0 var(--glass-radius-sm) var(--glass-radius-sm) 0;border:1px solid var(--glass-border-subtle);border-left:4px solid var(--post-blockquote-border);color:var(--post-body-muted);font-style:italic;font-size:clamp(.9375rem,2vw + .5rem,1.125rem);line-height:1.7;box-shadow:0 2px 8px #00000008}@supports not (backdrop-filter: blur(1px)){.post-content blockquote{background:var(--post-blockquote-bg)}}.post-content blockquote p{margin-bottom:.5em}.post-content blockquote p:last-child{margin-bottom:0}.post-content ul,.post-content ol{margin-top:1em;margin-bottom:1.25em;padding-left:1.5em}.post-content li{margin-bottom:.35em}.post-content li::marker{color:var(--post-body-muted)}.post-content ul{list-style-type:disc}.post-content ol{list-style-type:decimal}.post-content hr{margin-top:2.5em;margin-bottom:2.5em;border:none;border-top:1px solid var(--post-hr)}.post-content strong{font-weight:600}.post-content em{font-style:italic}.post-content img{max-width:100%;height:auto;border-radius:.5rem;margin-top:1.5em;margin-bottom:1.5em}.post-content table{width:100%;border-collapse:collapse;margin-top:1.5em;margin-bottom:1.5em;font-size:.9375rem}.post-content th,.post-content td{padding:.5rem .75rem;border:1px solid var(--post-table-border);text-align:left}.post-content th{font-weight:600;background:var(--muted);color:var(--post-heading)}.post-content tr:nth-child(2n) td{background:var(--muted)}.post-content dl{margin-top:1em;margin-bottom:1.25em}.post-content dt{font-weight:600;margin-top:.75em;color:var(--post-heading)}.post-content dt:first-child{margin-top:0}.post-content dd{margin-left:1.5em;margin-bottom:.5em;color:var(--post-body-muted)}@media print{.thoughts-post-mobile-toggle,.thoughts-post-layout__sidebar,.post-back-link,.thinkia-header,#thinkia-footer,.post-nav,[aria-label="Post tags"]{display:none!important}.thoughts-post-layout{display:block!important}.thoughts-post-layout__article{max-width:100%!important}.post-content{max-width:100%}.post-header__title,.post-content h1,.post-content h2,.post-content h3{color:#000}.post-content a{color:#000;text-decoration:underline}.post-content pre{background:var(--muted);border-color:#ddd}.post-content blockquote{border-color:#ccc;background:var(--muted)}}.thoughts-filter-bar{margin-bottom:1.5rem}.thoughts-filter-chips{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.thoughts-filter-chip{display:inline-flex;align-items:center;padding:.4em .9em;font-size:.875rem;font-weight:500;line-height:1.3;border-radius:9999px;border:1.5px solid var(--border);background:transparent;color:var(--foreground);cursor:pointer;transition:color .2s,background .2s,border-color .2s}.thoughts-filter-chip:hover{border-color:var(--primary);color:var(--primary)}.thoughts-filter-chip--active{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.thoughts-filter-chip--active:hover{background:var(--primary);color:var(--primary-foreground);opacity:.95}
