
.community-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:11px}.feed-column,.community-sidebar{display:flex;flex-direction:column;gap:10px}.community-live{display:inline-flex;align-items:center;gap:6px;margin-top:10px;font-size:8px;color:#b8c0c4}.community-live:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 5px rgba(70,200,121,.08);animation:pulseDot 2s infinite}.post-composer{padding:13px;border:1px solid var(--line);border-radius:18px;background:var(--surface-2);display:grid;grid-template-columns:36px 1fr;gap:9px}.composer-avatar{width:36px;height:36px;border-radius:12px;overflow:hidden}.composer-avatar img{width:100%;height:100%;object-fit:cover}.composer-body textarea{min-height:80px;border:0;background:transparent;padding:4px;font-size:11px}.composer-body textarea:focus{box-shadow:none}.composer-tools{display:flex;align-items:center;gap:6px;border-top:1px solid var(--line);padding-top:8px}.upload-chip{height:30px;padding:0 9px;border-radius:9px;background:rgba(255,255,255,.04);display:flex;align-items:center;gap:5px;font-size:8px}.upload-chip svg{width:13px}.char-counter{margin-inline-start:auto;font:700 9px Inter;color:var(--muted)}.feed-tabs{display:flex;gap:5px;overflow:auto}.feed-tabs a{height:32px;padding:0 11px;border-radius:10px;border:1px solid var(--line);background:var(--surface-2);display:flex;align-items:center;font-size:8px;color:var(--muted)}.feed-tabs a.active{background:color-mix(in srgb,var(--primary) 10%,var(--surface-2));border-color:color-mix(in srgb,var(--primary) 35%,var(--line));color:#fff}.post-card{overflow:hidden;border-radius:18px}.post-head{padding:12px 12px 8px;display:grid;grid-template-columns:37px 1fr auto;gap:8px;align-items:center}.post-user-avatar{width:37px;height:37px;border-radius:12px;overflow:hidden}.post-user-avatar img{width:100%;height:100%;object-fit:cover}.post-head b{font-size:10px}.post-head small{display:block;font-size:7px;color:var(--muted)}.post-menu{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:rgba(255,255,255,.035)}.post-menu svg{width:14px}.post-content{padding:3px 12px 12px;font-size:11px;line-height:1.85;color:#d6dcdf;white-space:pre-line}.post-media{width:100%;max-height:430px;object-fit:cover;background:#0b0f11}.post-actions{min-height:44px;padding:6px 10px;border-top:1px solid var(--line);display:flex;gap:5px}.post-actions button,.post-actions a{height:31px;padding:0 9px;border-radius:9px;display:flex;align-items:center;gap:5px;font-size:8px;color:var(--muted);transition:.2s}.post-actions button:hover,.post-actions a:hover{background:rgba(255,255,255,.05);color:#fff}.post-actions svg{width:14px}.post-actions .liked{color:#ff7480;background:rgba(255,116,128,.07)}.side-card{padding:13px;border-radius:18px}.side-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.side-card-head h3{font-size:12px}.side-card-head svg{width:17px;color:var(--primary-2)}.suggested-user{min-height:49px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:7px;border-bottom:1px solid var(--line)}.suggested-user:last-child{border-bottom:0}.suggested-user img{width:34px;height:34px;border-radius:11px;object-fit:cover}.suggested-user b{font-size:9px}.suggested-user small{display:block;font-size:7px;color:var(--muted)}.suggested-user button{height:27px;padding:0 7px;border-radius:8px;background:rgba(130,124,255,.1);color:var(--primary-2);font-size:7px}.community-rules li{list-style:none;display:flex;gap:7px;padding:6px 0;font-size:8px;color:var(--muted)}.community-rules li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--primary);margin-top:5px}.comments-card{padding:13px}.comment-form{display:grid;grid-template-columns:1fr auto;gap:7px;margin-bottom:12px}.comments-list{display:flex;flex-direction:column;gap:8px}.comment-item{padding:10px;border-radius:12px;background:rgba(255,255,255,.025);border:1px solid var(--line)}.comment-item header{display:flex;justify-content:space-between}.comment-item b{font-size:9px}.comment-item time{font-size:7px;color:var(--muted)}.comment-item p{font-size:9px;margin-top:5px;color:#cbd2d5}.follow-button{height:34px;padding:0 11px;border-radius:10px;background:var(--primary);display:inline-flex;align-items:center;gap:5px;font-size:9px;font-weight:800}.follow-button.following{background:var(--surface-3);border:1px solid var(--line)}@keyframes pulseDot{50%{box-shadow:0 0 0 8px rgba(70,200,121,0)}}
@media(min-width:900px){.community-layout{grid-template-columns:minmax(0,1fr) 270px}.community-sidebar{position:sticky;top:16px;align-self:start}}

.social-post{overflow:hidden;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,rgba(255,255,255,.014),transparent),var(--surface-2);box-shadow:var(--soft-shadow)}.social-post>header{padding:11px 12px 7px;display:flex;align-items:center;justify-content:space-between}.post-author{display:flex;align-items:center;gap:8px;min-width:0}.post-author>span,.post-author>img{width:38px!important;height:38px!important;border-radius:12px!important;object-fit:cover}.post-author div{min-width:0}.post-author b{display:flex;align-items:center;gap:4px;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-author b svg{width:13px;color:var(--primary-2)}.post-author span{display:block;font-size:7px;color:var(--muted)}.social-post>header time{font-size:7px;color:var(--muted)}.social-post .post-content{padding:5px 12px 12px;font-size:10px;line-height:1.85;color:#d3d9dc}.post-image{display:block;width:100%;max-height:460px;overflow:hidden;background:#0a0e10}.post-image img{width:100%;max-height:460px;object-fit:cover;transition:.3s var(--ease)}.post-image:hover img{transform:scale(1.015)}.social-post>footer{min-height:43px;padding:6px 9px;border-top:1px solid var(--line);display:flex;align-items:center;gap:4px}.social-post>footer button,.social-post>footer a{height:30px;padding:0 9px;border-radius:9px;display:flex;align-items:center;gap:5px;font-size:8px;color:var(--muted)}.social-post>footer button:hover,.social-post>footer a:hover{background:rgba(255,255,255,.05);color:#fff}.social-post>footer svg{width:14px}.social-post>footer button.active{color:#ff7c88;background:rgba(255,124,136,.08)}.image-lightbox{width:min(calc(100% - 20px),920px);padding:0;border:0;border-radius:18px;background:#090c0e;overflow:hidden;box-shadow:0 40px 120px rgba(0,0,0,.8)}.image-lightbox::backdrop{background:rgba(0,0,0,.88);backdrop-filter:blur(9px)}.image-lightbox img{width:100%;max-height:90vh;object-fit:contain}.image-lightbox button{position:absolute;top:9px;right:9px;width:34px;height:34px;border-radius:11px;background:rgba(0,0,0,.5);color:#fff;font-size:20px}
