.Forum_container__vdqwN{max-width:1400px;margin:0 auto;padding:2rem}.Forum_header__RWQ1q{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem}.Forum_headerLeft__9dPVe{flex:1 1}.Forum_title__fRcQv{font-size:2rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.Forum_subtitle__LZJ_7{color:#6b7280;margin:0}.Forum_createPostBtn__IqSL_{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(102,126,234,.3)}.Forum_createPostBtn__IqSL_:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(102,126,234,.4)}.Forum_content__60BMT{display:grid;grid-template-columns:280px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.Forum_sidebar__TdZTo{background:white;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:2rem}.Forum_sidebarHeader__JmbdV{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.Forum_sidebarHeader__JmbdV h2{font-size:1.1rem;font-weight:700;margin:0}.Forum_createTopicBtn__Tt4m6{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.Forum_createTopicBtn__Tt4m6:hover{transform:scale(1.1)}.Forum_topicsList__9Xd9O{display:flex;flex-direction:column;gap:.5rem}.Forum_topicItem__2e92o{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#f9fafb}.Forum_topicItem__2e92o:hover{background:#f3f4f6;transform:translateX(4px)}.Forum_topicItem__2e92o.Forum_active__9pTX1{background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-left-color:#667eea!important}.Forum_topicIcon___9IMI{font-size:1.5rem;flex-shrink:0}.Forum_topicInfo__01w9j{flex:1 1;min-width:0}.Forum_topicName__PlTo0{font-weight:600;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Forum_topicStats__ygXIA{font-size:.75rem;color:#9ca3af;margin-top:2px}.Forum_main__L4jNl{min-height:400px}.Forum_emptyState__BRucg,.Forum_loading__Zj8Nk{text-align:center;padding:4rem 2rem;color:#6b7280}.Forum_emptyStateBtn__MEpYI{margin-top:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:white;border:none;border-radius:12px;font-weight:600;cursor:pointer}.Forum_postsList__Lapmp{display:flex;flex-direction:column;gap:1rem}.Forum_postCard__a0aEI{background:white;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.05);cursor:pointer;transition:all .3s ease;position:relative}.Forum_postCard__a0aEI:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1)}.Forum_pinnedBadge__SsYKt{position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:#fbbf24;color:white;border-radius:20px;font-size:.75rem;font-weight:600}.Forum_postHeader__XT8l4{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.Forum_postAuthor__0fK2b{display:flex;align-items:center;gap:.75rem}.Forum_authorAvatar__rihg2,.Forum_postAuthor__0fK2b img{width:40px;height:40px;border-radius:50%;object-fit:cover}.Forum_authorAvatar__rihg2{background:linear-gradient(135deg,#667eea,#764ba2);color:white;display:flex;align-items:center;justify-content:center;font-weight:700}.Forum_authorInfo__vF8Ar{display:flex;flex-direction:column}.Forum_authorName__XVLt5{font-weight:600;font-size:.95rem}.Forum_postTime__duXEI{font-size:.75rem;color:#9ca3af}.Forum_postTopic__4wnht{padding:.375rem .75rem;border-radius:20px;color:white;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.Forum_postTitle__Djtly{font-size:1.25rem;font-weight:700;margin:0 0 1rem;color:#111827}.Forum_postPreview__E2Ef8{color:#6b7280;margin-bottom:1rem;line-height:1.6}.Forum_contentPreviewItem__WQ5l3{margin-bottom:.5rem}.Forum_contentPreviewItem__WQ5l3 p{margin:0}.Forum_postTags__KiXFF{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.Forum_tag__FndoO{padding:.25rem .75rem;background:#f3f4f6;color:#667eea;border-radius:20px;font-size:.8rem;font-weight:500}.Forum_postStats__tZUtq{display:flex;gap:1.5rem;padding-top:1rem;border-top:1px solid #f3f4f6;font-size:.9rem;color:#6b7280}.Forum_postStats__tZUtq span{display:flex;align-items:center;gap:.25rem}@media (max-width:768px){.Forum_container__vdqwN{padding:1rem}.Forum_content__60BMT{grid-template-columns:1fr}.Forum_sidebar__TdZTo{position:static}.Forum_header__RWQ1q{flex-direction:column;align-items:stretch}.Forum_createPostBtn__IqSL_{width:100%}}