.nav a.active { background: #1bd96a; color: white; border-color: #1bd96a; }
.nav a:hover { border-color: #1bd96a; }
h1 { margin-bottom: 10px; }
.info { margin-bottom: 20px; color: #666; font-size: 14px; }

.loading { text-align: center; padding: 40px; font-size: 18px; color: #666; }
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; margin-bottom: 30px; }
.card { background: white; border-radius: 8px; padding: 15px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.card img { width: 100%; height: 160px; object-fit: cover; border-radius: 4px; margin-bottom: 10px; }
.card h3 { font-size: 18px; margin-bottom: 8px; }
.card p { color: #666; font-size: 14px; margin-bottom: 10px; line-height: 1.4; }
.stats { display: flex; gap: 15px; font-size: 13px; color: #888; margin-top: 10px; }
.stats span { display: flex; align-items: center; gap: 4px; }
a { color: #1bd96a; text-decoration: none; }
a:hover { text-decoration: underline; }
.error { background: #ffe6e6; padding: 15px; border-radius: 4px; color: #cc0000; }
.pagination { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 30px; }
.pagination a, .pagination span { padding: 8px 12px; background: white; border-radius: 4px; border: 1px solid #ddd; text-decoration: none; color: #333; }
.pagination a:hover { background: #1bd96a; color: white; border-color: #1bd96a; }
.pagination .current { background: #1bd96a; color: white; border-color: #1bd96a; font-weight: bold; }
.pagination .disabled { opacity: 0.5; pointer-events: none; }