#ropu-wrapper{
    background: radial-gradient(circle at top,#0f1a2b,#05070d);
    padding:16px;
    margin:20px auto;
    max-width:1000px;
    border-radius:14px;
    color:#fff;
}
.ropu-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}
.ropu-top{
    background:#3b3bf6;
    padding:6px 14px;
    border-radius:20px;
    font-size:13px;
}
.ropu-item{
    background:rgba(255,255,255,0.06);
    padding:14px;
    border-radius:12px;
    margin-bottom:10px;
}
.ropu-email{color:#4dd2ff;font-weight:600;}
.ropu-id{font-size:13px;color:#8aa0ff;margin-top:4px;}
