.post-card{display:flex;gap:2rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease}.post-card:hover{transform:translateY(-4px);border-color:rgb(var(--accent));box-shadow:0 10px 30px -10px #0000001a;background-color:var(--bg-card-hover)}.post-card .post-image{flex:0 0 300px;height:250px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--bg-header)}.post-card .post-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.post-card .post-info{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.post-list{list-style:none;padding:0;margin:0}.post-list li{margin-bottom:2rem;border-bottom:1px solid var(--border-color);padding-bottom:2rem}.post-list li:last-child{border-bottom:none}.post-link{display:flex;gap:1.5rem;text-decoration:none;color:inherit;transition:transform .2s ease}.post-link:hover{text-decoration:none;transform:translate(5px)}.post-thumbnail{width:200px;height:150px;-o-object-fit:cover;object-fit:cover;border-radius:8px;flex-shrink:0}.post-content{flex:1}.post-meta,.post-meta-small{font-size:.9rem;color:var(--text-muted);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.post-meta-small{font-size:.875rem;margin-bottom:1rem}.post-categories{display:inline-flex;align-items:center;gap:.25rem;flex-wrap:wrap}.post-categories:before{content:"•";margin:0 .25rem}.category,.categories{font-size:.85rem;color:rgb(var(--accent));font-weight:500}.post-title{font-size:1.5rem;margin:0 0 .5rem;color:var(--text-main);font-weight:700}.post-card h3{font-size:1.75rem;font-weight:700;color:var(--text-main);margin:0 0 1rem;line-height:1.3}.post-link:hover .post-title{color:rgb(var(--accent))}.post-description{color:var(--text-muted);line-height:1.6;margin:0 0 1.5rem}.post-list .post-description{color:var(--text-body);margin:0;line-height:1.5}.link-text{color:rgb(var(--accent));font-weight:600;font-size:.9rem;display:flex;align-items:center;gap:.25rem}.post-card .link-text{margin-top:auto}.blog-content h2{font-size:2rem;font-weight:700;margin-top:3rem;margin-bottom:1.25rem;line-height:1.3;color:var(--text-main);position:relative;padding-bottom:.5rem}.blog-content h2:after{content:"";position:absolute;bottom:0;left:0;width:3rem;height:3px;background:rgb(var(--accent));border-radius:2px}.blog-content h3{font-size:1.5rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem;line-height:1.3;color:var(--text-main)}.blog-content h4{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem;line-height:1.4;color:var(--text-main)}.blog-content h5{font-size:1.1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;line-height:1.4}.blog-content h6{font-size:1rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem;line-height:1.4;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.blog-content hr{border:none;height:1px;background:linear-gradient(to right,transparent,var(--border-color),transparent);margin:3rem 0}.blog-content p{margin-bottom:1.5rem;line-height:1.6}.blog-content ul,.blog-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-content li{margin-bottom:.5rem;line-height:1.7}.blog-content li::marker{color:rgb(var(--accent))}.blog-content blockquote{margin:2rem 0;padding:1.25rem 1.5rem;border-left:4px solid rgb(var(--accent));background:var(--bg-card);font-style:italic;border-radius:0 8px 8px 0}.blog-content blockquote p:last-child{margin-bottom:0}.blog-content pre{padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem;border:1px solid var(--border-color)}.blog-content code{font-family:Courier New,monospace;font-size:.9em}.blog-content p code,.blog-content li code{background:var(--bg-card);padding:.2em .4em;border-radius:4px;border:1px solid var(--border-color)}.blog-content a{color:rgb(var(--accent));text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.blog-content a:hover{border-bottom-color:rgb(var(--accent))}.blog-content img{max-width:100%;height:auto;border-radius:8px;margin:2rem 0;box-shadow:0 4px 12px #0000001a}.blog-content table{width:100%;border-collapse:collapse;margin:2rem 0;overflow-x:auto;display:block}.blog-content th,.blog-content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-color)}.blog-content th{font-weight:600;background:var(--bg-card);color:var(--text-main)}.blog-content tbody tr:hover{background:var(--bg-card)}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding:2rem 0;border-top:2px solid var(--border-color);gap:1rem;flex-wrap:wrap}.pagination-link{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:var(--bg-card);border:1px solid var(--border-color);border-radius:8px;color:var(--text-main);text-decoration:none;font-weight:600;transition:all .2s ease}.pagination-link:hover{background:rgb(var(--accent));color:#fff;border-color:rgb(var(--accent));transform:translateY(-2px);box-shadow:0 4px 12px rgba(var(--accent),.3)}.pagination-info{color:var(--text-muted);font-size:.95rem;white-space:nowrap}@media(max-width:768px){.post-meta,.post-meta-small{flex-direction:column;align-items:flex-start;gap:.5rem}.post-categories:before{content:"";margin:0}.post-card{flex-direction:column}.post-card .post-image{flex:0 0 auto;height:200px;width:100%}.post-card .post-info{padding:1.5rem}.post-card h3{font-size:1.5rem}.post-link{flex-direction:column}.post-thumbnail{width:100%;height:200px}}@media(max-width:640px){.pagination{flex-direction:column;text-align:center}.pagination-link{width:100%;justify-content:center}}
