html{overflow-y:auto!important;overflow-x:hidden;height:auto!important}body.blog-post-page{background:var(--bg-dark);color:var(--text-light);overflow-y:auto!important;overflow-x:hidden;height:auto!important;position:relative;padding-top:50px}.post-progress-bar{position:fixed;top:0;left:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--accent-primary));width:0%;z-index:9999;transition:width .1s ease-out}.back-home-wrapper{max-width:1200px;margin:40px auto 20px;padding:0 20px}.back-home-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:50px;background:var(--glass-bg);backdrop-filter:blur(10px);border:1px solid var(--glass-border);color:var(--text-muted);text-decoration:none;transition:all .3s ease;font-weight:500}.back-home-btn:hover{color:var(--text-light);background:rgba(255,255,255,.1);transform:translateX(-5px)}[data-theme=light] .back-home-btn:hover{background:rgba(0,0,0,.1)}.post-hero{max-width:1200px;margin:0 auto 60px;padding:0 20px;text-align:center}.post-hero-title{font-size:clamp(2.5rem, 5vw, 4.5rem);line-height:1.1;margin-bottom:20px;font-weight:800}.post-hero-meta{display:flex;justify-content:center;align-items:center;gap:20px;color:var(--text-muted);font-size:.95rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:40px}.post-hero-image-container{width:100%;max-height:600px;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.05);box-shadow:0 20px 50px rgba(0,0,0,.3)}.post-hero-img{width:100%;height:100%;object-fit:cover;display:block}.post-layout{display:flex;max-width:1200px;margin:0 auto;padding:0 20px 80px;gap:60px;align-items:flex-start}.post-sidebar{width:250px;flex-shrink:0;position:sticky;top:100px;display:flex;flex-direction:column;gap:40px}.post-author{display:flex;align-items:center;gap:15px}.post-author-img{width:50px;height:50px;border-radius:50%;object-fit:cover}.post-author-info h4{margin:0;font-size:1rem;color:var(--text-light)}.post-author-info p{margin:2px 0 0;font-size:.85rem;color:var(--text-muted)}.post-toc{display:flex;flex-direction:column}.post-toc h4{font-size:.9rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:15px}.post-toc ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.post-toc a{color:var(--text-muted);text-decoration:none;font-size:.95rem;transition:color .3s ease,border-left-color .3s ease;border-left:2px solid transparent;padding-left:10px}.post-toc a.active,.post-toc a:hover{color:var(--accent-primary);border-left-color:var(--accent-primary)}.trailing-line-wrapper{position:absolute;top:0;bottom:0;left:-30px;width:20px;z-index:0;pointer-events:none}.snake-line-svg{width:100%;height:100%;overflow:visible}.snake-track{fill:none;stroke:var(--border-color,rgba(255,255,255,0.06));stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.snake-fill{fill:none;stroke:url(#snakeGradient);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 6px var(--accent-primary))}[data-theme=light] .snake-track{stroke:rgba(0,0,0,0.06)}.post-share{display:flex;gap:15px}.share-btn{width:40px;height:40px;border-radius:50%;background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-light);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .3s ease,color .3s ease,transform .3s ease}.share-btn:hover{background:var(--accent-primary);color:#fff;transform:translateY(-3px)}.post-content-wrapper{flex-grow:1;min-width:0}.post-content{font-size:1.15rem;line-height:1.8;color:var(--text-light);opacity:.9}.post-content h2,.post-content h3{color:var(--text-light);margin-top:2em;margin-bottom:1em;font-weight:700}.post-content h2{font-size:2rem}.post-content h3{font-size:1.5rem}.post-content p{margin-bottom:1.5em}.post-content ol,.post-content ul{margin-bottom:1.5em;padding-left:2rem;color:var(--text-muted)}.post-content li{margin-bottom:.5em}.post-content img{width:100%;border-radius:16px;margin:2em 0;box-shadow:0 10px 30px rgba(0,0,0,.2);max-width:calc(100% + 40px);transform:translateX(-20px)}.post-content pre{background:#111;padding:20px;border-radius:12px;overflow-x:auto;border:1px solid rgba(255,255,255,.05);margin:2em 0}.post-content code{font-family:"Fira Code",monospace;font-size:.9rem;color:#e6e6e6}.post-content p code{background:rgba(255,255,255,.1);padding:2px 6px;border-radius:4px;color:var(--accent-primary)}.post-content blockquote{margin:2em 0;padding:20px 30px;border-left:4px solid var(--accent-primary);background:linear-gradient(90deg,rgba(0,140,255,.1) 0,transparent 100%);border-radius:0 12px 12px 0;font-style:italic;font-size:1.25rem}.post-bottom-nav{display:flex;justify-content:space-between;margin-top:60px;padding-top:40px;border-top:1px solid var(--glass-border)}.nav-direction-btn{display:flex;flex-direction:column;text-decoration:none;color:var(--text-light);transition:transform .3s ease;width:48%;padding:20px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:16px}.nav-direction-btn:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.15)}.nav-direction-btn.prev-btn{align-items:flex-start}.nav-direction-btn.next-btn{align-items:flex-end;text-align:right}.nav-direction-btn.disabled{opacity:.5;pointer-events:none}.direction-label{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:5px}.target-title{font-size:1.2rem;font-weight:600;color:var(--accent-primary)}@media (max-width:992px){.post-layout{flex-direction:column;gap:40px}.post-sidebar{width:100%;position:relative;top:0;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap}.post-toc{display:none}.post-content img{max-width:100%;transform:none}}@media (max-width:768px){.post-hero-title{font-size:2rem}.post-bottom-nav{flex-direction:column;gap:20px}.nav-direction-btn{width:100%;align-items:center!important;text-align:center!important}}