.posts-container{max-w:960px;margin:0 auto;padding:32px 24px 80px;animation:.35s cubic-bezier(.16,1,.3,1) fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.posts-header-hero{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-end;margin-bottom:32px;padding-bottom:24px;display:flex;position:relative}.posts-hero-title-group{flex-direction:column;gap:8px;display:flex}.posts-badge-pill{color:#a78bfa;letter-spacing:.05em;text-transform:uppercase;background:#8b7fcc1a;border:1px solid #8b7fcc33;border-radius:9999px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.posts-hero-title{font-family:var(--font-heading,system-ui,sans-serif);letter-spacing:-.02em;color:#fff;margin:0;font-size:2.25rem;font-weight:800;line-height:1.15}.posts-hero-subtitle{color:#ffffff8c;max-width:520px;margin:0;font-size:.95rem;line-height:1.5}.posts-create-btn{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#7c3aed 0%,#6366f1 100%);border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:10px;padding:12px 22px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 20px #7c3aed40}.posts-create-btn:hover{background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);transform:translateY(-2px);box-shadow:0 8px 28px #7c3aed66}.posts-filter-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:28px;display:flex}.posts-filter-chips{scrollbar-width:none;align-items:center;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.posts-filter-chips::-webkit-scrollbar{display:none}.posts-chip{color:#fff9;white-space:nowrap;background:#ffffff08;border:1px solid #ffffff12;border-radius:9999px;align-items:center;gap:8px;padding:8px 18px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.posts-chip:hover{color:#fff;background:#ffffff0f;border-color:#ffffff2e}.posts-chip.active{color:#fff;background:#ffffff1a;border-color:#ffffff40;font-weight:600;box-shadow:0 2px 10px #0003}.posts-count-indicator{color:#fff6;font-size:.8rem;font-weight:500}.posts-list-grid{flex-direction:column;gap:16px;display:flex}.posts-card{-webkit-backdrop-filter:blur(12px);color:inherit;background:#121218b3;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:14px;padding:22px 24px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.posts-card:before{content:"";background:0 0;width:3px;height:100%;transition:background .25s;position:absolute;top:0;left:0}.posts-card:hover{background:#181820d9;border-color:#ffffff1f;transform:translateY(-2px);box-shadow:0 12px 32px #0000004d}.posts-card:hover:before{background:#7c3aed}.posts-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.posts-author-meta{align-items:center;gap:10px;display:flex}.posts-avatar-wrap{shrink:0;background:#2a2a34;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden}.posts-avatar-img{object-fit:cover;width:100%;height:100%}.posts-avatar-fallback{color:#fffc;font-size:.85rem;font-weight:700}.posts-author-details{flex-direction:column;gap:1px;display:flex}.posts-author-name{color:#fff;font-size:.88rem;font-weight:600}.posts-timestamp{color:#fff6;font-size:.75rem}.posts-category-badge{letter-spacing:.04em;text-transform:uppercase;border-radius:6px;padding:4px 10px;font-size:.72rem;font-weight:700}.posts-cat-request{color:#a78bfa;background:#8b7fcc1f;border:1px solid #8b7fcc40}.posts-cat-discussion{color:#fbbf24;background:#c8893a1f;border:1px solid #c8893a40}.posts-cat-recommendation{color:#34d399;background:#4baf781f;border:1px solid #4baf7840}.posts-card-title{font-family:var(--font-heading,system-ui,sans-serif);color:#fff;margin:0;font-size:1.15rem;font-weight:700;line-height:1.35;transition:color .2s}.posts-card:hover .posts-card-title{color:#c4b5fd}.posts-card-snippet{color:#ffffffa6;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9rem;line-height:1.55;display:-webkit-box;overflow:hidden}.posts-card-tags{flex-wrap:wrap;gap:6px;display:flex}.posts-tag-pill{color:#ffffff80;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:4px;padding:3px 9px;font-size:.75rem;font-weight:500}.posts-card-footer{border-top:1px solid #ffffff0a;align-items:center;gap:16px;padding-top:8px;display:flex}.posts-stat-item{color:#ffffff80;align-items:center;gap:6px;font-size:.8rem;font-weight:500;display:inline-flex}.posts-stat-item svg{stroke-width:2px}.posts-empty-state{text-align:center;background:#12121866;border:1px dashed #ffffff1a;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;margin-top:12px;padding:64px 24px;display:flex}.posts-empty-icon-wrap{color:#a78bfa;background:#7c3aed1a;border:1px solid #7c3aed33;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:20px;display:flex}.posts-empty-title{color:#fff;margin:0 0 8px;font-size:1.25rem;font-weight:700}.posts-empty-desc{color:#ffffff80;max-width:360px;margin:0 0 24px;font-size:.9rem;line-height:1.5}@media (max-width:640px){.posts-header-hero{flex-direction:column;align-items:flex-start;gap:20px}.posts-create-btn{justify-content:center;width:100%}.posts-hero-title{font-size:1.75rem}}
