.CommunityChat-module__gw-JbW__container{max-width:1280px;min-height:calc(100vh - 80px);margin:0 auto;padding:20px}.CommunityChat-module__gw-JbW__header{margin-bottom:24px}.CommunityChat-module__gw-JbW__backBtn{color:#4b26ac;align-items:center;gap:8px;margin-bottom:16px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.CommunityChat-module__gw-JbW__backBtn:hover{opacity:.7}.CommunityChat-module__gw-JbW__title{color:#4b26ac;align-items:center;gap:12px;margin:0;font-size:32px;font-weight:700;display:flex}.CommunityChat-module__gw-JbW__loading,.CommunityChat-module__gw-JbW__empty{text-align:center;color:#666;padding:60px 20px;font-size:16px}.CommunityChat-module__gw-JbW__createSection{text-align:right;margin-bottom:24px}.CommunityChat-module__gw-JbW__createBtn{color:#fff;cursor:pointer;background:#4b26ac;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:700;transition:background .2s;display:inline-flex}.CommunityChat-module__gw-JbW__createBtn:hover{background:#3a1d8a}.CommunityChat-module__gw-JbW__roomList{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;display:grid}.CommunityChat-module__gw-JbW__roomCard{cursor:pointer;color:inherit;background:#fff;border:2px solid #ddd;padding:24px;text-decoration:none;transition:border-color .2s;position:relative}.CommunityChat-module__gw-JbW__roomCard:hover{border-color:#4b26ac}.CommunityChat-module__gw-JbW__hotBadge{color:#fff;background:#4b26ac;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;right:12px}.CommunityChat-module__gw-JbW__privateBadge{color:#fff;background:#666;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:flex;position:absolute;top:12px;right:12px}.CommunityChat-module__gw-JbW__roomHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.CommunityChat-module__gw-JbW__roomName{color:#222;flex:1;margin:0;font-size:20px;font-weight:700}.CommunityChat-module__gw-JbW__onlineCount,.CommunityChat-module__gw-JbW__participantCount{color:#27ae60;white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:700;display:flex}.CommunityChat-module__gw-JbW__roomTags{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.CommunityChat-module__gw-JbW__tag{color:#4b26ac;background:#f0ecf8;padding:4px 10px;font-size:12px;font-weight:600}.CommunityChat-module__gw-JbW__roomDesc{color:#666;margin:0 0 16px;font-size:14px;line-height:1.5}.CommunityChat-module__gw-JbW__lastMessage{justify-content:space-between;align-items:center;gap:12px;display:flex}.CommunityChat-module__gw-JbW__messageText{color:#333;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.CommunityChat-module__gw-JbW__messageTime{color:#999;white-space:nowrap;font-size:12px}.CommunityChat-module__gw-JbW__modal{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.CommunityChat-module__gw-JbW__modalContent{background:#fff;border:2px solid #ddd;width:100%;max-width:500px;max-height:90vh;padding:32px;overflow-y:auto}.CommunityChat-module__gw-JbW__modalTitle{color:#4b26ac;align-items:center;gap:12px;margin:0 0 24px;font-size:24px;font-weight:700;display:flex}.CommunityChat-module__gw-JbW__modalForm{flex-direction:column;gap:20px;display:flex}.CommunityChat-module__gw-JbW__formGroup{flex-direction:column;gap:8px;display:flex}.CommunityChat-module__gw-JbW__label{color:#333;font-size:14px;font-weight:700}.CommunityChat-module__gw-JbW__input{border:2px solid #ddd;outline:none;padding:12px 16px;font-size:14px;transition:border-color .2s}.CommunityChat-module__gw-JbW__input:focus{border-color:#4b26ac}.CommunityChat-module__gw-JbW__textarea{resize:vertical;border:2px solid #ddd;outline:none;min-height:100px;padding:12px 16px;font-family:inherit;font-size:14px;transition:border-color .2s}.CommunityChat-module__gw-JbW__textarea:focus{border-color:#4b26ac}.CommunityChat-module__gw-JbW__modalButtons{justify-content:flex-end;gap:12px;display:flex}.CommunityChat-module__gw-JbW__cancelBtn{color:#666;cursor:pointer;background:#fff;border:2px solid #ddd;padding:12px 24px;font-weight:700;transition:all .2s}.CommunityChat-module__gw-JbW__cancelBtn:hover{color:#333;border-color:#999}.CommunityChat-module__gw-JbW__submitBtn{color:#fff;cursor:pointer;background:#4b26ac;border:none;padding:12px 24px;font-weight:700;transition:background .2s}.CommunityChat-module__gw-JbW__submitBtn:hover{background:#3a1d8a}@media (max-width:1024px){.CommunityChat-module__gw-JbW__container{padding:16px}.CommunityChat-module__gw-JbW__title{font-size:28px}.CommunityChat-module__gw-JbW__roomList{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.CommunityChat-module__gw-JbW__roomCard{padding:20px}}@media (max-width:640px){.CommunityChat-module__gw-JbW__container{padding:12px}.CommunityChat-module__gw-JbW__title{font-size:24px}.CommunityChat-module__gw-JbW__createSection{text-align:center}.CommunityChat-module__gw-JbW__createBtn{justify-content:center;width:100%;padding:12px 24px;font-size:14px}.CommunityChat-module__gw-JbW__roomList{grid-template-columns:1fr;gap:12px}.CommunityChat-module__gw-JbW__roomCard{padding:16px}.CommunityChat-module__gw-JbW__roomHeader{flex-direction:column;align-items:flex-start}.CommunityChat-module__gw-JbW__roomName{padding-right:60px;font-size:18px}.CommunityChat-module__gw-JbW__participantCount,.CommunityChat-module__gw-JbW__roomDesc{font-size:13px}.CommunityChat-module__gw-JbW__lastMessage{flex-direction:column;align-items:flex-start;gap:4px}.CommunityChat-module__gw-JbW__messageText{font-size:13px}.CommunityChat-module__gw-JbW__modalContent{padding:24px}.CommunityChat-module__gw-JbW__modalTitle{font-size:20px}.CommunityChat-module__gw-JbW__modalButtons{flex-direction:column}.CommunityChat-module__gw-JbW__cancelBtn,.CommunityChat-module__gw-JbW__submitBtn{width:100%}}
