
.npl-list{display:grid;gap:16px}
.npl-layout-cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}
.npl-layout-list{grid-template-columns:1fr}
.npl-item{border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden;transition:box-shadow .2s}
.npl-item:hover{box-shadow:0 8px 28px rgba(0,0,0,.08)}
.npl-link{display:flex;gap:12px;text-decoration:none;color:inherit}
.npl-layout-cards .npl-link{flex-direction:column}
.npl-thumb{aspect-ratio:16/9;background:#f3f4f6}
.npl-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.npl-thumb--ph{width:100%;height:100%;background:linear-gradient(135deg,#f5f5f5,#eee)}
.npl-body{padding:12px}
.npl-title{margin:0 0 6px 0;font-size:1rem;line-height:1.4}
.npl-meta{font-size:.85rem;color:#6b7280;display:flex;gap:10px}
.npl-readbtn{margin-top:8px;font-size:.85rem;text-decoration:underline}
.npl-empty{color:#6b7280}
