.community-detail{max-width:960px;margin:0 auto;padding:0 16px 96px;color:var(--text-main);box-sizing:border-box;overflow-x:hidden;width:100%;font-family:sans-serif}.community-avatar-fallback{display:flex;align-items:center;justify-content:center;background:var(--bg-card-strong);color:var(--text-muted)}.community-tabs-wrap{max-width:720px;margin:0 auto;width:100%}.community-detail *,.community-detail :after,.community-detail :before{box-sizing:border-box}.community-detail-cover{width:100%;aspect-ratio:16/5;overflow:hidden;background:var(--border-soft)}.community-detail-cover img{width:100%;height:100%;object-fit:cover;display:block}.community-guard{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--bg-card);border:1px solid var(--border-soft);border-radius:10px;max-width:720px;margin:12px auto;width:100%;font-size:13px;color:var(--text-muted);flex-wrap:wrap}.community-about{padding:0;display:flex;flex-direction:column}.community-about-stats{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.community-about-stats li{text-align:center;padding:10px;background:var(--bg-body);border-radius:10px;color:var(--text-muted);font-size:11px}.community-about-stats strong{display:block;font-size:20px;color:var(--text-main);font-weight:800;margin-bottom:4px}@media (max-width:600px){.community-about-stats{grid-template-columns:1fr}.community-about-stats li{text-align:left;display:flex;align-items:baseline;gap:10px}.community-about-stats strong{display:inline}}.community-detail-loading{text-align:center;padding:48px;color:var(--text-muted)}.community-post-form,.community-posts{max-width:720px;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}.community-post-form{background:var(--bg-card);border:1px solid var(--border-soft);border-radius:12px;padding:12px;margin-bottom:16px;display:flex;flex-direction:column;gap:8px}.community-post-form input,.community-post-form select,.community-post-form textarea{padding:8px 10px;border:1px solid var(--border-soft);border-radius:8px;background:var(--bg-body);color:var(--text-main);font-family:inherit}.community-post-form-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.community-posts{list-style:none;padding:0;margin-top:0;margin-bottom:0;display:flex;flex-direction:column;gap:0}.community-post-type{padding:2px 8px;border-radius:10px;font-weight:600;text-transform:uppercase;font-size:10px;background:var(--border-soft);color:var(--text-main)}.community-post-type.announcement{background:#ff9800;color:#fff}.community-post-type.qa{background:#2196f3;color:#fff}.community-chat{display:flex;gap:12px;height:500px;background:var(--bg-page);border:1px solid var(--border-soft);border-radius:12px;overflow:hidden}.community-chat,.community-detail .communities-empty{max-width:720px;margin-left:auto;margin-right:auto;width:100%}.community-chat-sidebar{width:200px;border-right:1px solid var(--border-soft);display:flex;flex-direction:column}.community-chat-sidebar-head{padding:12px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border-soft)}.community-chat-sidebar-head h3{font-size:14px;font-weight:700}.community-chat-room-form{display:flex;gap:4px;padding:8px}.community-chat-room-form input{flex:1 1;padding:6px 8px;border:1px solid var(--border-soft);border-radius:6px;background:var(--bg-body);color:var(--text-main)}.community-chat-rooms{list-style:none;padding:4px;margin:0;overflow-y:auto}.community-chat-rooms li{padding:8px 10px;cursor:pointer;border-radius:6px;color:var(--text-muted)}.community-chat-rooms li.active,.community-chat-rooms li:hover{background:var(--border-soft);color:var(--text-main)}.community-chat-main{flex:1 1;display:flex;flex-direction:column;min-width:0}.community-chat-readonly{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;color:var(--text-muted);font-size:13px;border-top:1px solid var(--border-soft)}.community-chat-messages{position:relative;flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:1px;padding:4px;min-height:0;scroll-behavior:auto}.btn-sm{padding:4px 8px;font-size:12px}@media (max-width:640px){.community-chat{flex-direction:column;height:auto}.community-chat-sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border-soft)}.community-chat-rooms{display:flex;overflow-x:auto}}@media (max-width:600px){.community-detail{padding-left:12px;padding-right:12px}.community-guard{padding:12px}.community-about{padding:0}}