.rcc-social-home-list{display:grid;gap:4px}.rcc-social-home-item{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:start;width:100%;padding:8px 0;border:0;border-bottom:1px solid var(--rcc-border);background:transparent;text-align:left;cursor:pointer}.rcc-social-home-item:last-child{border-bottom:0}.rcc-social-home-item img{width:42px;height:42px;border-radius:50%;object-fit:cover}.rcc-social-home-item>span{display:grid;grid-template-columns:auto 1fr;column-gap:8px;min-width:0}.rcc-social-home-item b{color:var(--rcc-heading);font-size:13px}.rcc-social-home-item small{color:var(--rcc-muted-2);font-size:10px}.rcc-social-home-item em{grid-column:1/-1;margin-top:2px;color:var(--rcc-muted);font-size:12px;font-style:normal;line-height:1.45}
.rcc-social-layout{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:20px;align-items:start}.rcc-social-main{display:grid;gap:16px}.rcc-social-side{display:grid;gap:16px;position:sticky;top:125px}.rcc-social-side h3{margin:0;color:var(--rcc-heading);font-size:18px}.rcc-social-side ul{margin:13px 0 0;padding-left:18px;color:var(--rcc-muted);font-size:13px}.rcc-social-side li+li{margin-top:8px}.rcc-social-stat{display:flex;align-items:end;gap:8px;padding:10px 0;border-bottom:1px solid var(--rcc-border)}.rcc-social-stat:last-child{border-bottom:0}.rcc-social-stat strong{font-size:28px;line-height:1;color:var(--rcc-heading)}.rcc-social-stat span{color:var(--rcc-muted);font-size:12px}
.rcc-social-composer{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:18px;border:1px solid var(--rcc-border);border-radius:var(--rcc-radius);background:var(--rcc-surface);box-shadow:var(--rcc-soft-shadow)}.rcc-social-composer>img{width:48px;height:48px;border-radius:50%;object-fit:cover}.rcc-social-composer__body{display:grid;gap:10px}.rcc-social-composer textarea{width:100%;min-height:82px;padding:12px 14px;border:1px solid var(--rcc-border-strong);border-radius:13px;background:var(--rcc-surface-3);color:var(--rcc-text);outline:0;resize:vertical}.rcc-social-composer textarea:focus{border-color:color-mix(in srgb,var(--rcc-accent) 55%,var(--rcc-border-strong));box-shadow:0 0 0 3px color-mix(in srgb,var(--rcc-accent) 12%,transparent)}.rcc-social-composer__actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.rcc-social-file{display:inline-flex;align-items:center;gap:8px;color:var(--rcc-muted);font-size:12px;cursor:pointer}.rcc-social-file input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.rcc-social-file .rcc-icon{width:18px;height:18px}.rcc-social-form-message{min-height:18px;color:var(--rcc-muted);font-size:12px}.rcc-social-form-message.is-error{color:#ff7b8f}.rcc-social-form-message.is-success{color:#5ad29a}
.rcc-social-feed{display:grid;gap:16px}.rcc-social-post{padding:18px;border:1px solid var(--rcc-border);border-radius:var(--rcc-radius);background:var(--rcc-surface);box-shadow:var(--rcc-soft-shadow)}.rcc-social-post>header{display:flex;align-items:center;gap:11px}.rcc-social-post>header img{width:46px;height:46px;border-radius:50%;object-fit:cover}.rcc-social-post>header div{display:grid}.rcc-social-post>header strong{color:var(--rcc-heading)}.rcc-social-post>header span{color:var(--rcc-muted);font-size:11px}.rcc-social-post__content{margin:14px 0;color:var(--rcc-text);line-height:1.7}.rcc-social-post__content p{margin:0}.rcc-social-post__content p+p{margin-top:10px}.rcc-social-post__image{display:block;width:100%;max-height:560px;border-radius:14px;object-fit:cover}.rcc-social-post__meta{display:flex;justify-content:space-between;gap:15px;padding:11px 2px 8px;color:var(--rcc-muted);font-size:11px}.rcc-social-post__actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--rcc-border);border-bottom:1px solid var(--rcc-border)}.rcc-social-post__actions button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;border:0;background:transparent;color:var(--rcc-muted);cursor:pointer}.rcc-social-post__actions button:first-child{border-right:1px solid var(--rcc-border)}.rcc-social-post__actions button.is-liked{color:color-mix(in srgb,var(--rcc-accent) 55%,var(--rcc-text))}.rcc-social-post__actions .rcc-icon{width:17px;height:17px}.rcc-social-post__actions b{font-size:10px}
.rcc-social-comments{display:grid;gap:10px;padding:13px 0 4px}.rcc-social-comment{display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px}.rcc-social-comment img{width:34px;height:34px;border-radius:50%;object-fit:cover}.rcc-social-comment>div{padding:8px 10px;border-radius:12px;background:var(--rcc-surface-3)}.rcc-social-comment strong{display:block;color:var(--rcc-heading);font-size:12px}.rcc-social-comment p{margin:2px 0 0;color:var(--rcc-text);font-size:12px}.rcc-social-comment-form{display:grid;grid-template-columns:34px minmax(0,1fr) 36px;gap:8px;align-items:center;margin-top:12px}.rcc-social-comment-form img{width:34px;height:34px;border-radius:50%;object-fit:cover}.rcc-social-comment-form input{width:100%;min-height:38px;padding:8px 11px;border:1px solid var(--rcc-border);border-radius:999px;background:var(--rcc-surface-3);color:var(--rcc-text);outline:0}.rcc-social-comment-form button{display:grid;place-items:center;width:36px;height:36px;padding:0;border:0;border-radius:50%;background:var(--rcc-accent);color:#fff;cursor:pointer}.rcc-social-comment-form button .rcc-icon{width:17px;height:17px}
.rcc-social-member-grid .rcc-member-card{display:flex;flex-direction:column;align-items:center}.rcc-social-member-grid .rcc-member-card p{margin:10px 0;color:var(--rcc-muted);font-size:12px}.rcc-social-member-grid .rcc-member-card .rcc-button{margin-top:auto;width:100%}
.rcc-messages-shell{display:grid;grid-template-columns:300px minmax(0,1fr);min-height:620px;border:1px solid var(--rcc-border);border-radius:var(--rcc-radius-lg);background:var(--rcc-surface);box-shadow:var(--rcc-soft-shadow);overflow:hidden}.rcc-conversation-list{border-right:1px solid var(--rcc-border);min-width:0}.rcc-conversation-list__head{padding:17px;border-bottom:1px solid var(--rcc-border)}.rcc-conversation-list__head h3{margin:0 0 12px;color:var(--rcc-heading)}.rcc-conversation-list__head label{display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--rcc-border);border-radius:11px;background:var(--rcc-surface-3)}.rcc-conversation-list__head label .rcc-icon{width:16px;height:16px;color:var(--rcc-muted)}.rcc-conversation-list__head input{width:100%;padding:9px 0;border:0;background:transparent;color:var(--rcc-text);outline:0}.rcc-conversation-list__items{max-height:540px;overflow-y:auto}.rcc-conversation-list__items button{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;align-items:center;width:100%;padding:11px 14px;border:0;border-bottom:1px solid var(--rcc-border);background:transparent;text-align:left;cursor:pointer}.rcc-conversation-list__items button:hover,.rcc-conversation-list__items button.is-active{background:var(--rcc-surface-3)}.rcc-conversation-list__items img{width:42px;height:42px;border-radius:50%;object-fit:cover}.rcc-conversation-list__items span{display:grid;min-width:0}.rcc-conversation-list__items strong{overflow:hidden;color:var(--rcc-heading);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.rcc-conversation-list__items small{color:var(--rcc-muted);font-size:10px}
.rcc-thread-panel{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0}.rcc-thread-panel>header{display:flex;align-items:center;gap:10px;min-height:76px;padding:14px 18px;border-bottom:1px solid var(--rcc-border)}.rcc-thread-panel>header img{width:44px;height:44px;border-radius:50%;object-fit:cover}.rcc-thread-panel>header div{display:grid}.rcc-thread-panel>header strong{color:var(--rcc-heading)}.rcc-thread-panel>header span{color:var(--rcc-muted);font-size:11px}.rcc-thread-messages{display:flex;flex-direction:column;gap:9px;min-height:430px;max-height:540px;padding:18px;overflow-y:auto}.rcc-message-bubble{max-width:min(78%,540px);padding:10px 12px;border:1px solid var(--rcc-border);border-radius:14px;background:var(--rcc-surface-3)}.rcc-message-bubble.is-mine{align-self:flex-end;border-bottom-right-radius:4px;background:linear-gradient(135deg,color-mix(in srgb,var(--rcc-accent) 75%,#1d1748),color-mix(in srgb,var(--rcc-accent-2) 30%,var(--rcc-accent)));color:#fff}.rcc-app[data-theme="light"] .rcc-message-bubble.is-mine{background:linear-gradient(135deg,#dfb45f,#c98b2a)}.rcc-message-bubble.is-theirs{align-self:flex-start;border-bottom-left-radius:4px}.rcc-message-bubble>div{white-space:pre-wrap}.rcc-message-bubble time{display:block;margin-top:4px;color:currentColor;font-size:9px;opacity:.68}.rcc-thread-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px 18px;border-top:1px solid var(--rcc-border)}.rcc-thread-composer textarea{width:100%;min-height:48px;max-height:140px;padding:10px 12px;border:1px solid var(--rcc-border);border-radius:12px;background:var(--rcc-surface-3);color:var(--rcc-text);outline:0;resize:vertical}.rcc-thread-empty{display:grid;place-items:center;min-height:300px;color:var(--rcc-muted);text-align:center}
@media(max-width:1100px){.rcc-social-layout{grid-template-columns:1fr}.rcc-social-side{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.rcc-messages-shell{grid-template-columns:260px minmax(0,1fr)}}
@media(max-width:760px){.rcc-social-side{grid-template-columns:1fr}.rcc-social-composer{grid-template-columns:38px minmax(0,1fr);padding:14px}.rcc-social-composer>img{width:38px;height:38px}.rcc-social-composer__actions{align-items:stretch;flex-direction:column}.rcc-social-composer__actions .rcc-button{width:100%}.rcc-social-post{padding:14px}.rcc-messages-shell{grid-template-columns:1fr;min-height:0}.rcc-conversation-list{border-right:0;border-bottom:1px solid var(--rcc-border)}.rcc-conversation-list__items{display:flex;max-height:none;overflow-x:auto}.rcc-conversation-list__items button{flex:0 0 170px;border-right:1px solid var(--rcc-border)}.rcc-thread-messages{min-height:360px;max-height:480px}.rcc-thread-composer{grid-template-columns:1fr}.rcc-thread-composer .rcc-button{width:100%}}
