.ldr-post-wrapper{max-width:820px;margin:100px auto 0;padding:40px 32px 60px;background:var(--bg-secondary);border-radius:24px;border:1px solid var(--border)}
.ldr-post-cover{width:100%;border-radius:16px;overflow:hidden;height:420px;margin:28px 0 36px}
.ldr-post-cover img{width:100%;height:100%;object-fit:cover}
.ldr-author-row{display:flex;align-items:center;gap:12px;margin-bottom:32px;padding-bottom:20px;border-bottom:1px solid var(--border)}
.ldr-author-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--accent)}
.ldr-author-avatar img{width:100%;height:100%;object-fit:cover}
.ldr-author-name{font-weight:600;font-size:.95rem;color:var(--text-primary)}
.ldr-author-meta{font-size:.8rem;color:var(--text-muted);display:flex;gap:8px;align-items:center;margin-top:2px}
.ldr-dot{width:3px;height:3px;border-radius:50%;background:var(--text-muted);display:inline-block}
.ldr-title{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;line-height:1.3;margin-bottom:28px;color:var(--text-primary)}
.ldr-body{font-size:1.05rem;line-height:2;color:var(--text-secondary)}
.ldr-body p{margin-bottom:24px}
.ldr-body h2{font-size:1.4rem;font-weight:700;color:var(--text-primary);margin:44px 0 16px;padding-top:20px;border-top:1px solid var(--border)}
.ldr-body h2:first-of-type{border-top:none;padding-top:0}
.ldr-body h3{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin:32px 0 12px}
.ldr-body ul,.ldr-body ol{margin:16px 0 24px;padding-left:28px}
.ldr-body li{margin-bottom:10px;padding-left:4px}
.ldr-body li::marker{color:var(--accent)}
.ldr-body img{border-radius:16px;margin:32px 0;width:100%;box-shadow:var(--card-shadow)}
.ldr-body blockquote{border-left:4px solid var(--accent);padding:20px 28px;margin:32px 0;background:var(--bg-glass);border-radius:0 16px 16px 0;font-style:italic;color:var(--text-primary)}
.ldr-body a{color:var(--accent);font-weight:500;text-decoration:underline;text-underline-offset:3px}
.ldr-body strong{color:var(--text-primary);font-weight:600}
.ldr-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:40px;padding-top:28px;border-top:1px solid var(--border)}
.ldr-tags a{padding:8px 18px;border-radius:50px;font-size:.8rem;font-weight:500;background:var(--bg-glass);border:1px solid var(--border);color:var(--text-muted);transition:all .3s;text-decoration:none}
.ldr-tags a:hover{border-color:var(--accent);color:var(--accent)}
.ldr-recent{max-width:820px;margin:48px auto 80px;padding:0 32px}
.ldr-recent h3{font-size:1.5rem;margin-bottom:24px}
.ldr-recent-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.ldr-recent-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;overflow:hidden;transition:all .3s;text-decoration:none;color:inherit}
.ldr-recent-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow)}
.ldr-recent-card img{width:100%;height:150px;object-fit:cover}
.ldr-recent-card-body{padding:16px}
.ldr-recent-card-body h4{font-size:.95rem;line-height:1.4;margin-bottom:8px}
.ldr-recent-card-body span{font-size:.8rem;color:var(--accent);font-weight:600}
@media(max-width:768px){.ldr-post-cover{height:250px;margin-top:80px}.ldr-post-wrapper{padding:28px 20px 40px}.ldr-recent-grid{grid-template-columns:1fr}}
