:root{--rs-bg:#fff;--rs-text:#000;--rs-text-secondary:#666;--rs-border:#e0e0e0;--rs-hover:#f3f6f8;--rs-primary:#0a66c2;--rs-success:#10b981;--rs-shadow:0 1px 3px #00000014}html[data-theme=dark],html.dark{--rs-bg:#18191a;--rs-text:#e4e6eb;--rs-text-secondary:#b0b3b8;--rs-border:#3a3b3c;--rs-hover:#2f3031;--rs-primary:#4a9ff5;--rs-success:#34d399;--rs-shadow:0 1px 3px #0000004d}.right-sidebar{flex-direction:column;gap:8px;display:flex}.rs-widget-card{background:var(--rs-bg);box-shadow:var(--rs-shadow);border-radius:16px;padding:16px}.rs-widget-header{border-bottom:1px solid var(--rs-border);justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;display:flex}.rs-widget-title{color:var(--rs-text);margin:0;font-size:16px;font-weight:600}.rs-refresh-btn{width:32px;height:32px;color:var(--rs-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.rs-refresh-btn:hover{background:var(--rs-hover);color:var(--rs-primary)}.rs-refresh-btn:disabled{cursor:not-allowed;opacity:.5}.rs-refresh-btn svg{width:20px;height:20px}.rs-spinning{animation:1s linear infinite rs-spin}@keyframes rs-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rs-users-list{flex-direction:column;gap:12px;display:flex}.rs-user-item{cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:8px;transition:background .2s;display:flex}.rs-user-item:hover{background:var(--rs-hover)}.rs-user-avatar{object-fit:cover;border:2px solid var(--rs-border);background:var(--rs-hover);border-radius:50%;flex-shrink:0;width:48px;height:48px}.rs-user-info{flex:1;min-width:0}.rs-user-name{color:var(--rs-text);white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:14px;font-weight:600;overflow:hidden}.rs-user-headline{color:var(--rs-text-secondary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.rs-mutual{color:var(--rs-text-secondary);margin:4px 0 0;font-size:11px}.rs-follow-btn{width:36px;height:36px;color:var(--rs-primary);cursor:pointer;background:#0a66c21a;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.rs-follow-btn:hover{background:#0a66c233;transform:scale(1.05)}.rs-follow-btn:disabled{cursor:not-allowed;opacity:.7}.rs-follow-btn svg{width:20px;height:20px}.rs-follow-btn.rs-following{color:var(--rs-success);background:#10b9811a}.rs-follow-btn.rs-following:hover{color:#ef4444;background:#ef44441a}.rs-follow-btn.rs-pending{color:#f59e0b;background:#f59e0b1a}.rs-btn-spinner{border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite rs-spin}.rs-view-more{width:100%;color:var(--rs-primary);text-align:center;cursor:pointer;background:0 0;border:none;border-radius:8px;margin-top:12px;padding:10px;font-size:14px;font-weight:600;transition:background .2s;display:block}.rs-view-more:hover{background:var(--rs-hover)}.rs-loading{flex-direction:column;gap:12px;display:flex}.rs-skeleton-item{align-items:center;gap:12px;padding:8px;display:flex}.rs-skeleton-avatar{background:linear-gradient(90deg,var(--rs-hover)25%,var(--rs-border)50%,var(--rs-hover)75%);background-size:200% 100%;border-radius:50%;width:48px;height:48px;animation:1.5s infinite rs-shimmer}.rs-skeleton-info{flex:1}.rs-skeleton-name{background:linear-gradient(90deg,var(--rs-hover)25%,var(--rs-border)50%,var(--rs-hover)75%);background-size:200% 100%;border-radius:4px;width:70%;height:14px;margin-bottom:8px;animation:1.5s infinite rs-shimmer}.rs-skeleton-title{background:linear-gradient(90deg,var(--rs-hover)25%,var(--rs-border)50%,var(--rs-hover)75%);background-size:200% 100%;border-radius:4px;width:50%;height:12px;animation:1.5s infinite rs-shimmer}@keyframes rs-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.rs-error,.rs-empty{text-align:center;color:var(--rs-text-secondary);padding:20px}.rs-error p,.rs-empty p{margin:0 0 12px;font-size:14px}.rs-error button,.rs-empty button{background:var(--rs-primary);color:#fff;cursor:pointer;border:none;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;transition:background .2s}.rs-error button:hover,.rs-empty button:hover{background:#004182}@media (max-width:1200px){.rs-user-avatar{width:44px;height:44px}.rs-user-name{font-size:13px}}@media (max-width:1024px){.rs-widget-card{padding:14px}}@media (max-width:768px){.right-sidebar{display:none}}
