html[data-chat-app] .chat-profile-tabs{display:flex;flex-wrap:wrap;gap:6px;width:100%;margin:0 0 14px;padding:4px;box-sizing:border-box}
html[data-chat-app] .chat-profile-tabs a{padding:9px 13px;border-radius:11px;color:var(--chat-text);text-decoration:none;background:var(--chat-surface-soft)}
html[data-chat-app] .chat-profile-tabs a.is-active{color:#fff;background:var(--chat-primary,#7367f0)}
html[data-chat-app] .chat-profile-about,html[data-chat-app] .chat-profile-connections{width:100%;padding:20px;box-sizing:border-box;color:var(--chat-text)}
html[data-chat-app] .chat-profile-about h2,html[data-chat-app] .chat-profile-connections h2{margin:0 0 14px;font-size:20px}
html[data-chat-app] .chat-profile-handle{color:var(--chat-text-muted);overflow-wrap:anywhere}
html[data-chat-app] .chat-profile-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:10px;margin:20px 0}
html[data-chat-app] .chat-profile-stats>div{padding:12px;border-radius:12px;background:var(--chat-surface-soft)}
html[data-chat-app] .chat-profile-stats dt{font-size:12px;color:var(--chat-text-muted)}
html[data-chat-app] .chat-profile-stats dd{margin:5px 0 0;font-size:20px;font-weight:700}
html[data-chat-app] .chat-profile-actions{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}
html[data-chat-app] .chat-profile-actions .chom-pc-btn{flex:0 1 auto;text-decoration:none;gap:7px}
html[data-chat-app] .chat-profile-people{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}
html[data-chat-app] .chat-profile-person,html[data-chat-app] .chat-profile-item{display:flex;align-items:center;gap:12px;min-width:0;padding:12px;border-radius:12px;background:var(--chat-surface-soft);color:inherit;text-decoration:none}
html[data-chat-app] .chat-profile-person img,html[data-chat-app] .chat-profile-item img{width:44px;height:44px;flex:0 0 44px;border-radius:12px;object-fit:cover}
html[data-chat-app] .chat-profile-person>span,html[data-chat-app] .chat-profile-item>span{display:flex;flex-direction:column;min-width:0;overflow-wrap:anywhere;gap:3px}
html[data-chat-app] .chat-profile-person small,html[data-chat-app] .chat-profile-item small{color:var(--chat-text-muted)}
html[data-chat-app] .chat-profile-items{margin-top:24px}
html[data-chat-app] .chat-profile-item{margin-top:8px;flex-wrap:wrap}
html[data-chat-app] .chat-profile-item>a{margin-left:auto;color:var(--chat-primary,#7367f0)}
html[data-chat-app] .chom-pc-more[data-chat-nav],html[data-chat-app] .chom-pc-sec-all[data-chat-nav]{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
html[data-chat-app] .chom-pc-btn[data-chat-nav]{text-decoration:none}
html[data-chat-app] .chat-profile-tabs a:focus-visible,html[data-chat-app] .chat-profile-person:focus-visible{outline:2px solid var(--chat-primary,#7367f0);outline-offset:2px}
@media(max-width:640px){html[data-chat-app] .chat-profile-about,html[data-chat-app] .chat-profile-connections{padding:14px}html[data-chat-app] .chat-profile-tabs a{padding:8px 10px}html[data-chat-app] .chat-profile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
