.category-page{max-width:1200px;margin:36px auto 60px;padding:0 15px}.category-title{font-size:1.6rem;color:#1a1a2e;margin-bottom:28px;padding-bottom:10px;border-bottom:3px solid #e74c3c;display:inline-block}.category-content{display:flex;gap:40px;align-items:flex-start}.category-posts{flex:1;min-width:0;display:grid;grid-template-columns:repeat(2,1fr);gap:24px;align-content:start}.category-post{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.category-post:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.13)}.category-post-thumb{display:block;overflow:hidden;height:190px;flex-shrink:0}.category-post-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.category-post:hover .category-post-thumb img{transform:scale(1.05)}.category-post-content{padding:16px;display:flex;flex-direction:column;flex:1}.category-post-content h2{font-size:1rem;line-height:1.45;margin:8px 0 6px;color:#1a1a2e}.category-post-content h2 a{color:inherit;text-decoration:none;transition:color .2s}.category-post-content h2 a:hover{color:#e74c3c}.category-post-content .post-date{font-size:.8rem;color:#999;margin-bottom:8px;display:flex;align-items:center;gap:5px}.category-post-content p{font-size:.88rem;color:#666;line-height:1.55;margin-bottom:14px;flex:1}.category-post-content p a{color:inherit;text-decoration:none;pointer-events:none}.read-more{display:inline-block;background-color:#e74c3c;color:#fff;padding:7px 16px;text-decoration:none;border-radius:4px;font-size:.82rem;font-weight:600;align-self:flex-start;transition:background-color .2s ease}.read-more:hover{background-color:#c0392b;color:#fff}.category-posts .pagination{grid-column:1/-1;text-align:center;margin-top:10px}.pagination{text-align:center;margin-top:20px}.pagination a,.pagination span{display:inline-block;padding:8px 14px;margin:3px;text-decoration:none;border:1px solid #ddd;border-radius:5px;color:#2c3e50;transition:background-color .2s,color .2s,border-color .2s}.pagination a:hover{background-color:#f5f5f5;border-color:#e74c3c;color:#e74c3c}.pagination .current{background-color:#e74c3c;color:#fff;border-color:#e74c3c}.category-page .sidebar{flex:0 0 300px;background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.07);position:sticky;top:24px}.category-page .sidebar h3{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#1a1a2e;margin-bottom:15px;padding-bottom:10px;border-bottom:3px solid #e74c3c}@media (max-width:992px){.category-content{flex-direction:column}.category-page .sidebar{width:100%;position:static}}@media (max-width:640px){.category-posts{grid-template-columns:1fr}.category-page{margin-top:20px}}