.wte-single{max-width:var(--wte-container-narrow);margin-inline:auto}.wte-entry-header{margin-bottom:var(--wte-space-3xl);text-align:center}.wte-entry-header__meta{display:flex;align-items:center;justify-content:center;gap:var(--wte-space-md);margin-bottom:var(--wte-space-md);font-size:var(--wte-font-size-xs);color:var(--wte-color-text-muted);font-family:var(--wte-font-family-en);letter-spacing:var(--wte-letter-spacing-wide)}.wte-entry-header__title{font-size:var(--wte-font-size-2xl);font-weight:var(--wte-font-weight-bold);line-height:var(--wte-line-height-tight)}.wte-entry-content{font-size:var(--wte-font-size-base);line-height:var(--wte-line-height-relaxed)}.wte-entry-content h2{font-size:var(--wte-font-size-xl);font-weight:var(--wte-font-weight-bold);margin-top:var(--wte-space-3xl);margin-bottom:var(--wte-space-xl);padding:var(--wte-space-md) var(--wte-space-lg);background:linear-gradient(to right,var(--wte-color-bg-alt),transparent);border-left:4px solid var(--wte-color-main);border-radius:0 var(--wte-radius-md) var(--wte-radius-md) 0}.wte-entry-content h3{font-size:var(--wte-font-size-lg);font-weight:var(--wte-font-weight-bold);margin-top:var(--wte-space-2xl);margin-bottom:var(--wte-space-lg);padding-bottom:var(--wte-space-sm);border-bottom:1px solid var(--wte-color-border);position:relative}.wte-entry-content h3::after{content:'';position:absolute;bottom:-1px;left:0;width:40px;height:2px;background-color:var(--wte-color-main)}.wte-entry-content h4{font-size:var(--wte-font-size-md);font-weight:var(--wte-font-weight-bold);margin-top:var(--wte-space-xl);margin-bottom:var(--wte-space-md);color:var(--wte-color-text)}.wte-entry-content p{margin-bottom:var(--wte-space-lg)}.wte-entry-content img{border-radius:var(--wte-radius-md);margin:var(--wte-space-xl) 0}.wte-entry-content blockquote{border-left:4px solid var(--wte-color-main);padding:var(--wte-space-md) var(--wte-space-lg);margin:var(--wte-space-xl) 0;background-color:var(--wte-color-bg-alt);border-radius:0 var(--wte-radius-md) var(--wte-radius-md) 0;color:var(--wte-color-text-light);font-style:italic}.wte-entry-content ul,.wte-entry-content ol{margin:var(--wte-space-md) 0;padding-left:var(--wte-space-xl)}.wte-entry-content ul{list-style:disc}.wte-entry-content ol{list-style:decimal}.wte-entry-content li{margin-bottom:var(--wte-space-xs)}.wte-entry-content pre{background-color:var(--wte-color-main);color:var(--wte-color-text-inverse);padding:var(--wte-space-lg);border-radius:var(--wte-radius-md);overflow-x:auto;font-family:var(--wte-font-family-mono);font-size:var(--wte-font-size-sm);margin:var(--wte-space-xl) 0}.wte-entry-content code{font-family:var(--wte-font-family-mono);font-size:.9em;background-color:var(--wte-color-bg-alt);padding:.15em .4em;border-radius:var(--wte-radius-sm)}.wte-entry-content pre code{background:none;padding:0}.wte-entry-footer{margin-top:var(--wte-space-3xl);padding-top:var(--wte-space-xl);border-top:1px solid var(--wte-color-border)}.wte-entry-footer__tags{display:flex;flex-wrap:wrap;gap:var(--wte-space-xs);margin-bottom:var(--wte-space-xl)}.wte-entry-footer__share{display:flex;align-items:center;gap:var(--wte-space-md)}.wte-entry-footer__share-label{font-size:var(--wte-font-size-sm);font-weight:var(--wte-font-weight-medium);color:var(--wte-color-text-light)}.wte-single__thumbnail{margin-bottom:var(--wte-space-3xl);border-radius:var(--wte-radius-lg);overflow:hidden}.wte-single__image{width:100%;height:auto;display:block}.wte-post-nav{margin-top:var(--wte-space-3xl);padding-top:var(--wte-space-xl);border-top:1px solid var(--wte-color-border)}.wte-post-nav .nav-links{display:grid;grid-template-columns:1fr 1fr;gap:var(--wte-space-lg)}@media (max-width:767px){.wte-post-nav .nav-links{grid-template-columns:1fr}}.wte-post-nav .nav-previous,.wte-post-nav .nav-next{display:flex}.wte-post-nav .nav-next{text-align:right;justify-content:flex-end}.wte-post-nav a{display:flex;flex-direction:column;gap:var(--wte-space-2xs);padding:var(--wte-space-md);border-radius:var(--wte-radius-md);transition:background-color var(--wte-transition-fast);color:var(--wte-color-text)}.wte-post-nav a:hover{background-color:var(--wte-color-bg-alt)}.wte-post-nav__label{font-size:var(--wte-font-size-xs);color:var(--wte-color-text-muted);letter-spacing:var(--wte-letter-spacing-wide)}.wte-post-nav__title{font-size:var(--wte-font-size-sm);font-weight:var(--wte-font-weight-medium);line-height:var(--wte-line-height-tight)}.wte-page-links{display:flex;align-items:center;gap:var(--wte-space-xs);margin-top:var(--wte-space-xl);padding-top:var(--wte-space-md);border-top:1px solid var(--wte-color-border-light)}.wte-page-links__number{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;font-size:var(--wte-font-size-sm);border-radius:var(--wte-radius-md);background-color:var(--wte-color-bg-alt);transition:background-color var(--wte-transition-fast)}.wte-page-links__number:hover{background-color:var(--wte-color-button);color:var(--wte-color-text-inverse)}