.posts-page{min-height:100vh;color:white;padding:2rem 0;width:100%}.posts-container{max-width:1200px;margin:0 auto;padding:0 2rem}.posts-header{text-align:center;margin-bottom:3rem}.posts-header h1{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700}.posts-header p{font-size:1.1rem;color:#d7d7d7;max-width:600px;margin:0 auto}.category-filter{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.category-btn{background:#4c7caf33;color:#addae1;padding:.25rem .75rem;border-radius:15px;border:none;cursor:pointer;transition:all .3s ease;font-size:.9rem;font-weight:500}.category-btn:hover{background:#5b92cc33;border-color:var(--text-color-main);color:#fff}.category-btn.active{background:var(--text-color-main);border-color:var(--text-color-main);color:white}.error,.loading,.no-posts{text-align:center;padding:4rem 2rem}.error{color:var(--color-red)}.loading,.no-posts{color:#cccccc}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}@media (min-width:1024px){.posts-grid{grid-template-columns:repeat(3,1fr)}}.post-card{background:var(--header-color);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid #515151;display:flex;flex-direction:column}.post-card:hover{transform:translateY(-5px);background:#2e2e2e;border-color:var(--main-color-dark)}.post-image{position:relative;height:200px;overflow:hidden}.post-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.post-image:hover img{transform:scale(1.05)}.post-image a{display:block;height:100%}.post-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.post-title *{color:#fff}.post-categories{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.post-category{background:#4c7caf33;color:#addae1;padding:.25rem .75rem;border-radius:15px;font-weight:500}.post-title a{color:white;text-decoration:none;transition:color .3s ease}.post-title a:hover{color:var(--text-color-main)}.post-excerpt{color:#cccccc;line-height:1.6;margin-bottom:1rem;flex-grow:1}.post-meta time{color:#999;font-size:.9rem;margin-bottom:1rem}.read-more{color:#fff;text-decoration:none;font-weight:600;transition:color .3s ease;align-self:flex-start}.read-more:hover{color:var(--main-color-lighter)}.results-info{text-align:center;color:#cccccc;margin-bottom:2rem;font-size:.9rem}.pagination{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.pagination-btn{padding:.75rem 1rem;background:rgba(255,255,255,.1);color:#cccccc;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:.9rem;min-width:44px}.pagination-btn:hover{background:rgba(76,175,80,.2);border-color:var(--text-color-main);color:var(--text-color-main)}.pagination-btn.active{background:var(--text-color-main);border-color:var(--text-color-main);color:white}@media (max-width:768px){.posts-container{padding:0 1rem}.posts-header h1{font-size:2rem}.posts-grid{grid-template-columns:1fr;gap:1.5rem}.category-filter{justify-content:flex-start}.category-btn{font-size:.8rem;padding:.4rem .8rem}.post-content{padding:1rem}.post-title{font-size:1.1rem}}@media (max-width:480px){.posts-page{padding:1rem 0}.posts-header{margin-bottom:2rem}.posts-header h1{font-size:1.75rem}.category-filter{margin-bottom:2rem}.posts-grid{gap:1rem}.post-image{height:160px}}