.single-post{background:var(--card,#fff);padding:clamp(24px, 4vw, 48px);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:var(--evte-primary,#0056b3);font-weight:500}.entry-featured-image{margin-bottom:var(--space-8,32px);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:#333;margin-bottom:30px}.entry-content p{margin-bottom:1.5em}.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:#f0f0f0;padding:5px 12px;border-radius:3px;font-size:13px;color:#666;transition:all 0.3s ease}.post-share{border-top:1px solid #e0e0e0;padding-top:20px}.post-share .share-title{font-size:18px;font-weight:700;margin-bottom:15px;color:#333}.post-share a{display:inline-block;padding:10px 20px;margin-right:10px;border-radius:5px;color:#fff;font-size:14px;font-weight:600;text-decoration:none}.share-facebook{background:#3b5998}.share-twitter{background:#1da1f2}.share-whatsapp{background:#25d366}.share-linkedin{background:#0077b5}.share-telegram{background:#08c}.author-box{display:flex;gap:20px;background:#f8f9fa;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;margin-bottom:15px;color:#333}.author-info p{margin-bottom:15px;line-height:1.6}.author-link{font-weight:600}.related-posts{margin-top:40px}.related-posts .section-title{font-size:24px;font-weight:700;margin-bottom:30px;color:#333}@media (max-width:768px){.single-post{padding:20px}.entry-title{font-size:28px}.author-box{flex-direction:column;text-align:center}.related-posts .posts-grid{grid-template-columns:1fr!important}}.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 0.1s linear;pointer-events:none}.table-of-contents{background:#fff0;border:1px solid var(--border,#e4e4e7);border-radius:var(--radius,8px);margin-bottom:24px;max-width:420px;overflow:hidden}.toc-title{font-size:13px;font-weight:600;color:var(--foreground,#18181b);margin:0;padding:12px 16px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;transition:background 0.15s ease}.toc-title:hover{background:var(--muted,#f4f4f5)}.toc-title::after{content:'';width:8px;height:8px;border-right:2px solid var(--muted-foreground,#a1a1aa);border-bottom:2px solid var(--muted-foreground,#a1a1aa);transform:rotate(45deg);transition:transform 0.2s ease;flex-shrink:0;margin-left:12px}.table-of-contents.open .toc-title::after{transform:rotate(-135deg)}.table-of-contents ul{list-style:none;padding:0 16px 0 16px;margin:0;max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease}.table-of-contents.open ul{max-height:600px;padding:0 16px 12px 16px}.table-of-contents li{margin:0;padding:0}.table-of-contents li a{color:var(--muted-foreground,#71717a);text-decoration:none;font-size:13px;line-height:1.4;transition:color 0.15s ease;display:block;padding:4px 0}.table-of-contents li a:hover{color:var(--evte-primary,#0056b3)}.table-of-contents .toc-h3{padding-left:12px}.table-of-contents .toc-h3 a{font-size:12px;color:var(--muted-foreground,#a1a1aa)}.table-of-contents ins.adsbygoogle,.table-of-contents iframe,.table-of-contents .adsbygoogle{display:none!important;height:0!important;max-height:0!important;overflow:hidden!important}.header-nav,.site-navigation{transition:transform 0.3s ease,opacity 0.3s ease}@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}}.post-thumbnail img,.entry-featured-image img{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%}.post-thumbnail img.placeholder-image{animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%{background-position:200% 0}100%{background-position:-200% 0}}