.CommunityPage_container__oVQcY{min-height:100vh;padding-top:0;padding-bottom:var(--bottom-nav-height);background-color:var(--primary-bg,#1f1f1f);color:var(--primary-text,white);width:100%;overflow-x:hidden;position:relative;display:flex;flex-direction:column;align-items:center}.CommunityPage_banner__tKDJI{position:relative;width:100%;height:auto;max-height:500px;min-height:100px;overflow:hidden;background-color:var(--secondary-bg,#1a1a1a);margin-top:0;display:flex;align-items:center;justify-content:center}.CommunityPage_coverImage__a3OOK{width:100%;height:100%;max-width:800px;object-fit:cover}.CommunityPage_imagePlaceholder___0XIj{width:100%;height:300px;background-color:#2a2a2a;overflow:hidden;position:relative}.CommunityPage_shimmer__XMpGH{width:100%;height:100%;background:linear-gradient(90deg,rgba(42,42,42,0) 0,rgba(90,90,90,.5) 50%,rgba(42,42,42,0));background-size:200% 100%;animation:CommunityPage_shimmerAnimation__SaDdv 1.5s infinite}@keyframes CommunityPage_shimmerAnimation__SaDdv{0%{background-position:-200% 0}to{background-position:200% 0}}.CommunityPage_communityInfo__GD5h4{width:100%;color:var(--primary-text);max-width:800px;margin:-20px auto 0;border-radius:var(--radius-md,8px);position:relative;z-index:2;padding:20px;box-shadow:0 4px 10px rgba(0,0,0,.3)}.CommunityPage_title__lzB7i{font-size:1.8rem;margin:10px 0 8px;font-weight:700;text-align:left}.CommunityPage_titleContainer__9C70U{display:flex;justify-content:space-between;align-items:center;width:100%}.CommunityPage_metadata__A0KrW{display:flex;flex-direction:column;gap:8px;color:var(--secondary-text,#b0b0b0);font-size:.9rem;margin-bottom:10px}.CommunityPage_metadataRow__5ipCX{display:flex;align-items:center;gap:8px}.CommunityPage_communityType__zXMQl{padding:3px 10px;background-color:rgba(255,255,255,.1);border-radius:12px;font-size:.8rem;color:var(--primary-text,white)}.CommunityPage_communityLocation__kXTu_{font-size:.9rem}.CommunityPage_metadataDivider__bUemN{color:var(--secondary-text,#b0b0b0)}.CommunityPage_sharingRow__HQPNw{display:flex;align-items:center;gap:16px;margin-top:12px}.CommunityPage_shareButton__ZPgwu{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:none;background-color:initial;color:var(--secondary-text,#b0b0b0);cursor:pointer;transition:all .2s ease;font-size:.9rem;border-radius:var(--radius-sm,4px)}.CommunityPage_shareButton__ZPgwu:hover{color:var(--primary-text,white);background-color:rgba(255,255,255,.1)}.CommunityPage_copyLinkButton__1Pxvv{padding:6px 12px;background-color:initial;border:1px solid var(--accent-color,#25501f);color:var(--accent-color,#25501f);border-radius:var(--radius-sm,4px);font-size:.85rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.CommunityPage_copyLinkButton__1Pxvv:hover{background-color:var(--accent-color,#25501f);color:var(--primary-text,white);transform:translateY(-1px)}.CommunityPage_copyLinkButton__1Pxvv:active{transform:translateY(0)}.CommunityPage_description__0yuju{margin:15px 0;font-size:1rem;line-height:1.5;color:var(--secondary-text,#b0b0b0)}.CommunityPage_actions__GH8g_{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.CommunityPage_actionButton__AIMCM{padding:10px 20px;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s,opacity .2s;text-align:center;font-size:.9rem;border:none;background-color:var(--accent-color,#4a90e2);color:var(--primary-text)}.CommunityPage_actionButton__AIMCM:hover{background-color:var(--accent-color-hover,#3a80d2)}.CommunityPage_actionButton__AIMCM:disabled{opacity:.6;cursor:not-allowed}.CommunityPage_joined__I01pT{background-color:var(--success-color,#4caf50)}.CommunityPage_joined__I01pT:hover{background-color:var(--danger-color,#f44336)}.CommunityPage_autoInvite__gHO8T{background-color:var(--secondary-bg,#333)}.CommunityPage_autoInvite__gHO8T.CommunityPage_disabled__fFkX9{background-color:var(--secondary-bg,#333);color:var(--secondary-text,#b0b0b0)}.CommunityPage_manage__cfVLz{background-color:var(--accent-color,#4a90e2);display:inline-block;text-decoration:none}.CommunityPage_chatSection__Dpo6P{height:100%;min-height:60vh;background:var(--primary-bg);border-radius:var(--radius-lg)}.CommunityPage_eventsSection__1SadI{width:100%;max-width:800px;margin:30px auto;padding:20px}.CommunityPage_sectionTitle__VLkpQ{font-size:1.5rem;margin-bottom:20px;position:relative;text-align:left}.CommunityPage_sectionTitle__VLkpQ:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:3px;background-color:var(--accent-color,#4a90e2);border-radius:2px}.CommunityPage_eventsContainer__Lb3sO{width:100%}.CommunityPage_eventCardContainer__wkIbG{margin-bottom:20px;width:100%}.CommunityPage_miniCardsContainer__9BI1c{display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%;overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;margin-left:-20px;margin-right:-20px;padding:10px 20px 15px}.CommunityPage_miniCardsContainer__9BI1c::-webkit-scrollbar{height:8px;background-color:#121212}.CommunityPage_miniCardsContainer__9BI1c::-webkit-scrollbar-track{background:#121212}.CommunityPage_miniCardsContainer__9BI1c::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px;border:2px solid #121212}.CommunityPage_miniCardsContainer__9BI1c::-webkit-scrollbar-thumb:hover{background-color:#777}.CommunityPage_miniCardsContainer__9BI1c>*{flex:0 0 auto}.CommunityPage_emptyMessage__LntMn{text-align:center;color:var(--secondary-text,#999);padding:20px;font-size:1.1rem;background-color:var(--card-bg,#262626);border-radius:8px}.CommunityPage_errorContainer__mkEZr{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;text-align:center;padding:20px}.CommunityPage_errorContainer__mkEZr h2{margin-bottom:10px;color:var(--primary-text,white)}.CommunityPage_errorContainer__mkEZr p{margin-bottom:20px;color:var(--secondary-text,#b0b0b0)}.CommunityPage_backButton__A5Jg1{padding:10px 20px;border-radius:4px;background-color:var(--accent-color,#4a90e2);color:var(--primary-text);text-decoration:none;transition:background-color .2s}.CommunityPage_backButton__A5Jg1:hover{background-color:var(--accent-color-hover,#3a80d2)}@media (max-width:768px){.CommunityPage_communityInfo__GD5h4{margin-top:-15px;padding:15px}.CommunityPage_title__lzB7i{font-size:1.5rem}.CommunityPage_description__0yuju{font-size:.9rem}.CommunityPage_sharingRow__HQPNw{gap:12px;margin-top:8px}.CommunityPage_shareButton__ZPgwu{font-size:.8rem;padding:4px 8px}.CommunityPage_copyLinkButton__1Pxvv{font-size:.75rem;padding:4px 8px}.CommunityPage_actions__GH8g_{flex-direction:column;gap:8px}.CommunityPage_actionButton__AIMCM{width:100%}.CommunityPage_eventsSection__1SadI{padding:0 15px 60px}.CommunityPage_sectionTitle__VLkpQ{font-size:1.3rem}.CommunityPage_miniCardsContainer__9BI1c{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px;gap:15px}.CommunityPage_miniCardsContainer__9BI1c::-webkit-scrollbar{height:8px;background-color:#121212;display:block}.CommunityPage_miniCardsContainer__9BI1c::-webkit-scrollbar-track{background:#121212}.CommunityPage_miniCardsContainer__9BI1c::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px;border:2px solid #121212}}.CommunityPage_tabsContainer__CGhCr{width:100%;max-width:800px;margin:20px auto 0;padding:0 20px;display:flex;justify-content:center}.CommunityPage_tabContent__ij06u{width:100%}.CommunityPage_postsSection__W8VVo{width:100%;max-width:800px;margin:20px auto;padding:20px}.CommunityPage_postsContainer__zJY4u,.CommunityPage_postsList__9YbRs{display:flex;flex-direction:column;gap:20px}.CommunityPage_postCard__3sWVC{background-color:var(--card-bg,#262626);border-radius:8px;padding:15px;box-shadow:0 2px 10px rgba(0,0,0,.2)}.CommunityPage_postHeader___PbOI{display:flex;justify-content:space-between;margin-bottom:12px}.CommunityPage_postAuthor__STiQb{display:flex;align-items:center;gap:10px}.CommunityPage_authorAvatar__TmruB{width:36px;height:36px;border-radius:50%;object-fit:cover}.CommunityPage_authorInfo__FzVeP{display:flex;flex-direction:column}.CommunityPage_authorName__8nJVs{font-weight:500;font-size:.9rem;margin:0;color:var(--primary-text,white)}.CommunityPage_postDate__sz_04{font-size:.75rem;color:var(--secondary-text,#b0b0b0);margin:0}.CommunityPage_postContent__qu_d2{margin-bottom:15px}.CommunityPage_postText__kV2G7{margin:0 0 10px;font-size:.95rem;line-height:1.5;color:var(--primary-text,white);white-space:pre-wrap}.CommunityPage_postImage__k7pf7{width:100%;max-height:400px;object-fit:contain;border-radius:4px;margin-top:10px}.CommunityPage_postFooter__da4tF{display:flex;justify-content:space-between;align-items:center;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}.CommunityPage_postStats__rKEyi{display:flex;gap:15px;font-size:.85rem;color:var(--secondary-text,#b0b0b0)}.CommunityPage_createPostContainer__lPS9R{display:flex;justify-content:center;margin-top:10px}.CommunityPage_createPostButton__ViJcI{padding:10px 20px;background-color:var(--accent-color,#4a90e2);color:var(--primary-text);border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.CommunityPage_createPostButton__ViJcI:hover{background-color:var(--accent-color-hover,#3a80d2)}.CommunityPage_membersSection__3ZYEI{width:100%;max-width:800px;padding:20px}.CommunityPage_membersContainer__NGEDa{display:flex;flex-direction:column;gap:20px}.CommunityPage_membersList__n7VHR{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start}.CommunityPage_userCardWrapper__4jqzp{width:calc(33.333% - 15px);min-width:180px;margin-bottom:10px}.CommunityPage_memberCard__rpxi1{background-color:var(--card-bg,#262626);border-radius:8px;padding:15px;width:calc(33.333% - 15px);min-width:140px;max-width:200px;display:flex;flex-direction:column;align-items:center;position:relative;box-shadow:0 2px 10px rgba(0,0,0,.2)}.CommunityPage_memberOverlay__eaBCp{position:absolute;top:10px;right:10px;z-index:2}.CommunityPage_memberRole__pdl0t{display:inline-block;padding:3px 8px;font-size:.7rem;font-weight:500;border-radius:12px;background-color:rgba(0,0,0,.5);color:var(--primary-text)}.CommunityPage_memberAvatar__FPvXC{width:80px;height:80px;border-radius:50%;object-fit:cover;margin-bottom:10px}.CommunityPage_memberInfo__TqKTA{text-align:center;width:100%}.CommunityPage_memberName__lhfJe{margin:5px 0;font-weight:500;font-size:.9rem;color:var(--primary-text,white);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CommunityPage_memberJoinDate__hcr2M{margin:0;font-size:.75rem;color:var(--secondary-text,#b0b0b0)}@media (max-width:768px){.CommunityPage_membersList__n7VHR{justify-content:center}.CommunityPage_userCardWrapper__4jqzp{width:calc(50% - 15px)}.CommunityPage_eventsSection__1SadI,.CommunityPage_membersSection__3ZYEI,.CommunityPage_postsSection__W8VVo{padding-bottom:60px}}.CommunityPage_sharedEventsSection___bFs6{padding:20px 0}.CommunityPage_sharedEventsContainer__KWeZR{display:flex;flex-direction:column;gap:20px}.CommunityPage_sharedEventItem__6kK8s{border:1px solid var(--border-color,#e5e7eb);border-radius:var(--radius-md,8px);overflow:hidden;background:var(--card-bg,#ffffff)}.CommunityPage_sharedEventHeader__jnmA_{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:var(--secondary-bg,#f9fafb);border-bottom:1px solid var(--border-color,#e5e7eb);font-size:14px;color:var(--secondary-text,#6b7280)}.CommunityPage_sharedBy___MvBs{font-weight:500;color:var(--primary-text,#111827)}.CommunityPage_sharedAt___e_mS{color:var(--secondary-text,#6b7280)}.CommunityPage_loadingMessage__59Jeg{text-align:center;padding:40px 20px;color:var(--secondary-text,#6b7280);font-style:italic}.CommunityPage_errorMessage__AMl7V{text-align:center;padding:40px 20px;color:#ef4444;font-style:italic}.KebabMenuReport_container__qLR3B{position:relative;display:inline-block}.KebabMenuReport_kebabButton__4IL7n{background:transparent;cursor:pointer;padding:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:50%;transition:background-color .2s;width:30px;height:30px;border:none}.KebabMenuReport_kebabButton__4IL7n:hover{background-color:rgba(255,255,255,.1)}.KebabMenuReport_dot__qKlFW{width:4px;height:4px;border-radius:50%;background-color:var(--primary-text,white)}.KebabMenuReport_menu__E28rG{position:absolute;top:100%;right:0;width:150px;background-color:var(--primary-bg);border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-top:4px;z-index:1000;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.2)}.KebabMenuReport_option__dOvek{padding:10px 16px;cursor:pointer;color:var(--primary-text,white);transition:background-color .2s ease;font-size:14px}.KebabMenuReport_option__dOvek:hover{background-color:rgba(255,255,255,.1)}