.MemberCard-module__E9-vsq__card{background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.35rem;padding:1rem .75rem;transition:all .2s;display:flex}.MemberCard-module__E9-vsq__card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-2px)}.MemberCard-module__E9-vsq__avatarContainer{margin-bottom:.35rem;position:relative}.MemberCard-module__E9-vsq__avatar{object-fit:cover;border:2px solid var(--accent-primary-light);border-radius:50%;width:52px;height:52px}.MemberCard-module__E9-vsq__avatarPlaceholder{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-primary)100%);border:2px solid var(--accent-primary-light);width:52px;height:52px;color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.MemberCard-module__E9-vsq__avatarPlaceholder svg{width:24px;height:24px}.MemberCard-module__E9-vsq__ratingBadge{color:#facc15;background:#0f0f0ff2;border:1.5px solid #facc1566;border-radius:8px;align-items:center;gap:2px;padding:2px 6px;font-size:.7rem;font-weight:700;display:flex;position:absolute;bottom:-2px;right:-4px}.MemberCard-module__E9-vsq__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;font-size:.85rem;font-weight:600;overflow:hidden}.MemberCard-module__E9-vsq__type{color:var(--text-muted);font-size:.75rem;font-weight:500}.MemberCard-module__E9-vsq__specializations{flex-wrap:wrap;justify-content:center;gap:.3rem;margin-top:.25rem;display:flex}.MemberCard-module__E9-vsq__tag{background:var(--accent-primary-light);border:1px solid var(--accent-primary-light);color:var(--accent-primary);border-radius:6px;padding:.15rem .5rem;font-size:.65rem;font-weight:600}.MemberCard-module__E9-vsq__tagMore{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-muted);border-radius:6px;padding:.15rem .5rem;font-size:.65rem;font-weight:600}@media (max-width:768px){.MemberCard-module__E9-vsq__card{padding:.875rem .625rem}.MemberCard-module__E9-vsq__avatar,.MemberCard-module__E9-vsq__avatarPlaceholder{width:48px;height:48px}.MemberCard-module__E9-vsq__name{font-size:.8rem}}
.MemberProfileModal-module__E31tQW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000bf;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.MemberProfileModal-module__E31tQW__modal{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:16px;width:100%;max-width:640px;max-height:90vh;position:relative;overflow-y:auto;box-shadow:0 24px 48px #00000080}.MemberProfileModal-module__E31tQW__modal::-webkit-scrollbar{width:4px}.MemberProfileModal-module__E31tQW__modal::-webkit-scrollbar-track{background:0 0}.MemberProfileModal-module__E31tQW__modal::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:2px}.MemberProfileModal-module__E31tQW__closeButton{float:right;background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);z-index:10;border-radius:10px;justify-content:center;align-items:center;margin:.75rem;transition:all .2s;display:flex;position:sticky;top:.75rem;right:.75rem}.MemberProfileModal-module__E31tQW__closeButton svg{width:18px;height:18px}.MemberProfileModal-module__E31tQW__closeButton:hover{color:#fca5a5;background:#ef44441a;border-color:#ef444440}.MemberProfileModal-module__E31tQW__header{border-bottom:1px solid var(--border-subtle);align-items:flex-start;gap:1.25rem;padding:0 1.5rem 1.25rem;display:flex}.MemberProfileModal-module__E31tQW__avatarContainer{flex-shrink:0;position:relative}.MemberProfileModal-module__E31tQW__avatar{object-fit:cover;border:2px solid var(--accent-primary-light);border-radius:50%;width:72px;height:72px}.MemberProfileModal-module__E31tQW__avatarPlaceholder{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-primary)100%);border:2px solid var(--accent-primary-light);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.MemberProfileModal-module__E31tQW__avatarEmoji{font-size:2rem}.MemberProfileModal-module__E31tQW__ratingBadge{color:#facc15;background:#0f0f13f2;border:1.5px solid #facc1566;border-radius:8px;align-items:center;gap:3px;padding:2px 7px;font-size:.75rem;font-weight:700;display:flex;position:absolute;bottom:-2px;right:-4px}.MemberProfileModal-module__E31tQW__ratingBadge svg{width:12px;height:12px}.MemberProfileModal-module__E31tQW__headerInfo{flex:1;min-width:0}.MemberProfileModal-module__E31tQW__name{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 .25rem;font-size:1.35rem;font-weight:700}.MemberProfileModal-module__E31tQW__type{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem}.MemberProfileModal-module__E31tQW__level{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:8px;align-items:center;gap:.4rem;margin-bottom:.5rem;padding:.35rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.MemberProfileModal-module__E31tQW__level svg{width:14px;height:14px}.MemberProfileModal-module__E31tQW__contact{flex-direction:column;gap:.35rem;margin-top:.5rem;display:flex}.MemberProfileModal-module__E31tQW__contactItem{color:var(--accent-primary);align-items:center;gap:.4rem;font-size:.8rem;text-decoration:none;transition:color .2s;display:flex}.MemberProfileModal-module__E31tQW__contactItem svg{width:13px;height:13px}.MemberProfileModal-module__E31tQW__contactItem:hover{color:var(--text-primary)}.MemberProfileModal-module__E31tQW__section{border-bottom:1px solid var(--border-subtle);padding:1.25rem 1.5rem}.MemberProfileModal-module__E31tQW__section:last-child{border-bottom:none}.MemberProfileModal-module__E31tQW__sectionHeader{color:var(--accent-primary);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.MemberProfileModal-module__E31tQW__sectionHeader svg{width:16px;height:16px}.MemberProfileModal-module__E31tQW__sectionHeader h3{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:600}.MemberProfileModal-module__E31tQW__bio{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.6}.MemberProfileModal-module__E31tQW__progressBar{background:var(--border-subtle);border-radius:3px;width:100%;height:6px;margin-bottom:.5rem;overflow:hidden}.MemberProfileModal-module__E31tQW__progressFill{border-radius:3px;height:100%;transition:width 1s}.MemberProfileModal-module__E31tQW__progressText{color:var(--text-muted);text-align:center;margin:0;font-size:.78rem}.MemberProfileModal-module__E31tQW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.6rem;display:grid}.MemberProfileModal-module__E31tQW__statBox{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-muted);border-radius:10px;flex-direction:column;align-items:center;gap:.3rem;padding:.875rem .5rem;display:flex}.MemberProfileModal-module__E31tQW__statBox svg{width:16px;height:16px}.MemberProfileModal-module__E31tQW__statValue{color:var(--text-primary);font-size:1.35rem;font-weight:800}.MemberProfileModal-module__E31tQW__statLabel{color:var(--text-muted);text-align:center;text-transform:uppercase;letter-spacing:.03em;font-size:.65rem;font-weight:600}.MemberProfileModal-module__E31tQW__tags{flex-wrap:wrap;gap:.4rem;display:flex}.MemberProfileModal-module__E31tQW__tag{background:var(--accent-primary-light);border:1px solid var(--accent-primary-light);color:var(--accent-primary);border-radius:6px;padding:.3rem .7rem;font-size:.78rem;font-weight:600}.MemberProfileModal-module__E31tQW__badgesContainer{flex-direction:column;gap:1.25rem;display:flex}.MemberProfileModal-module__E31tQW__badgeRarityGroup{flex-direction:column;gap:.6rem;display:flex}.MemberProfileModal-module__E31tQW__rarityLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.7rem;font-weight:700}.MemberProfileModal-module__E31tQW__badgesList{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.6rem;display:grid}.MemberProfileModal-module__E31tQW__badgeItem{text-align:center;background:var(--bg-card);border:1.5px solid;border-radius:10px;flex-direction:column;align-items:center;gap:.3rem;padding:1rem .75rem;transition:all .2s;display:flex}.MemberProfileModal-module__E31tQW__badgeItem:hover{background:var(--bg-card-hover);transform:translateY(-2px)}.MemberProfileModal-module__E31tQW__badgeEmoji{font-size:1.75rem}.MemberProfileModal-module__E31tQW__badgeName{color:var(--text-primary);font-size:.82rem;font-weight:600}.MemberProfileModal-module__E31tQW__badgeDesc{color:var(--text-muted);font-size:.68rem;line-height:1.4}.MemberProfileModal-module__E31tQW__timeline{flex-direction:column;gap:.6rem;display:flex}.MemberProfileModal-module__E31tQW__timelineItem{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:10px;gap:.75rem;padding:.875rem 1rem;transition:all .2s;display:flex}.MemberProfileModal-module__E31tQW__timelineItem:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}.MemberProfileModal-module__E31tQW__timelineIcon{flex-shrink:0;margin-top:.1rem;font-size:1.15rem;line-height:1}.MemberProfileModal-module__E31tQW__timelineContent{flex:1;min-width:0}.MemberProfileModal-module__E31tQW__timelineTitle{color:var(--text-primary);margin-bottom:.15rem;font-size:.88rem;font-weight:600}.MemberProfileModal-module__E31tQW__timelineMeta{color:var(--text-muted);margin-bottom:.3rem;font-size:.72rem}.MemberProfileModal-module__E31tQW__timelineDesc{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.5}.MemberProfileModal-module__E31tQW__reviews{flex-direction:column;gap:.6rem;display:flex}.MemberProfileModal-module__E31tQW__reviewItem{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:10px;padding:.875rem 1rem}.MemberProfileModal-module__E31tQW__reviewHeader{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.MemberProfileModal-module__E31tQW__reviewerName{color:var(--text-primary);align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;display:flex}.MemberProfileModal-module__E31tQW__verifiedBadge{color:#10b981;background:#10b98126;border:1px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;display:inline-flex}.MemberProfileModal-module__E31tQW__reviewRating{gap:1px;display:flex}.MemberProfileModal-module__E31tQW__reviewRating svg{width:12px;height:12px}.MemberProfileModal-module__E31tQW__reviewTitle{color:var(--accent-primary);margin-bottom:.35rem;font-size:.82rem;font-weight:600}.MemberProfileModal-module__E31tQW__reviewComment{color:var(--text-secondary);margin:0 0 .5rem;font-size:.82rem;line-height:1.6}.MemberProfileModal-module__E31tQW__reviewDate{color:var(--text-muted);font-size:.68rem}.MemberProfileModal-module__E31tQW__loading{text-align:center;color:var(--text-secondary);padding:3rem}.MemberProfileModal-module__E31tQW__spinner{border:3px solid var(--border-subtle);border-top-color:var(--accent-primary);border-radius:50%;width:36px;height:36px;margin:0 auto .75rem;animation:1s linear infinite MemberProfileModal-module__E31tQW__spin}@keyframes MemberProfileModal-module__E31tQW__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.MemberProfileModal-module__E31tQW__overlay{padding:0}.MemberProfileModal-module__E31tQW__modal{border:none;border-radius:0;max-height:100vh}.MemberProfileModal-module__E31tQW__header{text-align:center;flex-direction:column;align-items:center;padding-top:.5rem}.MemberProfileModal-module__E31tQW__name{font-size:1.15rem}.MemberProfileModal-module__E31tQW__section{padding:1rem 1.25rem}.MemberProfileModal-module__E31tQW__statsGrid{grid-template-columns:repeat(2,1fr)}.MemberProfileModal-module__E31tQW__badgesList{grid-template-columns:1fr 1fr}.MemberProfileModal-module__E31tQW__timelineItem{text-align:center;flex-direction:column;align-items:center}.MemberProfileModal-module__E31tQW__reviewHeader{flex-direction:column;align-items:flex-start;gap:.35rem}}
.CommunityAssistant-module__3NRmzG__floatingButton{color:#fff;cursor:pointer;z-index:999;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 32px #10b98166}.CommunityAssistant-module__3NRmzG__floatingButton:hover{box-shadow:0 12px 48px #10b98199}.CommunityAssistant-module__3NRmzG__buttonLabel{-webkit-backdrop-filter:blur(16px);white-space:nowrap;opacity:0;pointer-events:none;background:#0f0f19f2;border:1px solid #10b98133;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:opacity .3s;position:absolute;right:70px}.CommunityAssistant-module__3NRmzG__floatingButton:hover .CommunityAssistant-module__3NRmzG__buttonLabel{opacity:1}.CommunityAssistant-module__3NRmzG__pulseRing{border:2px solid #10b981;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.4,0,.6,1) infinite CommunityAssistant-module__3NRmzG__pulse;position:absolute}@keyframes CommunityAssistant-module__3NRmzG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:0;transform:scale(1.4)}}.CommunityAssistant-module__3NRmzG__chatWindow{-webkit-backdrop-filter:blur(24px);z-index:1000;background:#0f0f19f2;border:1px solid #10b98133;border-radius:1.5rem;flex-direction:column;width:420px;max-width:calc(100vw - 2rem);height:600px;max-height:calc(100vh - 4rem);display:flex;position:fixed;bottom:2rem;right:2rem;overflow:hidden;box-shadow:0 20px 60px #0009,0 0 0 1px #10b9811a}.CommunityAssistant-module__3NRmzG__chatHeader{background:linear-gradient(135deg,#10b98126 0%,#3b82f626 100%);border-bottom:1px solid #10b98133;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CommunityAssistant-module__3NRmzG__headerContent{align-items:center;gap:1rem;display:flex}.CommunityAssistant-module__3NRmzG__headerIcon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 12px #10b98166}.CommunityAssistant-module__3NRmzG__headerTitle{color:#fff;margin:0;font-size:1.125rem;font-weight:600}.CommunityAssistant-module__3NRmzG__headerSubtitle{color:#fff9;margin:.125rem 0 0;font-size:.75rem}.CommunityAssistant-module__3NRmzG__closeButton{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.CommunityAssistant-module__3NRmzG__closeButton:hover{color:#fff;background:#ffffff1a}.CommunityAssistant-module__3NRmzG__messagesContainer{flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.CommunityAssistant-module__3NRmzG__messagesContainer::-webkit-scrollbar{width:6px}.CommunityAssistant-module__3NRmzG__messagesContainer::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.CommunityAssistant-module__3NRmzG__messagesContainer::-webkit-scrollbar-thumb{background:#10b9814d;border-radius:3px}.CommunityAssistant-module__3NRmzG__messagesContainer::-webkit-scrollbar-thumb:hover{background:#10b98180}.CommunityAssistant-module__3NRmzG__userMessage,.CommunityAssistant-module__3NRmzG__assistantMessage{align-items:flex-start;gap:.75rem;display:flex}.CommunityAssistant-module__3NRmzG__userMessage{flex-direction:row-reverse}.CommunityAssistant-module__3NRmzG__messageIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.CommunityAssistant-module__3NRmzG__userMessage .CommunityAssistant-module__3NRmzG__messageIcon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#3b82f6 100%)}.CommunityAssistant-module__3NRmzG__assistantMessage .CommunityAssistant-module__3NRmzG__messageIcon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.CommunityAssistant-module__3NRmzG__messageContent{flex-direction:column;flex:1;gap:.5rem;display:flex}.CommunityAssistant-module__3NRmzG__messageText{white-space:pre-wrap;border-radius:1rem;padding:.875rem 1.125rem;font-size:.9375rem;line-height:1.5}.CommunityAssistant-module__3NRmzG__userMessage .CommunityAssistant-module__3NRmzG__messageText{color:#fff;background:linear-gradient(135deg,#10b98133 0%,#3b82f633 100%);border:1px solid #10b9814d;border-radius:1rem 1rem .25rem;margin-left:auto}.CommunityAssistant-module__3NRmzG__assistantMessage .CommunityAssistant-module__3NRmzG__messageText{color:#fffffff2;background:#10b9811a;border:1px solid #10b98133;border-radius:1rem 1rem 1rem .25rem}.CommunityAssistant-module__3NRmzG__messageTime{color:#fff6;padding:0 .5rem;font-size:.6875rem}.CommunityAssistant-module__3NRmzG__userMessage .CommunityAssistant-module__3NRmzG__messageTime{text-align:right}.CommunityAssistant-module__3NRmzG__typingIndicator{background:#10b9811a;border:1px solid #10b98133;border-radius:1rem 1rem 1rem .25rem;align-items:center;gap:.375rem;width:fit-content;padding:.875rem 1.125rem;display:flex}.CommunityAssistant-module__3NRmzG__typingIndicator span{background:#10b981cc;border-radius:50%;width:6px;height:6px;animation:1.4s infinite CommunityAssistant-module__3NRmzG__typing}.CommunityAssistant-module__3NRmzG__typingIndicator span:nth-child(2){animation-delay:.2s}.CommunityAssistant-module__3NRmzG__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes CommunityAssistant-module__3NRmzG__typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-8px)}}.CommunityAssistant-module__3NRmzG__suggestions{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.CommunityAssistant-module__3NRmzG__suggestionCard{cursor:pointer;background:#0f0f19cc;border:1px solid #10b9814d;border-radius:.875rem;padding:1rem;transition:all .2s}.CommunityAssistant-module__3NRmzG__suggestionCard:hover{background:#0f0f19f2;border-color:#10b98180;transform:translate(4px);box-shadow:0 4px 16px #10b98133}.CommunityAssistant-module__3NRmzG__suggestionHeader{align-items:center;gap:.75rem;margin-bottom:.625rem;display:flex}.CommunityAssistant-module__3NRmzG__suggestionRank{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:600;display:flex}.CommunityAssistant-module__3NRmzG__suggestionAvatar{object-fit:cover;border:2px solid #10b9814d;border-radius:50%;width:36px;height:36px}.CommunityAssistant-module__3NRmzG__suggestionAvatarPlaceholder{color:#10b981cc;background:#10b98133;border:2px solid #10b9814d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.CommunityAssistant-module__3NRmzG__suggestionInfo{flex:1}.CommunityAssistant-module__3NRmzG__suggestionName{color:#fff;margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.CommunityAssistant-module__3NRmzG__suggestionType{color:#fff9;font-size:.75rem}.CommunityAssistant-module__3NRmzG__suggestionRating{color:#facc15;background:#facc151a;border-radius:.375rem;padding:.25rem .625rem;font-size:.875rem;font-weight:600}.CommunityAssistant-module__3NRmzG__suggestionReason{color:#ffffffb3;background:#10b9810d;border-radius:.5rem;align-items:center;gap:.375rem;margin-bottom:.5rem;padding:.5rem;font-size:.8125rem;display:flex}.CommunityAssistant-module__3NRmzG__suggestionAction{color:#10b981cc;text-align:right;opacity:0;font-size:.75rem;font-weight:500;transition:opacity .2s}.CommunityAssistant-module__3NRmzG__suggestionCard:hover .CommunityAssistant-module__3NRmzG__suggestionAction{opacity:1}.CommunityAssistant-module__3NRmzG__quickActions{grid-template-columns:repeat(2,1fr);gap:.625rem;padding:0 1.5rem 1rem;display:grid}.CommunityAssistant-module__3NRmzG__quickActionButton{color:#ffffffe6;cursor:pointer;text-align:left;background:#10b9811a;border:1px solid #10b9814d;border-radius:.625rem;padding:.625rem .875rem;font-size:.8125rem;font-weight:500;transition:all .2s}.CommunityAssistant-module__3NRmzG__quickActionButton:hover{background:#10b98133;border-color:#10b98180}.CommunityAssistant-module__3NRmzG__inputContainer{background:#0003;border-top:1px solid #10b98133;gap:.75rem;padding:1rem 1.5rem;display:flex}.CommunityAssistant-module__3NRmzG__input{color:#fff;background:#ffffff0d;border:1px solid #10b9814d;border-radius:.75rem;outline:none;flex:1;padding:.75rem 1rem;font-size:.9375rem;transition:all .2s}.CommunityAssistant-module__3NRmzG__input::placeholder{color:#fff6}.CommunityAssistant-module__3NRmzG__input:focus{background:#ffffff14;border-color:#10b98180;box-shadow:0 0 0 3px #10b9811a}.CommunityAssistant-module__3NRmzG__input:disabled{opacity:.5;cursor:not-allowed}.CommunityAssistant-module__3NRmzG__sendButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.CommunityAssistant-module__3NRmzG__sendButton:hover:not(:disabled){box-shadow:0 4px 16px #10b98166}.CommunityAssistant-module__3NRmzG__sendButton:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.CommunityAssistant-module__3NRmzG__floatingButton{width:56px;height:56px;bottom:1.5rem;right:1.5rem}.CommunityAssistant-module__3NRmzG__chatWindow{border-radius:1.25rem;width:calc(100vw - 2rem);height:calc(100vh - 2rem);bottom:1rem;right:1rem}.CommunityAssistant-module__3NRmzG__quickActions{grid-template-columns:1fr}.CommunityAssistant-module__3NRmzG__buttonLabel{display:none}}
.page-module__UtLcwq__page{flex-direction:column;max-width:960px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem 4rem;display:flex}.page-module__UtLcwq__breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.85rem;display:flex}.page-module__UtLcwq__breadcrumbItem{align-items:center;gap:.35rem;transition:color .2s;display:flex}.page-module__UtLcwq__breadcrumbItem:not(.page-module__UtLcwq__breadcrumbActive){cursor:pointer}.page-module__UtLcwq__breadcrumbItem:not(.page-module__UtLcwq__breadcrumbActive):hover{color:var(--text-primary)}.page-module__UtLcwq__breadcrumbActive{color:var(--text-primary);font-weight:600}.page-module__UtLcwq__breadcrumbSeparator{color:var(--text-muted)}.page-module__UtLcwq__hero{text-align:center;margin-bottom:2.5rem;padding:2rem 0}.page-module__UtLcwq__heroContent{flex-direction:column;align-items:center;gap:.75rem;max-width:600px;margin:0 auto;display:flex}.page-module__UtLcwq__heroIcon{margin-bottom:.25rem;font-size:2.5rem}.page-module__UtLcwq__heroTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.page-module__UtLcwq__highlight{background:linear-gradient(135deg,#10b981 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__UtLcwq__heroSubtitle{color:var(--text-secondary);max-width:550px;margin:0 auto;font-size:1.05rem;line-height:1.6}.page-module__UtLcwq__stats{gap:.75rem;margin-top:1rem;display:flex}.page-module__UtLcwq__statItem{background:var(--bg-card);border:1px solid var(--border-subtle);text-align:center;border-radius:10px;padding:.75rem 1.25rem;transition:all .2s}.page-module__UtLcwq__statItem:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}.page-module__UtLcwq__statValue{color:var(--text-primary);margin-bottom:.15rem;font-size:1.5rem;font-weight:800}.page-module__UtLcwq__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.page-module__UtLcwq__filterSection{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:14px;margin-bottom:2rem;padding:1rem 1.25rem}.page-module__UtLcwq__searchBar{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-muted);border-radius:10px;align-items:center;gap:.6rem;margin-bottom:.75rem;padding:.6rem 1rem;display:flex}.page-module__UtLcwq__searchBar svg{flex-shrink:0;width:18px;height:18px}.page-module__UtLcwq__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.page-module__UtLcwq__searchInput::placeholder{color:var(--text-muted)}.page-module__UtLcwq__filterToggle{background:var(--accent-primary-light);width:100%;color:var(--accent-primary);cursor:pointer;border:1px solid #8b5cf633;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.page-module__UtLcwq__filterToggle:hover{background:#8b5cf626;border-color:#8b5cf64d}.page-module__UtLcwq__chevronUp{transform:rotate(180deg)}.page-module__UtLcwq__filters{border-top:1px solid var(--border-subtle);margin-top:.75rem;padding-top:.75rem;overflow:hidden}.page-module__UtLcwq__filterGroup{margin-bottom:1rem}.page-module__UtLcwq__filterLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.page-module__UtLcwq__filterButtons{flex-wrap:wrap;gap:.4rem;display:flex}.page-module__UtLcwq__filterButton{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.82rem;font-weight:500;transition:all .2s;display:flex}.page-module__UtLcwq__filterButton:hover{background:var(--bg-card-hover);border-color:var(--border-hover);color:var(--text-primary)}.page-module__UtLcwq__filterButtonActive{background:var(--accent-primary-light);color:var(--text-primary);cursor:pointer;border:1px solid #8b5cf659;border-radius:8px;align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.82rem;font-weight:600;display:flex}.page-module__UtLcwq__filterSelect{background:var(--bg-card);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);cursor:pointer;border-radius:8px;padding:.5rem .75rem;font-size:.9rem}.page-module__UtLcwq__filterSelect option{background:var(--bg-secondary);color:var(--text-primary)}.page-module__UtLcwq__resetButton{color:#fca5a5;cursor:pointer;background:#ef444414;border:1px solid #ef444433;border-radius:8px;width:100%;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:all .2s}.page-module__UtLcwq__resetButton:hover{background:#ef444426;border-color:#ef44444d}.page-module__UtLcwq__sectionHeader{align-items:center;gap:.6rem;margin-bottom:1rem;display:flex}.page-module__UtLcwq__sectionIcon{color:var(--accent-primary);width:20px;height:20px}.page-module__UtLcwq__sectionTitle{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:700}.page-module__UtLcwq__membersSection{margin-bottom:2rem}.page-module__UtLcwq__membersGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem;margin-top:1rem;display:grid}.page-module__UtLcwq__loading{min-height:200px;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.page-module__UtLcwq__spinner{border:3px solid var(--border-subtle);border-top-color:var(--accent-primary);border-radius:50%;width:36px;height:36px;animation:1s linear infinite page-module__UtLcwq__spin}@keyframes page-module__UtLcwq__spin{to{transform:rotate(360deg)}}.page-module__UtLcwq__empty{text-align:center;color:var(--text-secondary);padding:3rem 2rem}.page-module__UtLcwq__emptyIcon{opacity:.5;margin-bottom:.75rem;font-size:2.5rem}.page-module__UtLcwq__empty h3{color:var(--text-primary);margin-bottom:.35rem;font-size:1.15rem;font-weight:600}.page-module__UtLcwq__empty p{max-width:350px;margin:0 auto;font-size:.85rem}.page-module__UtLcwq__footerCta{text-align:center;border:1px solid var(--border-subtle);background:var(--bg-card);border-radius:16px;margin-top:2rem;padding:2.5rem 2rem}.page-module__UtLcwq__footerCta h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.page-module__UtLcwq__footerCta p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.page-module__UtLcwq__ctaButton{background:linear-gradient(135deg,var(--accent-primary)0%,var(--accent-primary)100%);color:#fff;border-radius:10px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.page-module__UtLcwq__ctaButton:hover{box-shadow:0 8px 20px var(--accent-primary-light);transform:translateY(-2px)}@media (max-width:768px){.page-module__UtLcwq__page{padding:1.5rem 1rem 3rem}.page-module__UtLcwq__heroTitle{font-size:1.75rem}.page-module__UtLcwq__heroSubtitle{font-size:.95rem}.page-module__UtLcwq__stats{flex-direction:column;gap:.5rem}.page-module__UtLcwq__statItem{text-align:left;flex-direction:row;align-items:center;gap:.5rem;display:flex}.page-module__UtLcwq__statValue{margin-bottom:0;font-size:1.25rem}.page-module__UtLcwq__membersGrid{grid-template-columns:repeat(2,1fr);gap:.5rem}.page-module__UtLcwq__filterButtons{flex-direction:column}.page-module__UtLcwq__filterButton,.page-module__UtLcwq__filterButtonActive{justify-content:center;width:100%}}
