.single-post{background:var(--card,#fff);padding:0;border-radius:var(--radius,8px);margin-bottom:var(--space-8,32px)}.entry-header{text-align:center;margin-bottom:var(--space-8,32px);max-width:720px;margin-left:auto;margin-right:auto}.entry-title{font-size:clamp(1.75rem, 5vw, 2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:var(--space-4,16px) 0;color:var(--foreground,#18181b)}.entry-meta{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--space-4,16px);font-size:var(--text-sm,14px);color:var(--muted-foreground,#666)}.entry-meta span{display:flex;align-items:center;gap:4px}.entry-meta a{color:inherit;font-weight:600;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.entry-meta a:focus-visible,.entry-meta a:hover{color:var(--evte-primary,#0056b3);text-decoration-thickness:2px}.post-actions-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding:12px 0;margin-bottom:20px;border-top:1px solid var(--border,#e4e4e7);border-bottom:1px solid var(--border,#e4e4e7)}.post-share-inline,.post-summarize{display:flex;align-items:center;gap:10px}.actions-label{font-size:13px;color:var(--muted-foreground,#71717a);font-weight:400}.post-share-inline a,.post-summarize a{color:var(--muted-foreground,#71717a);transition:color .15s,transform .15s;display:flex;align-items:center;padding:4px}.post-share-inline a:hover,.post-summarize a:hover{color:var(--foreground,#18181b);transform:scale(1.15)}.entry-featured-image{margin-bottom:clamp(2rem,4vw,3rem);border-radius:var(--radius-xl,12px);overflow:hidden}.entry-featured-image img{width:100%;height:auto;display:block}.entry-content{font-size:18px;line-height:1.8;color:var(--foreground,#333);margin-bottom:30px}.entry-content p{margin-bottom:1.5em}.entry-content a{color:var(--link-color,var(--evte-primary,#0056b3));text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;transition:color .15s,text-decoration-thickness .15s}.entry-content a:hover{text-decoration-thickness:2px}.entry-content h2,.entry-content h3{margin-top:2em;margin-bottom:1em}.post-tags{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:20px}.post-tags a{background:var(--muted,#f0f0f0);padding:5px 12px;border-radius:var(--radius,3px);font-size:13px;color:var(--muted-foreground,#666);transition:background-color .3s,color .3s}.post-share{display:flex;align-items:center;flex-wrap:wrap;gap:10px;border-top:1px solid var(--border,#e4e4e7);padding-top:20px;margin-top:30px}.post-share a{color:var(--muted-foreground,#71717a);transition:color .15s,transform .15s;display:flex;align-items:center;padding:4px}.post-share svg,.post-share-inline svg{fill:currentColor;flex-shrink:0}.post-share a:hover{color:var(--foreground,#18181b);transform:scale(1.15)}.author-box{display:flex;gap:20px;background:var(--muted,#f4f4f5);padding:30px;border-radius:8px;margin:30px 0}.author-avatar{flex-shrink:0}.author-avatar img{border-radius:50%}.author-info .author-name{font-size:20px;font-weight:700;line-height:1.3;margin-bottom:2px;color:var(--foreground,#333)}.author-info .author-job-title{font-size:14px;font-weight:500;line-height:1.3;margin:0 0 14px;color:var(--muted-foreground,#71717a)}.author-info p{margin-bottom:15px;line-height:1.6}.author-info .author-expertise{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 16px;padding:0;line-height:1}.author-info .expertise-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;line-height:1.4;color:var(--muted-foreground,#71717a);background:var(--muted,#f4f4f5);border:1px solid var(--border,#e4e4e7);border-radius:999px;white-space:nowrap}.author-link{font-weight:600}.author-footer{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:12px}.author-social{display:inline-flex;flex-wrap:wrap;gap:10px;align-items:center}.author-social a{display:inline-flex;align-items:center;padding:4px;color:var(--muted-foreground,#71717a);text-decoration:none;transition:color .15s,transform .15s}.author-social a:hover{color:var(--foreground,#18181b);transform:scale(1.15)}.author-social a:focus-visible{outline:2px solid var(--evte-primary,#0056b3);outline-offset:2px;border-radius:2px}.author-box-coauthor{display:flex;align-items:center;gap:14px;margin:-20px 0 30px;padding:14px 20px;background:var(--background,#fff);border:1px solid var(--border,#e4e4e7);border-left:3px solid var(--evte-primary,#0056b3);border-radius:6px}.author-box-coauthor .coauthor-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:50%;background:var(--muted,#f4f4f5);color:var(--evte-primary,#0056b3)}.author-box-coauthor .coauthor-content{flex:1;min-width:0}.author-box-coauthor .coauthor-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground,#71717a);line-height:1.2;margin-bottom:2px}.author-box-coauthor .coauthor-name{margin:0;font-size:14px;color:var(--foreground,#333);line-height:1.4}.author-box-coauthor .coauthor-role{color:var(--muted-foreground,#71717a);font-weight:400}.related-posts{margin-top:40px}.related-posts .section-title{font-size:24px;font-weight:700;margin-bottom:30px;color:var(--foreground,#333)}.comments-area,.more-by-author,.related-posts{content-visibility:auto;contain-intrinsic-size:auto 400px}@media (max-width:768px){.single-post{padding:0}.entry-header{padding:0 16px}.entry-title{font-size:1.5rem}.entry-content{font-size:16px;padding:0 16px}.author-box{flex-direction:column;text-align:center;margin:0 16px}.author-box-coauthor{margin:-20px 16px 30px;padding:12px 16px}.author-footer{justify-content:center}.related-posts .posts-grid{grid-template-columns:1fr!important}.post-tags{padding:0 16px}.post-share{padding:16px}.post-actions-bar{flex-direction:column;padding:12px 16px;gap:10px}}@media (max-width:480px){.entry-title{font-size:1.3rem}.entry-content{font-size:15px;line-height:1.7}.entry-content>p:first-of-type::first-letter{font-size:3em}}.entry-content>p:first-of-type::first-letter{float:left;font-size:3.5em;font-weight:700;line-height:.8;margin:.05em .12em 0 0;color:var(--evte-primary,#0056b3);font-family:Georgia,'Times New Roman',serif}.reading-progress-bar{position:fixed;top:0;left:0;height:3px;width:0%;background:var(--evte-primary,#0056b3);z-index:9999;transition:width .1s linear;pointer-events:none}.entry-content .table-of-contents,.table-of-contents{background:var(--muted,#f4f4f5);border:none;border-radius:var(--radius,8px);margin-bottom:24px;max-width:400px;overflow:hidden}.toc-title{font-size:13px;font-weight:600;color:var(--foreground,#18181b);margin:0;padding:10px 14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;transition:background-color .15s}.toc-title:hover{background:rgb(0 0 0 / .04)}.toc-title::after{content:'';width:7px;height:7px;border-right:1.5px solid var(--muted-foreground,#71717a);border-bottom:1.5px solid var(--muted-foreground,#71717a);transform:rotate(45deg);transition:transform .2s;flex-shrink:0}.table-of-contents.open .toc-title::after{transform:rotate(-135deg)}.entry-content .table-of-contents ul,.table-of-contents ul{list-style:none!important;padding:0!important;margin:0!important;max-height:0;overflow:hidden;transition:max-height .3s}.entry-content .table-of-contents.open ul,.table-of-contents.open ul{max-height:800px;padding:0 14px 10px!important}.entry-content .table-of-contents li,.table-of-contents li{list-style:none!important;margin:0!important;padding:0!important;border:none!important;background:0 0!important;line-height:inherit!important}.entry-content .table-of-contents li a,.table-of-contents li a{color:var(--foreground,#18181b);text-decoration:underline!important;text-decoration-thickness:1px;text-decoration-color:rgb(0 0 0 / .25);text-underline-offset:3px;font-size:13px;font-weight:500;line-height:1.35;display:flex;align-items:baseline;gap:6px;padding:4px 0!important;margin:0!important;border-bottom:1px solid rgb(0 0 0 / .06);transition:color .15s,text-decoration-color .15s,text-decoration-thickness .15s}.table-of-contents li:last-child a{border-bottom:none}.table-of-contents .toc-number{color:var(--muted-foreground,#71717a);font-size:12px;font-weight:600;min-width:18px;flex-shrink:0;font-variant-numeric:tabular-nums}.table-of-contents li a:focus-visible,.table-of-contents li a:hover{color:var(--evte-primary,#0056b3);text-decoration-color:var(--evte-primary,#0056b3);text-decoration-thickness:2px}.table-of-contents .toc-h3{padding-left:20px!important}.table-of-contents .toc-h3 a{font-size:12px;font-weight:400;color:var(--muted-foreground,#71717a);border-bottom-color:rgb(0 0 0 / .03)}.table-of-contents .toc-h3 .toc-number{font-weight:400;min-width:24px}.table-of-contents .adsbygoogle,.table-of-contents iframe,.table-of-contents ins.adsbygoogle{display:none!important;height:0!important;max-height:0!important;overflow:hidden!important}.header-nav,.site-navigation{transition:transform .3s,opacity .3s}@media (max-width:768px){.header-nav,.site-navigation{transform:translateY(-10px);opacity:0;pointer-events:none}.header-nav.active,.site-navigation.active{transform:translateY(0);opacity:1;pointer-events:auto}}.entry-featured-image img,.post-thumbnail img{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}.post-thumbnail img.placeholder-image{animation:1.5s ease-in-out infinite skeleton-pulse}@keyframes skeleton-pulse{0%{background-position:200% 0}100%{background-position:-200% 0}}.dark .entry-content{color:var(--foreground,#fafafa)}.dark .entry-content blockquote{border-color:var(--border,#27272a);color:var(--muted-foreground,#a1a1aa);background:var(--muted,#27272a)}.dark .post-tags a{background:var(--muted,#27272a);color:var(--muted-foreground,#a1a1aa)}.dark .post-share{border-color:var(--border,#27272a)}.dark .author-box{background:var(--card,#18181b)}.dark .author-info .author-name{color:var(--foreground,#fafafa)}.dark .author-social a{color:var(--muted-foreground,#a1a1aa)}.dark .author-social a:hover{color:var(--foreground,#fafafa)}.dark .author-social a:focus-visible{outline-color:var(--evte-primary,#60a5fa)}.dark .author-box-coauthor{background:var(--card,#18181b);border-color:var(--border,#3f3f46);border-left-color:var(--evte-primary,#60a5fa)}.dark .author-box-coauthor .coauthor-icon{background:var(--muted,#27272a);color:var(--evte-primary,#60a5fa)}.dark .author-box-coauthor .coauthor-name{color:var(--foreground,#fafafa)}.dark .author-box-coauthor .coauthor-label,.dark .author-box-coauthor .coauthor-role{color:var(--muted-foreground,#a1a1aa)}.dark .related-posts .section-title{color:var(--foreground,#fafafa)}.dark .entry-content>p:first-of-type::first-letter{color:var(--evte-primary,#60a5fa)}.dark .post-actions-bar{background:var(--card,#18181b);border-color:var(--border,#27272a)}.dark .post-actions-bar a{color:var(--muted-foreground,#a1a1aa)}.dark .post-actions-bar a:hover{color:var(--foreground,#fafafa)}.entry-subtitle{font-size:1.125rem;color:var(--muted-foreground,#666);margin:.5rem 0 1.5rem}.updated-date{color:var(--evte-primary,#0056b3);font-weight:600;margin-left:6px}.copy-link-btn{background:0 0;border:none;cursor:pointer;padding:4px;color:inherit;display:inline-flex;align-items:center}.post-groups-cta{background:var(--muted,#f4f4f5);padding:16px 20px;border-radius:var(--radius,8px);margin:24px 0;font-size:14px;line-height:1.6}.post-attribution{font-size:14px;color:var(--muted-foreground,#71717a);padding:12px 0;border-top:1px solid var(--border,#e4e4e7)}.post-attribution-via{margin-left:16px}.entry-content .wp-block-table,.entry-content figure.wp-block-table{margin:1.75em 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.entry-content table{width:100%;border-collapse:collapse;border-spacing:0;font-size:.95em;line-height:1.5;border:1px solid var(--border,#e4e4e7);border-radius:var(--radius,8px);overflow:hidden}.entry-content table thead{background:var(--muted,#f4f4f5)}.entry-content table th{padding:12px 14px;text-align:left;font-weight:700;color:var(--foreground,#18181b);border-bottom:2px solid var(--border,#e4e4e7);vertical-align:top}.entry-content table td{padding:12px 14px;border-bottom:1px solid var(--border,#e4e4e7);vertical-align:top}.entry-content table tbody tr:last-child td{border-bottom:none}.entry-content table tbody tr:hover{background:var(--muted,#f4f4f5)}.entry-content .wp-block-table.is-style-stripes table{border:none}.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd){background:var(--muted,#f4f4f5)}.entry-content .wp-block-table.is-style-stripes tbody tr:hover{background:var(--muted,#ececec)}.entry-content .wp-block-table figcaption,.entry-content table caption{margin-top:8px;font-size:.85em;color:var(--muted-foreground,#71717a);text-align:center;caption-side:bottom}.entry-content table td.has-text-align-center,.entry-content table th.has-text-align-center{text-align:center}.entry-content table td.has-text-align-right,.entry-content table th.has-text-align-right{text-align:right}.dark .entry-content table{border-color:var(--border,#27272a)}.dark .entry-content table thead{background:var(--muted,#27272a)}.dark .entry-content table td,.dark .entry-content table th{border-color:var(--border,#27272a)}.dark .entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd),.dark .entry-content table tbody tr:hover{background:var(--muted,#27272a)}.entry-content .wp-block-quote,.entry-content blockquote{margin:1.75em 0;padding:1em 1.5em;border-left:4px solid var(--evte-primary,#0056b3);background:var(--muted,#f4f4f5);border-radius:0 var(--radius,8px) var(--radius,8px) 0;font-style:italic;color:var(--foreground,#18181b)}.entry-content .wp-block-quote p:last-child,.entry-content blockquote p:last-child{margin-bottom:0}.entry-content .wp-block-quote cite,.entry-content blockquote cite{display:block;margin-top:.75em;font-size:.9em;font-style:normal;color:var(--muted-foreground,#71717a)}.entry-content .wp-block-quote cite::before,.entry-content blockquote cite::before{content:"— "}.entry-content .wp-block-pullquote{margin:2em 0;padding:2em 1.5em;border-top:3px solid var(--evte-primary,#0056b3);border-bottom:3px solid var(--evte-primary,#0056b3);text-align:center;font-size:1.25em;line-height:1.5;font-style:italic}.entry-content .wp-block-pullquote cite{display:block;margin-top:.75em;font-size:.85em;font-style:normal;color:var(--muted-foreground,#71717a)}.entry-content code{font-family:ui-monospace,"Cascadia Code","Source Code Pro",Menlo,Consolas,monospace;font-size:.9em;padding:2px 6px;background:var(--muted,#f4f4f5);border:1px solid var(--border,#e4e4e7);border-radius:4px;color:var(--foreground,#18181b)}.entry-content .wp-block-code,.entry-content pre{margin:1.75em 0;padding:1em 1.25em;background:var(--muted,#f4f4f5);border:1px solid var(--border,#e4e4e7);border-radius:var(--radius,8px);overflow-x:auto;-webkit-overflow-scrolling:touch;font-size:.9em;line-height:1.6}.entry-content .wp-block-code code,.entry-content pre code{padding:0;background:0 0;border:none;border-radius:0;font-size:inherit}.entry-content details{margin:1.5em 0;padding:0;border:1px solid var(--border,#e4e4e7);border-radius:var(--radius,8px);background:var(--background,#fff)}.entry-content details summary{padding:14px 42px 14px 18px;cursor:pointer;font-weight:600;list-style:none;position:relative;user-select:none}.entry-content details summary::-webkit-details-marker{display:none}.entry-content details summary::after{content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);font-size:1.4em;line-height:1;color:var(--muted-foreground,#71717a);transition:transform .2s}.entry-content details[open] summary::after{content:"−"}.entry-content details[open] summary{border-bottom:1px solid var(--border,#e4e4e7)}.entry-content details>:not(summary){padding:0 18px}.entry-content details>:not(summary):first-of-type{padding-top:14px}.entry-content details>:not(summary):last-child{padding-bottom:14px}.entry-content .wp-block-separator,.entry-content hr{margin:2.5em auto;border:none;height:1px;background:var(--border,#e4e4e7);max-width:100%}.entry-content .wp-block-separator.is-style-wide{max-width:100%;height:1px}.entry-content .wp-block-separator.is-style-dots{background:0 0;text-align:center;line-height:1;height:auto}.entry-content .wp-block-separator.is-style-dots::before{content:"···";color:var(--muted-foreground,#71717a);font-size:1.5em;letter-spacing:.5em}.entry-content .wp-block-embed{margin:1.75em 0}.entry-content .wp-block-embed__wrapper{position:relative;width:100%;aspect-ratio:16/9}.entry-content .wp-block-embed iframe,.entry-content .wp-block-embed__wrapper iframe,.entry-content .wp-block-embed__wrapper>*{position:absolute;inset:0;width:100%;height:100%;border:0}.entry-content .wp-block-embed.wp-block-embed-instagram .wp-block-embed__wrapper,.entry-content .wp-block-embed.wp-block-embed-twitter .wp-block-embed__wrapper{aspect-ratio:auto}.entry-content .wp-block-embed figcaption{margin-top:8px;font-size:.85em;color:var(--muted-foreground,#71717a);text-align:center}.entry-content .wp-block-gallery{margin:1.75em 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.entry-content .wp-block-gallery .wp-block-image{margin:0}.entry-content .wp-block-gallery img{width:100%;height:100%;object-fit:cover;border-radius:var(--radius,8px)}.entry-content dl{margin:1.5em 0;padding:0}.entry-content dt{font-weight:700;color:var(--foreground,#18181b);margin-top:1em}.entry-content dt:first-child{margin-top:0}.entry-content dd{margin:.25em 0 0 1.5em;color:var(--muted-foreground,#71717a)}.entry-content kbd{font-family:ui-monospace,"Cascadia Code",Menlo,Consolas,monospace;font-size:.85em;padding:2px 7px;background:var(--muted,#f4f4f5);border:1px solid var(--border,#e4e4e7);border-bottom-width:2px;border-radius:4px;color:var(--foreground,#18181b);box-shadow:inset 0 -1px 0 var(--border,#e4e4e7);white-space:nowrap}.entry-content abbr[title]{text-decoration:underline dotted;cursor:help}.dark .entry-content .wp-block-quote,.dark .entry-content blockquote{background:var(--muted,#27272a)}.dark .entry-content .wp-block-code,.dark .entry-content code,.dark .entry-content pre{background:var(--muted,#1e1e30);border-color:var(--border,#27272a)}.dark .entry-content details{background:var(--card,#18181b);border-color:var(--border,#27272a)}.dark .entry-content details[open] summary{border-color:var(--border,#27272a)}.dark .entry-content .wp-block-separator,.dark .entry-content hr{background:var(--border,#27272a)}.dark .entry-content kbd{background:var(--muted,#27272a);border-color:var(--border,#3f3f46);box-shadow:inset 0 -1px 0 var(--border,#3f3f46)}