/* ── Page Community Runtime ── */
#page-community{background:#0d0d14;}

.comm-header{display:flex;padding:calc(14px + var(--safe-top)) 14px 0;gap:0;border-bottom:1px solid rgba(255,255,255,0.06);}
.comm-tab{flex:1;text-align:center;padding:10px 0;font-size:14px;color:rgba(255,255,255,0.4);cursor:pointer;font-weight:500;}
.comm-tab.active{color:#fff;font-weight:700;border-bottom:2px solid #fff;}

.comm-banner{display:flex;align-items:center;justify-content:space-between;margin:10px 14px;padding:12px 16px;background:linear-gradient(135deg,#1a1030,#2a1040);border-radius:12px;border:1px solid rgba(255,215,0,0.15);}
.comm-banner-btn{background:linear-gradient(135deg,#ffd700,#ff8c00);color:#2a1a00;font-size:12px;font-weight:700;padding:6px 14px;border-radius:99px;cursor:pointer;}

.comm-filters{display:flex;gap:6px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,0.04);}
.comm-filter{flex:1;text-align:center;padding:8px;background:rgba(255,255,255,0.04);border-radius:8px;font-size:12px;color:rgba(255,255,255,0.6);cursor:pointer;}
.comm-filter.active{background:#ff3b6b;color:#fff;}

.post-card{padding:14px;border-bottom:1px solid rgba(255,255,255,0.04);}
.post-header{display:flex;align-items:center;gap:10px;margin-bottom:8px;}
.post-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ff3b6b,#c026d3);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#fff;flex-shrink:0;}
.post-name{font-size:13px;font-weight:600;color:#fff;}
.post-time{font-size:11px;color:rgba(255,255,255,0.3);margin-top:1px;}
.badge-red{font-size:9px;background:linear-gradient(135deg,#ff3b6b,#e81850);color:#fff;padding:1px 6px;border-radius:99px;margin-left:4px;}
.post-content{font-size:13px;color:rgba(255,255,255,0.75);line-height:1.6;margin-bottom:8px;}
.post-imgs{display:flex;gap:4px;margin-bottom:8px;}
.post-img{width:80px;height:80px;border-radius:6px;background:rgba(255,255,255,0.06);display:flex;align-items:center;justify-content:center;font-size:20px;}
.post-actions{display:flex;gap:20px;font-size:12px;color:rgba(255,255,255,0.4);}
.post-action{cursor:pointer;}
